Fix missing supplier edit table translations

This commit is contained in:
2014-09-25 11:33:05 +02:00
parent f6bcecf3b4
commit 7e34e47a99
4 changed files with 9 additions and 2 deletions
@@ -16,7 +16,6 @@
//= require_directory . //= require_directory .
//= require_self //= require_self
var Qstorage = localStorage; var Qstorage = localStorage;
$.extend($translations.en, <%= I18n.t('supplier', locale: :en).to_json %>); $.extend($translations.en, <%= I18n.t('supplier', locale: :en).to_json %>);
$.extend($translations.nl, <%= I18n.t('supplier', locale: :nl).to_json %>); $.extend($translations.nl, <%= I18n.t('supplier', locale: :nl).to_json %>);
+4
View File
@@ -33,6 +33,10 @@ en:
destroy: destroy:
modal: modal:
title: Are you sure you want to delete ${models.table} %{number} title: Are you sure you want to delete ${models.table} %{number}
edit:
modal:
title: "Edit ${models.table|downcase}"
body_header: ""
lists: lists:
index: index:
show_all: Show all ${models.plural.list} show_all: Show all ${models.plural.list}
+4
View File
@@ -33,6 +33,10 @@ nl:
destroy: destroy:
modal: modal:
title: Weet je zeker dat je ${models.table} %{number} wilt verwijderen title: Weet je zeker dat je ${models.table} %{number} wilt verwijderen
edit:
modal:
title: "Bewerk ${models.table|downcase}"
body_header: ""
lists: lists:
index: index:
show_all: Toon alle ${models.plural.list} show_all: Toon alle ${models.plural.list}
+1 -1
View File
@@ -20,7 +20,7 @@ User
Bugs Bugs
---- ----
- untranslated title, and body_header in supplier edit table popup
<!-- - nothing!!! --> <!-- - nothing!!! -->
Post release Post release