1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-23 19:32:29 +01:00

New translations validation.php (Slovenian)

This commit is contained in:
Dan Brown 2020-10-31 16:58:20 +00:00
parent 00e3803591
commit 2994fd900c

View File

@ -90,6 +90,7 @@ return [
'required_without' => 'Polje atributa je obvezno, če: vrednosti niso prisotne.',
'required_without_all' => 'Polje atributa je obvezno, če nobena od: vrednosti ni prisotna.',
'same' => 'Atribut in: drugi se morajo ujemati.',
'safe_url' => 'The provided link may not be safe.',
'size' => [
'numeric' => ':attribute mora biti :velikost.',
'file' => ':attribute mora biti :velikost KB.',