diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/de.yml | 9 | ||||
| -rw-r--r-- | config/locales/en.yml | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 2f08984..1f2222c 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -133,3 +133,12 @@ de: | |||
| 133 | less_than_or_equal_to: "must be less than or equal to {{count}}" | 133 | less_than_or_equal_to: "must be less than or equal to {{count}}" |
| 134 | odd: "must be odd" | 134 | odd: "must be odd" |
| 135 | even: "must be even" | 135 | even: "must be even" |
| 136 | |||
| 137 | will_paginate: | ||
| 138 | previous_label: "← Zurück" | ||
| 139 | previous_aria_label: "Vorherige Seite" | ||
| 140 | next_label: "Weiter →" | ||
| 141 | next_aria_label: "Nächste Seite" | ||
| 142 | page_gap: "…" | ||
| 143 | container_aria_label: "Seitennavigation" | ||
| 144 | page_aria_label: "Seite %{page}" | ||
diff --git a/config/locales/en.yml b/config/locales/en.yml index 980a6b8..59c7304 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -19,3 +19,12 @@ en: | |||
| 19 | time: | 19 | time: |
| 20 | formats: | 20 | formats: |
| 21 | ccc: "%d %B, %Y %H:%M" | 21 | ccc: "%d %B, %Y %H:%M" |
| 22 | |||
| 23 | will_paginate: | ||
| 24 | previous_label: "← Previous" | ||
| 25 | previous_aria_label: "Previous page" | ||
| 26 | next_label: "Next →" | ||
| 27 | next_aria_label: "Next page" | ||
| 28 | page_gap: "…" | ||
| 29 | container_aria_label: "Pagination" | ||
| 30 | page_aria_label: "Page %{page}" | ||
