mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Added Serbian Latin translation. Živela Srbija!
This commit is contained in:
@ -150,6 +150,8 @@ class CompanyController extends Controller
|
||||
["code"=>"de", "name" => "German"],
|
||||
["code"=>"it", "name" => "Italian"],
|
||||
["code"=>"es", "name" => "Spanish"],
|
||||
["code"=>"sr-latn", "name" => "Srpski"],
|
||||
["code"=>"sr-cyrl", "name" => "Српски"],
|
||||
["code"=>"ar", "name" => "العربية"],
|
||||
];
|
||||
|
||||
|
||||
@ -48,6 +48,8 @@ class OnboardingController extends Controller
|
||||
["code"=>"en", "name" => "English"],
|
||||
["code"=>"fr", "name" => "French"],
|
||||
["code"=>"es", "name" => "Spanish"],
|
||||
["code"=>"sr-latn", "name" => "Srpski"],
|
||||
["code"=>"sr-cyrl", "name" => "Српски"],
|
||||
["code"=>"ar", "name" => "العربية"],
|
||||
["code"=>"de", "name" => "German"],
|
||||
["code"=>"pt-br", "name" => "Portuguese (Brazilian)"],
|
||||
|
||||
@ -35,7 +35,7 @@ services:
|
||||
image: nginx:1.17-alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 80:80
|
||||
- 8080:80
|
||||
volumes:
|
||||
- ./:/var/www
|
||||
- ./docker-compose/nginx:/etc/nginx/conf.d/
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
||||
{
|
||||
"/assets/js/app.js": "/assets/js/app.js?id=3c9e7bf904dd1bcdf67f",
|
||||
"/assets/js/app.js": "/assets/js/app.js?id=e5120fe62a5208dafded",
|
||||
"/assets/css/crater.css": "/assets/css/crater.css?id=f5a1617422acad8e44a1"
|
||||
}
|
||||
|
||||
@ -7,6 +7,8 @@ import ar from './ar.json'
|
||||
import de from './de.json'
|
||||
import pt_BR from './pt-br.json'
|
||||
import it from './it.json'
|
||||
import sr_LATN from './sr-latn.json'
|
||||
import sr_CYRL from './sr-cyrl.json'
|
||||
|
||||
Vue.use(VueI18n)
|
||||
|
||||
@ -20,6 +22,8 @@ const i18n = new VueI18n({
|
||||
de,
|
||||
pt_BR,
|
||||
it,
|
||||
sr_LATN,
|
||||
sr_CYRL,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
935
resources/assets/js/plugins/sr-cyrl.json
Normal file
935
resources/assets/js/plugins/sr-cyrl.json
Normal file
@ -0,0 +1,935 @@
|
||||
{
|
||||
"_comment": "Italian - IT translation - by Alessandro Fuda - Milan, Italy - 20/03/2020 - Coronavirus's times But towards spring :-) ",
|
||||
"navigation": {
|
||||
"dashboard": "Dashboard",
|
||||
"customers": "Clienti",
|
||||
"items": "Commesse",
|
||||
"invoices": "Fatture",
|
||||
"expenses": "Spese",
|
||||
"estimates": "Preventivi",
|
||||
"payments": "Pagamenti",
|
||||
"reports": "Reports",
|
||||
"settings": "Configurazione",
|
||||
"logout": "Logout"
|
||||
},
|
||||
"general": {
|
||||
"view_pdf": "Vedi PDF",
|
||||
"download_pdf": "Download PDF",
|
||||
"save": "Salva",
|
||||
"cancel": "Elimina",
|
||||
"update": "Aggiorna",
|
||||
"deselect": "Deseleziona",
|
||||
"download": "Download",
|
||||
"from_date": "Dalla Data",
|
||||
"to_date": "Alla Data",
|
||||
"from": "Da",
|
||||
"to": "A",
|
||||
"sort_by": "Ordina per",
|
||||
"ascending": "Crescente",
|
||||
"descending": "Decrescente",
|
||||
"subject": "Oggetto",
|
||||
"message": "Messaggio",
|
||||
"go_back": "Torna indietro",
|
||||
"back_to_login": "Torna al Login?",
|
||||
"home": "Home",
|
||||
"filter": "Filtro",
|
||||
"delete": "Elimina",
|
||||
"edit": "Modifica",
|
||||
"view": "Visualizza",
|
||||
"add_new_item": "Aggiungi nuova Commessa",
|
||||
"clear_all": "Pulisci tutto",
|
||||
"showing": "Showing",
|
||||
"of": "di",
|
||||
"actions": "Azioni",
|
||||
"subtotal": "SUBTOTALE",
|
||||
"discount": "SCONTO",
|
||||
"fixed": "Fissato",
|
||||
"percentage": "Percentuale",
|
||||
"tax": "TASSA",
|
||||
"total_amount": "AMMONTARE TOTALE",
|
||||
"bill_to": "Fattura a",
|
||||
"ship_to": "Invia a",
|
||||
"due": "Dovuto",
|
||||
"draft": "Bozza",
|
||||
"sent": "Inviata",
|
||||
"all": "Tutte",
|
||||
"select_all": "Seleziona tutto",
|
||||
"choose_file": "Clicca per selezionare un file",
|
||||
"choose_template": "Scegli un modello",
|
||||
"choose": "Scegli",
|
||||
"remove": "Rimuovi",
|
||||
"powered_by": "Prodotto da",
|
||||
"bytefury": "Bytefury",
|
||||
"select_a_status": "Seleziona uno Stato",
|
||||
"select_a_tax": "Seleziona una Tassa",
|
||||
"search": "Cerca",
|
||||
"are_you_sure": "Sei sicuro/a?",
|
||||
"list_is_empty": "La lista è vuota.",
|
||||
"no_tax_found": "Nessuna Tassa trovata!",
|
||||
"four_zero_four": "404",
|
||||
"you_got_lost": "Hoops! Ti sei perso",
|
||||
"go_home": "Vai alla Home",
|
||||
"test_mail_conf": "Configurazione della mail di test",
|
||||
"send_mail_successfully": "Mail inviata con successo",
|
||||
"setting_updated": "Configurazioni aggiornate con successo",
|
||||
"select_state": "Seleziona lo Stato",
|
||||
"select_country": "Seleziona Paese",
|
||||
"select_city": "Seleziona Città",
|
||||
"street_1": "Indirizzo 1",
|
||||
"street_2": "Indirizzo 2",
|
||||
"action_failed": "Errore",
|
||||
"retry": "Retry"
|
||||
},
|
||||
"dashboard": {
|
||||
"select_year": "Seleziona anno",
|
||||
"cards": {
|
||||
"due_amount": "Somma dovuta",
|
||||
"customers": "Clienti",
|
||||
"invoices": "Fatture",
|
||||
"estimates": "Preventivi"
|
||||
},
|
||||
"chart_info": {
|
||||
"total_sales": "Vendite",
|
||||
"total_receipts": "Ricevute",
|
||||
"total_expense": "Uscite",
|
||||
"net_income": "Guadagno netto",
|
||||
"year": "Seleziona anno"
|
||||
},
|
||||
"weekly_invoices": {
|
||||
"title": "Fatture a settimana"
|
||||
},
|
||||
"monthly_chart": {
|
||||
"title": "Entrate & Uscite"
|
||||
},
|
||||
"recent_invoices_card": {
|
||||
"title": "Fatture insolute",
|
||||
"due_on": "Data di scadenza",
|
||||
"customer": "Cliente",
|
||||
"amount_due": "Ammontare dovuto",
|
||||
"actions": "Azioni",
|
||||
"view_all": "Vedi tutto"
|
||||
},
|
||||
"recent_estimate_card": {
|
||||
"title": "Preventivi recenti",
|
||||
"date": "Data",
|
||||
"customer": "Cliente",
|
||||
"amount_due": "Ammontare dovuto",
|
||||
"actions": "Azioni",
|
||||
"view_all": "Vedi tutto"
|
||||
}
|
||||
},
|
||||
"tax_types": {
|
||||
"name": "Nome",
|
||||
"description": "Descrizione",
|
||||
"percent": "Percento",
|
||||
"compound_tax": "Tassa composta"
|
||||
},
|
||||
"customers": {
|
||||
"title": "Clienti",
|
||||
"add_customer": "Aggiungi cliente",
|
||||
"contacts_list": "Lista clienti",
|
||||
"name": "Nome",
|
||||
"display_name": "Mostra nome",
|
||||
"primary_contact_name": "Riferimento",
|
||||
"contact_name": "Nome Contatto",
|
||||
"amount_due": "Ammontare dovuto",
|
||||
"email": "Email",
|
||||
"address": "Indirizzo",
|
||||
"phone": "Telefono",
|
||||
"website": "Sito web",
|
||||
"country": "Paese",
|
||||
"state": "Stato",
|
||||
"city": "Città",
|
||||
"zip_code": "Codice Postale",
|
||||
"added_on": "Aggiunto il",
|
||||
"action": "Azione",
|
||||
"password": "Password",
|
||||
"street_number": "Numero Civico",
|
||||
"primary_currency": "Valùta Principale",
|
||||
"add_new_customer": "Aggiungi nuovo Cliente",
|
||||
"save_customer": "Salva Cliente",
|
||||
"update_customer": "Aggiorna Cliente",
|
||||
"customer": "Cliente | Clienti",
|
||||
"new_customer": "Nuovo cliente",
|
||||
"edit_customer": "Modifica Cliente",
|
||||
"basic_info": "Informazioni",
|
||||
"billing_address": "Indirizzo di Fatturazione",
|
||||
"shipping_address": "Indirizzo di Spedizione",
|
||||
"copy_billing_address": "Copia da Fatturazione",
|
||||
"no_customers": "Ancora nessun Cliente!",
|
||||
"no_customers_found": "Nessun cliente trovato!",
|
||||
"list_of_customers": "Qui ci sarà la lista dei tuoi clienti",
|
||||
"primary_display_name": "Mostra il Nome Principale",
|
||||
"select_currency": "Selezione Valùta",
|
||||
"select_a_customer": "Seleziona Cliente",
|
||||
"type_or_click": "Scrivi o clicca per selezionare",
|
||||
|
||||
"confirm_delete": "Non sarai in grado di recuperare questo cliente e tutte le relative fatture, stime e pagamenti. | Non sarai in grado di recuperare questi clienti e tutte le relative fatture, stime e pagamenti.",
|
||||
"created_message": "Cliente creato con successo",
|
||||
"updated_message": "Cliente aggiornato con successo",
|
||||
"deleted_message": "Cliente cancellato con successo | Clienti cancellati con successo"
|
||||
},
|
||||
"items": {
|
||||
"title": "Commesse",
|
||||
"items_list": "Lista Commesse",
|
||||
"name": "Nome",
|
||||
"unit": "Unità/Tipo",
|
||||
"description": "Descrizione",
|
||||
"added_on": "Aggiunto il",
|
||||
"price": "Prezzo",
|
||||
"date_of_creation": "Data di creazione",
|
||||
"action": "Azione",
|
||||
"add_item": "Aggiungi Commessa",
|
||||
"save_item": "Salva",
|
||||
"update_item": "Aggiorna",
|
||||
"item": "Commessa | Commesse",
|
||||
"add_new_item": "Aggiungi nuova Commessa",
|
||||
"new_item": "Nuova Commessa",
|
||||
"edit_item": "Modifica Commessa",
|
||||
"no_items": "Ancora nessuna commessa!",
|
||||
"list_of_items": "Qui ci sarà la lista delle commesse.",
|
||||
"select_a_unit": "Seleziona",
|
||||
"taxes": "Imposte",
|
||||
"item_attached_message": "Non puoi eliminare una Commessa che è già attiva",
|
||||
"confirm_delete": "Non potrai ripristinare la Commessa | Non potrai ripristinare le Commesse",
|
||||
"created_message": "Commessa creata con successo",
|
||||
"updated_message": "Commessa aggiornata con successo",
|
||||
"deleted_message": "Commessa eliminata con successo | Commesse eliminate con successo"
|
||||
},
|
||||
"estimates": {
|
||||
"title": "Preventivi",
|
||||
"estimate": "Preventivo | Preventivi",
|
||||
"estimates_list": "Lista Preventivi",
|
||||
"days": "{days} Giorni",
|
||||
"months": "{months} Mese",
|
||||
"years": "{years} Anno",
|
||||
"all": "Tutti",
|
||||
"paid": "Pagato",
|
||||
"unpaid": "Non pagato",
|
||||
"customer": "CLIENTE",
|
||||
"ref_no": "RIF N.",
|
||||
"number": "NUMERO",
|
||||
"amount_due": "AMMONTARE DOVUTO",
|
||||
"partially_paid": "Pagamento Parziale",
|
||||
"total": "Totale",
|
||||
"discount": "Sconto",
|
||||
"sub_total": "Sub Totale",
|
||||
"estimate_number": "Preventivo Numero",
|
||||
"ref_number": "Numero di Rif.",
|
||||
"contact": "Contatto",
|
||||
"add_item": "Aggiungi un item",
|
||||
"date": "Data",
|
||||
"due_date": "Data di pagamento",
|
||||
"expiry_date": "Data di scadenza",
|
||||
"status": "Status",
|
||||
"add_tax": "Aggiungi Imposta",
|
||||
"amount": "Ammontare",
|
||||
"action": "Azione",
|
||||
"notes": "Note",
|
||||
"tax": "Imposta",
|
||||
"estimate_template": "Modello",
|
||||
"convert_to_invoice": "Converti in Fattura",
|
||||
"mark_as_sent": "Segna come Inviata",
|
||||
"send_estimate": "Invia preventivo",
|
||||
"record_payment": "Registra Pagamento",
|
||||
"add_estimate": "Aggiungi Preventivo",
|
||||
"save_estimate": "Salva Preventivo",
|
||||
"confirm_conversion": "Questo preventivo verrà usato per generare una nuova fattura.",
|
||||
"conversion_message": "Fattura creata",
|
||||
"confirm_send_estimate": "Questo preventivo verrà inviato al cliente via mail",
|
||||
"confirm_mark_as_sent": "Questo preventivo verrà contrassegnato come inviato",
|
||||
"confirm_mark_as_accepted": "Questo preventivo verrà contrassegnato come Accettato",
|
||||
"confirm_mark_as_rejected": "Questo preventivo verrà contrassegnato come Rifiutato",
|
||||
"no_matching_estimates": "Nessun preventivo trovato!",
|
||||
"mark_as_sent_successfully": "Preventivo contrassegnato come inviato con successo",
|
||||
"send_estimate_successfully": "Preventivo inviato con successo",
|
||||
"errors": {
|
||||
"required": "Campo obbligatorio"
|
||||
},
|
||||
"accepted": "Accettato",
|
||||
"sent": "Inviato",
|
||||
"draft": "Bozza",
|
||||
"declined": "Rifiutato",
|
||||
"new_estimate": "Nuovo Preventivo",
|
||||
"add_new_estimate": "Crea Nuovo Preventivo",
|
||||
"update_Estimate": "Aggiorna preventivo",
|
||||
"edit_estimate": "Modifica Preventivo",
|
||||
"items": "Commesse",
|
||||
"Estimate": "Preventivo | Preventivi",
|
||||
"add_new_tax": "Aggiungi una nuova tassa/imposta",
|
||||
"no_estimates": "Ancora nessun preventivo!",
|
||||
"list_of_estimates": "Questa sezione conterrà la lista dei preventivi.",
|
||||
"mark_as_rejected": "Segna come Rifiutato",
|
||||
"mark_as_accepted": "Segna come Accettato",
|
||||
|
||||
"marked_as_accepted_message": "Preventivo contrassegnato come accettato",
|
||||
"marked_as_rejected_message": "Preventivo contrassegnato come rifiutato",
|
||||
"confirm_delete": "Non potrai più recuperare questo preventivo | Non potrai più recuperare questi preventivi",
|
||||
"created_message": "Preventivo creato con successo",
|
||||
"updated_message": "Preventivo modificato con successo",
|
||||
"deleted_message": "Preventivo eliminato con successo | Preventivi eliminati con successo",
|
||||
"user_email_does_not_exist": "La Email utente non esiste",
|
||||
"something_went_wrong": "Si è verificato un errore",
|
||||
"item": {
|
||||
"title": "Titolo Commessa",
|
||||
"description": "Descrizione",
|
||||
"quantity": "Quantità",
|
||||
"price": "Prezzo",
|
||||
"discount": "Sconto",
|
||||
"total": "Totale",
|
||||
"total_discount": "Sconto Totale",
|
||||
"sub_total": "Sub Totale",
|
||||
"tax": "Tasse",
|
||||
"amount": "Ammontare",
|
||||
"select_an_item": "Scrivi o clicca per selezionare un item",
|
||||
"type_item_description": "Scrivi una Descrizione (opzionale)"
|
||||
}
|
||||
},
|
||||
"invoices": {
|
||||
"title": "Fatture",
|
||||
"invoices_list": "Lista Fatture",
|
||||
"days": "{days} Giorni",
|
||||
"months": "{months} Mese",
|
||||
"years": "{years} Anno",
|
||||
"all": "Tutti",
|
||||
"paid": "Pagato",
|
||||
"unpaid": "Insoluto",
|
||||
"customer": "CLIENTE",
|
||||
"paid_status": "STATO DI PAGAMENTO",
|
||||
"ref_no": "RIF N.",
|
||||
"number": "NUMERO",
|
||||
"amount_due": "AMMONTARE DOVUTO",
|
||||
"partially_paid": "Parzialmente Pagata",
|
||||
"total": "Totale",
|
||||
"discount": "Sconto",
|
||||
"sub_total": "Sub Totale",
|
||||
"invoice": "Fattura | Fatture",
|
||||
"invoice_number": "Numero Fattura",
|
||||
"ref_number": "Rif Numero",
|
||||
"contact": "Contatto",
|
||||
"add_item": "Aggiungi Commessa/Item",
|
||||
"date": "Data",
|
||||
"due_date": "Data di pagamento",
|
||||
"status": "Stato",
|
||||
"add_tax": "Aggiungi Imposta",
|
||||
"amount": "Ammontare",
|
||||
"action": "Azione",
|
||||
"notes": "Note",
|
||||
"view": "Vedi",
|
||||
"send_invoice": "Invia Fattura",
|
||||
"invoice_template": "Modello Fattura",
|
||||
"template": "Modello",
|
||||
"mark_as_sent": "Segna come inviata",
|
||||
"confirm_send_invoice": "Questa fattura sarà inviata via Mail al Cliente",
|
||||
"invoice_mark_as_sent": "Questa fattura sarà contrassegnata come inviata",
|
||||
"confirm_send": "Questa fattura sarà inviata via Mail al Cliente",
|
||||
"invoice_date": "Data fattura",
|
||||
"record_payment": "Registra Pagamento",
|
||||
"add_new_invoice": "Aggiungi nuova Fattura",
|
||||
"update_expense": "Aggiorna Costo",
|
||||
"edit_invoice": "Modifica Fattura",
|
||||
"new_invoice": "Nuova Fattura",
|
||||
"save_invoice": "Salva fattura",
|
||||
"update_invoice": "Aggiorna Fattura",
|
||||
"add_new_tax": "Aggiungi tassa/imposta",
|
||||
"no_invoices": "Ancora nessuna fattura!",
|
||||
"list_of_invoices": "Questa sezione conterrà la lista delle Fatture.",
|
||||
"select_invoice": "Seleziona Fattura",
|
||||
"no_matching_invoices": "Nessuna fattura trovata!",
|
||||
"mark_as_sent_successfully": "Fattura contassegnata come inviata con successo",
|
||||
"send_invoice_successfully": "Fattura inviata con successo",
|
||||
"cloned_successfully": "Fattura copiata con successo",
|
||||
"clone_invoice": "Clona Fattura",
|
||||
"confirm_clone": "Questa fattura verrà clonata in una nuova fattura",
|
||||
"item": {
|
||||
"title": "Titolo Commessa",
|
||||
"description": "Descrizione",
|
||||
"quantity": "Quantità",
|
||||
"price": "Prezzo",
|
||||
"discount": "Sconto",
|
||||
"total": "Totale",
|
||||
"total_discount": "Sconto Totale",
|
||||
"sub_total": "Sub Totale",
|
||||
"tax": "Tassa",
|
||||
"amount": "Ammontare",
|
||||
"select_an_item": "Scrivi o clicca per selezionare un item",
|
||||
"type_item_description": "Scrivi una descrizione (opzionale)"
|
||||
},
|
||||
"payment_attached_message": "Una delle fatture selezionate ha già associato un pagamento. Assicurati di eliminare il pagamento associato prima di procedere con la rimozione",
|
||||
"confirm_delete": "Non potrai recuperare la Fattura cancellata | Non potrai recuperare le Fatture cancellate",
|
||||
"created_message": "Fattura creata con successo",
|
||||
"updated_message": "Fattura aggiornata con successo",
|
||||
"deleted_message": "Fattura cancellata con successo | Fatture cancellate con successo",
|
||||
"marked_as_sent_message": "Fattura contrassegnata come inviata con successo",
|
||||
"user_email_does_not_exist": "La Email utente non esiste",
|
||||
"something_went_wrong": "Si è verificato un errore",
|
||||
"invalid_due_amount_message": "L'ammontare totale della fattura non può essere inferiore all'ammontare totale pagato per questa fattura. Modifica la fattura o cancella i pagamenti associati per continuare."
|
||||
},
|
||||
"credit_notes": {
|
||||
"title": "Note di Credito",
|
||||
"credit_notes_list": "Lista Note di Credito",
|
||||
"credit_notes": "Note di Credito",
|
||||
"contact": "Contatta",
|
||||
"date": "Data",
|
||||
"amount": "Ammontare",
|
||||
"action": "Azione",
|
||||
"credit_number": "Numero Credito",
|
||||
"notes": "Note",
|
||||
"confirm_delete": "Vuoi cancellare questa nota di credito?",
|
||||
"item": {
|
||||
"title": "Titolo",
|
||||
"description": "Descrizione",
|
||||
"quantity": "Quantità",
|
||||
"price": "Prezzo",
|
||||
"discount": "Sconto",
|
||||
"total": "Totale",
|
||||
"total_discount": "Sconto Totale",
|
||||
"sub_total": "Sub Totale",
|
||||
"tax": "Tassa"
|
||||
}
|
||||
},
|
||||
"payments": {
|
||||
"title": "Pagamenti",
|
||||
"payments_list": "Lista Pagamenti",
|
||||
"record_payment": "Registra Pagamento",
|
||||
"customer": "Cliente",
|
||||
"date": "Data",
|
||||
"amount": "Ammontare",
|
||||
"action": "Azione",
|
||||
"payment_number": "Numero di pagamento",
|
||||
"payment_mode": "Modalità di Pagamento",
|
||||
"invoice": "Fattura",
|
||||
"note": "Note",
|
||||
"add_payment": "Aggiungi Pagamento",
|
||||
"new_payment": "Nuovo Pagamento",
|
||||
"edit_payment": "Modifica Pagamento",
|
||||
"view_payment": "Vedi Pagamento",
|
||||
"add_new_payment": "Aggiungi nuovo pagamento",
|
||||
"send_payment_receipt": "Invia ricevuta di pagamento",
|
||||
"save_payment": "Salva pagamento",
|
||||
"update_payment": "Aggiorna pagamento",
|
||||
"payment": "Pagamento | Pagamenti",
|
||||
"no_payments": "Ancora nessun pagamento!",
|
||||
"no_matching_payments": "Non ci sono pagamenti!",
|
||||
"list_of_payments": "Questa sezione conterrà la lista dei pagamenti.",
|
||||
"select_payment_mode": "Seleziona modalità di pagamento",
|
||||
"confirm_send_payment": "Questo pagamento verrà inviato via email al cliente",
|
||||
"send_payment_successfully": "Pagamento inviato con successo",
|
||||
"user_email_does_not_exist": "Email utente non esiste",
|
||||
"something_went_wrong": "si è verificato un errore",
|
||||
|
||||
"confirm_delete": "Non potrai recuperare questo pagamento | Non potrai recuperare questi pagamenti",
|
||||
"created_message": "Pagamento creato con successo",
|
||||
"updated_message": "Pagamento aggiornato con successo",
|
||||
"deleted_message": "Pagamento cancellato con successo | Pagamenti cancellati con successo",
|
||||
"invalid_amount_message": "L'ammontare del pagamento non è valido"
|
||||
},
|
||||
"expenses": {
|
||||
"title": "Spese",
|
||||
"expenses_list": "Lista Costi",
|
||||
"expense_title": "Titolo",
|
||||
"contact": "Contatto",
|
||||
"category": "Categoria",
|
||||
"customer": "Cliente",
|
||||
"from_date": "Dalla Data",
|
||||
"to_date": "Alla Data",
|
||||
"expense_date": "Data",
|
||||
"description": "Descrizione",
|
||||
"receipt": "Ricevuta",
|
||||
"amount": "Ammontare",
|
||||
"action": "Azione",
|
||||
"note": "Nota",
|
||||
"category_id": "Id categoria",
|
||||
"date": "Data Spesa",
|
||||
"add_expense": "Aggiungi Spesa",
|
||||
"add_new_expense": "Aggiungi nuova Spesa",
|
||||
"save_expense": "Salva la Spesa",
|
||||
"update_expense": "Aggiorna Spesa",
|
||||
"download_receipt": "Scarica la Ricevuta",
|
||||
"edit_expense": "Modifica Spesa",
|
||||
"new_expense": "Nuova Spesa",
|
||||
"expense": "Spesa | Spese",
|
||||
"no_expenses": "Ancora nessuna spesa!",
|
||||
"list_of_expenses": "Questa sezione conterrà la lista delle Spese.",
|
||||
|
||||
"confirm_delete": "Non potrai recuperare questa spesa | Non potrai recuperare queste spese",
|
||||
"created_message": "Spesa creata con successo",
|
||||
"updated_message": "Spesa modificata con successo",
|
||||
"deleted_message": "Spesa cancellata con successo | Spese cancellate con successo",
|
||||
"categories": {
|
||||
"categories_list": "Lista categorie",
|
||||
"title": "Titolo",
|
||||
"name": "Nome",
|
||||
"description": "Descrizione",
|
||||
"amount": "Ammontare",
|
||||
"actions": "Azioni",
|
||||
"add_category": "Aggiungi Categoria",
|
||||
"new_category": "Nuova Categoria",
|
||||
"category": "Categoria | Categorie",
|
||||
"select_a_category": "Seleziona Categoria"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"forgot_password": "Password dimenticata?",
|
||||
"or_signIn_with": "o fai login con",
|
||||
"login": "Login",
|
||||
"register": "Registrati",
|
||||
"reset_password": "Resetta Password",
|
||||
"password_reset_successfully": "Password Resettata con successo",
|
||||
"enter_email": "Inserisci email",
|
||||
"enter_password": "Inserisci Password",
|
||||
"retype_password": "Ridigita Password",
|
||||
"login_placeholder": "mail@example.com"
|
||||
},
|
||||
"reports": {
|
||||
"title": "Report",
|
||||
"from_date": "Da",
|
||||
"to_date": "A",
|
||||
"status": "Status",
|
||||
"paid": "Pagato",
|
||||
"unpaid": "Non pagato",
|
||||
"download_pdf": "Scarica PDF",
|
||||
"view_pdf": "Vedi PDF",
|
||||
"update_report": "Aggiorna Report",
|
||||
"report": "Report | Reports",
|
||||
"profit_loss": {
|
||||
"profit_loss": "Guadagni & Perdite",
|
||||
"to_date": "A",
|
||||
"from_date": "Da",
|
||||
"date_range": "Seleziona intervallo date"
|
||||
},
|
||||
"sales": {
|
||||
"sales": "Vendite",
|
||||
"date_range": "Seleziona intervallo date",
|
||||
"to_date": "A",
|
||||
"from_date": "Da",
|
||||
"report_type": "Tipo di report"
|
||||
},
|
||||
"taxes": {
|
||||
"taxes": "Tasse",
|
||||
"to_date": "Alla data",
|
||||
"from_date": "Dalla data",
|
||||
"date_range": "Seleziona intervallo date"
|
||||
},
|
||||
"errors": {
|
||||
"required": "Campo obbligatorio"
|
||||
},
|
||||
"invoices": {
|
||||
"invoice": "Fattura",
|
||||
"invoice_date": "Data fattura",
|
||||
"due_date": "Data di pagamento",
|
||||
"amount": "Ammontare",
|
||||
"contact_name": "Nome contatto",
|
||||
"status": "Status"
|
||||
},
|
||||
"estimates": {
|
||||
"estimate": "Preventivo",
|
||||
"estimate_date": "Data preventivo",
|
||||
"due_date": "Data di pagamento",
|
||||
"estimate_number": "Numero di preventivo",
|
||||
"ref_number": "Numero di Rif.",
|
||||
"amount": "Ammontare",
|
||||
"contact_name": "Nome contatto",
|
||||
"status": "Status"
|
||||
},
|
||||
"expenses": {
|
||||
"expenses": "Spese",
|
||||
"category": "Categoria",
|
||||
"date": "Data",
|
||||
"amount": "Ammontare",
|
||||
"to_date": "Alla data",
|
||||
"from_date": "Dalla data",
|
||||
"date_range": "Seleziona intervallo date"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"menu_title": {
|
||||
"account_settings": "Impostazioni Account",
|
||||
"company_information": "Informazioni Azienda",
|
||||
"customization": "Personalizzazione",
|
||||
"preferences": "Opzioni",
|
||||
"notifications": "Notifiche",
|
||||
"tax_types": "Tupi di Tasse",
|
||||
"expense_category": "Categorie di spesa",
|
||||
"update_app": "Aggiorna App"
|
||||
},
|
||||
"title": "Impostazioni",
|
||||
"setting": "Opzione | Impostazioni",
|
||||
"general": "Generale",
|
||||
"language": "Lingua",
|
||||
"primary_currency": "Valuta Principale",
|
||||
"timezone": "Time Zone",
|
||||
"date_format": "Formato data",
|
||||
"currencies": {
|
||||
"title": "Valute",
|
||||
"currency": "Valùta | Valute",
|
||||
"currencies_list": "Lista valute",
|
||||
"select_currency": "Seleziona Valùta",
|
||||
"name": "Nome",
|
||||
"code": "Codice",
|
||||
"symbol": "Simbolo",
|
||||
"precision": "Precisione",
|
||||
"thousand_separator": "Separatore migliaia",
|
||||
"decimal_separator": "Separatore decimali",
|
||||
"position": "Posizione",
|
||||
"position_of_symbol": "Posizione del Simbolo",
|
||||
"right": "Destra",
|
||||
"left": "Sinistra",
|
||||
"action": "Azione",
|
||||
"add_currency": "Aggiungi Valùta"
|
||||
},
|
||||
"mail": {
|
||||
"host": "Mail Host",
|
||||
"port": "Mail Port",
|
||||
"driver": "Mail Driver",
|
||||
"secret": "Secret",
|
||||
"mailgun_secret": "Mailgun Secret",
|
||||
"mailgun_domain": "Domain",
|
||||
"mailgun_endpoint": "Mailgun Endpoint",
|
||||
"ses_secret": "SES Secret",
|
||||
"ses_key": "SES Key",
|
||||
"password": "Mail Password",
|
||||
"username": "Mail Username",
|
||||
"mail_config": "Configurazione Mail",
|
||||
"from_name": "Nome Mittente Mail",
|
||||
"from_mail": "Indirizzo Mittente Mail",
|
||||
"encryption": "Mail Encryption",
|
||||
"mail_config_desc": "Form per Configurazione Driver Mail per invio mail dall'App. Puoi anche configurare providers di terze parti come Sendgrid, SES, etc.."
|
||||
},
|
||||
"pdf": {
|
||||
"title": "Configurazione PDF",
|
||||
"footer_text": "Testo Footer",
|
||||
"pdf_layout": "Layout PDF"
|
||||
},
|
||||
"company_info": {
|
||||
"company_info": "Info azienda",
|
||||
"company_name": "Nome azienda",
|
||||
"company_logo": "Logo azienda",
|
||||
"section_description": "Informazioni sulla tua azienda che saranno mostrate in fattura, preventivi ed altri documenti creati dell'applicazione.",
|
||||
"phone": "Telefono",
|
||||
"country": "Paese",
|
||||
"state": "Stato",
|
||||
"city": "Città",
|
||||
"address": "Indirizzo",
|
||||
"zip": "CAP",
|
||||
"save": "Salva",
|
||||
"updated_message": "Informazioni Azienda aggiornate con successo."
|
||||
},
|
||||
"customization": {
|
||||
"customization": "personalizzazione",
|
||||
"save": "Salva",
|
||||
"addresses": {
|
||||
"title": "Indirizzi",
|
||||
"section_description": "Puoi settare l'indirizzo di fatturazione del Cliente e/o il formato dell'indirizzo di spedizione (Mostrato solo sul PDF). ",
|
||||
"customer_billing_address": "Indirizzo Fatturazione Cliente",
|
||||
"customer_shipping_address": "Indirizzo spedizione Cliente",
|
||||
"company_address": "Indirizzo Azienda",
|
||||
"insert_fields": "Inserisci Campi",
|
||||
"contact": "Contatto",
|
||||
"address": "Indirizzo",
|
||||
"display_name": "Mostra nome",
|
||||
"primary_contact_name": "Nome contatto primario",
|
||||
"email": "Email",
|
||||
"website": "Sito web",
|
||||
"name": "Nome",
|
||||
"country": "Paese",
|
||||
"state": "Stato",
|
||||
"city": "Città",
|
||||
"company_name": "Nome Azienda",
|
||||
"address_street_1": "Indirizzo 1",
|
||||
"address_street_2": "Indirizzo 2",
|
||||
"phone": "Telefono",
|
||||
"zip_code": "CAP/ZIP Code",
|
||||
"address_setting_updated": "Indirizzo aggiornato con Successo"
|
||||
},
|
||||
"updated_message": "Info azienda aggiornate con successo",
|
||||
|
||||
"invoices": {
|
||||
"title": "Fatture",
|
||||
"notes": "Note",
|
||||
"invoice_prefix": "Prefisso Fattura",
|
||||
"invoice_settings": "Impostazioni fattura",
|
||||
"autogenerate_invoice_number": "Auto genera numero di fattura",
|
||||
"invoice_setting_description": "Disabilita, se non vuoi auto-generare i numeri delle fatture ogni volta che crei una nuova fattura.",
|
||||
"enter_invoice_prefix": "Inserisci prefisso fattura",
|
||||
"terms_and_conditions": "Termini e Condizioni",
|
||||
"invoice_setting_updated": "Impostazioni fatture aggiornate con successo"
|
||||
},
|
||||
|
||||
"estimates": {
|
||||
"title": "Preventivi",
|
||||
"estimate_prefix": "Prefisso Preventivi",
|
||||
"estimate_settings": "Impostazioni Preventivi",
|
||||
"autogenerate_estimate_number": "Auto-genera Numero di preventivo",
|
||||
"estimate_setting_description": "Disabilita, se non vuoi autogenerare il numero di preventivo ogni volta che ne viene creato uno nuovo.",
|
||||
"enter_estimate_prefix": "Inserisci prefisso preventivo",
|
||||
"estimate_setting_updated": "Impostazioni preventivi aggiornate con successo"
|
||||
},
|
||||
|
||||
"payments": {
|
||||
"title": "Pagamenti",
|
||||
"payment_prefix": "Prefisso Pagamento",
|
||||
"payment_settings": "Impostazioni Pagamento",
|
||||
"autogenerate_payment_number": "Auto genera il numero di Pagamento",
|
||||
"payment_setting_description": "Disabilita, se non vuoi autogenerare il numero di pagamento ogni volta che ne viene creato uno nuovo.",
|
||||
"enter_payment_prefix": "Inserisci prefisso di pagamento",
|
||||
"payment_setting_updated": "Impostazioni di pagamento aggiornate con successo",
|
||||
"payment_mode": "Modalità di pagamento",
|
||||
"add_payment_mode": "Aggiungi modalità di pagamento",
|
||||
"edit_payment_mode": "Modifica modalità di pagamento",
|
||||
"mode_name": "Nome modalità",
|
||||
"payment_mode_added": "Modalità di pagamento aggiunta",
|
||||
"payment_mode_updated": "Modalità di pagamento aggiornata",
|
||||
"payment_mode_confirm_delete": "Non potrai ripristinare la modalità di pagamento",
|
||||
"already_in_use": "Modalità di pagamento già in uso",
|
||||
"deleted_message": "Payment Mode deleted successfully"
|
||||
},
|
||||
|
||||
"items": {
|
||||
"title": "Items",
|
||||
"units": "unità",
|
||||
"add_item_unit": "Aggiungi Unità Item",
|
||||
"edit_item_unit": "Modifica unità articolo",
|
||||
"unit_name": "Nome",
|
||||
"item_unit_added": "Unità aggiunta",
|
||||
"item_unit_updated": "Unità aggiornata",
|
||||
"item_unit_confirm_delete": "Non potrai ripristinare questa unità Item",
|
||||
"already_in_use": "Unità Item già in uso",
|
||||
"deleted_message": "Unità item eliminata con successo"
|
||||
}
|
||||
},
|
||||
"account_settings": {
|
||||
"profile_picture": "Immagine profilo",
|
||||
"name": "Nome",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"confirm_password": "Conferma Password",
|
||||
"account_settings": "Impostazioni Account",
|
||||
"save": "Salva",
|
||||
"section_description": "Puoi aggiornare nome email e password utilizzando il form qui sotto.",
|
||||
"updated_message": "Impostazioni account aggiornate con successo"
|
||||
},
|
||||
"user_profile": {
|
||||
"name": "Nome",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"confirm_password": "Conferma Password"
|
||||
},
|
||||
"notification": {
|
||||
"title": "Notifica",
|
||||
"email": "Invia notifiche a",
|
||||
"description": "Quali notifiche email vorresti ricevere quando qualcosa cambia?",
|
||||
"invoice_viewed": "Fattura visualizzata",
|
||||
"invoice_viewed_desc": "Quando il cliente visualizza la fattura inviata via dashboard applicazione.",
|
||||
"estimate_viewed": "Preventivo visualizzato",
|
||||
"estimate_viewed_desc": "Quando il cliente visualizza il preventivo inviato dall'applicazione.",
|
||||
"save": "Salva",
|
||||
"email_save_message": "Email salvata con successo",
|
||||
"please_enter_email": "Inserisci Email"
|
||||
},
|
||||
"tax_types": {
|
||||
"title": "Tipi di Imposta",
|
||||
"add_tax": "Aggiungi Imposta",
|
||||
"edit_tax": "Modifica imposta",
|
||||
"description": "Puoi aggiongere e rimuovere imposte a piacimento. Vengono supportate Tasse differenti per prodotti/servizi specifici esattamento come per le fatture.",
|
||||
"add_new_tax": "Aggiungi nuova imposta",
|
||||
"tax_settings": "Impostazioni Imposte",
|
||||
"tax_per_item": "Tassa per prodotto/servizio",
|
||||
"tax_name": "Nome imposta",
|
||||
"compound_tax": "Imposta composta",
|
||||
"percent": "Percento",
|
||||
"action": "Azione",
|
||||
"tax_setting_description": "Abilita se vuoi aggiungere imposte specifiche per prodotti o servizi. Di default le imposte sono aggiunte direttamente alla fattura.",
|
||||
"created_message": "Tipo di imposta creato con successo",
|
||||
"updated_message": "Tipo di imposta aggiornato con successo",
|
||||
"deleted_message": "Tipo di imposta eliminato con successo",
|
||||
"confirm_delete": "Non potrai ripristinare questo tipo di imposta",
|
||||
"already_in_use": "Imposta già in uso"
|
||||
},
|
||||
"expense_category": {
|
||||
"title": "Categorie di spesa",
|
||||
"action": "Azione",
|
||||
"description": "Le categorie sono necessarie per aggiungere delle voci di spesa. Puoi aggiungere o eliminare queste categorie in base alle tue preferenze.",
|
||||
"add_new_category": "Aggiungi nuova categoria",
|
||||
"add_category": "Aggiungi categoria",
|
||||
"edit_category": "Modifica categoria",
|
||||
"category_name": "Nome Categoria",
|
||||
"category_description": "Descrizione",
|
||||
"created_message": "Categoria di spesa creata con successo",
|
||||
"deleted_message": "Categoria di spesa eliminata con successo",
|
||||
"updated_message": "Categoria di spesa aggiornata con successo",
|
||||
"confirm_delete": "Non potrai ripristinare questa categoria di spesa",
|
||||
"already_in_use": "Categoria già in uso"
|
||||
},
|
||||
"preferences": {
|
||||
"currency": "Valùta",
|
||||
"language": "Lingua",
|
||||
"time_zone": "Time Zone",
|
||||
"fiscal_year": "Anno finanziario",
|
||||
"date_format": "Formato Data",
|
||||
"discount_setting": "Impostazione Sconto",
|
||||
"discount_per_item": "Sconto Per Item ",
|
||||
"discount_setting_description": "Abilita se vuoi aggiungere uno sconto ad uno specifica fattura. Di default, lo sconto è aggiunto direttamente in fattura.",
|
||||
"save": "Salva",
|
||||
"preference": "Preferenza | Preferenze",
|
||||
"general_settings": "Impostazioni di default del sistema.",
|
||||
"updated_message": "Preferenze aggiornate con successo",
|
||||
"select_language": "seleziona lingua",
|
||||
"select_time_zone": "Seleziona Time Zone",
|
||||
"select_date_formate": "Seleziona Formato Data",
|
||||
"select_financial_year": "Seleziona anno finanziario"
|
||||
},
|
||||
"update_app": {
|
||||
"title": "Aggiorna App",
|
||||
"description": "Puoi facilmente aggiornare l'app. Aggiorna cliccando sul bottone qui sotto",
|
||||
"check_update": "Controllo aggiornamenti",
|
||||
"avail_update": "Aggiornamento disponibile",
|
||||
"next_version": "Versione successiva",
|
||||
"update": "Aggiorna ora",
|
||||
"update_progress": "Aggiornamento in corso...",
|
||||
"progress_text": "Sarà necessario qualche minuto. Per favore non aggiornare la pagina e non chiudere la finestra prima che l'aggiornamento sia completato",
|
||||
"update_success": "L'App è aggiornata! Attendi che la pagina venga ricaricata automaticamente.",
|
||||
"latest_message": "Nessun aggiornamneto disponibile! Sei già alla versione più recente.",
|
||||
"current_version": "Versione corrente",
|
||||
"download_zip_file": "Scarica il file ZIP",
|
||||
"unzipping_package": "Pacchetto di decompressione",
|
||||
"copying_files": "Copia dei file",
|
||||
"running_migrations": "Esecuzione delle migrazioni",
|
||||
"finishing_update": "Aggiornamento di finitura",
|
||||
"update_failed": "Aggiornamento non riuscito",
|
||||
"update_failed_text": "Scusate! L'aggiornamento non è riuscito il: passaggio {step}"
|
||||
}
|
||||
},
|
||||
"wizard": {
|
||||
"account_info": "Informazioni Account",
|
||||
"account_info_desc": "I dettagli qui sotto verranno usati per creare l'account principale dell'Amministratore. Puoi modificarli in qualsiasi momento dopo esserti loggato come Amministratore.",
|
||||
"name": "Nome",
|
||||
"email": "Email",
|
||||
"password": "Password",
|
||||
"confirm_password": "Conferma Password",
|
||||
"save_cont": "Salva & Continua",
|
||||
"company_info": "Informazioni Azienda",
|
||||
"company_info_desc": "Questa informazione verrà mostrata nelle fatture. Puoi modificare queste informazione in un momento successivo dalla pagina delle impostazioni.",
|
||||
"company_name": "Nome Azienda",
|
||||
"company_logo": "Logo Azienda",
|
||||
"logo_preview": "Anteprima Logo",
|
||||
"preferences": "Impostazioni",
|
||||
"preferences_desc": "Impostazioni di default del sistema.",
|
||||
"country": "Paese",
|
||||
"state": "Stato",
|
||||
"city": "Città",
|
||||
"address": "Indirizzo",
|
||||
"street": "Indirizzo1 | Indirizzo2",
|
||||
"phone": "Telefono",
|
||||
"zip_code": "CAP/Zip Code",
|
||||
"go_back": "Torna indietro",
|
||||
"currency": "Valùta",
|
||||
"language": "Lingua",
|
||||
"time_zone": "Time Zone",
|
||||
"fiscal_year": "Anno Finanziario",
|
||||
"date_format": "Formato Date",
|
||||
"from_address": "Indirizzo - Da",
|
||||
"username": "Username",
|
||||
"next": "Successivo",
|
||||
"continue": "Continua",
|
||||
"skip": "Salta",
|
||||
"database": {
|
||||
"database": "URL del sito & database",
|
||||
"connection": "Connessione Database",
|
||||
"host": "Database Host",
|
||||
"port": "Database - Porta",
|
||||
"password": "Database Password",
|
||||
"app_url": "App URL",
|
||||
"username": "Database Username",
|
||||
"db_name": "Database Nome",
|
||||
"desc": "Crea un database sul tuo server e setta le credenziali usando il form qui sotto."
|
||||
},
|
||||
"permissions": {
|
||||
"permissions": "Permessi",
|
||||
"permission_confirm_title": "Sei sicuro di voler continuare?",
|
||||
"permission_confirm_desc": "Controllo sui permessi Cartelle, fallito",
|
||||
"permission_desc": "Qui sotto la lista dei permessi richiesti per far funzionare correttamente l'App. Se il controllo dei permessi fallisce, assicurati di aggiornare/modificare i permessi sulle cartelle."
|
||||
},
|
||||
"mail": {
|
||||
"host": "Mail Host",
|
||||
"port": "Mail - Porta",
|
||||
"driver": "Mail Driver",
|
||||
"secret": "Secret",
|
||||
"mailgun_secret": "Mailgun Secret",
|
||||
"mailgun_domain": "Domain",
|
||||
"mailgun_endpoint": "Mailgun Endpoint",
|
||||
"ses_secret": "SES Secret",
|
||||
"ses_key": "SES Key",
|
||||
"password": "Mail Password",
|
||||
"username": "Mail Username",
|
||||
"mail_config": "Configurazione Mail",
|
||||
"from_name": "Nome mittente mail",
|
||||
"from_mail": "Indirizzo mittente mail",
|
||||
"encryption": "Tipo di cifratura Mail",
|
||||
"mail_config_desc": "Form per configurazione del 'driver mail' per inviare emails dall'App. Puoi anche configurare servizi di terze parti come Sendgrid, SES, ecc.."
|
||||
},
|
||||
"req": {
|
||||
"system_req": "Requisiti di Sistema",
|
||||
"php_req_version": "Php (versione {version} richiesta)",
|
||||
"check_req": "Controllo Requisiti",
|
||||
"system_req_desc": "Crater ha alcuni requisiti di sistema. Assicurati che il server ha la versione di php richiesta e tutte le estensioni necessarie."
|
||||
},
|
||||
"errors": {
|
||||
"migrate_failed": "Migrate Failed",
|
||||
"database_variables_save_error": "Cannot write configuration to .env file. Please check its file permissions",
|
||||
"mail_variables_save_error": "Email configuration failed.",
|
||||
"connection_failed": "Database connection failed",
|
||||
"database_should_be_empty": "Database should be empty"
|
||||
},
|
||||
"success": {
|
||||
"mail_variables_save_successfully": "Email configurata con successo",
|
||||
"database_variables_save_successfully": "Database configurato con successo."
|
||||
}
|
||||
},
|
||||
"layout_login": {
|
||||
"copyright_crater": "Copyright @ Crater - 2020",
|
||||
"super_simple_invoicing": "Fatturazione super semplice",
|
||||
"for_freelancer": "per Freelancers &",
|
||||
"small_businesses": "Medio Piccoli Business ",
|
||||
"crater_help": "Crater ti aiuta a tracciare le spese, registrare pagamenti e generare graziose",
|
||||
"invoices_and_estimates": "fatture & preventivi con possibilità di scegliere tra diversi modelli."
|
||||
},
|
||||
"validation": {
|
||||
"invalid_url": "URL non valido (es: http://www.crater.com)",
|
||||
"required": "Campo obbligatorio",
|
||||
"email_incorrect": "Email non corretta.",
|
||||
"email_already_taken": "Email già in uso.",
|
||||
"email_does_not_exist": "L'utente con questa email non esiste",
|
||||
"item_unit_already_taken": "Questo nome item è già utilizzato",
|
||||
"payment_mode_already_taken": "Questa modalità di pagamento è già stata inserita.",
|
||||
"send_reset_link": "Invia Link di Reset",
|
||||
"not_yet": "Non ancora? Invia di nuovo",
|
||||
"password_min_length": "La password deve contenere {count} caratteri",
|
||||
"name_min_length": "Il nome deve avere almeno {count} lettere.",
|
||||
"enter_valid_tax_rate": "Inserisci un tasso di imposta valido",
|
||||
"numbers_only": "Solo numeri.",
|
||||
"characters_only": "Solo caratteri.",
|
||||
"password_incorrect": "La Password deve essere identica",
|
||||
"password_length": "La password deve essere lunga {count} caratteri.",
|
||||
"qty_must_greater_than_zero": "La quantità deve essere maggiore di zero.",
|
||||
"price_greater_than_zero": "Il prezzo deve essere maggiore di zero.",
|
||||
"payment_greater_than_zero": "Il pagamento deve essere maggiore di zero.",
|
||||
"payment_greater_than_due_amount": "Il pagamento inserito è maggiore di quello indicato in fattura.",
|
||||
"quantity_maxlength": "La Quantità non può essere maggiore di 20 cifre.",
|
||||
"price_maxlength": "Il prezzo non può contenere più di 20 cifre.",
|
||||
"price_minvalue": "Il prezzo deve essere maggiore di 0.",
|
||||
"amount_maxlength": "La somma non deve contenere più di 20 cifre.",
|
||||
"amount_minvalue": "La somma deve essere maggiore di 0.",
|
||||
"description_maxlength": "La Descrizione non deve superare i 255 caratteri.",
|
||||
"subject_maxlength": "L'Oggetto non deve superare i 100 caratter.",
|
||||
"message_maxlength": "Il messaggio non può superare i 255 caratteri.",
|
||||
"maximum_options_error": "Massimo di {max} opzioni selezionate. Per selezionare un'altra opzione deseleziona prima una opzione.",
|
||||
"notes_maxlength": "Le note non possono superare i 255 caratteri.",
|
||||
"address_maxlength": "L'Indirizzo non può eccedere i 255 caratteri.",
|
||||
"ref_number_maxlength": "Il Numero di Riferimento non può superare i 255 caratteri.",
|
||||
"prefix_maxlength": "Il Prefisso non può superare i 5 caratteri.",
|
||||
"something_went_wrong": "Si è verificato un errore"
|
||||
}
|
||||
}
|
||||
939
resources/assets/js/plugins/sr-latn.json
Normal file
939
resources/assets/js/plugins/sr-latn.json
Normal file
@ -0,0 +1,939 @@
|
||||
{
|
||||
"navigation": {
|
||||
"dashboard": "Komandna tabla",
|
||||
"customers": "Klijenti",
|
||||
"items": "Stavke",
|
||||
"invoices": "Fakture",
|
||||
"expenses": "Rashodi",
|
||||
"estimates": "Profakture",
|
||||
"payments": "Isplate",
|
||||
"reports": "Izveštaji",
|
||||
"settings": "Podešavanja",
|
||||
"logout": "Odjavi se"
|
||||
},
|
||||
"general": {
|
||||
"view_pdf": "Pogledaj PDF",
|
||||
"copy_pdf_url": "Kopiraj PDF link",
|
||||
"download_pdf": "Preuzmi PDF",
|
||||
"save": "Sačuvaj",
|
||||
"cancel": "Otkaži",
|
||||
"update": "Ažuriraj",
|
||||
"deselect": "Poništi izbor",
|
||||
"download": "Preuzmi",
|
||||
"from_date": "Od Datuma",
|
||||
"to_date": "Do Datuma",
|
||||
"from": "Od",
|
||||
"to": "Do",
|
||||
"sort_by": "Rasporedi Po",
|
||||
"ascending": "Rastuće",
|
||||
"descending": "Opadajuće",
|
||||
"subject": "Predmet",
|
||||
"message": "Poruka",
|
||||
"go_back": "Idi nazad",
|
||||
"back_to_login": "Nazad na prijavu?",
|
||||
"home": "Početna",
|
||||
"filter": "Filter",
|
||||
"delete": "Obriši",
|
||||
"edit": "Izmeni",
|
||||
"view": "Pogledaj",
|
||||
"add_new_item": "Dodaj novu stavku",
|
||||
"clear_all": "Izbriši sve",
|
||||
"showing": "Prikazivanje",
|
||||
"of": "od",
|
||||
"actions": "Akcije",
|
||||
"subtotal": "UKUPNO",
|
||||
"discount": "POPUST",
|
||||
"fixed": "Fiksno",
|
||||
"percentage": "Procenat",
|
||||
"tax": "POREZ",
|
||||
"total_amount": "UKUPAN IZNOS",
|
||||
"bill_to": "Račun za",
|
||||
"ship_to": "Isporučiti za",
|
||||
"due": "Dužan",
|
||||
"draft": "U izradi",
|
||||
"sent": "Poslato",
|
||||
"all": "Sve",
|
||||
"select_all": "Izaberi sve",
|
||||
"choose_file": "Klikni ovde da izabereš fajl",
|
||||
"choose_template": "Izaberi šablon",
|
||||
"choose": "Izaberi",
|
||||
"remove": "Ukloni",
|
||||
"powered_by": "Pokreće",
|
||||
"bytefury": "Bytefury",
|
||||
"select_a_status": "Izaberi status",
|
||||
"select_a_tax": "Izaberi porez",
|
||||
"search": "Pretraga",
|
||||
"are_you_sure": "Da li ste sigurni?",
|
||||
"list_is_empty": "Lista je prazna.",
|
||||
"no_tax_found": "Porez nije pronađen!",
|
||||
"four_zero_four": "404",
|
||||
"you_got_lost": "Ups! Izgubio si se!",
|
||||
"go_home": "Idi na početnu stranicu",
|
||||
"test_mail_conf": "Testiraj podešavanje Pošte",
|
||||
"send_mail_successfully": "Pošta uspešno poslata",
|
||||
"setting_updated": "Podešavanje uspešno ažurirano",
|
||||
"select_state": "Odaberi saveznu državu",
|
||||
"select_country": "Odaberi državu",
|
||||
"select_city": "Odaberi grad",
|
||||
"street_1": "Adresa 1",
|
||||
"street_2": "Adresa 2",
|
||||
"action_failed": "Akcija nije uspela",
|
||||
"retry": "Pokušaj ponovo"
|
||||
},
|
||||
"dashboard": {
|
||||
"select_year": "Odaberi godinu",
|
||||
"cards": {
|
||||
"due_amount": "Dužan iznos",
|
||||
"customers": "Klijenti",
|
||||
"invoices": "Fakture",
|
||||
"estimates": "Profakture"
|
||||
},
|
||||
"chart_info": {
|
||||
"total_sales": "Prodaja",
|
||||
"total_receipts": "Računi",
|
||||
"total_expense": "Rashodi",
|
||||
"net_income": "Prihod NETO",
|
||||
"year": "Odaberi godinu"
|
||||
},
|
||||
"weekly_invoices": {
|
||||
"title": "Fakture nedeljno"
|
||||
},
|
||||
"monthly_chart": {
|
||||
"title": "Prodaja & Rashodi"
|
||||
},
|
||||
"recent_invoices_card": {
|
||||
"title": "Dospele fakture",
|
||||
"due_on": "Datum dospevanja",
|
||||
"customer": "Klijent",
|
||||
"amount_due": "Iznos dospeća",
|
||||
"actions": "Akcije",
|
||||
"view_all": "Pogledaj sve"
|
||||
},
|
||||
"recent_estimate_card": {
|
||||
"title": "Nedavne profakture",
|
||||
"date": "Datum",
|
||||
"customer": "Klijent",
|
||||
"amount_due": "Iznos dospeća",
|
||||
"actions": "Akcije",
|
||||
"view_all": "Pogledaj sve"
|
||||
}
|
||||
},
|
||||
"tax_types": {
|
||||
"name": "Naziv",
|
||||
"description": "Opis",
|
||||
"percent": "Procenat",
|
||||
"compound_tax": "Složeni porez"
|
||||
},
|
||||
"customers": {
|
||||
"title": "Klijenti",
|
||||
"add_customer": "Dodaj Klijenta",
|
||||
"contacts_list": "Lista klijenata",
|
||||
"name": "Naziv",
|
||||
"display_name": "Naziv koji se prikazuje",
|
||||
"primary_contact_name": "Primarna kontakt osoba",
|
||||
"contact_name": "Naziv kontakt osobe",
|
||||
"amount_due": "Iznos dospeća",
|
||||
"email": "Email",
|
||||
"address": "Adresa",
|
||||
"phone": "Telefon",
|
||||
"website": "Veb stranica",
|
||||
"country": "Država",
|
||||
"state": "Savezna država",
|
||||
"city": "Grad",
|
||||
"zip_code": "Poštanski broj",
|
||||
"added_on": "Datum dodavanja",
|
||||
"action": "Akcija",
|
||||
"password": "Šifra",
|
||||
"street_number": "Broj ulice",
|
||||
"primary_currency": "Primarna valuta",
|
||||
"add_new_customer": "Dodaj novog klijenta",
|
||||
"save_customer": "Sačuvaj klijenta",
|
||||
"update_customer": "Ažuriraj klijenta",
|
||||
"customer": "Klijent | Klijenti",
|
||||
"new_customer": "Nov klijent",
|
||||
"edit_customer": "Izmeni klijenta",
|
||||
"basic_info": "Osnovne informacije",
|
||||
"billing_address": "Adresa za naplatu",
|
||||
"shipping_address": "Adresa za dostavu",
|
||||
"copy_billing_address": "Kopiraj iz adrese za naplatu",
|
||||
"no_customers": "Još uvek nema klijenata!",
|
||||
"no_customers_found": "Klijenti nisu pronađeni!",
|
||||
"list_of_customers": "Ova sekcija će da sadrži spisak klijenata.",
|
||||
"primary_display_name": "Primarni naziv koji se prikazuje",
|
||||
"select_currency": "Odaberi valutu",
|
||||
"select_a_customer": "Odaberi klijenta",
|
||||
"type_or_click": "Unesi tekst ili klikni da izabereš",
|
||||
|
||||
"confirm_delete": "Nećeš moći da povratiš ovog klijenta i sve njegove Fakture, Profakture i Uplate. | Nećeš moći da povratiš ove klijente i njihove Fakture, Profakture i Uplate.",
|
||||
"created_message": "Klijent uspešno kreiran",
|
||||
"updated_message": "Klijent uspešno ažuriran",
|
||||
"deleted_message": "Klijent uspešno obrisan | Klijenti uspešno obrisani"
|
||||
},
|
||||
"items": {
|
||||
"title": "Stavke",
|
||||
"items_list": "Lista stavki",
|
||||
"name": "Naziv",
|
||||
"unit": "Jedinica",
|
||||
"description": "Opis",
|
||||
"added_on": "Datum dodavanja",
|
||||
"price": "Cena",
|
||||
"date_of_creation": "Datum kreiranja",
|
||||
"action": "Akcije",
|
||||
"add_item": "Dodaj Stavku",
|
||||
"save_item": "Sačuvaj Stavku",
|
||||
"update_item": "Ažuriraj Stavku",
|
||||
"item": "Stavka | Stavke",
|
||||
"add_new_item": "Dodaj novu stavku",
|
||||
"new_item": "Nova stavka",
|
||||
"edit_item": "Izmeni stavku",
|
||||
"no_items": "Još uvek nema stavki!",
|
||||
"list_of_items": "Ova sekcija će da sadrži spisak stavki.",
|
||||
"select_a_unit": "odaberi jedinicu",
|
||||
"taxes": "Porezi",
|
||||
"item_attached_message": "Nije dozvoljeno brisanje stavke koje se koristi",
|
||||
"confirm_delete": "Nećeš moći da povratiš ovu Stavku | Nećeš moći da povratiš ove Stavke",
|
||||
"created_message": "Stavka uspešno kreirana",
|
||||
"updated_message": "Stavka uspešno ažurirana",
|
||||
"deleted_message": "Stavka uspešno obrisana | Stavke uspešno obrisane"
|
||||
},
|
||||
"estimates": {
|
||||
"title": "Profakture",
|
||||
"estimate": "Profaktura | Profakture",
|
||||
"estimates_list": "Lista profaktura",
|
||||
"days": "{days} Dan",
|
||||
"months": "{months} Mesec",
|
||||
"years": "{years} Godina",
|
||||
"all": "Sve",
|
||||
"paid": "Plaćeno",
|
||||
"unpaid": "Neplaćeno",
|
||||
"customer": "KLIJENT",
|
||||
"ref_no": "POZIV NA BROJ",
|
||||
"number": "BROJ",
|
||||
"amount_due": "IZNOS DOSPEĆA",
|
||||
"partially_paid": "Delimično Plaćeno",
|
||||
"total": "Ukupno za plaćanje",
|
||||
"discount": "Popust",
|
||||
"sub_total": "Ukupno",
|
||||
"estimate_number": "Broj profakture",
|
||||
"ref_number": "Poziv na broj",
|
||||
"contact": "Kontakt",
|
||||
"add_item": "Dodaj stavku",
|
||||
"date": "Datum",
|
||||
"due_date": "Datum Dospeća",
|
||||
"expiry_date": "Datum Isteka",
|
||||
"status": "Status",
|
||||
"add_tax": "Dodaj Porez",
|
||||
"amount": "Iznos",
|
||||
"action": "Akcija",
|
||||
"notes": "Napomena",
|
||||
"tax": "Porez",
|
||||
"estimate_template": "Šablon",
|
||||
"convert_to_invoice": "Pretvori u Fakturu",
|
||||
"mark_as_sent": "Označi kao Poslato",
|
||||
"send_estimate": "Pošalji Profakturu",
|
||||
"resend_estimate": "Ponovo pošalji Profakturu",
|
||||
"record_payment": "Unesi uplatu",
|
||||
"add_estimate": "Dodaj Profakturu",
|
||||
"save_estimate": "Sačuvaj Profakturu",
|
||||
"confirm_conversion": "Detalji ove Profakture će biti iskorišćeni za pravljenje Fakture.",
|
||||
"conversion_message": "Faktura uspešno kreirana",
|
||||
"confirm_send_estimate": "Ova Profaktura će biti poslata putem Email-a klijentu",
|
||||
"confirm_mark_as_sent": "Ova Profaktura će biti označena kao Poslata",
|
||||
"confirm_mark_as_accepted": "Ova Profaktura će biti označena kao Prihvaćena",
|
||||
"confirm_mark_as_rejected": "Ova Profaktura će biti označena kao Odbijena",
|
||||
"no_matching_estimates": "Ne postoji odgovarajuća profaktura!",
|
||||
"mark_as_sent_successfully": "Profaktura uspešno označena kao Poslata",
|
||||
"send_estimate_successfully": "Profaktura uspešno poslata",
|
||||
"errors": {
|
||||
"required": "Polje je obavezno"
|
||||
},
|
||||
"accepted": "Prihvaćeno",
|
||||
"sent": "Poslato",
|
||||
"draft": "U izradi",
|
||||
"declined": "Odbijeno",
|
||||
"new_estimate": "Nova Profaktura",
|
||||
"add_new_estimate": "Dodaj novu Profakturu",
|
||||
"update_Estimate": "Ažuriraj Profakturu",
|
||||
"edit_estimate": "Izmeni Profakturu",
|
||||
"items": "stavke",
|
||||
"Estimate": "Profaktura | Profakture",
|
||||
"add_new_tax": "Dodaj nov Porez",
|
||||
"no_estimates": "Još uvek nema Profaktura!",
|
||||
"list_of_estimates": "Ova sekcija će da sadrži spisak Profaktura.",
|
||||
"mark_as_rejected": "Označi kao odbijeno",
|
||||
"mark_as_accepted": "Označi kao prihvaćeno",
|
||||
|
||||
"marked_as_accepted_message": "Profaktura označena kao prihvaćena",
|
||||
"marked_as_rejected_message": "Profaktura označena kao odbijena",
|
||||
"confirm_delete": "Nećeš moći da povratiš ovu Profakturu | Nećeš moći da povratiš ove Profakture",
|
||||
"created_message": "Profaktura uspešno kreirana",
|
||||
"updated_message": "Profaktura uspešno ažurirana",
|
||||
"deleted_message": "Profaktura uspešno obrisana | Profakture uspešno obrisane",
|
||||
"user_email_does_not_exist": "Email adresa klijenta ne postoji",
|
||||
"something_went_wrong": "nešto je krenulo naopako",
|
||||
"item": {
|
||||
"title": "Naziv stavke",
|
||||
"description": "Opis",
|
||||
"quantity": "Količina",
|
||||
"price": "Cena",
|
||||
"discount": "Popust",
|
||||
"total": "Ukupno za plaćanje",
|
||||
"total_discount": "Ukupan popust",
|
||||
"sub_total": "Ukupno",
|
||||
"tax": "Porez",
|
||||
"amount": "Iznos",
|
||||
"select_an_item": "Unesi tekst ili klikni da izabereš",
|
||||
"type_item_description": "Unesi opis Stavke (nije obavezno)"
|
||||
}
|
||||
},
|
||||
"invoices": {
|
||||
"title": "Fakture",
|
||||
"invoices_list": "List Faktura",
|
||||
"days": "{days} dan",
|
||||
"months": "{months} Mesec",
|
||||
"years": "{years} Godina",
|
||||
"all": "Sve",
|
||||
"paid": "Plaćeno",
|
||||
"unpaid": "Neplaćeno",
|
||||
"customer": "KLIJENT",
|
||||
"paid_status": "STATUS UPLATE",
|
||||
"ref_no": "POZIV NA BROJ",
|
||||
"number": "BROJ",
|
||||
"amount_due": "IZNOS DOSPEĆA",
|
||||
"partially_paid": "Delimično plaćeno",
|
||||
"total": "Ukupno za plaćanje",
|
||||
"discount": "Popust",
|
||||
"sub_total": "Ukupno",
|
||||
"invoice": "Faktura | Fakture",
|
||||
"invoice_number": "Broj Fakture",
|
||||
"ref_number": "Poziv na broj",
|
||||
"contact": "Kontakt",
|
||||
"add_item": "Dodaj Stavku",
|
||||
"date": "Datum",
|
||||
"due_date": "Datum Dospeća",
|
||||
"status": "Status",
|
||||
"add_tax": "Dodaj Porez",
|
||||
"amount": "Iznos",
|
||||
"action": "Akcija",
|
||||
"notes": "Napomena",
|
||||
"view": "Pogledaj",
|
||||
"send_invoice": "Pošalji Fakturu",
|
||||
"resend_invoice": "Ponovo pošalji Fakturu",
|
||||
"invoice_template": "Šablon Fakture",
|
||||
"template": "Šablon",
|
||||
"mark_as_sent": "Označi kao Poslao",
|
||||
"confirm_send_invoice": "Ova Faktura će biti poslata putem Email-a klijentu",
|
||||
"invoice_mark_as_sent": "Ova Fakture će biti označena kao poslata",
|
||||
"confirm_send": "Ova Faktura će biti poslata putem Email-a klijentu",
|
||||
"invoice_date": "Datum Fakture",
|
||||
"record_payment": "Unesi Uplatu",
|
||||
"add_new_invoice": "Dodaj novu Fakturu",
|
||||
"update_expense": "Ažuriraj Rashod",
|
||||
"edit_invoice": "Izmeni Fakturu",
|
||||
"new_invoice": "Nova Faktura",
|
||||
"save_invoice": "Sačuvaj Fakturu",
|
||||
"update_invoice": "Ažuriraj Fakturu",
|
||||
"add_new_tax": "Dodaj nov Porez",
|
||||
"no_invoices": "Još uvek nema Faktura!",
|
||||
"list_of_invoices": "Ova sekcija će da sadrži spisak Faktura.",
|
||||
"select_invoice": "Odaberi Fakturu",
|
||||
"no_matching_invoices": "Ne postoje Fakture koje odgovaraju pretrazi!",
|
||||
"mark_as_sent_successfully": "Faktura uspešno označena kao Poslata",
|
||||
"send_invoice_successfully": "Faktura uspešno poslata",
|
||||
"cloned_successfully": "Uspešno napravljen duplikat Fakture",
|
||||
"clone_invoice": "Napravi duplikat",
|
||||
"confirm_clone": "Ova Faktura će biti duplikat nove Fakture",
|
||||
"item": {
|
||||
"title": "Naziv Stavke",
|
||||
"description": "Opis",
|
||||
"quantity": "Količina",
|
||||
"price": "Cena",
|
||||
"discount": "Popust",
|
||||
"total": "Ukupno za plaćanje",
|
||||
"total_discount": "Ukupan popust",
|
||||
"sub_total": "Ukupno",
|
||||
"tax": "Porez",
|
||||
"amount": "Iznos",
|
||||
"select_an_item": "Unesi tekst ili klikni da izabereš",
|
||||
"type_item_description": "Unesi opis Stavke (nije obavezno)"
|
||||
},
|
||||
"payment_attached_message": "Jedna od odabranih faktura već ima uplatu povezanu sa njom. Obrišite prvo povezane uplate da bi nastavili sa brisanjem",
|
||||
"confirm_delete": "Nećeš moći da povratiš ovu Fakturu | Nećeš moći da povratiš ove Fakture",
|
||||
"created_message": "Faktura uspešno kreirana",
|
||||
"updated_message": "Faktura uspešno ažurirana",
|
||||
"deleted_message": "Faktura uspešno obrisana | Fakture uspešno obrisane",
|
||||
"marked_as_sent_message": "Faktura označena kao uspešno poslata",
|
||||
"user_email_does_not_exist": "Email adresa klijenta ne postoji",
|
||||
"something_went_wrong": "nešto je krenulo naopako",
|
||||
"invalid_due_amount_message": "Ukupan iznos za plaćanje u fakturi ne može biti manji od iznosa uplate za ovu fakturu. Molim Vas ažurirajte fakturu ili obrišite uplate koje su povezane sa ovom fakturom da bi nastavili."
|
||||
},
|
||||
"credit_notes": {
|
||||
"title": "Napomena o Kreditu",
|
||||
"credit_notes_list": "Lista napomena o kreditima",
|
||||
"credit_notes": "Napomene o Kreditima",
|
||||
"contact": "Kontakt",
|
||||
"date": "Datum",
|
||||
"amount": "Iznos",
|
||||
"action": "Akcija",
|
||||
"credit_number": "Broj Kredita",
|
||||
"notes": "Napomena",
|
||||
"confirm_delete": "Da li želiš da obrišeš ovu napomenu o kreditu?",
|
||||
"item": {
|
||||
"title": "Naziv Stavke",
|
||||
"description": "Opis",
|
||||
"quantity": "Količina",
|
||||
"price": "Cena",
|
||||
"discount": "Popust",
|
||||
"total": "Ukupno za plaćanje",
|
||||
"total_discount": "Ukupan popust",
|
||||
"sub_total": "Ukupno",
|
||||
"tax": "Porez"
|
||||
}
|
||||
},
|
||||
"payments": {
|
||||
"title": "Uplate",
|
||||
"payments_list": "Lista uplata",
|
||||
"record_payment": "Zabeleži Uplatu",
|
||||
"customer": "Klijent",
|
||||
"date": "Datum",
|
||||
"amount": "Iznos",
|
||||
"action": "Akcija",
|
||||
"payment_number": "Broj uplate",
|
||||
"payment_mode": "Način uplate",
|
||||
"invoice": "Faktura",
|
||||
"note": "Napomena",
|
||||
"add_payment": "Dodaj Uplatu",
|
||||
"new_payment": "Nova Uplata",
|
||||
"edit_payment": "Izmeni Uplatu",
|
||||
"view_payment": "Vidi Uplatu",
|
||||
"add_new_payment": "Dodaj Novu Uplatu",
|
||||
"send_payment_receipt": "Pošalji potvrdu o plaćanju",
|
||||
"save_payment": "Sačuvaj Uplatu",
|
||||
"update_payment": "Ažuriraj Uplatu",
|
||||
"payment": "Uplata | Uplate",
|
||||
"no_payments": "Još uvek nema uplata!",
|
||||
"no_matching_payments": "Ne postoje uplate koje odgovaraju pretrazi!",
|
||||
"list_of_payments": "Ova sekcija će da sadrži listu uplata.",
|
||||
"select_payment_mode": "Odaberi način uplate",
|
||||
"confirm_send_payment": "Ova uplata će biti poslata putem Email-a klijentu",
|
||||
"send_payment_successfully": "Uplata uspešno poslata",
|
||||
"user_email_does_not_exist": "Email adresa klijenta ne postoji",
|
||||
"something_went_wrong": "nešto je krenulo naopako",
|
||||
|
||||
"confirm_delete": "Nećeš moći da povratiš ovu Uplatu | Nećeš moći da povratiš ove Uplate",
|
||||
"created_message": "Uplata uspešno kreirana",
|
||||
"updated_message": "Uplata uspešno ažurirana",
|
||||
"deleted_message": "Uplata uspešno obrisana | Uplate uspešno obrisane",
|
||||
"invalid_amount_message": "Iznos Uplate je pogrešan"
|
||||
},
|
||||
"expenses": {
|
||||
"title": "Rashodi",
|
||||
"expenses_list": "List Rashoda",
|
||||
"select_a_customer": "Odaberi klijenta",
|
||||
"expense_title": "Naslov",
|
||||
"customer": "Klijent",
|
||||
"contact": "Kontakt",
|
||||
"category": "Kategorija",
|
||||
"from_date": "Datum od",
|
||||
"to_date": "Datum do",
|
||||
"expense_date": "Datum",
|
||||
"description": "Opis",
|
||||
"receipt": "Račun",
|
||||
"amount": "Iznos",
|
||||
"action": "Akcija",
|
||||
"note": "Napomena",
|
||||
"category_id": "ID kategorije",
|
||||
"date": "Datum Rashoda",
|
||||
"add_expense": "Dodaj Rashod",
|
||||
"add_new_expense": "Dodaj Novi Rashod",
|
||||
"save_expense": "Sačuvaj Rashod",
|
||||
"update_expense": "Ažuriraj Rashod",
|
||||
"download_receipt": "Preuzmi Račun",
|
||||
"edit_expense": "Izmeni Rashod",
|
||||
"new_expense": "Novi Rashod",
|
||||
"expense": "Rashod | Rashodi",
|
||||
"no_expenses": "Još uvek nema rashoda!",
|
||||
"list_of_expenses": "Ova sekcija će da sadrži listu rashoda.",
|
||||
|
||||
"confirm_delete": "Nećeš moći da povratiš ovaj Rashod | Nećeš moći da povratiš ove Rashode",
|
||||
"created_message": "Rashod uspešno kreiran",
|
||||
"updated_message": "Rashod uspešno ažuriran",
|
||||
"deleted_message": "Rashod uspešno obrisan | Rashodi uspešno obrisani",
|
||||
"categories": {
|
||||
"categories_list": "Lista Kategorija",
|
||||
"title": "Naslov",
|
||||
"name": "Naziv",
|
||||
"description": "Opis",
|
||||
"amount": "Iznos",
|
||||
"actions": "Akcije",
|
||||
"add_category": "Dodaj Kategoriju",
|
||||
"new_category": "Nova Kategorija",
|
||||
"category": "Kategorija | Kategorije",
|
||||
"select_a_category": "Izaberi kategoriju"
|
||||
}
|
||||
},
|
||||
"login": {
|
||||
"email": "Email",
|
||||
"password": "Šifra",
|
||||
"forgot_password": "Zaboravili ste šifru?",
|
||||
"or_signIn_with": "ili se prijavite sa",
|
||||
"login": "Prijava",
|
||||
"register": "Registracija",
|
||||
"reset_password": "Restujte šifru",
|
||||
"password_reset_successfully": "Šifra Uspešno Resetovana",
|
||||
"enter_email": "Unesi email",
|
||||
"enter_password": "Unesi šifru",
|
||||
"retype_password": "Ponovo unesi šifru",
|
||||
"login_placeholder": "mail@example.com"
|
||||
},
|
||||
"reports": {
|
||||
"title": "Izveštaj",
|
||||
"from_date": "Datum od",
|
||||
"to_date": "Datum do",
|
||||
"status": "Status",
|
||||
"paid": "Plaćeno",
|
||||
"unpaid": "Neplaćeno",
|
||||
"download_pdf": "Preuzmi PDF",
|
||||
"view_pdf": "Pogledaj PDF",
|
||||
"update_report": "Ažuriraj Izveštaj",
|
||||
"report": "Izveštaj | Izveštaji",
|
||||
"profit_loss": {
|
||||
"profit_loss": "Prihod & Rashod",
|
||||
"to_date": "Datum do",
|
||||
"from_date": "Datum od",
|
||||
"date_range": "Izaberi opseg datuma"
|
||||
},
|
||||
"sales": {
|
||||
"sales": "Prodaja",
|
||||
"date_range": "Izaberi opseg datuma",
|
||||
"to_date": "Datum do",
|
||||
"from_date": "Datum od",
|
||||
"report_type": "Tip Izveštaja"
|
||||
},
|
||||
"taxes": {
|
||||
"taxes": "Porezi",
|
||||
"to_date": "Datum do",
|
||||
"from_date": "Datum od",
|
||||
"date_range": "Izaberi opseg datuma"
|
||||
},
|
||||
"errors": {
|
||||
"required": "Polje je obavezno"
|
||||
},
|
||||
"invoices": {
|
||||
"invoice": "Faktura",
|
||||
"invoice_date": "Datum Fakture",
|
||||
"due_date": "Datum Dospeća",
|
||||
"amount": "Iznos",
|
||||
"contact_name": "Ime Kontakta",
|
||||
"status": "Status"
|
||||
},
|
||||
"estimates": {
|
||||
"estimate": "Profaktura",
|
||||
"estimate_date": "Datum Profakture",
|
||||
"due_date": "Datum Dospeća",
|
||||
"estimate_number": "Broj Profakture",
|
||||
"ref_number": "Poziv na broj",
|
||||
"amount": "Iznos",
|
||||
"contact_name": "Ime Kontakta",
|
||||
"status": "Status"
|
||||
},
|
||||
"expenses": {
|
||||
"expenses": "Rashodi",
|
||||
"category": "Kategorija",
|
||||
"date": "Datum",
|
||||
"amount": "Iznos",
|
||||
"to_date": "Datum do",
|
||||
"from_date": "Datum od",
|
||||
"date_range": "Izaberi opseg datuma"
|
||||
}
|
||||
},
|
||||
"settings": {
|
||||
"menu_title": {
|
||||
"account_settings": "Podešavanje Naloga",
|
||||
"company_information": "Podaci o firmi",
|
||||
"customization": "Prilagođavanje",
|
||||
"preferences": "Preferencija",
|
||||
"notifications": "Obaveštenja",
|
||||
"tax_types": "Tipovi Poreza",
|
||||
"expense_category": "Kategorije Rashoda",
|
||||
"update_app": "Ažuriraj Aplikaciju"
|
||||
},
|
||||
"title": "Podešavanja",
|
||||
"setting": "Podešavanje | Podešavanja",
|
||||
"general": "Opšte",
|
||||
"language": "Jezik",
|
||||
"primary_currency": "Primarna Valuta",
|
||||
"timezone": "Vremenska Zona",
|
||||
"date_format": "Format Datuma",
|
||||
"currencies": {
|
||||
"title": "Valute",
|
||||
"currency": "Valuta | Valute",
|
||||
"currencies_list": "Lista Valuta",
|
||||
"select_currency": "Odaberi Valutu",
|
||||
"name": "Naziv",
|
||||
"code": "Kod",
|
||||
"symbol": "Simbol",
|
||||
"precision": "Preciznost",
|
||||
"thousand_separator": "Separator za hiljade",
|
||||
"decimal_separator": "Separator za decimale",
|
||||
"position": "Pozicija",
|
||||
"position_of_symbol": "Pozicija simbola",
|
||||
"right": "Desno",
|
||||
"left": "Levo",
|
||||
"action": "Akcija",
|
||||
"add_currency": "Dodaj Valutu"
|
||||
},
|
||||
"mail": {
|
||||
"host": "Mail Host",
|
||||
"port": "Mail Port",
|
||||
"driver": "Mail Driver",
|
||||
"secret": "Šifra",
|
||||
"mailgun_secret": "Mailgun Šifra",
|
||||
"mailgun_domain": "Domain",
|
||||
"mailgun_endpoint": "Mailgun Endpoint",
|
||||
"ses_secret": "SES Šifra",
|
||||
"ses_key": "SES Ključ",
|
||||
"password": "Mail Šifra",
|
||||
"username": "Mail Korisničko Ime",
|
||||
"mail_config": "Mail Podešavanje",
|
||||
"from_name": "Naziv pošiljaoca",
|
||||
"from_mail": "E-mail adresa pošiljaoca",
|
||||
"encryption": "E-mail enkripcija",
|
||||
"mail_config_desc": "Ispod se nalazi forma za podešavanje E-mail drajvera za slanje pošte iz aplikacije. Takođe možete podesiti provajdere treće strane kao Sendgrid, SES itd."
|
||||
},
|
||||
"pdf": {
|
||||
"title": "PDF Podešavanje",
|
||||
"footer_text": "Tekstualno zaglavlje na dnu strane",
|
||||
"pdf_layout": "PDF Raspored"
|
||||
},
|
||||
"company_info": {
|
||||
"company_info": "Podaci o firmi",
|
||||
"company_name": "Naziv firme",
|
||||
"company_logo": "Logo firme",
|
||||
"section_description": "Informacije o Vašoj firmi će biti prikazane na fakturama, profakturama i drugim dokumentima koji se prave u ovoj aplikaciji.",
|
||||
"phone": "Telefon",
|
||||
"country": "Država",
|
||||
"state": "Savezna Država",
|
||||
"city": "Grad",
|
||||
"address": "Adresa",
|
||||
"zip": "Poštanski broj",
|
||||
"save": "Sačuvaj",
|
||||
"updated_message": "Podaci o firmi uspešno sačuvani"
|
||||
},
|
||||
"customization": {
|
||||
"customization": "prilagođavanje",
|
||||
"save": "Sačuvaj",
|
||||
"addresses": {
|
||||
"title": "Adrese",
|
||||
"section_description": "Možete podesiti format adrese klijenta za naplatu i adrese klijenta za dostavu (Prikazano samo u PDF-u)",
|
||||
"customer_billing_address": "Adresa za naplatu klijentu",
|
||||
"customer_shipping_address": "Adresa za dostavu klijentu",
|
||||
"company_address": "Adresa Firme",
|
||||
"insert_fields": "Dodaj Polja",
|
||||
"contact": "Kontakt",
|
||||
"address": "Adresa",
|
||||
"display_name": "Naziv koji se prikazuje",
|
||||
"primary_contact_name": "Primarna kontakt osoba",
|
||||
"email": "Email",
|
||||
"website": "Veb stranica",
|
||||
"name": "Naziv",
|
||||
"country": "Država",
|
||||
"state": "Savezna Država",
|
||||
"city": "Grad",
|
||||
"company_name": "Naziv Firme",
|
||||
"address_street_1": "Adresa 1",
|
||||
"address_street_2": "Adresa 2",
|
||||
"phone": "Telefon",
|
||||
"zip_code": "Poštanski broj",
|
||||
"address_setting_updated": "Podešavanje adrese uspešno ažurirano"
|
||||
},
|
||||
"updated_message": "Podaci o firmi su uspešno ažurirani",
|
||||
|
||||
"invoices": {
|
||||
"title": "Fakture",
|
||||
"notes": "Napomene",
|
||||
"invoice_prefix": "Prefiks faktura",
|
||||
"invoice_settings": "Podešavanje za fakture",
|
||||
"autogenerate_invoice_number": "Automatski-generiši broj fakture",
|
||||
"invoice_setting_description": "Onemogući ovo, Ako Vi ne želite da automatski-generišete broj fakture kada pravite novu fakturu.",
|
||||
"enter_invoice_prefix": "Unesite prefiks fakture",
|
||||
"terms_and_conditions": "Uslovi Korišćenja",
|
||||
"invoice_setting_updated": "Podešavanje za fakture je uspešno sačuvano"
|
||||
},
|
||||
|
||||
"estimates": {
|
||||
"title": "Profakture",
|
||||
"estimate_prefix": "Prefiks profaktura",
|
||||
"estimate_settings": "Podešavanje za profakture",
|
||||
"autogenerate_estimate_number": "Automatski-generiši broj profakture",
|
||||
"estimate_setting_description": "Onemogući ovo, Ako Vi ne želite da automatski-generišete broj profakture kada pravite novu profakturu.",
|
||||
"enter_estimate_prefix": "Unesite prefiks profakture",
|
||||
"estimate_setting_updated": "Podešavanje za profakture je uspešno sačuvano"
|
||||
},
|
||||
|
||||
"payments": {
|
||||
"title": "Uplate",
|
||||
"payment_prefix": "Prefiks uplata",
|
||||
"payment_settings": "Podešavanje za uplate",
|
||||
"autogenerate_payment_number": "Automatski-generiši broj uplate",
|
||||
"payment_setting_description": "Onemogući ovo, Ako Vi ne želite da automatski-generišete broj uplate kada pravite novu uplatu.",
|
||||
"enter_payment_prefix": "Unesite prefiks uplate",
|
||||
"payment_setting_updated": "Podešavanje za uplate je uspešno sačuvano",
|
||||
"payment_mode": "Način Uplate",
|
||||
"add_payment_mode": "Dodaj način uplate",
|
||||
"edit_payment_mode": "Izmeni način uplate",
|
||||
"mode_name": "Način uplate",
|
||||
"payment_mode_added": "Način uplate dodat",
|
||||
"payment_mode_updated": "Način uplate ažuriran",
|
||||
"payment_mode_confirm_delete": "Nećeš moći da povratiš ovaj Način Uplate",
|
||||
"already_in_use": "Način uplate se već koristi",
|
||||
"deleted_message": "Način uplate uspešno obrisan"
|
||||
},
|
||||
|
||||
"items": {
|
||||
"title": "Stavke",
|
||||
"units": "jedinice",
|
||||
"add_item_unit": "Dodaj jedinicu stavke",
|
||||
"edit_item_unit": "Izmeni jedinicu stavke",
|
||||
"unit_name": "Naziv jedinice",
|
||||
"item_unit_added": "Jedinica stavke dodata",
|
||||
"item_unit_updated": "Jedinica stavke ažurirana",
|
||||
"item_unit_confirm_delete": "Nećeš moći da povratiš ovu jedinicu stavke",
|
||||
"already_in_use": "Jedinica stavke se već koristi",
|
||||
"deleted_message": "Jedinica stavke uspešno obrisana"
|
||||
}
|
||||
},
|
||||
"account_settings": {
|
||||
"profile_picture": "Profilna slika",
|
||||
"name": "Ime i prezime",
|
||||
"email": "Email",
|
||||
"password": "Šifra",
|
||||
"confirm_password": "Potvrdi šifru",
|
||||
"account_settings": "Podešavanje naloga",
|
||||
"save": "Sačuvaj",
|
||||
"section_description": "Možete ažurirati Vaše ime i prezime, email, šifru koristeći formu ispod.",
|
||||
"updated_message": "Podešavanje naloga uspešno ažurirano"
|
||||
},
|
||||
"user_profile": {
|
||||
"name": "Ime i prezime",
|
||||
"email": "Email",
|
||||
"password": "Šifra",
|
||||
"confirm_password": "Potvrdi šifru"
|
||||
},
|
||||
"notification": {
|
||||
"title": "Obaveštenje",
|
||||
"email": "Šalji obaveštenja na",
|
||||
"description": "Koja email obaveštenja bi želeli da dobijate kada se nešto promeni?",
|
||||
"invoice_viewed": "Faktura gledana",
|
||||
"invoice_viewed_desc": "Kada klijent pogleda fakturu koja je poslata putem ove aplikacije.",
|
||||
"estimate_viewed": "Profaktura gledana",
|
||||
"estimate_viewed_desc": "Kada klijent pogleda profakturu koja je poslata putem ove aplikacije.",
|
||||
"save": "Sačuvaj",
|
||||
"email_save_message": "Email uspešno sačuvan",
|
||||
"please_enter_email": "Molim Vas unesite E-mail"
|
||||
},
|
||||
"tax_types": {
|
||||
"title": "Tipovi Poreza",
|
||||
"add_tax": "Dodaj Porez",
|
||||
"edit_tax": "Izmeni Porez",
|
||||
"description": "Možete dodavati ili uklanjati poreze kako želite. Ova aplikacija podržava porez kako na individualnim stavkama tako i na fakturi.",
|
||||
"add_new_tax": "Dodaj Nov Porez",
|
||||
"tax_settings": "Podešavanje Poreza",
|
||||
"tax_per_item": "Porez po Stavki",
|
||||
"tax_name": "Naziv Poreza",
|
||||
"compound_tax": "Složen Porez",
|
||||
"percent": "Procenat",
|
||||
"action": "Akcija",
|
||||
"tax_setting_description": "Izaberite ovo ako želite da dodajete porez na individualne stavke. Podrazumevano ponašanje je da je porez dodat direktno na fakturu.",
|
||||
"created_message": "Tip poreza uspešno kreiran",
|
||||
"updated_message": "Tip poreza uspešno ažuriran",
|
||||
"deleted_message": "Tip poreza uspešno obrisan",
|
||||
"confirm_delete": "Nećete moći da povratite ovaj Tip Poreza",
|
||||
"already_in_use": "Porez se već koristi"
|
||||
},
|
||||
"expense_category": {
|
||||
"title": "Kategorija Rashoda",
|
||||
"action": "Akcija",
|
||||
"description": "Kategorije su obavezne za dodavanje rashoda. Možeš da dodaš ili obrišeš ove kategorije po svojoj želji.",
|
||||
"add_new_category": "Dodaj novu kategoriju",
|
||||
"add_category": "Dodaj kategoriju",
|
||||
"edit_category": "Izmeni kategoriju",
|
||||
"category_name": "Naziv kategorije",
|
||||
"category_description": "Opis",
|
||||
"created_message": "Kagetorija rashoda je uspešno kreirana",
|
||||
"deleted_message": "Kategorija rashoda je uspešno izbrisana",
|
||||
"updated_message": "Kategorija rashoda je uspešno ažurirana",
|
||||
"confirm_delete": "Nećeš moći da povratiš ovu kategoriju rashoda",
|
||||
"already_in_use": "Kategorija se već koristi"
|
||||
},
|
||||
"preferences": {
|
||||
"currency": "Valuta",
|
||||
"language": "Jezik",
|
||||
"time_zone": "Vremenska Zona",
|
||||
"fiscal_year": "Finansijska Godina",
|
||||
"date_format": "Format datuma",
|
||||
"discount_setting": "Podešavanja za popuste",
|
||||
"discount_per_item": "Popust po stavci",
|
||||
"discount_setting_description": "Izaberite ovo ako želite da dodajete Popust na individualne stavke. Podrazumevano ponašanje je da je Popust dodat direktno na fakturu.",
|
||||
"save": "Sačuvaj",
|
||||
"preference": "Preferencija | Preferencije",
|
||||
"general_settings": "Podrazumevane preferencije za sistem",
|
||||
"updated_message": "Preferencije su uspešno ažurirane",
|
||||
"select_language": "izaberi jezik",
|
||||
"select_time_zone": "izaberi vremensku zonu",
|
||||
"select_date_formate": "izaberi format datuma",
|
||||
"select_financial_year": "izaberi finansijsku godinu"
|
||||
},
|
||||
"update_app": {
|
||||
"title": "Ažuriraj aplikaciju",
|
||||
"description": "Lako možeš da ažuriraš Crater tako što ćeš uraditi proveru novih verzija klikom na polje ispod",
|
||||
"check_update": "Proveri ažuriranost",
|
||||
"avail_update": "Dostupna je nova verzija",
|
||||
"next_version": "Sledeća verzija",
|
||||
"update": "Ažuriraj sad",
|
||||
"update_progress": "Ažuriranje je u toku...",
|
||||
"progress_text": "Trajaće svega par minuta. Nemojte osvežavati ili zatvoriti stranicu dok ažuriranje ne bude gotovo",
|
||||
"update_success": "Aplikacija je ažurirana! Molim Vas Sačekajte da se stranica osveži automatski.",
|
||||
"latest_message": "Nema nove verzije! Ažurirana poslednja verzija.",
|
||||
"current_version": "Trenutna verzija",
|
||||
"download_zip_file": "Preuzmi ZIP paket",
|
||||
"unzipping_package": "Raspakivanje paketa",
|
||||
"copying_files": "Kopiranje datoteka",
|
||||
"running_migrations": "Migracije u toku",
|
||||
"finishing_update": "Završavanje ažuriranja",
|
||||
"update_failed": "Neuspešno ažuriranje",
|
||||
"update_failed_text": "Žao mi je! Tvoje ažuriranje nije uspelo na koraku broj: {step} "
|
||||
}
|
||||
},
|
||||
"wizard": {
|
||||
"account_info": "Informacije o nalogu",
|
||||
"account_info_desc": "Detalji u nastavku će se koristiti za kreiranje glavnog administratorskog naloga. Moguće ih je izmeniti u bilo kom trenutku nakon prijavljivanja.",
|
||||
"name": "Naziv",
|
||||
"email": "E-mail",
|
||||
"password": "Šifra",
|
||||
"confirm_password": "Potvrdi šifru",
|
||||
"save_cont": "Sačuvaj & Nastavi",
|
||||
"company_info": "Informacije o firmi",
|
||||
"company_info_desc": "Ove informacije će biti prikazane na fakturama. Moguće ih je izmeniti kasnije u podešavanjima.",
|
||||
"company_name": "Naziv firme",
|
||||
"company_logo": "Logo firme",
|
||||
"logo_preview": "Pregled logoa",
|
||||
"preferences": "Preference",
|
||||
"preferences_desc": "Podrazumevane Preference za sistem",
|
||||
"country": "Država",
|
||||
"state": "Savezna Država",
|
||||
"city": "Grad",
|
||||
"address": "Adresa",
|
||||
"street": "Ulica1 | Ulica2",
|
||||
"phone": "Telefon",
|
||||
"zip_code": "Poštanski broj",
|
||||
"go_back": "Vrati se nazad",
|
||||
"currency": "Valuta",
|
||||
"language": "Jezik",
|
||||
"time_zone": "Vremenska zona",
|
||||
"fiscal_year": "Finansijska godina",
|
||||
"date_format": "Format datuma",
|
||||
"from_address": "Adresa pošiljaoca",
|
||||
"username": "Korisničko ime",
|
||||
"next": "Sledeće",
|
||||
"continue": "Nastavi",
|
||||
"skip": "Preskoči",
|
||||
"database": {
|
||||
"database": "URL stranice & baze podataka",
|
||||
"connection": "Veza baze podataka",
|
||||
"host": "Host baze podataka",
|
||||
"port": "Port baze podataka",
|
||||
"password": "Šifra baze podataka",
|
||||
"app_url": "URL aplikacije",
|
||||
"username": "Korisničko ime baze podataka",
|
||||
"db_name": "Naziv baze podataka",
|
||||
"desc": "Kreiraj bazu podataka na svom serveru i postavi kredencijale prateći obrazac u nastavku."
|
||||
},
|
||||
"permissions": {
|
||||
"permissions": "Dozvole",
|
||||
"permission_confirm_title": "Da li ste sigurni da želite da nastavite?",
|
||||
"permission_confirm_desc": "Provera dozvola za foldere nije uspela",
|
||||
"permission_desc": "U nastavku se nalazi lista dozvola za foldere koji su neophodni kako bi alikacija radila. Ukoliko provera dozvola ne uspe, ažuriraj svoju listu dozvola za te foldere."
|
||||
},
|
||||
"mail": {
|
||||
"host": "Mail Host",
|
||||
"port": "Mail Port",
|
||||
"driver": "Mail drajver",
|
||||
"secret": "Šifra",
|
||||
"mailgun_secret": "Mailgun Šifra",
|
||||
"mailgun_domain": "Domen",
|
||||
"mailgun_endpoint": "Mailgun Endpoint",
|
||||
"ses_secret": "SES Šifra",
|
||||
"ses_key": "SES Ključ",
|
||||
"password": "Šifra za e-mail",
|
||||
"username": "Koristničko ime za e-mail",
|
||||
"mail_config": "E-mail konfigurisanje",
|
||||
"from_name": "Naziv pošiljaoca",
|
||||
"from_mail": "E-mail adresa pošiljaoca",
|
||||
"encryption": "E-mail enkripcija",
|
||||
"mail_config_desc": "Ispod se nalazi forma za podešavanje E-mail drajvera za slanje pošte iz aplikacije. Takođe možete podesiti provajdere treće strane kao Sendgrid, SES itd."
|
||||
|
||||
},
|
||||
"req": {
|
||||
"system_req": "Sistemski zahtevi",
|
||||
"php_req_version": "Zahteva se PHP verzija {version} ",
|
||||
"check_req": "Proveri zahteve",
|
||||
"system_req_desc": "Crater ima nekoliko zahteva za server. Proveri da li tvoj server ima potrebnu verziju PHP-a i sva navedena proširenja navedena u nastavku"
|
||||
},
|
||||
"errors": {
|
||||
"migrate_failed": "Neuspešno migriranje",
|
||||
"database_variables_save_error": "Konfiguraciju nije moguće zapisati u .env datoteku. Proveri dozvole za datoteku",
|
||||
"mail_variables_save_error": "E-mail konfigurisanje je neuspešno",
|
||||
"connection_failed": "Neuspešna konekcija sa bazom podataka",
|
||||
"database_should_be_empty": "Baza podataka treba da bude prazna"
|
||||
},
|
||||
"success": {
|
||||
"mail_variables_save_successfully": "E-mail je uspešno konfigurisan",
|
||||
"database_variables_save_successfully": "Baza podataka je uspešno konfigurisana"
|
||||
}
|
||||
},
|
||||
"layout_login": {
|
||||
"copyright_crater": "Autorska prava @ Crater - 2020",
|
||||
"super_simple_invoicing": "Veoma jednostavno fakturisanje",
|
||||
"for_freelancer": "za frilensere &",
|
||||
"small_businesses": "Mala preduzeća",
|
||||
"crater_help": "Crater ti pomaže da pratiš rashode, evidentiraš isplate i generišeš lepše",
|
||||
"invoices_and_estimates": "fakture i profakture sa mogućnošću odabira više obrazaca"
|
||||
},
|
||||
"validation": {
|
||||
"invalid_url": "Nevažeći URL (ex: http://www.crater.com)",
|
||||
"required": "Obavezno polje",
|
||||
"email_incorrect": "Pogrešan E-mail",
|
||||
"email_already_taken": "Navedeni E-mail je zauzet",
|
||||
"email_does_not_exist": "Korisnik sa navedenom e-mail adresom ne postoji",
|
||||
"item_unit_already_taken": "Naziv ove jedinice stavke je zauzet",
|
||||
"payment_mode_already_taken": "Naziv ovog načina plaćanja je zauzet",
|
||||
"send_reset_link": "Pošalji link za resetovanje",
|
||||
"not_yet": "Još uvek ništa? Pošalji ponovo",
|
||||
"password_min_length": "Šifra mora imati {count} karaktera",
|
||||
"name_min_length": "Naziv mora imati najmanje {count} slova",
|
||||
"enter_valid_tax_rate": "Unesite odgovarajuću poresku stopu",
|
||||
"numbers_only": "Mogu se unositi samo brojevi",
|
||||
"characters_only": "Mogu se unositi samo karakteri",
|
||||
"password_incorrect": "Šifra mora biti identična",
|
||||
"password_length": "Šifra mora imati {count} karaktera",
|
||||
"qty_must_greater_than_zero": "Količina mora biti veća od 0.",
|
||||
"price_greater_than_zero": "Cena mora biti veća od 0",
|
||||
"payment_greater_than_zero": "Uplata mora biti veća od 0",
|
||||
"payment_greater_than_due_amount": "Uneta uplata je veća od dospelog iznosa ove fakture",
|
||||
"quantity_maxlength": "Količina ne može imati više od 20 cifara",
|
||||
"price_maxlength": "Cena ne može imati više od 20 cifara",
|
||||
"price_minvalue": "Cena mora biti veća od 0",
|
||||
"amount_maxlength": "Iznos ne može da ima više od 20 cifara",
|
||||
"amount_minvalue": "Iznos mora biti veći od 0",
|
||||
"description_maxlength": "Opis ne može da ima više od 255 karaktera",
|
||||
"subject_maxlength": "Predmet ne može da ima više od 100 karaktera",
|
||||
"message_maxlength": "Poruka ne može da ima više od 255 karaktera",
|
||||
"maximum_options_error": "Maksimalan broj opcija je izabran. Prvo uklonite izabranu opciju da biste izabrali drugu",
|
||||
"notes_maxlength": "Napomena ne može da ima više od 255 karaktera",
|
||||
"address_maxlength": "Adresa ne može da ima više od 255 karaktera",
|
||||
"ref_number_maxlength": "Poziv na broj ne može da ima više od 225 karaktera",
|
||||
"prefix_maxlength": "Prefiks ne može da ima više od 5 karaktera",
|
||||
"something_went_wrong": "nešto je krenulo naopako"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user