Skip to content

Commit

Permalink
Merge pull request #14 from conversionxl/anoblet/feat/locale
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelkmpt authored Nov 5, 2024
2 parents b250968 + 22f1f79 commit 9d7d2d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions platforms/web/public/locales/en/account.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"save": "Save",
"start_watching": "Start watching ({{countdown}})",
"total_price": "Total",
"upgrade_error": "Failed to update subscription!",
"upgrade_error": "Failed to update subscription",
"upgrade_error_message": "Due to an unknown error the update has failed. Please contact an administrator.",
"upgrade_pending": "Subscription updated!",
"upgrade_pending": "Subscription updated",
"upgrade_pending_message": "Your subscription will be updated after the next billing date.",
"upgrade_success": "Subscription updated!",
"upgrade_success": "Subscription updated",
"upgrade_success_message": "Your subscription is updated and can be used immediately.",
"waiting_for_payment": "Waiting for payment",
"welcome_description": "Thank you for subscribing to {{siteName}}. Please enjoy all our content.",
Expand Down Expand Up @@ -170,7 +170,7 @@
"renew_subscription": "Renew subscription",
"renew_your_subscription": "Renew your subscription",
"success": "Your subscription has been renewed",
"unknown_error_occurred": "An unknown error occurred!"
"unknown_error_occurred": "An unknown error occurred"
},
"reset": {
"back_login": "Back to login",
Expand Down
6 changes: 3 additions & 3 deletions platforms/web/public/locales/en/user.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"edit_password": "Edit password",
"email": "Email",
"errors": {
"email_exists": "Email already exists!",
"email_exists": "Email already exists",
"email_update_not_supported": "Email update not supported",
"first_name_too_long": "Please limit First Name to 50 characters or fewer.",
"invalid_param_email": "Invalid email address!",
"invalid_password": "Password incorrect!",
"invalid_param_email": "Invalid email address",
"invalid_password": "Password incorrect",
"last_name_too_long": "Please limit Last Name to 50 characters or fewer.",
"please_enter_valid_email": "Please enter a valid email address.",
"unknown_error": "An unknown error occurred",
Expand Down
4 changes: 2 additions & 2 deletions platforms/web/public/locales/en/video.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"all_seasons": "All seasons",
"buy": "Buy",
"buy_to_start_watching": "Buy to start watching!",
"buy_to_start_watching": "Buy to start watching",
"complete_your_subscription": "Complete your subscription",
"continue_watching": "Continue watching",
"copied_url": "Copied url",
Expand All @@ -24,7 +24,7 @@
"series_error": "An error occurred while requesting series",
"share": "Share",
"share_video": "Share this video",
"sign_up_to_start_watching": "Sign up to start watching!",
"sign_up_to_start_watching": "Sign up to start watching",
"start_watching": "Start watching",
"total_episodes_one": "{{count}} episode",
"total_episodes_other": "{{count}} episodes",
Expand Down

0 comments on commit 9d7d2d4

Please sign in to comment.