Skip to content

Commit

Permalink
Autosync the updated translations (#12043)
Browse files Browse the repository at this point in the history
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
  • Loading branch information
bw-ghapp[bot] and bitwarden-devops-bot authored Nov 18, 2024
1 parent 4d9dc9a commit 8ce9d75
Show file tree
Hide file tree
Showing 60 changed files with 2,862 additions and 702 deletions.
36 changes: 36 additions & 0 deletions apps/browser/src/_locales/ar/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,15 @@
"copyLicenseNumber": {
"message": "Copy license number"
},
"copyPrivateKey": {
"message": "Copy private key"
},
"copyPublicKey": {
"message": "Copy public key"
},
"copyFingerprint": {
"message": "Copy fingerprint"
},
"copyCustomField": {
"message": "Copy $FIELD$",
"placeholders": {
Expand Down Expand Up @@ -1764,6 +1773,9 @@
"typeIdentity": {
"message": "الهوية"
},
"typeSshKey": {
"message": "SSH key"
},
"newItemHeader": {
"message": "New $TYPE$",
"placeholders": {
Expand Down Expand Up @@ -4593,6 +4605,30 @@
"enterprisePolicyRequirementsApplied": {
"message": "Enterprise policy requirements have been applied to this setting"
},
"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"
},
"retry": {
"message": "Retry"
},
Expand Down
36 changes: 36 additions & 0 deletions apps/browser/src/_locales/az/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,15 @@
"copyLicenseNumber": {
"message": "Lisenziya nömrəsini kopyala"
},
"copyPrivateKey": {
"message": "Private açarı kopyala"
},
"copyPublicKey": {
"message": "Public açarı kopyala"
},
"copyFingerprint": {
"message": "Barmaq izini kopyala"
},
"copyCustomField": {
"message": "$FIELD$ - kopyala",
"placeholders": {
Expand Down Expand Up @@ -1764,6 +1773,9 @@
"typeIdentity": {
"message": "Kimlik"
},
"typeSshKey": {
"message": "SSH açarı"
},
"newItemHeader": {
"message": "Yeni $TYPE$",
"placeholders": {
Expand Down Expand Up @@ -4593,6 +4605,30 @@
"enterprisePolicyRequirementsApplied": {
"message": "Müəssisə siyasət tələbləri bu ayara tətbiq edildi"
},
"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"
},
"retry": {
"message": "Yenidən sına"
},
Expand Down
Loading

0 comments on commit 8ce9d75

Please sign in to comment.