🌐 Add translations
This commit is contained in:
@@ -1,14 +1,50 @@
|
||||
{
|
||||
"appName": {
|
||||
"message": "Ext Starter",
|
||||
"extensionName": {
|
||||
"message": "Shikiryu Bookmarklet",
|
||||
"description": "The name of the extension."
|
||||
},
|
||||
"appDescription": {
|
||||
"message": "Boilerplate for building cross browser extensions",
|
||||
"extensionDescription": {
|
||||
"message": "Email a link for later read",
|
||||
"description": "The description of the extension."
|
||||
},
|
||||
"btnTooltip": {
|
||||
"message": "Ext Starter",
|
||||
"description": "Tooltip for the button."
|
||||
"optionsAndSettings": {
|
||||
"message": "Options & Settings",
|
||||
"description": "Options page title."
|
||||
},
|
||||
"optionsPageSubtitle": {
|
||||
"message": "Save this page by email for later read",
|
||||
"description": "Options page subtitle."
|
||||
},
|
||||
"optionsURL": {
|
||||
"message": "URL:",
|
||||
"description": "URL label"
|
||||
},
|
||||
"optionsToken": {
|
||||
"message": "Token:",
|
||||
"description": "Token label"
|
||||
},
|
||||
"URLChanged": {
|
||||
"message": "URL changed!",
|
||||
"description": "Message when URL is changed."
|
||||
},
|
||||
"tokenSaved": {
|
||||
"message": "Token saved!",
|
||||
"description": "Message when token is changed."
|
||||
},
|
||||
"cantExtractTitle": {
|
||||
"message": "Sorry, could not extract this page's title and URL",
|
||||
"description": "Message when we could not extract the page's title and URL"
|
||||
},
|
||||
"savedSuccessfully": {
|
||||
"message": "Your bookmark was saved successfully!",
|
||||
"description": "Message when your bookmark was saved successfully"
|
||||
},
|
||||
"unknownError": {
|
||||
"message": "Sorry, there was an error while saving your bookmark.",
|
||||
"description": "Message when there was an error while saving your bookmark."
|
||||
},
|
||||
"defaultURL": {
|
||||
"message": "https://bookmarklet.shikiryu.com",
|
||||
"description": "Default URL"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user