diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/de.yml | 20 | ||||
| -rw-r--r-- | config/locales/en.yml | 20 | ||||
| -rw-r--r-- | config/routes.rb | 1 |
3 files changed, 41 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 74cd183..4e7b11d 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -82,3 +82,23 @@ de: | |||
| 82 | page_gap: "…" | 82 | page_gap: "…" |
| 83 | container_aria_label: "Seitennavigation" | 83 | container_aria_label: "Seitennavigation" |
| 84 | page_aria_label: "Seite %{page}" | 84 | page_aria_label: "Seite %{page}" |
| 85 | |||
| 86 | node_actions: | ||
| 87 | heading: "Letzte Änderungen" | ||
| 88 | show_all: "Alle Einträge zeigen" | ||
| 89 | backfilled: "rekonstruiert" | ||
| 90 | show_changes: "Änderungen an Übersetzungen" | ||
| 91 | view_revision: "Diese Revision ansehen" | ||
| 92 | actor_self: "du" | ||
| 93 | unknown: "%{actor} hat %{action} auf %{subject} aus" | ||
| 94 | publish: "%{actor} hat %{subject} veröffentlicht, (vorher: %{from})" | ||
| 95 | publish_first: "%{actor} hat %{subject} zum ersten Mal veröffentlicht" | ||
| 96 | publish_rollback: "%{actor} hat %{subject} auf eine frühere Revision zurückgesetzt (vorher: %{from})" | ||
| 97 | create: "%{actor} hat %{subject} unter %{path} angelegt" | ||
| 98 | move: "%{actor} hat %{subject} von %{from} nach %{to} verschoben" | ||
| 99 | discard_autosave: "%{actor} hat ungespeicherte Änderungen an %{subject} verschoben" | ||
| 100 | destroy_draft: "%{actor} hat den Entwurf von %{subject} verworfen" | ||
| 101 | locale_added: "Übersetzung angelegt, Titel \"%{title}\"" | ||
| 102 | locale_removed: "Übersetzung entfernt, letzter Titel \"%{title}\"" | ||
| 103 | abstract_changed: "Abstract geändert" | ||
| 104 | body_changed: "Text geändert" | ||
diff --git a/config/locales/en.yml b/config/locales/en.yml index c52280d..8470778 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -34,3 +34,23 @@ en: | |||
| 34 | page_gap: "…" | 34 | page_gap: "…" |
| 35 | container_aria_label: "Pagination" | 35 | container_aria_label: "Pagination" |
| 36 | page_aria_label: "Page %{page}" | 36 | page_aria_label: "Page %{page}" |
| 37 | |||
| 38 | node_actions: | ||
| 39 | heading: "Action log" | ||
| 40 | show_all: "Show all entries" | ||
| 41 | backfilled: "backfilled" | ||
| 42 | show_changes: "translation changes" | ||
| 43 | view_revision: "view this revision" | ||
| 44 | actor_self: "you" | ||
| 45 | unknown: "%{actor} did %{action} on %{subject}" | ||
| 46 | publish: "%{actor} published %{subject} (was: %{from})" | ||
| 47 | publish_first: "%{actor} published %{subject} for the first time" | ||
| 48 | publish_rollback: "%{actor} rolled %{subject} back to an earlier revision (was: %{from})" | ||
| 49 | create: "%{actor} created %{subject} at %{path}" | ||
| 50 | move: "%{actor} moved %{subject} from %{from} to %{to}" | ||
| 51 | discard_autosave: "%{actor} discarded unsaved changes on %{subject}" | ||
| 52 | destroy_draft: "%{actor} discarded the draft of %{subject}" | ||
| 53 | locale_added: "translation added, titled \"%{title}\"" | ||
| 54 | locale_removed: "translation removed, last titled \"%{title}\"" | ||
| 55 | abstract_changed: "abstract changed" | ||
| 56 | body_changed: "body changed" | ||
diff --git a/config/routes.rb b/config/routes.rb index 8e5ff23..c2b9590 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -86,6 +86,7 @@ Cccms::Application.routes.draw do | |||
| 86 | match 'menu_search' => 'admin#menu_search', :as => :admin_menu_search, :via => :get | 86 | match 'menu_search' => 'admin#menu_search', :as => :admin_menu_search, :via => :get |
| 87 | match 'conventions' => 'admin#conventions', :as => :admin_conventions, :via => :get | 87 | match 'conventions' => 'admin#conventions', :as => :admin_conventions, :via => :get |
| 88 | match 'dashboard_search' => 'admin#dashboard_search', :as => :admin_dashboard_search, :via => :get | 88 | match 'dashboard_search' => 'admin#dashboard_search', :as => :admin_dashboard_search, :via => :get |
| 89 | match 'log' => 'node_actions#index', :as => :admin_log, :via => :get | ||
| 89 | end | 90 | end |
| 90 | 91 | ||
| 91 | match '/logout' => 'sessions#destroy', :as => :logout, :via => :delete | 92 | match '/logout' => 'sessions#destroy', :as => :logout, :via => :delete |
