diff --git a/_locales/de/messages.json b/_locales/de/messages.json index 84d62788..09b6b1fb 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -598,6 +598,10 @@ "message": "Alle verfügbaren Updates Installieren", "description": "" }, + "clickToUninstall": { + "message": "Klicken zum Deinstallieren", + "description": "Label for the overlay on a style thumbnail when installed via inline search in the popup" + }, "filteredStyles": { "message": "$numShown$ von $numTotal$ gesamt", "description": "TL note - make this message short", diff --git a/_locales/es/messages.json b/_locales/es/messages.json index b63249fd..5bdac1b8 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -610,6 +610,10 @@ "message": "Buscar e instalar todas las actualizaciones disponibles", "description": "" }, + "clickToUninstall": { + "message": "Pulse para desinstalar", + "description": "Label for the overlay on a style thumbnail when installed via inline search in the popup" + }, "filteredStyles": { "message": "$numShown$ mostrados de $numTotal$ en total", "description": "TL note - make this message short", diff --git a/_locales/hu/messages.json b/_locales/hu/messages.json index f6d9e229..1255ae4e 100644 --- a/_locales/hu/messages.json +++ b/_locales/hu/messages.json @@ -610,6 +610,10 @@ "message": "Az összes frissítés ellenőrzése és telepítése", "description": "" }, + "clickToUninstall": { + "message": "Kattints az eltávolításhoz", + "description": "Label for the overlay on a style thumbnail when installed via inline search in the popup" + }, "filteredStyles": { "message": "$numShown$ mutatva $numTotal$-ból/-ből", "description": "TL note - make this message short", diff --git a/_locales/ja/messages.json b/_locales/ja/messages.json index 68f198f4..a9baf172 100644 --- a/_locales/ja/messages.json +++ b/_locales/ja/messages.json @@ -610,6 +610,10 @@ "message": "使用可能なすべての更新を確認してインストールする", "description": "" }, + "clickToUninstall": { + "message": "クリックでアンインストール", + "description": "Label for the overlay on a style thumbnail when installed via inline search in the popup" + }, "filteredStyles": { "message": "$numTotal$ 件中の $numShown$ 件を表示", "description": "TL note - make this message short", diff --git a/_locales/pl/messages.json b/_locales/pl/messages.json index 13b65643..7b4ab290 100644 --- a/_locales/pl/messages.json +++ b/_locales/pl/messages.json @@ -610,6 +610,10 @@ "message": "Sprawdź i zainstaluj wszystkie dostępne aktualizacje", "description": "" }, + "clickToUninstall": { + "message": "Kliknij, aby odinstalować", + "description": "Label for the overlay on a style thumbnail when installed via inline search in the popup" + }, "filteredStyles": { "message": "Pokazano $numShown$ z sumy $numTotal$", "description": "TL note - make this message short", diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json index 6d61b1b0..752bd3b9 100644 --- a/_locales/ru/messages.json +++ b/_locales/ru/messages.json @@ -614,6 +614,10 @@ "message": "Найти и установить обновления стилей", "description": "" }, + "clickToUninstall": { + "message": "Нажмите, чтобы удалить стиль", + "description": "Label for the overlay on a style thumbnail when installed via inline search in the popup" + }, "filteredStyles": { "message": "найдено $numShown$ из $numTotal$всего", "description": "TL note - make this message short", @@ -630,6 +634,10 @@ "message": "Импорт стилей завершен", "description": "Title of the report shown after importing styles" }, + "unreachableAMOHint": { + "message": "Чтобы разрешить доступ, перейдите на адрес , нажмите правой кнопкой в списке, потом «Создать», потом «Логическое», вставьте текст и нажмите OK, , OK, перезагрузите страницу .", + "description": "Note in the popup when opened on addons.mozilla.org in Firefox >= 59" + }, "styleMozillaFormatHeading": { "message": "Формат Mozilla", "description": "Heading for the section with buttons to import/export Mozilla format of the style" @@ -826,6 +834,10 @@ "message": "Подсказки при наборе кода", "description": "Label for the checkbox in the style editor." }, + "unreachableAMO": { + "message": "Браузер запрещает доступ к сайту", + "description": "Note in the popup displayed when opened on addons.mozilla.org" + }, "linterCSSLintIncompatible": { "message": "CSSLint не поддерживает препроцессор $preprocessorname$", "description": "The label to display when the preprocessor isn't compatible with CSSLint", @@ -1086,6 +1098,10 @@ "message": "Новый интерфейс", "description": "Label for the checkbox that toggles the new UI on manage page" }, + "unreachableAMOHintOldFF": { + "message": "Только Firefox 59 и новее можно настроить так, чтобы разрешиь веб-расширениям добавлять стили на этом защищенном сайте.", + "description": "Note in the popup when opened on addons.mozilla.org in Firefox < 59" + }, "importReportUndoneTitle": { "message": "Откат импорта завершен", "description": "Title of the message box shown after undoing the import of styles" diff --git a/_locales/zh_TW/messages.json b/_locales/zh_TW/messages.json index c93f95b4..b1ad2432 100644 --- a/_locales/zh_TW/messages.json +++ b/_locales/zh_TW/messages.json @@ -285,6 +285,10 @@ } } }, + "searchNumberOfResults2": { + "message": "在程式碼與套用到的值的符合數量", + "description": "Tooltip for the number of found search results in the editor shown on Ctrl-F" + }, "linterIssuesHelp": { "message": "這些問題被 $link$ 找到了:", "description": "Help popup message for the selected CSS linter issues block on the style edit page", @@ -497,6 +501,10 @@ "message": "切換樣式", "description": "Label for the checkbox to enable/disable a style" }, + "searchNumberOfResults": { + "message": "符合數量", + "description": "Tooltip for the number of found search results in the editor shown on Ctrl-F" + }, "importReplaceTooltip": { "message": "棄用當前樣式內容并用導入樣式覆蓋", "description": "Label for the button to import and overwrite current style" @@ -606,6 +614,10 @@ "message": "檢查並安裝所有可用的更新", "description": "" }, + "clickToUninstall": { + "message": "點選以解除安裝", + "description": "Label for the overlay on a style thumbnail when installed via inline search in the popup" + }, "filteredStyles": { "message": "$numShown$ 個已顯示,總共 $numTotal$ 個", "description": "TL note - make this message short", @@ -844,6 +856,10 @@ "message": "回饋", "description": "Label for the external link to send feedback for the style" }, + "genericPrevious": { + "message": "上一步", + "description": "Used in various places to select/perform the previous step/action" + }, "manageOnlyDisabled": { "message": "僅已停用的樣式", "description": "Checkbox to show only disabled styles" @@ -892,6 +908,10 @@ "message": "覆蓋樣式", "description": "Label for the button to import and overwrite current style" }, + "genericNext": { + "message": "下一步", + "description": "Used in various places to select/perform the next step/action" + }, "popupOpenEditInWindowTooltip": { "message": "也透過從瀏覽器視窗分離編輯器分頁來啟用,\n並透過將單獨的編輯器分頁附加到其他視窗中來停用。", "description": "Label for the checkbox controlling 'edit' action behavior in the popup." @@ -1034,6 +1054,10 @@ } } }, + "searchCaseSensitive": { + "message": "區分大小寫", + "description": "Tooltip for the 'Aa' icon that enables case-sensitive search in the editor shown on Ctrl-F" + }, "appliesLineWidgetWarning": { "message": "無法與最小化的 CSS 一起運作", "description": "A warning that applies-to information won't show properly with minified CSS"