mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-19 15:38:38 +00:00
* textcolor: fixed plugin bugs, added translation for zh * image: fixed default.jpg src bug * added 'ru' support for seaf edit * rm aloha-0.22.3 and ununsed files in aloha-0.22.7
74 lines
2.2 KiB
JavaScript
74 lines
2.2 KiB
JavaScript
define({
|
|
"root": {
|
|
"button.dismiss.label": "Dismiss",
|
|
"button.bold.label": "Bold",
|
|
"button.italic.label": "Italic",
|
|
"button.strikethrough.label": "Strikethrough",
|
|
"button.subscript.label": "Subscript",
|
|
"button.superscript.label": "Superscript",
|
|
"button.underline.label": "Underline",
|
|
|
|
// paragraph
|
|
"button.p.label": "Paragraph",
|
|
"button.h1.label": "Heading 1",
|
|
"button.h2.label": "Heading 2",
|
|
"button.h3.label": "Heading 3",
|
|
"button.h4.label": "Heading 4",
|
|
"button.h5.label": "Heading 5",
|
|
"button.h6.label": "Heading 6",
|
|
"button.pre.label": "Preformatted text",
|
|
"button.removeFormatting.label": "Remove formatting",
|
|
|
|
// list
|
|
"button.ol.label": "Insert ordered list",
|
|
"button.ul.label": "Insert unordered list",
|
|
"button.indent.label": "Indent list",
|
|
"button.outdent.label": "Outdent list",
|
|
"button.createLink.label": "Insert link",
|
|
"button.removeLink.label": "Remove link",
|
|
"button.createAbbr.label": "Insert abbreviation",
|
|
"button.characterPicker.label": "Pick special characters",
|
|
|
|
// link
|
|
"button.createLink.label": "Insert link",
|
|
"button.removeLink.label": "Remove link",
|
|
|
|
// abbr
|
|
"button.createAbbr.label": "Insert abbreviation",
|
|
|
|
// character picker
|
|
"button.characterPicker.label": "Pick special characters",
|
|
|
|
// justify
|
|
"button.justifyLeft.label": "Align to the left",
|
|
"button.justifyRight.label": "Align to the right",
|
|
"button.justifyCenter.label": "Center",
|
|
"button.justifyFull.label": "Justify",
|
|
|
|
// horizontal rule
|
|
"button.horizontalRule.label": "Insert horizontal rule",
|
|
"button.createLanguageAnnotation.label": "Insert language annotation",
|
|
"button.metaview.label": "Switch between meta and normal view",
|
|
"button.quote.label": "Format selection as quote",
|
|
"button.blockquote.label": "Format selection as blockquote",
|
|
"tab.format.label": "Format",
|
|
"tab.insert.label": "Insert",
|
|
"tab.abbr.label": "Abbreviation",
|
|
"tab.img.label": "Image",
|
|
"tab.link.label": "Link",
|
|
"tab.list.label": "List",
|
|
"tab.table.label": "Table",
|
|
"tab.col.label": "Table Column",
|
|
"tab.row.label": "Table Row",
|
|
"tab.cell.label": "Table Cell",
|
|
"tab.wai-lang.label": "Language annotation"
|
|
},
|
|
"ca": true,
|
|
"de": true,
|
|
"mk": true,
|
|
"pt-br": true,
|
|
"ru": true,
|
|
"uk": true,
|
|
"zh-hans": true
|
|
});
|