-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathen.json
214 lines (214 loc) · 14.2 KB
/
en.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
{
"@metadata": {
"authors": [
"Jinbobo <[email protected]>",
"Peter Atashian",
"Telshin <[email protected]>",
"Eli Foster <[email protected]>",
"Cblair91",
"Eric Schneider (Xbony2)"
]
},
"tilelist": "Item List",
"sheetlist": "Sheet List",
"tilemanager": "Item Manager",
"tiletranslator": "Item Translator",
"sheetmanager": "Sheet Manager",
"createtilesheet": "Sheet Importer",
"viewtile": "Item Viewer",
"whatusesthistile": "What Uses This Tile?",
"tilesheets-desc": "Adds a parser function that looks up a table for an item and returns the requested image.",
"specialpages-group-tilesheet": "Tilesheets Configuration & Tools",
"tilesheet-sheet-list-legend": "Filter",
"tilesheet-sheet-list-submit": "Go",
"tilesheet-sheet-list-limit": "Entries per page",
"tilesheet-tile-list-legend": "Filter",
"tilesheet-tile-list-mod": "Filter by mod",
"tilesheet-tile-list-regex": "Search item names matching regex",
"tilesheet-tile-list-langs": "Filter by languages translated to (comma separated)",
"tilesheet-tile-list-invertlang": "Invert language selection",
"tilesheet-tile-list-from": "Search from entry ID",
"tilesheet-tile-list-translate": "Translate",
"tilesheet-tile-list-view": "View",
"tilesheet-pagination-first": "First Page",
"tilesheet-pagination-first-arrow": "« First Page",
"tilesheet-pagination-prev": "‹ Previous Page",
"tilesheet-pagination-last": "Last Page",
"tilesheet-pagination-last-arrow": "Last Page »",
"tilesheet-pagination-next": "Next Page ›",
"tilesheet-item-name": "Item name",
"tilesheet-mod-name": "Mod name",
"tilesheet-x": "X position",
"tilesheet-y": "Y position",
"tilesheet-z": "Z position",
"tilesheet-sizes": "Registered sizes",
"tilesheet-edit": "Edit",
"tilesheet-fail-norows": "Query returned empty set (i.e., zero rows).",
"tilesheet-tile-list-submit": "Go",
"tilesheet-tile-list-limit": "Entries per page",
"tilesheet-create-legend": "Create new tilesheet",
"tilesheet-create-mod": "Mod name",
"tilesheet-create-mod-hint": "The abbreviation of the mod.",
"tilesheet-create-sizes": "Tilesheet sizes",
"tilesheet-create-sizes-hint": "Comma separated integers of tilesheet sizes, tilesheets should be uploaded to <code>Tilesheet $mod $size.png</code>.",
"tilesheet-create-input": "Import data",
"tilesheet-create-input-hint": "Data should be in the following format: <code>$x $y $z $item_name</code>",
"tilesheet-create-submit": "Save",
"tilesheet-create-update": "Overwrite existing",
"tilesheet-create-update-hint": "Checking this option will remove all existing records of the submitted mod, to change only a specific tile or tilesheet, please instead use [[Special:TileManager]] and [[Special:SheetManager]] respectively.",
"tilesheet-create-response-fail": "FAIL",
"tilesheet-create-response-success": "SUCCESS",
"tilesheet-create-response-msg-newsheet": "Adding new tilesheet...",
"tilesheet-create-response-msg-deletesheet": "Removing existing tilesheet...",
"tilesheet-create-response-msg-truncate": "Removing existing tilesheet entries...",
"tilesheet-create-response-msg-newtile": "Adding $1 from $2 on [Tilesheet $2 % %.png] ($3,$4,$5) to entry list...",
"tilesheet-create-summary-newtile": "Importing tilesheet.",
"tilesheet-create-summary-deletesheet": "Updating tilesheet through import tool.",
"tilesheet-sheet-manager-filter-legend": "Search",
"tilesheet-sheet-manager-filter-mod": "Search by Mod",
"tilesheet-sheet-manager-filter-submit": "Go",
"tilesheet-sheet-manager-legend": "Update Sheet",
"tilesheet-sheet-manager-mod": "Mod Abbreviation",
"tilesheet-sheet-manager-mod-hint": "The abbreviation of the mod.",
"tilesheet-sheet-manager-sizes": "Tilesheet Sizes",
"tilesheet-sheet-manager-sizes-hint": "Comma separated integers of tilesheet sizes, tilesheets should be uploaded to <code>Tilesheet $mod $size.png</code>.",
"tilesheet-sheet-manager-delete": "Delete Sheet",
"tilesheet-sheet-manager-truncate": "Truncate Entries",
"tilesheet-sheet-manager-submit": "Update",
"tilesheet-tile-manager-filter-legend": "Search",
"tilesheet-tile-manager-filter-id": "Entry ID",
"tilesheet-tile-manager-filter-submit": "Go",
"tilesheet-tile-manager-legend": "Update Tile",
"tilesheet-tile-manager-id": "Entry ID",
"tilesheet-tile-manager-item": "Item Name",
"tilesheet-tile-manager-mod": "Mod Abbreviation",
"tilesheet-tile-manager-mod-hint": "The abbreviation of the mod.",
"tilesheet-tile-manager-x": "X Position",
"tilesheet-tile-manager-y": "Y Position",
"tilesheet-tile-manager-z": "Z Position",
"tilesheet-tile-manager-delete": "Delete Entry",
"tilesheet-tile-manager-submit": "Update",
"tilesheet-tile-translator-id": "Entry ID",
"tilesheet-tile-translator-display_name": "Display Name",
"tilesheet-tile-translator-description": "Description",
"tilesheet-tile-translator-language": "Language Code",
"tilesheet-tile-translator-language-hint": "Change the language code to create a new translation with the above values.",
"tilesheet-tile-translator-submit": "Update",
"tilesheet-tile-translator-filter-id": "Entry ID",
"tilesheet-tile-translator-filter-language": "Language Code",
"tilesheet-tile-translator-filter-legend": "Search",
"tilesheet-tile-translator-filter-submit": "Go",
"tilesheet-tile-translator-legend": "Translate",
"tilesheet-tile-translator-delete": "Delete Translation",
"tilesheet-tile-viewer-header": "$1 from $2",
"tilesheet-tile-viewer-size": "Size",
"tilesheet-tile-viewer-tile": "Tile",
"tilesheet-tile-viewer-wlh": "What uses this tile?",
"tilesheet-whatusesthistile-title": "Pages that use tile \"$1\"",
"tilesheet-whatusesthistile-title-full": "Pages that use tile \"$1\" from $2",
"tilesheet-whatusesthistile-notile": "No tile exists at entry '''$1'''.",
"tilesheet-whatusesthistile-none": "No pages use tile '''$1'''.",
"tilesheet-whatusesthistile-some": "The following pages use tile '''$1''':",
"tilesheet-whatusesthistile-title-noid": "What Uses This Tile?",
"tilesheet-whatusesthistile-noid": "You must provide an ID",
"log-name-tilesheet": "Tilesheets log",
"log-description-tilesheet": "Here you can find a list of changes made to tilesheets.",
"logentry-tilesheet-createtile": "$1 created a new tile ($5) positioned at ($6, $7, $8) on the $4 tilesheet.",
"logentry-tilesheet-deletetile": "$1 deleted tile #$4 ($5) positioned at ($7, $8, $9) on the $6 tilesheet.",
"logentry-tilesheet-createsheet": "$1 created a new sheet for $4.",
"logentry-tilesheet-deletesheet": "$1 deleted the $4 tilesheet.",
"logentry-tilesheet-editsheet": "$1 edited the $6 tilesheet. Changes: $4.",
"logentry-tilesheet-edittile": "$1 edited tile #$6 ($7) positioned at ($9, $10, $15) on the $8 tilesheet. Changes: $4.",
"logentry-tilesheet-translatetile": "$1 translated tile #$4 ($8) to $5 with name \"$6\" and description \"$7\"",
"logentry-tilesheet-deletetranslation": "$1 deleted $5 translation for entry #$4",
"action-edittilesheets": "edit tiles",
"right-edittilesheets": "Edit tile data for the Tilesheets extension",
"action-importtilesheets": "upload new and update tilesheets",
"right-importtilesheets": "Upload new and update existing tilesheets for the Tilesheet extension",
"action-translatetiles": "translate tiles",
"right-translatetiles": "Translate tile names and descriptions for the Tilesheets extension",
"tilesheet-invalid-sheet-category": "Pages using an invalid tilesheet",
"tilesheet-invalid-sheet-category-desc": "The page contains a call to the <code>#icon</code> parser function for a tilesheet which does not exist. The tile is rendered as the error tile.",
"tilesheet-invalid-size-category": "Pages using an incorrect tilesheet size",
"tilesheet-invalid-size-category-desc": "The page contains a call to the <code>#icon</code> parser function for a tilesheet which does not exist in the size requested. The tile is rendered as the error tile.",
"tilesheet-missing-image-category": "Pages using a missing tilesheet image",
"tilesheet-missing-image-category-desc": "The page contains a call to the <code>#icon</code> parser function for a tilesheet and size that does not have the expected image. The tile is rendered as the error tile.",
"tilesheet-missing-item-category": "Pages with a missing tile name",
"tilesheet-missing-item-category-desc": "The page contains a call to the <code>#icon</code> parser function for a tile which does not exist. The tile is rendered as the error tile.",
"tilesheet-no-mod-provided-category": "Pages with a missing mod parameter",
"tilesheet-no-mod-provided-category-desc": "The page contains a call to the <code>#icon</code> parser function without specifying the sheet, and the provided item name exists in multiple tilesheets. The tile is rendered as the error tile.",
"tilesheet-no-mod-provided-easy-category": "Pages with an easily fixable missing mod parameter",
"tilesheet-no-mod-provided-easy-category-desc": "The page contains a call to the <code>#icon</code> parser function without specifying the sheet, but the provided item name only exists in one tilesheet. The tile is rendered as the sole item found, as a fallback.",
"grant-tilesheets": "Edit, import, or translate tilesheets",
"apihelp-addtiles-summary": "Adds a single tile to a given tilesheet.",
"apihelp-addtiles-param-summary": "An optional edit summary.",
"apihelp-addtiles-param-mod": "The mod abbreviation.",
"apihelp-addtiles-param-import": "A pipe separated list of entries. Format each entry as `X Y Z Item Name`.",
"apihelp-deletesheet-summary": "Deletes tilesheets by the mod abbreviations specified.",
"apihelp-deletesheet-param-summary": "An optional edit summary.",
"apihelp-deletesheet-param-mods": "The mod abbreviations to delete.",
"apihelp-createsheet-summary": "Creates a new tilesheet with the given mod abbreviation and sizes.",
"apihelp-createsheet-param-summary": "An optional edit summary.",
"apihelp-createsheet-param-mod": "The mod abbreviation.",
"apihelp-createsheet-param-sizes": "Pipe separated list of tile sizes.",
"apihelp-deletetiles-summary": "Deletes individual tile entries from the database.",
"apihelp-deletetiles-param-summary": "An optional edit summary.",
"apihelp-deletetiles-param-ids": "A list of entry IDs to delete.",
"apihelp-edittile-summary": "Edits a tile entry's data.",
"apihelp-edittile-param-summary": "An optional edit summary.",
"apihelp-edittile-param-id": "The entry ID for the tile.",
"apihelp-edittile-param-tomod": "The new mod abbreviation.",
"apihelp-edittile-param-toname": "The new item name.",
"apihelp-edittile-param-tox": "The new X coordinate.",
"apihelp-edittile-param-toy": "The new Y coordinate.",
"apihelp-edittile-param-toz": "The new Z coordinate.",
"apihelp-editsheet-summary": "Edits a sheet's data.",
"apihelp-editsheet-param-summary": "An optional edit summary.",
"apihelp-editsheet-param-mod": "The current mod abbreviation.",
"apihelp-editsheet-param-tomod": "The new mod abbreviation.",
"apihelp-editsheet-param-tosizes": "A pipe separated list of new sizes.",
"apihelp-deletetranslation-summary": "Deletes a translation for an entry ID.",
"apihelp-deletetranslation-param-id": "The entry ID to delete from.",
"apihelp-deletetranslation-param-lang": "The language of the entry to delete.",
"apihelp-translatetile-summary": "Translates the given tile data, either updating or creating a new entry.",
"apihelp-translatetile-param-id": "The tile entry ID.",
"apihelp-translatetile-param-lang": "The language code to translate to.",
"apihelp-translatetile-param-name": "The localized name.",
"apihelp-translatetile-param-description": "The localized description.",
"apihelp-query+tilesheets-summary": "Get all of the sheets.",
"apihelp-query+tilesheets-param-limit": "The maximum number of sheets to list.",
"apihelp-query+tilesheets-param-from": "The abbreviation to start listing at.",
"apihelp-query+tiles-summary": "Get all of the tiles filtered by mod.",
"apihelp-query+tiles-param-limit": "The maximum number of tiles to list.",
"apihelp-query+tiles-param-from": "The tile ID to start listing at.",
"apihelp-query+tiles-param-mod": "The mod to filter by.",
"apihelp-query+tiletranslations-summary": "Get all of the translations for the given entry ID and/or language.",
"apihelp-query+tiletranslations-param-id": "The entry ID to get translations for.",
"apihelp-query+tiletranslations-param-lang": "The language to get translations for.",
"apihelp-query+tileusages-summary": "Gets all of the pages that are used by a particular tile entry ID.",
"apihelp-query+tileusages-param-limit": "The maximum number of pages to list.",
"apihelp-query+tileusages-param-from": "The page ID (not entry ID) to start listing at.",
"apihelp-query+tileusages-param-tile": "The tile entry ID to get usages for.",
"apihelp-query+tileusages-param-namespace": "The namespace to enumerate.",
"tilesheets-log-prepare": "Preparing item: $1px $2 ($3)",
"tilesheets-error-undefmod": "Tilesheet for $1 is not defined!",
"tilesheets-warning-nosize": "No $1px tilesheet for $2 is defined! Selecting smallest size!",
"tilesheets-warning-noimage": "Tilesheet $1 $2 $3.png does not exist!",
"tilesheets-log-output": "Outputting item: $1px $2 ($3)",
"tilesheets-error-missingitem": "Entry missing for $1!",
"tilesheets-error-missingitemmod": "Entry missing for $1 ($2)!",
"tilesheets-warning-nomodparam": "Mod parameter is not defined for $1 but is able to decide which entry to use! Selecting entry from $2!",
"tilesheets-error-multiple": "Multiple entries exist for $1 and the mod parameter is not defined, cannot decide which entry to use!",
"tilesheets-notice-oredict": "Outputting ore dictionary items, errors returned from this point <i>may</i> be caused by parameters passed from the ore dictionary template, or by the configuration of the ore dictionary entry or tilesheet entry. If you are sure that errors returned here is caused by a incorrect configuration entry, please contact the wiki administrators.",
"tilesheets-notice-return": "OreDict returned the following items: $1.",
"tilesheets-warnings-header": "Tilesheets extension warnings",
"tilesheets-warnings-header-type": "Type",
"tilesheets-warnings-header-msg": "Message",
"tilesheets-warnings-none": "No warnings.",
"tilesheets-warnings-type-log": "Log",
"tilesheets-warnings-type-warning": "Warning",
"tilesheets-warnings-type-deprecated": "Deprecated",
"tilesheets-warnings-type-query": "query",
"tilesheets-warnings-type-error": "Error",
"tilesheets-warnings-type-notice": "Notice"
}