diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-09-14 00:27:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-09-14 00:27:03 +0000 |
commit | 582c34e60510f550aa0bd0f20f4da33b2784922e (patch) | |
tree | 3bda14d9c8964975e63a7c4c701d7401e5d9595e /apps/files/l10n/vi.js | |
parent | 0e5bb30929d74e88da06b7c55c26c25894913e18 (diff) | |
download | nextcloud-server-582c34e60510f550aa0bd0f20f4da33b2784922e.tar.gz nextcloud-server-582c34e60510f550aa0bd0f20f4da33b2784922e.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 3e968bfb0d4..11caee6e5b4 100644 --- a/apps/files/l10n/vi.js +++ b/apps/files/l10n/vi.js @@ -107,8 +107,6 @@ 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", @@ -240,6 +238,8 @@ OC.L10N.register( "Shared with you" : "Đã chia sẻ với bạn", "Deleted shares" : "Chia sẻ đã xóa", "Pending shares" : "Chia sẻ đang chờ xử lý", + "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}", "Choose" : "Chọn" }, "nplurals=1; plural=0;"); |