Skip to content

Commit

Permalink
New Crowdin updates (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
GZTimeWalker authored Feb 27, 2024
1 parent 6b4f3a3 commit 40f0ba8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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/> {{name}} ?",
"message": "Are you sure you want to reset the password for {{name}}?",
"title": "Reset password for {{name}}"
},
"stats": "<1>{{current}}</1> out of <1>{{total}}</1> users displayed"
Expand Down Expand Up @@ -340,8 +340,8 @@
"no_selected": "Please select at least one file",
"updated": "Attachment updated"
},
"created": "Title created",
"deleted": "Title deleted",
"created": "Challenge created",
"deleted": "Challenge deleted",
"flag": {
"created": "Flag created",
"deleted": "Flag deleted"
Expand Down
4 changes: 2 additions & 2 deletions src/GZCTF/ClientApp/src/locales/en_US/game.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,13 @@
},
"status": {
"pending": "Pending",
"accepted": "Approve",
"accepted": "Approved",
"rejected": "Rejected",
"suspended": "Banned"
},
"actions": {
"pending": "Pending review",
"accepted": "Approve",
"accepted": "Approved",
"rejected": "Re-Sign Up",
"suspended": "Banned",
"unsubmitted": "Join game"
Expand Down

0 comments on commit 40f0ba8

Please sign in to comment.