Skip to content

Commit

Permalink
Merge pull request #9933 from abpframework/berkan/create-invoice-entity
Browse files Browse the repository at this point in the history
Add missing localizations
  • Loading branch information
berkansasmaz committed Sep 7, 2021
2 parents c86d840 + deebdfc commit c795cee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,13 @@
"ProductPrice": "Product Price",
"AdditionalDeveloper": "Additional developer",
"ThisPaymentHasBeenAlreadyUsed": "This payment has been already used",
"PaymentTimeCannotBeFutureTime": "Payment time cannot be future time"
"PaymentTimeCannotBeFutureTime": "Payment time cannot be a future time!",
"SaveAndDownload": "Save and Download",
"BillingInfo": "Billing Info",
"GenerateInvoice": "Create Invoice",
"DeleteInvoice" : "Delete Invoice",
"SuccessfullyDeleted": "Successfully deleted!",
"PaymentStateSetTo" : "Payment state set to {0}",
"ChangeState": "Change State"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,6 @@
"AddressValidationMessage": "Address is too long!",
"TaxNoValidationMessage": "TAX/VAT No is too long!",
"NotesValidationMessage": "Notes field is too long!",
"CheckYourBillingInfo": "You can create your invoice only once! Check your billing info before creating your invoice."
"CheckYourBillingInfo": "You can create your invoice only once! Check your billing information before creating your invoice."
}
}
}

0 comments on commit c795cee

Please sign in to comment.