summaryrefslogtreecommitdiff
path: root/shared/lang/en-US.json
blob: ea074ed586f8abfc127f31a50dba64a02f1a119d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
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"
      }
    }
  }
}