diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-04 17:13:18 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-04 17:13:18 +0200 |
| commit | ac01156d00b24d14225c8e75979fb59bba69640d (patch) | |
| tree | f223b41358debb6cee45c5351d885505615b0e02 /config/locales | |
| parent | 409d71ed471703be8c56f2639a3ecb0fa387e6a7 (diff) | |
Tidy up headings on house keeping views
- Collapse page headers into one action row with an optional hint
- limit will_paginate to one row
Diffstat (limited to 'config/locales')
| -rw-r--r-- | config/locales/de.yml | 9 | ||||
| -rw-r--r-- | config/locales/en.yml | 9 |
2 files changed, 8 insertions, 10 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 6f8dd24a..a4181b9b 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -76,9 +76,9 @@ de: | |||
| 76 | skip_last_comma: true | 76 | skip_last_comma: true |
| 77 | 77 | ||
| 78 | will_paginate: | 78 | will_paginate: |
| 79 | previous_label: "← Zurück" | 79 | previous_label: "←" |
| 80 | previous_aria_label: "Vorherige Seite" | 80 | previous_aria_label: "Vorherige Seite" |
| 81 | next_label: "Weiter →" | 81 | next_label: "→" |
| 82 | next_aria_label: "Nächste Seite" | 82 | next_aria_label: "Nächste Seite" |
| 83 | page_gap: "…" | 83 | page_gap: "…" |
| 84 | container_aria_label: "Seitennavigation" | 84 | container_aria_label: "Seitennavigation" |
| @@ -337,6 +337,7 @@ de: | |||
| 337 | action_log: "Letzte Änderungen dieses Kontos" | 337 | action_log: "Letzte Änderungen dieses Kontos" |
| 338 | index: | 338 | index: |
| 339 | title: "Benutzerkonten" | 339 | title: "Benutzerkonten" |
| 340 | create_account: "Konto anlegen" | ||
| 340 | create_editor: "Editor-Konto anlegen" | 341 | create_editor: "Editor-Konto anlegen" |
| 341 | create_redaktion: "Redaktions-Konto anlegen" | 342 | create_redaktion: "Redaktions-Konto anlegen" |
| 342 | create_admin: "Admin-Konto anlegen" | 343 | create_admin: "Admin-Konto anlegen" |
| @@ -374,14 +375,12 @@ de: | |||
| 374 | toggle_preview: "Live-Vorschau umschalten" | 375 | toggle_preview: "Live-Vorschau umschalten" |
| 375 | force_render: "Vorschau neu rendern" | 376 | force_render: "Vorschau neu rendern" |
| 376 | revisions: "Revisionen" | 377 | revisions: "Revisionen" |
| 378 | explain: "Was macht das?" | ||
| 377 | "yes": "ja" | 379 | "yes": "ja" |
| 378 | "no": "nein" | 380 | "no": "nein" |
| 379 | columns: | 381 | columns: |
| 380 | id: "ID" | ||
| 381 | title: "Titel" | 382 | title: "Titel" |
| 382 | actions: "Aktionen" | ||
| 383 | locked_by: "Gesperrt von" | 383 | locked_by: "Gesperrt von" |
| 384 | rev: "Rev." | ||
| 385 | path: "Pfad" | 384 | path: "Pfad" |
| 386 | preview: "Vorschau" | 385 | preview: "Vorschau" |
| 387 | name: "Name" | 386 | name: "Name" |
diff --git a/config/locales/en.yml b/config/locales/en.yml index c7a728ab..4cf7f61f 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -27,9 +27,9 @@ en: | |||
| 27 | ccc_date: "%d %B, %Y" | 27 | ccc_date: "%d %B, %Y" |
| 28 | 28 | ||
| 29 | will_paginate: | 29 | will_paginate: |
| 30 | previous_label: "← Previous" | 30 | previous_label: "←" |
| 31 | previous_aria_label: "Previous page" | 31 | previous_aria_label: "Previous page" |
| 32 | next_label: "Next →" | 32 | next_label: "→" |
| 33 | next_aria_label: "Next page" | 33 | next_aria_label: "Next page" |
| 34 | page_gap: "…" | 34 | page_gap: "…" |
| 35 | container_aria_label: "Pagination" | 35 | container_aria_label: "Pagination" |
| @@ -285,6 +285,7 @@ en: | |||
| 285 | 285 | ||
| 286 | index: | 286 | index: |
| 287 | title: "User accounts" | 287 | title: "User accounts" |
| 288 | create_account: "Create an account" | ||
| 288 | create_editor: "Create editor account" | 289 | create_editor: "Create editor account" |
| 289 | create_redaktion: "Create Redaktion account" | 290 | create_redaktion: "Create Redaktion account" |
| 290 | create_admin: "Create admin account" | 291 | create_admin: "Create admin account" |
| @@ -322,14 +323,12 @@ en: | |||
| 322 | toggle_preview: "Toggle live preview" | 323 | toggle_preview: "Toggle live preview" |
| 323 | force_render: "Force preview render" | 324 | force_render: "Force preview render" |
| 324 | revisions: "revisions" | 325 | revisions: "revisions" |
| 326 | explain: "What does this do?" | ||
| 325 | "yes": "yes" | 327 | "yes": "yes" |
| 326 | "no": "no" | 328 | "no": "no" |
| 327 | columns: | 329 | columns: |
| 328 | id: "ID" | ||
| 329 | title: "Title" | 330 | title: "Title" |
| 330 | actions: "Actions" | ||
| 331 | locked_by: "Locked by" | 331 | locked_by: "Locked by" |
| 332 | rev: "Rev." | ||
| 333 | path: "Path" | 332 | path: "Path" |
| 334 | preview: "Preview" | 333 | preview: "Preview" |
| 335 | name: "Name" | 334 | name: "Name" |
