Skip to content

Commit

Permalink
Merge branch 'develop' into feat/5986
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki authored Dec 5, 2024
2 parents d14f49c + 7fb063c commit 20b2696
Show file tree
Hide file tree
Showing 12 changed files with 195 additions and 103 deletions.
86 changes: 86 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

38 changes: 19 additions & 19 deletions packages/smooth_app/lib/l10n/app_cs.arb
Original file line number Diff line number Diff line change
Expand Up @@ -869,20 +869,20 @@
}
}
},
"product_tags_title": "Product properties",
"product_tags_title": "Vlastnosti produktu",
"@product_tags_title": {
"description": "The title for showing product properties, aka folksonomy data"
},
"no_product_tags_found_message": "No product properties found. Properties can be used to describe products in more details, in a flexible way. Tap to add.",
"no_product_tags_found_message": "Nebyly nalezeny žádné vlastnosti produktu. Vlastnosti lze použít k podrobnějšímu a flexibilnímu popisu produktů. Klepnutím přidáte.",
"@no_product_tags_found_message": {
"description": "Message to show if there are no product properties found"
},
"add_tag": "Add property",
"edit_tag": "Edit property",
"remove_tag": "Remove property",
"tag_key": "Property",
"add_tag": "Přidat vlastnost",
"edit_tag": "Upravit vlastnost",
"remove_tag": "Odstranit vlastnost",
"tag_key": "Vlastnosti",
"tag_value": "Hodnota",
"invalid_key_format": "Invalid property format. It must be lowercase and without any spaces.",
"invalid_key_format": "Neplatný formát vlastnosti. Musí být malá písmena a bez mezer.",
"@invalid_key_format": {
"description": "Message to show if the property's value for a new product property is invalid. This logic is identical to whats being validated in the Folksonomy API"
},
Expand Down Expand Up @@ -2681,7 +2681,7 @@
"@owner_field_info_close_button": {
"description": "The owner info may be shown in a closeable dialog. This is the label of the button (used on a long press event and for the accessibility label)."
},
"owner_field_image": "This image is provided by the producer. It may not be editable.",
"owner_field_image": "Tento obrázek je poskytován výrobcem. Nemusí být upravitelný.",
"@owner_field_image": {
"description": "An image is directly provided by the producer. It may be locked and not be editable."
},
Expand Down Expand Up @@ -3237,23 +3237,23 @@
"@product_image_ingredients_accessibility_label": {
"description": "Accessibility label for the image of ingredients"
},
"product_image_nutrition_accessibility_label": "Nutrition picture",
"product_image_nutrition_accessibility_label": "Obrázek výživy",
"@product_image_nutrition_accessibility_label": {
"description": "Accessibility label for the image of the nutrition"
},
"product_image_packaging_accessibility_label": "Packaging picture",
"product_image_packaging_accessibility_label": "Obrázek balení",
"@product_image_packaging_accessibility_label": {
"description": "Accessibility label for the image of the packaging"
},
"product_image_other_accessibility_label": "Other picture",
"product_image_other_accessibility_label": "Jiný obrázek",
"@product_image_other_accessibility_label": {
"description": "Accessibility label for an image"
},
"product_image_outdated_message": "This picture may be outdated",
"product_image_outdated_message": "Tento obrázek může být zastaralý",
"@product_image_outdated_message": {
"description": "Small message to indicate that the image may be outdated"
},
"product_image_outdated_message_accessibility_label": "{type} (this image may be outdated)",
"product_image_outdated_message_accessibility_label": "{type} (tento obrázek může být zastaralý)",
"@product_image_outdated_message_accessibility_label": {
"description": "Accessibility label for the image on the product page when it may be outdated",
"placeholders": {
Expand All @@ -3262,7 +3262,7 @@
}
}
},
"product_image_locked_message_accessibility_label": "{type} (this image may be locked by the producer)",
"product_image_locked_message_accessibility_label": "{type} (tento obrázek může být uzamčen výrobcem)",
"@product_image_locked_message_accessibility_label": {
"description": "Accessibility label for the image on the product page when it may be locked (producer provided)",
"placeholders": {
Expand All @@ -3271,11 +3271,11 @@
}
}
},
"product_image_error": "Unable to load the image!",
"product_image_error": "Obrázek nelze načíst!",
"@product_image_error": {
"description": "Small message that will be displayed above the picture (please keep it short)"
},
"product_image_error_accessibility_label": "Unable to load the {type} (network error?)",
"product_image_error_accessibility_label": "Nelze načíst {type} (chyba sítě?)",
"@product_image_error_accessibility_label": {
"description": "Accessibility label for the image on the product page when it fails to load",
"placeholders": {
Expand Down Expand Up @@ -3316,11 +3316,11 @@
"@product_page_action_bar_item_disable": {
"description": "Accessibility label to disable action (= make it invisible)"
},
"product_page_pending_operations_banner_title": "Uploading your edits…",
"product_page_pending_operations_banner_title": "Nahrávání vašich úprav…",
"@product_page_pending_operations_banner_title": {
"description": "When a product has pending edits (being sent to the server), there is a message on the product page (here is the title of the message)."
},
"product_page_pending_operations_banner_message": "The data displayed on this page **does not yet reflect your modifications**.\nPlease wait a few seconds…",
"product_page_pending_operations_banner_message": "Údaje zobrazené na této stránce **zatím neodrážejí vaše úpravy**.\nPočkejte prosím několik sekund…",
"@product_page_pending_operations_banner_message": {
"description": "When a product has pending edits (being sent to the server), there is a message on the product page. Please keep the ** syntax to make the text bold."
},
Expand Down Expand Up @@ -3351,7 +3351,7 @@
"@carousel_error_header": {
"description": "A label on top of the carousel card when there is an error (mainly network issues)"
},
"carousel_error_title": "It's a bummer!",
"carousel_error_title": "Je to průšvih!",
"carousel_error_text_1": "Nepodařilo se nám stáhnout informace o tomto čárovém kódu:",
"carousel_error_text_2": "Zkontrolujte prosím své internetové připojení nebo klikněte na toto tlačítko:",
"@carousel_error_text_2": {
Expand Down
12 changes: 6 additions & 6 deletions packages/smooth_app/lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -3245,15 +3245,15 @@
"@product_image_packaging_accessibility_label": {
"description": "Accessibility label for the image of the packaging"
},
"product_image_other_accessibility_label": "Other picture",
"product_image_other_accessibility_label": "Weitere Fotos",
"@product_image_other_accessibility_label": {
"description": "Accessibility label for an image"
},
"product_image_outdated_message": "This picture may be outdated",
"product_image_outdated_message": "Dieses Bild ist möglicherweise veraltet",
"@product_image_outdated_message": {
"description": "Small message to indicate that the image may be outdated"
},
"product_image_outdated_message_accessibility_label": "{type} (this image may be outdated)",
"product_image_outdated_message_accessibility_label": "{type} (dieses Bild ist möglicherweise veraltet)",
"@product_image_outdated_message_accessibility_label": {
"description": "Accessibility label for the image on the product page when it may be outdated",
"placeholders": {
Expand All @@ -3262,7 +3262,7 @@
}
}
},
"product_image_locked_message_accessibility_label": "{type} (this image may be locked by the producer)",
"product_image_locked_message_accessibility_label": "{type} (dieses Bild könnte vom Hersteller gesperrt sein)",
"@product_image_locked_message_accessibility_label": {
"description": "Accessibility label for the image on the product page when it may be locked (producer provided)",
"placeholders": {
Expand All @@ -3271,11 +3271,11 @@
}
}
},
"product_image_error": "Unable to load the image!",
"product_image_error": "Bild konnte nicht geladen werden!",
"@product_image_error": {
"description": "Small message that will be displayed above the picture (please keep it short)"
},
"product_image_error_accessibility_label": "Unable to load the {type} (network error?)",
"product_image_error_accessibility_label": "{type} konnte nicht geladen werden (Netzwerkfehler?)",
"@product_image_error_accessibility_label": {
"description": "Accessibility label for the image on the product page when it fails to load",
"placeholders": {
Expand Down
18 changes: 9 additions & 9 deletions packages/smooth_app/lib/l10n/app_he.arb
Original file line number Diff line number Diff line change
Expand Up @@ -2681,7 +2681,7 @@
"@owner_field_info_close_button": {
"description": "The owner info may be shown in a closeable dialog. This is the label of the button (used on a long press event and for the accessibility label)."
},
"owner_field_image": "This image is provided by the producer. It may not be editable.",
"owner_field_image": "התמונה הזאת סופקה על ידי היצרן. יכול להיות שלא ניתן לערוך אותה.",
"@owner_field_image": {
"description": "An image is directly provided by the producer. It may be locked and not be editable."
},
Expand Down Expand Up @@ -3237,23 +3237,23 @@
"@product_image_ingredients_accessibility_label": {
"description": "Accessibility label for the image of ingredients"
},
"product_image_nutrition_accessibility_label": "Nutrition picture",
"product_image_nutrition_accessibility_label": "תמונת מפרט תזונתי",
"@product_image_nutrition_accessibility_label": {
"description": "Accessibility label for the image of the nutrition"
},
"product_image_packaging_accessibility_label": "Packaging picture",
"product_image_packaging_accessibility_label": "תמונת אריזה",
"@product_image_packaging_accessibility_label": {
"description": "Accessibility label for the image of the packaging"
},
"product_image_other_accessibility_label": "Other picture",
"product_image_other_accessibility_label": "תמונה אחרת",
"@product_image_other_accessibility_label": {
"description": "Accessibility label for an image"
},
"product_image_outdated_message": "This picture may be outdated",
"product_image_outdated_message": "לא בטוח שהתמונה עדכנית",
"@product_image_outdated_message": {
"description": "Small message to indicate that the image may be outdated"
},
"product_image_outdated_message_accessibility_label": "{type} (this image may be outdated)",
"product_image_outdated_message_accessibility_label": "{type} (לא בטוח שהתמונה עדכנית)",
"@product_image_outdated_message_accessibility_label": {
"description": "Accessibility label for the image on the product page when it may be outdated",
"placeholders": {
Expand All @@ -3262,7 +3262,7 @@
}
}
},
"product_image_locked_message_accessibility_label": "{type} (this image may be locked by the producer)",
"product_image_locked_message_accessibility_label": "{type} (יכול להיות שהתמונה ננעלה על ידי היצרן)",
"@product_image_locked_message_accessibility_label": {
"description": "Accessibility label for the image on the product page when it may be locked (producer provided)",
"placeholders": {
Expand All @@ -3271,11 +3271,11 @@
}
}
},
"product_image_error": "Unable to load the image!",
"product_image_error": "לא ניתן לטעון את התמונה!",
"@product_image_error": {
"description": "Small message that will be displayed above the picture (please keep it short)"
},
"product_image_error_accessibility_label": "Unable to load the {type} (network error?)",
"product_image_error_accessibility_label": "לא ניתן לטעון את ה{type} (תקלת רשת?)",
"@product_image_error_accessibility_label": {
"description": "Accessibility label for the image on the product page when it fails to load",
"placeholders": {
Expand Down
44 changes: 22 additions & 22 deletions packages/smooth_app/lib/l10n/app_hu.arb
Original file line number Diff line number Diff line change
Expand Up @@ -869,20 +869,20 @@
}
}
},
"product_tags_title": "Product properties",
"product_tags_title": "Terméktulajdonságok",
"@product_tags_title": {
"description": "The title for showing product properties, aka folksonomy data"
},
"no_product_tags_found_message": "No product properties found. Properties can be used to describe products in more details, in a flexible way. Tap to add.",
"no_product_tags_found_message": "Nem találtunk terméktulajdonságokat. A tulajdonságok rugalmasan használhatók a termékek részletesebb leírására. Érintse meg a hozzáadáshoz.",
"@no_product_tags_found_message": {
"description": "Message to show if there are no product properties found"
},
"add_tag": "Add property",
"edit_tag": "Edit property",
"remove_tag": "Remove property",
"tag_key": "Property",
"add_tag": "Tulajdonság hozzáadása",
"edit_tag": "Tulajdonság szerkesztése",
"remove_tag": "Tulajdonság eltávolítása",
"tag_key": "Tulajdonság",
"tag_value": "Érték",
"invalid_key_format": "Invalid property format. It must be lowercase and without any spaces.",
"invalid_key_format": "Érvénytelen tulajdonságformátum. Kisbetűvel és szóközök nélkül kell írni.",
"@invalid_key_format": {
"description": "Message to show if the property's value for a new product property is invalid. This logic is identical to whats being validated in the Folksonomy API"
},
Expand Down Expand Up @@ -1011,7 +1011,7 @@
"percent": {}
}
},
"plural_ago_days": "{count,plural, one {}=1{egy napja} other{{count} napja}}",
"plural_ago_days": "{count,plural, =1{egy napja} other{{count} napja}}",
"@plural_ago_days": {
"description": "Cached results from: x days ago",
"placeholders": {
Expand Down Expand Up @@ -1247,7 +1247,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": "{count,plural, one {}=0{Termék} =1{Termék} other{Termékek}} frissítése az előzményekben",
"product_list_reloading_in_progress_multiple": "{count,plural, =0{Termék} =1{Termék} other{Termékek}} frissítése az előzményekben",
"@product_list_reloading_in_progress_multiple": {
"description": "Message to show while loading previous scanned items",
"placeholders": {
Expand Down Expand Up @@ -2681,7 +2681,7 @@
"@owner_field_info_close_button": {
"description": "The owner info may be shown in a closeable dialog. This is the label of the button (used on a long press event and for the accessibility label)."
},
"owner_field_image": "This image is provided by the producer. It may not be editable.",
"owner_field_image": "Ezt a képet a gyártó biztosította. Lehet, hogy nem szerkeszthető.",
"@owner_field_image": {
"description": "An image is directly provided by the producer. It may be locked and not be editable."
},
Expand Down Expand Up @@ -3237,23 +3237,23 @@
"@product_image_ingredients_accessibility_label": {
"description": "Accessibility label for the image of ingredients"
},
"product_image_nutrition_accessibility_label": "Nutrition picture",
"product_image_nutrition_accessibility_label": "Tápértékadatok képe",
"@product_image_nutrition_accessibility_label": {
"description": "Accessibility label for the image of the nutrition"
},
"product_image_packaging_accessibility_label": "Packaging picture",
"product_image_packaging_accessibility_label": "Csomagolás képe",
"@product_image_packaging_accessibility_label": {
"description": "Accessibility label for the image of the packaging"
},
"product_image_other_accessibility_label": "Other picture",
"product_image_other_accessibility_label": "Egyéb kép",
"@product_image_other_accessibility_label": {
"description": "Accessibility label for an image"
},
"product_image_outdated_message": "This picture may be outdated",
"product_image_outdated_message": "Ez a kép elavult lehet",
"@product_image_outdated_message": {
"description": "Small message to indicate that the image may be outdated"
},
"product_image_outdated_message_accessibility_label": "{type} (this image may be outdated)",
"product_image_outdated_message_accessibility_label": "{type} (ez a kép elavult lehet)",
"@product_image_outdated_message_accessibility_label": {
"description": "Accessibility label for the image on the product page when it may be outdated",
"placeholders": {
Expand All @@ -3262,7 +3262,7 @@
}
}
},
"product_image_locked_message_accessibility_label": "{type} (this image may be locked by the producer)",
"product_image_locked_message_accessibility_label": "{type} (lehet, hogy ezt a képet a gyártó zárolta)",
"@product_image_locked_message_accessibility_label": {
"description": "Accessibility label for the image on the product page when it may be locked (producer provided)",
"placeholders": {
Expand All @@ -3271,11 +3271,11 @@
}
}
},
"product_image_error": "Unable to load the image!",
"product_image_error": "Nem sikerült betölteni a képet!",
"@product_image_error": {
"description": "Small message that will be displayed above the picture (please keep it short)"
},
"product_image_error_accessibility_label": "Unable to load the {type} (network error?)",
"product_image_error_accessibility_label": "{type} betöltése nem sikerült (hálózati hiba?)",
"@product_image_error_accessibility_label": {
"description": "Accessibility label for the image on the product page when it fails to load",
"placeholders": {
Expand Down Expand Up @@ -3316,11 +3316,11 @@
"@product_page_action_bar_item_disable": {
"description": "Accessibility label to disable action (= make it invisible)"
},
"product_page_pending_operations_banner_title": "Uploading your edits…",
"product_page_pending_operations_banner_title": "Szerkesztések feltöltése…",
"@product_page_pending_operations_banner_title": {
"description": "When a product has pending edits (being sent to the server), there is a message on the product page (here is the title of the message)."
},
"product_page_pending_operations_banner_message": "The data displayed on this page **does not yet reflect your modifications**.\nPlease wait a few seconds…",
"product_page_pending_operations_banner_message": "Az ezen az oldalon megjelenő adatok **még nem tartalmazzák az Ön módosításait**.\nVárjon pár másodpercet…",
"@product_page_pending_operations_banner_message": {
"description": "When a product has pending edits (being sent to the server), there is a message on the product page. Please keep the ** syntax to make the text bold."
},
Expand Down Expand Up @@ -3351,8 +3351,8 @@
"@carousel_error_header": {
"description": "A label on top of the carousel card when there is an error (mainly network issues)"
},
"carousel_error_title": "It's a bummer!",
"carousel_error_text_1": "Nem tudtunk információkat letölteni erről a vonalkódról:",
"carousel_error_title": "De nagy kár!",
"carousel_error_text_1": "Nem tudtunk adatokat lekérni erről a vonalkódról:",
"carousel_error_text_2": "Ellenőrizze internetkapcsolatát, vagy kattintson erre a gombra:",
"@carousel_error_text_2": {
"description": "Please keep the ** syntax to make the text bold"
Expand Down
Loading

0 comments on commit 20b2696

Please sign in to comment.