diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 17:12:34 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 17:12:34 +0200 |
| commit | 84657fa9d633a7d3e20c10645589061ecebeee3f (patch) | |
| tree | f4bda793d90193db5002d0f2848dc441e9c65c11 /config | |
| parent | a74e40be88cd1331155c967656e393618e88cd27 (diff) | |
Render dates, booleans and counts through the locale files
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/de.yml | 8 | ||||
| -rw-r--r-- | config/locales/en.yml | 8 |
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." |
