diff --git a/_locales/en/messages.json b/_locales/en/messages.json index f277722..be82de9 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -10,36 +10,13 @@ "FOR_TESTING": { "message": "FOR TESTING" }, - - "IfToDecode": { - "message": "If to decode", - "description": "" + "Version": { + "message": "Version" }, - "IfToEncodeUrlTerminators": { - "message": "If to encode URL terminators", - "description": "" - }, - "IfToDecodeMultipleTimes": { - "message": "If to decode multiple times", - "description": "" + "PacUpdated": { + "message": "Updated" }, "Donate": { - "message": "Donate ❤", - "description": "" - }, - "CopyUnicodeUrl": { - "message": "Copy Unicode URL", - "description": "" - }, - "IconHint": { - "message": "Click to copy unicode URL into the clipboard", - "description": "" - }, - "CopyUnicodeLinkToHighlight": { - "message": "Copy Unicode link to highlight", - "description": "" - }, - "CopyUrlFromTheAddressBar": { - "message": "Copy URL from the address bar" + "message": "Donate ❤" } } \ No newline at end of file diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json index a7332d3..6d7c2fe 100644 --- a/_locales/ru/messages.json +++ b/_locales/ru/messages.json @@ -4,31 +4,19 @@ "description": "Name of the extension." }, "ExtensionDescription": { - "message": "Копируйте юникодные ссылки в буфер обмена без ужасных кодировок с процентами или Punycode!", + "message": "Обход интернет-цензуры в России: https://git.io/ac-wiki", "description": "Description of the extension." }, "FOR_TESTING": { - "message": "FOR TESTING" + "message": "ДЛЯ ТЕСТОВ" }, - - "IfToDecode": { - "message": "Декодировать", - "description": "" + "Version": { + "message": "Версия" }, - "IfToEncodeUrlTerminators": { - "message": "Кодировать знаки окончания URL", - "description": "" + "PacUpdated": { + "message": "Обновлялись" }, "Donate": { - "message": "Поддержать ❤", - "description": "" - }, - "CopyUnicodeUrl": { - "message": "Скопировать юникодную ссылку", - "description": "" - }, - "IconHint": { - "message": "Кликните для копирования юникодной ссылки в буфер обмена", - "description": "" + "message": "Поддержать ❤" } } \ No newline at end of file diff --git a/manifests/base.json.mjs b/manifests/base.json.mjs index f4f2f45..4dae8d2 100644 --- a/manifests/base.json.mjs +++ b/manifests/base.json.mjs @@ -31,7 +31,7 @@ export const render = ({ version, edition }) => { "action": { "default_title": - `__MSG___ | __MSG_Version__: ${version + localizedSuffix}`, + `__MSG_PacUpdated__ | __MSG_Version__: ${version + localizedSuffix}`, "default_popup": "/src/pages/options/index.html" }, "options_ui": { diff --git a/src/pages/options/index.html b/src/pages/options/index.html index c8af6e4..6831cd5 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -3,8 +3,9 @@
+