Skip to content
Snippets Groups Projects
Commit 74343fcd authored by Snazzah's avatar Snazzah
Browse files

Update en.json

parent d6cf43a3
Branches
1 merge request!11Bots section strings
...@@ -284,7 +284,17 @@ ...@@ -284,7 +284,17 @@
}, },
"source_code": "Source Code", "source_code": "Source Code",
"bots": { "bots": {
"title": "My Bots" "title": "My Bots",
"create_bot": "Create a Bot",
"copy_invite": "Copy Invite Link",
"add": "Add Bot",
"token": "Token",
"public_bot_tip": "Bot is public. Anyone can invite it.",
"private_bot_tip": "Bot is private. Only you can invite it.",
"public_bot": "Public Bot",
"public_bot_desc": "Whether to allow other users to invite this bot.",
"interactions_url": "Interactions URL",
"reserved": "Note: This field is reserved for the future."
}, },
"feedback": { "feedback": {
"title": "Feedback", "title": "Feedback",
...@@ -390,6 +400,7 @@ ...@@ -390,6 +400,7 @@
"copy": "Manual Copy:" "copy": "Manual Copy:"
}, },
"signed_out": "You were signed out!", "signed_out": "You were signed out!",
"token_reveal": "{{name}}'s Token",
"onboarding": { "onboarding": {
"welcome": "Welcome to", "welcome": "Welcome to",
"pick": "Pick a username that you want people to be able to find you by, this can be changed later in settings." "pick": "Pick a username that you want people to be able to find you by, this can be changed later in settings."
...@@ -430,6 +441,7 @@ ...@@ -430,6 +441,7 @@
"kick": "Kick", "kick": "Kick",
"save": "Save", "save": "Save",
"hide": "Hide", "hide": "Hide",
"edit": "Edit",
"block": "Block", "block": "Block",
"close": "Close", "close": "Close",
"leave": "Leave", "leave": "Leave",
...@@ -598,7 +610,8 @@ ...@@ -598,7 +610,8 @@
"IoError": "Server encountered an I/O error.", "IoError": "Server encountered an I/O error.",
"UnsupportedBrowser": "Browser is missing support for this feature.", "UnsupportedBrowser": "Browser is missing support for this feature.",
"DeniedNotification": "You denied notification access, check page settings.", "DeniedNotification": "You denied notification access, check page settings.",
"CompromisedPassword": "This password is compromised." "CompromisedPassword": "This password is compromised.",
"ReachedMaximumBots": "You reached the maximum amount of bots."
}, },
"shortcuts": { "shortcuts": {
"ctrlc": "Ctrl + C" "ctrlc": "Ctrl + C"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment