mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 16:01:07 -04:00
Estonian translations.
This commit is contained in:
9
public/locales/et/bank-account-form.json
Normal file
9
public/locales/et/bank-account-form.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"title": "Pangakonto",
|
||||||
|
"bank_name": "Panga nimi",
|
||||||
|
"account_no": "Rekvisiidid",
|
||||||
|
"loading": "Laeb",
|
||||||
|
"done": "Tehtud",
|
||||||
|
"create": "Loo",
|
||||||
|
"notification_updated": "Uuendatud"
|
||||||
|
}
|
||||||
6
public/locales/et/bank-accounts-list.json
Normal file
6
public/locales/et/bank-accounts-list.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"loading": "Laeb",
|
||||||
|
"bank": "Pank",
|
||||||
|
"bank_account_details": "Rekvisiidid",
|
||||||
|
"add_bank_account": "Lisa uus pangakonto"
|
||||||
|
}
|
||||||
10
public/locales/et/client-fields.json
Normal file
10
public/locales/et/client-fields.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"label": "Nimetus",
|
||||||
|
"field": "Väli",
|
||||||
|
"delete_modal": {
|
||||||
|
"title": "Kustuta väli",
|
||||||
|
"ok_title": "Kustuta",
|
||||||
|
"cancel_title": "Sulge"
|
||||||
|
},
|
||||||
|
"notification_deleted": "Kustutatud"
|
||||||
|
}
|
||||||
36
public/locales/et/client-form.json
Normal file
36
public/locales/et/client-form.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
6
public/locales/et/client-selector.json
Normal file
6
public/locales/et/client-selector.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"client": "Klient",
|
||||||
|
"create": "Loo",
|
||||||
|
"new": "uus",
|
||||||
|
"suggest_placeholder": "Otsi klienti"
|
||||||
|
}
|
||||||
3
public/locales/et/empty-state.json
Normal file
3
public/locales/et/empty-state.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"content": "Arveid pole veel lisatud"
|
||||||
|
}
|
||||||
6
public/locales/et/import-modal.json
Normal file
6
public/locales/et/import-modal.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"title": "Impordi andmed",
|
||||||
|
"warning": "Andmed eemaldatakse ja kirjutatakse üle imporditud andmetega!",
|
||||||
|
"button_text": "Vali import fail",
|
||||||
|
"import-error": "Ebasobiv JSON formaat"
|
||||||
|
}
|
||||||
5
public/locales/et/invoice-bank-details.json
Normal file
5
public/locales/et/invoice-bank-details.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"bank_name": "Lisa pangakonto",
|
||||||
|
"bank_account_no": "Lisa rekvisiidid",
|
||||||
|
"bank_account_modal_title": "Vali pangakonto"
|
||||||
|
}
|
||||||
8
public/locales/et/invoice-client-details.json
Normal file
8
public/locales/et/invoice-client-details.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"client_address": "Aadress",
|
||||||
|
"client_postal_code": "Postiindeks",
|
||||||
|
"client_city": "Linn",
|
||||||
|
"client_county": "Maakond",
|
||||||
|
"client_country": "Riik",
|
||||||
|
"client_email": "Kliendi e-mail"
|
||||||
|
}
|
||||||
9
public/locales/et/invoice-company-details.json
Normal file
9
public/locales/et/invoice-company-details.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"your_company_name": "Sinu firma nimi",
|
||||||
|
"address": "Aadress",
|
||||||
|
"postal_code": "Postiindeks",
|
||||||
|
"city": "Linn",
|
||||||
|
"county": "Maakond",
|
||||||
|
"country": "Riik",
|
||||||
|
"your_email": "Sinu email"
|
||||||
|
}
|
||||||
5
public/locales/et/invoice-contact-details.json
Normal file
5
public/locales/et/invoice-contact-details.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"add_website": "Lisa veebiaadress",
|
||||||
|
"add_email": "Lisa e-mail",
|
||||||
|
"add_phone": "Lisa telefon"
|
||||||
|
}
|
||||||
12
public/locales/et/invoice-controls.json
Normal file
12
public/locales/et/invoice-controls.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"back": "Tagasi",
|
||||||
|
"book": "Kinnita",
|
||||||
|
"download_pdf": "Lae alla PDF",
|
||||||
|
"delete": "Kustuta",
|
||||||
|
"delete_modal": {
|
||||||
|
"title": "Kustuta arve",
|
||||||
|
"ok_title": "Kustuta",
|
||||||
|
"cancel_title": "Sulge"
|
||||||
|
},
|
||||||
|
"notification_deleted": "Kustutatud"
|
||||||
|
}
|
||||||
3
public/locales/et/invoice-form.json
Normal file
3
public/locales/et/invoice-form.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"insert_note": "Lisa kommentaar"
|
||||||
|
}
|
||||||
10
public/locales/et/invoice-header.json
Normal file
10
public/locales/et/invoice-header.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"invoice_title": "Arve ",
|
||||||
|
"invoice_number": "#",
|
||||||
|
"issued_at": "Kuupäev:",
|
||||||
|
"due_at": "Maksetähtaeg:",
|
||||||
|
"late_fee": "Viivis:",
|
||||||
|
"add_late_fee": "Lisa viivis",
|
||||||
|
"modal_issued_at_title": "Kuupäev",
|
||||||
|
"modal_due_at_title": "Maksetähtaeg"
|
||||||
|
}
|
||||||
7
public/locales/et/invoice-row.json
Normal file
7
public/locales/et/invoice-row.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"enter_item": "Sisesta nimetus",
|
||||||
|
"enter_quantity": "Sisesta kogus",
|
||||||
|
"enter_unit": "Sisesta ühik",
|
||||||
|
"enter_price": "Sisesta hind",
|
||||||
|
"enter_tax": "Sisesta maks"
|
||||||
|
}
|
||||||
7
public/locales/et/invoice-rows-header.json
Normal file
7
public/locales/et/invoice-rows-header.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"item": "Nimetus",
|
||||||
|
"quantity": "Kogus",
|
||||||
|
"unit": "Ühik",
|
||||||
|
"price": "Hind",
|
||||||
|
"sum": "Summa"
|
||||||
|
}
|
||||||
5
public/locales/et/invoice-totals.json
Normal file
5
public/locales/et/invoice-totals.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"subtotal": "Vahesumma",
|
||||||
|
"total": "Kokku",
|
||||||
|
"add_currency": "Lisa valuuta"
|
||||||
|
}
|
||||||
7
public/locales/et/invoices-list.json
Normal file
7
public/locales/et/invoices-list.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"invoice_number": "#",
|
||||||
|
"client": "Klient",
|
||||||
|
"issued_at": "Kuupäev",
|
||||||
|
"total": "Summa",
|
||||||
|
"status": "Staatus"
|
||||||
|
}
|
||||||
@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
"title": "Arved",
|
"title": "Arved",
|
||||||
"new_invoice": "Uus arve"
|
"new_invoice": "Uus arve",
|
||||||
|
"export": "Ekspordi",
|
||||||
|
"import": "Impordi"
|
||||||
}
|
}
|
||||||
|
|||||||
9
public/locales/et/statuses.json
Normal file
9
public/locales/et/statuses.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"statuses": {
|
||||||
|
"draft": "mustand",
|
||||||
|
"booked": "kinnitatud",
|
||||||
|
"sent": "saadetud",
|
||||||
|
"paid": "makstud",
|
||||||
|
"cancelled": "tühistatud"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
public/locales/et/team-fields.json
Normal file
10
public/locales/et/team-fields.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"label": "Nimetus",
|
||||||
|
"field": "Väli",
|
||||||
|
"delete_modal": {
|
||||||
|
"title": "Kustuta väli",
|
||||||
|
"ok_title": "Kustuta",
|
||||||
|
"cancel_title": "Sulge"
|
||||||
|
},
|
||||||
|
"notification_delete": "Kustutatud"
|
||||||
|
}
|
||||||
30
public/locales/et/team-form.json
Normal file
30
public/locales/et/team-form.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"title": "Sinu firma",
|
||||||
|
"done": "Tehtud",
|
||||||
|
"updated": "Uuendatud",
|
||||||
|
"loading": "Laeb",
|
||||||
|
"tabs": {
|
||||||
|
"general": "Üldine",
|
||||||
|
"invoicing": "Arveldamine",
|
||||||
|
"address": "Aadress",
|
||||||
|
"taxes": "Maksud"
|
||||||
|
},
|
||||||
|
"general": {
|
||||||
|
"company_name": "Firma nimi",
|
||||||
|
"contact_email": "E-mail",
|
||||||
|
"contact_phone": "Telefon",
|
||||||
|
"website": "Veebiaadress"
|
||||||
|
},
|
||||||
|
"invoicing": {
|
||||||
|
"invoice_late_fee": "Viivis (%)",
|
||||||
|
"invoice_due_days": "Makse tähtaeg, päevades",
|
||||||
|
"currency": "Vaikimisi valuuta"
|
||||||
|
},
|
||||||
|
"address": {
|
||||||
|
"company_address": "Firma aadress",
|
||||||
|
"company_postal_code": "Postiindeks",
|
||||||
|
"company_city": "Linn",
|
||||||
|
"company_county": "Maakond",
|
||||||
|
"company_country": "Riik"
|
||||||
|
}
|
||||||
|
}
|
||||||
7
public/locales/et/team-logo.json
Normal file
7
public/locales/et/team-logo.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"modal_title": "Vali logo",
|
||||||
|
"button_text": "Vali oma failidest",
|
||||||
|
"logo_url": "Sisesta pildifaili url",
|
||||||
|
"logo_url_err": "Logo peab olema väiksem kui 512kb.",
|
||||||
|
"or": "või"
|
||||||
|
}
|
||||||
10
public/locales/et/team-taxes.json
Normal file
10
public/locales/et/team-taxes.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"label": "Nimetus",
|
||||||
|
"tax": "Maks",
|
||||||
|
"delete_modal": {
|
||||||
|
"title": "Kustuta maks",
|
||||||
|
"ok_title": "Kustuta",
|
||||||
|
"cancel_title": "Sulge"
|
||||||
|
},
|
||||||
|
"notification_deleted": "Kustutatud"
|
||||||
|
}
|
||||||
9
public/locales/et/the-footer.json
Normal file
9
public/locales/et/the-footer.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"lights-on": "Tuled sisse",
|
||||||
|
"lights-off": "Tuled välja",
|
||||||
|
"title": "Kõik sinu andmed salvestatakse veebilehitseja mällu ja mitte üheski serveris. \n Antud rakendus on \"Serverless\" ja ainult sinul on ligipääs sinu andmetele.",
|
||||||
|
"what_about_my_data": "Kus mu andmed on? ",
|
||||||
|
"made_with": "Tehtud",
|
||||||
|
"by": "by",
|
||||||
|
"upgrade": "Täienda"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user