summaryrefslogtreecommitdiff
path: root/shared/lang/en-US.json
diff options
context:
space:
mode:
Diffstat (limited to 'shared/lang/en-US.json')
-rw-r--r--shared/lang/en-US.json126
1 files changed, 126 insertions, 0 deletions
diff --git a/shared/lang/en-US.json b/shared/lang/en-US.json
new file mode 100644
index 0000000..ea074ed
--- /dev/null
+++ b/shared/lang/en-US.json
@@ -0,0 +1,126 @@
+{
+ "_locale": "en_US",
+ "oobe": {
+ "title": "Welcome to your local messaging app",
+ "developer": "Enable developer options",
+ "beta": "Switch to the beta channel",
+ "stable": "Switch to the stable channel",
+ "navigation": {
+ "start": "Start",
+ "restart": "Restart",
+ "next": "Next"
+ },
+ "connect": {
+ "title": "Let's get you connected",
+ "description": "Your administrator should have provided a Localchat Server Configuration (.lctsc) file. Make sure you have this file before clicking on Next.",
+ "check": "Checking configuration..."
+ },
+ "error": {
+ "title": "Something went wrong",
+ "description": "We were unable to check your configuration. Make sure you have provided the right file and that the server is powered on and working properly."
+ },
+ "disclaimers": {
+ "title": "Usage disclaimers"
+ },
+ "diagnostics": {
+ "title": "Allow diagnostic data?",
+ "description": "Equestria.dev can collect diagnostic data while you use Localchat to resolve issues you are encountering and improve your experience.",
+ "no": "Skip",
+ "yes": "I agree"
+ },
+ "changelog": {
+ "title": "Changes since the previous version"
+ },
+ "done": {
+ "title": "All set!",
+ "description": "Thanks for using Localchat. You have now completed the configuration process and you are ready to use Localchat. Click on Done to start",
+ "complete": "Done"
+ }
+ },
+ "beta": "Beta",
+ "input": {
+ "upload": "Upload a file",
+ "emoji": "Add emojis",
+ "typing": {
+ "and": "and",
+ "many": "Multiple people",
+ "singular": "is",
+ "plural": "are",
+ "end": "typing…"
+ }
+ },
+ "error": "An error occurred: %1: %2; please report this on https://bugs.equestria.dev/issues/LCHT",
+ "background_error": "Unable to load the background image: %1; run /background to change or reset it",
+ "byte": "B",
+ "invalid_config": "The server configuration you have selected is invalid, please select another one.",
+ "status": {
+ "leave": "You left the chat",
+ "leave2": "%1 left the chat",
+ "error": "Unable to connect to the Localchat server at %1, make sure the server is turned on",
+ "import": "If you wish to connect to another server, %1click here to import another .lctsc file%2",
+ "join": "You joined the chat",
+ "join2": "%1 (%2) joined the chat",
+ "unverify": "Unable to verify the server's identity",
+ "banned": "You have been blocked from this server"
+ },
+ "upload": {
+ "folder": "Unable to send folders or other special files",
+ "corrupt": "Warning: this file is possibly corrupted, make sure to check it before opening it",
+ "size": "Unable to send this file because it exceeds the maximum allowed size (%1)",
+ "error": "An error occurred while uploading your file, try again later"
+ },
+ "dm_notice": "This is a private message from the server owner. Use /r to reply privately.",
+ "send": {
+ "offline": "Unable to send this message because you are not connected to the server",
+ "banned": "Unable to send this message because you are blocked from the server"
+ },
+ "commands": {
+ "_server": "Please connect to the server before using slash commands",
+ "_server2": "You are not currently connected to a server",
+ "_": "Sorry, /%1 is not a valid slash command, use /help to get a list",
+ "help": "Available commands:",
+ "channel": {
+ "beta": "Localchat will now use the Beta channel, restart the application to complete the switch.",
+ "stable": "Localchat will now use the Stable channel, restart the application to complete the switch."
+ },
+ "version": {
+ "localchat": "Localchat version:",
+ "node": "Node.js version:",
+ "chrome": "Chrome version:",
+ "electron": "Electron version:",
+ "server": "Server version:"
+ },
+ "url": "The server you are connected to is:",
+ "ping": "Your ping is: %1 ms",
+ "r": "Please specify the message to send",
+ "msg": "Please specify the IP address of the client to send the message to",
+ "deop": "Please specify the IP address of a client you want to not make an operator",
+ "op": "Please specify the IP address of a client you want to make an operator",
+ "unban": "Please specify the IP address of a client you want to unblock",
+ "ban": "Please specify the IP address of a client you want to block",
+ "verify": "Use this fingerprint to verify the server's identity:",
+ "nick": {
+ "self": "Your name is now \"%1\"",
+ "other": "%1 changed their name to \"%2\""
+ },
+ "background": {
+ "error": "Unable to change the background image: %1",
+ "removed": "Successfully removed the background image",
+ "changed": "Successfully changed the background image to %1"
+ },
+ "color": {
+ "reset": {
+ "self": "Your profile colors are now the default ones",
+ "other": "%1 changed their profile colors to the default ones"
+ },
+ "invalid": {
+ "first": "The first color is not a valid hexadecimal color code",
+ "second": "The second color is not a valid hexadecimal color code"
+ },
+ "changed": {
+ "self": "Your profile colors are now #%1 and #%1",
+ "other": "%1 changed their profile colors"
+ }
+ }
+ }
+} \ No newline at end of file