en-US.json 18 KB
Newer Older
tester233's avatar
tester233 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "messages": {
    "game": {
      "port_bind": "Game Server started on port %s",
      "connect": "Client connected from %s",
      "disconnect": "Client disconnected from %s",
      "game_update_error": "An error occurred during game update.",
      "command_error": "Command error:"
    },
    "dispatch": {
      "port_bind": "[Dispatch] Dispatch server started on port %s",
      "request": "[Dispatch] Client %s %s request: %s",
      "keystore": {
        "general_error": "[Dispatch] Error while loading keystore!",
        "password_error": "[Dispatch] Unable to load keystore. Trying default keystore password...",
        "no_keystore_error": "[Dispatch] No SSL cert found! Falling back to HTTP server.",
        "default_password": "[Dispatch] The default keystore password was loaded successfully. Please consider setting the password to 123456 in config.json."
      },
      "authentication": {
20
        "default_unable_to_verify": "[Authentication] Something called the verifyUser method which is unavailable in the default authentication handler."
tester233's avatar
tester233 committed
21
22
      },
      "no_commands_error": "Commands are not supported in dispatch only mode.",
23
      "unhandled_request_error": "[Dispatch] Potential unhandled %s request: %s.",
tester233's avatar
tester233 committed
24
      "account": {
25
26
        "login_attempt": "[Dispatch] Client %s is trying to log in.",
        "login_success": "[Dispatch] Client %s logged in as %s.",
27
        "login_max_player_limit": "[Dispatch] Client %s failed to log in: The number of online players has reached the limit",
28
29
30
        "login_token_attempt": "[Dispatch] Client %s is trying to log in via token.",
        "login_token_error": "[Dispatch] Client %s failed to log in via token.",
        "login_token_success": "[Dispatch] Client %s logged in via token as %s.",
31
32
        "login_password_error": "[Dispatch] Client %s failed to log in via password.",
        "login_password_storage_error": "[Dispatch] Client %s failed to log in via password because there is no password in the database.",
33
34
35
36
37
38
        "combo_token_success": "[Dispatch] Client %s succeed to exchange combo token.",
        "combo_token_error": "[Dispatch] Client %s failed to exchange combo token.",
        "account_login_create_success": "[Dispatch] Client %s failed to log in: Account %s created.",
        "account_login_create_error": "[Dispatch] Client %s failed to log in: Account create failed.",
        "account_login_exist_error": "[Dispatch] Client %s failed to log in: Account not found.",
        "account_cache_error": "Game account cache information error.",
tester233's avatar
tester233 committed
39
40
        "session_key_error": "Wrong session key.",
        "username_error": "Username not found.",
41
        "username_create_error": "Username not found, create failed.",
42
43
44
        "password_error": "Invalid Password",
        "password_length_error": "Password length must be greater then or equal to 8",
        "password_storage_error": "You don't have a password for your account. Please contact an administrator.",
45
        "server_max_player_limit": "The number of online players has reached the limit"
tester233's avatar
tester233 committed
46
47
48
49
50
51
52
53
54
      },
      "router_error": "[Dispatch] Unable to attach router."
    },
    "status": {
      "free_software": "Grasscutter is FREE software. If you have paid for this, you may have been scammed. Homepage: https://github.com/Grasscutters/Grasscutter",
      "starting": "Starting Grasscutter...",
      "shutdown": "Shutting down...",
      "done": "Done! For help, type \"help\"",
      "error": "An error occurred.",
55
      "welcome": "Welcome to Grasscutter!",
tester233's avatar
tester233 committed
56
57
58
59
      "run_mode_error": "Invalid server run mode: %s.",
      "run_mode_help": "Server run mode must be 'HYBRID', 'DISPATCH_ONLY', or 'GAME_ONLY'. Unable to start Grasscutter...",
      "create_resources": "Creating resources folder...",
      "resources_error": "Place a copy of 'BinOutput' and 'ExcelBinOutput' in the resources folder.",
60
      "version": "Grasscutter version: %s-%s",
61
62
63
64
65
      "game_version": "Game version: %s",
      "resources": {
        "loading": "Loading resources...",
        "finish": "Finished loading resources."
      }
tester233's avatar
tester233 committed
66
67
68
69
70
71
72
73
74
75
    }
  },
  "commands": {
    "generic": {
      "not_specified": "No command specified.",
      "unknown_command": "Unknown command: %s",
      "permission_error": "You do not have permission to run this command.",
      "console_execute_error": "This command can only be run from the console.",
      "player_execute_error": "Run this command in-game.",
      "command_exist_error": "No command found.",
76
77
      "no_usage_specified": "No usage specified",
      "no_description_specified": "No description specified",
78
79
      "set_to": "%s set to %s.",
      "set_for_to": "%s for %s set to %s.",
tester233's avatar
tester233 committed
80
81
      "invalid": {
        "amount": "Invalid amount.",
82
83
        "artifactId": "Invalid artifact ID.",
        "avatarId": "Invalid avatar ID.",
tester233's avatar
tester233 committed
84
        "avatarLevel": "Invalid avatarLevel.",
85
86
        "entityId": "Invalid entity ID.",
        "itemId": "Invalid item ID.",
tester233's avatar
tester233 committed
87
88
        "itemLevel": "Invalid itemLevel.",
        "itemRefinement": "Invalid itemRefinement.",
89
90
        "statValue": "Invalid stat value.",
        "value_between": "Invalid value: %s must be between %s and %s.",
91
        "playerId": "Invalid player ID.",
AnimeGitB's avatar
AnimeGitB committed
92
93
        "uid": "Invalid UID.",
        "id": "Invalid ID."
tester233's avatar
tester233 committed
94
95
96
      }
    },
    "execution": {
97
      "usage_prefix": "Usage: ",
tester233's avatar
tester233 committed
98
99
100
101
102
103
104
      "player_exist_error": "Player not found.",
      "player_offline_error": "Player is not online.",
      "item_player_exist_error": "Invalid item or UID.",
      "player_exist_offline_error": "Player not found or is not online.",
      "argument_error": "Invalid arguments.",
      "clear_target": "Target cleared.",
      "set_target": "Subsequent commands will target @%s by default.",
105
106
107
108
109
      "set_target_online": "@%s is online. Some commands may require an offline target.",
      "set_target_offline": "@%s is offline. Some commands may require an online target.",
      "need_target": "This command requires a target UID. Add a <@UID> argument or set a persistent target with /target @UID.",
      "need_target_online": "This command requires an online target UID, but current target is offline. Add a different <@UID> argument or set a persistent target with /target @UID.",
      "need_target_offline": "This command requires an offline target UID, but current target is online. Add a different <@UID> argument or set a persistent target with /target @UID."
tester233's avatar
tester233 committed
110
111
112
113
    },
    "status": {
      "enabled": "Enabled",
      "disabled": "Disabled",
Tesutarin's avatar
Tesutarin committed
114
      "help": "Help",
tester233's avatar
tester233 committed
115
116
117
118
      "success": "Success"
    },
    "account": {
      "invalid": "Invalid UID.",
119
      "exists": "An account with this username and/or UID already exists.",
tester233's avatar
tester233 committed
120
121
122
123
124
      "create": "Account created with UID %s.",
      "delete": "Account deleted.",
      "no_account": "Account not found.",
      "description": "Modify user accounts"
    },
Akka's avatar
Akka committed
125
126
    "announce": {
      "send_success": "Send an announcement successfully, you can revoke it by /a revoke %s.",
127
      "refresh_success": "Refresh announcement config file successfully. [Total %s]",
Akka's avatar
Akka committed
128
      "revoke_done": "Try to revoke announcement %s.",
129
130
      "not_found": "Could not found announcement %s.",
      "description": "Send announcement to all online players, or manage server's announcement"
Akka's avatar
Akka committed
131
    },
tester233's avatar
tester233 committed
132
133
134
135
136
137
138
139
    "clear": {
      "weapons": "Cleared weapons for %s.",
      "artifacts": "Cleared artifacts for %s.",
      "materials": "Cleared materials for %s.",
      "furniture": "Cleared furniture for %s.",
      "displays": "Cleared displays for %s.",
      "virtuals": "Cleared virtuals for %s.",
      "everything": "Cleared everything for %s.",
140
      "description": "Deletes unequipped unlocked items from your inventory. Defaults to 4* level 1 refinement 1 or lower, but can be set higher."
tester233's avatar
tester233 committed
141
142
143
    },
    "coop": {
      "success": "Summoned %s to %s's world.",
AZthemute's avatar
AZthemute committed
144
      "description": "Forces someone to join the world of others. If no one is targeted, it sends you into co-op mode anyway."
tester233's avatar
tester233 committed
145
146
    },
    "enter_dungeon": {
147
148
149
      "changed": "Changed to dungeon %s.",
      "not_found_error": "Dungeon does not exist.",
      "in_dungeon_error": "You are already in that dungeon.",
tester233's avatar
tester233 committed
150
151
152
      "description": "Enter a dungeon"
    },
    "give": {
153
154
      "usage_relic": "Usage: give <artifactID> [mainPropID] [<appendPropID>[,<times>]]... [lv<level 0-20>]",
      "illegal_relic": "This artifactID belongs to a blacklisted range, it may not be the one you wanted.",
tester233's avatar
tester233 committed
155
      "given": "Given %s of %s to %s.",
156
157
      "given_with_level_and_refinement": "Given %s with level %s, refinement %s %s times to %s.",
      "given_level": "Given %s with level %s %s times to %s.",
158
159
160
      "given_avatar": "Given %s with level %s to %s.",
      "giveall_success": "Successfully gave all items.",
      "description": "Gives an item to you or the specified player. Can also give all weapons, avatars and/or materials, and can construct custom artifacts."
tester233's avatar
tester233 committed
161
162
163
164
165
    },
    "heal": {
      "success": "All characters have been healed.",
      "description": "Heal all characters in your current team."
    },
166
167
168
    "help": {
      "aliases": "Aliases: ",
      "available_commands": "Available commands: ",
169
170
171
      "tip_need_permission": "Permission: ",
      "tip_need_no_permission": " None",
      "tip_permission_targeted": " (Permission %s is also required to use on other players)",
172
173
      "warn_player_has_no_permission": "Notice: You do not have permission to run this command.",
      "description": "Sends the help message or shows information about a specified command"
174
    },
tester233's avatar
tester233 committed
175
176
    "kick": {
      "player_kick_player": "Player [%s:%s] has kicked player [%s:%s]",
177
      "server_kick_player": "Kicking player [%s:%s]...",
tester233's avatar
tester233 committed
178
179
      "description": "Kicks the specified player from the server (WIP)"
    },
tester233's avatar
tester233 committed
180
    "killall": {
181
182
      "scene_not_found_in_player_world": "Scene not found in player world.",
      "kill_monsters_in_scene": "Killing %s monsters in scene %s.",
tester233's avatar
tester233 committed
183
184
185
186
187
188
189
      "description": "Kill all entities"
    },
    "killCharacter": {
      "success": "Killed %s's current character.",
      "description": "Kills the players current character"
    },
    "language": {
190
191
192
193
      "current_language": "Current language is %s.",
      "language_changed": "Language changed to %s.",
      "language_not_found": "Currently, the server does not have that language.",
      "description": "Display or change current language"
tester233's avatar
tester233 committed
194
195
196
197
198
199
200
201
202
203
204
205
206
207
    },
    "list": {
      "success": "There are %s player(s) online:",
      "description": "List online players"
    },
    "permission": {
      "add": "Permission added.",
      "has_error": "They already have this permission!",
      "remove": "Permission removed.",
      "not_have_error": "They don't have this permission!",
      "account_error": "The account cannot be found.",
      "description": "Grants or removes a permission for a user"
    },
    "position": {
208
209
      "success": "Coordinates: %s, %s, %s\nScene ID: %s",
      "description": "Get coordinates"
tester233's avatar
tester233 committed
210
211
    },
    "quest": {
212
213
214
215
216
      "added": "Quest %s added.",
      "finished": "Finished quest %s.",
      "not_found": "Quest not found.",
      "invalid_id": "Invalid quest ID.",
      "description": "Add or finish quests"
tester233's avatar
tester233 committed
217
218
219
220
221
222
223
224
225
    },
    "reload": {
      "reload_start": "Reloading config.",
      "reload_done": "Reload complete.",
      "description": "Reload server config"
    },
    "resetConst": {
      "reset_all": "Reset all avatars' constellations.",
      "success": "Constellations for %s have been reset. Please relog to see changes.",
226
      "description": "Resets the constellation level on your current active character, you will need to relog after using the command to see any changes"
tester233's avatar
tester233 committed
227
228
    },
    "resetShopLimit": {
tester233's avatar
tester233 committed
229
      "success": "Reset complete.",
230
      "description": "Reset target player's shop refresh time"
tester233's avatar
tester233 committed
231
232
    },
    "sendMail": {
233
      "give_usage": "Usage: give <player> <itemID|itemName> [amount] [level] [refinement]",
234
      "user_not_exist": "The user with an ID of '%s' does not exist.",
tester233's avatar
tester233 committed
235
      "start_composition": "Starting composition of message.\nPlease use '/sendmail <title>' to continue.\nYou can use '/sendmail stop' at any time.",
tester233's avatar
tester233 committed
236
      "templates": "Mail templates coming soon implemented...",
tester233's avatar
tester233 committed
237
      "invalid_arguments": "Invalid arguments.",
238
      "send_cancel": "Message sending cancelled.",
tester233's avatar
tester233 committed
239
240
      "send_done": "Message sent to user %s!",
      "send_all_done": "Message sent to all users!",
tester233's avatar
tester233 committed
241
242
      "not_composition_end": "Message composition not at final stage.\nPlease use '/sendmail %s' or '/sendmail stop' to cancel",
      "please_use": "Please use '/sendmail %s'",
tester233's avatar
tester233 committed
243
244
      "set_title": "Message title set as '%s'.\nUse '/sendmail <content>' to continue.",
      "set_contents": "Message contents set as '%s'.\nUse '/sendmail <sender>' to continue.",
245
      "set_message_sender": "Message sender set as '%s'.\nUse '/sendmail <itemID|itemName|finish> [amount] [level]' to continue.",
tester233's avatar
tester233 committed
246
247
      "send": "Attached %s of %s (level %s) to the message.\nContinue adding more items or use '/sendmail finish' to send the message.",
      "invalid_arguments_please_use": "Invalid arguments.\n Please use '/sendmail %s'",
tester233's avatar
tester233 committed
248
249
250
      "title": "<title>",
      "message": "<message>",
      "sender": "<sender>",
251
252
253
      "arguments": "<itemID|itemName|finish> [amount] [level]",
      "error": "ERROR: Invalid construction stage %s. Check console for stacktrace.",
      "description": "Sends mail to the specified user. The usage of this command changes based on its composition state"
tester233's avatar
tester233 committed
254
255
256
    },
    "sendMessage": {
      "success": "Message sent.",
257
      "description": "Sends a message to a player as the server. If used with no target, sends to all players on the server."
tester233's avatar
tester233 committed
258
259
260
    },
    "setFetterLevel": {
      "range_error": "Fetter level must be between 0 and 10.",
261
      "success": "Fetter level set to %s.",
tester233's avatar
tester233 committed
262
263
264
      "level_error": "Invalid fetter level.",
      "description": "Sets your fetter level for your current active character"
    },
265
    "setProp": {
266
      "description": "Sets accountwide properties. Things like godmode can be enabled this way, as well as changing things like unlocked abyss floor and battle pass progress.\n\tValues for <prop>: godmode | nostamina | unlimitedenergy | abyss | worldlevel | bplevel\n\t(cont.) see PlayerProperty enum for other possible values, of form PROP_MAX_SPRING_VOLUME -> max_spring_volume"
267
    },
tester233's avatar
tester233 committed
268
    "setStats": {
269
      "description": "Sets fight property for your current active character\n\tValues for <stat>: hp | maxhp | def | atk | em | er | crate | cdmg | cdr | heal | heali | shield | defi\n\t(cont.) Elemental DMG Bonus: epyro | ecryo | ehydro | egeo | edendro | eelectro | ephys\n\t(cont.) Elemental RES: respyro | rescryo | reshydro | resgeo | resdendro | reselectro | resphys"
tester233's avatar
tester233 committed
270
271
272
    },
    "spawn": {
      "success": "Spawned %s of %s.",
273
      "limit_reached": "Scene spawn limit reached. Spawning %s entities instead.",
tester233's avatar
tester233 committed
274
275
276
277
278
279
280
      "description": "Spawns an entity near you"
    },
    "stop": {
      "success": "Server shutting down...",
      "description": "Stops the server"
    },
    "talent": {
281
      "lower_16": "Invalid talent level. Level should be lower than 16.",
tester233's avatar
tester233 committed
282
283
284
285
286
287
288
289
290
291
292
293
      "set_id": "Set talent to %s.",
      "set_atk": "Set talent Normal ATK to %s.",
      "set_e": "Set talent E to %s.",
      "set_q": "Set talent Q to %s.",
      "invalid_skill_id": "Invalid skill ID.",
      "invalid_level": "Invalid talent level.",
      "normal_attack_id": "Normal Attack ID %s.",
      "e_skill_id": "E skill ID %s.",
      "q_skill_id": "Q skill ID %s.",
      "description": "Set talent level for your current active character"
    },
    "team": {
294
295
296
297
298
299
300
301
302
303
304
305
      "invalid_usage": "Invalid usage.",
      "invalid_index": "Index is invalid.",
      "add_too_much": "The server only allows you to have at most %d avatar(s) in your team.",
      "failed_to_add_avatar": "Failed to add avatar ID %s.",
      "failed_to_parse_index": "Failed to parse index: %s",
      "remove_too_much": "You can't remove all your avatars.",
      "ignore_index": "Ignored index(es): %s",
      "index_out_of_range": "The index you specified is out of range.",
      "failed_parse_avatar_id": "Failed to parse avatar ID: %s",
      "avatar_already_in_team": "Avatar is already in team.",
      "avatar_not_found": "Avatar %d not found.",
      "description": "Modify your team manually."
tester233's avatar
tester233 committed
306
307
308
    },
    "teleportAll": {
      "success": "Summoned all players to your location.",
309
      "error": "You can only use this command in MP mode.",
tester233's avatar
tester233 committed
310
311
312
313
      "description": "Teleports all players in your world to your position"
    },
    "teleport": {
      "invalid_position": "Invalid position.",
Tesutarin's avatar
Tesutarin committed
314
      "exists_error": "The specified scene does not exist.",
315
316
      "success": "Teleported %s to %s, %s, %s in scene %s.",
      "description": "Change the player's position"
tester233's avatar
tester233 committed
317
318
    },
    "weather": {
AnimeGitB's avatar
AnimeGitB committed
319
      "success": "Set weather ID to %s with climate type %s.",
Tesutarin's avatar
Tesutarin committed
320
321
      "status": "Current weather ID is %s with climate type %s.",
      "description": "Changes weather ID and climate type. Weather IDs can be found in WeatherExcelConfigData.json.\nClimate types: sunny, cloudy, rain, thunderstorm, snow, mist"
Yazawazi's avatar
Yazawazi committed
322
323
324
325
326
    },
    "ban": {
      "success": "Successful.",
      "failure": "Failed, player not found.",
      "invalid_time": "Unable to parse timestamp.",
Tesutarin's avatar
Tesutarin committed
327
      "description": "Ban a player"
Yazawazi's avatar
Yazawazi committed
328
    },
329
330
331
332
    "unlockall": {
      "success": "Unlocked all open states for %s.",
      "description": "Unlocks all open states for a player."
    },
Yazawazi's avatar
Yazawazi committed
333
334
335
    "unban": {
      "success": "Successful.",
      "failure": "Failed, player not found.",
Tesutarin's avatar
Tesutarin committed
336
      "description": "Unban a player"
tester233's avatar
tester233 committed
337
338
339
340
341
342
343
    }
  },
  "gacha": {
    "details": {
      "title": "Banner Details",
      "available_five_stars": "Available 5-star Items",
      "available_four_stars": "Available 4-star Items",
344
      "available_three_stars": "Available 3-star Items"
345
346
347
348
349
    },
    "records": {
      "title": "Gacha Records",
      "date": "Date",
      "item": "Item"
tester233's avatar
tester233 committed
350
    }
2bllw8's avatar
2bllw8 committed
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
  },
  "documentation": {
    "handbook": {
      "title": "GM Handbook",
      "title_commands": "Commands",
      "title_avatars": "Avatars",
      "title_items": "Items",
      "title_scenes": "Scenes",
      "title_monsters": "Monsters",
      "header_id": "Id",
      "header_command": "Command",
      "header_description": "Description",
      "header_avatar": "Avatar",
      "header_item": "Item",
      "header_scene": "Scene",
      "header_monster": "Monster"
    },
    "index": {
      "title": "Documentation",
      "handbook": "GM Handbook",
      "gacha_mapping": "Gacha mapping JSON"
    }
tester233's avatar
tester233 committed
373
374
  }
}