pages.ts 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. export default {
  2. 'pages.layouts.userLayout.title': 'Ant Designは、西湖区で最も影響力のあるWebデザイン仕様です。',
  3. 'pages.login.accountLogin.tab': 'アカウントログイン',
  4. 'pages.login.accountLogin.errorMessage':
  5. 'ユーザー名/パスワードが正しくありません(admin/ant.design)',
  6. 'pages.login.failure': 'ログインに失敗したら、もう一度試してください!',
  7. 'pages.login.success': 'ログイン成功!',
  8. 'pages.login.username.placeholder': 'ユーザー名:adminまたはuser',
  9. 'pages.login.username.required': 'ユーザー名を入力してください!',
  10. 'pages.login.password.placeholder': 'パスワード:ant.design',
  11. 'pages.login.password.required': 'パスワードを入力してください!',
  12. 'pages.login.phoneLogin.tab': '電話ログイン',
  13. 'pages.login.phoneLogin.errorMessage': '検証コードエラー',
  14. 'pages.login.phoneNumber.placeholder': '電話番号',
  15. 'pages.login.phoneNumber.required': '電話番号を入力してください!',
  16. 'pages.login.phoneNumber.invalid': '電話番号が無効です!',
  17. 'pages.login.captcha.placeholder': '確認コード',
  18. 'pages.login.captcha.required': '確認コードを入力してください!',
  19. 'pages.login.phoneLogin.getVerificationCode': '確認コードを取得',
  20. 'pages.getCaptchaSecondText': '秒',
  21. 'pages.login.rememberMe': 'Remember me',
  22. 'pages.login.forgotPassword': 'パスワードをお忘れですか?',
  23. 'pages.login.submit': 'ログイン',
  24. 'pages.login.loginWith': 'その他のログイン方法:',
  25. 'pages.login.registerAccount': 'アカウント登録',
  26. 'pages.welcome.link': 'ようこそ',
  27. 'pages.welcome.alertMessage': 'より高速で強力な頑丈なコンポーネントがリリースされました。',
  28. 'pages.404.subTitle': '申し訳ありませんが、アクセスしたページは存在しません。',
  29. 'pages.404.buttonText': 'ホームに戻る',
  30. 'pages.admin.subPage.title': 'このページは管理者のみが表示できます',
  31. 'pages.admin.subPage.alertMessage':
  32. 'Umi uiがリリースされました。npm run uiを使用して体験してください。',
  33. 'pages.searchTable.createForm.newRule': '新しいルール',
  34. 'pages.searchTable.updateForm.ruleConfig': 'ルール構成',
  35. 'pages.searchTable.updateForm.basicConfig': '基本情報',
  36. 'pages.searchTable.updateForm.ruleName.nameLabel': 'ルール名',
  37. 'pages.searchTable.updateForm.ruleName.nameRules': 'ルール名を入力してください!',
  38. 'pages.searchTable.updateForm.ruleDesc.descLabel': 'ルールの説明',
  39. 'pages.searchTable.updateForm.ruleDesc.descPlaceholder': '5文字以上入力してください',
  40. 'pages.searchTable.updateForm.ruleDesc.descRules': '5文字以上のルールの説明を入力してください!',
  41. 'pages.searchTable.updateForm.ruleProps.title': 'プロパティの構成',
  42. 'pages.searchTable.updateForm.object': '監視対象',
  43. 'pages.searchTable.updateForm.ruleProps.templateLabel': 'ルールテンプレート',
  44. 'pages.searchTable.updateForm.ruleProps.typeLabel': 'ルールタイプ',
  45. 'pages.searchTable.updateForm.schedulingPeriod.title': 'スケジュール期間の設定',
  46. 'pages.searchTable.updateForm.schedulingPeriod.timeLabel': '開始時間',
  47. 'pages.searchTable.updateForm.schedulingPeriod.timeRules': '開始時間を選択してください!',
  48. 'pages.searchTable.titleDesc': '説明',
  49. 'pages.searchTable.ruleName': 'ルール名が必要です',
  50. 'pages.searchTable.titleCallNo': 'サービスコール数',
  51. 'pages.searchTable.titleStatus': 'ステータス',
  52. 'pages.searchTable.nameStatus.default': 'デフォルト',
  53. 'pages.searchTable.nameStatus.running': '起動中',
  54. 'pages.searchTable.nameStatus.online': 'オンライン',
  55. 'pages.searchTable.nameStatus.abnormal': '異常',
  56. 'pages.searchTable.titleUpdatedAt': '最終スケジュール',
  57. 'pages.searchTable.exception': '例外の理由を入力してください!',
  58. 'pages.searchTable.titleOption': 'オプション',
  59. 'pages.searchTable.config': '構成',
  60. 'pages.searchTable.subscribeAlert': 'アラートを購読する',
  61. 'pages.searchTable.title': 'お問い合わせフォーム',
  62. 'pages.searchTable.new': '新しい',
  63. 'pages.searchTable.chosen': '選んだ項目',
  64. 'pages.searchTable.item': '項目',
  65. 'pages.searchTable.totalServiceCalls': 'サービスコールの総数',
  66. 'pages.searchTable.tenThousand': '万',
  67. 'pages.searchTable.batchDeletion': 'バッチ削除',
  68. 'pages.searchTable.batchApproval': 'バッチ承認',
  69. };