Skip to content

Commit 8c441f1

Browse files
authored
Init DE & ES translations (#105)
It's not really a feature but missing major translations cause Germany is an important part of our Sylius community.
2 parents aae4742 + 41f011e commit 8c441f1

File tree

3 files changed

+78
-0
lines changed

3 files changed

+78
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
sylius:
2+
form:
3+
login:
4+
username: 'Benutzername'
5+
password: 'Passwort'
6+
remember_me: 'Angemeldet bleiben'
7+
ui:
8+
actions: 'Aktionen'
9+
administration_panel_login: 'Administrations-Bereich Anmeldung'
10+
all: 'Alle'
11+
are_your_sure_you_want_to_perform_this_action: 'Möchten Sie diese Aktion wirklich durchführen?'
12+
cancel: 'Abbrechen'
13+
contains: 'Enthält'
14+
create: 'Erstellen'
15+
dashboard: 'Dashboard'
16+
delete: 'Löschen'
17+
details: 'Details'
18+
edit: 'Bearbeiten'
19+
error: 'Fehler'
20+
filter: 'Filter'
21+
filters: 'Filter'
22+
from: 'Von'
23+
hello: 'Hallo'
24+
logout: 'Abmelden'
25+
new: 'Neu'
26+
no_label: 'Nein'
27+
no_results: 'Keine Ergebnisse für diese Anfrage gefunden'
28+
reset: 'Zurücksetzen'
29+
search: 'Suche'
30+
search_products: 'Artikel suchen'
31+
show: 'Anzeigen'
32+
success: 'Erfolgreich'
33+
this_form_contains_errors: 'Dieses Formular enthält Fehler.'
34+
to: 'Bis'
35+
update: 'Aktualisieren'
36+
value: 'Wert'
37+
warning: 'Warnung'
38+
yes_label: 'Ja'
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
sylius:
2+
form:
3+
login:
4+
username: 'Nombre de usuario de API'
5+
password: 'Contraseña de API'
6+
remember_me: 'Recordarme'
7+
ui:
8+
actions: 'Acciones'
9+
administration_panel_login: 'Panel de administración'
10+
all: 'Todos'
11+
are_your_sure_you_want_to_perform_this_action: '\¿Está seguro que quiere realizar esta acción?'
12+
cancel: 'Cancelar'
13+
contains: 'Contiene'
14+
create: 'Crear'
15+
dashboard: 'Panel general'
16+
delete: 'Eliminar'
17+
details: 'Detalles'
18+
edit: 'Editar'
19+
error: 'Error'
20+
filter: 'Filtrar'
21+
filters: 'Filtros'
22+
from: 'Desde'
23+
hello: 'Hola'
24+
info: 'Info'
25+
login: 'Iniciar sesión'
26+
logout: 'Cerrar sesión'
27+
new: 'Nuevo'
28+
no_label: 'No'
29+
no_results: 'No hay resultados'
30+
reset: 'Restablecer'
31+
search: 'Búsqueda'
32+
show: 'Mostrar'
33+
success: 'Operación realizada correctamente'
34+
this_form_contains_errors: 'Este formulario contiene errores.'
35+
to: 'Hasta'
36+
update: 'Actualizar'
37+
value: 'Valor'
38+
warning: 'Advertencia'
39+
yes_label: ''

src/UiTranslations/translations/messages.pl.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ sylius:
2323
hello: 'Witaj'
2424
info: 'Info'
2525
login: 'Zaloguj'
26+
login_to_your_account: 'Zaloguj się do swojego konta'
2627
logout: 'Wyloguj'
2728
new: 'Nowy'
2829
no_label: 'Nie'

0 commit comments

Comments
 (0)