diff --git a/client/src/Pages/Auth/Register/Register.jsx b/client/src/Pages/Auth/Register/Register.jsx index 45c866797..8017f306d 100644 --- a/client/src/Pages/Auth/Register/Register.jsx +++ b/client/src/Pages/Auth/Register/Register.jsx @@ -387,7 +387,7 @@ const Register = ({ isSuperAdmin }) => { }} sx={{ userSelect: "none", color: theme.palette.accent.main }} > - {t("authLoginTitle")} + {t("authRegisterLoginLink")} diff --git a/client/src/locales/gb.json b/client/src/locales/gb.json index 9deaa9e48..b78e4116b 100644 --- a/client/src/locales/gb.json +++ b/client/src/locales/gb.json @@ -3,7 +3,7 @@ "email": "E-mail", "forgotPassword": "Forgot Password", "password": "password", - "signUp": "Sign up", + "signUp": "Sign Up", "submit": "Submit", "title": "Title", "continue": "Continue", @@ -17,6 +17,7 @@ "createPassword": "Create your password", "createAPassword": "Create a password", "authRegisterAlreadyHaveAccount": "Already have an account?", + "authRegisterLoginLink": "Log In", "commonAppName": "Checkmate", "authLoginEnterEmail": "Enter your email", "authRegisterTitle": "Create an account", @@ -85,7 +86,7 @@ "settingsRemoveAllMonitors": "Remove all monitors", "settingsRemoveAllMonitorsButton": "Remove all monitors", "settingsRemoveAllMonitorsDialogTitle": "Do you want to remove all monitors?", - "settingsRemoveAllMonitorsDialogConfirm": "Yes, clear all monitors", + "settingsRemoveAllMonitorsDialogConfirm": "Yes, remove all monitors", "settingsWallet": "Wallet", "settingsWalletDescription": "Connect your wallet here. This is required for the Distributed Uptime monitor to connect to multiple nodes globally.", "settingsAbout": "About", @@ -105,12 +106,12 @@ "http": "HTTP", "monitor": "monitor", "aboutus": "About Us", - "signUP": "Sign Up", + "now": "Now", "delete": "Delete", "configure": "Configure", "networkError": "Network error", - "responseTime": "Response time:", + "responseTime": "Response time", "ms": "ms", "bar": "Bar", "area": "Area", @@ -386,16 +387,16 @@ "DragandDrop": "drag and drop", "MaxSize": "Maximum Size", "SupportedFormats": "Supported formats", - "FirstName": "First name", - "LastName": "Last name", - "EmailDescriptionText": "This is your current email address — it cannot be changed.", - "YourPhoto": "Your photo", + "FirstName": "Name", + "LastName": "Surname", + "EmailDescriptionText": "Your current email—it cannot be changed.", + "YourPhoto": "Profile photo", "PhotoDescriptionText": "This photo will be displayed in your profile page.", "save": "Save", - "DeleteAccount": "Delete account", - "DeleteDescriptionText": "Note that deleting your account will remove all data from the server. This is permanent and non-recoverable.", - "DeleteAccountWarning": "If you delete your account, you will no longer be able to sign in, and all of your data will be deleted. Deleting your account is permanent and non-recoverable action.", - "DeleteWarningTitle": "Really delete this account?", + "DeleteAccount": "Remove account", + "DeleteDescriptionText": "This will remove the account and all associated data from the server. This isn't reversible.", + "DeleteAccountWarning": "Removing your account means you won't be able to sign in again and all your data will be removed. This isn't reversible.", + "DeleteWarningTitle": "Really remove this account?", "authRegisterFirstName": "Name", "authRegisterLastName": "Surname", "authRegisterEmail": "Email", diff --git a/client/src/locales/ru.json b/client/src/locales/ru.json index 520d34826..001e96c56 100644 --- a/client/src/locales/ru.json +++ b/client/src/locales/ru.json @@ -17,6 +17,7 @@ "createPassword": "Создайте свой пароль", "createAPassword": "Создайте пароль", "authRegisterAlreadyHaveAccount": "Уже есть аккаунт?", + "authRegisterLoginLink": "Войти", "commonAppName": "Checkmate", "authLoginEnterEmail": "Введите свой email", "authRegisterTitle": "Создать аккаунт", @@ -89,7 +90,7 @@ "settingsRemoveAllMonitors": "Удалить все демонстрационные мониторы", "settingsRemoveAllMonitorsButton": "Удалить все демонстрационные мониторы", "settingsRemoveAllMonitorsDialogTitle": "Хотите удалить все мониторы?", - "settingsRemoveAllMonitorsDialogConfirm": "Да, очистить все мониторы", + "settingsRemoveAllMonitorsDialogConfirm": "Да, удалить все мониторы", "settingsWallet": "Кошелёк", "settingsWalletDescription": "Подключите свой кошелек здесь. Это необходимо для того, чтобы монитор Distributed Uptime мог подключиться к нескольким узлам по всему миру.", "settingsAbout": "О", @@ -99,6 +100,15 @@ "settingsFailedToSave": "Не удалось сохранить настройки", "settingsStatsCleared": "Статистика успешно очищена", "settingsFailedToClearStats": "Не удалось очистить статистику", + "FirstName": "Имя", + "LastName": "Фамилия", + "YourPhoto": "Фото профиля", + "PhotoDescriptionText": "Это фото будет отображаться на странице вашего профиля.", + "EmailDescriptionText": "Ваш текущий email—его нельзя изменить.", + "DeleteAccount": "Удалить аккаунт", + "DeleteDescriptionText": "Это удалит аккаунт и все связанные данные с сервера. Это необратимо.", + "DeleteAccountWarning": "Удаление аккаунта означает, что вы не сможете снова войти в систему, и все ваши данные будут удалены. Это необратимо.", + "DeleteWarningTitle": "Действительно удалить этот аккаунт?", "settingsDemoMonitorsAdded": "Успешно добавлены демонстрационные мониторы", "settingsFailedToAddDemoMonitors": "Не удалось добавить демонстрационные мониторы", "settingsMonitorsDeleted": "Успешно удалены все мониторы", @@ -109,12 +119,12 @@ "http": "HTTP", "monitor": "монитор", "aboutus": "О Нас", - "signUP": "Зарегистрироваться", + "now": "Сейчас", "delete": "Удалить", "configure": "Настроить", "networkError": "Ошибка сети", - "responseTime": "Время ответа:", + "responseTime": "Время ответа", "ms": "мс", "bar": "Bar", "area": "Area", diff --git a/client/src/locales/tr.json b/client/src/locales/tr.json index b9990f733..e2b163986 100644 --- a/client/src/locales/tr.json +++ b/client/src/locales/tr.json @@ -17,6 +17,7 @@ "createPassword": "Parolanızı oluşturun", "createAPassword": "Bir parola oluşturun", "authRegisterAlreadyHaveAccount": "Zaten hesabınız var mı?", + "authRegisterLoginLink": "Giriş Yap", "commonAppName": "Checkmate", "authLoginEnterEmail": "E-posta adresinizi girin", "authRegisterTitle": "Hesap oluştur", @@ -85,7 +86,7 @@ "settingsRemoveAllMonitors": "Tüm monitörleri kaldır", "settingsRemoveAllMonitorsButton": "Tüm monitörleri kaldır", "settingsRemoveAllMonitorsDialogTitle": "Tüm monitörleri kaldırmak istiyor musunuz?", - "settingsRemoveAllMonitorsDialogConfirm": "Evet, tüm monitörleri temizle", + "settingsRemoveAllMonitorsDialogConfirm": "Evet, tüm monitörleri kaldır", "settingsWallet": "Cüzdan", "settingsWalletDescription": "Cüzdanınızı buradan bağlayın. Bu, Dağıtılmış Çalışma Süresi monitörünün küresel olarak birden çok düğüme bağlanması için gereklidir.", "settingsAbout": "Hakkında", @@ -105,12 +106,12 @@ "http": "HTTP", "monitor": "monitör", "aboutus": "Hakkımızda", - "signUP": "Hesap Oluştur", + "now": "Şimdi", "delete": "Sil", "configure": "Yapılandır", "networkError": "Ağ hatası", - "responseTime": "Yanıt süresi:", + "responseTime": "Yanıt süresi", "ms": "ms", "bar": "Çubuk", "area": "Alan", @@ -386,18 +387,18 @@ "DragandDrop": "", "MaxSize": "", "SupportedFormats": "", - "FirstName": "", - "LastName": "", - "EmailDescriptionText": "", - "YourPhoto": "", - "PhotoDescriptionText": "", + "FirstName": "Ad", + "LastName": "Soyad", + "EmailDescriptionText": "Mevcut e-postanız—değiştirilemez.", + "YourPhoto": "Profil fotoğrafı", + "PhotoDescriptionText": "Bu fotoğraf profil sayfanızda görüntülenecektir.", "save": "", - "DeleteAccount": "", - "DeleteDescriptionText": "", - "DeleteAccountWarning": "", - "DeleteWarningTitle": "", - "authRegisterFirstName": "", - "authRegisterLastName": "", + "DeleteAccount": "Hesabı kaldır", + "DeleteDescriptionText": "Bu, hesabı ve tüm ilişkili verileri sunucudan kaldıracaktır. Bu geri alınamaz.", + "DeleteAccountWarning": "Hesabınızı kaldırmak, tekrar oturum açamayacağınız ve tüm verilerinizin kaldırılacağı anlamına gelir. Bu geri alınamaz.", + "DeleteWarningTitle": "Bu hesabı gerçekten kaldırmak istiyor musunuz?", + "authRegisterFirstName": "Ad", + "authRegisterLastName": "Soyad", "authRegisterEmail": "", "authRegisterEmailRequired": "", "bulkImport": {