summaryrefslogtreecommitdiff
path: root/config/locales
diff options
context:
space:
mode:
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/de.yml8
-rw-r--r--config/locales/en.yml8
2 files changed, 16 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml
index b3319e61..9428c4be 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -161,6 +161,10 @@ de:
161 not_permitted: "Dieses Asset ist an geschützte Seiten angehängt; nur die Redaktion darf es löschen" 161 not_permitted: "Dieses Asset ist an geschützte Seiten angehängt; nur die Redaktion darf es löschen"
162 upload: 162 upload:
163 unreadable_image: "konnte nicht als Bild gelesen werden. Möglicherweise ist sie beschädigt oder hat ein anderes Format, als der Name vermuten lässt." 163 unreadable_image: "konnte nicht als Bild gelesen werden. Möglicherweise ist sie beschädigt oder hat ein anderes Format, als der Name vermuten lässt."
164 event:
165 attributes:
166 url:
167 must_be_http: "must start with http:// or https://"
164 168
165 tags: 169 tags:
166 index: 170 index:
@@ -540,11 +544,15 @@ de:
540 title: "Nodes mit Tag: %{tag}" 544 title: "Nodes mit Tag: %{tag}"
541 sitemap: 545 sitemap:
542 title: "Sitemap" 546 title: "Sitemap"
547 descendants:
548 one: "1 Unterseite"
549 other: "%{count} Unterseiten"
543 chapters: 550 chapters:
544 title: "Dezentrale" 551 title: "Dezentrale"
545 filter: "Filter" 552 filter: "Filter"
546 node_list: 553 node_list:
547 search_placeholder: "Titel, Abstract, Text durchsuchen…" 554 search_placeholder: "Titel, Abstract, Text durchsuchen…"
555 no_revision: "keine"
548 trashed: 556 trashed:
549 title: "Papierkorb" 557 title: "Papierkorb"
550 empty: "Der Papierkorb ist leer." 558 empty: "Der Papierkorb ist leer."
diff --git a/config/locales/en.yml b/config/locales/en.yml
index ccca0ad0..dcf4275d 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -107,6 +107,10 @@ en:
107 not_permitted: "Only Redaktion members may change assets related to nodes in this section" 107 not_permitted: "Only Redaktion members may change assets related to nodes in this section"
108 upload: 108 upload:
109 unreadable_image: "could not be read as an image. It may be damaged, or not the format its name suggests." 109 unreadable_image: "could not be read as an image. It may be damaged, or not the format its name suggests."
110 event:
111 attributes:
112 url:
113 must_be_http: "must start with http:// or https://"
110 114
111 tags: 115 tags:
112 index: 116 index:
@@ -487,11 +491,15 @@ en:
487 title: "Nodes tagged: %{tag}" 491 title: "Nodes tagged: %{tag}"
488 sitemap: 492 sitemap:
489 title: "Sitemap" 493 title: "Sitemap"
494 descendants:
495 one: "1 descendant"
496 other: "%{count} descendants"
490 chapters: 497 chapters:
491 title: "Chapters" 498 title: "Chapters"
492 filter: "Filter" 499 filter: "Filter"
493 node_list: 500 node_list:
494 search_placeholder: "Search title, abstract, body…" 501 search_placeholder: "Search title, abstract, body…"
502 no_revision: "none"
495 trashed: 503 trashed:
496 title: "Trash" 504 title: "Trash"
497 empty: "The Trash is empty." 505 empty: "The Trash is empty."