Merge branch 'master' of github.com:akaunting/akaunting into 2.1-dev
This commit is contained in:
		| @@ -13,6 +13,7 @@ return [ | ||||
|     'price'                 => 'السعر', | ||||
|     'sub_total'             => 'المبلغ الإجمالي', | ||||
|     'discount'              => 'خصم', | ||||
|     'item_discount'         => 'Line Discount', | ||||
|     'tax_total'             => 'إجمالي الضريبة', | ||||
|     'total'                 => 'المجموع', | ||||
|  | ||||
| @@ -30,6 +31,7 @@ return [ | ||||
|     'add_payment'           => 'إضافة مدفوعات', | ||||
|     'mark_paid'             => 'تم التحديد كمدفوع', | ||||
|     'mark_received'         => 'تحديد كمستلم', | ||||
|     'mark_cancelled'        => 'تم إلغاء العلامة', | ||||
|     'download_pdf'          => 'تحميل PDF', | ||||
|     'send_mail'             => 'إرسال بريد إلكتروني', | ||||
|     'create_bill'           => 'إنشاء فاتورة شراء', | ||||
| @@ -43,11 +45,13 @@ return [ | ||||
|         'paid'              => 'مدفوع', | ||||
|         'overdue'           => 'متأخر', | ||||
|         'unpaid'            => 'غير مدفوع', | ||||
|         'cancelled'         => 'Cancelled', | ||||
|     ], | ||||
|  | ||||
|     'messages' => [ | ||||
|         'received'          => 'تم تحويل فاتورة الشراء إلى فاتورة مستلمة بنجاح!', | ||||
|         'marked_received'   => 'Bill marked as received!', | ||||
|         'marked_paid'       => 'الفاتورة عُلّمت كمدفوعة!', | ||||
|         'marked_cancelled'  => 'Bill marked as cancelled!', | ||||
|         'draft'             => 'هذة فاتورة شراء عبارة عن <b> مسودة </b> و سوف يتم اظهارها بالنظام بعد ان يتم استحقاقها.', | ||||
|  | ||||
|         'status' => [ | ||||
|   | ||||
| @@ -4,7 +4,7 @@ return [ | ||||
|  | ||||
|     'bulk_actions'      => 'الإجراء الجماعي - الإجراءات الجماعية', | ||||
|     'selected'          => 'مُحدد', | ||||
|     'no_action'         => 'No action available', | ||||
|     'no_action'         => 'لا يوجد اي اجراء متاح ', | ||||
|  | ||||
|     'message' => [ | ||||
|         'duplicate'     => 'هل أنت متأكد من</b> مضاعفة <b> السجلات المحددة؟', | ||||
| @@ -15,6 +15,7 @@ return [ | ||||
|         'paid'          => 'هل تريد وضع علامة على الفاتورة المحددة على أنها </b>مدفوعة<b> ؟', | ||||
|         'sent'          => 'هل تريد وضع علامة على الفاتورة المحددة على أنها <b/>تم أرسالها<b>؟', | ||||
|         'received'      => 'هل تريد وضع علامة على الفاتورة المحددة على أنها <b/>تم استلامها<b>؟', | ||||
|         'cancelled'     => 'Are you sure you want to <b>cancel</b> selected invoice/bill?|Are you sure you want to <b>cancel</b> selected invoices/bills?', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -21,6 +21,7 @@ return [ | ||||
|         'disabled'          => 'يجب تعطيل :feature!', | ||||
|         'extension'         => 'يجب تثبيت وتشغيل ملحق :extension!', | ||||
|         'directory'         => 'يجب منح صلاحية الكتابة على مجلد :directory!', | ||||
|         'executable'        => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.', | ||||
|     ], | ||||
|  | ||||
|     'database' => [ | ||||
|   | ||||
| @@ -13,6 +13,7 @@ return [ | ||||
|     'price'                 => 'السعر', | ||||
|     'sub_total'             => 'المجموع الجزئي', | ||||
|     'discount'              => 'الخصم', | ||||
|     'item_discount'         => 'Line Discount', | ||||
|     'tax_total'             => 'إجمالي الضريبة', | ||||
|     'total'                 => 'الإجمالي', | ||||
|  | ||||
| @@ -30,6 +31,7 @@ return [ | ||||
|     'mark_paid'             => 'التحديد كمدفوع', | ||||
|     'mark_sent'             => 'التحديد كمرسل', | ||||
|     'mark_viewed'           => 'وضع علامة مشاهدة', | ||||
|     'mark_cancelled'        => 'Mark Cancelled', | ||||
|     'download_pdf'          => 'تحميل PDF', | ||||
|     'send_mail'             => 'إرسال بريد إلكتروني', | ||||
|     'all_invoices'          => 'سجّل الدخول لعرض جميع الفواتير', | ||||
| @@ -47,12 +49,15 @@ return [ | ||||
|         'paid'              => 'مدفوع', | ||||
|         'overdue'           => 'متأخر', | ||||
|         'unpaid'            => 'غير مدفوع', | ||||
|         'cancelled'         => 'Cancelled', | ||||
|     ], | ||||
|  | ||||
|     'messages' => [ | ||||
|         'email_sent'        => 'تم إرسال الفاتورة عبر البريد اﻹلكتروني!', | ||||
|         'marked_sent'       => 'الفاتورة عُلّمت كمرسلة!', | ||||
|         'marked_paid'       => 'الفاتورة عُلّمت كمدفوع!', | ||||
|         'marked_viewed'     => 'Invoice marked as viewed!', | ||||
|         'marked_cancelled'  => 'Invoice marked as cancelled!', | ||||
|         'email_required'    => 'لا يوجد عنوان البريد إلكتروني لهذا العميل!', | ||||
|         'draft'             => 'هذه <b>مسودة</b> الفاتورة و سوف تظهر في النظام بعد ارسالها.', | ||||
|  | ||||
|   | ||||
| @@ -29,6 +29,12 @@ return [ | ||||
|             'before'        => 'قبل الرقم', | ||||
|             'after'         => 'بعد الرقم', | ||||
|         ], | ||||
|         'discount_location' => [ | ||||
|             'name'          => 'Discount Location', | ||||
|             'item'          => 'At line', | ||||
|             'total'         => 'At total', | ||||
|             'both'          => 'Both line and total', | ||||
|         ], | ||||
|     ], | ||||
|  | ||||
|     'invoice' => [ | ||||
|   | ||||
| @@ -104,7 +104,7 @@ return [ | ||||
|         ], | ||||
|         'invalid_currency'      => 'رمز خانة :attribute غير صحيحة.', | ||||
|         'invalid_amount'        => 'خانة المبلغ :attribute غير صالحة.', | ||||
|         'invalid_extension'     => 'The file extension is invalid.', | ||||
|         'invalid_extension'     => 'هذا الملف غير صالح.', | ||||
|     ], | ||||
|  | ||||
|     /* | ||||
|   | ||||
| @@ -13,6 +13,7 @@ return [ | ||||
|     'price'                 => 'Precio', | ||||
|     'sub_total'             => 'Subtotal', | ||||
|     'discount'              => 'Descuento', | ||||
|     'item_discount'         => 'Descuento de línea', | ||||
|     'tax_total'             => 'Total Impuestos', | ||||
|     'total'                 => 'Total ', | ||||
|  | ||||
| @@ -28,7 +29,9 @@ return [ | ||||
|     'histories'             => 'Historial', | ||||
|     'payments'              => 'Pagos', | ||||
|     'add_payment'           => 'Añadir pago', | ||||
|     'mark_paid'             => 'Marcar Como Pagada', | ||||
|     'mark_received'         => 'Marcar como recibido', | ||||
|     'mark_cancelled'        => 'Marcar como Cancelado', | ||||
|     'download_pdf'          => 'Descargar PDF', | ||||
|     'send_mail'             => 'Enviar Email', | ||||
|     'create_bill'           => 'Crear Recibo', | ||||
| @@ -42,10 +45,13 @@ return [ | ||||
|         'paid'              => 'Pagado', | ||||
|         'overdue'           => 'Vencido', | ||||
|         'unpaid'            => 'No Pagado', | ||||
|         'cancelled'         => 'Cancelado', | ||||
|     ], | ||||
|  | ||||
|     'messages' => [ | ||||
|         'received'          => 'Recibo marcado como recibido con éxito!', | ||||
|         'marked_received'   => '¡Recibo marcado como recibido!', | ||||
|         'marked_paid'       => '¡Recibo marcado como pagado!', | ||||
|         'marked_cancelled'  => '¡Recibo marcado como cancelado!', | ||||
|         'draft'             => 'Este es un<b>BORRADOR</b> de factura y se reflejará en los gráficos luego de que sea enviada.', | ||||
|  | ||||
|         'status' => [ | ||||
|   | ||||
| @@ -2,8 +2,9 @@ | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'bulk_actions'     => 'Acción masiva|Acciones masivas', | ||||
|     'selected'         => 'seleccionado', | ||||
|     'bulk_actions'      => 'Acción masiva|Acciones masivas', | ||||
|     'selected'          => 'seleccionado', | ||||
|     'no_action'         => 'Ninguna acción disponible', | ||||
|  | ||||
|     'message' => [ | ||||
|         'duplicate'     => '¿Está seguro que desea <b>duplicar</b> el registro seleccionado?', | ||||
| @@ -14,6 +15,7 @@ return [ | ||||
|         'paid'          => '¿Está seguro de que desea marcar la factura seleccionada como <b>pagada</b>? ¿Está seguro que desea marcar las facturas seleccionadas como <b>pagadas</b>?', | ||||
|         'sent'          => '¿Está seguro que desea marcar la factura seleccionada como <b>enviada</b>? ¿Está seguro que desea marcar las facturas seleccionadas como <b>enviadas</b>?', | ||||
|         'received'      => '¿Está seguro de que desea marcar el recibo seleccionado como <b>recibido</b>? ¿Está seguro que desea marcar los recibos seleccionados como <b>recibidos</b>?', | ||||
|         'cancelled'     => '¿Está seguro que desea <b>cancelar</b> la factura/recibo seleccionado?|¿Está seguro que desea <b>cancelar</b> las facturas/recibos seleccionados?', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -21,6 +21,7 @@ return [ | ||||
|         'disabled'          => ':feature debe estar deshabilitado!', | ||||
|         'extension'         => 'La extensión :extension necesita ser instalada y cargada!', | ||||
|         'directory'         => 'El directorio :directorio necesita tener permiso de escritura!', | ||||
|         'executable'        => '¡El archivo ejecutable PHP CLI no está definido/funcionando o su versión no es :php_version o superior! Por favor, pida a su compañía de hosting que configure correctamente la variable de entorno PHP_BINARY o PHP_PATH.', | ||||
|     ], | ||||
|  | ||||
|     'database' => [ | ||||
|   | ||||
| @@ -13,6 +13,7 @@ return [ | ||||
|     'price'                 => 'Precio', | ||||
|     'sub_total'             => 'Subtotal', | ||||
|     'discount'              => 'Descuento', | ||||
|     'item_discount'         => 'Descuento de línea', | ||||
|     'tax_total'             => 'Total Impuestos', | ||||
|     'total'                 => 'Total ', | ||||
|  | ||||
| @@ -30,6 +31,7 @@ return [ | ||||
|     'mark_paid'             => 'Marcar Como Pagada', | ||||
|     'mark_sent'             => 'Marcar Como Enviada', | ||||
|     'mark_viewed'           => 'Marcar como visto', | ||||
|     'mark_cancelled'        => 'Marcar como Cancelada', | ||||
|     'download_pdf'          => 'Descargar PDF', | ||||
|     'send_mail'             => 'Enviar Email', | ||||
|     'all_invoices'          => 'Inicie sesión para ver todas las facturas', | ||||
| @@ -47,12 +49,15 @@ return [ | ||||
|         'paid'              => 'Pagada', | ||||
|         'overdue'           => 'Vencida', | ||||
|         'unpaid'            => 'No Pagada', | ||||
|         'cancelled'         => 'Cancelada', | ||||
|     ], | ||||
|  | ||||
|     'messages' => [ | ||||
|         'email_sent'        => '¡El correo electrónico de la factura ha sido enviado!', | ||||
|         'marked_sent'       => '¡Factura marcada como enviada!', | ||||
|         'marked_paid'       => '¡Factura marcada como pagada!', | ||||
|         'marked_viewed'     => '¡Factura marcada como vista!', | ||||
|         'marked_cancelled'  => '¡Factura marcada como cancelada!', | ||||
|         'email_required'    => 'Ninguna dirección de correo electrónico para este cliente!', | ||||
|         'draft'             => 'Esta es una factura <b>BORRADOR</b> y se reflejará en los gráficos luego de que sea enviada.', | ||||
|  | ||||
|   | ||||
| @@ -28,6 +28,8 @@ return [ | ||||
|     '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.', | ||||
|         'reconciled_tran'   => 'Advertencia: No puedes cambiar/eliminar la transacción porque está reconciliada!', | ||||
|         'reconciled_doc'    => 'Advertencia: No puedes modificar/eliminar :type porque tiene transacciones reconciliadas!', | ||||
|         'disable_code'      => 'Advertencia: No puede desactivar o cambiar la moneda <b>:name</b> porque tiene :text relacionado.', | ||||
|         'payment_cancel'    => 'Advertencia: Ha cancelado su reciente pago de :method!', | ||||
|     ], | ||||
|   | ||||
| @@ -18,5 +18,6 @@ return [ | ||||
|     'sent' => 'Hemos enviado un enlace para resetear su contraseña!', | ||||
|     'token' => 'Ese token de contraseña ya no es válido.', | ||||
|     'user' => "No podemos encontrar un usuario con esa dirección de correo electrónico.", | ||||
|     'throttle' => 'Por favor, espere antes de reintentar.', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -29,6 +29,12 @@ return [ | ||||
|             'before'        => 'Antes del Número', | ||||
|             'after'         => 'Después del número', | ||||
|         ], | ||||
|         'discount_location' => [ | ||||
|             'name'          => 'Ubicación de descuento', | ||||
|             'item'          => 'En línea', | ||||
|             'total'         => 'En total', | ||||
|             'both'          => 'Línea y total', | ||||
|         ], | ||||
|     ], | ||||
|  | ||||
|     'invoice' => [ | ||||
|   | ||||
| @@ -100,10 +100,11 @@ return [ | ||||
|  | ||||
|     'custom' => [ | ||||
|         'attribute-name' => [ | ||||
|             'rule-name' => 'mensaje personalizado', | ||||
|             'rule-name'             => 'mensaje personalizado', | ||||
|         ], | ||||
|         'invalid_currency' => 'El código de :attribute es incorrecto.', | ||||
|         'invalid_amount'   => 'El monto :attribute es inválido.', | ||||
|         'invalid_currency'      => 'El código de :attribute es incorrecto.', | ||||
|         'invalid_amount'        => 'El monto :attribute es inválido.', | ||||
|         'invalid_extension'     => 'La extensión del archivo no es válida.', | ||||
|     ], | ||||
|  | ||||
|     /* | ||||
|   | ||||
| @@ -21,7 +21,7 @@ return [ | ||||
|         'disabled'          => ':feature 無効にする必要があります!', | ||||
|         'extension'         => ':extension エクステンション 拡張機能をインストールしてロードする必要があります!', | ||||
|         'directory'         => ':directory ディレクトリは書き込み可能である必要があります!', | ||||
|         'executable'        => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.', | ||||
|         'executable'        => 'PHP CLI 実行可能ファイルが定義されていないか、機能していないか、バージョンが :php_version  以降ではありません! PHP_BINARY または PHP_PATH 環境変数を正しく設定するようにホスティング会社に依頼してください。', | ||||
|     ], | ||||
|  | ||||
|     'database' => [ | ||||
|   | ||||
| @@ -13,16 +13,18 @@ return [ | ||||
|     'current_email'         => 'Dabartinis el. paštas', | ||||
|     'reset'                 => 'Atstatyti', | ||||
|     'never'                 => 'niekada', | ||||
|      | ||||
|     'landing_page'          => 'Pirmas puslapis', | ||||
|  | ||||
|     'password' => [ | ||||
|         'current'           => 'Slaptažodis', | ||||
|         'current_confirm'   => 'Slaptažodžio patvirtinimas', | ||||
|         'new'               => 'Naujas slaptažodis', | ||||
|         'new_confirm'       => 'Naujo slaptažodžio patvirtinimas', | ||||
|     ], | ||||
|      | ||||
|  | ||||
|     'error' => [ | ||||
|         'self_delete'       => 'Negalite ištrinti savęs!', | ||||
|         'self_disable'      => 'Klaida: negalite išjungti savęs!', | ||||
|         'no_company'        => 'Nėra priskirtos kompanijos. Prašome susisiekti su sistemos administratoriumi.', | ||||
|     ], | ||||
|  | ||||
|   | ||||
| @@ -13,6 +13,7 @@ return [ | ||||
|     'price'                 => 'Kaina', | ||||
|     'sub_total'             => 'Tarpinė suma', | ||||
|     'discount'              => 'Nuolaida', | ||||
|     'item_discount'         => 'Nuolaida', | ||||
|     'tax_total'             => 'Mokesčių suma', | ||||
|     'total'                 => 'Iš viso', | ||||
|  | ||||
| @@ -28,7 +29,9 @@ return [ | ||||
|     'histories'             => 'Istorijos', | ||||
|     'payments'              => 'Mokėjimai', | ||||
|     'add_payment'           => 'Pridėti mokėjimą', | ||||
|     'mark_paid'             => 'Pažymėti kaip apmokėtą', | ||||
|     'mark_received'         => 'Pažymėti kaip gautą', | ||||
|     'mark_cancelled'        => 'Pažymėti kaip atšauktą', | ||||
|     'download_pdf'          => 'Parsisiųsti PDF', | ||||
|     'send_mail'             => 'Siųsti laišką', | ||||
|     'create_bill'           => 'Sukurti sąskaitą', | ||||
| @@ -40,10 +43,15 @@ return [ | ||||
|         'received'          => 'Gauta', | ||||
|         'partial'           => 'Dalinis', | ||||
|         'paid'              => 'Apmokėta', | ||||
|         'overdue'           => 'Vėluojanti', | ||||
|         'unpaid'            => 'Neapmokėta', | ||||
|         'cancelled'         => 'Atšaukta', | ||||
|     ], | ||||
|  | ||||
|     'messages' => [ | ||||
|         'received'          => 'Sąskaita gauta sėkmingai!', | ||||
|         'marked_received'   => 'Sąskaita pažymėta kaip gauta!', | ||||
|         'marked_paid'       => 'Sąskaita pažymėta kaip apmokėta!', | ||||
|         'marked_cancelled'  => 'Sąskaita pažymėta kaip atšaukta!', | ||||
|         'draft'             => 'Tai yra <b>JUODRAŠTINĖ</b> sąskaita ir ji bus įtraukta į grafikus po to kai bus gauta.', | ||||
|  | ||||
|         'status' => [ | ||||
|   | ||||
							
								
								
									
										21
									
								
								resources/lang/lt-LT/bulk_actions.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								resources/lang/lt-LT/bulk_actions.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| <?php | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'bulk_actions'      => 'Veiksmas|Veiksmai', | ||||
|     'selected'          => 'pasirinkta', | ||||
|     'no_action'         => 'Nėra veiksmų', | ||||
|  | ||||
|     'message' => [ | ||||
|         'duplicate'     => 'Ar tikrai norite <b>duplikuoti</b> pasirinktą įrašą?', | ||||
|         'delete'        => 'Ar tikrai norite <b>ištrinti</b> pasirinktą įrašą?|Ar tikrai norite <b>duplikuoti</b> pasirinktus įrašus?', | ||||
|         'export'        => 'Ar tikrai norite <b>eksportuoti</b> pasirinktą įrašą?|Ar tikrai norite <b>eksportuoti</b> pasirinktus įrašus?', | ||||
|         'enable'        => 'Ar tikrai norite <b>įjungti</b> pasirinktą įrašą?|Ar tikrai norite <b>įjungti</b> pasirinktus įrašus?', | ||||
|         'disable'       => 'Ar tikrai norite <b>išjungti</b> pasirinktą įrašą?|Ar tikrai norite <b>išjungti</b> pasirinktus įrašus?', | ||||
|         'paid'          => 'Ar tikrai norite pasirinktą sąskaitą-faktūrą pažymėti kaip <b>apmokėtą</b>?|Ar tikrai norite pasirinktas sąskaitas-faktūras pažymėti kaip <b>apmokėtas</b>?', | ||||
|         'sent'          => 'Ar tikrai norite pasirinktą sąskaitą-faktūrą pažymėti kaip <b>išsiųstą</b>?|Ar tikrai norite pasirinktas sąskaitas-faktūras pažymėti kaip <b>išsiųstas</b>?', | ||||
|         'received'      => 'Ar tikrai norite pasirinktą sąskaitą pažymėti kaip <b>gautą</b>?|Ar tikrai norite pasirinktas sąskaitas pažymėti kaip <b>gautas</b>?', | ||||
|         'cancelled'     => 'Ar tikrai norite <b>atšaukti</b> pasirinktą sąskaitą?|Ar tikrai norite <b>atšaukti</b> pasirinktas sąskaitas?', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
| @@ -4,10 +4,11 @@ return [ | ||||
|  | ||||
|     'domain'                => 'Domenas', | ||||
|     'logo'                  => 'Logotipas', | ||||
|     'manage'                => 'Valdyti įmones', | ||||
|     'all'                   => 'Visos įmonės', | ||||
|  | ||||
|     'error' => [ | ||||
|         'delete_active'     => 'Klaida: Negalite ištrinti aktyvios įmonės, pirma turite pakeisti ją!', | ||||
|         'not_user_company'  => 'Klaida: Jūs neturite teisės valdyti šios kompanijos!', | ||||
|         'delete_active'     => 'Klaida: Negalite ištrinti aktyvios įmonės. Pirma turite pasikeisti ją!', | ||||
|         'disable_active'    => 'Klaida: Negalite atjungti aktyvios įmonės. Pirma turite pasikeisti ją!', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -2,15 +2,11 @@ | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'allow_login'           => 'Leisti prisijungti?', | ||||
|     'can_login'             => 'Gali prisijungti?', | ||||
|     'user_created'          => 'Vartotojas sukurtas', | ||||
|  | ||||
|     'error' => [ | ||||
|         'email'             => 'Šis el. paštas jau užimtas.' | ||||
|         'email'             => 'Šis el. paštas jau užimtas.', | ||||
|     ], | ||||
|  | ||||
|     'notification' => [ | ||||
|         'message'       => ':customer sumokėjo :amount pagal sąskaitą: :invoice_number.', | ||||
|         'button'        => 'Rodyti', | ||||
|     ], | ||||
| ]; | ||||
|   | ||||
							
								
								
									
										11
									
								
								resources/lang/lt-LT/dashboards.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								resources/lang/lt-LT/dashboards.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| <?php | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'error' => [ | ||||
|         'not_user_dashboard'    => 'Klaida: Jūs neturite teisės keisti šio puslapio!', | ||||
|         'delete_last'           => 'Error: Can not delete the last dashboard. Please, create a new one first!', | ||||
|         'disable_last'          => 'Error: Can not disable the last dashboard. Please, create a new one first!', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
| @@ -2,15 +2,33 @@ | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'accounts_cash'         => 'Grynieji pinigai', | ||||
|     'categories_deposit'    => 'Depozitas', | ||||
|     'categories_sales'      => 'Pardavimai', | ||||
|     'currencies_usd'        => 'JAV doleris', | ||||
|     'currencies_eur'        => 'Euras', | ||||
|     'currencies_gbp'        => 'Svarai sterlingai', | ||||
|     'currencies_try'        => 'Turkijos Lira', | ||||
|     'taxes_exempt'          => 'Neapmokestinamos pajamos', | ||||
|     'taxes_normal'          => 'Įprastiniai mokesčiai', | ||||
|     'taxes_sales'           => 'PVM', | ||||
|     'accounts' => [ | ||||
|         'cash'              => 'Grynieji pinigai', | ||||
|     ], | ||||
|  | ||||
|     'categories' => [ | ||||
|         'deposit'           => 'Depozitas', | ||||
|         'sales'             => 'Pardavimai', | ||||
|     ], | ||||
|  | ||||
|     'currencies' => [ | ||||
|         'usd'               => 'JAV doleris', | ||||
|         'eur'               => 'Euras', | ||||
|         'gbp'               => 'Svarai sterlingai', | ||||
|         'try'               => 'Turkijos Lira', | ||||
|     ], | ||||
|  | ||||
|     'offline_payments' => [ | ||||
|         'cash'              => 'Grynieji pinigai', | ||||
|         'bank'              => 'Bankinis pervedimas', | ||||
|     ], | ||||
|  | ||||
|     'reports' => [ | ||||
|         'income'            => 'Mėnesio pajamų santrauka pagal kategoriją.', | ||||
|         'expense'           => 'Mėnesio išlaidų santrauka pagal kategoriją.', | ||||
|         'income_expense'    => 'Mėnesio pajamos/išlaidos pagal kategoriją.', | ||||
|         'tax'               => 'Ketvirčio mokesčių santrauka.', | ||||
|         'profit_loss'       => 'Ketvirčio pelnas/nuostolis pagal kategoriją.', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
							
								
								
									
										50
									
								
								resources/lang/lt-LT/email_templates.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										50
									
								
								resources/lang/lt-LT/email_templates.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,50 @@ | ||||
| <?php | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'invoice_new_customer' => [ | ||||
|         'subject'       => 'Sąskaita-faktūra {invoice_number} sukurta', | ||||
|         'body'          => 'Gerb. {customer_name},<br /><br />Mes jums paruošėme sąskaitą-faktūrą: <strong>{invoice_number}</strong>.<br /><br />Galite peržiūrėti sąskaitą-faktūrą ir apmokėti spausdami čia: <a href="{invoice_guest_link}"><a href="{invoice_guest_link}"><a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Prašome kreiptis, jei turite klausimų.<br /><br />Linkėjimai,<br />{company_name}', | ||||
|     ], | ||||
|  | ||||
|     'invoice_remind_customer' => [ | ||||
|         'subject'       => 'Priminimas del {invoice_number} sąskaitos-faktūros', | ||||
|         'body'          => 'Dear {customer_name},<br /><br />This is an overdue notice for <strong>{invoice_number}</strong> invoice.<br /><br />The invoice total is {invoice_total} and was due <strong>{invoice_due_date}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}', | ||||
|     ], | ||||
|  | ||||
|     'invoice_remind_admin' => [ | ||||
|         'subject'       => '{invoice_number} invoice overdue notice', | ||||
|         'body'          => 'Hello,<br /><br />{customer_name} has received an overdue notice for <strong>{invoice_number}</strong> invoice.<br /><br />The invoice total is {invoice_total} and was due <strong>{invoice_due_date}</strong>.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}', | ||||
|     ], | ||||
|  | ||||
|     'invoice_recur_customer' => [ | ||||
|         'subject'       => 'Sąskaita-faktūra {invoice_number} sukurta', | ||||
|         'body'          => 'Dear {customer_name},<br /><br />Based on your recurring circle, we have prepared the following invoice for you: <strong>{invoice_number}</strong>.<br /><br />You can see the invoice details and proceed with the payment from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}', | ||||
|     ], | ||||
|  | ||||
|     'invoice_recur_admin' => [ | ||||
|         'subject'       => '{invoice_number} recurring invoice created', | ||||
|         'body'          => 'Hello,<br /><br />Based on {customer_name} recurring circle, <strong>{invoice_number}</strong> invoice has been automatically created.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}', | ||||
|     ], | ||||
|  | ||||
|     'invoice_payment_customer' => [ | ||||
|         'subject'       => 'Payment received for {invoice_number} invoice', | ||||
|         'body'          => 'Dear {customer_name},<br /><br />Thank you for the payment. Find the payment details below:<br /><br />-------------------------------------------------<br />Amount: <strong>{transaction_total}</strong><br />Date: <strong>{transaction_paid_date}</strong><br />Invoice Number: <strong>{invoice_number}</strong><br />-------------------------------------------------<br /><br />You can always see the invoice details from the following link: <a href="{invoice_guest_link}">{invoice_number}</a>.<br /><br />Feel free to contact us for any question.<br /><br />Best Regards,<br />{company_name}', | ||||
|     ], | ||||
|  | ||||
|     'invoice_payment_admin' => [ | ||||
|         'subject'       => 'Payment received for {invoice_number} invoice', | ||||
|         'body'          => 'Hello,<br /><br />{customer_name} recorded a payment for <strong>{invoice_number}</strong> invoice.<br /><br />You can see the invoice details from the following link: <a href="{invoice_admin_link}">{invoice_number}</a>.<br /><br />Best Regards,<br />{company_name}', | ||||
|     ], | ||||
|  | ||||
|     'bill_remind_admin' => [ | ||||
|         'subject'       => '{bill_number} bill reminding notice', | ||||
|         'body'          => 'Hello,<br /><br />This is a reminding notice for <strong>{bill_number}</strong> bill to {vendor_name}.<br /><br />The bill total is {bill_total} and is due <strong>{bill_due_date}</strong>.<br /><br />You can see the bill details from the following link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Best Regards,<br />{company_name}', | ||||
|     ], | ||||
|  | ||||
|     'bill_recur_admin' => [ | ||||
|         'subject'       => '{bill_number} recurring bill created', | ||||
|         'body'          => 'Hello,<br /><br />Based on {vendor_name} recurring circle, <strong>{bill_number}</strong> invoice has been automatically created.<br /><br />You can see the bill details from the following link: <a href="{bill_admin_link}">{bill_number}</a>.<br /><br />Best Regards,<br />{company_name}', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
							
								
								
									
										23
									
								
								resources/lang/lt-LT/errors.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								resources/lang/lt-LT/errors.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| <?php | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'title' => [ | ||||
|         '403' => 'Negalima Prieiga', | ||||
|         '404' => 'Puslapis nerastas', | ||||
|         '500' => 'Oi... Kažkas įvyko ne taip', | ||||
|     ], | ||||
|  | ||||
|     'header' => [ | ||||
|         '403' => '403 Negalima', | ||||
|         '404' => '404 Nerasta', | ||||
|         '500' => '500 Vidinė serverio klaida', | ||||
|     ], | ||||
|  | ||||
|     'message' => [ | ||||
|         '403' => 'Negalite matyti šio puslapio.', | ||||
|         '404' => 'Negalėjome rasti puslapio kurio ieškojote.', | ||||
|         '500' => 'Mes tuoj pat stengsimės tai sutvarkyti.', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
| @@ -2,6 +2,7 @@ | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'dashboards'            => 'Pagrindinis|Pagrindinis', | ||||
|     'items'                 => 'Prekės', | ||||
|     'incomes'               => 'Pajamos', | ||||
|     'invoices'              => 'Sąskaitos', | ||||
| @@ -41,8 +42,17 @@ return [ | ||||
|     'contacts'              => 'Kontaktai', | ||||
|     'reconciliations'       => 'Reconciliation|Reconciliations', | ||||
|     'developers'            => 'Kūrėjas|Kūrėjai', | ||||
|     'schedules'             => 'Kalendorius|Kalendoriai', | ||||
|     'groups'                => 'Grupė|Grupės', | ||||
|     'charts'                => 'Lentelė|Lentelės', | ||||
|     'localisations'         => 'Lokalizacija|Lokalizacijos', | ||||
|     'defaults'              => 'Numatytasis|Numatytieji', | ||||
|     'widgets'               => 'Widget|Widgets', | ||||
|     'templates'             => 'Šablonas|Šablonai', | ||||
|     'sales'                 => 'Pardavimas|Pardavimai', | ||||
|     'purchases'             => 'Pirkimas|Pirkimai', | ||||
|  | ||||
|     'dashboard'             => 'Pradžia', | ||||
|     'welcome'               => 'Sveiki', | ||||
|     'banking'               => 'Bankai ir finansai', | ||||
|     'general'               => 'Bendras', | ||||
|     'no_records'            => 'Nėra įrašų.', | ||||
| @@ -54,15 +64,19 @@ return [ | ||||
|     'no'                    => 'Ne', | ||||
|     'na'                    => 'N/D', | ||||
|     'daily'                 => 'Kasdien', | ||||
|     'weekly'                => 'Savaitinis', | ||||
|     'monthly'               => 'Kas mėnesį', | ||||
|     'quarterly'             => 'Kas ketvirtį', | ||||
|     'yearly'                => 'Kasmet', | ||||
|     'add'                   => 'Pridėti', | ||||
|     'add_new'               => 'Pridėti naują', | ||||
|     'add_income'            => 'Pridėti Pajamas', | ||||
|     'add_expense'           => 'Pridėti Išlaidas', | ||||
|     'show'                  => 'Rodyti', | ||||
|     'edit'                  => 'Redaguoti', | ||||
|     'delete'                => 'Ištrinti', | ||||
|     'send'                  => 'Siųsti', | ||||
|     'share'                 => 'Dalintis', | ||||
|     'download'              => 'Parsisiųsti', | ||||
|     'delete_confirm'        => 'Ar tikrai norite ištrinti?', | ||||
|     'name'                  => 'Vardas', | ||||
| @@ -80,9 +94,11 @@ return [ | ||||
|     'reference'             => 'Nuoroda', | ||||
|     'attachment'            => 'Priedai', | ||||
|     'change'                => 'Pakeisti', | ||||
|     'change_type'           => 'Pakeisti :type', | ||||
|     'switch'                => 'Perjungti', | ||||
|     'color'                 => 'Spalva', | ||||
|     'save'                  => 'Išsaugoti', | ||||
|     'confirm'               => 'Patvirtinti', | ||||
|     'cancel'                => 'Atšaukti', | ||||
|     'loading'               => 'Kraunama...', | ||||
|     'from'                  => 'Nuo', | ||||
| @@ -112,20 +128,47 @@ return [ | ||||
|     'disable'               => 'Išjungti', | ||||
|     'select_all'            => 'Pažymėti viską', | ||||
|     'unselect_all'          => 'Panaikinti visų žymėjimą', | ||||
|     'go_to'                 => 'Eiti į :name', | ||||
|     'created_date'          => 'Sukūrimo data', | ||||
|     'period'                => 'Periodas', | ||||
|     'frequency'             => 'Dažnumas', | ||||
|     'start'                 => 'Pradžia', | ||||
|     'end'                   => 'Pabaiga', | ||||
|     'clear'                 => 'Išvalyti', | ||||
|     'difference'            => 'Skirtumas', | ||||
|     'footer'                => 'Apačia', | ||||
|     'start_date'            => 'Pradžios Data', | ||||
|     'end_date'              => 'Pabaigos Data', | ||||
|     'basis'                 => 'Basis', | ||||
|     'accrual'               => 'Accrual', | ||||
|     'cash'                  => 'Grynieji pinigai', | ||||
|     'group_by'              => 'Grupuoti pagal', | ||||
|     'accounting'            => 'Buhalterija', | ||||
|     'sort'                  => 'Rikiuoti', | ||||
|     'width'                 => 'Plotis', | ||||
|     'month'                 => 'Mėnuo', | ||||
|     'year'                  => 'Metai', | ||||
|     'type_item_name'        => 'Įveskite pavadinimą', | ||||
|     'no_data'               => 'Nėra duomenų', | ||||
|     'no_matching_data'      => 'Nieko nerasta', | ||||
|     'clear_cache'           => 'Išvalyti talpyklą', | ||||
|     'go_to_dashboard'       => 'Eiti į pagrindinį', | ||||
|  | ||||
|     'card' => [ | ||||
|         'name'                  => 'Vardas (ant kortelės)', | ||||
|         'number'                => 'Kortelės numeris', | ||||
|         'expiration_date'       => 'Galiojimo data', | ||||
|         'cvv'                   => 'Kortelės CVV kodas', | ||||
|     ], | ||||
|  | ||||
|     'title' => [ | ||||
|         'new'               => 'Naujas :type', | ||||
|         'edit'              => 'Redaguoti :type', | ||||
|         'delete'            => 'Ištrinti :type', | ||||
|         'create'            => 'Sukurti :type', | ||||
|         'send'              => 'Siųsti :type', | ||||
|         'get'               => 'Gauti :type', | ||||
|         'add'               => 'Pridėti :type', | ||||
|         'manage'            => 'Valdyti :type', | ||||
|     ], | ||||
|  | ||||
|     'form' => [ | ||||
| @@ -134,6 +177,7 @@ return [ | ||||
|             'field'         => '- Pasirinkite :field -', | ||||
|             'file'          => 'Pasirinkti failą', | ||||
|         ], | ||||
|         'add_new'           => 'Pridėti naują :field', | ||||
|         'no_file_selected'  => 'Nepasirinktas failas...', | ||||
|     ], | ||||
|  | ||||
| @@ -144,4 +188,19 @@ return [ | ||||
|         'this_month' => 'Šis mėnuo', | ||||
|         'last_month' => 'Praėjęs mėnuo', | ||||
|     ], | ||||
|  | ||||
|     'empty' => [ | ||||
|         'documentation' => 'Peržiūrėkite <a href=":url" target="_blank">dokumentaciją</a>.', | ||||
|         'items' => 'Items can be products or services. You can use items when creating invoices and bills to have the price, tax etc fields populated.', | ||||
|         'invoices' => 'Sąskaitos-faktūros gali būti vienkartinės arba pasikartojančios. Jūs galite siųsti jas savo klientams ir gauti apmokėjimus.', | ||||
|         'revenues' => 'Revenue is a paid income transaction. It can be an independent record (i.e. deposit) or attached to an invoice.', | ||||
|         'customers' => 'Customers are required if you want to create invoices. They may also log in to Client Portal and see their balance.', | ||||
|         'bills' => 'Bills can be one time or recurring. They indicate what you owe your vendors for the products or services you purchase.', | ||||
|         'payments' => 'Payment is a paid expense transaction. It can be an independent record (i.e. food receipt) or attached to a bill.', | ||||
|         'vendors' => 'Vendors are required if you want to create bills. You can see the balance you owe and filter reports by the vendor.', | ||||
|         'transfers' => 'Transfers allow you to move money from one account to another, whether they use the same currency or not.', | ||||
|         'taxes' => 'Taxes are used to apply extra fees to invoices and bills. Your financials are affected by these regulatory taxes.', | ||||
|         'reconciliations' => 'Bank reconciliation is a process performed to ensure that your company bank records are also correct.', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -8,9 +8,9 @@ return [ | ||||
|         'counter'           => '{0} Pranešimų nėra|{1} Turite :count pranešimą|[2,*] Turite :count pranešimus', | ||||
|         'overdue_invoices'  => '{1} :count vėluojanti sąskaita|[2,*] :count vėluojančios sąskaitos', | ||||
|         'upcoming_bills'    => '{1} :count artėjantis mokėjimasl|[2,*] :count artėjantys mokėjimai', | ||||
|         'items_stock'       => '{1} :count prekės nebėra|[2,*] :count prekių nebėra', | ||||
|         'view_all'          => 'Peržiūrėti visus' | ||||
|     ], | ||||
|     'docs_link'             => 'https://akaunting.com/docs', | ||||
|     'support_link'          => 'https://akaunting.com/support', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -21,6 +21,7 @@ return [ | ||||
|         'disabled'          => ': feature turi būti išjungta!', | ||||
|         'extension'         => ':extension turi būti įrašytas ir įjungtas!', | ||||
|         'directory'         => ':directory direktorijoje turi būti leidžiama įrašyti!', | ||||
|         'executable'        => 'The PHP CLI executable file is not defined/working or its version is not :php_version or higher! Please, ask your hosting company to set PHP_BINARY or PHP_PATH environment variable correctly.', | ||||
|     ], | ||||
|  | ||||
|     'database' => [ | ||||
|   | ||||
| @@ -13,6 +13,7 @@ return [ | ||||
|     'price'                 => 'Kaina', | ||||
|     'sub_total'             => 'Tarpinė suma', | ||||
|     'discount'              => 'Nuolaida', | ||||
|     'item_discount'         => 'Nuolaida', | ||||
|     'tax_total'             => 'Mokesčių suma', | ||||
|     'total'                 => 'Iš viso', | ||||
|  | ||||
| @@ -29,12 +30,15 @@ return [ | ||||
|     'add_payment'           => 'Pridėti mokėjimą', | ||||
|     'mark_paid'             => 'Pažymėti kaip apmokėtą', | ||||
|     'mark_sent'             => 'Pažymėti kaip išsiųstą', | ||||
|     'mark_viewed'           => 'Pažymėti kaip peržiūrėtą', | ||||
|     'mark_cancelled'        => 'Pažymėti kaip atšauktą', | ||||
|     'download_pdf'          => 'Parsisiųsti PDF', | ||||
|     'send_mail'             => 'Siųsti laišką', | ||||
|     'all_invoices'          => 'Prisijunkite norėdami peržiūrėti visas sąskaitas faktūras', | ||||
|     'create_invoice'        => 'Sukurti sąskaitą-faktūrą', | ||||
|     'send_invoice'          => 'Siųsti sąskaitą-faktūrą', | ||||
|     'get_paid'              => 'Gauti apmokėjimą', | ||||
|     'accept_payments'       => 'Priimti atsiskaitymus internetu', | ||||
|  | ||||
|     'statuses' => [ | ||||
|         'draft'             => 'Juodraštis', | ||||
| @@ -43,16 +47,23 @@ return [ | ||||
|         'approved'          => 'Patvirtinta', | ||||
|         'partial'           => 'Dalinis', | ||||
|         'paid'              => 'Apmokėta', | ||||
|         'overdue'           => 'Vėluojanti', | ||||
|         'unpaid'            => 'Neapmokėta', | ||||
|         'cancelled'         => 'Atšaukta', | ||||
|     ], | ||||
|  | ||||
|     'messages' => [ | ||||
|         'email_sent'        => 'Sąskaitą-faktūrą išsiųsta sėkmingai!', | ||||
|         'marked_sent'       => 'SF pažymėta kaip išsiųsta sėkmingai!', | ||||
|         'email_sent'        => 'Sąskaita-faktūra išsiųsta el. paštu!', | ||||
|         'marked_sent'       => 'Sąskaita-faktūra pažymėta kaip išsiųsta!', | ||||
|         'marked_paid'       => 'Sąskaita-faktūra pažymėta kaip apmokėta!', | ||||
|         'marked_viewed'     => 'Sąskaita-faktūra pažymėta kaip peržiūrėta!', | ||||
|         'marked_cancelled'  => 'Sąskaita-faktūra pažymėta kaip atšaukta!', | ||||
|         'email_required'    => 'Klientas neturi el. pašto!', | ||||
|         'draft'             => 'Tai yra <b>JUODRAŠTINĖ</b> sąskaita ir ji bus įtraukta į grafikus po to kai bus išsiųsta.', | ||||
|  | ||||
|         'status' => [ | ||||
|             'created'       => 'Sukurta :date', | ||||
|             'viewed'        => 'Peržiūrėta', | ||||
|             'send' => [ | ||||
|                 'draft'     => 'Neišsiųsta', | ||||
|                 'sent'      => 'Išsiųsta :date', | ||||
| @@ -63,9 +74,4 @@ return [ | ||||
|         ], | ||||
|     ], | ||||
|  | ||||
|     'notification' => [ | ||||
|         'message'           => 'Jūs gavote šį laišką, nes :customer jums išrašė sąskaitą už :amount.', | ||||
|         'button'            => 'Apmokėti dabar', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -2,17 +2,7 @@ | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'quantities'            => 'Kiekis|Kiekiai', | ||||
|     'sales_price'           => 'Pardavimo kaina', | ||||
|     'purchase_price'        => 'Pirkimo kaina', | ||||
|     'sku'                   => 'Prekės kodas', | ||||
|  | ||||
|     'notification' => [ | ||||
|         'message'       => [ | ||||
|             'reminder' => 'Jūs gavote šį laišką, nes :name liko tik :quantity vnt.', | ||||
|             'out_of_stock' => 'Jūs gavote šį laišką, nes baigiasi :name likutis.', | ||||
|         ], | ||||
|         'button'        => 'Peržiūrėti dabar', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
							
								
								
									
										11
									
								
								resources/lang/lt-LT/maintenance.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								resources/lang/lt-LT/maintenance.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| <?php | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'title' => 'puslapis tvarkomas', | ||||
|  | ||||
|     'message' => 'Sorry, we\'re down for maintenance. Please, try again later!', | ||||
|  | ||||
|     'last-updated' => 'This message was last updated :timestamp.', | ||||
|  | ||||
| ]; | ||||
| @@ -8,6 +8,7 @@ return [ | ||||
|         'deleted'           => ':type ištrintas!', | ||||
|         'duplicated'        => ':type duplikuotas!', | ||||
|         'imported'          => ':type importuotas!', | ||||
|         'exported'          => ':type išeksportuotas!', | ||||
|         'enabled'           => ':type įjungtas!', | ||||
|         'disabled'          => ':type išjungtas!', | ||||
|     ], | ||||
| @@ -18,7 +19,8 @@ return [ | ||||
|         'customer'          => 'Klaida: Vartotojas nebuvo sukurtas! :name jau naudoja šį el. pašto adresą.', | ||||
|         'no_file'           => 'Klaida: Nepasirinktas failas!', | ||||
|         'last_category'     => 'Klaida: Negalite ištrinti paskutinės :type kategorijos!', | ||||
|         'invalid_apikey'     => 'Klaida: Neteisingas raktas!', | ||||
|         'change_type'       => 'Klaida: Negalima pakeisti tipo, nes jis yra susijęs su :text!', | ||||
|         'invalid_apikey'    => 'Klaida: Neteisingas raktas!', | ||||
|         'import_column'     => 'Klaida: :message :sheet lape. Eilutė: :line.', | ||||
|         'import_sheet'      => 'Klaida: Lapo pavadinimas neteisingas Peržiūrėkite pavyzdį.', | ||||
|     ], | ||||
| @@ -26,7 +28,10 @@ return [ | ||||
|     'warning' => [ | ||||
|         'deleted'           => 'Negalima ištrinti <b>:name</b>, nes jis yra susijęs su :text.', | ||||
|         'disabled'          => 'Negalima išjungti <b>:name</b>, nes jis yra susijęs su :text.', | ||||
|         'reconciled_tran'   => 'Warning: You are not allowed to change/delete transaction because it is reconciled!', | ||||
|         'reconciled_doc'    => 'Warning: You are not allowed to change/delete :type because it has reconciled transactions!', | ||||
|         'disable_code'      => 'Įspėjimas: Negalima išjungti arba pakeisti valiutos <b>:name</b>, nes ji susijusi su :text.', | ||||
|         'payment_cancel'    => 'Warning: You have cancelled your recent :method payment!', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -2,9 +2,9 @@ | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'title'                 => 'API raktas', | ||||
|     'api_token'             => 'Raktas', | ||||
|     'api_key'               => 'API Raktas', | ||||
|     'my_apps'               => 'Mano programėlės', | ||||
|     'pre_sale'              => 'Pre-Sale', | ||||
|     'top_paid'              => 'Geriausios mokamos', | ||||
|     'new'                   => 'Nauji', | ||||
|     'top_free'              => 'Geriausios nemokamos', | ||||
| @@ -12,10 +12,9 @@ return [ | ||||
|     'search'                => 'Paieška', | ||||
|     'install'               => 'Įrašyti', | ||||
|     'buy_now'               => 'Pirkti dabar', | ||||
|     'token_link'            => '<a href="https://akaunting.com/tokens" target="_blank">Spauskite čia</a>, kad gautumėte savo API raktą.', | ||||
|     'get_api_key'           => 'Norėdami gauti API Raktą <a href=":url" target="_blank">spauskite čia</a>.', | ||||
|     'no_apps'               => 'Nėra programėlių šioje kategorijoje.', | ||||
|     'developer'             => 'Ar esate kūrėjas? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Čia</a> galite sužinoti, kaip sukurti programėlę ir pradėti pardavinėti šiandien!', | ||||
|  | ||||
|     'become_developer'      => 'Are you a developer? <a href=":url" target="_blank">Here</a> you can learn how to create an app and start selling today!', | ||||
|     'recommended_apps'      => 'Rekomenduojamos programėlės', | ||||
|  | ||||
|     'about'                 => 'Apie', | ||||
| @@ -37,30 +36,30 @@ return [ | ||||
|         'installation'      => 'Įrašymas', | ||||
|         'faq'               => 'DUK', | ||||
|         'changelog'         => 'Pakeitimų sąrašas', | ||||
|         'reviews'            => 'Atsiliepimai', | ||||
|         'reviews'           => 'Atsiliepimai', | ||||
|     ], | ||||
|  | ||||
|     'installation' => [ | ||||
|         'header'            => 'Įrašymas', | ||||
|         'download'          => 'Parsisiunčiamas :module failas.', | ||||
|         'download'          => 'Parsisiunčiamas :module', | ||||
|         'unzip'             => 'Išskleidžiami :module failai.', | ||||
|         'file_copy'         => 'Kopijuojami :module failai.', | ||||
|         'migrate'           => 'Įrašomi :module atnaujinimai.', | ||||
|         'finish'            => 'Atnaujinimai įrašyti. Jūs būsite nukreipti į Atnaujinimų Centrą.', | ||||
|         'install'           => 'Įrašomi :module failai.', | ||||
|         'finish'            => 'Užbaigiamas :module įrašymas', | ||||
|         'redirect'          => ':module įrašytas, nukreipiam į atnuajinimų puslapį', | ||||
|         'install'           => 'Įrašomas :module', | ||||
|     ], | ||||
|  | ||||
|     'errors' => [ | ||||
|         'download' => 'Negalima parsisiųsti :module!', | ||||
|         'upload' => 'Negalima įrašyti parsiųsto modulio :module!', | ||||
|         'unzip' => 'Nagelima išpakuoti (unzip) :module!', | ||||
|         'file_copy' => 'Negalima kopijuoti :module failų!', | ||||
|         'migrate' => ':module migracija sugadinta!', | ||||
|         'migrate core' => ':module yra naujausios versijos.', | ||||
|         'download'          => 'Negalima parsisiųsti :module', | ||||
|         'zip'               => 'Not able to create :module zip file', | ||||
|         'unzip'             => 'Not able to unzip :module', | ||||
|         'file_copy'         => 'Not able to copy :module files', | ||||
|         'finish'            => 'Not able to finalize :module installation', | ||||
|     ], | ||||
|  | ||||
|     'badge' => [ | ||||
|         'installed' => 'Įrašytas', | ||||
|         'installed'         => 'Įrašytas', | ||||
|         'pre_sale'          => 'Pre-Sale', | ||||
|     ], | ||||
|  | ||||
|     'button' => [ | ||||
| @@ -70,14 +69,16 @@ return [ | ||||
|     ], | ||||
|  | ||||
|     'my' => [ | ||||
|         'purchased' => 'Nupirkta', | ||||
|         'installed' => 'Įrašyta', | ||||
|         'purchased'         => 'Nupirkta', | ||||
|         'installed'         => 'Įrašyta', | ||||
|     ], | ||||
|  | ||||
|     'reviews' => [ | ||||
|         'button' => [ | ||||
|             'add' => 'Pridėti apžvalgą' | ||||
|             'add'           => 'Pridėti apžvalgą' | ||||
|         ], | ||||
|         'na' => 'Nėra apžvalgų.' | ||||
|     ] | ||||
|  | ||||
|         'na'                => 'Nėra apžvalgų.' | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -2,8 +2,9 @@ | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     'previous'              => '« Ankstesnis', | ||||
|     'next'                  => 'Sekantis »', | ||||
|     'showing'               => 'Rodoma nuo :first iki :last iš :total :type', | ||||
|     'previous'              => 'Ankstesnis', | ||||
|     'next'                  => 'Sekantis', | ||||
|     'showing'               => ':first-:last iš :total.', | ||||
|     'page'                  => 'puslapyje.', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -18,5 +18,6 @@ return [ | ||||
|     'sent' => 'Slaptažodžio keitimo nuoroda išsiųsta!', | ||||
|     'token' => 'Šis slaptažodžio atnaujinimas negaliojantis.', | ||||
|     'user' => "Vartotojas su tokiu el. pašu nerastas.", | ||||
|     'throttle' => 'Prašome palaukti prieš bandant dar kartą.', | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -6,7 +6,7 @@ return [ | ||||
|     'reconciled'            => 'Reconciled', | ||||
|     'closing_balance'       => 'Galutinis likutis', | ||||
|     'unreconciled'          => 'Unreconciled', | ||||
|     'list_transactions'     => 'Operacijos', | ||||
|     'transactions'          => 'Transactions', | ||||
|     'start_date'            => 'Pradžios data', | ||||
|     'end_date'              => 'Pabaigos data', | ||||
|     'cleared_amount'        => 'Cleared Amount', | ||||
|   | ||||
| @@ -12,6 +12,7 @@ return [ | ||||
|     'net_profit'            => 'Pelnas prieš mokesčius', | ||||
|     'total_expenses'        => 'Iš viso išlaidų', | ||||
|     'net'                   => 'NET', | ||||
|     'income_expense'        => 'Pajamos / išlaidos', | ||||
|  | ||||
|     'summary' => [ | ||||
|         'income'            => 'Pajamų suvestinė', | ||||
| @@ -20,11 +21,10 @@ return [ | ||||
|         'tax'               => 'Mokesčių suvestinė', | ||||
|     ], | ||||
|  | ||||
|     'quarter' => [ | ||||
|         '1'                 => 'Sau-Kov', | ||||
|         '2'                 => 'Bal-Bir', | ||||
|         '3'                 => 'Lie-Rugs', | ||||
|         '4'                 => 'Spa-Gruo', | ||||
|     'charts' => [ | ||||
|         'line'              => 'Eilutė', | ||||
|         'bar'               => 'Stulpelis', | ||||
|         'pie'               => 'Skritulinė', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -3,14 +3,16 @@ | ||||
| return [ | ||||
|  | ||||
|     'company' => [ | ||||
|         'description'       => 'Pakeisti kompanijos pavadinimą, el. paštą, adresą ir t.t.', | ||||
|         'name'              => 'Pavadinimas', | ||||
|         'email'             => 'El. paštas', | ||||
|         'phone'             => 'Telefonas', | ||||
|         'address'           => 'Adresas', | ||||
|         'logo'              => 'Logotipas', | ||||
|     ], | ||||
|  | ||||
|     'localisation' => [ | ||||
|         'tab'               => 'Lokalizacija', | ||||
|         'description'       => 'Nustatyti biudžetinius metus, laiko juostas, datos formatą ir kitus lokalizacijos nustatymus.', | ||||
|         'financial_start'   => 'Finansinių metų pradžia', | ||||
|         'timezone'          => 'Laiko juosta', | ||||
|         'date' => [ | ||||
| @@ -27,9 +29,16 @@ return [ | ||||
|             'before'        => 'Prieš skaičių', | ||||
|             'after'         => 'Po skaičiaus', | ||||
|         ], | ||||
|         'discount_location' => [ | ||||
|             'name'          => 'Nuolaidos vieta', | ||||
|             'item'          => 'Eilutėje', | ||||
|             'total'         => 'Iš viso', | ||||
|             'both'          => 'Both line and total', | ||||
|         ], | ||||
|     ], | ||||
|  | ||||
|     'invoice' => [ | ||||
|         'tab'               => 'Sąskaita faktūra', | ||||
|         'description'       => 'Customize invoice prefix, number, terms, footer etc', | ||||
|         'prefix'            => 'Sąskaitos serija', | ||||
|         'digit'             => 'Skaitmenų kiekis', | ||||
|         'next'              => 'Kitas numeris', | ||||
| @@ -44,16 +53,25 @@ return [ | ||||
|         'rate'              => 'Kursas', | ||||
|         'quantity_name'     => 'Kiekio pavadinimas', | ||||
|         'quantity'          => 'Kiekis', | ||||
|         'payment_terms'     => 'Mokėjimo Sąlygos', | ||||
|         'title'             => 'Pavadinimas', | ||||
|         'subheading'        => 'Poraštė', | ||||
|         'due_receipt'       => 'Due upon receipt', | ||||
|         'due_days'          => 'Due within :days days', | ||||
|         'choose_template'   => 'Pasirinkite sąskaitos-faktūros šabloną.', | ||||
|         'default'           => 'Numatytas', | ||||
|         'classic'           => 'Klasikinis', | ||||
|         'modern'            => 'Modernus', | ||||
|     ], | ||||
|  | ||||
|     'default' => [ | ||||
|         'tab'               => 'Numatytieji', | ||||
|         'account'           => 'Numatytoji įmonė', | ||||
|         'currency'          => 'Numatytoji valiuta', | ||||
|         'tax'               => 'Numatytasis mokesčių tarifas', | ||||
|         'payment'           => 'Numatytasis mokėjimo būdas', | ||||
|         'language'          => 'Numatytoji kalba', | ||||
|         'description'       => 'Numatytoji sąskaita, valuta, kalba', | ||||
|         'list_limit'        => 'Įrašų puslapyje', | ||||
|         'use_gravatar'      => 'Naudoti Gravatar', | ||||
|     ], | ||||
|  | ||||
|     'email' => [ | ||||
|         'description'       => 'Change the sending protocol and email templates', | ||||
|         'protocol'          => 'Protokolas', | ||||
|         'php'               => 'PHP Mail', | ||||
|         'smtp' => [ | ||||
| @@ -68,36 +86,44 @@ return [ | ||||
|         'sendmail'          => 'Sendmail', | ||||
|         'sendmail_path'     => 'Sendmail kelias', | ||||
|         'log'               => 'Prisijungti el. Paštu', | ||||
|  | ||||
|         'templates' => [ | ||||
|             'subject'                   => 'Tema', | ||||
|             'body'                      => 'Tekstas', | ||||
|             'tags'                      => '<strong>Available Tags:</strong> :tag_list', | ||||
|             'invoice_new_customer'      => 'New Invoice Template (sent to customer)', | ||||
|             'invoice_remind_customer'   => 'Invoice Reminder Template (sent to customer)', | ||||
|             'invoice_remind_admin'      => 'Invoice Reminder Template (sent to admin)', | ||||
|             'invoice_recur_customer'    => 'Invoice Recurring Template (sent to customer)', | ||||
|             'invoice_recur_admin'       => 'Invoice Recurring Template (sent to admin)', | ||||
|             'invoice_payment_customer'  => 'Payment Received Template (sent to customer)', | ||||
|             'invoice_payment_admin'     => 'Payment Received Template (sent to admin)', | ||||
|             'bill_remind_admin'         => 'Bill Reminder Template (sent to admin)', | ||||
|             'bill_recur_admin'          => 'Bill Recurring Template (sent to admin)', | ||||
|         ], | ||||
|     ], | ||||
|  | ||||
|     'scheduling' => [ | ||||
|         'tab'               => 'Planavimas', | ||||
|         'name'              => 'Planavimas', | ||||
|         'description'       => 'Automatic reminders and command for recurring', | ||||
|         'send_invoice'      => 'Siųsti SF priminimą', | ||||
|         'invoice_days'      => 'Siųsti pavėlavus', | ||||
|         'send_bill'         => 'Siųsti sąskaitos priminimą', | ||||
|         'bill_days'         => 'Siųsti prieš pavėlavimą', | ||||
|         'cron_command'      => 'Cron komanda', | ||||
|         'schedule_time'     => 'Paleidimo valanda', | ||||
|         'send_item_reminder'=> 'Siųsti priminimą', | ||||
|         'item_stocks'       => 'Siųsti kai atsiras prekių', | ||||
|     ], | ||||
|     'appearance' => [ | ||||
|         'tab'               => 'Išvaizda', | ||||
|         'theme'             => 'Tema', | ||||
|         'light'             => 'Šviesi', | ||||
|         'dark'              => 'Tamsi', | ||||
|         'list_limit'        => 'Įrašų puslapyje', | ||||
|         'use_gravatar'      => 'Naudoti Gravatar', | ||||
|  | ||||
|     'categories' => [ | ||||
|         'description'       => 'Unlimited categories for income, expense, and item', | ||||
|     ], | ||||
|     'system' => [ | ||||
|         'tab'               => 'Sistema', | ||||
|         'session' => [ | ||||
|             'lifetime'      => 'Sesijos galiojimo laikas (min)', | ||||
|             'handler'       => 'Sesijos valdiklis', | ||||
|             'file'          => 'Failas', | ||||
|             'database'      => 'Duomenų bazė', | ||||
|         ], | ||||
|         'file_size'         => 'Maksimalus failo dydis (MB)', | ||||
|         'file_types'        => 'Leidžiami failų tipai', | ||||
|  | ||||
|     'currencies' => [ | ||||
|         'description'       => 'Create and manage currencies and set their rates', | ||||
|     ], | ||||
|  | ||||
|     'taxes' => [ | ||||
|         'description'       => 'Fixed, normal, inclusive, and compound tax rates', | ||||
|     ], | ||||
|  | ||||
| ]; | ||||
|   | ||||
| @@ -7,5 +7,5 @@ return [ | ||||
|     'normal'                => 'Normalus', | ||||
|     'inclusive'             => 'Imtinai', | ||||
|     'compound'              => 'Sudėtinis', | ||||
|  | ||||
|     'fixed'                 => 'Fiksuota', | ||||
| ]; | ||||
|   | ||||
| @@ -16,13 +16,13 @@ return [ | ||||
|     'accepted'             => ':Attribute turi būti pažymėtas.', | ||||
|     'active_url'           => ':Attribute nėra galiojantis internetinis adresas.', | ||||
|     'after'                => ':Attribute reikšmė turi būti po :date datos.', | ||||
|     'after_or_equal'       => ':Attribute privalo būti data lygi arba vėlesnė už :date.', | ||||
|     'after_or_equal'       => 'Lauko :attribute reikšmė privalo būti data lygi arba vėlesnė negu :date.', | ||||
|     'alpha'                => ':Attribute gali turėti tik raides.', | ||||
|     'alpha_dash'           => ':Attribute gali turėti tik raides, skaičius ir brūkšnelius.', | ||||
|     'alpha_num'            => 'Laukas :attribute gali turėti tik raides ir skaičius.', | ||||
|     'array'                => ':Attribute turi būti masyvas.', | ||||
|     'before'               => ':Attribute turi būti data prieš :date.', | ||||
|     'before_or_equal'      => ':Attribute privalo būti data ankstenė arba lygi :date.', | ||||
|     'before_or_equal'      => 'Lauko :attribute reikšmė privalo būti data lygi arba ankstesnė negu :date.', | ||||
|     'between'              => [ | ||||
|         'numeric' => ':Attribute reikšmė turi būti tarp :min ir :max.', | ||||
|         'file'    => ':Attribute failo dydis turi būti tarp :min ir :max kilobaitų.', | ||||
| @@ -39,13 +39,14 @@ return [ | ||||
|     'dimensions'           => 'Lauke :attribute įkeltas paveiksliukas neatitinka išmatavimų reikalavimo.', | ||||
|     'distinct'             => 'Laukas :attribute pasikartoja.', | ||||
|     'email'                => 'Lauko :attribute reikšmė turi būti galiojantis el. pašto adresas.', | ||||
|     'ends_with'            => 'Laukas :attribute turi baigtis vienu iš: :values', | ||||
|     'exists'               => 'Pasirinkta negaliojanti :attribute reikšmė.', | ||||
|     'file'                 => ':Attribute privalo būti failas.', | ||||
|     'file'                 => ':attribute turi būti failas.', | ||||
|     'filled'               => 'Laukas :attribute turi būti užpildytas.', | ||||
|     'image'                => 'Lauko :attribute reikšmė turi būti paveikslėlis.', | ||||
|     'in'                   => 'Pasirinkta negaliojanti :attribute reikšmė.', | ||||
|     'in_array'             => 'Laukas :attribute neegzistuoja :other lauke.', | ||||
|     'integer'              => 'Lauko :attribute reikšmė turi būti veikasis skaičius.', | ||||
|     'integer'              => 'Lauko :attribute reikšmė turi būti sveikasis skaičius.', | ||||
|     'ip'                   => 'Lauko :attribute reikšmė turi būti galiojantis IP adresas.', | ||||
|     'json'                 => 'Lauko :attribute reikšmė turi būti JSON tekstas.', | ||||
|     'max'                  => [ | ||||
| @@ -83,7 +84,7 @@ return [ | ||||
|     'string'               => 'Laukas :attribute turi būti tekstinis.', | ||||
|     'timezone'             => 'Lauko :attribute reikšmė turi būti galiojanti laiko zona.', | ||||
|     'unique'               => 'Tokia :attribute reikšmė jau pasirinkta.', | ||||
|     'uploaded'             => 'Nepavyko įkelti :attribute.', | ||||
|     'uploaded'             => 'Nepavyko įkelti :attribute lauko.', | ||||
|     'url'                  => 'Negaliojantis lauko :attribute formatas.', | ||||
|  | ||||
|     /* | ||||
| @@ -99,10 +100,11 @@ return [ | ||||
|  | ||||
|     'custom' => [ | ||||
|         'attribute-name' => [ | ||||
|             'rule-name' => 'Pasirinktinis pranešimas', | ||||
|             'rule-name'             => 'Pasirinktinis pranešimas', | ||||
|         ], | ||||
|         'invalid_currency' => ':Attribute kodas neteisingas.', | ||||
|         'invalid_amount'   => ':Attribute kiekis yra neteisingas.', | ||||
|         'invalid_currency'      => ':Attribute kodas neteisingas.', | ||||
|         'invalid_amount'        => ':Attribute kiekis yra neteisingas.', | ||||
|         'invalid_extension'     => 'Negalimas failo tipas.', | ||||
|     ], | ||||
|  | ||||
|     /* | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| 
 | ||||
| return [ | ||||
| 
 | ||||
|     'total_incomes'             => 'Iš viso pajamų', | ||||
|     'total_income'              => 'Iš viso pajamų', | ||||
|     'receivables'               => 'Gautinos sumos', | ||||
|     'open_invoices'             => 'Neapmokėtos sąskaitos faktūros', | ||||
|     'overdue_invoices'          => 'Vėluojančios sąskaitos faktūros', | ||||
| @@ -11,14 +11,13 @@ return [ | ||||
|     'open_bills'                => 'Neapmokėtos sąskaitas', | ||||
|     'overdue_bills'             => 'Vėluojančios sąskaitos', | ||||
|     'total_profit'              => 'Pelnas iš viso', | ||||
|     'open_profit'               => 'Pelnas prieš mokesčius', | ||||
|     'open_profit'               => 'Open Profit', | ||||
|     'overdue_profit'            => 'Vėluojantis pelnas', | ||||
|     'cash_flow'                 => 'Grynųjų pinigų srautai', | ||||
|     'no_profit_loss'            => 'Nėra nuostolių', | ||||
|     'incomes_by_category'       => 'Pajamos pagal kategoriją', | ||||
|     'income_by_category'        => 'Pajamos pagal kategoriją', | ||||
|     'expenses_by_category'      => 'Išlaidos pagal kategoriją', | ||||
|     'account_balance'           => 'Sąskaitos likutis', | ||||
|     'latest_incomes'            => 'Naujausios pajamos', | ||||
|     'latest_income'             => 'Naujausios pajamos', | ||||
|     'latest_expenses'           => 'Paskutinis išlaidos', | ||||
| 
 | ||||
| ]; | ||||
| @@ -87,10 +87,12 @@ | ||||
|                                     </a> | ||||
|                                     <div class="dropdown-menu dropdown-menu-right dropdown-menu-arrow"> | ||||
|                                         <a class="dropdown-item" href="{{ route('users.edit', $item->id) }}">{{ trans('general.edit') }}</a> | ||||
|                                         @permission('delete-auth-users') | ||||
|                                             <div class="dropdown-divider"></div> | ||||
|                                             {!! Form::deleteLink($item, 'users.destroy') !!} | ||||
|                                         @endpermission | ||||
|                                         @if (user()->id != $item->id) | ||||
|                                             @permission('delete-auth-users') | ||||
|                                                 <div class="dropdown-divider"></div> | ||||
|                                                 {!! Form::deleteLink($item, 'users.destroy') !!} | ||||
|                                             @endpermission | ||||
|                                         @endif | ||||
|                                     </div> | ||||
|                                 </div> | ||||
|                             </td> | ||||
|   | ||||
| @@ -16,9 +16,9 @@ | ||||
|  | ||||
|             <div class="card-body"> | ||||
|                 <div class="row align-items-center"> | ||||
|                     {{ Form::dateGroup('started_at', trans('reconciliations.start_date'), 'calendar', ['id' => 'started_at', 'class' => 'form-control datepicker', 'required' => 'required', 'date-format' => 'Y-m-d', 'autocomplete' => 'off'], request('started_at'), 'col-xl-3') }} | ||||
|                     {{ Form::dateGroup('started_at', trans('reconciliations.start_date'), 'calendar', ['id' => 'started_at', 'class' => 'form-control datepicker', 'required' => 'required', 'date-format' => 'Y-m-d', 'autocomplete' => 'off'], request('started_at', Date::now()->firstOfMonth()->toDateString()), 'col-xl-3') }} | ||||
|  | ||||
|                     {{ Form::dateGroup('ended_at', trans('reconciliations.end_date'), 'calendar', ['id' => 'ended_at', 'class' => 'form-control datepicker', 'required' => 'required', 'date-format' => 'Y-m-d', 'autocomplete' => 'off'], request('ended_at'), 'col-xl-3') }} | ||||
|                     {{ Form::dateGroup('ended_at', trans('reconciliations.end_date'), 'calendar', ['id' => 'ended_at', 'class' => 'form-control datepicker', 'required' => 'required', 'date-format' => 'Y-m-d', 'autocomplete' => 'off'], request('ended_at', Date::now()->endOfMonth()->toDateString()), 'col-xl-3') }} | ||||
|  | ||||
|                     {{ Form::moneyGroup('closing_balance', trans('reconciliations.closing_balance'), 'balance-scale', ['required' => 'required', 'autofocus' => 'autofocus', 'currency' => $currency], request('closing_balance', 0.00), 'col-xl-2') }} | ||||
|  | ||||
|   | ||||
| @@ -189,10 +189,10 @@ | ||||
|                         @endpermission | ||||
|                     @endif | ||||
|  | ||||
|                     @if ($module->purchase_faq) | ||||
|                          <div class="text-center mt-3"> | ||||
|                              <a href="#" @click="onShowFaq" id="button-purchase-faq">{{ trans('modules.tab.faq')}}</a> | ||||
|                          </div> | ||||
|                     @if (!empty($module->purchase_desc)) | ||||
|                         <div class="text-center mt-3"> | ||||
|                             {{ $module->purchase_desc }} | ||||
|                         </div> | ||||
|                     @endif | ||||
|                 </div> | ||||
|             </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user