Skip to content

Commit

Permalink
feat(app): use "App" everywhere (except in places that will be revise…
Browse files Browse the repository at this point in the history
…d anyways)
  • Loading branch information
tamslo committed Feb 3, 2025
1 parent afd8334 commit 7dc8acb
Showing 1 changed file with 14 additions and 18 deletions.
32 changes: 14 additions & 18 deletions app/lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"@action_continue": {},
"action_understood": "Understood",
"@action_understood": {},
"action_back_to_app": "Back to app",
"action_back_to_app": "Back to App",
"@action_back_to_app": {},
"action_proceed_to_app": "Proceed to app",
"action_proceed_to_app": "Proceed to App",
"@action_proceed_to_app": {},
"action_finish": "Finish",
"@action_finish": {},
Expand All @@ -17,11 +17,11 @@
"@error_title": {},
"error_uncaught_message_first_part": "PharMe has encountered an unknown error. ",
"@error_uncaught_message_first_part": {},
"error_uncaught_message_bold_part": "Please close the app and open it again.",
"error_uncaught_message_bold_part": "Please close the App and open it again.",
"@error_uncaught_message_bold_part": {},
"error_uncaught_message_contact": "The error has been logged for our technical staff; however, if this problem persists, please contact us:",
"@error_uncaught_message_contact": {},
"error_close_app": "Close app",
"error_close_app": "Close App",
"@error_close_app": {},
"error_mail_subject": "[ACTION REQUIRED] Unknown Error Report",
"@error_mail_subject": {},
Expand All @@ -43,20 +43,16 @@
"@auth_sign_in": {},
"auth_success": "Successfully imported data",
"@auth_success": {},
"auth_loading_data": "Loading your data, please do not close the app...",
"auth_loading_data": "Loading your data, please do not close the App...",
"@auth_loading_data": {},
"auth_updating_data": "Checking for updates, please do not close the app...",
"auth_updating_data": "Checking for updates, please do not close the App...",
"@auth_updating_data": {},

"drug_item_brand_names": "Brand names",
"@drug_item_brand_names": {},

"drug_selection_header": "Current medications",
"@drug_selection_header": {},
"drug_selection_continue_warning_title": "Confirm proceeding",
"@drug_selection_continue_warning_title": {},
"drug_selection_continue_warning": "When you proceed to the next step of the app setup, you will not be able to come back to this page.\n\nYou can always change your current medications later in the app.",
"@drug_selection_continue_warning": {},
"drug_selection_description": "You can edit the medications you are currently taking below.",
"@drug_selection_description": {},
"drug_selection_no_drugs_loaded": "No medications loaded",
Expand Down Expand Up @@ -574,23 +570,23 @@
"@more_page_account_settings": {},
"more_page_edit_current_medications": "Edit current medications",
"@more_page_edit_current_medications": {},
"more_page_delete_data": "Delete app data",
"more_page_delete_data": "Delete App data",
"@more_page_delete_data": {},
"more_page_delete_data_text": "Are you sure that you want to delete all app data? This also includes your genetic data and will reset the app.",
"more_page_delete_data_text": "Are you sure that you want to delete all App data? This also includes your genetic data and will reset the App.",
"@more_page_delete_data_text": {},
"more_page_delete_data_additional_text": "Your genetic data will be deleted from your phone and it might not be possible to import it again.\n\nAfter deleting the data, you will be asked to close the app.",
"more_page_delete_data_additional_text": "Your genetic data will be deleted from your phone and it might not be possible to import it again.\n\nAfter deleting the data, you will be asked to close the App.",
"delete_data_restart_title": "All data deleted",
"@delete_data_restart_title": {},
"delete_data_restart_text": "Please close the app now. To setup PharMe again, please restart the app.",
"delete_data_restart_text": "Please close the App now. To setup PharMe again, please restart the App.",
"@delete_data_restart_text": {},
"@more_page_delete_data_additional_text": {},
"more_page_delete_data_confirmation": "I understand the consequences and want to delete all app data",
"more_page_delete_data_confirmation": "I understand the consequences and want to delete all App data",
"@more_page_delete_data_confirmation": {},
"more_page_app_information": "App information",
"@more_page_app_information": {},
"more_page_onboarding": "Repeat app intro",
"more_page_onboarding": "Repeat App intro",
"@more_page_onboarding": {},
"more_page_app_tour": "Repeat app tour",
"more_page_app_tour": "Repeat App tour",
"@more_page_app_tour": {},
"more_page_about_us": "About us",
"@more_page_about_us": {},
Expand Down Expand Up @@ -622,7 +618,7 @@
"contact_open_mail": "Send mail",
"@contact_open_mail": {},

"comprehension_intro_text": "Would you like to participate in a survey aiming to measure user comprehension of content in the app? This would help us make PharMe more understandable for everyone!",
"comprehension_intro_text": "Would you like to participate in a survey aiming to measure user comprehension of content in the App? This would help us make PharMe more understandable for everyone!",
"@comprehension_intro_text": {},
"comprehension_survey_button_text": "Continue to survey",
"@comprehension_survey_button_text": {},
Expand Down

0 comments on commit 7dc8acb

Please sign in to comment.