|
|
@@ -1,330 +1,334 @@
|
|
|
{
|
|
|
"extName": {
|
|
|
"message": "Violentmonkey",
|
|
|
- "description": "name of this extension"
|
|
|
- },
|
|
|
- "extAuthor": {
|
|
|
- "message": "Designed by <a href=mailto:[email protected]>Gerald</a>",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- "extTranslator": {
|
|
|
- "message": "Gerald <[email protected]>",
|
|
|
- "description": "information of the translator"
|
|
|
+ "description": "Name of this extension."
|
|
|
},
|
|
|
"extDescription": {
|
|
|
- "message": "UserScript support for Opera.",
|
|
|
- "description": "description for this extension"
|
|
|
- },
|
|
|
- "css": {
|
|
|
- "message": "html{font-family:Calibri,Arial;}",
|
|
|
- "description": "additional CSS for all pages"
|
|
|
+ "message": "Userscript support for Opera.",
|
|
|
+ "description": "Description for this extension."
|
|
|
},
|
|
|
- "defaultSearch": {
|
|
|
- "message": "http://www.google.com/search?q=*",
|
|
|
- "description": "URL for searching scripts, * stands for the keywords"
|
|
|
+ "extTranslator": {
|
|
|
+ "message": "Gerald <[email protected]>",
|
|
|
+ "description": "Information of the translator."
|
|
|
},
|
|
|
"msgUpdated": {
|
|
|
"message": "Script updated.",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown when a script is updated/reinstalled."
|
|
|
},
|
|
|
"msgErrorFetchingScript": {
|
|
|
"message": "Error fetching script!",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown when Violentmonkey failed fetching a new version of the script."
|
|
|
},
|
|
|
"msgInstalled": {
|
|
|
"message": "Script installed.",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown when a script is installed."
|
|
|
},
|
|
|
"msgUpdating": {
|
|
|
"message": "Updating...",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown when a new version of script is being fetched."
|
|
|
},
|
|
|
"msgNewVersion": {
|
|
|
"message": "New version found.",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown when a new version of script is found by @updateURL, but no @downloadURL is provided."
|
|
|
},
|
|
|
"msgCheckingForUpdate": {
|
|
|
"message": "Checking for updates...",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown when a script is being checked for updates by version numbers."
|
|
|
},
|
|
|
"msgErrorFetchingUpdateInfo": {
|
|
|
"message": "Failed fetching update information.",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown when Violentmonkey failed fetching version data of the script."
|
|
|
},
|
|
|
"msgNoUpdate": {
|
|
|
"message": "No update found.",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown when there is no new version of a script."
|
|
|
+ },
|
|
|
+ "css": {
|
|
|
+ "message": "html{font-family:Calibri,Arial;}",
|
|
|
+ "description": "Additional CSS for all pages."
|
|
|
},
|
|
|
"labelInstall": {
|
|
|
"message": "Installing script",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- "buttonConfirmInstall": {
|
|
|
- "message": "Confirm install",
|
|
|
- "description": ""
|
|
|
+ "description": "Shown in the title of the confirm page while trying to install a script."
|
|
|
},
|
|
|
- "buttonClose": {
|
|
|
- "message": "Close",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- "anchorSupportPage": {
|
|
|
- "message": "<a href=https://github.com/gera2ld/Violentmonkey/wiki>Violentmonkey</a>",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- "labelAuthor": {
|
|
|
- "message": "Author: ",
|
|
|
- "description": ""
|
|
|
+ "buttonConfirmInstallation": {
|
|
|
+ "message": "Confirm installation",
|
|
|
+ "description": "Button to confirm installation of a script."
|
|
|
},
|
|
|
"msgNotJS": {
|
|
|
- "message": "URL seems not to be a Javascript file. It will be reloaded directly in 3 seconds.",
|
|
|
- "description": ""
|
|
|
+ "message": "URL seems not to be Javascript. It will be loaded directly in 3 seconds.",
|
|
|
+ "description": "Message shown in the confirm page when loading a URL ends with .user.js but seems not to be Javascript. It will then be loaded again directly in 3 seconds."
|
|
|
},
|
|
|
"msgLoadedJS": {
|
|
|
"message": "Javascript loaded: $1",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown in the confirm page when a javascript file to be installed is loaded."
|
|
|
},
|
|
|
"msgErrorLoadingURL": {
|
|
|
"message": "Error loading URL: $1",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown in the confirm page when Violentmonkey failed to load the URL of a script."
|
|
|
},
|
|
|
"msgLoadingURL": {
|
|
|
"message": "Loading URL: $1",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown in the confirm page when a URL of a script is being loaded."
|
|
|
},
|
|
|
"labelOptions": {
|
|
|
"message": "Options",
|
|
|
- "description": ""
|
|
|
+ "description": "Options of this extension."
|
|
|
},
|
|
|
"buttonNew": {
|
|
|
"message": "New",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to create a new script."
|
|
|
},
|
|
|
"anchorGetMoreScripts": {
|
|
|
- "message": "<a href=http://userscripts.org target=_blank class=i18n>Get more scripts from userscripts.org</a>",
|
|
|
- "description": ""
|
|
|
+ "message": "<a href=http://userscripts.org target=_blank>Get more scripts from userscripts.org</a>",
|
|
|
+ "description": "Link to get more scripts."
|
|
|
},
|
|
|
"anchorUpdateAll": {
|
|
|
"message": "Check all for updates",
|
|
|
- "description": ""
|
|
|
+ "description": "Check all scripts for updates."
|
|
|
},
|
|
|
"buttonAdvanced": {
|
|
|
"message": "Advanced",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- "labelInstalledScripts": {
|
|
|
- "message": "Installed scripts",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to show the advanced options."
|
|
|
},
|
|
|
"labelShowDetails": {
|
|
|
"message": "Show details",
|
|
|
- "description": ""
|
|
|
+ "description": "An option to show the details of scripts, such as author, description, etc."
|
|
|
+ },
|
|
|
+ "anchorSupportPage": {
|
|
|
+ "message": "<a href=https://github.com/gera2ld/Violentmonkey/wiki>Violentmonkey</a>",
|
|
|
+ "description": "Link to the support page of Violentmonkey."
|
|
|
+ },
|
|
|
+ "anchorAuthor": {
|
|
|
+ "message": "Designed by <a href=mailto:[email protected]>Gerald</a>",
|
|
|
+ "description": "Author shown in the footer of options page, translator information may be added."
|
|
|
},
|
|
|
"labelScriptEditor": {
|
|
|
"message": "Script Editor",
|
|
|
- "description": ""
|
|
|
+ "description": "Shown in the title of the script editing page."
|
|
|
},
|
|
|
"buttonCustomMeta": {
|
|
|
"message": "Custom meta data",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to edit the custom meta data of a script."
|
|
|
},
|
|
|
"labelAllowUpdate": {
|
|
|
"message": "Allow update",
|
|
|
- "description": ""
|
|
|
+ "description": "An option to allow checking updates for a script."
|
|
|
},
|
|
|
"buttonSave": {
|
|
|
"message": "Save",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to save modifications of a script."
|
|
|
},
|
|
|
"buttonSaveClose": {
|
|
|
"message": "Save & Close",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to save modifications of a script and then close the editing page."
|
|
|
},
|
|
|
"labelName": {
|
|
|
"message": "Name:",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of script name."
|
|
|
},
|
|
|
"labelRunAt": {
|
|
|
"message": "Run-At:",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of script @run-at properties in custom meta data."
|
|
|
},
|
|
|
"labelRunAtDefault": {
|
|
|
"message": "(Default)",
|
|
|
- "description": ""
|
|
|
+ "description": "Shown when custom @run-at is not assigned."
|
|
|
},
|
|
|
"labelHomepage": {
|
|
|
"message": "Homepage:",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of script @homepage in custom meta data."
|
|
|
},
|
|
|
"labelUpdateURL": {
|
|
|
"message": "Update URL:",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of script @updateURL in custom meta data."
|
|
|
},
|
|
|
"labelDownloadURL": {
|
|
|
"message": "Download URL:",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of script @downloadURL in custom meta data."
|
|
|
},
|
|
|
"labelInclude": {
|
|
|
"message": "Includes",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of @include rules."
|
|
|
},
|
|
|
"labelKeepInclude": {
|
|
|
"message": "Keep original include rules",
|
|
|
- "description": ""
|
|
|
+ "description": "An option to keep the original @include rules."
|
|
|
},
|
|
|
"labelCustomInclude": {
|
|
|
"message": "Custom include rules: <em>(One per line)</em>",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of custom @include rules."
|
|
|
},
|
|
|
"labelMatch": {
|
|
|
"message": "Matches",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of @match rules."
|
|
|
},
|
|
|
"labelKeepMatch": {
|
|
|
"message": "Keep original match rules",
|
|
|
- "description": ""
|
|
|
+ "description": "An option to keep the original @match rules."
|
|
|
},
|
|
|
"labelCustomMatch": {
|
|
|
"message": "Custom match rules: <em>(One per line)</em>",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of custom @match rules."
|
|
|
},
|
|
|
"labelExclude": {
|
|
|
"message": "Excludes",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of @exclude rules."
|
|
|
},
|
|
|
"labelKeepExclude": {
|
|
|
"message": "Keep original exclude rules",
|
|
|
- "description": ""
|
|
|
+ "description": "An option to keep the original @exclude rules."
|
|
|
},
|
|
|
"labelCustomExclude": {
|
|
|
"message": "Custom exclude rules: <em>(One per line)</em>",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of custom @exclude rules."
|
|
|
},
|
|
|
"buttonOK": {
|
|
|
"message": "OK",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to confirm modifications."
|
|
|
},
|
|
|
"buttonCancel": {
|
|
|
"message": "Cancel",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to cancel modifications."
|
|
|
},
|
|
|
"labelExport": {
|
|
|
- "message": "Export",
|
|
|
- "description": ""
|
|
|
+ "message": "Data Export",
|
|
|
+ "description": "Label shown in the title of export dialog."
|
|
|
+ },
|
|
|
+ "labelInstalledScripts": {
|
|
|
+ "message": "Installed scripts",
|
|
|
+ "description": "Label of the list of installed scripts."
|
|
|
},
|
|
|
"anchorExportOptions": {
|
|
|
- "message": "Option",
|
|
|
- "description": ""
|
|
|
+ "message": "Options",
|
|
|
+ "description": "Options of export."
|
|
|
},
|
|
|
"labelExportScriptData": {
|
|
|
"message": "Export script data",
|
|
|
- "description": ""
|
|
|
+ "description": "An option to export script data along with scripts."
|
|
|
},
|
|
|
"buttonAllNone": {
|
|
|
"message": "All/None",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to select all scripts or none."
|
|
|
},
|
|
|
"labelAdvanced": {
|
|
|
"message": "Advanced",
|
|
|
- "description": ""
|
|
|
+ "description": "Label shown in the title of advanced dialog."
|
|
|
},
|
|
|
"labelAutoUpdate": {
|
|
|
"message": "Automatically check scripts for updates every day",
|
|
|
- "description": ""
|
|
|
+ "description": "An option to allow automatically checking scripts for updates every 24 hours."
|
|
|
},
|
|
|
"labelSearchLink": {
|
|
|
"message": "Search URL: ",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of URL for searching scripts for a site."
|
|
|
},
|
|
|
"labelSearchHint": {
|
|
|
"message": "<a title='Search URL must be a URL including *. * stands for the key words generated by Violentmonkey.'>(?)</a>",
|
|
|
- "description": ""
|
|
|
+ "description": "Hint for the search URL."
|
|
|
},
|
|
|
"buttonDefault": {
|
|
|
"message": "Default",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to replace search URL with the default one."
|
|
|
},
|
|
|
"labelData": {
|
|
|
"message": "Data",
|
|
|
- "description": ""
|
|
|
+ "description": "Label of extension data management."
|
|
|
},
|
|
|
- "buttonExport": {
|
|
|
+ "buttonExportData": {
|
|
|
"message": "Export to zip",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to open the data export dialog."
|
|
|
},
|
|
|
- "buttonImport": {
|
|
|
+ "buttonImportData": {
|
|
|
"message": "Import from zip",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to choose a file for data import."
|
|
|
},
|
|
|
- "buttonVacuum": {
|
|
|
+ "buttonVacuumData": {
|
|
|
"message": "Vacuum data",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to vacuum extension data."
|
|
|
},
|
|
|
"labelVacuumHint": {
|
|
|
"message": "<a title='Discard the redundancy and try to reload the missing resources in cache.'>(?)</a>",
|
|
|
- "description": ""
|
|
|
+ "description": "Hint for vacuuming data."
|
|
|
+ },
|
|
|
+ "buttonClose": {
|
|
|
+ "message": "Close",
|
|
|
+ "description": "Button to close the confirm window."
|
|
|
},
|
|
|
"anchorUpdate": {
|
|
|
"message": "Check for updates",
|
|
|
- "description": ""
|
|
|
+ "description": "Check a script for updates."
|
|
|
},
|
|
|
"buttonEdit": {
|
|
|
"message": "Edit",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to edit a script."
|
|
|
},
|
|
|
"buttonRemove": {
|
|
|
"message": "Remove",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to remove a script."
|
|
|
},
|
|
|
- "labelNoName": {
|
|
|
- "message": "No Name",
|
|
|
- "description": ""
|
|
|
+ "labelAuthor": {
|
|
|
+ "message": "Author: ",
|
|
|
+ "description": "Label of author shown in the details of a script."
|
|
|
},
|
|
|
"buttonDisable": {
|
|
|
"message": "Disable",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to disable a script."
|
|
|
},
|
|
|
"buttonEnable": {
|
|
|
"message": "Enable",
|
|
|
- "description": ""
|
|
|
+ "description": "Button to enable a script."
|
|
|
},
|
|
|
"confirmNotSaved": {
|
|
|
"message": "Modifications are not saved!\nClick OK to discard them or cancel to stay.",
|
|
|
- "description": ""
|
|
|
+ "description": "Confirm message shown when there are unsaved script modifications."
|
|
|
+ },
|
|
|
+ "defaultSearch": {
|
|
|
+ "message": "http://www.google.com/search?q=*",
|
|
|
+ "description": "URL for searching scripts, * stands for the keywords."
|
|
|
},
|
|
|
"msgImported": {
|
|
|
"message": "$1 item(s) are imported.",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown after import. There is an argument referring to the count of scripts imported."
|
|
|
},
|
|
|
"buttonVacuuming": {
|
|
|
"message": "Vacuuming data...",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown when data vacuum is in progress."
|
|
|
+ },
|
|
|
+ "buttonExport": {
|
|
|
+ "message": "Export",
|
|
|
+ "description": "Button to confirm export."
|
|
|
},
|
|
|
"labelExporting": {
|
|
|
"message": "Exporting data...",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown when data export is in progress."
|
|
|
},
|
|
|
"buttonVacuumed": {
|
|
|
"message": "Data vacuumed",
|
|
|
- "description": ""
|
|
|
+ "description": "Message shown when data is vacuumed."
|
|
|
+ },
|
|
|
+ "labelNoName": {
|
|
|
+ "message": "No Name",
|
|
|
+ "description": "Text as the name of a script when no @name is assigned."
|
|
|
},
|
|
|
"menuManageScripts": {
|
|
|
"message": "Manage scripts",
|
|
|
- "description": ""
|
|
|
+ "description": "Menu item to manage scripts, or to open the options page of the extension."
|
|
|
},
|
|
|
"menuFindScripts": {
|
|
|
"message": "Find scripts for this site",
|
|
|
- "description": ""
|
|
|
+ "description": "Menu item to find scripts for a site."
|
|
|
},
|
|
|
"menuScriptEnabled": {
|
|
|
"message": "Scripts enabled",
|
|
|
- "description": ""
|
|
|
+ "description": "Menu item showing the status of Violentmonkey, whether enabled."
|
|
|
},
|
|
|
"menuBack": {
|
|
|
"message": "Back",
|
|
|
- "description": ""
|
|
|
+ "description": "Menu item to go back to main menu from script commands."
|
|
|
},
|
|
|
"menuCommands": {
|
|
|
"message": "Script commands...",
|
|
|
- "description": ""
|
|
|
+ "description": "Menu item to list script commands."
|
|
|
}
|
|
|
}
|