mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-14 08:11:20 +00:00
New strings for validation
This commit is contained in:
@@ -28,6 +28,11 @@ return [
|
|||||||
'rule_action_value' => 'This value is invalid for the selected action.',
|
'rule_action_value' => 'This value is invalid for the selected action.',
|
||||||
'file_already_attached' => 'Uploaded file ":name" is already attached to this object.',
|
'file_already_attached' => 'Uploaded file ":name" is already attached to this object.',
|
||||||
'file_attached' => 'Succesfully uploaded file ":name".',
|
'file_attached' => 'Succesfully uploaded file ":name".',
|
||||||
|
'must_exist' => 'The ID in field :attribute does not exist in the database.',
|
||||||
|
'belongs_user' => 'This value is invalid for this field.',
|
||||||
|
'at_least_one_transaction' => 'Need at least one transaction.',
|
||||||
|
'require_currency_info' => 'The content of this field is invalid without currency information.',
|
||||||
|
'equal_description' => 'Transaction description should not equal journal description.',
|
||||||
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
|
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
|
||||||
'file_too_large' => 'File ":name" is too large.',
|
'file_too_large' => 'File ":name" is too large.',
|
||||||
'belongs_to_user' => 'The value of :attribute is unknown',
|
'belongs_to_user' => 'The value of :attribute is unknown',
|
||||||
@@ -104,6 +109,7 @@ return [
|
|||||||
'description' => 'description',
|
'description' => 'description',
|
||||||
'amount' => 'amount',
|
'amount' => 'amount',
|
||||||
'name' => 'name',
|
'name' => 'name',
|
||||||
|
'piggy_bank_id' => 'piggy bank ID',
|
||||||
'targetamount' => 'target amount',
|
'targetamount' => 'target amount',
|
||||||
'openingBalanceDate' => 'opening balance date',
|
'openingBalanceDate' => 'opening balance date',
|
||||||
'openingBalance' => 'opening balance',
|
'openingBalance' => 'opening balance',
|
||||||
@@ -112,6 +118,7 @@ return [
|
|||||||
'amount_max' => 'maximum amount',
|
'amount_max' => 'maximum amount',
|
||||||
'title' => 'title',
|
'title' => 'title',
|
||||||
'tag' => 'tag',
|
'tag' => 'tag',
|
||||||
|
'transaction_description' => 'transaction description',
|
||||||
'rule-action-value.1' => 'rule action value #1',
|
'rule-action-value.1' => 'rule action value #1',
|
||||||
'rule-action-value.2' => 'rule action value #2',
|
'rule-action-value.2' => 'rule action value #2',
|
||||||
'rule-action-value.3' => 'rule action value #3',
|
'rule-action-value.3' => 'rule action value #3',
|
||||||
|
Reference in New Issue
Block a user