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 desktop #4035

Merged
merged 1 commit into from
Nov 11, 2022
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
20 changes: 10 additions & 10 deletions apps/desktop/src/locales/bg/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1285,17 +1285,17 @@
"description": "hCaptcha is the name of a website, should not be translated"
},
"loadAccessibilityCookie": {
"message": "Load accessibility cookie"
"message": "Зареждане на бисквитка за достъпност"
},
"registerAccessibilityUser": {
"message": "Register as an accessibility user at",
"message": "Регистрирайте се като потребител на достъпност на",
"description": "ex. Register as an accessibility user at hcaptcha.com"
},
"copyPasteLink": {
"message": "Копирайте връзката изпратена на е-пощата Ви и я поставете по-долу"
},
"enterhCaptchaUrl": {
"message": "Enter URL to load accessibility cookie for hCaptcha",
"message": "Въведете URL за зареждане на бисквитка за достъпност за hCaptcha",
"description": "hCaptcha is the name of a website, should not be translated"
},
"hCaptchaUrlRequired": {
Expand All @@ -1309,10 +1309,10 @@
"message": "Готово"
},
"accessibilityCookieSaved": {
"message": "Accessibility cookie saved!"
"message": "Бисквитката за достъпност е запазена!"
},
"noAccessibilityCookieSaved": {
"message": "No accessibility cookie saved"
"message": "Няма запазена бисквитка за достъпност"
},
"warning": {
"message": "ВНИМАНИЕ",
Expand Down Expand Up @@ -1955,17 +1955,17 @@
"message": "Тип потребителско име"
},
"plusAddressedEmail": {
"message": "Plus addressed email",
"message": "Плюс адресиран имейл",
"description": "Username generator option that appends a random sub-address to the username. For example: address+subaddress@email.com"
},
"plusAddressedEmailDesc": {
"message": "Използвайте възможностите за под-адресиране на е-поща на своя доставчик."
},
"catchallEmail": {
"message": "Catch-all email"
"message": "Всички имейли"
},
"catchallEmailDesc": {
"message": "Use your domain's configured catch-all inbox."
"message": "Използвайте конфигурираната входяща кутия за събиране на всичко."
},
"random": {
"message": "Произволно"
Expand All @@ -1989,10 +1989,10 @@
"message": "Търсене в моя трезор"
},
"forwardedEmail": {
"message": "Forwarded email alias"
"message": "Псевдоним на препратен имейл"
},
"forwardedEmailDesc": {
"message": "Generate an email alias with an external forwarding service."
"message": "Генерирайте имейл псевдоним с външна услуга за препращане."
},
"hostname": {
"message": "Име на сървъра",
Expand Down
8 changes: 4 additions & 4 deletions apps/desktop/src/locales/bs/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,13 +533,13 @@
"message": "Neispravna email adresa."
},
"masterPasswordRequired": {
"message": "Master password is required."
"message": "Potrebna je glavna lozinka."
},
"confirmMasterPasswordRequired": {
"message": "Master password retype is required."
},
"masterPasswordMinlength": {
"message": "Master password must be at least 8 characters long."
"message": "Glavna lozinka mora imati najmanje 8 znakova."
},
"masterPassDoesntMatch": {
"message": "Potvrda glavne lozinke se ne podudara."
Expand Down Expand Up @@ -1267,7 +1267,7 @@
"description": "ex. Date this item was updated"
},
"dateCreated": {
"message": "Created",
"message": "Kreirano",
"description": "ex. Date this item was created"
},
"datePasswordUpdated": {
Expand Down Expand Up @@ -1398,7 +1398,7 @@
"message": "Lock with master password on restart"
},
"deleteAccount": {
"message": "Delete account"
"message": "Brisanje računa"
},
"deleteAccountDesc": {
"message": "Proceed below to delete your account and all vault data."
Expand Down
8 changes: 4 additions & 4 deletions apps/desktop/src/locales/ca/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1711,11 +1711,11 @@
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"createdSend": {
"message": "Send creat",
"message": "Send afegit",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"editedSend": {
"message": "Send editat",
"message": "Send guardat",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"deletedSend": {
Expand Down Expand Up @@ -1766,7 +1766,7 @@
"message": "Copie l'enllaç per compartir aquest Send al meu porta-retalls després de guardar-lo."
},
"sendDisabled": {
"message": "Send desactivat",
"message": "Send suprimit",
"description": "'Send' is a noun and the name of a feature called 'Bitwarden Send'. It should not be translated."
},
"sendDisabledWarning": {
Expand Down Expand Up @@ -1850,7 +1850,7 @@
"message": "Aquesta organització té una política empresarial que us inscriurà automàticament al restabliment de la contrasenya. La inscripció permetrà als administradors de l’organització canviar la vostra contrasenya mestra."
},
"vaultExportDisabled": {
"message": "L'exportació de la caixa forta està desactivada"
"message": "L'exportació de la caixa forta s'ha suprimit"
},
"personalVaultExportPolicyInEffect": {
"message": "Una o més polítiques d'organització us impedeixen exportar la vostra caixa forta."
Expand Down
Loading