From 010c1a8dfa43042b3e0ef25ecefb3aaa0cdec093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C5=BEe=20Fortun?= Date: Thu, 23 Mar 2023 10:42:10 +0100 Subject: [PATCH] Fix tab block translations --- locale/en/corteza-webapp-compose/block.yaml | 51 +++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/locale/en/corteza-webapp-compose/block.yaml b/locale/en/corteza-webapp-compose/block.yaml index ce2eb4145..2938010bf 100644 --- a/locale/en/corteza-webapp-compose/block.yaml +++ b/locale/en/corteza-webapp-compose/block.yaml @@ -719,3 +719,54 @@ geometry: lockBounds: Lock bounds topLeft: Bounds top left lowerRight: Bounds lower right + +tabs: + alertTitle: Set a title for your block + title: Tabs + addTab: + Add + tab: Tab + selectBlock: Choose a block + noTabs: No tabs configured + noBlock: No block configured + displayTitle: Display Options + preview: Live example + newBlockModal: Add new block + placeholder: + block: Select a block to tab + style: + appearance: + label: Appearance + tabs: Tabs + pills: Pills + small: Small + alignment: + label: Alignment + left: Left + center: Center + right: Right + fillJustify: + label: Fill or Justify + fill: Fill + justify: Justify + none: None + orientation: + label: Orientation + vertical: Vertical + horizontal: Horizontal + position: + label: Position + start: Start + end: End + table: + columns: + title: + label: Title + block: + label: Block + tooltip: + edit: Edit block + editDisabled: Editing tabbed blocks is disabled until you save this block + addTab: Add tab + addBlock: Add new block + delete: Delete tab + label: Tabs \ No newline at end of file