aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-08-09 00:25:21 +0000
committerNextcloud bot <bot@nextcloud.com>2023-08-09 00:25:21 +0000
commit40af8c0f93778ed242fcd78b2ffc80c3d561b352 (patch)
tree0232f55fe56b9f55998fa1715c73f033f6f2e69f /apps/files
parent780ece032fd42ec099d888a46a5349d8dea48dc2 (diff)
downloadnextcloud-server-40af8c0f93778ed242fcd78b2ffc80c3d561b352.tar.gz
nextcloud-server-40af8c0f93778ed242fcd78b2ffc80c3d561b352.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/fi.js4
-rw-r--r--apps/files/l10n/fi.json4
-rw-r--r--apps/files/l10n/vi.js28
-rw-r--r--apps/files/l10n/vi.json28
4 files changed, 62 insertions, 2 deletions
diff --git a/apps/files/l10n/fi.js b/apps/files/l10n/fi.js
index 1de9eec7918..4fd0378373b 100644
--- a/apps/files/l10n/fi.js
+++ b/apps/files/l10n/fi.js
@@ -179,6 +179,7 @@ OC.L10N.register(
"Name cannot be empty" : "Nimi ei voi olla tyhjä",
"Another entry with the same name already exists" : "Toinen tietue samalla nimellä on jo olemassa",
"Renamed \"{oldName}\" to \"{newName}\"" : "Kohteen \"{oldName}\" uudeksi nimeksi asetettiin \"{newName}\"",
+ "Could not rename \"{oldName}\", it does not exist any more" : "Kohdetta \"{oldName}\" ei voitu nimetä uudelleen, koska sitä ei ole enää olemassa",
"Could not rename \"{oldName}\"" : "Ei voitu nimetä uudelleen \"{oldName}\"",
"Select all" : "Valitse kaikki",
"Unselect all" : "Poista valinnat",
@@ -186,6 +187,7 @@ OC.L10N.register(
"descending" : "laskevasti",
"Sort list by {column} ({direction})" : "Järjestä luettelo sarakkeen {column} mukaan ({direction})",
"List of files and folders." : "Luettelo tiedostoista ja kansioista.",
+ "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Tätä luetteloa ei ole esitetty täysin suorituskykyyn liittyvistä syistä. Tiedostot esitetään sitä mukaa, kun selaat luetteloa.",
"Storage informations" : "Tallennustilan tietoja",
"{usedQuotaByte} used" : "{usedQuotaByte} käytetty",
"{relative}% used" : "{relative} % käytetty",
@@ -239,6 +241,8 @@ OC.L10N.register(
"List of favorites files and folders." : "Luettelo suosikkitiedostoista ja -kansioista.",
"No favorites yet" : "Ei vielä suosikkeja",
"Files and folders you mark as favorite will show up here" : "Suosikeiksi merkitsemäsi tiedostot ja kansiot näkyvät täällä",
+ "List of recently modified files and folders." : "Luettelo äskettäin muokatuista tiedostoista ja kansioista.",
+ "No recently modified files" : "Ei äskettäin muokattuja tiedostoja",
"Toggle grid view" : "Ruudukkonäkymä päälle/pois",
"No entries found in this folder" : "Ei kohteita tässä kansiossa",
"Upload too large" : "Lähetettävä tiedosto on liian suuri",
diff --git a/apps/files/l10n/fi.json b/apps/files/l10n/fi.json
index d8ba809ff13..68555b872e6 100644
--- a/apps/files/l10n/fi.json
+++ b/apps/files/l10n/fi.json
@@ -177,6 +177,7 @@
"Name cannot be empty" : "Nimi ei voi olla tyhjä",
"Another entry with the same name already exists" : "Toinen tietue samalla nimellä on jo olemassa",
"Renamed \"{oldName}\" to \"{newName}\"" : "Kohteen \"{oldName}\" uudeksi nimeksi asetettiin \"{newName}\"",
+ "Could not rename \"{oldName}\", it does not exist any more" : "Kohdetta \"{oldName}\" ei voitu nimetä uudelleen, koska sitä ei ole enää olemassa",
"Could not rename \"{oldName}\"" : "Ei voitu nimetä uudelleen \"{oldName}\"",
"Select all" : "Valitse kaikki",
"Unselect all" : "Poista valinnat",
@@ -184,6 +185,7 @@
"descending" : "laskevasti",
"Sort list by {column} ({direction})" : "Järjestä luettelo sarakkeen {column} mukaan ({direction})",
"List of files and folders." : "Luettelo tiedostoista ja kansioista.",
+ "This list is not fully rendered for performance reasons. The files will be rendered as you navigate through the list." : "Tätä luetteloa ei ole esitetty täysin suorituskykyyn liittyvistä syistä. Tiedostot esitetään sitä mukaa, kun selaat luetteloa.",
"Storage informations" : "Tallennustilan tietoja",
"{usedQuotaByte} used" : "{usedQuotaByte} käytetty",
"{relative}% used" : "{relative} % käytetty",
@@ -237,6 +239,8 @@
"List of favorites files and folders." : "Luettelo suosikkitiedostoista ja -kansioista.",
"No favorites yet" : "Ei vielä suosikkeja",
"Files and folders you mark as favorite will show up here" : "Suosikeiksi merkitsemäsi tiedostot ja kansiot näkyvät täällä",
+ "List of recently modified files and folders." : "Luettelo äskettäin muokatuista tiedostoista ja kansioista.",
+ "No recently modified files" : "Ei äskettäin muokattuja tiedostoja",
"Toggle grid view" : "Ruudukkonäkymä päälle/pois",
"No entries found in this folder" : "Ei kohteita tässä kansiossa",
"Upload too large" : "Lähetettävä tiedosto on liian suuri",
diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js
index 7c3cec41f3a..c018a91950a 100644
--- a/apps/files/l10n/vi.js
+++ b/apps/files/l10n/vi.js
@@ -6,6 +6,8 @@ OC.L10N.register(
"Download" : "Tải về",
"Delete" : "Xóa",
"Tags" : "Nhãn",
+ "Show list view" : "Hiển thị chế độ xem danh sách",
+ "Show grid view" : "Hiển thị chế độ xem lưới",
"Home" : "Nhà",
"Close" : "Đóng",
"Could not create folder \"{dir}\"" : "Không thể tạo thư mục “{dir}”",
@@ -18,6 +20,7 @@ OC.L10N.register(
"Target folder \"{dir}\" does not exist any more" : "Thư mục đích \"{dir}\" không còn tồn tại",
"Not enough free space" : "Không đủ dung lượng trống",
"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 …",
"{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ợ‎",
@@ -25,10 +28,11 @@ OC.L10N.register(
"Operation is blocked by access control" : "‎Thao tác bị chặn bởi kiểm ‎‎soát truy cập‎",
"Error when assembling chunks, status code {status}" : "‎Lỗi‎‎ khi lắp ráp khối, mã trạng thái {status}‎",
"Actions" : "Actions",
- "Rename" : "Sửa tên",
+ "Rename" : "Đổi tên",
"Move" : "Dịch chuyển",
"Copy" : "Sao chép",
"Choose target folder" : "‎Chọn thư‎‎ ‎‎mục đích‎",
+ "Edit locally" : "Chỉnh sửa cục bộ/ngoại tuyến",
"Open" : "Mở",
"Delete file" : "Xóa tệp",
"Delete folder" : "Xóa thư mục",
@@ -39,6 +43,8 @@ OC.L10N.register(
"Details" : "Chi tiết",
"Please select tag(s) to add to the selection" : "Vui lòng chọn (các) thẻ để thêm vào lựa chọn",
"Apply tag(s) to selection" : "Áp dụng (các) thẻ cho lựa chọn",
+ "Select directory \"{dirName}\"" : "Chọn thư mục \"{dirName}\"",
+ "Select file \"{fileName}\"" : "Chọn tệp tin \"{fileName}\"",
"Pending" : "Đang chờ",
"Unable to determine date" : "Không thể xác định ngày",
"This operation is forbidden" : "Thao tác bị cấm",
@@ -51,6 +57,7 @@ OC.L10N.register(
"Could not copy \"{file}\"" : "Không thể sao chép tệp tin \"{file}\"",
"Copied {origin} inside {destination}" : "Được sao chép {origin} vào trong {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Đã sao chép {origin} và {nbfiles} các file vào trong {destination}",
+ "Failed to redirect to client" : "Không thể chuyển hướng đến ứng dụng khách",
"{newName} already exists" : "{newName} đã có",
"Could not rename \"{fileName}\", it does not exist any more" : "Không thể đổi tên \"{fileName}\", tập tin không tồn tại",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tên \"{targetName}\" đã được dùng trong thư mục \"{dir}\". Hãy thử tên khác",
@@ -69,7 +76,9 @@ OC.L10N.register(
"_%n file_::_%n files_" : ["%n tập tin"],
"{dirs} and {files}" : "{dirs} và {files}",
"_including %n hidden_::_including %n hidden_" : ["Bao gồm %n ẩn"],
+ "You do not have permission to upload or create files here" : "Bạn không đủ quyền để Tải lên hoặc Tạo tập tin ở đây",
"_Uploading %n file_::_Uploading %n files_" : ["Đang tải lên %n tập tin"],
+ "New file/folder menu" : "Menu tệp tin/thư mục mới",
"Select file range" : "‎Chọn phạm vi tệp‎",
"{used} of {quota} used" : "‎{used} trong { quota } ‎‎được‎‎ sử dụng‎",
"{used} used" : "{used} được sử dụng‎",
@@ -87,6 +96,7 @@ OC.L10N.register(
"Your storage is almost full ({usedSpacePercent}%)." : "‎Dung lượng lưu trữ của bạn gần đầy rồi ({usedSpacePercent}%).‎",
"_matches \"{filter}\"_::_match \"{filter}\"_" : ["khớp với \"{filter}\""],
"View in folder" : "Xem trong thư mục",
+ "Direct link was copied (only works for users who have access to this file/folder)" : "Đã sao chép đường dẫn trực tiếp(Chỉ áp dụng đối với người dùng có quyền truy cập vào thư mục/tệp tin)",
"Path" : "Đường dẫn",
"_%n byte_::_%n bytes_" : ["%n bytes"],
"Favorited" : "Được ưa thích",
@@ -96,6 +106,8 @@ OC.L10N.register(
"Create new folder" : "Tạo thư mục mới",
"Upload file" : "Tải lên tập tin",
"Recent" : "Gần đây",
+ "This file has the tag {tag}" : "Tập tin này có nhãn {tag}",
+ "This file has the tags {firstTags} and {lastTag}" : "Tệp tin này có nhãn {firstTags} và {lastTag}",
"Not favorited" : "‎Không được yêu thích‎",
"Remove from favorites" : "Xóa khỏi ưa thích",
"Add to favorites" : "Thêm vào ưa thích",
@@ -155,7 +167,21 @@ OC.L10N.register(
"The ownership transfer of {path} from {user} has completed." : "‎Việc chuyển quyền sở hữu {path} từ {user} đã hoàn tất.‎",
"in %s" : "trong %s",
"File Management" : "‎Quản lý tệp‎ tin",
+ "Reload current directory" : "Tải lại thư mục hiện tại",
+ "Go to the \"{dir}\" directory" : "Đi đến thư mục \"{dir}\"",
+ "Select the row for {displayName}" : "Chọn hàng cho {displayName}",
+ "Rename file" : "Đổi tên tệp tin",
+ "File name" : "Tên tệp tin",
+ "A long time ago" : "Một khoảng thời gian trước",
+ "Download file {name}" : "Tải xuống tệp tin {name}",
+ "\"{displayName}\" action executed successfully" : "Hành động \"{displayName}\" đã thực thi thành công",
+ "\"{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.",
"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}\"",
+ "Could not rename \"{oldName}\", it does not exist any more" : "Không thể đổi tên \"{oldName}\", tệp tin không còn tồn tại",
"Select all" : "Chọn tất cả",
"Transfer ownership of a file or folder" : "‎Chuyển quyền sở hữu tệp hoặc thư mục‎",
"Choose file or folder to transfer" : "‎Chọn tệp hoặc cặp để chuyển‎",
diff --git a/apps/files/l10n/vi.json b/apps/files/l10n/vi.json
index d055a723139..bd2ebbc9a15 100644
--- a/apps/files/l10n/vi.json
+++ b/apps/files/l10n/vi.json
@@ -4,6 +4,8 @@
"Download" : "Tải về",
"Delete" : "Xóa",
"Tags" : "Nhãn",
+ "Show list view" : "Hiển thị chế độ xem danh sách",
+ "Show grid view" : "Hiển thị chế độ xem lưới",
"Home" : "Nhà",
"Close" : "Đóng",
"Could not create folder \"{dir}\"" : "Không thể tạo thư mục “{dir}”",
@@ -16,6 +18,7 @@
"Target folder \"{dir}\" does not exist any more" : "Thư mục đích \"{dir}\" không còn tồn tại",
"Not enough free space" : "Không đủ dung lượng trống",
"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 …",
"{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ợ‎",
@@ -23,10 +26,11 @@
"Operation is blocked by access control" : "‎Thao tác bị chặn bởi kiểm ‎‎soát truy cập‎",
"Error when assembling chunks, status code {status}" : "‎Lỗi‎‎ khi lắp ráp khối, mã trạng thái {status}‎",
"Actions" : "Actions",
- "Rename" : "Sửa tên",
+ "Rename" : "Đổi tên",
"Move" : "Dịch chuyển",
"Copy" : "Sao chép",
"Choose target folder" : "‎Chọn thư‎‎ ‎‎mục đích‎",
+ "Edit locally" : "Chỉnh sửa cục bộ/ngoại tuyến",
"Open" : "Mở",
"Delete file" : "Xóa tệp",
"Delete folder" : "Xóa thư mục",
@@ -37,6 +41,8 @@
"Details" : "Chi tiết",
"Please select tag(s) to add to the selection" : "Vui lòng chọn (các) thẻ để thêm vào lựa chọn",
"Apply tag(s) to selection" : "Áp dụng (các) thẻ cho lựa chọn",
+ "Select directory \"{dirName}\"" : "Chọn thư mục \"{dirName}\"",
+ "Select file \"{fileName}\"" : "Chọn tệp tin \"{fileName}\"",
"Pending" : "Đang chờ",
"Unable to determine date" : "Không thể xác định ngày",
"This operation is forbidden" : "Thao tác bị cấm",
@@ -49,6 +55,7 @@
"Could not copy \"{file}\"" : "Không thể sao chép tệp tin \"{file}\"",
"Copied {origin} inside {destination}" : "Được sao chép {origin} vào trong {destination}",
"Copied {origin} and {nbfiles} other files inside {destination}" : "Đã sao chép {origin} và {nbfiles} các file vào trong {destination}",
+ "Failed to redirect to client" : "Không thể chuyển hướng đến ứng dụng khách",
"{newName} already exists" : "{newName} đã có",
"Could not rename \"{fileName}\", it does not exist any more" : "Không thể đổi tên \"{fileName}\", tập tin không tồn tại",
"The name \"{targetName}\" is already used in the folder \"{dir}\". Please choose a different name." : "Tên \"{targetName}\" đã được dùng trong thư mục \"{dir}\". Hãy thử tên khác",
@@ -67,7 +74,9 @@
"_%n file_::_%n files_" : ["%n tập tin"],
"{dirs} and {files}" : "{dirs} và {files}",
"_including %n hidden_::_including %n hidden_" : ["Bao gồm %n ẩn"],
+ "You do not have permission to upload or create files here" : "Bạn không đủ quyền để Tải lên hoặc Tạo tập tin ở đây",
"_Uploading %n file_::_Uploading %n files_" : ["Đang tải lên %n tập tin"],
+ "New file/folder menu" : "Menu tệp tin/thư mục mới",
"Select file range" : "‎Chọn phạm vi tệp‎",
"{used} of {quota} used" : "‎{used} trong { quota } ‎‎được‎‎ sử dụng‎",
"{used} used" : "{used} được sử dụng‎",
@@ -85,6 +94,7 @@
"Your storage is almost full ({usedSpacePercent}%)." : "‎Dung lượng lưu trữ của bạn gần đầy rồi ({usedSpacePercent}%).‎",
"_matches \"{filter}\"_::_match \"{filter}\"_" : ["khớp với \"{filter}\""],
"View in folder" : "Xem trong thư mục",
+ "Direct link was copied (only works for users who have access to this file/folder)" : "Đã sao chép đường dẫn trực tiếp(Chỉ áp dụng đối với người dùng có quyền truy cập vào thư mục/tệp tin)",
"Path" : "Đường dẫn",
"_%n byte_::_%n bytes_" : ["%n bytes"],
"Favorited" : "Được ưa thích",
@@ -94,6 +104,8 @@
"Create new folder" : "Tạo thư mục mới",
"Upload file" : "Tải lên tập tin",
"Recent" : "Gần đây",
+ "This file has the tag {tag}" : "Tập tin này có nhãn {tag}",
+ "This file has the tags {firstTags} and {lastTag}" : "Tệp tin này có nhãn {firstTags} và {lastTag}",
"Not favorited" : "‎Không được yêu thích‎",
"Remove from favorites" : "Xóa khỏi ưa thích",
"Add to favorites" : "Thêm vào ưa thích",
@@ -153,7 +165,21 @@
"The ownership transfer of {path} from {user} has completed." : "‎Việc chuyển quyền sở hữu {path} từ {user} đã hoàn tất.‎",
"in %s" : "trong %s",
"File Management" : "‎Quản lý tệp‎ tin",
+ "Reload current directory" : "Tải lại thư mục hiện tại",
+ "Go to the \"{dir}\" directory" : "Đi đến thư mục \"{dir}\"",
+ "Select the row for {displayName}" : "Chọn hàng cho {displayName}",
+ "Rename file" : "Đổi tên tệp tin",
+ "File name" : "Tên tệp tin",
+ "A long time ago" : "Một khoảng thời gian trước",
+ "Download file {name}" : "Tải xuống tệp tin {name}",
+ "\"{displayName}\" action executed successfully" : "Hành động \"{displayName}\" đã thực thi thành công",
+ "\"{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.",
"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}\"",
+ "Could not rename \"{oldName}\", it does not exist any more" : "Không thể đổi tên \"{oldName}\", tệp tin không còn tồn tại",
"Select all" : "Chọn tất cả",
"Transfer ownership of a file or folder" : "‎Chuyển quyền sở hữu tệp hoặc thư mục‎",
"Choose file or folder to transfer" : "‎Chọn tệp hoặc cặp để chuyển‎",