mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-02 17:53:17 -05:00
Add en translations.
This commit is contained in:
19
public/locales/en/invoice-controls.json
Normal file
19
public/locales/en/invoice-controls.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"back": "Back",
|
||||
"book": "Book",
|
||||
"download_pdf": "Download PDF",
|
||||
"delete": "Delete",
|
||||
"delete_modal": {
|
||||
"title": "Delete client",
|
||||
"ok_title": "Delete",
|
||||
"cancel_title": "Dismiss"
|
||||
},
|
||||
"statuses": {
|
||||
"draft": "draft",
|
||||
"booked": "booked",
|
||||
"sent": "sent",
|
||||
"paid": "paid",
|
||||
"cancelled": "cancelled"
|
||||
},
|
||||
"notification_deleted": "Deleted"
|
||||
}
|
||||
Reference in New Issue
Block a user