-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcommon.json
More file actions
117 lines (117 loc) · 3.9 KB
/
common.json
File metadata and controls
117 lines (117 loc) · 3.9 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"main": {
"title": "FFXIV Field Operations Assistant",
"header": {
"title": "{{sitename}} - FFXIV Field Operations Assistant"
},
"intro": {
"p1": "Welcome to {{sitename}}, a home for tools to help with Final Fantasy XIV side content - including the Occult Crescent (Forked Tower), Eureka (The Baldesion Arsenal), and Bozja (Delubrum Reginae Savage). Find out how to build and gather materials for Lost Actions and Logos Actions, what to bring for The Baldesion Arsenal or Delubrum Reginae Savage runs, when the next Cassie or Crab spawn is, and more!",
"p2": "Looking for a group to run Forked Tower, BA, or DRS with? Most of the content on this site was designed for runs on <0>The Help Lines</0> on Primal.",
"p3": "Built by Lynn Kaneko @ Exodus. Issues or suggestions? You can reach out to me on Discord (@lynnkaneko).",
"p4": "Home page artwork by <0>{{artist}}</0>!"
}
},
"footer": {
"copyright": "FINAL FANTASY XIV © 2010 - 2025 SQUARE ENIX CO., LTD. FINAL FANTASY, FINAL FANTASY XIV, and FFXIV are registered trademarks or trademarks of Square Enix Holdings Co., Ltd. All material used under license.",
"version": "Version {{ver}}"
},
"sidebar": {
"occult": {
"header": "OCCULT CRESCENT",
"map": "Occult Crescent Maps",
"job": "Phantom Jobs"
},
"bozja": {
"header": "BOZJA AND DRS",
"holster": "DRS Holsters",
"drsguide": "DRS Guide",
"holstercreator": "Holster Creator",
"map": "Bozja Maps",
"lostaction": "Lost Action Info",
"fragmentfarm": "Fragment Farm Times"
},
"eureka": {
"header": "EUREKA AND BA",
"baloadout": "BA Loadouts",
"bamap": "BA Portal Map",
"map": "Eureka Maps",
"logosaction": "Logos Action Info",
"loadout": "Loadout Creator",
"nm": "NM Spawn Times",
"farm": "Logogram/Box Farm Times"
},
"forays": {
"header": "FORAYS",
"forecast": "Expeditionary Forecast",
"weather": "Advanced Weather Finder"
},
"about": {
"header": "ABOUT",
"lynn": "Lynn Kaneko @ Exodus"
},
"forecast": {
"header": {
"all": "ALL",
"eurekanm": "EUREKA NMS",
"eurekafarm": "EUREKA FARMS",
"bozjafarm": "BOZJA FRAGMENT FARMS"
},
"cassie": "Copycat Cassie",
"crab": "King Artho",
"skoll": "Skoll",
"pazuzu": "Pazuzu",
"penny": "Penthesilea",
"coldbox": "Cold-Warped Lockbox",
"heatbox": "Heat-Warped Lockbox",
"offensive": "Offensive Logogram",
"conceptual": "Conceptual Logogram",
"mitigative": "Mitigative Logogram",
"preparation": "Preparation",
"care": "Care",
"support": "Support",
"history": "History",
"artistry": "Artistry",
"all-eureka-nms": "All Eureka NMs",
"all-bozja-farms": "All Bozja Fragment Farms",
"all-eureka-farms": "All Eureka Farms",
"all-spawns": "All Upcoming Spawns"
}
},
"weather-popover": {
"current-time": "Current Time",
"current-weather": "Current Weather"
},
"skill-type": {
"ability": "Ability",
"weaponskill": "Weaponskill",
"spell": "Spell",
"passive-trait": "Passive Trait"
},
"action-detail-label": {
"duration": "<0>Duration:</0> <1>{{duration}}</1>",
"cast": "<0>Cast:</0> <1>{{cast}}s</1>",
"recast": "<0>Recast:</0> <1>{{recast}}s</1>",
"mp": "<0>MP:</0> <1>{{mp}}</1>",
"charges": "<0>Charges:</0> <1>{{charges}}</1>",
"rank": "Rank: {{rank}}",
"usable-by": "Usable by: ",
"unlock": "Unlock:"
},
"settings": {
"title": "Settings",
"theme_title": "Site Theme",
"themes": {
"light": "Light",
"dark": "Dark",
"system": "System"
},
"language_title": "Language",
"universalis_region_title": "Universalis Region"
},
"common": {
"home": "Home",
"close": "Close",
"back": "Back",
"start-over": "Start Over"
}
}