U4-5101: Localize Tags property editor
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
<div ng-controller="Umbraco.PropertyEditors.TagsController" class="umb-editor umb-tags">
|
||||
|
||||
<div ng-if="isLoading">
|
||||
<<<<<<< HEAD
|
||||
<localize key="loading" />...
|
||||
=======
|
||||
<localize key="loading">Loading</localize>...
|
||||
>>>>>>> U4-5101: Localize Tags property editor
|
||||
</div>
|
||||
|
||||
<div ng-if="!isLoading">
|
||||
@@ -12,10 +16,10 @@
|
||||
|
||||
<input type="text"
|
||||
class="typeahead tags-{{model.alias}}"
|
||||
ng-model="$parent.tagToAdd"
|
||||
ng-model="$parent.tagToAdd"
|
||||
ng-keydown="$parent.addTagOnEnter($event)"
|
||||
on-blur="$parent.addTag()"
|
||||
on-blur="$parent.addTag()"
|
||||
localize="placeholder"
|
||||
placeholder="@placeholders_enterTags" />
|
||||
placeholder="@placeholders_enterTags" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -228,6 +228,7 @@
|
||||
<key alias="entername">Indtast navn...</key>
|
||||
<key alias="search">Søg...</key>
|
||||
<key alias="filter">Filtrer...</key>
|
||||
<key alias="enterTags">Indtast nøgleord (tryk på Enter efter hvert nøgleord)...</key>
|
||||
</area>
|
||||
<area alias="editcontenttype">
|
||||
<key alias="allowAtRoot" version="7.2">Tillad på rodniveau</key>
|
||||
|
||||
@@ -244,8 +244,8 @@
|
||||
<key alias="nameentity">Name the %0%...</key>
|
||||
<key alias="entername">Enter a name...</key>
|
||||
<key alias="search">Type to search...</key>
|
||||
<key alias="filter">Type to filter...</key>
|
||||
<key alias="enterTags">Type to add tags (press enter after each tag)...</key>
|
||||
<key alias="filter">Type to filter...</key>
|
||||
<key alias="enterTags">Type to add tags (press enter after each tag)...</key>
|
||||
</area>
|
||||
<area alias="editcontenttype">
|
||||
<key alias="allowAtRoot" version="7.2">Allow at root</key>
|
||||
|
||||
Reference in New Issue
Block a user