|
1 | | -quick_backup_multi.help_message: | |
2 | | - ------ {1} v{2} ------ |
3 | | - A plugin that supports multi slots world §abackup§r and backup §crestore§r |
4 | | - §d[Format]§r |
5 | | - §7{0}§r Display help message |
6 | | - §7{0} make §e[<comment>]§r Make a §abackup§r to slot §61§r. §e<comment>§r is an optional comment message |
7 | | - §7{0} back §6[<slot>]§r §cRestore§r the world to slot §6<slot>§r |
8 | | - §7{0} del §6[<slot>]§r §cDelete§r the world in slot §6<slot>§r |
9 | | - §7{0} confirm§r Use after execute back to confirm §crestore§r execution |
10 | | - §7{0} abort§r Abort backup §crestoring§r |
11 | | - §7{0} list§r Display slot information |
12 | | - §7{0} reload§r Reload config file |
13 | | - When §6<slot>§r is not set the default value is §61§r |
14 | | -quick_backup_multi.second: "{0} seconds" |
15 | | -quick_backup_multi.minute: "{0} minutes" |
16 | | -quick_backup_multi.hour: "{0} hours" |
17 | | -quick_backup_multi.day: "{0} days" |
18 | | -quick_backup_multi.slot_info: "Date: {0}; Comment: {1}" |
19 | | -quick_backup_multi.empty_comment: §7empty§r |
20 | | -quick_backup_multi.unknown_slot: Slot format wrong, it should be a number between [{0}, {1}] |
21 | | -quick_backup_multi.empty_slot: Slot §6{}§r is empty |
22 | | -quick_backup_multi.delete_backup.success: §aSlot §6{0}§r delete success§r |
23 | | -quick_backup_multi.delete_backup.fail: "§4Slot §6{0}§r delete fail, error code {1}§r" |
24 | | -quick_backup_multi.create_backup.restoring: §cRestoring§r, don't back up |
25 | | -quick_backup_multi.create_backup.backing_up: §aBacking up§r, don't spam |
26 | | -quick_backup_multi.create_backup.start: §aBacking up§r, please wait |
27 | | -quick_backup_multi.create_backup.abort.plugin_unload: Plugin unloaded, §aback up§r aborted! |
28 | | -quick_backup_multi.create_backup.abort.no_slot: Available slot not found, §aback up§r aborted! |
29 | | -quick_backup_multi.create_backup.success: §aBack up§r successfully, time elapsed §6{0}§rs |
30 | | -quick_backup_multi.create_backup.fail: §aBack up§r unsuccessfully, error code {0} |
31 | | -quick_backup_multi.restore_backup.echo_action: Gonna restore the world to slot §6{0}§r, {1} |
32 | | -quick_backup_multi.restore_backup.confirm_hint: Use §7{0} confirm§r to confirm §crestore§r |
33 | | -quick_backup_multi.restore_backup.confirm_hover: Click to confirm |
34 | | -quick_backup_multi.restore_backup.abort_hint: §7{0} abort§r to abort |
35 | | -quick_backup_multi.restore_backup.abort_hover: Click to abort |
36 | | -quick_backup_multi.confirm_restore.nothing_to_confirm: Nothing to confirm |
37 | | -quick_backup_multi.do_restore.backing_up: §aBacking up§r, don't restore |
38 | | -quick_backup_multi.do_restore.restoring: §cRestoring§r, don't spam |
39 | | -quick_backup_multi.do_restore.countdown.intro: §cRestore§r after 10 second |
40 | | -quick_backup_multi.do_restore.countdown.text: "{0} second later the world will be §crestored§r to slot §6{1}§r, {2}" |
41 | | -quick_backup_multi.do_restore.countdown.hover: Click to ABORT restore! |
42 | | -quick_backup_multi.do_restore.abort: §cRestore§r aborted! |
43 | | -quick_backup_multi.trigger_abort.abort: Operation terminated! |
44 | | -quick_backup_multi.list_backup.title: §d[Slot Information]§r |
45 | | -quick_backup_multi.list_backup.slot.header: "[Slot §6{}§r]" |
46 | | -quick_backup_multi.list_backup.slot.protection: "Slot protection: {0}" |
47 | | -quick_backup_multi.list_backup.slot.restore: Click to restore to slot §6{0}§r |
48 | | -quick_backup_multi.list_backup.slot.delete: Click to delete slot §6{0}§r |
49 | | -quick_backup_multi.list_backup.total_space: "Total space consumed: §a{0}§r" |
50 | | -quick_backup_multi.print_help.hotbar: §d[Hotbar]§r |
51 | | -quick_backup_multi.print_help.click_to_create.text: ">>> §aClick me to create a backup§r <<<" |
52 | | -quick_backup_multi.print_help.click_to_create.hover: Remember to write the comment |
53 | | -quick_backup_multi.print_help.click_to_create.command: "{0} make I'm a comment" |
54 | | -quick_backup_multi.print_help.click_to_restore.text: ">>> §cClick me to restore to the latest backup§r <<<" |
55 | | -quick_backup_multi.print_help.click_to_restore.hover: as known as the first slot |
56 | | -quick_backup_multi.print_help.click_to_restore.command: "{0} back" |
57 | | -quick_backup_multi.unknown_command.text: Unknown command, input §7{0}§r for more information |
58 | | -quick_backup_multi.unknown_command.hover: Click to see help |
59 | | -quick_backup_multi.command.permission_denied: Permission Denied |
60 | | -quick_backup_multi.command.wrong_slot: Wrong Slot Number |
61 | | -quick_backup_multi.register.summory_help: §aback up§r/§crestore§r your world with §6{0}§r slots |
62 | | -quick_backup_multi.register.show_help: Click to see help |
| 1 | +quick_backup_multi: |
| 2 | + help_message: | |
| 3 | + ------ {1} v{2} ------ |
| 4 | + A plugin that supports multi slots world §abackup§r and backup §crestore§r |
| 5 | + §d[Format]§r |
| 6 | + §7{0}§r Display help message |
| 7 | + §7{0} make §e[<comment>]§r Make a §abackup§r to slot §61§r. §e<comment>§r is an optional comment message |
| 8 | + §7{0} back §6[<slot>]§r §cRestore§r the world to slot §6<slot>§r |
| 9 | + §7{0} del §6[<slot>]§r §cDelete§r the world in slot §6<slot>§r |
| 10 | + §7{0} confirm§r Use after execute back to confirm §crestore§r execution |
| 11 | + §7{0} abort§r Abort backup §crestoring§r |
| 12 | + §7{0} list§r Display slot information |
| 13 | + §7{0} reload§r Reload config file |
| 14 | + When §6<slot>§r is not set the default value is §61§r |
| 15 | +
|
| 16 | + second: "{0} seconds" |
| 17 | + minute: "{0} minutes" |
| 18 | + hour: "{0} hours" |
| 19 | + day: "{0} days" |
| 20 | + slot_info: "Date: {0}; Comment: {1}" |
| 21 | + empty_comment: §7empty§r |
| 22 | + unknown_slot: Slot format wrong, it should be a number between [{0}, {1}] |
| 23 | + empty_slot: Slot §6{}§r is empty |
| 24 | + |
| 25 | + delete_backup: |
| 26 | + success: §aSlot §6{0}§r delete success§r |
| 27 | + fail: "§4Slot §6{0}§r delete fail, error code {1}§r" |
| 28 | + |
| 29 | + create_backup: |
| 30 | + restoring: §cRestoring§r, don't back up |
| 31 | + backing_up: §aBacking up§r, don't spam |
| 32 | + start: §aBacking up§r, please wait |
| 33 | + abort.plugin_unload: Plugin unloaded, §aback up§r aborted! |
| 34 | + abort.no_slot: Available slot not found, §aback up§r aborted! |
| 35 | + success: §aBack up§r successfully, time elapsed §6{0}§rs |
| 36 | + fail: §aBack up§r unsuccessfully, error code {0} |
| 37 | + |
| 38 | + restore_backup: |
| 39 | + echo_action: Gonna restore the world to slot §6{0}§r, {1} |
| 40 | + confirm_hint: Use §7{0} confirm§r to confirm §crestore§r |
| 41 | + confirm_hover: Click to confirm |
| 42 | + abort_hint: §7{0} abort§r to abort |
| 43 | + abort_hover: Click to abort |
| 44 | + |
| 45 | + confirm_restore.nothing_to_confirm: Nothing to confirm |
| 46 | + |
| 47 | + do_restore: |
| 48 | + backing_up: §aBacking up§r, don't restore |
| 49 | + restoring: §cRestoring§r, don't spam |
| 50 | + countdown.intro: §cRestore§r after 10 second |
| 51 | + countdown.text: "{0} second later the world will be §crestored§r to slot §6{1}§r, {2}" |
| 52 | + countdown.hover: Click to ABORT restore! |
| 53 | + abort: §cRestore§r aborted! |
| 54 | + |
| 55 | + trigger_abort.abort: Operation terminated! |
| 56 | + |
| 57 | + list_backup: |
| 58 | + title: §d[Slot Information]§r |
| 59 | + slot: |
| 60 | + header: "[Slot §6{}§r]" |
| 61 | + protection: "Slot protection: {0}" |
| 62 | + restore: Click to restore to slot §6{0}§r |
| 63 | + delete: Click to delete slot §6{0}§r |
| 64 | + total_space: "Total space consumed: §a{0}§r" |
| 65 | + |
| 66 | + print_help: |
| 67 | + hotbar: §d[Hotbar]§r |
| 68 | + click_to_create: |
| 69 | + text: ">>> §aClick me to create a backup§r <<<" |
| 70 | + hover: Remember to write the comment |
| 71 | + command: "{0} make I'm a comment" |
| 72 | + click_to_restore: |
| 73 | + text: ">>> §cClick me to restore to the latest backup§r <<<" |
| 74 | + hover: as known as the first slot |
| 75 | + command: "{0} back" |
| 76 | + |
| 77 | + unknown_command: |
| 78 | + text: Unknown command, input §7{0}§r for more information |
| 79 | + hover: Click to see help |
| 80 | + command: |
| 81 | + permission_denied: Permission Denied |
| 82 | + wrong_slot: Wrong Slot Number |
| 83 | + register: |
| 84 | + summory_help: §aback up§r/§crestore§r your world with §6{0}§r slots |
| 85 | + show_help: Click to see help |
0 commit comments