Jiarenxiang | 38dcb05 | 2025-03-13 16:40:09 +0800 | [diff] [blame^] | 1 | export default { |
| 2 | 'pages.layouts.userLayout.title': 'Ant Design 是西湖區最具影響力的 Web 設計規範', |
| 3 | 'pages.login.accountLogin.tab': '賬戶密碼登錄', |
| 4 | 'pages.login.accountLogin.errorMessage': '錯誤的用戶名和密碼(admin/admin123)', |
| 5 | 'pages.login.failure': '登錄失敗,請重試!', |
| 6 | 'pages.login.success': '登錄成功!', |
| 7 | 'pages.login.username.placeholder': '用戶名: admin', |
| 8 | 'pages.login.username.required': '用戶名是必填項!', |
| 9 | 'pages.login.password.placeholder': '密碼: admin123', |
| 10 | 'pages.login.password.required': '密碼是必填項!', |
| 11 | 'pages.login.phoneLogin.tab': '手機號登錄', |
| 12 | 'pages.login.phoneLogin.errorMessage': '驗證碼錯誤', |
| 13 | 'pages.login.phoneNumber.placeholder': '請輸入手機號!', |
| 14 | 'pages.login.phoneNumber.required': '手機號是必填項!', |
| 15 | 'pages.login.phoneNumber.invalid': '不合法的手機號!', |
| 16 | 'pages.login.captcha.placeholder': '請輸入驗證碼!', |
| 17 | 'pages.login.captcha.required': '驗證碼是必填項!', |
| 18 | 'pages.login.phoneLogin.getVerificationCode': '獲取驗證碼', |
| 19 | 'pages.getCaptchaSecondText': '秒後重新獲取', |
| 20 | 'pages.login.rememberMe': '自動登錄', |
| 21 | 'pages.login.forgotPassword': '忘記密碼 ?', |
| 22 | 'pages.login.submit': '登錄', |
| 23 | 'pages.login.loginWith': '其他登錄方式 :', |
| 24 | 'pages.login.registerAccount': '註冊賬戶', |
| 25 | 'pages.welcome.link': '歡迎使用', |
| 26 | 'pages.welcome.alertMessage': '更快更強的重型組件,已經發布。', |
| 27 | 'pages.admin.subPage.title': '這個頁面只有 admin 權限才能查看', |
| 28 | 'pages.admin.subPage.alertMessage': 'umi ui 現已發佈,歡迎使用 npm run ui 啓動體驗。', |
| 29 | 'pages.searchTable.createForm.newRule': '新建規則', |
| 30 | 'pages.searchTable.updateForm.ruleConfig': '規則配置', |
| 31 | 'pages.searchTable.updateForm.basicConfig': '基本信息', |
| 32 | 'pages.searchTable.updateForm.ruleName.nameLabel': '規則名稱', |
| 33 | 'pages.searchTable.updateForm.ruleName.nameRules': '請輸入規則名稱!', |
| 34 | 'pages.searchTable.updateForm.ruleDesc.descLabel': '規則描述', |
| 35 | 'pages.searchTable.updateForm.ruleDesc.descPlaceholder': '請輸入至少五個字符', |
| 36 | 'pages.searchTable.updateForm.ruleDesc.descRules': '請輸入至少五個字符的規則描述!', |
| 37 | 'pages.searchTable.updateForm.ruleProps.title': '配置規則屬性', |
| 38 | 'pages.searchTable.updateForm.object': '監控對象', |
| 39 | 'pages.searchTable.updateForm.ruleProps.templateLabel': '規則模板', |
| 40 | 'pages.searchTable.updateForm.ruleProps.typeLabel': '規則類型', |
| 41 | 'pages.searchTable.updateForm.schedulingPeriod.title': '設定調度週期', |
| 42 | 'pages.searchTable.updateForm.schedulingPeriod.timeLabel': '開始時間', |
| 43 | 'pages.searchTable.updateForm.schedulingPeriod.timeRules': '請選擇開始時間!', |
| 44 | 'pages.searchTable.titleDesc': '描述', |
| 45 | 'pages.searchTable.ruleName': '規則名稱爲必填項', |
| 46 | 'pages.searchTable.titleCallNo': '服務調用次數', |
| 47 | 'pages.searchTable.titleStatus': '狀態', |
| 48 | 'pages.searchTable.nameStatus.default': '關閉', |
| 49 | 'pages.searchTable.nameStatus.running': '運行中', |
| 50 | 'pages.searchTable.nameStatus.online': '已上線', |
| 51 | 'pages.searchTable.nameStatus.abnormal': '異常', |
| 52 | 'pages.searchTable.titleUpdatedAt': '上次調度時間', |
| 53 | 'pages.searchTable.exception': '請輸入異常原因!', |
| 54 | 'pages.searchTable.titleOption': '操作', |
| 55 | 'pages.searchTable.config': '配置', |
| 56 | 'pages.searchTable.subscribeAlert': '訂閱警報', |
| 57 | 'pages.searchTable.title': '查詢表格', |
| 58 | 'pages.searchTable.new': '新建', |
| 59 | 'pages.searchTable.edit': '編輯', |
| 60 | 'pages.searchTable.delete': '刪除', |
| 61 | 'pages.searchTable.export': '導出', |
| 62 | 'pages.searchTable.chosen': '已選擇', |
| 63 | 'pages.searchTable.item': '項', |
| 64 | 'pages.searchTable.totalServiceCalls': '服務調用次數總計', |
| 65 | 'pages.searchTable.tenThousand': '萬', |
| 66 | 'pages.searchTable.batchDeletion': '批量刪除', |
| 67 | 'pages.searchTable.batchApproval': '批量審批', |
| 68 | }; |