diff --git a/locales/ar/main.json b/locales/ar/main.json index 873048f..f76bc44 100644 --- a/locales/ar/main.json +++ b/locales/ar/main.json @@ -4,7 +4,7 @@ "colorMode": "أوضاع الألوان" }, "landing": { - "title": "BlueScript", + "title": "بلو سكريبت", "cta": "ابدأ التدريب", "github": "احصل على الكود المصدري", "docs": "كيفية الاستخدام", @@ -45,7 +45,14 @@ "home": "الرئيسية", "train": "التدريب", "result": "النتيجة", - "docs": "التوثيق" + "docs": "التوثيق", + "dashboard": "لوحة التحكم", + "account": { + "signIn": "تسجيل الدخول", + "signedInAs": "تم تسجيل الدخول باسم", + "dashboard": "لوحة التحكم", + "signOut": "تسجيل الخروج" + } }, "docs": { "toc": "جدول المحتويات" @@ -189,5 +196,52 @@ "correctCount": "عدد الإجابات الصحيحة", "correctCountDesc": "عدد الإجابات الصحيحة", "upload": "استرجاع النتائج" + }, + "auth": { + "title": "تسجيل الدخول", + "description": "سجِّل الدخول لحفظ نتائج التدريب والإعدادات الخاصة بك.", + "OAuth": { + "google": "المتابعة مع Google" + } + }, + "dashboard": { + "nav": { + "home": "الصفحة الرئيسية", + "settings": "الإعدادات" + }, + "home": { + "welcome": "مرحبًا من بلو سكريبت!", + "description": "حساب BlueScript قيد التطوير. سيسمح لك بحفظ نتائج التدريب والإعدادات الخاصة بك. ترقبوا التحديثات!" + }, + "settings": { + "updateSuccess": "تم تحديث الإعدادات بنجاح.", + "updateError": "حدث خطأ في تحديث إعداداتك. يرجى المحاولة مرة أخرى.", + "validate": { + "name": "الرجاء إدخال اسمك.", + "email": "البريد الإلكتروني غير صالح." + }, + "theme": { + "title": "الموضوع", + "description": "اختر السمة التي تناسب تفضيلاتك." + }, + "account": { + "title": "الحساب", + "description": "قم بتحديث تفاصيل حسابك.", + "save": "حفظ التغييرات" + }, + "name": { + "title": "الاسم", + "description": "قم بتحديث اسم المستخدم الخاص بك سيظهر في الملف الشخصي، ونتائج التدريب، وفي جميع أنحاء التطبيق." + }, + "email": { + "title": "البريد الإلكتروني", + "description": "تتم إدارة البريد الإلكتروني بواسطة موفري OAuth، ولا يمكن تغييره. سيتم استخدامه للإشعارات." + }, + "signOut": { + "title": "تسجيل الخروج", + "description": "تسجيل الخروج من حسابك.", + "button": "تسجيل الخروج" + } + } } } diff --git a/locales/de/main.json b/locales/de/main.json index 66d1c56..a7ae996 100644 --- a/locales/de/main.json +++ b/locales/de/main.json @@ -45,7 +45,14 @@ "home": "首页", "train": "Ausbildung", "result": "Ergebnis", - "docs": "Hilfe" + "docs": "Hilfe", + "dashboard": "Dashboard", + "account": { + "signIn": "Eintragen", + "signedInAs": "Eingetragen als", + "dashboard": "Dashboard", + "signOut": "Abmelden" + } }, "docs": { "toc": "Inhaltsübersicht" @@ -189,5 +196,52 @@ "correctCount": "Anzahl der richtigen Antworten", "correctCountDesc": "Anzahl der richtigen Antworten", "upload": "Abrufen von Ergebnissen" + }, + "auth": { + "title": "Eintragen", + "description": "Melden Sie sich an, um Ihre Trainingsergebnisse und Einstellungen zu speichern.", + "OAuth": { + "google": "Weiter mit Google" + } + }, + "dashboard": { + "nav": { + "home": "Startseite", + "settings": "Einstellungen" + }, + "home": { + "welcome": "Hallo von BlueScript!", + "description": "BlueScript Account ist in der Entwicklung. Es wird Ihnen ermöglichen, Ihre Trainingsergebnisse und Einstellungen zu speichern. Bleiben Sie dran für Updates!" + }, + "settings": { + "updateSuccess": "Einstellungen erfolgreich aktualisiert.", + "updateError": "Bei der Aktualisierung Ihrer Einstellungen ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.", + "validate": { + "name": "Bitte geben Sie Ihren Namen ein.", + "email": "E-Mail ist ungültig." + }, + "theme": { + "title": "Thema", + "description": "Wählen Sie ein Thema, das Ihren Vorlieben entspricht." + }, + "account": { + "title": "Konto", + "description": "Aktualisieren Sie Ihre Kontodaten.", + "save": "Änderungen speichern" + }, + "name": { + "title": "Name", + "description": "Aktualisieren Sie Ihren Benutzernamen. Er wird im Profil, in den Trainingsergebnissen und in der gesamten App angezeigt." + }, + "email": { + "title": "E-Mail", + "description": "Die E-Mail wird von OAuth-Anbietern verwaltet und kann nicht geändert werden. Sie wird für Benachrichtigungen verwendet." + }, + "signOut": { + "title": "Abmelden", + "description": "Melden Sie sich von Ihrem Konto ab.", + "button": "Abmelden" + } + } } } diff --git a/locales/es/main.json b/locales/es/main.json index 34ed2c7..b9c87d2 100644 --- a/locales/es/main.json +++ b/locales/es/main.json @@ -45,7 +45,14 @@ "home": "Inicio", "train": "Entrenamiento", "result": "Resultado", - "docs": "Documentación" + "docs": "Documentación", + "dashboard": "Cuadro de mandos", + "account": { + "signIn": "Iniciar sesión", + "signedInAs": "Registrado como", + "dashboard": "Cuadro de mandos", + "signOut": "Cerrar sesión" + } }, "docs": { "toc": "Índice" @@ -189,5 +196,52 @@ "correctCount": "Cantidad de Correctas", "correctCountDesc": "Número de respuestas correctas", "upload": "Recuperación de resultados" + }, + "auth": { + "title": "Iniciar sesión", + "description": "Inicia sesión para guardar tus resultados y ajustes de entrenamiento.", + "OAuth": { + "google": "Continuar con Google" + } + }, + "dashboard": { + "nav": { + "home": "Inicio", + "settings": "Ajustes" + }, + "home": { + "welcome": "¡Hola desde BlueScript!", + "description": "La Cuenta BlueScript está en desarrollo. Te permitirá guardar los resultados de tus entrenamientos y tu configuración. ¡Estate atento a las actualizaciones!" + }, + "settings": { + "updateSuccess": "La configuración se ha actualizado correctamente.", + "updateError": "Se ha producido un error al actualizar tus ajustes. Por favor, inténtalo de nuevo.", + "validate": { + "name": "Por favor, introduzca su nombre.", + "email": "El correo electrónico no es válido." + }, + "theme": { + "title": "Tema", + "description": "Elige un tema que se adapte a tus preferencias." + }, + "account": { + "title": "Cuenta", + "description": "Actualice los datos de su cuenta.", + "save": "Guardar cambios" + }, + "name": { + "title": "Nombre", + "description": "Actualiza tu nombre de usuario Aparecerá en el perfil, en los resultados de los entrenamientos y en toda la aplicación." + }, + "email": { + "title": "Correo electrónico", + "description": "El correo electrónico es gestionado por los proveedores de OAuth, y no se puede cambiar. Se utilizará para las notificaciones." + }, + "signOut": { + "title": "Cerrar sesión", + "description": "Salga de su cuenta.", + "button": "Cerrar sesión" + } + } } } diff --git a/locales/fr/main.json b/locales/fr/main.json index e43c0dc..0cf9148 100644 --- a/locales/fr/main.json +++ b/locales/fr/main.json @@ -23,7 +23,7 @@ "description": "Engagé pour l'accessibilité, BlueScript veille à ce que chacun ait un accès gratuit aux outils de soutien essentiels à la dyslexie." }, "card3": { - "title": "Open Source", + "title": "Source ouverte", "description": "BlueScript accueille les contributions de tous. Accédez à notre code source pour modifier, améliorer et innover librement." }, "card4": { @@ -45,7 +45,14 @@ "home": "Accueil", "train": "Entraînement", "result": "Résultat", - "docs": "Documentation" + "docs": "Documentation", + "dashboard": "Tableau de bord", + "account": { + "signIn": "S'inscrire", + "signedInAs": "Inscrit en tant que", + "dashboard": "Tableau de bord", + "signOut": "S'inscrire" + } }, "docs": { "toc": "Table des matières" @@ -189,5 +196,52 @@ "correctCount": "Nombre de réponses correctes", "correctCountDesc": "Nombre de réponses correctes", "upload": "Récupération des résultats" + }, + "auth": { + "title": "S'inscrire", + "description": "Connectez-vous pour sauvegarder vos résultats d'entraînement et vos paramètres.", + "OAuth": { + "google": "Continuer avec Google" + } + }, + "dashboard": { + "nav": { + "home": "Accueil", + "settings": "Paramètres" + }, + "home": { + "welcome": "Bonjour de BlueScript !", + "description": "Le compte BlueScript est en cours de développement. Il vous permettra de sauvegarder vos résultats d'entraînement et vos paramètres. Restez à l'écoute pour les mises à jour !" + }, + "settings": { + "updateSuccess": "Les paramètres ont été mis à jour avec succès.", + "updateError": "Une erreur s'est produite lors de la mise à jour de vos paramètres, veuillez réessayer.", + "validate": { + "name": "Veuillez saisir votre nom.", + "email": "L'adresse électronique n'est pas valide." + }, + "theme": { + "title": "Thème", + "description": "Choisissez un thème qui vous convient." + }, + "account": { + "title": "Compte", + "description": "Mettez à jour les détails de votre compte.", + "save": "Enregistrer les modifications" + }, + "name": { + "title": "Nom", + "description": "Mettez à jour votre nom d'utilisateur Il apparaîtra dans le profil, les résultats d'entraînement et dans toute l'application." + }, + "email": { + "title": "Courriel", + "description": "L'adresse électronique est gérée par les fournisseurs OAuth et ne peut pas être modifiée. Il sera utilisé pour les notifications." + }, + "signOut": { + "title": "S'inscrire", + "description": "Déconnectez-vous de votre compte.", + "button": "S'inscrire" + } + } } } diff --git a/locales/ja/main.json b/locales/ja/main.json index 619e9e0..8a331f3 100644 --- a/locales/ja/main.json +++ b/locales/ja/main.json @@ -45,7 +45,14 @@ "home": "ホーム", "train": "トレーニング", "result": "結果", - "docs": "ドキュメント" + "docs": "ドキュメント", + "dashboard": "ダッシュボード", + "account": { + "signIn": "サインイン", + "signedInAs": "としてサインイン", + "dashboard": "ダッシュボード", + "signOut": "サインアウト" + } }, "docs": { "toc": "目次" @@ -189,5 +196,52 @@ "correctCount": "正解数", "correctCountDesc": "正解応答回数", "upload": "結果を呼び出す" + }, + "auth": { + "title": "サインイン", + "description": "サインインして、トレーニング結果や設定を保存します。", + "OAuth": { + "google": "グーグルで続行" + } + }, + "dashboard": { + "nav": { + "home": "ホーム", + "settings": "設定" + }, + "home": { + "welcome": "BlueScriptからこんにちは!", + "description": "BlueScript Accountは開発中です。トレーニング結果や設定を保存できるようになります。 アップデートをお楽しみに!" + }, + "settings": { + "updateSuccess": "設定が正常に更新されました。", + "updateError": "設定を更新する際にエラーが発生しました。 もう一度お試しください。", + "validate": { + "name": "お名前を入力してください。", + "email": "メールは無効です。" + }, + "theme": { + "title": "テーマ", + "description": "お好みのテーマを選んでください。" + }, + "account": { + "title": "アカウント", + "description": "アカウントの詳細を更新します。", + "save": "変更の保存" + }, + "name": { + "title": "名称", + "description": "ユーザー名を更新 プロフィール、トレーニング結果、アプリ全体に表示されます。" + }, + "email": { + "title": "Eメール", + "description": "メールはOAuthプロバイダが管理しており、変更することはできません。通知に使用されます。" + }, + "signOut": { + "title": "サインアウト", + "description": "アカウントからサインアウトします。", + "button": "サインアウト" + } + } } } diff --git a/locales/ko/main.json b/locales/ko/main.json index 7f2d4a9..ca63f02 100644 --- a/locales/ko/main.json +++ b/locales/ko/main.json @@ -45,7 +45,14 @@ "home": "홈", "train": "훈련", "result": "결과", - "docs": "도움말" + "docs": "도움말", + "dashboard": "Dashboard", + "account": { + "signIn": "Sign In", + "signedInAs": "Signed in as", + "dashboard": "Dashboard", + "signOut": "Sign Out" + } }, "docs": { "toc": "목차" @@ -189,5 +196,52 @@ "correctCount": "정답 수", "correctCountDesc": "정답 응답의 수", "upload": "결과 불러오기" + }, + "auth": { + "title": "Sign In", + "description": "Sign in to save your training results and settings.", + "OAuth": { + "google": "Continue with Google" + } + }, + "dashboard": { + "nav": { + "home": "Home", + "settings": "Settings" + }, + "home": { + "welcome": "Hello from BlueScript!", + "description": "BlueScript Account is under development. It will allow you to save your training results and settings. Stay tuned for updates!" + }, + "settings": { + "updateSuccess": "Settings updated successfully.", + "updateError": "There was an error updating your settings. Please try again.", + "validate": { + "name": "Please enter your name.", + "email": "Email is invalid." + }, + "theme": { + "title": "Theme", + "description": "Choose a theme that suits your preference." + }, + "account": { + "title": "Account", + "description": "Update your account details.", + "save": "Save Changes" + }, + "name": { + "title": "Name", + "description": "Update your username It will appear in profile, training results, and throughout the app." + }, + "email": { + "title": "Email", + "description": "Email is managed by OAuth providers, and cannot be changed. It will be used for notifications." + }, + "signOut": { + "title": "Sign Out", + "description": "Sign out of your account.", + "button": "Sign Out" + } + } } } diff --git a/locales/ru/main.json b/locales/ru/main.json index 5c7c3ec..bc4ca01 100644 --- a/locales/ru/main.json +++ b/locales/ru/main.json @@ -45,7 +45,14 @@ "home": "Главная", "train": "Тренировка", "result": "Результат", - "docs": "Помощь" + "docs": "Помощь", + "dashboard": "Приборная панель", + "account": { + "signIn": "Войти", + "signedInAs": "Зарегистрировался как", + "dashboard": "Приборная панель", + "signOut": "Выйти из игры" + } }, "docs": { "toc": "Оглавление" @@ -189,5 +196,52 @@ "correctCount": "Количество правильных ответов", "correctCountDesc": "Количество правильных ответов", "upload": "Получение результатов" + }, + "auth": { + "title": "Войти", + "description": "Войдите в систему, чтобы сохранить результаты тренировок и настройки.", + "OAuth": { + "google": "Продолжайте работать с Google" + } + }, + "dashboard": { + "nav": { + "home": "Главная", + "settings": "Настройки" + }, + "home": { + "welcome": "Привет от BlueScript!", + "description": "Аккаунт BlueScript находится в стадии разработки. Он позволит вам сохранять результаты тренировок и настройки. Следите за обновлениями!" + }, + "settings": { + "updateSuccess": "Настройки успешно обновлены.", + "updateError": "Произошла ошибка при обновлении настроек. Пожалуйста, попробуйте еще раз.", + "validate": { + "name": "Пожалуйста, введите свое имя.", + "email": "Электронная почта недействительна." + }, + "theme": { + "title": "Тема", + "description": "Выберите тему, которая соответствует вашим предпочтениям." + }, + "account": { + "title": "Счет", + "description": "Обновите данные своей учетной записи.", + "save": "Сохранить изменения" + }, + "name": { + "title": "Имя", + "description": "Обновите свое имя пользователя Оно будет отображаться в профиле, результатах тренировок и во всем приложении." + }, + "email": { + "title": "Электронная почта", + "description": "Электронная почта управляется провайдером OAuth и не может быть изменена. Он будет использоваться для уведомлений." + }, + "signOut": { + "title": "Выйти из игры", + "description": "Выйдите из своей учетной записи.", + "button": "Выйти из игры" + } + } } } diff --git a/locales/zh/main.json b/locales/zh/main.json index 1654be4..77e31c8 100644 --- a/locales/zh/main.json +++ b/locales/zh/main.json @@ -45,7 +45,14 @@ "home": "首页", "train": "训练", "result": "结果", - "docs": "帮助" + "docs": "帮助", + "dashboard": "仪表板", + "account": { + "signIn": "登录", + "signedInAs": "登录为", + "dashboard": "仪表板", + "signOut": "签出" + } }, "docs": { "toc": "目录" @@ -189,5 +196,52 @@ "correctCount": "正确次数", "correctCountDesc": "正确反应的次数", "upload": "检索结果" + }, + "auth": { + "title": "登录", + "description": "登录以保存您的训练结果和设置。", + "OAuth": { + "google": "继续使用 Google" + } + }, + "dashboard": { + "nav": { + "home": "首页", + "settings": "设置" + }, + "home": { + "welcome": "你好,来自 BlueScript!", + "description": "BlueScript 账户正在开发中。敬请期待更新!" + }, + "settings": { + "updateSuccess": "设置更新成功。", + "updateError": "更新设置时出现错误,请重试。", + "validate": { + "name": "请输入您的姓名。", + "email": "电子邮件无效。" + }, + "theme": { + "title": "主题", + "description": "选择一个适合自己喜好的主题。" + }, + "account": { + "title": "账户", + "description": "更新您的账户详情。", + "save": "保存更改" + }, + "name": { + "title": "名称", + "description": "更新用户名 用户名将显示在个人资料、训练结果和整个应用程序中。" + }, + "email": { + "title": "电子邮件", + "description": "电子邮件由 OAuth 提供商管理,不可更改。它将用于通知。" + }, + "signOut": { + "title": "签出", + "description": "退出您的账户。", + "button": "签出" + } + } } }