Skip to content

Commit a5a8013

Browse files
committed
feat(i18n): update translations
1 parent 8078d4d commit a5a8013

26 files changed

Lines changed: 160 additions & 4 deletions

projects/client/i18n/messages/bg-BG.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,12 @@
958958
"list_placeholder_popular_lists": "\"{title}\" не присъства в никой популярен списък.",
959959
"list_placeholder_ratings": "Все още не сте оценили нищо.",
960960
"list_placeholder_reviews": "Все още не сте написали ревюта.",
961+
"list_summary_range_between": "От {min} до {max}",
962+
"list_summary_range_from": "{value} и нагоре",
963+
"list_summary_range_labeled_between": "{label} от {min} до {max}",
964+
"list_summary_range_labeled_from": "{label} {value} и нагоре",
965+
"list_summary_range_labeled_up_to": "{label} до {value}",
966+
"list_summary_range_up_to": "До {value}",
961967
"list_title_activity": "Активност",
962968
"list_title_actors": "Актьори",
963969
"list_title_anticipated_movies": "Очаквани филми",

projects/client/i18n/messages/ca-ES.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,12 @@
958958
"list_placeholder_popular_lists": "\"{title}\" no apareix en cap llista popular.",
959959
"list_placeholder_ratings": "Encara no has valorat res.",
960960
"list_placeholder_reviews": "Encara no has escrit cap ressenya.",
961+
"list_summary_range_between": "de {min} a {max}",
962+
"list_summary_range_from": "{value} i més",
963+
"list_summary_range_labeled_between": "{label} de {min} a {max}",
964+
"list_summary_range_labeled_from": "{label} {value} i més",
965+
"list_summary_range_labeled_up_to": "{label} fins a {value}",
966+
"list_summary_range_up_to": "Fins a {value}",
961967
"list_title_activity": "Activitat",
962968
"list_title_actors": "Actors",
963969
"list_title_anticipated_movies": "Pel·lícules anticipades",

projects/client/i18n/messages/da-DK.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,12 @@
958958
"list_placeholder_popular_lists": "\"{title}\" vises ikke på nogen populære lister.",
959959
"list_placeholder_ratings": "Du har ikke bedømt noget endnu.",
960960
"list_placeholder_reviews": "Du har ikke skrevet nogen anmeldelser endnu.",
961+
"list_summary_range_between": "{min} til {max}",
962+
"list_summary_range_from": "{value} og opefter",
963+
"list_summary_range_labeled_between": "{label} {min} til {max}",
964+
"list_summary_range_labeled_from": "{label} {value} og opefter",
965+
"list_summary_range_labeled_up_to": "{label} op til {value}",
966+
"list_summary_range_up_to": "Op til {value}",
961967
"list_title_activity": "Aktivitet",
962968
"list_title_actors": "Skuespillere",
963969
"list_title_anticipated_movies": "Forventede film",

projects/client/i18n/messages/de-DE.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,12 @@
958958
"list_placeholder_popular_lists": "\"{title}\" erscheint auf keiner beliebten Liste.",
959959
"list_placeholder_ratings": "Sie haben noch nichts bewertet.",
960960
"list_placeholder_reviews": "Sie haben noch keine Rezensionen geschrieben.",
961+
"list_summary_range_between": "{min} bis {max}",
962+
"list_summary_range_from": "{value} und höher",
963+
"list_summary_range_labeled_between": "{label} {min} bis {max}",
964+
"list_summary_range_labeled_from": "{label} {value} und höher",
965+
"list_summary_range_labeled_up_to": "{label} bis zu {value}",
966+
"list_summary_range_up_to": "Bis zu {value}",
961967
"list_title_activity": "Aktivität",
962968
"list_title_actors": "Darsteller",
963969
"list_title_anticipated_movies": "Erwartete Filme",

projects/client/i18n/messages/el-GR.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,12 @@
958958
"list_placeholder_popular_lists": "Το \"{title}\" δεν εμφανίζεται σε καμία δημοφιλή λίστα.",
959959
"list_placeholder_ratings": "Δεν έχετε βαθμολογήσει τίποτα ακόμα.",
960960
"list_placeholder_reviews": "Δεν έχετε γράψει ακόμα κριτικές.",
961+
"list_summary_range_between": "Από {min} έως {max}",
962+
"list_summary_range_from": "{value} και πάνω",
963+
"list_summary_range_labeled_between": "{label} από {min} έως {max}",
964+
"list_summary_range_labeled_from": "{label} {value} και πάνω",
965+
"list_summary_range_labeled_up_to": "{label} έως {value}",
966+
"list_summary_range_up_to": "Έως {value}",
961967
"list_title_activity": "Δραστηριότητα",
962968
"list_title_actors": "Ηθοποιοί",
963969
"list_title_anticipated_movies": "Αναμενόμενες Ταινίες",

