Merge branch 'master' of github.com:akaunting/akaunting

This commit is contained in:
cuneytsenturk 2019-03-07 16:40:09 +03:00
commit 8b0a1a5034
94 changed files with 1791 additions and 382 deletions

View File

@ -125,7 +125,7 @@ return [
|
*/
'allowed' => ['ar-SA', 'bg-BG', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'en-GB', 'es-ES', 'es-MX', 'fa-IR', 'fr-FR', 'he-IL', 'hr-HR', 'id-ID', 'it-IT', 'ko-KR', 'lt-LT', 'lv-LV', 'mk-MK', 'nb-NO', 'nl-NL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sk-SK', 'sr-RS', 'sq-AL', 'sv-SE', 'th-TH', 'tr-TR', 'uk-UA', 'ur-PK', 'vi-VN', 'zh-CN', 'zh-TW'],
'allowed' => ['ar-SA', 'bg-BG', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'en-GB', 'es-ES', 'es-MX', 'fa-IR', 'fr-FR', 'he-IL', 'hr-HR', 'id-ID', 'it-IT', 'ka-GE', 'ko-KR', 'lt-LT', 'lv-LV', 'mk-MK', 'nb-NO', 'nl-NL', 'pt-BR', 'pt-PT', 'ro-RO', 'ru-RU', 'sk-SK', 'sr-RS', 'sq-AL', 'sv-SE', 'th-TH', 'tr-TR', 'uk-UA', 'ur-PK', 'vi-VN', 'zh-CN', 'zh-TW'],
/*
|--------------------------------------------------------------------------
@ -163,6 +163,7 @@ return [
['short' => 'it', 'long' => 'it-IT', 'english' => 'Italian', 'native' => 'Italiano'],
['short' => 'ir', 'long' => 'fa-IR', 'english' => 'Persian', 'native' => 'فارسی'],
['short' => 'jp', 'long' => 'ja-JP', 'english' => 'Japanese', 'native' => '日本語'],
['short' => 'ka', 'long' => 'ka-GE', 'english' => 'Georgian', 'native' => 'ქართული'],
['short' => 'ko', 'long' => 'ko-KR', 'english' => 'Korean', 'native' => '한국어'],
['short' => 'lt', 'long' => 'lt-LT', 'english' => 'Lithuanian', 'native' => 'Lietuvių'],
['short' => 'lv', 'long' => 'lv-LV', 'english' => 'Latvian', 'native' => 'Latviešu valoda'],

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Forbidden Access',
'error_page' => 'Error Page',
'page_not_found' => 'الصفحة غيرموجودة',
'body' => [
'forbidden_access' => 'Oops! Forbidden Access.',
'error_page' => 'عفوًا! حدث خطأ ما.',
'page_not_found' => 'عفوا! لم يتم العثور على الصفحة.',
],
'messages' => [
'forbidden_access' => 'You can not access this page.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'error_page' => 'We will work on fixing that right away.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'page_not_found' => 'We could not find the page you were looking for.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'رمز API',
'api_token' => 'رمز الوصول',
'my_apps' => 'تطبيقاتي',
'pre_sale' => 'Pre-Sale',
'top_paid' => 'أعلى المدفوعات',
'new' => 'جديد',
'top_free' => 'المجانيات الأعلى',
@ -61,6 +62,7 @@ return [
'badge' => [
'installed' => 'مثبت',
'pre_sale' => 'Pre-Sale',
],
'button' => [

View File

@ -7,7 +7,7 @@ return [
'opening_balance' => 'Primo',
'current_balance' => 'Nuværende saldo',
'bank_name' => 'Banknavn',
'bank_phone' => 'Telefon nr. til bank',
'bank_phone' => 'Telefon bank',
'bank_address' => 'Bank adresse',
'default_account' => 'Standard konto',

View File

@ -18,7 +18,7 @@ return [
'current' => 'Adgangskode',
'current_confirm' => 'Bekræft adgangskode',
'new' => 'Ny adgangskode',
'new_confirm' => 'Bekræftelse af ny adgangskode',
'new_confirm' => 'Bekræftelse ny adgangskode',
],
'error' => [
@ -26,7 +26,7 @@ return [
'no_company' => 'Error: Ingen virksomhed er tilknyttet din konto. Kontakt systemadministratoren.',
],
'failed' => 'Disse legitimationsoplysninger passer ikke i vores database.',
'failed' => 'Disse legitimationsoplysninger passer ikke med vores optegnelser.',
'disabled' => 'Denne konto er deaktiveret. Kontakt systemadministratoren.',
'throttle' => 'For mange login forsøg. Prøv igen om :seconds sekunder.',

View File

@ -2,54 +2,57 @@
return [
'bill_number' => 'Faktura nummer',
'bill_date' => 'Faktura dato',
'total_price' => 'Total pris',
'due_date' => 'Forfaldsdato',
'order_number' => 'Ordrenummer',
'bill_from' => 'Faktura fra',
'bill_number' => 'Fakturanummer',
'bill_date' => 'Faktura dato',
'total_price' => 'Total pris',
'due_date' => 'Forfaldsdato',
'order_number' => 'Ordrenummer',
'bill_from' => 'Faktura fra',
'quantity' => 'Antal',
'price' => 'Pris',
'sub_total' => 'Subtotal',
'discount' => 'Rabat',
'tax_total' => 'Moms i alt',
'total' => 'I alt',
'quantity' => 'Antal',
'price' => 'Pris',
'sub_total' => 'Subtotal',
'discount' => 'Rabat',
'tax_total' => 'Moms i alt',
'total' => 'I alt',
'item_name' => 'Punkt navn | Varenavne',
'item_name' => 'Varenavn|Varenavne',
'show_discount' => ':discount% Rabat',
'add_discount' => 'Tilføj rabat',
'discount_desc' => 'subtotal',
'show_discount' => ':discount% Rabat',
'add_discount' => 'Tilføj rabat',
'discount_desc' => 'subtotal',
'payment_due' => 'Betalingsfrist',
'amount_due' => 'Forfaldent beløb',
'paid' => 'Betalt',
'histories' => 'Historik',
'payments' => 'Betalinger',
'add_payment' => 'Tilføj betaling',
'mark_received' => 'Modtagelse godkendt',
'download_pdf' => 'Download som PDF',
'send_mail' => 'Send E-mail',
'payment_due' => 'Betalingsfrist',
'amount_due' => 'Forfaldent beløb',
'paid' => 'Betalt',
'histories' => 'Historik',
'payments' => 'Betalinger',
'add_payment' => 'Tilføj betaling',
'mark_received' => 'Modtagelse godkendt',
'download_pdf' => 'Download PDF',
'send_mail' => 'Send E-mail',
'create_bill' => 'Opret regning',
'receive_bill' => 'Modtag regning',
'make_payment' => 'Opret betaling',
'status' => [
'draft' => 'Kladde',
'received' => 'Modtaget',
'partial' => 'Delvis',
'paid' => 'Betalt',
'draft' => 'Kladde',
'received' => 'Modtaget',
'partial' => 'Delvis',
'paid' => 'Betalt',
],
'messages' => [
'received' => 'Regning registreret som modtaget!',
'draft' => 'Dette er et <b>UDKAST</b> til faktura og vil blive vist som diagrammer, når det bliver sendt.',
'received' => 'Regning registreret som modtaget!',
'draft' => 'Dette er et <b>UDKAST</b> til faktura og vil blive afspejlet i diagrammer, når den bliver modtaget.',
'status' => [
'created' => 'Oprettet den :date',
'receive' => [
'created' => 'Oprettet den :date',
'receive' => [
'draft' => 'Ikke sendt',
'received' => 'Modtaget den :date',
],
'paid' => [
'paid' => [
'await' => 'Afventer betaling',
],
],

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britiske pund',
'currencies_try' => 'Tyrkiske Lira',
'taxes_exempt' => 'Fritaget for moms',
'taxes_normal' => 'Normal moms',
'taxes_sales' => 'Salgs moms',
];

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Ingen adgang',
'error_page' => 'Fejlside',
'page_not_found' => 'Side ikke fundet',
'body' => [
'forbidden_access' => 'Oops! Ingen Adgang.',
'error_page' => 'Ups! noget gik galt.',
'page_not_found' => 'Oops! Siden blev ikke fundet.',
],
'messages' => [
'forbidden_access' => 'Du kan ikke adgang til denne side.
i mellemtiden kan du <a href=":link">returner til dashboard</a>.',
'error_page' => 'Vi vil fikse det hurtigt som muligt.
i mellemtiden kan du <a href=":link">returnere til dashboard</a>.',
'page_not_found' => 'Vi kunne ikke finde den side du søgte.
i mellemtiden kan du <a href=":link">vende tilbage til dashboard</a>.',
],
];

View File

@ -2,7 +2,7 @@
return [
'items' => 'Vare|Elementer',
'items' => 'Vare|Varer',
'incomes' => 'Indkomst|Indkomster',
'invoices' => 'Faktura|Fakturaer',
'revenues' => 'Indtægt|Indtægter',
@ -38,10 +38,9 @@ return [
'numbers' => 'Nummer|Numre',
'statuses' => 'Status|Statusser',
'others' => 'Andre | Andre',
'contacts' => 'Kontakt|kontakter',
'reconciliations' => 'Afstemt|afstemninger',
'deposits' => 'Depositum|indskud',
'withdrawals' => 'Tilbagetrukket|tilbagetrækninger',
'contacts' => 'Kontakt|Kontakter',
'reconciliations' => 'Afstemt|Afstemninger',
'developers' => 'Udvikler|Udviklere',
'dashboard' => 'Oversigt',
'banking' => 'Bank',
@ -68,10 +67,10 @@ return [
'delete_confirm' => 'Bekræft sletning :name :type?',
'name' => 'Navn',
'email' => 'E-mail',
'tax_number' => 'Moms nummer',
'tax_number' => 'CVR',
'phone' => 'Telefon',
'address' => 'Adresse',
'website' => 'Hjemmeside',
'website' => 'Webside',
'actions' => 'Handlinger:',
'description' => 'Beskrivelse',
'manage' => 'Administrér',
@ -100,9 +99,9 @@ return [
'id' => 'ID',
'more_actions' => 'Flere handlinger',
'duplicate' => 'Dublet',
'unpaid' => 'Ikke betalt',
'unpaid' => 'Ubetalt',
'paid' => 'Betalt',
'overdue' => 'Forfalden',
'overdue' => 'Forsinket',
'partially' => 'Delvist',
'partially_paid' => 'Delvist betalt',
'export' => 'Eksportér',

View File

@ -2,67 +2,71 @@
return [
'invoice_number' => 'Fakturanummer',
'invoice_date' => 'Fakturadato',
'total_price' => 'Total pris',
'due_date' => 'Forfaldsdato',
'order_number' => 'Ordrenummer',
'bill_to' => 'Faktura til',
'invoice_number' => 'Faktura nummer',
'invoice_date' => 'Faktura dato',
'total_price' => 'Total pris',
'due_date' => 'Forfaldsdato',
'order_number' => 'Ordrenummer',
'bill_to' => 'Faktura til',
'quantity' => 'Antal',
'price' => 'Pris',
'sub_total' => 'Subtotal',
'discount' => 'Rabat',
'tax_total' => 'Moms i alt',
'total' => 'I alt',
'quantity' => 'Antal',
'price' => 'Pris',
'sub_total' => 'Subtotal',
'discount' => 'Rabat',
'tax_total' => 'Moms i alt',
'total' => 'I alt',
'item_name' => 'Vare navn|Vare navne',
'item_name' => 'Vare navn|Vare navne',
'show_discount' => ':discount% Rabat',
'add_discount' => 'Tilføj rabat',
'discount_desc' => 'subtotal',
'show_discount' => ':discount% Rabat',
'add_discount' => 'Tilføj rabat',
'discount_desc' => 'subtotal',
'payment_due' => 'Betalingsfrist',
'paid' => 'Betalt',
'histories' => 'Historik',
'payments' => 'Betalinger',
'add_payment' => 'Tilføj betaling',
'mark_paid' => 'Marker som betalt',
'mark_sent' => 'Marker som sendt',
'download_pdf' => 'Download som PDF',
'send_mail' => 'Send E-mail',
'all_invoices' => 'Log ind for at se alle fakturaer',
'payment_due' => 'Betalingsfrist',
'paid' => 'Betalt',
'histories' => 'Historik',
'payments' => 'Betalinger',
'add_payment' => 'Tilføj betaling',
'mark_paid' => 'Marker som betalt',
'mark_sent' => 'Marker som sendt',
'download_pdf' => 'Download som PDF',
'send_mail' => 'Send E-mail',
'all_invoices' => 'Log ind for at se alle fakturaer',
'create_invoice' => 'Opret faktura',
'send_invoice' => 'Send faktura',
'get_paid' => 'Betal',
'accept_payments' => 'Accepter onlinebetalinger',
'status' => [
'draft' => 'Kladde',
'sent' => 'Sendt',
'viewed' => 'Vist',
'approved' => 'Godkendt',
'partial' => 'Delvist',
'paid' => 'Betalt',
'draft' => 'Kladde',
'sent' => 'Sendt',
'viewed' => 'Vist',
'approved' => 'Godkendt',
'partial' => 'Delvist',
'paid' => 'Betalt',
],
'messages' => [
'email_sent' => 'Faktura sendt over E-mail!',
'marked_sent' => 'Faktura markeret som sendt!',
'email_required' => 'Ingen E-mail-adresse for kunden!',
'draft' => 'Dette er et <b>UDKAST</b> til faktura og vil blive vist som diagrammer, når det bliver sendt.',
'email_sent' => 'Faktura sendt over E-mail!',
'marked_sent' => 'Faktura markeret som sendt!',
'email_required' => 'Ingen E-mail-adresse for kunden!',
'draft' => 'Dette er et <b>UDKAST</b> til faktura og vil blive vist som diagrammer, når det bliver sendt.',
'status' => [
'created' => 'Oprettet den :date',
'send' => [
'created' => 'Oprettet den :date',
'send' => [
'draft' => 'Ikke sendt',
'sent' => 'Sendt den :date',
],
'paid' => [
'paid' => [
'await' => 'Afventer betaling',
],
],
],
'notification' => [
'message' => 'Du modtager denne E-mail, fordi du har en faktura på :amount til :customer kunde.',
'button' => 'Betal nu',
'message' => 'Du modtager denne E-mail, fordi du har en faktura på :amount til :customer kunde.',
'button' => 'Betal nu',
],
];

View File

@ -11,6 +11,7 @@ return [
'enabled' => ':type aktiveret!',
'disabled' => ':type deaktiveret!',
],
'error' => [
'over_payment' => 'Error: Betaling blev ikke tilføjet! Beløbet du har angivet overstiger: :amount',
'not_user_company' => 'Fejl: Du har ikke tilladelse til at kontrollere denne virksomhed!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Error: :message arkets navn: :sheet. Linje nummer: :line.',
'import_sheet' => 'Error: Ark navn er ikke valid. Kontroller venligst eksempel filen.',
],
'warning' => [
'deleted' => 'Advarsel: Du har ikke tilladelse tiil at slette <b>:name</b> fordi den er :text relateret.',
'disabled' => 'Advarsel: Du har ikke tilladelse tiil at deaktivere <b>:name</b> fordi den er :text relateret.',
'disable_code' => 'Advarsel: Du må ikke deaktivere eller ændre valutaen i <b>:name</b> , fordi den er :text relateret.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'API Token',
'api_token' => 'Token',
'my_apps' => 'Mine apps',
'pre_sale' => 'Pre-salg',
'top_paid' => 'Top betalt',
'new' => 'Ny',
'top_free' => 'Top gratis',
@ -23,6 +24,9 @@ return [
'added' => 'Tilføjet',
'updated' => 'Opdateret',
'compatibility' => 'Kompatibilitet',
'documentation' => 'Dokumentation',
'view' => 'Vis',
'back' => 'Tilbage',
'installed' => ':module installeret',
'uninstalled' => ':module afinstalleret',
@ -58,6 +62,7 @@ return [
'badge' => [
'installed' => 'Installeret',
'pre_sale' => 'Pre-salg',
],
'button' => [

View File

@ -10,5 +10,7 @@ return [
'start_date' => 'Start dato',
'end_date' => 'Slut dato',
'cleared_amount' => 'Afstemt beløb',
'deposit' => 'Indbetal',
'withdrawal' => 'Udbetaling',
];

View File

@ -2,7 +2,7 @@
return [
'recurring' => 'Tilbagevendende',
'recurring' => 'Gentagende',
'every' => 'Hver',
'period' => 'Periode',
'times' => 'Gange',

View File

@ -11,6 +11,8 @@ return [
],
'localisation' => [
'tab' => 'Lokalisering',
'financial_start' => 'Regnskabsårets Start',
'timezone' => 'Tidszone',
'date' => [
'format' => 'Datoformat',
'separator' => 'Datoseparator',
@ -20,7 +22,6 @@ return [
'slash' => 'Skråstreg (/)',
'space' => 'Mellemrum ( )',
],
'timezone' => 'Tidszone',
'percent' => [
'title' => 'Procent (%) Position',
'before' => 'Før nummer',

View File

@ -4,5 +4,8 @@ return [
'rate' => 'Sats',
'rate_percent' => 'Sats (%)',
'normal' => 'Normal',
'inclusive' => 'Inklusiv',
'compound' => 'Sammensatte',
];

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Zugriff nicht erlaubt',
'error_page' => 'Fehlerseite',
'page_not_found' => 'Seite nicht gefunden',
'body' => [
'forbidden_access' => 'Ooops! Zugriff nicht erlaubt.',
'error_page' => 'Oops! Da ist etwas schiefgelaufen.',
'page_not_found' => 'Oops! Seite nicht gefunden.',
],
'messages' => [
'forbidden_access' => 'Sie können diese Seite nicht aufrufen.
Hier gehts zurück zum <a href=":link">Dashboard</a>.',
'error_page' => 'Wir werden uns gleich um eine Lösung kümmern.
Hier geht es zurück zum <a href=":link">Dashboard</a>.',
'page_not_found' => 'Die gewünschte Seite konnte nicht gefunden werden.
Hier geht es zurück zum <a href=":link">Dashboard</a>.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'API Token',
'api_token' => 'Token',
'my_apps' => 'Meine Apps',
'pre_sale' => 'Pre-Sale',
'top_paid' => 'Top bezahlt',
'new' => 'Neu',
'top_free' => 'Top kostenlos',
@ -61,6 +62,7 @@ return [
'badge' => [
'installed' => 'Installiert',
'pre_sale' => 'Pre-Sale',
],
'button' => [

View File

@ -0,0 +1,21 @@
<?php
return [
'forbidden_access' => 'Απαγορεύεται η πρόσβαση',
'error_page' => 'Σελίδα Σφάλματος',
'page_not_found' => 'Η σελίδα δεν βρέθηκε',
'body' => [
'forbidden_access' => 'Ωχ! Απαγορεύεται η πρόσβαση.',
'error_page' => 'Ωχ! Κάτι πήγε στραβά.',
'page_not_found' => 'Ωχ! Η σελίδα δεν βρέθηκε.',
],
'messages' => [
'forbidden_access' => 'Δεν έχετε πρόσβαση σε αυτή την σελίδα. Μπορείτε όμως να <a href=":link">επιστρέψετε στο πίνακα ελέγου</a>.',
'error_page' => 'Θα προσπαθήσουμε να το φτιάξουμε άμεσα. Μπορείτε όμως να <a href=":link">επιστρέψετε στο πίνακα ελέγου</a>.',
'page_not_found' => 'Δεν βρέθηκε η σελίδα που ψάχνετε. Μπορείτε όμως να <a href=":link">επιστρέψετε στο πίνακα ελέγου</a>.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'Κλειδί API',
'api_token' => 'Κλειδί',
'my_apps' => 'Οι εφαρμογές μου',
'pre_sale' => 'Προπώληση',
'top_paid' => 'Κορυφαία επί πληρωμή Προϊόντα',
'new' => 'Νέο',
'top_free' => 'Κορυφαία δωρεάν Προϊόντα',
@ -61,6 +62,7 @@ return [
'badge' => [
'installed' => 'Εγκατεστημένο',
'pre_sale' => 'Προπώληση',
],
'button' => [

View File

@ -2,55 +2,58 @@
return [
'bill_number' => 'Número de Recibo',
'bill_date' => 'Fecha del Recibo',
'total_price' => 'Precio Total',
'due_date' => 'Fecha de Vencimiento',
'order_number' => 'Número de Orden',
'bill_from' => 'Recibo De',
'bill_number' => 'Número de Recibo',
'bill_date' => 'Fecha del Recibo',
'total_price' => 'Precio Total',
'due_date' => 'Fecha de Vencimiento',
'order_number' => 'Número de Orden',
'bill_from' => 'Recibo De',
'quantity' => 'Cantidad',
'price' => 'Precio',
'sub_total' => 'Subtotal',
'discount' => 'Descuento',
'tax_total' => 'Total de Impuestos',
'total' => 'Total ',
'quantity' => 'Cantidad',
'price' => 'Precio',
'sub_total' => 'Subtotal',
'discount' => 'Descuento',
'tax_total' => 'Total de Impuestos',
'total' => 'Total ',
'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos',
'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos',
'show_discount' => ':discount% Descuento',
'add_discount' => 'Agregar Descuento',
'discount_desc' => 'de subtotal',
'show_discount' => ':discount% Descuento',
'add_discount' => 'Agregar Descuento',
'discount_desc' => 'de subtotal',
'payment_due' => 'Vencimiento del Pago',
'amount_due' => 'Importe Vencido',
'paid' => 'Pagado',
'histories' => 'Historial',
'payments' => 'Pagos',
'add_payment' => 'Añadir pago',
'mark_received' => 'Marcar como Recibido',
'download_pdf' => 'Descargar archivo PDF',
'send_mail' => 'Enviar Correo Electrónico',
'payment_due' => 'Vencimiento del Pago',
'amount_due' => 'Importe Vencido',
'paid' => 'Pagado',
'histories' => 'Historial',
'payments' => 'Pagos',
'add_payment' => 'Añadir pago',
'mark_received' => 'Marcar como Recibido',
'download_pdf' => 'Descargar archivo PDF',
'send_mail' => 'Enviar Correo Electrónico',
'create_bill' => 'Crear Recibo',
'receive_bill' => 'Recibir Recibo',
'make_payment' => 'Hacer Pago',
'status' => [
'draft' => 'Borrador',
'received' => 'Recibido',
'partial' => 'Parcial',
'paid' => 'Pagado',
'draft' => 'Borrador',
'received' => 'Recibido',
'partial' => 'Parcial',
'paid' => 'Pagado',
],
'messages' => [
'received' => '¡Recibo marcado como recibido con exitosamente!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'received' => '¡Recibo marcado como recibido con exitosamente!',
'draft' => 'Este es un borrador del recibo y será reflejado en los gráficos después de ser recibido.',
'status' => [
'created' => 'Created on :date',
'receive' => [
'draft' => 'Not sent',
'received' => 'Received on :date',
'created' => 'Creado el :date',
'receive' => [
'draft' => 'No enviado',
'received' => 'Recibido el :date',
],
'paid' => [
'await' => 'Awaiting payment',
'paid' => [
'await' => 'Pendiente de pago',
],
],
],

View File

@ -10,7 +10,7 @@ return [
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
'message' => ':customer hizo un pago de :amount a la factura #:invoice_number.',
'button' => 'Mostrar',
],
];

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Libra Esterlina',
'currencies_try' => 'Libra Turca',
'taxes_exempt' => 'Exentos de Impuestos',
'taxes_normal' => 'Impuesto Normal',
'taxes_sales' => 'Impuesto sobre Ventas',
];

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Forbidden Access',
'error_page' => 'Error Page',
'page_not_found' => 'Page Not Found',
'body' => [
'forbidden_access' => 'Oops! Forbidden Access.',
'error_page' => 'Oops! Something went wrong.',
'page_not_found' => 'Oops! Page not found.',
],
'messages' => [
'forbidden_access' => 'You can not access this page.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'error_page' => 'We will work on fixing that right away.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'page_not_found' => 'We could not find the page you were looking for.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
],
];

View File

@ -38,10 +38,9 @@ return [
'numbers' => 'Número | Números',
'statuses' => 'Estado|Estados',
'others' => 'Otro|Otros',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'contacts' => 'Contact|Contactos',
'reconciliations' => 'Reconcliación|Reconciliaciones',
'developers' => 'Desarrollador|Desarrolladores',
'dashboard' => 'Panel de Control',
'banking' => 'Bancos',
@ -85,7 +84,7 @@ return [
'color' => 'Color',
'save' => 'Guardar',
'cancel' => 'Cancelar',
'loading' => 'Loading...',
'loading' => 'Cargando...',
'from' => 'De ',
'to' => 'Para',
'print' => 'Imprimir',
@ -106,27 +105,27 @@ return [
'partially' => 'Parcial',
'partially_paid' => 'Pagada Parcialmente',
'export' => 'Exportar',
'finish' => 'Finish',
'wizard' => 'Wizard',
'skip' => 'Skip',
'finish' => 'Terminar',
'wizard' => 'Asistente',
'skip' => 'Omitir',
'enable' => 'Activar',
'disable' => 'Desactivar',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'go_to' => 'Go to :name',
'created_date' => 'Created Date',
'period' => 'Period',
'start' => 'Start',
'end' => 'End',
'clear' => 'Clear',
'difference' => 'Difference',
'select_all' => 'Seleccionar Todo',
'unselect_all' => 'Deseleccionar Todo',
'go_to' => 'Ir a :name',
'created_date' => 'Fecha de Creación',
'period' => 'Periodo',
'start' => 'Comenzar',
'end' => 'Terminar',
'clear' => 'Limpiar',
'difference' => 'Diferencia',
'title' => [
'new' => 'Nuevo :type',
'edit' => 'Editar :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
'create' => 'Crear :type',
'send' => 'Enviar :type',
'get' => 'Obtener :type',
],
'form' => [
@ -139,10 +138,10 @@ return [
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
'today' => 'Hoy',
'yesterday' => 'Ayer',
'last_days' => 'Últimos :day Días',
'this_month' => 'Este mes',
'last_month' => 'Último mes',
],
];

View File

@ -2,67 +2,71 @@
return [
'invoice_number' => 'Número de Factura',
'invoice_date' => 'Fecha de la Factura',
'total_price' => 'Precio Total',
'due_date' => 'Fecha de Vencimiento',
'order_number' => 'Número de Orden',
'bill_to' => 'Facturar a',
'invoice_number' => 'Número de Factura',
'invoice_date' => 'Fecha de la Factura',
'total_price' => 'Precio Total',
'due_date' => 'Fecha de Vencimiento',
'order_number' => 'Número de Orden',
'bill_to' => 'Facturar a',
'quantity' => 'Cantidad',
'price' => 'Precio',
'sub_total' => 'Subtotal',
'discount' => 'Descuento',
'tax_total' => 'Total de Impuestos',
'total' => 'Total ',
'quantity' => 'Cantidad',
'price' => 'Precio',
'sub_total' => 'Subtotal',
'discount' => 'Descuento',
'tax_total' => 'Total de Impuestos',
'total' => 'Total ',
'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos',
'item_name' => 'Nombre del producto/servicio | Nombres de los productos/servicos',
'show_discount' => ':discount% Descuento',
'add_discount' => 'Agregar Descuento',
'discount_desc' => 'de subtotal',
'show_discount' => ':discount% Descuento',
'add_discount' => 'Agregar Descuento',
'discount_desc' => 'de subtotal',
'payment_due' => 'Vencimiento del Pago',
'paid' => 'Pagado',
'histories' => 'Historial',
'payments' => 'Pagos',
'add_payment' => 'Añadir Pago',
'mark_paid' => 'Marcar Como Pagada',
'mark_sent' => 'Marcar Como Enviada',
'download_pdf' => 'Descargar archivo PDF',
'send_mail' => 'Enviar Correo Electrónico',
'all_invoices' => 'Login to view all invoices',
'payment_due' => 'Vencimiento del Pago',
'paid' => 'Pagado',
'histories' => 'Historial',
'payments' => 'Pagos',
'add_payment' => 'Añadir Pago',
'mark_paid' => 'Marcar Como Pagada',
'mark_sent' => 'Marcar Como Enviada',
'download_pdf' => 'Descargar archivo PDF',
'send_mail' => 'Enviar Correo Electrónico',
'all_invoices' => 'Login to view all invoices',
'create_invoice' => 'Create Invoice',
'send_invoice' => 'Send Invoice',
'get_paid' => 'Get Paid',
'accept_payments' => 'Accept Online Payments',
'status' => [
'draft' => 'Borrador',
'sent' => 'Enviado',
'viewed' => 'Visto',
'approved' => 'Aprobado',
'partial' => 'Parcial',
'paid' => 'Pagado',
'draft' => 'Borrador',
'sent' => 'Enviado',
'viewed' => 'Visto',
'approved' => 'Aprobado',
'partial' => 'Parcial',
'paid' => 'Pagado',
],
'messages' => [
'email_sent' => '¡El correo electrónico de la factura se ha enviado correctamente!',
'marked_sent' => '¡Factura marcada como enviada con éxito!',
'email_required' => 'No se encontró una dirección de correo para este cliente!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'email_sent' => '¡El correo electrónico de la factura se ha enviado correctamente!',
'marked_sent' => '¡Factura marcada como enviada con éxito!',
'email_required' => 'No se encontró una dirección de correo para este cliente!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [
'created' => 'Created on :date',
'send' => [
'created' => 'Created on :date',
'send' => [
'draft' => 'Not sent',
'sent' => 'Sent on :date',
],
'paid' => [
'paid' => [
'await' => 'Awaiting payment',
],
],
],
'notification' => [
'message' => 'Estimado :cliente, usted está recibiendo este correo electrónico debido a que tiene una factura pendiente de pago por la cantidad de :amount, es de suma importancia que se contacte de inmediato con nosotros. Evite la suspensión de los servicios que tiene contratados o la entrega de los productos solicitados, además de posibles recargos y gastos de cobranza.',
'button' => 'Realizar el Pago Ahora',
'message' => 'Estimado :cliente, usted está recibiendo este correo electrónico debido a que tiene una factura pendiente de pago por la cantidad de :amount, es de suma importancia que se contacte de inmediato con nosotros. Evite la suspensión de los servicios que tiene contratados o la entrega de los productos solicitados, además de posibles recargos y gastos de cobranza.',
'button' => 'Realizar el Pago Ahora',
],
];

View File

@ -11,6 +11,7 @@ return [
'enabled' => ':type activado!',
'disabled' => ':type desactivado!',
],
'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'Error: ¡No tiene permisos para administrar esta empresa!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Error: :message Nombre de la hoja: :sheet. Número de línea: :line.',
'import_sheet' => 'Error: El nombre de la hoja no es válido. Por favor, verifique el archivo de ejemplo.',
],
'warning' => [
'deleted' => 'Advertencia: No puede borrar <b>:name</b> porque tiene :text relacionado.',
'disabled' => 'Advertencia: No se permite desactivar <b>:name</b> porque tiene :text relacionado.',
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'Token de API',
'api_token' => 'Token',
'my_apps' => 'Mis Apps',
'pre_sale' => 'Pre-Sale',
'top_paid' => 'Más Pagado',
'new' => 'Nuevo',
'top_free' => 'Top Gratis',
@ -23,6 +24,9 @@ return [
'added' => 'Agregado',
'updated' => 'Actualizado',
'compatibility' => 'Compatibilidad',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
'installed' => ':module instalado',
'uninstalled' => ':module desinstalado',
@ -58,6 +62,7 @@ return [
'badge' => [
'installed' => 'Instalado',
'pre_sale' => 'Pre-Sale',
],
'button' => [

View File

@ -2,13 +2,15 @@
return [
'reconcile' => 'Reconcile',
'reconciled' => 'Reconciled',
'closing_balance' => 'Closing Balance',
'unreconciled' => 'Unreconciled',
'list_transactions' => 'List Transactions',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
'reconcile' => 'Reconciliar',
'reconciled' => 'Reconciliado',
'closing_balance' => 'Balance de Cierre',
'unreconciled' => 'Enmistados',
'list_transactions' => 'Lista de transacciones',
'start_date' => 'Fecha de Comienzo',
'end_date' => 'Fecha de Finalización',
'cleared_amount' => 'Monto Liquidado',
'deposit' => 'Depósito',
'withdrawal' => 'Retiro',
];

View File

@ -11,6 +11,8 @@ return [
],
'localisation' => [
'tab' => 'Localización',
'financial_start' => 'Financial Year Start',
'timezone' => 'Zona Horaria',
'date' => [
'format' => 'Formato de Fecha',
'separator' => 'Separador de Fecha',
@ -20,7 +22,6 @@ return [
'slash' => 'Barra (/)',
'space' => 'Espacio ( )',
],
'timezone' => 'Zona Horaria',
'percent' => [
'title' => 'Posición Porcentaje (%)',
'before' => 'Antes del Número',

View File

@ -4,5 +4,8 @@ return [
'rate' => 'Tasa',
'rate_percent' => 'Tasa (%)',
'normal' => 'Normal',
'inclusive' => 'Inclusive',
'compound' => 'Compound',
];

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Accesso vietato',
'error_page' => 'Pagina di errore',
'page_not_found' => 'Pagina non trovata',
'body' => [
'forbidden_access' => 'Oops! Accesso vietato.',
'error_page' => 'Oops! Qualcosa è andato storto.',
'page_not_found' => 'Oops! Pagina non trovata.',
],
'messages' => [
'forbidden_access' => 'Non puoi accedere a questa pagina.
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
'error_page' => 'Lavoreremo subito per sistemarlo nel modo giusto.
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
'page_not_found' => 'Non siamo riusciti a trovare la pagina che stavi cercando.
Nel frattempo, puoi <a href=":link">tornare alla dashboard</a>.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'API Token',
'api_token' => 'Token',
'my_apps' => 'Le mie Applicazioni',
'pre_sale' => 'Pre-vendita',
'top_paid' => 'Più pagate',
'new' => 'Nuovo',
'top_free' => 'Top gratis',
@ -61,6 +62,7 @@ return [
'badge' => [
'installed' => 'Installato',
'pre_sale' => 'Pre-vendita',
],
'button' => [

View File

@ -0,0 +1,14 @@
<?php
return [
'account_name' => 'ანგარიშის სახელი',
'number' => 'ნომერი',
'opening_balance' => 'ბალანსის გახსნა',
'current_balance' => 'მიმდინარე ბალანსი',
'bank_name' => 'ბანკის სახელი',
'bank_phone' => 'ბანკის ტელეფონი',
'bank_address' => 'ბანკის მისამართი',
'default_account' => 'ნაგულისხმევი ანგარიში',
];

View File

@ -0,0 +1,39 @@
<?php
return [
'profile' => 'პროფილი',
'logout' => 'გასვლა',
'login' => 'შესვლა',
'login_to' => 'შესვლა, რომ დაიწყოს სეანსი',
'remember_me' => 'დამიმახსოვრე',
'forgot_password' => 'დამავიწყდა პაროლი',
'reset_password' => 'პაროლის განახლება',
'enter_email' => 'შეიყვანეთ თქვენი ელ-ფოსტის მისამართი',
'current_email' => 'მიმდინარე Email-ი',
'reset' => 'განულება',
'never' => 'არასდროს',
'password' => [
'current' => 'პაროლი',
'current_confirm' => 'პაროლის დადასტურება',
'new' => 'ახალი პაროლი',
'new_confirm' => 'ახალი პაროლის დადასტურება',
],
'error' => [
'self_delete' => 'შეცდომა: მომხმარებლის წაშლა შეუძლებელია!',
'no_company' => 'შეცდომა: ანგარიშზე არ არის მითითებული კომპანია. გთხოვთ დაუკავშირდეთ სისტემურ ადმინისტრატორს.',
],
'failed' => 'მომხმარებელი ამ მონაცემებით არ არსებობს.',
'disabled' => 'ანგარიში გამორთულია. გთხოვთ დაუკავშირდეთ სისტემურ ადმინისტრატორს.',
'throttle' => 'წარუმატებელი ავტორიზაცია. გთხოვთ, სცადოთ :seconds წამში.',
'notification' => [
'message_1' => 'თქვენ მიიღეთ ეს წერილი ვინაიდან მოითხოვეთ თქვენი ანგარიშის პაროლის ჩამოყრა.',
'message_2' => 'თუ თქვენ არ მოგითხოვიათ პაროლის ჩამოყრა შემდგომი ქმედებები აღარ არის საჭირო.',
'button' => 'პაროლის ჩამოყრა',
],
];

View File

@ -0,0 +1,61 @@
<?php
return [
'bill_number' => 'ანგარიშის ნომერი',
'bill_date' => 'ანგარიშის თარიღი',
'total_price' => 'საერთო ჯამი',
'due_date' => 'გადახდის ბოლო ვადა',
'order_number' => 'დაკვეთის ნომერი',
'bill_from' => 'ანგარიშის ფორმა',
'quantity' => 'რაოდენობა',
'price' => 'ფასი',
'sub_total' => 'შუალედური ჯამი',
'discount' => 'ფასდაკლება',
'tax_total' => 'საგადასახადო ჯამი',
'total' => 'ჯამი',
'item_name' => 'საქონლის სახელი|საქონლის სახელები',
'show_discount' => ':discount% ფასდაკლება',
'add_discount' => 'ფასდაკლებით',
'discount_desc' => 'ჯამი',
'payment_due' => 'გადახდა ვადამდე',
'amount_due' => 'მითითებული თანხის ოდენობა',
'paid' => 'გადახდილი',
'histories' => 'ისტორია',
'payments' => 'გადახდები',
'add_payment' => 'გადახდის დამატება',
'mark_received' => 'მიღებულის მონიშვნა',
'download_pdf' => 'PDF-ის ჩამოწერა',
'send_mail' => 'ელ-ფოსტის გაგზავნა',
'create_bill' => 'ანგარიშის შექმნა',
'receive_bill' => 'ანგარიშის გაგზავნა',
'make_payment' => 'გადახდის შესრულება',
'status' => [
'draft' => 'დრაფტი',
'received' => 'მიღებულია',
'partial' => 'ნაწილობრივი',
'paid' => 'გადახდილი',
],
'messages' => [
'received' => 'მონიშნული ანგარიში მიღებულია!',
'draft' => 'ეს არის a <b>პროექტი</b> ანგარიში, რომელიც აისახება დიაგრამაში მიღების შემდეგ.',
'status' => [
'created' => 'შექმნილია თარიღი: თარიღი',
'receive' => [
'draft' => 'არ გაიგზავნა',
'received' => 'მიღებულია: თარიღი',
],
'paid' => [
'await' => 'ელოდება გადახდას',
],
],
],
];

View File

@ -0,0 +1,13 @@
<?php
return [
'domain' => 'დომეინი',
'logo' => 'ლოგო',
'manage' => 'კომპანიის მართვა',
'all' => 'ყველა კომპანია',
'error' => [
'delete_active' => 'სეცდომა: შეუძლებელია აქტიური კომპანიის წაშლა, ჯერ შეცვალეთ ის!',
],
];

View File

@ -0,0 +1,18 @@
<?php
return [
'code' => 'კოდი',
'rate' => 'კურსი',
'default' => 'ნაგულისხმევი ვალუტა',
'decimal_mark' => 'ათეულის ნიშანი',
'thousands_separator' => 'ათასობით გამყოფი',
'precision' => 'სიზუსტე',
'symbol' => [
'symbol' => 'სიმბოლო',
'position' => 'სიმბოლოს პოზიცია',
'before' => 'თანხის წინ',
'after' => 'თანხის შემდეგ',
]
];

View File

@ -0,0 +1,16 @@
<?php
return [
'allow_login' => 'შესვლა?',
'user_created' => 'მომხმარებელი შექმნილია',
'error' => [
'email' => 'ელ-ფოსტა უკვე დაკავებულია.'
],
'notification' => [
'message' => ':მომხმარებელმა გააკეთა: თანხის გადახდა ფაქტურის ნომერზე: ფაქტურის_ნომერი.',
'button' => 'ჩვენება',
],
];

View File

@ -0,0 +1,24 @@
<?php
return [
'total_incomes' => 'საერთო შემოსავალი',
'receivables' => 'დავალიანება',
'open_invoices' => 'გადასახადი ინვოისები',
'overdue_invoices' => 'ვადაგასული ინვოისები',
'total_expenses' => 'საერთო ხარჯები',
'payables' => 'გადასახდელი',
'open_bills' => 'ღია ანგარიშები',
'overdue_bills' => 'ვადაგასული ანგარიშები',
'total_profit' => 'საერთო მოგება',
'open_profit' => 'ღია მოგება',
'overdue_profit' => 'ვადაგადაცილებული მოგება',
'cash_flow' => 'ფულადი სახსრების დინება',
'no_profit_loss' => 'არ არის მოგება დაკარგული',
'incomes_by_category' => 'შემოსავლები კატეგორიების მიხედვით',
'expenses_by_category' => 'ხარჯები კატეგორიების მიხედვით',
'account_balance' => 'ანგარიშის ბალანსი',
'latest_incomes' => 'ბოლო შემოსავლები',
'latest_expenses' => 'ბოლო ხარჯები',
];

View File

@ -0,0 +1,13 @@
<?php
return [
'accounts_cash' => 'ნაღდი ფული',
'categories_deposit' => 'დეპოზიტი',
'categories_sales' => 'გაყიდვები',
'currencies_usd' => 'აშშ დოლარი',
'currencies_eur' => 'ეურო',
'currencies_gbp' => 'ბრიტანული ფუნტი',
'currencies_try' => 'თურქული ლირა',
];

View File

@ -0,0 +1,21 @@
<?php
return [
'forbidden_access' => 'აკრძალული წვდომა',
'error_page' => 'შეცდომების გვერდი',
'page_not_found' => 'გვერდი ვერ მოიძებნა',
'body' => [
'forbidden_access' => 'უკაცრავად! აკრძალული წვდომა.',
'error_page' => 'უკაცრავად! რაღაცა წავიდა არასწორად.',
'page_not_found' => 'უკაცრავად! გვერდი ვერ მოიძებნა.',
],
'messages' => [
'forbidden_access' => 'თქვენ არ შეგიძლიათ ამ გვერდზე შესვლა. იმავდროულად, შეგიძლიათ <a href=":link">დაბრუნდეთ ინსტუმენტების პანელზე</a>.',
'error_page' => 'ჩვენ დაუყოვნებლივ დავიწყებთ მუშაობას ამაზე. იმავდროულად, შეგიძლიათ <a href=":link">დაბრუნდეთ ინსტუმენტების პანელზე</a>.',
'page_not_found' => 'ჩვენ ვერ ვიპოვეთ გვერდი, რომელსაც ეძებდით. იმავდროულად, შეგიძლიათ <a href=":link">დაბრუნდეთ ინსტუმენტების პანელზე</a>.',
],
];

View File

@ -0,0 +1,10 @@
<?php
return [
'version' => 'ვერსია',
'powered' => 'მუშაობს აქაუტინგზე',
'link' => 'https://akaunting.com',
'software' => 'უფასო საბუღალტრო პროგრამა',
];

View File

@ -0,0 +1,147 @@
<?php
return [
'items' => 'საქონელი | საქონლები',
'incomes' => 'შემოსავალი | შემოსავლები',
'invoices' => 'ფაქტურა | ფაქტურები',
'revenues' => 'შემოსავალი | შემოსავლები',
'customers' => 'მომხმარებელი|მომხმარებლები',
'expenses' => 'ხარჯი|ხარჯები',
'bills' => 'ანგარიში|ანგარიშები',
'payments' => 'გადახდა|გადახდები',
'vendors' => 'გამყიდველი|გამყიდველები',
'accounts' => 'ანგარიში|ანგარიშები',
'transfers' => 'გადარიცხვა|გადარიცხვები',
'transactions' => 'ოპერაცია|ოპერაციები',
'reports' => 'ანგარიში|ანგარიშები',
'settings' => 'პარამეტრი|პარამეტრები',
'categories' => 'კატეგორია|კატეგორიები',
'currencies' => 'ვალუტა|ვალუტები',
'tax_rates' => 'საგადასახადო განაკვეთი|საგადასახადო განაკვეთები',
'users' => 'მომხმარებელი|მამხმარებლები',
'roles' => 'თანამდებობა|თანამდებობა',
'permissions' => 'ნებართვა|ნებართვები',
'modules' => 'App|Apps',
'companies' => 'კომპანია|კომპანიები',
'profits' => 'შემოსავალი|შემოსავლები',
'taxes' => 'გადასახადი|გადასახადები',
'logos' => 'ლოგო|ლოგოები',
'pictures' => 'სურათი|სურათები',
'types' => 'ტიპი|ტიპები',
'payment_methods' => 'გადახდის მეთოდი|გადახდის მეთოდები',
'compares' => 'შემოსავალი ხარჯის წინააღმდეგ|შემოსავლები ხარჯების წინააღმდეგ',
'notes' => 'შენიშვნა|შენიშვნები',
'totals' => 'სულ|სულ',
'languages' => 'ენა|ენები',
'updates' => 'განახლება|განახლებები',
'numbers' => 'ნომერი|ნომრები',
'statuses' => 'სტატუსი|სტატუსები',
'others' => 'სხვა|სხვები',
'contacts' => 'კონტაქტი|კონტაქტები',
'reconciliations' => 'შედარება|შედარებები',
'developers' => 'შემქმნელი|შემქმნელები',
'dashboard' => 'მართვის პანელი',
'banking' => 'საბანკო',
'general' => 'მთავარი',
'no_records' => 'არაა ჩანაწერები.',
'date' => 'თარიღი',
'amount' => 'თანხა',
'enabled' => 'აქტიურია',
'disabled' => 'არააქტიურია',
'yes' => 'დიახ',
'no' => 'არა',
'na' => 'N/A',
'daily' => 'დღიურად',
'monthly' => 'ყოველთვიურად',
'quarterly' => 'კვარტალურად',
'yearly' => 'წლიურად',
'add' => 'დამატება',
'add_new' => 'ახალის დამატება',
'show' => 'ჩვენება',
'edit' => 'რედაქტირება',
'delete' => 'წაშლა',
'send' => 'გაგზავნა',
'download' => 'ჩამოტვირთვა',
'delete_confirm' => 'წაშლის დადასტურება :სახელი :ტიპი?',
'name' => 'სახელი',
'email' => 'ელ-ფოსტა',
'tax_number' => 'საგადასახადო ნომერი',
'phone' => 'ტელეფონი',
'address' => 'მისამართი',
'website' => 'ვებგვერდი',
'actions' => 'ქმედებები',
'description' => 'აღწერა',
'manage' => 'მართვა',
'code' => 'კოდი',
'alias' => 'ზედმეტ სახელი',
'balance' => 'ბალანსი',
'reference' => 'წყარო',
'attachment' => 'დანართი',
'change' => 'შეცვლა',
'switch' => 'გადართვა',
'color' => 'ფერი',
'save' => 'შენახვა',
'cancel' => 'გაუქმება',
'loading' => 'იტვირთება...',
'from' => 'დან',
'to' => 'სკენ',
'print' => 'ბეჭდვა',
'search' => 'ძიება',
'search_placeholder' => 'ძიების ტიპი..',
'filter' => 'ფილტრი',
'help' => 'დახმარება',
'all' => 'ყველა',
'all_type' => 'ყველა :ტიპი',
'upcoming' => 'მომავალი',
'created' => 'შექმნილია',
'id' => 'ID',
'more_actions' => 'მეტი ქმედებები',
'duplicate' => 'დუბლირება',
'unpaid' => 'გადაუხდელი',
'paid' => 'გადახდილი',
'overdue' => 'ვადაგასული',
'partially' => 'ნაწილობრივ',
'partially_paid' => 'ნაწილობრივ გადახდილი',
'export' => 'ექსპორტი',
'finish' => 'დასრულება',
'wizard' => 'ჯადოსნური',
'skip' => 'გამოტოვება',
'enable' => 'ჩართვა',
'disable' => 'გამორთვა',
'select_all' => 'ყველას მონიშვნა',
'unselect_all' => 'ყველა მონიშვნის გაუქმება',
'go_to' => 'გადადით :სახელი',
'created_date' => 'შექმნის თარიღი',
'period' => 'პერიოდი',
'start' => 'დაწყება',
'end' => 'დასასრული',
'clear' => 'გასუფთავება',
'difference' => 'სხვაობა',
'title' => [
'new' => 'ახალი :ტიპი',
'edit' => 'რედაქტირება :ტიპი',
'create' => 'შექმნა :ტიპი',
'send' => 'გაგზავნა :ტიპი',
'get' => 'მიღება :ტიპი',
],
'form' => [
'enter' => 'შეიყვანეთ :ველი',
'select' => [
'field' => '- აირჩიეთ :ველი -',
'file' => 'მონიშნეთ ფაილი',
],
'no_file_selected' => 'ფაილი არ არის მონიშნული...',
],
'date_range' => [
'today' => 'დღეს',
'yesterday' => 'გუშინ',
'last_days' => 'ბოლო: დღე დღეები',
'this_month' => 'ეს თვე',
'last_month' => 'წინა თვე',
],
];

View File

@ -0,0 +1,16 @@
<?php
return [
'change_language' => 'ენის შეცვლა',
'last_login' => 'ბოლო შესვლა სისტემაში :დრო',
'notifications' => [
'counter' => '{0} თქვენ არ გაქვთ შეტყობინება|{1} თქვენ გაქვთ :შეტყობინებების დათვლა|[2,*] თქვენ გაქვთ :შეტყობინებების დათვლა',
'overdue_invoices' => '{1} :ვადაგადაცილებული ფაქტურების დათვლა|[2,*] :ვადაგადაცილებული ფაქტურების დათვლა',
'upcoming_bills' => '{1} :მომავალი ანგარიშის დათვლა|[2,*] :მომავალი ანგარიშის დათვლა',
'items_stock' => '{1} :საწყობში არსებული საქონლის დათვლა|[2,*] :საწყობში არსებული საქონლის დათვლა',
'view_all' => 'ყველას დათვალიერება'
],
'docs_link' => 'https://akaunting.com',
];

View File

@ -0,0 +1,9 @@
<?php
return [
'import' => 'იმპორტი',
'title' => 'იმპორტი :type',
'message' => 'დაშვებული ფაილის ტიპები: XLS, XLSX. გთხოვთ, <a target="_blank" href=":link"><strong>download</strong></a> სანიმუშო ფაილი.',
];

View File

@ -0,0 +1,44 @@
<?php
return [
'next' => 'შემდეგი',
'refresh' => 'განახლება',
'steps' => [
'requirements' => 'გთხოვთ, სთხოვოთ თქვენს ჰოსტინგ პროვაიდერს შეცდომის გასწორება!',
'language' => 'ნაბიჯი 1/3 : ენის არჩევა',
'database' => 'ნაბიჯი 2/3 : მონაცემთა ბაზის პარამეტრები',
'settings' => 'ნაბიჯი 3/3 : კომპანია და ადმინისტრატორის პარამეტრები',
],
'language' => [
'select' => 'აირჩიეთ ენა',
],
'requirements' => [
'enabled' => ':ფუნქცია უნდა იყოს ჩართული!',
'disabled' => ':ფუნქცია უნდა იყოს გამორთული!',
'extension' => ':გაფართოება უნდა იყოს ჩატვირთული და დამონტაჟებული!',
'directory' => ':დირექტორია დირექტორია უნდა იყოს ჩაწერადი!',
],
'database' => [
'hostname' => 'ჰოსტის სახელი',
'username' => 'მომხმარებელი',
'password' => 'პაროლი',
'name' => 'მონაცემთა ბაზა',
],
'settings' => [
'company_name' => 'კომპანიის სახელწოდება',
'company_email' => 'კომპანიის Email-ი',
'admin_email' => 'ადმინ Email-ი',
'admin_password' => 'ადმინისტრატორის პაროლი',
],
'error' => [
'connection' => 'შეცდომა: ვერ დაუკავშირდა მონაცემთა ბაზას! გთხოვთ, გადაამოწმოთ დეტალების სისწორე.',
],
];

View File

@ -0,0 +1,72 @@
<?php
return [
'invoice_number' => 'ფაქტურის ნომერი',
'invoice_date' => 'ფაქტურის თარიღი',
'total_price' => 'ჯამური ღირებულება',
'due_date' => 'გადახდის ვადის თარიღი',
'order_number' => 'შეკვეთის ნომერი',
'bill_to' => 'ანგარიში',
'quantity' => 'რაოდენობა',
'price' => 'ფასი',
'sub_total' => 'ჯამი',
'discount' => 'ფასდაკლება',
'tax_total' => 'გადასახადების ჯამი',
'total' => 'სულ',
'item_name' => 'საქონლის სახელი|საქონლის სახელები',
'show_discount' => ':discount% ფასდაკლება',
'add_discount' => 'ფასდაკლებით',
'discount_desc' => 'ჯამი',
'payment_due' => 'გადახდა ვადამდე',
'paid' => 'გადახდილი',
'histories' => 'ისტორია',
'payments' => 'გადახდები',
'add_payment' => 'გადახდის დამატება',
'mark_paid' => 'ფასიანის მონიშვნა',
'mark_sent' => 'გაგზავნის მონიშვნა',
'download_pdf' => 'PDF ის ჩამოტვირთვა',
'send_mail' => 'ელ-ფოსტის გაგზავნა',
'all_invoices' => 'შესვლა ყველა ფაქტურის სანახავად',
'create_invoice' => 'ფაქტურის შექმნა',
'send_invoice' => 'ფაქტურის გაგზავნა',
'get_paid' => 'გადახდის მიღება',
'accept_payments' => 'ონლაინ გადახდის მიღება',
'status' => [
'draft' => 'პროექტი',
'sent' => 'გაგზავნა',
'viewed' => 'ნახვა',
'approved' => 'დადასტურებული',
'partial' => 'ნაწილობრივი',
'paid' => 'გადახდილი',
],
'messages' => [
'email_sent' => 'ფაქტურა ელ-ფოსტით წარმატებით გაიგზავნა!',
'marked_sent' => 'ფაქტურა მონიშნულია, როგორც წარმატებით გაგზავნილი!',
'email_required' => 'არ არის ამ მომხმარებლის ელ-ფოსტის მისამართი!',
'draft' => 'ეს არის a <b>პროექტი</b> ფაქტურა, რომელიც აისახება დიაგრამაში გაგზავნის შემდეგ.',
'status' => [
'created' => 'შექმნილია :თარიღი',
'send' => [
'draft' => 'არ გაიგზავნა',
'sent' => 'გაგზავნილია :თარიღი',
],
'paid' => [
'await' => 'გადახდის მოლოდინი',
],
],
],
'notification' => [
'message' => 'თქვენ მიიღეთ ეს წერილი, რადგან თქვენ გაქვთ მომავალი :ფაქტურა თანხაზე :მომხმარებელი მომხმარებელი.',
'button' => 'ახლავე გადახდა',
],
];

View File

@ -0,0 +1,18 @@
<?php
return [
'quantities' => 'რაოდენობა|რაოდენობები',
'sales_price' => 'გასაყიდი ფასი',
'purchase_price' => 'შეძენის ფასი',
'sku' => 'არტიკული',
'notification' => [
'message' => [
'reminder' => 'თქვენ მიიღეთ ეს წერილი, რადგან დარჩა მხოლოდ :რაოდენობა :სახელწოდება.',
'out_of_stock' => 'თქვენ მიიღეთ ეს წერილი, რადგან :სახლეწოდება იწურება საწყობში.',
],
'button' => 'იხილეთ ახლავე',
],
];

View File

@ -0,0 +1,32 @@
<?php
return [
'success' => [
'added' => ':ტიპი დამატებულია!',
'updated' => ':ტიპი განახლებულია!',
'deleted' => ':ტიპი წაშლილია!',
'duplicated' => ':ტიპი დუბლირდება!',
'imported' => ':ტიპი იმპორტირებულია!',
'enabled' => ':ტიპი ჩართულია!',
'disabled' => ':ტიპი გამორთულია!',
],
'error' => [
'over_payment' => 'შეცდომა: გადახდა არ დაემატა! შეყვანილი თანხა აღემატება ჯამს: :თანხა',
'not_user_company' => 'შეცდომა: თქვენ არ გაქვთ უფლება მართოთეს კომპანია!',
'customer' => 'შეცდომა: მომხმარებელი არ არის შექმნილი! :სახელი უკვე იყენებს ამ ელ-ფოსტის მისამართს.',
'no_file' => 'შეცდომა: ფაილი არ არის არჩეული!',
'last_category' => 'შეცდომა: ვერ ხერხდება წაშლა ბოლო : კატეგორიის ტიპი!',
'invalid_token' => 'შეცდომა: შეყვანილი ნიშანი არასწორია!',
'import_column' => 'შეცდომა: შეტყობინება სიის სახელი: :სია. ხაზის ნომერი: :ხაზი.',
'import_sheet' => 'შეცდომა: სიის სახელი არასწორია. გთხოვთ, შეამოწმოთ ნიმუშის ფაილი.',
],
'warning' => [
'deleted' => 'გაფრთხილება: თქვენ არ გაქვთ უფლება წაშალოთ <b>:სახელი</b> იმიტომ, რომ მას აქვს: დაკავშირებული ტექსტი.',
'disabled' => 'გაფრთხილება: თქვენ არ გაქვთ უფლება გამორთოთ <b>:სახელი</b> იმიტომ, რომ მას აქვს: დაკავშირებული ტექსტი.',
'disable_code' => 'გაფრთხილება: თქვენ არ გაქვთ უფლება გამორთოთ ან შეცვალოთ ვალუტა <b>:სახელი</b> იმიტომ, რომ მას აქვს: დაკავშირებული ტექსტი.',
],
];

View File

@ -0,0 +1,85 @@
<?php
return [
'title' => 'API ნიშანი',
'api_token' => 'ნიშანი',
'my_apps' => 'ჩემი აპლიკაციები',
'pre_sale' => 'წინასწარი გაყიდვა',
'top_paid' => 'ზემოთ გადახდილი',
'new' => 'ახალი',
'top_free' => 'ზემოთ უფასო',
'free' => 'უფასო',
'search' => 'ძიება',
'install' => 'დაყენება',
'buy_now' => 'ახლავე ყიდვა',
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">აქ დააჭირეთ</a> რომ მიიღოთ თქვენი API ნიშანი.',
'no_apps' => 'ამ კატეგორიაში აპლიკაციები არ არის.',
'developer' => 'თქვენ ხართ შემქმნელი? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">აქ</a> შეგიძლიათ გაიგოთ, თუ როგორ შექმნათ აპლიკაცია და დაიწყე გაყიდვა დღესვე!',
'recommended_apps' => 'რეკომენდირებული აპლიკაცია',
'about' => 'შესახებ',
'added' => 'დამატებული',
'updated' => 'განახლებული',
'compatibility' => 'თავსებადობა',
'documentation' => 'დოკუმენტაცია',
'view' => 'ნახვა',
'back' => 'უკან',
'installed' => ':მოდული დაყენებულია',
'uninstalled' => ':მოდული წაშლილია',
//'updated' => ':module updated',
'enabled' => ':მოდული ჩართულია',
'disabled' => ':მოდული გამორთულია',
'tab' => [
'installation' => 'დაყენება',
'faq' => 'ხშირად დასმული კითხვები',
'changelog' => 'ცვლილებები',
'reviews' => 'შეფასებები',
],
'installation' => [
'header' => 'აპლიკაციის დაყენება',
'download' => 'ჩამოტვირთვა :მოდულის ფაილი.',
'unzip' => 'ამოღება :მოდულის ფაილი.',
'file_copy' => 'კოპირება :მოდულის ფაილი.',
'migrate' => 'გამოყენება :მოდულის განახლება.',
'finish' => 'განახლება წარმატებით განხორციელდა. თქვენ გადამისამართდებით განახლების ცენტრში.',
'install' => 'დაყენება :მოდულის ფაილი.',
],
'errors' => [
'download' => ':მოდული ვერ ჩამოიტვირთა!',
'upload' => 'გადმოწერილია :მოდული ვერ შეინახება!',
'unzip' => ':მოდული ვერ ამოარქივდა!',
'file_copy' => ':მოდულის ფაილები არ დაკოპირდა!',
'migrate' => ':მოდულის მიგრაცია გატეხილია!',
'migrate core' => ':მოდული არის უახლესი ვერსიის. ასე, რომ თქვენ მას ვერ განაახლებთ.',
],
'badge' => [
'installed' => 'დაყენებულია',
'pre_sale' => 'წინასწარი გაყიდვა',
],
'button' => [
'uninstall' => 'წაშლა',
'disable' => 'გამორთვა',
'enable' => 'ჩართვა',
],
'my' => [
'purchased' => 'შეძენილია',
'installed' => 'დაყენებულია',
],
'reviews' => [
'button' => [
'add' => 'მიმოხილვის დამატება'
],
'na' => 'არ არის მიმოხილვები.'
]
];

View File

@ -0,0 +1,10 @@
<?php
return [
'whoops' => 'ვაი!',
'hello' => 'მოგესალმებით!',
'salutation' => 'პატივისცემით,<br> :კომპანიის_სახელი',
'subcopy' => 'თუ თქვენ შეგექმნათ პრობლემა ღილაკის დაჭერაზე ":text", დააკოპირეთ და ჩასვით ქევმოთ მოყვანილი URL მისამართი თქვენს ბრაუზერში: [:url](:url)',
];

View File

@ -0,0 +1,9 @@
<?php
return [
'previous' => '&laquo; წინა',
'next' => 'შემდეგი &raquo;',
'showing' => 'ჩვენება :პირველი :ბოლო :სულ :ტიპი',
];

View File

@ -0,0 +1,22 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'password' => 'პაროლი უნდა შედგებოდეს მინიმუმ 6 სიმბოლოსგან და ემთხვეოდეს დადასტურებას.',
'reset' => 'თქვენი პაროლი განახლებულია!',
'sent' => 'თქვენს ელ.ფოსტაზე მიიღებთ პაროლის განახლების ბმულს!',
'token' => 'პაროლის განახლების კოდი არასწორია.',
'user' => "მომხმარებელი ამ მონაცემებით არ არსებობს.",
];

View File

@ -0,0 +1,16 @@
<?php
return [
'reconcile' => 'შეჯერება',
'reconciled' => 'შეჯერებული',
'closing_balance' => 'ბალანსის დახურვა',
'unreconciled' => 'არაა შეჯერებული',
'list_transactions' => 'ტრანსაქციების სია',
'start_date' => 'დასაწყისის თარიღი',
'end_date' => 'დასრულების თარიღი',
'cleared_amount' => 'თანხის გასუფთავება',
'deposit' => 'დეპოზიტი',
'withdrawal' => 'გაყვანა',
];

View File

@ -0,0 +1,20 @@
<?php
return [
'recurring' => 'განმეორებადი',
'every' => 'ყოველი',
'period' => 'პერიოდი',
'times' => 'დრო',
'daily' => 'ყოველდღე',
'weekly' => 'ყოველკვირა',
'monthly' => 'ყოველთვე',
'yearly' => 'ყოველწლიურად',
'custom' => 'მომხმარებელი',
'days' => 'დღე(ები)',
'weeks' => 'კვირა(კვირები)',
'months' => 'თვე(ები)',
'years' => 'წელი(წლები)',
'message' => 'ეს არის განმეორებადი :ტიპი და შემდეგი :ტიპი ავტომატურად დაგენერირდება :თარიღი',
];

View File

@ -0,0 +1,30 @@
<?php
return [
'this_year' => 'ეს წელი',
'previous_year' => 'წინა წელი',
'this_quarter' => 'ეს კვარტალი',
'previous_quarter' => 'წინა კვარტალი',
'last_12_months' => 'ბოლო 12 თვე',
'profit_loss' => 'მოგება და ზარალი',
'gross_profit' => 'საერთო მოგება',
'net_profit' => 'წმინდა მოგება',
'total_expenses' => 'საერთო ხარჯები',
'net' => 'წმინდა',
'summary' => [
'income' => 'ჯამური შემოსავალი',
'expense' => 'ჯამური ხარჯები',
'income_expense' => 'შემოსავალი ხარჯის წილ',
'tax' => 'ჯამური გადასახადები',
],
'quarter' => [
'1' => 'იანვარი-მარტი',
'2' => 'აპრილი-ივნისი',
'3' => 'ივლისი-სექტემბერი',
'4' => 'ოქტომბერი-დეკემბერი',
],
];

View File

@ -0,0 +1,103 @@
<?php
return [
'company' => [
'name' => 'სახელი',
'email' => 'ელ-ფოსტა',
'phone' => 'ტელეფონი',
'address' => 'მისამართი',
'logo' => 'ლოგო',
],
'localisation' => [
'tab' => 'ლოკალიზაცია',
'financial_start' => 'ფინანსური წლის საწყისი',
'timezone' => 'დროის ზონა',
'date' => [
'format' => 'თარიღის ფორმატი',
'separator' => 'დროის გამყოფი',
'dash' => 'ტირე (-)',
'dot' => 'წერტილი (.)',
'comma' => 'მძიმე (,)',
'slash' => 'ფრაქცია (/)',
'space' => 'სივრცე ( )',
],
'percent' => [
'title' => 'პროცენტი (%) პოზიცია',
'before' => 'რიცხვამდე',
'after' => 'რიცხვის შემდეგ',
],
],
'invoice' => [
'tab' => 'ინვოისი',
'prefix' => 'პრეფიქს ნომერი',
'digit' => 'რიცხვითი ციფრი',
'next' => 'შემდეგი ნომერი',
'logo' => 'ლოგო',
'custom' => 'მორგება',
'item_name' => 'საქონლის დასახელება',
'item' => 'საქონელი',
'product' => 'პროდუქტი',
'service' => 'სერვისები',
'price_name' => 'ფასის დასახელება',
'price' => 'ფასი',
'rate' => 'კურსი',
'quantity_name' => 'რაოდენობის სახელი',
'quantity' => 'რაოდენობა',
],
'default' => [
'tab' => 'სტანდარტი',
'account' => 'ნაგულისხმევი ანგარიში',
'currency' => 'ნაგულისხმევი ვალუტა',
'tax' => 'ნაგულისხმევი საგადასახადო განაკვეთი',
'payment' => 'ნაგულისხმევი გადახდის მეთოდი',
'language' => 'ნაგულისხმები ენა',
],
'email' => [
'protocol' => 'პროტოკოლი',
'php' => 'PHP Mail',
'smtp' => [
'name' => 'SMTP',
'host' => 'SMTP ჰოსტი',
'port' => 'SMTP პორტი',
'username' => 'SMTP მომხმარებლის სახელი',
'password' => 'SMTP პაროლი',
'encryption' => 'SMTP უსაფრთხოება',
'none' => 'არცერთი',
],
'sendmail' => 'Sendmail',
'sendmail_path' => 'გზა Sendmail-ისკენ',
'log' => 'ელ-ფოსტის ლოგები',
],
'scheduling' => [
'tab' => 'განრიგი',
'send_invoice' => 'ინვოისის შეხსენების გაგზავნა',
'invoice_days' => 'გაგზავნა მითითებული დღის გსვლის შემდგომ',
'send_bill' => 'ანგარიშის შეხსენების გაგზავნა',
'bill_days' => 'გაგზავნა მითითებულ დღემდე',
'cron_command' => 'განრიგის ბრძანება',
'schedule_time' => 'დაწყების საათი',
'send_item_reminder'=> 'საქონლის შეხსენების გაგზავნა',
'item_stocks' => 'გაგზავნა როცა საქონელი საწყობშია',
],
'appearance' => [
'tab' => 'იერი',
'theme' => 'თემა',
'light' => 'ნათელი',
'dark' => 'ბნელი',
'list_limit' => 'ჩანაწერები ფურცელზე',
'use_gravatar' => 'გამოიყენეთ გრავატარი',
],
'system' => [
'tab' => 'სისტემა',
'session' => [
'lifetime' => 'სესიის ხანგრძლივობა (წუთები)',
'handler' => 'სესიის დამმუშავებელი',
'file' => 'ფაილი',
'database' => 'მონაცემთა ბაზა',
],
'file_size' => 'ფაილის მაქს ზომა (MB)',
'file_types' => 'დაშვებული ფაილის ტიპი',
],
];

View File

@ -0,0 +1,11 @@
<?php
return [
'rate' => 'კურსი',
'rate_percent' => 'კურსი (%)',
'normal' => 'ნორმალური',
'inclusive' => 'თანდართული',
'compound' => 'შერეული',
];

View File

@ -0,0 +1,12 @@
<?php
return [
'from_account' => 'მომხმარებლისგან',
'to_account' => 'მომხმარებელს',
'messages' => [
'delete' => ':გან მდე :მდე (:თანხა)',
],
];

View File

@ -0,0 +1,15 @@
<?php
return [
'installed_version' => 'დაინსტალირებული ვერსია',
'latest_version' => 'უახლესი ვერსია',
'update' => 'Akaunting-ის განახლება :ვერსია ვერსია',
'changelog' => 'ცვლილებები',
'check' => 'შემოწმება',
'new_core' => 'Akaunting-ის ახალი ვერსია ხელმისაწვდომია.',
'latest_core' => 'გილოცავთ! თქვენ სარგებლობთ პროგრამის ბოლო ვერსიით. მომოვალში უსაფრთხოების განახლებელი განხორციელდება აუტომატურად.',
'success' => 'განახლება წარმატებით დასრულდა.',
'error' => 'განახლება ვერ მოხერხდა, გთხოვთ, სცადოთ მოგვიანებით.',
];

View File

@ -0,0 +1,121 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'accepted' => ':attribute უნდა იყოს მონიშნული.',
'active_url' => ':attribute უნდა იყოს URL მისამართი.',
'after' => ':attribute უნდა იყოს :date-ის შემდეგ.',
'after_or_equal' => ':attribute უნდა იყოს :date-ის შემდეგ ან მისი ტოლი.',
'alpha' => ':attribute უნდა შეიცავდეს მხოლოდ ასოებს.',
'alpha_dash' => ':attribute უნდა შეიცავდეს მხოლოდ ასოებს, რიცხვებს და ტირეებს.',
'alpha_num' => ':attribute უნდა შეიცავდეს მხოლოდ ასოებს და რიცხვებს.',
'array' => ':attribute უნდა იყოს მასივი.',
'before' => ':attribute უნდა იყოს :date-მდე.',
'before_or_equal' => ':attribute უნდა იყოს :date-მდე ან მისი ტოლი.',
'between' => [
'numeric' => ':attribute უნდა იყოს :min-სა და :max-ს შორის.',
'file' => ':attribute უნდა იყოს :min-სა და :max კილობაიტს შორის.',
'string' => ':attribute უნდა იყოს :min-სა და :max სიმბოლოს შორის.',
'array' => ':attribute-ის რაოდენობა უნდა იყოს :min-დან :max-მდე.',
],
'boolean' => ':attribute უნდა იყოს true, false, 0 ან 1.',
'confirmed' => ':attribute არ ემთხვევა დადასტურებას.',
'date' => ':attribute შეიცავს თარიღის არასწორ ფორმატს.',
'date_format' => ':attribute არ ემთხვევა თარიღის ფორმატს: :format.',
'different' => ':attribute და :other არ უნდა ემთხვეოდეს ერთმანეთს.',
'digits' => ':attribute უნდა შედგებოდეს :digits ციფრისგან.',
'digits_between' => ':attribute უნდა შედგებოდეს :min-დან :max ციფრამბდე.',
'dimensions' => ':attribute შეიცავს სურათის არასწორ ზომებს.',
'distinct' => ':attribute უნდა იყოს უნიკალური.',
'email' => ':attribute უნდა იყოს სწორი ელ.ფოსტა.',
'exists' => 'ასეთი :attribute არ არსებობს.',
'file' => ':attribute უნდა იყოს ფაილი.',
'filled' => ':attribute აუცილებელია.',
'image' => ':attribute უნდა იყოს სურათი.',
'in' => 'მითითებული :attribute არასწორია.',
'in_array' => ':attribute უნდა არსებობდეს :other-ში.',
'integer' => ':attribute უნდა იყოს მთელი რიცხვი.',
'ip' => ':attribute უნდა იყოს IP მისამართი.',
'json' => ':attribute უნდა იყოს JSON ტიპის.',
'max' => [
'numeric' => ':attribute არ უნდა აღემატებოდეს :max-ს.',
'file' => ':attribute არ უნდა აღემატებოდეს :max კილობაიტს.',
'string' => ':attribute არ უნდა აღემატებოდეს :max სიმბოლოს.',
'array' => ':attribute-ის რაოდენობა არ უნდა აღემატებოდეს :max-ს.',
],
'mimes' => ':attribute უნდა იყოს შემდეგი ტიპის: :values.',
'mimetypes' => ':attribute უნდა იყოს შემდეგი ტიპის: :values.',
'min' => [
'numeric' => ':attribute უნდა იყოს მინიმუმ :min.',
'file' => ':attribute უნდა იყოს მინიმუმ :min კილობაიტი.',
'string' => ':attribute უნდა შეიცავდეს მინიმუმ :min სიმბოლოს.',
'array' => ':attribute უნდა იყოს მინიმუმ :min.',
],
'not_in' => 'მითითებული :attribute არასწორია.',
'numeric' => ':attribute უნდა იყოს რიცხვი.',
'present' => ':attribute უნდა არსებობდეს, თუნდაც ცარიელი.',
'regex' => ':attribute არ ემთხვევა ფორმატს.',
'required' => ':attribute აუცილებელია.',
'required_if' => ':attribute აუცილებელია, თუ :other-ის მნიშვნელობა ემთხვევა :value-ს.',
'required_unless' => ':attribute აუცილებელია, თუ :values არ შეიცავს :other-ს.',
'required_with' => ':attribute აუცილებელია, თუ :values მითითებულია.',
'required_with_all' => ':attribute აუცილებელია, თუ :values მითითებულია.',
'required_without' => ':attribute აუცილებელია, თუ :values არ არის მითითებული.',
'required_without_all' => ':attribute აუცილებელია, თუ :values არ არის მითითებული.',
'same' => ':attribute და :other უნდა ემთხვეოდეს ერთმანეთს.',
'size' => [
'numeric' => ':attribute უნდა იყოს :size-ის ტოლი.',
'file' => ':attribute უნდა იყოს :size კილობაიტი.',
'string' => ':attribute უნდა შედგებოდეს :size სიმბოლოსგან.',
'array' => ':attribute უნდა შეიცავდეს :size ელემენტს.',
],
'string' => ':attribute უნდა იყოს ტექსტი.',
'timezone' => ':attribute უნდა იყოს სასაათო სარტყელი.',
'unique' => 'ასეთი :attribute უკვე არსებობს.',
'uploaded' => ':attribute-ის ატვირთვა ვერ მოხერხდა.',
'url' => ':attribute უნდა იყოს URL მისამართი.',
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'მორგებული-წერილი',
],
'invalid_currency' => ':ატრიბუტის კოდი არასწორია.',
'invalid_amount' => 'თანხა: ატრიბუტი არასწორია.',
],
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap attribute place-holders
| with something more reader friendly such as E-Mail Address instead
| of "email". This simply helps us make messages a little cleaner.
|
*/
'attributes' => [],
];

