Skip to content

Commit ba2de9f

Browse files
committed
Freeze strings for localization
1 parent dfa404a commit ba2de9f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

fastlane/Frozen.strings

+21
Original file line numberDiff line numberDiff line change
@@ -4002,12 +4002,21 @@
40024002
/* Confirmation message that a user rating for a podcast was submitted */
40034003
"rating_submitted" = "Your rating was submitted!";
40044004

4005+
/* Thank you message that a user rating for a podcast was submitted */
4006+
"rating_thank_you" = "Thank you for rating!";
4007+
40054008
/* Error message when a user rating for a podcast couldn't be submitted */
40064009
"rating_error" = "Ops! There was an error.";
40074010

4011+
/* No ratings label message */
4012+
"rating_no_ratings" = "No ratings";
4013+
40084014
/* Title of a button that takes the user to a screen to rate a podcast */
40094015
"rate" = "Rate";
40104016

4017+
/* Toast message to alert a user to log in to leave a rating */
4018+
"rating_login_required" = "You must log in to leave a rating";
4019+
40114020
/* Title of a message shown when the users data is being exported */
40124021
"exporting_database" = "Exporting Database...";
40134022

@@ -4161,6 +4170,18 @@
41614170
/* A common string used throughout the app. Often refers to the Transcript tab in the player. */
41624171
"transcript" = "Transcript";
41634172

4173+
/* A title shown for a share option which creates an audio clip of an episode */
4174+
"create_clip" = "Create clip";
4175+
4176+
/* Shown in a button when creating a shareable audio clip of an episode */
4177+
"clip" = "Clip";
4178+
4179+
/* A title shown for a button to return to editing a clip */
4180+
"edit_clip" = "Edit clip";
4181+
4182+
/* A title shown after editing a clip but before sharing */
4183+
"share_clip" = "Share clip";
4184+
41644185
/* MARK: - InfoPlist.strings */
41654186

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

0 commit comments

Comments
 (0)