Skip to content

Commit

Permalink
fix: localizations 3.7 (#3841)
Browse files Browse the repository at this point in the history
Impacted files:
* `app_ar.arb`
* `app_be.arb`
* `app_cs.arb`
* `app_da.arb`
* `app_de.arb`
* `app_el.arb`
* `app_eu.arb`
* `app_he.arb`
* `app_it.arb`
* `app_nl.arb`
* `app_pl.arb`
* `app_pt.arb`
* `app_ro.arb`
  • Loading branch information
monsieurtanuki committed Apr 4, 2023
1 parent c232320 commit 00d8450
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 51 deletions.
6 changes: 3 additions & 3 deletions packages/smooth_app/lib/l10n/app_ar.arb
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@
"count": {}
}
},
"plural_compare_x_products": "{count,plural, zero {} one {يقارن {count} منتجات} two {يقارن {count} منتجات} few {يقارن {count} منتجات} many {يقارن {count} منتجات}=1{قارن منتج واحد} other{يقارن {count} منتجات}}",
"plural_compare_x_products": "{count,plural, zero {يقارن {count} منتجات} two {يقارن {count} منتجات} few {يقارن {count} منتجات} many {يقارن {count} منتجات}=1{قارن منتج واحد} other{يقارن {count} منتجات}}",
"@plural_compare_x_products": {
"description": "Button label to open a page to compare all selected products to each other",
"placeholders": {
Expand Down Expand Up @@ -906,14 +906,14 @@
"@product_list_empty_message": {
"description": "When the history list is empty, body of the message explaining to start scanning"
},
"product_list_reloading_in_progress_multiple": "تحديث {count,plural, zero {} one {منتجات} two {منتجات} few {منتجات} many {منتجات}=0{منتج} =1{منتج} other{منتجات}} في السجل الخاص بك",
"product_list_reloading_in_progress_multiple": "تحديث {count,plural, two {منتجات} few {منتجات} many {منتجات}=0{منتج} =1{منتج} other{منتجات}} في السجل الخاص بك",
"@product_list_reloading_in_progress_multiple": {
"description": "Message to show while loading previous scanned items",
"placeholders": {
"count": {}
}
},
"product_list_reloading_success_multiple": "{count,plural, zero {} one {منتجات} two {منتجات} few {منتجات} many {منتجات}=0{منتج} =1{منتج} other{منتجات}} اكتمال التحديث",
"product_list_reloading_success_multiple": "{count,plural, two {منتجات} few {منتجات} many {منتجات}=0{منتج} =1{منتج} other{منتجات}} اكتمال التحديث",
"@product_list_reloading_success_multiple": {
"description": "Message to show once previous scanned items are loaded",
"placeholders": {
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/l10n/app_be.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
"@user_list_all_empty": {
"description": "Small message when there are no user lists"
},
"user_list_length": "{count,plural, one {} few {{count} прадукты} many {{count} прадуктаў}=0{Пусты спіс} =1{Адзін прадукт} other{{count} прадукту}}",
"user_list_length": "{count,plural, =0{Пусты спіс} =1{Адзін прадукт} other{{count} прадукту}}",
"@user_list_length": {
"description": "Length of a user product list",
"placeholders": {
Expand Down
12 changes: 6 additions & 6 deletions packages/smooth_app/lib/l10n/app_cs.arb
Original file line number Diff line number Diff line change
Expand Up @@ -687,28 +687,28 @@
"percent": {}
}
},
"plural_ago_days": "{count,plural, one {} few {před {count} dny} many {před {count} dny}=1{včera} other{ před {count} dny}}",
"plural_ago_days": "{count,plural, =1{včera} other{ před {count} dny}}",
"@plural_ago_days": {
"description": "Cached results from: x days ago",
"placeholders": {
"count": {}
}
},
"plural_ago_hours": "{count,plural, one {} few {před {count} hodinami} many {před {count} hodinami}=1{před hodinou} other{před {count} hodinami}}",
"plural_ago_hours": "{count,plural, =1{před hodinou} other{před {count} hodinami}}",
"@plural_ago_hours": {
"description": "Cached results from: x hours ago",
"placeholders": {
"count": {}
}
},
"plural_ago_minutes": "před {count,plural, one {} few {{count} minutami} many {{count} minutami} =0{méně než minutou} =1{minutou} other{{count} minutami}}",
"plural_ago_minutes": "před {count,plural, =0{méně než minutou} =1{minutou} other{{count} minutami}}",
"@plural_ago_minutes": {
"description": "Cached results from: x minutes ago",
"placeholders": {
"count": {}
}
},
"plural_ago_months": "{count,plural, one {} few {před {count} měsíci} many {před {count} měsíci}=1{před měsícem} other{před {count} měsíci}}",
"plural_ago_months": "{count,plural, =1{před měsícem} other{před {count} měsíci}}",
"@plural_ago_months": {
"description": "Cached results from: x months ago",
"placeholders": {
Expand Down Expand Up @@ -906,7 +906,7 @@
"@product_list_empty_message": {
"description": "When the history list is empty, body of the message explaining to start scanning"
},
"product_list_reloading_in_progress_multiple": "Obnovuji {count,plural, one {} few {produkty} many {produktů} =0{produkt} =1{produkt} other{produkty}} v historii",
"product_list_reloading_in_progress_multiple": "Obnovuji {count,plural, =0{produkt} =1{produkt} other{produkty}} v historii",
"@product_list_reloading_in_progress_multiple": {
"description": "Message to show while loading previous scanned items",
"placeholders": {
Expand Down Expand Up @@ -1642,7 +1642,7 @@
"@user_list_all_empty": {
"description": "Small message when there are no user lists"
},
"user_list_length": "{count,plural, one {} few {{count} produkty} many {{count} produkty}=0{Prázdný seznam} =1{Jeden produkt} other{{count} produktů}}",
"user_list_length": "{count,plural, =0{Prázdný seznam} =1{Jeden produkt} other{{count} produktů}}",
"@user_list_length": {
"description": "Length of a user product list",
"placeholders": {
Expand Down
18 changes: 9 additions & 9 deletions packages/smooth_app/lib/l10n/app_da.arb
Original file line number Diff line number Diff line change
Expand Up @@ -687,42 +687,42 @@
"percent": {}
}
},
"plural_ago_days": "{count,plural, one {}=1{én dag siden} other{{count} dage siden}}",
"plural_ago_days": "{count,plural, =1{én dag siden} other{{count} dage siden}}",
"@plural_ago_days": {
"description": "Cached results from: x days ago",
"placeholders": {
"count": {}
}
},
"plural_ago_hours": "{count,plural, one {}=1{én time siden} other{{count} timer siden}}",
"plural_ago_hours": "{count,plural, =1{én time siden} other{{count} timer siden}}",
"@plural_ago_hours": {
"description": "Cached results from: x hours ago",
"placeholders": {
"count": {}
}
},
"plural_ago_minutes": "{count,plural, one {}=0{under ét minut siden} =1{ét minut siden} other{{count} minutter siden}}",
"plural_ago_minutes": "{count,plural, =0{under ét minut siden} =1{ét minut siden} other{{count} minutter siden}}",
"@plural_ago_minutes": {
"description": "Cached results from: x minutes ago",
"placeholders": {
"count": {}
}
},
"plural_ago_months": "{count,plural, one {}=1{én måned siden} other{{count} måneder siden}}",
"plural_ago_months": "{count,plural, =1{én måned siden} other{{count} måneder siden}}",
"@plural_ago_months": {
"description": "Cached results from: x months ago",
"placeholders": {
"count": {}
}
},
"plural_ago_weeks": "{count,plural, one {}=1{én uge siden} other{{count} uger siden}}",
"plural_ago_weeks": "{count,plural, =1{én uge siden} other{{count} uger siden}}",
"@plural_ago_weeks": {
"description": "Cached results from: x weeks ago",
"placeholders": {
"count": {}
}
},
"plural_compare_x_products": "{count,plural, one {}=1{Sammenlign ét produkt} other{Sammenlign {count} produkter}}",
"plural_compare_x_products": "{count,plural, =1{Sammenlign ét produkt} other{Sammenlign {count} produkter}}",
"@plural_compare_x_products": {
"description": "Button label to open a page to compare all selected products to each other",
"placeholders": {
Expand Down Expand Up @@ -906,14 +906,14 @@
"@product_list_empty_message": {
"description": "When the history list is empty, body of the message explaining to start scanning"
},
"product_list_reloading_in_progress_multiple": "Opfrisker {count,plural, one {} =0{produkt} =1{produkt} other{produkter}} i historikken",
"product_list_reloading_in_progress_multiple": "Opfrisker {count,plural, =0{produkt} =1{produkt} other{produkter}} i historikken",
"@product_list_reloading_in_progress_multiple": {
"description": "Message to show while loading previous scanned items",
"placeholders": {
"count": {}
}
},
"product_list_reloading_success_multiple": "{count,plural, one {} =0{Produkt} =1{Produktopfriskning} other{Produktopfriskninger}} udført",
"product_list_reloading_success_multiple": "{count,plural, =0{Produkt} =1{Produktopfriskning} other{Produktopfriskninger}} udført",
"@product_list_reloading_success_multiple": {
"description": "Message to show once previous scanned items are loaded",
"placeholders": {
Expand Down Expand Up @@ -1642,7 +1642,7 @@
"@user_list_all_empty": {
"description": "Small message when there are no user lists"
},
"user_list_length": "{count,plural, one {} =0{Tom liste} =1{Et produkt} other{{count} produkter}}",
"user_list_length": "{count,plural, =0{Tom liste} =1{Et produkt} other{{count} produkter}}",
"@user_list_length": {
"description": "Length of a user product list",
"placeholders": {
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
"percent": {}
}
},
"plural_ago_days": "{count,plural, one {}=1{gestern} other{{count} Tage her}}",
"plural_ago_days": "{count,plural, =1{gestern} other{{count} Tage her}}",
"@plural_ago_days": {
"description": "Cached results from: x days ago",
"placeholders": {
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/l10n/app_el.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
"@user_list_all_empty": {
"description": "Small message when there are no user lists"
},
"user_list_length": "{count,plural, one {} =0{Κενή λίστα} =1{Ένα προϊόν} other{{count} προϊόντα}}",
"user_list_length": "{count,plural, =0{Κενή λίστα} =1{Ένα προϊόν} other{{count} προϊόντα}}",
"@user_list_length": {
"description": "Length of a user product list",
"placeholders": {
Expand Down
12 changes: 6 additions & 6 deletions packages/smooth_app/lib/l10n/app_eu.arb
Original file line number Diff line number Diff line change
Expand Up @@ -687,42 +687,42 @@
"percent": {}
}
},
"plural_ago_days": "{count,plural, one {}=1{duela egun bat} other{duela {count} egun}}",
"plural_ago_days": "{count,plural, =1{duela egun bat} other{duela {count} egun}}",
"@plural_ago_days": {
"description": "Cached results from: x days ago",
"placeholders": {
"count": {}
}
},
"plural_ago_hours": "{count,plural, one {}=1{duela ordu bat} other{duela {count} ordu}}",
"plural_ago_hours": "{count,plural, =1{duela ordu bat} other{duela {count} ordu}}",
"@plural_ago_hours": {
"description": "Cached results from: x hours ago",
"placeholders": {
"count": {}
}
},
"plural_ago_minutes": "{count,plural, one {}=0{duela minutu bat baino gutxiago} =1{duela minutu bat} other{duela {count} minutu}}",
"plural_ago_minutes": "{count,plural, =0{duela minutu bat baino gutxiago} =1{duela minutu bat} other{duela {count} minutu}}",
"@plural_ago_minutes": {
"description": "Cached results from: x minutes ago",
"placeholders": {
"count": {}
}
},
"plural_ago_months": "{count,plural, one {}=1{duela hilabete bat} other{duela {count} hilabete}}",
"plural_ago_months": "{count,plural, =1{duela hilabete bat} other{duela {count} hilabete}}",
"@plural_ago_months": {
"description": "Cached results from: x months ago",
"placeholders": {
"count": {}
}
},
"plural_ago_weeks": "{count,plural, one {}=1{duela aste bat} other{duela {count} aste}}",
"plural_ago_weeks": "{count,plural, =1{duela aste bat} other{duela {count} aste}}",
"@plural_ago_weeks": {
"description": "Cached results from: x weeks ago",
"placeholders": {
"count": {}
}
},
"plural_compare_x_products": "{count,plural, one {}=1{Produktu bat alderatu} other{{count} produktu alderatu}}",
"plural_compare_x_products": "{count,plural, =1{Produktu bat alderatu} other{{count} produktu alderatu}}",
"@plural_compare_x_products": {
"description": "Button label to open a page to compare all selected products to each other",
"placeholders": {
Expand Down
8 changes: 4 additions & 4 deletions packages/smooth_app/lib/l10n/app_he.arb
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@
"percent": {}
}
},
"plural_ago_days": "{count,plural, one {} two {לפני יומיים} many {לפני {count} ימים}=1{אתמול} other{לפני {count} ימים}}",
"plural_ago_days": "{count,plural, two {לפני יומיים} many {לפני {count} ימים}=1{אתמול} other{לפני {count} ימים}}",
"@plural_ago_days": {
"description": "Cached results from: x days ago",
"placeholders": {
Expand Down Expand Up @@ -906,14 +906,14 @@
"@product_list_empty_message": {
"description": "When the history list is empty, body of the message explaining to start scanning"
},
"product_list_reloading_in_progress_multiple": "{count,plural, one {} two {מוצרים מההיסטוריה שלך מתרעננים} many {מוצרים מההיסטוריה שלך מתרעננים}=0{מוצר מההיסטוריה שלך מתרענן} =1{מוצר מההיסטוריה שלך מתרענן} other{מוצרים מההיסטוריה שלך מתרעננים}}",
"product_list_reloading_in_progress_multiple": "{count,plural, two {מוצרים מההיסטוריה שלך מתרעננים} many {מוצרים מההיסטוריה שלך מתרעננים}=0{מוצר מההיסטוריה שלך מתרענן} =1{מוצר מההיסטוריה שלך מתרענן} other{מוצרים מההיסטוריה שלך מתרעננים}}",
"@product_list_reloading_in_progress_multiple": {
"description": "Message to show while loading previous scanned items",
"placeholders": {
"count": {}
}
},
"product_list_reloading_success_multiple": "רענון ה{count,plural, one {} two {מוצרים} many {מוצרים}=0{מוצר} =1{מוצר} other{מוצרים}} הושלם",
"product_list_reloading_success_multiple": "רענון ה{count,plural, two {מוצרים} many {מוצרים}=0{מוצר} =1{מוצר} other{מוצרים}} הושלם",
"@product_list_reloading_success_multiple": {
"description": "Message to show once previous scanned items are loaded",
"placeholders": {
Expand Down Expand Up @@ -1642,7 +1642,7 @@
"@user_list_all_empty": {
"description": "Small message when there are no user lists"
},
"user_list_length": "{count,plural, one {} two {שני מוצרים} many {{count} מוצרים} =0{רשימה ריקה} =1{מוצר אחד} other{{count} מוצרים}}",
"user_list_length": "{count,plural, two {שני מוצרים} many {{count} מוצרים} =0{רשימה ריקה} =1{מוצר אחד} other{{count} מוצרים}}",
"@user_list_length": {
"description": "Length of a user product list",
"placeholders": {
Expand Down
16 changes: 8 additions & 8 deletions packages/smooth_app/lib/l10n/app_it.arb
Original file line number Diff line number Diff line change
Expand Up @@ -687,42 +687,42 @@
"percent": {}
}
},
"plural_ago_days": "{count,plural, one {}=1{un giorno fa} other{{count} giorni fa}}",
"plural_ago_days": "{count,plural, =1{un giorno fa} other{{count} giorni fa}}",
"@plural_ago_days": {
"description": "Cached results from: x days ago",
"placeholders": {
"count": {}
}
},
"plural_ago_hours": "{count,plural, one {}=1{un'ora fa} other{{count} ore fa}}",
"plural_ago_hours": "{count,plural, =1{un'ora fa} other{{count} ore fa}}",
"@plural_ago_hours": {
"description": "Cached results from: x hours ago",
"placeholders": {
"count": {}
}
},
"plural_ago_minutes": "{count,plural, one {}=0{meno di un minuto fa} =1{un minuto fa} other{{count} minuti fa}}",
"plural_ago_minutes": "{count,plural, =0{meno di un minuto fa} =1{un minuto fa} other{{count} minuti fa}}",
"@plural_ago_minutes": {
"description": "Cached results from: x minutes ago",
"placeholders": {
"count": {}
}
},
"plural_ago_months": "{count,plural, one {}=1{un mese fa} other{{count} mesi fa}}",
"plural_ago_months": "{count,plural, =1{un mese fa} other{{count} mesi fa}}",
"@plural_ago_months": {
"description": "Cached results from: x months ago",
"placeholders": {
"count": {}
}
},
"plural_ago_weeks": "{count,plural, one {}=1{una settimana fa} other{{count} settimane fa}}",
"plural_ago_weeks": "{count,plural, =1{una settimana fa} other{{count} settimane fa}}",
"@plural_ago_weeks": {
"description": "Cached results from: x weeks ago",
"placeholders": {
"count": {}
}
},
"plural_compare_x_products": "{count,plural, one {}=1{Confronta con un Prodotto} other{Confronta {count} Prodotti}}",
"plural_compare_x_products": "{count,plural, =1{Confronta con un Prodotto} other{Confronta {count} Prodotti}}",
"@plural_compare_x_products": {
"description": "Button label to open a page to compare all selected products to each other",
"placeholders": {
Expand Down Expand Up @@ -906,14 +906,14 @@
"@product_list_empty_message": {
"description": "When the history list is empty, body of the message explaining to start scanning"
},
"product_list_reloading_in_progress_multiple": "Aggiornando {count,plural, one {}=0{prodotto} =1{prodotto} other{prodotti}} nella tua cronologia",
"product_list_reloading_in_progress_multiple": "Aggiornando {count,plural, =0{prodotto} =1{prodotto} other{prodotti}} nella tua cronologia",
"@product_list_reloading_in_progress_multiple": {
"description": "Message to show while loading previous scanned items",
"placeholders": {
"count": {}
}
},
"product_list_reloading_success_multiple": "Aggiornamento di {count,plural, one {}=0{Prodotto} =1{Prodotto} other{Prodotti}} completato",
"product_list_reloading_success_multiple": "Aggiornamento di {count,plural, =0{Prodotto} =1{Prodotto} other{Prodotti}} completato",
"@product_list_reloading_success_multiple": {
"description": "Message to show once previous scanned items are loaded",
"placeholders": {
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/l10n/app_nl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
"@user_list_all_empty": {
"description": "Small message when there are no user lists"
},
"user_list_length": "{count,plural, one {} =0{Lege lijst} =1{Een product} other{{count} producten}}",
"user_list_length": "{count,plural, =0{Lege lijst} =1{Een product} other{{count} producten}}",
"@user_list_length": {
"description": "Length of a user product list",
"placeholders": {
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/l10n/app_pl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
"@user_list_all_empty": {
"description": "Small message when there are no user lists"
},
"user_list_length": "{count,plural, one {} few {{count} produkty} many {{count} produktów} =0{Lista pusta} =1{Jeden produkt} other{{count} produktów}}",
"user_list_length": "{count,plural, =0{Lista pusta} =1{Jeden produkt} other{{count} produktów}}",
"@user_list_length": {
"description": "Length of a user product list",
"placeholders": {
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/l10n/app_pt.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1642,7 +1642,7 @@
"@user_list_all_empty": {
"description": "Small message when there are no user lists"
},
"user_list_length": "{count,plural, one {}=0{Lista vazia} =1{Um produto} other{{count} produtos}}",
"user_list_length": "{count,plural, =0{Lista vazia} =1{Um produto} other{{count} produtos}}",
"@user_list_length": {
"description": "Length of a user product list",
"placeholders": {
Expand Down

0 comments on commit 00d8450

Please sign in to comment.