update locales
This commit is contained in:
parent
4493c9e9f0
commit
efbbe147e4
|
@ -19,14 +19,26 @@
|
|||
"message": "Exportovat styly",
|
||||
"description": ""
|
||||
},
|
||||
"sortStylesHelpTitle": {
|
||||
"message": "Seřadit obsah",
|
||||
"description": "Label for the sort info popup on the Manage styles page"
|
||||
},
|
||||
"manageOnlyUsercss": {
|
||||
"message": "Pouze Usercss styly",
|
||||
"description": "Checkbox to show only Usercss styles"
|
||||
},
|
||||
"sortLabelTitleAsc": {
|
||||
"message": "Název (vzestupně)",
|
||||
"description": "Text added to option group to indicate a block of options that apply a title ascending (A to Z) sort"
|
||||
},
|
||||
"optionsUpdateInterval": {
|
||||
"message": "Interval automatické aktualizace stylů v hodinách (0 = vypnuto)",
|
||||
"description": ""
|
||||
},
|
||||
"sortDateOldestFirst": {
|
||||
"message": "starší nejdříve",
|
||||
"description": "Text added to indicate that sorting a date would add the oldest entries at the top"
|
||||
},
|
||||
"exportLabel": {
|
||||
"message": "Exportovat",
|
||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
||||
|
@ -139,6 +151,10 @@
|
|||
"message": "Vyhledat",
|
||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
||||
},
|
||||
"genericEnabledLabel": {
|
||||
"message": "Povoleno",
|
||||
"description": "Used in various lists/options to indicate that something is enabled"
|
||||
},
|
||||
"manageFaviconsGray": {
|
||||
"message": "Zešednutí",
|
||||
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
|
||||
|
@ -322,6 +338,10 @@
|
|||
"message": "Stylus může přistupovat k file:// URL pouze při povolení odpovídající možnosti pro rozšíření Stylus ve správci chrome://extensions.",
|
||||
"description": "Note in the toolbar popup for file:// URLs"
|
||||
},
|
||||
"sortLabel": {
|
||||
"message": "Zvolte způsob řazení instalovaných stylů",
|
||||
"description": "Title on the sort select to indicate it is used for sorting entries"
|
||||
},
|
||||
"disableStyleLabel": {
|
||||
"message": "Zakázat",
|
||||
"description": "Label for the button to disable a style"
|
||||
|
@ -557,6 +577,10 @@
|
|||
"message": "Platí pro",
|
||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||
},
|
||||
"sortLabelTitleDesc": {
|
||||
"message": "Název (sestupně)",
|
||||
"description": "Text added to option group to indicate a block of options that apply a title descending (Z to A) sort"
|
||||
},
|
||||
"openOptionsPopup": {
|
||||
"message": "Možnosti",
|
||||
"description": "Go to Options UI"
|
||||
|
@ -674,6 +698,10 @@
|
|||
"message": "Ikona na panelu nástrojů",
|
||||
"description": ""
|
||||
},
|
||||
"genericTitle": {
|
||||
"message": "Název",
|
||||
"description": "Used in various parts of the UI to indicate the title of something"
|
||||
},
|
||||
"updateCompleted": {
|
||||
"message": "Aktalizace dokončena.",
|
||||
"description": "Text that displays when an update completed"
|
||||
|
@ -698,6 +726,10 @@
|
|||
"message": "Hodnocení",
|
||||
"description": "Text for label that shows the search result's rating"
|
||||
},
|
||||
"genericUnknown": {
|
||||
"message": "Neznámé",
|
||||
"description": "Used in various parts of the UI to indicate if something is unknown (e.g. an unknown date)"
|
||||
},
|
||||
"popupManageTooltip": {
|
||||
"message": "Shift + kliknutím nebo pravým kliknutím otevřít správce se styly použitými na této stránce",
|
||||
"description": "Tooltip for the 'Manage' button in the popup."
|
||||
|
@ -904,6 +936,10 @@
|
|||
"message": "Nastala chyba při používání Stylus databáze. Chcete navštívit webovou stránku s možnými řešeními?",
|
||||
"description": "Prompt when a DB error is encountered"
|
||||
},
|
||||
"dateInstalled": {
|
||||
"message": "Datum instalace",
|
||||
"description": "Option text for the user to sort the style by install date"
|
||||
},
|
||||
"optionsAdvanced": {
|
||||
"message": "Pokročilé",
|
||||
"description": ""
|
||||
|
@ -932,6 +968,10 @@
|
|||
"message": "Neplatné regexp přeskočeny",
|
||||
"description": "RegExp test report: label for the invalid expressions"
|
||||
},
|
||||
"dateUpdated": {
|
||||
"message": "Datum aktualizace",
|
||||
"description": "Option text for the user to sort the style by last update date"
|
||||
},
|
||||
"manageOnlyExternal": {
|
||||
"message": "Pouze externí styly",
|
||||
"description": "Checkbox to show only externally installed styles i.e. updatable"
|
||||
|
@ -988,6 +1028,10 @@
|
|||
"message": "Ikona tlačítka na panelu",
|
||||
"description": ""
|
||||
},
|
||||
"sortDateNewestFirst": {
|
||||
"message": "nejdříve novější",
|
||||
"description": "Text added to indicate that sorting a date would add the newest entries at the top"
|
||||
},
|
||||
"paginationPrevious": {
|
||||
"message": "Předchozí stránka",
|
||||
"description": "Tooltip for the '<-' button in search results"
|
||||
|
|
|
@ -159,6 +159,10 @@
|
|||
"message": "Aktiviert",
|
||||
"description": "Used in various lists/options to indicate that something is enabled"
|
||||
},
|
||||
"previewTooltip": {
|
||||
"message": "Übernimmt die Änderungen nur vorübergehend.\nSpeichere den Style, um die Änderungen dauerhaft anzuwenden.",
|
||||
"description": "Tooltip for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"manageFaviconsGray": {
|
||||
"message": "Ausgegraut",
|
||||
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
|
||||
|
@ -698,6 +702,10 @@
|
|||
"message": "Aktualisierung abgeschlossen.",
|
||||
"description": "Text that displays when an update completed"
|
||||
},
|
||||
"previewLabel": {
|
||||
"message": "Echtzeitvorschau",
|
||||
"description": "Label for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"paginationTotal": {
|
||||
"message": "Gesamtzahl der Seiten",
|
||||
"description": ""
|
||||
|
|
|
@ -163,6 +163,10 @@
|
|||
"message": "Habilitado",
|
||||
"description": "Used in various lists/options to indicate that something is enabled"
|
||||
},
|
||||
"previewTooltip": {
|
||||
"message": "Aplica temporalmente los cambios sin guardar.\nGuarde el estilo para hacer lo cambios permanentes.",
|
||||
"description": "Tooltip for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"manageFaviconsGray": {
|
||||
"message": "Atenuado",
|
||||
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
|
||||
|
@ -714,6 +718,10 @@
|
|||
"message": "Actualización completada.",
|
||||
"description": "Text that displays when an update completed"
|
||||
},
|
||||
"previewLabel": {
|
||||
"message": "Previsualización en caliente",
|
||||
"description": "Label for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"paginationTotal": {
|
||||
"message": "Páginas totales",
|
||||
"description": ""
|
||||
|
|
|
@ -159,6 +159,10 @@
|
|||
"message": "有効",
|
||||
"description": "Used in various lists/options to indicate that something is enabled"
|
||||
},
|
||||
"previewTooltip": {
|
||||
"message": "変更を保存しないで一時的に適用します。\n変更を確定する場合は、スタイルを保存してください。",
|
||||
"description": "Tooltip for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"manageFaviconsGray": {
|
||||
"message": "グレー表示",
|
||||
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
|
||||
|
@ -710,6 +714,10 @@
|
|||
"message": "更新が完了しました。",
|
||||
"description": "Text that displays when an update completed"
|
||||
},
|
||||
"previewLabel": {
|
||||
"message": "自動プレビュー",
|
||||
"description": "Label for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"paginationTotal": {
|
||||
"message": "総ページ数",
|
||||
"description": ""
|
||||
|
@ -901,7 +909,7 @@
|
|||
"description": "Text that displays when an update all check completed and no updates are available"
|
||||
},
|
||||
"stylusUnavailableForURL": {
|
||||
"message": "このようなページではStylusは動作しません。",
|
||||
"message": "このページではStylusは動作しません。",
|
||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
||||
},
|
||||
"popupBorders": {
|
||||
|
|
|
@ -159,6 +159,10 @@
|
|||
"message": "Włączone",
|
||||
"description": "Used in various lists/options to indicate that something is enabled"
|
||||
},
|
||||
"previewTooltip": {
|
||||
"message": "Tymczasowo stosuje zmiany bez zapisywania.\nZapisz styl, aby zmiany stały się trwałe.",
|
||||
"description": "Tooltip for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"manageFaviconsGray": {
|
||||
"message": "Wyszarzone",
|
||||
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
|
||||
|
@ -714,6 +718,10 @@
|
|||
"message": "Aktualizacja zakończona.",
|
||||
"description": "Text that displays when an update completed"
|
||||
},
|
||||
"previewLabel": {
|
||||
"message": "Podgląd na żywo",
|
||||
"description": "Label for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"paginationTotal": {
|
||||
"message": "Wszystkie strony",
|
||||
"description": ""
|
||||
|
|
|
@ -163,6 +163,10 @@
|
|||
"message": "Активные",
|
||||
"description": "Used in various lists/options to indicate that something is enabled"
|
||||
},
|
||||
"previewTooltip": {
|
||||
"message": "Временно применяет стиль пока вы его редактируете.\nСохраните стиль, чтобы сделать изменения постоянными.",
|
||||
"description": "Tooltip for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"manageFaviconsGray": {
|
||||
"message": "Обесцвечивать",
|
||||
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
|
||||
|
@ -718,6 +722,10 @@
|
|||
"message": "Обновление завершено.",
|
||||
"description": "Text that displays when an update completed"
|
||||
},
|
||||
"previewLabel": {
|
||||
"message": "Предпросмотр",
|
||||
"description": "Label for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"paginationTotal": {
|
||||
"message": "Всего страниц",
|
||||
"description": ""
|
||||
|
|
|
@ -163,6 +163,10 @@
|
|||
"message": "已啟用",
|
||||
"description": "Used in various lists/options to indicate that something is enabled"
|
||||
},
|
||||
"previewTooltip": {
|
||||
"message": "不儲存而暫時套用變更。\n儲存樣式以永久變更。",
|
||||
"description": "Tooltip for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"manageFaviconsGray": {
|
||||
"message": "灰階淡出",
|
||||
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
|
||||
|
@ -718,6 +722,10 @@
|
|||
"message": "更新完成。",
|
||||
"description": "Text that displays when an update completed"
|
||||
},
|
||||
"previewLabel": {
|
||||
"message": "即時預覽",
|
||||
"description": "Label for the checkbox in style editor to enable live preview while editing."
|
||||
},
|
||||
"paginationTotal": {
|
||||
"message": "總頁面",
|
||||
"description": ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user