discourse-table-builder/locales/en.yml

33 lines
1001 B
YAML
Raw Normal View History

2022-07-03 23:47:08 -04:00
en:
discourse_table_builder:
title: "Table Builder"
composer:
button: "Insert Table"
modal:
title: "Table Builder"
create: "Build Table"
cancel: "cancel"
help:
title: "Using the Spreadsheet Editor"
enter_key: "Enter"
tab_key: "Tab"
new_row: "at the end of a row to insert a new row."
new_col: "at the end of a column to insert a new column."
options: "Right-click on cells to access more options in a dropdown menu."
edit:
btn_edit: "Edit Table"
modal:
title: "Edit Table"
cancel: "cancel"
create: "Save"
reason: "why are you editing?"
trigger_reason: "Add reason for edit"
default_edit_reason: "Update Table with Table Editor"
default_header:
col_1: "Column 1"
col_2: "Column 2"
col_3: "Column 3"
col_4: "Column 4"
2022-07-03 23:47:08 -04:00
theme_metadata:
description: "Adds a button to the composer to easily build tables in markdown"