1
0
mirror of https://github.com/bitwarden/web synced 2026-01-06 18:43:18 +00:00
This commit is contained in:
Kyle Spearrin
2018-12-28 23:11:54 -05:00
parent b4ca459840
commit 6da1d82e40
47 changed files with 3655 additions and 736 deletions

View File

@@ -771,8 +771,8 @@
"warning": {
"message": "Varování"
},
"exportWarning": {
"message": "Soubor exportu obsahuje nezašifrovaná data ve formátu .csv. Neměli byste ho ukládat ani odesílat přes nezabezpečené kanály (např. e-mailem). Smažte jej okamžitě po jeho použití."
"exportWarningDesc": {
"message": "This export contains your vault data in an unencrypted format. You should not store or send the exported file over unsecure channels (such as email). Delete it immediately after you are done using it."
},
"exportMasterPassword": {
"message": "Zadejte své hlavní heslo pro export dat."
@@ -780,6 +780,9 @@
"exportVault": {
"message": "Exportovat přihlašovací údaje"
},
"fileFormat": {
"message": "File Format"
},
"exportSuccess": {
"message": "Data trezoru byla exportována"
},
@@ -2030,6 +2033,9 @@
}
}
},
"userUsingTwoStep": {
"message": "This user is using two-step login to protect their account."
},
"userAccessAllItems": {
"message": "Tento uživatel může vidět a upravovat vše."
},