Skip to content

Commit

Permalink
chore: New Crowdin translations to review and merge (#1909)
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_aa.arb

* Update packages/smooth_app/lib/l10n/app_es.arb

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 May 20, 2022
1 parent 009a389 commit 814c224
Show file tree
Hide file tree
Showing 125 changed files with 2,966 additions and 116 deletions.
23 changes: 23 additions & 0 deletions packages/smooth_app/lib/l10n/app_aa.arb
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,14 @@
"@user_list_name_error_same": {
"description": "Validation error about the renamed name that is the same as the initial list name"
},
"try_again": "Try Again",
"@try_again": {
"description": "Label for buttons that try to repeat a failed action"
},
"there_was_an_error": "There was an error",
"@there_was_an_error": {
"description": "Label that presents a error"
},
"category_picker_no_category_found_message": "No category found for {items}",
"@category_picker_no_category_found_message": {
"description": "Label when no category is available",
Expand Down Expand Up @@ -998,6 +1006,21 @@
"@dev_preferences_button_negative": {
"description": "User dev preferences - Negative button label"
},
"dev_preferences_migration_title": "Data migration from V1",
"dev_preferences_migration_subtitle": "Status: {status}",
"@dev_preferences_migration_subtitle": {
"placeholders": {
"status": {
"type": "String"
}
}
},
"dev_preferences_migration_status_already_done": "success or fresh install",
"dev_preferences_migration_status_success": "success",
"dev_preferences_migration_status_error": "error",
"dev_preferences_migration_status_in_progress": "in progress",
"dev_preferences_migration_status_required": "required (click to start)",
"dev_preferences_migration_status_not_started": "unknown",
"dev_preferences_import_history_title": "Import History",
"@dev_preferences_import_history_title": {
"description": "User dev preferences - Import history - Title"
Expand Down
23 changes: 23 additions & 0 deletions packages/smooth_app/lib/l10n/app_af.arb
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,14 @@
"@user_list_name_error_same": {
"description": "Validation error about the renamed name that is the same as the initial list name"
},
"try_again": "Try Again",
"@try_again": {
"description": "Label for buttons that try to repeat a failed action"
},
"there_was_an_error": "There was an error",
"@there_was_an_error": {
"description": "Label that presents a error"
},
"category_picker_no_category_found_message": "No category found for {items}",
"@category_picker_no_category_found_message": {
"description": "Label when no category is available",
Expand Down Expand Up @@ -998,6 +1006,21 @@
"@dev_preferences_button_negative": {
"description": "User dev preferences - Negative button label"
},
"dev_preferences_migration_title": "Data migration from V1",
"dev_preferences_migration_subtitle": "Status: {status}",
"@dev_preferences_migration_subtitle": {
"placeholders": {
"status": {
"type": "String"
}
}
},
"dev_preferences_migration_status_already_done": "success or fresh install",
"dev_preferences_migration_status_success": "success",
"dev_preferences_migration_status_error": "error",
"dev_preferences_migration_status_in_progress": "in progress",
"dev_preferences_migration_status_required": "required (click to start)",
"dev_preferences_migration_status_not_started": "unknown",
"dev_preferences_import_history_title": "Import History",
"@dev_preferences_import_history_title": {
"description": "User dev preferences - Import history - Title"
Expand Down
23 changes: 23 additions & 0 deletions packages/smooth_app/lib/l10n/app_ak.arb
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,14 @@
"@user_list_name_error_same": {
"description": "Validation error about the renamed name that is the same as the initial list name"
},
"try_again": "Try Again",
"@try_again": {
"description": "Label for buttons that try to repeat a failed action"
},
"there_was_an_error": "There was an error",
"@there_was_an_error": {
"description": "Label that presents a error"
},
"category_picker_no_category_found_message": "No category found for {items}",
"@category_picker_no_category_found_message": {
"description": "Label when no category is available",
Expand Down Expand Up @@ -998,6 +1006,21 @@
"@dev_preferences_button_negative": {
"description": "User dev preferences - Negative button label"
},
"dev_preferences_migration_title": "Data migration from V1",
"dev_preferences_migration_subtitle": "Status: {status}",
"@dev_preferences_migration_subtitle": {
"placeholders": {
"status": {
"type": "String"
}
}
},
"dev_preferences_migration_status_already_done": "success or fresh install",
"dev_preferences_migration_status_success": "success",
"dev_preferences_migration_status_error": "error",
"dev_preferences_migration_status_in_progress": "in progress",
"dev_preferences_migration_status_required": "required (click to start)",
"dev_preferences_migration_status_not_started": "unknown",
"dev_preferences_import_history_title": "Import History",
"@dev_preferences_import_history_title": {
"description": "User dev preferences - Import history - Title"
Expand Down
23 changes: 23 additions & 0 deletions packages/smooth_app/lib/l10n/app_am.arb
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,14 @@
"@user_list_name_error_same": {
"description": "Validation error about the renamed name that is the same as the initial list name"
},
"try_again": "Try Again",
"@try_again": {
"description": "Label for buttons that try to repeat a failed action"
},
"there_was_an_error": "There was an error",
"@there_was_an_error": {
"description": "Label that presents a error"
},
"category_picker_no_category_found_message": "No category found for {items}",
"@category_picker_no_category_found_message": {
"description": "Label when no category is available",
Expand Down Expand Up @@ -998,6 +1006,21 @@
"@dev_preferences_button_negative": {
"description": "User dev preferences - Negative button label"
},
"dev_preferences_migration_title": "Data migration from V1",
"dev_preferences_migration_subtitle": "Status: {status}",
"@dev_preferences_migration_subtitle": {
"placeholders": {
"status": {
"type": "String"
}
}
},
"dev_preferences_migration_status_already_done": "success or fresh install",
"dev_preferences_migration_status_success": "success",
"dev_preferences_migration_status_error": "error",
"dev_preferences_migration_status_in_progress": "in progress",
"dev_preferences_migration_status_required": "required (click to start)",
"dev_preferences_migration_status_not_started": "unknown",
"dev_preferences_import_history_title": "Import History",
"@dev_preferences_import_history_title": {
"description": "User dev preferences - Import history - Title"
Expand Down
23 changes: 23 additions & 0 deletions packages/smooth_app/lib/l10n/app_ar.arb
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,14 @@
"@user_list_name_error_same": {
"description": "Validation error about the renamed name that is the same as the initial list name"
},
"try_again": "Try Again",
"@try_again": {
"description": "Label for buttons that try to repeat a failed action"
},
"there_was_an_error": "There was an error",
"@there_was_an_error": {
"description": "Label that presents a error"
},
"category_picker_no_category_found_message": "No category found for {items}",
"@category_picker_no_category_found_message": {
"description": "Label when no category is available",
Expand Down Expand Up @@ -998,6 +1006,21 @@
"@dev_preferences_button_negative": {
"description": "User dev preferences - Negative button label"
},
"dev_preferences_migration_title": "Data migration from V1",
"dev_preferences_migration_subtitle": "Status: {status}",
"@dev_preferences_migration_subtitle": {
"placeholders": {
"status": {
"type": "String"
}
}
},
"dev_preferences_migration_status_already_done": "success or fresh install",
"dev_preferences_migration_status_success": "success",
"dev_preferences_migration_status_error": "error",
"dev_preferences_migration_status_in_progress": "in progress",
"dev_preferences_migration_status_required": "required (click to start)",
"dev_preferences_migration_status_not_started": "unknown",
"dev_preferences_import_history_title": "Import History",
"@dev_preferences_import_history_title": {
"description": "User dev preferences - Import history - Title"
Expand Down
23 changes: 23 additions & 0 deletions packages/smooth_app/lib/l10n/app_as.arb
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,14 @@
"@user_list_name_error_same": {
"description": "Validation error about the renamed name that is the same as the initial list name"
},
"try_again": "Try Again",
"@try_again": {
"description": "Label for buttons that try to repeat a failed action"
},
"there_was_an_error": "There was an error",
"@there_was_an_error": {
"description": "Label that presents a error"
},
"category_picker_no_category_found_message": "No category found for {items}",
"@category_picker_no_category_found_message": {
"description": "Label when no category is available",
Expand Down Expand Up @@ -998,6 +1006,21 @@
"@dev_preferences_button_negative": {
"description": "User dev preferences - Negative button label"
},
"dev_preferences_migration_title": "Data migration from V1",
"dev_preferences_migration_subtitle": "Status: {status}",
"@dev_preferences_migration_subtitle": {
"placeholders": {
"status": {
"type": "String"
}
}
},
"dev_preferences_migration_status_already_done": "success or fresh install",
"dev_preferences_migration_status_success": "success",
"dev_preferences_migration_status_error": "error",
"dev_preferences_migration_status_in_progress": "in progress",
"dev_preferences_migration_status_required": "required (click to start)",
"dev_preferences_migration_status_not_started": "unknown",
"dev_preferences_import_history_title": "Import History",
"@dev_preferences_import_history_title": {
"description": "User dev preferences - Import history - Title"
Expand Down
23 changes: 23 additions & 0 deletions packages/smooth_app/lib/l10n/app_az.arb
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,14 @@
"@user_list_name_error_same": {
"description": "Validation error about the renamed name that is the same as the initial list name"
},
"try_again": "Try Again",
"@try_again": {
"description": "Label for buttons that try to repeat a failed action"
},
"there_was_an_error": "There was an error",
"@there_was_an_error": {
"description": "Label that presents a error"
},
"category_picker_no_category_found_message": "No category found for {items}",
"@category_picker_no_category_found_message": {
"description": "Label when no category is available",
Expand Down Expand Up @@ -998,6 +1006,21 @@
"@dev_preferences_button_negative": {
"description": "User dev preferences - Negative button label"
},
"dev_preferences_migration_title": "Data migration from V1",
"dev_preferences_migration_subtitle": "Status: {status}",
"@dev_preferences_migration_subtitle": {
"placeholders": {
"status": {
"type": "String"
}
}
},
"dev_preferences_migration_status_already_done": "success or fresh install",
"dev_preferences_migration_status_success": "success",
"dev_preferences_migration_status_error": "error",
"dev_preferences_migration_status_in_progress": "in progress",
"dev_preferences_migration_status_required": "required (click to start)",
"dev_preferences_migration_status_not_started": "unknown",
"dev_preferences_import_history_title": "Import History",
"@dev_preferences_import_history_title": {
"description": "User dev preferences - Import history - Title"
Expand Down
23 changes: 23 additions & 0 deletions packages/smooth_app/lib/l10n/app_be.arb
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,14 @@
"@user_list_name_error_same": {
"description": "Validation error about the renamed name that is the same as the initial list name"
},
"try_again": "Try Again",
"@try_again": {
"description": "Label for buttons that try to repeat a failed action"
},
"there_was_an_error": "There was an error",
"@there_was_an_error": {
"description": "Label that presents a error"
},
"category_picker_no_category_found_message": "No category found for {items}",
"@category_picker_no_category_found_message": {
"description": "Label when no category is available",
Expand Down Expand Up @@ -998,6 +1006,21 @@
"@dev_preferences_button_negative": {
"description": "User dev preferences - Negative button label"
},
"dev_preferences_migration_title": "Data migration from V1",
"dev_preferences_migration_subtitle": "Status: {status}",
"@dev_preferences_migration_subtitle": {
"placeholders": {
"status": {
"type": "String"
}
}
},
"dev_preferences_migration_status_already_done": "success or fresh install",
"dev_preferences_migration_status_success": "success",
"dev_preferences_migration_status_error": "error",
"dev_preferences_migration_status_in_progress": "in progress",
"dev_preferences_migration_status_required": "required (click to start)",
"dev_preferences_migration_status_not_started": "unknown",
"dev_preferences_import_history_title": "Import History",
"@dev_preferences_import_history_title": {
"description": "User dev preferences - Import history - Title"
Expand Down
23 changes: 23 additions & 0 deletions packages/smooth_app/lib/l10n/app_bg.arb
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,14 @@
"@user_list_name_error_same": {
"description": "Validation error about the renamed name that is the same as the initial list name"
},
"try_again": "Опитай отново",
"@try_again": {
"description": "Label for buttons that try to repeat a failed action"
},
"there_was_an_error": "Възникна грешка",
"@there_was_an_error": {
"description": "Label that presents a error"
},
"category_picker_no_category_found_message": "Няма намерена категория за {items}",
"@category_picker_no_category_found_message": {
"description": "Label when no category is available",
Expand Down Expand Up @@ -998,6 +1006,21 @@
"@dev_preferences_button_negative": {
"description": "User dev preferences - Negative button label"
},
"dev_preferences_migration_title": "Data migration from V1",
"dev_preferences_migration_subtitle": "Status: {status}",
"@dev_preferences_migration_subtitle": {
"placeholders": {
"status": {
"type": "String"
}
}
},
"dev_preferences_migration_status_already_done": "success or fresh install",
"dev_preferences_migration_status_success": "success",
"dev_preferences_migration_status_error": "грешка",
"dev_preferences_migration_status_in_progress": "in progress",
"dev_preferences_migration_status_required": "задължително (щракни, за да започнеш)",
"dev_preferences_migration_status_not_started": "неизвестно",
"dev_preferences_import_history_title": "Импортирай историята",
"@dev_preferences_import_history_title": {
"description": "User dev preferences - Import history - Title"
Expand Down
23 changes: 23 additions & 0 deletions packages/smooth_app/lib/l10n/app_bm.arb
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,14 @@
"@user_list_name_error_same": {
"description": "Validation error about the renamed name that is the same as the initial list name"
},
"try_again": "Try Again",
"@try_again": {
"description": "Label for buttons that try to repeat a failed action"
},
"there_was_an_error": "There was an error",
"@there_was_an_error": {
"description": "Label that presents a error"
},
"category_picker_no_category_found_message": "No category found for {items}",
"@category_picker_no_category_found_message": {
"description": "Label when no category is available",
Expand Down Expand Up @@ -998,6 +1006,21 @@
"@dev_preferences_button_negative": {
"description": "User dev preferences - Negative button label"
},
"dev_preferences_migration_title": "Data migration from V1",
"dev_preferences_migration_subtitle": "Status: {status}",
"@dev_preferences_migration_subtitle": {
"placeholders": {
"status": {
"type": "String"
}
}
},
"dev_preferences_migration_status_already_done": "success or fresh install",
"dev_preferences_migration_status_success": "success",
"dev_preferences_migration_status_error": "error",
"dev_preferences_migration_status_in_progress": "in progress",
"dev_preferences_migration_status_required": "required (click to start)",
"dev_preferences_migration_status_not_started": "unknown",
"dev_preferences_import_history_title": "Import History",
"@dev_preferences_import_history_title": {
"description": "User dev preferences - Import history - Title"
Expand Down
Loading

0 comments on commit 814c224

Please sign in to comment.