Skip to content

Commit

Permalink
chore: New Crowdin translations to review and merge (#1513)
Browse files Browse the repository at this point in the history
* New Crowdin translations by Github Action (#677)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* fix: Trigger crowdin refresh (#1483)

* fix: knowledge panel name made visible (#1442)

* knowledge panel name made visible

* used const values on margin

* knowledge panel name made visible

* fix: Fix food preferences buttons goes into two lines (#1445)

* feat: Support for a "source" within a Knownledge Panel Text element (#1458)

* Support for source field within a Knowledge Panel text element

* Move to a basic Button instead

* chore: New Crowdin translations to review and merge (#1450)

* New Crowdin translations by Github Action (#677)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>

* chore: New Crowdin translations

* Fix issues

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Pierre Slamich <pierre@openfoodfacts.org>
Co-authored-by: M123-dev <marvinmoel05@gmail.com>
Co-authored-by: Edouard Marquez <g123k@users.noreply.github.com>
Co-authored-by: Edouard Marquez <moi@edouard-marquez.me>

* fix: Misaligned Inkwell Fixed (#1459)

* Misaligned Padding Fixed

* fix: Onboarding - Country selected highlighted  (#1471)

* fix: Translate hardcoded sentences (#1473)

* Translate hardcoded sentences

* Extract all AppLocalizations.of(context) into variables

* feat: minor improvement for summary_card (#1474)

fix: use theme default style in tabForMore button in summary_card.dart

fix: display a "not implemented" snack bar instead of doing nothing when clicking on "add missing product category" in summary_card.dart

* fix: no visual feedback on next button (#1460)

* feat: dismissible color added to personalized ranking (#1476)

* dismissible color added to personalized ranking

* dismissible color added to personalized ranking

* imported direct file rather than relative

* made constants in use instead of

* Update README.md (#1480)

* fix: trailing Spaces issue Fixed (#1469)

* trailingSpaces issue Fixed

* Changed Approach

Co-authored-by: Aman Raj <57723319+AshAman999@users.noreply.github.com>
Co-authored-by: Abhay Chaudhary <chaudharyabhay111@gmail.com>
Co-authored-by: Edouard Marquez <g123k@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: M123-dev <marvinmoel05@gmail.com>
Co-authored-by: Edouard Marquez <moi@edouard-marquez.me>
Co-authored-by: VaiTon <eyadlorenzo@gmail.com>
Co-authored-by: Abhishek Bhatt <47862474+bhattabhi013@users.noreply.github.com>
Co-authored-by: Shimron <60049707+ShimronAlakkal@users.noreply.github.com>

* chore: New Crowdin translations

* Update app_el.arb

* Apply suggestions from code review

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Pierre Slamich <pierre@openfoodfacts.org>
Co-authored-by: M123-dev <marvinmoel05@gmail.com>
Co-authored-by: Aman Raj <57723319+AshAman999@users.noreply.github.com>
Co-authored-by: Abhay Chaudhary <chaudharyabhay111@gmail.com>
Co-authored-by: Edouard Marquez <g123k@users.noreply.github.com>
Co-authored-by: Edouard Marquez <moi@edouard-marquez.me>
Co-authored-by: VaiTon <eyadlorenzo@gmail.com>
Co-authored-by: Abhishek Bhatt <47862474+bhattabhi013@users.noreply.github.com>
Co-authored-by: Shimron <60049707+ShimronAlakkal@users.noreply.github.com>
  • Loading branch information
11 people authored Apr 9, 2022
1 parent c5cf03b commit 95f9ffc
Show file tree
Hide file tree
Showing 125 changed files with 20,068 additions and 1,973 deletions.
160 changes: 153 additions & 7 deletions packages/smooth_app/lib/l10n/app_aa.arb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"description": "A label on a button that says 'Next', pressing the button takes the user to the next screen."
},
"save": "Save",
"save_confirmation": "Are you sure you want to save?",
"skip": "Skip",
"cancel": "Cancel",
"@cancel": {},
Expand All @@ -38,6 +39,7 @@
"@label_web": {},
"learnMore": "Learn more",
"@learnMore": {},
"general_confirmation": "Are you sure?",
"incompatible": "Incompatible",
"@incompatible": {
"description": "Short label for product list view: the product is incompatible with your preferences"
Expand Down Expand Up @@ -186,11 +188,15 @@
},
"darkmode_dark": "Dark",
"@darkmode_dark": {
"description": "Indicator inside the darkmode switch"
"description": "Indicator inside the darkmode switch (dark)"
},
"darkmode_light": "Light",
"@darkmode_light": {
"description": "Indicator inside the darkmode switch"
"description": "Indicator inside the darkmode switch (light)"
},
"darkmode_system_default": "System default",
"@darkmode_system_default": {
"description": "Indicator inside the darkmode switch (system default)"
},
"thanks_for_contributing": "Thanks for contributing",
"@contributors": {
Expand Down Expand Up @@ -258,6 +264,7 @@
"@contribute_to_get_rewards": {
"description": "Button description shown on a product, clicking the button opens a card with unanswered product questions, users can answer these to contribute to Open food facts and gain rewards."
},
"question_sign_in_text": "Sign in to your Open Food Facts account to claim your contribution and to increase your creditability",
"@Personal preferences": {},
"myPreferences": "My preferences",
"@myPreferences": {
Expand Down Expand Up @@ -348,6 +355,7 @@
},
"nutrition": "Nutrition",
"@nutrition": {},
"nutrition_page_close_confirmation": "Are you sure you want to close without saving?",
"nutrition_facts_photo": "Nutrition facts photo",
"@nutrition_facts_photo": {
"description": "Button label: For adding a picture of the nutrition facts of a product"
Expand Down Expand Up @@ -424,7 +432,7 @@
"score_add_missing_nutrition_facts": "Add missing nutrition facts",
"score_add_missing_product_category": "Add missing product category",
"score_update_nutrition_facts": "Update nutrition facts",
"nutrition_page_title": "Product Nutrition Facts",
"nutrition_page_title": "Nutrition Facts",
"nutrition_page_unspecified": "Nutrition facts are not specified on the product",
"nutrition_page_per_100g": "per 100g",
"nutrition_page_per_serving": "per serving",
Expand Down Expand Up @@ -452,10 +460,6 @@
"@could_not_refresh": {
"description": "The product data couldn't be refreshed"
},
"product_internet_cancel": "Canceled by user.",
"@product_internet_cancel": {
"description": "Confirmation, that the product data got canceled by the user"
},
"product_internet_error": "Impossible to fetch information about this product due to a network error.",
"cached_results_from": "Show results from:",
"@cached_results_from": {
Expand Down Expand Up @@ -622,5 +626,147 @@
"refuse_button_label": "Refuse",
"@refuse": {
"description": "Button to decline the request of sending the anonymous analytics"
},
"knowledge_panel_text_source": "Go further on {source_name}",
"@knowledge_panel_text_source": {
"description": "Source field within a text knowledge panel.",
"placeholders": {
"source_name": {
"type": "String"
}
}
},
"onboarding_welcome_loading_dialog_title": "Loading internet data",
"@onboarding_welcome_loading_dialog_title": {
"description": "Title for the onboarding loading dialog"
},
"product_list_your_ranking": "Your ranking",
"@product_list_your_ranking": {
"description": "Your ranking screen title"
},
"product_list_empty_icon_desc": "History not available",
"@product_list_icon_desc": {
"description": "When the history list is empty, icon description (for accessibility) of the message explaining to start scanning"
},
"product_list_empty_title": "Start scanning !",
"@product_list_empty_title": {
"description": "When the history list is empty, title of the message explaining to start scanning"
},
"product_list_empty_message": "Product you scan in will appear here and you can check detailed information about them",
"@product_list_empty_message": {
"description": "When the history list is empty, body of the message explaining to start scanning"
},
"product_list_reloading_in_progress": "refreshing the history products",
"@product_list_reloading_in_progress": {
"description": "Message to show while loading previous scanned items"
},
"product_list_reloading_success": "Just refreshed",
"@product_list_reloading_success": {
"description": "Message to show once previous scanned items are loaded"
},
"loading_dialog_default_title": "Downloading data",
"@loading_dialog_default_title": {
"description": "Default loading dialog title"
},
"loading_dialog_default_error_message": "Could not download data",
"@loading_dialog_default_error_message": {
"description": "Default loading dialog error message"
},
"account_delete": "Delete account",
"@account_delete": {
"description": "Delete account button (user profile)"
},
"email_subject_account_deletion": "Delete account",
"@email_subject_account_deletion": {
"description": "Email subject for an account deletion"
},
"email_body_account_deletion": "Hi there, please delete my openfoodfacts account: {userId}",
"@email_body_account_deletion": {
"description": "Email body for an account deletion",
"placeholders": {
"userId": {
"type": "String"
}
}
},
"crash_reporting_toggle_title": "Crash reporting",
"@crash_reporting_toggle_title": {
"description": "Title for the Crash reporting toggle"
},
"crash_reporting_toggle_subtitle": "When enabled, crash reports will be sent to the Open Food Facts server automatically, so that we can fix bugs and improve the app.",
"@crash_reporting_toggle_subtitle": {
"description": "SubTitle for the Crash reporting toggle"
},
"send_anonymous_data_toggle_title": "Send anonymous data",
"@send_anonymous_toggle_title": {
"description": "Title for the Send anonymous data toggle"
},
"send_anonymous_data_toggle_subtitle": "When enabled, some anonymous information regarding app usage will be sent to the Open Food Facts servers, so that we can understand how and how much features are used in order to improve them.",
"@send_anonymous_toggle_subtitle": {
"description": "SubTitle for the Send anonymous data toggle"
},
"product_edit_photo_title": "Edit Photo",
"@product_edit_photo_title": {
"description": "Toolbar Title while editing a photo (Android only)"
},
"permission_photo_error": "Error",
"@permission_photo_error": {
"description": "When the camera/photo permission failed to be acquired (!= denied)"
},
"permission_photo_denied": "No camera access granted",
"@permission_photo_denied": {
"description": "When the camera/photo permission is denied by user"
},
"edit_product_label": "Edit product",
"@edit_product_label": {
"description": "Edit product button label"
},
"edit_product_form_item_barcode": "Barcode",
"@edit_product_form_item_barcode": {
"description": "Product edition - Barcode"
},
"edit_product_form_item_details_title": "Basic details",
"@edit_product_form_item_details_title": {
"description": "Product edition - Basic Details - Title"
},
"edit_product_form_item_details_subtitle": "Product name, brand, quantity",
"@edit_product_form_item_details_subtitle": {
"description": "Product edition - Basic Details - Title"
},
"edit_product_form_item_photos_title": "Photos",
"@edit_product_form_item_photos_title": {
"description": "Product edition - Photos - Title"
},
"edit_product_form_item_photos_subtitle": "Add or refresh photos",
"@edit_product_form_item_photos_subtitle": {
"description": "Product edition - Photos - SubTitle"
},
"edit_product_form_item_labels_title": "Labels & Certifications",
"@edit_product_form_item_labels_title": {
"description": "Product edition - Labels - Title"
},
"edit_product_form_item_labels_subtitle": "Environmental, Quality labels, ...",
"@edit_product_form_item_labels_subtitle": {
"description": "Product edition - Labels - SubTitle"
},
"edit_product_form_item_ingredients_title": "Ingredients & Origins",
"@edit_product_form_item_ingredients_title": {
"description": "Product edition - Ingredients - Title"
},
"edit_product_form_item_packaging_title": "Packaging",
"@edit_product_form_item_packaging_title": {
"description": "Product edition - Packaging - Title"
},
"edit_product_form_item_nutrition_facts_title": "Nutrition facts",
"@edit_product_form_item_nutrition_facts_title": {
"description": "Product edition - Nutrition facts - Title"
},
"edit_product_form_item_nutrition_facts_subtitle": "Nutrition, alcohol content…",
"@edit_product_form_item_nutrition_facts_subtitle": {
"description": "Product edition - Nutrition facts - SubTitle"
},
"edit_product_form_save": "Edit",
"@edit_product_form_save": {
"description": "Product edition - Nutrition facts - Save button"
}
}
Loading

0 comments on commit 95f9ffc

Please sign in to comment.