Skip to content

Commit

Permalink
fix: wrong i18n var key
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker committed Feb 26, 2024
1 parent f5e917e commit a9a0bf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/src/locales/en_US/admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"delete": "Are you sure you want to delete user {{name}} ?",
"reset": {
"content": "The user password has been reset, <strong>this password will only show up once</strong>, please save it properly.",
"message": "Are you sure you want to reset the password for user<br/> {{user}} ?",
"message": "Are you sure you want to reset the password for user<br/> {{name}} ?",
"title": "Reset password for {{name}}"
},
"stats": "<1>{{current}}</1> out of <1>{{total}}</1> users displayed"
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/src/locales/ja_JP/admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"delete": "ユーザー {{name}} を削除してもよろしいですか?",
"reset": {
"content": "ユーザーパスワードがリセットされました。<strong>このパスワードは一度だけ表示されます</strong>、適切に保存してください。",
"message": "<br/> {{user}} のパスワードをリセットしてもよろしいですか?",
"message": "<br/> {{name}} のパスワードをリセットしてもよろしいですか?",
"title": "{{name}} のパスワードリセット"
},
"stats": "<1>{{current}}</1>/<1>{{total}}</1> ユーザー表示済み"
Expand Down
2 changes: 1 addition & 1 deletion src/GZCTF/ClientApp/src/locales/zh_CN/admin.json
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
"delete": "你确定要删除用户 {{name}} 吗?",
"reset": {
"content": "用户密码已重置,<strong>此密码只会显示一次</strong>,请妥善保存。",
"message": "你确定重置用户 {{user}} 的密码吗?",
"message": "你确定重置用户 {{name}} 的密码吗?",
"title": "为 {{name}} 重置密码"
},
"stats": "已显示 <1>{{current}}</1>/<1>{{total}}</1> 用户"
Expand Down

0 comments on commit a9a0bf4

Please sign in to comment.