diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-08 00:30:00 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-08 00:30:00 +0000 |
commit | bc9ce9aaec5bac46e889a469f857804197665662 (patch) | |
tree | 4aafbbbeb7a26ccc73ad4a092b9e2eb0e9aced64 /apps/files | |
parent | c2d5a6006f4ecb50ada626cf7721f7ba3711f9a2 (diff) | |
download | nextcloud-server-bc9ce9aaec5bac46e889a469f857804197665662.tar.gz nextcloud-server-bc9ce9aaec5bac46e889a469f857804197665662.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/eu.js | 15 | ||||
-rw-r--r-- | apps/files/l10n/eu.json | 15 | ||||
-rw-r--r-- | apps/files/l10n/gl.js | 3 | ||||
-rw-r--r-- | apps/files/l10n/gl.json | 3 | ||||
-rw-r--r-- | apps/files/l10n/sk.js | 2 | ||||
-rw-r--r-- | apps/files/l10n/sk.json | 2 | ||||
-rw-r--r-- | apps/files/l10n/vi.js | 8 | ||||
-rw-r--r-- | apps/files/l10n/vi.json | 8 |
8 files changed, 56 insertions, 0 deletions
diff --git a/apps/files/l10n/eu.js b/apps/files/l10n/eu.js index 1e89b0aa35c..e0fc24a16f6 100644 --- a/apps/files/l10n/eu.js +++ b/apps/files/l10n/eu.js @@ -187,7 +187,10 @@ OC.L10N.register( "Another entry with the same name already exists" : "Badago izen hori duen beste sarrera bat", "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" \"{newName}\"(e)ra berrizendatu da.", "Could not rename \"{oldName}\", it does not exist any more" : "Ezin izan da \"{oldName}\" berrizendatu, ez da existitzen dagoeneko", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" izena \"{dir}\" karpetan dagoeneko erabiltzen da. Mesedez aukeratu beste izen bat.", "Could not rename \"{oldName}\"" : "Ezin izan da \"{oldName}\" berrizendatu ", + "Could not copy {file}. {message}" : "Ezin izan da {file} kopiatu. {message}", + "Could not move {file}. {message}" : "Ezin izan da {file} mugitu. {message}", "Total rows summary" : "Errenkaden guztirako laburpena", "\"{displayName}\" failed on some elements " : "\"{displayName}\"-k huts egin du elementu batzuetan", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" multzoko ekintza behar bezala exekutatu da", @@ -198,6 +201,7 @@ OC.L10N.register( "Unselect all" : "Desautatu dena", "List of files and folders." : "Fitxategi eta karpeten zerrenda.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Zerrenda hau ez da guztiz ikusten errendimendu arrazoiengatik. Fitxategiak zerrendan zehar nabigatzen duten heinean bistaratuko dira.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} eta {summaryFolder}", "File not found" : "Ez da fitxategia aurkitu", "_{count} file_::_{count} files_" : ["fitxategi {count}","{count} fitxategi"], "_{count} folder_::_{count} folders_" : ["karpeta {count}","{count} karpeta"], @@ -250,16 +254,27 @@ OC.L10N.register( "Delete permanently" : "Ezabatu betirako", "Destination is not a folder" : "Helburua ez da karpeta bat", "This file/folder is already in that directory" : "Fitxategi/karpeta hau dagoeneko karpeta horretan dago", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Ezin duzu fitxategi/karpeta bat berera edo bere azpikarpeta batera mugitu", + "A file or folder with that name already exists in this folder" : "Izen hori duen fitxategi edo karpeta bat dago karpena honetan", + "The files is locked" : "Fixategiak blokeatuta dago", + "The file does not exist anymore" : "Fitxategia ez da existizen dagoeneko", "Chose destination" : "Aukeratu helburua", "Copy to {target}" : "Kopiatu hona: {target}", "Move to {target}" : "Mugitu hona: {target}", + "Cancelled move or copy operation" : "Mugitze edo kopiatze operazioa utzi da", "Open folder {displayName}" : "Ireki {displayName} karpeta", "Open in Files" : "Ireki Fitxategiak aplikazioan", "Open details" : "Ireki xehetasunak", + "Created new folder \"{name}\"" : "\"{name}\" karpeta berria sortu da", "Set up templates folder" : "Konfiguratu txantiloien karpeta", "Templates" : "Txantiloiak", "Create new templates folder" : "Sortu txantiloi karpeta berria", "Unable to initialize the templates directory" : "Ezin da txantiloien direktorioa hasieratu", + "_{folderCount} folder_::_{folderCount} folders_" : ["Karpeta {folderCount}","{folderCount} karpeta"], + "_{fileCount} file_::_{fileCount} files_" : ["Fitxategi {fileCount}","{fileCount} fitxategi"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["Fitxategi 1 eta karpeta {folderCount}","Fitxategi 1 eta {folderCount} karpeta"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["Fitxategi {fileCount} eta karpeta 1","{fileCount} fitxategi eta karpeta 1"], + "{fileCount} files and {folderCount} folders" : "{fileCount} fitxategi eta {folderCount} fitxategi", "List of favorites files and folders." : "Fitxategi eta karpeta gogokoen zerrenda.", "No favorites yet" : "Gogokorik ez oraindik", "Files and folders you mark as favorite will show up here" : "Gogokotzat markatutako fitxategi eta karpetak hemen agertuko dira", diff --git a/apps/files/l10n/eu.json b/apps/files/l10n/eu.json index 1335c9f823c..132cc54693a 100644 --- a/apps/files/l10n/eu.json +++ b/apps/files/l10n/eu.json @@ -185,7 +185,10 @@ "Another entry with the same name already exists" : "Badago izen hori duen beste sarrera bat", "Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" \"{newName}\"(e)ra berrizendatu da.", "Could not rename \"{oldName}\", it does not exist any more" : "Ezin izan da \"{oldName}\" berrizendatu, ez da existitzen dagoeneko", + "The name \"{newName}\" is already used in the folder \"{dir}\". Please choose a different name." : "\"{newName}\" izena \"{dir}\" karpetan dagoeneko erabiltzen da. Mesedez aukeratu beste izen bat.", "Could not rename \"{oldName}\"" : "Ezin izan da \"{oldName}\" berrizendatu ", + "Could not copy {file}. {message}" : "Ezin izan da {file} kopiatu. {message}", + "Could not move {file}. {message}" : "Ezin izan da {file} mugitu. {message}", "Total rows summary" : "Errenkaden guztirako laburpena", "\"{displayName}\" failed on some elements " : "\"{displayName}\"-k huts egin du elementu batzuetan", "\"{displayName}\" batch action executed successfully" : "\"{displayName}\" multzoko ekintza behar bezala exekutatu da", @@ -196,6 +199,7 @@ "Unselect all" : "Desautatu dena", "List of files and folders." : "Fitxategi eta karpeten zerrenda.", "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Zerrenda hau ez da guztiz ikusten errendimendu arrazoiengatik. Fitxategiak zerrendan zehar nabigatzen duten heinean bistaratuko dira.", + "{summaryFile} and {summaryFolder}" : "{summaryFile} eta {summaryFolder}", "File not found" : "Ez da fitxategia aurkitu", "_{count} file_::_{count} files_" : ["fitxategi {count}","{count} fitxategi"], "_{count} folder_::_{count} folders_" : ["karpeta {count}","{count} karpeta"], @@ -248,16 +252,27 @@ "Delete permanently" : "Ezabatu betirako", "Destination is not a folder" : "Helburua ez da karpeta bat", "This file/folder is already in that directory" : "Fitxategi/karpeta hau dagoeneko karpeta horretan dago", + "You cannot move a file/folder onto itself or into a subfolder of itself" : "Ezin duzu fitxategi/karpeta bat berera edo bere azpikarpeta batera mugitu", + "A file or folder with that name already exists in this folder" : "Izen hori duen fitxategi edo karpeta bat dago karpena honetan", + "The files is locked" : "Fixategiak blokeatuta dago", + "The file does not exist anymore" : "Fitxategia ez da existizen dagoeneko", "Chose destination" : "Aukeratu helburua", "Copy to {target}" : "Kopiatu hona: {target}", "Move to {target}" : "Mugitu hona: {target}", + "Cancelled move or copy operation" : "Mugitze edo kopiatze operazioa utzi da", "Open folder {displayName}" : "Ireki {displayName} karpeta", "Open in Files" : "Ireki Fitxategiak aplikazioan", "Open details" : "Ireki xehetasunak", + "Created new folder \"{name}\"" : "\"{name}\" karpeta berria sortu da", "Set up templates folder" : "Konfiguratu txantiloien karpeta", "Templates" : "Txantiloiak", "Create new templates folder" : "Sortu txantiloi karpeta berria", "Unable to initialize the templates directory" : "Ezin da txantiloien direktorioa hasieratu", + "_{folderCount} folder_::_{folderCount} folders_" : ["Karpeta {folderCount}","{folderCount} karpeta"], + "_{fileCount} file_::_{fileCount} files_" : ["Fitxategi {fileCount}","{fileCount} fitxategi"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["Fitxategi 1 eta karpeta {folderCount}","Fitxategi 1 eta {folderCount} karpeta"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["Fitxategi {fileCount} eta karpeta 1","{fileCount} fitxategi eta karpeta 1"], + "{fileCount} files and {folderCount} folders" : "{fileCount} fitxategi eta {folderCount} fitxategi", "List of favorites files and folders." : "Fitxategi eta karpeta gogokoen zerrenda.", "No favorites yet" : "Gogokorik ez oraindik", "Files and folders you mark as favorite will show up here" : "Gogokotzat markatutako fitxategi eta karpetak hemen agertuko dira", diff --git a/apps/files/l10n/gl.js b/apps/files/l10n/gl.js index 534345f30c1..dc5bcf4c1a4 100644 --- a/apps/files/l10n/gl.js +++ b/apps/files/l10n/gl.js @@ -182,6 +182,7 @@ OC.L10N.register( "\"{displayName}\" action failed" : "A acción «{displayName}» fallou", "\"{name}\" is not an allowed filetype." : "«{name}» non é un tipo de ficheiro permitido.", "{newName} already exists." : "Xa existe {newName}", + "\"{char}\" is not allowed inside a file name." : "«{char}» non está permitido nun nome de ficheiro.", "Name cannot be empty" : "O nome non pode estar baleiro", "Another entry with the same name already exists" : "Xa existe outra entrada co mesmo nome", "Renamed \"{oldName}\" to \"{newName}\"" : "Cambiouse o nome de «{oldName}» a «{newName}»", @@ -259,6 +260,8 @@ OC.L10N.register( "Templates" : "Modelos", "Create new templates folder" : "Crear un novo cartafol de modelos", "Unable to initialize the templates directory" : "Non é posíbel iniciar o directorio de modelos", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheiro","{fileCount} ficheiros"], "List of favorites files and folders." : "Lista de ficheiros e cartafoles favoritos.", "No favorites yet" : "Aínda non hai favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí", diff --git a/apps/files/l10n/gl.json b/apps/files/l10n/gl.json index 46c240571bf..702c73ff0b8 100644 --- a/apps/files/l10n/gl.json +++ b/apps/files/l10n/gl.json @@ -180,6 +180,7 @@ "\"{displayName}\" action failed" : "A acción «{displayName}» fallou", "\"{name}\" is not an allowed filetype." : "«{name}» non é un tipo de ficheiro permitido.", "{newName} already exists." : "Xa existe {newName}", + "\"{char}\" is not allowed inside a file name." : "«{char}» non está permitido nun nome de ficheiro.", "Name cannot be empty" : "O nome non pode estar baleiro", "Another entry with the same name already exists" : "Xa existe outra entrada co mesmo nome", "Renamed \"{oldName}\" to \"{newName}\"" : "Cambiouse o nome de «{oldName}» a «{newName}»", @@ -257,6 +258,8 @@ "Templates" : "Modelos", "Create new templates folder" : "Crear un novo cartafol de modelos", "Unable to initialize the templates directory" : "Non é posíbel iniciar o directorio de modelos", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} cartafol","{folderCount} cartafoles"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} ficheiro","{fileCount} ficheiros"], "List of favorites files and folders." : "Lista de ficheiros e cartafoles favoritos.", "No favorites yet" : "Aínda non hai favoritos", "Files and folders you mark as favorite will show up here" : "Os ficheiros e cartafoles que marque como favoritos amosaranse aquí", diff --git a/apps/files/l10n/sk.js b/apps/files/l10n/sk.js index f2f12096559..1071949e57c 100644 --- a/apps/files/l10n/sk.js +++ b/apps/files/l10n/sk.js @@ -244,6 +244,8 @@ OC.L10N.register( "Blank" : "Prázdne", "Unable to create new file from template" : "Nemôžem vytvoriť nový súbor zo šablóny", "Delete permanently" : "Zmazať natrvalo", + "Copy to {target}" : "Kopírovať do {target}", + "Move to {target}" : "Presunúť do {target}", "Cancelled move or copy operation" : "Zrušená operácia kopírovania alebo presunu", "Open folder {displayName}" : "Otvoriť adresár {displayName}", "Open in Files" : "Otvoriť v súboroch", diff --git a/apps/files/l10n/sk.json b/apps/files/l10n/sk.json index 8a6167344de..2dc947e6d88 100644 --- a/apps/files/l10n/sk.json +++ b/apps/files/l10n/sk.json @@ -242,6 +242,8 @@ "Blank" : "Prázdne", "Unable to create new file from template" : "Nemôžem vytvoriť nový súbor zo šablóny", "Delete permanently" : "Zmazať natrvalo", + "Copy to {target}" : "Kopírovať do {target}", + "Move to {target}" : "Presunúť do {target}", "Cancelled move or copy operation" : "Zrušená operácia kopírovania alebo presunu", "Open folder {displayName}" : "Otvoriť adresár {displayName}", "Open in Files" : "Otvoriť v súboroch", diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index 11caee6e5b4..8a36d71d492 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -22,6 +22,8 @@ OC.L10N.register( "An unknown error has occurred" : "Một lỗi không rõ đã xảy ra", "File could not be uploaded" : "Không thể tải lên tập tin", "Uploading …" : "Đang tải lên …", + "{remainingTime} ({currentNumber}/{total})" : "{thời gian còn lại} ({số lượng hiện tại}/{tổng số})", + "Uploading … ({currentNumber}/{total})" : "Đang tải lên … ({số lượng hiện tại}/{tổng số})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} trong tổng số {totalSize} ({bitrate})", "Uploading that item is not supported" : "Tải lên mục đó không được hỗ trợ", "Target folder does not exist any more" : "Thư mục đích không còn tồn tại nữa", @@ -32,6 +34,7 @@ OC.L10N.register( "Move" : "Dịch chuyển", "Copy" : "Sao chép", "Choose target folder" : "Chọn thư mục đích", + "Set reminder" : "Thiết lập nhắc nhở", "Edit locally" : "Chỉnh sửa cục bộ/ngoại tuyến", "Open" : "Mở", "Delete file" : "Xóa tệp", @@ -81,6 +84,7 @@ OC.L10N.register( "New" : "Tạo mới", "New file/folder menu" : "Menu tệp tin/thư mục mới", "Select file range" : "Chọn phạm vi tệp", + "{used}%" : "{Đã sử dụng}%", "{used} of {quota} used" : "{used} trong { quota } được sử dụng", "{used} used" : "{used} được sử dụng", "\"{name}\" is an invalid file name." : "\"{name}\" không được chấp nhận", @@ -170,6 +174,7 @@ OC.L10N.register( "Select the row for {displayName}" : "Chọn hàng cho {displayName}", "Rename file" : "Đổi tên tệp tin", "A long time ago" : "Một khoảng thời gian trước", + "This node is unavailable" : "Nút này không có sẵn", "Download file {name}" : "Tải xuống tệp tin {name}", "File name" : "Tên tệp tin", "Folder name" : "Tên thư mục", @@ -177,6 +182,7 @@ OC.L10N.register( "\"{displayName}\" action failed" : "Hành động \"{displayName}\" thất bại", "\"{name}\" is not an allowed filetype." : "\"{name}\" không phải là định dạng được cho phép", "{newName} already exists." : "{newName} đã tồn tại.", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" không được phép bên trong tên tệp.", "Name cannot be empty" : "Tên không thể trống", "Another entry with the same name already exists" : "Đã tồn tại mục cùng tên", "Renamed \"{oldName}\" to \"{newName}\"" : "Đã đổi tên \"{oldName}\" thành \"{newName}\"", @@ -213,6 +219,8 @@ OC.L10N.register( "Blank" : "Trống", "Unable to create new file from template" : "Không thể tạo tệp mới từ mẫu", "Delete permanently" : "Xoá vĩnh viễn", + "Copy to {target}" : "Copy to {mục tiêu}", + "Move to {target}" : "Di chuyển đến {mục tiêu}", "Set up templates folder" : "Thiết lập thư mục mẫu", "Templates" : "Mẫu", "Unable to initialize the templates directory" : "Không thể khởi tạo thư mục mẫu", diff --git a/apps/files/l10n/vi.json b/apps/files/l10n/vi.json index 4eade33c14d..0b8bfc108ba 100644 --- a/apps/files/l10n/vi.json +++ b/apps/files/l10n/vi.json @@ -20,6 +20,8 @@ "An unknown error has occurred" : "Một lỗi không rõ đã xảy ra", "File could not be uploaded" : "Không thể tải lên tập tin", "Uploading …" : "Đang tải lên …", + "{remainingTime} ({currentNumber}/{total})" : "{thời gian còn lại} ({số lượng hiện tại}/{tổng số})", + "Uploading … ({currentNumber}/{total})" : "Đang tải lên … ({số lượng hiện tại}/{tổng số})", "{loadedSize} of {totalSize} ({bitrate})" : "{loadedSize} trong tổng số {totalSize} ({bitrate})", "Uploading that item is not supported" : "Tải lên mục đó không được hỗ trợ", "Target folder does not exist any more" : "Thư mục đích không còn tồn tại nữa", @@ -30,6 +32,7 @@ "Move" : "Dịch chuyển", "Copy" : "Sao chép", "Choose target folder" : "Chọn thư mục đích", + "Set reminder" : "Thiết lập nhắc nhở", "Edit locally" : "Chỉnh sửa cục bộ/ngoại tuyến", "Open" : "Mở", "Delete file" : "Xóa tệp", @@ -79,6 +82,7 @@ "New" : "Tạo mới", "New file/folder menu" : "Menu tệp tin/thư mục mới", "Select file range" : "Chọn phạm vi tệp", + "{used}%" : "{Đã sử dụng}%", "{used} of {quota} used" : "{used} trong { quota } được sử dụng", "{used} used" : "{used} được sử dụng", "\"{name}\" is an invalid file name." : "\"{name}\" không được chấp nhận", @@ -168,6 +172,7 @@ "Select the row for {displayName}" : "Chọn hàng cho {displayName}", "Rename file" : "Đổi tên tệp tin", "A long time ago" : "Một khoảng thời gian trước", + "This node is unavailable" : "Nút này không có sẵn", "Download file {name}" : "Tải xuống tệp tin {name}", "File name" : "Tên tệp tin", "Folder name" : "Tên thư mục", @@ -175,6 +180,7 @@ "\"{displayName}\" action failed" : "Hành động \"{displayName}\" thất bại", "\"{name}\" is not an allowed filetype." : "\"{name}\" không phải là định dạng được cho phép", "{newName} already exists." : "{newName} đã tồn tại.", + "\"{char}\" is not allowed inside a file name." : "\"{char}\" không được phép bên trong tên tệp.", "Name cannot be empty" : "Tên không thể trống", "Another entry with the same name already exists" : "Đã tồn tại mục cùng tên", "Renamed \"{oldName}\" to \"{newName}\"" : "Đã đổi tên \"{oldName}\" thành \"{newName}\"", @@ -211,6 +217,8 @@ "Blank" : "Trống", "Unable to create new file from template" : "Không thể tạo tệp mới từ mẫu", "Delete permanently" : "Xoá vĩnh viễn", + "Copy to {target}" : "Copy to {mục tiêu}", + "Move to {target}" : "Di chuyển đến {mục tiêu}", "Set up templates folder" : "Thiết lập thư mục mẫu", "Templates" : "Mẫu", "Unable to initialize the templates directory" : "Không thể khởi tạo thư mục mẫu", |