Skip to content

Commit

Permalink
Merge pull request #553 from shopgate/PWA-1696
Browse files Browse the repository at this point in the history
Fixed locales in theme-gmd and theme-ios11
  • Loading branch information
fkloes committed Feb 27, 2019
2 parents 95395bf + d63343c commit 75c1a0e
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion themes/theme-gmd/locale/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"undo": "Deshacer",
"required": "Necesaria *",
"please_choose": "Por favor, seleccione",
"show_products": "Show products"
"show_products": "Mostrar productos"
},
"titles": {
"categories": "Categorías",
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-gmd/locale/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"undo": "Défaire",
"required": "Obligatoires *",
"please_choose": "Veuillez choisir",
"show_products": "Show products"
"show_products": "Présentation produits"
},
"titles": {
"categories": "Catégories",
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-gmd/locale/it-IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"undo": "annulla",
"required": "Necessaria *",
"please_choose": "Inserisci",
"show_products": "Show products"
"show_products": "Mostra i prodotti"
},
"titles": {
"categories": "Categorie",
Expand Down
4 changes: 2 additions & 2 deletions themes/theme-gmd/locale/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"submit": "Zend in",
"undo": "Ongedaan maken",
"required": "Verplicht *",
"please_choose": "Please choose",
"show_products": "Show products"
"please_choose": "Kies",
"show_products": "Toon producten"
},
"titles": {
"categories": "Categorieën",
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-ios11/locale/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"undo": "Deshacer",
"required": "Necesaria *",
"please_choose": "Por favor, seleccione",
"show_products": "Show products"
"show_products": "Mostrar productos"
},
"titles": {
"categories": "Todas las categorías",
Expand Down
2 changes: 1 addition & 1 deletion themes/theme-ios11/locale/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"undo": "Défaire",
"required": "Obligatoires *",
"please_choose": "Veuillez choisir",
"show_products": "Show products"
"show_products": "Présentation produits"
},
"titles": {
"categories": "Catégories",
Expand Down
4 changes: 2 additions & 2 deletions themes/theme-ios11/locale/it-IT.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"common": {
"countdown": "{days, plural, =0 {Solo {time} rimanente} =1 {# day {time}} other {# days {time}}}",
"countdown": "{days, plural, =0 {Solo {time} rimanente} =1 {# giorno {time}} other {# giorni {time}}}",
"load_more": "Carica altro",
"cancel": "Cancella",
"submit": "Sottoscrivi",
"undo": "annulla",
"required": "Necessaria *",
"please_choose": "Inserisci",
"show_products": "Show products"
"show_products": "Mostra i prodotti"
},
"titles": {
"categories": "Categorie",
Expand Down
4 changes: 2 additions & 2 deletions themes/theme-ios11/locale/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"submit": "Zend in",
"undo": "Ongedaan maken",
"required": "Verplicht *",
"please_choose": "Please choose",
"show_products": "Show products"
"please_choose": "Kies",
"show_products": "Toon producten"
},
"titles": {
"categories": "Alle Categorieën",
Expand Down

0 comments on commit 75c1a0e

Please sign in to comment.