updating locales
This commit is contained in:
parent
2d8adf1173
commit
91daeb4a9e
|
@ -3,6 +3,10 @@
|
|||
"message": "Всичко",
|
||||
"description": "Text displayed for styles that apply to all sites"
|
||||
},
|
||||
"linterIssues": {
|
||||
"message": "Проблеми",
|
||||
"description": "Label for the CSS linter issues block on the style edit page"
|
||||
},
|
||||
"defaultTheme": {
|
||||
"message": "по подразбиране",
|
||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
||||
|
@ -220,6 +224,15 @@
|
|||
"message": "Само местно създадените стилове",
|
||||
"description": "Checkbox to show only locally created styles i.e. non-updatable"
|
||||
},
|
||||
"linterIssuesHelp": {
|
||||
"message": "Проблеми, намерени от $link$ при следните правила:",
|
||||
"description": "Help popup message for the selected CSS linter issues block on the style edit page",
|
||||
"placeholders": {
|
||||
"link": {
|
||||
"content": "$1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"searchStyles": {
|
||||
"message": "Търсене на съдържанието",
|
||||
"description": "Label for the search filter textbox on the Manage styles page"
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
"message": "Vše",
|
||||
"description": "Text displayed for styles that apply to all sites"
|
||||
},
|
||||
"linterIssues": {
|
||||
"message": "Problémy",
|
||||
"description": "Label for the CSS linter issues block on the style edit page"
|
||||
},
|
||||
"defaultTheme": {
|
||||
"message": "výchozí",
|
||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
||||
|
@ -27,6 +31,10 @@
|
|||
"message": "Exportovat",
|
||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
||||
},
|
||||
"linterJSONError": {
|
||||
"message": "Neplatný JSON formát",
|
||||
"description": "Setting linter config with invalid JSON"
|
||||
},
|
||||
"optionsBadgeNormal": {
|
||||
"message": "Barva pozadí",
|
||||
"description": ""
|
||||
|
@ -135,6 +143,10 @@
|
|||
"message": "Povolen",
|
||||
"description": "Label for the enabled state of styles"
|
||||
},
|
||||
"linterConfigTooltip": {
|
||||
"message": "Upravit nastavení tohoto linteru",
|
||||
"description": "Icon tooltip to indicate that it opens a popup with the selected linter configuration"
|
||||
},
|
||||
"styleToMozillaFormatHelp": {
|
||||
"message": "Kód v Mozilla formátu může být odeslán na userstyles.org a použit v aplikaci Stylish pro Firefox",
|
||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
||||
|
@ -151,6 +163,10 @@
|
|||
"message": "Uložit",
|
||||
"description": "Label for save button for style editing"
|
||||
},
|
||||
"genericSavedMessage": {
|
||||
"message": "Uloženo",
|
||||
"description": "Used in various parts of the UI to indicate that something was saved"
|
||||
},
|
||||
"confirmDelete": {
|
||||
"message": "Smazat",
|
||||
"description": ""
|
||||
|
@ -216,6 +232,15 @@
|
|||
"message": "Pouze lokální styly",
|
||||
"description": "Checkbox to show only locally created styles i.e. non-updatable"
|
||||
},
|
||||
"linterIssuesHelp": {
|
||||
"message": "Problémy nalezené aplikací $link$:",
|
||||
"description": "Help popup message for the selected CSS linter issues block on the style edit page",
|
||||
"placeholders": {
|
||||
"link": {
|
||||
"content": "$1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"searchStyles": {
|
||||
"message": "Prohledat obsah",
|
||||
"description": "Label for the search filter textbox on the Manage styles page"
|
||||
|
@ -330,6 +355,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"dysfunctional": {
|
||||
"message": "Stylus nemůže fungovat v soukromém okně, protože Firefox znemožňuje přímou komunikaci s interní kontextovou stránkou rozšíření na pozadí.",
|
||||
"description": "Displayed in Firefox when its settings make Stylus dysfunctional"
|
||||
},
|
||||
"styleSectionsTitle": {
|
||||
"message": "Sekce",
|
||||
"description": "Title for the style sections section"
|
||||
|
@ -338,6 +367,10 @@
|
|||
"message": "neplatné přeskočeny",
|
||||
"description": "Text after the number of styles skipped due to being invalid (not a Stylus/Stylish backup file probably) in the report shown after importing styles"
|
||||
},
|
||||
"genericResetLabel": {
|
||||
"message": "Resetovat",
|
||||
"description": "Used in various parts of UI to indicate that something may be reset to its original state"
|
||||
},
|
||||
"editStyleTitle": {
|
||||
"message": "Upravit styl $stylename$",
|
||||
"description": "Title of the page for editing styles",
|
||||
|
@ -456,6 +489,18 @@
|
|||
"message": "Vyhledávat a instalovat všechny aktualizace",
|
||||
"description": ""
|
||||
},
|
||||
"filteredStyles": {
|
||||
"message": "zobrazeno $numShown$ z $numTotal$",
|
||||
"description": "TL note - make this message short",
|
||||
"placeholders": {
|
||||
"numTotal": {
|
||||
"content": "$2"
|
||||
},
|
||||
"numShown": {
|
||||
"content": "$1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"importReportTitle": {
|
||||
"message": "Import stylů dokončen",
|
||||
"description": "Title of the report shown after importing styles"
|
||||
|
@ -472,6 +517,10 @@
|
|||
"message": "Tento styl obsahuje částečnou regexp shodu, která je však v rozporu s <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>CSS4 @document specifikací</a>, která vyžaduje přesnou shodu URL adresy. Dotčené CSS části nebyly na stránku použity. Tento styl byl pravděpodobně vytvořen v rozšíření Stylish pro Chrome, které nesprávně kontroluje regexp() pravidla již od své první verze (známá chyba).",
|
||||
"description": ""
|
||||
},
|
||||
"linterCSSLintSettings": {
|
||||
"message": "(Nastavení pravidel: 0 = vypnuto; 1 = upozornění; 2 = chyba)",
|
||||
"description": "CSSLint rule config values"
|
||||
},
|
||||
"styleBeautifyIndentConditional": {
|
||||
"message": "Odsadit @media, @supports",
|
||||
"description": "CSS-beautifier option"
|
||||
|
@ -484,6 +533,10 @@
|
|||
"message": "Odstranit sekci",
|
||||
"description": "Label for the button to remove a section"
|
||||
},
|
||||
"searchStylesTooltip": {
|
||||
"message": "Pro zobrazení stylů pro konkrétní URL adresu použijte předponu „url:“\nPříklad: url:https://github.com/openstyles/stylus",
|
||||
"description": "Label for the search filter textbox on the Manage styles page"
|
||||
},
|
||||
"disableAllStyles": {
|
||||
"message": "Vypnout všechny styly",
|
||||
"description": "Label for the checkbox that turns all enabled styles off."
|
||||
|
@ -504,6 +557,10 @@
|
|||
"message": "Aktalizace dokončena.",
|
||||
"description": "Text that displays when an update completed"
|
||||
},
|
||||
"dysfunctionalBackgroundConnection": {
|
||||
"message": "Známá chyba v této verzi Firefoxu znemožňuje práci rozšíření. Chyba: chrome.extension.getBackgroundPage() nevrací platný výsledek",
|
||||
"description": "Displayed in style manager when unable to connect to the background page"
|
||||
},
|
||||
"checkingForUpdate": {
|
||||
"message": "Kontrola…",
|
||||
"description": "Text to display when checking a style for an update"
|
||||
|
@ -516,6 +573,10 @@
|
|||
"message": "Počet položek v části „Platí pro“",
|
||||
"description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
|
||||
},
|
||||
"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."
|
||||
},
|
||||
"manageFaviconsHelp": {
|
||||
"message": "Stylus používá externí službu https://www.google.com/s2/favicons",
|
||||
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
|
||||
|
@ -524,6 +585,10 @@
|
|||
"message": "Tento styl byl upraven lokálně.",
|
||||
"description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
|
||||
},
|
||||
"linterRulesLink": {
|
||||
"message": "Zobrazit celý seznam pravidel",
|
||||
"description": "Stylelint or CSSLint rules label added immediately before a link"
|
||||
},
|
||||
"optionsResetButton": {
|
||||
"message": "Obnovit nastavení",
|
||||
"description": ""
|
||||
|
@ -536,6 +601,15 @@
|
|||
"message": "Přidat tlačítko Smazat do kontextové nabídky v editoru",
|
||||
"description": ""
|
||||
},
|
||||
"linterConfigPopupTitle": {
|
||||
"message": "Nastavení $linter$ pravidel",
|
||||
"description": "Stylelint or CSSLint popup header",
|
||||
"placeholders": {
|
||||
"linter": {
|
||||
"content": "$1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"importReportLegendUpdatedBoth": {
|
||||
"message": "meta informace a kód aktualizován",
|
||||
"description": "Text after the number of styles updated entirely in the report shown after importing styles"
|
||||
|
@ -564,6 +638,10 @@
|
|||
"message": "Automatické dokončování během psaní",
|
||||
"description": "Label for the checkbox in the style editor."
|
||||
},
|
||||
"manageOnlyDisabled": {
|
||||
"message": "Pouze vypnuté styly",
|
||||
"description": "Checkbox to show only disabled styles"
|
||||
},
|
||||
"stylusUnavailableForURLdetails": {
|
||||
"message": "Jako bezpečností opatření, prohlížeč brání rozšířením v ovlivnění vestavěných stránek (např. chrome://version, nová úvodní stránka Chromu 61, about:addons, vivaldi://extensions atp.) a stránek dalších rozšíření. Každý prohlížeč také omezuje přístup do vlastního obchodu s rozšířeními (např. Chrome Web Store nebo AMO).",
|
||||
"description": "Sub-note in the toolbar pop-up when on a URL Stylus can't affect"
|
||||
|
@ -596,6 +674,10 @@
|
|||
"message": "Přepsat styl",
|
||||
"description": "Label for the button to import and overwrite current style"
|
||||
},
|
||||
"popupOpenEditInWindowTooltip": {
|
||||
"message": "K povolení dojde také při odepnutí listu editoru z okna prohlížeče,\na k vypnutí při připnutí samotného listu editoru do dalšího okna.",
|
||||
"description": "Label for the checkbox controlling 'edit' action behavior in the popup."
|
||||
},
|
||||
"dbError": {
|
||||
"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"
|
||||
|
@ -624,6 +706,10 @@
|
|||
"message": "Neplatné regexp přeskočeny",
|
||||
"description": "RegExp test report: label for the invalid expressions"
|
||||
},
|
||||
"manageOnlyExternal": {
|
||||
"message": "Pouze externí styly",
|
||||
"description": "Checkbox to show only externally installed styles i.e. updatable"
|
||||
},
|
||||
"replaceAll": {
|
||||
"message": "Nahradit vše",
|
||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
||||
|
@ -664,6 +750,10 @@
|
|||
"message": "Šířka vyskakovacího okna [px]",
|
||||
"description": ""
|
||||
},
|
||||
"linterInvalidConfigError": {
|
||||
"message": "Neuloženo z důvodu těchto neplatných nastavení:",
|
||||
"description": "Invalid linter config will show a message followed by a list of invalid entries"
|
||||
},
|
||||
"confirmNo": {
|
||||
"message": "Ne",
|
||||
"description": "'No' button in a confirm dialog"
|
||||
|
@ -732,6 +822,10 @@
|
|||
"message": "Schéma",
|
||||
"description": "Label for the style editor's CSS theme."
|
||||
},
|
||||
"popupOpenEditInWindow": {
|
||||
"message": "Otevírat editor v novém okně",
|
||||
"description": "Label for the checkbox controlling 'edit' action behavior in the popup."
|
||||
},
|
||||
"backupMessage": {
|
||||
"message": "Vyberte soubor nebo ho přetáhněte na tuto stránku.",
|
||||
"description": "Message for backup"
|
||||
|
@ -744,6 +838,10 @@
|
|||
"message": "Napište název příkazu",
|
||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
||||
},
|
||||
"linterResetMessage": {
|
||||
"message": "Chcete-li vrátit změny náhodného resetu, stiskněte v textovém poli Ctrl + Z (resp. Cmd + Z)",
|
||||
"description": "Reset button tooltip to inform user on how to undo an accidental reset"
|
||||
},
|
||||
"description": {
|
||||
"message": "Změňte vzhled webů pomocí správce uživatelských stylů. Stylus umožňuje snadnou instalaci vzhledů a modifikací pro spoustu webů.",
|
||||
"description": "Extension description"
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
"description": "Option to make the style apply to the entered string as a domain"
|
||||
},
|
||||
"checkForUpdate": {
|
||||
"message": "Nach Aktualisierungen suchen",
|
||||
"message": "Nach Aktualisierung suchen",
|
||||
"description": "Label for the button to check a single style for an update"
|
||||
},
|
||||
"styleNotAppliedRegexpProblemTooltip": {
|
||||
|
@ -92,7 +92,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"updateAllCheckSucceededNoUpdate": {
|
||||
"message": "Keine Aktualisierung gefunden",
|
||||
"message": "Keine Aktualisierung gefunden.",
|
||||
"description": "Text that displays when an update all check completed and no updates are available"
|
||||
},
|
||||
"importReportLegendAdded": {
|
||||
|
@ -385,7 +385,7 @@
|
|||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
||||
},
|
||||
"updateCheckManualUpdateHint": {
|
||||
"message": "Eine erzwungene Aktualisierung wird die Lokalen Änderungen überschreiben.",
|
||||
"message": "Eine erzwungene Aktualisierung wird die lokalen Änderungen überschreiben.",
|
||||
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
|
||||
},
|
||||
"toggleStyle": {
|
||||
|
@ -478,7 +478,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"filteredStyles": {
|
||||
"message": "$numShown$ gefiltert von $numTotal$ gesamt",
|
||||
"message": "$numShown$ von $numTotal$ gesamt",
|
||||
"description": "TL note - make this message short",
|
||||
"placeholders": {
|
||||
"numTotal": {
|
||||
|
@ -522,7 +522,7 @@
|
|||
"description": "Label for the search filter textbox on the Manage styles page"
|
||||
},
|
||||
"disableAllStyles": {
|
||||
"message": "Schalte alle Stile aus",
|
||||
"message": "Alle Styles deaktivieren",
|
||||
"description": "Label for the checkbox that turns all enabled styles off."
|
||||
},
|
||||
"updateCheckSkippedMaybeLocallyEdited": {
|
||||
|
@ -558,7 +558,7 @@
|
|||
"description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
|
||||
},
|
||||
"popupManageTooltip": {
|
||||
"message": "Shift+Klick oder Rechtsklick öffnen den Stylemanager mit Filter für gültige Styles der aktuellen Seite",
|
||||
"message": "Shift+Klick oder Rechtsklick öffnet den Stylemanager mit Filter für Styles der aktuellen Seite",
|
||||
"description": "Tooltip for the 'Manage' button in the popup."
|
||||
},
|
||||
"manageFaviconsHelp": {
|
||||
|
@ -631,7 +631,7 @@
|
|||
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
|
||||
},
|
||||
"updateAllCheckSucceededSomeEdited": {
|
||||
"message": "Einige Styles wurden nicht aktualisiert, um dem Verlust von lokalen Bearbeitungen vorzubeugen. Die Aktualisierungen können entweder durch einzelne manuelle Überprüfung oder durch eine erneute Ausführung der Aktualisierung für alle Styles erzwungen werden (Lokale Bearbeitungen werden dann überschrieben).",
|
||||
"message": "Einige Styles wurden nicht überprüft, um dem Verlust von lokalen Bearbeitungen vorzubeugen. Die Aktualisierungen können entweder durch einzelne manuelle Überprüfung oder durch eine erneute Ausführung der Aktualisierung und anschließendem Update für alle Styles erzwungen werden (Lokale Bearbeitungen werden dann überschrieben).",
|
||||
"description": "Text that displays when an update all check completed and no updates are available"
|
||||
},
|
||||
"stylusUnavailableForURL": {
|
||||
|
@ -707,7 +707,7 @@
|
|||
"description": "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
|
||||
},
|
||||
"checkAllUpdates": {
|
||||
"message": "Nach Aktualisierungen für alle Styles suchen",
|
||||
"message": "Nach Aktualisierungen suchen",
|
||||
"description": "Label for the button to check all styles for updates"
|
||||
},
|
||||
"openOptionsManage": {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"description": "RegExp test report: title of the report"
|
||||
},
|
||||
"bckpInstStyles": {
|
||||
"message": "Ekspordi stiile",
|
||||
"message": "Ekspordi stiilid",
|
||||
"description": ""
|
||||
},
|
||||
"optionsUpdateInterval": {
|
||||
|
@ -176,7 +176,7 @@
|
|||
"description": ""
|
||||
},
|
||||
"retrieveBckp": {
|
||||
"message": "Impordi stiile",
|
||||
"message": "Impordi stiilid",
|
||||
"description": ""
|
||||
},
|
||||
"confirmStop": {
|
||||
|
|
284
_locales/hu/messages.json
Normal file
284
_locales/hu/messages.json
Normal file
|
@ -0,0 +1,284 @@
|
|||
{
|
||||
"appliesToEverything": {
|
||||
"message": "Minden",
|
||||
"description": "Text displayed for styles that apply to all sites"
|
||||
},
|
||||
"defaultTheme": {
|
||||
"message": "alapértelmezett",
|
||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
||||
},
|
||||
"exportLabel": {
|
||||
"message": "Exportálás",
|
||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
||||
},
|
||||
"cm_tabSize": {
|
||||
"message": "Tabulátorméret",
|
||||
"description": "Label for the text box controlling tab size option for the style editor."
|
||||
},
|
||||
"enableStyleLabel": {
|
||||
"message": "Engedélyezés",
|
||||
"description": "Label for the button to enable a style"
|
||||
},
|
||||
"appliesDomainOption": {
|
||||
"message": "URL-ek a doménon",
|
||||
"description": "Option to make the style apply to the entered string as a domain"
|
||||
},
|
||||
"checkForUpdate": {
|
||||
"message": "Frissítések ellenőrzése",
|
||||
"description": "Label for the button to check a single style for an update"
|
||||
},
|
||||
"importAppendLabel": {
|
||||
"message": "Hozzáadás stílushoz",
|
||||
"description": "Label for the button to import a style and append to the existing sections"
|
||||
},
|
||||
"helpAlt": {
|
||||
"message": "Segítség",
|
||||
"description": "Alternate text for help buttons"
|
||||
},
|
||||
"search": {
|
||||
"message": "Keresés",
|
||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
||||
},
|
||||
"confirmYes": {
|
||||
"message": "Igen",
|
||||
"description": "'Yes' button in a confirm dialog"
|
||||
},
|
||||
"findStylesForSite": {
|
||||
"message": "További stílusok keresése ehhez az oldalhoz",
|
||||
"description": "Text for a link that gets a list of styles for the current site"
|
||||
},
|
||||
"manageHeading": {
|
||||
"message": "Telepített stílusok",
|
||||
"description": "Heading for the manage page"
|
||||
},
|
||||
"sectionAdd": {
|
||||
"message": "Egy újabb szekció hozzáadása",
|
||||
"description": "Label for the button to add a section"
|
||||
},
|
||||
"confirmStop": {
|
||||
"message": "Állj",
|
||||
"description": "'Stop' button in a confirm dialog"
|
||||
},
|
||||
"appliesAdd": {
|
||||
"message": "Hozzáadás",
|
||||
"description": "Label for the button to add an 'applies' entry"
|
||||
},
|
||||
"appliesRegexpOption": {
|
||||
"message": "Reguláris kifejezésekre (regexp) illeszkedő URL-ek",
|
||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
||||
},
|
||||
"manageText": {
|
||||
"message": "<a href='https://userstyles.org'>Szerezz be stílusokat a userstyles.org-on</a> | <a href='http://add0n.com/stylus.html'>Kérj segítséget</a>",
|
||||
"description": "Help text on the manage page"
|
||||
},
|
||||
"searchStyles": {
|
||||
"message": "Tartalom keresése",
|
||||
"description": "Label for the search filter textbox on the Manage styles page"
|
||||
},
|
||||
"disableStyleLabel": {
|
||||
"message": "Letiltás",
|
||||
"description": "Label for the button to disable a style"
|
||||
},
|
||||
"prefShowBadge": {
|
||||
"message": "A jelenlegi oldalon aktív stílusok száma",
|
||||
"description": "Label for the checkbox controlling toolbar badge text."
|
||||
},
|
||||
"menuShowBadge": {
|
||||
"message": "Aktív stílusok számlálójának mutatása",
|
||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
||||
},
|
||||
"cm_lineWrapping": {
|
||||
"message": "Automatikus sortörés",
|
||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
||||
},
|
||||
"importLabel": {
|
||||
"message": "Importálás",
|
||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
||||
},
|
||||
"manageFilters": {
|
||||
"message": "Szűrők",
|
||||
"description": "Label for filters container"
|
||||
},
|
||||
"applyAllUpdates": {
|
||||
"message": "Minden módosítás alkalmazása",
|
||||
"description": "Label for the button to apply all detected updates"
|
||||
},
|
||||
"deleteStyleConfirm": {
|
||||
"message": "Biztos, hogy törölni akarod ezt a stílust?",
|
||||
"description": "Confirmation before deleting a style"
|
||||
},
|
||||
"optionsHeading": {
|
||||
"message": "Beállítások",
|
||||
"description": "Heading for options section on manage page."
|
||||
},
|
||||
"appliesDisplay": {
|
||||
"message": "A következőre érvényesül:$applies$",
|
||||
"description": "Text on the manage screen to describe what the style applies to",
|
||||
"placeholders": {
|
||||
"applies": {
|
||||
"content": "$1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"editStyleTitle": {
|
||||
"message": "A(z) $stylename$ stílus szerkesztése",
|
||||
"description": "Title of the page for editing styles",
|
||||
"placeholders": {
|
||||
"stylename": {
|
||||
"content": "$1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"appliesUrlPrefixOption": {
|
||||
"message": "URL-ek adott kezdettel",
|
||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
||||
},
|
||||
"searchRegexp": {
|
||||
"message": "Használd a /re/ szintaxist a regexp kereséshez",
|
||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
||||
},
|
||||
"importReplaceTooltip": {
|
||||
"message": "A jelenlegi stílus tartalmának elvetése és annak felülírása az importált stílussal",
|
||||
"description": "Label for the button to import and overwrite current style"
|
||||
},
|
||||
"popupStylesFirst": {
|
||||
"message": "Parancsok előtti stílusok",
|
||||
"description": "Label for the checkbox controlling section order in the popup."
|
||||
},
|
||||
"sectionHelp": {
|
||||
"message": "A szekciók segítenek egy stílus kódrészleteit különböző URL-ekre alkalmazni. Például egyetlen stílus megváltoztathatja egy oldal honlapját egy bizonyos módon, míg az oldal többi részét máshogyan.",
|
||||
"description": "Help text for sections"
|
||||
},
|
||||
"noStylesForSite": {
|
||||
"message": "Nincs telepítve stílus ehhez az oldalhoz.",
|
||||
"description": "Text displayed when no styles are installed for the current site"
|
||||
},
|
||||
"appliesDisplayTruncatedSuffix": {
|
||||
"message": "és ennél is több",
|
||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
||||
},
|
||||
"appliesRemove": {
|
||||
"message": "Eltávolítás",
|
||||
"description": "Label for the button to remove an 'applies' entry"
|
||||
},
|
||||
"replace": {
|
||||
"message": "Csere",
|
||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
||||
},
|
||||
"appliesLabel": {
|
||||
"message": "Amire érvényesül",
|
||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
||||
},
|
||||
"openManage": {
|
||||
"message": "Kezelés",
|
||||
"description": "Link to open the manage page."
|
||||
},
|
||||
"appliesSpecify": {
|
||||
"message": "Szűkítés",
|
||||
"description": "Label for the button to make a style apply only to specific sites"
|
||||
},
|
||||
"installUpdate": {
|
||||
"message": "Frissítés telepítése",
|
||||
"description": "Label for the button to install an update for a single style"
|
||||
},
|
||||
"disableAllStyles": {
|
||||
"message": "Az összes stílus kikapcsolása",
|
||||
"description": "Label for the checkbox that turns all enabled styles off."
|
||||
},
|
||||
"checkingForUpdate": {
|
||||
"message": "Ellenőrzés...",
|
||||
"description": "Text to display when checking a style for an update"
|
||||
},
|
||||
"sectionCode": {
|
||||
"message": "Kód",
|
||||
"description": "Label for the code for a section"
|
||||
},
|
||||
"cm_smartIndent": {
|
||||
"message": "Intelligens behúzás használata",
|
||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
||||
},
|
||||
"appliesHelp": {
|
||||
"message": "Használd az \"A következőre érvényesül\" részt, hogy korlátozd, milyen URL-ekre vonatkozzon az itt lévő kód!",
|
||||
"description": "Help text for 'applies to' section"
|
||||
},
|
||||
"editStyleHeading": {
|
||||
"message": "Stílus szerkesztése",
|
||||
"description": "Title of the page for editing styles"
|
||||
},
|
||||
"addStyleTitle": {
|
||||
"message": "Stílus hozzáadása",
|
||||
"description": "Title of the page for adding styles"
|
||||
},
|
||||
"importReplaceLabel": {
|
||||
"message": "Stílus felülírása",
|
||||
"description": "Label for the button to import and overwrite current style"
|
||||
},
|
||||
"dbError": {
|
||||
"message": "Hiba történt a Stylus adatbázisának használatakor. Szeretnéd meglátogatni a lehetséges megoldásokat tartalmazó weboldalt?",
|
||||
"description": "Prompt when a DB error is encountered"
|
||||
},
|
||||
"importAppendTooltip": {
|
||||
"message": "Az importált stílus hozzáadása a jelenlegi stílushoz",
|
||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
||||
},
|
||||
"helpKeyMapHotkey": {
|
||||
"message": "Gyorsgomb",
|
||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
||||
},
|
||||
"replaceAll": {
|
||||
"message": "Az összes cseréje",
|
||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
||||
},
|
||||
"editGotoLine": {
|
||||
"message": "Sorra (vagy sor:oszlopra) ugrás",
|
||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
||||
},
|
||||
"checkAllUpdates": {
|
||||
"message": "Az összes stílus frissítésének ellenőrzése",
|
||||
"description": "Label for the button to check all styles for updates"
|
||||
},
|
||||
"confirmNo": {
|
||||
"message": "Nem",
|
||||
"description": "'No' button in a confirm dialog"
|
||||
},
|
||||
"cm_keyMap": {
|
||||
"message": "Billentyűműveletek",
|
||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
||||
},
|
||||
"cm_indentWithTabs": {
|
||||
"message": "Tabulátorok használata intelligens behúzásra",
|
||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
||||
},
|
||||
"replaceWith": {
|
||||
"message": "Csere a következővel",
|
||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
||||
},
|
||||
"deleteStyleLabel": {
|
||||
"message": "Törlés",
|
||||
"description": "Label for the button to delete a style"
|
||||
},
|
||||
"addStyleLabel": {
|
||||
"message": "Új stílus írása",
|
||||
"description": "Label for the button to go to the add style page"
|
||||
},
|
||||
"manageOnlyEnabled": {
|
||||
"message": "Csak a telepített stílusok",
|
||||
"description": "Checkbox to show only enabled styles"
|
||||
},
|
||||
"editStyleLabel": {
|
||||
"message": "Szerkesztés",
|
||||
"description": "Label for the button to go to the edit style page"
|
||||
},
|
||||
"cm_theme": {
|
||||
"message": "Téma",
|
||||
"description": "Label for the style editor's CSS theme."
|
||||
},
|
||||
"helpKeyMapCommand": {
|
||||
"message": "Írj be egy parancsot",
|
||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
||||
},
|
||||
"description": {
|
||||
"message": "Tervezd újra a webet a Stylus-szal, ami egy stíluskezelő. A Stylus lehetővé teszi a témák és egyéni külsők egyszerű telepítését sok népszerű oldalhoz.",
|
||||
"description": "Extension description"
|
||||
}
|
||||
}
|
|
@ -229,7 +229,7 @@
|
|||
"description": "Help text on the manage page"
|
||||
},
|
||||
"manageOnlyLocal": {
|
||||
"message": "ローカルに作成されたスタイルのみ",
|
||||
"message": "ローカル作成スタイルのみ",
|
||||
"description": "Checkbox to show only locally created styles i.e. non-updatable"
|
||||
},
|
||||
"linterIssuesHelp": {
|
||||
|
@ -699,7 +699,7 @@
|
|||
"description": "RegExp test report: label for the invalid expressions"
|
||||
},
|
||||
"manageOnlyExternal": {
|
||||
"message": "外部から取得したスタイルのみ",
|
||||
"message": "外部取得スタイルのみ",
|
||||
"description": "Checkbox to show only externally installed styles i.e. updatable"
|
||||
},
|
||||
"replaceAll": {
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
"message": "Alles",
|
||||
"description": "Text displayed for styles that apply to all sites"
|
||||
},
|
||||
"linterIssues": {
|
||||
"message": "Problemen",
|
||||
"description": "Label for the CSS linter issues block on the style edit page"
|
||||
},
|
||||
"defaultTheme": {
|
||||
"message": "standaard",
|
||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
||||
|
@ -112,6 +116,15 @@
|
|||
"message": "<a href='https://userstyles.org'>Verkrijg stijlen op userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Verkrijg hulp</a>",
|
||||
"description": "Help text on the manage page"
|
||||
},
|
||||
"linterIssuesHelp": {
|
||||
"message": "De door stylelint gevonden problemen, $link$:",
|
||||
"description": "Help popup message for the selected CSS linter issues block on the style edit page",
|
||||
"placeholders": {
|
||||
"link": {
|
||||
"content": "$1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"searchStyles": {
|
||||
"message": "Inhoud doorzoeken",
|
||||
"description": "Label for the search filter textbox on the Manage styles page"
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
"message": "Све",
|
||||
"description": "Text displayed for styles that apply to all sites"
|
||||
},
|
||||
"linterIssues": {
|
||||
"message": "Проблеми",
|
||||
"description": "Label for the CSS linter issues block on the style edit page"
|
||||
},
|
||||
"defaultTheme": {
|
||||
"message": "подразумевано",
|
||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
||||
|
@ -112,6 +116,15 @@
|
|||
"message": "<a href='https://userstyles.org'>Преузмите стилове са userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Помоћ</a>",
|
||||
"description": "Help text on the manage page"
|
||||
},
|
||||
"linterIssuesHelp": {
|
||||
"message": "Проблем пронађен од стране $link$:",
|
||||
"description": "Help popup message for the selected CSS linter issues block on the style edit page",
|
||||
"placeholders": {
|
||||
"link": {
|
||||
"content": "$1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"searchStyles": {
|
||||
"message": "Претражи садржај",
|
||||
"description": "Label for the search filter textbox on the Manage styles page"
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
"message": "全部",
|
||||
"description": "Text displayed for styles that apply to all sites"
|
||||
},
|
||||
"linterIssues": {
|
||||
"message": "问题",
|
||||
"description": "Label for the CSS linter issues block on the style edit page"
|
||||
},
|
||||
"defaultTheme": {
|
||||
"message": "默认",
|
||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
||||
|
@ -220,6 +224,15 @@
|
|||
"message": "只显示在本地创建的样式",
|
||||
"description": "Checkbox to show only locally created styles i.e. non-updatable"
|
||||
},
|
||||
"linterIssuesHelp": {
|
||||
"message": "$link$ 在已启用的这些规则中找到问题:",
|
||||
"description": "Help popup message for the selected CSS linter issues block on the style edit page",
|
||||
"placeholders": {
|
||||
"link": {
|
||||
"content": "$1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"searchStyles": {
|
||||
"message": "搜索内容",
|
||||
"description": "Label for the search filter textbox on the Manage styles page"
|
||||
|
|
Loading…
Reference in New Issue
Block a user