diff --git a/frontend/src/i18n/translations/da-DK.ts b/frontend/src/i18n/translations/da-DK.ts index 90b10e1..e7a3a04 100644 --- a/frontend/src/i18n/translations/da-DK.ts +++ b/frontend/src/i18n/translations/da-DK.ts @@ -77,6 +77,7 @@ export default { "account.notify.totp.disable": "2-faktor blev deaktiveret", "account.notify.totp.enable": "2-faktor blev deaktiveret", "account.card.language.title": "Sprog", + "account.card.language.description": "The project is translated by the community. Some languages might be incomplete.", "account.card.color.title": "Farveskema", // ThemeSwitcher.tsx "account.theme.dark": "Mørkt", diff --git a/frontend/src/i18n/translations/de-DE.ts b/frontend/src/i18n/translations/de-DE.ts index d68a1cb..47b0df4 100644 --- a/frontend/src/i18n/translations/de-DE.ts +++ b/frontend/src/i18n/translations/de-DE.ts @@ -77,6 +77,7 @@ export default { "account.notify.totp.disable": "TOTP erfolgreich deaktiviert", "account.notify.totp.enable": "TOTP erfolgreich aktiviert", "account.card.language.title": "Sprache", + "account.card.language.description": "Das Projekt wird von der Community übersetzt. Einige Sprachen könnten unvollständig sein.", "account.card.color.title": "Farbschema", // ThemeSwitcher.tsx "account.theme.dark": "Dunkel", @@ -277,7 +278,7 @@ export default { "admin.config.share.allow-unauthenticated-shares.description": "Gibt an, ob nicht authentifizierte Benutzer Freigaben erstellen können", "admin.config.share.max-size": "Maximale Größe", "admin.config.share.max-size.description": "Maximale Größe einer Freigabe in Bytes", - "admin.config.share.zip-compression-level": "Zip compression level", + "admin.config.share.zip-compression-level": "Zip Komprimierungsstufe", "admin.config.share.zip-compression-level.description": "Adjust the level to balance between file size and compression speed. Valid values range from 0 to 9, with 0 being no compression and 9 being maximum compression. ", "admin.config.smtp.enabled": "Aktiviert", "admin.config.smtp.enabled.description": "Gibt an, ob SMTP aktiviert ist. Aktiviere dies nur, wenn Du den Host, den Port, die Email, den Benutzernamen und das Passwort deines SMTP-Servers eingegeben hast.", diff --git a/frontend/src/i18n/translations/es-ES.ts b/frontend/src/i18n/translations/es-ES.ts index 94b9980..922f8fb 100644 --- a/frontend/src/i18n/translations/es-ES.ts +++ b/frontend/src/i18n/translations/es-ES.ts @@ -77,6 +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.color.title": "Esquema de colores", // ThemeSwitcher.tsx "account.theme.dark": "Oscuro", diff --git a/frontend/src/i18n/translations/fr-FR.ts b/frontend/src/i18n/translations/fr-FR.ts index 8fe48a7..a8490fd 100644 --- a/frontend/src/i18n/translations/fr-FR.ts +++ b/frontend/src/i18n/translations/fr-FR.ts @@ -77,6 +77,7 @@ export default { "account.notify.totp.disable": "TOTP désactivé", "account.notify.totp.enable": "TOTP activé", "account.card.language.title": "Langue", + "account.card.language.description": "The project is translated by the community. Some languages might be incomplete.", "account.card.color.title": "Thème de couleurs", // ThemeSwitcher.tsx "account.theme.dark": "Sombre", diff --git a/frontend/src/i18n/translations/pt-PT.ts b/frontend/src/i18n/translations/pt-PT.ts index ca4d0e5..31598b2 100644 --- a/frontend/src/i18n/translations/pt-PT.ts +++ b/frontend/src/i18n/translations/pt-PT.ts @@ -77,6 +77,7 @@ export default { "account.notify.totp.disable": "TOTP disabled successfully", "account.notify.totp.enable": "TOTP enabled successfully", "account.card.language.title": "Language", + "account.card.language.description": "The project is translated by the community. Some languages might be incomplete.", "account.card.color.title": "Color scheme", // ThemeSwitcher.tsx "account.theme.dark": "Dark", diff --git a/frontend/src/i18n/translations/th-TH.ts b/frontend/src/i18n/translations/th-TH.ts index 8a81e80..f402602 100644 --- a/frontend/src/i18n/translations/th-TH.ts +++ b/frontend/src/i18n/translations/th-TH.ts @@ -77,6 +77,7 @@ export default { "account.notify.totp.disable": "TOTP disabled successfully", "account.notify.totp.enable": "TOTP enabled successfully", "account.card.language.title": "Language", + "account.card.language.description": "The project is translated by the community. Some languages might be incomplete.", "account.card.color.title": "Color scheme", // ThemeSwitcher.tsx "account.theme.dark": "Dark", diff --git a/frontend/src/i18n/translations/zh-CN.ts b/frontend/src/i18n/translations/zh-CN.ts index db8549b..a99f071 100644 --- a/frontend/src/i18n/translations/zh-CN.ts +++ b/frontend/src/i18n/translations/zh-CN.ts @@ -77,6 +77,7 @@ export default { "account.notify.totp.disable": "成功关闭两步验证!", "account.notify.totp.enable": "成功开启两步验证!", "account.card.language.title": "语言", + "account.card.language.description": "The project is translated by the community. Some languages might be incomplete.", "account.card.color.title": "颜色外观", // ThemeSwitcher.tsx "account.theme.dark": "暗黑模式",