· 5 years ago · Jul 26, 2020, 06:26 AM
1{
2 "EnglishUK": {
3 "success": "Success",
4 "failed": "Failed",
5 "settings": "Settings",
6 "pending": "Pending",
7
8 "verification_title": "Verification",
9 "verification_loading": "Loading...",
10 "verification_loading_message": "Please wait while I verify your web account...",
11 "verification_failed_generic": "Error: `Could not link your account. Stacktrace: `%s`",
12 "verification_failed_db": "Error: `Unable to remove your pending verification from the database. Please contact aberdeener#0001`",
13 "verification_success": "Thank you for linking your account.",
14
15 "verify_id_message": "Someone has request to link this Discord account with a NamelessMC web account. If this was you, please reply with the username you used to register on the website. If this was not you, you can safely ignore this message.",
16
17 "link_guild_title": "Link Guild",
18 "link_guild_saving": "The API URL and Guild ID you sent were valid. Saving now...",
19 "link_guild_success": "Your API URL has been linked to \"%s\".",
20 "link_guild_failed_db": "Failed: `Your API URL could not be saved. Please contact aberdeener#0001`",
21 "link_guild_failed_generic": "Stacktrace: `%s`",
22 "link_guild_failed_no_guilds": "Error: `You are not the owner of a Guild with the Nameless Link bot.`",
23 "link_guild_failed_invalid_id": "Error: `Invalid Guild ID.\nAvailable Guilds:\n%s`",
24 "link_guild_failed_multiple": "Error: `You are the owner of multiple Guilds with the Nameless Link bot Please specify a Guild ID as the second argument.\nAvailable Guilds:\n%s`",
25
26 "language_title": "Language",
27 "language_update_success": "Successfully updated your language to `%s`.",
28 "language_update_failed_db": "Failed: `Your language could not be updated. Please contact aberdeener#0001`",
29 "language_update_failed_invalid": "Failed: `You entered an invalid language (%s).\nValid languages: %s.`",
30 "language_invalid_argument": "Oops, that is an invalid argument (%s).\nValid arguments: `set`.",
31 "language_get": "Your language is set to: `%s`.",
32 "language_get_failed_db": "Failed: `Your language could not be found. Please contact aberdeener#0001`",
33
34 "guild_join_success": "Hello! Thank you for using the NamelessMC Bot. To get started, reply with your API URL found in `StaffCP -> Configuration -> API`.\nTo change my language type `!language set`.",
35 "guild_join_failed_db": "Hello! Thank you for using the NamelessMC Bot. I tried to setup your guild, but failed. Please contact aberdeener#0001",
36 "guild_join_needs_renew": "Hello! Thank you for using the NamelessMC Bot. It looks like you have already set your API URL, but it is no longer functional. Please reply with your API URL found in `StaffCP -> Configuration -> API`",
37 "guild_join_welcome_back": "Hello! Thank you for using the NamelessMC Bot. It looks like you have already set your API URL. Welcome back."
38 },
39 "Chinese-Simplified": {
40 "key": "value"
41 },
42 "Swedish": {
43 "key": "value"
44 }