mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
323bff7d6d
Extended the base Laravel translation system to allow a locale to be based upon another. Also adds functionality to take base & fallback locales into account when fetching an array of translations. Related to work done in #1159
10 lines
279 B
PHP
10 lines
279 B
PHP
<?php
|
|
|
|
// Extends 'de'
|
|
return [
|
|
/**
|
|
* 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',
|
|
]; |