#36 - added some translations

This commit is contained in:
EwelinaLasowy
2022-02-07 12:03:49 +01:00
parent 98ebe290a9
commit 14f0d678b6
2 changed files with 19 additions and 3 deletions

View File

@@ -114,4 +114,15 @@ return [
"uploaded" => "Nie udało się wgrać pliku :attribute.",
"url" => "Format pola :attribute jest nieprawidłowy.",
"uuid" => "Pole :attribute musi być poprawnym identyfikatorem UUID.",
"attributes" => [
"to" => "do",
"from" => "od",
"firstName" => "imię",
"lastName" => "nazwisko",
"email" => "e-mail",
"position" => "stanowisko",
"employmentDate" => "data zatrudnienia",
"date" => "data",
"name" => "nazwa",
],
];