Add some translations

This commit is contained in:
Jan Tuomi
2017-02-10 21:18:34 +02:00
parent 70e66cb7da
commit ea2ea26f45
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -41,8 +41,8 @@
<tr ng-repeat="i in infoitems">
<td>{$ i.name $}</td>
<td><input type="text" class="form-control" ng-model="i.duration"></input></td>
<td><input type="button" class="btn btn-success" ng-click="createInstance(selected_rot.id, i.id, i.item_type, i.duration);" value="add"></input></td>
<td><input type="button" class="btn btn-danger" ng-click="deleteItem(i.item_type, i.id);" value="delete"></input></td>
<td><input type="button" class="btn btn-success" ng-click="createInstance(selected_rot.id, i.id, i.item_type, i.duration);" value="{% trans "Add" %}"></input></td>
<td><input type="button" class="btn btn-danger" ng-click="deleteItem(i.item_type, i.id);" value="{% trans "Delete" %}"></input></td>
</tr>
</table>
<h2>{% trans "Create new item" %}</h2>