add rights and a few menus to go along with that
This commit is contained in:
parent
b944be96a4
commit
11d2a8cb32
7 changed files with 339 additions and 9 deletions
|
@ -321,7 +321,26 @@
|
|||
"areYouSureDelete": "Are you sure you want to delete your account? If so enter the phrase $1",
|
||||
"sillyDeleteConfirmPhrase": "Shrek is love, Shrek is life",
|
||||
"deleteAccountButton": "Delete account",
|
||||
"mustTypePhrase": "To delete your account you must type the phrase"
|
||||
"mustTypePhrase": "To delete your account you must type the phrase",
|
||||
"manageInstance": "Manage Instance"
|
||||
},
|
||||
"manageInstance": {
|
||||
"stop": "Stop instance",
|
||||
"AreYouSureStop": "Are you sure you want to stop this instance?",
|
||||
"createTokens": "Create Registration Tokens",
|
||||
"count": "Count:",
|
||||
"length": "Length:",
|
||||
"format": "Format:",
|
||||
"TokenFormats": {
|
||||
"plain": "Plain",
|
||||
"JSON": "JSON formatted",
|
||||
"URLs": "Invite URLs"
|
||||
},
|
||||
"create": "Create",
|
||||
"clientURL": "Client URL:",
|
||||
"regType": "Register token URL type",
|
||||
"genericType": "Generic",
|
||||
"copy": "Copy"
|
||||
},
|
||||
"message": {
|
||||
"reactionAdd": "Add reaction",
|
||||
|
@ -403,7 +422,9 @@
|
|||
"ban": "Ban member",
|
||||
"addRole": "Add roles",
|
||||
"removeRole": "Remove roles",
|
||||
"editServerProfile": "Edit server profile"
|
||||
"editServerProfile": "Edit server profile",
|
||||
"instanceBan": "Instance ban",
|
||||
"confirmInstBan": "Are you sure you want to instance ban $1?"
|
||||
},
|
||||
"login": {
|
||||
"checking": "Checking Instance",
|
||||
|
@ -453,6 +474,8 @@
|
|||
"name:": "Name:",
|
||||
"confirmDel": "Are you sure you want to delete this emoji?"
|
||||
},
|
||||
"incorrectURLS": "## This instance has likely sent the incorrect URLs.\n### If you're the instance owner please see [here](https://docs.spacebar.chat/setup/server/) under *Connecting from remote machines* to correct the issue.\n Would you like Jank Client to automatically try to fix this error to let you connect to the instance?",
|
||||
|
||||
"uploadFilesText": "Upload your files here!",
|
||||
"errorReconnect": "Unable to connect to the server, retrying in **$1** seconds...",
|
||||
"retrying": "Retrying...",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue