Autosync the updated translations (#12010)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
This commit is contained in:
parent
c51b9233b3
commit
0f2dbb1164
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Beveiligde Nota"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Vouers"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adres"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premie word vereis"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopieer Wagwoord"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "ملاحظة آمنة"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "مجلدات"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "العنوان"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "مطلوب اشتراك بريميوم"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "نسخ كلمة المرور"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Güvənli qeyd"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH açarı"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Qovluqlar"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Ünvan"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private açar"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public açar"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Barmaq izi"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Açar növü"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Yeni bir SSH açarı yaradıldı"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "SSH açar tələbini təsdiqləmək üçün seyfinizin kilidini açın."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH açar tələbinin vaxtı bitdi."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "SSH agenti fəallaşdır"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "SSH tələblərini birbaşa Bitwarden seyfinizdən imzalamaq üçün SSH agentini fəallaşdırın."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "SSH agenti, SSH tələblərini birbaşa Bitwarden seyfinizdən imzalamağa imkan verən developerlərə yönəlmiş bir xidmətdir."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium üzvlük lazımdır"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Parolu kopyala"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "SSH açarını yenidən yarat"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "SSH private açarını kopyala"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Keçid ifadəsini kopyala",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -2394,7 +2445,7 @@
|
|||
"message": "E-poçt yarat"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Dəyər $MIN$-$MAX$ arasında olmalıdır",
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "SSO giriş üçün açıq port tapıla bilmədi."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Səlahiyyət ver"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Rədd et"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "SSH açar istifadəsini təsdiqlə"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "bura müraciət tələb edir:"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Bir tətbiq"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Parolla qorunan SSH açarlarının daxilə köçürülməsi hələ dəstəklənmir"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "SSH açarı yararsızdır"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "SSH açar növü dəstəklənmir"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Açarı lövhədən daxilə köçür"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH açarı uğurla daxilə köçürüldü"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Fayl cihazda saxlanıldı. Endirilənləri cihazınızdan idarə edin."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Бяспечныя нататкі"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Папкі"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Адрас"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Патрабуецца прэміяльны статус"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Скапіяваць пароль"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Защитена бележка"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH ключ"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Папки"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Адрес"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Частен ключ"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Публичен ключ"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Отпечатък"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Тип на ключа"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048 бита"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072 бита"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096 бита"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Генериран е нов SSH ключ"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Отключете трезора си, за да одобрите заявката за SSH ключ."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "Времето на заявката за SSH ключ е изтекло."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Включване на SSH-агента"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Включете SSH-агента, за да подписвате заявки за SSH направо от трезора си в Битуорден."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "SSH-агентът е услуга, предназначена за разработчици, чрез която можете да подписвате заявки за SSH направо от трезора си в Битуорден."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Изисква се платен абонамент"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Копиране на паролата"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Генериране на нов SSH ключ"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Копиране на частния SSH ключ"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Копиране на паролата-фраза",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Не могат да бъдат открити свободни портове за еднократната идентификация."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Упълномощаване"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Отказване"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Потвърждаване на употребата на SSH ключа"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "иска достъп до"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Приложение"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Внасянето на SSH ключ, които са защитени с парола, все още не се поддържа"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "SSH ключът е неправилен"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "Типът на SSH ключа не се поддържа"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Внасяне на ключ от буфера за обмен"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH ключът е внесен успешно"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Файлът е запазен на устройството. Можете да го намерите в мястото за сваляния на устройството."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "সুরক্ষিত নোট"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "ফোল্ডারসমূহ"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "ঠিকানা"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "প্রিমিয়াম আবশ্যক"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "পাসওয়ার্ড অনুলিপিত করুন"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Sigurna bilješka"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Folderi"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresa"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Potrebno premium članstvo"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopirajte lozinku"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Nota segura"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Carpetes"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adreça"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium requerit"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copia contrasenya"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Zabezpečená poznámka"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH klíč"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Složky"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresa"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Soukromý klíč"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Veřejný klíč"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Otisk prstu"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Typ klíče"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048 bitový"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072 bitový"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096 bitový"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Byl vygenerován nový SSH klíč"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Pro schválení požadavku na SSH klíč odemkněte Váš trezor."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "Vypršel časový limit požadavku SSH klíče."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Povolit SSH agenta"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Povolí SSH agentovi podepisovat SSH požadavky přímo z Vašeho trezoru."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "SSH agent je služba určená vývojářům; umožňuje Vám podepisovat požadavky SSH přímo z Vašeho trezoru."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Je vyžadováno členství Premium"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopírovat heslo"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Znovu vygenerovat SSH klíč"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Kopírovat soukromý SSH klíč"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Kopírovat heslovou frázi",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Pro přihlášení SSO nebyly nalezeny žádné volné porty."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Autorizovat"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Zamítnout"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Potvrdit použití SSH klíče"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "žádá o přístup k"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Aplikace"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Import šifrovaných SSH klíčů není zatím podporován"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "SSH klíč je neplatný"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "Typ SSH klíče není podporován"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Importovat klíč ze schránky"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH klíč byl úspěšně importován"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Soubor byl uložen. Můžete jej nalézt ve stažené složce v zařízení."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Secure note"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Folders"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Address"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copy password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Sikret notat"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH-nøgle"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Mapper"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresse"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Privat nøgle"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Offentlig nøgle"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingeraftryk"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Nøgletype"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "En ny SSH-nøgle er genereret"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Oplås boksen op for at godkende SSH-nøgleanmodningen."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH-nøgleanmodning fik timeout."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Aktivér SSH-agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Aktivér SSH-agenten for at signere SSH-forespørgsler direkte fra Bitwarden-boksen."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "SSH-agent er en tjeneste rettet mod udviklere, der muliggør at signere SSH-forespørgsler direkte fra Bitwarden-boksen."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium kræves"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopiér adgangskode"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerér SSH-nøgle"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Kopiér SSH privat nøgle"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Kopiér adgangssætning",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -2394,7 +2445,7 @@
|
|||
"message": "Generér e-mail"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Værdi skal være mellem $MIN$ og $MAX$",
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Ingen ledige porte fundet til SSO-login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Godkend"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Afvis"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Bekræft brug af SSH-nøgle"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "anmoder om adgang til"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "En applikation"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Import af adgangskodebeskyttede SSH-nøgler understøttes endnu ikke"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "SSH-nøglen er ugyldig"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "SSH-nøgletypen understøttes ikke"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Importér nøgle fra udklipsholder"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH-nøgle er importeret"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Fil gemt på enheden. Håndtér fra enhedens downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Sichere Notiz"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH-Schlüssel"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Ordner"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresse"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Privater Schlüssel"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Öffentlicher Schlüssel"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerabdruck"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Schlüsseltyp"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Ein neuer SSH-Schlüssel wurde generiert"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Bitte entsperre deinen Tresor, um die SSH-Schlüsselanfrage zu genehmigen."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "Zeitüberschreitung bei der SSH-Schlüsselanfrage."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "SSH-Agent aktivieren"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Aktiviere den SSH-Agenten, um SSH-Anfragen direkt aus deinem Bitwarden-Tresor aus zu signieren."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "Der SSH-Agent ist ein Dienst, der sich an Entwickler richtet, mit dem du SSH-Anfragen direkt aus deinem Bitwarden-Tresor aus signieren kannst."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium notwendig"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Passwort kopieren"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "SSH-Schlüssel neu generieren"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Privaten SSH-Schlüssel kopieren"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Passphrase kopieren",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -576,7 +627,7 @@
|
|||
"message": "Mit Passkey anmelden"
|
||||
},
|
||||
"loginWithDevice": {
|
||||
"message": "Mit Gerät anmelden"
|
||||
"message": "Anmelden mit einem anderen Gerät"
|
||||
},
|
||||
"useSingleSignOn": {
|
||||
"message": "Single Sign-on verwenden"
|
||||
|
@ -2394,7 +2445,7 @@
|
|||
"message": "E-Mail generieren"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Wert muss zwischen $MIN$ und $MAX$ liegen",
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Es konnten keine freien Ports für die SSO-Anmeldung gefunden werden."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Autorisieren"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Ablehnen"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Verwendung des SSH-Schlüssels bestätigen"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "fragt den Zugriff an für"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Eine Anwendung"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Das Importieren passwortgeschützter SSH-Schlüssel wird noch nicht unterstützt"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "Der SSH-Schlüssel ist ungültig"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "Der SSH-Schlüsseltyp wird nicht unterstützt"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Schlüssel aus Zwischenablage importieren"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH-Schlüssel erfolgreich importiert"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Datei auf Gerät gespeichert. Greife darauf über die Downloads deines Geräts zu."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Ασφαλής σημείωση"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Φάκελοι"
|
||||
},
|
||||
|
@ -61,7 +64,7 @@
|
|||
}
|
||||
},
|
||||
"welcomeBack": {
|
||||
"message": "Καλωσορίσατε και πάλι"
|
||||
"message": "Welcome back"
|
||||
},
|
||||
"moveToOrgDesc": {
|
||||
"message": "Επιλέξτε έναν οργανισμό στον οποίο θέλετε να μετακινήσετε αυτό το στοιχείο. Η μετακίνηση σε έναν οργανισμό μεταβιβάζει την ιδιοκτησία του στοιχείου σε αυτό τον οργανισμό. Δεν θα είστε πλέον ο άμεσος ιδιοκτήτης αυτού του στοιχείου μόλις το μετακινήσετε."
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Διεύθυνση"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Απαιτείται Premium"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Αντιγραφή κωδικού πρόσβασης"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Αντιγραφή φράσης πρόσβασης",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -558,7 +609,7 @@
|
|||
"message": "Δημιουργία λογαριασμού"
|
||||
},
|
||||
"newToBitwarden": {
|
||||
"message": "Νέος/α στο Bitwarden;"
|
||||
"message": "New to Bitwarden?"
|
||||
},
|
||||
"setAStrongPassword": {
|
||||
"message": "Ορίστε έναν ισχυρό κωδικό πρόσβασης"
|
||||
|
@ -570,16 +621,16 @@
|
|||
"message": "Είσοδος"
|
||||
},
|
||||
"logInToBitwarden": {
|
||||
"message": "Σύνδεση στο Bitwarden"
|
||||
"message": "Log in to Bitwarden"
|
||||
},
|
||||
"logInWithPasskey": {
|
||||
"message": "Σύνδεση με κλειδί πρόσβασης"
|
||||
"message": "Log in with passkey"
|
||||
},
|
||||
"loginWithDevice": {
|
||||
"message": "Σύνδεση με χρήση συσκευής"
|
||||
"message": "Log in with device"
|
||||
},
|
||||
"useSingleSignOn": {
|
||||
"message": "Χρήση ενιαίας σύνδεσης"
|
||||
"message": "Use single sign-on"
|
||||
},
|
||||
"submit": {
|
||||
"message": "Υποβολή"
|
||||
|
@ -1684,10 +1735,10 @@
|
|||
"message": "Η διαγραφή του λογαριασμού σας είναι μόνιμη. Δεν μπορεί να αναιρεθεί."
|
||||
},
|
||||
"cannotDeleteAccount": {
|
||||
"message": "Αδυναμία διαγραφής λογαριασμού"
|
||||
"message": "Cannot delete account"
|
||||
},
|
||||
"cannotDeleteAccountDesc": {
|
||||
"message": "Αυτή η ενέργεια δεν μπορεί να ολοκληρωθεί επειδή ο λογαριασμός σας ανήκει σε έναν οργανισμό. Επικοινωνήστε με το διαχειριστή του οργανισμού σας για πρόσθετες λεπτομέρειες."
|
||||
"message": "This action cannot be completed because your account is owned by an organization. Contact your organization administrator for additional details."
|
||||
},
|
||||
"accountDeleted": {
|
||||
"message": "Ο λογαριασμός διαγράφηκε"
|
||||
|
@ -2394,7 +2445,7 @@
|
|||
"message": "Δημιουργία διεύθυνσης ηλ. ταχυδρομείου"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Η τιμή πρέπει να είναι μεταξύ $MIN$ και $MAX$",
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Δεν βρέθηκαν ελεύθερες θύρες για τη σύνδεση sso."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Το αρχείο αποθηκεύτηκε στη συσκευή. Διαχείριση από τις λήψεις της συσκευής σας."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Secure note"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Folders"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Address"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copy password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorise"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Secure note"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Folders"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Address"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copy password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorise"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Sekura noto"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Dosierujoj"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adreso"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copy password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Nota segura"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Carpetas"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Dirección"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium requerido"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copiar contraseña"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Turvaline märkus"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Kaustad"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Aadress"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Vajalik on Preemium versioon"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopeeri parool"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "SSO-ga sisselogimiseks ei leitud ühtegi vaba porti."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Fail salvestatud. Halda oma seadmesse allalaaditud faile."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Ohar segurua"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Karpetak"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Helbidea"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium izatea beharrezkoa da"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopiatu pasahitza"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "یادداشت امن"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "پوشهها"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "نشانی"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "در نسخه پرمیوم کار میکند"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "کپی کلمه عبور"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Salattu muistio"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH-avain"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Kansiot"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Osoite"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Yksityinen avain"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Julkinen avain"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Sormenjälki"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Avaintyyppi"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Uusi SSH-avain luotiin"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Ole hyvä ja avaa holvisi hyväksyäksesi SSH-avainpyynnön."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH-avainpyyntö aikakatkaistiin."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Ota SSH-agentti käyttöön"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium vaaditaan"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopioi salasana"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Luo SSH-avain uudelleen"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Kopioi yksityinen SSH-avain"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Kopioi salalause",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -558,7 +609,7 @@
|
|||
"message": "Luo tili"
|
||||
},
|
||||
"newToBitwarden": {
|
||||
"message": "Oletko uusi Bitwardenissa?"
|
||||
"message": "Oletko uusi Bitwarden-käyttäjä?"
|
||||
},
|
||||
"setAStrongPassword": {
|
||||
"message": "Aseta vahva salasana"
|
||||
|
@ -1687,7 +1738,7 @@
|
|||
"message": "Tiliä ei voi poistaa"
|
||||
},
|
||||
"cannotDeleteAccountDesc": {
|
||||
"message": "Tätä toimintoa ei voida suorittaa, koska tilisi on organisaation omistama. Ota yhteyttä organisaation ylläpitäjään saadaksesi lisätietoja."
|
||||
"message": "This action cannot be completed because your account is owned by an organization. Contact your organization administrator for additional details."
|
||||
},
|
||||
"accountDeleted": {
|
||||
"message": "Tili poistettiin"
|
||||
|
@ -2394,7 +2445,7 @@
|
|||
"message": "Luo sähköpostiosoite"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Arvon tulee olla väliltä $MIN$ - $MAX$",
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Kertakirjautumiselle ei löytynyt vapaita portteja."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "SSH-avain on virheellinen"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "SSH-avaintyyppiä ei ole tuettui"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Tuo avain leikepöydältä"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH-avain on tuotu"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Tiedosto tallennettiin laitteelle. Hallitse sitä laitteesi latauksista."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Secure na tala"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Mga Folder"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Address"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Kailangan ng premium"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopyahin ang password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Note sécurisée"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "Clé SSH"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Dossiers"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresse"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Clé privée"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Clé publique"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Empreinte digitale"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Type de clé"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-bits"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-bits"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-bits"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Une nouvelle clé SSH a été générée"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Veuillez déverrouiller votre coffre pour approuver la demande de clé SSH."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "La requête de clé SSH a expiré."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Activer l'agent SSH"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Activez l'agent SSH pour signer les requêtes SSH directement depuis votre coffre Bitwarden."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "L'agent SSH est un service destiné aux développeurs qui vous permet de signer des requêtes SSH directement depuis votre coffre Bitwarden."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium requis"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copier le mot de passe"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Régénérer la clé SSH"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copier la clé privée SSH"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -2394,7 +2445,7 @@
|
|||
"message": "Generate email"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "La valeur doit être comprise entre $MIN$ et $MAX$",
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Autoriser"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Refuser"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirmer l'utilisation de la clé SSH"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "demande l'accès à"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Une application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "L'importation de clés SSH protégées par mot de passe n'est pas encore prise en charge"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "La clé SSH est invalide"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "Le type de clé SSH n'est pas pris en charge"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Importer une clé depuis le presse-papiers"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "Clé SSH importée avec succès"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Fichier enregistré sur l'appareil. Gérez à partir des téléchargements de votre appareil."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Secure note"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Folders"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Address"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copy password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "פתק מאובטח"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "מפתח SSH"
|
||||
},
|
||||
"folders": {
|
||||
"message": "תיקיות"
|
||||
},
|
||||
|
@ -61,7 +64,7 @@
|
|||
}
|
||||
},
|
||||
"welcomeBack": {
|
||||
"message": "Welcome back"
|
||||
"message": "ברוך שובך"
|
||||
},
|
||||
"moveToOrgDesc": {
|
||||
"message": "בחר ארגון שאליו תרצה להעביר פריט זה. העברה לארגון מעבירה את הבעלות על הפריט לאותו ארגון. לאחר העברת פריט זה לא תהיה יותר הבעלים הישיר."
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "כתובת"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "מפתח פרטי"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "מפתח ציבורי"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "טביעת אצבע"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "סוג מפתח"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048 סיביות"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072 סיביות"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096 סיביות"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "נוצר מפתח SSH חדש"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "הפעלת סוכן SSH"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "נדרש חשבון פרימיום"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "העתק סיסמה"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -2394,7 +2445,7 @@
|
|||
"message": "Generate email"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"message": "הערך חייב להיות בין $MIN$ ל־$MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Secure note"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Folders"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Address"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copy password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Sigurna bilješka"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Mape"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresa"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Potrebno Premium članstvo"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopiraj lozinku"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Nisu nađeni slobodni portovi za SSO prijavu."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Datoteka spremljena na uređaj. Upravljaj u preuzimanjima svog uređaja."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Biztonságos jegyzet"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH kulcs"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Mappák"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Postai cím"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Személyes kulcs"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Nyilvános kulcs"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Ujjlenyomat"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Kulcs típusa"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Új SSH-kulcs jött létre."
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Az SSH-kulcskérés jóváhagyásához oldjuk fel a széfet."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "Az SSH-kulcs kérése időtúllépést okozott."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "SSH ügynök engedélyezése"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Engedélyezzük az SSH ügynök számára az SSH kérelmek aláírását közvetlenül a Bitwarden széfből."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "Az SSH ügynök egy fejlesztőknek szánt szolgáltatás, amely lehetővé teszi az SSH kérések közvetlenül a Bitwarden széfből történő aláírását."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Prémium szükséges"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Jelszó másolása"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "SSH kulcs újragenerálása"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "SSH személyes kulcs másolása"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Jelmondat másolása",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -573,7 +624,7 @@
|
|||
"message": "Bejelentkezés a Bitwardenbe"
|
||||
},
|
||||
"logInWithPasskey": {
|
||||
"message": "Bejelentkezés azonosító kulcssal"
|
||||
"message": "Bejelentkezés hozzáférési kulccsal"
|
||||
},
|
||||
"loginWithDevice": {
|
||||
"message": "Bejelentkezés eszközzel"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Nem található szabad port az sso bejelentkezéshez."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Hitelesítés"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Elutasítás"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "SSH kulcs használat megerősítése"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "hozzáférést kér:"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Egy alkalmazás"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "A jelszóval védett SSH kulcsok importálása még nem támogatott."
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "Az SSH kulcs érvénytelen."
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "Az SSH kulcstípus nem támogatott."
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Kulcs importálása vágólapból"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "Az SSH kulcs sikeresen importálásra került."
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "A fájl mentésre került az eszközre. Kezeljük az eszközről a letöltéseket."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Catatan yang aman"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Folder"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Alamat"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Memerlukan Keanggotaan Premium"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Salin Kata Sandi"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Nota sicura"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Cartelle"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Indirizzo"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium necessario"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copia password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copia passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -573,13 +624,13 @@
|
|||
"message": "Log in to Bitwarden"
|
||||
},
|
||||
"logInWithPasskey": {
|
||||
"message": "Accedi con passkey"
|
||||
"message": "Log in with passkey"
|
||||
},
|
||||
"loginWithDevice": {
|
||||
"message": "Accedi con dispositivo"
|
||||
"message": "Log in with device"
|
||||
},
|
||||
"useSingleSignOn": {
|
||||
"message": "Usa il Single Sign-On"
|
||||
"message": "Use single sign-on"
|
||||
},
|
||||
"submit": {
|
||||
"message": "Invia"
|
||||
|
@ -1684,10 +1735,10 @@
|
|||
"message": "L'eliminazione del tuo account è permanente. Non può essere annullata."
|
||||
},
|
||||
"cannotDeleteAccount": {
|
||||
"message": "Impossibile eliminare account"
|
||||
"message": "Cannot delete account"
|
||||
},
|
||||
"cannotDeleteAccountDesc": {
|
||||
"message": "Questa azione non può essere completata perché il tuo account è di proprietà di un'organizzazione. Contatta l'amministratore della tua organizzazione per dettagli."
|
||||
"message": "This action cannot be completed because your account is owned by an organization. Contact your organization administrator for additional details."
|
||||
},
|
||||
"accountDeleted": {
|
||||
"message": "Account eliminato"
|
||||
|
@ -2394,7 +2445,7 @@
|
|||
"message": "Genera e-mail"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Il valore deve essere compreso tra $MIN$ e $MAX$",
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Non è stato possibile trovare nessuna porta libera per il login Sso."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File salvato sul dispositivo. Gestisci dai download del dispositivo."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "セキュアメモ"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "フォルダー"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "住所"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "プレミアム会員専用"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "パスワードのコピー"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "SSO ログインのための空きポートが見つかりませんでした。"
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "ファイルをデバイスに保存しました。デバイスのダウンロードで管理できます。"
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Secure note"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "საქაღალდეები"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "მისამართი"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "პაროლის კოპირება"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Secure note"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Folders"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Address"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copy password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "ಸುರಕ್ಷಿತ ಟಿಪ್ಪಣಿ"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "ಫೋಲ್ಡರ್ಗಳು"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "ವಿಳಾಸ"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "ಪ್ರೀಮಿಯಂ ಅಗತ್ಯವಿದೆ"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "ಪಾಸ್ವರ್ಡ್ ನಕಲಿಸಿ"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "보안 메모"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "폴더"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "주소"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "프리미엄 멤버십 필요"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "비밀번호 복사"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Saugus įrašas"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Aplankai"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresas"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Reikalinga Premium narystė"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopijuoti slaptažodį"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Droša piezīme"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH atslēga"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Mapes"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adrese"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Privātā atslēga"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Publiskā atslēga"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Pirkstu nospiedums"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Atslēgas veids"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Tika izveidota jauna SSH atslēga"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Lūgums atslēgt savu glabātavu, lai apstiprinātu SSH atslēgas pieprasījumu."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH atslēgas pieprasījumam iestājās noildze."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Iespējot SSH aģentu"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Iespējo SSH aģentu, lai parakstītu SSH pieprasījumus tieši no savas Bitwarden glabātavas."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "SSH aģents ir izstrādātājiem paredzēts pakalpojums, kas ļauj parakstīt SSH pieprasījumus tieši no savas Bitwarden glabātavas."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Nepieciešams Premium"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Ievietot paroli starpliktuvē"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Atkārtoti izveidot SSH atslēgu"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Ievietot privāto SSH atslēgu starpliktuvē"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Ievietot paroles vārdkopu starpliktuvē",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -2391,10 +2442,10 @@
|
|||
"message": "Izveidot lietotājvārdu"
|
||||
},
|
||||
"generateEmail": {
|
||||
"message": "Izveidot e-pastu"
|
||||
"message": "Izveidot e-pasta adresi"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Vērtībai jābūt starp $MIN$ un $MAX$",
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -2448,7 +2499,7 @@
|
|||
"message": "Pārvirzīto e-pastu aizstājvārds"
|
||||
},
|
||||
"forwardedEmailDesc": {
|
||||
"message": "Izveidot e-pastu aizstājvārdu ar ārēju pārvirzīšanas pakalpojumu."
|
||||
"message": "Izveidot e-pasta aizstājadresi ar ārēju pārvirzīšanas pakalpojumu."
|
||||
},
|
||||
"forwarderDomainName": {
|
||||
"message": "E-pasta domēns",
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Netika atrasti brīvi vienotās (SSO) pieteikšanās porti."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Pilnvarot"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Noraidīt"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Apstiprināt SSH atslēgas lietojumu"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "pieprasa piekļuvi"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Lietotne"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Ar paroli aizsargātu SSH atslēgu ievietošana pagaidām netiek nodrošināta"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "SSH atslēga ir nederīga"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "SSH atslēgas veids netiek atbalstīts"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Ievietot atslēgu no starpliktuves"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH atslēga tika veiksmīgi ievietota"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Datne saglabāta ierīcē. Tā ir atrodama ierīces lejupielāžu mapē."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Sigurna belješka"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Fascikle"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresa"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium obavezan"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopiraj lozinku"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "സുരക്ഷിത കുറിപ്പ്"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "ഫോൾഡറുകൾ"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "മേൽവിലാസം"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "പ്രീമിയം അംഗത്വം ആവശ്യമാണ്"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "പാസ്വേഡ് പകർത്തുക"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Secure note"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Folders"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Address"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copy password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "လုံခြုံတဲ့မှတ်စု"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Folders"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Address"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copy password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Sikker notis"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Mapper"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresse"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium er påkrevd"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopier passordet"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "सुरक्षित नोट"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "फोल्डरहरू"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "ठेगाना"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "प्रिमियम आवश्यक छ"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "पासवर्ड प्रतिलिपि गर्नुहोस्"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Veilige notitie"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH-sleutel"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Mappen"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adres"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Privésleutel"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Publieke sleutel"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Vingerafdruk"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Sleuteltype"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Nieuwe SSH-sleutel gegenereerd"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Ontgrendel je kluis voor het goedkeuren van het SSH-sleutelverzoek."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "Time-out SSH-sleutelaanvraag."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "SSH-agent inschakelen"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Schakel de SSH-agent in om SSH-verzoeken rechtstreeks vanuit je Bitwarden-kluis te ondertekenen."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "De SSH-agent is een dienst gericht op ontwikkelaars waarmee je SSH-verzoeken rechtstreeks vanuit je Bitwarden-kluis kunt ondertekenen."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium vereist"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopieer wachtwoord"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "SSH-sleutel opnieuw genereren"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Privésleutel kopiëren"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Wachtwoordzin kopiëren",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Er zijn geen vrije poorten gevonden voor de sso-login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Autoriseren"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Afwijzen"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Gebruik SSH-sleutel bevestigen"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "vraagt toegang tot"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Een applicatie"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importeren van met wachtwoord beveiligde SSH-sleutels wordt nog niet ondersteund"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "De SSH-sleutel is ongeldig"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "Het type SSH-sleutel is niet ondersteund"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Sleutel van klembord importeren"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH-sleutel succesvol geïmporteerd"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Bestand op apparaat opgeslagen. Beheer vanaf de downloads op je apparaat."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Trygg notat"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Mapper"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresse"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium er påkravt"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopier passordet"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Secure note"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "ଫୋଲ୍ଡର୍"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Address"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copy password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Bezpieczna notatka"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Foldery"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adres"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Konto Premium jest wymagane"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopiuj hasło"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Nie znaleziono wolnych portów dla logowania SSO."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Plik zapisany na urządzeniu. Zarządzaj plikiem na swoim urządzeniu."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Nota Segura"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "Chave SSH"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Pastas"
|
||||
},
|
||||
|
@ -61,7 +64,7 @@
|
|||
}
|
||||
},
|
||||
"welcomeBack": {
|
||||
"message": "Welcome back"
|
||||
"message": "Bem vindo de volta"
|
||||
},
|
||||
"moveToOrgDesc": {
|
||||
"message": "Escolha uma organização para a qual deseja mover este item. Mudar para uma organização transfere a propriedade do item para essa organização. Você não será mais o proprietário direto deste item depois que ele for movido."
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Endereço"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Chave privada"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Chave pública"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Impressão digital"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Tipo de chave"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Uma nova chave SSH foi gerada"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Por favor, desbloqueie seu cofre para aprovar a solicitação de chave SSH."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "Solicitação de chave SSH expirada."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Habilitar SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Permitir que o agente SSH assine solicitações SSH diretamente do seu cofre Bitwarden."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "O agente SSH é um serviço direcionado a desenvolvedores que permite que você assine solicitações SSH diretamente do seu cofre do Bitwarden."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Requer Assinatura Premium"
|
||||
},
|
||||
|
@ -263,7 +308,7 @@
|
|||
"message": "Gerar Senha"
|
||||
},
|
||||
"generatePassphrase": {
|
||||
"message": "Generate passphrase"
|
||||
"message": "Gerar frase secreta"
|
||||
},
|
||||
"type": {
|
||||
"message": "Tipo"
|
||||
|
@ -400,8 +445,14 @@
|
|||
"copyPassword": {
|
||||
"message": "Copiar Senha"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regerar chave SSH"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copiar chave SSH privada"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"message": "Copiar senha",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
},
|
||||
"copyUri": {
|
||||
|
@ -432,11 +483,11 @@
|
|||
"message": "Caracteres especiais (!@#$%^&*)"
|
||||
},
|
||||
"include": {
|
||||
"message": "Include",
|
||||
"message": "Incluir",
|
||||
"description": "Card header for password generator include block"
|
||||
},
|
||||
"uppercaseDescription": {
|
||||
"message": "Include uppercase characters",
|
||||
"message": "Incluir caracteres maiúsculos",
|
||||
"description": "Tooltip for the password generator uppercase character checkbox"
|
||||
},
|
||||
"uppercaseLabel": {
|
||||
|
@ -444,7 +495,7 @@
|
|||
"description": "Label for the password generator uppercase character checkbox"
|
||||
},
|
||||
"lowercaseDescription": {
|
||||
"message": "Include lowercase characters",
|
||||
"message": "Incluir caracteres minúsculos",
|
||||
"description": "Full description for the password generator lowercase character checkbox"
|
||||
},
|
||||
"lowercaseLabel": {
|
||||
|
@ -452,7 +503,7 @@
|
|||
"description": "Label for the password generator lowercase character checkbox"
|
||||
},
|
||||
"numbersDescription": {
|
||||
"message": "Include numbers",
|
||||
"message": "Incluir números",
|
||||
"description": "Full description for the password generator numbers checkbox"
|
||||
},
|
||||
"numbersLabel": {
|
||||
|
@ -460,7 +511,7 @@
|
|||
"description": "Label for the password generator numbers checkbox"
|
||||
},
|
||||
"specialCharactersDescription": {
|
||||
"message": "Include special characters",
|
||||
"message": "Incluir caracteres especiais",
|
||||
"description": "Full description for the password generator special characters checkbox"
|
||||
},
|
||||
"specialCharactersLabel": {
|
||||
|
@ -495,11 +546,11 @@
|
|||
"description": "deprecated. Use avoidAmbiguous instead."
|
||||
},
|
||||
"avoidAmbiguous": {
|
||||
"message": "Avoid ambiguous characters",
|
||||
"message": "Evitar caracteres ambíguos",
|
||||
"description": "Label for the avoid ambiguous characters checkbox."
|
||||
},
|
||||
"generatorPolicyInEffect": {
|
||||
"message": "Enterprise policy requirements have been applied to your generator options.",
|
||||
"message": "Os requisitos de política empresarial foram aplicados às suas opções de gerador.",
|
||||
"description": "Indicates that a policy limits the credential generator screen."
|
||||
},
|
||||
"searchCollection": {
|
||||
|
@ -558,7 +609,7 @@
|
|||
"message": "Criar Conta"
|
||||
},
|
||||
"newToBitwarden": {
|
||||
"message": "New to Bitwarden?"
|
||||
"message": "Novo no Bitwarden?"
|
||||
},
|
||||
"setAStrongPassword": {
|
||||
"message": "Defina uma senha forte"
|
||||
|
@ -570,16 +621,16 @@
|
|||
"message": "Iniciar sessão"
|
||||
},
|
||||
"logInToBitwarden": {
|
||||
"message": "Log in to Bitwarden"
|
||||
"message": "Inicie a sessão no Bitwarden"
|
||||
},
|
||||
"logInWithPasskey": {
|
||||
"message": "Log in with passkey"
|
||||
"message": "Iniciar sessão com a chave de acesso"
|
||||
},
|
||||
"loginWithDevice": {
|
||||
"message": "Log in with device"
|
||||
"message": "Fazer login com dispositivo"
|
||||
},
|
||||
"useSingleSignOn": {
|
||||
"message": "Use single sign-on"
|
||||
"message": "Usar login único"
|
||||
},
|
||||
"submit": {
|
||||
"message": "Enviar"
|
||||
|
@ -628,7 +679,7 @@
|
|||
"message": "Juntar-se à organização"
|
||||
},
|
||||
"joinOrganizationName": {
|
||||
"message": "Join $ORGANIZATIONNAME$",
|
||||
"message": "Entrar em $ORGANIZATIONNAME$",
|
||||
"placeholders": {
|
||||
"organizationName": {
|
||||
"content": "$1",
|
||||
|
@ -643,16 +694,16 @@
|
|||
"message": "Configurações"
|
||||
},
|
||||
"accountEmail": {
|
||||
"message": "Account email"
|
||||
"message": "Email da conta"
|
||||
},
|
||||
"requestHint": {
|
||||
"message": "Request hint"
|
||||
"message": "Pedir dica"
|
||||
},
|
||||
"requestPasswordHint": {
|
||||
"message": "Request password hint"
|
||||
"message": "Dica da senha mestra"
|
||||
},
|
||||
"enterYourAccountEmailAddressAndYourPasswordHintWillBeSentToYou": {
|
||||
"message": "Enter your account email address and your password hint will be sent to you"
|
||||
"message": "Digite o endereço de e-mail da sua conta e sua dica da senha será enviada para você"
|
||||
},
|
||||
"passwordHint": {
|
||||
"message": "Dica da Senha"
|
||||
|
@ -698,10 +749,10 @@
|
|||
"message": "A sua nova conta foi criada! Agora você pode iniciar a sessão."
|
||||
},
|
||||
"newAccountCreated2": {
|
||||
"message": "Your new account has been created!"
|
||||
"message": "Sua nova conta foi criada!"
|
||||
},
|
||||
"youHaveBeenLoggedIn": {
|
||||
"message": "You have been logged in!"
|
||||
"message": "Você está conectado!"
|
||||
},
|
||||
"masterPassSent": {
|
||||
"message": "Enviamos um e-mail com a dica da sua senha mestra."
|
||||
|
@ -854,7 +905,7 @@
|
|||
"message": "URL do Servidor"
|
||||
},
|
||||
"selfHostBaseUrl": {
|
||||
"message": "Self-host server URL",
|
||||
"message": "URL do servidor auto-host",
|
||||
"description": "Label for field requesting a self-hosted integration service URL"
|
||||
},
|
||||
"apiUrl": {
|
||||
|
@ -1001,16 +1052,16 @@
|
|||
"message": "Seu cofre está trancado. Verifique sua identidade para continuar."
|
||||
},
|
||||
"yourAccountIsLocked": {
|
||||
"message": "Your account is locked"
|
||||
"message": "Sua conta está bloqueada"
|
||||
},
|
||||
"or": {
|
||||
"message": "or"
|
||||
"message": "ou"
|
||||
},
|
||||
"unlockWithBiometrics": {
|
||||
"message": "Unlock with biometrics"
|
||||
"message": "Desbloquear com a biometria"
|
||||
},
|
||||
"unlockWithMasterPassword": {
|
||||
"message": "Unlock with master password"
|
||||
"message": "Desbloquear com a senha mestra"
|
||||
},
|
||||
"unlock": {
|
||||
"message": "Desbloquear"
|
||||
|
@ -1041,7 +1092,7 @@
|
|||
"message": "Tempo Limite do Cofre"
|
||||
},
|
||||
"vaultTimeout1": {
|
||||
"message": "Timeout"
|
||||
"message": "Tempo esgotado"
|
||||
},
|
||||
"vaultTimeoutDesc": {
|
||||
"message": "Escolha quando o tempo limite do seu cofre irá se esgotar e execute a ação selecionada."
|
||||
|
@ -1248,7 +1299,7 @@
|
|||
"description": "Copy credit card number"
|
||||
},
|
||||
"copyEmail": {
|
||||
"message": "Copy email"
|
||||
"message": "Copiar e-mail"
|
||||
},
|
||||
"copySecurityCode": {
|
||||
"message": "Copiar Código de Segurança",
|
||||
|
@ -1402,7 +1453,7 @@
|
|||
}
|
||||
},
|
||||
"copySuccessful": {
|
||||
"message": "Copy Successful"
|
||||
"message": "Copiado com sucesso"
|
||||
},
|
||||
"errorRefreshingAccessToken": {
|
||||
"message": "Erro ao Atualizar Token"
|
||||
|
@ -1672,7 +1723,7 @@
|
|||
"message": "Recomendado para segurança."
|
||||
},
|
||||
"lockWithMasterPassOnRestart1": {
|
||||
"message": "Lock with master password on restart"
|
||||
"message": "Bloquear com senha mestra ao reiniciar"
|
||||
},
|
||||
"deleteAccount": {
|
||||
"message": "Excluir conta"
|
||||
|
@ -1684,10 +1735,10 @@
|
|||
"message": "A exclusão de sua conta é permanente. Não poderá ser desfeito."
|
||||
},
|
||||
"cannotDeleteAccount": {
|
||||
"message": "Cannot delete account"
|
||||
"message": "Não é possível excluir conta"
|
||||
},
|
||||
"cannotDeleteAccountDesc": {
|
||||
"message": "This action cannot be completed because your account is owned by an organization. Contact your organization administrator for additional details."
|
||||
"message": "Esta ação não pode ser concluída porque sua conta pertence a uma organização. Entre em contato com o administrador da sua organização para obter mais detalhes."
|
||||
},
|
||||
"accountDeleted": {
|
||||
"message": "Conta excluída"
|
||||
|
@ -1800,7 +1851,7 @@
|
|||
"description": "Used as a card title description on the set password page to explain why the user is there"
|
||||
},
|
||||
"cardMetrics": {
|
||||
"message": "out of $TOTAL$",
|
||||
"message": "fora do $TOTAL$",
|
||||
"placeholders": {
|
||||
"total": {
|
||||
"content": "$1",
|
||||
|
@ -1888,7 +1939,7 @@
|
|||
"message": "Ativar integração com o navegador"
|
||||
},
|
||||
"enableBrowserIntegrationDesc1": {
|
||||
"message": "Used to allow biometric unlock in browsers that are not Safari."
|
||||
"message": "Usado para permitir desbloqueio biométrico em navegadores que não são Safari."
|
||||
},
|
||||
"enableDuckDuckGoBrowserIntegration": {
|
||||
"message": "Permitir integração ao navegador DuckDuckGo"
|
||||
|
@ -2219,7 +2270,7 @@
|
|||
"message": "Minutos"
|
||||
},
|
||||
"vaultTimeoutPolicyInEffect1": {
|
||||
"message": "$HOURS$ hour(s) and $MINUTES$ minute(s) maximum.",
|
||||
"message": "Máximo de $HOURS$ hora(s) e $MINUTES$ minuto(s).",
|
||||
"placeholders": {
|
||||
"hours": {
|
||||
"content": "$1",
|
||||
|
@ -2369,7 +2420,7 @@
|
|||
"message": "Bloqueado"
|
||||
},
|
||||
"yourVaultIsLockedV2": {
|
||||
"message": "Your vault is locked"
|
||||
"message": "Seu cofre está bloqueado"
|
||||
},
|
||||
"unlocked": {
|
||||
"message": "Desbloqueado"
|
||||
|
@ -2391,7 +2442,7 @@
|
|||
"message": "Gerar usuário"
|
||||
},
|
||||
"generateEmail": {
|
||||
"message": "Generate email"
|
||||
"message": "Gerar e-mail"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
|
@ -2451,11 +2502,11 @@
|
|||
"message": "Gere um alias de e-mail com um serviço externo de encaminhamento."
|
||||
},
|
||||
"forwarderDomainName": {
|
||||
"message": "Email domain",
|
||||
"message": "Domínio de e-mail",
|
||||
"description": "Labels the domain name email forwarder service option"
|
||||
},
|
||||
"forwarderDomainNameHint": {
|
||||
"message": "Choose a domain that is supported by the selected service",
|
||||
"message": "Escolha um domínio que seja suportado pelo serviço selecionado",
|
||||
"description": "Guidance provided for email forwarding services that support multiple email domains."
|
||||
},
|
||||
"forwarderError": {
|
||||
|
@ -2750,7 +2801,7 @@
|
|||
"message": "Importante:"
|
||||
},
|
||||
"accessing": {
|
||||
"message": "Accessing"
|
||||
"message": "Acessando"
|
||||
},
|
||||
"accessTokenUnableToBeDecrypted": {
|
||||
"message": "Você foi desconectado porque seu token de acesso não pôde ser descriptografado. Por favor, faça o login novamente para resolver esse problema."
|
||||
|
@ -3225,7 +3276,37 @@
|
|||
"ssoError": {
|
||||
"message": "Nenhuma porta livre foi encontrada para o cliente final."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Autorizar"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Negar"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirmar uso da chave SSH"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "está solicitando acesso para"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Uma aplicação"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importar chaves SSH protegidas por senha ainda não é suportado"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "A chave SSH é inválida"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "O tipo de chave SSH não é suportado"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Importar chave da área de transferência"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "Chave SSH importada com sucesso"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
"message": "Arquivo salvo no dispositivo. Gerencie a partir das transferências do seu dispositivo."
|
||||
}
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Nota segura"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "Chave SSH"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Pastas"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Endereço"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Chave privada"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Chave pública"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Impressão digital"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Tipo de chave"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Foi gerada uma nova chave SSH"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Por favor, desbloqueie o seu cofre para aprovar o pedido de chave SSH."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "O pedido de chave SSH expirou."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Ativar o agente SSH"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Ative o agente SSH para assinar pedidos SSH diretamente do seu cofre Bitwarden."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "O agente SSH é um serviço direcionado a programadores que lhe permite assinar pedidos SSH diretamente do seu cofre Bitwarden."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "É necessária uma subscrição Premium"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copiar palavra-passe"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerar chave SSH"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copiar chave privada SSH"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copiar frase de acesso",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Não foi possível encontrar portas livres para o início de sessão sso."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Autorizar"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Recusar"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirmar a utilização da chave SSH"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "está a pedir acesso a"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Uma aplicação"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "A importação de chaves SSH protegidas por palavra-passe ainda não é suportada"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "A chave SSH é inválida"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "O tipo de chave SSH não é suportado"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Importar chave da área de transferência"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "Chave SSH importada com sucesso"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Ficheiro guardado no dispositivo. Gira-o a partir das transferências do seu dispositivo."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Notă securizată"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Dosare"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresă"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium necesar"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copiere parolă"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Защищенная заметка"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "Ключ SSH"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Папки"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Адрес"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Приватный ключ"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Публичный ключ"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Отпечаток"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Тип ключа"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Был создан новый ключ SSH"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Пожалуйста, разблокируйте свое хранилище для подтверждения запроса ключа SSH."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "Время ожидания запроса ключа SSH истекло."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Включить агент SSH"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Включите агент SSH, чтобы подписывать запросы SSH прямо из вашего хранилища Bitwarden."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "Агент SSH - это сервис, ориентированный на разработчиков, позволяющий подписывать запросы SSH непосредственно из вашего хранилища Bitwarden."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Требуется Премиум"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Скопировать пароль"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Пересоздать ключ SSH"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Скопировать приватный ключ SSH"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Скопировать парольную фразу",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Не удалось найти свободные порты для авторизации SSO."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Разрешить"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Запретить"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Подтвердить использование ключа SSH"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "запрашивает доступ к"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Приложение"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Импорт защищенных паролем ключей SSH пока не поддерживается"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "Ключ SSH недействителен"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "Тип ключа SSH не поддерживается"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Импорт ключа из буфера обмена"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "Ключ SSH успешно импортирован"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Файл сохранен на устройстве. Управляйте им из загрузок устройства."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "ආරක්ෂිත සටහන"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "බහාලුම්"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "ලිපිනය"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "මුරපදය පිටපත් කරන්න"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Zabezpečená poznámka"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "Kľúč SSH"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Priečinky"
|
||||
},
|
||||
|
@ -45,7 +48,7 @@
|
|||
"message": "Zdieľať"
|
||||
},
|
||||
"moveToOrganization": {
|
||||
"message": "Presunúť do Organizácie"
|
||||
"message": "Presunúť do organizácie"
|
||||
},
|
||||
"movedItemToOrg": {
|
||||
"message": "$ITEMNAME$ presunuté do $ORGNAME$",
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adresa"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Súkromný kľúč"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Verejný kľúč"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Odtlačok"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Typ kľúča"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Bol vygenerovaný nový kľúč SSH"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Prosím, odomknite svoj trezor, aby ste mohli schváliť žiadosť o kľúč SSH."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "Požiadavka na kľúč SSH vypršala."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Povoliť agenta SSH"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Povolí agentovi SSH podpisovať požiadavky SSH priamo z vášho trezoru Bitwarden."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "Agent SSH je služba určená pre vývojárov, ktorá vám umožňuje podpisovať požiadavky SSH priamo z vášho trezora Bitwarden."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Vyžaduje prémiový účet"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Skopírovať heslo"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Generovať nový kľúč SSH"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Kopírovať súkromný kľúč SSH"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Kopírovať prístupovú frázu",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -2750,7 +2801,7 @@
|
|||
"message": "Dôležité:"
|
||||
},
|
||||
"accessing": {
|
||||
"message": "Accessing"
|
||||
"message": "Pristupovanie"
|
||||
},
|
||||
"accessTokenUnableToBeDecrypted": {
|
||||
"message": "Boli ste odhlásení, pretože váš prístupový token nebolo možné dešifrovať. Na vyriešenie tohto problému sa znova prihláste."
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Pre prihlásenie SSO sa nepodarilo nájsť žiadne voľné porty."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Autorizovať"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Odmietnuť"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Potvrdiť použitie kľúča SSH"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "žiada o prístup k"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Aplikácia"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importovanie kľúčov SSH chránených heslom zatiaľ nie je podporované"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "Kľúč SSH je neplatný"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "Tento typ kľúča SSH nie je podporovaný"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Importovať kľúč zo schránky"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "Kľúč SSH bol úspešne importovaný"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Súbor sa uložil do zariadenia. Spravujte stiahnuté súbory zo zariadenia."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Varni zapisek"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Mape"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Naslov"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Potrebno je premium članstvo"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopiraj geslo"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Сигурносна белешка"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Фасцикле"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Адреса"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Потребан Премијум"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Копирај лозинку"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Копирај приступну фразу",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -558,7 +609,7 @@
|
|||
"message": "Креирај налог"
|
||||
},
|
||||
"newToBitwarden": {
|
||||
"message": "Нови сте у Bitwarden-у?"
|
||||
"message": "New to Bitwarden?"
|
||||
},
|
||||
"setAStrongPassword": {
|
||||
"message": "Поставите јаку лозинку"
|
||||
|
@ -570,16 +621,16 @@
|
|||
"message": "Пријавите се"
|
||||
},
|
||||
"logInToBitwarden": {
|
||||
"message": "Пријавите се на Bitwarden"
|
||||
"message": "Log in to Bitwarden"
|
||||
},
|
||||
"logInWithPasskey": {
|
||||
"message": "Пријавите се са приступним кључем"
|
||||
"message": "Log in with passkey"
|
||||
},
|
||||
"loginWithDevice": {
|
||||
"message": "Пријавите се са уређајем"
|
||||
"message": "Log in with device"
|
||||
},
|
||||
"useSingleSignOn": {
|
||||
"message": "Употребити једнократну пријаву"
|
||||
"message": "Use single sign-on"
|
||||
},
|
||||
"submit": {
|
||||
"message": "Пошаљи"
|
||||
|
@ -1684,10 +1735,10 @@
|
|||
"message": "Брисање налога је трајно. Не може се поништити."
|
||||
},
|
||||
"cannotDeleteAccount": {
|
||||
"message": "Није могуће избрисати налог"
|
||||
"message": "Cannot delete account"
|
||||
},
|
||||
"cannotDeleteAccountDesc": {
|
||||
"message": "Ова радња се не може довршити јер је ваш налог у власништву организације. Обратите се администратору своје организације за додатне детаље."
|
||||
"message": "This action cannot be completed because your account is owned by an organization. Contact your organization administrator for additional details."
|
||||
},
|
||||
"accountDeleted": {
|
||||
"message": "Налог обрисан"
|
||||
|
@ -2394,7 +2445,7 @@
|
|||
"message": "Генеришите имејл"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Вредност мора бити између $MIN$ и $MAX$",
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Нису пронађени портови за SSO пријаву."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Датотека је сачувана на уређају. Управљајте преузимањима са свог уређаја."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Säker anteckning"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH-nyckel"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Mappar"
|
||||
},
|
||||
|
@ -98,7 +101,7 @@
|
|||
"message": "Lösenord"
|
||||
},
|
||||
"passphrase": {
|
||||
"message": "Lösenordsfras"
|
||||
"message": "Lösenfras"
|
||||
},
|
||||
"editItem": {
|
||||
"message": "Redigera objekt"
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adress"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Privat nyckel"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Offentlig nyckel"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingeravtryck"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Nyckeltyp"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "En ny SSH-nyckel har genererats"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Aktivera SSH-agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium krävs"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Kopiera lösenord"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Kopiera privat SSH-nyckel"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Kopiera lösenfras",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -432,11 +483,11 @@
|
|||
"message": "Specialtecken (!@#$%^&*)"
|
||||
},
|
||||
"include": {
|
||||
"message": "Include",
|
||||
"message": "Inkludera",
|
||||
"description": "Card header for password generator include block"
|
||||
},
|
||||
"uppercaseDescription": {
|
||||
"message": "Include uppercase characters",
|
||||
"message": "Inkludera versaler",
|
||||
"description": "Tooltip for the password generator uppercase character checkbox"
|
||||
},
|
||||
"uppercaseLabel": {
|
||||
|
@ -444,7 +495,7 @@
|
|||
"description": "Label for the password generator uppercase character checkbox"
|
||||
},
|
||||
"lowercaseDescription": {
|
||||
"message": "Include lowercase characters",
|
||||
"message": "Inkludera gemener",
|
||||
"description": "Full description for the password generator lowercase character checkbox"
|
||||
},
|
||||
"lowercaseLabel": {
|
||||
|
@ -452,7 +503,7 @@
|
|||
"description": "Label for the password generator lowercase character checkbox"
|
||||
},
|
||||
"numbersDescription": {
|
||||
"message": "Include numbers",
|
||||
"message": "Inkludera siffror",
|
||||
"description": "Full description for the password generator numbers checkbox"
|
||||
},
|
||||
"numbersLabel": {
|
||||
|
@ -579,7 +630,7 @@
|
|||
"message": "Logga in med enhet"
|
||||
},
|
||||
"useSingleSignOn": {
|
||||
"message": "Use single sign-on"
|
||||
"message": "Använd Single Sign-On"
|
||||
},
|
||||
"submit": {
|
||||
"message": "Skicka"
|
||||
|
@ -815,7 +866,7 @@
|
|||
"message": "E-post"
|
||||
},
|
||||
"emailDescV2": {
|
||||
"message": "Enter a code sent to your email."
|
||||
"message": "Ange en kod som skickas per e-post."
|
||||
},
|
||||
"loginUnavailable": {
|
||||
"message": "Inloggning ej tillgänglig"
|
||||
|
@ -912,7 +963,7 @@
|
|||
"message": "Please restart registration or try logging in."
|
||||
},
|
||||
"youMayAlreadyHaveAnAccount": {
|
||||
"message": "You may already have an account"
|
||||
"message": "Har du redan skapat ett konto?"
|
||||
},
|
||||
"logOutConfirmation": {
|
||||
"message": "Är du säker på att du vill logga ut?"
|
||||
|
@ -1248,7 +1299,7 @@
|
|||
"description": "Copy credit card number"
|
||||
},
|
||||
"copyEmail": {
|
||||
"message": "Copy email"
|
||||
"message": "Kopiera e-postadress"
|
||||
},
|
||||
"copySecurityCode": {
|
||||
"message": "Kopiera säkerhetskod",
|
||||
|
@ -1684,7 +1735,7 @@
|
|||
"message": "Att radera ditt konto är permanent. Det går inte att ångra."
|
||||
},
|
||||
"cannotDeleteAccount": {
|
||||
"message": "Cannot delete account"
|
||||
"message": "Kan inte radera konto"
|
||||
},
|
||||
"cannotDeleteAccountDesc": {
|
||||
"message": "This action cannot be completed because your account is owned by an organization. Contact your organization administrator for additional details."
|
||||
|
@ -1864,13 +1915,13 @@
|
|||
"message": "Ditt nya huvudlösenord uppfyller inte kraven i policyn."
|
||||
},
|
||||
"receiveMarketingEmailsV2": {
|
||||
"message": "Get advice, announcements, and research opportunities from Bitwarden in your inbox."
|
||||
"message": "Få råd, tillkännagivanden och forskningsmöjligheter från Bitwarden i din inkorg."
|
||||
},
|
||||
"unsubscribe": {
|
||||
"message": "Unsubscribe"
|
||||
},
|
||||
"atAnyTime": {
|
||||
"message": "at any time."
|
||||
"message": "när som helst."
|
||||
},
|
||||
"byContinuingYouAgreeToThe": {
|
||||
"message": "By continuing, you agree to the"
|
||||
|
@ -2451,7 +2502,7 @@
|
|||
"message": "Skapa ett e-postalias med en extern vidarebefordranstjänst."
|
||||
},
|
||||
"forwarderDomainName": {
|
||||
"message": "Email domain",
|
||||
"message": "E-postdomän",
|
||||
"description": "Labels the domain name email forwarder service option"
|
||||
},
|
||||
"forwarderDomainNameHint": {
|
||||
|
@ -3118,7 +3169,7 @@
|
|||
"message": "Godkänn inloggningsbegäran i din autentiseringsapp eller ange en engångskod."
|
||||
},
|
||||
"passcode": {
|
||||
"message": "Kod"
|
||||
"message": "Lösenkod"
|
||||
},
|
||||
"lastPassMasterPassword": {
|
||||
"message": "LastPass Huvudlösenord"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "begär tillgång till"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "En applikation"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "SSH-nyckeln är ogiltig"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Importera nyckel från urklipp"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH-nyckel har importerats"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Secure note"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Folders"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Address"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Copy password"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "บันทึกการรักษาปลอดภัย"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "โฟลเดอร์"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "ที่อยู่"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium Required"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "คัดลอกรหัสผ่าน"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Güvenli not"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Klasörler"
|
||||
},
|
||||
|
@ -61,7 +64,7 @@
|
|||
}
|
||||
},
|
||||
"welcomeBack": {
|
||||
"message": "Tekrar hoş geldiniz"
|
||||
"message": "Welcome back"
|
||||
},
|
||||
"moveToOrgDesc": {
|
||||
"message": "Bu kaydı taşımak istediğiniz kuruluşu seçin. Taşıdığınız kaydın sahipliği seçtiğiniz kuruluşa aktarılacak. Artık bu kaydın doğrudan sahibi olmayacaksınız."
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Adres"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Premium gerekli"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Parolayı kopyala"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -558,7 +609,7 @@
|
|||
"message": "Hesap oluştur"
|
||||
},
|
||||
"newToBitwarden": {
|
||||
"message": "Bitwarden'da yeni misiniz?"
|
||||
"message": "New to Bitwarden?"
|
||||
},
|
||||
"setAStrongPassword": {
|
||||
"message": "Güçlü bir parola belirleyin"
|
||||
|
@ -570,16 +621,16 @@
|
|||
"message": "Giriş yap"
|
||||
},
|
||||
"logInToBitwarden": {
|
||||
"message": "Bitwarden'a giriş yapın"
|
||||
"message": "Log in to Bitwarden"
|
||||
},
|
||||
"logInWithPasskey": {
|
||||
"message": "Geçiş anahtarıyla giriş yap"
|
||||
"message": "Log in with passkey"
|
||||
},
|
||||
"loginWithDevice": {
|
||||
"message": "Cihazla giriş yap"
|
||||
"message": "Log in with device"
|
||||
},
|
||||
"useSingleSignOn": {
|
||||
"message": "Çoklu oturum açma kullan"
|
||||
"message": "Use single sign-on"
|
||||
},
|
||||
"submit": {
|
||||
"message": "Gönder"
|
||||
|
@ -1684,10 +1735,10 @@
|
|||
"message": "Hesabınızı silmek kalıcıdır. Geri alınamaz."
|
||||
},
|
||||
"cannotDeleteAccount": {
|
||||
"message": "Hesap silinemiyor"
|
||||
"message": "Cannot delete account"
|
||||
},
|
||||
"cannotDeleteAccountDesc": {
|
||||
"message": "Hesabınızın sahibi bir kuruluş olduğu için bu işlem tamamlanamadı. Bilgi almak için kuruluş yöneticinizle iletişime geçin."
|
||||
"message": "This action cannot be completed because your account is owned by an organization. Contact your organization administrator for additional details."
|
||||
},
|
||||
"accountDeleted": {
|
||||
"message": "Hesap silindi"
|
||||
|
@ -2394,7 +2445,7 @@
|
|||
"message": "E-posta oluştur"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Değer $MIN$ ile $MAX$ arasında olmalıdır",
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "SSO girişi için açık port bulunamadı."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Dosya cihaza kaydedildi. Cihazınızın indirilenler klasöründen yönetebilirsiniz."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Захищена нотатка"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "Ключ SSH"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Теки"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Адреса"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Закритий ключ"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Відкритий ключ"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Цифровий відбиток"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Тип ключа"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "Згенеровано новий ключ SSH"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Розблокуйте своє сховище, щоб затвердити запит ключа SSH."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "Вичерпано час очікування запиту ключа SSH."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Увімкнути агента SSH"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Увімкніть агента SSH, щоб підписувати запити SSH безпосередньо зі сховища Bitwarden."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "Агент SSH – це служба, призначена для розробників, яка дає можливість підписувати запити SSH безпосередньо зі сховища Bitwarden."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Необхідна передплата преміум"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Копіювати пароль"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Повторно згенерувати ключ SSH"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Копіювати закритий ключ SSH"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Копіювати парольну фразу",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -579,7 +630,7 @@
|
|||
"message": "Увійти з пристроєм"
|
||||
},
|
||||
"useSingleSignOn": {
|
||||
"message": "Використовувати єдиний вхід"
|
||||
"message": "Використати єдиний вхід"
|
||||
},
|
||||
"submit": {
|
||||
"message": "Відправити"
|
||||
|
@ -2394,7 +2445,7 @@
|
|||
"message": "Генерувати е-пошту"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "Значення має бути між $MIN$ та $MAX$",
|
||||
"message": "Value must be between $MIN$ and $MAX$",
|
||||
"description": "Explains spin box minimum and maximum values to the user",
|
||||
"placeholders": {
|
||||
"min": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Не знайдено вільних портів для цього входу SSO."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Авторизувати"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Відмовити"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Підтвердження використання ключа SSH"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "запитує доступ до"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "Програма"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Імпортування захищених паролем ключів SSH ще не підтримується"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "Ключ SSH недійсний"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "Тип ключа SSH не підтримується"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Імпортувати ключ із буфера обміну"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "Ключ SSH успішно імпортовано"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "Файл збережено на пристрої. Ви можете його знайти у теці завантажень."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "Ghi chú bảo mật"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "Thư mục"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "Địa chỉ"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "Cần có tài khoản cao cấp"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "Sao chép Mật khẩu"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "Không thể tìm thấy cổng trống để đăng nhập SSO."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "安全笔记"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH 密钥"
|
||||
},
|
||||
"folders": {
|
||||
"message": "文件夹"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "地址"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "私钥"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "公钥"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "指纹"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "密钥类型"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "生成了新的 SSH 密钥"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "请解锁您的密码库以批准 SSH 密钥请求。"
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH 密钥请求已超时。"
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "启用 SSH 代理"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "启用 SSH 代理以直接从您的 Bitwarden 密码库签署 SSH 请求。"
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "SSH 代理是一个针对开发者的服务,允许您直接从 Bitwarden 密码库签署 SSH 请求。"
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "需要高级版"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "复制密码"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "重新生成 SSH 密钥"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "复制 SSH 私钥"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "复制密码短语",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -558,7 +609,7 @@
|
|||
"message": "创建账户"
|
||||
},
|
||||
"newToBitwarden": {
|
||||
"message": "Bitwarden 新手吗?"
|
||||
"message": "您是 Bitwarden 新手吗?"
|
||||
},
|
||||
"setAStrongPassword": {
|
||||
"message": "设置强密码"
|
||||
|
@ -2391,7 +2442,7 @@
|
|||
"message": "生成用户名"
|
||||
},
|
||||
"generateEmail": {
|
||||
"message": "生成邮件地址"
|
||||
"message": "生成电子邮件地址"
|
||||
},
|
||||
"generatorBoundariesHint": {
|
||||
"message": "值必须在 $MIN$ 和 $MAX$ 之间",
|
||||
|
@ -2451,7 +2502,7 @@
|
|||
"message": "使用外部转发服务生成一个电子邮件别名。"
|
||||
},
|
||||
"forwarderDomainName": {
|
||||
"message": "邮件域名",
|
||||
"message": "电子邮件域名",
|
||||
"description": "Labels the domain name email forwarder service option"
|
||||
},
|
||||
"forwarderDomainNameHint": {
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "找不到用于 SSO 登录的可用端口。"
|
||||
},
|
||||
"authorize": {
|
||||
"message": "批准"
|
||||
},
|
||||
"deny": {
|
||||
"message": "拒绝"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "确认 SSH 密钥使用"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "正在请求访问"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "某个应用程序"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "尚不支持导入受密码保护的 SSH 密钥"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "此 SSH 密钥无效"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "不支持此 SSH 密钥类型"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "从剪贴板导入密钥"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH 密钥导入成功"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "文件已保存到设备。可以在设备下载中进行管理。"
|
||||
}
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
"typeSecureNote": {
|
||||
"message": "安全筆記"
|
||||
},
|
||||
"typeSshKey": {
|
||||
"message": "SSH key"
|
||||
},
|
||||
"folders": {
|
||||
"message": "資料夾"
|
||||
},
|
||||
|
@ -177,6 +180,48 @@
|
|||
"address": {
|
||||
"message": "地址"
|
||||
},
|
||||
"sshPrivateKey": {
|
||||
"message": "Private key"
|
||||
},
|
||||
"sshPublicKey": {
|
||||
"message": "Public key"
|
||||
},
|
||||
"sshFingerprint": {
|
||||
"message": "Fingerprint"
|
||||
},
|
||||
"sshKeyAlgorithm": {
|
||||
"message": "Key type"
|
||||
},
|
||||
"sshKeyAlgorithmED25519": {
|
||||
"message": "ED25519"
|
||||
},
|
||||
"sshKeyAlgorithmRSA2048": {
|
||||
"message": "RSA 2048-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA3072": {
|
||||
"message": "RSA 3072-Bit"
|
||||
},
|
||||
"sshKeyAlgorithmRSA4096": {
|
||||
"message": "RSA 4096-Bit"
|
||||
},
|
||||
"sshKeyGenerated": {
|
||||
"message": "A new SSH key was generated"
|
||||
},
|
||||
"sshAgentUnlockRequired": {
|
||||
"message": "Please unlock your vault to approve the SSH key request."
|
||||
},
|
||||
"sshAgentUnlockTimeout": {
|
||||
"message": "SSH key request timed out."
|
||||
},
|
||||
"enableSshAgent": {
|
||||
"message": "Enable SSH agent"
|
||||
},
|
||||
"enableSshAgentDesc": {
|
||||
"message": "Enable the SSH agent to sign SSH requests right from your Bitwarden vault."
|
||||
},
|
||||
"enableSshAgentHelp": {
|
||||
"message": "The SSH agent is a service targeted at developers that allows you to sign SSH requests directly from your Bitwarden vault."
|
||||
},
|
||||
"premiumRequired": {
|
||||
"message": "需要進階會員資格"
|
||||
},
|
||||
|
@ -400,6 +445,12 @@
|
|||
"copyPassword": {
|
||||
"message": "複製密碼"
|
||||
},
|
||||
"regenerateSshKey": {
|
||||
"message": "Regenerate SSH key"
|
||||
},
|
||||
"copySshPrivateKey": {
|
||||
"message": "Copy SSH private key"
|
||||
},
|
||||
"copyPassphrase": {
|
||||
"message": "Copy passphrase",
|
||||
"description": "Copy passphrase to clipboard"
|
||||
|
@ -3225,6 +3276,36 @@
|
|||
"ssoError": {
|
||||
"message": "No free ports could be found for the sso login."
|
||||
},
|
||||
"authorize": {
|
||||
"message": "Authorize"
|
||||
},
|
||||
"deny": {
|
||||
"message": "Deny"
|
||||
},
|
||||
"sshkeyApprovalTitle": {
|
||||
"message": "Confirm SSH key usage"
|
||||
},
|
||||
"sshkeyApprovalMessageInfix": {
|
||||
"message": "is requesting access to"
|
||||
},
|
||||
"unknownApplication": {
|
||||
"message": "An application"
|
||||
},
|
||||
"sshKeyPasswordUnsupported": {
|
||||
"message": "Importing password protected SSH keys is not yet supported"
|
||||
},
|
||||
"invalidSshKey": {
|
||||
"message": "The SSH key is invalid"
|
||||
},
|
||||
"sshKeyTypeUnsupported": {
|
||||
"message": "The SSH key type is not supported"
|
||||
},
|
||||
"importSshKeyFromClipboard": {
|
||||
"message": "Import key from clipboard"
|
||||
},
|
||||
"sshKeyPasted": {
|
||||
"message": "SSH key imported successfully"
|
||||
},
|
||||
"fileSavedToDevice": {
|
||||
"message": "File saved to device. Manage from your device downloads."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue