Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/smooth_app/lib/l10n/app_localizations.dart
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ abstract class AppLocalizations {
/// Label for product page regarding product compatibility with the user preferences: may not match
///
/// In en, this message translates to:
/// **'May not match'**
/// **'May not match\n'**
String get match_may_not;

/// Label for product page regarding product compatibility with the user preferences: does not match
Expand Down Expand Up @@ -597,7 +597,7 @@ abstract class AppLocalizations {
/// Short label for product list view regarding product compatibility with the user preferences: may not match
///
/// In en, this message translates to:
/// **'May not match'**
/// **'May not match\n'**
String get match_short_may_not;

/// Short label for product list view regarding product compatibility with the user preferences: does not match
Expand Down
2 changes: 1 addition & 1 deletion packages/smooth_app/lib/l10n/app_localizations_am.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ class AppLocalizationsAm extends AppLocalizations {
}

@override
String get product_list_compare_side_by_side => 'Compare side by side';
String get product_list_compare_side_by_side => 'ጎን ለጎን አወዳድር';

@override
String get loading_dialog_default_title => 'Downloading data';
Expand Down
101 changes: 49 additions & 52 deletions packages/smooth_app/lib/l10n/app_localizations_ar.dart

Large diffs are not rendered by default.

11 changes: 5 additions & 6 deletions packages/smooth_app/lib/l10n/app_localizations_as.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@ class AppLocalizationsAs extends AppLocalizations {
}

@override
String get product_list_compare_side_by_side => 'Compare side by side';
String get product_list_compare_side_by_side => 'কাষে কাষে তুলনা কৰক';

@override
String get loading_dialog_default_title => 'Downloading data';
Expand Down Expand Up @@ -5655,7 +5655,7 @@ class AppLocalizationsAs extends AppLocalizations {
String get preferences_tips => 'কিটিপসমূহ';

@override
String get tips_discover_nutriscore => 'নতুন নিউট্ৰি-স্ক’ৰ আৱিষ্কাৰ কৰক';
String get tips_discover_nutriscore => 'Discover the new Nutri-Score';

@override
String get preferences_on_off_website_subtitle =>
Expand Down Expand Up @@ -5743,7 +5743,7 @@ class AppLocalizationsAs extends AppLocalizations {

@override
String get preferences_faq_nutriscore_subtitle =>
'নিউট্ৰি-স্ক’ৰ কেনেকৈ গণনা কৰা হয় আৱিষ্কাৰ কৰক';
'Discover how the Nutri-Score is computed';

@override
String get preferences_faq_nutriscore_v2_subtitle =>
Expand All @@ -5753,8 +5753,7 @@ class AppLocalizationsAs extends AppLocalizations {
String get preferences_faq_discover_project_title => 'Discover the project';

@override
String get preferences_faq_discover_off_title =>
'মুকলি খাদ্যৰ তথ্য আৱিষ্কাৰ কৰক';
String get preferences_faq_discover_off_title => 'Discover Open Food Facts';

@override
String get preferences_faq_discover_obf_title => 'Discover Open Beauty Facts';
Expand Down Expand Up @@ -6117,7 +6116,7 @@ class AppLocalizationsAs extends AppLocalizations {

@override
String get preferences_contribute_translate_header =>
'আপোনাৰ ভাষালৈ মুকলি খাদ্যৰ তথ্য আনিব';
'Bring Open Food Facts to your language';

@override
String get preferences_contribute_enroll_alpha =>
Expand Down
13 changes: 6 additions & 7 deletions packages/smooth_app/lib/l10n/app_localizations_az.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ class AppLocalizationsAz extends AppLocalizations {
}

@override
String get product_list_compare_side_by_side => 'Compare side by side';
String get product_list_compare_side_by_side => 'Yan-yana müqayisə edin';

@override
String get loading_dialog_default_title => 'Downloading data';
Expand Down Expand Up @@ -5756,8 +5756,7 @@ class AppLocalizationsAz extends AppLocalizations {
String get preferences_faq_discover_project_title => 'Discover the project';

@override
String get preferences_faq_discover_off_title =>
'Açıq Qida Faktlarını kəşf edin';
String get preferences_faq_discover_off_title => 'Discover Open Food Facts';

@override
String get preferences_faq_discover_obf_title => 'Discover Open Beauty Facts';
Expand All @@ -5777,7 +5776,7 @@ class AppLocalizationsAz extends AppLocalizations {
String get preferences_faq_faq_title => 'FAQ - Tez-tez verilən suallar';

@override
String get preferences_faq_off_ngo_title => 'Açıq Qida Faktları QHT';
String get preferences_faq_off_ngo_title => 'The Open Food Facts NGO';

@override
String get preferences_about_information_title => 'Məlumat';
Expand All @@ -5799,7 +5798,7 @@ class AppLocalizationsAz extends AppLocalizations {
'Virtual tədbirlərimizdən birində iştirak etməklə siz də iştirak edin';

@override
String get preferences_connect_blog_title => 'Açıq Qida Faktları bloqu';
String get preferences_connect_blog_title => 'The Open Food Facts blog';

@override
String get preferences_connect_blog_subtitle => 'Ən son xəbərləri əldə edin';
Expand Down Expand Up @@ -6120,14 +6119,14 @@ class AppLocalizationsAz extends AppLocalizations {

@override
String get preferences_page_open_food_facts_labs_title =>
'Qida Faktları Laboratoriyalarını açın';
'Open Food Facts Labs';

@override
String get preferences_root_account_title => 'Account';

@override
String get preferences_contribute_translate_header =>
'Açıq Qida Faktlarını dilinizə gətirin';
'Bring Open Food Facts to your language';

@override
String get preferences_contribute_enroll_alpha =>
Expand Down
17 changes: 8 additions & 9 deletions packages/smooth_app/lib/l10n/app_localizations_be.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1376,15 +1376,15 @@ class AppLocalizationsBe extends AppLocalizations {

@override
String get product_improvement_add_nutrition_facts =>
'Дадаць звесткі аб пажыўнасці для разліку Nutri-ацэнкі.';
'Add nutrition facts to calculate the Nutri-Score.';

@override
String get product_improvement_add_nutrition_facts_and_category =>
'Дадайце інфармацыю пра харчовую каштоўнасць і катэгорыю, каб разлічыць Nutri-Score.';

@override
String get product_improvement_categories_but_no_nutriscore =>
'Nutri-ацэнка для гэтага прадукта не можа быць разлічана, што можа быць звязана, напрыклад, з нестандартнай катэгорыяй. Калі вы гэта лічыце памылкай, звяжыцеся з намі.';
'The Nutri-Score for this product can\'t be calculated, which may be due to e.g. a non-standard category. If this is considered an error, please contact us.';

@override
String get product_improvement_obsolete_nutrition_image =>
Expand Down Expand Up @@ -1728,7 +1728,7 @@ class AppLocalizationsBe extends AppLocalizations {
}

@override
String get product_list_compare_side_by_side => 'Compare side by side';
String get product_list_compare_side_by_side => 'Параўнайце побач';

@override
String get loading_dialog_default_title => 'Спампоўванне даных';
Expand Down Expand Up @@ -5785,8 +5785,7 @@ class AppLocalizationsBe extends AppLocalizations {
'Адкрыйце для сябе праект';

@override
String get preferences_faq_discover_off_title =>
'Адкрыйце для сябе адкрытыя факты пра ежу';
String get preferences_faq_discover_off_title => 'Discover Open Food Facts';

@override
String get preferences_faq_discover_obf_title => 'Discover Open Beauty Facts';
Expand All @@ -5806,7 +5805,7 @@ class AppLocalizationsBe extends AppLocalizations {
String get preferences_faq_faq_title => 'FAQ - Часта задаваныя пытанні';

@override
String get preferences_faq_off_ngo_title => 'НДА «Адкрытыя факты пра ежу»';
String get preferences_faq_off_ngo_title => 'The Open Food Facts NGO';

@override
String get preferences_about_information_title => 'Information';
Expand All @@ -5828,7 +5827,7 @@ class AppLocalizationsBe extends AppLocalizations {
'Далучайцеся, наведаўшы адно з нашых віртуальных мерапрыемстваў';

@override
String get preferences_connect_blog_title => 'Блог «Адкрытыя факты пра ежу»';
String get preferences_connect_blog_title => 'The Open Food Facts blog';

@override
String get preferences_connect_blog_subtitle =>
Expand Down Expand Up @@ -6149,14 +6148,14 @@ class AppLocalizationsBe extends AppLocalizations {

@override
String get preferences_page_open_food_facts_labs_title =>
'Адкрытыя лабараторыі фактаў пра ежу';
'Open Food Facts Labs';

@override
String get preferences_root_account_title => 'Уліковы запіс';

@override
String get preferences_contribute_translate_header =>
'Перанясіце адкрытыя факты пра ежу на сваю мову';
'Bring Open Food Facts to your language';

@override
String get preferences_contribute_enroll_alpha =>
Expand Down
Loading