Added German translation (#141)

This commit is contained in:
Florian Straubinger
2023-07-11 13:42:29 +02:00
committed by GitHub
parent fd2703c46d
commit a314fdee3f
6 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Zurück',
'next' => 'Weiter &raquo;',
];