new crowdin translations

This commit is contained in:
Crowdin Bot
2020-12-26 23:32:05 +00:00
parent fc2e844228
commit 2c176515ad
220 changed files with 4500 additions and 276 deletions

View File

@ -0,0 +1,23 @@
<?php
return [
'title' => [
'403' => 'Uuups! Zabranjen pristup',
'404' => 'Stranica nije pronađena',
'500' => 'Ops ... nešto je pošlo po zlu',
],
'header' => [
'403' => '403 Zabranjeno',
'404' => '404 Stranica nije pronađena',
'500' => '500 Interna greška na serveru',
],
'message' => [
'403' => 'Ne možete pristupiti ovoj stranici',
'404' => 'Ne možemo pronaći stranicu koju ste zatražili.',
'500' => 'Poradićemo na tome čim prije.',
],
];