Add 5 new localizations and complete Spanish translation
New localizations added: - Japanese (ja) - #2 iOS revenue market - German (de) - Top European market - French (fr) - Major European market - Portuguese-Brazil (pt-BR) - Fastest growing market - Korean (ko) - High iOS spending market Also updated: - Spanish (es) - Completed all missing translations - English (en) - Cleaned up deprecated strings and comments 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
/*
|
||||
/*
|
||||
Localizable.strings
|
||||
Feels
|
||||
|
||||
Created by Trey Tartt on 1/23/22.
|
||||
|
||||
English localization
|
||||
*/
|
||||
|
||||
"onboarding_time_title" = "What time do you want to rate your days?";
|
||||
"onboarding_time_body" = "Rating your day will be unlocked at %@, and you'll also recieve a notification at this time as a reminder. You can also rate your day from the notification.";
|
||||
"onboarding_time_body" = "Rating your day will be unlocked at %@, and you'll also receive a notification at this time as a reminder. You can also rate your day from the notification.";
|
||||
|
||||
"onboarding_day_title" = "Do you want to rate today or yesterday?";
|
||||
"onboarding_day_preview_text_today" = "You can choose to rate the current day or the day before. Example: When you receive your notification on Tuesday your rating will be for Tuesday, the current day.";
|
||||
"onboarding_day_preview_text_yesterday" = "You can choose to rate the current day or the day before. Example: When you receive your notification on Thursday your rating will be for Wednesday, the previous day.";
|
||||
"onboarding_day_options_today" = "Current Day"; /* Change to "Today"? */
|
||||
"onboarding_day_options_yesterday" = "Previous Day"; /* Change to "Yesterday"? */
|
||||
"onboarding_day_options_today" = "Current Day";
|
||||
"onboarding_day_options_yesterday" = "Previous Day";
|
||||
|
||||
"onboarding_title_customize_one_title" = "Set your preferences.";
|
||||
"onboarding_title_customize_one_section_one_title" = "Which app icon are you?";
|
||||
@@ -116,7 +116,7 @@
|
||||
"purchase_view_cancel" = "Cancel";
|
||||
"purchase_view_current_subscription" = "Current Subscription";
|
||||
"purchase_view_current_subscription_expires_in" = "Trial expires in:";
|
||||
"purchase_view_current_why_subscribe" = "An iFeels subscription gives you access to all of your historical data, and both Month and Year charts. ";
|
||||
"purchase_view_current_why_subscribe" = "An iFeels subscription gives you access to all of your historical data, and both Month and Year charts.";
|
||||
"purchase_view_current_subscription_expired_on" = "Trial expired on:";
|
||||
"purchase_view_loading" = "Loading subscription options";
|
||||
"purchase_view_restore" = "Restore";
|
||||
@@ -136,19 +136,6 @@
|
||||
"purchase_view_change_plan" = "Change Plan";
|
||||
|
||||
|
||||
|
||||
/* not used */
|
||||
"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?";
|
||||
|
||||
"settings_use_cloudkit_title" = "Use CloudKit";
|
||||
"settings_use_cloudkit_body" = "CloudKit fucking sucks";
|
||||
"settings_view_why_bg_mode_title" = "What do we use background task for?";
|
||||
"settings_view_why_bg_mode_body" = "We use it to update the database for any missing day. For example: if you rate Monday and Wednesday you'll see that Tuesday will show on the view as missing, and by tapping that row you can then rate the day that is missing. We need a time to search for and add missing days, we do this nightly and while your device is not being used. It's a quick process and doesn't impact battery life.";
|
||||
|
||||
"share_view_all_moods_total_template_title" = "Total Entries: %d";
|
||||
"share_view_month_moods_total_template_title" = "Total Entries for %@ - %d";
|
||||
"share_view_current_streak_template_title" = "Last 10 Days";
|
||||
@@ -157,5 +144,3 @@
|
||||
"how_to_add_widget" = "How to Add Widget";
|
||||
"nice" = "Nice";
|
||||
"rude" = "Rude";
|
||||
|
||||
/* end not used */
|
||||
|
||||
Reference in New Issue
Block a user