Skip to content

Commit 501a1d4

Browse files
authored
Add german translation
1 parent 66cb266 commit 501a1d4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
return [
4+
'comments' => 'Kommentare',
5+
'comments.add' => 'Kommentar hinzufügen',
6+
'comments.empty' => 'Noch keine Kommentare.',
7+
'comments.placeholder' => 'Kommentar hinzufügen...',
8+
9+
'notifications.created' => 'Kommentar hinzugefügt.',
10+
'notifications.deleted' => 'Kommentar gelöscht.',
11+
12+
'modal.heading' => 'Kommentare',
13+
];

0 commit comments

Comments
 (0)