summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml13
-rw-r--r--config/locales/en.yml44
2 files changed, 37 insertions, 20 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 795e4d0..9de6aac 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -90,9 +90,10 @@ de:
90 show_changes: "Änderungen an Übersetzungen" 90 show_changes: "Änderungen an Übersetzungen"
91 view_revision: "Diese Revision ansehen" 91 view_revision: "Diese Revision ansehen"
92 unknown: "%{actor} hat %{action} auf %{subject} aus" 92 unknown: "%{actor} hat %{action} auf %{subject} aus"
93 publish: "%{actor} hat %{subject} veröffentlicht, (vorher: %{from})" 93 publish: "%{actor} hat %{revision} von %{subject} veröffentlicht"
94 publish_rollback: "%{actor} hat %{subject} auf %{revision} zurückgesetzt"
94 publish_first: "%{actor} hat %{subject} zum ersten Mal veröffentlicht" 95 publish_first: "%{actor} hat %{subject} zum ersten Mal veröffentlicht"
95 publish_rollback: "%{actor} hat %{subject} auf eine frühere Revision zu¼ckgesetzt (vorher: %{from})" 96 publish_first_with_author: "%{actor} hat %{subject} zum ersten Mal ve¶ffentlicht (Autor: %{author})"
96 create: "%{actor} hat %{subject} unter %{path} angelegt" 97 create: "%{actor} hat %{subject} unter %{path} angelegt"
97 move: "%{actor} hat %{subject} von %{from} nach %{to} verschoben" 98 move: "%{actor} hat %{subject} von %{from} nach %{to} verschoben"
98 discard_autosave: "%{actor} hat ungespeicherte Änderungen an %{subject} verschoben" 99 discard_autosave: "%{actor} hat ungespeicherte Änderungen an %{subject} verschoben"
@@ -101,3 +102,11 @@ de:
101 locale_removed: "Übersetzung entfernt, letzter Titel \"%{title}\"" 102 locale_removed: "Übersetzung entfernt, letzter Titel \"%{title}\""
102 abstract_changed: "Abstract geändert" 103 abstract_changed: "Abstract geändert"
103 body_changed: "Text geändert" 104 body_changed: "Text geändert"
105 revision_new: "eine neue Revision"
106 revision_earlier: "eine frühere Revision"
107 node_history: "Chronik"
108 detail_title: "Titel „%{from}“ → „%{to}“"
109 detail_author: "Autor %{from} → %{to}"
110 detail_tags: "Tags %{from} → %{to}"
111 template_changed: "Template geändert"
112 assets_changed: "Bildliste geändert"
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 8470778..f1856c1 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -36,21 +36,29 @@ en:
36 page_aria_label: "Page %{page}" 36 page_aria_label: "Page %{page}"
37 37
38 node_actions: 38 node_actions:
39 heading: "Action log" 39 heading: "Action log"
40 show_all: "Show all entries" 40 show_all: "Show all entries"
41 backfilled: "backfilled" 41 backfilled: "backfilled"
42 show_changes: "translation changes" 42 show_changes: "translation changes"
43 view_revision: "view this revision" 43 view_revision: "view this revision"
44 actor_self: "you" 44 unknown: "%{actor} did %{action} on %{subject}"
45 unknown: "%{actor} did %{action} on %{subject}" 45 publish: "%{actor} published %{revision} of %{subject}"
46 publish: "%{actor} published %{subject} (was: %{from})" 46 publish_rollback: "%{actor} rolled %{subject} back to %{revision}"
47 publish_first: "%{actor} published %{subject} for the first time" 47 publish_first: "%{actor} published %{subject} for the first time"
48 publish_rollback: "%{actor} rolled %{subject} back to an earlier revision (was: %{from})" 48 publish_first_with_author: "%{actor} published %{subject} for the first time (author: %{author})"
49 create: "%{actor} created %{subject} at %{path}" 49 create: "%{actor} created %{subject} at %{path}"
50 move: "%{actor} moved %{subject} from %{from} to %{to}" 50 move: "%{actor} moved %{subject} from %{from} to %{to}"
51 discard_autosave: "%{actor} discarded unsaved changes on %{subject}" 51 discard_autosave: "%{actor} discarded unsaved changes on %{subject}"
52 destroy_draft: "%{actor} discarded the draft of %{subject}" 52 destroy_draft: "%{actor} discarded the draft of %{subject}"
53 locale_added: "translation added, titled \"%{title}\"" 53 locale_added: "translation added, titled \"%{title}\""
54 locale_removed: "translation removed, last titled \"%{title}\"" 54 locale_removed: "translation removed, last titled \"%{title}\""
55 abstract_changed: "abstract changed" 55 abstract_changed: "abstract changed"
56 body_changed: "body changed" 56 body_changed: "body changed"
57 revision_new: "a new revision"
58 revision_earlier: "an earlier revision"
59 node_history: "node history"
60 detail_title: "title \"%{from}\" → \"%{to}\""
61 detail_author: "author %{from} → %{to}"
62 detail_tags: "tags %{from} → %{to}"
63 template_changed: "template changed"
64 assets_changed: "attached images changed"