status is renamed to statuses in line with code

This commit is contained in:
Sevan Nerse
2020-02-09 11:36:34 +03:00
parent e5d4d252d9
commit 1be9aa9df9
70 changed files with 70 additions and 70 deletions

View File

@ -35,7 +35,7 @@ return [
'receive_bill' => '請求書を受け取る',
'make_payment' => '支払う',
'status' => [
'statuses' => [
'draft' => '下書き',
'received' => '受け取った',
'partial' => '部分的',

View File

@ -37,7 +37,7 @@ return [
'get_paid' => '支払いを受ける',
'accept_payments' => 'オンラインでの支払いを受け入れる',
'status' => [
'statuses' => [
'draft' => '下書き',
'sent' => '送信',
'viewed' => '閲覧',