|
| 1 | +<?php |
| 2 | + |
| 3 | +return [ |
| 4 | + "title" => "Notizen", |
| 5 | + "single" => "Notiz", |
| 6 | + "group" => "Inhalt", |
| 7 | + "pages" => [ |
| 8 | + "groups" => "Notizgruppen verwalten", |
| 9 | + "status" => "Notizstatus verwalten" |
| 10 | + ], |
| 11 | + "columns" => [ |
| 12 | + "title" => "Titel", |
| 13 | + "body" => "Inhalt", |
| 14 | + "date" => "Datum", |
| 15 | + "time" => "Zeit", |
| 16 | + "is_pined" => "Fixiert", |
| 17 | + "is_public" => "Öffentlich", |
| 18 | + "icon" => "Icon", |
| 19 | + "background" => "Hintergrund", |
| 20 | + "border" => "Rahmen", |
| 21 | + "color" => "Farbe", |
| 22 | + "font_size" => "Schriftgröße", |
| 23 | + "font" => "Schriftart", |
| 24 | + "group" => "Gruppe", |
| 25 | + "status" => "Status", |
| 26 | + "user_id" => "Benutzer-ID", |
| 27 | + "user_type" => "Benutzertyp", |
| 28 | + "model_id" => "Modell-ID", |
| 29 | + "model_type" => "Modelltyp", |
| 30 | + "created_at" => "Erstellt am", |
| 31 | + "updated_at" => "Aktualisiert am" |
| 32 | + ], |
| 33 | + "tabs" => [ |
| 34 | + "general" => "Allgemein", |
| 35 | + "style" => "Stil" |
| 36 | + ], |
| 37 | + "actions" => [ |
| 38 | + "view" => "Anzeigen", |
| 39 | + "edit" => "Bearbeiten", |
| 40 | + "delete" => "Löschen", |
| 41 | + "notify" => [ |
| 42 | + "label" => "Benutzer benachrichtigen", |
| 43 | + "notification" => [ |
| 44 | + "title" => "Benachrichtigung gesendet", |
| 45 | + "body" => "Die Benachrichtigung wurde gesendet." |
| 46 | + ] |
| 47 | + ], |
| 48 | + "share" => [ |
| 49 | + "label" => "Notiz teilen", |
| 50 | + "notification" => [ |
| 51 | + "title" => "Notizfreigabelink erstellt", |
| 52 | + "body" => "Der Notizfreigabelink wurde erstellt und in die Zwischenablage kopiert." |
| 53 | + ] |
| 54 | + ], |
| 55 | + "user_access" => [ |
| 56 | + "label" => "Benutzerzugriff", |
| 57 | + "form" => [ |
| 58 | + "model_id" => "Benutzer", |
| 59 | + "model_type" => "Benutzertyp", |
| 60 | + ], |
| 61 | + "notification" => [ |
| 62 | + "title" => "Benutzerzugriff aktualisiert", |
| 63 | + "body" => "Der Benutzerzugriff wurde aktualisiert." |
| 64 | + ] |
| 65 | + ], |
| 66 | + "checklist"=> [ |
| 67 | + "label" => "Checkliste hinzufügen", |
| 68 | + "form" => [ |
| 69 | + "checklist"=> "Checkliste" |
| 70 | + ], |
| 71 | + "state" => [ |
| 72 | + "done" => "Erledigt", |
| 73 | + "pending" => "Ausstehend" |
| 74 | + ], |
| 75 | + "notification" => [ |
| 76 | + "title" => "Checkliste aktualisiert", |
| 77 | + "body" => "Die Checkliste wurde aktualisiert.", |
| 78 | + "updated" => [ |
| 79 | + "title" => "Checkliste aktualisiert", |
| 80 | + "body" => "Das Checkliste-Element wurde aktualisiert." |
| 81 | + ], |
| 82 | + ] |
| 83 | + ] |
| 84 | + ], |
| 85 | + "notifications" => [ |
| 86 | + "edit" => [ |
| 87 | + "title" => "Notiz aktualisiert", |
| 88 | + "body" => "Die Notiz wurde aktualisiert." |
| 89 | + ], |
| 90 | + "delete" => [ |
| 91 | + "title" => "Notiz gelöscht", |
| 92 | + "body" => "Die Notiz wurde gelöscht." |
| 93 | + ] |
| 94 | + ] |
| 95 | +]; |
0 commit comments