mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
sync languages with crowdin
This commit is contained in:
@ -4,18 +4,20 @@
|
||||
"customers": "Klienti",
|
||||
"items": "Preces",
|
||||
"invoices": "Rēķini",
|
||||
"recurring-invoices": "Regulārie rēķini",
|
||||
"expenses": "Izdevumi",
|
||||
"estimates": "Aprēķini",
|
||||
"payments": "Maksājumi",
|
||||
"reports": "Atskaites",
|
||||
"settings": "Iestatījumi",
|
||||
"logout": "Iziet",
|
||||
"users": "Lietotāji"
|
||||
"users": "Lietotāji",
|
||||
"modules": "Modules"
|
||||
},
|
||||
"general": {
|
||||
"add_company": "Pievienot uzņēmumu",
|
||||
"view_pdf": "Apskatīt PDF",
|
||||
"copy_pdf_url": "Kopēt PDF Url",
|
||||
"copy_pdf_url": "Kopēt PDF saiti",
|
||||
"download_pdf": "Lejupielādēt PDF",
|
||||
"save": "Saglabāt",
|
||||
"create": "Izveidot",
|
||||
@ -27,6 +29,9 @@
|
||||
"to_date": "Datums līdz",
|
||||
"from": "No",
|
||||
"to": "Kam",
|
||||
"ok": "Labi",
|
||||
"yes": "Jā",
|
||||
"no": "Nē",
|
||||
"sort_by": "Kārtot pēc",
|
||||
"ascending": "Augošā secībā",
|
||||
"descending": "Dilstošā secībā",
|
||||
@ -34,6 +39,7 @@
|
||||
"body": "Saturs",
|
||||
"message": "Ziņojums",
|
||||
"send": "Nosūtīt",
|
||||
"preview": "Priekšskatītījums",
|
||||
"go_back": "Atpakaļ",
|
||||
"back_to_login": "Atpakaļ uz autorizāciju?",
|
||||
"home": "Sākums",
|
||||
@ -54,12 +60,13 @@
|
||||
"total_amount": "KOPĀ APMAKSAI",
|
||||
"bill_to": "Saņēmējs",
|
||||
"ship_to": "Piegādāt uz",
|
||||
"due": "Due",
|
||||
"due": "Līdz",
|
||||
"draft": "Melnraksts",
|
||||
"sent": "Nosūtīts",
|
||||
"all": "Visi",
|
||||
"select_all": "Iezīmēt visu",
|
||||
"choose_file": "Speid šeit, lai izvēlētos failu",
|
||||
"select_template": "Izvēlēties veidni",
|
||||
"choose_file": "Spied šeit, lai izvēlētos failu",
|
||||
"choose_template": "Izvēlaties sagatavi",
|
||||
"choose": "Izvēlies",
|
||||
"remove": "Dzēst",
|
||||
@ -84,7 +91,15 @@
|
||||
"retry": "Atkārtot",
|
||||
"choose_note": "Izvēlieties piezīmi",
|
||||
"no_note_found": "Piezīmes nav atrastas",
|
||||
"insert_note": "Ievietot piezīmi"
|
||||
"insert_note": "Ievietot piezīmi",
|
||||
"copied_pdf_url_clipboard": "Saglabāt PDF saiti!",
|
||||
"copied_url_clipboard": "Copied url to clipboard!",
|
||||
"docs": "Dokumenti",
|
||||
"do_you_wish_to_continue": "Vai vēlies turpināt?",
|
||||
"note": "Piezīme",
|
||||
"pay_invoice": "Pay Invoice",
|
||||
"login_successfully": "Logged in successfully!",
|
||||
"logged_out_successfully": "Logged out successfully"
|
||||
},
|
||||
"dashboard": {
|
||||
"select_year": "Izvēlieties gadu",
|
||||
@ -92,7 +107,8 @@
|
||||
"due_amount": "Apmaksas summa",
|
||||
"customers": "Klienti",
|
||||
"invoices": "Rēķini",
|
||||
"estimates": "Aprēķini"
|
||||
"estimates": "Aprēķini",
|
||||
"payments": "Payments"
|
||||
},
|
||||
"chart_info": {
|
||||
"total_sales": "Pārdotais",
|
||||
@ -125,7 +141,7 @@
|
||||
"name": "Nosaukums",
|
||||
"description": "Apraksts",
|
||||
"percent": "Procenti",
|
||||
"compound_tax": "Compound Tax"
|
||||
"compound_tax": "Saliktie nodokļi"
|
||||
},
|
||||
"global_search": {
|
||||
"search": "Meklēt...",
|
||||
@ -133,13 +149,33 @@
|
||||
"users": "Lietotāji",
|
||||
"no_results_found": "Nav atbilstošu rezultātu"
|
||||
},
|
||||
"company_switcher": {
|
||||
"label": "NOMAINĪT UZŅĒMUMU",
|
||||
"no_results_found": "Nekas netika atrasts",
|
||||
"add_new_company": "Pievienot jaunu uzņēmumu",
|
||||
"new_company": "Jauns uzņēmums",
|
||||
"created_message": "Uzņēmums veiksmīgi pievienots"
|
||||
},
|
||||
"dateRange": {
|
||||
"today": "Šodien",
|
||||
"this_week": "Šonedēļ",
|
||||
"this_month": "Šomēnes",
|
||||
"this_quarter": "Ceturksnī",
|
||||
"this_year": "Šogad",
|
||||
"previous_week": "Iepriekšējā nedēļa",
|
||||
"previous_month": "Iepriekšējā mēnesī",
|
||||
"previous_quarter": "Iepriekšējā ceturksnī",
|
||||
"previous_year": "Iepriekšējā gadā",
|
||||
"custom": "Pielāgots"
|
||||
},
|
||||
"customers": {
|
||||
"title": "Klienti",
|
||||
"prefix": "Prefikss",
|
||||
"add_customer": "Pievienot klientu",
|
||||
"contacts_list": "Klientu saraksts",
|
||||
"name": "Vārds",
|
||||
"mail": "Pasts",
|
||||
"statement": "Statement",
|
||||
"statement": "Paziņojums",
|
||||
"display_name": "Nosaukums",
|
||||
"primary_contact_name": "Galvenā kontakta vārds",
|
||||
"contact_name": "Kontaktpersonas vārds",
|
||||
@ -149,6 +185,9 @@
|
||||
"phone": "Telefona numurs",
|
||||
"website": "Mājaslapa",
|
||||
"overview": "Pārskats",
|
||||
"invoice_prefix": "Rēķina prefikss",
|
||||
"estimate_prefix": "Aprēķinu prefikss",
|
||||
"payment_prefix": "Maksājuma prefikss",
|
||||
"enable_portal": "Aktivizēt portālu",
|
||||
"country": "Valsts",
|
||||
"state": "Reģions",
|
||||
@ -157,6 +196,7 @@
|
||||
"added_on": "Pievienots",
|
||||
"action": "Darbība",
|
||||
"password": "Parole",
|
||||
"confirm_password": "Apstipriniet paroli",
|
||||
"street_number": "Adrese",
|
||||
"primary_currency": "Primārā valūta",
|
||||
"description": "Apraksts",
|
||||
@ -167,13 +207,17 @@
|
||||
"new_customer": "Jauns klients",
|
||||
"edit_customer": "Rediģēt klientu",
|
||||
"basic_info": "Pamatinformācija",
|
||||
"portal_access": "Portal Access",
|
||||
"portal_access_text": "Would you like to allow this customer to login to the Customer Portal?",
|
||||
"portal_access_url": "Customer Portal Login URL",
|
||||
"portal_access_url_help": "Please copy & forward the above given URL to your customer for providing access.",
|
||||
"billing_address": "Juridiskā adrese",
|
||||
"shipping_address": "Piegādes adrese",
|
||||
"copy_billing_address": "Kopēt no juridiskās adreses",
|
||||
"no_customers": "Pagaidām nav klientu!",
|
||||
"no_customers_found": "Klienti netika atrasti!",
|
||||
"no_contact": "No contact",
|
||||
"no_contact_name": "No contact name",
|
||||
"no_contact": "Nav kontaktu",
|
||||
"no_contact_name": "Nav kontaktvārda",
|
||||
"list_of_customers": "Šajā sadaļā būs klientu saraksts.",
|
||||
"primary_display_name": "Klienta nosaukums",
|
||||
"select_currency": "Izvēlieties valūtu",
|
||||
@ -186,7 +230,9 @@
|
||||
"confirm_delete": "Jūs nevarēsit atgūt šo klientu un visus saistītos rēķinus, aprēķinus un maksājumus.",
|
||||
"created_message": "Klients izveidots veiksmīgi",
|
||||
"updated_message": "Klients atjaunināts veiksmīgi",
|
||||
"deleted_message": "Klients veiksmīgi izdzēsts"
|
||||
"address_updated_message": "Address Information Updated succesfully",
|
||||
"deleted_message": "Klients veiksmīgi izdzēsts",
|
||||
"edit_currency_not_allowed": "Nevar izmainīt valūtu, ja maksājums ir veikts."
|
||||
},
|
||||
"items": {
|
||||
"title": "Preces",
|
||||
@ -197,7 +243,7 @@
|
||||
"added_on": "Pievienots",
|
||||
"price": "Cena",
|
||||
"date_of_creation": "Izveidošanas datums",
|
||||
"not_selected": "No item selected",
|
||||
"not_selected": "Nekas netika izvēlēts",
|
||||
"action": "Darbība",
|
||||
"add_item": "Pievienot",
|
||||
"save_item": "Saglabāt",
|
||||
@ -218,6 +264,8 @@
|
||||
},
|
||||
"estimates": {
|
||||
"title": "Aprēķini",
|
||||
"accept_estimate": "Accept Estimate",
|
||||
"reject_estimate": "Reject Estimate",
|
||||
"estimate": "Aprēķins | Aprēķini",
|
||||
"estimates_list": "Aprēķinu saraksts",
|
||||
"days": "{days} Dienas",
|
||||
@ -268,9 +316,11 @@
|
||||
"required": "Šis lauks ir obligāts"
|
||||
},
|
||||
"accepted": "Apstiprināts",
|
||||
"rejected": "Rejected",
|
||||
"rejected": "Noraidīts",
|
||||
"expired": "Expired",
|
||||
"sent": "Nosūtīts",
|
||||
"draft": "Melnraksts",
|
||||
"viewed": "Viewed",
|
||||
"declined": "Noraidīts",
|
||||
"new_estimate": "Jauns aprēķins",
|
||||
"add_new_estimate": "Pievienot jaunu aprēķinu",
|
||||
@ -307,16 +357,19 @@
|
||||
},
|
||||
"invoices": {
|
||||
"title": "Rēķini",
|
||||
"download": "Download",
|
||||
"pay_invoice": "Pay Invoice",
|
||||
"invoices_list": "Rēķinu saraksts",
|
||||
"invoice_information": "Invoice Information",
|
||||
"days": "{days} Dienas",
|
||||
"months": "{months} Mēnesis",
|
||||
"years": "{years} Gads",
|
||||
"all": "Visi",
|
||||
"paid": "Apmaksāts",
|
||||
"unpaid": "Neapmaksāts",
|
||||
"viewed": "Viewed",
|
||||
"overdue": "Overdue",
|
||||
"completed": "Completed",
|
||||
"viewed": "Apskatīts",
|
||||
"overdue": "Kavēts",
|
||||
"completed": "Pabeigts",
|
||||
"customer": "KLIENTS",
|
||||
"paid_status": "APMAKSAS STATUS",
|
||||
"ref_no": "REF NR.",
|
||||
@ -342,10 +395,13 @@
|
||||
"send_invoice": "Nosūtīt rēķinu",
|
||||
"resend_invoice": "Nosūtīt rēķinu atkārtoti",
|
||||
"invoice_template": "Rēķina sagatave",
|
||||
"conversion_message": "Rēķins ir veiksmīgi nokopēts",
|
||||
"template": "Sagatave",
|
||||
"mark_as_sent": "Atzīmēt kā nosūtītu",
|
||||
"confirm_send_invoice": "Šis rēķins tiks nosūtīts klientam e-pastā",
|
||||
"invoice_mark_as_sent": "Rēķins tiks atzīmēts kā nosūtīts",
|
||||
"confirm_mark_as_accepted": "Rēķins tiks atzīmēts kā apstiprināts",
|
||||
"confirm_mark_as_rejected": "Rēķins tiks atzīmēts kā noraidīts",
|
||||
"confirm_send": "Šis rēķins tiks nosūtīts klientam e-pastā",
|
||||
"invoice_date": "Rēķina datums",
|
||||
"record_payment": "Izveidot maksājumu",
|
||||
@ -357,6 +413,8 @@
|
||||
"update_invoice": "Atjaunināt rēķinu",
|
||||
"add_new_tax": "Pievienot jaunu nodokli",
|
||||
"no_invoices": "Vēl nav rēķinu!",
|
||||
"mark_as_rejected": "Atzīmēt kā noraidītu",
|
||||
"mark_as_accepted": "Atzīmēt kā apstiprinātu",
|
||||
"list_of_invoices": "Šajā sadaļā būs rēķinu saraksts.",
|
||||
"select_invoice": "Izvēlaties rēķinu",
|
||||
"no_matching_invoices": "Netika atrasts neviens rēķins!",
|
||||
@ -379,6 +437,7 @@
|
||||
"select_an_item": "Rakstīt vai spiest, lai izvēlētos",
|
||||
"type_item_description": "Ievadiet preces/pakalpojuma aprakstu (nav obligāti)"
|
||||
},
|
||||
"payment_attached_message": "Vienam no atzīmētajiem rēķiniem jau ir pievienots maksājums. Pārliecinieties, ka pievienoti maksājumi ir izdzēsti",
|
||||
"confirm_delete": "Jūs nevarēsiet atgūt šo rēķinu | Jūs nevarēsiet atgūt šos rēķinus",
|
||||
"created_message": "Rēķins izveidots veiksmīgi",
|
||||
"updated_message": "Rēķins ir veiksmīgi atjaunināts",
|
||||
@ -387,6 +446,115 @@
|
||||
"something_went_wrong": "kaut kas nogāja greizi",
|
||||
"invalid_due_amount_message": "Rēķina kopējā summa nevar būt mazāka par kopējo apmaksāto summu. Lūdzu atjauniniet rēķinu vai dzēsiet piesaistītos maksājumus, lai turpinātu."
|
||||
},
|
||||
"recurring_invoices": {
|
||||
"title": "Regulārie rēķini",
|
||||
"invoices_list": "Regulāro rēķinu saraksts",
|
||||
"days": "{days} Dienas",
|
||||
"months": "{months} Month",
|
||||
"years": "{years} Year",
|
||||
"all": "All",
|
||||
"paid": "Paid",
|
||||
"unpaid": "Unpaid",
|
||||
"viewed": "Viewed",
|
||||
"overdue": "Overdue",
|
||||
"active": "Active",
|
||||
"completed": "Completed",
|
||||
"customer": "CUSTOMER",
|
||||
"paid_status": "PAID STATUS",
|
||||
"ref_no": "REF NO.",
|
||||
"number": "NUMBER",
|
||||
"amount_due": "AMOUNT DUE",
|
||||
"partially_paid": "Partially Paid",
|
||||
"total": "Total",
|
||||
"discount": "Discount",
|
||||
"sub_total": "Sub Total",
|
||||
"invoice": "Recurring Invoice | Recurring Invoices",
|
||||
"invoice_number": "Recurring Invoice Number",
|
||||
"next_invoice_date": "Next Invoice Date",
|
||||
"ref_number": "Ref Number",
|
||||
"contact": "Contact",
|
||||
"add_item": "Add an Item",
|
||||
"date": "Date",
|
||||
"limit_by": "Limit by",
|
||||
"limit_date": "Limit Date",
|
||||
"limit_count": "Limit Count",
|
||||
"count": "Count",
|
||||
"status": "Status",
|
||||
"select_a_status": "Select a status",
|
||||
"working": "Working",
|
||||
"on_hold": "On Hold",
|
||||
"complete": "Completed",
|
||||
"add_tax": "Add Tax",
|
||||
"amount": "Amount",
|
||||
"action": "Action",
|
||||
"notes": "Notes",
|
||||
"view": "View",
|
||||
"basic_info": "Basic Info",
|
||||
"send_invoice": "Send Recurring Invoice",
|
||||
"auto_send": "Auto Send",
|
||||
"resend_invoice": "Resend Recurring Invoice",
|
||||
"invoice_template": "Recurring Invoice Template",
|
||||
"conversion_message": "Recurring Invoice cloned successful",
|
||||
"template": "Template",
|
||||
"mark_as_sent": "Mark as sent",
|
||||
"confirm_send_invoice": "This recurring invoice will be sent via email to the customer",
|
||||
"invoice_mark_as_sent": "This recurring invoice will be marked as sent",
|
||||
"confirm_send": "This recurring invoice will be sent via email to the customer",
|
||||
"starts_at": "Sākuma datums",
|
||||
"due_date": "Rēķina apmaksas datumu",
|
||||
"record_payment": "Izveidot maksājumu",
|
||||
"add_new_invoice": "Pievienot jaunu regulāro rēķinu",
|
||||
"update_expense": "Update Expense",
|
||||
"edit_invoice": "Edit Recurring Invoice",
|
||||
"new_invoice": "New Recurring Invoice",
|
||||
"send_automatically": "Send Automatically",
|
||||
"send_automatically_desc": "Enable this, if you would like to send the invoice automatically to the customer when its created.",
|
||||
"save_invoice": "Save Recurring Invoice",
|
||||
"update_invoice": "Update Recurring Invoice",
|
||||
"add_new_tax": "Add New Tax",
|
||||
"no_invoices": "No Recurring Invoices yet!",
|
||||
"mark_as_rejected": "Mark as rejected",
|
||||
"mark_as_accepted": "Mark as accepted",
|
||||
"list_of_invoices": "This section will contain the list of recurring invoices.",
|
||||
"select_invoice": "Select Invoice",
|
||||
"no_matching_invoices": "There are no matching recurring invoices!",
|
||||
"mark_as_sent_successfully": "Recurring Invoice marked as sent successfully",
|
||||
"invoice_sent_successfully": "Recurring Invoice sent successfully",
|
||||
"cloned_successfully": "Recurring Invoice cloned successfully",
|
||||
"clone_invoice": "Clone Recurring Invoice",
|
||||
"confirm_clone": "This recurring invoice will be cloned into a new Recurring Invoice",
|
||||
"item": {
|
||||
"title": "Item Title",
|
||||
"description": "Description",
|
||||
"quantity": "Quantity",
|
||||
"price": "Price",
|
||||
"discount": "Discount",
|
||||
"total": "Total",
|
||||
"total_discount": "Total Discount",
|
||||
"sub_total": "Sub Total",
|
||||
"tax": "Tax",
|
||||
"amount": "Amount",
|
||||
"select_an_item": "Type or click to select an item",
|
||||
"type_item_description": "Type Item Description (optional)"
|
||||
},
|
||||
"frequency": {
|
||||
"title": "Frequency",
|
||||
"select_frequency": "Select Frequency",
|
||||
"minute": "Minute",
|
||||
"hour": "Hour",
|
||||
"day_month": "Day of month",
|
||||
"month": "Month",
|
||||
"day_week": "Day of week"
|
||||
},
|
||||
"confirm_delete": "You will not be able to recover this Invoice | You will not be able to recover these Invoices",
|
||||
"created_message": "Recurring Invoice created successfully",
|
||||
"updated_message": "Recurring Invoice updated successfully",
|
||||
"deleted_message": "Recurring Invoice deleted successfully | Recurring Invoices deleted successfully",
|
||||
"marked_as_sent_message": "Recurring Invoice marked as sent successfully",
|
||||
"user_email_does_not_exist": "User email does not exist",
|
||||
"something_went_wrong": "something went wrong",
|
||||
"invalid_due_amount_message": "Total Recurring Invoice amount cannot be less than total paid amount for this Recurring Invoice. Please update the invoice or delete the associated payments to continue."
|
||||
},
|
||||
"payments": {
|
||||
"title": "Maksājumi",
|
||||
"payments_list": "Maksājumu saraksts",
|
||||
@ -431,6 +599,7 @@
|
||||
"select_a_customer": "Izvēlēties klientu",
|
||||
"expense_title": "Nosaukums",
|
||||
"customer": "Klients",
|
||||
"currency": "Currency",
|
||||
"contact": "Kontakti",
|
||||
"category": "Kategorija",
|
||||
"from_date": "Datums no",
|
||||
@ -484,6 +653,51 @@
|
||||
"enter_password": "Ievadiet paroli",
|
||||
"retype_password": "Atkārtoti ievadiet paroli"
|
||||
},
|
||||
"modules": {
|
||||
"buy_now": "Buy Now",
|
||||
"install": "Install",
|
||||
"price": "Price",
|
||||
"download_zip_file": "Download ZIP file",
|
||||
"unzipping_package": "Unzipping Package",
|
||||
"copying_files": "Copying Files",
|
||||
"deleting_files": "Deleting Unused files",
|
||||
"completing_installation": "Completing Installation",
|
||||
"update_failed": "Update Failed",
|
||||
"install_success": "Module has been installed successfully!",
|
||||
"customer_reviews": "Reviews",
|
||||
"license": "License",
|
||||
"faq": "FAQ",
|
||||
"monthly": "Monthly",
|
||||
"yearly": "Yearly",
|
||||
"updated": "Updated",
|
||||
"version": "Version",
|
||||
"disable": "Disable",
|
||||
"module_disabled": "Module Disabled",
|
||||
"enable": "Enable",
|
||||
"module_enabled": "Module Enabled",
|
||||
"update_to": "Update To",
|
||||
"module_updated": "Module Updated Successfully!",
|
||||
"title": "Modules",
|
||||
"module": "Module | Modules",
|
||||
"api_token": "API token",
|
||||
"invalid_api_token": "Invalid API Token.",
|
||||
"other_modules": "Other Modules",
|
||||
"view_all": "View All",
|
||||
"no_reviews_found": "There are no reviews for this module yet!",
|
||||
"module_not_purchased": "Module Not Purchased",
|
||||
"module_not_found": "Module Not Found",
|
||||
"version_not_supported": "This module version doesn't support the current version of Crater",
|
||||
"last_updated": "Last Updated On",
|
||||
"connect_installation": "Connect your installation",
|
||||
"api_token_description": "Login to {url} and connect this installation by entering the API Token. Your purchased modules will show up here after the connection is established.",
|
||||
"view_module": "View Module",
|
||||
"update_available": "Update Available",
|
||||
"purchased": "Purchased",
|
||||
"installed": "Installed",
|
||||
"no_modules_installed": "No Modules Installed Yet!",
|
||||
"disable_warning": "All the settings for this particular will be reverted.",
|
||||
"what_you_get": "What you get"
|
||||
},
|
||||
"users": {
|
||||
"title": "Lietotāji",
|
||||
"users_list": "Lietotāju saraksts",
|
||||
@ -508,7 +722,9 @@
|
||||
"confirm_delete": "Jūs nevarēsiet atgūt šo lietotāju | Jūs nevarēsiet atgūt šos lietotājus",
|
||||
"created_message": "Lietotājs veiksmīgi izveidots",
|
||||
"updated_message": "Lietotājs veiksmīgi labots",
|
||||
"deleted_message": "Lietotājs veiksmīgi izdzēsts"
|
||||
"deleted_message": "Lietotājs veiksmīgi izdzēsts",
|
||||
"select_company_role": "Select Role for {company}",
|
||||
"companies": "Companies"
|
||||
},
|
||||
"reports": {
|
||||
"title": "Atskaite",
|
||||
@ -585,7 +801,12 @@
|
||||
"file_disk": "Disks",
|
||||
"custom_fields": "Pielāgotie lauki",
|
||||
"payment_modes": "Apmaksas veidi",
|
||||
"notes": "Piezīmes"
|
||||
"notes": "Piezīmes",
|
||||
"exchange_rate": "Exchange Rate",
|
||||
"address_information": "Address Information"
|
||||
},
|
||||
"address_information": {
|
||||
"section_description": " You can update Your Address information using form below."
|
||||
},
|
||||
"title": "Iestatījumi",
|
||||
"setting": "Iestatījumi | Iestatījumi",
|
||||
@ -647,7 +868,13 @@
|
||||
"address": "Adrese",
|
||||
"zip": "Pasta indekss",
|
||||
"save": "Saglabāt",
|
||||
"updated_message": "Uzņēmuma informācija veiksmīgi saglabāta"
|
||||
"delete": "Delete",
|
||||
"updated_message": "Uzņēmuma informācija veiksmīgi saglabāta",
|
||||
"delete_company": "Delete Company",
|
||||
"delete_company_description": "Once you delete your company, you will lose all the data and files associated with it permanently.",
|
||||
"are_you_absolutely_sure": "Are you absolutely sure?",
|
||||
"delete_company_modal_desc": "This action cannot be undone. This will permanently delete {company} and all of its associated data.",
|
||||
"delete_company_modal_label": "Please type {company} to confirm"
|
||||
},
|
||||
"custom_fields": {
|
||||
"title": "Pielāgotie lauki",
|
||||
@ -658,6 +885,7 @@
|
||||
"label": "Label",
|
||||
"type": "Type",
|
||||
"name": "Name",
|
||||
"slug": "Slug",
|
||||
"required": "Required",
|
||||
"placeholder": "Placeholder",
|
||||
"help_text": "Help Text",
|
||||
@ -683,85 +911,104 @@
|
||||
"select_relative_date": "Select Relative Date",
|
||||
"ticked_by_default": "Ticked by default",
|
||||
"updated_message": "Custom Field updated successfully",
|
||||
"added_message": "Custom Field added successfully"
|
||||
"added_message": "Custom Field added successfully",
|
||||
"press_enter_to_add": "Press enter to add new option",
|
||||
"model_in_use": "Cannot update model for fields which are already in use.",
|
||||
"type_in_use": "Cannot update type for fields which are already in use."
|
||||
},
|
||||
"customization": {
|
||||
"customization": "pielāgošana",
|
||||
"save": "Saglabāt",
|
||||
"addresses": {
|
||||
"title": "Adreses",
|
||||
"section_description": "Jūs varat pielāgot klienta juridiskās adreses un piegādes adreses formātu. (Uzrādās PDF izdrukā). ",
|
||||
"customer_billing_address": "Klienta norēķinu adrese",
|
||||
"customer_shipping_address": "Klienta piegādes adrese",
|
||||
"company_address": "Uzņēmuma adrese",
|
||||
"insert_fields": "Pievienot lauku",
|
||||
"contact": "Kontakti",
|
||||
"address": "Adrese",
|
||||
"display_name": "Nosaukums",
|
||||
"primary_contact_name": "Galvenā kontakta vārds",
|
||||
"email": "E-pasts",
|
||||
"website": "Mājaslapa",
|
||||
"name": "Nosaukums",
|
||||
"country": "Valsts",
|
||||
"state": "Reģions",
|
||||
"city": "Pilsēta",
|
||||
"company_name": "Uzņēmuma nosaukums",
|
||||
"address_street_1": "Adrese 1",
|
||||
"address_street_2": "Adrese 2",
|
||||
"phone": "Telefona numurs",
|
||||
"zip_code": "Pasta indekss",
|
||||
"address_setting_updated": "Iestatījumi tika veiksmīgi atjaunināti"
|
||||
},
|
||||
"updated_message": "Uzņēmuma informācija veiksmīgi saglabāta",
|
||||
"save": "Saglabāt",
|
||||
"insert_fields": "Insert Fields",
|
||||
"learn_custom_format": "Learn how to use custom format",
|
||||
"add_new_component": "Add New Component",
|
||||
"component": "Component",
|
||||
"Parameter": "Parameter",
|
||||
"series": "Series",
|
||||
"series_description": "To set a static prefix/postfix like 'INV' across your company. It supports character length of up to 6 chars.",
|
||||
"series_param_label": "Series Value",
|
||||
"delimiter": "Delimiter",
|
||||
"delimiter_description": "Single character for specifying the boundary between 2 separate components. By default its set to -",
|
||||
"delimiter_param_label": "Delimiter Value",
|
||||
"date_format": "Date Format",
|
||||
"date_format_description": "A local date and time field which accepts a format parameter. The default format: 'Y' renders the current year.",
|
||||
"date_format_param_label": "Format",
|
||||
"sequence": "Sequence",
|
||||
"sequence_description": "Consecutive sequence of numbers across your company. You can specify the length on the given parameter.",
|
||||
"sequence_param_label": "Sequence Length",
|
||||
"customer_series": "Customer Series",
|
||||
"customer_series_description": "To set a different prefix/postfix for each customer.",
|
||||
"customer_sequence": "Customer Sequence",
|
||||
"customer_sequence_description": "Consecutive sequence of numbers for each of your customer.",
|
||||
"customer_sequence_param_label": "Sequence Length",
|
||||
"random_sequence": "Random Sequence",
|
||||
"random_sequence_description": "Random alphanumeric string. You can specify the length on the given parameter.",
|
||||
"random_sequence_param_label": "Sequence Length",
|
||||
"invoices": {
|
||||
"title": "Rēķini",
|
||||
"notes": "Piezīmes",
|
||||
"invoice_prefix": "Rēķina prefikss",
|
||||
"invoice_number_format": "Invoice Number Format",
|
||||
"invoice_number_format_description": "Customize how your invoice number gets generated automatically when you create a new invoice.",
|
||||
"preview_invoice_number": "Preview Invoice Number",
|
||||
"due_date": "Due Date",
|
||||
"due_date_description": "Specify how due date is automatically set when you create an invoice.",
|
||||
"due_date_days": "Invoice Due after days",
|
||||
"set_due_date_automatically": "Set Due Date Automatically",
|
||||
"set_due_date_automatically_description": "Enable this if you wish to set due date automatically when you create a new invoice.",
|
||||
"default_formats": "Default Formats",
|
||||
"default_formats_description": "Below given formats are used to fill up the fields automatically on invoice creation.",
|
||||
"default_invoice_email_body": "Default Invoice Email Body",
|
||||
"invoice_settings": "Invoice Settings",
|
||||
"autogenerate_invoice_number": "Automātiski ģenerēt rēķina numuru",
|
||||
"autogenerate_invoice_number_desc": "Atspējojiet, ja nevēlaties automātiski ģenerēt rēķinu numurus katru reizi, kad izveidojat jaunu rēķinu.",
|
||||
"enter_invoice_prefix": "Ievadiet rēķina prefiksu",
|
||||
"terms_and_conditions": "Lietošanas noteikumi",
|
||||
"company_address_format": "Uzņēmuma adreses formāts",
|
||||
"shipping_address_format": "Piegādes adreses formāts",
|
||||
"billing_address_format": "Maksātāja / Uzņēmuma adreses formāts",
|
||||
"invoice_settings_updated": "Rēķina iestatījumi ir veiksmīgi atjaunināti"
|
||||
"invoice_email_attachment": "Send invoices as attachments",
|
||||
"invoice_email_attachment_setting_description": "Enable this if you want to send invoices as email attachment. Please note that 'View Invoice' button in emails will not be displayed anymore when enabled.",
|
||||
"invoice_settings_updated": "Invoice Settings updated successfully",
|
||||
"retrospective_edits": "Retrospective Edits",
|
||||
"allow": "Allow",
|
||||
"disable_on_invoice_partial_paid": "Disable after partial payment is recorded",
|
||||
"disable_on_invoice_paid": "Disable after full payment is recorded",
|
||||
"disable_on_invoice_sent": "Disable after invoice is sent",
|
||||
"retrospective_edits_description": " Based on your country's laws or your preference, you can restrict users from editing finalised invoices."
|
||||
},
|
||||
"estimates": {
|
||||
"title": "Aprēķini",
|
||||
"estimate_prefix": "Aprēķinu prefikss",
|
||||
"estimate_number_format": "Estimate Number Format",
|
||||
"estimate_number_format_description": "Customize how your estimate number gets generated automatically when you create a new estimate.",
|
||||
"preview_estimate_number": "Preview Estimate Number",
|
||||
"expiry_date": "Expiry Date",
|
||||
"expiry_date_description": "Specify how expiry date is automatically set when you create an estimate.",
|
||||
"expiry_date_days": "Estimate Expires after days",
|
||||
"set_expiry_date_automatically": "Set Expiry Date Automatically",
|
||||
"set_expiry_date_automatically_description": "Enable this if you wish to set expiry date automatically when you create a new estimate.",
|
||||
"default_formats": "Default Formats",
|
||||
"default_formats_description": "Below given formats are used to fill up the fields automatically on estimate creation.",
|
||||
"default_estimate_email_body": "Noklusējamais Aprēķina e-pasta saturs",
|
||||
"estimate_settings": "Aprēķinu iestatījumi",
|
||||
"autogenerate_estimate_number": "Automātiski ģenerēt Aprēķina numuru",
|
||||
"estimate_setting_description": "Atspējojiet, ja nevēlaties automātiski ģenerēt Aprēķinu numurus katru reizi, kad izveidojat jaunu Aprēķinu.",
|
||||
"enter_estimate_prefix": "Ievadiet Aprēķina prefiksu",
|
||||
"estimate_setting_updated": "Aprēķina iestatījumi ir veiksmīgi atjaunināti",
|
||||
"company_address_format": "Uzņēmuma adreses formāts",
|
||||
"shipping_address_format": "Piegādes adreses formāts",
|
||||
"billing_address_format": "Maksātāja / Uzņēmuma adreses formāts",
|
||||
"shipping_address_format": "Piegādes adreses formāts"
|
||||
"estimate_email_attachment": "Send estimates as attachments",
|
||||
"estimate_email_attachment_setting_description": "Enable this if you want to send the estimates as an email attachment. Please note that 'View Estimate' button in emails will not be displayed anymore when enabled.",
|
||||
"estimate_settings_updated": "Estimate Settings updated successfully",
|
||||
"convert_estimate_options": "Estimate Convert Action",
|
||||
"convert_estimate_description": "Specify what happens to the estimate after it gets converted to an invoice.",
|
||||
"no_action": "No action",
|
||||
"delete_estimate": "Delete estimate",
|
||||
"mark_estimate_as_accepted": "Mark estimate as accepted"
|
||||
},
|
||||
"payments": {
|
||||
"title": "Maksājumi",
|
||||
"description": "Pārskaitījumu veidi, maksājumiem",
|
||||
"payment_prefix": "Maksājuma prefikss",
|
||||
"payment_number_format": "Payment Number Format",
|
||||
"payment_number_format_description": "Customize how your payment number gets generated automatically when you create a new payment.",
|
||||
"preview_payment_number": "Preview Payment Number",
|
||||
"default_formats": "Default Formats",
|
||||
"default_formats_description": "Below given formats are used to fill up the fields automatically on payment creation.",
|
||||
"default_payment_email_body": "Noklusējamais Maksājuma e-pasta saturs",
|
||||
"payment_settings": "Maksājumu iestatījumi",
|
||||
"autogenerate_payment_number": "Automātiski ģenerēt Maksājuma numuru",
|
||||
"payment_setting_description": "Atspējojiet, ja nevēlaties automātiski ģenerēt Maksājuma numurus katru reizi, kad izveidojat jaunu Maksājumu.",
|
||||
"enter_payment_prefix": "Ievadiet Maksājuma prefiksu",
|
||||
"payment_setting_updated": "Maksājumu iestatījumi ir veiksmīgi atjaunināti",
|
||||
"payment_modes": "Apmaksas veidi",
|
||||
"add_payment_mode": "Pievienojiet apmaksas veidu",
|
||||
"edit_payment_mode": "Labot maksājuma veidu",
|
||||
"mode_name": "Veida nosaukums",
|
||||
"payment_mode_added": "Pievienots maksāšanas veids",
|
||||
"payment_mode_updated": "Labots maksāšanas veids",
|
||||
"payment_mode_confirm_delete": "Jums nebūs iespējas atgūt šo Maksājuma veidu",
|
||||
"already_in_use": "Maksājuma veids jau tiek izmantots",
|
||||
"deleted_message": "Maksājuma veids veiksmīgi izdzēsts",
|
||||
"company_address_format": "Uzņēmuma adreses formāts",
|
||||
"from_customer_address_format": "No Klienta adreses formāts"
|
||||
"from_customer_address_format": "No Klienta adreses formāts",
|
||||
"payment_email_attachment": "Send payments as attachments",
|
||||
"payment_email_attachment_setting_description": "Enable this if you want to send the payment receipts as an email attachment. Please note that 'View Payment' button in emails will not be displayed anymore when enabled.",
|
||||
"payment_settings_updated": "Payment Settings updated successfully"
|
||||
},
|
||||
"items": {
|
||||
"title": "Preces",
|
||||
@ -809,7 +1056,7 @@
|
||||
"confirm_password": "Confirm Password"
|
||||
},
|
||||
"notification": {
|
||||
"title": "Notification",
|
||||
"title": "Notifications",
|
||||
"email": "Send Notifications to",
|
||||
"description": "Which email notifications would you like to receive when something changes?",
|
||||
"invoice_viewed": "Invoice viewed",
|
||||
@ -820,6 +1067,57 @@
|
||||
"email_save_message": "Email saved successfully",
|
||||
"please_enter_email": "Please Enter Email"
|
||||
},
|
||||
"roles": {
|
||||
"title": "Roles",
|
||||
"description": "Manage the roles & permissions of this company",
|
||||
"save": "Save",
|
||||
"add_new_role": "Add New Role",
|
||||
"role_name": "Role Name",
|
||||
"added_on": "Added on",
|
||||
"add_role": "Add Role",
|
||||
"edit_role": "Edit Role",
|
||||
"name": "Name",
|
||||
"permission": "Permission | Permissions",
|
||||
"select_all": "Select All",
|
||||
"none": "None",
|
||||
"confirm_delete": "You will not be able to recover this Role",
|
||||
"created_message": "Role created successfully",
|
||||
"updated_message": "Role updated successfully",
|
||||
"deleted_message": "Role deleted successfully",
|
||||
"already_in_use": "Role is already in use"
|
||||
},
|
||||
"exchange_rate": {
|
||||
"exchange_rate": "Exchange Rate",
|
||||
"title": "Fix Currency Exchange issues",
|
||||
"description": "Please enter exchange rate of all the currencies mentioned below to help Crater properly calculate the amounts in {currency}.",
|
||||
"drivers": "Drivers",
|
||||
"new_driver": "Add New Provider",
|
||||
"edit_driver": "Edit Provider",
|
||||
"select_driver": "Select Driver",
|
||||
"update": "select exchange rate ",
|
||||
"providers_description": "Configure your exchange rate providers here to automatically fetch the latest exchange rate on transactions.",
|
||||
"key": "API Key",
|
||||
"name": "Name",
|
||||
"driver": "Driver",
|
||||
"is_default": "IS DEFAULT",
|
||||
"currency": "Currencies",
|
||||
"exchange_rate_confirm_delete": "You will not be able to recover this driver",
|
||||
"created_message": "Provider Created successfully",
|
||||
"updated_message": "Provider Updated Successfully",
|
||||
"deleted_message": "Provider Deleted Successfully",
|
||||
"error": " You cannot Delete Active Driver",
|
||||
"default_currency_error": "This currency is already used in one of the Active Provider",
|
||||
"exchange_help_text": "Enter exchange rate to convert from {currency} to {baseCurrency}",
|
||||
"currency_freak": "Currency Freak",
|
||||
"currency_layer": "Currency Layer",
|
||||
"open_exchange_rate": "Open Exchange Rate",
|
||||
"currency_converter": "Currency Converter",
|
||||
"server": "Server",
|
||||
"url": "URL",
|
||||
"active": "Active",
|
||||
"currency_help_text": "This provider will only be used on above selected currencies",
|
||||
"currency_in_used": "The following currencies are already active on another provider. Please remove these currencies from selection to activate this provider again."
|
||||
},
|
||||
"tax_types": {
|
||||
"title": "Tax Types",
|
||||
"add_tax": "Add Tax",
|
||||
@ -839,6 +1137,18 @@
|
||||
"confirm_delete": "Jums nebūs iespējas atgūt šo Nodokļa veidu",
|
||||
"already_in_use": "Nodoklis jau tiek izmantots"
|
||||
},
|
||||
"payment_modes": {
|
||||
"title": "Payment Modes",
|
||||
"description": "Modes of transaction for payments",
|
||||
"add_payment_mode": "Add Payment Mode",
|
||||
"edit_payment_mode": "Edit Payment Mode",
|
||||
"mode_name": "Mode Name",
|
||||
"payment_mode_added": "Payment Mode Added",
|
||||
"payment_mode_updated": "Payment Mode Updated",
|
||||
"payment_mode_confirm_delete": "You will not be able to recover this Payment Mode",
|
||||
"already_in_use": "Payment Mode is already in use",
|
||||
"deleted_message": "Payment Mode deleted successfully"
|
||||
},
|
||||
"expense_category": {
|
||||
"title": "Izdevumu kategorijas",
|
||||
"action": "Darbība",
|
||||
@ -863,6 +1173,8 @@
|
||||
"discount_setting": "Atlaižu iestatījumi",
|
||||
"discount_per_item": "Atlaide par preci/pakalpojumu ",
|
||||
"discount_setting_description": "Iespējot šo, lai piešķirtu atlaides individuālām rēķina precēm. Pēc noklusējuma, atlaide tiek piemērota rēķinam.",
|
||||
"expire_public_links": "Automatically Expire Public Links",
|
||||
"expire_setting_description": "Specify whether you would like to expire all the links sent by application to view invoices, estimates & payments, etc after a specified duration.",
|
||||
"save": "Saglabāt",
|
||||
"preference": "Iestatījumi | Iestatījumi",
|
||||
"general_settings": "Noklusējamie iestatījumi sistēmai.",
|
||||
@ -870,7 +1182,14 @@
|
||||
"select_language": "Izvēlieties valodu",
|
||||
"select_time_zone": "Izvēlaties laika joslu",
|
||||
"select_date_format": "Izvēlaties datuma formātu",
|
||||
"select_financial_year": "Izvēlaties finanšu gadu"
|
||||
"select_financial_year": "Izvēlaties finanšu gadu",
|
||||
"recurring_invoice_status": "Recurring Invoice Status",
|
||||
"create_status": "Create Status",
|
||||
"active": "Active",
|
||||
"on_hold": "On Hold",
|
||||
"update_status": "Update Status",
|
||||
"completed": "Completed",
|
||||
"company_currency_unchangeable": "Company currency cannot be changed"
|
||||
},
|
||||
"update_app": {
|
||||
"title": "Atjaunināt App",
|
||||
@ -888,10 +1207,12 @@
|
||||
"download_zip_file": "Lejupielādēt ZIP failu",
|
||||
"unzipping_package": "Atarhivē Zip failu",
|
||||
"copying_files": "Notiek failu kopēšana",
|
||||
"deleting_files": "Deleting Unused files",
|
||||
"running_migrations": "Notiek migrācijas",
|
||||
"finishing_update": "Pabeidz atjauninājumu",
|
||||
"update_failed": "Atjaunināšana neizdevās",
|
||||
"update_failed_text": "Atvainojiet! Jūsu atjauninājuma laikā notika kļūda: {step}. solī"
|
||||
"update_failed_text": "Atvainojiet! Jūsu atjauninājuma laikā notika kļūda: {step}. solī",
|
||||
"update_warning": "All of the application files and default template files will be overwritten when you update the application using this utility. Please take a backup of your templates & database before updating."
|
||||
},
|
||||
"backup": {
|
||||
"title": "Backup | Backups",
|
||||
@ -957,6 +1278,7 @@
|
||||
"default_driver": "Default Driver",
|
||||
"is_default": "IR NOKLUSĒJAMS",
|
||||
"set_default_disk": "Iestatiet noklusējuma disku",
|
||||
"set_default_disk_confirm": "This disk will be set as default and all the new PDFs will be saved on this disk",
|
||||
"success_set_default_disk": "Disks ir veiksmīgi iestatīts kā noklusējums",
|
||||
"save_pdf_to_disk": "Saglabāt PDF uz diska",
|
||||
"disk_setting_description": " Iespējot šo, ja vēlaties lai katru rēķina, aprēķina un maksājuma izdrukas PDF kopiju saglabātu diskā. Šī opcija samazinās ielādēšanas laiku, kad apskatīsiet PDF.",
|
||||
@ -972,6 +1294,18 @@
|
||||
"disk_variables_save_successfully": "Disks konfigurēts veiksmīgi",
|
||||
"disk_variables_save_error": "Diska konfigurācija neveiksmīga.",
|
||||
"invalid_disk_credentials": "Nepareizi pieejas dati atzīmētajam diskam"
|
||||
},
|
||||
"taxations": {
|
||||
"add_billing_address": "Enter Billing Address",
|
||||
"add_shipping_address": "Enter Shipping Address",
|
||||
"add_company_address": "Enter Company Address",
|
||||
"modal_description": "The information below is required in order to fetch sales tax.",
|
||||
"add_address": "Add Address for fetching sales tax.",
|
||||
"address_placeholder": "Example: 123, My Street",
|
||||
"city_placeholder": "Example: Los Angeles",
|
||||
"state_placeholder": "Example: CA",
|
||||
"zip_placeholder": "Example: 90024",
|
||||
"invalid_address": "Please provide valid address details."
|
||||
}
|
||||
},
|
||||
"wizard": {
|
||||
@ -989,6 +1323,7 @@
|
||||
"logo_preview": "Logo",
|
||||
"preferences": "Iestatījumi",
|
||||
"preferences_desc": "Noklusējamie iestatījumi sistēmai.",
|
||||
"currency_set_alert": "The company's currency cannot be changed later.",
|
||||
"country": "Valsts",
|
||||
"state": "Reģions",
|
||||
"city": "Pilsēta",
|
||||
@ -1026,6 +1361,15 @@
|
||||
"permission_confirm_desc": "Folder permission check failed",
|
||||
"permission_desc": "Below is the list of folder permissions which are required in order for the app to work. If the permission check fails, make sure to update your folder permissions."
|
||||
},
|
||||
"verify_domain": {
|
||||
"title": "Domain Verification",
|
||||
"desc": "Crater uses Session based authentication which requires domain verification for security purposes. Please enter the domain on which you will be accessing your web application.",
|
||||
"app_domain": "App Domain",
|
||||
"verify_now": "Verify Now",
|
||||
"success": "Domain Verify Successfully.",
|
||||
"failed": "Domain verification failed. Please enter valid domain name.",
|
||||
"verify_and_continue": "Verify And Continue"
|
||||
},
|
||||
"mail": {
|
||||
"host": "Mail Host",
|
||||
"port": "Mail Port",
|
||||
@ -1076,6 +1420,7 @@
|
||||
"not_yet": "Not yet? Send it again",
|
||||
"password_min_length": "Password must contain {count} characters",
|
||||
"name_min_length": "Name must have at least {count} letters.",
|
||||
"prefix_min_length": "Prefix must have at least {count} letters.",
|
||||
"enter_valid_tax_rate": "Enter valid tax rate",
|
||||
"numbers_only": "Numbers Only.",
|
||||
"characters_only": "Characters Only.",
|
||||
@ -1083,13 +1428,14 @@
|
||||
"password_length": "Password must be {count} character long.",
|
||||
"qty_must_greater_than_zero": "Quantity must be greater than zero.",
|
||||
"price_greater_than_zero": "Price must be greater than zero.",
|
||||
"payment_greater_than_zero": "Payment must be greater than zero.",
|
||||
"payment_greater_than_zero": "Payment must be greater than zero.",
|
||||
"payment_greater_than_due_amount": "Entered Payment is more than due amount of this invoice.",
|
||||
"quantity_maxlength": "Quantity should not be greater than 20 digits.",
|
||||
"price_maxlength": "Price should not be greater than 20 digits.",
|
||||
"price_minvalue": "Price should be greater than 0.",
|
||||
"amount_maxlength": "Amount should not be greater than 20 digits.",
|
||||
"amount_minvalue": "Amount should be greater than 0.",
|
||||
"discount_maxlength": "Discount should not be greater than max discount",
|
||||
"description_maxlength": "Description should not be greater than 255 characters.",
|
||||
"subject_maxlength": "Subject should not be greater than 100 characters.",
|
||||
"message_maxlength": "Message should not be greater than 255 characters.",
|
||||
@ -1098,7 +1444,38 @@
|
||||
"address_maxlength": "Address should not be greater than 255 characters.",
|
||||
"ref_number_maxlength": "Ref Number should not be greater than 255 characters.",
|
||||
"prefix_maxlength": "Prefix should not be greater than 5 characters.",
|
||||
"something_went_wrong": "something went wrong"
|
||||
"something_went_wrong": "something went wrong",
|
||||
"number_length_minvalue": "Number length should be greater than 0",
|
||||
"at_least_one_ability": "Please select atleast one Permission.",
|
||||
"valid_driver_key": "Please enter a valid {driver} key.",
|
||||
"valid_exchange_rate": "Please enter a valid exchange rate.",
|
||||
"company_name_not_same": "Company name must match with given name."
|
||||
},
|
||||
"errors": {
|
||||
"starter_plan": "This feature is available on Starter plan and onwards!",
|
||||
"invalid_provider_key": "Please Enter Valid Provider API Key.",
|
||||
"estimate_number_used": "The estimate number has already been taken.",
|
||||
"invoice_number_used": "The invoice number has already been taken.",
|
||||
"payment_attached": "This invoice already has a payment attached to it. Make sure to delete the attached payments first in order to go ahead with the removal.",
|
||||
"payment_number_used": "The payment number has already been taken.",
|
||||
"name_already_taken": "The name has already been taken.",
|
||||
"receipt_does_not_exist": "Receipt does not exist.",
|
||||
"customer_cannot_be_changed_after_payment_is_added": "Customer cannot be change after payment is added",
|
||||
"invalid_credentials": "Invalid Credentials.",
|
||||
"not_allowed": "Not Allowed",
|
||||
"login_invalid_credentials": "These credentials do not match our records.",
|
||||
"enter_valid_cron_format": "Please enter a valid cron format",
|
||||
"email_could_not_be_sent": "Email could not be sent to this email address.",
|
||||
"invalid_address": "Please enter a valid address.",
|
||||
"invalid_key": "Please enter valid key.",
|
||||
"invalid_state": "Please enter a valid state.",
|
||||
"invalid_city": "Please enter a valid city.",
|
||||
"invalid_postal_code": "Please enter a valid zip.",
|
||||
"invalid_format": "Please enter valid query string format.",
|
||||
"api_error": "Server not responding.",
|
||||
"feature_not_enabled": "Feature not enabled.",
|
||||
"request_limit_met": "Api request limit exceeded.",
|
||||
"address_incomplete": "Incomplete Address"
|
||||
},
|
||||
"pdf_estimate_label": "Aprēķins",
|
||||
"pdf_estimate_number": "Aprēķina numurs",
|
||||
@ -1140,5 +1517,5 @@
|
||||
"pdf_bill_to": "Saņēmējs,",
|
||||
"pdf_ship_to": "Piegādes adrese,",
|
||||
"pdf_received_from": "Saņemts no:",
|
||||
"pdf_tax_label": "Nodoklis"
|
||||
"pdf_tax_label": "Tax"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user