|
6 | 6 | }, |
7 | 7 | "robloxapi-desc": "Provides easy access to the Roblox API via parser functions.", |
8 | 8 | "robloxapi-error-no-arguments": "Please provide a valid data source!", |
9 | | - "robloxapi-error-invalid-args-count": "Invalid number of arguments!", |
10 | | - "robloxapi-error-invalid-id": "Invalid ID value '$1'!", |
| 9 | + "robloxapi-error-invalid-id": "Invalid ID value \"$1\"!", |
11 | 10 | "robloxapi-error-invalid-data": "Endpoint returned invalid data!", |
12 | 11 | "robloxapi-error-decode-failure": "Failed to decode response!", |
13 | | - "robloxapi-error-datasource-not-found": "Data source '$1' not found!", |
| 12 | + "robloxapi-error-datasource-not-found": "Data source \"$1\" not found!", |
14 | 13 | "robloxapi-error-unexpected-data-structure": "Unexpected data structure!", |
15 | 14 | "robloxapi-error-datasource-returned-no-data": "Data source returned no data!", |
16 | 15 | "robloxapi-error-user-group-not-found": "Failed to find the group data for the given user! The user may not be in the group.", |
17 | 16 | "robloxapi-error-request-failed": "Request failed!", |
18 | | - "robloxapi-error-arg-not-allowed": "Argument '$1' is not allowed for type '$2'!", |
| 17 | + "robloxapi-error-arg-not-allowed": "Argument \"$1\" is not allowed for type \"$2\"!", |
19 | 18 | "robloxapi-error-invalid-thumbnail-size": "Invalid thumbnail size!", |
20 | 19 | "robloxapi-error-invalid-username": "Invalid username!", |
21 | 20 | "robloxapi-error-missing-argument": "A required argument of type $1 is missing!", |
22 | | - "robloxapi-error-missing-optional-argument-value": "Incorrectly formatted optional argument! Note that optional arguments must be in the format of 'key=value'.", |
23 | | - "robloxapi-error-unknown-optional-argument": "Unknown optional argument '$1'!", |
24 | | - "robloxapi-error-invalid-thumbnail-format": "Invalid thumbnail format '$1'! Possible values are 'Webp' and 'Png'.", |
25 | | - "robloxapi-error-invalid-boolean": "Invalid boolean value '$1'! Must be 'true' or 'false'.", |
26 | | - "robloxapi-error-invalid-return-policy": "Invalid return policy '$1'! Must be 'PlaceHolder', 'ForcePlaceHolder', 'AutoGenerated', or 'ForceAutoGenerated'.", |
27 | | - "robloxapi-error-too-many-required-args": "The argument '$1' exceeds the maximum number of required arguments for this data source! Please refer to the documentation.", |
28 | | - "robloxapi-error-invalid-user-games-limit": "Invalid limit '$1'! Must be 10, 25 or 50.", |
29 | | - "robloxapi-error-invalid-sort-order": "Invalid sort order '$1'! Must be 'Asc' or 'Desc'." |
| 21 | + "robloxapi-error-missing-optional-argument-value": "Incorrectly formatted optional argument! Note that optional arguments must be in the format of \"key=value\".", |
| 22 | + "robloxapi-error-unknown-optional-argument": "Unknown optional argument \"$1\"!", |
| 23 | + "robloxapi-error-invalid-thumbnail-format": "Invalid thumbnail format \"$1\"! Possible values are \"Webp\" and \"Png\".", |
| 24 | + "robloxapi-error-invalid-boolean": "Invalid boolean value \"$1\"! Must be \"true\" or \"false\".", |
| 25 | + "robloxapi-error-invalid-return-policy": "Invalid return policy \"$1\"! Must be \"PlaceHolder\", \"ForcePlaceHolder\", \"AutoGenerated\", or \"ForceAutoGenerated\".", |
| 26 | + "robloxapi-error-too-many-required-args": "The argument \"$1\" exceeds the maximum number of required arguments for this data source! Please refer to the documentation.", |
| 27 | + "robloxapi-error-invalid-user-games-limit": "Invalid limit \"$1\"! Must be 10, 25 or 50.", |
| 28 | + "robloxapi-error-invalid-sort-order": "Invalid sort order \"$1\"! Must be \"Asc\" or \"Desc\".", |
| 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 | 31 | } |
0 commit comments