Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autosync Crowdin Translations for browser #12043

Merged
merged 1 commit into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading