updated translations

This commit is contained in:
denisdulici
2020-02-18 17:13:54 +03:00
parent 147c7327a0
commit c76986f0fe
79 changed files with 1318 additions and 724 deletions

View File

@ -0,0 +1,11 @@
<?php
return [
'error' => [
'not_user_dashboard' => 'Error: You are not allowed to change this dashboard!',
'delete_last' => 'Error: Can not delete the last dashboard. Please, create a new one first!',
'disable_last' => 'Error: Can not disable the last dashboard. Please, create a new one first!',
],
];