updated translations

This commit is contained in:
Denis Duliçi
2020-06-04 14:09:57 +03:00
parent fd5d1398f1
commit 83359e84bd
64 changed files with 530 additions and 402 deletions

View File

@ -2,23 +2,22 @@
return [
'forbidden_access' => 'Aðgangur bannaður',
'error_page' => 'Villusíða',
'page_not_found' => 'Síða finnst ekki',
'body' => [
'forbidden_access' => 'Úps! Agangur bannaður.',
'error_page' => 'Úps! Eitthvað misheppnaðist.',
'page_not_found' => 'Úps! Síða finnst ekki.',
'title' => [
'403' => 'Oops! Forbidden Access',
'404' => 'Oops! Page not found',
'500' => 'Oops! Something went wrong',
],
'messages' => [
'forbidden_access' => 'Þú kemst ekki á þessa síðu.
Á meðan getur þú <a href=":link">farið á forsíðu</a>.',
'error_page' => 'Við reynum að laga þetta eins fljótt og við getum.
Á meðan getur þú <a href=":link">farið á forsíðu</a>.',
'page_not_found' => 'Við finnum ekki síðuna sem þú ert að leita að.
Á meðan getur þú <a href=":link">farið á forsíðu</a>.',
'header' => [
'403' => '403 Forbidden',
'404' => '404 Not Found',
'500' => '500 Internal Server Error',
],
'message' => [
'403' => 'You can not access this page.',
'404' => 'We could not find the page you were looking for.',
'500' => 'We will work on fixing that right away.',
],
];