new crowdin translations
This commit is contained in:
@@ -39,7 +39,7 @@ return [
|
||||
'make_payment' => 'Make Payment',
|
||||
|
||||
'messages' => [
|
||||
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
|
||||
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected in charts after it is received.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
|
||||
@@ -42,7 +42,7 @@ return [
|
||||
|
||||
'messages' => [
|
||||
'email_required' => 'No email address for this customer!',
|
||||
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
|
||||
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected in charts after it is sent.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
return [
|
||||
|
||||
'from_account' => 'From Account',
|
||||
'from_account_rate' => 'From Account Rate',
|
||||
'to_account' => 'To Account',
|
||||
'to_account_rate' => 'To Account Rate',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from to :to (:amount)',
|
||||
|
||||
Reference in New Issue
Block a user