Skip to content

Commit

Permalink
Freeze strings for localization
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioEstevao committed Oct 28, 2024
1 parent 4c984c0 commit 1a65134
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion fastlane/Frozen.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2027,6 +2027,9 @@
/* Confirmation message to clear the give number of episodes from the queue. '%1$@' is a placeholder for the number of episodes, this will be more than one. */
"queue_clear_episode_queue_plural" = "Clear %1$@ Episodes";

/* Confirmation message to clear one episode from the queue. */
"queue_clear_episode_queue_singular" = "Clear 1 Episode";

/* Prompt to allow the user to clear their queue. */
"queue_clear_queue" = "CLEAR QUEUE";

Expand Down Expand Up @@ -2304,7 +2307,7 @@
"settings_auto_downloads_subtitle_filters" = "Download the top episodes in a filter.";

/* Subtitle explaining the toggle to auto download New Episodes. */
"settings_auto_downloads_subtitle_new_episodes" = "Download new episodes when they are released.";
"settings_auto_downloads_subtitle_new_episodes" = "Automatically download new episodes as they’re released, and manage your storage by setting a limit on how many episodes are saved.";

/* Subtitle explaining the toggle to auto download items in the Up Next Queue. */
"settings_auto_downloads_subtitle_up_next" = "Download episodes added to Up Next.";
Expand Down Expand Up @@ -3543,6 +3546,21 @@
/* Label of the End of Year call to action button */
"eoy_view_year" = "View My 2023";

/* Title for the Playback 2024 feature */
"playback_2024_feature_title" = "Playback 2024 is here!";

/* Description for the Playback 2024 feature */
"playback_2024_feature_description" = "See your listening stats, top podcasts, and more.";

/* A description of the Playback 2024 feature */
"playback_2024_description" = "See your top podcasts, categories, listening stats and more. Share with friends and shout out your favourite creators!";

/* Label of the Playback 2024 call to action buton */
"playback_2024_view_year" = "View My Playback 2024";

/* A description used to indicate the number of days and hours spent listening to podcasts in the last year */
"playback_2024_listening_time_description" = "%1$@ total listening to podcasts";

/* Label of the End of Year dismiss button */
"eoy_not_now" = "Not Now";

Expand Down Expand Up @@ -3714,6 +3732,12 @@
/* Title of an alert displayed to the user asking if they want to share the current story */
"eoy_share_this_story_title" = "Share this story?";

/* Title shown on the final End of Year story for 2024 */
"eoy_2024_epilogue_title" = "Thank you for listening with us this year.\nSee you in 2025!";

/* Description shown on the final End of Year story for 2024 */
"eoy_2024_epilogue_description" = "Don’t forget to share with friends and give a shout out to your favourite podcasts and creators";

/* Message of an alert displayed to the user asking if they want to share the current story */
"eoy_share_this_story_message" = "Paste this image to your socials and give a shout out to your favorite shows and creators";

Expand Down Expand Up @@ -4479,6 +4503,26 @@
/* week */
"week" = "week";

/* Auto Downloads Setting - Limits downloads row title*/
"auto_download_limit_downloads" = "Limit downloads";

/* Auto Downloads Setting - Limits downloads picker title*/
"auto_download_limit_auto_downloads" = "Limit auto downloads";

/* Auto Downloads Setting - Limits downloads to a number of episodes. `%1$@' is a placeholder for the number of episodes*/
"auto_download_limit_number_of_episodes" = "%1$@ episodes";

/* Auto Downloads Setting - Limits downloads to one episodes. */
"auto_download_limit_one_episode" = "latest episode";

/* Auto Downloads Setting - Limits downloads to the latest episode*/
"auto_download_limit_one_episode_show" = "Latest Episode per Show";

/* Auto Downloads Setting - Limits downloads to a number of show episodes. `%1$@' is a placeholder for the number of episodes*/
"auto_download_limit_number_of_episodes_show" = "%1$@ Latest Episodes per Show";



/* MARK: - InfoPlist.strings */

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

0 comments on commit 1a65134

Please sign in to comment.