Skip to content

Commit

Permalink
Init DE & ES translations (#105)
Browse files Browse the repository at this point in the history
It's not really a feature but missing major translations cause Germany
is an important part of our Sylius community.
  • Loading branch information
loic425 authored Oct 15, 2024
2 parents aae4742 + 41f011e commit 8c441f1
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 0 deletions.
38 changes: 38 additions & 0 deletions src/UiTranslations/translations/messages.de.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
sylius:
form:
login:
username: 'Benutzername'
password: 'Passwort'
remember_me: 'Angemeldet bleiben'
ui:
actions: 'Aktionen'
administration_panel_login: 'Administrations-Bereich Anmeldung'
all: 'Alle'
are_your_sure_you_want_to_perform_this_action: 'Möchten Sie diese Aktion wirklich durchführen?'
cancel: 'Abbrechen'
contains: 'Enthält'
create: 'Erstellen'
dashboard: 'Dashboard'
delete: 'Löschen'
details: 'Details'
edit: 'Bearbeiten'
error: 'Fehler'
filter: 'Filter'
filters: 'Filter'
from: 'Von'
hello: 'Hallo'
logout: 'Abmelden'
new: 'Neu'
no_label: 'Nein'
no_results: 'Keine Ergebnisse für diese Anfrage gefunden'
reset: 'Zurücksetzen'
search: 'Suche'
search_products: 'Artikel suchen'
show: 'Anzeigen'
success: 'Erfolgreich'
this_form_contains_errors: 'Dieses Formular enthält Fehler.'
to: 'Bis'
update: 'Aktualisieren'
value: 'Wert'
warning: 'Warnung'
yes_label: 'Ja'
39 changes: 39 additions & 0 deletions src/UiTranslations/translations/messages.es.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
sylius:
form:
login:
username: 'Nombre de usuario de API'
password: 'Contraseña de API'
remember_me: 'Recordarme'
ui:
actions: 'Acciones'
administration_panel_login: 'Panel de administración'
all: 'Todos'
are_your_sure_you_want_to_perform_this_action: '\¿Está seguro que quiere realizar esta acción?'
cancel: 'Cancelar'
contains: 'Contiene'
create: 'Crear'
dashboard: 'Panel general'
delete: 'Eliminar'
details: 'Detalles'
edit: 'Editar'
error: 'Error'
filter: 'Filtrar'
filters: 'Filtros'
from: 'Desde'
hello: 'Hola'
info: 'Info'
login: 'Iniciar sesión'
logout: 'Cerrar sesión'
new: 'Nuevo'
no_label: 'No'
no_results: 'No hay resultados'
reset: 'Restablecer'
search: 'Búsqueda'
show: 'Mostrar'
success: 'Operación realizada correctamente'
this_form_contains_errors: 'Este formulario contiene errores.'
to: 'Hasta'
update: 'Actualizar'
value: 'Valor'
warning: 'Advertencia'
yes_label: ''
1 change: 1 addition & 0 deletions src/UiTranslations/translations/messages.pl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ sylius:
hello: 'Witaj'
info: 'Info'
login: 'Zaloguj'
login_to_your_account: 'Zaloguj się do swojego konta'
logout: 'Wyloguj'
new: 'Nowy'
no_label: 'Nie'
Expand Down

0 comments on commit 8c441f1

Please sign in to comment.