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 Jan 20, 2025
1 parent 15bdf47 commit 5c24b62
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions fastlane/Frozen.strings
Original file line number Diff line number Diff line change
Expand Up @@ -4671,13 +4671,13 @@
"manage_downloads_title" = "Need to free up space?";

/* Detail for manage downloads file space usage banner and modal. %1$@ is the disk space in Mb/GB that the episodes take */
"manage_downloads_detail" = "Save %1$@ by removing played episodes.";
"manage_downloads_detail" = "Save %1$@ - by managing downloaded episodes.";

/* Button title for manage downloads file space usage banner and modal. */
"manage_downloads_action" = "Manage downloads";

/* Title of the cancel subscription view */
"cancel_subscription_title" = "Before you cancel, check out these offers";
/* Title of the cancel subscription view, '\n' is a line break format to allow a clean wrapping of text */
"cancel_subscription_title" = "Before you cancel,\ncheck out these offers";

/* Title for the continue button */
"cancel_subscription_continue_button" = "Continue to Cancellation";
Expand All @@ -4689,7 +4689,7 @@
"cancel_subscription_promotion_title" = "Get your next month free";

/* Cancel subscription: description for the promotion row */
"cancel_subscription_promotion_description" = "Save %@ with your next month on us.";
"cancel_subscription_promotion_description" = "Save %@ at the start of your next billing cycle.";

/* Cancel subscription: title for the new plan row */
"cancel_subscription_new_plan_title" = "Looking for a different plan?";
Expand All @@ -4709,6 +4709,12 @@
/* Title of the Available Plans screen accessible from the Cancel Subscription view */
"cancel_subscription_available_plans_title" = "Available Plans";

/* Footer of the Available Plans screen accessible from the Cancel Subscription view */
"cancel_subscription_available_plans_footer" = "Your new plan will activate at the end of your current billing period.";

/* Text displayed when the retry screen is visible */
"cancel_subscription_available_plans_retry_screen_text" = "Sorry, but something went wrong fetching your plans.";

/* Title of the success screen when the cancel subscription offer is applied */
"cancel_subscription_offer_success_view_title" = "Enjoy your free month!";

Expand Down

0 comments on commit 5c24b62

Please sign in to comment.