chore: Meta files for new release

This commit is contained in:
James Cole
2023-06-11 16:34:06 +02:00
parent 924171e7b9
commit f18aae39b8
64 changed files with 2114 additions and 1795 deletions

View File

@@ -61,6 +61,10 @@ return [
'invalid_selection' => '선택이 잘못되었습니다.',
'belongs_user' => '이 값은 이 필드에 유효하지 않습니다.',
'at_least_one_transaction' => '하나 이상의 거래가 필요합니다.',
'recurring_transaction_id' => 'Need at least one transaction.',
'need_id_to_match' => 'You need to submit this entry with an ID for the API to be able to match it.',
'too_many_unmatched' => 'Too many submitted transactions cannot be matched to their respective database entries. Make sure existing entries have a valid ID.',
'id_does_not_match' => 'Submitted ID #:id does not match expected ID. Make sure it matches or omit the field.',
'at_least_one_repetition' => '하나 이상의 반복이 필요합니다.',
'require_repeat_until' => '반복 횟수 또는 종료 날짜(repeat_until) 가 필요합니다. 둘 다 없습니다.',
'require_currency_info' => '이 필드의 내용은 통화 정보가 없으면 유효하지 않습니다.',