mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
i18n: 客户端管理新增多语言配置示例
This commit is contained in:
41
src/typings/app.d.ts
vendored
41
src/typings/app.d.ts
vendored
@ -290,6 +290,7 @@ declare namespace App {
|
||||
type FormMsg = {
|
||||
required: string;
|
||||
invalid: string;
|
||||
tooltip?: string;
|
||||
};
|
||||
|
||||
type Schema = {
|
||||
@ -306,6 +307,8 @@ declare namespace App {
|
||||
addSuccess: string;
|
||||
backToHome: string;
|
||||
batchDelete: string;
|
||||
import: string;
|
||||
export: string;
|
||||
cancel: string;
|
||||
close: string;
|
||||
check: string;
|
||||
@ -340,11 +343,13 @@ declare namespace App {
|
||||
trigger: string;
|
||||
update: string;
|
||||
updateSuccess: string;
|
||||
saveSuccess: string;
|
||||
userCenter: string;
|
||||
yesOrNo: {
|
||||
yes: string;
|
||||
no: string;
|
||||
};
|
||||
second: string;
|
||||
};
|
||||
request: {
|
||||
logout: string;
|
||||
@ -417,6 +422,17 @@ declare namespace App {
|
||||
};
|
||||
route: Record<I18nRouteKey, string>;
|
||||
page: {
|
||||
common: {
|
||||
id: string;
|
||||
createBy: string;
|
||||
createTime: string;
|
||||
updateBy: string;
|
||||
updateTime: string;
|
||||
remark: string;
|
||||
form: {
|
||||
remark: FormMsg;
|
||||
};
|
||||
};
|
||||
login: {
|
||||
common: {
|
||||
loginOrRegister: string;
|
||||
@ -492,6 +508,31 @@ declare namespace App {
|
||||
};
|
||||
creativity: string;
|
||||
};
|
||||
system: {
|
||||
client: {
|
||||
title: string;
|
||||
clientId: string;
|
||||
clientKey: string;
|
||||
clientSecret: string;
|
||||
grantTypeList: string;
|
||||
deviceType: string;
|
||||
activeTimeout: string;
|
||||
timeout: string;
|
||||
status: string;
|
||||
form: {
|
||||
clientId: FormMsg;
|
||||
clientKey: FormMsg;
|
||||
clientSecret: FormMsg;
|
||||
grantTypeList: FormMsg;
|
||||
deviceType: FormMsg;
|
||||
activeTimeout: FormMsg;
|
||||
timeout: FormMsg;
|
||||
status: FormMsg;
|
||||
};
|
||||
addClient: string;
|
||||
editClient: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
form: {
|
||||
required: string;
|
||||
|
Reference in New Issue
Block a user