mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Add comment_add
Missed 'comment_add' the last time
This commit is contained in:
parent
11470b85f9
commit
448f7d091b
@ -238,6 +238,7 @@ return [
|
|||||||
*/
|
*/
|
||||||
'comment' => 'Kommentar',
|
'comment' => 'Kommentar',
|
||||||
'comments' => 'Kommentare',
|
'comments' => 'Kommentare',
|
||||||
|
'comment_add' => 'Kommentieren',
|
||||||
'comment_placeholder' => 'Geben Sie hier Ihre Kommentare ein (Markdown unterstützt)',
|
'comment_placeholder' => 'Geben Sie hier Ihre Kommentare ein (Markdown unterstützt)',
|
||||||
'comment_count' => '{0} Keine Kommentare|{1} 1 Kommentar|[2,*] :count Kommentare',
|
'comment_count' => '{0} Keine Kommentare|{1} 1 Kommentar|[2,*] :count Kommentare',
|
||||||
'comment_save' => 'Kommentar speichern',
|
'comment_save' => 'Kommentar speichern',
|
||||||
|
Loading…
Reference in New Issue
Block a user