Skip to content

Commit

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

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 18, 2022
1 parent e2aa72d commit a836ebf
Show file tree
Hide file tree
Showing 125 changed files with 2,889 additions and 37 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
@@ -1,4 +1,5 @@
{
"app_name": "Smoothie",
"@Utils": {},
"yes": "Yes",
"@yes": {},
Expand Down Expand Up @@ -438,6 +439,10 @@
"@selecting_photo": {
"description": "Progress indicator when the users takes a photo"
},
"uploading_image": "Uploading photo to the server",
"@uploading_image": {
"description": "Message when a new picture is uploading to the server"
},
"uploading_image_type_front": "Uploading front image to Open Food Facts",
"@uploading_image_type_front": {
"description": "Message when a new front picture is being uploaded to the server"
Expand Down Expand Up @@ -747,6 +752,24 @@
"@permission_photo_error": {
"description": "When the camera/photo permission failed to be acquired (!= denied)"
},
"permission_photo_denied_title": "Allow camera use to scan barcodes",
"permission_photo_denied_message": "For an enhanced experience, please allow {appName} to access your camera. You will be able to directly scan barcodes.",
"@permission_photo_denied_message": {
"description": "When the camera/photo permission is denied by user",
"placeholders": {
"appName": {
"type": "String"
}
}
},
"permission_photo_denied_button": "Allow",
"@permission_photo_denied_button": {
"description": "When the camera/photo permission is denied by user"
},
"permission_photo_denied_dialog_settings_title": "Permission denied",
"permission_photo_denied_dialog_settings_message": "As you've previously denied the camera permission, you must allow it manually from the Settings.",
"permission_photo_denied_dialog_settings_button_open": "Open settings",
"permission_photo_denied_dialog_settings_button_cancel": "Cancel",
"permission_photo_denied": "No camera access granted",
"@permission_photo_denied": {
"description": "When the camera/photo permission is denied by user"
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
@@ -1,4 +1,5 @@
{
"app_name": "Smoothie",
"@Utils": {},
"yes": "Yes",
"@yes": {},
Expand Down Expand Up @@ -438,6 +439,10 @@
"@selecting_photo": {
"description": "Progress indicator when the users takes a photo"
},
"uploading_image": "Uploading photo to the server",
"@uploading_image": {
"description": "Message when a new picture is uploading to the server"
},
"uploading_image_type_front": "Uploading front image to Open Food Facts",
"@uploading_image_type_front": {
"description": "Message when a new front picture is being uploaded to the server"
Expand Down Expand Up @@ -747,6 +752,24 @@
"@permission_photo_error": {
"description": "When the camera/photo permission failed to be acquired (!= denied)"
},
"permission_photo_denied_title": "Allow camera use to scan barcodes",
"permission_photo_denied_message": "For an enhanced experience, please allow {appName} to access your camera. You will be able to directly scan barcodes.",
"@permission_photo_denied_message": {
"description": "When the camera/photo permission is denied by user",
"placeholders": {
"appName": {
"type": "String"
}
}
},
"permission_photo_denied_button": "Allow",
"@permission_photo_denied_button": {
"description": "When the camera/photo permission is denied by user"
},
"permission_photo_denied_dialog_settings_title": "Permission denied",
"permission_photo_denied_dialog_settings_message": "As you've previously denied the camera permission, you must allow it manually from the Settings.",
"permission_photo_denied_dialog_settings_button_open": "Open settings",
"permission_photo_denied_dialog_settings_button_cancel": "Kanselleer",
"permission_photo_denied": "No camera access granted",
"@permission_photo_denied": {
"description": "When the camera/photo permission is denied by user"
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
@@ -1,4 +1,5 @@
{
"app_name": "Smoothie",
"@Utils": {},
"yes": "Yes",
"@yes": {},
Expand Down Expand Up @@ -438,6 +439,10 @@
"@selecting_photo": {
"description": "Progress indicator when the users takes a photo"
},
"uploading_image": "Uploading photo to the server",
"@uploading_image": {
"description": "Message when a new picture is uploading to the server"
},
"uploading_image_type_front": "Uploading front image to Open Food Facts",
"@uploading_image_type_front": {
"description": "Message when a new front picture is being uploaded to the server"
Expand Down Expand Up @@ -747,6 +752,24 @@
"@permission_photo_error": {
"description": "When the camera/photo permission failed to be acquired (!= denied)"
},
"permission_photo_denied_title": "Allow camera use to scan barcodes",
"permission_photo_denied_message": "For an enhanced experience, please allow {appName} to access your camera. You will be able to directly scan barcodes.",
"@permission_photo_denied_message": {
"description": "When the camera/photo permission is denied by user",
"placeholders": {
"appName": {
"type": "String"
}
}
},
"permission_photo_denied_button": "Allow",
"@permission_photo_denied_button": {
"description": "When the camera/photo permission is denied by user"
},
"permission_photo_denied_dialog_settings_title": "Permission denied",
"permission_photo_denied_dialog_settings_message": "As you've previously denied the camera permission, you must allow it manually from the Settings.",
"permission_photo_denied_dialog_settings_button_open": "Open settings",
"permission_photo_denied_dialog_settings_button_cancel": "Cancel",
"permission_photo_denied": "No camera access granted",
"@permission_photo_denied": {
"description": "When the camera/photo permission is denied by user"
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
@@ -1,4 +1,5 @@
{
"app_name": "Smoothie",
"@Utils": {},
"yes": "Yes",
"@yes": {},
Expand Down Expand Up @@ -438,6 +439,10 @@
"@selecting_photo": {
"description": "Progress indicator when the users takes a photo"
},
"uploading_image": "Uploading photo to the server",
"@uploading_image": {
"description": "Message when a new picture is uploading to the server"
},
"uploading_image_type_front": "Uploading front image to Open Food Facts",
"@uploading_image_type_front": {
"description": "Message when a new front picture is being uploaded to the server"
Expand Down Expand Up @@ -747,6 +752,24 @@
"@permission_photo_error": {
"description": "When the camera/photo permission failed to be acquired (!= denied)"
},
"permission_photo_denied_title": "Allow camera use to scan barcodes",
"permission_photo_denied_message": "For an enhanced experience, please allow {appName} to access your camera. You will be able to directly scan barcodes.",
"@permission_photo_denied_message": {
"description": "When the camera/photo permission is denied by user",
"placeholders": {
"appName": {
"type": "String"
}
}
},
"permission_photo_denied_button": "Allow",
"@permission_photo_denied_button": {
"description": "When the camera/photo permission is denied by user"
},
"permission_photo_denied_dialog_settings_title": "Permission denied",
"permission_photo_denied_dialog_settings_message": "As you've previously denied the camera permission, you must allow it manually from the Settings.",
"permission_photo_denied_dialog_settings_button_open": "Open settings",
"permission_photo_denied_dialog_settings_button_cancel": "Cancel",
"permission_photo_denied": "No camera access granted",
"@permission_photo_denied": {
"description": "When the camera/photo permission is denied by user"
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
@@ -1,4 +1,5 @@
{
"app_name": "Smoothie",
"@Utils": {},
"yes": "نعم",
"@yes": {},
Expand Down Expand Up @@ -438,6 +439,10 @@
"@selecting_photo": {
"description": "Progress indicator when the users takes a photo"
},
"uploading_image": "Uploading photo to the server",
"@uploading_image": {
"description": "Message when a new picture is uploading to the server"
},
"uploading_image_type_front": "Uploading front image to Open Food Facts",
"@uploading_image_type_front": {
"description": "Message when a new front picture is being uploaded to the server"
Expand Down Expand Up @@ -747,6 +752,24 @@
"@permission_photo_error": {
"description": "When the camera/photo permission failed to be acquired (!= denied)"
},
"permission_photo_denied_title": "Allow camera use to scan barcodes",
"permission_photo_denied_message": "For an enhanced experience, please allow {appName} to access your camera. You will be able to directly scan barcodes.",
"@permission_photo_denied_message": {
"description": "When the camera/photo permission is denied by user",
"placeholders": {
"appName": {
"type": "String"
}
}
},
"permission_photo_denied_button": "Allow",
"@permission_photo_denied_button": {
"description": "When the camera/photo permission is denied by user"
},
"permission_photo_denied_dialog_settings_title": "Permission denied",
"permission_photo_denied_dialog_settings_message": "As you've previously denied the camera permission, you must allow it manually from the Settings.",
"permission_photo_denied_dialog_settings_button_open": "Open settings",
"permission_photo_denied_dialog_settings_button_cancel": "إلغاء",
"permission_photo_denied": "لم يتم منح الوصول إلى الكاميرا",
"@permission_photo_denied": {
"description": "When the camera/photo permission is denied by user"
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
@@ -1,4 +1,5 @@
{
"app_name": "Smoothie",
"@Utils": {},
"yes": "Yes",
"@yes": {},
Expand Down Expand Up @@ -438,6 +439,10 @@
"@selecting_photo": {
"description": "Progress indicator when the users takes a photo"
},
"uploading_image": "Uploading photo to the server",
"@uploading_image": {
"description": "Message when a new picture is uploading to the server"
},
"uploading_image_type_front": "Uploading front image to Open Food Facts",
"@uploading_image_type_front": {
"description": "Message when a new front picture is being uploaded to the server"
Expand Down Expand Up @@ -747,6 +752,24 @@
"@permission_photo_error": {
"description": "When the camera/photo permission failed to be acquired (!= denied)"
},
"permission_photo_denied_title": "Allow camera use to scan barcodes",
"permission_photo_denied_message": "For an enhanced experience, please allow {appName} to access your camera. You will be able to directly scan barcodes.",
"@permission_photo_denied_message": {
"description": "When the camera/photo permission is denied by user",
"placeholders": {
"appName": {
"type": "String"
}
}
},
"permission_photo_denied_button": "Allow",
"@permission_photo_denied_button": {
"description": "When the camera/photo permission is denied by user"
},
"permission_photo_denied_dialog_settings_title": "Permission denied",
"permission_photo_denied_dialog_settings_message": "As you've previously denied the camera permission, you must allow it manually from the Settings.",
"permission_photo_denied_dialog_settings_button_open": "Open settings",
"permission_photo_denied_dialog_settings_button_cancel": "Cancel",
"permission_photo_denied": "No camera access granted",
"@permission_photo_denied": {
"description": "When the camera/photo permission is denied by user"
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
@@ -1,4 +1,5 @@
{
"app_name": "Smoothie",
"@Utils": {},
"yes": "Bəli",
"@yes": {},
Expand Down Expand Up @@ -438,6 +439,10 @@
"@selecting_photo": {
"description": "Progress indicator when the users takes a photo"
},
"uploading_image": "Uploading photo to the server",
"@uploading_image": {
"description": "Message when a new picture is uploading to the server"
},
"uploading_image_type_front": "Uploading front image to Open Food Facts",
"@uploading_image_type_front": {
"description": "Message when a new front picture is being uploaded to the server"
Expand Down Expand Up @@ -747,6 +752,24 @@
"@permission_photo_error": {
"description": "When the camera/photo permission failed to be acquired (!= denied)"
},
"permission_photo_denied_title": "Allow camera use to scan barcodes",
"permission_photo_denied_message": "For an enhanced experience, please allow {appName} to access your camera. You will be able to directly scan barcodes.",
"@permission_photo_denied_message": {
"description": "When the camera/photo permission is denied by user",
"placeholders": {
"appName": {
"type": "String"
}
}
},
"permission_photo_denied_button": "Allow",
"@permission_photo_denied_button": {
"description": "When the camera/photo permission is denied by user"
},
"permission_photo_denied_dialog_settings_title": "Permission denied",
"permission_photo_denied_dialog_settings_message": "As you've previously denied the camera permission, you must allow it manually from the Settings.",
"permission_photo_denied_dialog_settings_button_open": "Open settings",
"permission_photo_denied_dialog_settings_button_cancel": "Cancel",
"permission_photo_denied": "No camera access granted",
"@permission_photo_denied": {
"description": "When the camera/photo permission is denied by user"
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
@@ -1,4 +1,5 @@
{
"app_name": "Smoothie",
"@Utils": {},
"yes": "Yes",
"@yes": {},
Expand Down Expand Up @@ -438,6 +439,10 @@
"@selecting_photo": {
"description": "Progress indicator when the users takes a photo"
},
"uploading_image": "Uploading photo to the server",
"@uploading_image": {
"description": "Message when a new picture is uploading to the server"
},
"uploading_image_type_front": "Uploading front image to Open Food Facts",
"@uploading_image_type_front": {
"description": "Message when a new front picture is being uploaded to the server"
Expand Down Expand Up @@ -747,6 +752,24 @@
"@permission_photo_error": {
"description": "When the camera/photo permission failed to be acquired (!= denied)"
},
"permission_photo_denied_title": "Allow camera use to scan barcodes",
"permission_photo_denied_message": "For an enhanced experience, please allow {appName} to access your camera. You will be able to directly scan barcodes.",
"@permission_photo_denied_message": {
"description": "When the camera/photo permission is denied by user",
"placeholders": {
"appName": {
"type": "String"
}
}
},
"permission_photo_denied_button": "Allow",
"@permission_photo_denied_button": {
"description": "When the camera/photo permission is denied by user"
},
"permission_photo_denied_dialog_settings_title": "Permission denied",
"permission_photo_denied_dialog_settings_message": "As you've previously denied the camera permission, you must allow it manually from the Settings.",
"permission_photo_denied_dialog_settings_button_open": "Open settings",
"permission_photo_denied_dialog_settings_button_cancel": "Cancel",
"permission_photo_denied": "No camera access granted",
"@permission_photo_denied": {
"description": "When the camera/photo permission is denied by user"
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
@@ -1,4 +1,5 @@
{
"app_name": "Smoothie",
"@Utils": {},
"yes": "Да",
"@yes": {},
Expand Down Expand Up @@ -438,6 +439,10 @@
"@selecting_photo": {
"description": "Progress indicator when the users takes a photo"
},
"uploading_image": "Uploading photo to the server",
"@uploading_image": {
"description": "Message when a new picture is uploading to the server"
},
"uploading_image_type_front": "Uploading front image to Open Food Facts",
"@uploading_image_type_front": {
"description": "Message when a new front picture is being uploaded to the server"
Expand Down Expand Up @@ -747,6 +752,24 @@
"@permission_photo_error": {
"description": "When the camera/photo permission failed to be acquired (!= denied)"
},
"permission_photo_denied_title": "Allow camera use to scan barcodes",
"permission_photo_denied_message": "For an enhanced experience, please allow {appName} to access your camera. You will be able to directly scan barcodes.",
"@permission_photo_denied_message": {
"description": "When the camera/photo permission is denied by user",
"placeholders": {
"appName": {
"type": "String"
}
}
},
"permission_photo_denied_button": "Allow",
"@permission_photo_denied_button": {
"description": "When the camera/photo permission is denied by user"
},
"permission_photo_denied_dialog_settings_title": "Permission denied",
"permission_photo_denied_dialog_settings_message": "As you've previously denied the camera permission, you must allow it manually from the Settings.",
"permission_photo_denied_dialog_settings_button_open": "Отвори настройките",
"permission_photo_denied_dialog_settings_button_cancel": "Отмени",
"permission_photo_denied": "Не е предоставен достъп до камерата",
"@permission_photo_denied": {
"description": "When the camera/photo permission is denied by user"
Expand Down
Loading

0 comments on commit a836ebf

Please sign in to comment.