-
Notifications
You must be signed in to change notification settings - Fork 142
/
es.json
60 lines (56 loc) · 2.02 KB
/
es.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
{
/*********
** Shop UI
*********/
// filter labels
"filter.category": "Categoria:",
"filter.sorting": "Clasificando:",
// sort types
"sort.none": "Ninguno",
"sort.name": "Nombre",
"sort.price": "Precio",
// category names
"categories.everything": "Todo",
"categories.other": "Otro",
"categories.artisan-goods": "Productos Artesanales",
"categories.bait": "Cebo",
"categories.big-craftables": "Grandes Artesanías",
"categories.boots": "Botas",
"categories.building-resources": "Recursos de construcción",
"categories.clothing": "Ropa",
"categories.cooking": "Cocina",
"categories.crafting": "Elaboración",
"categories.eggs": "Huevo",
"categories.equipment": "Equipamiento",
"categories.fertilizer": "Fertilizante",
"categories.fish": "Pescado",
"categories.flowers": "Flores",
"categories.fruits": "Frutas",
"categories.furniture": "Muebles",
"categories.gems": "Gemas",
"categories.greens": "Verdes",
"categories.hats": "Sombreros",
"categories.ingredients": "Ingredientes",
"categories.junk": "Basura",
"categories.meat": "Carne",
"categories.metals": "Metales",
"categories.milk": "Leche",
"categories.minerals": "Minerales",
"categories.monster-loot": "Botín de monstruos",
"categories.recipes": "Recetas",
"categories.rings": "Anillos",
"categories.seeds": "Semillas",
"categories.sell-to-pierre-or-marnie": "Se puede vender a @ Pierre's/Marnie's",
"categories.sell-to-pierre": "Se puede vender a @ Pierres",
"categories.sell-to-willy": "Se puede vender a @ Willy's",
"categories.syrups": "Jarabes",
"categories.tackle": "Aparejos",
"categories.tools": "Herramientas",
"categories.vegetables": "Vegetales",
"categories.weapons": "Armas",
/*********
** Generic Mod Config Menu UI
*********/
"config.grid-layout.name": "Disposición de cuadrícula",
"config.grid-layout.tooltip": "Si se utiliza el diseño de la rejilla en las tiendas."
}