New translations messages.json (Vietnamese)

This commit is contained in:
Kyle Spearrin 2021-06-29 14:09:06 -04:00
parent 8f1e13baa8
commit aec91281ed
1 changed files with 52 additions and 18 deletions

View File

@ -150,6 +150,9 @@
"save": {
"message": "Lưu"
},
"move": {
"message": "Move"
},
"addFolder": {
"message": "Thêm thư mục"
},
@ -628,23 +631,33 @@
"shared": {
"message": "Đã chia sẻ"
},
"shareVault": {
"message": "Chia sẻ kho mật khẩu của bạn"
"learnOrg": {
"message": "Learn about Organizations"
},
"shareVaultConfirmation": {
"message": "Bitwarden cho phép bạn chia sẻ kho mật khẩu của mình với người khác bằng cách sử dụng tài khoản tổ chức. Bạn có muốn truy cập trang web bitwarden.com để tìm hiểu thêm không?"
"learnOrgConfirmation": {
"message": "Bitwarden allows you to share your vault items with others by using an organization. Would you like to visit the bitwarden.com website to learn more?"
},
"shareItem": {
"message": "Share Item"
"moveToOrganization": {
"message": "Move to Organization"
},
"share": {
"message": "Chia sẻ"
},
"sharedItem": {
"message": "Shared Item"
"movedItemToOrg": {
"message": "$ITEMNAME$ moved to $ORGNAME$",
"placeholders": {
"itemname": {
"content": "$1",
"example": "Secret Item"
},
"orgname": {
"content": "$2",
"example": "Company Name"
}
}
},
"shareDesc": {
"message": "Choose an organization that you wish to share this item with. Sharing transfers ownership of the item to the organization. You will no longer be the direct owner of this item once it has been shared."
"moveToOrgDesc": {
"message": "Choose an organization that you wish to move this item to. Moving to an organization transfers ownership of the item to that organization. You will no longer be the direct owner of this item once it has been moved."
},
"learnMore": {
"message": "Tìm hiểu thêm"
@ -686,7 +699,7 @@
"message": "Chọn 1 tập tin."
},
"maxFileSize": {
"message": "Kích thước tối đa của tệp tin là 100MB."
"message": "Kích thước tối đa của tệp tin là 500MB."
},
"featureUnavailable": {
"message": "Tính năng không có sẵn"
@ -803,7 +816,10 @@
"message": "Lắp khóa bảo mật vào cổng USB của máy tính. Nếu nó có một nút, nhấn vào nó."
},
"webAuthnNewTab": {
"message": "Continue the WebAuthn 2FA verification in the new tab."
"message": "To start the WebAuthn 2FA verification. Click the button below to open a new tab and follow the instructions provided in the new tab."
},
"webAuthnNewTabOpen": {
"message": "Open new tab"
},
"webAuthnAuthenticate": {
"message": "Authenticate WebAuthn"
@ -898,15 +914,27 @@
"enableAutoFillOnPageLoadDesc": {
"message": "Nếu có một biểu mẫu đăng nhập được phát hiện, thực hiện tự động điền khi trang web tải xong."
},
"enableAutoTotpCopyOnAutoFill": {
"message": "Automatic TOTP Copy after Page Load"
},
"enableAutoTotpCopyOnAutoFillDesc": {
"message": "If Auto-fill On Page Load is enabled, the TOTP verification code is automatically copied to your clipboard after loading the web page. This is overridden by Disable Automatic TOTP Copy."
},
"experimentalFeature": {
"message": "Đây là một tính năng thử nghiệm. Sử dụng nó có thể gây ra rủi ro cho bạn."
},
"defaultAutoFillOnPageLoad": {
"message": "Default autofill setting for login items"
},
"defaultAutoFillOnPageLoadDesc": {
"message": "After enabling Auto-fill on Page Load, you can enable or disable the feature for individual login items. This is the default setting for login items that are not separately configured."
},
"itemAutoFillOnPageLoad": {
"message": "Auto-fill on Page Load (if enabled in Options)"
},
"autoFillOnPageLoadUseDefault": {
"message": "Use default setting"
},
"autoFillOnPageLoadYes": {
"message": "Auto-fill on page load"
},
"autoFillOnPageLoadNo": {
"message": "Do not auto-fill on page load"
},
"commandOpenPopup": {
"message": "Mở popup kho"
},
@ -1718,5 +1746,11 @@
},
"passwordConfirmationDesc": {
"message": "This action is protected. To continue, please re-enter your master password to verify your identity."
},
"emailVerificationRequired": {
"message": "Email Verification Required"
},
"emailVerificationRequiredDesc": {
"message": "You must verify your email to use this feature. You can verify your email in the web vault."
}
}