From 4e29810f691b1df6e234e4d654ec72e3018259a2 Mon Sep 17 00:00:00 2001 From: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> Date: Thu, 27 Mar 2025 23:23:09 +0530 Subject: [PATCH] chore: i18n string entry updates --- packages/hoppscotch-common/locales/en.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/hoppscotch-common/locales/en.json b/packages/hoppscotch-common/locales/en.json index fbd57566..495505aa 100644 --- a/packages/hoppscotch-common/locales/en.json +++ b/packages/hoppscotch-common/locales/en.json @@ -156,7 +156,7 @@ "we_use_cookies": "We use cookies", "updated_text": "Hoppscotch has been updated to v{version} ๐ŸŽ‰", "whats_new": "What's new?", - "see_whats_new": "See whatโ€™s new", + "see_whats_new": "See what's new", "wiki": "Wiki", "collapse_sidebar": "Collapse Sidebar", "continue_to_dashboard": "Continue to Dashboard", @@ -167,6 +167,7 @@ "default": "default: {value}" }, "auth": { + "account_deactivated": "Your account has been deactivated. Contact the admin to get access.", "account_exists": "Account exists with different credential - Login to link both accounts", "all_sign_in_options": "All sign in options", "continue_with_auth_provider": "Continue with {provider}", @@ -656,7 +657,7 @@ "add_environment": "Add to Environment", "add_environment_value": "Add value", "empty_value": "Environment value is empty for the variable '{variable}' ", - "not_found": "Environment variable โ€œ{environment}โ€ not found." + "not_found": "Environment variable '{environment}' not found." }, "header": { "cookie": "The browser doesn't allow Hoppscotch to set Cookie Headers. Please use Authorization Headers instead. However, our Hoppscotch Desktop App is live now and supports Cookies." @@ -1234,6 +1235,7 @@ "unsubscribed_failed": "Failed to unsubscribe from topic: {topic}", "unsubscribed_success": "Successfully unsubscribed from topic: {topic}", "waiting_send_request": "Waiting to send request", + "user_deactivated": "Your account is deactivated. Please contact admin to reactivate your account.", "add_user_failure": "Failed to add user to the workspace!!", "add_user_success": "User is now a member of the workspace!!", "admin_failure": "Failed to make user an admin!!",