japanese translation

This commit is contained in:
denisdulici
2019-11-23 21:56:10 +03:00
parent d6f7d15557
commit 038c93a8f1
21 changed files with 304 additions and 145 deletions

View File

@ -47,13 +47,15 @@ return [
],
'messages' => [
'email_sent' => '請求書のEメールは正常に送信されました',
'marked_sent' => '請求書は正常に送信されたとマークされました',
'email_sent' => '請求書メール送信されました',
'marked_sent' => '請求書が送信済みとしてマークされました',
'marked_paid' => '支払済みとしてマークされた請求書!',
'email_required' => 'この顧客のメールアドレスはありません。',
'draft' => 'これは <b>ドラフト</b>請求書で、送信後にチャートに反映されます。',
'status' => [
'created' => '作成日:日付',
'viewed' => '見た',
'send' => [
'draft' => '送信されません',
'sent' => '送信: 日付',
@ -64,9 +66,4 @@ return [
],
],
'notification' => [
'message' => '今後、このメールを受信して​​います:請求書の金額:カスタマー:カスタマー',
'button' => '今払う',
],
];