Skip to content

Commit

Permalink
Freeze strings for localization
Browse files Browse the repository at this point in the history
  • Loading branch information
bjtitus committed Jun 24, 2024
1 parent 075fd7a commit 5590f30
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions fastlane/Frozen.strings
Original file line number Diff line number Diff line change
Expand Up @@ -2714,6 +2714,15 @@
/* A common string used throughout the app. Option to share the episode at the current playback position. */
"share_current_position" = "Current Position";

/* A common string used throughout the app. Option to share the episode at the current playback position. */
"share_episode_at" = "Share episode at %1$@";

/* A message shown when a share link is copied to the clipboard */
"share_copied_to_clipboard" = "Link copied to clipboard";

/* A title shown for the share action which displays the system share sheet */
"share_more_actions" = "More";

/* Message indicating that the process to subscribe to a podcast list is in progress. */
"share_list_subscribing" = "Subscribing...";

Expand Down Expand Up @@ -4128,6 +4137,27 @@
/* Message confirming podcasts were restored to the folders */
"restore_folders_success" = "Podcasts restored to their original folders";

/* Title for root screen of the Watch App*/
"watch_play_source" = "Play Source";

/* A title shown when sharing an episode */
"share_episode" = "Share episode";

/* A title shown when sharing a podcast */
"share_podcast" = "Share podcast";

/* A message shown when sharing an image representation of a podcast or episode to social media platforms */
"share_description" = "Choose a format and a platform to share to";

/* A title used when sharing artwork and link to a podcast episode */
"share_episode_title" = "Share episode";

/* A title used when sharing artwork and link to a podcast */
"share_podcast_title" = "Share podcast";

/* A title shown for a share option which copies a link to a podcast or episode */
"share_copy_link" = "Copy link";

/* 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 5590f30

Please sign in to comment.