From 5d3a009452c59c35b9dce1ad9bc48787401fa2d8 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 2 May 2025 00:30:19 +0000 Subject: [PATCH] feat: translations updated from POEditor --- client/src/locales/gb.json | 8 ++++---- client/src/locales/tr.json | 24 +++++++++++++++++------- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/client/src/locales/gb.json b/client/src/locales/gb.json index 5e6613c54..9aed764ae 100644 --- a/client/src/locales/gb.json +++ b/client/src/locales/gb.json @@ -56,10 +56,6 @@ "authRegisterCreateSuperAdminAccount": "Create your super admin account to get started", "authRegisterSignUpWithEmail": "Create super admin account", "authRegisterBySigningUp": "By creating an account, you agree to our Terms of Service and Privacy Policy.", - "authRegisterFirstName": "Name", - "authRegisterLastName": "Surname", - "authRegisterEmail": "Email", - "authRegisterEmailRequired": "Email is required", "distributedStatusHeaderText": "Real-time, real-device coverage", "distributedStatusSubHeaderText": "Powered by millions devices worldwide, view a system performance by global region, country or city", "settingsGeneralSettings": "General settings", @@ -400,6 +396,10 @@ "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?", + "authRegisterFirstName": "Name", + "authRegisterLastName": "Surname", + "authRegisterEmail": "Email", + "authRegisterEmailRequired": "Email is required", "bulkImport": { "title": "Bulk Import", "selectFileTips": "Select CSV file to upload", diff --git a/client/src/locales/tr.json b/client/src/locales/tr.json index 09140e1c1..568e1fe51 100644 --- a/client/src/locales/tr.json +++ b/client/src/locales/tr.json @@ -54,12 +54,8 @@ "authPasswordMustMatch": "eşleşmelidir", "authRegisterCreateAccount": "Hesap oluşturmak için devam et", "authRegisterCreateSuperAdminAccount": "Super admin hesabınızı oluşturmak için devam edin", - "authRegisterSignUpWithEmail": "Süper yönetici hesabı oluştur", - "authRegisterBySigningUp": "Bir hesap oluşturarak, Hizmet Şartlarımızı ve Gizlilik Politikamızı kabul etmiş olursunuz.", - "authRegisterFirstName": "Ad", - "authRegisterLastName": "Soyad", - "authRegisterEmail": "E-posta", - "authRegisterEmailRequired": "E-posta gereklidir", + "authRegisterSignUpWithEmail": "E-posta ile kayıt ol", + "authRegisterBySigningUp": "Kayıt olarak, aşağıdaki şartları kabul ediyorsunuz:", "distributedStatusHeaderText": "Gerçek zamanlı, Gerçek cihazlar kapsamı", "distributedStatusSubHeaderText": "Dünya çapında milyonlarca cihaz tarafından desteklenen sistem performansını küresel bölgeye, ülkeye veya şehre göre görüntüleyin", "settingsGeneralSettings": "Genel ayarlar", @@ -399,5 +395,19 @@ "DeleteAccount": "", "DeleteDescriptionText": "", "DeleteAccountWarning": "", - "DeleteWarningTitle": "" + "DeleteWarningTitle": "", + "authRegisterFirstName": "", + "authRegisterLastName": "", + "authRegisterEmail": "", + "authRegisterEmailRequired": "", + "bulkImport": { + "title": "", + "selectFileTips": "", + "selectFileDescription": "", + "selectFile": "", + "parsingFailed": "", + "uploadSuccess": "", + "validationFailed": "", + "noFileSelected": "" + } }