Updated and new strings.

This commit is contained in:
James Cole
2020-02-14 08:07:45 +01:00
parent 7843e781da
commit 6df03e2537
306 changed files with 3521 additions and 374 deletions

View File

@@ -2,7 +2,7 @@
/**
* validation.php
* Copyright (c) 2019 thegrumpydictator@gmail.com
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
@@ -196,7 +196,7 @@ return [
'generic_invalid_source' => 'Sie können dieses Konto nicht als Quellkonto verwenden.',
'generic_invalid_destination' => 'Sie können dieses Konto nicht als Zielkonto verwenden.',
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
'gte.numeric' => ':attribute muss größer oder gleich :value sein.',
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
'gte.array' => 'The :attribute must have :value items or more.',