From: Dan Brown Date: Fri, 4 Jun 2021 21:50:48 +0000 (+0100) Subject: New Crowdin updates (#2787) X-Git-Tag: v21.05.1~1^2~2 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/af7d62799c0dbb6686a28bd769ff36c75596e8aa New Crowdin updates (#2787) * New translations common.php (German) * New translations common.php (Dutch) --- diff --git a/resources/lang/de/common.php b/resources/lang/de/common.php index 44a10ebc2..f46537ced 100644 --- a/resources/lang/de/common.php +++ b/resources/lang/de/common.php @@ -42,8 +42,8 @@ return [ 'fullscreen' => 'Vollbild', 'favourite' => 'Favorit', 'unfavourite' => 'Kein Favorit', - 'next' => 'Next', - 'previous' => 'Previous', + 'next' => 'Nächste', + 'previous' => 'Vorheriges', // Sort Options 'sort_options' => 'Sortieroptionen', diff --git a/resources/lang/nl/common.php b/resources/lang/nl/common.php index 7b0d4de3c..67d0876c7 100644 --- a/resources/lang/nl/common.php +++ b/resources/lang/nl/common.php @@ -42,8 +42,8 @@ return [ 'fullscreen' => 'Volledig scherm', 'favourite' => 'Favoriet', 'unfavourite' => 'Verwijderen uit favoriet', - 'next' => 'Next', - 'previous' => 'Previous', + 'next' => 'Volgende', + 'previous' => 'Vorige', // Sort Options 'sort_options' => 'Sorteeropties',