From dd50d648d069bb69db54d18d8e3bdf6bec965872 Mon Sep 17 00:00:00 2001 From: kewldan <40865857+kewldan@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:37:07 +0300 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=BD=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D1=8E=D1=89=D0=B8=D0=B5=20=D0=B0=D0=BD=D0=B3=D0=BB=D0=B8=D0=B9?= =?UTF-8?q?=D1=81=D0=BA=D0=B8=D0=B5=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE?= =?UTF-8?q?=D0=B4=D1=8B=20resetPassword=20=D0=B8=20expiredDate=5Ftrial?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 160c585..7683adf 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -238,6 +238,15 @@ "failed": "Verification Failed", "goToLogin": "Go to Login" }, + "resetPassword": { + "title": "Set new password", + "enterNewPassword": "Enter your new password below.", + "success": "Password changed!", + "redirectingToLogin": "Redirecting to login...", + "setPassword": "Set new password", + "invalidToken": "Invalid reset link", + "tokenExpiredOrInvalid": "This password reset link is invalid or has expired." + }, "dashboard": { "title": "Dashboard", "welcome": "Welcome, {{name}}!", @@ -291,6 +300,7 @@ "traffic": "Traffic", "devices": "Devices", "expiredDate": "Expired", + "expiredDate_trial": "Expired", "activeUntil": "Active until" }, "suspended": { @@ -5004,7 +5014,7 @@ "test": "Test", "activating": "Activating...", "activate": "Activate", - "serverAccess": "Server access" + "serverAccess": "Access to {{count}} servers" }, "deactivate": { "button": "Cancel promo code",