summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/locales/de.yml22
-rw-r--r--config/locales/en.yml32
2 files changed, 26 insertions, 28 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 93712574..d661bf2a 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -185,6 +185,7 @@ de:
185 backfilled: "rekonstruiert" 185 backfilled: "rekonstruiert"
186 show_changes: "Änderungen im Detail" 186 show_changes: "Änderungen im Detail"
187 view_revision: "Diese Revision ansehen" 187 view_revision: "Diese Revision ansehen"
188 view_diff: "Diff anzeigen"
188 unknown: "%{actor} hat %{action} auf %{subject} ausgeführt" 189 unknown: "%{actor} hat %{action} auf %{subject} ausgeführt"
189 publish: "%{actor} hat %{revision} von %{subject} veröffentlicht" 190 publish: "%{actor} hat %{revision} von %{subject} veröffentlicht"
190 publish_rollback: "%{actor} hat %{subject} auf %{revision} zurückgesetzt" 191 publish_rollback: "%{actor} hat %{subject} auf %{revision} zurückgesetzt"
@@ -285,6 +286,7 @@ de:
285 labels: 286 labels:
286 login: "Anmeldename" 287 login: "Anmeldename"
287 email: "E-Mail" 288 email: "E-Mail"
289 roles: "Rollen"
288 password: "Passwort" 290 password: "Passwort"
289 confirm: "bestätigen" 291 confirm: "bestätigen"
290 admin: "Admin?" 292 admin: "Admin?"
@@ -313,8 +315,6 @@ de:
313 group_alumni: "Ehemalige" 315 group_alumni: "Ehemalige"
314 group_empty: "— keine —" 316 group_empty: "— keine —"
315 admin_hint: "Administrative Rechte lassen sich erst vergeben, nachdem der Nutzer sich angemeldet und einen zweiten Faktor eingerichtet hat." 317 admin_hint: "Administrative Rechte lassen sich erst vergeben, nachdem der Nutzer sich angemeldet und einen zweiten Faktor eingerichtet hat."
316 labels:
317 roles: "Rollen"
318 roles: 318 roles:
319 admin: "Administration" 319 admin: "Administration"
320 redaktion: "Redaktion" 320 redaktion: "Redaktion"
@@ -684,18 +684,16 @@ de:
684 684
685 revisions: 685 revisions:
686 locale_label: "Sprache:" 686 locale_label: "Sprache:"
687 inline: "Inline" 687 inline: "inline"
688 side_by_side: "Nebeneinander" 688 side_by_side: "nebeneinander"
689 locale_changed: "%{lang} (geändert)"
689 diff: 690 diff:
690 title: "Revisionen vergleichen" 691 title: "Revisionen vergleichen"
691 revisions_link: "Revisionen" 692 comparing_html: "Vergleiche Revision %{start} mit %{end} %{view} in der Übersetzung %{lang}."
692 comparing: "Vergleiche" 693 comparing_layers_html: "Vergleiche %{start} mit %{end} %{view} in der Übersetzung %{lang}."
693 against: "mit" 694 diff_button: "Diff aktualisieren"
694 showing_prefix: "— gezeigt wird die" 695 pair_link: "%{from} → %{to}"
695 translation_suffix: "Übersetzung" 696 revisions_link: "Alle Revisionen"
696 changed_hint: "* unterscheidet sich zwischen diesen beiden Versionen."
697 view_label: "Ansicht:"
698 diff_button: "Diff"
699 compare_numbered: "Stattdessen zwei nummerierte Revisionen vergleichen" 697 compare_numbered: "Stattdessen zwei nummerierte Revisionen vergleichen"
700 none_marker: "(keins)" 698 none_marker: "(keins)"
701 no_change: "Keine Änderung." 699 no_change: "Keine Änderung."
diff --git a/config/locales/en.yml b/config/locales/en.yml
index cd502b31..b98c3d02 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -3,9 +3,8 @@
3 3
4en: 4en:
5 more: "more …" 5 more: "more …"
6 images: images 6 images: "images"
7 sponsors: sponsors 7 sponsors: "sponsors"
8 hello: "Hello world"
9 show_tag_headline: "Pages tagged with:" 8 show_tag_headline: "Pages tagged with:"
10 old_ccc_de: the old ccc.de 9 old_ccc_de: the old ccc.de
11 event_schedule_time: "at %{time}" 10 event_schedule_time: "at %{time}"
@@ -102,6 +101,10 @@ en:
102 attributes: 101 attributes:
103 headline: 102 headline:
104 images_and_pdfs_only: "can only be set on image or PDF assets" 103 images_and_pdfs_only: "can only be set on image or PDF assets"
104 assets:
105 attributes:
106 base:
107 not_permitted: "Only Redaktion members may change assets related to nodes in this section"
105 108
106 tags: 109 tags:
107 index: 110 index:
@@ -129,6 +132,7 @@ en:
129 backfilled: "backfilled" 132 backfilled: "backfilled"
130 show_changes: "Change details" 133 show_changes: "Change details"
131 view_revision: "view this revision" 134 view_revision: "view this revision"
135 view_diff: "Show diff"
132 unknown: "%{actor} did %{action} on %{subject}" 136 unknown: "%{actor} did %{action} on %{subject}"
133 publish: "%{actor} published %{revision} of %{subject}" 137 publish: "%{actor} published %{revision} of %{subject}"
134 publish_rollback: "%{actor} rolled %{subject} back to %{revision}" 138 publish_rollback: "%{actor} rolled %{subject} back to %{revision}"
@@ -228,6 +232,7 @@ en:
228 reset_confirm: "Reset %{login}'s second factor? They will log in with password only afterwards." 232 reset_confirm: "Reset %{login}'s second factor? They will log in with password only afterwards."
229 labels: 233 labels:
230 login: "login" 234 login: "login"
235 roles: "roles"
231 email: "e-mail" 236 email: "e-mail"
232 password: "password" 237 password: "password"
233 confirm: "confirm" 238 confirm: "confirm"
@@ -258,8 +263,6 @@ en:
258 group_alumni: "Alumni" 263 group_alumni: "Alumni"
259 group_empty: "— none —" 264 group_empty: "— none —"
260 admin_hint: "Administrative rights can only be granted after the account has signed in and set up a second factor." 265 admin_hint: "Administrative rights can only be granted after the account has signed in and set up a second factor."
261 labels:
262 roles: "Roles"
263 roles: 266 roles:
264 admin: "Administration" 267 admin: "Administration"
265 redaktion: "Redaktion" 268 redaktion: "Redaktion"
@@ -541,7 +544,6 @@ en:
541 common: 544 common:
542 logged_in: "Logged in successfully" 545 logged_in: "Logged in successfully"
543 otp_required: "Your account requires a second factor -- set it up to continue." 546 otp_required: "Your account requires a second factor -- set it up to continue."
544 admin_required: "Sorry, you need to be an admin for this action"
545 now_headline: "It is now the page's headline." 547 now_headline: "It is now the page's headline."
546 headline_ineligible: "This asset type cannot be a headline." 548 headline_ineligible: "This asset type cannot be a headline."
547 locked_by_other: "The page is locked by another editor." 549 locked_by_other: "The page is locked by another editor."
@@ -645,18 +647,16 @@ en:
645 647
646 revisions: 648 revisions:
647 locale_label: "Locale:" 649 locale_label: "Locale:"
648 inline: "Inline" 650 inline: "inline"
649 side_by_side: "Side by side" 651 side_by_side: "side by side"
652 locale_changed: "%{lang} (changed)"
650 diff: 653 diff:
651 title: "Compare revisions" 654 title: "Compare revisions"
652 revisions_link: "Revisions" 655 comparing_html: "Comparing revision %{start} against %{end} in %{lang} translation using %{view} view."
653 comparing: "Comparing" 656 comparing_layers_html: "Comparing %{start} against %{end} in %{lang} translation using %{view} view."
654 against: "against" 657 diff_button: "Update diff"
655 showing_prefix: "— showing the" 658 pair_link: "%{from} → %{to}"
656 translation_suffix: "translation" 659 revisions_link: "All revisions"
657 changed_hint: "* has a difference between these two versions."
658 view_label: "View:"
659 diff_button: "Diff"
660 compare_numbered: "Compare two numbered revisions instead" 660 compare_numbered: "Compare two numbered revisions instead"
661 none_marker: "(none)" 661 none_marker: "(none)"
662 no_change: "No change." 662 no_change: "No change."