projects/client/i18n/messages/en-AU.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,12 @@
958958
"list_placeholder_popular_lists": "\"{title}\" does not appear on any popular lists.",
959959
"list_placeholder_ratings": "You haven't rated anything yet.",
960960
"list_placeholder_reviews": "You haven't written any reviews yet.",
961+
"list_summary_range_between": "{min} to {max}",
962+
"list_summary_range_from": "{value} and up",
963+
"list_summary_range_labeled_between": "{label} {min} to {max}",
964+
"list_summary_range_labeled_from": "{label} {value} and up",
965+
"list_summary_range_labeled_up_to": "{label} up to {value}",
966+
"list_summary_range_up_to": "Up to {value}",
961967
"list_title_activity": "Activity",
962968
"list_title_actors": "Actors",
963969
"list_title_anticipated_movies": "Anticipated Movies",

projects/client/i18n/messages/es-ES.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,12 @@
958958
"list_placeholder_popular_lists": "\"{title}\" no aparece en ninguna lista popular.",
959959
"list_placeholder_ratings": "Aún no has calificado nada.",
960960
"list_placeholder_reviews": "Todavía no has escrito ninguna crítica.",
961+
"list_summary_range_between": "de {min} a {max}",
962+
"list_summary_range_from": "{value} y superior",
963+
"list_summary_range_labeled_between": "{label} de {min} a {max}",
964+
"list_summary_range_labeled_from": "{label} {value} y superior",
965+
"list_summary_range_labeled_up_to": "{label} hasta {value}",
966+
"list_summary_range_up_to": "Hasta {value}",
961967
"list_title_activity": "Actividad",
962968
"list_title_actors": "Actores",
963969
"list_title_anticipated_movies": "Películas esperadas",

projects/client/i18n/messages/es-MX.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,12 @@
958958
"list_placeholder_popular_lists": "\"{title}\" no aparece en ninguna lista popular.",
959959
"list_placeholder_ratings": "Aún no has calificado nada.",
960960
"list_placeholder_reviews": "Todavía no has escrito ninguna reseña.",
961+
"list_summary_range_between": "{min} a {max}",
962+
"list_summary_range_from": "{value} en adelante",
963+
"list_summary_range_labeled_between": "{label} de {min} a {max}",
964+
"list_summary_range_labeled_from": "{label} {value} en adelante",
965+
"list_summary_range_labeled_up_to": "{label} hasta {value}",
966+
"list_summary_range_up_to": "Hasta {value}",
961967
"list_title_activity": "Actividad",
962968
"list_title_actors": "Actores",
963969
"list_title_anticipated_movies": "Películas anticipadas",

projects/client/i18n/messages/fa-IR.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,12 @@
958958
"list_placeholder_popular_lists": "\"{title}\" در هیچ لیست محبوبی ظاهر نمی‌شود.",
959959
"list_placeholder_ratings": "شما هنوز هیچ چیزی را امتیاز نداده‌اید.",
960960
"list_placeholder_reviews": "شما هنوز هیچ نقدی ننوشته‌اید.",
961+
"list_summary_range_between": "از {min} تا {max}",
962+
"list_summary_range_from": "{value} و بیشتر",
963+
"list_summary_range_labeled_between": "{label} از {min} تا {max}",
964+
"list_summary_range_labeled_from": "{label} {value} و بیشتر",
965+
"list_summary_range_labeled_up_to": "{label} تا {value}",
966+
"list_summary_range_up_to": "تا {value}",
961967
"list_title_activity": "فعالیت",
962968
"list_title_actors": "بازیگران",
963969
"list_title_anticipated_movies": "فیلم‌های مورد انتظار",

projects/client/i18n/messages/fr-CA.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,12 @@
958958
"list_placeholder_popular_lists": "« {title} » n'apparaît sur aucune liste populaire.",
959959
"list_placeholder_ratings": "Vous n'avez encore rien noté.",
960960
"list_placeholder_reviews": "Vous n'avez pas encore écrit d'avis.",
961+
"list_summary_range_between": "{min} à {max}",
962+
"list_summary_range_from": "{value} et plus",
963+
"list_summary_range_labeled_between": "{label} {min} à {max}",
964+
"list_summary_range_labeled_from": "{label} {value} et plus",
965+
"list_summary_range_labeled_up_to": "{label} jusqu'à {value}",
966+
"list_summary_range_up_to": "Jusqu'à {value}",
961967
"list_title_activity": "Activité",
962968
"list_title_actors": "Acteurs",
963969
"list_title_anticipated_movies": "Films anticipés",

0 commit comments

Comments
 (0)