Merge pull request #2767 from emanuelschuetze/new-translations
Updated EN+DE translations.
This commit is contained in:
commit
ac00278f0f
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -88,7 +88,7 @@
|
|||||||
</select>
|
</select>
|
||||||
<!-- state select -->
|
<!-- state select -->
|
||||||
<select ng-show="selectedAction == 'setStatus'" ng-model="selectedState" class="form-control">
|
<select ng-show="selectedAction == 'setStatus'" ng-model="selectedState" class="form-control">
|
||||||
<option value="">--- <translate>Select state</translate> ---</option>
|
<option value="" translate>--- Select state ---</option>
|
||||||
<option ng-repeat="state in states" ng-disabled="state.workflowHeader" value="{{ state.id }}">
|
<option ng-repeat="state in states" ng-disabled="state.workflowHeader" value="{{ state.id }}">
|
||||||
{{ (state.workflowHeader ? state.headername : state.name) | translate }}
|
{{ (state.workflowHeader ? state.headername : state.name) | translate }}
|
||||||
</option>
|
</option>
|
||||||
@ -100,7 +100,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<!-- category select -->
|
<!-- category select -->
|
||||||
<select ng-show="selectedAction == 'setCategory'" ng-model="selectedCategory" class="form-control">
|
<select ng-show="selectedAction == 'setCategory'" ng-model="selectedCategory" class="form-control">
|
||||||
<option value="">--- <translate>Select category</translate> ---</option>
|
<option value="" translate>--- Select category ---</option>
|
||||||
<option ng-repeat="category in categories" value="{{ category.id }}">
|
<option ng-repeat="category in categories" value="{{ category.id }}">
|
||||||
{{ category.name }}
|
{{ category.name }}
|
||||||
</option>
|
</option>
|
||||||
@ -113,7 +113,7 @@
|
|||||||
</a>
|
</a>
|
||||||
<!-- motionBlock select -->
|
<!-- motionBlock select -->
|
||||||
<select ng-show="selectedAction == 'setMotionBlock'" ng-model="selectedMotionBlock" class="form-control">
|
<select ng-show="selectedAction == 'setMotionBlock'" ng-model="selectedMotionBlock" class="form-control">
|
||||||
<option value="">--- <translate>Select motion block</translate> ---</option>
|
<option value="" translate>--- Select motion block ---</option>
|
||||||
<option ng-repeat="motionBlock in motionBlocks" value="{{ motionBlock.id }}">
|
<option ng-repeat="motionBlock in motionBlocks" value="{{ motionBlock.id }}">
|
||||||
{{ motionBlock.title }}
|
{{ motionBlock.title }}
|
||||||
</option>
|
</option>
|
||||||
|
Loading…
Reference in New Issue
Block a user