diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-29 00:20:29 +0000 |
commit | 0f4e3f36220da7ed5d4e6712b7177bd5040b16cc (patch) | |
tree | 69d04e209fb3c572bcf2a3c98b3fcad9e24acea5 /apps/files/l10n/vi.js | |
parent | cf035c8cad039b89c2a58353e21c4a762e1dd256 (diff) | |
download | nextcloud-server-0f4e3f36220da7ed5d4e6712b7177bd5040b16cc.tar.gz nextcloud-server-0f4e3f36220da7ed5d4e6712b7177bd5040b16cc.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/vi.js')
-rw-r--r-- | apps/files/l10n/vi.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/vi.js b/apps/files/l10n/vi.js index 35ba107e731..f06524af6bc 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -244,7 +244,6 @@ OC.L10N.register( "This file/folder is already in that directory" : "Tệp/thư mục này đã có trong thư mục đó", "You cannot move a file/folder onto itself or into a subfolder of itself" : "Bạn không thể di chuyển một tập tin/thư mục vào chính nó hoặc vào một thư mục con của chính nó", "A file or folder with that name already exists in this folder" : "Tệp hoặc thư mục có tên đó đã tồn tại trong thư mục này", - "The files is locked" : "Các tập tin bị khóa", "The file does not exist anymore" : "Tập tin không tồn tại nữa", "Copy to {target}" : "Copy to {mục tiêu}", "Move to {target}" : "Di chuyển đến {mục tiêu}", @@ -305,6 +304,7 @@ OC.L10N.register( "Search for an account" : "Tìm kiếm tài khoản", "Choose" : "Chọn", "No files or folders have been deleted yet" : "Chưa có tập tin hoặc thư mục nào bị xóa", - "Add" : "Thêm" + "Add" : "Thêm", + "The files is locked" : "Các tập tin bị khóa" }, "nplurals=1; plural=0;"); |