diff options
Diffstat (limited to 'apps/files_versions/l10n/vi.js')
-rw-r--r-- | apps/files_versions/l10n/vi.js | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/apps/files_versions/l10n/vi.js b/apps/files_versions/l10n/vi.js index 208dc7b410e..2b9a02aa4e1 100644 --- a/apps/files_versions/l10n/vi.js +++ b/apps/files_versions/l10n/vi.js @@ -2,8 +2,24 @@ OC.L10N.register( "files_versions", { "Versions" : "Phiên bản", - "Failed to revert {file} to revision {timestamp}." : "Thất bại khi trở lại {file} khi sử đổi {timestamp}.", - "Restore" : "Khôi phục", - "No other versions available" : "Không có các phiên bản khác có sẵn" + "This application automatically maintains older versions of files that are changed." : "ng dụng này tự động duy trì các phiên bản cũ hơn của tệp đã được thay đổi.", + "Current version" : "Phiên bản hiện tại", + "Initial version" : "Phiên bản đầu tiên", + "You" : "Bạn", + "Name this version" : "Đặt tên cho phiên bản này", + "Edit version name" : "Chỉnh sửa tên phiên bản", + "Compare to current version" : "So sánh với phiên bản hiện tại", + "Restore version" : "Khôi phục phiên bản", + "Download version" : "Tải xuống phiên bản", + "Delete version" : "Xóa phiên bản", + "Cancel" : "Hủy", + "Remove version name" : "Xóa tên phiên bản", + "Save version name" : "Lưu tên phiên bản", + "Version name" : "Tên phiên bản", + "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Các phiên bản được đặt tên vẫn được duy trì và bị loại khỏi quá trình dọn dẹp tự động khi hạn mức bộ nhớ của bạn đã đầy.", + "Initial version restored" : "Đã khôi phục phiên bản ban đầu", + "Version restored" : "Đã khôi phục phiên bản", + "Could not restore version" : "Không thể khôi phục phiên bản", + "Could not delete version" : "Không thể xóa phiên bản" }, "nplurals=1; plural=0;"); |