diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js index a7826d63f2..464daa6b3e 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js @@ -1,6 +1,6 @@ angular.module("umbraco") .controller("Umbraco.PropertyEditors.GridController", - function ($scope, $http, assetsService, $rootScope, dialogService, gridService, mediaResource, imageHelper, $timeout, umbRequestHelper) { + function ($scope, $http, assetsService, localizationService, $rootScope, dialogService, gridService, mediaResource, imageHelper, $timeout, umbRequestHelper) { // Grid status variables $scope.currentRow = null; @@ -231,7 +231,7 @@ angular.module("umbraco") $scope.editorOverlay = {}; $scope.editorOverlay.view = "itempicker"; $scope.editorOverlay.filter = false; - $scope.editorOverlay.title = "Insert editor"; + $scope.editorOverlay.title = localizationService.localize("grid_insertControl").then(function (value) {return value;}); $scope.editorOverlay.availableItems = area.$allowedEditors; $scope.editorOverlay.event = event; $scope.editorOverlay.show = true; diff --git a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html index 5b8ddf8a15..dafc197bfc 100644 --- a/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html +++ b/src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.html @@ -7,7 +7,7 @@
-

+

Rychlá příručka k šablonovým značkám umbraca Šablona + + Choose type of content + Choose a layout + Add a row + Add content + Styles applied + + This content is not allowed here + This content is allowed here + + Click to embed + Click to insert image + Image caption... + Write here... + + Grid Layouts + Layouts are the overall work area for the grid editor, usually you only need one or two different layouts + Add Grid Layout + Adjust the layout by setting column widths and adding additional sections + Row configurations + Rows are predefined cells arranged horizontally + Add row configuration + Adjust the row by setting cell widths and adding additional cells + Columns + Total combined number of columns in the grid layout + Settings + Configure what settings editors can change + Styles + Configure what styling editors can change + Settings will only save if the entered json configuration is valid + Allow all editors + Allow all row configurations + Alternativní pole Alternativní text diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/da.xml b/src/Umbraco.Web.UI/umbraco/config/lang/da.xml index 6617863e99..80447095f3 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/da.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/da.xml @@ -626,9 +626,14 @@ Mange hilsner fra Umbraco robotten Nulstil - Indsæt element - Tilføj rækker til dit layout - nedenfor og tilføje det første element]]> + Vælg indholdstype + Vælg layout + Tilføj række + Tilføj indhold + Styles applied + + Indholdet er ikke tilladt her + Indholdet er tilladt her Klik for at indlejre Klik for at indsætte et billede diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/de.xml b/src/Umbraco.Web.UI/umbraco/config/lang/de.xml index 9cac47c693..1aa97eace4 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/de.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/de.xml @@ -801,8 +801,14 @@ Wenn Sie sich für Runway entscheiden, können Sie optional Blöcke nutzen, die Typ auswählen - Wählen Sie ein Layout für diese Seite - und fügen Sie ihr erstes Element hinzu.]]> + Wählen Sie ein Layout für diese Seite + Wählen Sie ein Reihe + Add content + Styles applied + + + This content is not allowed here + This content is allowed here Klicken zum Einfügen Klicken zum Bild Einfügen diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml index 1b2d0707f5..22bf4db01a 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml @@ -869,27 +869,25 @@ To manage your website, simply open the Umbraco back office and start adding con Quick Guide to Umbraco template tags Template - - Insert control - Choose a layout - Choose a row + Choose type of content + Choose a layout + Add a row Add content Styles applied - + This content is not allowed here - - + This content is allowed here + Click to embed Click to insert image Image caption... Write here... - + Grid Layouts Layouts are the overall work area for the grid editor, usually you only need one or two different layouts Add Grid Layout Adjust the layout by setting column widths and adding additional sections - Row configurations Rows are predefined cells arranged horizontally Add row configuration diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml index 3074dd8b48..2f5402b496 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml @@ -870,19 +870,24 @@ To manage your website, simply open the Umbraco back office and start adding con Template - Insert control - Choose a layout for this section - below and add your first element]]> + Choose type of content + Choose a layout + Add a row + Add content + Styles applied + + This content is not allowed here + This content is allowed here Click to embed Click to insert image Image caption... Write here... - Grid layouts - Layouts are the overall work area for the grid editor, usually you only need one or two different layouts - Add grid layout - Adjust the layout by setting column widths and adding additional sections + Grid Layouts + Layouts are the overall work area for the grid editor, usually you only need one or two different layouts + Add Grid Layout + Adjust the layout by setting column widths and adding additional sections Row configurations Rows are predefined cells arranged horizontally Add row configuration diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/es.xml b/src/Umbraco.Web.UI/umbraco/config/lang/es.xml index c9ce2bdce3..93cd720e31 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/es.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/es.xml @@ -717,14 +717,20 @@ Insertar control + Choose layout Añade más filas - y añade tu primer contenido]]> + Add content + Styles applied + + + This content is not allowed here + This content is allowed here Plantillas de Grid Las plantillas son el área de trabajo para el editor de grids, normalmente sólo necesitas una o dos plantillas diferentes Añadir plantilla de grid Ajusta la plantilla configurando la anchura de las columnas y añadiendo más secciones - + Configuraciones de filas Las filas son celdas predefinidas que se disponen horizontalmente Añade una configuración de fila diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/fr.xml b/src/Umbraco.Web.UI/umbraco/config/lang/fr.xml index 3a8b860601..6582bf1d5d 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/fr.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/fr.xml @@ -833,6 +833,44 @@ Pour gérer votre site, ouvrez simplement le backoffice Umbraco et commencez à Guide rapide aux tags des modèles Umbraco Modèle + + Choose type of content + Choose a layout + Add a row + Add content + Styles applied + + This content is not allowed here + This content is allowed here + + Click to embed + Click to insert image + Image caption... + Write here... + + Grid Layouts + Layouts are the overall work area for the grid editor, usually you only need one or two different layouts + Add Grid Layout + Adjust the layout by setting column widths and adding additional sections + Row configurations + Rows are predefined cells arranged horizontally + Add row configuration + Adjust the row by setting cell widths and adding additional cells + + Columns + Total combined number of columns in the grid layout + + Settings + Configure what settings editors can change + + Styles + Configure what styling editors can change + + Settings will only save if the entered json configuration is valid + + Allow all editors + Allow all row configurations + Champ alternatif Texte alternatif diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/he.xml b/src/Umbraco.Web.UI/umbraco/config/lang/he.xml index 1c79890a74..a31d3b05c7 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/he.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/he.xml @@ -722,6 +722,44 @@ To manage your website, simply open the Umbraco back office and start adding con מדריך מהיר עבור תבנית תגיות באומברקו תבנית + + Choose type of content + Choose a layout + Add a row + Add content + Styles applied + + This content is not allowed here + This content is allowed here + + Click to embed + Click to insert image + Image caption... + Write here... + + Grid Layouts + Layouts are the overall work area for the grid editor, usually you only need one or two different layouts + Add Grid Layout + Adjust the layout by setting column widths and adding additional sections + Row configurations + Rows are predefined cells arranged horizontally + Add row configuration + Adjust the row by setting cell widths and adding additional cells + + Columns + Total combined number of columns in the grid layout + + Settings + Configure what settings editors can change + + Styles + Configure what styling editors can change + + Settings will only save if the entered json configuration is valid + + Allow all editors + Allow all row configurations + שדה אלטרנטיבי טקסט חלופי diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/it.xml b/src/Umbraco.Web.UI/umbraco/config/lang/it.xml index 4e66b1d3ef..1f30d35176 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/it.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/it.xml @@ -692,6 +692,44 @@ Per gestire il tuo sito web, è sufficiente aprire il back office di Umbraco e i Template + + Choose type of content + Choose a layout + Add a row + Add content + Styles applied + + This content is not allowed here + This content is allowed here + + Click to embed + Click to insert image + Image caption... + Write here... + + Grid Layouts + Layouts are the overall work area for the grid editor, usually you only need one or two different layouts + Add Grid Layout + Adjust the layout by setting column widths and adding additional sections + Row configurations + Rows are predefined cells arranged horizontally + Add row configuration + Adjust the row by setting cell widths and adding additional cells + + Columns + Total combined number of columns in the grid layout + + Settings + Configure what settings editors can change + + Styles + Configure what styling editors can change + + Settings will only save if the entered json configuration is valid + + Allow all editors + Allow all row configurations + diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/ja.xml b/src/Umbraco.Web.UI/umbraco/config/lang/ja.xml index e0bf8ca10b..9dadd580ea 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/ja.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/ja.xml @@ -867,9 +867,14 @@ Runwayをインストールして作られた新しいウェブサイトがど 挿入するアイテムを選択する + Choose a layout ここからレイアウトを選択します 最初の要素を追加します]]> + Styles applied + This content is not allowed here + This content is allowed here + クリックして埋め込む クリックして画像を挿入する キャプション... diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/ko.xml b/src/Umbraco.Web.UI/umbraco/config/lang/ko.xml index 5bc9bf2a31..bc636bab66 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/ko.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/ko.xml @@ -698,6 +698,44 @@ Umbraco 템플릿태그 퀵가이드 템플릿 + + Choose type of content + Choose a layout + Add a row + Add content + Styles applied + + This content is not allowed here + This content is allowed here + + Click to embed + Click to insert image + Image caption... + Write here... + + Grid Layouts + Layouts are the overall work area for the grid editor, usually you only need one or two different layouts + Add Grid Layout + Adjust the layout by setting column widths and adding additional sections + Row configurations + Rows are predefined cells arranged horizontally + Add row configuration + Adjust the row by setting cell widths and adding additional cells + + Columns + Total combined number of columns in the grid layout + + Settings + Configure what settings editors can change + + Styles + Configure what styling editors can change + + Settings will only save if the entered json configuration is valid + + Allow all editors + Allow all row configurations + 대체 필드 대체 글꼴 diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/nl.xml b/src/Umbraco.Web.UI/umbraco/config/lang/nl.xml index 3907b43771..521b4233ab 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/nl.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/nl.xml @@ -807,9 +807,14 @@ Echter, Runway biedt een gemakkelijke basis om je snel op weg te helpen. Als je Item toevoegen + Choose a layout Een rij aan de lay-out toevoegen teken onderaan en voeg je eerste item toe]]> + Styles applied + This content is not allowed here + This content is allowed here + Klik om een item te embedden Klik om een afbeelding in te voegen Afbeelding ondertitel... diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/no.xml b/src/Umbraco.Web.UI/umbraco/config/lang/no.xml index a0b1acb679..6025550452 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/no.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/no.xml @@ -674,6 +674,44 @@ Vennlig hilsen Umbraco roboten Hurtigguide til Umbraco sine maltagger Mal + + Choose type of content + Choose a layout + Add a row + Add content + Styles applied + + This content is not allowed here + This content is allowed here + + Click to embed + Click to insert image + Image caption... + Write here... + + Grid Layouts + Layouts are the overall work area for the grid editor, usually you only need one or two different layouts + Add Grid Layout + Adjust the layout by setting column widths and adding additional sections + Row configurations + Rows are predefined cells arranged horizontally + Add row configuration + Adjust the row by setting cell widths and adding additional cells + + Columns + Total combined number of columns in the grid layout + + Settings + Configure what settings editors can change + + Styles + Configure what styling editors can change + + Settings will only save if the entered json configuration is valid + + Allow all editors + Allow all row configurations + Alternativt felt Alternativ tekst diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/pl.xml b/src/Umbraco.Web.UI/umbraco/config/lang/pl.xml index 2c1e9b5335..47ab33c092 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/pl.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/pl.xml @@ -614,6 +614,44 @@ Miłego dnia!]]> Szybki przewodnik po tagach szablonu Umbraco Szablon + + Choose type of content + Choose a layout + Add a row + Add content + Styles applied + + This content is not allowed here + This content is allowed here + + Click to embed + Click to insert image + Image caption... + Write here... + + Grid Layouts + Layouts are the overall work area for the grid editor, usually you only need one or two different layouts + Add Grid Layout + Adjust the layout by setting column widths and adding additional sections + Row configurations + Rows are predefined cells arranged horizontally + Add row configuration + Adjust the row by setting cell widths and adding additional cells + + Columns + Total combined number of columns in the grid layout + + Settings + Configure what settings editors can change + + Styles + Configure what styling editors can change + + Settings will only save if the entered json configuration is valid + + Allow all editors + Allow all row configurations + Pole alternatywne Tekst alternatywny diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/pt.xml b/src/Umbraco.Web.UI/umbraco/config/lang/pt.xml index 19556d9672..027d2596c0 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/pt.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/pt.xml @@ -687,6 +687,44 @@ Você pode publicar esta página e todas suas sub-páginas ao selecionar pub Guia rápido para etiquetas de modelos Umbraco Modelo + + Choose type of content + Choose a layout + Add a row + Add content + Styles applied + + This content is not allowed here + This content is allowed here + + Click to embed + Click to insert image + Image caption... + Write here... + + Grid Layouts + Layouts are the overall work area for the grid editor, usually you only need one or two different layouts + Add Grid Layout + Adjust the layout by setting column widths and adding additional sections + Row configurations + Rows are predefined cells arranged horizontally + Add row configuration + Adjust the row by setting cell widths and adding additional cells + + Columns + Total combined number of columns in the grid layout + + Settings + Configure what settings editors can change + + Styles + Configure what styling editors can change + + Settings will only save if the entered json configuration is valid + + Allow all editors + Allow all row configurations + Campo alternativo Texto alternativo diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/ru.xml b/src/Umbraco.Web.UI/umbraco/config/lang/ru.xml index f737d84c98..a96addc042 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/ru.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/ru.xml @@ -409,7 +409,7 @@ Текст - снизу и добавьте Ваш первый элемент]]> + Add content Добавить шаблон сетки Настройте шаблон, задавая ширину колонок или добавляя дополнительные секции Добавить конфигурацию строки @@ -417,9 +417,12 @@ Добавить новые строки Доступны все редакторы Доступны все конфигурации строк + Choose a layout Кликните для встраивания Кликните для вставки изображения Колонки + Indholdet er ikke tilladt her + Indholdet er tilladt her Суммарное число колонок в шаблоне сетки Шаблоны сетки Шаблоны являются рабочим пространством для редактора сетки, обычно Вам понадобится не более одного или двух шаблонов diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/sv.xml b/src/Umbraco.Web.UI/umbraco/config/lang/sv.xml index f139cf27d6..bd2581f045 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/sv.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/sv.xml @@ -729,8 +729,12 @@ Lägg till + Choose layout Lägg till rad nedan för att lägga till ditt första element]]> + Styles applied + Indholdet er ikke tilladt her + Indholdet er tilladt her Klicka för att lägga in Klicka för att lägga till bild Bildtext... diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/zh.xml b/src/Umbraco.Web.UI/umbraco/config/lang/zh.xml index 3e4ef5771c..4fd0be5f3f 100644 --- a/src/Umbraco.Web.UI/umbraco/config/lang/zh.xml +++ b/src/Umbraco.Web.UI/umbraco/config/lang/zh.xml @@ -773,6 +773,44 @@ 模板标签快速指南 模板 + + Choose type of content + Choose a layout + Add a row + Add content + Styles applied + + This content is not allowed here + This content is allowed here + + Click to embed + Click to insert image + Image caption... + Write here... + + Grid Layouts + Layouts are the overall work area for the grid editor, usually you only need one or two different layouts + Add Grid Layout + Adjust the layout by setting column widths and adding additional sections + Row configurations + Rows are predefined cells arranged horizontally + Add row configuration + Adjust the row by setting cell widths and adding additional cells + + Columns + Total combined number of columns in the grid layout + + Settings + Configure what settings editors can change + + Styles + Configure what styling editors can change + + Settings will only save if the entered json configuration is valid + + Allow all editors + Allow all row configurations + 替代字段 替代文本