feat: authentication & setuptInitializing lang.

This commit is contained in:
elforjani3
2021-06-12 22:02:55 +02:00
parent 27a7f613be
commit ebd64a95c6
6 changed files with 60 additions and 41 deletions

View File

@@ -348,7 +348,7 @@
"session_expired": "Session Expired!",
"this_report_does_not_contain_any_data_between_date_period": "This report does not contain any data between date period.",
"welcome_organization_account_has_been_created": "👋 Welcome, You organization account has been created, Sign in now!",
"the_phone_number_already_used_in_another_account": "he phone number is already used in another account",
"the_phone_number_already_used_in_another_account": "the phone number is already used in another account",
"the_email_already_used_in_another_account": "The email is already used in another account",
"hide_filter": "Hide filter",
"show_filter": "Show filter",
@@ -1102,9 +1102,17 @@
"mm_dd_yy_": "MM-DD-YY",
"dd_mm_yy_": "DD-MM-YY",
"yy_mm_dd_": "YY-MM-DD",
"plan_radio_name":"{name}",
"there_were_no_purchases_during_the_selected_date_range":"There were no purchases during the selected date range.",
"there_were_no_sales_during_the_selected_date_range":"There were no sales during the selected date range.",
"there_were_no_inventory_transactions_during_the_selected_date_range":"There were no inventory transactions during the selected date range.",
"filter_":"Filter..."
"plan_radio_name": "{name}",
"there_were_no_purchases_during_the_selected_date_range": "There were no purchases during the selected date range.",
"there_were_no_sales_during_the_selected_date_range": "There were no sales during the selected date range.",
"there_were_no_inventory_transactions_during_the_selected_date_range": "There were no inventory transactions during the selected date range.",
"filter_": "Filter...",
"all_rights_reserved": "© {pre}-{current} All Rights Reserved.",
"congrats_your_account_has_been_created_and_invited": "Congrats! Your account has been created and invited to <strong>{organization_name} </strong> organization successfully.",
"it_s_time_to_make_your_accounting_really_simple": "It's time to make your accounting really simple!",
"while_we_set_up_your_account_please_remember_to_verify_your_account": "while we set up your account, please remember to verify your account by clicking on the link we sent to your registered email address",
"something_went_wrong": "Something went wrong!",
"please_refresh_the_page": "Please refresh the page",
"waiting_to_redirect": "Waiting to redirect",
"refresh_the_page_if_redirect_not_worked": "Refresh the page if redirect not worked."
}