2
0

fix: i18n change

This commit is contained in:
zhangsz
2025-02-17 18:12:01 +08:00
parent 631fd1d5ad
commit fd1a6edc85
2 changed files with 10 additions and 10 deletions

View File

@@ -753,8 +753,8 @@ const local: any = {
username:'User Name', username:'User Name',
fullname:'Full Name', fullname:'Full Name',
sex:'Gender', sex:'Gender',
man:'Man', man:'Male',
woman:'Woman', woman:'Female',
birthdate:'Birth Date', birthdate:'Birth Date',
age:'Age ', age:'Age ',
email:'Email', email:'Email',
@@ -809,7 +809,7 @@ const local: any = {
picture:'Facial photograph', picture:'Facial photograph',
status:'Status', status:'Status',
createtime:'Create Time', createtime:'Create Time',
operate:'Operate', operate:'Action',
confirmtitle:'Confirmation approved.', confirmtitle:'Confirmation approved.',
confirmcontent:'Are you sure you want to verify this user\'s real-name authentication?', confirmcontent:'Are you sure you want to verify this user\'s real-name authentication?',
confirmsuc:'Successfully approved.', confirmsuc:'Successfully approved.',
@@ -840,7 +840,7 @@ const local: any = {
modaltitle:'Edit rule', modaltitle:'Edit rule',
use:'Enable', use:'Enable',
unuse:'Not enabled', unuse:'Not enabled',
action:'Operate', action:'Action',
geterr:'Failed to get the billing rule', geterr:'Failed to get the billing rule',
updatesuc:'Update successful', updatesuc:'Update successful',
updateerr:'Update failed' updateerr:'Update failed'
@@ -869,8 +869,8 @@ const local: any = {
changeerror:'Modification failed.', changeerror:'Modification failed.',
adderror:'Failed to add.', adderror:'Failed to add.',
unlimit:'Unlimited', unlimit:'Unlimited',
operate:'Operate', operate:'Action',
changed:'Revise', changed:'Edit',
delete:'Delete', delete:'Delete',
}, },
package: { package: {
@@ -902,7 +902,7 @@ const local: any = {
status:'Status', status:'Status',
use: 'Enable', use: 'Enable',
unuse: 'Disable', unuse: 'Disable',
operate: 'Operation', operate: 'Action',
edit: 'Edit', edit: 'Edit',
delete: 'Delete', delete: 'Delete',
hour: 'Hour', hour: 'Hour',
@@ -928,7 +928,7 @@ const local: any = {
status:'Status', status:'Status',
remark:'Remarks', remark:'Remarks',
createtime:'Creation time', createtime:'Creation time',
operate:'Operate', operate:'Action',
deleteask:'Do you confirm the deletion?', deleteask:'Do you confirm the deletion?',
title:'Dictionary list', title:'Dictionary list',
}, },
@@ -946,7 +946,7 @@ const local: any = {
ordernum:'Sort', ordernum:'Sort',
icon:'Icon', icon:'Icon',
createtime:'Create Time', createtime:'Create Time',
operate:'Operate', operate:'Action',
edit:'Edit', edit:'Edit',
delete:'Delete', delete:'Delete',
modaltitle:'Tips', modaltitle:'Tips',

View File

@@ -870,7 +870,7 @@ const local:any = {
adderror:'添加失败', adderror:'添加失败',
unlimit:'无限制', unlimit:'无限制',
operate:'操作', operate:'操作',
changed:'修改', changed:'编辑',
delete:'删除', delete:'删除',
}, },
package:{ package:{