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

Translations update from Hosted Weblate #77

Merged
merged 1 commit into from
Sep 23, 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
6 changes: 5 additions & 1 deletion ui/public/i18n/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
"no_ejabberd_server": "Kein Ejabberd/Chat-Server",
"hostname_format": "Voll-qualifizierter Domänen-Name (FQDN) erforderlich",
"LOG_CRITICAL": "KRITISCH",
"select_locale": "Standard-Sprache"
"select_locale": "Standard-Sprache",
"pecbridge_admin_mail": "PEC Bridge notify address (optional)",
"pecbridge_admin_mail_placeholder": "E.g. [email protected]",
"pecbridge_admin_mail_format": "Must be a valid email address",
"pecbridge_admin_mail_tooltip": "If an email address is set, PEC Bridge will send a copy of notifications to it."
},
"error": {
"403": "Vorgang nicht autorisiert",
Expand Down
6 changes: 5 additions & 1 deletion ui/public/i18n/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
"no_available_mail_domain_check_users": "Asegúrate de que el dominio de correo que deseas utilizar tenga habilitada la casilla de verificación \"Agregar direcciones de usuario desde el dominio de usuario\"",
"mail_module_misconfigured": "No hay dominio de correo disponible",
"hostname_pattern": "Debe ser un nombre de dominio válido y completo",
"hostname_format": "Debe ser un nombre de dominio válido y completo"
"hostname_format": "Debe ser un nombre de dominio válido y completo",
"pecbridge_admin_mail": "PEC Bridge notify address (optional)",
"pecbridge_admin_mail_placeholder": "E.g. [email protected]",
"pecbridge_admin_mail_format": "Must be a valid email address",
"pecbridge_admin_mail_tooltip": "If an email address is set, PEC Bridge will send a copy of notifications to it."
},
"error": {
"403": "Operación no autorizada",
Expand Down
6 changes: 5 additions & 1 deletion ui/public/i18n/eu/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
"no_ejabberd_server": "No Ejabberd/Chat server",
"hostname_format": "Must be a valid fully qualified domain name",
"LOG_CRITICAL": "CRITICAL",
"select_locale": "Default locale"
"select_locale": "Default locale",
"pecbridge_admin_mail": "PEC Bridge notify address (optional)",
"pecbridge_admin_mail_placeholder": "E.g. [email protected]",
"pecbridge_admin_mail_format": "Must be a valid email address",
"pecbridge_admin_mail_tooltip": "If an email address is set, PEC Bridge will send a copy of notifications to it."
},
"common": {
"required": "Beharrezkoa",
Expand Down
6 changes: 5 additions & 1 deletion ui/public/i18n/it/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@
"no_available_mail_domain_check_users": "Assicuratevi che il dominio di posta elettronica che intendete utilizzare abbia \"Add user addresses from user domain\" casella di controllo abilitata",
"mail_module_misconfigured": "Nessun dominio di posta disponibile",
"hostname_pattern": "Deve essere un nome di dominio pienamente qualificato valido",
"hostname_format": "Deve essere un nome di dominio pienamente qualificato valido"
"hostname_format": "Deve essere un nome di dominio pienamente qualificato valido",
"pecbridge_admin_mail": "Indirizzo di notifica PEC Bridge (opzionale)",
"pecbridge_admin_mail_placeholder": "Es. [email protected]",
"pecbridge_admin_mail_format": "Deve essere un indirizzo email valido",
"pecbridge_admin_mail_tooltip": "Se è impostato un indirizzo email, PEC Bridge spedirà ad esso una copia delle notifiche."
},
"action": {
"get-name": "Visualizza nome",
Expand Down
6 changes: 5 additions & 1 deletion ui/public/i18n/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
"no_ejabberd_server": "No Ejabberd/Chat server",
"hostname_format": "Must be a valid fully qualified domain name",
"LOG_CRITICAL": "CRITICAL",
"select_locale": "Default locale"
"select_locale": "Default locale",
"pecbridge_admin_mail": "PEC Bridge notify address (optional)",
"pecbridge_admin_mail_placeholder": "E.g. [email protected]",
"pecbridge_admin_mail_format": "Must be a valid email address",
"pecbridge_admin_mail_tooltip": "If an email address is set, PEC Bridge will send a copy of notifications to it."
},
"about": {
"title": "About"
Expand Down
6 changes: 5 additions & 1 deletion ui/public/i18n/pt_BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@
"no_ejabberd_server": "No Ejabberd/Chat server",
"hostname_format": "Must be a valid fully qualified domain name",
"LOG_CRITICAL": "CRITICAL",
"select_locale": "Default locale"
"select_locale": "Default locale",
"pecbridge_admin_mail": "PEC Bridge notify address (optional)",
"pecbridge_admin_mail_placeholder": "E.g. [email protected]",
"pecbridge_admin_mail_format": "Must be a valid email address",
"pecbridge_admin_mail_tooltip": "If an email address is set, PEC Bridge will send a copy of notifications to it."
},
"common": {
"required": "Required",
Expand Down