Skip to content

Commit

Permalink
Add german translations (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
took authored Nov 26, 2023
1 parent 6a94d24 commit 48e7323
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions messages/de/yii-dataview.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

declare(strict_types=1);

return [
'No results found.' => 'Keine Ergebnisse gefunden.',
'Page <b>{currentPage}</b> of <b>{totalPages}</b>' => 'Seite <b>{currentPage}</b> von <b>{totalPages}</b>',
'Actions' => 'Aktionen',
];

0 comments on commit 48e7323

Please sign in to comment.