You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/1.18/assets/configured/configured/lang/en_us.json
+40-1Lines changed: 40 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,19 +10,58 @@
10
10
"configured.gui.restore": "Restore",
11
11
"configured.gui.select": "Select",
12
12
"configured.gui.change": "Change",
13
+
"configured.gui.request": "Request",
13
14
"configured.gui.save": "Save",
15
+
"configured.gui.view": "View",
16
+
"configured.gui.close": "Close",
17
+
"configured.gui.apply": "Apply",
18
+
"configured.gui.home": "Home",
14
19
"configured.gui.select_world": "Pick World",
20
+
"configured.gui.deep_search": "Deep Search",
15
21
"configured.gui.no_permission": "You do not have permissions to do this",
16
22
"configured.gui.not_installed": "Configured is not installed on the server",
17
23
"configured.gui.edit_world_config": "Select World To Edit %s Config",
18
24
"configured.gui.info": "This menu was dynamically generated by Configured. Click here to open the CurseForge page for this mod!",
19
25
"configured.gui.server_config_info": "Server based configurations are unique for every world. This means that any changes made to the config will only be applied to the selected world.",
20
26
"configured.gui.restore_message": "Are you sure you want to reset all values? If you are playing with a modpack, this configuration may have been modified by the author and restoring will break the intended experience of the pack. §6This action is irreversible!",
21
27
"configured.gui.unsaved_changes": "There are unsaved changes. Are you sure you want to stop editing?",
28
+
"configured.gui.server_config_main_menu": "Server configs can only be edited from the main menu",
29
+
"configured.gui.lan_server": "Only the LAN server owner can edit server configs",
30
+
"configured.gui.no_developer_status": "You need to be a developer to edit server configs",
31
+
"configured.gui.developer_details": "See %s for details",
32
+
"configured.gui.developer_file": "This file can be found in the config directory of your dedicated server",
33
+
"configured.gui.read_only_config": "This config is marked as read-only and cannot be edited while the game is running",
34
+
"configured.gui.requires_game_restart": "If this property is changed, you will have to restart your game for it to take effect.",
35
+
"configured.gui.requires_world_restart": "If this property is changed, you will have to reload your world for it to take effect.",
36
+
"configured.gui.list_changed": "This list has been modified and changes will be lost if you exit. Are you sure you want to stop editing?",
37
+
"configured.gui.world_restart_needed": "The world will need to be reloaded for all changes to take effect",
38
+
"configured.gui.game_restart_needed": "The game will need to be restarted for all changes to take effect",
39
+
"configured.gui.request.invalid_config": "The server sent data for the wrong config",
40
+
"configured.gui.request.process_error": "Failed to process config data from server",
41
+
"configured.gui.handshake_process_failed": "Failed to process config data from server",
"simpleconfig.configured.client.force_configured_menu.tooltip": "Forces all config menus to be overridden and generated by Configured. This requires the game to be restarted for the changes to apply.",
55
+
"simpleconfig.configured.client.include_folders_in_search": "Include Folders In Search",
56
+
"simpleconfig.configured.client.include_folders_in_search.tooltip": "Include folders when searching in config menus. By default, only entries that link to a config property are shown in searches.",
"configured.gui.no_permission": "You do not have permissions to do this",
22
+
"configured.gui.not_installed": "Configured is not installed on the server",
23
+
"configured.gui.edit_world_config": "Select World To Edit %s Config",
24
+
"configured.gui.info": "This menu was dynamically generated by Configured. Click here to open the CurseForge page for this mod!",
25
+
"configured.gui.server_config_info": "Server based configurations are unique for every world. This means that any changes made to the config will only be applied to the selected world.",
26
+
"configured.gui.restore_message": "Are you sure you want to reset all values? If you are playing with a modpack, this configuration may have been modified by the author and restoring will break the intended experience of the pack. §6This action is irreversible!",
27
+
"configured.gui.unsaved_changes": "There are unsaved changes. Are you sure you want to stop editing?",
28
+
"configured.gui.server_config_main_menu": "Server configs can only be edited from the main menu",
29
+
"configured.gui.lan_server": "Only the LAN server owner can edit server configs",
30
+
"configured.gui.no_developer_status": "You need to be a developer to edit server configs",
31
+
"configured.gui.developer_details": "See %s for details",
32
+
"configured.gui.developer_file": "This file can be found in the config directory of your dedicated server",
33
+
"configured.gui.read_only_config": "This config is marked as read-only and cannot be edited while the game is running",
34
+
"configured.gui.requires_game_restart": "If this property is changed, you will have to restart your game for it to take effect.",
35
+
"configured.gui.requires_world_restart": "If this property is changed, you will have to reload your world for it to take effect.",
36
+
"configured.gui.list_changed": "This list has been modified and changes will be lost if you exit. Are you sure you want to stop editing?",
37
+
"configured.gui.world_restart_needed": "The world will need to be reloaded for all changes to take effect",
38
+
"configured.gui.game_restart_needed": "The game will need to be restarted for all changes to take effect",
39
+
"configured.gui.request.invalid_config": "The server sent data for the wrong config",
40
+
"configured.gui.request.process_error": "Failed to process config data from server",
41
+
"configured.gui.handshake_process_failed": "Failed to process config data from server",
"simpleconfig.configured.client.force_configured_menu.tooltip": "Forces all config menus to be overridden and generated by Configured. This requires the game to be restarted for the changes to apply.",
55
+
"simpleconfig.configured.client.include_folders_in_search": "Include Folders In Search",
56
+
"simpleconfig.configured.client.include_folders_in_search.tooltip": "Include folders when searching in config menus. By default, only entries that link to a config property are shown in searches.",
0 commit comments