1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-29 04:01:24 +00:00
seahub/media/aloha-0.22.7/plugins/common/table/nls/i18n.js

39 lines
1.6 KiB
JavaScript
Raw Normal View History

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
});