diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-13 23:33:11 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-13 23:33:11 +0200 |
| commit | 8eab68f2c5a3c126e2fec2ecdfa7ace87ce0937b (patch) | |
| tree | f446ebc26a7707c7b64a937aa51a155df146c80a /config/locales/en.yml | |
| parent | 42714c697273a7117c6b355fab26c8c35e336ad1 (diff) | |
| parent | cdf5d9941ca866d437612d2f863eac6eb0b3db12 (diff) | |
Merge branch 'erdgeist-revive-events'
Diffstat (limited to 'config/locales/en.yml')
| -rw-r--r-- | config/locales/en.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index 2458d4d0..73271ed2 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -8,7 +8,27 @@ en: | |||
| 8 | hello: "Hello world" | 8 | hello: "Hello world" |
| 9 | show_tag_headline: "Pages tagged with:" | 9 | show_tag_headline: "Pages tagged with:" |
| 10 | old_ccc_de: the old ccc.de | 10 | old_ccc_de: the old ccc.de |
| 11 | event_schedule_time: "at %{time}" | ||
| 12 | event_schedule_unrecognized: "Schedule not automatically readable" | ||
| 13 | event_schedule_none: "No schedule" | ||
| 14 | open_days: "Open days" | ||
| 15 | open_days_label: "Open days" | ||
| 16 | upcoming_events: "Upcoming events" | ||
| 17 | open_today: "Open today" | ||
| 18 | published: "published" | ||
| 19 | published_by: "published by %{editor}" | ||
| 20 | publisher_self: "you" | ||
| 21 | editor_self: "you" | ||
| 11 | 22 | ||
| 12 | time: | 23 | time: |
| 13 | formats: | 24 | formats: |
| 14 | ccc: "%d %B, %Y %H:%M" | 25 | ccc: "%d %B, %Y %H:%M" |
| 26 | |||
| 27 | will_paginate: | ||
| 28 | previous_label: "← Previous" | ||
| 29 | previous_aria_label: "Previous page" | ||
| 30 | next_label: "Next →" | ||
| 31 | next_aria_label: "Next page" | ||
| 32 | page_gap: "…" | ||
| 33 | container_aria_label: "Pagination" | ||
| 34 | page_aria_label: "Page %{page}" | ||
