forked from NotNite/DistantSeas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloc.json
410 lines (410 loc) · 17.1 KB
/
loc.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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
{
"CommandHelpMessage": {
"message": "Open the Distant Seas window.",
"description": "Displayed in the Plugin Installer as the description for the /pseas command."
},
"TimeDay": {
"message": "Day",
"description": "A time of day. Displayed in the Schedules section, and on a tooltip in the overlay."
},
"TimeSunset": {
"message": "Sunset",
"description": "A time of day. Displayed in the Schedules section, and on a tooltip in the overlay."
},
"TimeNight": {
"message": "Night",
"description": "A time of day. Displayed in the Schedules section, and on a tooltip in the overlay."
},
"VoyageMissionTypeShark": {
"message": "Shark",
"description": "A type of fish, used in voyage missions. Displayed on a tooltip in the overlay."
},
"VoyageMissionTypeJellyfish": {
"message": "Jellyfish",
"description": "A type of fish, used in voyage missions. Displayed on a tooltip in the overlay."
},
"VoyageMissionTypeCrab": {
"message": "Crab",
"description": "A type of fish, used in voyage missions. Displayed on a tooltip in the overlay."
},
"VoyageMissionTypeFugu": {
"message": "Fugu",
"description": "A type of fish, used in voyage missions. Displayed on a tooltip in the overlay."
},
"VoyageMissionTypeSquid": {
"message": "Squid",
"description": "A type of fish, used in voyage missions. Displayed on a tooltip in the overlay."
},
"VoyageMissionTypeShrimp": {
"message": "Shrimp",
"description": "A type of fish, used in voyage missions. Displayed on a tooltip in the overlay."
},
"VoyageMissionTypeShellfish": {
"message": "Shellfish",
"description": "A type of fish, used in voyage missions. Displayed on a tooltip in the overlay."
},
"ZoneText": {
"message": "Zone {0}",
"description": "Displayed in the overlay, to the right of the zone name. The input is a number between 1 and 3."
},
"ZoneHoverText": {
"message": "Click to preview other zones. Weather information (and therefore suggested fish) may not be accurate.",
"description": "Displayed in the overlay, when hovering over the current zone."
},
"OverlayWindowSpectralHeader": {
"message": "Spectral",
"description": "Displayed in the overlay."
},
"OverlayWindowIntuitionHeader": {
"message": "Intuition",
"description": "Displayed in the overlay."
},
"OverlayWindowVoyageHeader": {
"message": "Voyage",
"description": "Displayed in the overlay."
},
"OverlayWindowNormalHeader": {
"message": "All",
"description": "Displayed in the overlay."
},
"OverlayIntTime": {
"message": "This fish requires intuition to catch. The intuition effect lasts {0} seconds.",
"description": "Displayed in the overlay."
},
"OverlayTooltipBiteTime": {
"message": "Bite time: {0}",
"description": "Displayed in a tooltip in the overlay."
},
"OverlayTooltipBitePower": {
"message": "Bite power: {0}",
"description": "Displayed in a tooltip in the overlay."
},
"OverlayTooltipStars": {
"message": "Stars: {0}",
"description": "Displayed in a tooltip in the overlay."
},
"OverlayTooltipVoyageMissionType": {
"message": "Voyage mission type: {0}",
"description": "Displayed in a tooltip in the overlay."
},
"OverlayTooltipBaitSwitch": {
"message": "Click to switch to this bait.",
"description": "Displayed in a tooltip in the overlay."
},
"AboutSection": {
"message": "About",
"description": "The name of a section, displayed on the left sidebar of the main window."
},
"AboutSectionHeader": {
"message": "Distant Seas, by NotNite",
"description": "Displayed in the About tab."
},
"AboutSectionVersion": {
"message": "Version {0}",
"description": "Displayed in the About tab."
},
"AboutSectionButtonGitHub": {
"message": "Open source code/issues",
"description": "Displayed on a clickable button at the bottom of the About tab."
},
"AboutSectionButtonDonate": {
"message": "Donate to the plugin developer",
"description": "Displayed on a clickable button at the bottom of the About tab."
},
"AboutSectionDescriptionStart": {
"message": "Distant Seas would not be possible without these people:",
"description": "Displayed in the About tab."
},
"AboutSectionPohky": {
"message": "Pohky, for helping reverse engineer Ocean Fishing",
"description": "Displayed in a bullet point in the About tab."
},
"AboutSectionTyoto": {
"message": "Tyo'to Tayuun, for their Ocean Fishing spreadsheet",
"description": "Displayed in a bullet point in the About tab."
},
"AboutSectionPillowfication": {
"message": "pillowfication, for their Ocean Fishing website",
"description": "Displayed in a bullet point in the About tab."
},
"AboutSectionFishcord": {
"message": "Members of the Fisherman's Horizon Discord server, for their fishing wisdom",
"description": "Displayed in a bullet point in the About tab."
},
"AboutSectionGoatPlace": {
"message": "Members of the XIVLauncher & Dalamud Discord server, for their development wisdom",
"description": "Displayed in a bullet point in the About tab."
},
"AboutSectionTranslators": {
"message": "Special thanks to these lovely translators:",
"description": "Displayed in a bullet point in the About tab."
},
"JournalSection": {
"message": "Journal",
"description": "Displayed in the Journal section, most likely on a button or table header."
},
"JournalActive": {
"message": "The current boat is being actively tracked in the journal.",
"description": "Displayed at the top of the Journal section."
},
"JournalEnabled": {
"message": "The journal is enabled, but no boat is currently being tracked.",
"description": "Displayed at the top of the Journal section."
},
"JournalDisabled": {
"message": "The journal is disabled.",
"description": "Displayed at the top of the Journal section."
},
"JournalSectionRefresh": {
"message": "Refresh",
"description": "Displayed in the Journal section, most likely on a button or table header."
},
"JournalSectionDate": {
"message": "Date",
"description": "Displayed in the Journal section, most likely on a button or table header."
},
"JournalSectionRoute": {
"message": "Route",
"description": "Displayed in the Journal section, most likely on a button or table header."
},
"JournalSectionTime": {
"message": "Time",
"description": "Displayed in the Journal section, most likely on a button or table header."
},
"JournalSectionPoints": {
"message": "Points",
"description": "Displayed in the Journal section, most likely on a button or table header."
},
"JournalSectionSpectrals": {
"message": "Spectrals",
"description": "Displayed in the Journal section, most likely on a button or table header."
},
"JournalSectionButtons": {
"message": "Buttons",
"description": "Displayed in the Journal section, most likely on a button or table header."
},
"JournalSectionButtonDelete": {
"message": "Delete",
"description": "Displayed in the Journal section, most likely on a button or table header."
},
"JournalSectionButtonDeleteTooltip": {
"message": "This can't be undone. Hold Control to enable this button.",
"description": "Displayed in the Journal section, most likely on a button or table header."
},
"LeaderboardSection": {
"message": "Leaderboard",
"description": "Displayed in the Leaderboard section."
},
"LeaderboardSectionSoon": {
"message": "soon:tm:",
"description": "Displayed in the Leaderboard section."
},
"LeaderboardSectionSoon2": {
"message": "The leaderboard is a work in progress - stay tuned!",
"description": "Displayed in the Leaderboard section."
},
"ProgressSection": {
"message": "Progress",
"description": "Displayed in the Progress section, most likely on a table header."
},
"ProgressSectionHeadsUp": {
"message": "Looks wrong? Open the Achievements menu to sync completion state, and select On a Boat V to sync total points.",
"description": "Displayed in the Progress section, most likely on a table header."
},
"ProgressSectionCompleted": {
"message": "Completed",
"description": "Displayed in the Progress section, most likely on a table header."
},
"ProgressSectionIcon": {
"message": "Icon",
"description": "Displayed in the Progress section, most likely on a table header."
},
"ProgressSectionName": {
"message": "Name",
"description": "Displayed in the Progress section, most likely on a table header."
},
"ProgressSectionDescription": {
"message": "Description",
"description": "Displayed in the Progress section, most likely on a table header."
},
"SchedulesSection": {
"message": "Schedules",
"description": "Displayed in the Schedules section, most likely on a table header."
},
"SchedulesSectionRoute": {
"message": "Route",
"description": "Displayed in the Schedules section, most likely on a table header."
},
"SchedulesSectionAmount": {
"message": "Amount of schedules to show",
"description": "Displayed in the Schedules section, most likely on a table header."
},
"SchedulesSectionTime": {
"message": "Time",
"description": "Displayed in the Schedules section, most likely on a table header."
},
"SchedulesSectionDate": {
"message": "Date",
"description": "Displayed in the Schedules section, most likely on a table header."
},
"RelativeDatePast": {
"message": "in the past",
"description": "Displayed in the Schedules section, representing a relative date. The input is a number."
},
"RelativeDateBoarding": {
"message": "boarding",
"description": "Displayed in the Schedules section, representing a relative date. The input is a number."
},
"RelativeDateSeconds": {
"message": "in {0} seconds",
"description": "Displayed in the Schedules section, representing a relative date. The input is a number."
},
"RelativeDateMinutes": {
"message": "in {0} minutes",
"description": "Displayed in the Schedules section, representing a relative date. The input is a number."
},
"RelativeDateHours": {
"message": "in {0} hours",
"description": "Displayed in the Schedules section, representing a relative date. The input is a number."
},
"RelativeDateDays": {
"message": "in {0} days",
"description": "Displayed in the Schedules section, representing a relative date. The input is a number."
},
"SettingsSection": {
"message": "Settings",
"description": "The name of a section, displayed on the left sidebar of the main window."
},
"SettingsShowOverlay": {
"message": "Show overlay",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsShowOverlayDescription": {
"message": "When in Ocean Fishing, draws an overlay with information about your current boat.",
"description": "Displayed in the Settings tab, as a help label next to a configurable option."
},
"SettingsAlarmEnabled": {
"message": "Enable alarm",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsAlarmEnabledDescription": {
"message": "Posts a message in chat (and optionally plays a sound) before the next boat.",
"description": "Displayed in the Settings tab, as a help label next to a configurable option."
},
"SettingsJournalEnabled": {
"message": "Enable journal",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsJournalEnabledDescription": {
"message": "Saves a log of each boat you're on. Disabling this will not remove old logs.",
"description": "Displayed in the Settings tab, as a help label next to a configurable option."
},
"SettingsOceanFishingBaitsOnly": {
"message": "Prefer Ocean Fishing baits",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsOceanFishingBaitsOnlyDescription": {
"message": "Prefers Ragworm, Krill, and Plump Worm as baits when possible.",
"description": "Displayed in the Settings tab, as a help label next to a configurable option."
},
"SettingsPreferDynamicSuggestions": {
"message": "Prefer dynamic suggestions",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsPreferDynamicSuggestionsDescription": {
"message": "Use bait with the least bite time overlap instead of community-defined baits. Will likely be less accurate.",
"description": "Displayed in the Settings tab, as a help label next to a configurable option."
},
"SettingsUseDalamudLanguage": {
"message": "Use Dalamud language",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsLanguageOverride": {
"message": "Language",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsLockOverlay": {
"message": "Lock overlay",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsHideVanillaOverlay": {
"message": "Hide original overlay",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsHideVanillaOverlayDescription": {
"message": "Hides the base game fishing log and voyage missions.",
"description": "Displayed in the Settings tab, as a help label next to a configurable option."
},
"SettingsScrollFish": {
"message": "Add scrollbar to fish",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsSortFish": {
"message": "Group fish by type",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsSortFishDescription": {
"message": "Groups fish into tabs.",
"description": "Displayed in the Settings tab, as a help label next to a configurable option."
},
"SettingsDrawVoyageMissions": {
"message": "Show voyage missions",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsHideFinishedMissions": {
"message": "Hide finished voyage missions",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsDrawFishNames": {
"message": "Show fish names",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsDrawFishRanges": {
"message": "Show fish bite times",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsDrawIntTimes": {
"message": "Show intuition durations",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsDrawIntTimesDescription": {
"message": "For fish that require intuition to be caught, shows the intuition's duration next to their icons.",
"description": "Displayed in the Settings tab, as a help label next to a configurable option."
},
"SettingsDrawFishPoints": {
"message": "Show average points of fish",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsDrawFishPointsDescription": {
"message": "Draws the maximum points that can be obtained from each fish. This is calculated by the maximum yield of fish multiplied by the average points.",
"description": "Displayed in the Settings tab, as a help label next to a configurable option."
},
"SettingsDrawSpectralColors": {
"message": "Change color in spectral currents",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsDrawSpectralColorsDescription": {
"message": "Visually indicate you are in a spectral current by tinting the background color blue.",
"description": "Displayed in the Settings tab, as a help label next to a configurable option."
},
"SettingsAlarmMinutes": {
"message": "Minutes before to trigger",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsAlarmSoundEnabled": {
"message": "Play sound",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsAlarmSound": {
"message": "Sound",
"description": "Displayed in the Settings tab - most likely a label accompanied by a configurable option."
},
"SettingsAlarmSoundDescription": {
"message": "The sound to play when the alarm triggers. This is the same as the <se.X> sounds in chat.",
"description": "Displayed in the Settings tab, as a help label next to a configurable option."
},
"AlarmMessage": {
"message": "[Distant Seas] Next route in {0} minutes.",
"description": "Displayed in the chat window when the alarm goes off."
}
}