mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-28 11:41:18 +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
39 lines
1.6 KiB
JavaScript
39 lines
1.6 KiB
JavaScript
define({
|
|
"root": {
|
|
"floatingmenu.tab.table": "Table",
|
|
"floatingmenu.tab.tablelayout": "Table Layout",
|
|
"deleterows.confirm": "Do you really want to delete the selected rows?",
|
|
"deletecolumns.confirm": "Do you really want to delete the selected columns?",
|
|
"deletetable.confirm": "Do you really want to delete the table?",
|
|
"Table": "Table",
|
|
"button.createtable.tooltip": "Insert Table",
|
|
"button.addcolleft.tooltip": "Add Column left",
|
|
"button.addcolright.tooltip": "Add Column right",
|
|
"button.delcols.tooltip": "Delete Columns",
|
|
"button.addrowbefore.tooltip": "Add Row before",
|
|
"button.addrowafter.tooltip": "Add Row after",
|
|
"button.delrows.tooltip": "Delete Rows",
|
|
"button.caption.tooltip": "Table caption",
|
|
"button.naturalfit.tooltip": "Reset table sizing",
|
|
"empty.caption": "Table caption",
|
|
"button.removeFormat.tooltip": "Remove formatting",
|
|
"button.removeFormat.text": "Remove formatting",
|
|
"button.rowheader.tooltip": "Format row as table header",
|
|
"button.columnheader.tooltip": "Format column as table header",
|
|
"button.mergecells.tooltip": "Merge Cells",
|
|
"button.splitcells.tooltip": "Split Cells",
|
|
"table.label.target": "Summary",
|
|
"table.sidebar.title": "Table",
|
|
"table.mergeCells.notRectangular": "Only a rectangular selection can be merged",
|
|
"table.addColumns.nonConsecutive": "Please select a single column or a consecutive range of columns",
|
|
"table.createTable.nestedTablesNoSupported": "Sorry, nested tables are not supported"
|
|
},
|
|
"ca": true,
|
|
"de": true,
|
|
"mk": true,
|
|
"pt-br": true,
|
|
"ru": true,
|
|
"uk": true,
|
|
"zh-hans": true
|
|
});
|