Skip to content

Commit

Permalink
feat: add timeout strings
Browse files Browse the repository at this point in the history
fixes #1
  • Loading branch information
Rexogamer committed Sep 3, 2024
1 parent cfc6c6d commit 0335a70
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion en.json
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,8 @@
"confirm_kick": "Are you sure you want to kick {{name}}?",
"confirm_ban": "You are about to ban {{name}}",
"confirm_ban_reason": "Ban Reason",
"confirm_timeout": "Are you sure you want to timeout {{name}}?",
"confirm_timeout_amount": "Timeout Amount",
"unfriend_user": "Unfriend {{name}}?",
"unfriend_user_long": "You may not be able to talk to them again until you add them back.",
"block_user": "Block {{name}}?",
Expand Down Expand Up @@ -741,9 +743,10 @@
},
"actions": {
"ok": "OK",
"ban": "Ban",
"done": "Done",
"kick": "Kick",
"ban": "Ban",
"timeout": "Timeout",
"save": "Save",
"hide": "Hide",
"edit": "Edit",
Expand Down Expand Up @@ -843,6 +846,7 @@
"remove_member": "Remove from group",
"kick_member": "Kick member",
"ban_member": "Ban member",
"timeout_member": "Timeout member",
"open_file": "Open file",
"save_file": "Save file",
"open_image": "Open image",
Expand Down

0 comments on commit 0335a70

Please sign in to comment.