remove non-translated messages from all locales
This commit is contained in:
parent
91942814f0
commit
d2dd4ae178
|
@ -1,208 +1,82 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "كل شيء",
|
"message": "كل شيء"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"defaultTheme": {
|
|
||||||
"message": "default",
|
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
|
||||||
"exportLabel": {
|
|
||||||
"message": "Export",
|
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"cm_tabSize": {
|
|
||||||
"message": "Tab size",
|
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "تمكين",
|
"message": "تمكين"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "أدخل اسمًا.",
|
"message": "أدخل اسمًا."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "عناوين URL في النطاق",
|
"message": "عناوين URL في النطاق"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "البحث عن تحديث",
|
"message": "البحث عن تحديث"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
|
||||||
"message": "All styles are up to date.",
|
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "مساعدة",
|
"message": "مساعدة"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"confirmYes": {
|
|
||||||
"message": "Yes",
|
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "البحث عن المزيد من الأنماط لموقع الويب هذا",
|
"message": "البحث عن المزيد من الأنماط لموقع الويب هذا"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "الأنماط المثبتة",
|
"message": "الأنماط المثبتة"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "ممكّن",
|
"message": "ممكّن"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "يمكن استخدام تنسيق موزيلا للرمز باستخدام Stylus للمتصفح فايرفوكس ويمكن إرساله إلى userstyles.org.",
|
"message": "يمكن استخدام تنسيق موزيلا للرمز باستخدام Stylus للمتصفح فايرفوكس ويمكن إرساله إلى userstyles.org."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "إضافة قسم آخر",
|
"message": "إضافة قسم آخر"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "حفظ",
|
"message": "حفظ"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"writeStyleForURL": {
|
|
||||||
"message": "this URL",
|
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "إضافة",
|
"message": "إضافة"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "عناوين URL التي تطابق regexp",
|
"message": "عناوين URL التي تطابق regexp"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "هل تريد تثبيت '$stylename$' في Stylus؟",
|
"message": "هل تريد تثبيت '$stylename$' في Stylus؟",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "تعطيل",
|
"message": "تعطيل"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"prefShowBadge": {
|
|
||||||
"message": "Show number of styles active for the current site on the toolbar button",
|
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"menuShowBadge": {
|
|
||||||
"message": "Show active style count",
|
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"cm_lineWrapping": {
|
|
||||||
"message": "Word wrap",
|
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "رجوع للإدارة",
|
"message": "رجوع للإدارة"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "لقد أجريت تغييرات على هذا النمط بدون حفظها.",
|
"message": "لقد أجريت تغييرات على هذا النمط بدون حفظها."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "أخفق التحديث - الخادم يتعذر الوصول إليه.",
|
"message": "أخفق التحديث - الخادم يتعذر الوصول إليه."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"manageFilters": {
|
|
||||||
"message": "Filters",
|
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
|
||||||
"applyAllUpdates": {
|
|
||||||
"message": "Apply all updates",
|
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "هل تريد بالتأكيد حذف هذا النمط؟",
|
"message": "هل تريد بالتأكيد حذف هذا النمط؟"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
|
||||||
"styleBadRegexp": {
|
|
||||||
"message": "Regexp is invalid.",
|
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"optionsHeading": {
|
|
||||||
"message": "Options",
|
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "ينطبق على: $applies$",
|
"message": "ينطبق على: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
|
||||||
"message": "Are you sure you want to update '$stylename$'?",
|
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
|
||||||
"stylename": {
|
|
||||||
"content": "$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "الأقسام",
|
"message": "الأقسام"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "تعديل النمط $stylename$",
|
"message": "تعديل النمط $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +84,31 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "النمط محدّث.",
|
"message": "النمط محدّث."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "عناوين URL البادئة بـ",
|
"message": "عناوين URL البادئة بـ"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"popupStylesFirst": {
|
|
||||||
"message": "List styles before commands in the toolbar button menu",
|
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "تتيح لك الأقسام تحديد أجزاء مختلفة من الرمز لتطبيقها على مجموعات مختلفة من عناوين URL بالنمط نفسه. فعلى سبيل المثال، يمكن لنمط مفرد تغيير الصفحة الرئيسية لموقع ويب بطريقة، مع تغيير بقية أجزاء موقع الويب بطريقة أخرى.",
|
"message": "تتيح لك الأقسام تحديد أجزاء مختلفة من الرمز لتطبيقها على مجموعات مختلفة من عناوين URL بالنمط نفسه. فعلى سبيل المثال، يمكن لنمط مفرد تغيير الصفحة الرئيسية لموقع ويب بطريقة، مع تغيير بقية أجزاء موقع الويب بطريقة أخرى."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "لم يتم تثبيت أي أنماط لموقع الويب هذا.",
|
"message": "لم يتم تثبيت أي أنماط لموقع الويب هذا."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "والمزيد",
|
"message": "والمزيد"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "إزالة",
|
"message": "إزالة"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
|
||||||
"writeStyleFor": {
|
|
||||||
"message": "Write style for: ",
|
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "ينطبق على",
|
"message": "ينطبق على"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "إدارة الأنماط المثبتة",
|
"message": "إدارة الأنماط المثبتة"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "أخفق التحديث - استجاب الخادم بالرمز $code$",
|
"message": "أخفق التحديث - استجاب الخادم بالرمز $code$",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,135 +116,48 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "تحديد",
|
"message": "تحديد"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "تثبيت التحديث",
|
"message": "تثبيت التحديث"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "إزالة القسم",
|
"message": "إزالة القسم"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"disableAllStyles": {
|
|
||||||
"message": "Turn all styles off",
|
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "اكتمل التحديث.",
|
"message": "اكتمل التحديث."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "جارٍ البحث...",
|
"message": "جارٍ البحث..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "الرمز",
|
"message": "الرمز"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
|
||||||
"cm_smartIndent": {
|
|
||||||
"message": "Use smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "استخدم عناصر تحكم 'ينطبق على' لتقييد عناوين URL التي ينطبق عليها الرمز في هذا القسم.",
|
"message": "استخدم عناصر تحكم 'ينطبق على' لتقييد عناوين URL التي ينطبق عليها الرمز في هذا القسم."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "تعديل النمط",
|
"message": "تعديل النمط"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
},
|
||||||
"appliesUrlOption": {
|
"appliesUrlOption": {
|
||||||
"message": "عنوان URL",
|
"message": "عنوان URL"
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "إضافة نمط",
|
"message": "إضافة نمط"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"dbError": {
|
|
||||||
"message": "An error has occurred using the Stylus database. Would you like to visit a web page with possible solutions?",
|
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
|
||||||
"editGotoLine": {
|
|
||||||
"message": "Goto line (or line:col)",
|
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "البحث عن تحديثات لكل الأنماط",
|
"message": "البحث عن تحديثات لكل الأنماط"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
|
||||||
"cm_keyMap": {
|
|
||||||
"message": "Keymap",
|
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
|
||||||
"cm_indentWithTabs": {
|
|
||||||
"message": "Use tabs with smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "حذف",
|
"message": "حذف"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "كتابة نمط جديد",
|
"message": "كتابة نمط جديد"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
|
||||||
"manageOnlyEnabled": {
|
|
||||||
"message": "Only enabled styles",
|
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "تعديل",
|
"message": "تعديل"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
|
||||||
"helpKeyMapCommand": {
|
|
||||||
"message": "Type a command name",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "يمكنك تغيير نمط الويب باستخدام Stylus، وهي أداة لإدارة أنماط المستخدم. وتتيح Stylus لك بسهولة تثبيت المظاهر والأشكال الخارجية لكل من Google، وFacebook وYouTube وOrkut فضلاً عن الكثير جدًا من مواقع الويب الأخرى.",
|
"message": "يمكنك تغيير نمط الويب باستخدام Stylus، وهي أداة لإدارة أنماط المستخدم. وتتيح Stylus لك بسهولة تثبيت المظاهر والأشكال الخارجية لكل من Google، وFacebook وYouTube وOrkut فضلاً عن الكثير جدًا من مواقع الويب الأخرى."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,111 +1,84 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Vše",
|
"message": "Vše"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
},
|
||||||
"defaultTheme": {
|
"defaultTheme": {
|
||||||
"message": "výchozí",
|
"message": "výchozí"
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
},
|
||||||
"exportLabel": {
|
"exportLabel": {
|
||||||
"message": "Exportovat",
|
"message": "Exportovat"
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"message": "Problémy",
|
"message": "Problémy"
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "Velikost tabulátorů",
|
"message": "Velikost tabulátorů"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Povolit",
|
"message": "Povolit"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Zadejte název.",
|
"message": "Zadejte název."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URL adresy na doméně",
|
"message": "URL adresy na doméně"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Zkontrolovat aktualizace",
|
"message": "Zkontrolovat aktualizace"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
},
|
||||||
"importAppendLabel": {
|
"importAppendLabel": {
|
||||||
"message": "Připojit ke stylu",
|
"message": "Připojit ke stylu"
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "Všechny styly jsou aktuální.",
|
"message": "Všechny styly jsou aktuální."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
},
|
||||||
"styleFromMozillaFormatPrompt": {
|
"styleFromMozillaFormatPrompt": {
|
||||||
"message": "Vložit kód v Mozilla-formátu",
|
"message": "Vložit kód v Mozilla-formátu"
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Nápověda",
|
"message": "Nápověda"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"message": "Vyhledat",
|
"message": "Vyhledat"
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"confirmYes": {
|
"confirmYes": {
|
||||||
"message": "Ano",
|
"message": "Ano"
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Najít styly pro tento web",
|
"message": "Najít styly pro tento web"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Nainstalované Styly",
|
"message": "Nainstalované Styly"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
},
|
||||||
"styleBeautify": {
|
"styleBeautify": {
|
||||||
"message": "Zkrášlit",
|
"message": "Zkrášlit"
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Povolen",
|
"message": "Povolen"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Mozilla formát umožní použití stylu v prohlížeči Mozilla Firefox a jeho odeslání na userstyles.org.",
|
"message": "Mozilla formát umožní použití stylu v prohlížeči Mozilla Firefox a jeho odeslání na userstyles.org."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Přidat další sekci",
|
"message": "Přidat další sekci"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Uložit",
|
"message": "Uložit"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
},
|
||||||
"confirmStop": {
|
"confirmStop": {
|
||||||
"message": "Zastavit",
|
"message": "Zastavit"
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "tato URL",
|
"message": "tato URL"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Přidat",
|
"message": "Přidat"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "URL adresy odpovídající reg. výrazu",
|
"message": "URL adresy odpovídající reg. výrazu"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "Nainstalovat '$stylename$' do Stylus?",
|
"message": "Nainstalovat '$stylename$' do Stylus?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -113,74 +86,52 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
"manageText": {
|
||||||
"message": "<a href='https://userstyles.org'>Získat styly na userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Získat pomoc</a>",
|
"message": "<a href='https://userstyles.org'>Získat styly na userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Získat pomoc</a>"
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
},
|
||||||
"searchStyles": {
|
"searchStyles": {
|
||||||
"message": "Prohledat obsah",
|
"message": "Prohledat obsah"
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
},
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Zakázat",
|
"message": "Zakázat"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Zobrazit počet aktivních stylů pro současnou stránku u tlačítka v panelu nástrojů",
|
"message": "Zobrazit počet aktivních stylů pro současnou stránku u tlačítka v panelu nástrojů"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"menuShowBadge": {
|
"menuShowBadge": {
|
||||||
"message": "Zobrazit počet aktivních stylů",
|
"message": "Zobrazit počet aktivních stylů"
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "Zalamování slov",
|
"message": "Zalamování slov"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Zpět ke správě",
|
"message": "Zpět ke správě"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Provedli jste změny tohoto stylu bez uložení.",
|
"message": "Provedli jste změny tohoto stylu bez uložení."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
},
|
||||||
"importLabel": {
|
"importLabel": {
|
||||||
"message": "Importovat",
|
"message": "Importovat"
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Aktualizace selhala: server je nedosažitelný.",
|
"message": "Aktualizace selhala: server je nedosažitelný."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "Filtry",
|
"message": "Filtry"
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
},
|
||||||
"applyAllUpdates": {
|
"applyAllUpdates": {
|
||||||
"message": "Použít všechny aktualizace",
|
"message": "Použít všechny aktualizace"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Opravdu chcete tento styl smazat?",
|
"message": "Opravdu chcete tento styl smazat?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "Tento regulérní výraz je neplatný.",
|
"message": "Tento regulérní výraz je neplatný."
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
},
|
||||||
"optionsHeading": {
|
"optionsHeading": {
|
||||||
"message": "Možnosti",
|
"message": "Možnosti"
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Platí pro: $applies$",
|
"message": "Platí pro: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -189,7 +140,6 @@
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "Určitě chcete aktualizovat '$stylename$'?",
|
"message": "Určitě chcete aktualizovat '$stylename$'?",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -197,12 +147,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Sekce",
|
"message": "Sekce"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Upravit Styl $stylename$",
|
"message": "Upravit Styl $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +158,49 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Styl je aktuální.",
|
"message": "Styl je aktuální."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "URL adresy začínající",
|
"message": "URL adresy začínající"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
},
|
||||||
"searchRegexp": {
|
"searchRegexp": {
|
||||||
"message": "Použít /re/ syntaxi pro vyhledávání s regulérními výrazy",
|
"message": "Použít /re/ syntaxi pro vyhledávání s regulérními výrazy"
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"importReplaceTooltip": {
|
"importReplaceTooltip": {
|
||||||
"message": "Zahodit obsah současného stylu a přepsat ho importovaným stylem",
|
"message": "Zahodit obsah současného stylu a přepsat ho importovaným stylem"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "Vypsat styly před příkazy v menu pod tlačítkem na panelu nástrojů",
|
"message": "Vypsat styly před příkazy v menu pod tlačítkem na panelu nástrojů"
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Pomocí sekcí můžete v jednom stylu nadefinovat více částí kódu pro různé skupiny URL adres. Jeden styl pak může např. změnit hlavní stránku webu jinak, než jeho zbytek.",
|
"message": "Pomocí sekcí můžete v jednom stylu nadefinovat více částí kódu pro různé skupiny URL adres. Jeden styl pak může např. změnit hlavní stránku webu jinak, než jeho zbytek."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Pro tento web není nainstalován žádný styl.",
|
"message": "Pro tento web není nainstalován žádný styl."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "a další",
|
"message": "a další"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Odstranit",
|
"message": "Odstranit"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatTitle": {
|
"styleToMozillaFormatTitle": {
|
||||||
"message": "Styl v Mozilla formátu",
|
"message": "Styl v Mozilla formátu"
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
},
|
||||||
"writeStyleFor": {
|
"writeStyleFor": {
|
||||||
"message": "Napsat nový styl",
|
"message": "Napsat nový styl"
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"message": "Nahradit",
|
"message": "Nahradit"
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Platí pro",
|
"message": "Platí pro"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Spravovat nainstalovné styly",
|
"message": "Spravovat nainstalovné styly"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Aktualizace selhala: server opověděl kódem $code$.",
|
"message": "Aktualizace selhala: server opověděl kódem $code$.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,143 +208,105 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Specifikovat",
|
"message": "Specifikovat"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Nainstalovat aktualizaci",
|
"message": "Nainstalovat aktualizaci"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
},
|
||||||
"styleMozillaFormatHeading": {
|
"styleMozillaFormatHeading": {
|
||||||
"message": "Mozilla Formát",
|
"message": "Mozilla Formát"
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "Stylus nefunguje na těchto stránkách.",
|
"message": "Stylus nefunguje na těchto stránkách."
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Odstranit sekci",
|
"message": "Odstranit sekci"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "Vypnout všechny styly.",
|
"message": "Vypnout všechny styly."
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"undoGlobal": {
|
"undoGlobal": {
|
||||||
"message": "Zpět (globálně)",
|
"message": "Zpět (globálně)"
|
||||||
"description": "CSS-beautify global Undo button label"
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Aktalizace dokončena.",
|
"message": "Aktalizace dokončena."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Kontroluji...",
|
"message": "Kontroluji..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Kód",
|
"message": "Kód"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
},
|
||||||
"cm_smartIndent": {
|
"cm_smartIndent": {
|
||||||
"message": "Použít chytré odsazení",
|
"message": "Použít chytré odsazení"
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Nastavte 'Platí pro', pokud chcete limitovat, na které URL adresy se použije kód v této sekci.",
|
"message": "Nastavte 'Platí pro', pokud chcete limitovat, na které URL adresy se použije kód v této sekci."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Upravit Styl",
|
"message": "Upravit Styl"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Přidat Styl",
|
"message": "Přidat Styl"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
},
|
||||||
"importReplaceLabel": {
|
"importReplaceLabel": {
|
||||||
"message": "Přepsat styl",
|
"message": "Přepsat styl"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"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?",
|
"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"
|
|
||||||
},
|
},
|
||||||
"importAppendTooltip": {
|
"importAppendTooltip": {
|
||||||
"message": "Připojit importovaný styl k současnému stylu",
|
"message": "Připojit importovaný styl k současnému stylu"
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"helpKeyMapHotkey": {
|
"helpKeyMapHotkey": {
|
||||||
"message": "Stiskněte kláves. zkratku",
|
"message": "Stiskněte kláves. zkratku"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"replaceAll": {
|
"replaceAll": {
|
||||||
"message": "Nahradit vše",
|
"message": "Nahradit vše"
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
},
|
||||||
"editGotoLine": {
|
"editGotoLine": {
|
||||||
"message": "Přejít na řádek (nebo na line:col)",
|
"message": "Přejít na řádek (nebo na line:col)"
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Aktualizovat všechny styly",
|
"message": "Aktualizovat všechny styly"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
},
|
||||||
"issuesHelp": {
|
"issuesHelp": {
|
||||||
"message": "Problémy nalezené aplikací <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> s těmito povolenými pravidly:",
|
"message": "Problémy nalezené aplikací <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> s těmito povolenými pravidly:"
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"confirmNo": {
|
"confirmNo": {
|
||||||
"message": "Ne",
|
"message": "Ne"
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"undo": {
|
"undo": {
|
||||||
"message": "Zpět",
|
"message": "Zpět"
|
||||||
"description": "Button label"
|
|
||||||
},
|
},
|
||||||
"cm_keyMap": {
|
"cm_keyMap": {
|
||||||
"message": "Přiřazení kláves",
|
"message": "Přiřazení kláves"
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
},
|
||||||
"cm_indentWithTabs": {
|
"cm_indentWithTabs": {
|
||||||
"message": "Použít tabulátory s chytrým odsazením",
|
"message": "Použít tabulátory s chytrým odsazením"
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"replaceWith": {
|
"replaceWith": {
|
||||||
"message": "Nahradit s",
|
"message": "Nahradit s"
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Smazat",
|
"message": "Smazat"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Napsat nový styl",
|
"message": "Napsat nový styl"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
},
|
||||||
"manageOnlyEnabled": {
|
"manageOnlyEnabled": {
|
||||||
"message": "Pouze povolené styly",
|
"message": "Pouze povolené styly"
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Upravit",
|
"message": "Upravit"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
},
|
||||||
"cm_theme": {
|
"cm_theme": {
|
||||||
"message": "Schéma",
|
"message": "Schéma"
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
},
|
||||||
"helpKeyMapCommand": {
|
"helpKeyMapCommand": {
|
||||||
"message": "Napište název příkazu",
|
"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"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Přestylujte web pomocí Stylus, manažeru uživatelských stylů. Stylus vám umožní nainstalovat témata a skiny pro mnoho populárních webů.",
|
"message": "Přestylujte web pomocí Stylus, manažeru uživatelských stylů. Stylus vám umožní nainstalovat témata a skiny pro mnoho populárních webů."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,199 +1,150 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Alles",
|
"message": "Alles"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
},
|
||||||
"defaultTheme": {
|
"defaultTheme": {
|
||||||
"message": "Standard",
|
"message": "Standard"
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestTitle": {
|
"styleRegexpTestTitle": {
|
||||||
"message": "Liste der zutreffenden, geöffneten Tabs (URL anklicken um den Tab zu fokussieren)",
|
"message": "Liste der zutreffenden, geöffneten Tabs (URL anklicken um den Tab zu fokussieren)"
|
||||||
"description": "RegExp test report: title of the report"
|
|
||||||
},
|
},
|
||||||
"bckpInstStyles": {
|
"bckpInstStyles": {
|
||||||
"message": "Styles Exportieren",
|
"message": "Styles Exportieren"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsUpdateInterval": {
|
"optionsUpdateInterval": {
|
||||||
"message": "Automatischer Update- und Installations-Intervall (in Stunden)",
|
"message": "Automatischer Update- und Installations-Intervall (in Stunden)"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"exportLabel": {
|
"exportLabel": {
|
||||||
"message": "Exportieren",
|
"message": "Exportieren"
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"message": "Probleme",
|
"message": "Probleme"
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"optionsBadgeNormal": {
|
"optionsBadgeNormal": {
|
||||||
"message": "Hintergrundfarbe",
|
"message": "Hintergrundfarbe"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"updateCheckHistory": {
|
"updateCheckHistory": {
|
||||||
"message": "Verlauf der Aktualisierungs-Überprüfungen",
|
"message": "Verlauf der Aktualisierungs-Überprüfungen"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "Tab-Größe",
|
"message": "Tab-Größe"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Aktivieren",
|
"message": "Aktivieren"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Bitte einen Namen eingeben.",
|
"message": "Bitte einen Namen eingeben."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"genericHistoryLabel": {
|
"genericHistoryLabel": {
|
||||||
"message": "Verlauf",
|
"message": "Verlauf"
|
||||||
"description": "Used in various places to show a history log of something"
|
|
||||||
},
|
},
|
||||||
"shortcutsNote": {
|
"shortcutsNote": {
|
||||||
"message": "Eine Tastenkombination definieren",
|
"message": "Eine Tastenkombination definieren"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URLs auf der Domain",
|
"message": "URLs auf der Domain"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Nach Aktualisierungen suchen",
|
"message": "Nach Aktualisierungen suchen"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
},
|
||||||
"styleNotAppliedRegexpProblemTooltip": {
|
"styleNotAppliedRegexpProblemTooltip": {
|
||||||
"message": "Style wurde aufgrund der nicht gültigen Verwendung der Regulären Ausdrücke 'regexp()' nicht angewandt.",
|
"message": "Style wurde aufgrund der nicht gültigen Verwendung der Regulären Ausdrücke 'regexp()' nicht angewandt."
|
||||||
"description": "Tooltip in the popup for styles that were not applied at all"
|
|
||||||
},
|
},
|
||||||
"styleRegexpInvalidExplanation": {
|
"styleRegexpInvalidExplanation": {
|
||||||
"message": "Einige Regeln der Regulären Ausdrücke 'regexp()' konnten nicht überprüft werden.",
|
"message": "Einige Regeln der Regulären Ausdrücke 'regexp()' konnten nicht überprüft werden."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importAppendLabel": {
|
"importAppendLabel": {
|
||||||
"message": "Zum Style anfügen",
|
"message": "Zum Style anfügen"
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"optionsOpenManager": {
|
"optionsOpenManager": {
|
||||||
"message": "Verwaltung",
|
"message": "Verwaltung"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"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": {
|
"importReportLegendAdded": {
|
||||||
"message": "Hinzugefügt",
|
"message": "Hinzugefügt"
|
||||||
"description": "Text after the number of styles added in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleFromMozillaFormatPrompt": {
|
"styleFromMozillaFormatPrompt": {
|
||||||
"message": "Mozilla Format Code einfügen",
|
"message": "Mozilla Format Code einfügen"
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"dragDropMessage": {
|
"dragDropMessage": {
|
||||||
"message": "Ziehe die Backup Datei zum importieren an irgendeinen Ort auf dieser Seite.",
|
"message": "Ziehe die Backup Datei zum importieren an irgendeinen Ort auf dieser Seite."
|
||||||
"description": "Drag'n'drop message"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Hilfe",
|
"message": "Hilfe"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
},
|
||||||
"confirmOK": {
|
"confirmOK": {
|
||||||
"message": "OK",
|
"message": "OK",
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"message": "Suche",
|
"message": "Suche"
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"manageFaviconsGray": {
|
"manageFaviconsGray": {
|
||||||
"message": "Ausgegraut",
|
"message": "Ausgegraut"
|
||||||
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"confirmYes": {
|
"confirmYes": {
|
||||||
"message": "Ja",
|
"message": "Ja"
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Weitere Styles für diese Webseite finden",
|
"message": "Weitere Styles für diese Webseite finden"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Installierte Styles",
|
"message": "Installierte Styles"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
},
|
||||||
"styleBeautify": {
|
"styleBeautify": {
|
||||||
"message": "Beautify",
|
"message": "Beautify",
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleRegexpProblemTooltip": {
|
"styleRegexpProblemTooltip": {
|
||||||
"message": "Anzahl der Bereiche wurde nicht angewendet aufgrund von nicht korrekten Verwendeten Regulären Ausdrücken 'regexp()'",
|
"message": "Anzahl der Bereiche wurde nicht angewendet aufgrund von nicht korrekten Verwendeten Regulären Ausdrücken 'regexp()'"
|
||||||
"description": "Tooltip in the popup for styles that were applied only partially"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Aktiviert",
|
"message": "Aktiviert"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Das Mozilla-Format des Codes kann mit Stylish für Firefox verwendet werden und bei userstyles.org eingereicht werden.",
|
"message": "Das Mozilla-Format des Codes kann mit Stylish für Firefox verwendet werden und bei userstyles.org eingereicht werden."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Weiteren Bereich hinzufügen",
|
"message": "Weiteren Bereich hinzufügen"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestPartial": {
|
"styleRegexpTestPartial": {
|
||||||
"message": "Kein genau Übereinstimmung, wurden daher übersprungen.",
|
"message": "Kein genau Übereinstimmung, wurden daher übersprungen."
|
||||||
"description": "RegExp test report: label for the partially matching expressions"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Speichern",
|
"message": "Speichern"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
},
|
||||||
"confirmDelete": {
|
"confirmDelete": {
|
||||||
"message": "Löschen",
|
"message": "Löschen"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"confirmCancel": {
|
"confirmCancel": {
|
||||||
"message": "Abbrechen",
|
"message": "Abbrechen"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"retrieveBckp": {
|
"retrieveBckp": {
|
||||||
"message": "Styles Importieren",
|
"message": "Styles Importieren"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"confirmStop": {
|
"confirmStop": {
|
||||||
"message": "Stopp",
|
"message": "Stopp"
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "diese URL",
|
"message": "diese URL"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"optionsSubheading": {
|
"optionsSubheading": {
|
||||||
"message": "Mehr Optionen",
|
"message": "Mehr Optionen"
|
||||||
"description": "Subheading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Hinzufügen",
|
"message": "Hinzufügen"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "URLs, die mit dem Regulären Ausdrücken übereinstimmen",
|
"message": "URLs, die mit dem Regulären Ausdrücken übereinstimmen"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedExposeIframesNote": {
|
"optionsAdvancedExposeIframesNote": {
|
||||||
"message": "Aktiviert die Iframe-spezifische CSS Auszeichnung wie 'html[stylus-iframe] h1 { display:none; }'",
|
"message": "Aktiviert die Iframe-spezifische CSS Auszeichnung wie 'html[stylus-iframe] h1 { display:none; }'"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedCode": {
|
"importReportLegendUpdatedCode": {
|
||||||
"message": "Aktualisierter Code",
|
"message": "Aktualisierter Code"
|
||||||
"description": "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "\"$stylename$\" in Stylus installieren?",
|
"message": "\"$stylename$\" in Stylus installieren?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -201,112 +152,85 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"optionsBadgeDisabled": {
|
"optionsBadgeDisabled": {
|
||||||
"message": "Hintergrundfarbe wenn deaktiviert.",
|
"message": "Hintergrundfarbe wenn deaktiviert."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsCheck": {
|
"optionsCheck": {
|
||||||
"message": "Styles aktualisieren",
|
"message": "Styles aktualisieren"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"manageText": {
|
"manageText": {
|
||||||
"message": "<a href='https://userstyles.org'>Styles von userstyles.org beziehen</a> | <a href='http://add0n.com/stylus.html'>Hilfeseite anzeigen</a>",
|
"message": "<a href='https://userstyles.org'>Styles von userstyles.org beziehen</a> | <a href='http://add0n.com/stylus.html'>Hilfeseite anzeigen</a>"
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
},
|
||||||
"manageOnlyLocal": {
|
"manageOnlyLocal": {
|
||||||
"message": "Nur Locale Styles anzeigen",
|
"message": "Nur Locale Styles anzeigen"
|
||||||
"description": "Checkbox to show only locally created styles i.e. non-updatable"
|
|
||||||
},
|
},
|
||||||
"searchStyles": {
|
"searchStyles": {
|
||||||
"message": "Inhalte durchsuchen",
|
"message": "Inhalte durchsuchen"
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
},
|
||||||
"optionsUpdateImportNote": {
|
"optionsUpdateImportNote": {
|
||||||
"message": "Nach dem Importieren alter Backups oder aus Stylish ist eine einmalige manuelle Überprüfung der Aktualisierungen (Updates) in der Verwaltung nötig. Dies stellt sicher das alle Styles auf dem aktuellsten Stand sind.",
|
"message": "Nach dem Importieren alter Backups oder aus Stylish ist eine einmalige manuelle Überprüfung der Aktualisierungen (Updates) in der Verwaltung nötig. Dies stellt sicher das alle Styles auf dem aktuellsten Stand sind."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"checkAllUpdatesForce": {
|
"checkAllUpdatesForce": {
|
||||||
"message": "Nochmals überprüfen, ich habe keine Styles bearbeitet!",
|
"message": "Nochmals überprüfen, ich habe keine Styles bearbeitet!"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"unreachableFileHint": {
|
"unreachableFileHint": {
|
||||||
"message": "Stylus kann nur auf das file:// Protokoll in der URL zugreifen wenn dies in den Einstellungen der Erweiterung festgelegt ist.",
|
"message": "Stylus kann nur auf das file:// Protokoll in der URL zugreifen wenn dies in den Einstellungen der Erweiterung festgelegt ist."
|
||||||
"description": "Note in the toolbar popup for file:// URLs"
|
|
||||||
},
|
},
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Deaktivieren",
|
"message": "Deaktivieren"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Anzahl der aktiven Styles auf der aktuellen Seiten",
|
"message": "Anzahl der aktiven Styles auf der aktuellen Seiten"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"manageFavicons": {
|
"manageFavicons": {
|
||||||
"message": "Favicons in der 'Gilt für' Spalte anzeigen",
|
"message": "Favicons in der 'Gilt für' Spalte anzeigen"
|
||||||
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"menuShowBadge": {
|
"menuShowBadge": {
|
||||||
"message": "Zählung der aktiven Styles anzeigen ",
|
"message": "Zählung der aktiven Styles anzeigen "
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "Automatischer Zeilenumbruch",
|
"message": "Automatischer Zeilenumbruch"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Zurück zum Verwalten",
|
"message": "Zurück zum Verwalten"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Sie haben Änderungen an diesem Style vorgenommen, ohne diese zu speichern.",
|
"message": "Sie haben Änderungen an diesem Style vorgenommen, ohne diese zu speichern."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
},
|
||||||
"importLabel": {
|
"importLabel": {
|
||||||
"message": "Importieren",
|
"message": "Importieren"
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"shortcuts": {
|
"shortcuts": {
|
||||||
"message": "Tastenkürzel",
|
"message": "Tastenkürzel"
|
||||||
"description": "Go to shortcut configuration"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Aktualisierung fehlgeschlagen: Server nicht erreichbar.",
|
"message": "Aktualisierung fehlgeschlagen: Server nicht erreichbar."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "Filter",
|
"message": "Filter"
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
},
|
||||||
"applyAllUpdates": {
|
"applyAllUpdates": {
|
||||||
"message": "Alle Updates übernehmen ",
|
"message": "Alle Updates übernehmen "
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"optionsReset": {
|
"optionsReset": {
|
||||||
"message": "Setzt diese Einstellungen auf die Standard-Werte zurück.",
|
"message": "Setzt diese Einstellungen auf die Standard-Werte zurück."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsCustomizeUpdate": {
|
"optionsCustomizeUpdate": {
|
||||||
"message": "Updates",
|
"message": "Updates",
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Möchten Sie diesen Style wirklich löschen?",
|
"message": "Möchten Sie diesen Style wirklich löschen?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
},
|
||||||
"optionsCustomizePopup": {
|
"optionsCustomizePopup": {
|
||||||
"message": "Popup",
|
"message": "Popup",
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "Regulärer Ausdruck ist ungültig.",
|
"message": "Regulärer Ausdruck ist ungültig."
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
},
|
||||||
"optionsHeading": {
|
"optionsHeading": {
|
||||||
"message": "Optionen",
|
"message": "Optionen"
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Gilt für: $applies$",
|
"message": "Gilt für: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -314,12 +238,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"openStylesManager": {
|
"openStylesManager": {
|
||||||
"message": "Style Verwaltung öffnen",
|
"message": "Style Verwaltung öffnen"
|
||||||
"description": "Label for the style maanger opener in the browser action context menu."
|
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "Möchten Sie '$stylename$' wirklich aktualisieren?",
|
"message": "Möchten Sie '$stylename$' wirklich aktualisieren?",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -327,16 +249,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Bereiche",
|
"message": "Bereiche"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"importReportLegendInvalid": {
|
"importReportLegendInvalid": {
|
||||||
"message": "Ungültige übersprungen",
|
"message": "Ungültige übersprungen"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Style $stylename$ bearbeiten",
|
"message": "Style $stylename$ bearbeiten",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -344,96 +263,73 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Der Style ist auf dem aktuellsten Stand.",
|
"message": "Der Style ist auf dem aktuellsten Stand."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "URLs beginnend mit",
|
"message": "URLs beginnend mit"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlightToken": {
|
"cm_matchHighlightToken": {
|
||||||
"message": "Auszeichnung unter dem Textzeiger.",
|
"message": "Auszeichnung unter dem Textzeiger."
|
||||||
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of of the word/token under cursor even if nothing is selected"
|
|
||||||
},
|
},
|
||||||
"searchRegexp": {
|
"searchRegexp": {
|
||||||
"message": "Verwende die /re/ Syntax für Suche als Regulärer Ausdruck",
|
"message": "Verwende die /re/ Syntax für Suche als Regulärer Ausdruck"
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"updateCheckManualUpdateHint": {
|
"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": {
|
"toggleStyle": {
|
||||||
"message": "Style umschalten",
|
"message": "Style umschalten"
|
||||||
"description": "Label for the checkbox to enable/disable a style"
|
|
||||||
},
|
},
|
||||||
"importReplaceTooltip": {
|
"importReplaceTooltip": {
|
||||||
"message": "Verwerfe den aktuellen Style-Inhalt und überschreibe ihn mit dem importierten",
|
"message": "Verwerfe den aktuellen Style-Inhalt und überschreibe ihn mit dem importierten"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "Styles vor den Bedienelementen",
|
"message": "Styles vor den Bedienelementen"
|
||||||
"description": "Label for the checkbox controlling section order in the popup."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Mit Bereichen können Sie unterschiedliche Code-Teile auf unterschiedliche URLs in dem gleichen Style anwenden. Beispielsweise kann über einen einzigen Style die Startseite der Website geändert werden, während für den Rest der Website andere Änderungen gelten.",
|
"message": "Mit Bereichen können Sie unterschiedliche Code-Teile auf unterschiedliche URLs in dem gleichen Style anwenden. Beispielsweise kann über einen einzigen Style die Startseite der Website geändert werden, während für den Rest der Website andere Änderungen gelten."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Für diese Webseite sind keine Styles installiert.",
|
"message": "Für diese Webseite sind keine Styles installiert."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "und weitere",
|
"message": "und weitere"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Löschen",
|
"message": "Löschen"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"updatesCurrentlyInstalled": {
|
"updatesCurrentlyInstalled": {
|
||||||
"message": "Installierte Aktualisierungen:",
|
"message": "Installierte Aktualisierungen:"
|
||||||
"description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatTitle": {
|
"styleToMozillaFormatTitle": {
|
||||||
"message": "Style im Mozilla Format",
|
"message": "Style im Mozilla Format"
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
},
|
||||||
"manageTitle": {
|
"manageTitle": {
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
"description": "Title for the manage page"
|
||||||
},
|
},
|
||||||
"writeStyleFor": {
|
"writeStyleFor": {
|
||||||
"message": "Style erstellen für:",
|
"message": "Style erstellen für:"
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"message": "Ersetzen",
|
"message": "Ersetzen"
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestNone": {
|
"styleRegexpTestNone": {
|
||||||
"message": "Keine zutreffenden Tabs",
|
"message": "Keine zutreffenden Tabs"
|
||||||
"description": "RegExp test report: label for expressions that didn't match any tabs"
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedMeta": {
|
"importReportLegendUpdatedMeta": {
|
||||||
"message": "Aktualisierte Meta Infos",
|
"message": "Aktualisierte Meta Infos"
|
||||||
"description": "Text after the number of styles with updated meta info like name/url in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Gilt für",
|
"message": "Gilt für"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openOptionsPopup": {
|
"openOptionsPopup": {
|
||||||
"message": "Optionen",
|
"message": "Optionen"
|
||||||
"description": "Go to Options UI"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Verwalten",
|
"message": "Verwalten"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Aktualisierung fehlgeschlagen: Server hat den Fehler $code$ ausgegeben.",
|
"message": "Aktualisierung fehlgeschlagen: Server hat den Fehler $code$ ausgegeben.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -441,295 +337,222 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Angeben",
|
"message": "Angeben"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Aktualisierung installieren",
|
"message": "Aktualisierung installieren"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
},
|
||||||
"optionsCheckUpdate": {
|
"optionsCheckUpdate": {
|
||||||
"message": "Alle verfügbaren Aktualisierungen Installieren.",
|
"message": "Alle verfügbaren Aktualisierungen Installieren."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportTitle": {
|
"importReportTitle": {
|
||||||
"message": "Importieren der Styles abgeschlossen.",
|
"message": "Importieren der Styles abgeschlossen."
|
||||||
"description": "Title of the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleMozillaFormatHeading": {
|
"styleMozillaFormatHeading": {
|
||||||
"message": "Mozilla Format",
|
"message": "Mozilla Format",
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlight": {
|
"cm_matchHighlight": {
|
||||||
"message": "Hervorheben",
|
"message": "Hervorheben"
|
||||||
"description": "Label for the drop-down list controlling the automatic highlighting of current word/selection occurrences in the style editor."
|
|
||||||
},
|
},
|
||||||
"styleRegexpPartialExplanation": {
|
"styleRegexpPartialExplanation": {
|
||||||
"message": "Dieser Style verwendet teilweise Übereinstimmende RegExps unter Missachtung der <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>CSS4 @document Spezifikationen</a>, welche eine vollständig Übereinstimmende URL benötigen. Der betroffene CSS Bereich wurde nicht auf die Website angewandt. Dieser Style wurde wahrscheinlich unter Stylish für Chrome erstellt, in der seit der ersten Version eine inkorrekte Überprüfung der Reguläre Ausdrücke 'regexp()' vorhanden ist (bekannter Fehler).",
|
"message": "Dieser Style verwendet teilweise Übereinstimmende RegExps unter Missachtung der <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>CSS4 @document Spezifikationen</a>, welche eine vollständig Übereinstimmende URL benötigen. Der betroffene CSS Bereich wurde nicht auf die Website angewandt. Dieser Style wurde wahrscheinlich unter Stylish für Chrome erstellt, in der seit der ersten Version eine inkorrekte Überprüfung der Reguläre Ausdrücke 'regexp()' vorhanden ist (bekannter Fehler)."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"unreachableContentScript": {
|
"unreachableContentScript": {
|
||||||
"message": "Konnte nicht mit der Seite Kommunizieren. Bitte versuchen sie die Seite erneut zuladen.",
|
"message": "Konnte nicht mit der Seite Kommunizieren. Bitte versuchen sie die Seite erneut zuladen."
|
||||||
"description": "Note in the toolbar popup usually on file:// URLs after [re]loading Stylus"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Bereich entfernen",
|
"message": "Bereich entfernen"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "Schalten Sie alle Stile aus",
|
"message": "Schalten Sie alle Stile aus"
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCheckSkippedMaybeLocallyEdited": {
|
"updateCheckSkippedMaybeLocallyEdited": {
|
||||||
"message": "Dieser Style scheint Lokal bearbeitet worden zu sein.",
|
"message": "Dieser Style scheint Lokal bearbeitet worden zu sein."
|
||||||
"description": "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
|
|
||||||
},
|
},
|
||||||
"undoGlobal": {
|
"undoGlobal": {
|
||||||
"message": "Rückgängig (global)",
|
"message": "Rückgängig (global)"
|
||||||
"description": "CSS-beautify global Undo button label"
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Aktualisierung abgeschlossen.",
|
"message": "Aktualisierung abgeschlossen."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Suche nach Aktualisierungen...",
|
"message": "Suche nach Aktualisierungen..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestFull": {
|
"styleRegexpTestFull": {
|
||||||
"message": "Zutreffende Tabs",
|
"message": "Zutreffende Tabs"
|
||||||
"description": "RegExp test report: label for the fully matching expressions"
|
|
||||||
},
|
},
|
||||||
"manageMaxTargets": {
|
"manageMaxTargets": {
|
||||||
"message": "Anzahl der 'Gilt für' Elemente",
|
"message": "Anzahl der 'Gilt für' Elemente"
|
||||||
"description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"manageFaviconsHelp": {
|
"manageFaviconsHelp": {
|
||||||
"message": "Stylus nutzt hierzu den externen Dienst https://www.google.com/s2/favicons",
|
"message": "Stylus nutzt hierzu den externen Dienst https://www.google.com/s2/favicons"
|
||||||
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"updateCheckSkippedLocallyEdited": {
|
"updateCheckSkippedLocallyEdited": {
|
||||||
"message": "Dieser Style wurde Local bearbeitet.",
|
"message": "Dieser Style wurde Local bearbeitet."
|
||||||
"description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
|
|
||||||
},
|
},
|
||||||
"optionsResetButton": {
|
"optionsResetButton": {
|
||||||
"message": "Optionen zurücksetzten",
|
"message": "Optionen zurücksetzten"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Code",
|
"message": "Code",
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedContextDelete": {
|
"optionsAdvancedContextDelete": {
|
||||||
"message": "'Löschen' im Editor Context-Menü hinzufügen",
|
"message": "'Löschen' im Editor Context-Menü hinzufügen"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedBoth": {
|
"importReportLegendUpdatedBoth": {
|
||||||
"message": "Aktualisierte Meta Infos und Codes",
|
"message": "Aktualisierte Meta Infos und Codes"
|
||||||
"description": "Text after the number of styles updated entirely in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"cm_smartIndent": {
|
"cm_smartIndent": {
|
||||||
"message": "Intelligenten Einzug verwenden",
|
"message": "Intelligenten Einzug verwenden"
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestButton": {
|
"styleRegexpTestButton": {
|
||||||
"message": "Reguläre Ausdrücke Testen",
|
"message": "Reguläre Ausdrücke Testen"
|
||||||
"description": "RegExp test button label in the editor shown when applies-to list has a regexp value"
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Legen Sie mit den Einstellungen von 'Gilt für' fest, für welche URLs der Code in diesem Bereich gelten soll.",
|
"message": "Legen Sie mit den Einstellungen von 'Gilt für' fest, für welche URLs der Code in diesem Bereich gelten soll."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Style bearbeiten",
|
"message": "Style bearbeiten"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
},
|
||||||
"editDeleteText": {
|
"editDeleteText": {
|
||||||
"message": "Löschen",
|
"message": "Löschen"
|
||||||
"description": "Label for the context menu item in the editor to delete selected text"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlightSelection": {
|
"cm_matchHighlightSelection": {
|
||||||
"message": "Nur die Auswahl",
|
"message": "Nur die Auswahl"
|
||||||
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
|
|
||||||
},
|
},
|
||||||
"appliesUrlOption": {
|
"appliesUrlOption": {
|
||||||
"message": "URL",
|
"message": "URL",
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededSomeEdited": {
|
"updateAllCheckSucceededSomeEdited": {
|
||||||
"message": "Einige Styles wurden nicht Aktualisiert um einen Datenverlust vorzubeugen. Die Aktualisierungen können durch eine manuelle Überprüfung erzwungen werden oder für alle verbliebenen Styles durch das ausführen der erzwungenen Aktualisierung (Lokal Bearbeitungen werden überschrieben).",
|
"message": "Einige Styles wurden nicht Aktualisiert um einen Datenverlust vorzubeugen. Die Aktualisierungen können durch eine manuelle Überprüfung erzwungen werden oder für alle verbliebenen Styles durch das ausführen der erzwungenen Aktualisierung (Lokal Bearbeitungen werden überschrieben)."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "Stylus funktioniert nicht auf Seiten wie diesen.",
|
"message": "Stylus funktioniert nicht auf Seiten wie diesen."
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"manageOnlyUpdates": {
|
"manageOnlyUpdates": {
|
||||||
"message": "Nur mit Aktualisierungen oder Problemen",
|
"message": "Nur mit Aktualisierungen oder Problemen"
|
||||||
"description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Style hinzufügen",
|
"message": "Style hinzufügen"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
},
|
||||||
"importReplaceLabel": {
|
"importReplaceLabel": {
|
||||||
"message": "Style überschreiben",
|
"message": "Style überschreiben"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"dbError": {
|
||||||
"message": "Ein Fehler ist beim Verwenden der Stylus-Datenbank aufgetreten. Wollen Sie eine Webseite mit möglichen Lösungen besuchen?",
|
"message": "Ein Fehler ist beim Verwenden der Stylus-Datenbank aufgetreten. Wollen Sie eine Webseite mit möglichen Lösungen besuchen?"
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
},
|
||||||
"optionsAdvanced": {
|
"optionsAdvanced": {
|
||||||
"message": "Erweitert",
|
"message": "Erweitert"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importAppendTooltip": {
|
"importAppendTooltip": {
|
||||||
"message": "Füge den importierten Style an den aktuellen",
|
"message": "Füge den importierten Style an den aktuellen"
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"editorStylesButton": {
|
"editorStylesButton": {
|
||||||
"message": "Editor Styles finden",
|
"message": "Editor Styles finden"
|
||||||
"description": "Find styles for the editor"
|
|
||||||
},
|
},
|
||||||
"optionsOpen": {
|
"optionsOpen": {
|
||||||
"message": "Öffnen",
|
"message": "Öffnen"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"helpKeyMapHotkey": {
|
"helpKeyMapHotkey": {
|
||||||
"message": "Hotkey drücken",
|
"message": "Hotkey drücken"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestInvalid": {
|
"styleRegexpTestInvalid": {
|
||||||
"message": "Ungültige Reguläre Ausdrücke übersprungen",
|
"message": "Ungültige Reguläre Ausdrücke übersprungen"
|
||||||
"description": "RegExp test report: label for the invalid expressions"
|
|
||||||
},
|
},
|
||||||
"replaceAll": {
|
"replaceAll": {
|
||||||
"message": "Alles ersetzen",
|
"message": "Alles ersetzen"
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
},
|
||||||
"importReportUnchanged": {
|
"importReportUnchanged": {
|
||||||
"message": "Nichts wurde geändert.",
|
"message": "Nichts wurde geändert."
|
||||||
"description": "Message in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"optionsActions": {
|
"optionsActions": {
|
||||||
"message": "Aktionen",
|
"message": "Aktionen"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"editGotoLine": {
|
"editGotoLine": {
|
||||||
"message": "Gehe zu Zeile (oder Zeile:Zeichen)",
|
"message": "Gehe zu Zeile (oder Zeile:Zeichen)"
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"manageOnlyLocalTooltip": {
|
"manageOnlyLocalTooltip": {
|
||||||
"message": "(Diese Styles wurden nicht durch userstyles.org installiert)",
|
"message": "(Diese Styles wurden nicht durch userstyles.org installiert)"
|
||||||
"description": "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Nach Aktualisierungen für alle Styles suchen",
|
"message": "Nach Aktualisierungen für alle Styles suchen"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
},
|
||||||
"openOptionsManage": {
|
"openOptionsManage": {
|
||||||
"message": "Optionen",
|
"message": "Optionen"
|
||||||
"description": "Go to Options UI"
|
|
||||||
},
|
},
|
||||||
"issuesHelp": {
|
"issuesHelp": {
|
||||||
"message": "Die von <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> gefunden Fehler haben die folgenden Einstellungen:",
|
"message": "Die von <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> gefunden Fehler haben die folgenden Einstellungen:"
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"optionsCustomizeBadge": {
|
"optionsCustomizeBadge": {
|
||||||
"message": "Badge auf dem Toolbar-Icon",
|
"message": "Badge auf dem Toolbar-Icon"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendIdentical": {
|
"importReportLegendIdentical": {
|
||||||
"message": "Identische übersprungen",
|
"message": "Identische übersprungen"
|
||||||
"description": "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"optionsPopupWidth": {
|
"optionsPopupWidth": {
|
||||||
"message": "Popup breite (in pixeln)",
|
"message": "Popup breite (in pixeln)"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"confirmNo": {
|
"confirmNo": {
|
||||||
"message": "Nein",
|
"message": "Nein"
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"undo": {
|
"undo": {
|
||||||
"message": "Rückgängig",
|
"message": "Rückgängig"
|
||||||
"description": "Button label"
|
|
||||||
},
|
},
|
||||||
"cm_keyMap": {
|
"cm_keyMap": {
|
||||||
"message": "Tastaturbelegung",
|
"message": "Tastaturbelegung"
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
},
|
||||||
"manageNewUI": {
|
"manageNewUI": {
|
||||||
"message": "Neues Verwaltungs Design-Layout.",
|
"message": "Neues Verwaltungs Design-Layout."
|
||||||
"description": "Label for the checkbox that toggles the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"importReportUndoneTitle": {
|
"importReportUndoneTitle": {
|
||||||
"message": "Importierung wurde rückgängig gemacht.",
|
"message": "Importierung wurde rückgängig gemacht."
|
||||||
"description": "Title of the message box shown after undoing the import of styles"
|
|
||||||
},
|
},
|
||||||
"genericDisabledLabel": {
|
"genericDisabledLabel": {
|
||||||
"message": "Deaktiviert",
|
"message": "Deaktiviert"
|
||||||
"description": "Used in various lists/options to indicate that something is disabled"
|
|
||||||
},
|
},
|
||||||
"cm_indentWithTabs": {
|
"cm_indentWithTabs": {
|
||||||
"message": "Tabs mit intelligentem Einzug verwenden",
|
"message": "Tabs mit intelligentem Einzug verwenden"
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"replaceWith": {
|
"replaceWith": {
|
||||||
"message": "Ersetzen durch",
|
"message": "Ersetzen durch"
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Löschen",
|
"message": "Löschen"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"updateCheckManualUpdateForce": {
|
"updateCheckManualUpdateForce": {
|
||||||
"message": "Aktualisierungen Installieren (Lokale Bearbeitungen werden überschrieben)",
|
"message": "Aktualisierungen Installieren (Lokale Bearbeitungen werden überschrieben)"
|
||||||
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedExposeIframes": {
|
"optionsAdvancedExposeIframes": {
|
||||||
"message": "Ermögliche Iframes via HTML[stylus-iframe]",
|
"message": "Ermögliche Iframes via HTML[stylus-iframe]"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Neuen Style erstellen",
|
"message": "Neuen Style erstellen"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
},
|
||||||
"optionsUpdateIntervalNote": {
|
"optionsUpdateIntervalNote": {
|
||||||
"message": "Zum deaktivieren der automatischen Aktualisierungs-Überprüfung den Wert auf 0 setzten.",
|
"message": "Zum deaktivieren der automatischen Aktualisierungs-Überprüfung den Wert auf 0 setzten."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"backupButtons": {
|
"backupButtons": {
|
||||||
"message": "Datensicherung",
|
"message": "Datensicherung"
|
||||||
"description": "Heading for backup"
|
|
||||||
},
|
},
|
||||||
"manageOnlyEnabled": {
|
"manageOnlyEnabled": {
|
||||||
"message": "Nur aktivierte Styles",
|
"message": "Nur aktivierte Styles"
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Bearbeiten",
|
"message": "Bearbeiten"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
},
|
||||||
"cm_theme": {
|
"cm_theme": {
|
||||||
"message": "Theme",
|
"message": "Theme",
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
},
|
||||||
"backupMessage": {
|
"backupMessage": {
|
||||||
"message": "Wähle eine Datei aus oder ziehe die Datei auf diese Seite. (Drag and Drop)",
|
"message": "Wähle eine Datei aus oder ziehe die Datei auf diese Seite. (Drag and Drop)"
|
||||||
"description": "Message for backup"
|
|
||||||
},
|
},
|
||||||
"importReportUndone": {
|
"importReportUndone": {
|
||||||
"message": "Styles wiederherstellt",
|
"message": "Styles wiederherstellt"
|
||||||
"description": "Text after the number of styles reverted in the message box shown after undoing the import of styles"
|
|
||||||
},
|
},
|
||||||
"helpKeyMapCommand": {
|
"helpKeyMapCommand": {
|
||||||
"message": "Befehlsnamen eingeben",
|
"message": "Befehlsnamen eingeben"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Gestalten Sie das Web mit Stylus, einem Manager für Benutzer-Styles, um. Stylus lässt Sie ganz einfach Themes und Skins für viele beliebte Webseiten installieren.",
|
"message": "Gestalten Sie das Web mit Stylus, einem Manager für Benutzer-Styles, um. Stylus lässt Sie ganz einfach Themes und Skins für viele beliebte Webseiten installieren."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,186 +1,101 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Τα πάντα",
|
"message": "Τα πάντα"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"defaultTheme": {
|
|
||||||
"message": "default",
|
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
|
||||||
"exportLabel": {
|
|
||||||
"message": "Export",
|
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "Μέγεθος καρτέλας",
|
"message": "Μέγεθος καρτέλας"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Ενεργοποίηση",
|
"message": "Ενεργοποίηση"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Εισάγετε ένα όνομα.",
|
"message": "Εισάγετε ένα όνομα."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URL στον τομέα",
|
"message": "URL στον τομέα"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Έλεγχος για ενημερώσεις",
|
"message": "Έλεγχος για ενημερώσεις"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "Όλα τα στυλ είναι ενημερωμένα.",
|
"message": "Όλα τα στυλ είναι ενημερωμένα."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Βοήθεια",
|
"message": "Βοήθεια"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"confirmYes": {
|
|
||||||
"message": "Yes",
|
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Αναζήτηση περισσότερων στυλ για αυτή την ιστοσελίδα",
|
"message": "Αναζήτηση περισσότερων στυλ για αυτή την ιστοσελίδα"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Εγκατεστημένα Στυλ",
|
"message": "Εγκατεστημένα Στυλ"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Ενεργοποιημένη",
|
"message": "Ενεργοποιημένη"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Η μορφή του Mozilla κώδικα μπορεί να χρησιμοποιηθεί με το Stylish για το Firefox και μπορεί να υποβληθεί στο userstyles.org.",
|
"message": "Η μορφή του Mozilla κώδικα μπορεί να χρησιμοποιηθεί με το Stylish για το Firefox και μπορεί να υποβληθεί στο userstyles.org."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Προσθήκη ένος άλλου τμήματος",
|
"message": "Προσθήκη ένος άλλου τμήματος"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Αποθήκευση",
|
"message": "Αποθήκευση"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "αυτή την διεύθυνση URL",
|
"message": "αυτή την διεύθυνση URL"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Προσθήκη",
|
"message": "Προσθήκη"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "Διευθύνσεις URL που ταιριάζουν με την κανονική έκφραση",
|
"message": "Διευθύνσεις URL που ταιριάζουν με την κανονική έκφραση"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "Εγκατάσταση του '$stylename$' στο Stylus;",
|
"message": "Εγκατάσταση του '$stylename$' στο Stylus;",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Απενεργοποίηση",
|
"message": "Απενεργοποίηση"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Εμφάνιση αριθμού των στυλ που δραστηριοποιούνται για την τρέχουσα τοποθεσία στην μπάρα εργαλείων",
|
"message": "Εμφάνιση αριθμού των στυλ που δραστηριοποιούνται για την τρέχουσα τοποθεσία στην μπάρα εργαλείων"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"menuShowBadge": {
|
"menuShowBadge": {
|
||||||
"message": "Εμφάνιση ενεργους καταμέτρησης στυλ",
|
"message": "Εμφάνιση ενεργους καταμέτρησης στυλ"
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "Αναδίπλωση λέξεων",
|
"message": "Αναδίπλωση λέξεων"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Πίσω στη διαχείριση",
|
"message": "Πίσω στη διαχείριση"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Έχετε κάνει αλλαγές σε αυτό το ύφος χωρίς αποθήκευση.",
|
"message": "Έχετε κάνει αλλαγές σε αυτό το ύφος χωρίς αποθήκευση."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Αποτυχία ενημέρωσης: απρόσιτος διακομιστής.",
|
"message": "Αποτυχία ενημέρωσης: απρόσιτος διακομιστής."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "Φίλτρα",
|
"message": "Φίλτρα"
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
},
|
||||||
"applyAllUpdates": {
|
"applyAllUpdates": {
|
||||||
"message": "Εφαρμογή όλων των ενημερώσεων",
|
"message": "Εφαρμογή όλων των ενημερώσεων"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το στυλ;",
|
"message": "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το στυλ;"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "Το Regexp δεν είναι έγκυρο.",
|
"message": "Το Regexp δεν είναι έγκυρο."
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
},
|
||||||
"optionsHeading": {
|
"optionsHeading": {
|
||||||
"message": "Επιλογές",
|
"message": "Επιλογές"
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Ισχύει για: $applies$",
|
"message": "Ισχύει για: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -189,7 +104,6 @@
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "Είστε σίγουροι ότι θέλετε να ενημερώσετε το '$stylename$';",
|
"message": "Είστε σίγουροι ότι θέλετε να ενημερώσετε το '$stylename$';",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -197,12 +111,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Ενότητες",
|
"message": "Ενότητες"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Επεξεργασία του στυλ $stylename$",
|
"message": "Επεξεργασία του στυλ $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +122,40 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Το στυλ είναι ενημερωμένο.",
|
"message": "Το στυλ είναι ενημερωμένο."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "Διευθύνσεις URL που αρχίζουν με",
|
"message": "Διευθύνσεις URL που αρχίζουν με"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "Στυλ λίστας πριν των εντολών στο μενού του κουμπιού γραμμής εργαλείων",
|
"message": "Στυλ λίστας πριν των εντολών στο μενού του κουμπιού γραμμής εργαλείων"
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Ενότητες σας επιτρέπουν να ορίσετε διαφορετικά κομμάτια του κώδικα για να εφαρμόζονται σε διαφορετικά σύνολα των διευθύνσεων URL στο ίδιο στυλ. Για παράδειγμα, ένα ενιαίο ύφος θα μπορούσε να αλλάξει την αρχική σελίδα ενός ιστότοπου με έναν τρόπο, ενώ αλλάζει το υπόλοιπο μιας τοποθεσίας ένας άλλος τρόπος.",
|
"message": "Ενότητες σας επιτρέπουν να ορίσετε διαφορετικά κομμάτια του κώδικα για να εφαρμόζονται σε διαφορετικά σύνολα των διευθύνσεων URL στο ίδιο στυλ. Για παράδειγμα, ένα ενιαίο ύφος θα μπορούσε να αλλάξει την αρχική σελίδα ενός ιστότοπου με έναν τρόπο, ενώ αλλάζει το υπόλοιπο μιας τοποθεσίας ένας άλλος τρόπος."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Δεν υπάρχουν εγκατεστημένα στυλ για αυτή την ιστοσελίδα.",
|
"message": "Δεν υπάρχουν εγκατεστημένα στυλ για αυτή την ιστοσελίδα."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "και πολλά άλλα",
|
"message": "και πολλά άλλα"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Αφαίρεση",
|
"message": "Αφαίρεση"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
},
|
||||||
"manageTitle": {
|
"manageTitle": {
|
||||||
"message": "Κομψή",
|
"message": "Κομψή"
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
},
|
||||||
"writeStyleFor": {
|
"writeStyleFor": {
|
||||||
"message": "Γράψτε νέο στυλ για:",
|
"message": "Γράψτε νέο στυλ για:"
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Ισχύει για",
|
"message": "Ισχύει για"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Διαχείριση εγκατεστημένων στυλ",
|
"message": "Διαχείριση εγκατεστημένων στυλ"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Αποτυχία ενημέρωσης: ο διακομιστής ανταποκρίθηκε με κωδικό $code$.",
|
"message": "Αποτυχία ενημέρωσης: ο διακομιστής ανταποκρίθηκε με κωδικό $code$.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,139 +163,66 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Καθορισμός",
|
"message": "Καθορισμός"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Εγκατάσταση ενημέρωσης",
|
"message": "Εγκατάσταση ενημέρωσης"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "To Stylus δεν λειτουργεί σε σελίδες όπως αυτή.",
|
"message": "To Stylus δεν λειτουργεί σε σελίδες όπως αυτή."
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Αφαίρεση ενότητας",
|
"message": "Αφαίρεση ενότητας"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "Απενεργοποιηση ολων των στυλ",
|
"message": "Απενεργοποιηση ολων των στυλ"
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Η ενημέρωση ολοκληρώθηκε.",
|
"message": "Η ενημέρωση ολοκληρώθηκε."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Έλεγχος...",
|
"message": "Έλεγχος..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Κώδικας",
|
"message": "Κώδικας"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
},
|
||||||
"cm_smartIndent": {
|
"cm_smartIndent": {
|
||||||
"message": "Χρήση έξυπνης εσοχής",
|
"message": "Χρήση έξυπνης εσοχής"
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Χρησιμοποιήστε το \"Ισχύει για\" έλεγχοι ώστε να περιοριστουν ποιες διευθύνσεις τον κώδικα σε αυτό το τμήμα να εφαρμόζονται.",
|
"message": "Χρησιμοποιήστε το \"Ισχύει για\" έλεγχοι ώστε να περιοριστουν ποιες διευθύνσεις τον κώδικα σε αυτό το τμήμα να εφαρμόζονται."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Επεξεργασία Στυλ",
|
"message": "Επεξεργασία Στυλ"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Προσθήκη στυλ",
|
"message": "Προσθήκη στυλ"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"dbError": {
|
||||||
"message": "Παρουσιάστηκε σφάλμα χρησιμοποιώντας την κομψή βάση δεδομένων. Θα θέλατε να επισκεφθείτε μια ιστοσελίδα με πιθανές λύσεις;",
|
"message": "Παρουσιάστηκε σφάλμα χρησιμοποιώντας την κομψή βάση δεδομένων. Θα θέλατε να επισκεφθείτε μια ιστοσελίδα με πιθανές λύσεις;"
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
},
|
||||||
"editGotoLine": {
|
"editGotoLine": {
|
||||||
"message": "Μετάβαση στη γραμμή (ή line:col)",
|
"message": "Μετάβαση στη γραμμή (ή line:col)"
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Έλεγχος όλων των στυλ για ενημερώσεις",
|
"message": "Έλεγχος όλων των στυλ για ενημερώσεις"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
|
||||||
"cm_keyMap": {
|
|
||||||
"message": "Keymap",
|
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
},
|
||||||
"cm_indentWithTabs": {
|
"cm_indentWithTabs": {
|
||||||
"message": "Χρήση καρτελών με έξυπνη εσοχή",
|
"message": "Χρήση καρτελών με έξυπνη εσοχή"
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Διαγραφή",
|
"message": "Διαγραφή"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Γράψτε νέο στυλ",
|
"message": "Γράψτε νέο στυλ"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
},
|
||||||
"manageOnlyEnabled": {
|
"manageOnlyEnabled": {
|
||||||
"message": "Μόνο ενεργοποιημένα στυλ",
|
"message": "Μόνο ενεργοποιημένα στυλ"
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Επεξεργασία",
|
"message": "Επεξεργασία"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
|
||||||
"helpKeyMapCommand": {
|
|
||||||
"message": "Type a command name",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Επαναπροσδιορίση του διαδίκτυου με το Stylus, έναν διαχειριστή στυλ. Το Stylus σας επιτρέπει να εγκαταστήσετε εύκολα themes και skins για πολλές δημοφιλείς ιστοσελίδες.",
|
"message": "Επαναπροσδιορίση του διαδίκτυου με το Stylus, έναν διαχειριστή στυλ. Το Stylus σας επιτρέπει να εγκαταστήσετε εύκολα themes και skins για πολλές δημοφιλείς ιστοσελίδες."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,199 +1,150 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Todos los sitios",
|
"message": "Todos los sitios"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
},
|
||||||
"defaultTheme": {
|
"defaultTheme": {
|
||||||
"message": "predeterminado",
|
"message": "predeterminado"
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestTitle": {
|
"styleRegexpTestTitle": {
|
||||||
"message": "Lista de pestañas coincidentes abiertas (haga clic en la URL para poner el foco en esa pestaña)",
|
"message": "Lista de pestañas coincidentes abiertas (haga clic en la URL para poner el foco en esa pestaña)"
|
||||||
"description": "RegExp test report: title of the report"
|
|
||||||
},
|
},
|
||||||
"bckpInstStyles": {
|
"bckpInstStyles": {
|
||||||
"message": "Exportar estilos",
|
"message": "Exportar estilos"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsUpdateInterval": {
|
"optionsUpdateInterval": {
|
||||||
"message": "Buscar e instalar automáticamente todas las actualizaciones disponibles de estilos de usuario (en horas)",
|
"message": "Buscar e instalar automáticamente todas las actualizaciones disponibles de estilos de usuario (en horas)"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"exportLabel": {
|
"exportLabel": {
|
||||||
"message": "Exportar",
|
"message": "Exportar"
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"message": "Problemas",
|
"message": "Problemas"
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"optionsBadgeNormal": {
|
"optionsBadgeNormal": {
|
||||||
"message": "Color de fondo",
|
"message": "Color de fondo"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"updateCheckHistory": {
|
"updateCheckHistory": {
|
||||||
"message": "Historial de búsqueda de actualizaciones",
|
"message": "Historial de búsqueda de actualizaciones"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "Tamaño de la pestaña",
|
"message": "Tamaño de la pestaña"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Activar",
|
"message": "Activar"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Introduzca un nombre",
|
"message": "Introduzca un nombre"
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"genericHistoryLabel": {
|
"genericHistoryLabel": {
|
||||||
"message": "Historial",
|
"message": "Historial"
|
||||||
"description": "Used in various places to show a history log of something"
|
|
||||||
},
|
},
|
||||||
"shortcutsNote": {
|
"shortcutsNote": {
|
||||||
"message": "Defina atajos de teclado",
|
"message": "Defina atajos de teclado"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URLs en el dominio",
|
"message": "URLs en el dominio"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Buscar actualización",
|
"message": "Buscar actualización"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
},
|
||||||
"styleNotAppliedRegexpProblemTooltip": {
|
"styleNotAppliedRegexpProblemTooltip": {
|
||||||
"message": "El estilo no se aplicó debido a su uso incorrecto de 'regexp()'",
|
"message": "El estilo no se aplicó debido a su uso incorrecto de 'regexp()'"
|
||||||
"description": "Tooltip in the popup for styles that were not applied at all"
|
|
||||||
},
|
},
|
||||||
"styleRegexpInvalidExplanation": {
|
"styleRegexpInvalidExplanation": {
|
||||||
"message": "Algunas reglas «regexp()» que no se pudieron compilar en absoluto.",
|
"message": "Algunas reglas «regexp()» que no se pudieron compilar en absoluto."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importAppendLabel": {
|
"importAppendLabel": {
|
||||||
"message": "Agregar al estilo",
|
"message": "Agregar al estilo"
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"optionsOpenManager": {
|
"optionsOpenManager": {
|
||||||
"message": "Administrar estilos",
|
"message": "Administrar estilos"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "No se encontraron actualizaciones.",
|
"message": "No se encontraron actualizaciones."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
},
|
||||||
"importReportLegendAdded": {
|
"importReportLegendAdded": {
|
||||||
"message": "añadidos",
|
"message": "añadidos"
|
||||||
"description": "Text after the number of styles added in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleFromMozillaFormatPrompt": {
|
"styleFromMozillaFormatPrompt": {
|
||||||
"message": "Pegue el código de formato Mozilla",
|
"message": "Pegue el código de formato Mozilla"
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"dragDropMessage": {
|
"dragDropMessage": {
|
||||||
"message": "Suelte su fichero de copia de seguridad en cualquier lugar de esta página para importarlo.",
|
"message": "Suelte su fichero de copia de seguridad en cualquier lugar de esta página para importarlo."
|
||||||
"description": "Drag'n'drop message"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Ayuda",
|
"message": "Ayuda"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
},
|
||||||
"confirmOK": {
|
"confirmOK": {
|
||||||
"message": "Aceptar",
|
"message": "Aceptar"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"message": "Buscar",
|
"message": "Buscar"
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"manageFaviconsGray": {
|
"manageFaviconsGray": {
|
||||||
"message": "Atenuado",
|
"message": "Atenuado"
|
||||||
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"confirmYes": {
|
"confirmYes": {
|
||||||
"message": "Sí",
|
"message": "Sí"
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Encontrar más estilos para este sitio",
|
"message": "Encontrar más estilos para este sitio"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Estilos instalados",
|
"message": "Estilos instalados"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
},
|
||||||
"styleBeautify": {
|
"styleBeautify": {
|
||||||
"message": "Embellecer",
|
"message": "Embellecer"
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleRegexpProblemTooltip": {
|
"styleRegexpProblemTooltip": {
|
||||||
"message": "Número de secciones no aplicadas debido a un uso incorrecto de 'regexp()'",
|
"message": "Número de secciones no aplicadas debido a un uso incorrecto de 'regexp()'"
|
||||||
"description": "Tooltip in the popup for styles that were applied only partially"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Activado",
|
"message": "Activado"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "El formato Mozilla del código se puede enviar a userstyles.org y usarse con el Stylish para Firefox clásico.",
|
"message": "El formato Mozilla del código se puede enviar a userstyles.org y usarse con el Stylish para Firefox clásico."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Añadir otra sección",
|
"message": "Añadir otra sección"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestPartial": {
|
"styleRegexpTestPartial": {
|
||||||
"message": "No completamente coincidentes, por tanto omitidos",
|
"message": "No completamente coincidentes, por tanto omitidos"
|
||||||
"description": "RegExp test report: label for the partially matching expressions"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Guardar",
|
"message": "Guardar"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
},
|
||||||
"confirmDelete": {
|
"confirmDelete": {
|
||||||
"message": "Borrar",
|
"message": "Borrar"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"confirmCancel": {
|
"confirmCancel": {
|
||||||
"message": "Cancelar",
|
"message": "Cancelar"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"retrieveBckp": {
|
"retrieveBckp": {
|
||||||
"message": "Importar estilos",
|
"message": "Importar estilos"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"confirmStop": {
|
"confirmStop": {
|
||||||
"message": "Detener",
|
"message": "Detener"
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "este URL",
|
"message": "este URL"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"optionsSubheading": {
|
"optionsSubheading": {
|
||||||
"message": "Más opciones",
|
"message": "Más opciones"
|
||||||
"description": "Subheading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Añadir",
|
"message": "Añadir"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "URLs coincidentes con la regexp",
|
"message": "URLs coincidentes con la regexp"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedExposeIframesNote": {
|
"optionsAdvancedExposeIframesNote": {
|
||||||
"message": "Activa la escritura de CSS específico-para-iframe como «html[stylus-iframe] h1 { display:none }»",
|
"message": "Activa la escritura de CSS específico-para-iframe como «html[stylus-iframe] h1 { display:none }»"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedCode": {
|
"importReportLegendUpdatedCode": {
|
||||||
"message": "código actualizado",
|
"message": "código actualizado"
|
||||||
"description": "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "¿Quiere instalar «$stylename$» en Stylus?",
|
"message": "¿Quiere instalar «$stylename$» en Stylus?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -201,112 +152,85 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"optionsBadgeDisabled": {
|
"optionsBadgeDisabled": {
|
||||||
"message": "Color de fondo cuando está desactivado",
|
"message": "Color de fondo cuando está desactivado"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsCheck": {
|
"optionsCheck": {
|
||||||
"message": "Actualizar estilos",
|
"message": "Actualizar estilos"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"manageText": {
|
"manageText": {
|
||||||
"message": "<a href='https://userstyles.org'>Obtener estilos en userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Obtener ayuda</a>",
|
"message": "<a href='https://userstyles.org'>Obtener estilos en userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Obtener ayuda</a>"
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
},
|
||||||
"manageOnlyLocal": {
|
"manageOnlyLocal": {
|
||||||
"message": "Sólo estilos creados localmente",
|
"message": "Sólo estilos creados localmente"
|
||||||
"description": "Checkbox to show only locally created styles i.e. non-updatable"
|
|
||||||
},
|
},
|
||||||
"searchStyles": {
|
"searchStyles": {
|
||||||
"message": "Buscar contenidos",
|
"message": "Buscar contenidos"
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
},
|
||||||
"optionsUpdateImportNote": {
|
"optionsUpdateImportNote": {
|
||||||
"message": "Al importar copias de seguridad de estilos desde una versión antigua o desde Stylish, realice una única búsqueda manual de actualizaciones en el administrador de estilos para asegurarse de que todos los estilos están actualizados.",
|
"message": "Al importar copias de seguridad de estilos desde una versión antigua o desde Stylish, realice una única búsqueda manual de actualizaciones en el administrador de estilos para asegurarse de que todos los estilos están actualizados."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"checkAllUpdatesForce": {
|
"checkAllUpdatesForce": {
|
||||||
"message": "Comprobar de nuevo, ¡no he editado ningún estilo!",
|
"message": "Comprobar de nuevo, ¡no he editado ningún estilo!"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"unreachableFileHint": {
|
"unreachableFileHint": {
|
||||||
"message": "Stylus puede acceder a URL file:// solo si activa la casilla correspondiente para la extensión Stylus en la página chrome://extensions.",
|
"message": "Stylus puede acceder a URL file:// solo si activa la casilla correspondiente para la extensión Stylus en la página chrome://extensions."
|
||||||
"description": "Note in the toolbar popup for file:// URLs"
|
|
||||||
},
|
},
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Desactivar",
|
"message": "Desactivar"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Número de estilos activos en el sitio actual",
|
"message": "Número de estilos activos en el sitio actual"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"manageFavicons": {
|
"manageFavicons": {
|
||||||
"message": "Favicons en la columna se-aplica-a",
|
"message": "Favicons en la columna se-aplica-a"
|
||||||
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"menuShowBadge": {
|
"menuShowBadge": {
|
||||||
"message": "Mostrar número de estilos activos",
|
"message": "Mostrar número de estilos activos"
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "Ajuste de línea",
|
"message": "Ajuste de línea"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Volver al administrador",
|
"message": "Volver al administrador"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Ha realizado cambios en este estilo sin guardarlos.",
|
"message": "Ha realizado cambios en este estilo sin guardarlos."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
},
|
||||||
"importLabel": {
|
"importLabel": {
|
||||||
"message": "Importar",
|
"message": "Importar"
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"shortcuts": {
|
"shortcuts": {
|
||||||
"message": "Atajos",
|
"message": "Atajos"
|
||||||
"description": "Go to shortcut configuration"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Error de actualización: no se pudo contactar con el servidor.",
|
"message": "Error de actualización: no se pudo contactar con el servidor."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "Filtros",
|
"message": "Filtros"
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
},
|
||||||
"applyAllUpdates": {
|
"applyAllUpdates": {
|
||||||
"message": "Aplicar todas las actualizaciones",
|
"message": "Aplicar todas las actualizaciones"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"optionsReset": {
|
"optionsReset": {
|
||||||
"message": "Restablecer las opciones a sus valores predeterminados.",
|
"message": "Restablecer las opciones a sus valores predeterminados."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsCustomizeUpdate": {
|
"optionsCustomizeUpdate": {
|
||||||
"message": "Actualizaciones",
|
"message": "Actualizaciones"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "¿Confirma que quiere eliminar este estilo?",
|
"message": "¿Confirma que quiere eliminar este estilo?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
},
|
||||||
"optionsCustomizePopup": {
|
"optionsCustomizePopup": {
|
||||||
"message": "Cuadro emergente",
|
"message": "Cuadro emergente"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "La expresión regular proporcionada no es válida.",
|
"message": "La expresión regular proporcionada no es válida."
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
},
|
||||||
"optionsHeading": {
|
"optionsHeading": {
|
||||||
"message": "Opciones",
|
"message": "Opciones"
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Se aplica a: $applies$",
|
"message": "Se aplica a: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -314,12 +238,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"openStylesManager": {
|
"openStylesManager": {
|
||||||
"message": "Abrir administrador de estilos",
|
"message": "Abrir administrador de estilos"
|
||||||
"description": "Label for the style maanger opener in the browser action context menu."
|
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "¿Confirma que quiere actualizar «$stylename$»?",
|
"message": "¿Confirma que quiere actualizar «$stylename$»?",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -327,16 +249,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Secciones",
|
"message": "Secciones"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"importReportLegendInvalid": {
|
"importReportLegendInvalid": {
|
||||||
"message": "no válidos omitidos",
|
"message": "no válidos omitidos"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Editar estilo $stylename$",
|
"message": "Editar estilo $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -344,96 +263,70 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "El estilo está actualizado.",
|
"message": "El estilo está actualizado."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "URLs que empiezan con",
|
"message": "URLs que empiezan con"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlightToken": {
|
"cm_matchHighlightToken": {
|
||||||
"message": "Resaltado de palabra señalada",
|
"message": "Resaltado de palabra señalada"
|
||||||
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of of the word/token under cursor even if nothing is selected"
|
|
||||||
},
|
},
|
||||||
"searchRegexp": {
|
"searchRegexp": {
|
||||||
"message": "Use la sintaxis /re/ para búsquedas con expresiones regulares",
|
"message": "Use la sintaxis /re/ para búsquedas con expresiones regulares"
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"updateCheckManualUpdateHint": {
|
"updateCheckManualUpdateHint": {
|
||||||
"message": "Forzar una actualización sobrescribirá cualquier edición local.",
|
"message": "Forzar una actualización sobrescribirá cualquier edición local."
|
||||||
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
|
|
||||||
},
|
},
|
||||||
"toggleStyle": {
|
"toggleStyle": {
|
||||||
"message": "Conmutar estilo",
|
"message": "Conmutar estilo"
|
||||||
"description": "Label for the checkbox to enable/disable a style"
|
|
||||||
},
|
},
|
||||||
"importReplaceTooltip": {
|
"importReplaceTooltip": {
|
||||||
"message": "Descarta contenidos del estilo actual y los sobrescribe con el estilo importado",
|
"message": "Descarta contenidos del estilo actual y los sobrescribe con el estilo importado"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "Estilos antes que las órdenes",
|
"message": "Estilos antes que las órdenes"
|
||||||
"description": "Label for the checkbox controlling section order in the popup."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Las secciones le permiten definir distintos fragmentos de código en el mismo estilo para aplicarlos a diferentes conjuntos de URLs. Por ejemplo, un único estilo puede cambiar la página de inicio de un sitio de una forma y modificar el resto del sitio de otra.",
|
"message": "Las secciones le permiten definir distintos fragmentos de código en el mismo estilo para aplicarlos a diferentes conjuntos de URLs. Por ejemplo, un único estilo puede cambiar la página de inicio de un sitio de una forma y modificar el resto del sitio de otra."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "No hay estilos instalados para este sitio.",
|
"message": "No hay estilos instalados para este sitio."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "y más sitios",
|
"message": "y más sitios"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Eliminar",
|
"message": "Eliminar"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"updatesCurrentlyInstalled": {
|
"updatesCurrentlyInstalled": {
|
||||||
"message": "Actualizaciones instaladas:",
|
"message": "Actualizaciones instaladas:"
|
||||||
"description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatTitle": {
|
"styleToMozillaFormatTitle": {
|
||||||
"message": "Estilo en formato Mozilla",
|
"message": "Estilo en formato Mozilla"
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
},
|
||||||
"writeStyleFor": {
|
"writeStyleFor": {
|
||||||
"message": "Escribir estilo para:",
|
"message": "Escribir estilo para:"
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"message": "Reemplazar",
|
"message": "Reemplazar"
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestNone": {
|
"styleRegexpTestNone": {
|
||||||
"message": "No hay pestañas coincidentes",
|
"message": "No hay pestañas coincidentes"
|
||||||
"description": "RegExp test report: label for expressions that didn't match any tabs"
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedMeta": {
|
"importReportLegendUpdatedMeta": {
|
||||||
"message": "actualizaron la meta información",
|
"message": "actualizaron la meta información"
|
||||||
"description": "Text after the number of styles with updated meta info like name/url in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Se aplica a",
|
"message": "Se aplica a"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openOptionsPopup": {
|
"openOptionsPopup": {
|
||||||
"message": "Opciones",
|
"message": "Opciones"
|
||||||
"description": "Go to Options UI"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Administrar",
|
"message": "Administrar"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Error de actualización: el servidor ha respondido con el código $code$.",
|
"message": "Error de actualización: el servidor ha respondido con el código $code$.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -441,303 +334,222 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Especificar",
|
"message": "Especificar"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Instalar actualización",
|
"message": "Instalar actualización"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
},
|
||||||
"optionsCheckUpdate": {
|
"optionsCheckUpdate": {
|
||||||
"message": "Buscar e instalar todas las actualizaciones disponibles",
|
"message": "Buscar e instalar todas las actualizaciones disponibles"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportTitle": {
|
"importReportTitle": {
|
||||||
"message": "Se completó la importación de estilos",
|
"message": "Se completó la importación de estilos"
|
||||||
"description": "Title of the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleMozillaFormatHeading": {
|
"styleMozillaFormatHeading": {
|
||||||
"message": "Formato Mozilla",
|
"message": "Formato Mozilla"
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlight": {
|
"cm_matchHighlight": {
|
||||||
"message": "Resaltar",
|
"message": "Resaltar"
|
||||||
"description": "Label for the drop-down list controlling the automatic highlighting of current word/selection occurrences in the style editor."
|
|
||||||
},
|
},
|
||||||
"styleRegexpPartialExplanation": {
|
"styleRegexpPartialExplanation": {
|
||||||
"message": "Este estilo utiliza expresiones regulares (regexps) parcialmente coincidentes violando así la <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>especificación @document de CSS4</a> que requiere una coincidencia completa de URL. Las secciones CSS afectadas no se aplicaron a la página. Probablemente este estilo fue creado con Stylish-para-Chrome, que evalúa de modo incorrecto las reglas 'regexp()' desde la primera versión (un fallo conocido).",
|
"message": "Este estilo utiliza expresiones regulares (regexps) parcialmente coincidentes violando así la <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>especificación @document de CSS4</a> que requiere una coincidencia completa de URL. Las secciones CSS afectadas no se aplicaron a la página. Probablemente este estilo fue creado con Stylish-para-Chrome, que evalúa de modo incorrecto las reglas 'regexp()' desde la primera versión (un fallo conocido)."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"styleBeautifyIndentConditional": {
|
"styleBeautifyIndentConditional": {
|
||||||
"message": "Sangrar @media, @supports",
|
"message": "Sangrar @media, @supports"
|
||||||
"description": "CSS-beautifier option"
|
|
||||||
},
|
},
|
||||||
"unreachableContentScript": {
|
"unreachableContentScript": {
|
||||||
"message": "No se pudo comunicar con la página. Pruebe a recargar la pestaña.",
|
"message": "No se pudo comunicar con la página. Pruebe a recargar la pestaña."
|
||||||
"description": "Note in the toolbar popup usually on file:// URLs after [re]loading Stylus"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Eliminar sección",
|
"message": "Eliminar sección"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "Desactivar todos los estilos",
|
"message": "Desactivar todos los estilos"
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCheckSkippedMaybeLocallyEdited": {
|
"updateCheckSkippedMaybeLocallyEdited": {
|
||||||
"message": "Este estilo podría haberse editado localmente.",
|
"message": "Este estilo podría haberse editado localmente."
|
||||||
"description": "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
|
|
||||||
},
|
},
|
||||||
"undoGlobal": {
|
"undoGlobal": {
|
||||||
"message": "Deshacer en todas las secciones",
|
"message": "Deshacer en todas las secciones"
|
||||||
"description": "CSS-beautify global Undo button label"
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Actualización completada.",
|
"message": "Actualización completada."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Buscando...",
|
"message": "Buscando..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestFull": {
|
"styleRegexpTestFull": {
|
||||||
"message": "Pestañas coincidentes",
|
"message": "Pestañas coincidentes"
|
||||||
"description": "RegExp test report: label for the fully matching expressions"
|
|
||||||
},
|
},
|
||||||
"manageMaxTargets": {
|
"manageMaxTargets": {
|
||||||
"message": "Número de elementos se-aplica-a",
|
"message": "Número de elementos se-aplica-a"
|
||||||
"description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"manageFaviconsHelp": {
|
"manageFaviconsHelp": {
|
||||||
"message": "Stylus usa un servicio externo https://www.google.com/s2/favicons",
|
"message": "Stylus usa un servicio externo https://www.google.com/s2/favicons"
|
||||||
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"updateCheckSkippedLocallyEdited": {
|
"updateCheckSkippedLocallyEdited": {
|
||||||
"message": "Este estilo se editó localmente",
|
"message": "Este estilo se editó localmente"
|
||||||
"description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
|
|
||||||
},
|
},
|
||||||
"optionsResetButton": {
|
"optionsResetButton": {
|
||||||
"message": "Restablecer opciones",
|
"message": "Restablecer opciones"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Código",
|
"message": "Código"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedContextDelete": {
|
"optionsAdvancedContextDelete": {
|
||||||
"message": "Añadir 'Eliminar' al menú contextual del editor",
|
"message": "Añadir 'Eliminar' al menú contextual del editor"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedBoth": {
|
"importReportLegendUpdatedBoth": {
|
||||||
"message": "actualizarón tanto meta información como código",
|
"message": "actualizarón tanto meta información como código"
|
||||||
"description": "Text after the number of styles updated entirely in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"cm_smartIndent": {
|
"cm_smartIndent": {
|
||||||
"message": "Usar sangría inteligente",
|
"message": "Usar sangría inteligente"
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestButton": {
|
"styleRegexpTestButton": {
|
||||||
"message": "Prueba de regexp",
|
"message": "Prueba de regexp"
|
||||||
"description": "RegExp test button label in the editor shown when applies-to list has a regexp value"
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Utilice los controles 'Se aplica a' para limitar a qué URLs se aplica el código de esta sección.",
|
"message": "Utilice los controles 'Se aplica a' para limitar a qué URLs se aplica el código de esta sección."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Editar estilo",
|
"message": "Editar estilo"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
},
|
||||||
"editDeleteText": {
|
"editDeleteText": {
|
||||||
"message": "Eliminar",
|
"message": "Eliminar"
|
||||||
"description": "Label for the context menu item in the editor to delete selected text"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURLdetails": {
|
"stylusUnavailableForURLdetails": {
|
||||||
"message": "Como medida de precaución, el navegador prohíbe que las extensiones afecten a sus páginas internas (como chrome://version o about:addons) además de las páginas internas de otras extensiones. Cada navegador además restringe el acceso a su propia galería de extensiones (como Chrome Web Store o AMO).",
|
"message": "Como medida de precaución, el navegador prohíbe que las extensiones afecten a sus páginas internas (como chrome://version o about:addons) además de las páginas internas de otras extensiones. Cada navegador además restringe el acceso a su propia galería de extensiones (como Chrome Web Store o AMO)."
|
||||||
"description": "Sub-note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlightSelection": {
|
"cm_matchHighlightSelection": {
|
||||||
"message": "Sólo selección",
|
"message": "Sólo selección"
|
||||||
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededSomeEdited": {
|
"updateAllCheckSucceededSomeEdited": {
|
||||||
"message": "No se buscaron actualizaciones de algunos estilos actualizables para evitar la pérdida de posibles ediciones locales. Se puede forzar la búsqueda de actualizaciones mediante comprobación individual, o ejecutando otra búsqueda para todos los estilos (las ediciones locales se sobrescribirán).",
|
"message": "No se buscaron actualizaciones de algunos estilos actualizables para evitar la pérdida de posibles ediciones locales. Se puede forzar la búsqueda de actualizaciones mediante comprobación individual, o ejecutando otra búsqueda para todos los estilos (las ediciones locales se sobrescribirán)."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "Stylus no funciona en páginas como esta.",
|
"message": "Stylus no funciona en páginas como esta."
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"manageOnlyUpdates": {
|
"manageOnlyUpdates": {
|
||||||
"message": "Sólo con actualizaciones o problemas",
|
"message": "Sólo con actualizaciones o problemas"
|
||||||
"description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Añadir estilo",
|
"message": "Añadir estilo"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
},
|
||||||
"importReplaceLabel": {
|
"importReplaceLabel": {
|
||||||
"message": "Sobrescribir estilo",
|
"message": "Sobrescribir estilo"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"dbError": {
|
||||||
"message": "Ocurrió un error con la base de datos de Stylus. ¿Desea visitar una página web con posibles soluciones?",
|
"message": "Ocurrió un error con la base de datos de Stylus. ¿Desea visitar una página web con posibles soluciones?"
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
},
|
||||||
"optionsAdvanced": {
|
"optionsAdvanced": {
|
||||||
"message": "Avanzadas",
|
"message": "Avanzadas"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importAppendTooltip": {
|
"importAppendTooltip": {
|
||||||
"message": "Agrega el estilo importado al estilo actual",
|
"message": "Agrega el estilo importado al estilo actual"
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"editorStylesButton": {
|
"editorStylesButton": {
|
||||||
"message": "Buscar estilos del editor",
|
"message": "Buscar estilos del editor"
|
||||||
"description": "Find styles for the editor"
|
|
||||||
},
|
},
|
||||||
"optionsOpen": {
|
"optionsOpen": {
|
||||||
"message": "Abrir",
|
"message": "Abrir"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"helpKeyMapHotkey": {
|
"helpKeyMapHotkey": {
|
||||||
"message": "Pulse un atajo",
|
"message": "Pulse un atajo"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestInvalid": {
|
"styleRegexpTestInvalid": {
|
||||||
"message": "Expresiones regulares no válidas omitidas",
|
"message": "Expresiones regulares no válidas omitidas"
|
||||||
"description": "RegExp test report: label for the invalid expressions"
|
|
||||||
},
|
},
|
||||||
"replaceAll": {
|
"replaceAll": {
|
||||||
"message": "Reemplazar todo",
|
"message": "Reemplazar todo"
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
},
|
||||||
"importReportUnchanged": {
|
"importReportUnchanged": {
|
||||||
"message": "No se cambió nada.",
|
"message": "No se cambió nada."
|
||||||
"description": "Message in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"optionsActions": {
|
"optionsActions": {
|
||||||
"message": "Acciones",
|
"message": "Acciones"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"editGotoLine": {
|
"editGotoLine": {
|
||||||
"message": "Ir a la línea (o a línea:col)",
|
"message": "Ir a la línea (o a línea:col)"
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"manageOnlyLocalTooltip": {
|
"manageOnlyLocalTooltip": {
|
||||||
"message": "(los estilos no instalados mediante una página de userstyles.org)",
|
"message": "(los estilos no instalados mediante una página de userstyles.org)"
|
||||||
"description": "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Buscar actualizaciones para todos los estilos",
|
"message": "Buscar actualizaciones para todos los estilos"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
},
|
||||||
"openOptionsManage": {
|
"openOptionsManage": {
|
||||||
"message": "Interfaz de opciones",
|
"message": "Interfaz de opciones"
|
||||||
"description": "Go to Options UI"
|
|
||||||
},
|
},
|
||||||
"issuesHelp": {
|
"issuesHelp": {
|
||||||
"message": "Problemas encontrados por <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> con estas reglas aplicadas:",
|
"message": "Problemas encontrados por <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> con estas reglas aplicadas:"
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"optionsCustomizeBadge": {
|
"optionsCustomizeBadge": {
|
||||||
"message": "Distintivo en el icono de barra de herramientas",
|
"message": "Distintivo en el icono de barra de herramientas"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendIdentical": {
|
"importReportLegendIdentical": {
|
||||||
"message": "idénticos omitidos",
|
"message": "idénticos omitidos"
|
||||||
"description": "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"optionsPopupWidth": {
|
"optionsPopupWidth": {
|
||||||
"message": "Anchura del diálogo emergente (en píxeles)",
|
"message": "Anchura del diálogo emergente (en píxeles)"
|
||||||
"description": ""
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"undo": {
|
"undo": {
|
||||||
"message": "Deshacer",
|
"message": "Deshacer"
|
||||||
"description": "Button label"
|
|
||||||
},
|
},
|
||||||
"cm_keyMap": {
|
"cm_keyMap": {
|
||||||
"message": "Mapa de teclado",
|
"message": "Mapa de teclado"
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
},
|
||||||
"manageNewUI": {
|
"manageNewUI": {
|
||||||
"message": "Nuevo diseño de interfaz de gestión",
|
"message": "Nuevo diseño de interfaz de gestión"
|
||||||
"description": "Label for the checkbox that toggles the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"importReportUndoneTitle": {
|
"importReportUndoneTitle": {
|
||||||
"message": "La importación ha sido revertida",
|
"message": "La importación ha sido revertida"
|
||||||
"description": "Title of the message box shown after undoing the import of styles"
|
|
||||||
},
|
},
|
||||||
"genericDisabledLabel": {
|
"genericDisabledLabel": {
|
||||||
"message": "Desactivado",
|
"message": "Desactivado"
|
||||||
"description": "Used in various lists/options to indicate that something is disabled"
|
|
||||||
},
|
},
|
||||||
"cm_indentWithTabs": {
|
"cm_indentWithTabs": {
|
||||||
"message": "Usar pestañas con sangría inteligente",
|
"message": "Usar pestañas con sangría inteligente"
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"replaceWith": {
|
"replaceWith": {
|
||||||
"message": "Reemplazar con",
|
"message": "Reemplazar con"
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Eliminar",
|
"message": "Eliminar"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"updateCheckManualUpdateForce": {
|
"updateCheckManualUpdateForce": {
|
||||||
"message": "Instalar actualización (se sobrescribirán las ediciones locales)",
|
"message": "Instalar actualización (se sobrescribirán las ediciones locales)"
|
||||||
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedExposeIframes": {
|
"optionsAdvancedExposeIframes": {
|
||||||
"message": "Exponer marcos integrados (iframes) vía HTML[stylus-iframe]",
|
"message": "Exponer marcos integrados (iframes) vía HTML[stylus-iframe]"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Escribir un nuevo estilo",
|
"message": "Escribir un nuevo estilo"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
},
|
||||||
"optionsUpdateIntervalNote": {
|
"optionsUpdateIntervalNote": {
|
||||||
"message": "Para desactivar las búsquedas automáticas de actualizaciones, establezca el intervalo a 0",
|
"message": "Para desactivar las búsquedas automáticas de actualizaciones, establezca el intervalo a 0"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"backupButtons": {
|
"backupButtons": {
|
||||||
"message": "Copia de seguridad",
|
"message": "Copia de seguridad"
|
||||||
"description": "Heading for backup"
|
|
||||||
},
|
},
|
||||||
"manageOnlyEnabled": {
|
"manageOnlyEnabled": {
|
||||||
"message": "Sólo estilos activos",
|
"message": "Sólo estilos activos"
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Editar",
|
"message": "Editar"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
},
|
||||||
"cm_theme": {
|
"cm_theme": {
|
||||||
"message": "Temas",
|
"message": "Temas"
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
},
|
||||||
"backupMessage": {
|
"backupMessage": {
|
||||||
"message": "Seleccione un fichero o arrástrelo y suéltelo en esta página.",
|
"message": "Seleccione un fichero o arrástrelo y suéltelo en esta página."
|
||||||
"description": "Message for backup"
|
|
||||||
},
|
},
|
||||||
"importReportUndone": {
|
"importReportUndone": {
|
||||||
"message": "estilos fueron revertidos",
|
"message": "estilos fueron revertidos"
|
||||||
"description": "Text after the number of styles reverted in the message box shown after undoing the import of styles"
|
|
||||||
},
|
},
|
||||||
"helpKeyMapCommand": {
|
"helpKeyMapCommand": {
|
||||||
"message": "Nombre del comando",
|
"message": "Nombre del comando"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Rediseñe la web con Stylus, un administrador de estilos de usuario. Stylus le permite instalar fácilmente temas y coberturas para muchos sitios populares.",
|
"message": "Rediseñe la web con Stylus, un administrador de estilos de usuario. Stylus le permite instalar fácilmente temas y coberturas para muchos sitios populares."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,208 +1,91 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Kaikki",
|
"message": "Kaikki"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"defaultTheme": {
|
|
||||||
"message": "default",
|
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
|
||||||
"exportLabel": {
|
|
||||||
"message": "Export",
|
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"cm_tabSize": {
|
|
||||||
"message": "Tab size",
|
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Aktivoi",
|
"message": "Aktivoi"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Syötä nimi.",
|
"message": "Syötä nimi."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URL ositteita domainilla",
|
"message": "URL ositteita domainilla"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Hae päivityksiä",
|
"message": "Hae päivityksiä"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "All styles are up to date.",
|
"message": "All styles are up to date."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Apu",
|
"message": "Apu"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"confirmYes": {
|
|
||||||
"message": "Yes",
|
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Hae lisää tyylejä tälle sivustolle",
|
"message": "Hae lisää tyylejä tälle sivustolle"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Asennetut Tyylit",
|
"message": "Asennetut Tyylit"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Aktivoitu",
|
"message": "Aktivoitu"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Mozilla formaattia koodista voidaan käyttää Stylish Firefoxille ohjelmassa ja voidaan lähettää userstyles.orgiin.",
|
"message": "Mozilla formaattia koodista voidaan käyttää Stylish Firefoxille ohjelmassa ja voidaan lähettää userstyles.orgiin."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Lisää uusi osio",
|
"message": "Lisää uusi osio"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Tallenna",
|
"message": "Tallenna"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"writeStyleForURL": {
|
|
||||||
"message": "this URL",
|
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Lisää",
|
"message": "Lisää"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "URL ositteet jotka vastaavat regexpiä",
|
"message": "URL ositteet jotka vastaavat regexpiä"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "Asennetaanko '$stylename$' Stylusiin?",
|
"message": "Asennetaanko '$stylename$' Stylusiin?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Poista Käytöstä",
|
"message": "Poista Käytöstä"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Show number of styles active for the current site on the toolbar button",
|
"message": "Show number of styles active for the current site on the toolbar button"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"menuShowBadge": {
|
|
||||||
"message": "Show active style count",
|
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"cm_lineWrapping": {
|
|
||||||
"message": "Word wrap",
|
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Takaisin hallintapaneeliin",
|
"message": "Takaisin hallintapaneeliin"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Olet tehnyt muutoksia tähän tyyliin tallentamatta.",
|
"message": "Olet tehnyt muutoksia tähän tyyliin tallentamatta."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Päivitys epäonnistui: ei voitu yhdistää palvelimeen.",
|
"message": "Päivitys epäonnistui: ei voitu yhdistää palvelimeen."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"manageFilters": {
|
|
||||||
"message": "Filters",
|
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
|
||||||
"applyAllUpdates": {
|
|
||||||
"message": "Apply all updates",
|
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Oletko varma että haluat poistaa tämän tyylin?",
|
"message": "Oletko varma että haluat poistaa tämän tyylin?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "Regexp ei kelpaa.",
|
"message": "Regexp ei kelpaa."
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"optionsHeading": {
|
|
||||||
"message": "Options",
|
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Kooskee: $applies$",
|
"message": "Kooskee: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
|
||||||
"message": "Are you sure you want to update '$stylename$'?",
|
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
|
||||||
"stylename": {
|
|
||||||
"content": "$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Osiot",
|
"message": "Osiot"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Muokkaa Tyyliä $stylename$",
|
"message": "Muokkaa Tyyliä $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +93,37 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Tyyli on ajan tasalla.",
|
"message": "Tyyli on ajan tasalla."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "URL osoitteet jotka alkavat",
|
"message": "URL osoitteet jotka alkavat"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "List styles before commands in the toolbar button menu",
|
"message": "List styles before commands in the toolbar button menu"
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Osiot antavat sinun tarkentaa koodin eri osia niin että ne koskevat eri URL osoitteita samassa tyylissä. Esimerkiksi, yksi tyyli voi muokata kotisivua yhdellä tavalla kun se muokkaa koko muuta sivustoa toisella tavalla.",
|
"message": "Osiot antavat sinun tarkentaa koodin eri osia niin että ne koskevat eri URL osoitteita samassa tyylissä. Esimerkiksi, yksi tyyli voi muokata kotisivua yhdellä tavalla kun se muokkaa koko muuta sivustoa toisella tavalla."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Ei asennettuja tyylejä tällä sivustolla.",
|
"message": "Ei asennettuja tyylejä tällä sivustolla."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "ja lisää",
|
"message": "ja lisää"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Poista",
|
"message": "Poista"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
},
|
||||||
"manageTitle": {
|
"manageTitle": {
|
||||||
"message": "Tyylikäs",
|
"message": "Tyylikäs"
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
|
||||||
"writeStyleFor": {
|
|
||||||
"message": "Write style for: ",
|
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Koskee",
|
"message": "Koskee"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Hallitse asennettuja tyylejä",
|
"message": "Hallitse asennettuja tyylejä"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Päivitys epäonnistui: palvelin vastasi koodilla $code$.",
|
"message": "Päivitys epäonnistui: palvelin vastasi koodilla $code$.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,135 +131,45 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Tarkenna",
|
"message": "Tarkenna"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Asenna päivitys",
|
"message": "Asenna päivitys"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Poista osio",
|
"message": "Poista osio"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"disableAllStyles": {
|
|
||||||
"message": "Turn all styles off",
|
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Päivitys suoritettu.",
|
"message": "Päivitys suoritettu."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Tarkistetaan...",
|
"message": "Tarkistetaan..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Koodi",
|
"message": "Koodi"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
|
||||||
"cm_smartIndent": {
|
|
||||||
"message": "Use smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Käytä 'Koskee' kontrolleja rajoittaaksesi mitä URL osoitteisiin tämä osio koodista koskee.",
|
"message": "Käytä 'Koskee' kontrolleja rajoittaaksesi mitä URL osoitteisiin tämä osio koodista koskee."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Muokkaa Tyyliä",
|
"message": "Muokkaa Tyyliä"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Lisää Tyyli",
|
"message": "Lisää Tyyli"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"dbError": {
|
|
||||||
"message": "An error has occurred using the Stylus database. Would you like to visit a web page with possible solutions?",
|
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
|
||||||
"editGotoLine": {
|
|
||||||
"message": "Goto line (or line:col)",
|
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Tarkista kaikki tyylit päivityksien varalta",
|
"message": "Tarkista kaikki tyylit päivityksien varalta"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
|
||||||
"cm_keyMap": {
|
|
||||||
"message": "Keymap",
|
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
|
||||||
"cm_indentWithTabs": {
|
|
||||||
"message": "Use tabs with smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Poista",
|
"message": "Poista"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Uusi Tyyli",
|
"message": "Uusi Tyyli"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
|
||||||
"manageOnlyEnabled": {
|
|
||||||
"message": "Only enabled styles",
|
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Muokkaa",
|
"message": "Muokkaa"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
|
||||||
"helpKeyMapCommand": {
|
|
||||||
"message": "Type a command name",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Uudelleen stailaa netti Stylusillä, käyttäjän tyyli hallintapaneelilla. Stylus antaa sinun helposti asentaa teemoja ja skinejä palvelluille kuten Google, Facebook, YouTube, Orkut, ja monelle, monelle muulle sivustolle.",
|
"message": "Uudelleen stailaa netti Stylusillä, käyttäjän tyyli hallintapaneelilla. Stylus antaa sinun helposti asentaa teemoja ja skinejä palvelluille kuten Google, Facebook, YouTube, Orkut, ja monelle, monelle muulle sivustolle."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,186 +1,101 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Tout",
|
"message": "Tout"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
},
|
||||||
"defaultTheme": {
|
"defaultTheme": {
|
||||||
"message": "défaut",
|
"message": "défaut"
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
},
|
||||||
"exportLabel": {
|
"exportLabel": {
|
||||||
"message": "Exportez",
|
"message": "Exportez"
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "Taille des tabulations",
|
"message": "Taille des tabulations"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Activer",
|
"message": "Activer"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Veuillez saisir un nom.",
|
"message": "Veuillez saisir un nom."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URL sur le domaine",
|
"message": "URL sur le domaine"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Rechercher des mises à jour",
|
"message": "Rechercher des mises à jour"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "All styles are up to date.",
|
"message": "All styles are up to date."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Aide",
|
"message": "Aide"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"confirmYes": {
|
"confirmYes": {
|
||||||
"message": "Oui",
|
"message": "Oui"
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Rechercher d'autres styles pour ce site",
|
"message": "Rechercher d'autres styles pour ce site"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Styles installés",
|
"message": "Styles installés"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Activé",
|
"message": "Activé"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Le code au format Mozilla peut être utilisé dans Stylish for Firefox et envoyé à userstyles.org.",
|
"message": "Le code au format Mozilla peut être utilisé dans Stylish for Firefox et envoyé à userstyles.org."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Ajouter une section",
|
"message": "Ajouter une section"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Enregistrer",
|
"message": "Enregistrer"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "cette URL",
|
"message": "cette URL"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Ajouter",
|
"message": "Ajouter"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "URL correspondant à l'expression régulière",
|
"message": "URL correspondant à l'expression régulière"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "Installer \"$stylename$\" dans Stylus ?",
|
"message": "Installer \"$stylename$\" dans Stylus ?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Désactiver",
|
"message": "Désactiver"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Afficher le nombre de styles actifs pour le site actuel sur le boutton Stylus",
|
"message": "Afficher le nombre de styles actifs pour le site actuel sur le boutton Stylus"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"menuShowBadge": {
|
|
||||||
"message": "Show active style count",
|
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "Retour à la ligne automatique",
|
"message": "Retour à la ligne automatique"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Retour à la gestion",
|
"message": "Retour à la gestion"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Vous avez apporté des modifications à ce style sans les enregistrer.",
|
"message": "Vous avez apporté des modifications à ce style sans les enregistrer."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Échec de la mise à jour: le serveur est inaccessible.",
|
"message": "Échec de la mise à jour: le serveur est inaccessible."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "Filtres",
|
"message": "Filtres"
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
|
||||||
"applyAllUpdates": {
|
|
||||||
"message": "Apply all updates",
|
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Voulez-vous vraiment supprimer ce style ?",
|
"message": "Voulez-vous vraiment supprimer ce style ?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "Le Regexp est éronné",
|
"message": "Le Regexp est éronné"
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"optionsHeading": {
|
|
||||||
"message": "Options",
|
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "S'applique à : $applies$",
|
"message": "S'applique à : $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -189,20 +104,14 @@
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "Voulez-vous mettre à jour '$stylename$'?",
|
"message": "Voulez-vous mettre à jour '$stylename$'?",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
|
||||||
"message": "Sections",
|
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Modifier le style $stylename$",
|
"message": "Modifier le style $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +119,34 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Le style est à jour.",
|
"message": "Le style est à jour."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "URL commençant par",
|
"message": "URL commençant par"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "List styles before commands in the toolbar button menu",
|
"message": "List styles before commands in the toolbar button menu"
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Les sections vous permettent de définir différentes portions de code correspondant à un même style que vous pouvez appliquer à des ensembles d'URL distincts. Par exemple, un même style appliqué à la page d'accueil peut modifier celle-ci d'une certaine manière et modifier le reste du site Web d'une autre manière.",
|
"message": "Les sections vous permettent de définir différentes portions de code correspondant à un même style que vous pouvez appliquer à des ensembles d'URL distincts. Par exemple, un même style appliqué à la page d'accueil peut modifier celle-ci d'une certaine manière et modifier le reste du site Web d'une autre manière."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Aucun style n'est installé pour ce site.",
|
"message": "Aucun style n'est installé pour ce site."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "et bien plus encore",
|
"message": "et bien plus encore"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Supprimer",
|
"message": "Supprimer"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
|
||||||
"writeStyleFor": {
|
|
||||||
"message": "Write style for: ",
|
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "S'applique à",
|
"message": "S'applique à"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Gérer les styles installés",
|
"message": "Gérer les styles installés"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Échec de la mise à jour: le serveur a renvoyé le code $code$.",
|
"message": "Échec de la mise à jour: le serveur a renvoyé le code $code$.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,139 +154,57 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Préciser",
|
"message": "Préciser"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Installer la mise à jour",
|
"message": "Installer la mise à jour"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "Stylus ne fonctionne pas sur les pages de ce genre",
|
"message": "Stylus ne fonctionne pas sur les pages de ce genre"
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Supprimer la section",
|
"message": "Supprimer la section"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "Désactiver tous les styles",
|
"message": "Désactiver tous les styles"
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Mise à jour terminée.",
|
"message": "Mise à jour terminée."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Vérification en cours…",
|
"message": "Vérification en cours…"
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"sectionCode": {
|
|
||||||
"message": "Code",
|
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
|
||||||
"cm_smartIndent": {
|
|
||||||
"message": "Use smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Utilisez l'option \"S'applique à\" pour préciser les URL auxquelles le code de cette section s'applique.",
|
"message": "Utilisez l'option \"S'applique à\" pour préciser les URL auxquelles le code de cette section s'applique."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Modifier le style",
|
"message": "Modifier le style"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Ajouter un style",
|
"message": "Ajouter un style"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"dbError": {
|
||||||
"message": "Une erreur s'est produite dans la base de donnée de Stylus. Voulez-vous visiter une page web avec les solutions possibles ?",
|
"message": "Une erreur s'est produite dans la base de donnée de Stylus. Voulez-vous visiter une page web avec les solutions possibles ?"
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
|
||||||
"editGotoLine": {
|
|
||||||
"message": "Goto line (or line:col)",
|
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Rechercher des mises à jour pour tous les styles",
|
"message": "Rechercher des mises à jour pour tous les styles"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"confirmNo": {
|
"confirmNo": {
|
||||||
"message": "Non",
|
"message": "Non"
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
|
||||||
"cm_keyMap": {
|
|
||||||
"message": "Keymap",
|
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
|
||||||
"cm_indentWithTabs": {
|
|
||||||
"message": "Use tabs with smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Supprimer",
|
"message": "Supprimer"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Créer un nouveau style",
|
"message": "Créer un nouveau style"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
|
||||||
"manageOnlyEnabled": {
|
|
||||||
"message": "Only enabled styles",
|
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Modifier",
|
"message": "Modifier"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
},
|
||||||
"helpKeyMapCommand": {
|
"helpKeyMapCommand": {
|
||||||
"message": "Tapez un nom de commande",
|
"message": "Tapez un nom de commande"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Changez l'apparence du Web grâce à Stylus, un outil de gestion des styles utilisateur. Stylus vous permet d'installer facilement des thèmes et des habillages pour Google, Facebook, YouTube, orkut et bien d'autres sites encore.",
|
"message": "Changez l'apparence du Web grâce à Stylus, un outil de gestion des styles utilisateur. Stylus vous permet d'installer facilement des thèmes et des habillages pour Google, Facebook, YouTube, orkut et bien d'autres sites encore."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,208 +1,82 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Tutto",
|
"message": "Tutto"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"defaultTheme": {
|
|
||||||
"message": "default",
|
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
|
||||||
"exportLabel": {
|
|
||||||
"message": "Export",
|
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"cm_tabSize": {
|
|
||||||
"message": "Tab size",
|
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Attiva",
|
"message": "Attiva"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Inserisci un nome.",
|
"message": "Inserisci un nome."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URL nel dominio",
|
"message": "URL nel dominio"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Verifica la presenza di aggiornamenti",
|
"message": "Verifica la presenza di aggiornamenti"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
|
||||||
"message": "All styles are up to date.",
|
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Guida",
|
"message": "Guida"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"confirmYes": {
|
|
||||||
"message": "Yes",
|
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Trova più stili per questo sito",
|
"message": "Trova più stili per questo sito"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Stili installati",
|
"message": "Stili installati"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Attivato",
|
"message": "Attivato"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Il formato Mozilla del codice può essere utilizzato con Stylish per Firefox e può essere inviato a userstyles.org.",
|
"message": "Il formato Mozilla del codice può essere utilizzato con Stylish per Firefox e può essere inviato a userstyles.org."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Aggiungi un'altra sezione",
|
"message": "Aggiungi un'altra sezione"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Salva",
|
"message": "Salva"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"writeStyleForURL": {
|
|
||||||
"message": "this URL",
|
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Aggiungi",
|
"message": "Aggiungi"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "URL corrispondenti all'espressione regolare",
|
"message": "URL corrispondenti all'espressione regolare"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "Installare \"$stylename$\" in Stylus?",
|
"message": "Installare \"$stylename$\" in Stylus?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Disattiva",
|
"message": "Disattiva"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"prefShowBadge": {
|
|
||||||
"message": "Show number of styles active for the current site on the toolbar button",
|
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"menuShowBadge": {
|
|
||||||
"message": "Show active style count",
|
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"cm_lineWrapping": {
|
|
||||||
"message": "Word wrap",
|
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Torna a gestione",
|
"message": "Torna a gestione"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Hai apportato modifiche a questo stile senza salvare.",
|
"message": "Hai apportato modifiche a questo stile senza salvare."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Aggiornamento non riuscito: server non raggiungibile.",
|
"message": "Aggiornamento non riuscito: server non raggiungibile."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"manageFilters": {
|
|
||||||
"message": "Filters",
|
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
|
||||||
"applyAllUpdates": {
|
|
||||||
"message": "Apply all updates",
|
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Vuoi eliminare questo stile?",
|
"message": "Vuoi eliminare questo stile?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
|
||||||
"styleBadRegexp": {
|
|
||||||
"message": "Regexp is invalid.",
|
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"optionsHeading": {
|
|
||||||
"message": "Options",
|
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Applica a: $applies$",
|
"message": "Applica a: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
|
||||||
"message": "Are you sure you want to update '$stylename$'?",
|
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
|
||||||
"stylename": {
|
|
||||||
"content": "$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Sezioni",
|
"message": "Sezioni"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Modifica dello stile $stylename$",
|
"message": "Modifica dello stile $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +84,31 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Lo stile è aggiornato.",
|
"message": "Lo stile è aggiornato."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "URL che iniziano con",
|
"message": "URL che iniziano con"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"popupStylesFirst": {
|
|
||||||
"message": "List styles before commands in the toolbar button menu",
|
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Le sezioni consentono di definire diverse parti di codice da applicare a diversi insiemi di URL dello stesso stile. Ad esempio, un unico stile potrebbe modificare la home page di un sito diversamente da come modificherebbe il resto del sito.",
|
"message": "Le sezioni consentono di definire diverse parti di codice da applicare a diversi insiemi di URL dello stesso stile. Ad esempio, un unico stile potrebbe modificare la home page di un sito diversamente da come modificherebbe il resto del sito."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Nessuno stile installato per questo sito.",
|
"message": "Nessuno stile installato per questo sito."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "e altro ancora",
|
"message": "e altro ancora"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Rimuovi",
|
"message": "Rimuovi"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
|
||||||
"writeStyleFor": {
|
|
||||||
"message": "Write style for: ",
|
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Vale per",
|
"message": "Vale per"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Gestisci gli stili installati",
|
"message": "Gestisci gli stili installati"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Aggiornamento non riuscito: il server ha risposto con il codice $code$.",
|
"message": "Aggiornamento non riuscito: il server ha risposto con il codice $code$.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,135 +116,45 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Specifica",
|
"message": "Specifica"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Installa aggiornamento",
|
"message": "Installa aggiornamento"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Rimuovi sezione",
|
"message": "Rimuovi sezione"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"disableAllStyles": {
|
|
||||||
"message": "Turn all styles off",
|
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Aggiornamento completato.",
|
"message": "Aggiornamento completato."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Verifica in corso...",
|
"message": "Verifica in corso..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Codice",
|
"message": "Codice"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
|
||||||
"cm_smartIndent": {
|
|
||||||
"message": "Use smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Utilizza i controlli \"Applica a\" per limitare gli URL a cui viene applicato il codice in questa sezione.",
|
"message": "Utilizza i controlli \"Applica a\" per limitare gli URL a cui viene applicato il codice in questa sezione."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Modifica di stili",
|
"message": "Modifica di stili"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Aggiunta di stili",
|
"message": "Aggiunta di stili"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"dbError": {
|
|
||||||
"message": "An error has occurred using the Stylus database. Would you like to visit a web page with possible solutions?",
|
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
|
||||||
"editGotoLine": {
|
|
||||||
"message": "Goto line (or line:col)",
|
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Verifica la disponibilità di aggiornamenti per tutti gli stili",
|
"message": "Verifica la disponibilità di aggiornamenti per tutti gli stili"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
|
||||||
"cm_keyMap": {
|
|
||||||
"message": "Keymap",
|
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
|
||||||
"cm_indentWithTabs": {
|
|
||||||
"message": "Use tabs with smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Elimina",
|
"message": "Elimina"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Scrivi nuovo stile",
|
"message": "Scrivi nuovo stile"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
|
||||||
"manageOnlyEnabled": {
|
|
||||||
"message": "Only enabled styles",
|
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Modifica",
|
"message": "Modifica"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
|
||||||
"helpKeyMapCommand": {
|
|
||||||
"message": "Type a command name",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Modifica lo stile del Web con Stylus, un gestore di stili utente. Stylus consente di installare facilmente temi e skin per Google, Facebook, YouTube, Orkut e moltissimi altri siti.",
|
"message": "Modifica lo stile del Web con Stylus, un gestore di stili utente. Stylus consente di installare facilmente temi e skin per Google, Facebook, YouTube, Orkut e moltissimi altri siti."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,208 +1,85 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "すべて",
|
"message": "すべて"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"defaultTheme": {
|
|
||||||
"message": "default",
|
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
|
||||||
"exportLabel": {
|
|
||||||
"message": "Export",
|
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"cm_tabSize": {
|
|
||||||
"message": "Tab size",
|
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "有効化",
|
"message": "有効化"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "名前を入力してください。",
|
"message": "名前を入力してください。"
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "ドメイン上の URL",
|
"message": "ドメイン上の URL"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "アップデートをチェック",
|
"message": "アップデートをチェック"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
|
||||||
"message": "All styles are up to date.",
|
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "ヘルプ",
|
"message": "ヘルプ"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"confirmYes": {
|
|
||||||
"message": "Yes",
|
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "このサイト用の他のスタイルを検索",
|
"message": "このサイト用の他のスタイルを検索"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "インストール済みのスタイル",
|
"message": "インストール済みのスタイル"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "有効",
|
"message": "有効"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Mozilla 形式のコードは、Stylish for Firefox で使用することができ、userstyles.org に投稿することができます。",
|
"message": "Mozilla 形式のコードは、Stylish for Firefox で使用することができ、userstyles.org に投稿することができます。"
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "他のセクションを追加",
|
"message": "他のセクションを追加"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "保存",
|
"message": "保存"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"writeStyleForURL": {
|
|
||||||
"message": "this URL",
|
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "追加",
|
"message": "追加"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "正規表現に一致する URL",
|
"message": "正規表現に一致する URL"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "「$stylename$」を Stylus にインストールしますか?",
|
"message": "「$stylename$」を Stylus にインストールしますか?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "無効化",
|
"message": "無効化"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"prefShowBadge": {
|
|
||||||
"message": "Show number of styles active for the current site on the toolbar button",
|
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"menuShowBadge": {
|
|
||||||
"message": "Show active style count",
|
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"cm_lineWrapping": {
|
|
||||||
"message": "Word wrap",
|
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "管理画面に戻る",
|
"message": "管理画面に戻る"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "このスタイルは変更されていますが、保存されていません。",
|
"message": "このスタイルは変更されていますが、保存されていません。"
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "更新に失敗しました: サーバーに到達できません。",
|
"message": "更新に失敗しました: サーバーに到達できません。"
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"manageFilters": {
|
|
||||||
"message": "Filters",
|
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
|
||||||
"applyAllUpdates": {
|
|
||||||
"message": "Apply all updates",
|
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "このスタイルを削除してもよろしいですか?",
|
"message": "このスタイルを削除してもよろしいですか?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "正規表現は無効です。",
|
"message": "正規表現は無効です。"
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"optionsHeading": {
|
|
||||||
"message": "Options",
|
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "適用先: $applies$",
|
"message": "適用先: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
|
||||||
"message": "Are you sure you want to update '$stylename$'?",
|
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
|
||||||
"stylename": {
|
|
||||||
"content": "$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "セクション",
|
"message": "セクション"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "スタイル「$stylename$」を編集",
|
"message": "スタイル「$stylename$」を編集",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +87,31 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "スタイルは最新の状態です。",
|
"message": "スタイルは最新の状態です。"
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "次で始まる URL",
|
"message": "次で始まる URL"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"popupStylesFirst": {
|
|
||||||
"message": "List styles before commands in the toolbar button menu",
|
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "セクションを利用すると、1 つのスタイルの中で複数のコードを定義し、それぞれ異なる URL に適用することができます。たとえば、単一のスタイルで、サイトのトップページの表示方法と他のページの表示方法を変えることができます。",
|
"message": "セクションを利用すると、1 つのスタイルの中で複数のコードを定義し、それぞれ異なる URL に適用することができます。たとえば、単一のスタイルで、サイトのトップページの表示方法と他のページの表示方法を変えることができます。"
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "このサイト用のスタイルはインストールされていません。",
|
"message": "このサイト用のスタイルはインストールされていません。"
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "サイトを追加",
|
"message": "サイトを追加"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "削除",
|
"message": "削除"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
|
||||||
"writeStyleFor": {
|
|
||||||
"message": "Write style for: ",
|
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "適用先",
|
"message": "適用先"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "インストール済みのスタイルを管理",
|
"message": "インストール済みのスタイルを管理"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "更新に失敗しました: サーバーが応答コード「$code$」を返しています。",
|
"message": "更新に失敗しました: サーバーが応答コード「$code$」を返しています。",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,135 +119,45 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "個別指定",
|
"message": "個別指定"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "アップデートをインストール",
|
"message": "アップデートをインストール"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "セクションを削除",
|
"message": "セクションを削除"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"disableAllStyles": {
|
|
||||||
"message": "Turn all styles off",
|
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "更新が完了しました",
|
"message": "更新が完了しました"
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "チェック中...",
|
"message": "チェック中..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "コード",
|
"message": "コード"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
|
||||||
"cm_smartIndent": {
|
|
||||||
"message": "Use smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "[適用先] を使用すると、このセクションのコードが適用される URL を制限することができます。",
|
"message": "[適用先] を使用すると、このセクションのコードが適用される URL を制限することができます。"
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "スタイルを編集",
|
"message": "スタイルを編集"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "スタイルを追加",
|
"message": "スタイルを追加"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"dbError": {
|
|
||||||
"message": "An error has occurred using the Stylus database. Would you like to visit a web page with possible solutions?",
|
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
|
||||||
"editGotoLine": {
|
|
||||||
"message": "Goto line (or line:col)",
|
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "すべてのスタイルのアップデートをチェック",
|
"message": "すべてのスタイルのアップデートをチェック"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
|
||||||
"cm_keyMap": {
|
|
||||||
"message": "Keymap",
|
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
|
||||||
"cm_indentWithTabs": {
|
|
||||||
"message": "Use tabs with smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "削除",
|
"message": "削除"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "新しいスタイルを作成",
|
"message": "新しいスタイルを作成"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
|
||||||
"manageOnlyEnabled": {
|
|
||||||
"message": "Only enabled styles",
|
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "編集",
|
"message": "編集"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
|
||||||
"helpKeyMapCommand": {
|
|
||||||
"message": "Type a command name",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Stylus はユーザー スタイルを管理するツールで、ウェブのスタイルを変更することができます。Stylus を利用すると、Google、Facebook、YouTube、orkut など、さまざまなサイトに対応したテーマやスキンを簡単にインストールできます。",
|
"message": "Stylus はユーザー スタイルを管理するツールで、ウェブのスタイルを変更することができます。Stylus を利用すると、Google、Facebook、YouTube、orkut など、さまざまなサイトに対応したテーマやスキンを簡単にインストールできます。"
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,111 +1,84 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Alles",
|
"message": "Alles"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
},
|
||||||
"defaultTheme": {
|
"defaultTheme": {
|
||||||
"message": "standaard",
|
"message": "standaard"
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
},
|
||||||
"exportLabel": {
|
"exportLabel": {
|
||||||
"message": "Exporteren",
|
"message": "Exporteren"
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"message": "Problemen",
|
"message": "Problemen"
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "Tabgrootte",
|
"message": "Tabgrootte"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Inschakelen",
|
"message": "Inschakelen"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Vul een naam in.",
|
"message": "Vul een naam in."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URL's op het domein",
|
"message": "URL's op het domein"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Controleren op update",
|
"message": "Controleren op update"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
},
|
||||||
"importAppendLabel": {
|
"importAppendLabel": {
|
||||||
"message": "Toevoegen aan stijl",
|
"message": "Toevoegen aan stijl"
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "Alle stijlen zijn bijgewerkt.",
|
"message": "Alle stijlen zijn bijgewerkt."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
},
|
||||||
"styleFromMozillaFormatPrompt": {
|
"styleFromMozillaFormatPrompt": {
|
||||||
"message": "Plak de Mozilla-opmaakcode",
|
"message": "Plak de Mozilla-opmaakcode"
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Hul",
|
"message": "Hul"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"message": "Zoeken",
|
"message": "Zoeken"
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"confirmYes": {
|
"confirmYes": {
|
||||||
"message": "Ja",
|
"message": "Ja"
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Meer stijlen zoeken voor deze website",
|
"message": "Meer stijlen zoeken voor deze website"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Geïnstalleerde stijlen",
|
"message": "Geïnstalleerde stijlen"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
},
|
||||||
"styleBeautify": {
|
"styleBeautify": {
|
||||||
"message": "Mooier maken",
|
"message": "Mooier maken"
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Ingeschakeld",
|
"message": "Ingeschakeld"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "De Mozilla-opmaak van de code kan worden gebruikt met Stylish voor Firefox en worden ingezonden naar userstyles.org.",
|
"message": "De Mozilla-opmaak van de code kan worden gebruikt met Stylish voor Firefox en worden ingezonden naar userstyles.org."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Nog een sectie toevoegen",
|
"message": "Nog een sectie toevoegen"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Opslaan",
|
"message": "Opslaan"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
},
|
||||||
"confirmStop": {
|
"confirmStop": {
|
||||||
"message": "Stoppen",
|
"message": "Stoppen"
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "deze URL",
|
"message": "deze URL"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Toevoegen",
|
"message": "Toevoegen"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "URL's overeenkomend met de regexp",
|
"message": "URL's overeenkomend met de regexp"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "'$stylename$' installeren in Stylus?",
|
"message": "'$stylename$' installeren in Stylus?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -113,74 +86,49 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
"manageText": {
|
||||||
"message": "<a href='https://userstyles.org'>Verkrijg stijlen op userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Verkrijg hulp</a>",
|
"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"
|
|
||||||
},
|
},
|
||||||
"searchStyles": {
|
"searchStyles": {
|
||||||
"message": "Inhoud doorzoeken",
|
"message": "Inhoud doorzoeken"
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
},
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Uitschakelen",
|
"message": "Uitschakelen"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Aantal actieve stijlen voor de huidige website weergeven op de werkbalkknop",
|
"message": "Aantal actieve stijlen voor de huidige website weergeven op de werkbalkknop"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"menuShowBadge": {
|
"menuShowBadge": {
|
||||||
"message": "Teller voor actieve stijlen weergeven",
|
"message": "Teller voor actieve stijlen weergeven"
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "Woordomslag",
|
"message": "Woordomslag"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Terug naar beheren",
|
"message": "Terug naar beheren"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "U heeft wijzigingen aangebracht in deze stijl zonder deze op te slaan.",
|
"message": "U heeft wijzigingen aangebracht in deze stijl zonder deze op te slaan."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
},
|
||||||
"importLabel": {
|
"importLabel": {
|
||||||
"message": "Importeren",
|
"message": "Importeren"
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Update mislukt: server onbereikbaar.",
|
"message": "Update mislukt: server onbereikbaar."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"manageFilters": {
|
|
||||||
"message": "Filters",
|
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
},
|
||||||
"applyAllUpdates": {
|
"applyAllUpdates": {
|
||||||
"message": "Alle bijwerkingen toepassen",
|
"message": "Alle bijwerkingen toepassen"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Weet u zeker dat u deze stijl wilt verwijderen?",
|
"message": "Weet u zeker dat u deze stijl wilt verwijderen?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "Regexp is ongeldig.",
|
"message": "Regexp is ongeldig."
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
},
|
||||||
"optionsHeading": {
|
"optionsHeading": {
|
||||||
"message": "Voorkeuren",
|
"message": "Voorkeuren"
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Toepasbaar op: $applies$",
|
"message": "Toepasbaar op: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -189,7 +137,6 @@
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "Weet u zeker dat u '$stylename$' wilt updaten?",
|
"message": "Weet u zeker dat u '$stylename$' wilt updaten?",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -197,12 +144,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Secties",
|
"message": "Secties"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Stijl $stylename$ bewerken",
|
"message": "Stijl $stylename$ bewerken",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +155,49 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Stijl is up-to-date.",
|
"message": "Stijl is up-to-date."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "URL's beginnend met",
|
"message": "URL's beginnend met"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
},
|
||||||
"searchRegexp": {
|
"searchRegexp": {
|
||||||
"message": "Gebruik /re/-syntax voor regexp-zoeken",
|
"message": "Gebruik /re/-syntax voor regexp-zoeken"
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"importReplaceTooltip": {
|
"importReplaceTooltip": {
|
||||||
"message": "Verwerp de inhoud van de huidige stijl en overschrijf het met de geïmporteerde stijl",
|
"message": "Verwerp de inhoud van de huidige stijl en overschrijf het met de geïmporteerde stijl"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "Stijlen vóór commando's opsomming in het werkbalkknopmenu",
|
"message": "Stijlen vóór commando's opsomming in het werkbalkknopmenu"
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Secties stellen u in staat om andere stukken code toe te passen op andere URL's in dezelfde stijl. Bijv.: een enkele stijl kan de homepage van een site aanpassen op een bepaalde manier, terwijl de rest van de site op een andere manier wordt aangepast.",
|
"message": "Secties stellen u in staat om andere stukken code toe te passen op andere URL's in dezelfde stijl. Bijv.: een enkele stijl kan de homepage van een site aanpassen op een bepaalde manier, terwijl de rest van de site op een andere manier wordt aangepast."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Geen geïnstalleerde stijlen voor deze website.",
|
"message": "Geen geïnstalleerde stijlen voor deze website."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "en meer",
|
"message": "en meer"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Verwijderen",
|
"message": "Verwijderen"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatTitle": {
|
"styleToMozillaFormatTitle": {
|
||||||
"message": "Stijl in Mozilla-opmaak",
|
"message": "Stijl in Mozilla-opmaak"
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
},
|
||||||
"writeStyleFor": {
|
"writeStyleFor": {
|
||||||
"message": "Stijl schrijven voor:",
|
"message": "Stijl schrijven voor:"
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"message": "Vervangen",
|
"message": "Vervangen"
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Toepasbaar op",
|
"message": "Toepasbaar op"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Geïnstalleerde stijlen beheren",
|
"message": "Geïnstalleerde stijlen beheren"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Update mislukt: server gaf code $code$ als antwoord.",
|
"message": "Update mislukt: server gaf code $code$ als antwoord.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,143 +205,102 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Specificeren",
|
"message": "Specificeren"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Update installeren",
|
"message": "Update installeren"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
},
|
||||||
"styleMozillaFormatHeading": {
|
"styleMozillaFormatHeading": {
|
||||||
"message": "Mozilla-opmaak",
|
"message": "Mozilla-opmaak"
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "Stylus werkt niet op pagina's als deze.",
|
"message": "Stylus werkt niet op pagina's als deze."
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Sectie verwijderen",
|
"message": "Sectie verwijderen"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "Alle stijlen uitschakelen",
|
"message": "Alle stijlen uitschakelen"
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"undoGlobal": {
|
"undoGlobal": {
|
||||||
"message": "Ongedaan maken (globaal)",
|
"message": "Ongedaan maken (globaal)"
|
||||||
"description": "CSS-beautify global Undo button label"
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Update voltooid.",
|
"message": "Update voltooid."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Bezig met controleren...",
|
"message": "Bezig met controleren..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"sectionCode": {
|
|
||||||
"message": "Code",
|
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
},
|
||||||
"cm_smartIndent": {
|
"cm_smartIndent": {
|
||||||
"message": "Slimme inspringing gebruiken",
|
"message": "Slimme inspringing gebruiken"
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Gebruik de 'Toepasbaar op'-functies om de URL's te limiteren in de sectie.",
|
"message": "Gebruik de 'Toepasbaar op'-functies om de URL's te limiteren in de sectie."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Stijl bewerken",
|
"message": "Stijl bewerken"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Stijl toevoegen",
|
"message": "Stijl toevoegen"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
},
|
||||||
"importReplaceLabel": {
|
"importReplaceLabel": {
|
||||||
"message": "Stijl overschrijven",
|
"message": "Stijl overschrijven"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"dbError": {
|
||||||
"message": "Er is een fout opgetreden bij het gebruiken van de Stylus-database. Wilt u een webpagina met mogelijke oplossingen bezoeken?",
|
"message": "Er is een fout opgetreden bij het gebruiken van de Stylus-database. Wilt u een webpagina met mogelijke oplossingen bezoeken?"
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
},
|
||||||
"importAppendTooltip": {
|
"importAppendTooltip": {
|
||||||
"message": "Voeg de geïmporteerde stijl toe aan de huidige stijl",
|
"message": "Voeg de geïmporteerde stijl toe aan de huidige stijl"
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"helpKeyMapHotkey": {
|
"helpKeyMapHotkey": {
|
||||||
"message": "Druk op een sneltoets",
|
"message": "Druk op een sneltoets"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"replaceAll": {
|
"replaceAll": {
|
||||||
"message": "Alles vervangen",
|
"message": "Alles vervangen"
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
},
|
||||||
"editGotoLine": {
|
"editGotoLine": {
|
||||||
"message": "Ga naar regel (of regel:kolom)",
|
"message": "Ga naar regel (of regel:kolom)"
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Controleer alle stijlen op updates",
|
"message": "Controleer alle stijlen op updates"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
},
|
||||||
"issuesHelp": {
|
"issuesHelp": {
|
||||||
"message": "De door CSSLint gevonden problemen, <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a>, met deze ingeschakelde regels:",
|
"message": "De door CSSLint gevonden problemen, <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a>, met deze ingeschakelde regels:"
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"confirmNo": {
|
"confirmNo": {
|
||||||
"message": "Nee",
|
"message": "Nee"
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"undo": {
|
"undo": {
|
||||||
"message": "Ongedaan maken",
|
"message": "Ongedaan maken"
|
||||||
"description": "Button label"
|
|
||||||
},
|
},
|
||||||
"cm_keyMap": {
|
"cm_keyMap": {
|
||||||
"message": "Toetsenbordindeling",
|
"message": "Toetsenbordindeling"
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
},
|
||||||
"cm_indentWithTabs": {
|
"cm_indentWithTabs": {
|
||||||
"message": "Tabs met slimme inspringing gebruiken",
|
"message": "Tabs met slimme inspringing gebruiken"
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"replaceWith": {
|
"replaceWith": {
|
||||||
"message": "Vervangen door",
|
"message": "Vervangen door"
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Verwijderen",
|
"message": "Verwijderen"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Nieuwe stijl schrijven",
|
"message": "Nieuwe stijl schrijven"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
},
|
||||||
"manageOnlyEnabled": {
|
"manageOnlyEnabled": {
|
||||||
"message": "Alleen ingeschakelde stijlen",
|
"message": "Alleen ingeschakelde stijlen"
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Bewerken",
|
"message": "Bewerken"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
},
|
||||||
"cm_theme": {
|
"cm_theme": {
|
||||||
"message": "Thema",
|
"message": "Thema"
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
},
|
||||||
"helpKeyMapCommand": {
|
"helpKeyMapCommand": {
|
||||||
"message": "Voer een naam in voor het commando",
|
"message": "Voer een naam in voor het commando"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Voorzie het web van een ander uiterlijk met Stylus, een gebruikersstijlbeheerder. Stylus stelt u in staat om eenvoudig thema's en stijlen te installeren voor vele populaire websites.",
|
"message": "Voorzie het web van een ander uiterlijk met Stylus, een gebruikersstijlbeheerder. Stylus stelt u in staat om eenvoudig thema's en stijlen te installeren voor vele populaire websites."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,208 +1,85 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Tudo",
|
"message": "Tudo"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"defaultTheme": {
|
|
||||||
"message": "default",
|
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
|
||||||
"exportLabel": {
|
|
||||||
"message": "Export",
|
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"cm_tabSize": {
|
|
||||||
"message": "Tab size",
|
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Ativar",
|
"message": "Ativar"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Insira um nome.",
|
"message": "Insira um nome."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URLs no domínio",
|
"message": "URLs no domínio"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Verificar atualizações",
|
"message": "Verificar atualizações"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
|
||||||
"message": "All styles are up to date.",
|
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Ajuda",
|
"message": "Ajuda"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"confirmYes": {
|
|
||||||
"message": "Yes",
|
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Procurar mais estilos para este site",
|
"message": "Procurar mais estilos para este site"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Estilos instalados",
|
"message": "Estilos instalados"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Ativado",
|
"message": "Ativado"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "O formato Mozilla do código pode ser usado com o Stylish para Firefox e pode ser enviado para userstyles.org.",
|
"message": "O formato Mozilla do código pode ser usado com o Stylish para Firefox e pode ser enviado para userstyles.org."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Adicionar outra seção",
|
"message": "Adicionar outra seção"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Salvar",
|
"message": "Salvar"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"writeStyleForURL": {
|
|
||||||
"message": "this URL",
|
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Adicionar",
|
"message": "Adicionar"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "URLs que correspondem a regexp",
|
"message": "URLs que correspondem a regexp"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "Instalar \"$stylename$\" no Stylus?",
|
"message": "Instalar \"$stylename$\" no Stylus?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Desativar",
|
"message": "Desativar"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Show number of styles active for the current site on the toolbar button",
|
"message": "Show number of styles active for the current site on the toolbar button"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"menuShowBadge": {
|
|
||||||
"message": "Show active style count",
|
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"cm_lineWrapping": {
|
|
||||||
"message": "Word wrap",
|
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Voltar ao gerenciamento",
|
"message": "Voltar ao gerenciamento"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Você fez alterações neste estilo sem salvar.",
|
"message": "Você fez alterações neste estilo sem salvar."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "A atualização falhou: servidor inacessível.",
|
"message": "A atualização falhou: servidor inacessível."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"manageFilters": {
|
|
||||||
"message": "Filters",
|
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
|
||||||
"applyAllUpdates": {
|
|
||||||
"message": "Apply all updates",
|
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Tem certeza de que deseja excluir este estilo?",
|
"message": "Tem certeza de que deseja excluir este estilo?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
|
||||||
"styleBadRegexp": {
|
|
||||||
"message": "Regexp is invalid.",
|
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"optionsHeading": {
|
|
||||||
"message": "Options",
|
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Aplica-se a: $applies$",
|
"message": "Aplica-se a: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
|
||||||
"message": "Are you sure you want to update '$stylename$'?",
|
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
|
||||||
"stylename": {
|
|
||||||
"content": "$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Seções",
|
"message": "Seções"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Editar estilo $stylename$",
|
"message": "Editar estilo $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +87,31 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "O estilo está atualizado.",
|
"message": "O estilo está atualizado."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "URLs que começam com",
|
"message": "URLs que começam com"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"popupStylesFirst": {
|
|
||||||
"message": "List styles before commands in the toolbar button menu",
|
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "As seções permitem definir diferentes partes de código para aplicar a diferentes conjuntos de URLs no mesmo estilo. Por exemplo, um único estilo poderia alterar a página inicial de um site de uma forma, enquanto alteraria o resto do site de outra forma.",
|
"message": "As seções permitem definir diferentes partes de código para aplicar a diferentes conjuntos de URLs no mesmo estilo. Por exemplo, um único estilo poderia alterar a página inicial de um site de uma forma, enquanto alteraria o resto do site de outra forma."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Nenhum estilo instalado para este site.",
|
"message": "Nenhum estilo instalado para este site."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "e mais",
|
"message": "e mais"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Remover",
|
"message": "Remover"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
|
||||||
"writeStyleFor": {
|
|
||||||
"message": "Write style for: ",
|
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Aplica-se a",
|
"message": "Aplica-se a"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Gerenciar estilos instalados",
|
"message": "Gerenciar estilos instalados"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "A atualização falhou: o servidor respondeu com código $code$.",
|
"message": "A atualização falhou: o servidor respondeu com código $code$.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,135 +119,45 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Especificar",
|
"message": "Especificar"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Instalar atualização",
|
"message": "Instalar atualização"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Remover seção",
|
"message": "Remover seção"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"disableAllStyles": {
|
|
||||||
"message": "Turn all styles off",
|
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Atualização concluída.",
|
"message": "Atualização concluída."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Verificando...",
|
"message": "Verificando..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Código",
|
"message": "Código"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
|
||||||
"cm_smartIndent": {
|
|
||||||
"message": "Use smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Use os controles \"Aplica-se a\" para limitar a quais URLs o código desta seção se aplica.",
|
"message": "Use os controles \"Aplica-se a\" para limitar a quais URLs o código desta seção se aplica."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Editar estilo",
|
"message": "Editar estilo"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Adicionar estilo",
|
"message": "Adicionar estilo"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"dbError": {
|
|
||||||
"message": "An error has occurred using the Stylus database. Would you like to visit a web page with possible solutions?",
|
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
|
||||||
"editGotoLine": {
|
|
||||||
"message": "Goto line (or line:col)",
|
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Verificar atualizações para todos os estilos",
|
"message": "Verificar atualizações para todos os estilos"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
|
||||||
"cm_keyMap": {
|
|
||||||
"message": "Keymap",
|
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
|
||||||
"cm_indentWithTabs": {
|
|
||||||
"message": "Use tabs with smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Excluir",
|
"message": "Excluir"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Gravar novo estilo",
|
"message": "Gravar novo estilo"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
|
||||||
"manageOnlyEnabled": {
|
|
||||||
"message": "Only enabled styles",
|
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Editar",
|
"message": "Editar"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
|
||||||
"helpKeyMapCommand": {
|
|
||||||
"message": "Type a command name",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Mude o estilo da web com o Stylus, um gerenciador de estilos do usuário. O Stylus permite instalar facilmente temas e skins para Google, Facebook, YouTube, Orkut e muitos, muitos outros sites.",
|
"message": "Mude o estilo da web com o Stylus, um gerenciador de estilos do usuário. O Stylus permite instalar facilmente temas e skins para Google, Facebook, YouTube, Orkut e muitos, muitos outros sites."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,199 +1,150 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Все",
|
"message": "Все"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
},
|
||||||
"defaultTheme": {
|
"defaultTheme": {
|
||||||
"message": "по-умолчанию",
|
"message": "по-умолчанию"
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestTitle": {
|
"styleRegexpTestTitle": {
|
||||||
"message": "Список соответствующих вкладок (щелкните на адресе, чтобы активировать)",
|
"message": "Список соответствующих вкладок (щелкните на адресе, чтобы активировать)"
|
||||||
"description": "RegExp test report: title of the report"
|
|
||||||
},
|
},
|
||||||
"bckpInstStyles": {
|
"bckpInstStyles": {
|
||||||
"message": "Экспорт стилей",
|
"message": "Экспорт стилей"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsUpdateInterval": {
|
"optionsUpdateInterval": {
|
||||||
"message": "Автоматически проверять и устанавливать обновления стилей (интервал в часах)",
|
"message": "Автоматически проверять и устанавливать обновления стилей (интервал в часах)"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"exportLabel": {
|
"exportLabel": {
|
||||||
"message": "Экспорт",
|
"message": "Экспорт"
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"message": "Проблемы",
|
"message": "Проблемы"
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"optionsBadgeNormal": {
|
"optionsBadgeNormal": {
|
||||||
"message": "Цвет фона",
|
"message": "Цвет фона"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"updateCheckHistory": {
|
"updateCheckHistory": {
|
||||||
"message": "История проверок обновлений",
|
"message": "История проверок обновлений"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "Размер табуляции",
|
"message": "Размер табуляции"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Включить",
|
"message": "Включить"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Введите название.",
|
"message": "Введите название."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"genericHistoryLabel": {
|
"genericHistoryLabel": {
|
||||||
"message": "История",
|
"message": "История"
|
||||||
"description": "Used in various places to show a history log of something"
|
|
||||||
},
|
},
|
||||||
"shortcutsNote": {
|
"shortcutsNote": {
|
||||||
"message": "Назначить клавишу",
|
"message": "Назначить клавишу"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URL в домене",
|
"message": "URL в домене"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Проверить обновление",
|
"message": "Проверить обновление"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
},
|
||||||
"styleNotAppliedRegexpProblemTooltip": {
|
"styleNotAppliedRegexpProblemTooltip": {
|
||||||
"message": "Стиль не был применен из-за некорректного regexp()",
|
"message": "Стиль не был применен из-за некорректного regexp()"
|
||||||
"description": "Tooltip in the popup for styles that were not applied at all"
|
|
||||||
},
|
},
|
||||||
"styleRegexpInvalidExplanation": {
|
"styleRegexpInvalidExplanation": {
|
||||||
"message": "Некоторые 'regexp()' выражения не удалось скомпилировать.",
|
"message": "Некоторые 'regexp()' выражения не удалось скомпилировать."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importAppendLabel": {
|
"importAppendLabel": {
|
||||||
"message": "Добавить к стилю",
|
"message": "Добавить к стилю"
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"optionsOpenManager": {
|
"optionsOpenManager": {
|
||||||
"message": "Менеджер стилей",
|
"message": "Менеджер стилей"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "Обновлений нет.",
|
"message": "Обновлений нет."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
},
|
||||||
"importReportLegendAdded": {
|
"importReportLegendAdded": {
|
||||||
"message": "добавлено",
|
"message": "добавлено"
|
||||||
"description": "Text after the number of styles added in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleFromMozillaFormatPrompt": {
|
"styleFromMozillaFormatPrompt": {
|
||||||
"message": "Вставьте содержимое стиля в формате Mozilla",
|
"message": "Вставьте содержимое стиля в формате Mozilla"
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"dragDropMessage": {
|
"dragDropMessage": {
|
||||||
"message": "Перетащите файл с резервной копией стилей в любое место этой страницы, чтобы импортировать его.",
|
"message": "Перетащите файл с резервной копией стилей в любое место этой страницы, чтобы импортировать его."
|
||||||
"description": "Drag'n'drop message"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Справка",
|
"message": "Справка"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
},
|
||||||
"confirmOK": {
|
"confirmOK": {
|
||||||
"message": "ОК",
|
"message": "ОК"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"message": "Искать",
|
"message": "Искать"
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"manageFaviconsGray": {
|
"manageFaviconsGray": {
|
||||||
"message": "Обесцвечивать",
|
"message": "Обесцвечивать"
|
||||||
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"confirmYes": {
|
"confirmYes": {
|
||||||
"message": "Да",
|
"message": "Да"
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Найти еще стили для этого веб-сайта",
|
"message": "Найти еще стили для этого веб-сайта"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Установленные стили",
|
"message": "Установленные стили"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
},
|
||||||
"styleBeautify": {
|
"styleBeautify": {
|
||||||
"message": "Форматировать",
|
"message": "Форматировать"
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleRegexpProblemTooltip": {
|
"styleRegexpProblemTooltip": {
|
||||||
"message": "Кол-во пропущенных секций из-за неправильного regexp()",
|
"message": "Кол-во пропущенных секций из-за неправильного regexp()"
|
||||||
"description": "Tooltip in the popup for styles that were applied only partially"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Включено",
|
"message": "Включено"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Формат кода Mozilla можно отправлять на сайт userstyles.org и использовать в дополнении Stylish для Firefox.",
|
"message": "Формат кода Mozilla можно отправлять на сайт userstyles.org и использовать в дополнении Stylish для Firefox."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Добавить раздел",
|
"message": "Добавить раздел"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestPartial": {
|
"styleRegexpTestPartial": {
|
||||||
"message": "Не применено, т.к. соответствие не полное",
|
"message": "Не применено, т.к. соответствие не полное"
|
||||||
"description": "RegExp test report: label for the partially matching expressions"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Сохранить",
|
"message": "Сохранить"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
},
|
||||||
"confirmDelete": {
|
"confirmDelete": {
|
||||||
"message": "Удалить",
|
"message": "Удалить"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"confirmCancel": {
|
"confirmCancel": {
|
||||||
"message": "Отмена",
|
"message": "Отмена"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"retrieveBckp": {
|
"retrieveBckp": {
|
||||||
"message": "Импорт стилей",
|
"message": "Импорт стилей"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"confirmStop": {
|
"confirmStop": {
|
||||||
"message": "Стоп",
|
"message": "Стоп"
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "этого адреса",
|
"message": "этого адреса"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"optionsSubheading": {
|
"optionsSubheading": {
|
||||||
"message": "Дополнительно",
|
"message": "Дополнительно"
|
||||||
"description": "Subheading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Добавить",
|
"message": "Добавить"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "URL, соответствующим регулярному выражению",
|
"message": "URL, соответствующим регулярному выражению"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedExposeIframesNote": {
|
"optionsAdvancedExposeIframesNote": {
|
||||||
"message": "Позволяет писать CSS, работающий только внутри iframe, например: html[stylus-iframe] h1 { display:none }",
|
"message": "Позволяет писать CSS, работающий только внутри iframe, например: html[stylus-iframe] h1 { display:none }"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedCode": {
|
"importReportLegendUpdatedCode": {
|
||||||
"message": "обновлен код",
|
"message": "обновлен код"
|
||||||
"description": "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "Установить \"$stylename$\" в Stylus?",
|
"message": "Установить \"$stylename$\" в Stylus?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -201,112 +152,85 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"optionsBadgeDisabled": {
|
"optionsBadgeDisabled": {
|
||||||
"message": "Цвет фона в неактивном состоянии",
|
"message": "Цвет фона в неактивном состоянии"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsCheck": {
|
"optionsCheck": {
|
||||||
"message": "Обновить стили",
|
"message": "Обновить стили"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"manageText": {
|
"manageText": {
|
||||||
"message": "<a href='https://userstyles.org'>Скачать стили с userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Справка</a>",
|
"message": "<a href='https://userstyles.org'>Скачать стили с userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Справка</a>"
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
},
|
||||||
"manageOnlyLocal": {
|
"manageOnlyLocal": {
|
||||||
"message": "Только локально созданные стили",
|
"message": "Только локально созданные стили"
|
||||||
"description": "Checkbox to show only locally created styles i.e. non-updatable"
|
|
||||||
},
|
},
|
||||||
"searchStyles": {
|
"searchStyles": {
|
||||||
"message": "Искать по содержимому",
|
"message": "Искать по содержимому"
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
},
|
||||||
"optionsUpdateImportNote": {
|
"optionsUpdateImportNote": {
|
||||||
"message": "После импорта базы стилей из старой версии или из Stylish запустите проверку на обновления из менеджера стилей, чтобы удостовериться в обновлении всех стилей.",
|
"message": "После импорта базы стилей из старой версии или из Stylish запустите проверку на обновления из менеджера стилей, чтобы удостовериться в обновлении всех стилей."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"checkAllUpdatesForce": {
|
"checkAllUpdatesForce": {
|
||||||
"message": "Я не менял стили, проверить заново!",
|
"message": "Я не менял стили, проверить заново!"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"unreachableFileHint": {
|
"unreachableFileHint": {
|
||||||
"message": "Доступ к адресам file:// возможен только если включить соответствующую опцию для Stylus на странице chrome://extensions.",
|
"message": "Доступ к адресам file:// возможен только если включить соответствующую опцию для Stylus на странице chrome://extensions."
|
||||||
"description": "Note in the toolbar popup for file:// URLs"
|
|
||||||
},
|
},
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Отключить",
|
"message": "Отключить"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Показывать количество активных стилей для открытого сайта",
|
"message": "Показывать количество активных стилей для открытого сайта"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"manageFavicons": {
|
"manageFavicons": {
|
||||||
"message": "Пиктограммы для целевых сайтов",
|
"message": "Пиктограммы для целевых сайтов"
|
||||||
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"menuShowBadge": {
|
"menuShowBadge": {
|
||||||
"message": "Число активных стилей",
|
"message": "Число активных стилей"
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "Перенос по словам",
|
"message": "Перенос по словам"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Завершить",
|
"message": "Завершить"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Вы изменили этот стиль, но не сохранили его.",
|
"message": "Вы изменили этот стиль, но не сохранили его."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
},
|
||||||
"importLabel": {
|
"importLabel": {
|
||||||
"message": "Импорт",
|
"message": "Импорт"
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"shortcuts": {
|
"shortcuts": {
|
||||||
"message": "Клавиши",
|
"message": "Клавиши"
|
||||||
"description": "Go to shortcut configuration"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Ошибка обновления: сервер недоступен.",
|
"message": "Ошибка обновления: сервер недоступен."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "Фильтры",
|
"message": "Фильтры"
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
},
|
||||||
"applyAllUpdates": {
|
"applyAllUpdates": {
|
||||||
"message": "Применить все обновления",
|
"message": "Применить все обновления"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"optionsReset": {
|
"optionsReset": {
|
||||||
"message": "Сброс настроек к значениям по-умолчанию",
|
"message": "Сброс настроек к значениям по-умолчанию"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsCustomizeUpdate": {
|
"optionsCustomizeUpdate": {
|
||||||
"message": "Обновления",
|
"message": "Обновления"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Удалить этот стиль?",
|
"message": "Удалить этот стиль?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
},
|
||||||
"optionsCustomizePopup": {
|
"optionsCustomizePopup": {
|
||||||
"message": "Всплывающее окно",
|
"message": "Всплывающее окно"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "Ошибка в регулярном выражении.",
|
"message": "Ошибка в регулярном выражении."
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
},
|
||||||
"optionsHeading": {
|
"optionsHeading": {
|
||||||
"message": "Настройки",
|
"message": "Настройки"
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Применить к: $applies$",
|
"message": "Применить к: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -314,12 +238,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"openStylesManager": {
|
"openStylesManager": {
|
||||||
"message": "Менеджер стилей",
|
"message": "Менеджер стилей"
|
||||||
"description": "Label for the style maanger opener in the browser action context menu."
|
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "Подтвердите обновление стиля '$stylename$'.",
|
"message": "Подтвердите обновление стиля '$stylename$'.",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -327,16 +249,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Разделы",
|
"message": "Разделы"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"importReportLegendInvalid": {
|
"importReportLegendInvalid": {
|
||||||
"message": "некорректных пропущено",
|
"message": "некорректных пропущено"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Изменение стиля \"$stylename$\"",
|
"message": "Изменение стиля \"$stylename$\"",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -344,96 +263,70 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Нет обновлений.",
|
"message": "Нет обновлений."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "URL, начинающимся с",
|
"message": "URL, начинающимся с"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlightToken": {
|
"cm_matchHighlightToken": {
|
||||||
"message": "Элемент под курсором",
|
"message": "Элемент под курсором"
|
||||||
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of of the word/token under cursor even if nothing is selected"
|
|
||||||
},
|
},
|
||||||
"searchRegexp": {
|
"searchRegexp": {
|
||||||
"message": "Используйте нотацию /re/ для поиска регулярными выражениями",
|
"message": "Используйте нотацию /re/ для поиска регулярными выражениями"
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"updateCheckManualUpdateHint": {
|
"updateCheckManualUpdateHint": {
|
||||||
"message": "Форсирование обновления удалит локальные изменения.",
|
"message": "Форсирование обновления удалит локальные изменения."
|
||||||
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
|
|
||||||
},
|
},
|
||||||
"toggleStyle": {
|
"toggleStyle": {
|
||||||
"message": "Включить/выключить стиль",
|
"message": "Включить/выключить стиль"
|
||||||
"description": "Label for the checkbox to enable/disable a style"
|
|
||||||
},
|
},
|
||||||
"importReplaceTooltip": {
|
"importReplaceTooltip": {
|
||||||
"message": "Удалить содержимое редактируемого стиля и заменить его на импортируемый стиль",
|
"message": "Удалить содержимое редактируемого стиля и заменить его на импортируемый стиль"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "Список стилей сверху",
|
"message": "Список стилей сверху"
|
||||||
"description": "Label for the checkbox controlling section order in the popup."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Разделы позволяют задавать разный код для различных наборов URL в пределах одного стиля. Например, стиль может применяться к главной странице не так, как к остальным частям сайта.",
|
"message": "Разделы позволяют задавать разный код для различных наборов URL в пределах одного стиля. Например, стиль может применяться к главной странице не так, как к остальным частям сайта."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Для этого веб-сайта не установлено ни одного стиля.",
|
"message": "Для этого веб-сайта не установлено ни одного стиля."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "и другие",
|
"message": "и другие"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Удалить",
|
"message": "Удалить"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"updatesCurrentlyInstalled": {
|
"updatesCurrentlyInstalled": {
|
||||||
"message": "Установлено обновлений:",
|
"message": "Установлено обновлений:"
|
||||||
"description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatTitle": {
|
"styleToMozillaFormatTitle": {
|
||||||
"message": "Стиль в формате Mozilla",
|
"message": "Стиль в формате Mozilla"
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
},
|
||||||
"writeStyleFor": {
|
"writeStyleFor": {
|
||||||
"message": "Создать стиль для:",
|
"message": "Создать стиль для:"
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"message": "Заменить",
|
"message": "Заменить"
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestNone": {
|
"styleRegexpTestNone": {
|
||||||
"message": "Нет соответствующих вкладок",
|
"message": "Нет соответствующих вкладок"
|
||||||
"description": "RegExp test report: label for expressions that didn't match any tabs"
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedMeta": {
|
"importReportLegendUpdatedMeta": {
|
||||||
"message": "обновлены мета-данные",
|
"message": "обновлены мета-данные"
|
||||||
"description": "Text after the number of styles with updated meta info like name/url in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Применить к:",
|
"message": "Применить к:"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openOptionsPopup": {
|
"openOptionsPopup": {
|
||||||
"message": "Настройки",
|
"message": "Настройки"
|
||||||
"description": "Go to Options UI"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Менеджер",
|
"message": "Менеджер"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Ошибка обновления: сервер вернул код $code$.",
|
"message": "Ошибка обновления: сервер вернул код $code$.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -441,295 +334,219 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Указать",
|
"message": "Указать"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Установить обновление",
|
"message": "Установить обновление"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
},
|
||||||
"optionsCheckUpdate": {
|
"optionsCheckUpdate": {
|
||||||
"message": "Найти и установить обновления стилей",
|
"message": "Найти и установить обновления стилей"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportTitle": {
|
"importReportTitle": {
|
||||||
"message": "Импорт стилей завершен",
|
"message": "Импорт стилей завершен"
|
||||||
"description": "Title of the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleMozillaFormatHeading": {
|
"styleMozillaFormatHeading": {
|
||||||
"message": "Формат Mozilla",
|
"message": "Формат Mozilla"
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlight": {
|
"cm_matchHighlight": {
|
||||||
"message": "Подсвечивать",
|
"message": "Подсвечивать"
|
||||||
"description": "Label for the drop-down list controlling the automatic highlighting of current word/selection occurrences in the style editor."
|
|
||||||
},
|
},
|
||||||
"styleRegexpPartialExplanation": {
|
"styleRegexpPartialExplanation": {
|
||||||
"message": "В стиле используются regexp-выражения, которые соответствуют лишь части адреса, что нарушает <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>спецификацию CSS4 @document</a>, требующую соответствия всего адреса целиком. Секции стиля с такими regexp не были применены к странице. Вероятно, этот стиль был создан в \"Stylish для Chrome\", который некорректно проверяет regexp (известный баг).",
|
"message": "В стиле используются regexp-выражения, которые соответствуют лишь части адреса, что нарушает <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>спецификацию CSS4 @document</a>, требующую соответствия всего адреса целиком. Секции стиля с такими regexp не были применены к странице. Вероятно, этот стиль был создан в \"Stylish для Chrome\", который некорректно проверяет regexp (известный баг)."
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"unreachableContentScript": {
|
"unreachableContentScript": {
|
||||||
"message": "Нет связи со страницей. Попробуйте перезагрузить вкладку.",
|
"message": "Нет связи со страницей. Попробуйте перезагрузить вкладку."
|
||||||
"description": "Note in the toolbar popup usually on file:// URLs after [re]loading Stylus"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Удалить раздел",
|
"message": "Удалить раздел"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "Выключить все стили",
|
"message": "Выключить все стили"
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCheckSkippedMaybeLocallyEdited": {
|
"updateCheckSkippedMaybeLocallyEdited": {
|
||||||
"message": "Возможно был изменен локально.",
|
"message": "Возможно был изменен локально."
|
||||||
"description": "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
|
|
||||||
},
|
},
|
||||||
"undoGlobal": {
|
"undoGlobal": {
|
||||||
"message": "Отменить (глобально)",
|
"message": "Отменить (глобально)"
|
||||||
"description": "CSS-beautify global Undo button label"
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Обновление завершено.",
|
"message": "Обновление завершено."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Проверка…",
|
"message": "Проверка…"
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestFull": {
|
"styleRegexpTestFull": {
|
||||||
"message": "Соответствующие вкладки",
|
"message": "Соответствующие вкладки"
|
||||||
"description": "RegExp test report: label for the fully matching expressions"
|
|
||||||
},
|
},
|
||||||
"manageMaxTargets": {
|
"manageMaxTargets": {
|
||||||
"message": "Кол-во целевых сайтов/выражений",
|
"message": "Кол-во целевых сайтов/выражений"
|
||||||
"description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"manageFaviconsHelp": {
|
"manageFaviconsHelp": {
|
||||||
"message": "Используется сторонний сервис https://www.google.com/s2/favicons",
|
"message": "Используется сторонний сервис https://www.google.com/s2/favicons"
|
||||||
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"updateCheckSkippedLocallyEdited": {
|
"updateCheckSkippedLocallyEdited": {
|
||||||
"message": "Стиль был изменен локально.",
|
"message": "Стиль был изменен локально."
|
||||||
"description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
|
|
||||||
},
|
},
|
||||||
"optionsResetButton": {
|
"optionsResetButton": {
|
||||||
"message": "Сброс настроек",
|
"message": "Сброс настроек"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Код",
|
"message": "Код"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedContextDelete": {
|
"optionsAdvancedContextDelete": {
|
||||||
"message": "Показывать команду \"Удалить\" в контекстном меню редактора",
|
"message": "Показывать команду \"Удалить\" в контекстном меню редактора"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedBoth": {
|
"importReportLegendUpdatedBoth": {
|
||||||
"message": "обновлены мета-данные и код",
|
"message": "обновлены мета-данные и код"
|
||||||
"description": "Text after the number of styles updated entirely in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"cm_smartIndent": {
|
"cm_smartIndent": {
|
||||||
"message": "Умные отступы",
|
"message": "Умные отступы"
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestButton": {
|
"styleRegexpTestButton": {
|
||||||
"message": "Тест регулярки",
|
"message": "Тест регулярки"
|
||||||
"description": "RegExp test button label in the editor shown when applies-to list has a regexp value"
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Чтобы указать, к каким URL относится код в этом разделе, воспользуйтесь параметром \"Применить к\".",
|
"message": "Чтобы указать, к каким URL относится код в этом разделе, воспользуйтесь параметром \"Применить к\"."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Изменение стиля",
|
"message": "Изменение стиля"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
},
|
||||||
"editDeleteText": {
|
"editDeleteText": {
|
||||||
"message": "Удалить",
|
"message": "Удалить"
|
||||||
"description": "Label for the context menu item in the editor to delete selected text"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlightSelection": {
|
"cm_matchHighlightSelection": {
|
||||||
"message": "Выделенный текст",
|
"message": "Выделенный текст"
|
||||||
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededSomeEdited": {
|
"updateAllCheckSucceededSomeEdited": {
|
||||||
"message": "Не все стили были проверены, чтобы не потерять возможные локальные изменения. Форсировать обновление стиля можно индивидуально или запустив перепроверку всех обновляемых стилей (локальные изменения будут утеряны).",
|
"message": "Не все стили были проверены, чтобы не потерять возможные локальные изменения. Форсировать обновление стиля можно индивидуально или запустив перепроверку всех обновляемых стилей (локальные изменения будут утеряны)."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "Такие адреса не поддерживаются.",
|
"message": "Такие адреса не поддерживаются."
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"manageOnlyUpdates": {
|
"manageOnlyUpdates": {
|
||||||
"message": "Только обновляемые и проблемные",
|
"message": "Только обновляемые и проблемные"
|
||||||
"description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Добавление стиля",
|
"message": "Добавление стиля"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
},
|
||||||
"importReplaceLabel": {
|
"importReplaceLabel": {
|
||||||
"message": "Заменить стиль",
|
"message": "Заменить стиль"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"dbError": {
|
||||||
"message": "Возникла ошибка доступа к базе данных Stylus. Хотите перейти на страницу с возможными способами решения?",
|
"message": "Возникла ошибка доступа к базе данных Stylus. Хотите перейти на страницу с возможными способами решения?"
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
},
|
||||||
"optionsAdvanced": {
|
"optionsAdvanced": {
|
||||||
"message": "Другое",
|
"message": "Другое"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importAppendTooltip": {
|
"importAppendTooltip": {
|
||||||
"message": "Добавить импортируемый стиль к редактируемому",
|
"message": "Добавить импортируемый стиль к редактируемому"
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"editorStylesButton": {
|
"editorStylesButton": {
|
||||||
"message": "Сменить тему Стилус",
|
"message": "Сменить тему Стилус"
|
||||||
"description": "Find styles for the editor"
|
|
||||||
},
|
},
|
||||||
"optionsOpen": {
|
"optionsOpen": {
|
||||||
"message": "Открыть",
|
"message": "Открыть"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"helpKeyMapHotkey": {
|
"helpKeyMapHotkey": {
|
||||||
"message": "Нажмите клавишу",
|
"message": "Нажмите клавишу"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestInvalid": {
|
"styleRegexpTestInvalid": {
|
||||||
"message": "Пропущены некомпилируемые регулярки",
|
"message": "Пропущены некомпилируемые регулярки"
|
||||||
"description": "RegExp test report: label for the invalid expressions"
|
|
||||||
},
|
},
|
||||||
"replaceAll": {
|
"replaceAll": {
|
||||||
"message": "Заменить все",
|
"message": "Заменить все"
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
},
|
||||||
"importReportUnchanged": {
|
"importReportUnchanged": {
|
||||||
"message": "Ничего не изменилось.",
|
"message": "Ничего не изменилось."
|
||||||
"description": "Message in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"optionsActions": {
|
"optionsActions": {
|
||||||
"message": "Другие действия",
|
"message": "Другие действия"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"editGotoLine": {
|
"editGotoLine": {
|
||||||
"message": "Перейти к строке (или строке:колонке)",
|
"message": "Перейти к строке (или строке:колонке)"
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"manageOnlyLocalTooltip": {
|
"manageOnlyLocalTooltip": {
|
||||||
"message": "(т.е. стили, не установленные посредством сайта userstyles.org)",
|
"message": "(т.е. стили, не установленные посредством сайта userstyles.org)"
|
||||||
"description": "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Найти обновления всех стилей",
|
"message": "Найти обновления всех стилей"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
},
|
||||||
"openOptionsManage": {
|
"openOptionsManage": {
|
||||||
"message": "Настройки",
|
"message": "Настройки"
|
||||||
"description": "Go to Options UI"
|
|
||||||
},
|
},
|
||||||
"issuesHelp": {
|
"issuesHelp": {
|
||||||
"message": "Проблемы и предупреждения по версии <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> с данными включенными правилами:",
|
"message": "Проблемы и предупреждения по версии <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> с данными включенными правилами:"
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"optionsCustomizeBadge": {
|
"optionsCustomizeBadge": {
|
||||||
"message": "Бейдж на пиктограмме в тулбаре",
|
"message": "Бейдж на пиктограмме в тулбаре"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendIdentical": {
|
"importReportLegendIdentical": {
|
||||||
"message": "идентичные пропущены",
|
"message": "идентичные пропущены"
|
||||||
"description": "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"optionsPopupWidth": {
|
"optionsPopupWidth": {
|
||||||
"message": "Ширина всплывающего окна (в пикселах)",
|
"message": "Ширина всплывающего окна (в пикселах)"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"confirmNo": {
|
"confirmNo": {
|
||||||
"message": "Нет",
|
"message": "Нет"
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"undo": {
|
"undo": {
|
||||||
"message": "Отменить",
|
"message": "Отменить"
|
||||||
"description": "Button label"
|
|
||||||
},
|
},
|
||||||
"cm_keyMap": {
|
"cm_keyMap": {
|
||||||
"message": "Раскладка",
|
"message": "Раскладка"
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
},
|
||||||
"manageNewUI": {
|
"manageNewUI": {
|
||||||
"message": "Новый интерфейс",
|
"message": "Новый интерфейс"
|
||||||
"description": "Label for the checkbox that toggles the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"importReportUndoneTitle": {
|
"importReportUndoneTitle": {
|
||||||
"message": "Откат импорта завершен",
|
"message": "Откат импорта завершен"
|
||||||
"description": "Title of the message box shown after undoing the import of styles"
|
|
||||||
},
|
},
|
||||||
"genericDisabledLabel": {
|
"genericDisabledLabel": {
|
||||||
"message": "Отключен",
|
"message": "Отключен"
|
||||||
"description": "Used in various lists/options to indicate that something is disabled"
|
|
||||||
},
|
},
|
||||||
"cm_indentWithTabs": {
|
"cm_indentWithTabs": {
|
||||||
"message": "Умные отступы при помощи табуляции",
|
"message": "Умные отступы при помощи табуляции"
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"replaceWith": {
|
"replaceWith": {
|
||||||
"message": "Заменить на",
|
"message": "Заменить на"
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Удалить",
|
"message": "Удалить"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"updateCheckManualUpdateForce": {
|
"updateCheckManualUpdateForce": {
|
||||||
"message": "Установить обновление (локальные изменения будут утеряны)",
|
"message": "Установить обновление (локальные изменения будут утеряны)"
|
||||||
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedExposeIframes": {
|
"optionsAdvancedExposeIframes": {
|
||||||
"message": "Выявлять iframe путем добавления HTML[stylus-iframe]",
|
"message": "Выявлять iframe путем добавления HTML[stylus-iframe]"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Создать стиль",
|
"message": "Создать стиль"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
},
|
||||||
"optionsUpdateIntervalNote": {
|
"optionsUpdateIntervalNote": {
|
||||||
"message": "Для отключения автоматического обновления стилей введите 0 (ноль)",
|
"message": "Для отключения автоматического обновления стилей введите 0 (ноль)"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"backupButtons": {
|
"backupButtons": {
|
||||||
"message": "Резервное копирование",
|
"message": "Резервное копирование"
|
||||||
"description": "Heading for backup"
|
|
||||||
},
|
},
|
||||||
"manageOnlyEnabled": {
|
"manageOnlyEnabled": {
|
||||||
"message": "Только включенные стили",
|
"message": "Только включенные стили"
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Изменить",
|
"message": "Изменить"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
},
|
||||||
"cm_theme": {
|
"cm_theme": {
|
||||||
"message": "Тема",
|
"message": "Тема"
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
},
|
||||||
"backupMessage": {
|
"backupMessage": {
|
||||||
"message": "Нажмите Импорт чтобы выбрать файл или просто перетащите его на эту страницу",
|
"message": "Нажмите Импорт чтобы выбрать файл или просто перетащите его на эту страницу"
|
||||||
"description": "Message for backup"
|
|
||||||
},
|
},
|
||||||
"importReportUndone": {
|
"importReportUndone": {
|
||||||
"message": "восстановленных стилей",
|
"message": "восстановленных стилей"
|
||||||
"description": "Text after the number of styles reverted in the message box shown after undoing the import of styles"
|
|
||||||
},
|
},
|
||||||
"helpKeyMapCommand": {
|
"helpKeyMapCommand": {
|
||||||
"message": "Введите имя команды",
|
"message": "Введите имя команды"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Настраивайте стили веб-сайтов с помощью менеджера стилей Stylus. Он позволяет легко установить темы и изменить внешний вид сайтов Google, Facebook, YouTube, Orkut и множества других веб-страниц.",
|
"message": "Настраивайте стили веб-сайтов с помощью менеджера стилей Stylus. Он позволяет легко установить темы и изменить внешний вид сайтов Google, Facebook, YouTube, Orkut и множества других веб-страниц."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,111 +1,84 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Све",
|
"message": "Све"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
},
|
||||||
"defaultTheme": {
|
"defaultTheme": {
|
||||||
"message": "подразумевано",
|
"message": "подразумевано"
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
},
|
||||||
"exportLabel": {
|
"exportLabel": {
|
||||||
"message": "Извези",
|
"message": "Извези"
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"message": "Проблеми",
|
"message": "Проблеми"
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "Величина картице",
|
"message": "Величина картице"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Омогући",
|
"message": "Омогући"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Унесите назив",
|
"message": "Унесите назив"
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "УРЛ адресе на домену",
|
"message": "УРЛ адресе на домену"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Проверите ажурирање",
|
"message": "Проверите ажурирање"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
},
|
||||||
"importAppendLabel": {
|
"importAppendLabel": {
|
||||||
"message": "Додај стилу",
|
"message": "Додај стилу"
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "Сви стилови су ажурирани.",
|
"message": "Сви стилови су ажурирани."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
},
|
||||||
"styleFromMozillaFormatPrompt": {
|
"styleFromMozillaFormatPrompt": {
|
||||||
"message": "Налепи код у Mozilla формату",
|
"message": "Налепи код у Mozilla формату"
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Помоћ",
|
"message": "Помоћ"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"message": "Претражи",
|
"message": "Претражи"
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"confirmYes": {
|
"confirmYes": {
|
||||||
"message": "Да",
|
"message": "Да"
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Пронађи још стилова за овај сајт",
|
"message": "Пронађи још стилова за овај сајт"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Инсталирани стилови",
|
"message": "Инсталирани стилови"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
},
|
||||||
"styleBeautify": {
|
"styleBeautify": {
|
||||||
"message": " Улепшај",
|
"message": "Улепшај"
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Омогућено",
|
"message": "Омогућено"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Mozilla формат кода се може користити у Stylish за Firefox и може се послати на userstyles.org.",
|
"message": "Mozilla формат кода се може користити у Stylish за Firefox и може се послати на userstyles.org."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Додај нови одељак",
|
"message": "Додај нови одељак"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Сачувај",
|
"message": "Сачувај"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
},
|
||||||
"confirmStop": {
|
"confirmStop": {
|
||||||
"message": "Заустави",
|
"message": "Заустави"
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "ову УРЛ адресу",
|
"message": "ову УРЛ адресу"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Додај",
|
"message": "Додај"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "УРЛ адресе које одговарају регуларном изразу",
|
"message": "УРЛ адресе које одговарају регуларном изразу"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "Инсталирати '$stylename$' у Stylus?",
|
"message": "Инсталирати '$stylename$' у Stylus?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -113,74 +86,52 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
"manageText": {
|
||||||
"message": "<a href='https://userstyles.org'>Преузмите стилове са userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Помоћ</a>",
|
"message": "<a href='https://userstyles.org'>Преузмите стилове са userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Помоћ</a>"
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
},
|
||||||
"searchStyles": {
|
"searchStyles": {
|
||||||
"message": "Претражи садржај",
|
"message": "Претражи садржај"
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
},
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Онемогући",
|
"message": "Онемогући"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Прикажи број активних стилова за тренутни сајт на дугмету на алатној траци",
|
"message": "Прикажи број активних стилова за тренутни сајт на дугмету на алатној траци"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"menuShowBadge": {
|
"menuShowBadge": {
|
||||||
"message": "Прикажи број активних стилова",
|
"message": "Прикажи број активних стилова"
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "Преламање текста",
|
"message": "Преламање текста"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Назад на управљање",
|
"message": "Назад на управљање"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Направили сте измене овог стила које нисте сачували.",
|
"message": "Направили сте измене овог стила које нисте сачували."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
},
|
||||||
"importLabel": {
|
"importLabel": {
|
||||||
"message": "Увези",
|
"message": "Увези"
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Ажурирање није успело: сервер није доступан.",
|
"message": "Ажурирање није успело: сервер није доступан."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "Филтери",
|
"message": "Филтери"
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
},
|
||||||
"applyAllUpdates": {
|
"applyAllUpdates": {
|
||||||
"message": "Примени сва ажурирања",
|
"message": "Примени сва ажурирања"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Да ли сте сигурни да желите да избришете овај стил?",
|
"message": "Да ли сте сигурни да желите да избришете овај стил?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "Регуларни израз је неисправан.",
|
"message": "Регуларни израз је неисправан."
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
},
|
||||||
"optionsHeading": {
|
"optionsHeading": {
|
||||||
"message": "Опције",
|
"message": "Опције"
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Примењује се на: $applies$",
|
"message": "Примењује се на: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -189,7 +140,6 @@
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "Да ли сте сигурни да желите да ажурирате '$stylename$'?",
|
"message": "Да ли сте сигурни да желите да ажурирате '$stylename$'?",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -197,12 +147,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Одељци",
|
"message": "Одељци"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Уреди стил $stylename$",
|
"message": "Уреди стил $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +158,49 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Стил је ажуриран.",
|
"message": "Стил је ажуриран."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "УРЛ адресе које почињу са",
|
"message": "УРЛ адресе које почињу са"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
},
|
||||||
"searchRegexp": {
|
"searchRegexp": {
|
||||||
"message": "Користи /re/ синтаксу за претрагу регуларним изразом",
|
"message": "Користи /re/ синтаксу за претрагу регуларним изразом"
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"importReplaceTooltip": {
|
"importReplaceTooltip": {
|
||||||
"message": "Одбаци садржај тренутног стила и упиши преко њега увезени стил",
|
"message": "Одбаци садржај тренутног стила и упиши преко њега увезени стил"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "Излистај стилове пре команди у менију дугмета на алатној траци",
|
"message": "Излистај стилове пре команди у менију дугмета на алатној траци"
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Одељци вам омогућавају да дефинишете различите делове кода који се примењују на раличите скупове УРЛ-ова у истом стилу. На пример, један исти стил може променити почетну страницу једног сајта на један начин а остатак сајта на други начин.",
|
"message": "Одељци вам омогућавају да дефинишете различите делове кода који се примењују на раличите скупове УРЛ-ова у истом стилу. На пример, један исти стил може променити почетну страницу једног сајта на један начин а остатак сајта на други начин."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Нема инсталираних стилова за овај сајт.",
|
"message": "Нема инсталираних стилова за овај сајт."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "и још",
|
"message": "и још"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Уклони",
|
"message": "Уклони"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatTitle": {
|
"styleToMozillaFormatTitle": {
|
||||||
"message": "Стил у Mozilla формату",
|
"message": "Стил у Mozilla формату"
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
},
|
||||||
"writeStyleFor": {
|
"writeStyleFor": {
|
||||||
"message": "Упиши стил за:",
|
"message": "Упиши стил за:"
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"message": "Замени",
|
"message": "Замени"
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Примењује се на",
|
"message": "Примењује се на"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Управљај инсталираним стиловима",
|
"message": "Управљај инсталираним стиловима"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Ажурирање није успело: сервер је одговорио кодом $code$.",
|
"message": "Ажурирање није успело: сервер је одговорио кодом $code$.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,143 +208,108 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Детаљније",
|
"message": "Детаљније"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Инсталирај ажурирање",
|
"message": "Инсталирај ажурирање"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
},
|
||||||
"styleMozillaFormatHeading": {
|
"styleMozillaFormatHeading": {
|
||||||
"message": "Mozilla формат",
|
"message": "Mozilla формат"
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "Stylus не ради на страницама као што је ова.",
|
"message": "Stylus не ради на страницама као што је ова."
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Уклони одељак",
|
"message": "Уклони одељак"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "Искључи све стилове",
|
"message": "Искључи све стилове"
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"undoGlobal": {
|
"undoGlobal": {
|
||||||
"message": "Опозови (свеобухватно)",
|
"message": "Опозови (свеобухватно)"
|
||||||
"description": "CSS-beautify global Undo button label"
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Ажурирање је комплетирано.",
|
"message": "Ажурирање је комплетирано."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Проверавање...",
|
"message": "Проверавање..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Код",
|
"message": "Код"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
},
|
||||||
"cm_smartIndent": {
|
"cm_smartIndent": {
|
||||||
"message": "Користи паметно увлачење редова",
|
"message": "Користи паметно увлачење редова"
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Употреба 'Примењује се на' одређује опсег УРЛ адреса на које се код у овом одељку примењује.",
|
"message": "Употреба 'Примењује се на' одређује опсег УРЛ адреса на које се код у овом одељку примењује."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Уреди стил",
|
"message": "Уреди стил"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
},
|
||||||
"appliesUrlOption": {
|
"appliesUrlOption": {
|
||||||
"message": "УРЛ",
|
"message": "УРЛ"
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Додај стил",
|
"message": "Додај стил"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
},
|
||||||
"importReplaceLabel": {
|
"importReplaceLabel": {
|
||||||
"message": "Упиши преко стила",
|
"message": "Упиши преко стила"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"dbError": {
|
||||||
"message": "Дошло је до грешке користећи Stylus базу података. Да ли желите да посетите веб страницу са могућим решењима?",
|
"message": "Дошло је до грешке користећи Stylus базу података. Да ли желите да посетите веб страницу са могућим решењима?"
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
},
|
||||||
"importAppendTooltip": {
|
"importAppendTooltip": {
|
||||||
"message": "Додај увезени стил тренутном стилу",
|
"message": "Додај увезени стил тренутном стилу"
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"helpKeyMapHotkey": {
|
"helpKeyMapHotkey": {
|
||||||
"message": "Притисни пречицу",
|
"message": "Притисни пречицу"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"replaceAll": {
|
"replaceAll": {
|
||||||
"message": "Замени све",
|
"message": "Замени све"
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
},
|
||||||
"editGotoLine": {
|
"editGotoLine": {
|
||||||
"message": "Иди на ред (или line:col)",
|
"message": "Иди на ред (или line:col)"
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Проверите ажурирања за све стилове",
|
"message": "Проверите ажурирања за све стилове"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
},
|
||||||
"issuesHelp": {
|
"issuesHelp": {
|
||||||
"message": "Проблем пронађен од стране <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> са овим омогућеним правилима:",
|
"message": "Проблем пронађен од стране <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> са овим омогућеним правилима:"
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"confirmNo": {
|
"confirmNo": {
|
||||||
"message": "Не",
|
"message": "Не"
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"undo": {
|
"undo": {
|
||||||
"message": "Опозови",
|
"message": "Опозови"
|
||||||
"description": "Button label"
|
|
||||||
},
|
},
|
||||||
"cm_keyMap": {
|
"cm_keyMap": {
|
||||||
"message": "Мапа тастера",
|
"message": "Мапа тастера"
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
},
|
||||||
"cm_indentWithTabs": {
|
"cm_indentWithTabs": {
|
||||||
"message": "Користи картице са паметним увлачењем редова",
|
"message": "Користи картице са паметним увлачењем редова"
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"replaceWith": {
|
"replaceWith": {
|
||||||
"message": "Замени са",
|
"message": "Замени са"
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Избриши",
|
"message": "Избриши"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Упиши нови стил",
|
"message": "Упиши нови стил"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
},
|
||||||
"manageOnlyEnabled": {
|
"manageOnlyEnabled": {
|
||||||
"message": "Само омогућени стилови",
|
"message": "Само омогућени стилови"
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Уреди",
|
"message": "Уреди"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
},
|
||||||
"cm_theme": {
|
"cm_theme": {
|
||||||
"message": "Тема",
|
"message": "Тема"
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
},
|
||||||
"helpKeyMapCommand": {
|
"helpKeyMapCommand": {
|
||||||
"message": "Укуцај име команде",
|
"message": "Укуцај име команде"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Измените стил интернет мреже управљачем корисничких стилова. Stylus вам омогућава да лако инсталирате теме и скинове за многе популарне сајтове.",
|
"message": "Измените стил интернет мреже управљачем корисничких стилова. Stylus вам омогућава да лако инсталирате теме и скинове за многе популарне сајтове."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,186 +1,101 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Allt",
|
"message": "Allt"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"defaultTheme": {
|
|
||||||
"message": "default",
|
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
|
||||||
"exportLabel": {
|
|
||||||
"message": "Export",
|
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "Flikstorlek",
|
"message": "Flikstorlek"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Aktivera",
|
"message": "Aktivera"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Ange ett namn.",
|
"message": "Ange ett namn."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URL:er på domänen",
|
"message": "URL:er på domänen"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Leta efter uppdatering",
|
"message": "Leta efter uppdatering"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "Alla stilar är fullt uppdaterade.",
|
"message": "Alla stilar är fullt uppdaterade."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Hjälp",
|
"message": "Hjälp"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"confirmYes": {
|
|
||||||
"message": "Yes",
|
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Hitta fler stilar för denna sida",
|
"message": "Hitta fler stilar för denna sida"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Installerade Stilar",
|
"message": "Installerade Stilar"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Aktiverad",
|
"message": "Aktiverad"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Mozilla-formatet av koden fungerar i Stylish till Firefox samt vid uppladdandet till userstyles.org.",
|
"message": "Mozilla-formatet av koden fungerar i Stylish till Firefox samt vid uppladdandet till userstyles.org."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Lägg till ytterligare en sektion",
|
"message": "Lägg till ytterligare en sektion"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Spara",
|
"message": "Spara"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "denna URL",
|
"message": "denna URL"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Lägg till",
|
"message": "Lägg till"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "URL:er som matchar regexp:en",
|
"message": "URL:er som matchar regexp:en"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "Installera '$stylename$' in i Stylus?",
|
"message": "Installera '$stylename$' in i Stylus?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Inaktivera",
|
"message": "Inaktivera"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Visa antalet aktiva stilar för den nuvarande sidan på verktygsfältsikonen",
|
"message": "Visa antalet aktiva stilar för den nuvarande sidan på verktygsfältsikonen"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"menuShowBadge": {
|
"menuShowBadge": {
|
||||||
"message": "Visa antalet aktiva stilar",
|
"message": "Visa antalet aktiva stilar"
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "Radbrytning",
|
"message": "Radbrytning"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Återgå till hantera",
|
"message": "Återgå till hantera"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Du har gjort ändringar i denna stil utan att spara.",
|
"message": "Du har gjort ändringar i denna stil utan att spara."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Uppdateringen misslyckades: server onåbar.",
|
"message": "Uppdateringen misslyckades: server onåbar."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "Filter",
|
"message": "Filter"
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
},
|
||||||
"applyAllUpdates": {
|
"applyAllUpdates": {
|
||||||
"message": "Verkställ alla uppdateringar",
|
"message": "Verkställ alla uppdateringar"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Är du säker på att du vill ta bort denna stil?",
|
"message": "Är du säker på att du vill ta bort denna stil?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "Regexp:en är ogiltig",
|
"message": "Regexp:en är ogiltig"
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
},
|
||||||
"optionsHeading": {
|
"optionsHeading": {
|
||||||
"message": "Alternativ",
|
"message": "Alternativ"
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Gäller för: $applies$",
|
"message": "Gäller för: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -189,7 +104,6 @@
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "Är du säker på att du vill uppdatera '$stylename$'?",
|
"message": "Är du säker på att du vill uppdatera '$stylename$'?",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -197,12 +111,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Sektioner",
|
"message": "Sektioner"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Ändra i Stil $stylename$",
|
"message": "Ändra i Stil $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +122,37 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Stilen är fullt uppdaterad.",
|
"message": "Stilen är fullt uppdaterad."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "URL:er som börjar på",
|
"message": "URL:er som börjar på"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "Lista stilar före kommandon i verktygsfältets knappmeny",
|
"message": "Lista stilar före kommandon i verktygsfältets knappmeny"
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Sektioner låter dig definiera olika sorters kod som påverkar olika URL:er i samma stil. Till exempel, en stil kan ändra en viss hemsida på ett sätt, samtidigt som den ändrar andra delar på en helt annan sida.",
|
"message": "Sektioner låter dig definiera olika sorters kod som påverkar olika URL:er i samma stil. Till exempel, en stil kan ändra en viss hemsida på ett sätt, samtidigt som den ändrar andra delar på en helt annan sida."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Inga stilar installerade för denna sida.",
|
"message": "Inga stilar installerade för denna sida."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "och mer",
|
"message": "och mer"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Ta bort",
|
"message": "Ta bort"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
},
|
||||||
"writeStyleFor": {
|
"writeStyleFor": {
|
||||||
"message": "Skriv stil för:",
|
"message": "Skriv stil för:"
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Gäller för",
|
"message": "Gäller för"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Hantera installerade stilar",
|
"message": "Hantera installerade stilar"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Uppdateringen misslyckades: servern svarade med kod $code$.",
|
"message": "Uppdateringen misslyckades: servern svarade med kod $code$.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,139 +160,69 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Specificera",
|
"message": "Specificera"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Installera uppdatering",
|
"message": "Installera uppdatering"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "Stylus fungerar inte på sidor som denna.",
|
"message": "Stylus fungerar inte på sidor som denna."
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Ta bort sektion",
|
"message": "Ta bort sektion"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "Stäng av alla stilar",
|
"message": "Stäng av alla stilar"
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Uppdatering slutförd.",
|
"message": "Uppdatering slutförd."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Letar...",
|
"message": "Letar..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Kod",
|
"message": "Kod"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
},
|
||||||
"cm_smartIndent": {
|
"cm_smartIndent": {
|
||||||
"message": "Använd smart indrag",
|
"message": "Använd smart indrag"
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Använd 'Gäller för' alternativet för att begränsa vilka URL:er koden i denna sektion gäller för.",
|
"message": "Använd 'Gäller för' alternativet för att begränsa vilka URL:er koden i denna sektion gäller för."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Ändra i Stil",
|
"message": "Ändra i Stil"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Lägg till stil",
|
"message": "Lägg till stil"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"dbError": {
|
||||||
"message": "Ett fel inträffades vid hanteringen av Stylus-databasen. Skulle du vilja besöka en sida med eventuella lösningar?",
|
"message": "Ett fel inträffades vid hanteringen av Stylus-databasen. Skulle du vilja besöka en sida med eventuella lösningar?"
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
},
|
||||||
"editGotoLine": {
|
"editGotoLine": {
|
||||||
"message": "Gå till rad (eller rad:kol)",
|
"message": "Gå till rad (eller rad:kol)"
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Leta igenom alla stilar efter uppdateringar",
|
"message": "Leta igenom alla stilar efter uppdateringar"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
},
|
||||||
"cm_keyMap": {
|
"cm_keyMap": {
|
||||||
"message": "Nyckelkarta",
|
"message": "Nyckelkarta"
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
},
|
||||||
"cm_indentWithTabs": {
|
"cm_indentWithTabs": {
|
||||||
"message": "Använd flikar med smart indrag",
|
"message": "Använd flikar med smart indrag"
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Ta bort",
|
"message": "Ta bort"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Skriv ny stil",
|
"message": "Skriv ny stil"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
},
|
||||||
"manageOnlyEnabled": {
|
"manageOnlyEnabled": {
|
||||||
"message": "Endast aktiverade stilar",
|
"message": "Endast aktiverade stilar"
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Ändra",
|
"message": "Ändra"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
|
||||||
"helpKeyMapCommand": {
|
|
||||||
"message": "Type a command name",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Style:a om webben med Stylus, en användarstils-hanterare. Stylus låter dig enkelt installera teman och skal för många populära sidor.",
|
"message": "Style:a om webben med Stylus, en användarstils-hanterare. Stylus låter dig enkelt installera teman och skal för många populära sidor."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,186 +1,101 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Allt",
|
"message": "Allt"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"defaultTheme": {
|
|
||||||
"message": "default",
|
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
|
||||||
"exportLabel": {
|
|
||||||
"message": "Export",
|
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "Flikstorlek",
|
"message": "Flikstorlek"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Aktivera",
|
"message": "Aktivera"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Ange ett namn.",
|
"message": "Ange ett namn."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "URL:er på domänen",
|
"message": "URL:er på domänen"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Leta efter uppdatering",
|
"message": "Leta efter uppdatering"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "Alla stilar är fullt uppdaterade.",
|
"message": "Alla stilar är fullt uppdaterade."
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Hjälp",
|
"message": "Hjälp"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"confirmYes": {
|
|
||||||
"message": "Yes",
|
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Hitta fler stilar för denna sida",
|
"message": "Hitta fler stilar för denna sida"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Installerade Stilar",
|
"message": "Installerade Stilar"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Aktiverad",
|
"message": "Aktiverad"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Mozilla-formatet av koden fungerar i Stylish till Firefox samt vid uppladdandet till userstyles.org.",
|
"message": "Mozilla-formatet av koden fungerar i Stylish till Firefox samt vid uppladdandet till userstyles.org."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Lägg till ytterligare en sektion",
|
"message": "Lägg till ytterligare en sektion"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Spara",
|
"message": "Spara"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "denna URL",
|
"message": "denna URL"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Lägg till",
|
"message": "Lägg till"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "URL:er som matchar regexp:en",
|
"message": "URL:er som matchar regexp:en"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "Installera '$stylename$' in i Stylus?",
|
"message": "Installera '$stylename$' in i Stylus?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Inaktivera",
|
"message": "Inaktivera"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "Visa antalet aktiva stilar för den nuvarande sidan på verktygsfältsikonen",
|
"message": "Visa antalet aktiva stilar för den nuvarande sidan på verktygsfältsikonen"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"menuShowBadge": {
|
"menuShowBadge": {
|
||||||
"message": "Visa antalet aktiva stilar",
|
"message": "Visa antalet aktiva stilar"
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "Radbrytning",
|
"message": "Radbrytning"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Återgå till hantera",
|
"message": "Återgå till hantera"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Du har gjort ändringar i denna stil utan att spara.",
|
"message": "Du har gjort ändringar i denna stil utan att spara."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Uppdateringen misslyckades: server onåbar.",
|
"message": "Uppdateringen misslyckades: server onåbar."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "Filter",
|
"message": "Filter"
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
},
|
||||||
"applyAllUpdates": {
|
"applyAllUpdates": {
|
||||||
"message": "Verkställ alla uppdateringar",
|
"message": "Verkställ alla uppdateringar"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Är du säker på att du vill ta bort denna stil?",
|
"message": "Är du säker på att du vill ta bort denna stil?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "Regexp:en är ogiltig.",
|
"message": "Regexp:en är ogiltig."
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
},
|
||||||
"optionsHeading": {
|
"optionsHeading": {
|
||||||
"message": "Alternativ",
|
"message": "Alternativ"
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Gäller för: $applies$",
|
"message": "Gäller för: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -189,7 +104,6 @@
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "Är du säker på att du vill uppdatera '$stylename$'?",
|
"message": "Är du säker på att du vill uppdatera '$stylename$'?",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -197,12 +111,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Sektioner",
|
"message": "Sektioner"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "Ändra i Stil $stylename$",
|
"message": "Ändra i Stil $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +122,37 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Stilen är fullt uppdaterad.",
|
"message": "Stilen är fullt uppdaterad."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "URL:er som börjar på",
|
"message": "URL:er som börjar på"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "Lista stilar före kommandon i verktygsfältets knappmeny",
|
"message": "Lista stilar före kommandon i verktygsfältets knappmeny"
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Sektioner låter dig definiera olika sorters kod som påverkar olika URL:er i samma stil. Till exempel, en stil kan ändra en viss hemsida på ett sätt, samtidigt som den ändrar andra delar på en helt annan sida.",
|
"message": "Sektioner låter dig definiera olika sorters kod som påverkar olika URL:er i samma stil. Till exempel, en stil kan ändra en viss hemsida på ett sätt, samtidigt som den ändrar andra delar på en helt annan sida."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Inga stilar installerade för denna sida.",
|
"message": "Inga stilar installerade för denna sida."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "och mer",
|
"message": "och mer"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Ta bort",
|
"message": "Ta bort"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
},
|
||||||
"writeStyleFor": {
|
"writeStyleFor": {
|
||||||
"message": "Skapa stil för:",
|
"message": "Skapa stil för:"
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Gäller för",
|
"message": "Gäller för"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Hantera installerade stilar",
|
"message": "Hantera installerade stilar"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Uppdateringen misslyckades: servern svarade med kod $code$.",
|
"message": "Uppdateringen misslyckades: servern svarade med kod $code$.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,139 +160,69 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Specificera",
|
"message": "Specificera"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Installera uppdatering",
|
"message": "Installera uppdatering"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "Stylus fungerar inte på sidor som dessa.",
|
"message": "Stylus fungerar inte på sidor som dessa."
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Ta bort sektion",
|
"message": "Ta bort sektion"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "Stäng av alla stilar",
|
"message": "Stäng av alla stilar"
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Uppdatering slutförd.",
|
"message": "Uppdatering slutförd."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Letar...",
|
"message": "Letar..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Kod",
|
"message": "Kod"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
},
|
||||||
"cm_smartIndent": {
|
"cm_smartIndent": {
|
||||||
"message": "Använd smart indrag",
|
"message": "Använd smart indrag"
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Använd 'Gäller för' alternativet för att begränsa vilka URL:er koden i denna sektion gäller för.",
|
"message": "Använd 'Gäller för' alternativet för att begränsa vilka URL:er koden i denna sektion gäller för."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Ändra i Stil",
|
"message": "Ändra i Stil"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Lägg till stil",
|
"message": "Lägg till stil"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"dbError": {
|
||||||
"message": "Ett fel inträffades vid hanteringen av Stylus-databasen. Skulle du vilja besöka en sida med eventuella lösningar?",
|
"message": "Ett fel inträffades vid hanteringen av Stylus-databasen. Skulle du vilja besöka en sida med eventuella lösningar?"
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
},
|
||||||
"editGotoLine": {
|
"editGotoLine": {
|
||||||
"message": "Gå till rad (eller rad:kol)",
|
"message": "Gå till rad (eller rad:kol)"
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Leta igenom alla stilar efter uppdateringar",
|
"message": "Leta igenom alla stilar efter uppdateringar"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
},
|
||||||
"cm_keyMap": {
|
"cm_keyMap": {
|
||||||
"message": "Nyckelkarta",
|
"message": "Nyckelkarta"
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
},
|
||||||
"cm_indentWithTabs": {
|
"cm_indentWithTabs": {
|
||||||
"message": "Använd flikar med smart indrag",
|
"message": "Använd flikar med smart indrag"
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Ta bort",
|
"message": "Ta bort"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Skriv ny stil",
|
"message": "Skriv ny stil"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
},
|
||||||
"manageOnlyEnabled": {
|
"manageOnlyEnabled": {
|
||||||
"message": "Endast aktiverade stilar",
|
"message": "Endast aktiverade stilar"
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Ändra",
|
"message": "Ändra"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
|
||||||
"helpKeyMapCommand": {
|
|
||||||
"message": "Type a command name",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Style:a om webben med Stylus, en användarstils-hanterare. Stylus låter dig enkelt installera teman och skal för många populära sidor.",
|
"message": "Style:a om webben med Stylus, en användarstils-hanterare. Stylus låter dig enkelt installera teman och skal för många populära sidor."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,413 +1,55 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "అన్నిటికీ",
|
"message": "అన్నిటికీ"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"defaultTheme": {
|
|
||||||
"message": "default",
|
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
|
||||||
"exportLabel": {
|
|
||||||
"message": "Export",
|
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"cm_tabSize": {
|
|
||||||
"message": "Tab size",
|
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "చేతనించు",
|
"message": "చేతనించు"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
|
||||||
"styleMissingName": {
|
|
||||||
"message": "Enter a name.",
|
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
|
||||||
"appliesDomainOption": {
|
|
||||||
"message": "URLs on the domain",
|
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
|
||||||
"checkForUpdate": {
|
|
||||||
"message": "Check for update",
|
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
|
||||||
"message": "All styles are up to date.",
|
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "సహాయం",
|
"message": "సహాయం"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"confirmYes": {
|
|
||||||
"message": "Yes",
|
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"findStylesForSite": {
|
|
||||||
"message": "Find more styles for this site",
|
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "స్థాపిత శైలులు",
|
"message": "స్థాపిత శైలులు"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
|
||||||
"styleEnabledLabel": {
|
|
||||||
"message": "Enabled",
|
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatHelp": {
|
|
||||||
"message": "The Mozilla format of the code can be used with Stylish for Firefox and can be submitted to userstyles.org.",
|
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
|
||||||
"sectionAdd": {
|
|
||||||
"message": "Add another section",
|
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "భద్రపరచు",
|
"message": "భద్రపరచు"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"writeStyleForURL": {
|
|
||||||
"message": "this URL",
|
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "చేర్చు",
|
"message": "చేర్చు"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
|
||||||
"appliesRegexpOption": {
|
|
||||||
"message": "URLs matching the regexp",
|
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
|
||||||
"styleInstall": {
|
|
||||||
"message": "Install '$stylename$' into Stylus?",
|
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
|
||||||
"stylename": {
|
|
||||||
"content": "$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
},
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "అచేతనించు",
|
"message": "అచేతనించు"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"prefShowBadge": {
|
|
||||||
"message": "Show number of styles active for the current site on the toolbar button",
|
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"menuShowBadge": {
|
|
||||||
"message": "Show active style count",
|
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"cm_lineWrapping": {
|
|
||||||
"message": "Word wrap",
|
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
|
||||||
"styleCancelEditLabel": {
|
|
||||||
"message": "Back to manage",
|
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
|
||||||
"styleChangesNotSaved": {
|
|
||||||
"message": "You've made changes to this style without saving.",
|
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"updateCheckFailServerUnreachable": {
|
|
||||||
"message": "Update failed: server unreachable.",
|
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"manageFilters": {
|
|
||||||
"message": "Filters",
|
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
|
||||||
"applyAllUpdates": {
|
|
||||||
"message": "Apply all updates",
|
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "మీరు నజంగానే ఈ శైలిని తొలగించాలనుకుంటున్నారా?",
|
"message": "మీరు నజంగానే ఈ శైలిని తొలగించాలనుకుంటున్నారా?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
|
||||||
"styleBadRegexp": {
|
|
||||||
"message": "Regexp is invalid.",
|
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"optionsHeading": {
|
|
||||||
"message": "Options",
|
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "వేటికి వర్తిస్తుంది; $applies$",
|
"message": "వేటికి వర్తిస్తుంది; $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
|
||||||
"message": "Are you sure you want to update '$stylename$'?",
|
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
|
||||||
"stylename": {
|
|
||||||
"content": "$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "విభాగాలు",
|
"message": "విభాగాలు"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
|
||||||
"editStyleTitle": {
|
|
||||||
"message": "Edit Style $stylename$",
|
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
|
||||||
"stylename": {
|
|
||||||
"content": "$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"updateCheckSucceededNoUpdate": {
|
|
||||||
"message": "Style is up to date.",
|
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
|
||||||
"appliesUrlPrefixOption": {
|
|
||||||
"message": "URLs starting with",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"popupStylesFirst": {
|
|
||||||
"message": "List styles before commands in the toolbar button menu",
|
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
|
||||||
"sectionHelp": {
|
|
||||||
"message": "Sections let you define different pieces of code to apply to different sets of URLs in the same style. For example, a single style could change the homepage of a site one way, while changing the rest of a site another way.",
|
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
|
||||||
"noStylesForSite": {
|
|
||||||
"message": "No styles installed for this site.",
|
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "ఇంకా మరిన్ని",
|
"message": "ఇంకా మరిన్ని"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "తొలగించు",
|
"message": "తొలగించు"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
},
|
||||||
"manageTitle": {
|
"manageTitle": {
|
||||||
"message": "స్టైలిష్",
|
"message": "స్టైలిష్"
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
|
||||||
"writeStyleFor": {
|
|
||||||
"message": "Write style for: ",
|
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
|
||||||
"appliesLabel": {
|
|
||||||
"message": "Applies to",
|
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
|
||||||
"openManage": {
|
|
||||||
"message": "Manage installed styles",
|
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
|
||||||
"updateCheckFailBadResponseCode": {
|
|
||||||
"message": "Update failed: server responded with code $code$.",
|
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
|
||||||
"code": {
|
|
||||||
"content": "$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"appliesSpecify": {
|
|
||||||
"message": "Specify",
|
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
|
||||||
"installUpdate": {
|
|
||||||
"message": "Install update",
|
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
|
||||||
"sectionRemove": {
|
|
||||||
"message": "Remove section",
|
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"disableAllStyles": {
|
|
||||||
"message": "Turn all styles off",
|
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
|
||||||
"updateCompleted": {
|
|
||||||
"message": "Update completed.",
|
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
|
||||||
"checkingForUpdate": {
|
|
||||||
"message": "Checking...",
|
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
|
||||||
"sectionCode": {
|
|
||||||
"message": "Code",
|
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
|
||||||
"cm_smartIndent": {
|
|
||||||
"message": "Use smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"appliesHelp": {
|
|
||||||
"message": "Use the 'Applies to' controls to limit what URLs the code in this section applies to.",
|
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
|
||||||
"editStyleHeading": {
|
|
||||||
"message": "Edit Style",
|
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
|
||||||
"addStyleTitle": {
|
|
||||||
"message": "Add Style",
|
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"dbError": {
|
|
||||||
"message": "An error has occurred using the Stylus database. Would you like to visit a web page with possible solutions?",
|
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
|
||||||
"editGotoLine": {
|
|
||||||
"message": "Goto line (or line:col)",
|
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
|
||||||
"checkAllUpdates": {
|
|
||||||
"message": "Check all styles for updates",
|
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
|
||||||
"cm_keyMap": {
|
|
||||||
"message": "Keymap",
|
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
|
||||||
"cm_indentWithTabs": {
|
|
||||||
"message": "Use tabs with smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "తొలగించు",
|
"message": "తొలగించు"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "క్రొత్త స్టైల్ వ్రాయండి",
|
"message": "క్రొత్త స్టైల్ వ్రాయండి"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
|
||||||
"manageOnlyEnabled": {
|
|
||||||
"message": "Only enabled styles",
|
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "మార్చు",
|
"message": "మార్చు"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
|
||||||
"helpKeyMapCommand": {
|
|
||||||
"message": "Type a command name",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"description": {
|
|
||||||
"message": "Restyle the web with Stylus, a user styles manager. Stylus lets you easily install themes and skins for many popular sites.",
|
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,208 +1,82 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "Her şey",
|
"message": "Her şey"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"defaultTheme": {
|
|
||||||
"message": "default",
|
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
|
||||||
"exportLabel": {
|
|
||||||
"message": "Export",
|
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"cm_tabSize": {
|
|
||||||
"message": "Tab size",
|
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "Etkinleştir",
|
"message": "Etkinleştir"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "Bir ad girin.",
|
"message": "Bir ad girin."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "Alan adındaki URLler",
|
"message": "Alan adındaki URLler"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "Güncellemeleri denetle",
|
"message": "Güncellemeleri denetle"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
|
||||||
"message": "All styles are up to date.",
|
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "Yardım",
|
"message": "Yardım"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"confirmYes": {
|
|
||||||
"message": "Yes",
|
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "Bu site için başka stiller bul",
|
"message": "Bu site için başka stiller bul"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "Yüklü Stiller",
|
"message": "Yüklü Stiller"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "Etkin",
|
"message": "Etkin"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Kodun Mozilla biçimi, Firefox için Stylish ile kullanılabilir ve userstyles.org sitesine gönderilebilir.",
|
"message": "Kodun Mozilla biçimi, Firefox için Stylish ile kullanılabilir ve userstyles.org sitesine gönderilebilir."
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "Başka bölüm ekle",
|
"message": "Başka bölüm ekle"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "Kaydet",
|
"message": "Kaydet"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"writeStyleForURL": {
|
|
||||||
"message": "this URL",
|
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "Ekleyin",
|
"message": "Ekleyin"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "regexp ile eşleşen URL'ler",
|
"message": "regexp ile eşleşen URL'ler"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "'$stylename$' Stylus'e yüklensin mi?",
|
"message": "'$stylename$' Stylus'e yüklensin mi?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "Devre dışı bırak",
|
"message": "Devre dışı bırak"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"prefShowBadge": {
|
|
||||||
"message": "Show number of styles active for the current site on the toolbar button",
|
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"menuShowBadge": {
|
|
||||||
"message": "Show active style count",
|
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"cm_lineWrapping": {
|
|
||||||
"message": "Word wrap",
|
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "Yönetim sayfasına dön",
|
"message": "Yönetim sayfasına dön"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "Bu stilde yaptığınız, kaydedilmemiş değişiklikler var.",
|
"message": "Bu stilde yaptığınız, kaydedilmemiş değişiklikler var."
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "Güncellenemedi: sunucuya erişilemiyor.",
|
"message": "Güncellenemedi: sunucuya erişilemiyor."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"manageFilters": {
|
|
||||||
"message": "Filters",
|
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
|
||||||
"applyAllUpdates": {
|
|
||||||
"message": "Apply all updates",
|
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "Bu stili silmek istediğinizden emin misiniz?",
|
"message": "Bu stili silmek istediğinizden emin misiniz?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
|
||||||
"styleBadRegexp": {
|
|
||||||
"message": "Regexp is invalid.",
|
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"optionsHeading": {
|
|
||||||
"message": "Options",
|
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "Şuraya uygulanır: $applies$",
|
"message": "Şuraya uygulanır: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
|
||||||
"message": "Are you sure you want to update '$stylename$'?",
|
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
|
||||||
"stylename": {
|
|
||||||
"content": "$1"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "Bölümler",
|
"message": "Bölümler"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "$stylename$ Stilini Düzenleyin",
|
"message": "$stylename$ Stilini Düzenleyin",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +84,31 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "Stil güncel.",
|
"message": "Stil güncel."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "Şununla başlayan URL'ler:",
|
"message": "Şununla başlayan URL'ler:"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"popupStylesFirst": {
|
|
||||||
"message": "List styles before commands in the toolbar button menu",
|
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "Bölümler, aynı stil içindeki farklı URL kümelerine uygulanacak farklı kod parçaları tanımlamanıza olanak sağlar. Örneğin, tek bir stil bir sitenin ana sayfasını belirli bir şekilde değiştirirken, sayfanın kalan kısmını farklı bir şekilde değiştirebilir.",
|
"message": "Bölümler, aynı stil içindeki farklı URL kümelerine uygulanacak farklı kod parçaları tanımlamanıza olanak sağlar. Örneğin, tek bir stil bir sitenin ana sayfasını belirli bir şekilde değiştirirken, sayfanın kalan kısmını farklı bir şekilde değiştirebilir."
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "Bu site için hiçbir stil yüklenmedi.",
|
"message": "Bu site için hiçbir stil yüklenmedi."
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "ve diğerleri",
|
"message": "ve diğerleri"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "Kaldır",
|
"message": "Kaldır"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
|
||||||
"writeStyleFor": {
|
|
||||||
"message": "Write style for: ",
|
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "Şuraya uygulanır",
|
"message": "Şuraya uygulanır"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "Yüklü stilleri yönet",
|
"message": "Yüklü stilleri yönet"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "Güncellenemedi: sunucu yanıt olarak $code$ kodunu gönderdi.",
|
"message": "Güncellenemedi: sunucu yanıt olarak $code$ kodunu gönderdi.",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,135 +116,45 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "Belirt",
|
"message": "Belirt"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "Güncellemeyi yükle",
|
"message": "Güncellemeyi yükle"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "Bölümü kaldır",
|
"message": "Bölümü kaldır"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"disableAllStyles": {
|
|
||||||
"message": "Turn all styles off",
|
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "Güncelleme tamamlandı.",
|
"message": "Güncelleme tamamlandı."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "Kontrol ediliyor...",
|
"message": "Kontrol ediliyor..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "Kod",
|
"message": "Kod"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
|
||||||
"cm_smartIndent": {
|
|
||||||
"message": "Use smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "Bu bölümdeki kodun hangi URLlere uygulanacağını sınırlamak için 'Şuraya uygulanır' denetimlerini kullanın.",
|
"message": "Bu bölümdeki kodun hangi URLlere uygulanacağını sınırlamak için 'Şuraya uygulanır' denetimlerini kullanın."
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "Stili Düzenle",
|
"message": "Stili Düzenle"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
|
||||||
"appliesUrlOption": {
|
|
||||||
"message": "URL",
|
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "Stil Ekleyin",
|
"message": "Stil Ekleyin"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"dbError": {
|
|
||||||
"message": "An error has occurred using the Stylus database. Would you like to visit a web page with possible solutions?",
|
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
|
||||||
"editGotoLine": {
|
|
||||||
"message": "Goto line (or line:col)",
|
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "Tüm stiller için güncellemeleri denetle",
|
"message": "Tüm stiller için güncellemeleri denetle"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
|
||||||
"cm_keyMap": {
|
|
||||||
"message": "Keymap",
|
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
|
||||||
"cm_indentWithTabs": {
|
|
||||||
"message": "Use tabs with smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "Sil",
|
"message": "Sil"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "Yeni stil oluşturun",
|
"message": "Yeni stil oluşturun"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
|
||||||
"manageOnlyEnabled": {
|
|
||||||
"message": "Only enabled styles",
|
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "Düzenle",
|
"message": "Düzenle"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
|
||||||
"helpKeyMapCommand": {
|
|
||||||
"message": "Type a command name",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Kullanıcı stil yöneticisi Stylus ile Web'in stilini yenileyin. Stylus Google, Facebook, YouTube, Orkut ve diğer pek çok site için temalar ve görünüm yüklemenize imkân tanır.",
|
"message": "Kullanıcı stil yöneticisi Stylus ile Web'in stilini yenileyin. Stylus Google, Facebook, YouTube, Orkut ve diğer pek çok site için temalar ve görünüm yüklemenize imkân tanır."
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,186 +1,71 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "所有站点",
|
"message": "所有站点"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
|
||||||
"defaultTheme": {
|
|
||||||
"message": "default",
|
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
|
||||||
"exportLabel": {
|
|
||||||
"message": "Export",
|
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
|
||||||
"issues": {
|
|
||||||
"message": "Issues",
|
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"cm_tabSize": {
|
|
||||||
"message": "Tab size",
|
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "启用",
|
"message": "启用"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "请输入名称.",
|
"message": "请输入名称."
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "指定域上的URL",
|
"message": "指定域上的URL"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "检查更新",
|
"message": "检查更新"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
|
||||||
"importAppendLabel": {
|
|
||||||
"message": "Append to style",
|
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
|
||||||
"message": "All styles are up to date.",
|
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
|
||||||
"styleFromMozillaFormatPrompt": {
|
|
||||||
"message": "Paste the Mozilla-format code",
|
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "帮助",
|
"message": "帮助"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
|
||||||
"search": {
|
|
||||||
"message": "Search",
|
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"confirmYes": {
|
|
||||||
"message": "Yes",
|
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "查找更多适合此站点的样式",
|
"message": "查找更多适合此站点的样式"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "已安装的样式",
|
"message": "已安装的样式"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
|
||||||
"styleBeautify": {
|
|
||||||
"message": "Beautify",
|
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "已启用",
|
"message": "已启用"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "用于Firefox上的Stylish的Mozilla格式样式代码可以在 userstyles.org 上提交",
|
"message": "用于Firefox上的Stylish的Mozilla格式样式代码可以在 userstyles.org 上提交"
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "添加新节",
|
"message": "添加新节"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "保存",
|
"message": "保存"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
|
||||||
"confirmStop": {
|
|
||||||
"message": "Stop",
|
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"writeStyleForURL": {
|
|
||||||
"message": "this URL",
|
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "添加",
|
"message": "添加"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "匹配正则的URL",
|
"message": "匹配正则的URL"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "安装 '$stylename$' 到 Stylus?",
|
"message": "安装 '$stylename$' 到 Stylus?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
|
||||||
"message": "Search contents",
|
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "禁用",
|
"message": "禁用"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
|
||||||
"prefShowBadge": {
|
|
||||||
"message": "Show number of styles active for the current site on the toolbar button",
|
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"menuShowBadge": {
|
|
||||||
"message": "Show active style count",
|
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
|
||||||
"cm_lineWrapping": {
|
|
||||||
"message": "Word wrap",
|
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "返回到管理",
|
"message": "返回到管理"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "您已经修改了此样式,但尚未保存",
|
"message": "您已经修改了此样式,但尚未保存"
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
|
||||||
"importLabel": {
|
|
||||||
"message": "Import",
|
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "更新失败: 服务器无法访问.",
|
"message": "更新失败: 服务器无法访问."
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
|
||||||
"manageFilters": {
|
|
||||||
"message": "Filters",
|
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
|
||||||
"applyAllUpdates": {
|
|
||||||
"message": "Apply all updates",
|
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "确定要删除这个样式吗?",
|
"message": "确定要删除这个样式吗?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
|
||||||
"styleBadRegexp": {
|
|
||||||
"message": "Regexp is invalid.",
|
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
|
||||||
"optionsHeading": {
|
|
||||||
"message": "Options",
|
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "应用到: $applies$",
|
"message": "应用到: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -189,7 +74,6 @@
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "你確定要更新 '$stylename$' 嗎?",
|
"message": "你確定要更新 '$stylename$' 嗎?",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -197,12 +81,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "样式节",
|
"message": "样式节"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "编辑样式 $stylename$",
|
"message": "编辑样式 $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +92,31 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "已经是最新的.",
|
"message": "已经是最新的."
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "以指定地址开始",
|
"message": "以指定地址开始"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
|
||||||
"searchRegexp": {
|
|
||||||
"message": "Use /re/ syntax for regexp search",
|
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
|
||||||
"importReplaceTooltip": {
|
|
||||||
"message": "Discard contents of current style and overwrite it with the imported style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"popupStylesFirst": {
|
|
||||||
"message": "List styles before commands in the toolbar button menu",
|
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "样式节允许你定义多个样式段落并将它们应用于不同的站点匹配规则上。例如,一个样式可以更改使用一个方式来更改主页,而此时其它的样式段可以更改站点的其它部分。",
|
"message": "样式节允许你定义多个样式段落并将它们应用于不同的站点匹配规则上。例如,一个样式可以更改使用一个方式来更改主页,而此时其它的样式段可以更改站点的其它部分。"
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "当前站点上没有已安装的样式",
|
"message": "当前站点上没有已安装的样式"
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "以及更多",
|
"message": "以及更多"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "移除",
|
"message": "移除"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
|
||||||
"styleToMozillaFormatTitle": {
|
|
||||||
"message": "Style in Mozilla format",
|
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
|
||||||
"writeStyleFor": {
|
|
||||||
"message": "Write style for: ",
|
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
|
||||||
"replace": {
|
|
||||||
"message": "Replace",
|
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "应用到",
|
"message": "应用到"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "管理已安装样式",
|
"message": "管理已安装样式"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "更新失败: 服务器了返回代码 $code$。",
|
"message": "更新失败: 服务器了返回代码 $code$。",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,135 +124,48 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "指定站点",
|
"message": "指定站点"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "安装更新",
|
"message": "安装更新"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
|
||||||
"styleMozillaFormatHeading": {
|
|
||||||
"message": "Mozilla Format",
|
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "移除节",
|
"message": "移除节"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
|
||||||
"disableAllStyles": {
|
|
||||||
"message": "Turn all styles off",
|
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "更新完成.",
|
"message": "更新完成."
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "检查中...",
|
"message": "检查中..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "代码",
|
"message": "代码"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
|
||||||
"cm_smartIndent": {
|
|
||||||
"message": "Use smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "使用“应用到”来控制这个样式应用到哪些地址上。",
|
"message": "使用“应用到”来控制这个样式应用到哪些地址上。"
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "编辑样式",
|
"message": "编辑样式"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
},
|
||||||
"appliesUrlOption": {
|
"appliesUrlOption": {
|
||||||
"message": "地址",
|
"message": "地址"
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "添加样式",
|
"message": "添加样式"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
|
||||||
"importReplaceLabel": {
|
|
||||||
"message": "Overwrite style",
|
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
|
||||||
"dbError": {
|
|
||||||
"message": "An error has occurred using the Stylus database. Would you like to visit a web page with possible solutions?",
|
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
|
||||||
"importAppendTooltip": {
|
|
||||||
"message": "Append the imported style to current style",
|
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
|
||||||
"helpKeyMapHotkey": {
|
|
||||||
"message": "Press a hotkey",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
|
||||||
"replaceAll": {
|
|
||||||
"message": "Replace all",
|
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
|
||||||
"editGotoLine": {
|
|
||||||
"message": "Goto line (or line:col)",
|
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "检查所有样式的更新",
|
"message": "检查所有样式的更新"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
|
||||||
"issuesHelp": {
|
|
||||||
"message": "The issues found by <a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> with these rules enabled:",
|
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
|
||||||
"confirmNo": {
|
|
||||||
"message": "No",
|
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
|
||||||
"undo": {
|
|
||||||
"message": "Undo",
|
|
||||||
"description": "Button label"
|
|
||||||
},
|
|
||||||
"cm_keyMap": {
|
|
||||||
"message": "Keymap",
|
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
|
||||||
"cm_indentWithTabs": {
|
|
||||||
"message": "Use tabs with smart indentation",
|
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
|
||||||
"replaceWith": {
|
|
||||||
"message": "Replace with",
|
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "删除",
|
"message": "删除"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "编写新的样式",
|
"message": "编写新的样式"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
|
||||||
"manageOnlyEnabled": {
|
|
||||||
"message": "Only enabled styles",
|
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "编辑",
|
"message": "编辑"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
|
||||||
"cm_theme": {
|
|
||||||
"message": "Theme",
|
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
|
||||||
"helpKeyMapCommand": {
|
|
||||||
"message": "Type a command name",
|
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Stylus,一个用户样式管理器,帮助您重新定义网页样式。Stylus易于为Google,Facebook,Youtube,Orkut以及其它各类型网站安装样式和主题。",
|
"message": "Stylus,一个用户样式管理器,帮助您重新定义网页样式。Stylus易于为Google,Facebook,Youtube,Orkut以及其它各类型网站安装样式和主题。"
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,199 +1,150 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "全部",
|
"message": "全部"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
},
|
||||||
"defaultTheme": {
|
"defaultTheme": {
|
||||||
"message": "默认",
|
"message": "默认"
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestTitle": {
|
"styleRegexpTestTitle": {
|
||||||
"message": "列出当前正则表达式匹配的网页标签(点击网址 URL 可跳转到该页)",
|
"message": "列出当前正则表达式匹配的网页标签(点击网址 URL 可跳转到该页)"
|
||||||
"description": "RegExp test report: title of the report"
|
|
||||||
},
|
},
|
||||||
"bckpInstStyles": {
|
"bckpInstStyles": {
|
||||||
"message": "导出所有样式",
|
"message": "导出所有样式"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsUpdateInterval": {
|
"optionsUpdateInterval": {
|
||||||
"message": "每 N 小时,检查所有样式更新(0 为关闭检查)",
|
"message": "每 N 小时,检查所有样式更新(0 为关闭检查)"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"exportLabel": {
|
"exportLabel": {
|
||||||
"message": "导出",
|
"message": "导出"
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"message": "问题",
|
"message": "问题"
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"optionsBadgeNormal": {
|
"optionsBadgeNormal": {
|
||||||
"message": "背景颜色",
|
"message": "背景颜色"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"updateCheckHistory": {
|
"updateCheckHistory": {
|
||||||
"message": "检测升级的历史记录",
|
"message": "检测升级的历史记录"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "标签尺寸",
|
"message": "标签尺寸"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "启用",
|
"message": "启用"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "输入名称。",
|
"message": "输入名称。"
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"genericHistoryLabel": {
|
"genericHistoryLabel": {
|
||||||
"message": "历史",
|
"message": "历史"
|
||||||
"description": "Used in various places to show a history log of something"
|
|
||||||
},
|
},
|
||||||
"shortcutsNote": {
|
"shortcutsNote": {
|
||||||
"message": "定义键盘快捷键",
|
"message": "定义键盘快捷键"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "该域上的网址",
|
"message": "该域上的网址"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "检查更新",
|
"message": "检查更新"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
},
|
||||||
"styleNotAppliedRegexpProblemTooltip": {
|
"styleNotAppliedRegexpProblemTooltip": {
|
||||||
"message": "正则表达式错误,样式无法正常运行",
|
"message": "正则表达式错误,样式无法正常运行"
|
||||||
"description": "Tooltip in the popup for styles that were not applied at all"
|
|
||||||
},
|
},
|
||||||
"styleRegexpInvalidExplanation": {
|
"styleRegexpInvalidExplanation": {
|
||||||
"message": "部分正则表达式无法生效。",
|
"message": "部分正则表达式无法生效。"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importAppendLabel": {
|
"importAppendLabel": {
|
||||||
"message": "追加到样式",
|
"message": "追加到样式"
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"optionsOpenManager": {
|
"optionsOpenManager": {
|
||||||
"message": "管理样式",
|
"message": "管理样式"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "没找到任何升级。",
|
"message": "没找到任何升级。"
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
},
|
||||||
"importReportLegendAdded": {
|
"importReportLegendAdded": {
|
||||||
"message": "个样式已添加",
|
"message": "个样式已添加"
|
||||||
"description": "Text after the number of styles added in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleFromMozillaFormatPrompt": {
|
"styleFromMozillaFormatPrompt": {
|
||||||
"message": "粘贴 Mozilla 格式代码",
|
"message": "粘贴 Mozilla 格式代码"
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"dragDropMessage": {
|
"dragDropMessage": {
|
||||||
"message": "把 json 备份文件拖放到页面的任意位置,即可导入数据库",
|
"message": "把 json 备份文件拖放到页面的任意位置,即可导入数据库"
|
||||||
"description": "Drag'n'drop message"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "帮助",
|
"message": "帮助"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
},
|
||||||
"confirmOK": {
|
"confirmOK": {
|
||||||
"message": "确认",
|
"message": "确认"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"message": "搜索",
|
"message": "搜索"
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"manageFaviconsGray": {
|
"manageFaviconsGray": {
|
||||||
"message": "灰色图标",
|
"message": "灰色图标"
|
||||||
"description": "Label for the checkbox that toggles grayed out mode of applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"confirmYes": {
|
"confirmYes": {
|
||||||
"message": "是",
|
"message": "是"
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "查找适合此网站的更多样式",
|
"message": "查找适合此网站的更多样式"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "已安装的样式",
|
"message": "已安装的样式"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
},
|
||||||
"styleBeautify": {
|
"styleBeautify": {
|
||||||
"message": "美化",
|
"message": "美化"
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleRegexpProblemTooltip": {
|
"styleRegexpProblemTooltip": {
|
||||||
"message": "多个部分代码无法正常处理正则表达式",
|
"message": "多个部分代码无法正常处理正则表达式"
|
||||||
"description": "Tooltip in the popup for styles that were applied only partially"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "已启用",
|
"message": "已启用"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "FireFox(Mozilla) 格式的 CSS 代码导入后,会自动转换成适 Stylus 使用的 Chrome 格式的 CSS 代码。反过来,Chrome 格式的 CSS 也可以导出为适合 FireFox 使用的格式。需要注意的是,如果你要提交你的 CSS 代码到 userstyles.org,则必须使用 FireFox(Mozilla) 格式的 CSS 代码。",
|
"message": "FireFox(Mozilla) 格式的 CSS 代码导入后,会自动转换成适 Stylus 使用的 Chrome 格式的 CSS 代码。反过来,Chrome 格式的 CSS 也可以导出为适合 FireFox 使用的格式。需要注意的是,如果你要提交你的 CSS 代码到 userstyles.org,则必须使用 FireFox(Mozilla) 格式的 CSS 代码。"
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "添加其他部分",
|
"message": "添加其他部分"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestPartial": {
|
"styleRegexpTestPartial": {
|
||||||
"message": "没有完全匹配,因此忽略",
|
"message": "没有完全匹配,因此忽略"
|
||||||
"description": "RegExp test report: label for the partially matching expressions"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "保存",
|
"message": "保存"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
},
|
||||||
"confirmDelete": {
|
"confirmDelete": {
|
||||||
"message": "删除",
|
"message": "删除"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"confirmCancel": {
|
"confirmCancel": {
|
||||||
"message": "取消",
|
"message": "取消"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"retrieveBckp": {
|
"retrieveBckp": {
|
||||||
"message": "导入所有样式",
|
"message": "导入所有样式"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"confirmStop": {
|
"confirmStop": {
|
||||||
"message": "停止",
|
"message": "停止"
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "这个URL",
|
"message": "这个URL"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"optionsSubheading": {
|
"optionsSubheading": {
|
||||||
"message": "附加选项",
|
"message": "附加选项"
|
||||||
"description": "Subheading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "添加",
|
"message": "添加"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "与该正则表达式匹配的网址",
|
"message": "与该正则表达式匹配的网址"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedExposeIframesNote": {
|
"optionsAdvancedExposeIframesNote": {
|
||||||
"message": "在开发者工具中,找到 Stylus 特定插入的框架代码,以便调用,例如:“html[stylus-iframe] h1 { display:none }”",
|
"message": "在开发者工具中,找到 Stylus 特定插入的框架代码,以便调用,例如:“html[stylus-iframe] h1 { display:none }”"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedCode": {
|
"importReportLegendUpdatedCode": {
|
||||||
"message": "代码已更新",
|
"message": "代码已更新"
|
||||||
"description": "Text after the number of styles with updated code (meta info is unchanged) in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "要将“$stylename$”安装到 Stylus 中吗?",
|
"message": "要将“$stylename$”安装到 Stylus 中吗?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -201,112 +152,85 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"optionsBadgeDisabled": {
|
"optionsBadgeDisabled": {
|
||||||
"message": "关闭时的背景颜色",
|
"message": "关闭时的背景颜色"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsCheck": {
|
"optionsCheck": {
|
||||||
"message": "升级样式",
|
"message": "升级样式"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"manageText": {
|
"manageText": {
|
||||||
"message": "<a href='https://userstyles.org'>从 userstyles.org 获取样式</a> | <a href='http://add0n.com/stylus.html'>帮助</a>",
|
"message": "<a href='https://userstyles.org'>从 userstyles.org 获取样式</a> | <a href='http://add0n.com/stylus.html'>帮助</a>"
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
},
|
||||||
"manageOnlyLocal": {
|
"manageOnlyLocal": {
|
||||||
"message": "只显示在本地创建的样式",
|
"message": "只显示在本地创建的样式"
|
||||||
"description": "Checkbox to show only locally created styles i.e. non-updatable"
|
|
||||||
},
|
},
|
||||||
"searchStyles": {
|
"searchStyles": {
|
||||||
"message": "搜索内容",
|
"message": "搜索内容"
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
},
|
||||||
"optionsUpdateImportNote": {
|
"optionsUpdateImportNote": {
|
||||||
"message": "从旧版本的 Stylus 或 Stylish 中导入样式备份时,请在样式管理器中手动检测升级一次,以确保所有样式都可更新到最新版本。",
|
"message": "从旧版本的 Stylus 或 Stylish 中导入样式备份时,请在样式管理器中手动检测升级一次,以确保所有样式都可更新到最新版本。"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"checkAllUpdatesForce": {
|
"checkAllUpdatesForce": {
|
||||||
"message": "再检测一次,我没有修改过任何样式。",
|
"message": "再检测一次,我没有修改过任何样式。"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"unreachableFileHint": {
|
"unreachableFileHint": {
|
||||||
"message": "如果需要改变 file:// 协议的样式,则需要在 chrome://extensions 页面中的 Stylus 扩展选项里面,打开 允许访问文件网址 的权限",
|
"message": "如果需要改变 file:// 协议的样式,则需要在 chrome://extensions 页面中的 Stylus 扩展选项里面,打开 允许访问文件网址 的权限"
|
||||||
"description": "Note in the toolbar popup for file:// URLs"
|
|
||||||
},
|
},
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "停用",
|
"message": "停用"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "当前网站激活的样式数量",
|
"message": "当前网站激活的样式数量"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"manageFavicons": {
|
"manageFavicons": {
|
||||||
"message": "显示应用对象的图标",
|
"message": "显示应用对象的图标"
|
||||||
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"menuShowBadge": {
|
"menuShowBadge": {
|
||||||
"message": "显示生效的样式计数",
|
"message": "显示生效的样式计数"
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "自动换行",
|
"message": "自动换行"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "返回进行管理操作",
|
"message": "返回进行管理操作"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "您已对此样式进行了更改,但尚未保存。",
|
"message": "您已对此样式进行了更改,但尚未保存。"
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
},
|
||||||
"importLabel": {
|
"importLabel": {
|
||||||
"message": "导入",
|
"message": "导入"
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"shortcuts": {
|
"shortcuts": {
|
||||||
"message": "快捷键",
|
"message": "快捷键"
|
||||||
"description": "Go to shortcut configuration"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "更新失败: 无法访问服务器。",
|
"message": "更新失败: 无法访问服务器。"
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "过滤器",
|
"message": "过滤器"
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
},
|
||||||
"applyAllUpdates": {
|
"applyAllUpdates": {
|
||||||
"message": "应用全部更新",
|
"message": "应用全部更新"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"optionsReset": {
|
"optionsReset": {
|
||||||
"message": "重置所有选项为默认值",
|
"message": "重置所有选项为默认值"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"optionsCustomizeUpdate": {
|
"optionsCustomizeUpdate": {
|
||||||
"message": "检测升级",
|
"message": "检测升级"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "确定要删除此样式吗?",
|
"message": "确定要删除此样式吗?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
},
|
||||||
"optionsCustomizePopup": {
|
"optionsCustomizePopup": {
|
||||||
"message": "样式管理弹框",
|
"message": "样式管理弹框"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "正则表达式无效。",
|
"message": "正则表达式无效。"
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
},
|
||||||
"optionsHeading": {
|
"optionsHeading": {
|
||||||
"message": "选项",
|
"message": "选项"
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "应用对象:$applies$",
|
"message": "应用对象:$applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -314,12 +238,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"openStylesManager": {
|
"openStylesManager": {
|
||||||
"message": "打开样式管理器",
|
"message": "打开样式管理器"
|
||||||
"description": "Label for the style maanger opener in the browser action context menu."
|
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "您确定要更新 '$stylename$'?",
|
"message": "您确定要更新 '$stylename$'?",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -327,16 +249,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "部分",
|
"message": "部分"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"importReportLegendInvalid": {
|
"importReportLegendInvalid": {
|
||||||
"message": "忽略无效的代码",
|
"message": "忽略无效的代码"
|
||||||
"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"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "修改样式“$stylename$”",
|
"message": "修改样式“$stylename$”",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -344,96 +263,70 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "样式已是最新版本。",
|
"message": "样式已是最新版本。"
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "网址前缀",
|
"message": "网址前缀"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlightToken": {
|
"cm_matchHighlightToken": {
|
||||||
"message": "光标所在的位置",
|
"message": "光标所在的位置"
|
||||||
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of of the word/token under cursor even if nothing is selected"
|
|
||||||
},
|
},
|
||||||
"searchRegexp": {
|
"searchRegexp": {
|
||||||
"message": "使用 /re/ 语法进行正则表达式搜索",
|
"message": "使用 /re/ 语法进行正则表达式搜索"
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"updateCheckManualUpdateHint": {
|
"updateCheckManualUpdateHint": {
|
||||||
"message": "强制升级将覆盖所有本地修改的样式",
|
"message": "强制升级将覆盖所有本地修改的样式"
|
||||||
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
|
|
||||||
},
|
},
|
||||||
"toggleStyle": {
|
"toggleStyle": {
|
||||||
"message": "切换样式",
|
"message": "切换样式"
|
||||||
"description": "Label for the checkbox to enable/disable a style"
|
|
||||||
},
|
},
|
||||||
"importReplaceTooltip": {
|
"importReplaceTooltip": {
|
||||||
"message": "放弃当前样式的内容,使用已导入样式覆盖它",
|
"message": "放弃当前样式的内容,使用已导入样式覆盖它"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "样式列表置顶",
|
"message": "样式列表置顶"
|
||||||
"description": "Label for the checkbox controlling section order in the popup."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "各部分可让您定义不同的代码段,以通过同一样式应用到不同的网址组。例如,某个单一样式能以一种方式更改网站首页,同时以另一种方式更改网站的其余部分。",
|
"message": "各部分可让您定义不同的代码段,以通过同一样式应用到不同的网址组。例如,某个单一样式能以一种方式更改网站首页,同时以另一种方式更改网站的其余部分。"
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "未对此网站安装任何样式。",
|
"message": "未对此网站安装任何样式。"
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "等等",
|
"message": "等等"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "删除",
|
"message": "删除"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"updatesCurrentlyInstalled": {
|
"updatesCurrentlyInstalled": {
|
||||||
"message": "更新已安装",
|
"message": "更新已安装"
|
||||||
"description": "Text that displays when an update is installed on options page. Followed by the number of currently installed updates."
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatTitle": {
|
"styleToMozillaFormatTitle": {
|
||||||
"message": "Mozilla 格式的样式",
|
"message": "Mozilla 格式的样式"
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
},
|
||||||
"writeStyleFor": {
|
"writeStyleFor": {
|
||||||
"message": "编写样式给:",
|
"message": "编写样式给:"
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"message": "替换",
|
"message": "替换"
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestNone": {
|
"styleRegexpTestNone": {
|
||||||
"message": "没有发现任何网页标签与正则表达式匹配",
|
"message": "没有发现任何网页标签与正则表达式匹配"
|
||||||
"description": "RegExp test report: label for expressions that didn't match any tabs"
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedMeta": {
|
"importReportLegendUpdatedMeta": {
|
||||||
"message": "升级信息",
|
"message": "升级信息"
|
||||||
"description": "Text after the number of styles with updated meta info like name/url in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "应用对象:",
|
"message": "应用对象:"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openOptionsPopup": {
|
"openOptionsPopup": {
|
||||||
"message": "设置用户界面",
|
"message": "设置用户界面"
|
||||||
"description": "Go to Options UI"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "管理已安装的样式",
|
"message": "管理已安装的样式"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "更新失败: 服务器响应代码为 $code$。",
|
"message": "更新失败: 服务器响应代码为 $code$。",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -441,295 +334,222 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "指定",
|
"message": "指定"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "安装更新",
|
"message": "安装更新"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
},
|
||||||
"optionsCheckUpdate": {
|
"optionsCheckUpdate": {
|
||||||
"message": "检查所有样式更新",
|
"message": "检查所有样式更新"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportTitle": {
|
"importReportTitle": {
|
||||||
"message": "样式导入完成",
|
"message": "样式导入完成"
|
||||||
"description": "Title of the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"styleMozillaFormatHeading": {
|
"styleMozillaFormatHeading": {
|
||||||
"message": "Mozilla 格式",
|
"message": "Mozilla 格式"
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlight": {
|
"cm_matchHighlight": {
|
||||||
"message": "高亮",
|
"message": "高亮"
|
||||||
"description": "Label for the drop-down list controlling the automatic highlighting of current word/selection occurrences in the style editor."
|
|
||||||
},
|
},
|
||||||
"styleRegexpPartialExplanation": {
|
"styleRegexpPartialExplanation": {
|
||||||
"message": "这个样式有一部分正则表达式与 <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>CSS4 @document specification</a>完整的 URL 不匹配。这部分样式将被忽略,可能这个样式是基于 Stylish 编写的,请尝试在 Stylus 重新编写该样式。",
|
"message": "这个样式有一部分正则表达式与 <a href='https://developer.mozilla.org/docs/Web/CSS/@document'>CSS4 @document specification</a>完整的 URL 不匹配。这部分样式将被忽略,可能这个样式是基于 Stylish 编写的,请尝试在 Stylus 重新编写该样式。"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"unreachableContentScript": {
|
"unreachableContentScript": {
|
||||||
"message": "无法读取页面,请尝试刷新。",
|
"message": "无法读取页面,请尝试刷新。"
|
||||||
"description": "Note in the toolbar popup usually on file:// URLs after [re]loading Stylus"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "删除此部分",
|
"message": "删除此部分"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "停用所有样式",
|
"message": "停用所有样式"
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"updateCheckSkippedMaybeLocallyEdited": {
|
"updateCheckSkippedMaybeLocallyEdited": {
|
||||||
"message": "这个样式可能在本地修改过,如果强制升级更新则会覆盖修改的内容。",
|
"message": "这个样式可能在本地修改过,如果强制升级更新则会覆盖修改的内容。"
|
||||||
"description": "Text that displays when an update check skipped updating the style to avoid losing possible local modifications"
|
|
||||||
},
|
},
|
||||||
"undoGlobal": {
|
"undoGlobal": {
|
||||||
"message": "撤销 (全局)",
|
"message": "撤销 (全局)"
|
||||||
"description": "CSS-beautify global Undo button label"
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "更新已完成。",
|
"message": "更新已完成。"
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "正在检查更新...",
|
"message": "正在检查更新..."
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestFull": {
|
"styleRegexpTestFull": {
|
||||||
"message": "匹配的网页标签",
|
"message": "匹配的网页标签"
|
||||||
"description": "RegExp test report: label for the fully matching expressions"
|
|
||||||
},
|
},
|
||||||
"manageMaxTargets": {
|
"manageMaxTargets": {
|
||||||
"message": "应用对象的数量",
|
"message": "应用对象的数量"
|
||||||
"description": "Label for the numeric input box to limit max number of applies-to targets in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"manageFaviconsHelp": {
|
"manageFaviconsHelp": {
|
||||||
"message": "Stylus 使用了 https://www.google.com/s2/favicons?domain=http://add0n.com/stylus.html 方式获取图标",
|
"message": "Stylus 使用了 https://www.google.com/s2/favicons?domain=http://add0n.com/stylus.html 方式获取图标"
|
||||||
"description": "Label for the checkbox that toggles applies-to favicons in the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"updateCheckSkippedLocallyEdited": {
|
"updateCheckSkippedLocallyEdited": {
|
||||||
"message": "此样式已在本地修改过。",
|
"message": "此样式已在本地修改过。"
|
||||||
"description": "Text that displays when an update check skipped updating the style to avoid losing local modifications"
|
|
||||||
},
|
},
|
||||||
"optionsResetButton": {
|
"optionsResetButton": {
|
||||||
"message": "恢复默认值",
|
"message": "恢复默认值"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "代码",
|
"message": "代码"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedContextDelete": {
|
"optionsAdvancedContextDelete": {
|
||||||
"message": "添加“删除”到编辑器的菜单",
|
"message": "添加“删除”到编辑器的菜单"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendUpdatedBoth": {
|
"importReportLegendUpdatedBoth": {
|
||||||
"message": "已更新的所有信息和代码",
|
"message": "已更新的所有信息和代码"
|
||||||
"description": "Text after the number of styles updated entirely in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"cm_smartIndent": {
|
"cm_smartIndent": {
|
||||||
"message": "启用智能缩进",
|
"message": "启用智能缩进"
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestButton": {
|
"styleRegexpTestButton": {
|
||||||
"message": "测试正则表达式",
|
"message": "测试正则表达式"
|
||||||
"description": "RegExp test button label in the editor shown when applies-to list has a regexp value"
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "使用“应用对象”控件来限制此部分中的代码所应用到的网址。",
|
"message": "使用“应用对象”控件来限制此部分中的代码所应用到的网址。"
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "修改样式",
|
"message": "修改样式"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
},
|
||||||
"editDeleteText": {
|
"editDeleteText": {
|
||||||
"message": "删除",
|
"message": "删除"
|
||||||
"description": "Label for the context menu item in the editor to delete selected text"
|
|
||||||
},
|
},
|
||||||
"cm_matchHighlightSelection": {
|
"cm_matchHighlightSelection": {
|
||||||
"message": "选择区域",
|
"message": "选择区域"
|
||||||
"description": "Style editor's 'highglight' drop-down list option: highlight the occurrences of currently selected text"
|
|
||||||
},
|
},
|
||||||
"appliesUrlOption": {
|
"appliesUrlOption": {
|
||||||
"message": "网址",
|
"message": "网址"
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededSomeEdited": {
|
"updateAllCheckSucceededSomeEdited": {
|
||||||
"message": "如果你修改过一些样式,那它们可能被忽略更新,你可以单独检测这些样式强制升级,也可以点 再次检测所有样式强制更新。",
|
"message": "如果你修改过一些样式,那它们可能被忽略更新,你可以单独检测这些样式强制升级,也可以点 再次检测所有样式强制更新。"
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "Stylus 在这样的页面上不工作",
|
"message": "Stylus 在这样的页面上不工作"
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"manageOnlyUpdates": {
|
"manageOnlyUpdates": {
|
||||||
"message": "只显示可升级的样式",
|
"message": "只显示可升级的样式"
|
||||||
"description": "Checkbox to show only styles that have updates after check-all-styles-for-updates was performed"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "添加样式",
|
"message": "添加样式"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
},
|
||||||
"importReplaceLabel": {
|
"importReplaceLabel": {
|
||||||
"message": "覆盖样式",
|
"message": "覆盖样式"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"dbError": {
|
||||||
"message": "应用Stylus数据库时发生了一个错误。您想要访问包含可能的解决方案的网页吗?",
|
"message": "应用Stylus数据库时发生了一个错误。您想要访问包含可能的解决方案的网页吗?"
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
},
|
||||||
"optionsAdvanced": {
|
"optionsAdvanced": {
|
||||||
"message": "高级设置",
|
"message": "高级设置"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importAppendTooltip": {
|
"importAppendTooltip": {
|
||||||
"message": "追加已导入样式到当前样式",
|
"message": "追加已导入样式到当前样式"
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"editorStylesButton": {
|
"editorStylesButton": {
|
||||||
"message": "查找编辑器样式",
|
"message": "查找编辑器样式"
|
||||||
"description": "Find styles for the editor"
|
|
||||||
},
|
},
|
||||||
"optionsOpen": {
|
"optionsOpen": {
|
||||||
"message": "打开",
|
"message": "打开"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"helpKeyMapHotkey": {
|
"helpKeyMapHotkey": {
|
||||||
"message": "按下热键",
|
"message": "按下热键"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"styleRegexpTestInvalid": {
|
"styleRegexpTestInvalid": {
|
||||||
"message": "忽略无效的正则表达式",
|
"message": "忽略无效的正则表达式"
|
||||||
"description": "RegExp test report: label for the invalid expressions"
|
|
||||||
},
|
},
|
||||||
"replaceAll": {
|
"replaceAll": {
|
||||||
"message": "全部替换",
|
"message": "全部替换"
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
},
|
||||||
"importReportUnchanged": {
|
"importReportUnchanged": {
|
||||||
"message": "样式导入无效。",
|
"message": "样式导入无效。"
|
||||||
"description": "Message in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"optionsActions": {
|
"optionsActions": {
|
||||||
"message": "接下来要做什么",
|
"message": "接下来要做什么"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"editGotoLine": {
|
"editGotoLine": {
|
||||||
"message": "跳转至行(或行:列)",
|
"message": "跳转至行(或行:列)"
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"manageOnlyLocalTooltip": {
|
"manageOnlyLocalTooltip": {
|
||||||
"message": "(此样式无法通过 userstyles.org 页面进行安装)",
|
"message": "(此样式无法通过 userstyles.org 页面进行安装)"
|
||||||
"description": "Tooltip for the checkbox to show only locally created styles i.e. non-updatable"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "检查所有样式更新",
|
"message": "检查所有样式更新"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
},
|
||||||
"openOptionsManage": {
|
"openOptionsManage": {
|
||||||
"message": "设置用户界面",
|
"message": "设置用户界面"
|
||||||
"description": "Go to Options UI"
|
|
||||||
},
|
},
|
||||||
"issuesHelp": {
|
"issuesHelp": {
|
||||||
"message": "<a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> 在已启用的这些规则中找到问题:",
|
"message": "<a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a> 在已启用的这些规则中找到问题:"
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"optionsCustomizeBadge": {
|
"optionsCustomizeBadge": {
|
||||||
"message": "样式计数器",
|
"message": "样式计数器"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"importReportLegendIdentical": {
|
"importReportLegendIdentical": {
|
||||||
"message": "个相同的样式被忽略",
|
"message": "个相同的样式被忽略"
|
||||||
"description": "Text after the number of styles skipped due to being identical to the already installed ones in the report shown after importing styles"
|
|
||||||
},
|
},
|
||||||
"optionsPopupWidth": {
|
"optionsPopupWidth": {
|
||||||
"message": "样式管理弹出框宽度 px",
|
"message": "样式管理弹出框宽度 px"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"confirmNo": {
|
"confirmNo": {
|
||||||
"message": "否",
|
"message": "否"
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"undo": {
|
"undo": {
|
||||||
"message": "撤销",
|
"message": "撤销"
|
||||||
"description": "Button label"
|
|
||||||
},
|
},
|
||||||
"cm_keyMap": {
|
"cm_keyMap": {
|
||||||
"message": "键盘映射",
|
"message": "键盘映射"
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
},
|
||||||
"manageNewUI": {
|
"manageNewUI": {
|
||||||
"message": "启用新的样式管理界面",
|
"message": "启用新的样式管理界面"
|
||||||
"description": "Label for the checkbox that toggles the new UI on manage page"
|
|
||||||
},
|
},
|
||||||
"importReportUndoneTitle": {
|
"importReportUndoneTitle": {
|
||||||
"message": "样式导入被取消",
|
"message": "样式导入被取消"
|
||||||
"description": "Title of the message box shown after undoing the import of styles"
|
|
||||||
},
|
},
|
||||||
"genericDisabledLabel": {
|
"genericDisabledLabel": {
|
||||||
"message": "未启用",
|
"message": "未启用"
|
||||||
"description": "Used in various lists/options to indicate that something is disabled"
|
|
||||||
},
|
},
|
||||||
"cm_indentWithTabs": {
|
"cm_indentWithTabs": {
|
||||||
"message": "启用带智能缩进的标签页",
|
"message": "启用带智能缩进的标签页"
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"replaceWith": {
|
"replaceWith": {
|
||||||
"message": "替换用",
|
"message": "替换用"
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "删除",
|
"message": "删除"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"updateCheckManualUpdateForce": {
|
"updateCheckManualUpdateForce": {
|
||||||
"message": "安装更新(将覆盖本地修改的样式)",
|
"message": "安装更新(将覆盖本地修改的样式)"
|
||||||
"description": "Additional text displayed when an update check skipped updating the style to avoid losing local modifications"
|
|
||||||
},
|
},
|
||||||
"optionsAdvancedExposeIframes": {
|
"optionsAdvancedExposeIframes": {
|
||||||
"message": "通过 HTML[stylus-iframe] 方式改变 iframes 的 css",
|
"message": "通过 HTML[stylus-iframe] 方式改变 iframes 的 css"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "编写新样式",
|
"message": "编写新样式"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
},
|
||||||
"optionsUpdateIntervalNote": {
|
"optionsUpdateIntervalNote": {
|
||||||
"message": "设置为 0 则关闭样式自动更新检查",
|
"message": "设置为 0 则关闭样式自动更新检查"
|
||||||
"description": ""
|
|
||||||
},
|
},
|
||||||
"backupButtons": {
|
"backupButtons": {
|
||||||
"message": "备份",
|
"message": "备份"
|
||||||
"description": "Heading for backup"
|
|
||||||
},
|
},
|
||||||
"manageOnlyEnabled": {
|
"manageOnlyEnabled": {
|
||||||
"message": "只显示已启用的样式",
|
"message": "只显示已启用的样式"
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "修改",
|
"message": "修改"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
},
|
||||||
"cm_theme": {
|
"cm_theme": {
|
||||||
"message": "主题",
|
"message": "主题"
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
},
|
||||||
"backupMessage": {
|
"backupMessage": {
|
||||||
"message": "拖放一个 json 备份文件到这个页面,即可导入数据库",
|
"message": "拖放一个 json 备份文件到这个页面,即可导入数据库"
|
||||||
"description": "Message for backup"
|
|
||||||
},
|
},
|
||||||
"importReportUndone": {
|
"importReportUndone": {
|
||||||
"message": "个样式被还原",
|
"message": "个样式被还原"
|
||||||
"description": "Text after the number of styles reverted in the message box shown after undoing the import of styles"
|
|
||||||
},
|
},
|
||||||
"helpKeyMapCommand": {
|
"helpKeyMapCommand": {
|
||||||
"message": "输入命令名称",
|
"message": "输入命令名称"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "Stylus 是一个调整网页外观的用户样式管理器。它可让您轻松地为许多热门网站网站安装主题和皮肤。",
|
"message": "Stylus 是一个调整网页外观的用户样式管理器。它可让您轻松地为许多热门网站网站安装主题和皮肤。"
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,186 +1,134 @@
|
||||||
{
|
{
|
||||||
"appliesToEverything": {
|
"appliesToEverything": {
|
||||||
"message": "全部",
|
"message": "全部"
|
||||||
"description": "Text displayed for styles that apply to all sites"
|
|
||||||
},
|
},
|
||||||
"defaultTheme": {
|
"defaultTheme": {
|
||||||
"message": "默認",
|
"message": "默認"
|
||||||
"description": "Default CodeMirror CSS theme option on the edit style page"
|
|
||||||
},
|
},
|
||||||
"exportLabel": {
|
"exportLabel": {
|
||||||
"message": "導出",
|
"message": "導出"
|
||||||
"description": "Label for the button to export a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"message": "問題",
|
"message": "問題"
|
||||||
"description": "Label for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"cm_tabSize": {
|
"cm_tabSize": {
|
||||||
"message": "Tab大小",
|
"message": "Tab大小"
|
||||||
"description": "Label for the text box controlling tab size option for the style editor."
|
|
||||||
},
|
},
|
||||||
"enableStyleLabel": {
|
"enableStyleLabel": {
|
||||||
"message": "啟用",
|
"message": "啟用"
|
||||||
"description": "Label for the button to enable a style"
|
|
||||||
},
|
},
|
||||||
"styleMissingName": {
|
"styleMissingName": {
|
||||||
"message": "請輸入名稱。",
|
"message": "請輸入名稱。"
|
||||||
"description": "Error displayed when user saves without providing a name"
|
|
||||||
},
|
},
|
||||||
"appliesDomainOption": {
|
"appliesDomainOption": {
|
||||||
"message": "該域名上的網址",
|
"message": "該域名上的網址"
|
||||||
"description": "Option to make the style apply to the entered string as a domain"
|
|
||||||
},
|
},
|
||||||
"checkForUpdate": {
|
"checkForUpdate": {
|
||||||
"message": "檢查更新",
|
"message": "檢查更新"
|
||||||
"description": "Label for the button to check a single style for an update"
|
|
||||||
},
|
},
|
||||||
"importAppendLabel": {
|
"importAppendLabel": {
|
||||||
"message": "追加到樣式",
|
"message": "追加到樣式"
|
||||||
"description": "Label for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"updateAllCheckSucceededNoUpdate": {
|
"updateAllCheckSucceededNoUpdate": {
|
||||||
"message": "樣式都是最新的。",
|
"message": "樣式都是最新的。"
|
||||||
"description": "Text that displays when an update all check completed and no updates are available"
|
|
||||||
},
|
},
|
||||||
"styleFromMozillaFormatPrompt": {
|
"styleFromMozillaFormatPrompt": {
|
||||||
"message": "粘貼Mozilla格式代碼",
|
"message": "粘貼Mozilla格式代碼"
|
||||||
"description": "Prompt in the dialog displayed after clicking 'Import from Mozilla format' button"
|
|
||||||
},
|
},
|
||||||
"helpAlt": {
|
"helpAlt": {
|
||||||
"message": "幫助",
|
"message": "幫助"
|
||||||
"description": "Alternate text for help buttons"
|
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"message": "搜索",
|
"message": "搜索"
|
||||||
"description": "Label before the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"confirmYes": {
|
"confirmYes": {
|
||||||
"message": "是",
|
"message": "是"
|
||||||
"description": "'Yes' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"findStylesForSite": {
|
"findStylesForSite": {
|
||||||
"message": "查找更多適合此網站的樣式",
|
"message": "查找更多適合此網站的樣式"
|
||||||
"description": "Text for a link that gets a list of styles for the current site"
|
|
||||||
},
|
},
|
||||||
"manageHeading": {
|
"manageHeading": {
|
||||||
"message": "已安裝的樣式",
|
"message": "已安裝的樣式"
|
||||||
"description": "Heading for the manage page"
|
|
||||||
},
|
},
|
||||||
"styleBeautify": {
|
"styleBeautify": {
|
||||||
"message": "美化",
|
"message": "美化"
|
||||||
"description": "Label for the CSS-beautifier button on the edit style page"
|
|
||||||
},
|
},
|
||||||
"styleEnabledLabel": {
|
"styleEnabledLabel": {
|
||||||
"message": "已啟用",
|
"message": "已啟用"
|
||||||
"description": "Label for the enabled state of styles"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatHelp": {
|
"styleToMozillaFormatHelp": {
|
||||||
"message": "Mozilla格式的樣式代碼能在火狐版Stylus使用,也可以提交至 userstyles.org 。",
|
"message": "Mozilla格式的樣式代碼能在火狐版Stylus使用,也可以提交至 userstyles.org 。"
|
||||||
"description": "Help info for the Mozilla format header section that converts the code to/from Mozilla format"
|
|
||||||
},
|
},
|
||||||
"sectionAdd": {
|
"sectionAdd": {
|
||||||
"message": "再添加一個樣式段",
|
"message": "再添加一個樣式段"
|
||||||
"description": "Label for the button to add a section"
|
|
||||||
},
|
},
|
||||||
"styleSaveLabel": {
|
"styleSaveLabel": {
|
||||||
"message": "保存",
|
"message": "保存"
|
||||||
"description": "Label for save button for style editing"
|
|
||||||
},
|
},
|
||||||
"confirmStop": {
|
"confirmStop": {
|
||||||
"message": "停止",
|
"message": "停止"
|
||||||
"description": "'Stop' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"writeStyleForURL": {
|
"writeStyleForURL": {
|
||||||
"message": "此網址",
|
"message": "此網址"
|
||||||
"description": "Text for link in toolbar pop-up to write a new style for the current URL"
|
|
||||||
},
|
},
|
||||||
"appliesAdd": {
|
"appliesAdd": {
|
||||||
"message": "添加",
|
"message": "添加"
|
||||||
"description": "Label for the button to add an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"appliesRegexpOption": {
|
"appliesRegexpOption": {
|
||||||
"message": "匹配正則表示式的網址",
|
"message": "匹配正則表示式的網址"
|
||||||
"description": "Option to make the style apply to the entered string as a regular expression"
|
|
||||||
},
|
},
|
||||||
"styleInstall": {
|
"styleInstall": {
|
||||||
"message": "安裝 '$stylename$' 到 Stylus ?",
|
"message": "安裝 '$stylename$' 到 Stylus ?",
|
||||||
"description": "Confirmation when installing a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"manageText": {
|
|
||||||
"message": "<a href='https://userstyles.org'>Get styles on userstyles.org</a> | <a href='http://add0n.com/stylus.html'>Get help</a>",
|
|
||||||
"description": "Help text on the manage page"
|
|
||||||
},
|
|
||||||
"searchStyles": {
|
"searchStyles": {
|
||||||
"message": "搜索內容",
|
"message": "搜索內容"
|
||||||
"description": "Label for the search filter textbox on the Manage styles page"
|
|
||||||
},
|
},
|
||||||
"disableStyleLabel": {
|
"disableStyleLabel": {
|
||||||
"message": "禁用",
|
"message": "禁用"
|
||||||
"description": "Label for the button to disable a style"
|
|
||||||
},
|
},
|
||||||
"prefShowBadge": {
|
"prefShowBadge": {
|
||||||
"message": "在工具欄按鈕上顯示當前網站已生效的樣式表數目。",
|
"message": "在工具欄按鈕上顯示當前網站已生效的樣式表數目。"
|
||||||
"description": "Label for the checkbox controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"menuShowBadge": {
|
"menuShowBadge": {
|
||||||
"message": "顯示生效的樣式數目",
|
"message": "顯示生效的樣式數目"
|
||||||
"description": "Label (must be very short) for the checkbox in the toolbar button context menu controlling toolbar badge text."
|
|
||||||
},
|
},
|
||||||
"cm_lineWrapping": {
|
"cm_lineWrapping": {
|
||||||
"message": "自動換行",
|
"message": "自動換行"
|
||||||
"description": "Label for the checkbox controlling word wrap option for the style editor."
|
|
||||||
},
|
},
|
||||||
"styleCancelEditLabel": {
|
"styleCancelEditLabel": {
|
||||||
"message": "返回到管理頁面",
|
"message": "返回到管理頁面"
|
||||||
"description": "Label for cancel button for style editing"
|
|
||||||
},
|
},
|
||||||
"styleChangesNotSaved": {
|
"styleChangesNotSaved": {
|
||||||
"message": "你已經修改了此樣式,但尚未保存。",
|
"message": "你已經修改了此樣式,但尚未保存。"
|
||||||
"description": "Text for the prompt when changes are made to a style and the user tries to leave without saving"
|
|
||||||
},
|
},
|
||||||
"importLabel": {
|
"importLabel": {
|
||||||
"message": "導入",
|
"message": "導入"
|
||||||
"description": "Label for the button to import a style ('edit' page) or all styles ('manage' page)"
|
|
||||||
},
|
},
|
||||||
"updateCheckFailServerUnreachable": {
|
"updateCheckFailServerUnreachable": {
|
||||||
"message": "更新失敗: 無法訪問伺服器。",
|
"message": "更新失敗: 無法訪問伺服器。"
|
||||||
"description": "Text that displays when an update check failed because the update server is unreachable"
|
|
||||||
},
|
},
|
||||||
"manageFilters": {
|
"manageFilters": {
|
||||||
"message": "過濾器",
|
"message": "過濾器"
|
||||||
"description": "Label for filters container"
|
|
||||||
},
|
},
|
||||||
"applyAllUpdates": {
|
"applyAllUpdates": {
|
||||||
"message": "應用所有更新",
|
"message": "應用所有更新"
|
||||||
"description": "Label for the button to apply all detected updates"
|
|
||||||
},
|
},
|
||||||
"deleteStyleConfirm": {
|
"deleteStyleConfirm": {
|
||||||
"message": "確定要刪除這個樣式嗎?",
|
"message": "確定要刪除這個樣式嗎?"
|
||||||
"description": "Confirmation before deleting a style"
|
|
||||||
},
|
|
||||||
"confirmDelete": {
|
|
||||||
"message": "Delete"
|
|
||||||
},
|
|
||||||
"confirmCancel": {
|
|
||||||
"message": "Cancel"
|
|
||||||
},
|
},
|
||||||
"styleBadRegexp": {
|
"styleBadRegexp": {
|
||||||
"message": "正規表示式無效。",
|
"message": "正規表示式無效。"
|
||||||
"description": "Validation message for a bad regexp in a style"
|
|
||||||
},
|
},
|
||||||
"optionsHeading": {
|
"optionsHeading": {
|
||||||
"message": "選項",
|
"message": "選項"
|
||||||
"description": "Heading for options section on manage page."
|
|
||||||
},
|
},
|
||||||
"appliesDisplay": {
|
"appliesDisplay": {
|
||||||
"message": "適用於: $applies$",
|
"message": "適用於: $applies$",
|
||||||
"description": "Text on the manage screen to describe what the style applies to",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"applies": {
|
"applies": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -189,7 +137,6 @@
|
||||||
},
|
},
|
||||||
"styleUpdate": {
|
"styleUpdate": {
|
||||||
"message": "你確定你要更新 '$stylename$' ?",
|
"message": "你確定你要更新 '$stylename$' ?",
|
||||||
"description": "Confirmation when updating a style",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -197,12 +144,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"styleSectionsTitle": {
|
"styleSectionsTitle": {
|
||||||
"message": "樣式段",
|
"message": "樣式段"
|
||||||
"description": "Title for the style sections section"
|
|
||||||
},
|
},
|
||||||
"editStyleTitle": {
|
"editStyleTitle": {
|
||||||
"message": "編輯樣式 $stylename$",
|
"message": "編輯樣式 $stylename$",
|
||||||
"description": "Title of the page for editing styles",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"stylename": {
|
"stylename": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -210,68 +155,49 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"updateCheckSucceededNoUpdate": {
|
"updateCheckSucceededNoUpdate": {
|
||||||
"message": "樣式已是最新的。",
|
"message": "樣式已是最新的。"
|
||||||
"description": "Text that displays when an update check completed and no update is available"
|
|
||||||
},
|
},
|
||||||
"appliesUrlPrefixOption": {
|
"appliesUrlPrefixOption": {
|
||||||
"message": "含以下前綴的網址",
|
"message": "含以下前綴的網址"
|
||||||
"description": "Option to make the style apply to the entered string as a URL prefix"
|
|
||||||
},
|
},
|
||||||
"searchRegexp": {
|
"searchRegexp": {
|
||||||
"message": "使用/re/句法正則表達式搜索",
|
"message": "使用/re/句法正則表達式搜索"
|
||||||
"description": "Label after the search input field in the editor shown on Ctrl-F"
|
|
||||||
},
|
},
|
||||||
"importReplaceTooltip": {
|
"importReplaceTooltip": {
|
||||||
"message": "棄用當前樣式內容并用導入樣式覆蓋",
|
"message": "棄用當前樣式內容并用導入樣式覆蓋"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"popupStylesFirst": {
|
"popupStylesFirst": {
|
||||||
"message": "在工具欄按鈕命令行前列出樣式",
|
"message": "在工具欄按鈕命令行前列出樣式"
|
||||||
"description": "Label for the checkbox controlling section order in the toolbar button menu."
|
|
||||||
},
|
},
|
||||||
"sectionHelp": {
|
"sectionHelp": {
|
||||||
"message": "樣式段讓你能在同一個樣式中定義適用於不同網段的不同代碼段。例如,僅僅一個樣式就能以一種樣式改變一個網站的主頁,同時以另一種樣式改變這個網站的其他頁面。",
|
"message": "樣式段讓你能在同一個樣式中定義適用於不同網段的不同代碼段。例如,僅僅一個樣式就能以一種樣式改變一個網站的主頁,同時以另一種樣式改變這個網站的其他頁面。"
|
||||||
"description": "Help text for sections"
|
|
||||||
},
|
},
|
||||||
"noStylesForSite": {
|
"noStylesForSite": {
|
||||||
"message": "當前網站沒有安裝任何樣式。",
|
"message": "當前網站沒有安裝任何樣式。"
|
||||||
"description": "Text displayed when no styles are installed for the current site"
|
|
||||||
},
|
},
|
||||||
"appliesDisplayTruncatedSuffix": {
|
"appliesDisplayTruncatedSuffix": {
|
||||||
"message": "以及更多",
|
"message": "以及更多"
|
||||||
"description": "Text added to appliesDisplay when there are more sites for the style than are displayed"
|
|
||||||
},
|
},
|
||||||
"appliesRemove": {
|
"appliesRemove": {
|
||||||
"message": "移除",
|
"message": "移除"
|
||||||
"description": "Label for the button to remove an 'applies' entry"
|
|
||||||
},
|
},
|
||||||
"styleToMozillaFormatTitle": {
|
"styleToMozillaFormatTitle": {
|
||||||
"message": "Mozilla格式樣式表",
|
"message": "Mozilla格式樣式表"
|
||||||
"description": "Title of the popup with the style code in Mozilla format, shown after pressing the Export button on Edit style page"
|
|
||||||
},
|
|
||||||
"manageTitle": {
|
|
||||||
"message": "Stylus",
|
|
||||||
"description": "Title for the manage page"
|
|
||||||
},
|
},
|
||||||
"writeStyleFor": {
|
"writeStyleFor": {
|
||||||
"message": "編寫樣式給:",
|
"message": "編寫樣式給:"
|
||||||
"description": "Label for toolbar pop-up that precedes the links to write a new style"
|
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"message": "替換",
|
"message": "替換"
|
||||||
"description": "Label before the replace input field in the editor shown on Ctrl-H"
|
|
||||||
},
|
},
|
||||||
"appliesLabel": {
|
"appliesLabel": {
|
||||||
"message": "適用於",
|
"message": "適用於"
|
||||||
"description": "Label for 'applies to' fields on the edit/add screen"
|
|
||||||
},
|
},
|
||||||
"openManage": {
|
"openManage": {
|
||||||
"message": "管理已安裝樣式",
|
"message": "管理已安裝樣式"
|
||||||
"description": "Link to open the manage page."
|
|
||||||
},
|
},
|
||||||
"updateCheckFailBadResponseCode": {
|
"updateCheckFailBadResponseCode": {
|
||||||
"message": "更新失敗: 伺服器傳回代碼 $code$。",
|
"message": "更新失敗: 伺服器傳回代碼 $code$。",
|
||||||
"description": "Text that displays when an update check failed because the response code indicates an error",
|
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"code": {
|
"code": {
|
||||||
"content": "$1"
|
"content": "$1"
|
||||||
|
@ -279,143 +205,108 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appliesSpecify": {
|
"appliesSpecify": {
|
||||||
"message": "指定",
|
"message": "指定"
|
||||||
"description": "Label for the button to make a style apply only to specific sites"
|
|
||||||
},
|
},
|
||||||
"installUpdate": {
|
"installUpdate": {
|
||||||
"message": "安裝更新",
|
"message": "安裝更新"
|
||||||
"description": "Label for the button to install an update for a single style"
|
|
||||||
},
|
},
|
||||||
"styleMozillaFormatHeading": {
|
"styleMozillaFormatHeading": {
|
||||||
"message": "Mozilla格式",
|
"message": "Mozilla格式"
|
||||||
"description": "Heading for the section with buttons to import/export Mozilla format of the style"
|
|
||||||
},
|
},
|
||||||
"stylusUnavailableForURL": {
|
"stylusUnavailableForURL": {
|
||||||
"message": "Stylus 不能在諸如此類的網頁上生效。",
|
"message": "Stylus 不能在諸如此類的網頁上生效。"
|
||||||
"description": "Note in the toolbar pop-up when on a URL Stylus can't affect"
|
|
||||||
},
|
},
|
||||||
"sectionRemove": {
|
"sectionRemove": {
|
||||||
"message": "移除樣式段",
|
"message": "移除樣式段"
|
||||||
"description": "Label for the button to remove a section"
|
|
||||||
},
|
},
|
||||||
"disableAllStyles": {
|
"disableAllStyles": {
|
||||||
"message": "禁用所有樣式",
|
"message": "禁用所有樣式"
|
||||||
"description": "Label for the checkbox that turns all enabled styles off."
|
|
||||||
},
|
},
|
||||||
"undoGlobal": {
|
"undoGlobal": {
|
||||||
"message": "撤銷(全局)",
|
"message": "撤銷(全局)"
|
||||||
"description": "CSS-beautify global Undo button label"
|
|
||||||
},
|
},
|
||||||
"updateCompleted": {
|
"updateCompleted": {
|
||||||
"message": "更新完成。",
|
"message": "更新完成。"
|
||||||
"description": "Text that displays when an update completed"
|
|
||||||
},
|
},
|
||||||
"checkingForUpdate": {
|
"checkingForUpdate": {
|
||||||
"message": "檢查中…",
|
"message": "檢查中…"
|
||||||
"description": "Text to display when checking a style for an update"
|
|
||||||
},
|
},
|
||||||
"sectionCode": {
|
"sectionCode": {
|
||||||
"message": "代碼",
|
"message": "代碼"
|
||||||
"description": "Label for the code for a section"
|
|
||||||
},
|
},
|
||||||
"cm_smartIndent": {
|
"cm_smartIndent": {
|
||||||
"message": "使用智能縮進",
|
"message": "使用智能縮進"
|
||||||
"description": "Label for the checkbox controlling smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"appliesHelp": {
|
"appliesHelp": {
|
||||||
"message": "使用「適用於」控件來限制這個樣式段適用的網址。",
|
"message": "使用「適用於」控件來限制這個樣式段適用的網址。"
|
||||||
"description": "Help text for 'applies to' section"
|
|
||||||
},
|
},
|
||||||
"editStyleHeading": {
|
"editStyleHeading": {
|
||||||
"message": "編輯樣式",
|
"message": "編輯樣式"
|
||||||
"description": "Title of the page for editing styles"
|
|
||||||
},
|
},
|
||||||
"appliesUrlOption": {
|
"appliesUrlOption": {
|
||||||
"message": "網址",
|
"message": "網址"
|
||||||
"description": "Option to make the style apply to the entered string as a URL"
|
|
||||||
},
|
},
|
||||||
"addStyleTitle": {
|
"addStyleTitle": {
|
||||||
"message": "添加樣式",
|
"message": "添加樣式"
|
||||||
"description": "Title of the page for adding styles"
|
|
||||||
},
|
},
|
||||||
"importReplaceLabel": {
|
"importReplaceLabel": {
|
||||||
"message": "覆蓋樣式",
|
"message": "覆蓋樣式"
|
||||||
"description": "Label for the button to import and overwrite current style"
|
|
||||||
},
|
},
|
||||||
"dbError": {
|
"dbError": {
|
||||||
"message": "使用 Stylus 資料庫時出現錯誤。你想訪問可能包含解決辦法的網頁嗎?",
|
"message": "使用 Stylus 資料庫時出現錯誤。你想訪問可能包含解決辦法的網頁嗎?"
|
||||||
"description": "Prompt when a DB error is encountered"
|
|
||||||
},
|
},
|
||||||
"importAppendTooltip": {
|
"importAppendTooltip": {
|
||||||
"message": "追加導入的樣式到當前樣式",
|
"message": "追加導入的樣式到當前樣式"
|
||||||
"description": "Tooltip for the button to import a style and append to the existing sections"
|
|
||||||
},
|
},
|
||||||
"helpKeyMapHotkey": {
|
"helpKeyMapHotkey": {
|
||||||
"message": "按下熱鍵",
|
"message": "按下熱鍵"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"replaceAll": {
|
"replaceAll": {
|
||||||
"message": "替換所有",
|
"message": "替換所有"
|
||||||
"description": "Label before the replace input field in the editor shown on 'replaceAll' hotkey"
|
|
||||||
},
|
},
|
||||||
"editGotoLine": {
|
"editGotoLine": {
|
||||||
"message": "跳到行(或 line:col )",
|
"message": "跳到行(或 line:col )"
|
||||||
"description": "Go to line or line:column on Ctrl-G in style code editor"
|
|
||||||
},
|
},
|
||||||
"checkAllUpdates": {
|
"checkAllUpdates": {
|
||||||
"message": "檢查所有樣式更新",
|
"message": "檢查所有樣式更新"
|
||||||
"description": "Label for the button to check all styles for updates"
|
|
||||||
},
|
},
|
||||||
"issuesHelp": {
|
"issuesHelp": {
|
||||||
"message": "由<a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a>發現啟用這些規則會產生衝突",
|
"message": "由<a href='https://github.com/CSSLint/csslint' target='_blank'>CSSLint</a>發現啟用這些規則會產生衝突"
|
||||||
"description": "Help popup message for the CSSLint issues block on the style edit page"
|
|
||||||
},
|
},
|
||||||
"confirmNo": {
|
"confirmNo": {
|
||||||
"message": "否",
|
"message": "否"
|
||||||
"description": "'No' button in a confirm dialog"
|
|
||||||
},
|
},
|
||||||
"undo": {
|
"undo": {
|
||||||
"message": "撤銷",
|
"message": "撤銷"
|
||||||
"description": "Button label"
|
|
||||||
},
|
},
|
||||||
"cm_keyMap": {
|
"cm_keyMap": {
|
||||||
"message": "鍵盤映射",
|
"message": "鍵盤映射"
|
||||||
"description": "Label for the drop-down list controlling the keymap for the style editor."
|
|
||||||
},
|
},
|
||||||
"cm_indentWithTabs": {
|
"cm_indentWithTabs": {
|
||||||
"message": "用Tab鍵智能縮進",
|
"message": "用Tab鍵智能縮進"
|
||||||
"description": "Label for the checkbox controlling tabs with smart indentation option for the style editor."
|
|
||||||
},
|
},
|
||||||
"replaceWith": {
|
"replaceWith": {
|
||||||
"message": "替換為",
|
"message": "替換為"
|
||||||
"description": "Label before the replace-with input field in the editor shown on Ctrl-H etc."
|
|
||||||
},
|
},
|
||||||
"deleteStyleLabel": {
|
"deleteStyleLabel": {
|
||||||
"message": "删除",
|
"message": "删除"
|
||||||
"description": "Label for the button to delete a style"
|
|
||||||
},
|
},
|
||||||
"addStyleLabel": {
|
"addStyleLabel": {
|
||||||
"message": "編寫新樣式",
|
"message": "編寫新樣式"
|
||||||
"description": "Label for the button to go to the add style page"
|
|
||||||
},
|
},
|
||||||
"manageOnlyEnabled": {
|
"manageOnlyEnabled": {
|
||||||
"message": "只顯示已啟用的樣式",
|
"message": "只顯示已啟用的樣式"
|
||||||
"description": "Checkbox to show only enabled styles"
|
|
||||||
},
|
},
|
||||||
"editStyleLabel": {
|
"editStyleLabel": {
|
||||||
"message": "編輯",
|
"message": "編輯"
|
||||||
"description": "Label for the button to go to the edit style page"
|
|
||||||
},
|
},
|
||||||
"cm_theme": {
|
"cm_theme": {
|
||||||
"message": "主題",
|
"message": "主題"
|
||||||
"description": "Label for the style editor's CSS theme."
|
|
||||||
},
|
},
|
||||||
"helpKeyMapCommand": {
|
"helpKeyMapCommand": {
|
||||||
"message": "鍵入命令名稱",
|
"message": "鍵入命令名稱"
|
||||||
"description": "Placeholder text of inputbox in keymap help popup on the edit style page. Must be very short"
|
|
||||||
},
|
},
|
||||||
"description": {
|
"description": {
|
||||||
"message": "用Stylus(一個用戶樣式管理器)重塑網頁。 Stylus 讓你能為诸多主流網站輕鬆的安裝主題和皮膚。",
|
"message": "用Stylus(一個用戶樣式管理器)重塑網頁。 Stylus 讓你能為诸多主流網站輕鬆的安裝主題和皮膚。"
|
||||||
"description": "Extension description"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user