new crowdin translations
This commit is contained in:
11
resources/lang/en-US/dashboards.php
Normal file
11
resources/lang/en-US/dashboards.php
Normal 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!',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user