diff --git a/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet.ts b/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet.ts new file mode 100644 index 000000000..bb16ebeb2 --- /dev/null +++ b/src/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet.ts @@ -0,0 +1,443 @@ + + + + + CmdCreateSpreadsheet + + Spreadsheet + + + + Create spreadsheet + + + + Create a new spreadsheet + + + + + CmdSpreadsheetAlignBottom + + Spreadsheet + + + + Align bottom + + + + Bottom-align contents of selected cells + + + + + CmdSpreadsheetAlignCenter + + Spreadsheet + + + + Align center + + + + Center-align contents of selected cells + + + + + CmdSpreadsheetAlignLeft + + Spreadsheet + + + + Align left + + + + Left-align contents of selected cells + + + + + CmdSpreadsheetAlignRight + + Spreadsheet + + + + Align right + + + + Right-align contents of selected cells + + + + + CmdSpreadsheetAlignTop + + Spreadsheet + + + + Align top + + + + Top-align contents of selected cells + + + + + CmdSpreadsheetAlignVCenter + + Spreadsheet + + + + Vertically center-align + + + + Center-align contents vertically of selected cells + + + + + CmdSpreadsheetExport + + Spreadsheet + + + + Export spreadsheet + + + + Export spreadsheet to CSV file + + + + + CmdSpreadsheetImport + + Spreadsheet + + + + Import spreadsheet + + + + Import CSV file into spreadsheet + + + + + CmdSpreadsheetMergeCells + + Spreadsheet + + + + Merge cells + + + + Merge selected cells in spreadsheet + + + + + CmdSpreadsheetSplitCell + + Spreadsheet + + + + Split cell + + + + Split previously merged cells in spreadsheet + + + + + CmdSpreadsheetStyleBold + + Spreadsheet + + + + Bold text + + + + Set bold text in selected cells + + + + + CmdSpreadsheetStyleItalic + + Spreadsheet + + + + Italic text + + + + Set italic text in selected cells + + + + + CmdSpreadsheetStyleUnderline + + Spreadsheet + + + + Underline text + + + + Set underline text in selected cells + + + + + ColorPickerPopup + + Custom + + + + + PropertiesDialog + + Cell properties + + + + &Color + + + + Text + + + + Background + + + + &Alignment + + + + Horizontal + + + + Left + + + + Center + + + + Right + + + + Vertical + + + + Top + + + + Bottom + + + + &Style + + + + Bold + + + + Italic + + + + Underline + + + + &Display unit + + + + Unit string + + + + A&lias + + + + Alias for this cell + + + + + QObject + + All (*) + + + + Import file + + + + Export file + + + + Cell contents + + + + Show spreadsheet + + + + + QtColorPicker + + Black + + + + White + + + + Red + + + + Dark red + + + + Green + + + + Dark green + + + + Blue + + + + Dark blue + + + + Cyan + + + + Dark cyan + + + + Magenta + + + + Dark magenta + + + + Yellow + + + + Dark yellow + + + + Gray + + + + Dark gray + + + + Light gray + + + + Custom + + + + + Sheet + + Form + + + + &Contents + + + + + SpreadsheetGui::SheetTableView + + Insert rows + + + + Remove rows + + + + Insert columns + + + + Remove columns + + + + Properties... + + + + + Workbench + + Spreadsheet + + + + diff --git a/src/Tools/updateTranslations.py b/src/Tools/updateTranslations.py index 035c71e9e..a261fc173 100755 --- a/src/Tools/updateTranslations.py +++ b/src/Tools/updateTranslations.py @@ -87,7 +87,8 @@ locations = [["Arch","../Mod/Arch/Resources/translations","../Mod/Arch/Resources ["Test","../Mod/Test/Gui/Resources/translations","../Mod/Test/Gui/Resources/Test.qrc"], ["Ship","../Mod/Ship/resources/translations","../Mod/Ship/resources/Ship.qrc"], ["Plot","../Mod/Plot/resources/translations","../Mod/Plot/resources/Plot.qrc"], - ["Test","../Mod/Web/Gui/Resources/translations","../Mod/Web/Gui/Resources/Web.qrc"]] + ["Test","../Mod/Web/Gui/Resources/translations","../Mod/Web/Gui/Resources/Web.qrc"], + ["Spreadheet","../Mod/Spreadsheet/Gui/Resources/translations","../Mod/Spreadsheet/Gui/Resources/Spreadsheet.qrc"]] def updateqrc(qrcpath,lncode): "updates a qrc file with the given translation entry" diff --git a/src/Tools/updatecrowdin.py b/src/Tools/updatecrowdin.py index 9d6afd8c3..4a0e946dd 100755 --- a/src/Tools/updatecrowdin.py +++ b/src/Tools/updatecrowdin.py @@ -74,7 +74,8 @@ files = [ ["Arch.ts", "/Mod/Arch/Resources/translations/Arch.ts"], ["Sketcher.ts", "/Mod/Sketcher/Gui/Resources/translations/Sketcher_de.ts"], ["StartPage.ts", "/Mod/Start/Gui/Resources/translations/StartPage.ts"], ["Test.ts", "/Mod/Test/Gui/Resources/translations/Test_de.ts"], - ["Web.ts", "/Mod/Web/Gui/Resources/translations/Web.ts"] ] + ["Web.ts", "/Mod/Web/Gui/Resources/translations/Web.ts"], + ["Spreadsheet.ts", "/Mod/Spreadsheet/Gui/Resources/translations/Spreadsheet.ts"] ] # handler for the command responses