View File

@ -2,55 +2,58 @@
return [
'bill_number' => 'Rēķina numurs',
'bill_date' => 'Rēķina datums',
'total_price' => 'Kopējā summa',
'due_date' => 'Apmaksas termiņš',
'order_number' => 'Pasūtījuma numurs',
'bill_from' => 'Piegādātājs (pakalpojuma sniedzējs)',
'bill_number' => 'Rēķina numurs',
'bill_date' => 'Rēķina datums',
'total_price' => 'Kopējā summa',
'due_date' => 'Apmaksas termiņš',
'order_number' => 'Pasūtījuma numurs',
'bill_from' => 'Piegādātājs (pakalpojuma sniedzējs)',
'quantity' => 'Daudzums',
'price' => 'Cena',
'sub_total' => 'Kopā',
'discount' => 'Atlaide',
'tax_total' => 'Nodokļi kopā',
'total' => 'Kopā',
'quantity' => 'Daudzums',
'price' => 'Cena',
'sub_total' => 'Kopā',
'discount' => 'Atlaide',
'tax_total' => 'Nodokļi kopā',
'total' => 'Kopā',
'item_name' => 'Nosaukums|Nosaukums',
'item_name' => 'Nosaukums|Nosaukumi',
'show_discount' => 'Atlaide :discount%',
'add_discount' => 'Pievienot atlaidi',
'discount_desc' => 'no',
'show_discount' => 'Atlaide :discount%',
'add_discount' => 'Pievienot atlaidi',
'discount_desc' => 'no',
'payment_due' => 'Kavēts rēķins',
'amount_due' => 'Kavēts maksājums',
'paid' => 'Samaksāts',
'histories' => 'Vēsture',
'payments' => 'Maksājumi',
'add_payment' => 'Pievienot maksājumu',
'mark_received' => 'Mark Received',
'download_pdf' => 'Lejupielādēt PDF',
'send_mail' => 'Sūtīt e-pastu',
'payment_due' => 'Kavēts rēķins',
'amount_due' => 'Kavēts maksājums',
'paid' => 'Samaksāts',
'histories' => 'Vēsture',
'payments' => 'Maksājumi',
'add_payment' => 'Pievienot maksājumu',
'mark_received' => 'Atzīmēt kā aņemtu',
'download_pdf' => 'Lejupielādēt PDF',
'send_mail' => 'Sūtīt e-pastu',
'create_bill' => 'Izrakstīt rēķinu',
'receive_bill' => 'Saņemt rēķinu',
'make_payment' => 'Veikt maksājumu',
'status' => [
'draft' => 'Sagatave',
'received' => 'Apstiprināts',
'partial' => 'Daļējs',
'paid' => 'Samaksāts',
'draft' => 'Melnraksts',
'received' => 'Saņemts',
'partial' => 'Daļējs',
'paid' => 'Samaksāts',
],
'messages' => [
'received' => 'Rēķina saņemšana ir apstiprināta!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'received' => 'Rēķina saņemšana ir apstiprināta!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'status' => [
'created' => 'Created on :date',
'receive' => [
'draft' => 'Not sent',
'received' => 'Received on :date',
'created' => 'Izveidots: datums',
'receive' => [
'draft' => 'Nav nosūtīts',
'received' => 'Saņemts: datums',
],
'paid' => [
'await' => 'Awaiting payment',
'paid' => [
'await' => 'Gaidāmie maksājumi',
],
],
],

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Angļu mārciņa',
'currencies_try' => 'Turku lira',
'taxes_exempt' => 'Ar nodokli neapliekams',
'taxes_normal' => 'Ar nodokli apliekams',
'taxes_sales' => 'PVN',
];

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Forbidden Access',
'error_page' => 'Error Page',
'page_not_found' => 'Page Not Found',
'body' => [
'forbidden_access' => 'Oops! Forbidden Access.',
'error_page' => 'Oops! Something went wrong.',
'page_not_found' => 'Oops! Page not found.',
],
'messages' => [
'forbidden_access' => 'You can not access this page.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'error_page' => 'We will work on fixing that right away.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'page_not_found' => 'We could not find the page you were looking for.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
],
];

View File

@ -40,8 +40,7 @@ return [
'others' => 'Citi|Citi',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'developers' => 'Developer|Developers',
'dashboard' => 'Sākums',
'banking' => 'Banka',

View File

@ -2,67 +2,71 @@
return [
'invoice_number' => 'Rēķina numurs',
'invoice_date' => 'Rēķina datums',
'total_price' => 'Kopējā summa',
'due_date' => 'Apmaksas termiņš',
'order_number' => 'Pasūtījuma numurs',
'bill_to' => 'Piegādātājs',
'invoice_number' => 'Rēķina numurs',
'invoice_date' => 'Rēķina datums',
'total_price' => 'Kopējā summa',
'due_date' => 'Apmaksas termiņš',
'order_number' => 'Pasūtījuma numurs',
'bill_to' => 'Saņēmējs',
'quantity' => 'Daudzums',
'price' => 'Cena',
'sub_total' => 'Summa',
'discount' => 'Atlaide',
'tax_total' => 'Atlaide kopā',
'total' => 'Summa',
'quantity' => 'Daudzums',
'price' => 'Cena',
'sub_total' => 'Summa',
'discount' => 'Atlaide',
'tax_total' => 'Atlaide kopā',
'total' => 'Summa',
'item_name' => 'Nosaukums|Nosaukums',
'item_name' => 'Nosaukums|Nosaukums',
'show_discount' => ':discount% atlaide',
'add_discount' => 'Pieviento atlaidi',
'discount_desc' => 'no summas',
'show_discount' => ':discount% atlaide',
'add_discount' => 'Pieviento atlaidi',
'discount_desc' => 'no summas',
'payment_due' => 'Apmaksas termiņš',
'paid' => 'Samaksāts',
'histories' => 'Vēsture',
'payments' => 'Maksājumi',
'add_payment' => 'Pievienot maksājumu',
'mark_paid' => 'Atzīmēt kā samaksāts',
'mark_sent' => 'Atzīmēt kā nosūtītu',
'download_pdf' => 'Lejupielādēt PDF',
'send_mail' => 'Sūtīt e-pastu',
'all_invoices' => 'Login to view all invoices',
'payment_due' => 'Apmaksas termiņš',
'paid' => 'Samaksāts',
'histories' => 'Vēsture',
'payments' => 'Maksājumi',
'add_payment' => 'Pievienot maksājumu',
'mark_paid' => 'Atzīmēt kā samaksāts',
'mark_sent' => 'Atzīmēt kā nosūtītu',
'download_pdf' => 'Lejupielādēt PDF',
'send_mail' => 'Sūtīt e-pastu',
'all_invoices' => 'Pierakstīties, lai skatītu visus rēķinus',
'create_invoice' => 'Izveidot rēķinu',
'send_invoice' => 'Sūtīt rēķinu',
'get_paid' => 'Saņemt apmaksu',
'accept_payments' => 'Pieņemt tiešsaistes maksājumus',
'status' => [
'draft' => 'Sagatave',
'sent' => 'Nosūtīts',
'viewed' => 'Skatīts',
'approved' => 'Apstiprināts',
'partial' => 'Daļēji',
'paid' => 'Samaksāts',
'draft' => 'Sagatave',
'sent' => 'Nosūtīts',
'viewed' => 'Skatīts',
'approved' => 'Apstiprināts',
'partial' => 'Daļēji',
'paid' => 'Samaksāts',
],
'messages' => [
'email_sent' => 'Rēķins veiksmīgi nosūtīts uz e-pastu!',
'marked_sent' => 'Rēķins atzīmēts kā nosūtīts!',
'email_required' => 'Pircējam nav norādīta e-pasta adrese!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'email_sent' => 'Rēķins veiksmīgi nosūtīts uz e-pastu!',
'marked_sent' => 'Rēķins atzīmēts kā nosūtīts!',
'email_required' => 'Pircējam nav norādīta e-pasta adrese!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [
'created' => 'Created on :date',
'send' => [
'draft' => 'Not sent',
'sent' => 'Sent on :date',
'created' => 'Izveidots: datums',
'send' => [
'draft' => 'Nav nosūtīts',
'sent' => 'Nosūtīts: datums',
],
'paid' => [
'await' => 'Awaiting payment',
'paid' => [
'await' => 'Gaidāmie maksājumi',
],
],
],
'notification' => [
'message' => 'Jūs saņemāt šo e-pastu, jo jums ir sagatavots rēķins par summu :amount, Rēķins izrakstīts :customer.',
'button' => 'Apmaksāt',
'message' => 'Jūs saņemāt šo e-pastu, jo jums ir sagatavots rēķins par summu :amount, Rēķins izrakstīts :customer.',
'button' => 'Apmaksāt tagad',
],
];

View File

@ -11,6 +11,7 @@ return [
'enabled' => ':type iespējots!',
'disabled' => ':type atspējots!',
],
'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'Kļūda: Jums nav tiesības strādāt ar šo uzņēmumu!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Kļūda: :message Lapas nosaukums: :sheet. Rindas numurs: :line.',
'import_sheet' => 'Kļūda: Lapas nosaukums nav pareizs. Lūdzu pārbaudiet parauga failu.',
],
'warning' => [
'deleted' => 'Brīdinājums: Jums nav tiesību dzēst <b>:name</b> jo tas ir saistīts ar :text.',
'disabled' => 'Brīdinājums: Jums nav tiesību atspējot <b>:name</b> jo tas ir saistīts ar :text.',
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'API atslēga',
'api_token' => 'Atslēga',
'my_apps' => 'Manas programmas',
'pre_sale' => 'Pre-Sale',
'top_paid' => 'Top maksas',
'new' => 'Jaunas',
'top_free' => 'Top bezmaksas',
@ -23,6 +24,9 @@ return [
'added' => 'Pievienots',
'updated' => 'Atjaunināts',
'compatibility' => 'Savietojamība',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
'installed' => ':module instalēta',
'uninstalled' => ':module atinstalēta',
@ -58,6 +62,7 @@ return [
'badge' => [
'installed' => 'Instalēts',
'pre_sale' => 'Pre-Sale',
],
'button' => [

View File

@ -10,5 +10,7 @@ return [
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
'deposit' => 'Deposit',
'withdrawal' => 'Withdrawal',
];

View File

@ -11,6 +11,8 @@ return [
],
'localisation' => [
'tab' => 'Reģionālie iestatījumi',
'financial_start' => 'Financial Year Start',
'timezone' => 'Laika zona',
'date' => [
'format' => 'Datuma formāts',
'separator' => 'Datuma atdalītājs',
@ -20,7 +22,6 @@ return [
'slash' => 'Daļsvītra (/)',
'space' => 'Atstarpe ( )',
],
'timezone' => 'Laika zona',
'percent' => [
'title' => 'Procentu (%) pozīcija',
'before' => 'Pirms skaitļa',

View File

@ -4,5 +4,8 @@ return [
'rate' => 'Likme',
'rate_percent' => 'Likme (%)',
'normal' => 'Normal',
'inclusive' => 'Inclusive',
'compound' => 'Compound',
];

View File

@ -0,0 +1,21 @@
<?php
return [
'forbidden_access' => 'Ikke tilgang',
'error_page' => 'Feilside',
'page_not_found' => 'Side ikke funnet',
'body' => [
'forbidden_access' => 'Oops! Ikke tilgang.',
'error_page' => 'Oops! Noe gikk galt.',
'page_not_found' => 'Oops! Side ikke funnet.',
],
'messages' => [
'forbidden_access' => 'Du har ikke tilgang til denne siden. I mellomtiden kan du <a href=":link">returnere til kontrollpanelet</a>.',
'error_page' => 'Vi vil arbeide med å ordne dette med en gang. I mellomtiden kan du <a href=":link">returnere til kontrollpanelet</a>.',
'page_not_found' => 'Vi kunne ikke finne siden du leter etter. I mellomtiden kan du <a href=":link">returnere til kontrollpanelet</a>.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'API-token',
'api_token' => 'Token',
'my_apps' => 'Mine applikasjoner',
'pre_sale' => 'Forhåndssalg',
'top_paid' => 'Topp betalte',
'new' => 'Ny',
'top_free' => 'Topp gratis',
@ -61,6 +62,7 @@ return [
'badge' => [
'installed' => 'Innstallert',
'pre_sale' => 'Forhåndssalg',
],
'button' => [

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britse pond',
'currencies_try' => 'Turkse Lira',
'taxes_exempt' => 'Vrijstelling van BTW',
'taxes_normal' => 'Standaard BTW',
'taxes_sales' => 'Verkoop BTW',
];

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Forbidden Access',
'error_page' => 'Error Page',
'page_not_found' => 'Page Not Found',
'body' => [
'forbidden_access' => 'Oops! Forbidden Access.',
'error_page' => 'Oops! Something went wrong.',
'page_not_found' => 'Oops! Page not found.',
],
'messages' => [
'forbidden_access' => 'You can not access this page.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'error_page' => 'We will work on fixing that right away.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'page_not_found' => 'We could not find the page you were looking for.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
],
];

View File

@ -35,6 +35,7 @@ return [
'create_invoice' => 'Factuur maken',
'send_invoice' => 'Factuur sturen',
'get_paid' => 'Betaling afstemmen',
'accept_payments' => 'Accept Online Payments',
'status' => [
'draft' => 'Concept',

View File

@ -5,6 +5,7 @@ return [
'title' => 'API-Token',
'api_token' => 'Token',
'my_apps' => 'Mijn Apps',
'pre_sale' => 'Pre-Sale',
'top_paid' => 'Top betaald',
'new' => 'Nieuw',
'top_free' => 'Top gratis',
@ -61,6 +62,7 @@ return [
'badge' => [
'installed' => 'Geïnstalleerd',
'pre_sale' => 'Pre-Sale',
],
'button' => [

View File

@ -33,7 +33,7 @@ return [
'notification' => [
'message_1' => 'Вы получили это письмо потому, что мы получили запрос сброса пароля для вашей учетной записи.',
'message_2' => 'Если вы не запрашивали сброса пароля, дальнейших действий не требуется.',
'button' => 'Сбросить пароль',
'button' => 'Восстановление пароля',
],
];

View File

@ -2,54 +2,57 @@
return [
'bill_number' => 'Номер счёта',
'bill_date' => 'Дата счёта',
'total_price' => 'Общая стоимость',
'due_date' => 'Дата завершения',
'order_number' => 'Номер заказа',
'bill_from' => 'Счёт от',
'bill_number' => 'Номер счёта',
'bill_date' => 'Дата счёта',
'total_price' => 'Общая стоимость',
'due_date' => 'Дата завершения',
'order_number' => 'Номер заказа',
'bill_from' => 'Счёт от',
'quantity' => 'Количество',
'price' => 'Цена',
'sub_total' => 'Итого',
'discount' => 'Скидка',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'quantity' => 'Количество',
'price' => 'Цена',
'sub_total' => 'Итого',
'discount' => 'Скидка',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'item_name' => 'Имя пункта | Имена пунктов',
'item_name' => 'Имя пункта | Имена пунктов',
'show_discount' => ':discount% Скидка',
'add_discount' => 'Добавить скидку',
'discount_desc' => 'от итога',
'show_discount' => ':discount% Скидка',
'add_discount' => 'Добавить скидку',
'discount_desc' => 'от итога',
'payment_due' => 'Оплатить до',
'amount_due' => 'Сумма',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_received' => 'Отметить как получено',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'payment_due' => 'Оплатить до',
'amount_due' => 'Сумма',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_received' => 'Отметить как получено',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'create_bill' => 'Create Bill',
'receive_bill' => 'Receive Bill',
'make_payment' => 'Make Payment',
'status' => [
'draft' => 'Черновик',
'received' => 'Получено',
'partial' => 'Частично',
'paid' => 'Оплачено',
'draft' => 'Черновик',
'received' => 'Получено',
'partial' => 'Частично',
'paid' => 'Оплачено',
],
'messages' => [
'received' => 'Счёт помечен как успешно получен!',
'draft' => 'Это <b>ЧЕРНОВИК</b> закупки, он будет проведен после отправки.',
'received' => 'Счёт помечен как успешно получен!',
'draft' => 'Это <b>ЧЕРНОВИК</b> закупки, он будет проведен после отправки.',
'status' => [
'created' => 'Создано :date',
'receive' => [
'created' => 'Создано :date',
'receive' => [
'draft' => 'Не отправлен',
'received' => 'Получено :date',
],
'paid' => [
'paid' => [
'await' => 'Ожидает оплаты',
],
],

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Евро',
'currencies_gbp' => 'Британский Фунт',
'currencies_try' => 'Турецкая Лира',
'taxes_exempt' => 'Налоговые освобождения',
'taxes_normal' => 'Обычный налог',
'taxes_sales' => 'Налог с продаж',
];

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Forbidden Access',
'error_page' => 'Error Page',
'page_not_found' => 'Page Not Found',
'body' => [
'forbidden_access' => 'Oops! Forbidden Access.',
'error_page' => 'Oops! Something went wrong.',
'page_not_found' => 'Oops! Page not found.',
],
'messages' => [
'forbidden_access' => 'You can not access this page.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'error_page' => 'We will work on fixing that right away.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'page_not_found' => 'We could not find the page you were looking for.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
],
];

View File

@ -40,8 +40,7 @@ return [
'others' => 'Другой|Другие',
'contacts' => 'Контакт | Контакты',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Депозит | Депозиты',
'withdrawals' => 'Withdrawal|Withdrawals',
'developers' => 'Developer|Developers',
'dashboard' => 'Панель управления',
'banking' => 'Банки',

View File

@ -2,67 +2,71 @@
return [
'invoice_number' => 'Номер квитанции',
'invoice_date' => 'Дата квитанции',
'total_price' => 'Общая цена',
'due_date' => 'Дата окончания',
'order_number' => 'Номер заказа',
'bill_to' => 'Плательщик',
'invoice_number' => 'Номер квитанции',
'invoice_date' => 'Дата квитанции',
'total_price' => 'Общая цена',
'due_date' => 'Дата окончания',
'order_number' => 'Номер заказа',
'bill_to' => 'Плательщик',
'quantity' => 'Количество',
'price' => 'Цена',
'sub_total' => 'Итого',
'discount' => 'Скидка',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'quantity' => 'Количество',
'price' => 'Цена',
'sub_total' => 'Итого',
'discount' => 'Скидка',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'item_name' => 'Имя пункта | Имена пунктов',
'item_name' => 'Имя пункта | Имена пунктов',
'show_discount' => ':discount% Скидка',
'add_discount' => 'Добавить скидку',
'discount_desc' => 'от итога',
'show_discount' => ':discount% Скидка',
'add_discount' => 'Добавить скидку',
'discount_desc' => 'от итога',
'payment_due' => 'Оплатить до',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_paid' => 'Пометить как оплачено',
'mark_sent' => 'Пометить как отправлено',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'all_invoices' => 'Войти для просмотра всех счетов',
'payment_due' => 'Оплатить до',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_paid' => 'Пометить как оплачено',
'mark_sent' => 'Пометить как отправлено',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'all_invoices' => 'Войти для просмотра всех счетов',
'create_invoice' => 'Create Invoice',
'send_invoice' => 'Send Invoice',
'get_paid' => 'Get Paid',
'accept_payments' => 'Accept Online Payments',
'status' => [
'draft' => 'Черновик',
'sent' => 'Отправлено',
'viewed' => 'Просмотрено',
'approved' => 'Утверждено',
'partial' => 'Частично',
'paid' => 'Оплачено',
'draft' => 'Черновик',
'sent' => 'Отправлено',
'viewed' => 'Просмотрено',
'approved' => 'Утверждено',
'partial' => 'Частично',
'paid' => 'Оплачено',
],
'messages' => [
'email_sent' => 'Счет-фактура успешно отправлена на e-mail!',
'marked_sent' => 'Счет-фактура помечена как успешно отправлена!',
'email_required' => 'Отсутствует e-mail адрес для этого клиента!',
'draft' => 'Это <b>ЧЕРНОВИК</b> счета, он будет проведен после отправки.',
'email_sent' => 'Счет-фактура успешно отправлена на e-mail!',
'marked_sent' => 'Счет-фактура помечена как успешно отправлена!',
'email_required' => 'Отсутствует e-mail адрес для этого клиента!',
'draft' => 'Это <b>ЧЕРНОВИК</b> счета, он будет проведен после отправки.',
'status' => [
'created' => 'Создано :date',
'send' => [
'created' => 'Создано :date',
'send' => [
'draft' => 'Не отправлено',
'sent' => 'Отправлено :date',
],
'paid' => [
'paid' => [
'await' => 'Ожидает оплаты',
],
],
],
'notification' => [
'message' => 'Вы получили это письмо потому, что у Вас имеются входящие :amount счета на :customer клиента.',
'button' => 'Оплатить сейчас',
'message' => 'Вы получили это письмо потому, что у Вас имеются входящие :amount счета на :customer клиента.',
'button' => 'Оплатить сейчас',
],
];

View File

@ -11,6 +11,7 @@ return [
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
],
'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'Ошибка: Вы не можете управлять этой компанией!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
],
'warning' => [
'deleted' => 'Предупреждение: Вы не можете удалить <b>:name</b> потому что имеется связь с :text.',
'disabled' => 'Предупреждение: Вы не можете отключить <b>:name</b> потому что имеется связь с :text.',
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'API ключ',
'api_token' => 'Ключ',
'my_apps' => 'Мои приложения',
'pre_sale' => 'Pre-Sale',
'top_paid' => 'Топ оплаченных',
'new' => 'Новый',
'top_free' => 'Топ бесплатных',
@ -23,6 +24,9 @@ return [
'added' => 'Добавлено',
'updated' => 'Обновлено',
'compatibility' => 'Совместимость',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
'installed' => ':module установлен',
'uninstalled' => ':module удалён',
@ -58,6 +62,7 @@ return [
'badge' => [
'installed' => 'Установлено',
'pre_sale' => 'Pre-Sale',
],
'button' => [

View File

@ -10,5 +10,7 @@ return [
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
'deposit' => 'Deposit',
'withdrawal' => 'Withdrawal',
];

View File

@ -11,6 +11,8 @@ return [
],
'localisation' => [
'tab' => 'Локализация',
'financial_start' => 'Financial Year Start',
'timezone' => 'Часовой пояс',
'date' => [
'format' => 'Формат даты',
'separator' => 'Разделитель даты',
@ -20,7 +22,6 @@ return [
'slash' => 'Слэш (/)',
'space' => 'Пробел ( )',
],
'timezone' => 'Часовой пояс',
'percent' => [
'title' => 'Percent (%) Position',
'before' => 'Before Number',

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Qasje e ndaluar',
'error_page' => 'Faqe e Gabuar',
'page_not_found' => 'Faqja nuk u gjet',
'body' => [
'forbidden_access' => 'Ups! Qasje e ndaluar.',
'error_page' => 'Ups! Diçka shkoi keq.',
'page_not_found' => 'Ups! Faqja nuk u gjet.',
],
'messages' => [
'forbidden_access' => 'Nuk mund hyni këtë faqe.
Ndërkohë, ju mund <a href=":link"> ktheheni panelin kryesor</a>.',
'error_page' => 'Ne do punojmë ta rregullojmë atë menjëherë.
Ndërkohë, ju mund <a href=":link"> ktheheni panelin kryesor</a>.',
'page_not_found' => 'Ne nuk mund ta gjejmë faqen po kërkoni.
Ndërkohë, ju mund <a href=":link"> ktheheni panelin kryesor</a>.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'Shenjë API',
'api_token' => 'Shenjë',
'my_apps' => 'Aplikacionet e Mia',
'pre_sale' => 'Para Shitjet',
'top_paid' => 'Më të paguarat',
'new' => 'I ri',
'top_free' => 'Më të mirët Falas',
@ -61,6 +62,7 @@ return [
'badge' => [
'installed' => 'Instaluar',
'pre_sale' => 'Para Shitjet',
],
'button' => [

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Yasaklanmış Erişim',
'error_page' => 'Hata Sayfası',
'page_not_found' => 'Sayfa Bulunamadı',
'body' => [
'forbidden_access' => 'Ups! Yasaklanmış Erişim.',
'error_page' => 'Ups! Bir sorun oluştu.',
'page_not_found' => 'Ups! Sayfa bulunamadı.',
],
'messages' => [
'forbidden_access' => 'Bu sayfaya erişemezsiniz.
Bu arada, <a href=":link">kontrol paneline</a> geri dönebilirsiniz.',
'error_page' => 'Bunu hemen düzeltmek için çalışacağız.
Bu arada, <a href=":link">kontrol paneline</a> geri dönebilirsiniz.',
'page_not_found' => 'Aradığınız sayfayı bulamadık.
Bu arada, <a href=":link">kontrol paneline</a> geri dönebilirsiniz.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'API token',
'api_token' => 'Token',
'my_apps' => 'Uygulamalarım',
'pre_sale' => 'Ön-Satış',
'top_paid' => 'Popüler Ücretli',
'new' => 'Yeni',
'top_free' => 'Popüler Ücretsiz',
@ -61,6 +62,7 @@ return [
'badge' => [
'installed' => 'Yüklü',
'pre_sale' => 'Ön-Satış',
],
'button' => [

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'رسائی ممنوع',
'error_page' => 'ایرر پیج',
'page_not_found' => 'پیج نہیں ملا',
'body' => [
'forbidden_access' => 'رسائ ممنوع ہے.',
'error_page' => 'کچھ غلط ہو گیا.',
'page_not_found' => 'پیج نہیں ملا.',
],
'messages' => [
'forbidden_access' => 'آپ اس صفحہ تک رسائی حاصل کر سکتے ہیں.
دریں اثناء آپ <a href=":link">ڈیش بورڈ پر واپس جا سکتے ہیں</a>.',
'error_page' => 'ہم اسے فورا ٹھیک کرنے پر کام کریں گے.
دریں اثناء آپ <a href=":link">ڈیش بورڈ پر واپس جا سکتے ہیں</a>.',
'page_not_found' => 'ہم ایسا پیج تلاش نہیں جسے آپ ڈھونڈ رہے ہیں.
دریں اثناء آپ <a href=":link">ڈیش بورڈ پر واپس جا سکتے ہیں</a>.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'API ٹوکن',
'api_token' => 'ٹوکن',
'my_apps' => 'میری ایپس',
'pre_sale' => 'فروخت سے پہلے',
'top_paid' => 'سب سے اوپر فروخت کنندہ ایپ',
'new' => 'نیا',
'top_free' => 'سب سے زیادہ مفت ایپ',
@ -61,6 +62,7 @@ return [
'badge' => [
'installed' => 'انسٹال',
'pre_sale' => 'فروخت سے پہلے',
],
'button' => [