made bgview equatable so it doesn't get redrawn each time a sheet is shown add more string to localization fill in missing data on launch ... incase they have bgfetch turned off
58 lines
2.2 KiB
Plaintext
58 lines
2.2 KiB
Plaintext
/*
|
|
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";
|
|
"content_view_fill_in_missing_entry" = "Fill in missing entry";
|
|
"content_view_fill_in_missing_entry_cancel" = "Cancel";
|
|
"content_view_header_title" = "Past %d days";
|
|
|
|
"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";
|