Add missing localizations

pull/9933/head
Berkan Sasmaz 4 years ago
parent afc89aa11b
commit 9ca921fe0e

@ -303,6 +303,16 @@
"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 future time",
"SaveAndDownload": "Save And Download",
"BillingInfo": "Billing Info",
"GenerateInvoice": "Generate Invoice",
"DeleteInvoice" : "Delete Invoice",
"SetAsUnRefunded": "Set as Un-Refunded",
"SetAsRefunded": "Set as Refunded",
"SuccessfullyDeleted": "Successfully deleted!",
"SuccessfullyRefunded" : "Successfully refunded!",
"SuccessfullyUnRefunded" : "Successfully un-refunded!",
"InvoiceActions": "Invoice Actions"
}
}

@ -377,6 +377,7 @@
"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 info before creating your invoice.",
"Refunded": "Refunded"
}
}
Loading…
Cancel
Save