1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-29 10:59:49 +01:00
LinkAce/lang/de_DE/note.php

21 lines
570 B
PHP

<?php
return [
'note' => 'Notiz',
'notes' => 'Notizen',
'add' => 'Notiz hinzufügen',
'show' => 'Notiz anzeigen',
'edit' => 'Notiz bearbeiten',
'update' => 'Notiz aktualisieren',
'delete' => 'Notiz löschen',
'private' => 'Private Notiz',
'note_content' => 'Notiz Inhalt',
'added_successfully' => 'Notiz erfolgreich hinzugefügt.',
'updated_successfully' => 'Notiz erfolgreich aktualisiert.',
'deleted_successfully' => 'Notiz erfolgreich gelöscht.',
'deletion_error' => 'Notiz konnte nicht gelöscht werden.',
];