浏览代码

feat(i18n): add password visibility and brand tagline translations

ding113 3 周之前
父节点
当前提交
d3c329841c
共有 5 个文件被更改,包括 30 次插入5 次删除
  1. 6 1
      messages/en/auth.json
  2. 6 1
      messages/ja/auth.json
  3. 6 1
      messages/ru/auth.json
  4. 6 1
      messages/zh-CN/auth.json
  5. 6 1
      messages/zh-TW/auth.json

+ 6 - 1
messages/en/auth.json

@@ -1,7 +1,9 @@
 {
   "form": {
     "title": "Login Panel",
-    "description": "Access the unified admin console with your API Key"
+    "description": "Access the unified admin console with your API Key",
+    "showPassword": "Show password",
+    "hidePassword": "Hide password"
   },
   "login": {
     "title": "Login",
@@ -20,6 +22,9 @@
   "placeholders": {
     "apiKeyExample": "e.g. sk-xxxxxxxx"
   },
+  "brand": {
+    "tagline": "Unified API management console"
+  },
   "actions": {
     "enterConsole": "Enter Console",
     "viewUsageDoc": "View Usage Documentation"

+ 6 - 1
messages/ja/auth.json

@@ -1,7 +1,9 @@
 {
   "form": {
     "title": "ログインパネル",
-    "description": "API キーを使用して統一管理コンソールにアクセスします"
+    "description": "API キーを使用して統一管理コンソールにアクセスします",
+    "showPassword": "パスワードを表示",
+    "hidePassword": "パスワードを非表示"
   },
   "login": {
     "title": "ログイン",
@@ -20,6 +22,9 @@
   "placeholders": {
     "apiKeyExample": "例: sk-xxxxxxxx"
   },
+  "brand": {
+    "tagline": "統合API管理コンソール"
+  },
   "actions": {
     "enterConsole": "コンソールに入る",
     "viewUsageDoc": "使用方法を見る"

+ 6 - 1
messages/ru/auth.json

@@ -1,7 +1,9 @@
 {
   "form": {
     "title": "Панель входа",
-    "description": "Введите ваш API ключ для доступа к данным"
+    "description": "Введите ваш API ключ для доступа к данным",
+    "showPassword": "Показать пароль",
+    "hidePassword": "Скрыть пароль"
   },
   "login": {
     "title": "Вход",
@@ -20,6 +22,9 @@
   "placeholders": {
     "apiKeyExample": "например sk-xxxxxxxx"
   },
+  "brand": {
+    "tagline": "Единая консоль управления API"
+  },
   "actions": {
     "enterConsole": "Перейти в консоль",
     "viewUsageDoc": "Просмотреть документацию"

+ 6 - 1
messages/zh-CN/auth.json

@@ -27,6 +27,9 @@
   "placeholders": {
     "apiKeyExample": "例如 sk-xxxxxxxx"
   },
+  "brand": {
+    "tagline": "统一 API 管理控制台"
+  },
   "actions": {
     "enterConsole": "进入控制台",
     "viewUsageDoc": "查看使用文档"
@@ -41,6 +44,8 @@
   },
   "form": {
     "title": "登录面板",
-    "description": "使用您的 API Key 进入统一控制台"
+    "description": "使用您的 API Key 进入统一控制台",
+    "showPassword": "显示密码",
+    "hidePassword": "隐藏密码"
   }
 }

+ 6 - 1
messages/zh-TW/auth.json

@@ -1,7 +1,9 @@
 {
   "form": {
     "title": "登錄面板",
-    "description": "使用您的 API Key 進入統一控制台"
+    "description": "使用您的 API Key 進入統一控制台",
+    "showPassword": "顯示密碼",
+    "hidePassword": "隱藏密碼"
   },
   "login": {
     "title": "登錄",
@@ -20,6 +22,9 @@
   "placeholders": {
     "apiKeyExample": "例如 sk-xxxxxxxx"
   },
+  "brand": {
+    "tagline": "統一 API 管理控制台"
+  },
   "actions": {
     "enterConsole": "進入控制台",
     "viewUsageDoc": "查看使用文檔"