-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translations to exception messages
- Loading branch information
Showing
10 changed files
with
55 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
/** | ||
* BG translation for the exception messages | ||
*/ | ||
|
||
return [ | ||
'uploads_path_missing' =>'Няма зададена стойнст за ключа "uploads_path" в текъщата конфигурация!', | ||
'missing_context' => 'Няма зададени стойности за контекста :context', | ||
'invalid_image_driver' => 'Невалидна или лисваща стойност за драйвера!', | ||
'missing_parameter' => 'Параметърът :name не е зададен в конфигурацията!', | ||
'invalid_config_value' => 'Невалидна стойност за :name !', | ||
'extension_not_found' => 'Разширението на файла не е открито в пътеката!', | ||
'mimetype_not_allowed' => 'Mime type не е разрешен!', | ||
'file_extension_did_not_match' => 'Разширението на файла не съответства на типа му или е невалидно!', | ||
'file_limit_exceeded' => 'Файлът е твърде голям!', | ||
'image_too_small' => 'Снимката ви е твърде малка, опитайте с по-голяма!', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?php | ||
/** | ||
* EN translations for the exceptions messages | ||
*/ | ||
|
||
return [ | ||
'uploads_path_missing' =>'Array key "uploads_path" not set in configuration array!', | ||
'missing_context' => 'No context values found for :context', | ||
'invalid_image_driver' => 'Invalid or missing driver configuration value!', | ||
'missing_parameter' => 'Parameter :name is not set in the configuration!', | ||
'invalid_config_value' => 'Invalid configuration value provided for :name !', | ||
'extension_not_found' => 'Extension not found in path!', | ||
'mimetype_not_allowed' => 'Mime type not allowed!', | ||
'file_extension_did_not_match' => 'File extension did not match the file mime type or it is not allowed!', | ||
'file_limit_exceeded' => 'File too large', | ||
'image_too_small' => 'Your image is too small. Try with larger image.', | ||
|
||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters