Skip to content

Commit

Permalink
feat(spreadsheet): add align and context menu messages (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtopalov authored Nov 27, 2023
1 parent 2490915 commit c1bbb7d
Show file tree
Hide file tree
Showing 67 changed files with 3,819 additions and 0 deletions.
57 changes: 57 additions & 0 deletions messages/spreadsheet/spreadsheet.ar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,60 @@ kendo:

# The content of the dialog that warns about duplicated sheet name
duplicateSheetName: There is an existing sheet with this name. Please enter another name.

# The title of the Text Align Horizontal tool.
alignHorizontal: Align horizontally

# The title of the Text Align Vertical tool.
alignVertical: Align vertically

# The title of the Text Align Left tool.
alignLeft: Align Left

# The title of the Text Align Center tool.
alignCenter: Align Center

# The title of the Text Align Right tool.
alignRight: Align Right

# The title of the Text Align Justify tool.
alignJustify: Align Justify

# The title of the Text Align Top tool.
alignTop: Align Top

# The title of the Text Align Middle tool.
alignMiddle: Align Middle

# The title of the Text Align Bottom tool.
alignBottom: Align Bottom

# The title of the Merge all tool.
mergeAll: Merge all

# The title of the Merge horizontally tool.
mergeHorizontally: Merge horizontally

# The title of the Merge vertically tool.
mergeVertically: Merge vertically

# The title of the Unmerge tool.
unmerge: Unmerge

# The text of the Copy command.
copy: Copy

# The text of the Cut command.
cut: Cut

# The text of the Hide row command.
hideRow: Hide

# The text of the Unhide row command.
unhideRow: Unhide

# The text of the Hide column command.
hideColumn: Hide

# The text of the Unhide column command.
unhideColumn: Unhide
57 changes: 57 additions & 0 deletions messages/spreadsheet/spreadsheet.bg-BG.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,60 @@ kendo:

# The content of the dialog that warns about duplicated sheet name
duplicateSheetName: Има съществуващ лист с това име. Моля, въведете друго име.

# The title of the Text Align Horizontal tool.
alignHorizontal: Подравни хоризонтално

# The title of the Text Align Vertical tool.
alignVertical: Подравни вертикално

# The title of the Text Align Left tool.
alignLeft: Подравни наляво

# The title of the Text Align Center tool.
alignCenter: Центрирай хоризонтално

# The title of the Text Align Right tool.
alignRight: Подравни надясно

# The title of the Text Align Justify tool.
alignJustify: Подравни двустранно

# The title of the Text Align Top tool.
alignTop: Подравни нагоре

# The title of the Text Align Middle tool.
alignMiddle: Центрирай вертикално

# The title of the Text Align Bottom tool.
alignBottom: Подравни надолу

# The title of the Merge all tool.
mergeAll: Слей всички

# The title of the Merge horizontally tool.
mergeHorizontally: Слей хоризонтално

# The title of the Merge vertically tool.
mergeVertically: Слей вертикално

# The title of the Unmerge tool.
unmerge: Раздели

# The text of the Copy command.
copy: Копирай

# The text of the Cut command.
cut: Изрежи

# The text of the Hide row command.
hideRow: Скрий

# The text of the Unhide row command.
unhideRow: Покажи

# The text of the Hide column command.
hideColumn: Скрий

# The text of the Unhide column command.
unhideColumn: Покажи
57 changes: 57 additions & 0 deletions messages/spreadsheet/spreadsheet.cs-CZ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,60 @@ kendo:

# The content of the dialog that warns about duplicated sheet name
duplicateSheetName: There is an existing sheet with this name. Please enter another name.

# The title of the Text Align Horizontal tool.
alignHorizontal: Align horizontally

# The title of the Text Align Vertical tool.
alignVertical: Align vertically

# The title of the Text Align Left tool.
alignLeft: Align Left

# The title of the Text Align Center tool.
alignCenter: Align Center

# The title of the Text Align Right tool.
alignRight: Align Right

# The title of the Text Align Justify tool.
alignJustify: Align Justify

# The title of the Text Align Top tool.
alignTop: Align Top

# The title of the Text Align Middle tool.
alignMiddle: Align Middle

# The title of the Text Align Bottom tool.
alignBottom: Align Bottom

# The title of the Merge all tool.
mergeAll: Merge all

# The title of the Merge horizontally tool.
mergeHorizontally: Merge horizontally

# The title of the Merge vertically tool.
mergeVertically: Merge vertically

# The title of the Unmerge tool.
unmerge: Unmerge

# The text of the Copy command.
copy: Copy

# The text of the Cut command.
cut: Cut

# The text of the Hide row command.
hideRow: Hide

# The text of the Unhide row command.
unhideRow: Unhide

# The text of the Hide column command.
hideColumn: Hide

# The text of the Unhide column command.
unhideColumn: Unhide
57 changes: 57 additions & 0 deletions messages/spreadsheet/spreadsheet.da-DK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,60 @@ kendo:

# The content of the dialog that warns about duplicated sheet name
duplicateSheetName: There is an existing sheet with this name. Please enter another name.

# The title of the Text Align Horizontal tool.
alignHorizontal: Align horizontally

# The title of the Text Align Vertical tool.
alignVertical: Align vertically

# The title of the Text Align Left tool.
alignLeft: Align Left

# The title of the Text Align Center tool.
alignCenter: Align Center

# The title of the Text Align Right tool.
alignRight: Align Right

# The title of the Text Align Justify tool.
alignJustify: Align Justify

# The title of the Text Align Top tool.
alignTop: Align Top

# The title of the Text Align Middle tool.
alignMiddle: Align Middle

# The title of the Text Align Bottom tool.
alignBottom: Align Bottom

# The title of the Merge all tool.
mergeAll: Merge all

# The title of the Merge horizontally tool.
mergeHorizontally: Merge horizontally

# The title of the Merge vertically tool.
mergeVertically: Merge vertically

# The title of the Unmerge tool.
unmerge: Unmerge

# The text of the Copy command.
copy: Copy

# The text of the Cut command.
cut: Cut

# The text of the Hide row command.
hideRow: Hide

# The text of the Unhide row command.
unhideRow: Unhide

# The text of the Hide column command.
hideColumn: Hide

# The text of the Unhide column command.
unhideColumn: Unhide
57 changes: 57 additions & 0 deletions messages/spreadsheet/spreadsheet.de-AT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,60 @@ kendo:

# The content of the dialog that warns about duplicated sheet name
duplicateSheetName: There is an existing sheet with this name. Please enter another name.

# The title of the Text Align Horizontal tool.
alignHorizontal: Align horizontally

# The title of the Text Align Vertical tool.
alignVertical: Align vertically

# The title of the Text Align Left tool.
alignLeft: Align Left

# The title of the Text Align Center tool.
alignCenter: Align Center

# The title of the Text Align Right tool.
alignRight: Align Right

# The title of the Text Align Justify tool.
alignJustify: Align Justify

# The title of the Text Align Top tool.
alignTop: Align Top

# The title of the Text Align Middle tool.
alignMiddle: Align Middle

# The title of the Text Align Bottom tool.
alignBottom: Align Bottom

# The title of the Merge all tool.
mergeAll: Merge all

# The title of the Merge horizontally tool.
mergeHorizontally: Merge horizontally

# The title of the Merge vertically tool.
mergeVertically: Merge vertically

# The title of the Unmerge tool.
unmerge: Unmerge

# The text of the Copy command.
copy: Copy

# The text of the Cut command.
cut: Cut

# The text of the Hide row command.
hideRow: Hide

# The text of the Unhide row command.
unhideRow: Unhide

# The text of the Hide column command.
hideColumn: Hide

# The text of the Unhide column command.
unhideColumn: Unhide
57 changes: 57 additions & 0 deletions messages/spreadsheet/spreadsheet.de-CH.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,60 @@ kendo:

# The content of the dialog that warns about duplicated sheet name
duplicateSheetName: There is an existing sheet with this name. Please enter another name.

# The title of the Text Align Horizontal tool.
alignHorizontal: Align horizontally

# The title of the Text Align Vertical tool.
alignVertical: Align vertically

# The title of the Text Align Left tool.
alignLeft: Align Left

# The title of the Text Align Center tool.
alignCenter: Align Center

# The title of the Text Align Right tool.
alignRight: Align Right

# The title of the Text Align Justify tool.
alignJustify: Align Justify

# The title of the Text Align Top tool.
alignTop: Align Top

# The title of the Text Align Middle tool.
alignMiddle: Align Middle

# The title of the Text Align Bottom tool.
alignBottom: Align Bottom

# The title of the Merge all tool.
mergeAll: Merge all

# The title of the Merge horizontally tool.
mergeHorizontally: Merge horizontally

# The title of the Merge vertically tool.
mergeVertically: Merge vertically

# The title of the Unmerge tool.
unmerge: Unmerge

# The text of the Copy command.
copy: Copy

# The text of the Cut command.
cut: Cut

# The text of the Hide row command.
hideRow: Hide

# The text of the Unhide row command.
unhideRow: Unhide

# The text of the Hide column command.
hideColumn: Hide

# The text of the Unhide column command.
unhideColumn: Unhide
Loading

0 comments on commit c1bbb7d

Please sign in to comment.