mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Add the two_column_unique_undeleted translation
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
9347af0970
commit
0ae91d305d
|
@ -90,6 +90,7 @@ return [
|
||||||
],
|
],
|
||||||
'string' => 'The :attribute must be a string.',
|
'string' => 'The :attribute must be a string.',
|
||||||
'timezone' => 'The :attribute must be a valid zone.',
|
'timezone' => 'The :attribute must be a valid zone.',
|
||||||
|
'two_column_unique_undeleted' => 'The :attribute value must be unique across :table1 and :table2. ',
|
||||||
'unique' => 'The :attribute has already been taken.',
|
'unique' => 'The :attribute has already been taken.',
|
||||||
'uploaded' => 'The :attribute failed to upload.',
|
'uploaded' => 'The :attribute failed to upload.',
|
||||||
'url' => 'The :attribute format is invalid.',
|
'url' => 'The :attribute format is invalid.',
|
||||||
|
|
Loading…
Reference in a new issue