ny
22 小时以前 282fbc6488f4e8ceb5fda759f963ee88fbf7b999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
  "formRules": {
    "required": "請輸入{0}",
    "selectRequired": "請選擇{0}",
    "minLength": "{0}至少{1}個字符",
    "maxLength": "{0}最多{1}個字符",
    "length": "{0}長度必須為{1}個字符",
    "alreadyExists": "{0} `{1}` 已存在",
    "startWith": "{0}必須以 {1} 開頭",
    "invalidURL": "請輸入有效的鏈接"
  },
  "actionTitle": {
    "edit": "修改{0}",
    "create": "新增{0}",
    "delete": "刪除{0}",
    "view": "查看{0}"
  },
  "actionMessage": {
    "deleteConfirm": "確定刪除 {0} 嗎?",
    "deleting": "正在刪除 {0} ...",
    "deleteSuccess": "{0} 刪除成功",
    "operationSuccess": "操作成功",
    "operationFailed": "操作失敗"
  },
  "placeholder": {
    "input": "請輸入",
    "select": "請選擇"
  },
  "captcha": {
    "title": "請完成安全驗證",
    "sliderSuccessText": "驗證通過",
    "sliderDefaultText": "請按住滑塊拖動",
    "sliderRotateDefaultTip": "點擊圖片可刷新",
    "sliderRotateFailTip": "驗證失敗",
    "sliderRotateSuccessTip": "驗證成功,耗時{0}秒",
    "alt": "支持img標簽src屬性值",
    "refreshAriaLabel": "刷新驗證碼",
    "confirmAriaLabel": "確認選擇",
    "confirm": "確認",
    "pointAriaLabel": "點擊點",
    "clickInOrder": "請依次點擊"
  },
  "iconPicker": {
    "placeholder": "選擇一個圖標",
    "search": "搜索圖標..."
  },
  "jsonViewer": {
    "copy": "復製",
    "copied": "已復製"
  },
  "fallback": {
    "pageNotFound": "哎呀!未找到頁面",
    "pageNotFoundDesc": "抱歉,我們無法找到您要找的頁面。",
    "forbidden": "哎呀!訪問被拒絕",
    "forbiddenDesc": "抱歉,您沒有權限訪問此頁面。",
    "internalError": "哎呀!出錯了",
    "internalErrorDesc": "抱歉,服務器遇到錯誤。",
    "offline": "離線頁面",
    "offlineError": "哎呀!網絡錯誤",
    "offlineErrorDesc": "抱歉,無法連接到互聯網,請檢查您的網絡連接並重試。",
    "comingSoon": "即將推出",
    "http": {
      "requestTimeout": "請求超時,請稍後再試。",
      "networkError": "網絡異常,請檢查您的網絡連接後重試。",
      "badRequest": "請求錯誤。請檢查您的輸入並重試。",
      "unauthorized": "登錄認證過期,請重新登錄後繼續。",
      "forbidden": "禁止訪問, 您沒有權限訪問此資源。",
      "notFound": "未找到, 請求的資源不存在。",
      "internalServerError": "內部服務器錯誤,請稍後再試。"
    }
  },
  "widgets": {
    "document": "文檔",
    "qa": "問題 & 幫助",
    "setting": "設置",
    "logoutTip": "是否退出登錄?",
    "viewAll": "查看所有消息",
    "notifications": "通知",
    "markAllAsRead": "全部標記為已讀",
    "clearNotifications": "清空",
    "checkUpdatesTitle": "新版本可用",
    "checkUpdatesDescription": "點擊刷新以獲取最新版本",
    "search": {
      "title": "搜索",
      "searchNavigate": "搜索導航菜單",
      "select": "選擇",
      "navigate": "導航",
      "close": "關閉",
      "noResults": "未找到搜索結果",
      "noRecent": "沒有搜索歷史",
      "recent": "搜索歷史"
    },
    "lockScreen": {
      "title": "鎖定屏幕",
      "screenButton": "鎖定",
      "password": "密碼",
      "placeholder": "請輸入登錄密碼",
      "unlock": "點擊解鎖",
      "errorPasswordTip": "密碼錯誤,請重新輸入",
      "backToLogin": "返回登錄",
      "entry": "進入系統"
    }
  }
}