|
|
@@ -87,10 +87,6 @@
|
|
|
"message": "Загрузка требований... ($1/$2)",
|
|
|
"description": "Message shown on confirm page when the requirements are being downloaded."
|
|
|
},
|
|
|
- "anchorGetMoreScripts": {
|
|
|
- "message": "Скачать скрипты",
|
|
|
- "description": "Link to get more scripts."
|
|
|
- },
|
|
|
"sideMenuInstalled": {
|
|
|
"message": "Установленные скрипты",
|
|
|
"description": "Side menu: Installed scripts"
|
|
|
@@ -111,6 +107,10 @@
|
|
|
"message": "Проверить обновления скриптов",
|
|
|
"description": "Check all scripts for updates."
|
|
|
},
|
|
|
+ "anchorGetMoreScripts": {
|
|
|
+ "message": "Скачать скрипты",
|
|
|
+ "description": "Link to get more scripts."
|
|
|
+ },
|
|
|
"msgLoading": {
|
|
|
"message": "Загрузка...",
|
|
|
"description": "Message shown in the options page before script list is loaded."
|
|
|
@@ -167,9 +167,9 @@
|
|
|
"message": "About Violentmonkey",
|
|
|
"description": "Label shown on top of the about page."
|
|
|
},
|
|
|
- "labelSupportPage": {
|
|
|
- "message": "Support page: ",
|
|
|
- "description": "Label of support page."
|
|
|
+ "labelRelated": {
|
|
|
+ "message": "Related links: ",
|
|
|
+ "description": "Label of related links."
|
|
|
},
|
|
|
"anchorSupportPage": {
|
|
|
"message": "<a href=https://github.com/gera2ld/Violentmonkey/wiki target=_blank>Violentmonkey</a>",
|
|
|
@@ -179,6 +179,10 @@
|
|
|
"message": "Donate",
|
|
|
"description": "Label of link to donate page."
|
|
|
},
|
|
|
+ "labelFeedback": {
|
|
|
+ "message": "Feedback",
|
|
|
+ "description": "Label of link to feedback page."
|
|
|
+ },
|
|
|
"labelAuthor": {
|
|
|
"message": "Автор: ",
|
|
|
"description": "Label of author shown in the details of a script."
|
|
|
@@ -279,6 +283,10 @@
|
|
|
"message": "Новый скрипт",
|
|
|
"description": "Text as the name of a script when no @name is assigned."
|
|
|
},
|
|
|
+ "hintSupportPage": {
|
|
|
+ "message": "Support page",
|
|
|
+ "description": "Hint for support page."
|
|
|
+ },
|
|
|
"buttonDisable": {
|
|
|
"message": "Выключить",
|
|
|
"description": "Button to disable a script."
|
|
|
@@ -347,10 +355,18 @@
|
|
|
"message": "Найти для: ",
|
|
|
"description": "Label for search input in search box."
|
|
|
},
|
|
|
+ "labelSearchFor": {
|
|
|
+ "message": "Search for...",
|
|
|
+ "description": "Text shown as a place holder in the search box."
|
|
|
+ },
|
|
|
"labelReplace": {
|
|
|
"message": "Заменить на: ",
|
|
|
"description": "Label for replace input in search box."
|
|
|
},
|
|
|
+ "labelReplaceWith": {
|
|
|
+ "message": "Replace with...",
|
|
|
+ "description": "Text shown as a place holder in the replace box."
|
|
|
+ },
|
|
|
"buttonReplace": {
|
|
|
"message": "Заменять",
|
|
|
"description": "Button to replace the current match."
|
|
|
@@ -359,4 +375,4 @@
|
|
|
"message": "Заменить всё",
|
|
|
"description": "Button to replace all matches."
|
|
|
}
|
|
|
-}
|
|
|
+}
|