@liujitcn/kratos-admin-core 0.0.25 → 0.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/package/declarations/src/layouts/components/Menu/MenuTitle.vue.d.ts +7 -0
- package/dist/package/declarations/src/locales/generated.d.ts +14 -1472
- package/dist/package/declarations/src/locales/index.d.ts +4 -4
- package/dist/package/declarations/src/rpc/common/v1/enum.d.ts +15 -6
- package/dist/package/declarations/src/rpc/system/admin/v1/base_dict.d.ts +5 -5
- package/dist/package/declarations/src/rpc/system/admin/v1/{base_translation.d.ts → base_i18n.d.ts} +3 -3
- package/dist/package/declarations/src/utils/index.d.ts +1 -3
- package/dist/package/declarations/src/utils/menuKey.d.ts +3 -0
- package/dist/package/src/components/Dialog/FormDialog.vue +1 -1
- package/dist/package/src/components/ImportExcel/index.vue +1 -1
- package/dist/package/src/components/ProForm/index.vue +5 -2
- package/dist/package/src/components/SelectIcon/index.vue +1 -1
- package/dist/package/src/layouts/components/Menu/MenuTitle.vue +43 -0
- package/dist/package/src/layouts/components/Menu/SubMenu.vue +3 -2
- package/dist/package/src/locales/README.md +0 -4
- package/dist/package/src/locales/en-US.json +1 -4
- package/dist/package/src/locales/generated.ts +0 -18
- package/dist/package/src/locales/index.ts +0 -3
- package/dist/package/src/locales/ja-JP.json +190 -193
- package/dist/package/src/locales/zh-CN.json +1 -4
- package/dist/package/src/locales/zh-TW.json +1 -4
- package/dist/package/src/rpc/common/v1/enum.ts +16 -6
- package/dist/package/src/rpc/system/admin/v1/base_dict.ts +5 -5
- package/dist/package/src/rpc/system/admin/v1/{base_translation.ts → base_i18n.ts} +4 -4
- package/dist/package/src/utils/index.ts +2 -16
- package/dist/package/src/utils/menuKey.ts +18 -0
- package/dist/package/src/views/login/components/LoginForm.vue +3 -0
- package/package.json +2 -2
- package/dist/package/src/locales/es-ES.json +0 -283
- package/dist/package/src/locales/fr-FR.json +0 -283
- package/dist/package/src/locales/ko-KR.json +0 -283
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"common.action.back": "戻る",
|
|
3
3
|
"common.action.cancel": "キャンセル",
|
|
4
4
|
"common.action.close": "閉じる",
|
|
5
|
-
"common.action.confirm": "
|
|
6
|
-
"common.action.create": "
|
|
5
|
+
"common.action.confirm": "OK",
|
|
6
|
+
"common.action.create": "新規",
|
|
7
7
|
"common.action.delete": "削除",
|
|
8
8
|
"common.action.download": "ダウンロード",
|
|
9
|
-
"common.action.edit": "
|
|
10
|
-
"common.action.expand": "
|
|
11
|
-
"common.action.collapse": "
|
|
9
|
+
"common.action.edit": "編集者",
|
|
10
|
+
"common.action.expand": "展開する",
|
|
11
|
+
"common.action.collapse": "閉じる",
|
|
12
12
|
"common.action.login": "ログイン",
|
|
13
13
|
"common.action.logout": "ログアウト",
|
|
14
14
|
"common.action.reset": "リセット",
|
|
@@ -17,265 +17,262 @@
|
|
|
17
17
|
"common.action.view": "表示",
|
|
18
18
|
"common.field.end_time": "終了時刻",
|
|
19
19
|
"common.field.language": "言語",
|
|
20
|
-
"common.field.operation": "
|
|
20
|
+
"common.field.operation": "オペレーション",
|
|
21
21
|
"common.field.parameter_name": "パラメータ名",
|
|
22
22
|
"common.field.parameter_value": "パラメータ値",
|
|
23
|
-
"common.field.phone": "
|
|
23
|
+
"common.field.phone": "携帯電話番号",
|
|
24
24
|
"common.field.start_time": "開始時刻",
|
|
25
25
|
"common.language.en-US": "英語",
|
|
26
|
-
"common.language.ja-JP": "日本語",
|
|
27
26
|
"common.language.zh-CN": "簡体字中国語",
|
|
28
27
|
"common.language.zh-TW": "繁体字中国語",
|
|
29
|
-
"common.language.
|
|
30
|
-
"common.
|
|
31
|
-
"common.
|
|
32
|
-
"common.message.no_data": "データがありません",
|
|
33
|
-
"common.message.operation_success": "操作が完了しました",
|
|
28
|
+
"common.language.ja-JP": "日本語",
|
|
29
|
+
"common.message.no_data": "データはまだありません",
|
|
30
|
+
"common.message.operation_success": "操作は成功しました",
|
|
34
31
|
"common.message.system_error": "システムエラー",
|
|
35
|
-
"common.validation.phone_invalid": "
|
|
36
|
-
"common.validation.phone_required": "
|
|
37
|
-
"common.title.notice": "
|
|
38
|
-
"common.title.warning": "
|
|
39
|
-
"common.placeholder.input": "
|
|
32
|
+
"common.validation.phone_invalid": "正しい携帯電話番号を入力してください",
|
|
33
|
+
"common.validation.phone_required": "携帯電話番号を入力してください",
|
|
34
|
+
"common.title.notice": "ヒント",
|
|
35
|
+
"common.title.warning": "温かいリマインダー",
|
|
36
|
+
"common.placeholder.input": "入力してください",
|
|
40
37
|
"common.placeholder.input_content": "内容を入力してください",
|
|
41
|
-
"common.placeholder.select": "
|
|
38
|
+
"common.placeholder.select": "選択してください",
|
|
42
39
|
"common.status.disabled": "無効",
|
|
43
|
-
"common.status.enabled": "
|
|
40
|
+
"common.status.enabled": "有効にする",
|
|
44
41
|
"common.value.female": "女性",
|
|
45
42
|
"common.value.male": "男性",
|
|
46
43
|
"common.value.all": "すべて",
|
|
47
|
-
"core.auth.login_again": "
|
|
48
|
-
"core.auth.refresh_token_missing": "
|
|
49
|
-
"core.auth.session_expired": "
|
|
50
|
-
"core.auth.no_menu_permission": "
|
|
51
|
-
"core.auth.no_permission": "
|
|
52
|
-
"core.clipboard.success": "
|
|
44
|
+
"core.auth.login_again": "再度ログインしてください",
|
|
45
|
+
"core.auth.refresh_token_missing": "リフレッシュトークンが存在しません",
|
|
46
|
+
"core.auth.session_expired": "ログインステータスの有効期限が切れました。再度ログインしてください。",
|
|
47
|
+
"core.auth.no_menu_permission": "現在のアカウントにはメニュー権限がありません。システム管理者に連絡してください。",
|
|
48
|
+
"core.auth.no_permission": "アクセス権限がありません",
|
|
49
|
+
"core.clipboard.success": "正常にコピーされました",
|
|
53
50
|
"core.cron.cycle_unit.day": "日",
|
|
54
51
|
"core.cron.cycle_unit.hour": "時間",
|
|
55
52
|
"core.cron.cycle_unit.minute": "分",
|
|
56
53
|
"core.cron.cycle_unit.month": "か月",
|
|
57
54
|
"core.cron.cycle_unit.second": "秒",
|
|
58
55
|
"core.cron.cycle_unit.year": "年",
|
|
59
|
-
"core.cron.description.every": "
|
|
60
|
-
"core.cron.description.range": "{start}
|
|
61
|
-
"core.cron.description.specific": "{segment}
|
|
62
|
-
"core.cron.description.step": "{start}{unit}
|
|
63
|
-
"core.cron.description.unspecified": "{segment}
|
|
64
|
-
"core.cron.description.weekday": "
|
|
56
|
+
"core.cron.description.every": "({unit} あたり)",
|
|
57
|
+
"core.cron.description.range": "{segment}{start} ~ {end}",
|
|
58
|
+
"core.cron.description.specific": "{segment} は {values} として指定されます",
|
|
59
|
+
"core.cron.description.step": "{start}{unit} から開始して {step}{cycleUnit} ごとに実行",
|
|
60
|
+
"core.cron.description.unspecified": "{segment} 指定なし",
|
|
61
|
+
"core.cron.description.weekday": "月の最後の営業日 {day}",
|
|
65
62
|
"core.cron.description_separator": "、",
|
|
66
|
-
"core.cron.edit": "
|
|
67
|
-
"core.cron.every_unit": "
|
|
68
|
-
"core.cron.expression": "Cron式",
|
|
63
|
+
"core.cron.edit": "式の編集\n あたり",
|
|
64
|
+
"core.cron.every_unit": "{unit}",
|
|
65
|
+
"core.cron.expression": "Cron 式",
|
|
69
66
|
"core.cron.from": "から",
|
|
70
|
-
"core.cron.last_day": "
|
|
71
|
-
"core.cron.nearest_workday": "
|
|
72
|
-
"core.cron.not_configured": "
|
|
73
|
-
"core.cron.placeholder": "Cron
|
|
74
|
-
"core.cron.preset.daily_eight": "
|
|
75
|
-
"core.cron.preset.daily_midnight": "毎日0
|
|
67
|
+
"core.cron.last_day": "月の最終日",
|
|
68
|
+
"core.cron.nearest_workday": "の最新の営業日",
|
|
69
|
+
"core.cron.not_configured": "実行ルールが設定されていません",
|
|
70
|
+
"core.cron.placeholder": "Cron 式を入力してください",
|
|
71
|
+
"core.cron.preset.daily_eight": "毎日午前 8 時に実行します",
|
|
72
|
+
"core.cron.preset.daily_midnight": "毎日0:00に実行",
|
|
76
73
|
"core.cron.preset.every_five_minutes": "5分ごとに実行",
|
|
77
|
-
"core.cron.preset.every_hour": "
|
|
78
|
-
"core.cron.preset.every_minute": "
|
|
79
|
-
"core.cron.preset.monthly_first": "毎月1日0
|
|
80
|
-
"core.cron.preset.next_year_daily": "
|
|
81
|
-
"core.cron.presets": "
|
|
82
|
-
"core.cron.range": "
|
|
83
|
-
"core.cron.repeat": "
|
|
84
|
-
"core.cron.run_once": "{unit}
|
|
85
|
-
"core.cron.segment.day": "
|
|
86
|
-
"core.cron.segment.hour": "
|
|
74
|
+
"core.cron.preset.every_hour": "1時間ごとに実行",
|
|
75
|
+
"core.cron.preset.every_minute": "1分ごとに実行",
|
|
76
|
+
"core.cron.preset.monthly_first": "毎月1日0:00に実行",
|
|
77
|
+
"core.cron.preset.next_year_daily": "は来年毎日 0:00 に実行されます",
|
|
78
|
+
"core.cron.presets": "一般的な表現",
|
|
79
|
+
"core.cron.range": "サイクル",
|
|
80
|
+
"core.cron.repeat": "ループ",
|
|
81
|
+
"core.cron.run_once": "{unit} 1 回実行",
|
|
82
|
+
"core.cron.segment.day": "日付",
|
|
83
|
+
"core.cron.segment.hour": "時間",
|
|
87
84
|
"core.cron.segment.minute": "分",
|
|
88
85
|
"core.cron.segment.month": "月",
|
|
89
86
|
"core.cron.segment.second": "秒",
|
|
90
87
|
"core.cron.segment.year": "年",
|
|
91
|
-
"core.cron.specific": "
|
|
92
|
-
"core.cron.start_every": "{unit}
|
|
93
|
-
"core.cron.this_month": "
|
|
94
|
-
"core.cron.title": "
|
|
95
|
-
"core.cron.to": "
|
|
88
|
+
"core.cron.specific": "が指定されました",
|
|
89
|
+
"core.cron.start_every": "{unit} は次の間隔で開始されます",
|
|
90
|
+
"core.cron.this_month": "今月",
|
|
91
|
+
"core.cron.title": "タイミング式の編集",
|
|
92
|
+
"core.cron.to": "へ",
|
|
96
93
|
"core.cron.unit.day": "日",
|
|
97
|
-
"core.cron.unit.hour": "
|
|
98
|
-
"core.cron.unit.minute": "
|
|
94
|
+
"core.cron.unit.hour": "時間",
|
|
95
|
+
"core.cron.unit.minute": "ポイント",
|
|
99
96
|
"core.cron.unit.month": "月",
|
|
100
97
|
"core.cron.unit.second": "秒",
|
|
101
98
|
"core.cron.unit.year": "年",
|
|
102
|
-
"core.cron.unspecified": "
|
|
99
|
+
"core.cron.unspecified": "指定されていません",
|
|
103
100
|
"core.cron.value_separator": "、",
|
|
104
101
|
"core.cron.value_with_unit": "{value}{unit}",
|
|
105
|
-
"core.cron.workday": "
|
|
106
|
-
"core.data.confirm_action": "{action}
|
|
107
|
-
"core.data.operation_success": "{action}
|
|
108
|
-
"core.download.large_file_notice": "
|
|
109
|
-
"core.error.403.detail": "
|
|
110
|
-
"core.error.404.detail": "
|
|
111
|
-
"core.error.500.detail": "
|
|
112
|
-
"core.error.pending.detail": "
|
|
113
|
-
"core.error.javascript.eval": "
|
|
114
|
-
"core.error.javascript.internal": "JavaScript
|
|
115
|
-
"core.error.javascript.range": "
|
|
102
|
+
"core.cron.workday": "営業日",
|
|
103
|
+
"core.data.confirm_action": "{action} ですか?",
|
|
104
|
+
"core.data.operation_success": "{action} 成功",
|
|
105
|
+
"core.download.large_file_notice": "データ量が多い場合はダウンロードが遅くなりますので、しばらくお待ちください。",
|
|
106
|
+
"core.error.403.detail": "申し訳ありませんが、このページにアクセスする権限がありません。",
|
|
107
|
+
"core.error.404.detail": "申し訳ありませんが、アクセスしたページは存在しません",
|
|
108
|
+
"core.error.500.detail": "申し訳ありませんが、サーバー エラーが発生しました",
|
|
109
|
+
"core.error.pending.detail": "このページ機能は作成中です",
|
|
110
|
+
"core.error.javascript.eval": "評価使用法エラー",
|
|
111
|
+
"core.error.javascript.internal": "JavaScript エンジンの内部エラー",
|
|
112
|
+
"core.error.javascript.range": "パラメータが許容範囲を超えています",
|
|
116
113
|
"core.error.javascript.reference": "オブジェクトが見つかりません",
|
|
117
114
|
"core.error.javascript.syntax": "構文エラー",
|
|
118
|
-
"core.error.javascript.type": "
|
|
115
|
+
"core.error.javascript.type": "間違ったタイプまたはオブジェクトが使用されました",
|
|
119
116
|
"core.error.javascript.unknown": "不明なエラー",
|
|
120
|
-
"core.error.javascript.uri": "URIエラー",
|
|
121
|
-
"core.header.fullscreen": "
|
|
122
|
-
"core.header.fullscreen_exit": "
|
|
123
|
-
"core.header.fullscreen_unsupported": "
|
|
124
|
-
"core.header.language": "
|
|
125
|
-
"core.header.menu_search": "
|
|
126
|
-
"core.header.menu_search_empty": "
|
|
127
|
-
"core.header.menu_search_placeholder": "
|
|
117
|
+
"core.error.javascript.uri": "URI エラー",
|
|
118
|
+
"core.header.fullscreen": "フルスクリーン",
|
|
119
|
+
"core.header.fullscreen_exit": "全画面表示を終了します",
|
|
120
|
+
"core.header.fullscreen_unsupported": "現在のブラウザは全画面表示をサポートしていません",
|
|
121
|
+
"core.header.language": "言語を切り替える",
|
|
122
|
+
"core.header.menu_search": "メニュー検索",
|
|
123
|
+
"core.header.menu_search_empty": "メニューはまだありません",
|
|
124
|
+
"core.header.menu_search_placeholder": "メニュー検索: メニュー名とパスをサポート",
|
|
128
125
|
"core.header.size.default": "デフォルト",
|
|
129
126
|
"core.header.size.large": "大",
|
|
130
127
|
"core.header.size.small": "小",
|
|
131
|
-
"core.header.size_select": "
|
|
132
|
-
"core.header.theme": "
|
|
133
|
-
"core.icon.empty": "
|
|
134
|
-
"core.icon.placeholder": "
|
|
135
|
-
"core.icon.search": "
|
|
136
|
-
"core.layout.department_unassigned": "
|
|
128
|
+
"core.header.size_select": "コンポーネントのサイズ",
|
|
129
|
+
"core.header.theme": "テーマの設定",
|
|
130
|
+
"core.icon.empty": "探しているアイコンは見つかりませんでした",
|
|
131
|
+
"core.icon.placeholder": "アイコンを選択してください",
|
|
132
|
+
"core.icon.search": "検索アイコン",
|
|
133
|
+
"core.layout.department_unassigned": "未割り当ての部門",
|
|
137
134
|
"core.layout.home": "ホーム",
|
|
138
135
|
"core.layout.info": "個人情報",
|
|
139
|
-
"core.layout.password_change": "
|
|
140
|
-
"core.layout.unnamed_menu": "
|
|
141
|
-
"core.layout.logout_confirm": "
|
|
142
|
-
"core.layout.logout_success": "
|
|
143
|
-
"core.layout.not_set": "
|
|
144
|
-
"core.layout.role_unassigned": "
|
|
145
|
-
"core.login.behavior_click": "
|
|
136
|
+
"core.layout.password_change": "パスワードを変更する",
|
|
137
|
+
"core.layout.unnamed_menu": "名前のないメニュー",
|
|
138
|
+
"core.layout.logout_confirm": "ログアウトしてもよろしいですか?",
|
|
139
|
+
"core.layout.logout_success": "正常にログアウトしました",
|
|
140
|
+
"core.layout.not_set": "が設定されていません",
|
|
141
|
+
"core.layout.role_unassigned": "ロールが割り当てられていません",
|
|
142
|
+
"core.login.behavior_click": "順番にテキストをクリックしてください",
|
|
146
143
|
"core.login.behavior_confirm": "確認",
|
|
147
144
|
"core.login.behavior_puzzle": "スライダーをドラッグしてパズルを完成させてください",
|
|
148
|
-
"core.login.behavior_rotate": "
|
|
149
|
-
"core.login.captcha": "
|
|
150
|
-
"core.login.captcha_alt": "
|
|
145
|
+
"core.login.behavior_rotate": "スライダーをドラッグして内側の円の画像を修正します",
|
|
146
|
+
"core.login.captcha": "確認コードを入力してください",
|
|
147
|
+
"core.login.captcha_alt": "確認コード",
|
|
151
148
|
"core.login.greeting.afternoon": "こんにちは",
|
|
152
|
-
"core.login.greeting.evening": "
|
|
149
|
+
"core.login.greeting.evening": "こんばんは。",
|
|
153
150
|
"core.login.greeting.morning": "おはようございます",
|
|
154
|
-
"core.login.greeting.night": "
|
|
151
|
+
"core.login.greeting.night": "おはようございます",
|
|
155
152
|
"core.login.greeting.noon": "こんにちは",
|
|
156
153
|
"core.login.other_methods": "その他のログイン方法",
|
|
157
154
|
"core.login.password": "パスワードを入力してください",
|
|
158
155
|
"core.login.tenant_code": "テナントコードを入力してください",
|
|
159
156
|
"core.login.user_name": "ユーザー名を入力してください",
|
|
160
|
-
"core.login.welcome": "
|
|
161
|
-
"core.oauth.dingtalk": "
|
|
162
|
-
"core.oauth.feishu": "
|
|
157
|
+
"core.login.welcome": "管理バックグラウンドへのログインへようこそ",
|
|
158
|
+
"core.oauth.dingtalk": "ディントーク",
|
|
159
|
+
"core.oauth.feishu": "フェイシュ",
|
|
163
160
|
"core.oauth.wechat": "WeChat",
|
|
164
|
-
"core.oauth.wechatmp": "WeChat
|
|
165
|
-
"core.oauth.wechatwork": "
|
|
166
|
-
"core.oauth.unknown": "
|
|
167
|
-
"core.password.error": "
|
|
168
|
-
"core.password.crypto_unsupported": "
|
|
169
|
-
"core.password.required": "
|
|
170
|
-
"core.password.strength": "
|
|
161
|
+
"core.oauth.wechatmp": "WeChat 公開アカウント",
|
|
162
|
+
"core.oauth.wechatwork": "エンタープライズ WeChat",
|
|
163
|
+
"core.oauth.unknown": "不明な方法です",
|
|
164
|
+
"core.password.error": "パスワードには大文字と小文字の両方、数字、特殊文字を含める必要があり、長さは 8 文字以上である必要があります。",
|
|
165
|
+
"core.password.crypto_unsupported": "現在の環境はパスワード暗号化をサポートしていません",
|
|
166
|
+
"core.password.required": "パスワードを空にすることはできません",
|
|
167
|
+
"core.password.strength": "パスワードの強度",
|
|
171
168
|
"core.password.strength.empty": "未入力",
|
|
172
|
-
"core.password.strength.high": "
|
|
173
|
-
"core.password.strength.low": "
|
|
174
|
-
"core.password.strength.medium": "
|
|
175
|
-
"core.password.tip": "
|
|
176
|
-
"core.theme.accordion": "
|
|
177
|
-
"core.theme.aside_inverted": "
|
|
178
|
-
"core.theme.aside_inverted_tip": "
|
|
179
|
-
"core.theme.breadcrumb": "
|
|
180
|
-
"core.theme.breadcrumb_icon": "
|
|
169
|
+
"core.password.strength.high": "高",
|
|
170
|
+
"core.password.strength.low": "低",
|
|
171
|
+
"core.password.strength.medium": "中",
|
|
172
|
+
"core.password.tip": "には、大文字と小文字の両方、数字、特殊文字を含める必要があり、長さは 8 文字以上である必要があります。最高の強度に達した後にのみ提出できます。",
|
|
173
|
+
"core.theme.accordion": "メニュー アコーディオン",
|
|
174
|
+
"core.theme.aside_inverted": "サイドバーの反転色",
|
|
175
|
+
"core.theme.aside_inverted_tip": "サイドバーの色がダークモードに変わります",
|
|
176
|
+
"core.theme.breadcrumb": "ブレッドクラム",
|
|
177
|
+
"core.theme.breadcrumb_icon": "ブレッドクラム アイコン",
|
|
181
178
|
"core.theme.color": "テーマカラー",
|
|
182
179
|
"core.theme.dark": "ダークモード",
|
|
183
180
|
"core.theme.footer": "フッター",
|
|
184
|
-
"core.theme.global": "
|
|
185
|
-
"core.theme.grey": "
|
|
186
|
-
"core.theme.header_inverted": "
|
|
187
|
-
"core.theme.header_inverted_tip": "
|
|
181
|
+
"core.theme.global": "グローバル テーマ",
|
|
182
|
+
"core.theme.grey": "グレーモード",
|
|
183
|
+
"core.theme.header_inverted": "ヘッド反転色",
|
|
184
|
+
"core.theme.header_inverted_tip": "頭の色がダークモードに変わります",
|
|
188
185
|
"core.theme.interface": "インターフェース設定",
|
|
189
|
-
"core.theme.layout": "レイアウト",
|
|
186
|
+
"core.theme.layout": "レイアウト スタイル",
|
|
190
187
|
"core.theme.layout.classic": "クラシック",
|
|
191
|
-
"core.theme.layout.columns": "
|
|
192
|
-
"core.theme.layout.transverse": "
|
|
193
|
-
"core.theme.layout.vertical": "
|
|
194
|
-
"core.theme.menu_collapse": "
|
|
195
|
-
"core.theme.primary_reset": "
|
|
188
|
+
"core.theme.layout.columns": "列",
|
|
189
|
+
"core.theme.layout.transverse": "水平",
|
|
190
|
+
"core.theme.layout.vertical": "ポートレート",
|
|
191
|
+
"core.theme.menu_collapse": "メニューの折りたたみ",
|
|
192
|
+
"core.theme.primary_reset": "テーマカラーは {color} にリセットされました",
|
|
196
193
|
"core.theme.settings": "レイアウト設定",
|
|
197
|
-
"core.theme.tabs": "
|
|
198
|
-
"core.theme.tabs_icon": "
|
|
194
|
+
"core.theme.tabs": "タブバー",
|
|
195
|
+
"core.theme.tabs_icon": "タブバーアイコン",
|
|
199
196
|
"core.theme.watermark": "透かし",
|
|
200
|
-
"core.theme.weak": "
|
|
201
|
-
"core.theme.color_hex_invalid": "
|
|
202
|
-
"core.theme.color_rgb_invalid": "
|
|
203
|
-
"core.route.forbidden": "403ページ",
|
|
197
|
+
"core.theme.weak": "カラー弱化モード",
|
|
198
|
+
"core.theme.color_hex_invalid": "正しい 16 進数のカラー値を入力してください",
|
|
199
|
+
"core.theme.color_rgb_invalid": "正しい RGB カラー値を入力してください",
|
|
200
|
+
"core.route.forbidden": "403 ページ",
|
|
204
201
|
"core.route.login": "ログイン",
|
|
205
|
-
"core.route.not_found": "404ページ",
|
|
206
|
-
"core.route.server_error": "500ページ",
|
|
202
|
+
"core.route.not_found": "404 ページ",
|
|
203
|
+
"core.route.server_error": "500 ページ",
|
|
207
204
|
"core.tabs.close_all": "すべて閉じる",
|
|
208
|
-
"core.tabs.close_current": "
|
|
209
|
-
"core.tabs.close_left": "
|
|
210
|
-
"core.tabs.close_other": "
|
|
211
|
-
"core.tabs.close_right": "
|
|
205
|
+
"core.tabs.close_current": "現在のを閉じます",
|
|
206
|
+
"core.tabs.close_left": "左に閉じる",
|
|
207
|
+
"core.tabs.close_other": "他を閉じる",
|
|
208
|
+
"core.tabs.close_right": "右に閉じます",
|
|
212
209
|
"core.tabs.maximize": "最大化",
|
|
213
|
-
"core.tabs.refresh": "
|
|
210
|
+
"core.tabs.refresh": "現在のデータを更新します",
|
|
214
211
|
"core.table.collapse_all": "すべて折りたたむ",
|
|
215
|
-
"core.table.column_name": "
|
|
216
|
-
"core.table.column_setting": "
|
|
212
|
+
"core.table.column_name": "カラム名",
|
|
213
|
+
"core.table.column_setting": "列の設定",
|
|
217
214
|
"core.table.expand_all": "すべて展開",
|
|
218
|
-
"core.table.hide_search": "
|
|
219
|
-
"core.table.no_configurable_columns": "
|
|
220
|
-
"core.table.refresh": "
|
|
221
|
-
"core.table.show": "
|
|
215
|
+
"core.table.hide_search": "検索を非表示にする",
|
|
216
|
+
"core.table.no_configurable_columns": "現在、構成列はありません",
|
|
217
|
+
"core.table.refresh": "データを更新します",
|
|
218
|
+
"core.table.show": "ショー",
|
|
222
219
|
"core.table.show_search": "検索を表示",
|
|
223
|
-
"core.table.sort": "
|
|
224
|
-
"core.tree.filter_placeholder": "
|
|
220
|
+
"core.table.sort": "並べ替え",
|
|
221
|
+
"core.tree.filter_placeholder": "フィルタリングするキーワードを入力してください",
|
|
225
222
|
"core.tree.reset_selection": "選択をリセット",
|
|
226
223
|
"core.upload.action": "ファイルをアップロード",
|
|
227
|
-
"core.upload.batch_add": "{resource}
|
|
228
|
-
"core.upload.batch_failed": "{resource}
|
|
229
|
-
"core.upload.batch_success": "{resource}
|
|
224
|
+
"core.upload.batch_add": "{resource} をバッチで追加します",
|
|
225
|
+
"core.upload.batch_failed": "{resource} のバッチ追加に失敗しました。もう一度アップロードしてください。",
|
|
226
|
+
"core.upload.batch_success": "{resource} のバッチ追加が成功しました",
|
|
230
227
|
"core.upload.click": "クリックしてアップロード",
|
|
231
|
-
"core.upload.data_cover": "
|
|
232
|
-
"core.upload.drag_or_click": "
|
|
233
|
-
"core.upload.excel_format": "{size}MB
|
|
234
|
-
"core.upload.file": "
|
|
235
|
-
"core.upload.file_failed": "
|
|
236
|
-
"core.upload.file_format_invalid": "
|
|
237
|
-
"core.upload.file_size_exceeded": "
|
|
238
|
-
"core.upload.file_success": "
|
|
239
|
-
"core.upload.image_failed": "
|
|
240
|
-
"core.upload.image_format_invalid": "
|
|
241
|
-
"core.upload.image_limit_exceeded": "{limit}
|
|
242
|
-
"core.upload.image_size_exceeded": "
|
|
243
|
-
"core.upload.image_success": "
|
|
244
|
-
"core.upload.limit_exceeded": "{limit}
|
|
245
|
-
"core.upload.single_file_only": "
|
|
246
|
-
"core.upload.template": "{resource}テンプレート",
|
|
247
|
-
"core.upload.template_download": "
|
|
228
|
+
"core.upload.data_cover": "データ上書き",
|
|
229
|
+
"core.upload.drag_or_click": "ファイルをここにドラッグするか、",
|
|
230
|
+
"core.upload.excel_format": ".xls、.xlsx 標準形式のファイルをアップロードしてください。最大ファイル サイズは {size} MB です。",
|
|
231
|
+
"core.upload.file": "ファイルのアップロード",
|
|
232
|
+
"core.upload.file_failed": "ファイルのアップロードに失敗しました。もう一度アップロードしてください。",
|
|
233
|
+
"core.upload.file_format_invalid": "アップロードされたファイルは必要な形式を満たしていません",
|
|
234
|
+
"core.upload.file_size_exceeded": "アップロード ファイル サイズは {size} MB を超えることはできません",
|
|
235
|
+
"core.upload.file_success": "ファイルは正常にアップロードされました",
|
|
236
|
+
"core.upload.image_failed": "画像のアップロードに失敗しました。もう一度アップロードしてください。",
|
|
237
|
+
"core.upload.image_format_invalid": "アップロードされた画像は必要な形式を満たしていません",
|
|
238
|
+
"core.upload.image_limit_exceeded": "現在、最大で {limit} 枚の写真のみをアップロードできます。アップロードする前に削除してください。",
|
|
239
|
+
"core.upload.image_size_exceeded": "アップロードする画像のサイズは {size} MB を超えることはできません",
|
|
240
|
+
"core.upload.image_success": "画像が正常にアップロードされました",
|
|
241
|
+
"core.upload.limit_exceeded": "現在、最大 {limit} ファイルをアップロードできます。アップロードする前に削除してください。",
|
|
242
|
+
"core.upload.single_file_only": "アップロードできるファイルは最大 1 つだけです",
|
|
243
|
+
"core.upload.template": "{resource} テンプレート",
|
|
244
|
+
"core.upload.template_download": "テンプレートのダウンロード",
|
|
248
245
|
"core.upload.unnamed_file": "名前のないファイル",
|
|
249
|
-
"common.action.create_resource": "{resource}
|
|
250
|
-
"common.action.edit_resource": "{resource}
|
|
251
|
-
"common.action.refresh_cache": "
|
|
252
|
-
"common.dialog.cancel_delete": "{resource}
|
|
253
|
-
"common.dialog.delete_batch": "選択した{count}{
|
|
254
|
-
"common.dialog.delete_selected": "選択した{resource}
|
|
255
|
-
"common.dialog.delete_single": "
|
|
256
|
-
"common.dialog.resource_field": "{field}
|
|
257
|
-
"common.dialog.status_change": "
|
|
258
|
-
"common.field.created_at": "
|
|
246
|
+
"common.action.create_resource": "{resource} を追加しました",
|
|
247
|
+
"common.action.edit_resource": "{resource} を変更します",
|
|
248
|
+
"common.action.refresh_cache": "キャッシュを更新します",
|
|
249
|
+
"common.dialog.cancel_delete": "削除を取り消しました {resource}",
|
|
250
|
+
"common.dialog.delete_batch": "選択した {count}{unit}{resource} を削除してもよろしいですか?",
|
|
251
|
+
"common.dialog.delete_selected": "選択した {resource} を削除してもよろしいですか?",
|
|
252
|
+
"common.dialog.delete_single": "{resource} を削除してもよろしいですか?",
|
|
253
|
+
"common.dialog.resource_field": "{field}: {value}",
|
|
254
|
+
"common.dialog.status_change": "{action}{resource} でよろしいですか?\n{field}: {value}",
|
|
255
|
+
"common.field.created_at": "作成時刻",
|
|
259
256
|
"common.field.remark": "備考",
|
|
260
|
-
"common.field.sort": "
|
|
257
|
+
"common.field.sort": "並べ替え",
|
|
261
258
|
"common.field.status": "ステータス",
|
|
262
259
|
"common.field.tenant": "テナント",
|
|
263
|
-
"common.field.updated_at": "
|
|
264
|
-
"common.message.create_success": "{resource}
|
|
265
|
-
"common.message.delete_success": "{resource}
|
|
266
|
-
"common.message.load_children_failed": "
|
|
267
|
-
"common.message.refresh_success": "
|
|
268
|
-
"common.message.select_delete_item": "
|
|
269
|
-
"common.message.status_success": "{action}
|
|
270
|
-
"common.message.update_success": "{resource}
|
|
260
|
+
"common.field.updated_at": "更新時間",
|
|
261
|
+
"common.message.create_success": "{resource} が正常に追加されました",
|
|
262
|
+
"common.message.delete_success": "{resource} の削除に成功しました",
|
|
263
|
+
"common.message.load_children_failed": "は {resource} 子ノードのロードに失敗しました",
|
|
264
|
+
"common.message.refresh_success": "正常に更新されました",
|
|
265
|
+
"common.message.select_delete_item": "項目を削除するにはチェックを入れてください",
|
|
266
|
+
"common.message.status_success": "{action} 成功",
|
|
267
|
+
"common.message.update_success": "が {resource} を正常に変更しました",
|
|
271
268
|
"common.placeholder.remark": "備考を入力してください",
|
|
272
|
-
"common.validation.max_length": "{field}は{max}
|
|
273
|
-
"common.validation.required_input": "{field}を入力してください",
|
|
274
|
-
"common.validation.required_select": "{field}を選択してください",
|
|
275
|
-
"common.validation.sort_positive": "
|
|
276
|
-
"common.field.action": "
|
|
277
|
-
"common.placeholder.start_date": "
|
|
278
|
-
"common.placeholder.end_date": "
|
|
269
|
+
"common.validation.max_length": "{field} は {max} 文字を超えることはできません",
|
|
270
|
+
"common.validation.required_input": "{field} を入力してください",
|
|
271
|
+
"common.validation.required_select": "{field} を選択してください",
|
|
272
|
+
"common.validation.sort_positive": "並べ替えは 0 より大きくなければなりません",
|
|
273
|
+
"common.field.action": "オペレーション",
|
|
274
|
+
"common.placeholder.start_date": "開始時刻",
|
|
275
|
+
"common.placeholder.end_date": "締め切り",
|
|
279
276
|
"common.value.yes": "はい",
|
|
280
277
|
"common.value.no": "いいえ",
|
|
281
278
|
"common.value.unknown": "不明",
|
|
@@ -23,12 +23,9 @@
|
|
|
23
23
|
"common.field.phone": "手机号码",
|
|
24
24
|
"common.field.start_time": "开始时间",
|
|
25
25
|
"common.language.en-US": "English",
|
|
26
|
-
"common.language.ja-JP": "日本語",
|
|
27
26
|
"common.language.zh-CN": "简体中文",
|
|
28
27
|
"common.language.zh-TW": "繁体中文",
|
|
29
|
-
"common.language.
|
|
30
|
-
"common.language.fr-FR": "法语",
|
|
31
|
-
"common.language.es-ES": "西班牙语",
|
|
28
|
+
"common.language.ja-JP": "日语",
|
|
32
29
|
"common.message.no_data": "暂无数据",
|
|
33
30
|
"common.message.operation_success": "操作成功",
|
|
34
31
|
"common.message.system_error": "系统出错",
|
|
@@ -23,12 +23,9 @@
|
|
|
23
23
|
"common.field.phone": "手機號碼",
|
|
24
24
|
"common.field.start_time": "開始時間",
|
|
25
25
|
"common.language.en-US": "英文",
|
|
26
|
-
"common.language.ja-JP": "日文",
|
|
27
26
|
"common.language.zh-CN": "簡體中文",
|
|
28
27
|
"common.language.zh-TW": "繁體中文",
|
|
29
|
-
"common.language.
|
|
30
|
-
"common.language.fr-FR": "法文",
|
|
31
|
-
"common.language.es-ES": "西班牙文",
|
|
28
|
+
"common.language.ja-JP": "日語",
|
|
32
29
|
"common.message.no_data": "暫無資料",
|
|
33
30
|
"common.message.operation_success": "操作成功",
|
|
34
31
|
"common.message.system_error": "系統出錯",
|
|
@@ -8,10 +8,20 @@
|
|
|
8
8
|
|
|
9
9
|
/** 状态 */
|
|
10
10
|
export enum Status {
|
|
11
|
-
/**
|
|
12
|
-
|
|
13
|
-
/**
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
|
|
11
|
+
/** STATUS_UNSPECIFIED - 未知状态 */
|
|
12
|
+
STATUS_UNSPECIFIED = 0,
|
|
13
|
+
/** STATUS_ENABLE - 启用 */
|
|
14
|
+
STATUS_ENABLE = 1,
|
|
15
|
+
/** STATUS_DISABLE - 禁用 */
|
|
16
|
+
STATUS_DISABLE = 2,
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/** 定时任务日志状态 */
|
|
20
|
+
export enum BaseJobLogStatus {
|
|
21
|
+
/** BASE_JOB_LOG_STATUS_UNSPECIFIED - 未指定定时任务日志状态 */
|
|
22
|
+
BASE_JOB_LOG_STATUS_UNSPECIFIED = 0,
|
|
23
|
+
/** BASE_JOB_LOG_STATUS_SUCCESS - 成功 */
|
|
24
|
+
BASE_JOB_LOG_STATUS_SUCCESS = 1,
|
|
25
|
+
/** BASE_JOB_LOG_STATUS_FAIL - 失败 */
|
|
26
|
+
BASE_JOB_LOG_STATUS_FAIL = 2,
|
|
17
27
|
}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
import type { Status } from "../../../common/v1/enum";
|
|
9
9
|
import type { Empty } from "../../../google/protobuf/empty";
|
|
10
|
-
import type {
|
|
10
|
+
import type { BaseI18n } from "./base_i18n";
|
|
11
11
|
|
|
12
12
|
/** 字典选项查询条件 */
|
|
13
13
|
export interface OptionBaseDictRequest {
|
|
@@ -102,7 +102,7 @@ export interface BaseDictForm {
|
|
|
102
102
|
/** 字典名称 */
|
|
103
103
|
name: string;
|
|
104
104
|
/** 非主语言翻译 */
|
|
105
|
-
translations:
|
|
105
|
+
translations: BaseI18n[];
|
|
106
106
|
/** 状态 */
|
|
107
107
|
status: Status;
|
|
108
108
|
}
|
|
@@ -128,7 +128,7 @@ export interface BaseDictItemForm {
|
|
|
128
128
|
/** 排序 */
|
|
129
129
|
sort: number;
|
|
130
130
|
/** 非主语言翻译 */
|
|
131
|
-
translations:
|
|
131
|
+
translations: BaseI18n[];
|
|
132
132
|
/** 状态 */
|
|
133
133
|
status: Status;
|
|
134
134
|
}
|
|
@@ -200,7 +200,7 @@ export interface BaseDict {
|
|
|
200
200
|
/** 更新时间 */
|
|
201
201
|
updated_at: string;
|
|
202
202
|
/** 非主语言翻译 */
|
|
203
|
-
translations:
|
|
203
|
+
translations: BaseI18n[];
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
/** 字典项 */
|
|
@@ -224,7 +224,7 @@ export interface BaseDictItem {
|
|
|
224
224
|
/** 更新时间 */
|
|
225
225
|
updated_at: string;
|
|
226
226
|
/** 非主语言翻译 */
|
|
227
|
-
translations:
|
|
227
|
+
translations: BaseI18n[];
|
|
228
228
|
}
|
|
229
229
|
|
|
230
230
|
/** Admin字典服务 */
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
// versions:
|
|
3
3
|
// protoc-gen-ts_proto v2.11.8
|
|
4
4
|
// protoc unknown
|
|
5
|
-
// source: system/admin/v1/
|
|
5
|
+
// source: system/admin/v1/base_i18n.proto
|
|
6
6
|
|
|
7
7
|
/* eslint-disable */
|
|
8
8
|
import type { Empty } from "../../../google/protobuf/empty";
|
|
9
9
|
|
|
10
|
-
/** 统一翻译表目标类型,和
|
|
10
|
+
/** 统一翻译表目标类型,和 base_i18n.target_type 的值一一对应。 */
|
|
11
11
|
export enum TranslationTargetType {
|
|
12
12
|
/** TRANSLATION_TARGET_TYPE_UNSPECIFIED - 未指定统一翻译表目标类型。 */
|
|
13
13
|
TRANSLATION_TARGET_TYPE_UNSPECIFIED = 0,
|
|
@@ -60,7 +60,7 @@ export interface UpdateBaseTranslationRequest {
|
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
/** 国际化翻译信息 */
|
|
63
|
-
export interface
|
|
63
|
+
export interface BaseI18n {
|
|
64
64
|
/** 翻译记录ID */
|
|
65
65
|
id: number;
|
|
66
66
|
/** 翻译目标类型 */
|
|
@@ -82,7 +82,7 @@ export interface CodeGenLocaleConfig {
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
/** 国际化翻译信息服务。 */
|
|
85
|
-
export interface
|
|
85
|
+
export interface BaseI18nService {
|
|
86
86
|
/** 翻译单个文本。 */
|
|
87
87
|
DraftBaseTranslation(request: DraftBaseTranslationRequest): Promise<DraftBaseTranslationResponse>;
|
|
88
88
|
/** 修改国际化翻译信息 */
|