mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-07 12:00:35 -05:00
37 lines
825 B
JSON
37 lines
825 B
JSON
{
|
|
"title": "Klient",
|
|
"delete": "Kustuta",
|
|
"done": "Tehtud",
|
|
"create": "Loo",
|
|
"loading": "Laeb",
|
|
"tabs": {
|
|
"general": "Üldine",
|
|
"invoicing": "Arveldamine",
|
|
"address": "Aadress"
|
|
},
|
|
"general": {
|
|
"company_name": "Firma nimi",
|
|
"invoice_email": "E-mail"
|
|
},
|
|
"invoicing": {
|
|
"currency": "Valuuta",
|
|
"rate": "Tunni hind",
|
|
"has_tax": "Kasuta maksusid",
|
|
"bank_account": "Maksmise pangakonto"
|
|
},
|
|
"address": {
|
|
"company_address": "Firma aadress",
|
|
"company_postal_code": "Postiindeks",
|
|
"company_city": "Linn",
|
|
"company_county": "Maakond",
|
|
"company_country": "Riik"
|
|
},
|
|
"delete_modal": {
|
|
"title": "Kustuta klient",
|
|
"ok_title": "Kustuta",
|
|
"cancel_title": "Sulge"
|
|
},
|
|
"notification_deleted": "Kustutatud",
|
|
"notification_updated": "Uuendatud"
|
|
}
|