update locales

This commit is contained in:
tophf 2018-01-01 14:14:43 +03:00
parent 27fe9fa9db
commit 62e333a0ba
2 changed files with 516 additions and 77 deletions

View File

@ -139,6 +139,10 @@
"message": "Otsi", "message": "Otsi",
"description": "Label before the search input field in the editor shown on Ctrl-F" "description": "Label before the search input field in the editor shown on Ctrl-F"
}, },
"genericEnabledLabel": {
"message": "Lubatud",
"description": "Used in various lists/options to indicate that something is enabled"
},
"manageFaviconsGray": { "manageFaviconsGray": {
"message": "Tee halliks", "message": "Tee halliks",
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page" "description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
@ -590,6 +594,10 @@
"message": "Kontrolli ja installi kõik saadaolevad uuendused", "message": "Kontrolli ja installi kõik saadaolevad uuendused",
"description": "" "description": ""
}, },
"clickToUninstall": {
"message": "Eemaldamiseks klõpsa",
"description": "Label for the overlay on a style thumbnail when installed via inline search in the popup"
},
"filteredStyles": { "filteredStyles": {
"message": "$numShown$/$numTotal$ kuvatud", "message": "$numShown$/$numTotal$ kuvatud",
"description": "TL note - make this message short", "description": "TL note - make this message short",
@ -686,6 +694,10 @@
"message": "Hinnang", "message": "Hinnang",
"description": "Text for label that shows the search result's rating" "description": "Text for label that shows the search result's rating"
}, },
"genericUnknown": {
"message": "Tundmatu",
"description": "Used in various parts of the UI to indicate if something is unknown (e.g. an unknown date)"
},
"popupManageTooltip": { "popupManageTooltip": {
"message": "Shift+klõps või paremklõps avab halduri praeguse saidi kohta käivate stiilidega", "message": "Shift+klõps või paremklõps avab halduri praeguse saidi kohta käivate stiilidega",
"description": "Tooltip for the 'Manage' button in the popup." "description": "Tooltip for the 'Manage' button in the popup."
@ -718,7 +730,7 @@
"description": "Text that displays when an update check skipped updating the style to avoid losing local modifications" "description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
}, },
"linterRulesLink": { "linterRulesLink": {
"message": "Vaata reeglite täielikku loendit lehel", "message": "Vaata reeglite täielikku loendit",
"description": "Stylelint or CSSLint rules label added immediately before a link" "description": "Stylelint or CSSLint rules label added immediately before a link"
}, },
"styleUpdateDiscardChanges": { "styleUpdateDiscardChanges": {
@ -820,6 +832,10 @@
"message": "Tagasiside", "message": "Tagasiside",
"description": "Label for the external link to send feedback for the style" "description": "Label for the external link to send feedback for the style"
}, },
"genericPrevious": {
"message": "Eelmine",
"description": "Used in various places to select/perform the previous step/action"
},
"manageOnlyDisabled": { "manageOnlyDisabled": {
"message": "Ainult keelatud stiilid", "message": "Ainult keelatud stiilid",
"description": "Checkbox to show only disabled styles" "description": "Checkbox to show only disabled styles"
@ -864,6 +880,10 @@
"message": "Kirjuta stiil üle", "message": "Kirjuta stiil üle",
"description": "Label for the button to import and overwrite current style" "description": "Label for the button to import and overwrite current style"
}, },
"genericNext": {
"message": "Järgmine",
"description": "Used in various places to select/perform the next step/action"
},
"popupOpenEditInWindowTooltip": { "popupOpenEditInWindowTooltip": {
"message": "Lubatakse ka redaktori kaardi veebilehitseja aknast eraldamisel,\nja keelatakse üksiku redaktori kaardi haakimisel teise aknasse.", "message": "Lubatakse ka redaktori kaardi veebilehitseja aknast eraldamisel,\nja keelatakse üksiku redaktori kaardi haakimisel teise aknasse.",
"description": "Label for the checkbox controlling 'edit' action behavior in the popup." "description": "Label for the checkbox controlling 'edit' action behavior in the popup."
@ -872,6 +892,10 @@
"message": "Stylus'i andmebaasi uuendamisel esines viga. Kas soovid külastada võimalike lahendustega veebilehte?", "message": "Stylus'i andmebaasi uuendamisel esines viga. Kas soovid külastada võimalike lahendustega veebilehte?",
"description": "Prompt when a DB error is encountered" "description": "Prompt when a DB error is encountered"
}, },
"dateInstalled": {
"message": "Installimise kuupäev",
"description": "Option text for the user to sort the style by install date"
},
"optionsAdvanced": { "optionsAdvanced": {
"message": "Täpsem", "message": "Täpsem",
"description": "" "description": ""
@ -900,6 +924,10 @@
"message": "Sobimatud regulaaravaldised vahele jäetud", "message": "Sobimatud regulaaravaldised vahele jäetud",
"description": "RegExp test report: label for the invalid expressions" "description": "RegExp test report: label for the invalid expressions"
}, },
"dateUpdated": {
"message": "Uuendamise kuupäev",
"description": "Option text for the user to sort the style by last update date"
},
"manageOnlyExternal": { "manageOnlyExternal": {
"message": "Ainult välised stiilid", "message": "Ainult välised stiilid",
"description": "Checkbox to show only externally installed styles i.e. updatable" "description": "Checkbox to show only externally installed styles i.e. updatable"
@ -1002,6 +1030,10 @@
} }
} }
}, },
"searchCaseSensitive": {
"message": "Tõstutundlik",
"description": "Tooltip for the 'Aa' icon that enables case-sensitive search in the editor shown on Ctrl-F"
},
"appliesLineWidgetWarning": { "appliesLineWidgetWarning": {
"message": "Ei tööta minimeeritud CSS-iga", "message": "Ei tööta minimeeritud CSS-iga",
"description": "A warning that applies-to information won't show properly with minified CSS" "description": "A warning that applies-to information won't show properly with minified CSS"

File diff suppressed because it is too large Load Diff