diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-14 18:15:32 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-04-14 18:19:31 -0400 |
commit | 7f3f191ee99847f064be3ae23befba956ab73196 (patch) | |
tree | 45545140e6c302936e8f6788fb66821c1312c23b /apps/encryption/l10n/vi.js | |
parent | 70480423ffa6e7d469141c3022e53ea151856bd0 (diff) | |
download | nextcloud-server-7f3f191ee99847f064be3ae23befba956ab73196.tar.gz nextcloud-server-7f3f191ee99847f064be3ae23befba956ab73196.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/encryption/l10n/vi.js')
-rw-r--r-- | apps/encryption/l10n/vi.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/encryption/l10n/vi.js b/apps/encryption/l10n/vi.js new file mode 100644 index 00000000000..0bd1e40794d --- /dev/null +++ b/apps/encryption/l10n/vi.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "encryption", + { + "Recovery key successfully enabled" : "Khóa khôi phục kích hoạt thành công", + "Could not enable recovery key. Please check your recovery key password!" : "Không thể kích hoạt khóa khôi phục. Vui lòng kiểm tra mật khẩu khóa khôi phục!", + "Recovery key successfully disabled" : "Vô hiệu hóa khóa khôi phục thành công", + "Could not disable recovery key. Please check your recovery key password!" : "Không thể vô hiệu hóa khóa khôi phục. Vui lòng kiểm tra mật khẩu khóa khôi phục!", + "Password successfully changed." : "Đã đổi mật khẩu.", + "Could not change the password. Maybe the old password was not correct." : "Không thể đổi mật khẩu. Có lẽ do mật khẩu cũ không đúng.", + "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Ứng dụng mã hóa đã được kích hoạt nhưng bạn chưa khởi tạo khóa. Vui lòng đăng xuất ra và đăng nhập lại", + "Enabled" : "Bật", + "Disabled" : "Tắt", + "Change Password" : "Đổi Mật khẩu", + " If you don't remember your old password you can ask your administrator to recover your files." : "Nếu bạn không nhớ mật khẩu cũ, bạn có thể yêu cầu quản trị viên khôi phục tập tin của bạn.", + "Old log-in password" : "Mật khẩu đăng nhập cũ", + "Current log-in password" : "Mật khẩu đăng nhập hiện tại", + "Update Private Key Password" : "Cập nhật mật khẩu khóa cá nhân", + "Enable password recovery:" : "Kích hoạt khôi phục mật khẩu:", + "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "Tùy chọn này sẽ cho phép bạn tái truy cập đến các tập tin mã hóa trong trường hợp mất mật khẩu" +}, +"nplurals=1; plural=0;"); |