diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-25 17:45:34 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-25 17:45:34 +0200 |
| commit | fe104aa2c52f61cd8555fbc98c20501f50f4aae8 (patch) | |
| tree | 4596bfa52d316c05096e176b88fc004409cabbf9 /config | |
| parent | 22c690749e154a5426c4f190fbbc08a5dee2eeee (diff) | |
Extract admin strings to i18n: revisions, page_translations, and menu items,
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/de.yml | 70 | ||||
| -rw-r--r-- | config/locales/en.yml | 70 |
2 files changed, 134 insertions, 6 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 8a8a9a40..0ffc6ecc 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml | |||
| @@ -103,6 +103,17 @@ de: | |||
| 103 | tag_list: "Tags" | 103 | tag_list: "Tags" |
| 104 | latitude: "Breitengrad" | 104 | latitude: "Breitengrad" |
| 105 | longitude: "Längengrad" | 105 | longitude: "Längengrad" |
| 106 | page: | ||
| 107 | title: "Titel" | ||
| 108 | abstract: "Abstract" | ||
| 109 | body: "Text" | ||
| 110 | tag_list: "Tags" | ||
| 111 | template_name: "Template" | ||
| 112 | assets: "Anhänge" | ||
| 113 | menu_item: | ||
| 114 | node_id: "Node-ID" | ||
| 115 | path: "Pfad" | ||
| 116 | title: "Titel" | ||
| 106 | 117 | ||
| 107 | tags: | 118 | tags: |
| 108 | index: | 119 | index: |
| @@ -247,6 +258,8 @@ de: | |||
| 247 | path: "Pfad" | 258 | path: "Pfad" |
| 248 | preview: "Vorschau" | 259 | preview: "Vorschau" |
| 249 | name: "Name" | 260 | name: "Name" |
| 261 | editor: "Editor" | ||
| 262 | date: "Datum" | ||
| 250 | author: "Autor" | 263 | author: "Autor" |
| 251 | type: "Typ" | 264 | type: "Typ" |
| 252 | menu: | 265 | menu: |
| @@ -505,9 +518,6 @@ de: | |||
| 505 | created: "Termin wurde angelegt." | 518 | created: "Termin wurde angelegt." |
| 506 | updated: "Termin wurde aktualisiert." | 519 | updated: "Termin wurde aktualisiert." |
| 507 | tag_prefilled: "Tag '%{tag}' wurde vorausgefüllt, weil diese Seite mit '%{source}' getaggt ist. Er lässt sich unten entfernen." | 520 | tag_prefilled: "Tag '%{tag}' wurde vorausgefüllt, weil diese Seite mit '%{source}' getaggt ist. Er lässt sich unten entfernen." |
| 508 | occurrences: | ||
| 509 | created: "Termin-Instanz wurde angelegt." | ||
| 510 | updated: "Termin-Instanz wurde aktualisiert." | ||
| 511 | revisions: | 521 | revisions: |
| 512 | unavailable: "Dieser Vergleich ist nicht mehr verfügbar." | 522 | unavailable: "Dieser Vergleich ist nicht mehr verfügbar." |
| 513 | restored: "Revision %{rev} wiederhergestellt" | 523 | restored: "Revision %{rev} wiederhergestellt" |
| @@ -565,6 +575,60 @@ de: | |||
| 565 | as_headline: "als Aufmacher der Seite anhängen" | 575 | as_headline: "als Aufmacher der Seite anhängen" |
| 566 | headline_hint: "Gilt nur, wenn die Seite noch keinen Aufmacher hat." | 576 | headline_hint: "Gilt nur, wenn die Seite noch keinen Aufmacher hat." |
| 567 | 577 | ||
| 578 | revisions: | ||
| 579 | locale_label: "Sprache:" | ||
| 580 | inline: "Inline" | ||
| 581 | side_by_side: "Nebeneinander" | ||
| 582 | diff: | ||
| 583 | title: "Revisionen vergleichen" | ||
| 584 | revisions_link: "Revisionen" | ||
| 585 | comparing: "Vergleiche" | ||
| 586 | against: "mit" | ||
| 587 | showing_prefix: "— gezeigt wird die" | ||
| 588 | translation_suffix: "Übersetzung" | ||
| 589 | changed_hint: "* unterscheidet sich zwischen diesen beiden Versionen." | ||
| 590 | view_label: "Ansicht:" | ||
| 591 | diff_button: "Diff" | ||
| 592 | compare_numbered: "Stattdessen zwei nummerierte Revisionen vergleichen" | ||
| 593 | none_marker: "(keins)" | ||
| 594 | no_change: "Keine Änderung." | ||
| 595 | index: | ||
| 596 | title: "Revisionen für Node: %{path}" | ||
| 597 | back_to_node: "Zurück zum Node" | ||
| 598 | first: "Von" | ||
| 599 | last: "Bis" | ||
| 600 | diff_revisions: "Revisionen vergleichen" | ||
| 601 | against_word: "mit" | ||
| 602 | selected_word: "ausgewählt" | ||
| 603 | show_link: "anzeigen" | ||
| 604 | restore_link: "wiederherstellen" | ||
| 605 | confirm_restore: "Diese Revision wiederherstellen?" | ||
| 606 | show: | ||
| 607 | title: "Revision %{rev}" | ||
| 608 | show_all: "Alle Revisionen anzeigen" | ||
| 609 | |||
| 610 | page_translations: | ||
| 611 | revision_history_link: "Revisionsübersicht anzeigen" | ||
| 612 | edit: | ||
| 613 | editing_prefix: "Bearbeite die" | ||
| 614 | translation_of: "Übersetzung von" | ||
| 615 | metadata_hint_prefix: "Metadaten wie Bilder, Tags, Template und Autor gehören zur Seite als Ganzes, nicht zu einer einzelnen Übersetzung — ändere sie im" | ||
| 616 | metadata_hint_link: "Editor der Standardsprache" | ||
| 617 | save_translation: "%{lang}-Übersetzung speichern" | ||
| 618 | show: | ||
| 619 | title: "Vergleich" | ||
| 620 | default_marker: "Standard" | ||
| 621 | |||
| 622 | menu_items: | ||
| 623 | index: | ||
| 624 | title: "Menüeinträge" | ||
| 625 | create_item: "Menüeintrag anlegen" | ||
| 626 | confirm_destroy: "Diesen Menüeintrag wirklich löschen?" | ||
| 627 | new: | ||
| 628 | title: "Menüeintrag hinzufügen" | ||
| 629 | edit: | ||
| 630 | title: "Menüeintrag bearbeiten" | ||
| 631 | |||
| 568 | layouts: | 632 | layouts: |
| 569 | flash: | 633 | flash: |
| 570 | go_to_status: "Zum Status" | 634 | go_to_status: "Zum Status" |
diff --git a/config/locales/en.yml b/config/locales/en.yml index 44b1615b..5f2f266a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml | |||
| @@ -55,6 +55,17 @@ en: | |||
| 55 | tag_list: "Tags" | 55 | tag_list: "Tags" |
| 56 | latitude: "Latitude" | 56 | latitude: "Latitude" |
| 57 | longitude: "Longitude" | 57 | longitude: "Longitude" |
| 58 | page: | ||
| 59 | title: "Title" | ||
| 60 | abstract: "Abstract" | ||
| 61 | body: "Body" | ||
| 62 | tag_list: "Tags" | ||
| 63 | template_name: "Template" | ||
| 64 | assets: "Assets" | ||
| 65 | menu_item: | ||
| 66 | node_id: "Node Id" | ||
| 67 | path: "Path" | ||
| 68 | title: "Title" | ||
| 58 | 69 | ||
| 59 | tags: | 70 | tags: |
| 60 | index: | 71 | index: |
| @@ -200,6 +211,8 @@ en: | |||
| 200 | preview: "Preview" | 211 | preview: "Preview" |
| 201 | name: "Name" | 212 | name: "Name" |
| 202 | author: "Author" | 213 | author: "Author" |
| 214 | editor: "Editor" | ||
| 215 | date: "Date" | ||
| 203 | type: "Type" | 216 | type: "Type" |
| 204 | menu: | 217 | menu: |
| 205 | dashboard: "Dashboard" | 218 | dashboard: "Dashboard" |
| @@ -422,6 +435,16 @@ en: | |||
| 422 | new: | 435 | new: |
| 423 | title: "New event" | 436 | title: "New event" |
| 424 | 437 | ||
| 438 | menu_items: | ||
| 439 | index: | ||
| 440 | title: "Menu Items" | ||
| 441 | create_item: "Create menu item" | ||
| 442 | confirm_destroy: "Do you really want to destroy the menu entry?" | ||
| 443 | new: | ||
| 444 | title: "Add Menu Item" | ||
| 445 | edit: | ||
| 446 | title: "Edit Menu Item" | ||
| 447 | |||
| 425 | flash: | 448 | flash: |
| 426 | common: | 449 | common: |
| 427 | logged_in: "Logged in successfully" | 450 | logged_in: "Logged in successfully" |
| @@ -456,9 +479,6 @@ en: | |||
| 456 | created: "Event was successfully created." | 479 | created: "Event was successfully created." |
| 457 | updated: "Event was successfully updated." | 480 | updated: "Event was successfully updated." |
| 458 | tag_prefilled: "Tag '%{tag}' was pre-filled because this page is tagged '%{source}'. You can remove it below." | 481 | tag_prefilled: "Tag '%{tag}' was pre-filled because this page is tagged '%{source}'. You can remove it below." |
| 459 | occurrences: | ||
| 460 | created: "Occurrence was successfully created." | ||
| 461 | updated: "Occurrence was successfully updated." | ||
| 462 | revisions: | 482 | revisions: |
| 463 | unavailable: "That comparison is no longer available." | 483 | unavailable: "That comparison is no longer available." |
| 464 | restored: "Revision %{rev} restored" | 484 | restored: "Revision %{rev} restored" |
| @@ -516,6 +536,50 @@ en: | |||
| 516 | as_headline: "attach as the page's headline" | 536 | as_headline: "attach as the page's headline" |
| 517 | headline_hint: "Applies only if the page has no headline yet." | 537 | headline_hint: "Applies only if the page has no headline yet." |
| 518 | 538 | ||
| 539 | revisions: | ||
| 540 | locale_label: "Locale:" | ||
| 541 | inline: "Inline" | ||
| 542 | side_by_side: "Side by side" | ||
| 543 | diff: | ||
| 544 | title: "Compare revisions" | ||
| 545 | revisions_link: "Revisions" | ||
| 546 | comparing: "Comparing" | ||
| 547 | against: "against" | ||
| 548 | showing_prefix: "— showing the" | ||
| 549 | translation_suffix: "translation" | ||
| 550 | changed_hint: "* has a difference between these two versions." | ||
| 551 | view_label: "View:" | ||
| 552 | diff_button: "Diff" | ||
| 553 | compare_numbered: "Compare two numbered revisions instead" | ||
| 554 | none_marker: "(none)" | ||
| 555 | no_change: "No change." | ||
| 556 | index: | ||
| 557 | title: "Revisions for Node: %{path}" | ||
| 558 | back_to_node: "Back to node" | ||
| 559 | first: "First" | ||
| 560 | last: "Last" | ||
| 561 | diff_revisions: "Diff revisions" | ||
| 562 | against_word: "against" | ||
| 563 | selected_word: "selected" | ||
| 564 | show_link: "show" | ||
| 565 | restore_link: "restore" | ||
| 566 | confirm_restore: "Restore this revision?" | ||
| 567 | show: | ||
| 568 | title: "Revision %{rev}" | ||
| 569 | show_all: "Show all revisions" | ||
| 570 | |||
| 571 | page_translations: | ||
| 572 | revision_history_link: "View revision history" | ||
| 573 | edit: | ||
| 574 | editing_prefix: "Editing the" | ||
| 575 | translation_of: "translation of" | ||
| 576 | metadata_hint_prefix: "Metadata such as images, tags, template, and author belong to the page as a whole, not to a single translation — change those from the" | ||
| 577 | metadata_hint_link: "default-locale editor" | ||
| 578 | save_translation: "Save %{lang} translation" | ||
| 579 | show: | ||
| 580 | title: "Compare" | ||
| 581 | default_marker: "default" | ||
| 582 | |||
| 519 | layouts: | 583 | layouts: |
| 520 | flash: | 584 | flash: |
| 521 | go_to_status: "Go to Status" | 585 | go_to_status: "Go to Status" |
