stylus/_locales/bg_BG/messages.json

372 lines
15 KiB
JSON
Raw Normal View History

2018-08-12 11:54:16 +00:00
{
"addStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Напиши нов стил",
"description": "Label for the button to go to the add style page"
2018-08-12 11:54:16 +00:00
},
"addStyleTitle": {
2018-11-30 01:41:18 +00:00
"message": "Добави стил",
"description": "Title of the page for adding styles"
2018-08-12 11:54:16 +00:00
},
"appliesAdd": {
2018-11-30 01:41:18 +00:00
"message": "Добави",
"description": "Label for the button to add an 'applies' entry"
2018-08-12 11:54:16 +00:00
},
"appliesDisplay": {
"message": "Прилага се към: $applies$",
2018-11-30 01:41:18 +00:00
"description": "Text on the manage screen to describe what the style applies to",
2018-08-12 11:54:16 +00:00
"placeholders": {
"applies": {
"content": "$1"
}
}
},
"appliesDisplayTruncatedSuffix": {
2018-11-30 01:41:18 +00:00
"message": "и още",
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
2018-08-12 11:54:16 +00:00
},
"appliesDomainOption": {
2018-11-30 01:41:18 +00:00
"message": "URLи на домейна",
"description": "Option to make the style apply to the entered string as a domain"
2018-08-12 11:54:16 +00:00
},
"appliesHelp": {
2018-11-30 01:41:18 +00:00
"message": "Използвайте \"Прилага се към\", за да ограничете адресите, за които ще работи кодът в тази секция.",
"description": "Help text for 'applies to' section"
2018-08-12 11:54:16 +00:00
},
"appliesLabel": {
2018-11-30 01:41:18 +00:00
"message": "Прилага се към",
"description": "Label for 'applies to' fields on the edit/add screen"
2018-08-12 11:54:16 +00:00
},
"appliesRegexpOption": {
2018-11-30 01:41:18 +00:00
"message": "Адреси, съвпадащи с regexp",
"description": "Option to make the style apply to the entered string as a regular expression"
2018-08-12 11:54:16 +00:00
},
"appliesRemove": {
2018-11-30 01:41:18 +00:00
"message": "Премахни",
"description": "Label for the button to remove an 'applies' entry"
2018-08-12 11:54:16 +00:00
},
"appliesSpecify": {
2018-11-30 01:41:18 +00:00
"message": "Уточни",
"description": "Label for the button to make a style apply only to specific sites"
2018-08-12 11:54:16 +00:00
},
"appliesToEverything": {
2018-11-30 01:41:18 +00:00
"message": "Всички",
"description": "Text displayed for styles that apply to all sites"
2018-08-12 11:54:16 +00:00
},
"appliesUrlPrefixOption": {
2018-11-30 01:41:18 +00:00
"message": "URL започващи с",
"description": "Option to make the style apply to the entered string as a URL prefix"
2018-08-12 11:54:16 +00:00
},
"applyAllUpdates": {
2018-11-30 01:41:18 +00:00
"message": "Приложи всички промени",
"description": "Label for the button to apply all detected updates"
2018-08-12 11:54:16 +00:00
},
"checkAllUpdates": {
2018-11-30 01:41:18 +00:00
"message": "Провери всички стилове за обновления",
"description": "Label for the button to check all styles for updates"
2018-08-12 11:54:16 +00:00
},
"checkForUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Провери за обновление",
"description": "Label for the button to check a single style for an update"
2018-08-12 11:54:16 +00:00
},
"checkingForUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Проверявам...",
"description": "Text to display when checking a style for an update"
2018-08-12 11:54:16 +00:00
},
"cm_indentWithTabs": {
2018-11-30 01:41:18 +00:00
"message": "Използвай табулация с умно отместване",
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
2018-08-12 11:54:16 +00:00
},
"cm_keyMap": {
2018-11-30 01:41:18 +00:00
"message": "Клавишни комбинации",
"description": "Label for the drop-down list controlling the keymap for the style editor."
2018-08-12 11:54:16 +00:00
},
"cm_lineWrapping": {
2018-11-30 01:41:18 +00:00
"message": "Автоматично пренасяне",
"description": "Label for the checkbox controlling word wrap option for the style editor."
2018-08-12 11:54:16 +00:00
},
"cm_smartIndent": {
2018-11-30 01:41:18 +00:00
"message": "Използвай умно отместване",
"description": "Label for the checkbox controlling smart indentation option for the style editor."
2018-08-12 11:54:16 +00:00
},
"cm_tabSize": {
2018-11-30 01:41:18 +00:00
"message": "Размер на табулацията",
"description": "Label for the text box controlling tab size option for the style editor."
2018-08-12 11:54:16 +00:00
},
"cm_theme": {
2018-11-30 01:41:18 +00:00
"message": "Тема",
"description": "Label for the style editor's CSS theme."
2018-08-12 11:54:16 +00:00
},
"confirmNo": {
2018-11-30 01:41:18 +00:00
"message": "Не",
"description": "'No' button in a confirm dialog"
2018-08-12 11:54:16 +00:00
},
"confirmStop": {
2018-11-30 01:41:18 +00:00
"message": "Спри",
"description": "'Stop' button in a confirm dialog"
2018-08-12 11:54:16 +00:00
},
"confirmYes": {
2018-11-30 01:41:18 +00:00
"message": "Да",
"description": "'Yes' button in a confirm dialog"
2018-08-12 11:54:16 +00:00
},
"dbError": {
2018-11-30 01:41:18 +00:00
"message": "Грешка в базата данни на Stylus. Желаеш ли да посетиш уебстраницата с възможни решения?",
"description": "Prompt when a DB error is encountered"
2018-08-12 11:54:16 +00:00
},
"defaultTheme": {
2018-11-30 01:41:18 +00:00
"message": "по подразбиране",
"description": "Default CodeMirror CSS theme option on the edit style page"
2018-08-12 11:54:16 +00:00
},
"deleteStyleConfirm": {
2018-11-30 01:41:18 +00:00
"message": "Наистина ли искаш да изтриеш този стил?",
"description": "Confirmation before deleting a style"
2018-08-12 11:54:16 +00:00
},
"deleteStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Изтрий",
"description": "Label for the button to delete a style"
2018-08-12 11:54:16 +00:00
},
"description": {
2018-11-30 01:41:18 +00:00
"message": "Промени уеба със Stylus, мениджър на потребителски стилове. Stylus ти позволява лесно да инсталираш теми и скинове за много популярни сайтове.",
"description": "Extension description"
2018-08-12 11:54:16 +00:00
},
"disableAllStyles": {
2018-11-30 01:41:18 +00:00
"message": "Изключи всички стилове",
"description": "Label for the checkbox that turns all enabled styles off."
2018-08-12 11:54:16 +00:00
},
"disableStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Забрани",
"description": "Label for the button to disable a style"
2018-08-12 11:54:16 +00:00
},
"editGotoLine": {
2018-11-30 01:41:18 +00:00
"message": "Иди на ред (или ред:кол)",
"description": "Go to line or line:column on Ctrl-G in style code editor"
2018-08-12 11:54:16 +00:00
},
"editStyleHeading": {
2018-11-30 01:41:18 +00:00
"message": "Промени стила",
"description": "Title of the page for editing styles"
2018-08-12 11:54:16 +00:00
},
"editStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Редактирай",
"description": "Label for the button to go to the edit style page"
2018-08-12 11:54:16 +00:00
},
"editStyleTitle": {
"message": "Редактирай стил $stylename$",
2018-11-30 01:41:18 +00:00
"description": "Title of the page for editing styles",
2018-08-12 11:54:16 +00:00
"placeholders": {
"stylename": {
"content": "$1"
}
}
},
"enableStyleLabel": {
2018-11-30 01:41:18 +00:00
"message": "Разреши",
"description": "Label for the button to enable a style"
2018-08-12 11:54:16 +00:00
},
"exportLabel": {
2018-11-30 01:41:18 +00:00
"message": "Експорт",
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
2018-08-12 11:54:16 +00:00
},
"helpAlt": {
2018-11-30 01:41:18 +00:00
"message": "Помощ",
"description": "Alternate text for help buttons"
2018-08-12 11:54:16 +00:00
},
"helpKeyMapCommand": {
2018-11-30 01:41:18 +00:00
"message": "Напиши име на команда",
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
2018-08-12 11:54:16 +00:00
},
"helpKeyMapHotkey": {
2018-11-30 01:41:18 +00:00
"message": "Натисни клавишна комбинация",
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
2018-08-12 11:54:16 +00:00
},
"importAppendLabel": {
2018-11-30 01:41:18 +00:00
"message": "Добави към стил",
"description": "Label for the button to import a style and append to the existing sections"
2018-08-12 11:54:16 +00:00
},
"importAppendTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Добави импортирания стил към текущия",
"description": "Tooltip for the button to import a style and append to the existing sections"
2018-08-12 11:54:16 +00:00
},
"importLabel": {
2018-11-30 01:41:18 +00:00
"message": "Импорт",
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
2018-08-12 11:54:16 +00:00
},
"importReplaceLabel": {
2018-11-30 01:41:18 +00:00
"message": "Презапиши стила",
"description": "Label for the button to import and overwrite current style"
2018-08-12 11:54:16 +00:00
},
"importReplaceTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Презапишете съдържанието на текущия стил с импортирания",
"description": "Label for the button to import and overwrite current style"
2018-08-12 11:54:16 +00:00
},
"installButton": {
2018-11-30 01:41:18 +00:00
"message": "Инсталирай стил",
"description": "Label for install button"
2018-08-12 11:54:16 +00:00
},
"installButtonInstalled": {
2018-11-30 01:41:18 +00:00
"message": "Стилът е инсталиран",
"description": "Text displayed when the style is successfully installed"
2018-08-12 11:54:16 +00:00
},
"installButtonReinstall": {
2018-11-30 01:41:18 +00:00
"message": "Преинсталирай стила",
"description": "Label for reinstall button"
2018-08-12 11:54:16 +00:00
},
"installButtonUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Обнови стила",
"description": "Label for update button"
2018-08-12 11:54:16 +00:00
},
"installUpdate": {
2018-11-30 01:41:18 +00:00
"message": "Инсталирай обновление",
"description": "Label for the button to install an update for a single style"
2018-08-12 11:54:16 +00:00
},
"installUpdateFrom": {
"message": "В момента стилът се обновява от $url$",
2018-11-30 01:41:18 +00:00
"description": "Label to describe where the style gets update",
2018-08-12 11:54:16 +00:00
"placeholders": {
"url": {
"content": "$1"
}
}
},
"installUpdateFromLabel": {
2018-11-30 01:41:18 +00:00
"message": "Провери за обновления",
"description": "Label for the checkbox to save current URL for update check"
2018-08-12 11:54:16 +00:00
},
"installUpdateUnavailable": {
2018-11-30 01:41:18 +00:00
"message": "За да разрешите проверка за обновления, пуснете файла върху лентата с табове, или в метаданните на стила укажете @updateURL.",
"description": ""
2018-08-12 11:54:16 +00:00
},
"license": {
2018-11-30 01:41:18 +00:00
"message": "Лиценз",
"description": "Label for the license"
2018-08-12 11:54:16 +00:00
},
"linkGetHelp": {
2018-11-30 01:41:18 +00:00
"message": "Получете помощ",
"description": "Homepage link text on the manage page e.g. https://add0n.com/stylus.html#features with chat/FAQ/intro/info"
2018-08-12 11:54:16 +00:00
},
"linkGetStyles": {
2018-11-30 01:41:18 +00:00
"message": "Вземете стилове",
"description": "Help link text on the manage page e.g. https://userstyles.org"
2018-08-12 11:54:16 +00:00
},
"linkTranslate": {
2018-11-30 01:41:18 +00:00
"message": "Преведете",
"description": "Transifex link text on the manage page"
2018-08-12 11:54:16 +00:00
},
"linterCSSLintIncompatible": {
"message": "CSSLint не поддържа $preprocessorname$ preprocessor",
2018-11-30 01:41:18 +00:00
"description": "The label to display when the preprocessor isn't compatible with CSSLint",
2018-08-12 11:54:16 +00:00
"placeholders": {
"preprocessorname": {
"content": "$1"
}
}
},
"linterCSSLintSettings": {
2018-11-30 01:41:18 +00:00
"message": "(Укажете правилата: 0 = забранен; 1 = предупреждения; 2 = грешки)",
"description": "CSSLint rule config values"
2018-08-12 11:54:16 +00:00
},
"linterConfigPopupTitle": {
"message": "Настройте конфигурация за $linter$ правила",
2018-11-30 01:41:18 +00:00
"description": "Stylelint or CSSLint popup header",
2018-08-12 11:54:16 +00:00
"placeholders": {
"linter": {
"content": "$1"
}
}
},
"linterConfigTooltip": {
2018-11-30 01:41:18 +00:00
"message": "Щракнете, за да конфигурирате този linter",
"description": "Icon tooltip to indicate that it opens a popup with the selected linter configuration"
2018-08-12 11:54:16 +00:00
},
"linterInvalidConfigError": {
2018-11-30 01:41:18 +00:00
"message": "Не е записано заради тези неправилни настройки",
"description": "Invalid linter config will show a message followed by a list of invalid entries"
2018-08-12 11:54:16 +00:00
},
"linterIssues": {
2018-11-30 01:41:18 +00:00
"message": "Проблеми",
"description": "Label for the CSS linter issues block on the style edit page"
2018-08-12 11:54:16 +00:00
},
"linterIssuesHelp": {
"message": "Тези проблеми бяха намерени от $link$:",
2018-11-30 01:41:18 +00:00
"description": "Help popup message for the selected CSS linter issues block on the style edit page",
2018-08-12 11:54:16 +00:00
"placeholders": {
"link": {
"content": "$1"
}
}
},
"linterJSONError": {
2018-11-30 01:41:18 +00:00
"message": "Невалиден JSON формат",
"description": "Setting linter config with invalid JSON"
2018-08-12 11:54:16 +00:00
},
"linterResetMessage": {
2018-11-30 01:41:18 +00:00
"message": "За да върнете погрешно нулиране, натиснете Ctrl-Z (или Cmd-Z) в текстовия прозорец",
"description": "Reset button tooltip to inform user on how to undo an accidental reset"
2018-08-12 11:54:16 +00:00
},
"linterRulesLink": {
2018-11-30 01:41:18 +00:00
"message": "Вижте пълния списък с правила",
"description": "Stylelint or CSSLint rules label added immediately before a link"
2018-08-12 11:54:16 +00:00
},
"liveReloadError": {
2018-11-30 01:41:18 +00:00
"message": "Получи се грешка докато наблюдавахме файла",
"description": "The label of live-reload error"
2018-08-12 11:54:16 +00:00
},
"liveReloadInstallHint": {
2018-11-30 01:41:18 +00:00
"message": "Преглед на живо е разрешен, така че инсталирания стил ще бъде обновен автоматично при външни промени докато двата прозореца с кода и оригинала са отворени.",
"description": "The label of live-reload feature"
2018-08-12 11:54:16 +00:00
},
"liveReloadLabel": {
2018-11-30 01:41:18 +00:00
"message": "Преглед на живо",
"description": "The label of live-reload feature"
2018-08-20 14:36:36 +00:00
},
"liveReloadUnavailable": {
2018-11-30 01:41:18 +00:00
"message": "За да разрешите презареждане в реално време, пуснете файла върху лентата с табове (областта, където са показани заглавията на табовете).",
"description": ""
2018-08-20 14:36:36 +00:00
},
"manageFilters": {
2018-11-30 01:41:18 +00:00
"message": "Филтри",
"description": "Label for filters container"
2018-08-20 14:36:36 +00:00
},
"manageHeading": {
2018-11-30 01:41:18 +00:00
"message": "Инсталирани стилове",
"description": "Heading for the manage page"
2018-08-20 14:36:36 +00:00
},
"manageNewStyleAsUsercss": {
2018-11-30 01:41:18 +00:00
"message": "като Потребителскиcss",
"description": "VERY SHORT label for the checkbox next to the 'Write new style' button in the style manager"
2018-08-20 14:36:36 +00:00
},
"manageNewUI": {
2018-11-30 01:41:18 +00:00
"message": "Нова подредба на UI",
"description": "Label for the checkbox that toggles the new UI on manage page"
2018-08-20 14:36:36 +00:00
},
"manageOnlyDisabled": {
2018-11-30 01:41:18 +00:00
"message": "Само забранените стилове",
"description": "Checkbox to show only disabled styles"
2018-08-20 14:36:36 +00:00
},
"manageOnlyEnabled": {
2018-11-30 01:41:18 +00:00
"message": "Само разрешените стилове",
"description": "Checkbox to show only enabled styles"
2018-08-20 14:36:36 +00:00
},
"manageOnlyExternal": {
2018-11-30 01:41:18 +00:00
"message": "Само външните стилове",
"description": "Checkbox to show only externally installed styles i.e. updatable"
2018-08-20 14:36:36 +00:00
},
"manageOnlyLocal": {
2018-11-30 01:41:18 +00:00
"message": "Само локалните стилове",
"description": "Checkbox to show only locally created styles i.e. non-updatable"
2018-08-20 14:36:36 +00:00
},
"manageOnlyLocalTooltip": {
2018-11-30 01:41:18 +00:00
"message": "(стиловете не инсталирани чрез страницата на userstyles.org)",
"description": "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
2018-08-20 14:36:36 +00:00
},
"manageOnlyNonUsercss": {
2018-11-30 01:41:18 +00:00
"message": "Само не-Потребителскитеcss стилове",
"description": "Checkbox to show only non-Usercss (standard) styles"
2018-08-20 14:36:36 +00:00
},
"manageOnlyUpdates": {
2018-11-30 01:41:18 +00:00
"message": "Само с обновления или проблеми",
"description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
2018-08-20 14:36:36 +00:00
},
"manageOnlyUsercss": {
2018-11-30 01:41:18 +00:00
"message": "Само Потребителскиcss стилове",
"description": "Checkbox to show only Usercss styles"
2018-08-12 11:54:16 +00:00
}
}