localize main app
This commit is contained in:
54
en.lproj/Localizable.strings
Normal file
54
en.lproj/Localizable.strings
Normal file
@@ -0,0 +1,54 @@
|
||||
/*
|
||||
Localizable.strings
|
||||
Feels
|
||||
|
||||
Created by Trey Tartt on 1/23/22.
|
||||
|
||||
*/
|
||||
|
||||
"onboarding_time_title" = "What time do you want to unlock your rating";
|
||||
"onboarding_time_body" = "Your shit will be unlocked at %@ daily";
|
||||
|
||||
"onboarding_day_title" = "Will this rating be for current day or previous day";
|
||||
"onboarding_day_body" = "When you vote your vote will be for the %@";
|
||||
"onboarding_day_preview_text_today" = "Example: If you pick on a Tuesday, the value will be recorded for Tuesday";
|
||||
"onboarding_day_preview_text_yesterday" = "Example: If you pick on a Tuesday, the value will be recorded for Monday, the day before";
|
||||
"onboarding_day_options_today" = "Same Day";
|
||||
"onboarding_day_options_yesterday" = "Previous Day";
|
||||
|
||||
"onboarding_title_title" = "What would you like the reminder to say?";
|
||||
"onboarding_title_type_your_own" = "-- or type your own--";
|
||||
"onboarding_title_title_option_1" = "Its time to select.";
|
||||
"onboarding_title_title_option_2" = "Pick your shit!";
|
||||
"onboarding_title_title_option_3" = "How was your day?";
|
||||
|
||||
"onboarding_wrap_up_1" = "At";
|
||||
"onboarding_wrap_up_2" = "you will get notified that";
|
||||
"onboarding_wrap_up_3" = "and when you vote it will be counted for the";
|
||||
"onboarding_wrap_up_complete_button" = "Complete";
|
||||
|
||||
"add_mood_header_view_title_today" = "How is today?";
|
||||
"add_mood_header_view_title_yesterday" = "How was yesterday?";
|
||||
|
||||
"content_view_tab_main" = "Main";
|
||||
"content_view_tab_filter" = "Filter";
|
||||
"content_view_tab_stats" = "Stats";
|
||||
|
||||
"filter_view_total" = "Total";
|
||||
"filter_view_show_filters" = "Show Filters";
|
||||
"filter_view_hide_filters" = "Hide Filters";
|
||||
"filter_view_begin_date" = "Begin Date";
|
||||
"filter_view_end_date" = "End Date";
|
||||
|
||||
"settings_view_exit" = "Exit";
|
||||
"settings_view_special_thanks_to" = "Special thanks to";
|
||||
"settings_view_why_bg_mode" = "we do bg mode b/c we can";
|
||||
"settings_view_change_icon" = "Change Icon";
|
||||
"settings_view_show_onboarding" = "Show onboarding";
|
||||
|
||||
"mood_value_great" = "Great";
|
||||
"mood_value_good" = "Good";
|
||||
"mood_value_average" = "Average";
|
||||
"mood_value_bad" = "Bad";
|
||||
"mood_value_horrible" = "Horrible";
|
||||
"mood_value_missing" = "Missing";
|
||||
Reference in New Issue
Block a user