Skip to content

Commit 5590f30

Browse files
committed
Freeze strings for localization
1 parent 075fd7a commit 5590f30

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

fastlane/Frozen.strings

+30
Original file line numberDiff line numberDiff line change
@@ -2714,6 +2714,15 @@
27142714
/* A common string used throughout the app. Option to share the episode at the current playback position. */
27152715
"share_current_position" = "Current Position";
27162716

2717+
/* A common string used throughout the app. Option to share the episode at the current playback position. */
2718+
"share_episode_at" = "Share episode at %1$@";
2719+
2720+
/* A message shown when a share link is copied to the clipboard */
2721+
"share_copied_to_clipboard" = "Link copied to clipboard";
2722+
2723+
/* A title shown for the share action which displays the system share sheet */
2724+
"share_more_actions" = "More";
2725+
27172726
/* Message indicating that the process to subscribe to a podcast list is in progress. */
27182727
"share_list_subscribing" = "Subscribing...";
27192728

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

4140+
/* Title for root screen of the Watch App*/
4141+
"watch_play_source" = "Play Source";
4142+
4143+
/* A title shown when sharing an episode */
4144+
"share_episode" = "Share episode";
4145+
4146+
/* A title shown when sharing a podcast */
4147+
"share_podcast" = "Share podcast";
4148+
4149+
/* A message shown when sharing an image representation of a podcast or episode to social media platforms */
4150+
"share_description" = "Choose a format and a platform to share to";
4151+
4152+
/* A title used when sharing artwork and link to a podcast episode */
4153+
"share_episode_title" = "Share episode";
4154+
4155+
/* A title used when sharing artwork and link to a podcast */
4156+
"share_podcast_title" = "Share podcast";
4157+
4158+
/* A title shown for a share option which copies a link to a podcast or episode */
4159+
"share_copy_link" = "Copy link";
4160+
41314161
/* MARK: - InfoPlist.strings */
41324162

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

0 commit comments

Comments
 (0)