forked from Pathoschild/StardewMods
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathit.json
101 lines (91 loc) · 5.13 KB
/
it.json
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
{
/**********
** Chest UI
**********/
// default chest names
"default-name.fridge": "Frigo",
"default-name.other": "{{name}} n.{{number}}",
"default-name.shipping-bin.store": "spedisci oggetti",
"default-name.shipping-bin.take": "recupera oggetti",
// default category names
"default-category.owned-cabin": "Cabina ({{owner}})",
"default-category.unowned-cabin": "Cabina (vuota)",
"default-category.duplicate": "{{locationName}} n.{{number}}",
// edit-chest labels
"label.location": "Luogo",
"label.location.tile": "posizione {{x}}, {{y}}",
"label.name": "Nome",
"label.category": "Categoria",
"label.order": "Ordine",
"label.hide-chest": "Nascondi questo baule",
"label.hide-chest-hidden": "Nascondi questo baule (per annullare l'azione devi ritrovare il baule!)",
"label.automate-options": "Automatizza",
"label.automate-store": "Metti gli oggetti in questo baule",
"label.automate-store-first": "Metti prima gli oggetti nel baule",
"label.automate-store-disabled": "Never put items in this chest", // TODO
"label.automate-take": "Prendi oggetti da questo baule",
"label.automate-take-first": "Prendi prima gli oggetti da questo baule",
"label.automate-take-disabled": "Never take items from this chest", // TODO
"label.automate-prevent-remove-stacks": "Avoid removing the last item in a stack", // TODO
// button labels
"button.edit-chest": "modifica baule",
"button.sort-inventory": "ordina inventario",
"button.save": "salva",
"button.reset": "ripristina",
/**********
** Errors
**********/
"errors.disabled-from-here": "Non puoi accedere al baule da qui.",
"errors.no-chests": "Non hai ancora nessun baule.",
"errors.no-chests-in-location": "Non hai nessun baule in quest'area.",
"errors.no-chests-in-range": "Non hai nessun baule vicino a te.",
/**********
** Generic Mod Config Menu UI
**********/
// general options
// TODO
"config.title.general-options": "General options",
"config.show-hover-tooltips.name": "Show hover tooltips",
"config.show-hover-tooltips.desc": "Whether to show the chest name in a tooltip when you point at a chest.",
"config.enable-shipping-bin.name": "Enable shipping bin",
"config.enable-shipping-bin.desc": "Whether to enable access to the shipping bin.",
"config.add-organize-player-items.name": "Add organize player items button",
"config.add-organize-player-items.desc": "Whether to add an 'organize' button in chest UIs for the player inventory.",
"config.range.name": "Range",
"config.range.desc": "The range at which chests are accessible through the menu.",
"config.range.unlimited": "All chests",
"config.range.currentWorldArea": "Chests within the current world area",
"config.range.currentLocation": "Chests within the current location",
"config.range.none": "None (can't access chests remotely)",
// general controls
// TODO
"config.title.general-controls": "General controls",
"config.toggle-ui-key.name": "Toggle UI",
"config.toggle-ui-key.desc": "The keys which show or hide the chest UI.",
// controls when chest UI is open
// TODO
"config.title.menu-controls": "Controls when chest UI is open",
"config.edit-chest.name": "Edit chest",
"config.edit-chest.desc": "The keys which edit the options for the current chest.",
"config.sort-items.name": "Sort items",
"config.sort-items.desc": "The keys which sort items in the current chest.",
"config.navigate-prev-chest.name": "Navigate: previous chest",
"config.navigate-prev-chest.desc": "The keys which navigate to the previous chest while the menu is open.",
"config.navigate-next-chest.name": "Navigate: next chest",
"config.navigate-next-chest.desc": "The keys which navigate to the next chest while the menu is open.",
"config.navigate-prev-category.name": "Navigate: previous category",
"config.navigate-prev-category.desc": "The keys which navigate to the previous category while the menu is open.",
"config.navigate-next-category.name": "Navigate: next category",
"config.navigate-next-category.desc": "The keys which navigate to the next category while the menu is open.",
"config.hold-to-scroll-categories.name": "Hold to scroll categories",
"config.hold-to-scroll-categories.desc": "The keys which, when held, enable scrolling the category dropdown with the mouse scroll wheel.",
"config.hold-to-scroll-chests.name": "Hold to scroll chests",
"config.hold-to-scroll-chests.desc": "The keys which, when held, enable scrolling the chests dropdown with the mouse scroll wheel.",
// disable in locations
// TODO
"config.title.disable-in-locations": "Disable in locations",
"config.disable-mines.name": "Mines and Skull Cavern",
"config.disable-mines.desc": "Whether to disable accessing chests while in the mines or Skull Cavern.",
"config.disable-custom-names.name": "Custom location names",
"config.disable-custom-names.desc": "The internal names (as shown by the Debug Mode mod) for locations from which to disable accessing chests. You can list multiple with commas."
}