Meta files for new release.

This commit is contained in:
James Cole
2022-05-02 19:08:28 +02:00
parent 39fbd545ad
commit 295724c4e9
37 changed files with 724 additions and 627 deletions

View File

@@ -61,9 +61,9 @@ return [
'accepted' => ':attributeを承認してください。',
'bic' => 'これは有効な BIC ではありません。',
'at_least_one_trigger' => 'ルールには少なくとも1つのトリガーが必要です。',
'at_least_one_active_trigger' => 'Rule must have at least one active trigger.',
'at_least_one_active_trigger' => 'ルールには少なくとも1つの有効なトリガーが必要です。',
'at_least_one_action' => 'ルールには少なくとも1つのアクションが必要です。',
'at_least_one_active_action' => 'Rule must have at least one active action.',
'at_least_one_active_action' => 'ルールには少なくとも1つの有効なアクションが必要です。',
'base64' => 'これは有効な base64 エンコードデータではありません。',
'model_id_invalid' => '指定されたIDはこのモデルでは無効です。',
'less' => ':attributeは10,000,000未満にしてください',
@@ -158,8 +158,8 @@ return [
'name' => '名前',
'piggy_bank_id' => '貯金箱',
'targetamount' => '入金先に入金される金額',
'opening_balance_date' => '期首残高日',
'opening_balance' => '期首残高',
'opening_balance_date' => '残高開始日',
'opening_balance' => '開始残高',
'match' => '一致',
'amount_min' => '最低額',
'amount_max' => '上限額',