Skip to content

Commit 8fa0641

Browse files
committed
Freeze strings for localization
1 parent f159b75 commit 8fa0641

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

fastlane/Frozen.strings

+33
Original file line numberDiff line numberDiff line change
@@ -4083,6 +4083,21 @@
40834083
/* Message displayed when doing heavy database operations */
40844084
"database_migration" = "We're moving a few bits and bytes so the app runs faster...";
40854085

4086+
/* The act to restore something */
4087+
"restore" = "Restore";
4088+
4089+
/* Question to the user, if they want to restore their Up Next */
4090+
"restore_up_next" = "Restore Up Next?";
4091+
4092+
/* Details about how user's Up Next will be restored */
4093+
"restore_up_next_message" = "These episodes will be added to the bottom of your current Up Next";
4094+
4095+
/* Title of a screen that display Up Next history */
4096+
"up_next_history" = "Up Next History";
4097+
4098+
/* A message explaining how to use the Up Next history */
4099+
"up_next_history_explanation" = "A list of recent updates to Up Next due to changes on other devices. To view the episodes and have the option to restore them, tap any entry.";
4100+
40864101
/* Name of the option to restart sleep timer */
40874102
"auto_restart_sleep_timer" = "Auto Restart Sleep Timer";
40884103

@@ -4095,6 +4110,24 @@
40954110
/* Description of the option to shake to restart sleep timer */
40964111
"shake_to_restart_sleep_timer_description" = "If on, the sleep timer will restart when you shake your phone.";
40974112

4113+
/* Title of a screen that display Folders history */
4114+
"folders_history" = "Folders History";
4115+
4116+
/* A message explaining how to use the Folders history */
4117+
"folders_history_explanation" = "A list of podcasts that were removed from folders as a result of a sync.";
4118+
4119+
/* Title confirming to the user if they want to restore podcasts to original folders */
4120+
"restore_folders" = "Restore podcasts to folders?";
4121+
4122+
/* Details about what will happen if they restore folders */
4123+
"restore_folders_message" = "These podcasts will be permanently added back to the folders listed here";
4124+
4125+
/* Entry informing which podcasts was removed from which folder, %1$@ is the podcast's title, %2$@ folder's name */
4126+
"podcast_removed_from_folder" = "%1$@ removed from %2$@";
4127+
4128+
/* Message confirming podcasts were restored to the folders */
4129+
"restore_folders_success" = "Podcasts restored to their original folders";
4130+
40984131
/* MARK: - InfoPlist.strings */
40994132

41004133
/* A message that tells the user why the app is requesting access to the device’s camera. */

0 commit comments

Comments
 (0)