Skip to content

Commit

Permalink
feat: update translations for imdb instance (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaGciaSchz authored Apr 16, 2024
1 parent dd1b0c3 commit d6ccfe9
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 6 deletions.
4 changes: 4 additions & 0 deletions src/i18n/messages.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ export interface Messages {
brand: string;
fit: string;
collection: string;
genres: string;
isAdult: string;
type: string;
runtimeMinutes: string;
};
facetsPanel: {
title: string;
Expand Down
6 changes: 5 additions & 1 deletion src/i18n/messages/de.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
"price": "Preis",
"brand": "Marke",
"fit": "Passform",
"collection": "Kollektion"
"collection": "Kollektion",
"genres": "Geschlechter",
"isAdult": "Inhalt für",
"type": "Kerl",
"runtimeMinutes": "Dauer in Minuten"
},
"facetsPanel": {
"title": "SORTIEREN & FILTERN",
Expand Down
6 changes: 5 additions & 1 deletion src/i18n/messages/en.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
"price": "Price",
"brand": "Brand",
"fit": "Fit",
"collection": "Collection"
"collection": "Collection",
"genres": "Genres",
"isAdult": "Is Adult",
"type": "Type",
"runtimeMinutes": "Runtime minutes"
},
"facetsPanel": {
"title": "SORT & FILTER",
Expand Down
6 changes: 5 additions & 1 deletion src/i18n/messages/es.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
"price": "Precio",
"brand": "Marca",
"fit": "Fit",
"collection": "Colección"
"collection": "Colección",
"genres": "Géneros",
"isAdult": "Contenido Adulto",
"type": "Tipo",
"runtimeMinutes": "Minutos de duración"
},
"facetsPanel": {
"title": "ORDENAR & FILTRAR",
Expand Down
6 changes: 5 additions & 1 deletion src/i18n/messages/fr.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
"price": "Prix",
"brand": "Marque",
"fit": "Fit",
"collection": "Collection"
"collection": "Collection",
"genres": "Genres",
"isAdult": "Contenu adulte",
"type": "Type",
"runtimeMinutes": "Durée en minutes"
},
"facetsPanel": {
"title": "TRIER ET FILTRER",
Expand Down
6 changes: 5 additions & 1 deletion src/i18n/messages/it.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
"price": "Prezzo",
"brand": "Marca",
"fit": "Fit",
"collection": "Collezione"
"collection": "Collezione",
"genres": "Generi",
"isAdult": "Contenuto per adulti",
"type": "Tipo",
"runtimeMinutes": "Durata minuti"
},
"facetsPanel": {
"title": "ORDINA & FILTRA",
Expand Down
6 changes: 5 additions & 1 deletion src/i18n/messages/pt.messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
"price": "Preço",
"brand": "Marca",
"fit": "Fit",
"collection": "Coleção"
"collection": "Coleção",
"genres": "Gêneros",
"isAdult": "Conteúdo adulto",
"type": "Cara",
"runtimeMinutes": "Duração em minutos"
},
"facetsPanel": {
"title": "ORDENAR & FILTRAR",
Expand Down

0 comments on commit d6ccfe9

Please sign in to comment.