mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-04 08:28:11 +00:00
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
|
||
|
});
|