new crowdin translations
This commit is contained in:
parent
ac69aabf9a
commit
ec753cd3d9
@ -4,6 +4,11 @@ return [
|
||||
|
||||
'edit_columns' => 'Izmjena kolona',
|
||||
'empty_items' => 'Niste dodali nijednu stavku.',
|
||||
'grand_total' => 'TOTAL',
|
||||
'accept_payment_online' => 'Prihvatite plaćanja na mreži',
|
||||
'transaction' => 'Plaćanje za :iznos je izvršeno pomoću :računa.',
|
||||
'billing' => 'Naplata',
|
||||
'advanced' => 'Napredno',
|
||||
|
||||
'invoice_detail' => [
|
||||
'marked' => '<b> Vi </b> označili ste ovu fakturu kao',
|
||||
@ -13,15 +18,6 @@ return [
|
||||
'more_item' => '+:count više stavki',
|
||||
],
|
||||
|
||||
'grand_total' => 'TOTAL',
|
||||
|
||||
'accept_payment_online' => 'Prihvatite plaćanja na mreži',
|
||||
|
||||
'transaction' => 'Plaćanje za :iznos je izvršeno pomoću :računa.',
|
||||
|
||||
'billing' => 'Naplata',
|
||||
'advanced' => 'Napredno',
|
||||
|
||||
'statuses' => [
|
||||
'draft' => 'U pripremi',
|
||||
'sent' => 'Poslano',
|
||||
|
@ -4,7 +4,6 @@ return [
|
||||
|
||||
'dashboards' => 'Kontrolna ploča|Kontrolna ploče',
|
||||
'items' => 'Stavka|Stavke',
|
||||
'incomes' => 'Prihod|Prihodi',
|
||||
'invoices' => 'Faktura|Fakture',
|
||||
'recurring_invoices' => 'Ponavljajuća faktura|Ponavljajuće fakture',
|
||||
'customers' => 'Kupac|Kupci',
|
||||
@ -70,6 +69,7 @@ return [
|
||||
'invitations' => 'Pozivnica|Pozivnice',
|
||||
'attachments' => 'Prilog|Prilozi',
|
||||
'histories' => 'Istorija|Istorije',
|
||||
'your_notifications' => 'Vaše obavještenje|Vaša obavještenja',
|
||||
|
||||
'welcome' => 'Dobrodošli',
|
||||
'banking' => 'Bankarstvo',
|
||||
@ -184,6 +184,7 @@ return [
|
||||
'no_matching_data' => 'Nema podudaranja podataka',
|
||||
'clear_cache' => 'Očisti cache',
|
||||
'go_to_dashboard' => 'Idite na nadzornu ploču',
|
||||
'create_first_invoice' => 'Kreiraj prvu fakturu',
|
||||
'is' => 'je',
|
||||
'isnot' => 'nije',
|
||||
'recurring_and_more' => 'Ponavlja se i više',
|
||||
@ -199,7 +200,6 @@ return [
|
||||
'email_send_me' => 'Pošalji kopiju meni na email :email',
|
||||
'connect' => 'Poveži',
|
||||
'assign' => 'Dodijeliti',
|
||||
'your_notifications' => 'Vaše obavještenje|Vaša obavještenja',
|
||||
'new' => 'Novo',
|
||||
'new_more' => 'Novo...',
|
||||
'number' => 'Broj',
|
||||
|
@ -15,6 +15,27 @@ return [
|
||||
'weeks' => 'Sedmice(a)',
|
||||
'months' => 'Mjesec(i)',
|
||||
'years' => 'Godine(a)',
|
||||
'frequency' => 'Frekvencija',
|
||||
'duration' => 'Trajanje',
|
||||
'last_issued' => 'Zadnje izdavanje',
|
||||
'after' => 'Nakon',
|
||||
'on' => 'Uključeno',
|
||||
'never' => 'Nikad',
|
||||
'ends_after' => 'Ističe nakon :times puta',
|
||||
'ends_never' => 'Nikad ne završi',
|
||||
'ends_date' => 'Završava :date',
|
||||
'next_date' => 'Slijedeći :date ',
|
||||
'end' => 'Kraj ponavljanja',
|
||||
'child' => ':url je automatski kreiran :date',
|
||||
'message' => 'Ovo je ponavljajući :type i sljedeći :type će automatski biti generiran :date',
|
||||
'message_parent' => 'Ovaj :type je automatski generisan ovdje :link',
|
||||
|
||||
'frequency_type' => 'Ponovite ovo :type',
|
||||
'limit_date' => 'Kreirajte prvo :type',
|
||||
'limit_middle' => 'i kraj',
|
||||
|
||||
'form_description' => [
|
||||
'schedule' => 'Odaberite uslove i vrijeme početka/završetka kako biste osigurali da vaš kupac dobije vaš :type na ispravan dan.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -3,21 +3,31 @@
|
||||
return [
|
||||
|
||||
'years' => 'Godina|Godine',
|
||||
'preferences' => 'Benefit|Benefiti',
|
||||
'this_year' => 'Tekuća godina',
|
||||
'previous_year' => 'Prethodna godina',
|
||||
'this_quarter' => 'Ovaj kvartal',
|
||||
'previous_quarter' => 'Prethodni kvartal',
|
||||
'last_12_months' => 'Zadnjih 12 mjeseci',
|
||||
'profit_loss' => 'Dobit i gubitak',
|
||||
'income_summary' => 'Sažetak prihoda',
|
||||
'expense_summary' => 'Sažetak troškova',
|
||||
'income_expense_summary' => 'Prihodi nasuprot troškovima',
|
||||
'tax_summary' => 'Sažetak poreza',
|
||||
'gross_profit' => 'Bruto dobit',
|
||||
'net_profit' => 'Neto dobit',
|
||||
'total_expenses' => 'Ukupni troškovi',
|
||||
'net' => 'Neto',
|
||||
'income_expense' => 'Prihod i rashod',
|
||||
'income_summary' => 'Sažetak prihoda',
|
||||
'expense_summary' => 'Sažetak troškova',
|
||||
'income_expense_summary' => 'Prihodi nasuprot troškovima',
|
||||
'tax_summary' => 'Sažetak poreza',
|
||||
'pin' => 'Zakačite svoj izvještaj',
|
||||
|
||||
'income_expense_description' => 'Opis izvještaja o prihodima i rashodima',
|
||||
'accounting_description' => 'Opis za računovodstvene izvještaje',
|
||||
|
||||
'form_description' => [
|
||||
'general' => 'Ovdje možete unijeti opće informacije izvještaja kao što su naziv, tip, opis itd.',
|
||||
'preferences' => 'Podešavanja vam pomažu da prilagodite svoje izvještaje.'
|
||||
],
|
||||
|
||||
'charts' => [
|
||||
'line' => 'Crta',
|
||||
@ -25,4 +35,9 @@ return [
|
||||
'pie' => 'Pita',
|
||||
],
|
||||
|
||||
'pin_text' => [
|
||||
'unpin_report' => 'Otkačite svoj izvještaj',
|
||||
'pin_report' => 'Zakačite svoj izvještaj',
|
||||
]
|
||||
|
||||
];
|
||||
|
@ -4,6 +4,11 @@ return [
|
||||
|
||||
'edit_columns' => 'Edita les columnes',
|
||||
'empty_items' => 'No has afegit cap element.',
|
||||
'grand_total' => 'Suma total',
|
||||
'accept_payment_online' => 'Accepta pagaments en línia',
|
||||
'transaction' => 'S\'ha efectuat un pagament de :amount utilitzant :account',
|
||||
'billing' => 'Facturació',
|
||||
'advanced' => 'Avançat',
|
||||
|
||||
'invoice_detail' => [
|
||||
'marked' => '<b> Tu </b> has marcat aquesta factura com',
|
||||
@ -13,15 +18,6 @@ return [
|
||||
'more_item' => '+:count més article(s)',
|
||||
],
|
||||
|
||||
'grand_total' => 'Suma total',
|
||||
|
||||
'accept_payment_online' => 'Accepta pagaments en línia',
|
||||
|
||||
'transaction' => 'S\'ha efectuat un pagament de :amount utilitzant :account',
|
||||
|
||||
'billing' => 'Facturació',
|
||||
'advanced' => 'Avançat',
|
||||
|
||||
'statuses' => [
|
||||
'draft' => 'Esborrany',
|
||||
'sent' => 'Enviat',
|
||||
|
@ -4,6 +4,11 @@ return [
|
||||
|
||||
'edit_columns' => 'Edit Columns',
|
||||
'empty_items' => 'You have not added any items.',
|
||||
'grand_total' => 'Grand Total',
|
||||
'accept_payment_online' => 'Accept Payments Online',
|
||||
'transaction' => 'A payment for :amount was made using :account.',
|
||||
'billing' => 'Billing',
|
||||
'advanced' => 'Advanced',
|
||||
|
||||
'invoice_detail' => [
|
||||
'marked' => '<b> You </b> marked this invoice as',
|
||||
@ -13,15 +18,6 @@ return [
|
||||
'more_item' => '+:count more item',
|
||||
],
|
||||
|
||||
'grand_total' => 'Grand Total',
|
||||
|
||||
'accept_payment_online' => 'Accept Payments Online',
|
||||
|
||||
'transaction' => 'A payment for :amount was made using :account.',
|
||||
|
||||
'billing' => 'Billing',
|
||||
'advanced' => 'Advanced',
|
||||
|
||||
'statuses' => [
|
||||
'draft' => 'Draft',
|
||||
'sent' => 'Sent',
|
||||
|
@ -4,7 +4,6 @@ return [
|
||||
|
||||
'dashboards' => 'Dashboard|Dashboards',
|
||||
'items' => 'Item|Items',
|
||||
'incomes' => 'Income|Incomes',
|
||||
'invoices' => 'Invoice|Invoices',
|
||||
'recurring_invoices' => 'Recurring Invoice|Recurring Invoices',
|
||||
'customers' => 'Customer|Customers',
|
||||
@ -70,6 +69,7 @@ return [
|
||||
'invitations' => 'Invitation|Invitations',
|
||||
'attachments' => 'Attachment|Attachments',
|
||||
'histories' => 'History|Histories',
|
||||
'your_notifications' => 'Your notification|Your notifications',
|
||||
|
||||
'welcome' => 'Welcome',
|
||||
'banking' => 'Banking',
|
||||
@ -184,6 +184,7 @@ return [
|
||||
'no_matching_data' => 'No matching data',
|
||||
'clear_cache' => 'Clear Cache',
|
||||
'go_to_dashboard' => 'Go to dashboard',
|
||||
'create_first_invoice' => 'Create your first invoice',
|
||||
'is' => 'is',
|
||||
'isnot' => 'is not',
|
||||
'recurring_and_more' => 'Recurring and more..',
|
||||
@ -199,7 +200,6 @@ return [
|
||||
'email_send_me' => 'Send a copy to myself at :email',
|
||||
'connect' => 'Connect',
|
||||
'assign' => 'Assign',
|
||||
'your_notifications' => 'Your notification|Your notifications',
|
||||
'new' => 'New',
|
||||
'new_more' => 'New ...',
|
||||
'number' => 'Number',
|
||||
|
@ -4,6 +4,11 @@ return [
|
||||
|
||||
'edit_columns' => 'Editer les colonnes',
|
||||
'empty_items' => 'Vous n\'avez ajouté aucun élément.',
|
||||
'grand_total' => 'Total global',
|
||||
'accept_payment_online' => 'Accepter les paiements en ligne',
|
||||
'transaction' => 'Un paiement de :amount a été effectué en utilisant :account.',
|
||||
'billing' => 'Facturation',
|
||||
'advanced' => 'Avancé',
|
||||
|
||||
'invoice_detail' => [
|
||||
'marked' => '<b> Vous </b> avez marqué cette facture comme',
|
||||
@ -13,15 +18,6 @@ return [
|
||||
'more_item' => '+:count plus d\'élément',
|
||||
],
|
||||
|
||||
'grand_total' => 'Total global',
|
||||
|
||||
'accept_payment_online' => 'Accepter les paiements en ligne',
|
||||
|
||||
'transaction' => 'Un paiement de :amount a été effectué en utilisant :account.',
|
||||
|
||||
'billing' => 'Facturation',
|
||||
'advanced' => 'Avancé',
|
||||
|
||||
'statuses' => [
|
||||
'draft' => 'Brouillon',
|
||||
'sent' => 'Envoyé',
|
||||
|
@ -4,7 +4,6 @@ return [
|
||||
|
||||
'dashboards' => 'Tableau de bord|Tableaux de bord',
|
||||
'items' => 'Article|Articles',
|
||||
'incomes' => 'Revenu|Revenus',
|
||||
'invoices' => 'Facture|Factures',
|
||||
'recurring_invoices' => 'Factures récurrentes|Factures récurrentes',
|
||||
'customers' => 'Client|Clients',
|
||||
@ -70,6 +69,7 @@ return [
|
||||
'invitations' => 'Invitation|Invitations',
|
||||
'attachments' => 'Pièce jointe|Pièces jointes',
|
||||
'histories' => 'Historique|Historiques',
|
||||
'your_notifications' => 'Votre notification|Vos notifications',
|
||||
|
||||
'welcome' => 'Bienvenue',
|
||||
'banking' => 'Banque',
|
||||
@ -184,6 +184,7 @@ return [
|
||||
'no_matching_data' => 'Aucune donnée correspondante',
|
||||
'clear_cache' => 'Vider le cache',
|
||||
'go_to_dashboard' => 'Aller au tableau de bord',
|
||||
'create_first_invoice' => 'Créez votre première facture',
|
||||
'is' => 'est',
|
||||
'isnot' => 'n\'est pas',
|
||||
'recurring_and_more' => 'Récurrents et plus..',
|
||||
@ -199,7 +200,6 @@ return [
|
||||
'email_send_me' => 'Envoyez-moi une copie à :email',
|
||||
'connect' => 'Connecter',
|
||||
'assign' => 'Attribuer',
|
||||
'your_notifications' => 'Votre notification|Vos notifications',
|
||||
'new' => 'Nouveau',
|
||||
'new_more' => 'Nouveau...',
|
||||
'number' => 'Numéro',
|
||||
|
@ -4,6 +4,11 @@ return [
|
||||
|
||||
'edit_columns' => 'Rediģēt kolonnas',
|
||||
'empty_items' => 'Jūs neesat pievienojis nevienu vienumu.',
|
||||
'grand_total' => 'Kopsumma',
|
||||
'accept_payment_online' => 'Pieņemt maksājumus tiešsaistē',
|
||||
'transaction' => 'Maksājums par :amount tika veikts, izmantojot :account',
|
||||
'billing' => 'Norēķini',
|
||||
'advanced' => 'Papildu',
|
||||
|
||||
'invoice_detail' => [
|
||||
'marked' => '<b> Jūs </b> atzīmējāt šo rēķinu kā',
|
||||
@ -13,15 +18,6 @@ return [
|
||||
'more_item' => '+:count vairāk preču',
|
||||
],
|
||||
|
||||
'grand_total' => 'Kopsumma',
|
||||
|
||||
'accept_payment_online' => 'Pieņemt maksājumus tiešsaistē',
|
||||
|
||||
'transaction' => 'Maksājums par :amount tika veikts, izmantojot :account',
|
||||
|
||||
'billing' => 'Norēķini',
|
||||
'advanced' => 'Papildu',
|
||||
|
||||
'statuses' => [
|
||||
'draft' => 'Melnraksts',
|
||||
'sent' => 'Nosūtīts',
|
||||
|
@ -4,7 +4,6 @@ return [
|
||||
|
||||
'dashboards' => 'Informācijas panelis',
|
||||
'items' => 'Preces|Preces',
|
||||
'incomes' => 'Ienākumi|Ienākumi',
|
||||
'invoices' => 'Rēķini|Rēķini',
|
||||
'recurring_invoices' => 'Atkārtots rēķins|Atkārtoti rēķini',
|
||||
'customers' => 'Pircēji|Pircēji',
|
||||
@ -70,6 +69,7 @@ return [
|
||||
'invitations' => 'Ielūgums|Ielūgumi',
|
||||
'attachments' => 'Pielikums|Pielikumi',
|
||||
'histories' => 'Vēsture|Vēstures',
|
||||
'your_notifications' => 'Jūsu paziņojums|Jūsu paziņojumi',
|
||||
|
||||
'welcome' => 'Laipni lūdzam',
|
||||
'banking' => 'Banka',
|
||||
@ -184,6 +184,7 @@ return [
|
||||
'no_matching_data' => 'Nav sakritību datos',
|
||||
'clear_cache' => 'Notīrīt kešatmiņu',
|
||||
'go_to_dashboard' => 'Doties uz galveno paneli',
|
||||
'create_first_invoice' => 'Izveidojiet savu pirmo rēķinu',
|
||||
'is' => 'ir',
|
||||
'isnot' => 'nav',
|
||||
'recurring_and_more' => 'Atkārtojas un vairāk..',
|
||||
@ -199,7 +200,6 @@ return [
|
||||
'email_send_me' => 'Nosūtīt kopiju man uz :email',
|
||||
'connect' => 'Pieslēgties',
|
||||
'assign' => 'Piešķirt',
|
||||
'your_notifications' => 'Jūsu paziņojums|Jūsu paziņojumi',
|
||||
'new' => 'Jauns',
|
||||
'new_more' => 'Jauns...',
|
||||
'number' => 'Numurs',
|
||||
|
@ -2,9 +2,179 @@
|
||||
|
||||
return [
|
||||
|
||||
'whoops' => 'Whoops!',
|
||||
'whoops' => 'Klau!',
|
||||
'hello' => 'Sveicināts!',
|
||||
'salutation' => 'Sveicieniem,<br> : company_name',
|
||||
'salutation' => 'Sveicināti,<br>:uzņēmuma nosaukums',
|
||||
'subcopy' => 'Ja rodas problēmas, noklikšķinot uz ": tekstu" pogu, nokopējiet šo URL un ielīmējiet to savā web pārlūkprogrammā: [:url](:url)',
|
||||
'mark_read' => 'Atzīmēt kā izlasītu',
|
||||
'mark_read_all' => 'Atzīmēt visu kā izlasītu',
|
||||
'empty' => 'Oho, nav jaunu paziņojumu!',
|
||||
|
||||
'update' => [
|
||||
|
||||
'mail' => [
|
||||
|
||||
'title' => '⚠️ Atjaunināšana neizdevās :domain',
|
||||
'description' => 'Šāda atjaunināšana no :alias :current_version uz :new_version neizdevās <strong>:solis</strong> solis ar šādu ziņojumu: :error_message',
|
||||
|
||||
],
|
||||
|
||||
'slack' => [
|
||||
|
||||
'description' => 'Atjaunināšana neizdevās :domain',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'import' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'Importēšana pabeigta',
|
||||
'description' => 'Importēšana ir pabeigta, un ieraksti ir pieejami panelī.',
|
||||
|
||||
],
|
||||
|
||||
'failed' => [
|
||||
|
||||
'title' => 'Importēšana neizdevās',
|
||||
'description' => 'Failu nevar importēt šādu problēmu dēļ:',
|
||||
|
||||
],
|
||||
],
|
||||
|
||||
'export' => [
|
||||
|
||||
'completed' => [
|
||||
|
||||
'title' => 'Eksportēšana ir pabeigta',
|
||||
'description' => 'Eksportēšanas fails ir gatavs lejupielādei no šīs saites:',
|
||||
|
||||
],
|
||||
|
||||
'failed' => [
|
||||
|
||||
'title' => 'Eksportēšana neizdevās',
|
||||
'description' => 'Nevar izveidot eksportēšanas failu šādas problēmas dēļ:',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'menu' => [
|
||||
|
||||
'export_completed' => [
|
||||
|
||||
'title' => 'Eksportēšana ir pabeigta',
|
||||
'description' => 'Jūsu <strong>:type</strong> eksporta fails ir gatavs <a href=":url" target="_blank"><strong>lejupielādei</strong></a>.',
|
||||
|
||||
],
|
||||
|
||||
'export_failed' => [
|
||||
|
||||
'title' => 'Eksportēšana neizdevās',
|
||||
'description' => 'Nevar izveidot eksporta failu šādas problēmas dēļ: :issues',
|
||||
|
||||
],
|
||||
|
||||
'import_completed' => [
|
||||
|
||||
'title' => 'Importēšana pabeigta',
|
||||
'description' => 'Jūsu <strong>:type</strong> līnijas <strong>:count</strong> dati ir veiksmīgi importēti.',
|
||||
|
||||
],
|
||||
|
||||
'new_apps' => [
|
||||
|
||||
'title' => 'Jauna lietotne',
|
||||
'description' => '<strong>:name</strong> lietotne ir beigusies. Jūs varat <a href=":url">nospiežot šeit</a> redzēt detaļas.',
|
||||
|
||||
],
|
||||
|
||||
'invoice_new_customer' => [
|
||||
|
||||
'title' => 'Jauns rēķins',
|
||||
'description' => '<strong>:invoice_number</strong>rēķins ir izveidots. Jūs varat <a href=":invoice_portal_link">noklikšķiniet šeit</a> lai redzētu detalizētu informāciju un turpinātu maksājumu.',
|
||||
|
||||
],
|
||||
|
||||
'invoice_remind_customer' => [
|
||||
|
||||
'title' => 'Nokavēts rēķins',
|
||||
'description' => '<strong>:invoice_number</strong> rēķins bija jāsamaksā <strong>:invoice_due_date</strong>. Varat <a href=":invoice_portal_link">noklikšķināt šeit</a> lai skatītu detalizētu informāciju un turpinātu maksājumu.',
|
||||
|
||||
],
|
||||
|
||||
'invoice_remind_admin' => [
|
||||
|
||||
'title' => 'Nokavēts rēķins',
|
||||
'description' => '<strong>:invoice_number</strong> rēķins bija jāsamaksā<strong>:invoice_due_date</strong>. Varat <a href=":invoice_admin_link">noklikšķināt šeit</a> lai skatītu detalizētu informāciju.',
|
||||
|
||||
],
|
||||
|
||||
'invoice_recur_customer' => [
|
||||
|
||||
'title' => 'Jauns periodisks rēķins',
|
||||
'description' => 'Rēķins <strong>:invoice_number</strong> tiek izveidots, pamatojoties uz jūsu periodiskumu. Varat <a href=":invoice_portal_link">noklikšķināt šeit</a>, lai skatītu detalizētu informāciju un turpinātu maksājumu.',
|
||||
|
||||
],
|
||||
|
||||
'invoice_recur_admin' => [
|
||||
|
||||
'title' => 'Jauns periodisks rēķins',
|
||||
'description' => '<strong>:invoice_number</strong> rēķins tiek izveidots, pamatojoties uz <strong>:customer_name</strong> periodiskumu. Varat <a href=":invoice_admin_link">noklikšķināt šeit</a>, lai skatītu detalizētu informāciju.',
|
||||
|
||||
],
|
||||
|
||||
'invoice_view_admin' => [
|
||||
|
||||
'title' => 'Rēķins skatīts',
|
||||
'description' => '<strong>:customer_name</strong> ir skatījis <strong>:invoice_number</strong> rēķinu. Varat <a href=":invoice_admin_link">noklikšķināt šeit</a>, lai skatītu detalizētu informāciju.',
|
||||
|
||||
],
|
||||
|
||||
'revenue_new_customer' => [
|
||||
|
||||
'title' => 'Saņemts maksājums',
|
||||
'description' => 'Paldies par apmaksu rēķinam <strong>:invoice_number</strong>. Varat <a href=":invoice_portal_link">noklikšķināt šeit</a>, lai skatītu detalizētu informāciju.',
|
||||
|
||||
],
|
||||
|
||||
'invoice_payment_customer' => [
|
||||
|
||||
'title' => 'Saņemts maksājums',
|
||||
'description' => 'Paldies par apmaksu rēķinam <strong>:invoice_number</strong>. Varat <a href=":invoice_portal_link">noklikšķināt šeit</a>, lai skatītu detalizētu informāciju.',
|
||||
|
||||
],
|
||||
|
||||
'invoice_payment_admin' => [
|
||||
|
||||
'title' => 'Saņemts maksājums',
|
||||
'description' => ':customer_name reģistrēts maksājums par rēķinu<strong>:invoice_number</strong>. Varat <a href=":invoice_admin_link">noklikšķināt šeit</a>, lai skatītu detalizētu informāciju.',
|
||||
|
||||
],
|
||||
|
||||
'bill_remind_admin' => [
|
||||
|
||||
'title' => 'Rēķins Nokavēts ',
|
||||
'description' => '<strong>:bill_number</strong> rēķins bija jāsamaksā <strong>:bill_demis_date</strong>. Varat <a href=":bill_admin_link">noklikšķināt šeit</a>, lai skatītu detalizētu informāciju.',
|
||||
|
||||
],
|
||||
|
||||
'bill_recur_admin' => [
|
||||
|
||||
'title' => 'Jauns periodisks rēķins',
|
||||
'description' => 'Rēķins <strong>:bill_number</strong> tiek izveidots, pamatojoties uz <strong>:vendor_name</strong> periodiskumu. Varat <a href=":bill_admin_link">noklikšķināt šeit</a>, lai skatītu detalizētu informāciju.',
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
|
||||
'mark_read' => ':veids ir izlasīts šis paziņojums!',
|
||||
'mark_read_all' => ':veids ir izlasīti visi paziņojumi!',
|
||||
|
||||
],
|
||||
];
|
||||
|
@ -167,7 +167,7 @@ return [
|
||||
],
|
||||
|
||||
'scheduling' => [
|
||||
'name' => 'Ieplānotšana',
|
||||
'name' => 'Plānošana',
|
||||
'description' => 'Automātiskie atgādinātāji un komandas atkārtojumu veikšanai',
|
||||
'search_keywords' => 'automātisks, atgādinājums, atkārtots, cron, komanda',
|
||||
'send_invoice' => 'Sūtīt rēķinu atgādinājumus',
|
||||
|
@ -4,6 +4,11 @@ return [
|
||||
|
||||
'edit_columns' => 'Editar colunas',
|
||||
'empty_items' => 'Você não adicionou nenhum item.',
|
||||
'grand_total' => 'Total Geral',
|
||||
'accept_payment_online' => 'Aceite Pagamentos Online',
|
||||
'transaction' => 'Um pagamento para :amount foi feito usando :account.',
|
||||
'billing' => 'Cobrança',
|
||||
'advanced' => 'Avançado',
|
||||
|
||||
'invoice_detail' => [
|
||||
'marked' => '<b> Você </b> marcou esta fatura como',
|
||||
@ -13,15 +18,6 @@ return [
|
||||
'more_item' => '+:count mais itens',
|
||||
],
|
||||
|
||||
'grand_total' => 'Total Geral',
|
||||
|
||||
'accept_payment_online' => 'Aceite Pagamentos Online',
|
||||
|
||||
'transaction' => 'Um pagamento para :amount foi feito usando :account.',
|
||||
|
||||
'billing' => 'Cobrança',
|
||||
'advanced' => 'Avançado',
|
||||
|
||||
'statuses' => [
|
||||
'draft' => 'Rascunho',
|
||||
'sent' => 'Enviado',
|
||||
|
@ -4,11 +4,10 @@ return [
|
||||
|
||||
'dashboards' => 'Painel | Painéis',
|
||||
'items' => 'Item | Itens',
|
||||
'incomes' => 'Renda|Rendas',
|
||||
'invoices' => 'Fatura|Faturas',
|
||||
'recurring_invoices' => 'Fatura recorrente|Faturas recorrentes',
|
||||
'customers' => 'Cliente|Clientes',
|
||||
'incomes' => 'Receita|Receitas',
|
||||
'incomes' => 'Renda|Rendas',
|
||||
'recurring_incomes' => 'Receita recorrente|Receitas recorrentes',
|
||||
'expenses' => 'Despesa|Despesas',
|
||||
'recurring_expenses' => 'Despesa recorrente|Despesas recorrentes',
|
||||
@ -70,6 +69,7 @@ return [
|
||||
'invitations' => 'Convite|Convites',
|
||||
'attachments' => 'Anexo|Anexos',
|
||||
'histories' => 'Histórico|Históricos',
|
||||
'your_notifications' => 'Sua notificação|Suas notificações',
|
||||
|
||||
'welcome' => 'Bem-vindo',
|
||||
'banking' => 'Banco',
|
||||
@ -184,6 +184,7 @@ return [
|
||||
'no_matching_data' => 'Não há dados correspondentes',
|
||||
'clear_cache' => 'Limpar o Cache',
|
||||
'go_to_dashboard' => 'Ir para o Painel',
|
||||
'create_first_invoice' => 'Crie sua primeira fatura',
|
||||
'is' => 'é',
|
||||
'isnot' => 'não é',
|
||||
'recurring_and_more' => 'Recorrente e mais..',
|
||||
@ -199,7 +200,6 @@ return [
|
||||
'email_send_me' => 'Enviar uma cópia para mim mesmo em :email',
|
||||
'connect' => 'Conectar',
|
||||
'assign' => 'Atribuir',
|
||||
'your_notifications' => 'Sua notificação|Suas notificações',
|
||||
'new' => 'Novo',
|
||||
'new_more' => 'Novo ...',
|
||||
'number' => 'Número',
|
||||
|
Loading…
x
Reference in New Issue
Block a user