From 7cb6afbd965e6a6b4590c5970f1ade2045a37d24 Mon Sep 17 00:00:00 2001 From: Transifex-Openfoodnetwork Date: Fri, 29 Apr 2022 17:49:58 +1000 Subject: [PATCH 1/4] Updating translations for config/locales/fr.yml --- config/locales/fr.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/config/locales/fr.yml b/config/locales/fr.yml index 9968df1299..5eeb2eae75 100644 --- a/config/locales/fr.yml +++ b/config/locales/fr.yml @@ -61,6 +61,27 @@ fr: using_producer_stock_settings_but_count_on_hand_set: "doit être vide car utilise les informations de stock du producteur" on_demand_but_count_on_hand_set: "doit être vide si \"à volonté\"" limited_stock_but_no_count_on_hand: "doit être spécifié car pas \"à volonté\"" + errors: + messages: + content_type_invalid: "a un contenu invalide" + file_size_out_of_range: "la taille %{file_size} n'est pas dans la fourchette requise" + limit_out_of_range: "le nombre total est hors de la fourchette" + image_metadata_missing: "n'est pas une image valide" + dimension_min_inclusion: "doit être plus grand ou égal à %{width} x %{height} pixel." + dimension_max_inclusion: "doit être plus petit our égal à %{width} x %{height} pixel." + dimension_width_inclusion: "la largeur n'est pas comprise entre %{min} et %{max} pixel." + dimension_height_inclusion: "la hauteur n'est pas comprise entre %{min} et %{max} pixel." + dimension_width_greater_than_or_equal_to: "la largeur doit être supérieure ou égale à %{length} pixel." + dimension_height_greater_than_or_equal_to: "la hauteur doit être supérieure ou égale à %{length} pixel." + dimension_width_less_than_or_equal_to: "la largeur doit être inférieure ou égale à %{length} pixel." + dimension_height_less_than_or_equal_to: "la hauteur doit être inférieure ou égale à %{length} pixel." + dimension_width_equal_to: "la largeur doit être égale à %{length} pixel." + dimension_height_equal_to: "la hauteur doit être égale à %{length} pixel." + aspect_ratio_not_square: "doit être une image carrée" + aspect_ratio_not_portrait: "doit être une image en mode portrait" + aspect_ratio_not_landscape: "doit être une image en mode paysage" + aspect_ratio_is_not: "doit avoir un rapport d'aspect de %{aspect_ratio}" + aspect_ratio_unknown: "a un rapport d'aspect inconnu" stripe: error_code: incorrect_number: "Le numéro de carte bancaire est incorrect." From 894514214986535292e6df8de8f3a3318c09ebb0 Mon Sep 17 00:00:00 2001 From: Transifex-Openfoodnetwork Date: Fri, 29 Apr 2022 17:58:47 +1000 Subject: [PATCH 2/4] Updating translations for config/locales/en_FR.yml --- config/locales/en_FR.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/config/locales/en_FR.yml b/config/locales/en_FR.yml index f0d809a5b1..302652aa51 100644 --- a/config/locales/en_FR.yml +++ b/config/locales/en_FR.yml @@ -61,6 +61,27 @@ en_FR: using_producer_stock_settings_but_count_on_hand_set: "must be blank because using producer stock settings" on_demand_but_count_on_hand_set: "must be blank if on demand" limited_stock_but_no_count_on_hand: "must be specified because forcing limited stock" + errors: + messages: + content_type_invalid: "has an invalid content type" + file_size_out_of_range: "size %{file_size} is not between required range" + limit_out_of_range: "total number is out of range" + image_metadata_missing: "is not a valid image" + dimension_min_inclusion: "must be greater than or equal to %{width} x %{height} pixel." + dimension_max_inclusion: "must be less than or equal to %{width} x %{height} pixel." + dimension_width_inclusion: "width is not included between %{min} and %{max} pixel." + dimension_height_inclusion: "height is not included between %{min} and %{max} pixel." + dimension_width_greater_than_or_equal_to: "width must be greater than or equal to %{length} pixel." + dimension_height_greater_than_or_equal_to: "height must be greater than or equal to %{length} pixel." + dimension_width_less_than_or_equal_to: "width must be less than or equal to %{length} pixel." + dimension_height_less_than_or_equal_to: "height must be less than or equal to %{length} pixel." + dimension_width_equal_to: "width must be equal to %{length} pixel." + dimension_height_equal_to: "height must be equal to %{length} pixel." + aspect_ratio_not_square: "must be a square image" + aspect_ratio_not_portrait: "must be a portrait image" + aspect_ratio_not_landscape: "must be a landscape image" + aspect_ratio_is_not: "must have an aspect ratio of %{aspect_ratio}" + aspect_ratio_unknown: "has an unknown aspect ratio" stripe: error_code: incorrect_number: "The card number is incorrect." From 183a6f8fc73a4ae298e70c014f910dc8bfbedc30 Mon Sep 17 00:00:00 2001 From: Transifex-Openfoodnetwork Date: Fri, 29 Apr 2022 19:14:57 +1000 Subject: [PATCH 3/4] Updating translations for config/locales/nb.yml --- config/locales/nb.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/config/locales/nb.yml b/config/locales/nb.yml index 844eb0f994..7ae6fce586 100644 --- a/config/locales/nb.yml +++ b/config/locales/nb.yml @@ -61,6 +61,27 @@ nb: using_producer_stock_settings_but_count_on_hand_set: "må være tomt fordi du bruker produsentens lagerinnstillinger" on_demand_but_count_on_hand_set: "må være tom hvis på forespørsel" limited_stock_but_no_count_on_hand: "må spesifiseres fordi det tvinger begrenset lager" + errors: + messages: + content_type_invalid: "har en ugyldig innholdstype" + file_size_out_of_range: "størrelse %{file_size} er ikke i det nødvendige området" + limit_out_of_range: "totalt antall er utenfor rekkevidde" + image_metadata_missing: "er ikke et gyldig bilde" + dimension_min_inclusion: "må være større enn eller lik %{width} x %{height} piksel." + dimension_max_inclusion: "må være mindre enn eller lik %{width} x %{height} piksel." + dimension_width_inclusion: "bredde er ikke inkludert mellom %{min} og %{max} piksel." + dimension_height_inclusion: "høyde er ikke inkludert mellom %{min} og %{max} piksel." + dimension_width_greater_than_or_equal_to: "bredden må være større enn eller lik %{length} piksel." + dimension_height_greater_than_or_equal_to: "høyden må være større enn eller lik %{length} piksel." + dimension_width_less_than_or_equal_to: "bredden må være mindre enn eller lik %{length} piksel." + dimension_height_less_than_or_equal_to: "høyden må være mindre enn eller lik %{length} piksel." + dimension_width_equal_to: "bredde må være lik %{length} piksel." + dimension_height_equal_to: "høyden må være lik %{length} piksel." + aspect_ratio_not_square: "må være et firkantet bilde" + aspect_ratio_not_portrait: "må være et portrettbilde" + aspect_ratio_not_landscape: "må være et landskapsbilde" + aspect_ratio_is_not: "må ha et størrelsesforhold på %{aspect_ratio}" + aspect_ratio_unknown: "har et ukjent størrelsesforhold" stripe: error_code: incorrect_number: "Kortnummeret er feil." From 5162c5ecf9e65811cec569a4b616cc459b9bcc36 Mon Sep 17 00:00:00 2001 From: Transifex-Openfoodnetwork Date: Tue, 3 May 2022 20:19:09 +1000 Subject: [PATCH 4/4] Updating translations for config/locales/en_GB.yml --- config/locales/en_GB.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/config/locales/en_GB.yml b/config/locales/en_GB.yml index 20dd59152c..e8d1442f2f 100644 --- a/config/locales/en_GB.yml +++ b/config/locales/en_GB.yml @@ -61,6 +61,27 @@ en_GB: using_producer_stock_settings_but_count_on_hand_set: "must be blank because using producer stock settings" on_demand_but_count_on_hand_set: "must be blank if on demand" limited_stock_but_no_count_on_hand: "must be specified because forcing limited stock" + errors: + messages: + content_type_invalid: "has an invalid content type" + file_size_out_of_range: "size %{file_size} is not between required range" + limit_out_of_range: "total number is out of range" + image_metadata_missing: "is not a valid image" + dimension_min_inclusion: "must be greater than or equal to %{width} x %{height} pixel." + dimension_max_inclusion: "must be less than or equal to %{width} x %{height} pixel." + dimension_width_inclusion: "width is not included between %{min} and %{max} pixel." + dimension_height_inclusion: "height is not included between %{min} and %{max} pixel." + dimension_width_greater_than_or_equal_to: "width must be greater than or equal to %{length} pixel." + dimension_height_greater_than_or_equal_to: "height must be greater than or equal to %{length} pixel." + dimension_width_less_than_or_equal_to: "width must be less than or equal to %{length} pixel." + dimension_height_less_than_or_equal_to: "height must be less than or equal to %{length} pixel." + dimension_width_equal_to: "width must be equal to %{length} pixel." + dimension_height_equal_to: "height must be equal to %{length} pixel." + aspect_ratio_not_square: "must be a square image" + aspect_ratio_not_portrait: "must be a portrait image" + aspect_ratio_not_landscape: "must be a landscape image" + aspect_ratio_is_not: "must have an aspect ratio of %{aspect_ratio}" + aspect_ratio_unknown: "has an unknown aspect ratio" stripe: error_code: incorrect_number: "The card number is incorrect." @@ -794,6 +815,11 @@ en_GB: remove_terms_and_conditions: "Remove File" uploaded_on: "uploaded on" reset_form: "Reset Form" + Invoice_item_sorting: Invoice item sorting + sort_items_by_supplier?: Sort items by supplier? + sort_items_by_supplier_tip: "When enabled, Items will be sorted by supplier name." + enabled: Enable + disabled: Disable business_address: company_legal_name: Company Legal Name company_placeholder: Example. @@ -860,7 +886,10 @@ en_GB: sells: Sells sells_tip: "None - enterprise does not sell to customers directly.
Own - Enterprise sells own products to customers.
Any - Enterprise can sell own or other enterprises products.
" visible_in_search: Visible in search? + visible_in_search_tip: "Shops can be
1. publicly visible, appearing on the OFN map and listings.
2. Hidden on maps and listings but referenced by other shops and linked in their profile.
3. Completely hidden." visible: Public + not_visible: Hidden + hidden: Hide all references permalink: Permalink (no spaces) permalink_tip: "This permalink is used to create the url to your shop: %{link}your-shop-name/shop" link_to_front: Link to shop front @@ -918,6 +947,8 @@ en_GB: shopfront_sort_by_producer: "By producer" shopfront_sort_by_category_placeholder: "Category" shopfront_sort_by_producer_placeholder: "Producer" + display_remaining_stock: "Display remaining number of items in shopfront if low in stock" + display_remaining_stock_tip: "Let shoppers know when there are only 3 or less items left." enabled: "Enabled" disabled: "Disabled" social: @@ -1354,6 +1385,8 @@ en_GB: unknown_error: "Something went wrong. Our team has been notified." invalid_api_key: "Invalid API key (%{key}) specified." unauthorized: "You are not authorised to perform that action." + unpermitted_parameters: "Parameters not allowed in this request: %{params}" + missing_parameter: "A required parameter is missing or empty: %{param}" invalid_resource: "Invalid resource. Please fix errors and try again." resource_not_found: "The resource you were looking for could not be found." enterprise_logo: @@ -2974,6 +3007,7 @@ en_GB: add_to_cart: "Add" in_cart: "in cart" quantity_in_cart: "%{quantity} in cart" + remaining_in_stock: "Only %{quantity} left" bulk_buy_modal: min_quantity: "Min quantity" max_quantity: "Max quantity" @@ -4041,6 +4075,7 @@ en_GB: one: Payment other: Payments unit: unit + per_unit: per unit datetime: distance_in_words: about_x_hours: