English name

This commit is contained in:
2024-10-29 09:57:14 +08:00
parent a67e52d60d
commit 62a4f2769a
6 changed files with 57 additions and 15 deletions

View File

@@ -17,6 +17,9 @@ const en = {
labelother: 'close other',
labelall: 'close all'
},
info:{
realname:'English names can only contain uppercase and lowercase letters, "-", and spaces'
},
total: {
author: 'author',
editor: 'editor',

View File

@@ -16,6 +16,8 @@ const zh = {
label: '标签选项',
labelother: '关闭其他',
labelall: '关闭所有'
}, info: {
realname: '英文名字只能包含大小写英文字母、"-" 、和 空格'
},
total: {
author: '作者',