mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-29 03:22:00 +08:00
add german informal language
This commit is contained in:
15
resources/lang/de_informal/components.php
Normal file
15
resources/lang/de_informal/components.php
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
$de_formal = (include resource_path() . '/lang/de/' . basename(__FILE__));
|
||||
|
||||
$de_informal = [
|
||||
/**
|
||||
* Image Manager
|
||||
*/
|
||||
'image_delete_confirm' => 'Bitte klicke erneut auf löschen, wenn Du dieses Bild wirklich entfernen möchtest.',
|
||||
'image_dropzone' => 'Ziehe Bilder hierher oder klicke hier, um ein Bild auszuwählen',
|
||||
/**
|
||||
* Code editor
|
||||
*/
|
||||
];
|
||||
|
||||
return array_replace($de_formal, $de_informal);
|
Reference in New Issue
Block a user