Skip to content

Commit

Permalink
fix: plurals for hebrew and dutch
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon committed Jul 21, 2024
1 parent cd46675 commit cfd3d6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions packages/smooth_app/lib/l10n/app_he.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1760,8 +1760,8 @@
"prices_app_dev_mode_flag": "קיצור דרך ליישומון מחירים בעמוד המוצר",
"prices_app_button": "מעבר ליישומון המחירים",
"prices_generic_title": "מחירים",
"prices_add_n_prices": "{count,plural, one {} two {הוספת {count} מחירים} many {הוספת {count} מחירים}=1{הוספת מחיר{count}} other{הוספת {count} מחירים}}",
"prices_send_n_prices": "{count,plural, one {} two {שליחת {count} מחירים} many {שליחת {count} מחירים}=1{שליחת מחיר {count}} other{שליחת {count} מחירים}}",
"prices_add_n_prices": "{count,plural, two {הוספת {count} מחירים} many {הוספת {count} מחירים}=1{הוספת מחיר{count}} other{הוספת {count} מחירים}}",
"prices_send_n_prices": "{count,plural, two {שליחת {count} מחירים} many {שליחת {count} מחירים}=1{שליחת מחיר {count}} other{שליחת {count} מחירים}}",
"prices_add_an_item": "הוספת פריט",
"prices_add_a_price": "הוספת מחיר",
"prices_add_a_receipt": "הוספת קבלה",
Expand All @@ -1781,7 +1781,7 @@
},
"prices_barcode_reader_action": "קורא ברקודים",
"prices_view_prices": "הצגת המחירים",
"prices_product_accessibility_summary": "{count,plural, one {} two {{count} מחירים} many {{count} מחירים}=1{מחיר {count}} other{{count} מחירים}} ל{product}",
"prices_product_accessibility_summary": "{count,plural, two {{count} מחירים} many {{count} מחירים}=1{מחיר {count}} other{{count} מחירים}} ל{product}",
"@prices_product_accessibility_summary": {
"description": "A card summarizing the number of prices for a product",
"placeholders": {
Expand Down
10 changes: 5 additions & 5 deletions packages/smooth_app/lib/l10n/app_nl.arb
Original file line number Diff line number Diff line change
Expand Up @@ -1760,8 +1760,8 @@
"prices_app_dev_mode_flag": "Snelkoppeling naar de Prijzen-app op de productpagina",
"prices_app_button": "Ga naar de Prijzen-app",
"prices_generic_title": "Prijzen",
"prices_add_n_prices": "{count,plural, one {}=1{Voeg 1 prijs toe} other{Voeg {count} prijzen toe}}",
"prices_send_n_prices": "{count,plural, one {}=1{Verstuur 1 prijs} other{Verstuur {count} prijzen}}",
"prices_add_n_prices": "{count,plural, =1{Voeg 1 prijs toe} other{Voeg {count} prijzen toe}}",
"prices_send_n_prices": "{count,plural, =1{Verstuur 1 prijs} other{Verstuur {count} prijzen}}",
"prices_add_an_item": "Item toevoegen",
"prices_add_a_price": "Voeg een prijs toe",
"prices_add_a_receipt": "Een ontvangstbewijs toevoegen",
Expand All @@ -1781,7 +1781,7 @@
},
"prices_barcode_reader_action": "Streepjescodelezer",
"prices_view_prices": "Bekijk de prijzen",
"prices_product_accessibility_summary": "{count,plural, one {}=1{1 prijs} other{{count} prijzen}} voor {product}",
"prices_product_accessibility_summary": "{count,plural, =1{1 prijs} other{{count} prijzen}} voor {product}",
"@prices_product_accessibility_summary": {
"description": "A card summarizing the number of prices for a product",
"placeholders": {
Expand All @@ -1793,7 +1793,7 @@
}
}
},
"prices_list_length_one_page": "{count,plural, one {}=0{Nog geen prijs} =1{Slechts één prijs} other{Alle {count} prijzen}}",
"prices_list_length_one_page": "{count,plural, =0{Nog geen prijs} =1{Slechts één prijs} other{Alle {count} prijzen}}",
"@prices_list_length_one_page": {
"description": "Number of prices for one-page result",
"placeholders": {
Expand Down Expand Up @@ -1845,7 +1845,7 @@
"@prices_open_proof": {
"description": "Button to open a proof"
},
"prices_proofs_list_length_one_page": "{count,plural, one {}=0{Nog geen bewijs} =1{Slechts één bewijs} other{Alle {count} bewijzen}}",
"prices_proofs_list_length_one_page": "{count,plural, =0{Nog geen bewijs} =1{Slechts één bewijs} other{Alle {count} bewijzen}}",
"@prices_proofs_list_length_one_page": {
"description": "Number of proofs for one-page result",
"placeholders": {
Expand Down

0 comments on commit cfd3d6b

Please sign in to comment.