Fixed admin, orders, wiki views. Converted all erb to haml.
This commit is contained in:
parent
699fb9b233
commit
552c553b77
169 changed files with 1158 additions and 1307 deletions
|
|
@ -1,6 +1,10 @@
|
|||
de:
|
||||
groups:
|
||||
|
||||
orders:
|
||||
state:
|
||||
open: laufend
|
||||
finished: beendet
|
||||
closed: abgerechnet
|
||||
|
||||
home:
|
||||
index:
|
||||
title: Startseite
|
||||
|
|
@ -142,13 +146,6 @@ de:
|
|||
header:
|
||||
one: ! 'Konnte %{model} nicht speichern: ein Fehler.'
|
||||
other: ! 'Konnte %{model} nicht speichern: %{count} Fehler.'
|
||||
helpers:
|
||||
select:
|
||||
prompt: Bitte wählen
|
||||
submit:
|
||||
create: ! '%{model} erstellen'
|
||||
submit: ! '%{model} speichern'
|
||||
update: ! '%{model} aktualisieren'
|
||||
number:
|
||||
currency:
|
||||
format:
|
||||
|
|
@ -255,11 +252,15 @@ de:
|
|||
note: Notiz
|
||||
|
||||
helpers:
|
||||
select:
|
||||
prompt: Bitte wählen
|
||||
submit:
|
||||
create: "%{model} speichern"
|
||||
update: "Änderungen speichern"
|
||||
message:
|
||||
create: 'Nachricht verschicken'
|
||||
invite:
|
||||
create: Einladung verschicken
|
||||
|
||||
# Simple form i18n is used to build the forms
|
||||
simple_form:
|
||||
|
|
@ -268,22 +269,8 @@ de:
|
|||
required:
|
||||
text: 'benötigt'
|
||||
mark: '*'
|
||||
# You can uncomment the line below if you need to overwrite the whole required html.
|
||||
# When using html, text and mark won't be used.
|
||||
# html: '<abbr title="required">*</abbr>'
|
||||
error_notification:
|
||||
default_message: "Fehler wurden gefunden. Bitte das Formular überprüfen."
|
||||
# Labels and hints examples
|
||||
# labels:
|
||||
# password: 'Password'
|
||||
# user:
|
||||
# new:
|
||||
# email: 'E-mail para efetuar o sign in.'
|
||||
# edit:
|
||||
# email: 'E-mail.'
|
||||
# hints:
|
||||
# username: 'User name to sign in.'
|
||||
# password: 'No special characters, please.'
|
||||
labels:
|
||||
defaults:
|
||||
password: 'Passwort'
|
||||
|
|
@ -368,7 +355,7 @@ de:
|
|||
nick: "Benutzername"
|
||||
last_name: "Nachname"
|
||||
order_comment:
|
||||
text: 'Kommentar'
|
||||
text: Kommentiere diese Bestellung ...
|
||||
order:
|
||||
starts: "Läuft vom"
|
||||
ends: "Endet am"
|
||||
|
|
@ -385,6 +372,7 @@ de:
|
|||
deposit: Pfand berechnet
|
||||
deposit_credit: Pfand gutgeschrieben
|
||||
|
||||
|
||||
hints:
|
||||
tax: 'In Prozent, Standard sind 7,0'
|
||||
task:
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ SimpleNavigation::Configuration.run do |navigation|
|
|||
end
|
||||
|
||||
primary.item :admin, 'Administration', '#', if: Proc.new { current_user.role_admin? } do |subnav|
|
||||
subnav.item :admin_home, 'Übersicht', admin_root_path
|
||||
subnav.item :users, 'Benutzerinnen', admin_users_path, id: nil
|
||||
subnav.item :ordergroups, 'Bestellgruppen', admin_ordergroups_path, id: nil
|
||||
subnav.item :workgroups, 'Arbeitsgruppen', admin_workgroups_path, id: nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue