Skip to content

Commit

Permalink
DataList Preview - added missing localizations
Browse files Browse the repository at this point in the history
  • Loading branch information
leekelleher committed Apr 7, 2021
1 parent 69524ec commit 3c38a9c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<umb-load-indicator></umb-load-indicator>
</div>
<div ng-switch-when="noItems" class="well well-small well--limit-width">
<span>The data source returned no items to preview.</span>
<localize key="contentment_configurePreviewNoItems">The data source returned no items to preview.</localize>
</div>
<div ng-switch-when="loaded">

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<key alias="configurePreviewInit">Vælg og konfigurer en datakilde og en listeeditor, tak.</key>
<key alias="configurePreviewDataSource">Vælg og konfigurer en datakilde, tak.</key>
<key alias="configurePreviewListEditor">Vælg og konfigurer en liste, tak.</key>
<key alias="configurePreviewNoItems">Datakilden returnerede ingen elementer til forhåndsvisning.</key>

<key alias="tagsType">Indtast nøgleord (tryk på Enter efter hvert nøgleord)...</key>
</area>
</language>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
<key alias="configurePreviewInit">Please select and configure a data source and list editor.</key>
<key alias="configurePreviewDataSource">Please select and configure a data source.</key>
<key alias="configurePreviewListEditor">Please select and configure a list editor.</key>
<key alias="configurePreviewNoItems">The data source returned no items to preview.</key>

<key alias="tagsType">Type to select an item...</key>
</area>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<key alias="configurePreviewInit">Selecionar e configurar a origem dos dados e o editor de lista, por favor.</key>
<key alias="configurePreviewDataSource">Selecionar e configurar a origem dos dados, por favor.</key>
<key alias="configurePreviewListEditor">Selecionar e configurar o editor de lista, por favor.</key>
<key alias="configurePreviewNoItems">A fonte de dados não retornou nenhum item para visualização.</key>

<key alias="tagsType">Digite para selecionar um item...</key>
</area>
</language>

0 comments on commit 3c38a9c

Please sign in to comment.