Skip to content

Commit

Permalink
chore: update translations via Crowdin (#207)
Browse files Browse the repository at this point in the history
* New translations en-US.ts (French)

* New translations en-US.ts (French)

* New translations en-US.ts (Spanish)

* New translations en-US.ts (Danish)

* New translations en-US.ts (German)

* New translations en-US.ts (Portuguese)

* New translations en-US.ts (Chinese Simplified)

* New translations en-US.ts (Thai)

* New translations en-US.ts (French)

* New translations en-US.ts (French)

* New translations en-US.ts (Portuguese)

* New translations en-US.ts (Portuguese)

* New translations en-US.ts (Portuguese)

* New translations en-US.ts (Portuguese)

* New translations en-US.ts (Spanish)

* New translations en-US.ts (German)

* New translations en-US.ts (Portuguese, Brazilian)

* New translations en-US.ts (Portuguese, Brazilian)
  • Loading branch information
stonith404 committed Jul 25, 2023
1 parent a07a78a commit 82008aa
Show file tree
Hide file tree
Showing 8 changed files with 639 additions and 309 deletions.
1 change: 1 addition & 0 deletions frontend/src/i18n/translations/da-DK.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ export default {
"common.text.or": "eller",
"common.button.go-back": "Gå tilbage",
"common.notify.copied": "Linket blev kopieret til udklipsholderen",
"common.success": "Success",
"common.error": "Fejl",
"common.error.unknown": "En ukendt fejl opstod",
"common.error.invalid-email": "Ugyldig e-mail",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/translations/de-DE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ export default {
"common.text.or": "oder",
"common.button.go-back": "Zurück",
"common.notify.copied": "Dein Link wurde in die Zwischenablage kopiert",
"common.success": "Erfolg",
"common.error": "Fehler",
"common.error.unknown": "Ein unbekannter Fehler ist aufgetreten",
"common.error.invalid-email": "Ungültige E-Mail-Adresse",
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/i18n/translations/es-ES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default {
"account.notify.totp.disable": "TOTP deshabilitado correctamente",
"account.notify.totp.enable": "TOTP habilitado correctamente",
"account.card.language.title": "Idioma",
"account.card.language.description": "The project is translated by the community. Some languages might be incomplete.",
"account.card.language.description": "El proyecto ha sido traducido por la comunidad. Algunos idiomas pueden estar incompletos.",
"account.card.color.title": "Esquema de colores",
// ThemeSwitcher.tsx
"account.theme.dark": "Oscuro",
Expand Down Expand Up @@ -311,6 +311,7 @@ export default {
"common.text.or": "o",
"common.button.go-back": "Volver",
"common.notify.copied": "Tu enlace se ha copiado al portapapeles",
"common.success": "Éxito",
"common.error": "Error",
"common.error.unknown": "Ocurrió un error desconocido",
"common.error.invalid-email": "Correo electrónico no válido",
Expand Down
99 changes: 50 additions & 49 deletions frontend/src/i18n/translations/fr-FR.ts

Large diffs are not rendered by default.

323 changes: 323 additions & 0 deletions frontend/src/i18n/translations/pt-BR.ts

Large diffs are not rendered by default.

519 changes: 260 additions & 259 deletions frontend/src/i18n/translations/pt-PT.ts

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions frontend/src/i18n/translations/th-TH.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ export default {
"common.text.or": "or",
"common.button.go-back": "Go back",
"common.notify.copied": "Your link was copied to the clipboard",
"common.success": "Success",
"common.error": "Error",
"common.error.unknown": "An unknown error occurred",
"common.error.invalid-email": "Invalid email address",
Expand Down
1 change: 1 addition & 0 deletions frontend/src/i18n/translations/zh-CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ export default {
"common.text.or": "或",
"common.button.go-back": "返回",
"common.notify.copied": "已复制到剪贴板",
"common.success": "Success",
"common.error": "错误",
"common.error.unknown": "发生未知错误",
"common.error.invalid-email": "邮件地址不可用",
Expand Down

0 comments on commit 82008aa

Please sign in to comment.