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/locales/en.yml | |
| parent | a74e40be88cd1331155c967656e393618e88cd27 (diff) | |
Render dates, booleans and counts through the locale files
Diffstat (limited to 'config/locales/en.yml')
| -rw-r--r-- | config/locales/en.yml | 8 |
1 files changed, 8 insertions, 0 deletions
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." |
