ソースを参照

feat(locales): add new translations for clipboard and formatting features

- Added translations for "Copy failed", "Copied to clipboard", "View Cloudflare Stream", and "Format" in both English and Chinese locale files.
- Enhanced user experience by providing clearer feedback and options related to clipboard actions and formatting.
yb 1 週間 前
コミット
630a52a9b0
2 ファイル変更9 行追加1 行削除
  1. 5 1
      src/locales/en.json
  2. 4 0
      src/locales/zh-cn.json

+ 5 - 1
src/locales/en.json

@@ -97,11 +97,13 @@
   "地址": "Address",
   "型号": "Model",
   "复制": "Copy",
+  "复制失败": "Copy failed",
   "如何获取 Customer Subdomain": "How to get Customer Subdomain",
   "密码": "Password",
   "密码长度不能少于6位": "Password length must be at least 6 characters",
   "已停止": "Stopped",
   "已启用": "Enabled",
+  "已复制到剪贴板": "Copied to clipboard",
   "已禁用": "Disabled",
   "已跳转到预置位": "Jumped to preset",
   "已选择": "Selected",
@@ -176,7 +178,9 @@
   "机器总数": "Total Machines",
   "机器管理": "Machine Management",
   "查看": "View",
+  "查看Cloudflare Stream": "View Cloudflare Stream",
   "查询": "Search",
+  "格式化": "Format",
   "检测": "Test",
   "检测失败": "Test failed",
   "欢迎回来": "Welcome Back",
@@ -279,4 +283,4 @@
   "默认分辨率": "Default Resolution",
   "默认端口": "Default Port",
   "默认视角": "Default View"
-}
+}

+ 4 - 0
src/locales/zh-cn.json

@@ -97,11 +97,13 @@
   "地址": "地址",
   "型号": "型号",
   "复制": "复制",
+  "复制失败": "复制失败",
   "如何获取 Customer Subdomain": "如何获取 Customer Subdomain",
   "密码": "密码",
   "密码长度不能少于6位": "密码长度不能少于6位",
   "已停止": "已停止",
   "已启用": "已启用",
+  "已复制到剪贴板": "已复制到剪贴板",
   "已禁用": "已禁用",
   "已跳转到预置位": "已跳转到预置位",
   "已选择": "已选择",
@@ -176,7 +178,9 @@
   "机器总数": "机器总数",
   "机器管理": "机器管理",
   "查看": "查看",
+  "查看Cloudflare Stream": "查看Cloudflare Stream",
   "查询": "查询",
+  "格式化": "格式化",
   "检测": "检测",
   "检测失败": "检测失败",
   "欢迎回来": "欢迎回来",