From 87c3a72d2310e5f892e1088436b74bc9d543a58b Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Tue, 11 Feb 2025 11:53:56 +0100 Subject: [PATCH] New translations app_en.arb (Urdu (India)) --- packages/smooth_app/lib/l10n/app_ur.arb | 40 ++++++++++++++++++++----- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/packages/smooth_app/lib/l10n/app_ur.arb b/packages/smooth_app/lib/l10n/app_ur.arb index f7c8db4da52..9f50ad6c787 100644 --- a/packages/smooth_app/lib/l10n/app_ur.arb +++ b/packages/smooth_app/lib/l10n/app_ur.arb @@ -3268,14 +3268,6 @@ "@show_password": { "description": "Show hidden password in password field" }, - "rate_app": "Rate the app", - "app_rating_dialog_title": "Great! Let others know what you think of this app!", - "app_rating_dialog_positive_action": "Rate the app", - "app_rating_dialog_negative_action": "Later", - "app_rating_dialog_title_enjoying_app": "Are you enjoying this app?", - "app_rating_dialog_title_enjoying_positive_actions": "Yeah!", - "not_really": "Not really", - "app_rating_dialog_title_not_enjoying_app": "We are so sorry to hear that! Could you tell us what happened?", "owner_field_info_title": "Producer provided values", "@owner_field_info_title": { "description": "Title of the 'producer provided' info list-tile" @@ -4097,5 +4089,37 @@ "type": "int" } } + }, + "app_review_title": "Are you enjoying this app?", + "@app_review_title": { + "description": "Title for the app review card in the tagline" + }, + "app_review_low": "Could do better", + "@app_review_low": { + "description": "Item in the app review card with the lowest rating" + }, + "app_review_medium": "Not bad", + "@app_review_medium": { + "description": "Item in the app review card with an average rating" + }, + "app_review_high": "I love it!", + "@app_review_high": { + "description": "Item in the app review card with the highest rating" + }, + "app_review_feedback_modal_title": "Help us improve our application", + "@app_review_feedback_modal_title": { + "description": "Title of the modal sheet displayed when the user has not selected the highest value" + }, + "app_review_feedback_modal_content": "If you have a few minutes, could you answer this form so that **we can improve in future updates**:", + "@app_review_feedback_modal_content": { + "description": "Content of the modal sheet displayed when the user has not selected the highest value" + }, + "app_review_feedback_modal_open_form": "Answer the form", + "@app_review_feedback_modal_open_form": { + "description": "Answer the form button" + }, + "app_review_feedback_modal_later": "Ask me later", + "@app_review_feedback_modal_later": { + "description": "Ask me later button" } } \ No newline at end of file