Fix missing supplier edit table translations
This commit is contained in:
@@ -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 %>);
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user