mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-01 15:09:14 +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
16 lines
311 B
JavaScript
16 lines
311 B
JavaScript
define({
|
|
"root": {
|
|
"floatingmenu.tab.abbr": "Abbreviation",
|
|
"button.addabbr.tooltip": "insert abbreviation",
|
|
"button.abbr.tooltip": "format as abbreviation",
|
|
"newabbr.defaulttext": "Abbr"
|
|
},
|
|
"ca": true,
|
|
"de": true,
|
|
"mk": true,
|
|
"pt-br": true,
|
|
"ru": true,
|
|
"uk": true,
|
|
"zh-hans": true
|
|
});
|