Skip to content

Commit

Permalink
New translations edit.json (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart committed Dec 20, 2023
1 parent 55e887a commit 731a9af
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions public/locales/cn/manage/users/edit.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"metaTitle": "",
"back": "",
"sections": {
"general": {
"title": "通用",
"inputs": {
"username": {
"label": "用户名"
},
"eMail": {
"label": "邮箱"
}
}
},
"security": {
"title": "",
"inputs": {
"password": {
"label": ""
},
"terminateExistingSessions": {
"label": "",
"description": ""
},
"confirm": {
"label": "确认",
"description": ""
}
}
},
"roles": {
"title": "",
"currentRole": "",
"badges": {
"owner": "",
"admin": "",
"normal": ""
}
},
"deletion": {
"title": "",
"inputs": {
"confirmUsername": {
"label": "",
"description": ""
},
"confirm": {
"label": "永久删除",
"description": ""
}
}
}
}
}

0 comments on commit 731a9af

Please sign in to comment.