Commit 0645992e authored by Sixiang_Zzb's avatar Sixiang_Zzb

修改翻译

parent 64029eb2
......@@ -38,8 +38,8 @@ const TableShow = (props: any) => {
const key = objectColumns([
['User Name', 'owner_family_name'],
['Contact Number', 'owner_family_phone', (text: string, record: any) => text || '--'],
['Email', 'owner_family_email', (text: string, record: any) => text || '--'],
['Contact Number', 'owner_family_phone', (text: string, record: any) => text],
['Email', 'owner_family_email', (text: string, record: any) => text],
[
'User Type',
null,
......
......@@ -52,7 +52,7 @@ export default {
'menu.usemanagement': 'User Management',
'menu.monitoringcenter': 'Monitoring Center',
'menu.usemanagement.lifeusers': 'LIFE User Management',
'menu.usemanagement.lifeusers': 'Life User Management',
'menu.usemanagement.serviceproviders': 'Service Provider Management',
'menu.propertymanagement': 'Property Fee Management',
'menu.commercialservice': 'Commercial Service',
......
......@@ -52,7 +52,7 @@ export default {
'menu.usemanagement': '用户管理',
'menu.monitoringcenter': '监控中心',
'menu.usemanagement.lifeusers': 'LIFE用户管理',
'menu.usemanagement.lifeusers': 'Life用户管理',
'menu.usemanagement.serviceproviders': '服务商管理',
'menu.propertymanagement': '物业费管理',
'menu.commercialservice': '物业服务',
......
......@@ -73,7 +73,7 @@ const AccoutingContent = (props: {
const copyStatus = document.execCommand('Copy'); // 执行copy操作
// 对成功与否定进行提示
if (copyStatus) {
message.success('Copy Success');
message.success('URL copy successfully!');
} else {
message.error('Copy Failure,Please copy manually');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment