mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-17 22:47:59 +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
19 lines
482 B
JavaScript
19 lines
482 B
JavaScript
define({
|
|
"root": {
|
|
"button.alignright.tooltip": "Align to the right",
|
|
"button.alignleft.tooltip": "Align to the left",
|
|
"button.aligncenter.tooltip": "Center",
|
|
"button.alignjustify.tooltip": "Justify",
|
|
"button.aligntop.tooltip": "Align to the top",
|
|
"button.alignmiddle.tooltip": "Align to the middle",
|
|
"button.alignbottom.tooltip": "Align to the bottom"
|
|
},
|
|
"ca": true,
|
|
"de": true,
|
|
"mk": true,
|
|
"pt-br": true,
|
|
"ru": true,
|
|
"uk": true,
|
|
"zh-hans": true
|
|
});
|