mirror of
https://github.com/discourse/discourse-table-builder.git
synced 2025-08-19 10:37:05 +00:00
- Linting Fixes (prettier, eslint, ember template lint) - Reorganize code, moving declarations, consolidating functionality into separate methods - Add default edit reason locale vs hard-coded string
31 lines
869 B
YAML
31 lines
869 B
YAML
en:
|
|
discourse_table_builder:
|
|
title: "Table Builder"
|
|
composer:
|
|
button: "Insert Table"
|
|
modal:
|
|
title: "Table Builder"
|
|
create: "Build Table"
|
|
cancel: "cancel"
|
|
header: "Header"
|
|
body: "Body"
|
|
buttons:
|
|
add_column: "Add Column"
|
|
remove_column: "Remove Column"
|
|
add_row: "Add Row"
|
|
remove_row: "Remove Row"
|
|
align_left: "Align Left"
|
|
align_center: "Align Center"
|
|
align_right: "Align Right"
|
|
edit:
|
|
btn_edit: "Edit Table"
|
|
modal:
|
|
title: "Edit Table"
|
|
cancel: "cancel"
|
|
create: "Update Table"
|
|
reason: "why are you editing?"
|
|
trigger_reason: "Add reason for edit"
|
|
default_edit_reason: "Update Table with Table Editor"
|
|
theme_metadata:
|
|
description: "Adds a button to the composer to easily build tables in markdown"
|