finish article_categories controllers i18n + translation
This commit is contained in:
parent
8c8778459e
commit
4aa40b387a
5 changed files with 19 additions and 11 deletions
|
|
@ -10,3 +10,11 @@ de:
|
|||
confirm_delete: 'Bist Du sicher?'
|
||||
new:
|
||||
title: 'Neue Kategorie anlegen'
|
||||
|
||||
# used by controller
|
||||
create:
|
||||
notice: 'Die Kategorie wurde gespeichert'
|
||||
update:
|
||||
notice: 'Die Kategorie wurde aktualisiert'
|
||||
destroy:
|
||||
error: 'Kategorie konnte nicht gelöscht werden: %{message}'
|
||||
|
|
|
|||
|
|
@ -18,10 +18,6 @@ de:
|
|||
next: "›"
|
||||
truncate: "..."
|
||||
|
||||
controller:
|
||||
article_categories:
|
||||
destroy:
|
||||
error: 'Kategorie konnte nicht gelöscht werden: %{message}'
|
||||
date:
|
||||
abbr_day_names:
|
||||
- So
|
||||
|
|
|
|||
|
|
@ -10,3 +10,11 @@ en:
|
|||
confirm_delete: 'Are you sure?'
|
||||
new:
|
||||
title: 'Add new category'
|
||||
|
||||
# used by controller
|
||||
create:
|
||||
notice: 'Category was stored'
|
||||
update:
|
||||
notice: 'Category was updated'
|
||||
destroy:
|
||||
error: 'Category could not be deleted: %{message}'
|
||||
|
|
|
|||
|
|
@ -18,10 +18,6 @@ en:
|
|||
next: "›"
|
||||
truncate: "..."
|
||||
|
||||
controller:
|
||||
article_categories:
|
||||
destroy:
|
||||
error: 'Category could not be deleted: %{message}'
|
||||
date:
|
||||
abbr_day_names:
|
||||
- Su
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue