|
8 | 8 | "robloxapi-error-no-arguments": "Please provide a valid data source!", |
9 | 9 | "robloxapi-error-invalid-id": "Invalid ID value \"$1\"!", |
10 | 10 | "robloxapi-error-invalid-data": "Endpoint returned invalid data!", |
11 | | - "robloxapi-error-decode-failure": "Failed to decode response!", |
| 11 | + "robloxapi-error-decode-failure": "Failed to decode response!", |
12 | 12 | "robloxapi-error-datasource-not-found": "Data source \"$1\" not found!", |
13 | 13 | "robloxapi-error-unexpected-data-structure": "Unexpected data structure!", |
14 | 14 | "robloxapi-error-datasource-returned-no-data": "Data source returned no data!", |
|
27 | 27 | "robloxapi-error-invalid-user-games-limit": "Invalid limit \"$1\"! Must be 10, 25 or 50.", |
28 | 28 | "robloxapi-error-invalid-sort-order": "Invalid sort order \"$1\"! Must be \"Asc\" or \"Desc\".", |
29 | 29 | "robloxapi-error-usage-limit": "The \"$1\" data source can only be used $2 times per page!", |
30 | | - "robloxapi-error-usage-limit-dependent": "The \"$1\" data source (called through dependent data source $3) can only be used $2 times per page!" |
| 30 | + "robloxapi-error-usage-limit-dependent": "The \"$1\" data source (called through dependent data source \"$3\") can only be used $2 times per page!", |
| 31 | + "robloxapi-category-deprecated-parser-function": "Pages using deprecated RobloxAPI parser functions", |
| 32 | + "robloxapi-category-deprecated-parser-function-desc": "The page uses a deprecated parser function provided by the RobloxAPI extension.", |
| 33 | + "robloxapi-category-error": "Pages with RobloxAPI errors", |
| 34 | + "robloxapi-category-error-desc": "The page uses the <code>{{#robloxAPI}}</code> parser function incorrectly, resulting in an error." |
31 | 35 | } |
0 commit comments