From af7d62799c0dbb6686a28bd769ff36c75596e8aa Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Fri, 4 Jun 2021 22:50:48 +0100 Subject: [PATCH] New Crowdin updates (#2787) * New translations common.php (German) * New translations common.php (Dutch) --- resources/lang/de/common.php | 4 ++-- resources/lang/nl/common.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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',