updated translations

This commit is contained in:
denisdulici 2019-02-04 19:07:34 +03:00
parent 1a30dfb214
commit 2e223996b1
63 changed files with 604 additions and 551 deletions

View File

@ -2,55 +2,58 @@
return [ return [
'bill_number' => 'رقم فاتورة الشراء', 'bill_number' => 'رقم فاتورة الشراء',
'bill_date' => 'تاريخ فاتورة الشراء', 'bill_date' => 'تاريخ فاتورة',
'total_price' => 'السعر الإجمالي', 'total_price' => 'السعر الإجمالي',
'due_date' => 'تاريخ التسليم', 'due_date' => 'تاريخ التسليم',
'order_number' => 'رقم الطلب', 'order_number' => 'رقم الطلب',
'bill_from' => 'فاتورة الشراء من', 'bill_from' => 'فاتورة الشراء من',
'quantity' => 'الكمية', 'quantity' => 'الكمية',
'price' => 'السعر', 'price' => 'السعر',
'sub_total' => 'المبلغ الإجمالي', 'sub_total' => 'المبلغ الإجمالي',
'discount' => 'خصم', 'discount' => 'خصم',
'tax_total' => 'إجمالي الضريبة', 'tax_total' => 'إجمالي الضريبة',
'total' => 'المجموع', 'total' => 'المجموع',
'item_name' => 'اسم الصنف|أسماء الأصناف', 'item_name' => 'اسم الصنف|أسماء الأصناف',
'show_discount' => 'خصم :discount%', 'show_discount' => 'خصم :discount%',
'add_discount' => 'إضافة خصم', 'add_discount' => 'إضافة خصم',
'discount_desc' => 'من المجموع الجزئي', 'discount_desc' => 'من المجموع الجزئي',
'payment_due' => 'استحقاق الدفع', 'payment_due' => 'استحقاق الدفع',
'amount_due' => 'استحقاق المبلغ', 'amount_due' => 'استحقاق المبلغ',
'paid' => 'مدفوع', 'paid' => 'مدفوع',
'histories' => 'سجلات', 'histories' => 'سجلات',
'payments' => 'المدفوعات', 'payments' => 'المدفوعات',
'add_payment' => 'إضافة مدفوعات', 'add_payment' => 'إضافة مدفوعات',
'mark_received' => 'تحديد كمستلم', 'mark_received' => 'تحديد كمستلم',
'download_pdf' => 'تحميل PDF', 'download_pdf' => 'تحميل PDF',
'send_mail' => 'إرسال بريد إلكتروني', 'send_mail' => 'إرسال بريد إلكتروني',
'create_bill' => 'إنشاء فاتورة',
'receive_bill' => 'Receive Bill',
'make_payment' => 'Make Payment',
'status' => [ 'status' => [
'draft' => 'مسودة', 'draft' => 'مسودة',
'received' => 'مستلم', 'received' => 'مستلم',
'partial' => 'جزئي', 'partial' => 'جزئي',
'paid' => 'مدفوع', 'paid' => 'مدفوع',
], ],
'messages' => [ 'messages' => [
'received' => 'تم تحويل فاتورة الشراء إلى فاتورة مستلمة بنجاح!', 'received' => 'تم تحويل فاتورة الشراء إلى فاتورة مستلمة بنجاح!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.', 'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'status' => [ 'status' => [
'created' => 'Created on :date', 'created' => 'إضافة في: تاريخ',
'receive' => [ 'receive' => [
'draft' => 'Not sent', 'draft' => 'عدم الإرسال',
'received' => 'Received on :date', 'received' => 'وردت في: تاريخ',
], ],
'paid' => [ 'paid' => [
'await' => 'Awaiting payment', 'await' => 'في انتظار الدفع',
], ],
], ],
], ],

View File

@ -10,7 +10,7 @@ return [
], ],
'notification' => [ 'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.', 'message' => ':customer قام بدفع :amount للفاتورة رقم :invoice_number.',
'button' => 'Show', 'button' => 'عرض',
], ],
]; ];

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'يورو', 'currencies_eur' => 'يورو',
'currencies_gbp' => 'جنيه استرليني', 'currencies_gbp' => 'جنيه استرليني',
'currencies_try' => 'ليرة تركية', 'currencies_try' => 'ليرة تركية',
'taxes_exempt' => 'الإعفاء الضريبي',
'taxes_normal' => 'الضريبة العادية',
'taxes_sales' => 'ضريبة المبيعات',
]; ];

View File

@ -40,8 +40,7 @@ return [
'others' => 'الأخرى|الأخريات', 'others' => 'الأخرى|الأخريات',
'contacts' => 'Contact|Contacts', 'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations', 'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits', 'developers' => 'Developer|Developers',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'لوحة التحكم', 'dashboard' => 'لوحة التحكم',
'banking' => 'الخدمات المصرفية', 'banking' => 'الخدمات المصرفية',

View File

@ -2,67 +2,71 @@
return [ return [
'invoice_number' => 'رقم فاتورة البيع', 'invoice_number' => 'رقم فاتورة البيع',
'invoice_date' => 'تاريخ فاتورة البيع', 'invoice_date' => 'تاريخ فاتورة البيع',
'total_price' => 'السعر الإجمالي', 'total_price' => 'السعر الإجمالي',
'due_date' => 'تاريخ الاستحقاق', 'due_date' => 'تاريخ الاستحقاق',
'order_number' => 'رقم الطلب', 'order_number' => 'رقم الطلب',
'bill_to' => 'فاتورة الشراء إلى', 'bill_to' => 'فاتورة الشراء إلى',
'quantity' => 'الكمية', 'quantity' => 'الكمية',
'price' => 'السعر', 'price' => 'السعر',
'sub_total' => 'المجموع الجزئي', 'sub_total' => 'المجموع الجزئي',
'discount' => 'الخصم', 'discount' => 'الخصم',
'tax_total' => 'إجمالي الضريبة', 'tax_total' => 'إجمالي الضريبة',
'total' => 'الإجمالي', 'total' => 'الإجمالي',
'item_name' => 'اسم الصنف|أسماء الأصناف', 'item_name' => 'اسم الصنف|أسماء الأصناف',
'show_discount' => 'خصم :discount%', 'show_discount' => 'خصم :discount%',
'add_discount' => 'إضافة خصم', 'add_discount' => 'إضافة خصم',
'discount_desc' => 'من المجموع الجزئي', 'discount_desc' => 'من المجموع الجزئي',
'payment_due' => 'استحقاق الدفع', 'payment_due' => 'استحقاق الدفع',
'paid' => 'مدفوع', 'paid' => 'مدفوع',
'histories' => 'سجلات', 'histories' => 'سجلات',
'payments' => 'المدفوعات', 'payments' => 'المدفوعات',
'add_payment' => 'إضافة مدفوعات', 'add_payment' => 'إضافة مدفوعات',
'mark_paid' => 'التحديد كمدفوع', 'mark_paid' => 'التحديد كمدفوع',
'mark_sent' => 'التحديد كمرسل', 'mark_sent' => 'التحديد كمرسل',
'download_pdf' => 'تحميل PDF', 'download_pdf' => 'تحميل PDF',
'send_mail' => 'إرسال بريد إلكتروني', 'send_mail' => 'إرسال بريد إلكتروني',
'all_invoices' => 'Login to view all invoices', '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' => [ 'status' => [
'draft' => 'مسودة', 'draft' => 'مسودة',
'sent' => 'تم الإرسال', 'sent' => 'تم الإرسال',
'viewed' => 'المشاهدات', 'viewed' => 'المشاهدات',
'approved' => 'تمت الموافقة', 'approved' => 'تمت الموافقة',
'partial' => 'جزئي', 'partial' => 'جزئي',
'paid' => 'مدفوع', 'paid' => 'مدفوع',
], ],
'messages' => [ 'messages' => [
'email_sent' => 'تم إرسال الفاتورة بنجاح!', 'email_sent' => 'تم إرسال الفاتورة بنجاح!',
'marked_sent' => 'تم تحديد الفاتورة كفاتورة مرسلة بنجاح!', 'marked_sent' => 'تم تحديد الفاتورة كفاتورة مرسلة بنجاح!',
'email_required' => 'لا يوجد عنوان البريد إلكتروني لهذا العميل!', 'email_required' => 'لا يوجد عنوان البريد إلكتروني لهذا العميل!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.', 'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [ 'status' => [
'created' => 'Created on :date', 'created' => 'Created on :date',
'send' => [ 'send' => [
'draft' => 'Not sent', 'draft' => 'Not sent',
'sent' => 'Sent on :date', 'sent' => 'Sent on :date',
], ],
'paid' => [ 'paid' => [
'await' => 'Awaiting payment', 'await' => 'Awaiting payment',
], ],
], ],
], ],
'notification' => [ 'notification' => [
'message' => 'قمت باستلام هذه الرسالة لأنه لديك فاتورة قادمة بقيمة :amount للعميل :customer.', 'message' => 'قمت باستلام هذه الرسالة لأنه لديك فاتورة قادمة بقيمة :amount للعميل :customer.',
'button' => 'الدفع الآن', 'button' => 'الدفع الآن',
], ],
]; ];

View File

@ -9,7 +9,7 @@ return [
'notification' => [ 'notification' => [
'message' => [ 'message' => [
'reminder' => 'You are receiving this email because only :quantity of :name has remained.', 'reminder' => 'أنت تتلقى هذه الرسالة لأنه متبقي لديك :quantity من :name.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.', 'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
], ],
'button' => 'عرض الآن', 'button' => 'عرض الآن',

View File

@ -11,6 +11,7 @@ return [
'enabled' => 'تم تفعيل :type!', 'enabled' => 'تم تفعيل :type!',
'disabled' => 'تم تعطيل :type!', 'disabled' => 'تم تعطيل :type!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount', 'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'خطأ: غير مسموح لك بإدارة هذه الشركة!', 'not_user_company' => 'خطأ: غير مسموح لك بإدارة هذه الشركة!',
@ -21,9 +22,11 @@ return [
'import_column' => 'خطأ: :message اسم الورقة: :sheet. رقم السطر: :line.', 'import_column' => 'خطأ: :message اسم الورقة: :sheet. رقم السطر: :line.',
'import_sheet' => 'خطأ: اسم الورقة غير صحيح. من فضلك، راجع ملف العينة.', 'import_sheet' => 'خطأ: اسم الورقة غير صحيح. من فضلك، راجع ملف العينة.',
], ],
'warning' => [ 'warning' => [
'deleted' => 'تنبيه: لا يمكنك حذف <b>:name</b> لأنه لديه :text مرتبط به.', 'deleted' => 'تنبيه: لا يمكنك حذف <b>:name</b> لأنه لديه :text مرتبط به.',
'disabled' => 'تنبيه: لا يمكنك تعطيل <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

@ -23,6 +23,9 @@ return [
'added' => 'تمت الإضافة', 'added' => 'تمت الإضافة',
'updated' => 'تم التحديث', 'updated' => 'تم التحديث',
'compatibility' => 'التوافق', 'compatibility' => 'التوافق',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
'installed' => 'تم تثبيت :module', 'installed' => 'تم تثبيت :module',
'uninstalled' => 'تم إلغاء تثبيت :module', 'uninstalled' => 'تم إلغاء تثبيت :module',

View File

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

View File

@ -11,6 +11,8 @@ return [
], ],
'localisation' => [ 'localisation' => [
'tab' => 'المنطقة', 'tab' => 'المنطقة',
'financial_start' => 'Financial Year Start',
'timezone' => 'التوقيت',
'date' => [ 'date' => [
'format' => 'صيغة التاريخ', 'format' => 'صيغة التاريخ',
'separator' => 'فاصل التاريخ', 'separator' => 'فاصل التاريخ',
@ -20,7 +22,6 @@ return [
'slash' => 'خط مائل (/)', 'slash' => 'خط مائل (/)',
'space' => 'مسافة ( )', 'space' => 'مسافة ( )',
], ],
'timezone' => 'التوقيت',
'percent' => [ 'percent' => [
'title' => 'مكان النسبة (%)', 'title' => 'مكان النسبة (%)',
'before' => 'قبل الرقم', 'before' => 'قبل الرقم',
@ -33,16 +34,16 @@ return [
'digit' => 'عدد الأرقام', 'digit' => 'عدد الأرقام',
'next' => 'الرقم التالي', 'next' => 'الرقم التالي',
'logo' => 'الشعار', 'logo' => 'الشعار',
'custom' => 'Custom', 'custom' => 'مُخصّص',
'item_name' => 'Item Name', 'item_name' => 'Item Name',
'item' => 'Items', 'item' => 'عناصر',
'product' => 'Products', 'product' => 'المنتجات',
'service' => 'Services', 'service' => 'الخدمات',
'price_name' => 'Price Name', 'price_name' => 'Price Name',
'price' => 'Price', 'price' => 'السعر',
'rate' => 'Rate', 'rate' => 'قيّم',
'quantity_name' => 'Quantity Name', 'quantity_name' => 'Quantity Name',
'quantity' => 'Quantity', 'quantity' => 'الكمية',
], ],
'default' => [ 'default' => [
'tab' => 'الافتراضي', 'tab' => 'الافتراضي',
@ -83,7 +84,7 @@ return [
'tab' => 'الظهور', 'tab' => 'الظهور',
'theme' => 'القالب', 'theme' => 'القالب',
'light' => 'فاتح', 'light' => 'فاتح',
'dark' => 'داكن', 'dark' => 'غامق',
'list_limit' => 'عدد النتائج في كل صفحة', 'list_limit' => 'عدد النتائج في كل صفحة',
'use_gravatar' => 'استخدام Gravatar', 'use_gravatar' => 'استخدام Gravatar',
], ],

View File

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

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Euro', 'currencies_eur' => 'Euro',
'currencies_gbp' => 'Britisches Pfund', 'currencies_gbp' => 'Britisches Pfund',
'currencies_try' => 'Türkische Lira', 'currencies_try' => 'Türkische Lira',
'taxes_exempt' => 'Steuerbefreit',
'taxes_normal' => 'Normale Steuer',
'taxes_sales' => 'Umsatzsteuer',
]; ];

View File

@ -35,6 +35,7 @@ return [
'create_invoice' => 'Rechnung erstellen', 'create_invoice' => 'Rechnung erstellen',
'send_invoice' => 'Rechnung senden', 'send_invoice' => 'Rechnung senden',
'get_paid' => 'Zahlung erhalten', 'get_paid' => 'Zahlung erhalten',
'accept_payments' => 'Onlinezahlungen akzeptieren',
'status' => [ 'status' => [
'draft' => 'Entwurf', 'draft' => 'Entwurf',

View File

@ -10,7 +10,7 @@ return [
], ],
'notification' => [ 'notification' => [
'message' => 'Έγινε πληρωμή :amount αντί του τιμολογίου με αριθμό :invoice_number από τον/την :customer.', 'message' => 'Ο πελάτης :customer πραγματοποίησε πληρωμή :amount για το τιμολόγιο με αριθμό :invoice_number.',
'button' => 'Εμφάνιση', 'button' => 'Εμφάνιση',
], ],
]; ];

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Ευρώ', 'currencies_eur' => 'Ευρώ',
'currencies_gbp' => 'Βρετανική Λίρα', 'currencies_gbp' => 'Βρετανική Λίρα',
'currencies_try' => 'Τουρκική Λίρα', 'currencies_try' => 'Τουρκική Λίρα',
'taxes_exempt' => 'Φοροαπαλλαγή',
'taxes_normal' => 'Κανονικό ΦΠΑ',
'taxes_sales' => 'ΦΠΑ πωλήσεων',
]; ];

View File

@ -67,7 +67,7 @@ return [
'delete_confirm' => 'Επιβεβαίωση διαγραφής :name :type;', 'delete_confirm' => 'Επιβεβαίωση διαγραφής :name :type;',
'name' => 'Όνομα', 'name' => 'Όνομα',
'email' => 'Email', 'email' => 'Email',
'tax_number' => 'Ονομασία ΦΠΑ', 'tax_number' => 'ΑΦΜ',
'phone' => 'Τηλέφωνο', 'phone' => 'Τηλέφωνο',
'address' => 'Διεύθυνση', 'address' => 'Διεύθυνση',
'website' => 'Ιστοσελίδα', 'website' => 'Ιστοσελίδα',

View File

@ -35,6 +35,7 @@ return [
'create_invoice' => 'Δημιουργία Τιμολογίου', 'create_invoice' => 'Δημιουργία Τιμολογίου',
'send_invoice' => 'Αποστολή Τιμολογίου', 'send_invoice' => 'Αποστολή Τιμολογίου',
'get_paid' => 'Λήψη Πληρωμής', 'get_paid' => 'Λήψη Πληρωμής',
'accept_payments' => 'Δεχτείτε ηλεκτρονικές πληρωμές',
'status' => [ 'status' => [
'draft' => 'Προσχέδιο', 'draft' => 'Προσχέδιο',

View File

@ -11,7 +11,7 @@ return [
], ],
'localisation' => [ 'localisation' => [
'tab' => 'Τοπική προσαρμογή', 'tab' => 'Τοπική προσαρμογή',
'financial_start' => 'Financial Year Start', 'financial_start' => 'Έναρξη Οικονομικού Έτους',
'timezone' => 'Ζώνη ώρας', 'timezone' => 'Ζώνη ώρας',
'date' => [ 'date' => [
'format' => 'Μορφοποίηση Ημερομηνίας', 'format' => 'Μορφοποίηση Ημερομηνίας',

View File

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

View File

@ -35,6 +35,7 @@ return [
'create_invoice' => 'Crear Factura', 'create_invoice' => 'Crear Factura',
'send_invoice' => 'Enviar Factura', 'send_invoice' => 'Enviar Factura',
'get_paid' => 'Recibir Pago', 'get_paid' => 'Recibir Pago',
'accept_payments' => 'Aceptar Pagos Online',
'status' => [ 'status' => [
'draft' => 'Borrador', 'draft' => 'Borrador',

View File

@ -5,9 +5,9 @@ return [
'account_name' => 'Nama Akun', 'account_name' => 'Nama Akun',
'number' => 'Nomor', 'number' => 'Nomor',
'opening_balance' => 'Saldo Awal', 'opening_balance' => 'Saldo Awal',
'current_balance' => 'Saldo Sekarang', 'current_balance' => 'Saldo Saat Ini',
'bank_name' => 'Nama Bank', 'bank_name' => 'Nama Bank',
'bank_phone' => 'Telpon Bank', 'bank_phone' => 'Telepon Bank',
'bank_address' => 'Alamat Bank', 'bank_address' => 'Alamat Bank',
'default_account' => 'Akun Utama', 'default_account' => 'Akun Utama',

View File

@ -2,54 +2,57 @@
return [ return [
'bill_number' => 'Nomor Tagihan', 'bill_number' => 'Nomor Tagihan',
'bill_date' => 'Tanggal Tagihan', 'bill_date' => 'Tanggal Tagihan',
'total_price' => 'Total Harga', 'total_price' => 'Total Harga',
'due_date' => 'Tanggal Jatuh Tempo', 'due_date' => 'Tanggal Jatuh Tempo',
'order_number' => 'Nomor Pesanan', 'order_number' => 'Nomor Pesanan',
'bill_from' => 'Tagihan Dari', 'bill_from' => 'Tagihan Dari',
'quantity' => 'Jumlah', 'quantity' => 'Jumlah',
'price' => 'Harga', 'price' => 'Harga',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Diskon', 'discount' => 'Diskon',
'tax_total' => 'Total Pajak', 'tax_total' => 'Total Pajak',
'total' => 'Total', 'total' => 'Total',
'item_name' => 'Nama Barang | Nama Barang', 'item_name' => 'Nama Barang | Nama Barang',
'show_discount' => 'Diskon :discount%', 'show_discount' => 'Diskon :discount%',
'add_discount' => 'Tambahkan diskon', 'add_discount' => 'Tambahkan diskon',
'discount_desc' => 'dari subtotal', 'discount_desc' => 'dari subtotal',
'payment_due' => 'Pembayaran Jatuh Tempo', 'payment_due' => 'Pembayaran Jatuh Tempo',
'amount_due' => 'Jumlah Jatuh Tempo', 'amount_due' => 'Jumlah Jatuh Tempo',
'paid' => 'Dibayar', 'paid' => 'Dibayar',
'histories' => 'Riwayat', 'histories' => 'Riwayat',
'payments' => 'Pembayaran', 'payments' => 'Pembayaran',
'add_payment' => 'Tambahkan Pembayaran', 'add_payment' => 'Tambahkan Pembayaran',
'mark_received' => 'Tandai Diterima', 'mark_received' => 'Tandai Diterima',
'download_pdf' => 'Unduh PDF', 'download_pdf' => 'Unduh PDF',
'send_mail' => 'Kirim Email', 'send_mail' => 'Kirim Email',
'create_bill' => 'Membuat Tagihan',
'receive_bill' => 'Menerima Tagihan',
'make_payment' => 'Membuat Pembayaran',
'status' => [ 'status' => [
'draft' => 'Konsep', 'draft' => 'Konsep',
'received' => 'Diterima', 'received' => 'Diterima',
'partial' => 'Sebagian', 'partial' => 'Sebagian',
'paid' => 'Dibayar', 'paid' => 'Dibayar',
], ],
'messages' => [ 'messages' => [
'received' => 'Bill ditandai sebagai berhasil diterima!', 'received' => 'Bill ditandai sebagai berhasil diterima!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.', 'draft' => 'Ini adalah <b>DRAFT</b> tagihan dan akan terlihat di grafik setelah dibayarkan.',
'status' => [ 'status' => [
'created' => 'Dibuat pada: tanggal', 'created' => 'Dibuat pada: tanggal',
'receive' => [ 'receive' => [
'draft' => 'Tidak Terikirim', 'draft' => 'Tidak Terikirim',
'received' => 'Diterima pada: tanggal', 'received' => 'Diterima pada: tanggal',
], ],
'paid' => [ 'paid' => [
'await' => 'Menunggu Pembayaran', 'await' => 'Menunggu Pembayaran',
], ],
], ],

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Euro', 'currencies_eur' => 'Euro',
'currencies_gbp' => 'Pound Inggris', 'currencies_gbp' => 'Pound Inggris',
'currencies_try' => 'Lira Turki', 'currencies_try' => 'Lira Turki',
'taxes_exempt' => 'Bebas pajak',
'taxes_normal' => 'Pajak normal',
'taxes_sales' => 'Pajak Penjualan',
]; ];

View File

@ -39,9 +39,8 @@ return [
'statuses' => 'Status | Status', 'statuses' => 'Status | Status',
'others' => 'Lain | Lain-lain', 'others' => 'Lain | Lain-lain',
'contacts' => 'Kontak', 'contacts' => 'Kontak',
'reconciliations' => 'Reconciliation|Reconciliations', 'reconciliations' => 'Rekonsiliasi|Rekonsiliasi',
'deposits' => 'Deposit|Deposito', 'developers' => 'Developer|Developers',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'Dasbor', 'dashboard' => 'Dasbor',
'banking' => 'Perbankan', 'banking' => 'Perbankan',
@ -85,7 +84,7 @@ return [
'color' => 'Warna', 'color' => 'Warna',
'save' => 'Simpan', 'save' => 'Simpan',
'cancel' => 'Batal', 'cancel' => 'Batal',
'loading' => 'Loading...', 'loading' => 'Sedang memuat...',
'from' => 'Dari', 'from' => 'Dari',
'to' => 'Untuk', 'to' => 'Untuk',
'print' => 'Cetak', 'print' => 'Cetak',
@ -108,14 +107,14 @@ return [
'export' => 'Ekspor', 'export' => 'Ekspor',
'finish' => 'Selesai', 'finish' => 'Selesai',
'wizard' => 'Wizard', 'wizard' => 'Wizard',
'skip' => 'Skip', 'skip' => 'Lewati',
'enable' => 'Aktif', 'enable' => 'Aktif',
'disable' => 'Nonaktif', 'disable' => 'Nonaktif',
'select_all' => 'Select All', 'select_all' => 'Pilih Semua',
'unselect_all' => 'Unselect All', 'unselect_all' => 'Batalkan Memilih Semua',
'go_to' => 'Go to :name', 'go_to' => 'Menuju ke :name',
'created_date' => 'Created Date', 'created_date' => 'Tanggal Dibuat',
'period' => 'Period', 'period' => 'Periode',
'start' => 'Mulai', 'start' => 'Mulai',
'end' => 'Selesai', 'end' => 'Selesai',
'clear' => 'Hapus', 'clear' => 'Hapus',
@ -124,9 +123,9 @@ return [
'title' => [ 'title' => [
'new' => 'Baru :type', 'new' => 'Baru :type',
'edit' => 'Sunting :type', 'edit' => 'Sunting :type',
'create' => 'Create :type', 'create' => 'Buat :type',
'send' => 'Send :type', 'send' => 'Kirim :type',
'get' => 'Get :type', 'get' => 'Ambil :type',
], ],
'form' => [ 'form' => [
@ -141,8 +140,8 @@ return [
'date_range' => [ 'date_range' => [
'today' => 'Hari Ini', 'today' => 'Hari Ini',
'yesterday' => 'Kemarin', 'yesterday' => 'Kemarin',
'last_days' => 'Last :day Days', 'last_days' => ':day Hari Terakhir',
'this_month' => 'This Month', 'this_month' => 'Bulan Ini',
'last_month' => 'Last Month', 'last_month' => 'Bulan Lalu',
], ],
]; ];

View File

@ -7,9 +7,9 @@ return [
'notifications' => [ 'notifications' => [
'counter' => '{0} Anda tidak memiliki pemberitahuan |{1} Anda memiliki :count Pemberitahuan |[2,*] Kamu memiliki :count pemberitahuan', 'counter' => '{0} Anda tidak memiliki pemberitahuan |{1} Anda memiliki :count Pemberitahuan |[2,*] Kamu memiliki :count pemberitahuan',
'overdue_invoices' => '{1} :count faktur yang telah lewat|[2,*] :count faktur yang telah lewat', 'overdue_invoices' => '{1} :count faktur yang telah lewat|[2,*] :count faktur yang telah lewat',
'upcoming_bills' => '{1} :count tagihan yang akan datang|[2,*] :count tagihan yang akan datang', 'upcoming_bills' => '{1} :count tagihan mendatang|[2,*] :count tagihan mendatang',
'items_stock' => '{1} :count item habis|[2,*] :count barang habis', 'items_stock' => '{1} :count item habis|[2,*] :count itemhabis',
'view_all' => 'Menampilkan Semuanya' 'view_all' => 'Tampilkan Semua'
], ],
'docs_link' => 'https://akaunting.com/docs', 'docs_link' => 'https://akaunting.com/docs',

View File

@ -4,6 +4,6 @@ return [
'import' => 'Impor', 'import' => 'Impor',
'title' => 'Impor :type', 'title' => 'Impor :type',
'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.', 'message' => 'Jenis file yang diizinkan: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>unduh</strong></a> contoh berkas.',
]; ];

View File

@ -2,67 +2,71 @@
return [ return [
'invoice_number' => 'Nomor faktur', 'invoice_number' => 'Nomor faktur',
'invoice_date' => 'Tanggal faktur', 'invoice_date' => 'Tanggal faktur',
'total_price' => 'Total harga', 'total_price' => 'Total harga',
'due_date' => 'Batas tanggal terakhir', 'due_date' => 'Batas tanggal terakhir',
'order_number' => 'Jumlah Pesanan', 'order_number' => 'Jumlah Pesanan',
'bill_to' => 'Pembayaran Kepada', 'bill_to' => 'Pembayaran Kepada',
'quantity' => 'Kuantitas', 'quantity' => 'Kuantitas',
'price' => 'Harga', 'price' => 'Harga',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Diskon', 'discount' => 'Diskon',
'tax_total' => 'Total Pajak', 'tax_total' => 'Total Pajak',
'total' => 'Total', 'total' => 'Total',
'item_name' => 'Nama Item | Nama Item', 'item_name' => 'Nama Item | Nama Item',
'show_discount' => 'Diskon :discount%', 'show_discount' => 'Diskon :discount%',
'add_discount' => 'Tambahkan diskon', 'add_discount' => 'Tambahkan diskon',
'discount_desc' => 'of subtotal', 'discount_desc' => 'of subtotal',
'payment_due' => 'Tanggal Pembayaran', 'payment_due' => 'Tanggal Pembayaran',
'paid' => 'Dibayar', 'paid' => 'Dibayar',
'histories' => 'Sejarah', 'histories' => 'Sejarah',
'payments' => 'Pembayaran', 'payments' => 'Pembayaran',
'add_payment' => 'Tambahkan Pembayaran', 'add_payment' => 'Tambahkan Pembayaran',
'mark_paid' => 'Ditandai Dibayar', 'mark_paid' => 'Ditandai Dibayar',
'mark_sent' => 'Tandai Dikirim', 'mark_sent' => 'Tandai Dikirim',
'download_pdf' => 'Unduh PDF', 'download_pdf' => 'Unduh PDF',
'send_mail' => 'Kirim Email', 'send_mail' => 'Kirim Email',
'all_invoices' => 'Login to view all invoices', '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' => [ 'status' => [
'draft' => 'Konsep', 'draft' => 'Konsep',
'sent' => 'Mengirim', 'sent' => 'Mengirim',
'viewed' => 'Lihat', 'viewed' => 'Lihat',
'approved' => 'Disetujui', 'approved' => 'Disetujui',
'partial' => 'Sebagian', 'partial' => 'Sebagian',
'paid' => 'Dibayar', 'paid' => 'Dibayar',
], ],
'messages' => [ 'messages' => [
'email_sent' => 'Email faktur telah berhasil dikirim!', 'email_sent' => 'Email faktur telah berhasil dikirim!',
'marked_sent' => 'Faktur ditandai sebagai berhasil dikirim!', 'marked_sent' => 'Faktur ditandai sebagai berhasil dikirim!',
'email_required' => 'Tidak ada alamat email untuk pelanggan ini!', 'email_required' => 'Tidak ada alamat email untuk pelanggan ini!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.', 'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [ 'status' => [
'created' => 'Created on :date', 'created' => 'Created on :date',
'send' => [ 'send' => [
'draft' => 'Not sent', 'draft' => 'Not sent',
'sent' => 'Sent on :date', 'sent' => 'Sent on :date',
], ],
'paid' => [ 'paid' => [
'await' => 'Awaiting payment', 'await' => 'Awaiting payment',
], ],
], ],
], ],
'notification' => [ 'notification' => [
'message' => 'Anda menerima email ini karena Anda memiliki faktur jumlah yang akan datang: pelanggan pelanggan.', 'message' => 'Anda menerima email ini karena Anda memiliki faktur jumlah yang akan datang: pelanggan pelanggan.',
'button' => 'Bayar sekarang', 'button' => 'Bayar sekarang',
], ],
]; ];

View File

@ -11,6 +11,7 @@ return [
'enabled' => ':type enabled!', 'enabled' => ':type enabled!',
'disabled' => ':type disabled!', 'disabled' => ':type disabled!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount', 'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'Kesalahan: Anda tidak diperbolehkan mengelola perusahaan ini!', 'not_user_company' => 'Kesalahan: Anda tidak diperbolehkan mengelola perusahaan ini!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.', 'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.', 'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
], ],
'warning' => [ 'warning' => [
'deleted' => 'PeringatanL: Anda tidak boleh menghapus <b>:name</b> karena memiliki :text terkaitan.', 'deleted' => 'PeringatanL: Anda tidak boleh menghapus <b>:name</b> karena memiliki :text terkaitan.',
'disabled' => 'Peringatan: Anda tidak boleh menonaktifkan<b>:name</b> karena memiliki :text terkaitan.', 'disabled' => 'Peringatan: Anda tidak boleh menonaktifkan<b>:name</b> karena memiliki :text terkaitan.',
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
], ],
]; ];

View File

@ -23,6 +23,9 @@ return [
'added' => 'Menambahkan', 'added' => 'Menambahkan',
'updated' => 'Mempebarui', 'updated' => 'Mempebarui',
'compatibility' => 'Kesesuaian', 'compatibility' => 'Kesesuaian',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
'installed' => ':module terpasang', 'installed' => ':module terpasang',
'uninstalled' => ':module dihapus', 'uninstalled' => ':module dihapus',

View File

@ -6,9 +6,11 @@ return [
'reconciled' => 'Reconciled', 'reconciled' => 'Reconciled',
'closing_balance' => 'Saldo Akhir', 'closing_balance' => 'Saldo Akhir',
'unreconciled' => 'Unreconciled', 'unreconciled' => 'Unreconciled',
'list_transactions' => 'List Transactions', 'list_transactions' => 'Daftar Transaksi',
'start_date' => 'Start Date', 'start_date' => 'Tanggal Mulai',
'end_date' => 'End Date', 'end_date' => 'Tanggal Berakhir',
'cleared_amount' => 'Cleared Amount', 'cleared_amount' => 'Cleared Amount',
'deposit' => 'Deposit',
'withdrawal' => 'Withdrawal',
]; ];

View File

@ -11,6 +11,8 @@ return [
], ],
'localisation' => [ 'localisation' => [
'tab' => 'Lokalisasi', 'tab' => 'Lokalisasi',
'financial_start' => 'Financial Year Start',
'timezone' => 'Zona Waktu',
'date' => [ 'date' => [
'format' => 'Format Tanggal', 'format' => 'Format Tanggal',
'separator' => 'Pemisah Tanggal', 'separator' => 'Pemisah Tanggal',
@ -20,7 +22,6 @@ return [
'slash' => 'Garis Miring (/)', 'slash' => 'Garis Miring (/)',
'space' => 'Spasi ( )', 'space' => 'Spasi ( )',
], ],
'timezone' => 'Zona Waktu',
'percent' => [ 'percent' => [
'title' => 'Persen (%) Posisi', 'title' => 'Persen (%) Posisi',
'before' => 'Sebelum Nomor', 'before' => 'Sebelum Nomor',
@ -33,7 +34,7 @@ return [
'digit' => 'Digit nomor', 'digit' => 'Digit nomor',
'next' => 'Nomor Berikutnya', 'next' => 'Nomor Berikutnya',
'logo' => 'Logo', 'logo' => 'Logo',
'custom' => 'Custom', 'custom' => 'Personalisasi',
'item_name' => 'Nama Barang', 'item_name' => 'Nama Barang',
'item' => 'Barang', 'item' => 'Barang',
'product' => 'Produk', 'product' => 'Produk',
@ -76,8 +77,8 @@ return [
'bill_days' => 'Kirim Sebelum Jatuh Tempo', 'bill_days' => 'Kirim Sebelum Jatuh Tempo',
'cron_command' => 'Perintah Cron', 'cron_command' => 'Perintah Cron',
'schedule_time' => 'Waktu untuk Menjalankan', 'schedule_time' => 'Waktu untuk Menjalankan',
'send_item_reminder'=> 'Send Item Reminder', 'send_item_reminder'=> 'Kirim Pengingat Item',
'item_stocks' => 'Send When Item Stock', 'item_stocks' => 'Kirim Saat Item Tersedia',
], ],
'appearance' => [ 'appearance' => [
'tab' => 'Tampilan', 'tab' => 'Tampilan',

View File

@ -4,5 +4,8 @@ return [
'rate' => 'Kurs', 'rate' => 'Kurs',
'rate_percent' => 'Kurs (%)', 'rate_percent' => 'Kurs (%)',
'normal' => 'Normal',
'inclusive' => 'Inklusif',
'compound' => 'Campuran',
]; ];

View File

@ -20,7 +20,7 @@ return [
'alpha' => 'Isian :attribute hanya boleh berisi huruf.', 'alpha' => 'Isian :attribute hanya boleh berisi huruf.',
'alpha_dash' => 'Isian :attribute hanya boleh berisi huruf, angka, dan strip.', 'alpha_dash' => 'Isian :attribute hanya boleh berisi huruf, angka, dan strip.',
'alpha_num' => 'Isian :attribute hanya boleh berisi huruf dan angka.', 'alpha_num' => 'Isian :attribute hanya boleh berisi huruf dan angka.',
'array' => 'Isian :attribute harus berupa sebuah array.', 'array' => 'Isian :attribute harus berupa array.',
'before' => 'Isian :attribute harus tanggal sebelum :date.', 'before' => 'Isian :attribute harus tanggal sebelum :date.',
'before_or_equal' => 'Isian :attribute harus berupa tanggal sebelum atau sama dengan tanggal :date.', 'before_or_equal' => 'Isian :attribute harus berupa tanggal sebelum atau sama dengan tanggal :date.',
'between' => [ 'between' => [
@ -101,8 +101,8 @@ return [
'attribute-name' => [ 'attribute-name' => [
'rule-name' => 'kustomisasi-pesan', 'rule-name' => 'kustomisasi-pesan',
], ],
'invalid_currency' => 'The :attribute code is invalid.', 'invalid_currency' => ':attribute kode tidak valid.',
'invalid_amount' => 'The amount :attribute is invalid.', 'invalid_amount' => 'Jumlah :attribute tidak valid.',
], ],
/* /*

View File

@ -2,54 +2,57 @@
return [ return [
'bill_number' => 'Conta nº', 'bill_number' => 'Conta nº',
'bill_date' => 'Data de Emissão', 'bill_date' => 'Data de Emissão',
'total_price' => 'Valor Total', 'total_price' => 'Valor Total',
'due_date' => 'Data de vencimento', 'due_date' => 'Data de Vencimento',
'order_number' => 'Encomenda nº', 'order_number' => 'Encomenda nº',
'bill_from' => 'Conta de', 'bill_from' => 'Conta de',
'quantity' => 'Quantidade', 'quantity' => 'Quantidade',
'price' => 'Preço', 'price' => 'Preço',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Desconto', 'discount' => 'Desconto',
'tax_total' => 'Imposto', 'tax_total' => 'Imposto',
'total' => 'Total', 'total' => 'Total',
'item_name' => 'Nome do Item | Nome dos Items', 'item_name' => 'Nome do Item | Nome dos Items',
'show_discount' => ':discount% de desconto', 'show_discount' => ':discount% de desconto',
'add_discount' => 'Adicionar desconto', 'add_discount' => 'Adicionar desconto',
'discount_desc' => 'do subtotal', 'discount_desc' => 'do subtotal',
'payment_due' => 'Valor Devido', 'payment_due' => 'Valor Devido',
'amount_due' => 'Total Devido', 'amount_due' => 'Total Devido',
'paid' => 'Pago', 'paid' => 'Pago',
'histories' => 'Histórico', 'histories' => 'Histórico',
'payments' => 'Pagamentos', 'payments' => 'Pagamentos',
'add_payment' => 'Pagar Conta', 'add_payment' => 'Pagar Conta',
'mark_received' => 'Marcar como Recebida', 'mark_received' => 'Marcar como Recebida',
'download_pdf' => 'Descarregar em PDF', 'download_pdf' => 'Transferir em PDF',
'send_mail' => 'Enviar e-mail', 'send_mail' => 'Enviar e-mail',
'create_bill' => 'Criar Conta',
'receive_bill' => 'Receber Conta',
'make_payment' => 'Fazer Pagamento',
'status' => [ 'status' => [
'draft' => 'Rascunho', 'draft' => 'Rascunho',
'received' => 'Recebido', 'received' => 'Recebido',
'partial' => 'Parcial', 'partial' => 'Parcial',
'paid' => 'Pago', 'paid' => 'Pago',
], ],
'messages' => [ 'messages' => [
'received' => 'Conta marcada como recebida com sucesso!', 'received' => 'Conta marcada como recebida com sucesso!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.', 'draft' => 'Isto é um <b>RASCUNHO</b> da conta e será refletida nos gráficos depois de recebida.',
'status' => [ 'status' => [
'created' => 'Criado em :date', 'created' => 'Criado em :date',
'receive' => [ 'receive' => [
'draft' => 'Não enviado', 'draft' => 'Não enviado',
'received' => 'Recebido em :date', 'received' => 'Recebido em :date',
], ],
'paid' => [ 'paid' => [
'await' => 'Aguarda pagamento', 'await' => 'Aguarda pagamento',
], ],
], ],

View File

@ -10,7 +10,7 @@ return [
], ],
'notification' => [ 'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.', 'message' => ':customer fez o pagamento de :amount para a fatura número :invoice_number.',
'button' => 'Show', 'button' => 'Mostrar',
], ],
]; ];

View File

@ -15,8 +15,8 @@ return [
'overdue_profit' => 'Lucro Vencido', 'overdue_profit' => 'Lucro Vencido',
'cash_flow' => 'Fluxo de Caixa', 'cash_flow' => 'Fluxo de Caixa',
'no_profit_loss' => 'Sem perda de lucro', 'no_profit_loss' => 'Sem perda de lucro',
'incomes_by_category' => 'Rendimento por Categoria', 'incomes_by_category' => 'Rendimentos por Categoria',
'expenses_by_category' => 'Despesa por Categoria', 'expenses_by_category' => 'Despesas por Categoria',
'account_balance' => 'Saldo da(s) Conta(s)', 'account_balance' => 'Saldo da(s) Conta(s)',
'latest_incomes' => 'Últimas Receitas', 'latest_incomes' => 'Últimas Receitas',
'latest_expenses' => 'Últimas Despesas', 'latest_expenses' => 'Últimas Despesas',

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Euro', 'currencies_eur' => 'Euro',
'currencies_gbp' => 'Libra Esterlina', 'currencies_gbp' => 'Libra Esterlina',
'currencies_try' => 'Lira Turca', 'currencies_try' => 'Lira Turca',
'taxes_exempt' => 'Isento de Imposto',
'taxes_normal' => 'Imposto padrão',
'taxes_sales' => 'Imposto sobre vendas',
]; ];

View File

@ -2,27 +2,27 @@
return [ return [
'items' => 'Item|Itens', 'items' => 'Itens|Itens',
'incomes' => 'Rendimento|Rendimentos', 'incomes' => 'Rendimentos|Rendimentos',
'invoices' => 'Factura|Facturas', 'invoices' => 'Facturas|Facturas',
'revenues' => 'Receita|Receitas', 'revenues' => 'Receitas|Receitas',
'customers' => 'Cliente|Clientes', 'customers' => 'Clientes|Clientes',
'expenses' => 'Despesa|Despesas', 'expenses' => 'Despesas|Despesas',
'bills' => 'Conta|Contas', 'bills' => 'Contas|Contas',
'payments' => 'Pagamento|Pagamentos', 'payments' => 'Pagamentos|Pagamentos',
'vendors' => 'Fornecedor|Fornecedores', 'vendors' => 'Fornecedores|Fornecedores',
'accounts' => 'Conta|Contas', 'accounts' => 'Contas|Contas',
'transfers' => 'Transferência|Transferências', 'transfers' => 'Transferências|Transferências',
'transactions' => 'Transação|Transações', 'transactions' => 'Transações|Transações',
'reports' => 'Relatório|Relatórios', 'reports' => 'Relatórios|Relatórios',
'settings' => 'Configuração|Configurações', 'settings' => 'Configurações|Configurações',
'categories' => 'Categoria|Categorias', 'categories' => 'Categorias|Categorias',
'currencies' => 'Moeda|Moedas', 'currencies' => 'Moedas|Moedas',
'tax_rates' => 'Taxa de Imposto|Taxas de Imposto', 'tax_rates' => 'Taxas de Imposto|Taxas de Imposto',
'users' => 'Utilizador|Utilizadores', 'users' => 'Utilizadores|Utilizadores',
'roles' => 'Regra|Regras', 'roles' => 'Regras|Regras',
'permissions' => 'Permissão|Permissões', 'permissions' => 'Permissões|Permissões',
'modules' => 'Aplicação|Aplicações', 'modules' => 'Aplicações|Aplicações',
'companies' => 'Empresa|Empresas', 'companies' => 'Empresa|Empresas',
'profits' => 'Lucro|Lucros', 'profits' => 'Lucro|Lucros',
'taxes' => 'Imposto|Impostos', 'taxes' => 'Imposto|Impostos',
@ -38,19 +38,18 @@ return [
'numbers' => 'Número|Números', 'numbers' => 'Número|Números',
'statuses' => 'Estado|Estados', 'statuses' => 'Estado|Estados',
'others' => 'Outro|Outros', 'others' => 'Outro|Outros',
'contacts' => 'Contact|Contacts', 'contacts' => 'Contacto|Contactos',
'reconciliations' => 'Reconciliation|Reconciliations', 'reconciliations' => 'Reconciliações|Reconciliações',
'deposits' => 'Deposit|Deposits', 'developers' => 'Desenvolvedor|Desenvolvedores',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'Painel de Controlo', 'dashboard' => 'Painel de Controlo',
'banking' => 'Banco', 'banking' => 'Bancos',
'general' => 'Geral', 'general' => 'Geral',
'no_records' => 'Sem Registos.', 'no_records' => 'Sem Registos.',
'date' => 'Data', 'date' => 'Data',
'amount' => 'Montante', 'amount' => 'Montante',
'enabled' => 'Ativo', 'enabled' => 'Activo',
'disabled' => 'Desativado', 'disabled' => 'Inactivo',
'yes' => 'Sim', 'yes' => 'Sim',
'no' => 'Não', 'no' => 'Não',
'na' => 'N/D', 'na' => 'N/D',
@ -59,24 +58,24 @@ return [
'quarterly' => 'Trimestral', 'quarterly' => 'Trimestral',
'yearly' => 'Anual', 'yearly' => 'Anual',
'add' => 'Adicionar', 'add' => 'Adicionar',
'add_new' => 'Novo(a)', 'add_new' => 'Adicionar',
'show' => 'Mostrar', 'show' => 'Mostrar',
'edit' => 'Editar', 'edit' => 'Editar',
'delete' => 'Excluir', 'delete' => 'Excluir',
'send' => 'Enviar', 'send' => 'Enviar',
'download' => 'Descarregar', 'download' => 'Transferir',
'delete_confirm' => 'Confirmar a exclusão :name :type?', 'delete_confirm' => 'Confirmar a exclusão :name :type?',
'name' => 'Nome', 'name' => 'Nome',
'email' => 'E-mail', 'email' => 'E-mail',
'tax_number' => 'Número de identificação fiscal', 'tax_number' => 'Número de identificação fiscal',
'phone' => 'Telefone', 'phone' => 'Telefone',
'address' => 'Endereço', 'address' => 'Endereço',
'website' => 'Website', 'website' => 'Site',
'actions' => 'Ações', 'actions' => 'Ações',
'description' => 'Descrição', 'description' => 'Descrição',
'manage' => 'Gerir', 'manage' => 'Gerir',
'code' => 'Código', 'code' => 'Código',
'alias' => 'Alias', 'alias' => 'Alternativo',
'balance' => 'Saldo', 'balance' => 'Saldo',
'reference' => 'Referência', 'reference' => 'Referência',
'attachment' => 'Anexo', 'attachment' => 'Anexo',
@ -85,7 +84,7 @@ return [
'color' => 'Côr', 'color' => 'Côr',
'save' => 'Guardar', 'save' => 'Guardar',
'cancel' => 'Cancelar', 'cancel' => 'Cancelar',
'loading' => 'Loading...', 'loading' => 'A Executar...',
'from' => 'De', 'from' => 'De',
'to' => 'Para', 'to' => 'Para',
'print' => 'Imprimir', 'print' => 'Imprimir',
@ -106,27 +105,27 @@ return [
'partially' => 'Parcialmente', 'partially' => 'Parcialmente',
'partially_paid' => 'Parcialmente Pago', 'partially_paid' => 'Parcialmente Pago',
'export' => 'Exportar', 'export' => 'Exportar',
'finish' => 'Finish', 'finish' => 'Concluir',
'wizard' => 'Wizard', 'wizard' => 'Assistente de Configuração',
'skip' => 'Skip', 'skip' => 'Saltar',
'enable' => 'Activar', 'enable' => 'Activar',
'disable' => 'Desactivar', 'disable' => 'Desactivar',
'select_all' => 'Select All', 'select_all' => 'Selecionar Tudo',
'unselect_all' => 'Unselect All', 'unselect_all' => 'Desmarcar Tudo',
'go_to' => 'Go to :name', 'go_to' => 'Ir para :name',
'created_date' => 'Created Date', 'created_date' => 'Data de Criação',
'period' => 'Period', 'period' => 'Período',
'start' => 'Start', 'start' => 'Início',
'end' => 'End', 'end' => 'Fim',
'clear' => 'Clear', 'clear' => 'Limpar',
'difference' => 'Difference', 'difference' => 'Diferença',
'title' => [ 'title' => [
'new' => 'Novo(a) :type', 'new' => 'Adicionar :type',
'edit' => 'Editar :type', 'edit' => 'Editar :type',
'create' => 'Create :type', 'create' => 'Criar :type',
'send' => 'Send :type', 'send' => 'Enviar :type',
'get' => 'Get :type', 'get' => 'Obter :type',
], ],
'form' => [ 'form' => [
@ -139,10 +138,10 @@ return [
], ],
'date_range' => [ 'date_range' => [
'today' => 'Today', 'today' => 'Hoje',
'yesterday' => 'Yesterday', 'yesterday' => 'Ontém',
'last_days' => 'Last :day Days', 'last_days' => 'Últimos :day Dias',
'this_month' => 'This Month', 'this_month' => 'Este Mês',
'last_month' => 'Last Month', 'last_month' => 'Mês Anterior',
], ],
]; ];

View File

@ -9,7 +9,7 @@ return [
'overdue_invoices' => '{1} :count factura vencida|[2,*] :count faturas vencidas', 'overdue_invoices' => '{1} :count factura vencida|[2,*] :count faturas vencidas',
'upcoming_bills' => '{1} :count próxima conta|[2,*] :count próximas contas', 'upcoming_bills' => '{1} :count próxima conta|[2,*] :count próximas contas',
'items_stock' => '{1} :count Item não disponível|[2,*] :count Itens não disponíveis', 'items_stock' => '{1} :count Item não disponível|[2,*] :count Itens não disponíveis',
'view_all' => 'Visualizar todos' 'view_all' => 'Visualizar tudo'
], ],
'docs_link' => 'https://akaunting.com/docs', 'docs_link' => 'https://akaunting.com/docs',

View File

@ -6,7 +6,7 @@ return [
'refresh' => 'Atualizar', 'refresh' => 'Atualizar',
'steps' => [ 'steps' => [
'requirements' => 'Por favor, peça ao seu provedor de hospedagem para corrigir os erros!', 'requirements' => 'Por favor, peça ao seu fornecedor de hospedagem para corrigir os erros!',
'language' => 'Passo 1/3: Selecionar idioma', 'language' => 'Passo 1/3: Selecionar idioma',
'database' => 'Passo 2/3: Configuração da base de dados', 'database' => 'Passo 2/3: Configuração da base de dados',
'settings' => 'Passo 3/3: Detalhes da empresa e do administrador', 'settings' => 'Passo 3/3: Detalhes da empresa e do administrador',
@ -33,8 +33,8 @@ return [
'settings' => [ 'settings' => [
'company_name' => 'Nome da empresa', 'company_name' => 'Nome da empresa',
'company_email' => 'E-mail da empresa', 'company_email' => 'E-mail da empresa',
'admin_email' => 'E-mail do Administrador', 'admin_email' => 'E-mail do administrador',
'admin_password' => 'Senha do Administrador', 'admin_password' => 'Senha do administrador',
], ],
'error' => [ 'error' => [

View File

@ -2,67 +2,71 @@
return [ return [
'invoice_number' => 'Fatura nº', 'invoice_number' => 'Fatura nº',
'invoice_date' => 'Data de Emissão', 'invoice_date' => 'Data de Emissão',
'total_price' => 'Valor total', 'total_price' => 'Valor total',
'due_date' => 'Data de Vencimento', 'due_date' => 'Data de Vencimento',
'order_number' => 'Encomenda nº', 'order_number' => 'Encomenda nº',
'bill_to' => 'Cobrar a', 'bill_to' => 'Cobrar a',
'quantity' => 'Quantidade', 'quantity' => 'Quantidade',
'price' => 'Preço', 'price' => 'Preço',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Desconto', 'discount' => 'Desconto',
'tax_total' => 'Total de imposto', 'tax_total' => 'Total de imposto',
'total' => 'Total', 'total' => 'Total',
'item_name' => 'Nome do Item|Nome dos Itens', 'item_name' => 'Nome do Item|Nome dos Itens',
'show_discount' => ':discount% de desconto', 'show_discount' => ':discount% de desconto',
'add_discount' => 'Adicionar Desconto', 'add_discount' => 'Adicionar Desconto',
'discount_desc' => 'do subtotal', 'discount_desc' => 'do subtotal',
'payment_due' => 'Pagamento vencido', 'payment_due' => 'Pagamento vencido',
'paid' => 'Pago', 'paid' => 'Pago',
'histories' => 'Histórico', 'histories' => 'Histórico',
'payments' => 'Pagamentos', 'payments' => 'Pagamentos',
'add_payment' => 'Novo Pagamento', 'add_payment' => 'Novo Pagamento',
'mark_paid' => 'Marcar como Pago', 'mark_paid' => 'Marcar como Pago',
'mark_sent' => 'Marcar como Enviada', 'mark_sent' => 'Marcar como Enviada',
'download_pdf' => 'Descarregar em PDF', 'download_pdf' => 'Transferir em PDF',
'send_mail' => 'Enviar E-mail', 'send_mail' => 'Enviar E-mail',
'all_invoices' => 'Login to view all invoices', 'all_invoices' => 'Faça o login para ver todas as faturas',
'create_invoice' => 'Criar Fatura',
'send_invoice' => 'Enviar Factura',
'get_paid' => 'Obter Pagamento',
'accept_payments' => 'Aceitar Pagamentos Online',
'status' => [ 'status' => [
'draft' => 'Rascunho', 'draft' => 'Rascunho',
'sent' => 'Enviado', 'sent' => 'Enviado',
'viewed' => 'Visto', 'viewed' => 'Visto',
'approved' => 'Aprovado', 'approved' => 'Aprovado',
'partial' => 'Parcial', 'partial' => 'Parcial',
'paid' => 'Pago', 'paid' => 'Pago',
], ],
'messages' => [ 'messages' => [
'email_sent' => 'O e-mail foi enviado com sucesso!', 'email_sent' => 'O e-mail foi enviado com sucesso!',
'marked_sent' => 'Fatura marcada como enviada com sucesso!', 'marked_sent' => 'Fatura marcada como enviada com sucesso!',
'email_required' => 'Nenhum endereço de e-mail para este cliente!', 'email_required' => 'Nenhum endereço de e-mail para este cliente!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.', 'draft' => 'Isto é um <b>RASCUNHO</b> da fatura e será refletida nos gráficos depois de enviada.',
'status' => [ 'status' => [
'created' => 'Created on :date', 'created' => 'Criada em :date',
'send' => [ 'send' => [
'draft' => 'Not sent', 'draft' => 'Não Enviada',
'sent' => 'Sent on :date', 'sent' => 'Enviada em :data',
], ],
'paid' => [ 'paid' => [
'await' => 'Awaiting payment', 'await' => 'Aguarda pagamento',
], ],
], ],
], ],
'notification' => [ 'notification' => [
'message' => 'Recebeu este e-mail porque tem uma próxima fatura com o valor de :amount para o cliente :customer.', 'message' => 'Recebeu este e-mail porque tem uma próxima fatura com o valor de :amount para o cliente :customer.',
'button' => 'Pagar agora', 'button' => 'Pagar agora',
], ],
]; ];

View File

@ -9,8 +9,8 @@ return [
'notification' => [ 'notification' => [
'message' => [ 'message' => [
'reminder' => 'You are receiving this email because only :quantity of :name has remained.', 'reminder' => 'Recebeu este e-mail porque só existe :quantity item de :name.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.', 'out_of_stock' => 'Recebeu este e-mail porque o item :name está quase indesponível.',
], ],
'button' => 'Visualizar agora', 'button' => 'Visualizar agora',
], ],

View File

@ -11,8 +11,9 @@ return [
'enabled' => ':type ativado(a)!', 'enabled' => ':type ativado(a)!',
'disabled' => ': type desativado(a)!', 'disabled' => ': type desativado(a)!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount', 'over_payment' => 'Erro: Pagamento não adicionado! O valor que inseriu passa o total: :amount',
'not_user_company' => 'Erro: Não tem permissão para gerir esta empresa!', 'not_user_company' => 'Erro: Não tem permissão para gerir esta empresa!',
'customer' => 'Erro: O utilizador não foi criado! :name já está a usar este e-mail.', 'customer' => 'Erro: O utilizador não foi criado! :name já está a usar este e-mail.',
'no_file' => 'Erro: Nenhum ficheiro selecionado!', 'no_file' => 'Erro: Nenhum ficheiro selecionado!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Erro: :message Nome da folha: :sheet. Linha número: :line.', 'import_column' => 'Erro: :message Nome da folha: :sheet. Linha número: :line.',
'import_sheet' => 'Erro: O nome da folha não é válido. Por favor, verifique o ficheiro de exemplo.', 'import_sheet' => 'Erro: O nome da folha não é válido. Por favor, verifique o ficheiro de exemplo.',
], ],
'warning' => [ 'warning' => [
'deleted' => 'Aviso: Não está autorizado a excluir <b>:name</b> porque está relacionado com :text.', 'deleted' => 'Aviso: Não está autorizado a excluir <b>:name</b> porque está relacionado com :text.',
'disabled' => 'Aviso: Não está autorizado a desativar <b>:name</b> porque está relacionado com :text.', 'disabled' => 'Aviso: Não está autorizado a desativar <b>:name</b> porque está relacionado com :text.',
'disable_code' => 'Aviso: Não está autorizado a desativar ou modificar a moeda <b>:name</b> porque está relacionada com :text.',
], ],
]; ];

View File

@ -6,7 +6,7 @@ return [
'api_token' => 'Token', 'api_token' => 'Token',
'my_apps' => 'Minhas Aplicações', 'my_apps' => 'Minhas Aplicações',
'top_paid' => 'Melhores Pagos', 'top_paid' => 'Melhores Pagos',
'new' => 'Novo', 'new' => 'Recentes',
'top_free' => 'Melhores Grátis', 'top_free' => 'Melhores Grátis',
'free' => 'GRÁTIS', 'free' => 'GRÁTIS',
'search' => 'Pesquisar', 'search' => 'Pesquisar',
@ -16,13 +16,16 @@ return [
'no_apps' => 'Ainda não existem aplicações nesta categoria.', 'no_apps' => 'Ainda não existem aplicações nesta categoria.',
'developer' => 'É um programador? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Aqui</a> pode aprender como criar uma aplicação e começar a vendê-la hoje mesmo!', 'developer' => 'É um programador? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Aqui</a> pode aprender como criar uma aplicação e começar a vendê-la hoje mesmo!',
'recommended_apps' => 'Recommended Apps', 'recommended_apps' => 'Aplicações Recomendadas',
'about' => 'Sobre', 'about' => 'Sobre',
'added' => 'Adicionado', 'added' => 'Adicionado',
'updated' => 'Atualizado', 'updated' => 'Atualizado',
'compatibility' => 'Compatibilidade', 'compatibility' => 'Compatibilidade',
'documentation' => 'Documentação',
'view' => 'Ver',
'back' => 'Voltar',
'installed' => ':module instalado', 'installed' => ':module instalado',
'uninstalled' => ':module desinstalado', 'uninstalled' => ':module desinstalado',
@ -34,26 +37,26 @@ return [
'installation' => 'Instalação', 'installation' => 'Instalação',
'faq' => 'Perguntas Frequentes', 'faq' => 'Perguntas Frequentes',
'changelog' => 'Registo de alterações', 'changelog' => 'Registo de alterações',
'reviews' => 'Reviews', 'reviews' => 'Comentários',
], ],
'installation' => [ 'installation' => [
'header' => 'Instalação de aplicação', 'header' => 'Instalação de aplicação',
'download' => 'A descarregar ficheiros do módulo :module.', 'download' => 'A transferir ficheiros do módulo :module.',
'unzip' => 'A extrair ficheiros do módulo :module.', 'unzip' => 'A extrair ficheiros do módulo :module.',
'file_copy' => 'Copying :module files.', 'file_copy' => 'A copiar ficheiros do modulo :module.',
'migrate' => 'Applying :module updates.', 'migrate' => 'A aplicar atualizações ao modulo :module.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.', 'finish' => 'A atualização foi instalada com sucesso. Será redirecionado para a página de atualizações.',
'install' => 'A instalar ficheiros do modulo :module.', 'install' => 'A instalar ficheiros do modulo :module.',
], ],
'errors' => [ 'errors' => [
'download' => ':module can not download!', 'download' => 'Não foi possível transferir o modulo :module!',
'upload' => 'Downloaded :module can not saved!', 'upload' => 'Não foi possível guardar o modulo :module transferido!',
'unzip' => ':module can not unzip!', 'unzip' => 'Não foi possível descompactar o modulo :module!',
'file_copy' => ':module files can not copy!', 'file_copy' => 'Não foi possível copiar ficheiros do modulo :module!',
'migrate' => ':module migrate broken!', 'migrate' => 'Migração quebrada do modulo :module!',
'migrate core' => ':module already latest version so then yon can not update.', 'migrate core' => 'O modulo :module já está na versão mais recente, então não poderá atualizar.',
], ],
'badge' => [ 'badge' => [
@ -73,8 +76,8 @@ return [
'reviews' => [ 'reviews' => [
'button' => [ 'button' => [
'add' => 'Add a Review' 'add' => 'Adicionar Comentário'
], ],
'na' => 'There are no reviews.' 'na' => 'Não existem comentários.'
] ]
]; ];

View File

@ -3,7 +3,7 @@
return [ return [
'previous' => '&laquo; Anterior', 'previous' => '&laquo; Anterior',
'next' => 'Próxima &raquo;', 'next' => 'Seguinte &raquo;',
'showing' => 'A mostrar :first de :last de :total :type', 'showing' => 'A mostrar :first de :last de :total :type',
]; ];

View File

@ -2,13 +2,15 @@
return [ return [
'reconcile' => 'Reconcile', 'reconcile' => 'Reconciliar',
'reconciled' => 'Reconciled', 'reconciled' => 'Reconciliado',
'closing_balance' => 'Closing Balance', 'closing_balance' => 'Balanço Final',
'unreconciled' => 'Unreconciled', 'unreconciled' => 'Não Reconciliado',
'list_transactions' => 'List Transactions', 'list_transactions' => 'Listar Transações',
'start_date' => 'Start Date', 'start_date' => 'Data Inicial',
'end_date' => 'End Date', 'end_date' => 'Data Final',
'cleared_amount' => 'Cleared Amount', 'cleared_amount' => 'Montante Apurado',
'deposit' => 'Depósito',
'withdrawal' => 'Levantamento',
]; ];

View File

@ -2,7 +2,7 @@
return [ return [
'recurring' => 'Repetir', 'recurring' => 'Recorrente',
'every' => 'A cada', 'every' => 'A cada',
'period' => 'Período', 'period' => 'Período',
'times' => 'Vezes', 'times' => 'Vezes',
@ -15,6 +15,6 @@ return [
'weeks' => 'Semana(s)', 'weeks' => 'Semana(s)',
'months' => 'Mês(es)', 'months' => 'Mês(es)',
'years' => 'Ano(s)', 'years' => 'Ano(s)',
'message' => 'This is a recurring :type and the next :type will be automatically generated at :date', 'message' => 'Isto é um(a) :type recorrente e o(a) próximo(a) :type será gerado(a) automaticamente em :data',
]; ];

View File

@ -11,6 +11,8 @@ return [
], ],
'localisation' => [ 'localisation' => [
'tab' => 'Localização', 'tab' => 'Localização',
'financial_start' => 'Início do ano fiscal',
'timezone' => 'Fuso Horário',
'date' => [ 'date' => [
'format' => 'Formato da Data', 'format' => 'Formato da Data',
'separator' => 'Separador da Data', 'separator' => 'Separador da Data',
@ -20,7 +22,6 @@ return [
'slash' => 'Barra (/)', 'slash' => 'Barra (/)',
'space' => 'Espaço ( )', 'space' => 'Espaço ( )',
], ],
'timezone' => 'Fuso Horário',
'percent' => [ 'percent' => [
'title' => 'Posição do símbolo de percentagem (%)', 'title' => 'Posição do símbolo de percentagem (%)',
'before' => 'Antes do Número', 'before' => 'Antes do Número',
@ -33,16 +34,16 @@ return [
'digit' => 'Quantidade de dígitos', 'digit' => 'Quantidade de dígitos',
'next' => 'Próximo Número', 'next' => 'Próximo Número',
'logo' => 'Logotipo', 'logo' => 'Logotipo',
'custom' => 'Custom', 'custom' => 'Personalizado',
'item_name' => 'Item Name', 'item_name' => 'Nome do Item',
'item' => 'Items', 'item' => 'Itens',
'product' => 'Products', 'product' => 'Produtos',
'service' => 'Services', 'service' => 'Serviços',
'price_name' => 'Price Name', 'price_name' => 'Nome do Preço',
'price' => 'Price', 'price' => 'Preço',
'rate' => 'Rate', 'rate' => 'Taxa',
'quantity_name' => 'Quantity Name', 'quantity_name' => 'Nome de Quantidade',
'quantity' => 'Quantity', 'quantity' => 'Quantidade',
], ],
'default' => [ 'default' => [
'tab' => 'Padrões', 'tab' => 'Padrões',
@ -72,12 +73,12 @@ return [
'tab' => 'Agendamento', 'tab' => 'Agendamento',
'send_invoice' => 'Enviar lembrete de faturas', 'send_invoice' => 'Enviar lembrete de faturas',
'invoice_days' => 'Enviar após dias de vencimento', 'invoice_days' => 'Enviar após dias de vencimento',
'send_bill' => 'Enviar lembrete de Conta', 'send_bill' => 'Enviar lembrete de Contas',
'bill_days' => 'Enviar antes de vencer', 'bill_days' => 'Enviar antes de vencer',
'cron_command' => 'Comando Cron', 'cron_command' => 'Comando Cron',
'schedule_time' => 'Iniciar Cron', 'schedule_time' => 'Iniciar Cron',
'send_item_reminder'=> 'Send Item Reminder', 'send_item_reminder'=> 'Enviar lembrete de Item',
'item_stocks' => 'Send When Item Stock', 'item_stocks' => 'Enviar Quando Item Disponível',
], ],
'appearance' => [ 'appearance' => [
'tab' => 'Aparência', 'tab' => 'Aparência',

View File

@ -4,5 +4,8 @@ return [
'rate' => 'Taxa', 'rate' => 'Taxa',
'rate_percent' => 'Taxa (%)', 'rate_percent' => 'Taxa (%)',
'normal' => 'Normal',
'inclusive' => 'Inclusiva',
'compound' => 'Composto',
]; ];

View File

@ -102,7 +102,7 @@ return [
'rule-name' => 'mensagem personalizada', 'rule-name' => 'mensagem personalizada',
], ],
'invalid_currency' => 'O código do :attribute é inválido.', 'invalid_currency' => 'O código do :attribute é inválido.',
'invalid_amount' => 'The amount :attribute is invalid.', 'invalid_amount' => 'O montante do campo :attribute não é válido.',
], ],
/* /*

View File

@ -4,11 +4,11 @@ return [
'account_name' => 'Denumire Cont', 'account_name' => 'Denumire Cont',
'number' => 'Număr', 'number' => 'Număr',
'opening_balance' => 'Soldul initial', 'opening_balance' => 'Soldul inițial',
'current_balance' => 'Soldul curent', 'current_balance' => 'Soldul curent',
'bank_name' => 'Numele bancii', 'bank_name' => 'Numele băncii',
'bank_phone' => 'Telefonul bancii', 'bank_phone' => 'Telefonul băncii',
'bank_address' => 'Adresa bancii', 'bank_address' => 'Adresa băncii',
'default_account' => 'Cont implicit', 'default_account' => 'Cont standard',
]; ];

View File

@ -5,12 +5,12 @@ return [
'profile' => 'Profil', 'profile' => 'Profil',
'logout' => 'Deconectare', 'logout' => 'Deconectare',
'login' => 'Conectare', 'login' => 'Conectare',
'login_to' => 'Conecteaza-te pentru a începe sesiunea', 'login_to' => 'Conectează-te pentru a începe sesiunea',
'remember_me' => 'Ţine-mă minte', 'remember_me' => 'Ţine-mă minte',
'forgot_password' => 'Am uitat parola', 'forgot_password' => 'Am uitat parola',
'reset_password' => 'Reseteaza parola', 'reset_password' => 'Resetează parola',
'enter_email' => 'Introduceți adresa dvs. de email', 'enter_email' => 'Introduceți adresa dvs. de Email',
'current_email' => 'Adresa de Email actuala', 'current_email' => 'Adresa de Email actuală',
'reset' => 'Resetare', 'reset' => 'Resetare',
'never' => 'niciodată', 'never' => 'niciodată',
@ -18,13 +18,12 @@ return [
'current' => 'Parola', 'current' => 'Parola',
'current_confirm' => 'Confirmă parola', 'current_confirm' => 'Confirmă parola',
'new' => 'Parola nouă', 'new' => 'Parola nouă',
'new_confirm' => 'Confirmă parola', 'new_confirm' => 'Confirmă parola nouă',
], ],
'error' => [ 'error' => [
'self_delete' => 'Eroare: Nu te poti sterge! 'self_delete' => 'Eroare: Nu î-ți poți șterge singur contul!',
Eroare: nu poti sterge contul tau! You can\'t delete your account!', 'no_company' => 'Eroare: Nici o companie nu este atribuita contului. Contactează administratorul de sistem.',
'no_company' => 'Eroare: Nici o companie nu este atribuita contului. Contacteaza administratorul de sistem.',
], ],
'failed' => 'Datele de identificare nu pot fi confirmate.', 'failed' => 'Datele de identificare nu pot fi confirmate.',
@ -32,9 +31,9 @@ Eroare: nu poti sterge contul tau! You can\'t delete your account!',
'throttle' => 'Prea multe încercări de intrare în cont. Poți încerca din nou peste :seconds secunde.', 'throttle' => 'Prea multe încercări de intrare în cont. Poți încerca din nou peste :seconds secunde.',
'notification' => [ 'notification' => [
'message_1' => 'Primesti acest email pentru ca a fost facuta o cerere de resetare a parolei pentru contul tau.', 'message_1' => 'Primești acest Email pentru că a fost făcută o cerere de resetare a parolei pentru contul tău.',
'message_2' => 'Daca nu ai cerut resetarea parolei, nu este necesara o actiune suplimentara.', 'message_2' => 'Dacă nu ai cerut resetarea parolei, nu este necesară o acțiune suplimentară.',
'button' => 'Resetare Parola', 'button' => 'Resetare Parolă',
], ],
]; ];

View File

@ -2,58 +2,61 @@
return [ return [
'bill_number' => 'Numarul facturii', 'bill_number' => 'Numarul facturii',
'bill_date' => 'Data facturii', 'bill_date' => 'Data facturii',
'total_price' => 'Preț total', 'total_price' => 'Preț total',
'due_date' => 'Scadenta', 'due_date' => 'Scadenta',
'order_number' => 'Număr de comandă', 'order_number' => 'Număr de comandă',
'bill_from' => 'Factura de la', 'bill_from' => 'Factura de la',
'quantity' => 'Cantitate', 'quantity' => 'Cantitate',
'price' => 'Preț', 'price' => 'Preț',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Reducere', 'discount' => 'Reducere',
'tax_total' => 'Total taxe', 'tax_total' => 'Total taxe',
'total' => 'Total', 'total' => 'Total',
'item_name' => 'Articol|Articole 'item_name' => 'Articol|Articole
Nume articol|Nume articole', Nume articol|Nume articole',
'show_discount' => ':discount% Reducere', 'show_discount' => ':discount% Reducere',
'add_discount' => 'Adauga Reducere', 'add_discount' => 'Adauga Reducere',
'discount_desc' => 'din subtotal', 'discount_desc' => 'din subtotal',
'payment_due' => 'De plată', 'payment_due' => 'De plată',
'amount_due' => 'Suma de plata', 'amount_due' => 'Suma de plata',
'paid' => 'Plătit', 'paid' => 'Plătit',
'histories' => 'Istoric', 'histories' => 'Istoric',
'payments' => 'Plăți', 'payments' => 'Plăți',
'add_payment' => 'Adauga plata', 'add_payment' => 'Adauga plata',
'mark_received' => 'Marcheaza ca Primit/a', 'mark_received' => 'Marcheaza ca Primit/a',
'download_pdf' => 'Descarca PDF', 'download_pdf' => 'Descarca PDF',
'send_mail' => 'Trimite Email', 'send_mail' => 'Trimite Email',
'create_bill' => 'Creați factură',
'receive_bill' => 'Receive Bill',
'make_payment' => 'Plătește',
'status' => [ 'status' => [
'draft' => 'Ciornă', 'draft' => 'Ciornă',
'received' => 'Primit 'received' => 'Primit
Primite', Primite',
'partial' => 'Parţial 'partial' => 'Parţial
Parţială', Parţială',
'paid' => 'Plătit', 'paid' => 'Plătit',
], ],
'messages' => [ 'messages' => [
'received' => 'Factura marcata ca si Primita!', 'received' => 'Factura marcata ca si Primita!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.', 'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'status' => [ 'status' => [
'created' => 'Created on :date', 'created' => 'Creat pe data de :date',
'receive' => [ 'receive' => [
'draft' => 'Not sent', 'draft' => 'Not sent',
'received' => 'Received on :date', 'received' => 'Primit pe data de :date',
], ],
'paid' => [ 'paid' => [
'await' => 'Awaiting payment', 'await' => 'În aşteptarea plăţii',
], ],
], ],
], ],

View File

@ -2,7 +2,7 @@
return [ return [
'allow_login' => 'Permiti conectarea?', 'allow_login' => 'Permiți conectarea?',
'user_created' => 'Utilizator creat', 'user_created' => 'Utilizator creat',
'error' => [ 'error' => [
@ -11,6 +11,6 @@ return [
'notification' => [ 'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.', 'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show', 'button' => 'Afişare',
], ],
]; ];

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Euro', 'currencies_eur' => 'Euro',
'currencies_gbp' => 'Lira sterlină', 'currencies_gbp' => 'Lira sterlină',
'currencies_try' => 'Lira turceasca', 'currencies_try' => 'Lira turceasca',
'taxes_exempt' => 'Scutite de taxe',
'taxes_normal' => 'Taxa normala',
'taxes_sales' => 'Taxa vanzare',
]; ];

View File

@ -38,10 +38,9 @@ return [
'numbers' => 'Număr | Numere', 'numbers' => 'Număr | Numere',
'statuses' => 'Status | Statusuri', 'statuses' => 'Status | Statusuri',
'others' => 'Alta | Alte', 'others' => 'Alta | Alte',
'contacts' => 'Contact|Contacts', 'contacts' => 'Contact|Contacte',
'reconciliations' => 'Reconciliation|Reconciliations', 'reconciliations' => 'Reconsiliar bancar|Reconsilieri bancare',
'deposits' => 'Deposit|Deposits', 'developers' => 'Developer|Developers',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'Panou de bord', 'dashboard' => 'Panou de bord',
'banking' => 'Bancare', 'banking' => 'Bancare',
@ -85,7 +84,7 @@ return [
'color' => 'Culoare', 'color' => 'Culoare',
'save' => 'Salveaza', 'save' => 'Salveaza',
'cancel' => 'Anulează', 'cancel' => 'Anulează',
'loading' => 'Loading...', 'loading' => 'Se încarcă ...',
'from' => 'Expeditor', 'from' => 'Expeditor',
'to' => 'Destinatar', 'to' => 'Destinatar',
'print' => 'Tipărește', 'print' => 'Tipărește',
@ -106,25 +105,25 @@ return [
'partially' => 'Partial', 'partially' => 'Partial',
'partially_paid' => 'Platit Partial', 'partially_paid' => 'Platit Partial',
'export' => 'Export', 'export' => 'Export',
'finish' => 'Finish', 'finish' => 'Finalizare',
'wizard' => 'Wizard', 'wizard' => 'Asistent',
'skip' => 'Skip', 'skip' => 'Omite',
'enable' => 'Activeaza', 'enable' => 'Activeaza',
'disable' => 'Dezactiveaza', 'disable' => 'Dezactiveaza',
'select_all' => 'Select All', 'select_all' => 'Selectați toate',
'unselect_all' => 'Unselect All', 'unselect_all' => 'Deselectați toate',
'go_to' => 'Go to :name', 'go_to' => 'Go to :name',
'created_date' => 'Created Date', 'created_date' => 'Data creării',
'period' => 'Period', 'period' => 'Perioadă',
'start' => 'Start', 'start' => 'Început',
'end' => 'End', 'end' => 'Sfârşit',
'clear' => 'Clear', 'clear' => 'Șterge',
'difference' => 'Difference', 'difference' => 'Diferență',
'title' => [ 'title' => [
'new' => ':type nou', 'new' => ':type nou',
'edit' => 'Editeaza :type', 'edit' => 'Editeaza :type',
'create' => 'Create :type', 'create' => 'Crea :type',
'send' => 'Send :type', 'send' => 'Send :type',
'get' => 'Get :type', 'get' => 'Get :type',
], ],
@ -139,10 +138,10 @@ return [
], ],
'date_range' => [ 'date_range' => [
'today' => 'Today', 'today' => 'Astăzi',
'yesterday' => 'Yesterday', 'yesterday' => 'Ieri',
'last_days' => 'Last :day Days', 'last_days' => 'Ultimele :day Zile',
'this_month' => 'This Month', 'this_month' => 'Luna aceasta',
'last_month' => 'Last Month', 'last_month' => 'Luna trecută',
], ],
]; ];

View File

@ -2,69 +2,73 @@
return [ return [
'invoice_number' => 'Numărul facturii', 'invoice_number' => 'Numărul facturii',
'invoice_date' => 'Data facturii', 'invoice_date' => 'Data facturii',
'total_price' => 'Preț total', 'total_price' => 'Preț total',
'due_date' => 'Scadenta', 'due_date' => 'Scadenta',
'order_number' => 'Număr de comandă', 'order_number' => 'Număr de comandă',
'bill_to' => 'Facturaţi Către', 'bill_to' => 'Facturaţi Către',
'quantity' => 'Cantitate', 'quantity' => 'Cantitate',
'price' => 'Preț', 'price' => 'Preț',
'sub_total' => 'Subtotal', 'sub_total' => 'Subtotal',
'discount' => 'Reducere', 'discount' => 'Reducere',
'tax_total' => 'Total taxe', 'tax_total' => 'Total taxe',
'total' => 'Total', 'total' => 'Total',
'item_name' => 'Articol|Articole 'item_name' => 'Articol|Articole
Nume articol|Nume articole', Nume articol|Nume articole',
'show_discount' => ':discount% Reducere', 'show_discount' => ':discount% Reducere',
'add_discount' => 'Adauga Reducere', 'add_discount' => 'Adauga Reducere',
'discount_desc' => 'din subtotal', 'discount_desc' => 'din subtotal',
'payment_due' => 'Plata scadenta', 'payment_due' => 'Plata scadenta',
'paid' => 'Plătit', 'paid' => 'Plătit',
'histories' => 'Istoric', 'histories' => 'Istoric',
'payments' => 'Plăți', 'payments' => 'Plăți',
'add_payment' => 'Adauga plata', 'add_payment' => 'Adauga plata',
'mark_paid' => 'Marcheaza ca si Platit', 'mark_paid' => 'Marcheaza ca si Platit',
'mark_sent' => 'Marcheaza ca si Trimis', 'mark_sent' => 'Marcheaza ca si Trimis',
'download_pdf' => 'Descarca PDF', 'download_pdf' => 'Descarca PDF',
'send_mail' => 'Trimite Email', 'send_mail' => 'Trimite Email',
'all_invoices' => 'Login to view all invoices', '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' => [ 'status' => [
'draft' => 'Ciornă', 'draft' => 'Ciornă',
'sent' => 'Trimis', 'sent' => 'Trimis',
'viewed' => 'Vizualizat', 'viewed' => 'Vizualizat',
'approved' => 'Aprobat', 'approved' => 'Aprobat',
'partial' => 'Parţial 'partial' => 'Parţial
Parţială', Parţială',
'paid' => 'Plătit', 'paid' => 'Plătit',
], ],
'messages' => [ 'messages' => [
'email_sent' => 'Emailul cu factura a fost trimis cu succes!', 'email_sent' => 'Emailul cu factura a fost trimis cu succes!',
'marked_sent' => 'Factura a fost marcata ca si trimisa cu succes!', 'marked_sent' => 'Factura a fost marcata ca si trimisa cu succes!',
'email_required' => 'Nu exista adresa de email pentru acest client!', 'email_required' => 'Nu exista adresa de email pentru acest client!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.', 'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [ 'status' => [
'created' => 'Created on :date', 'created' => 'Created on :date',
'send' => [ 'send' => [
'draft' => 'Not sent', 'draft' => 'Not sent',
'sent' => 'Sent on :date', 'sent' => 'Sent on :date',
], ],
'paid' => [ 'paid' => [
'await' => 'Awaiting payment', 'await' => 'Awaiting payment',
], ],
], ],
], ],
'notification' => [ 'notification' => [
'message' => 'Primesti acest e-mail, pentru că urmeaza la plata o factura in suma de :amount emisa catre :customer.', 'message' => 'Primesti acest e-mail, pentru că urmeaza la plata o factura in suma de :amount emisa catre :customer.',
'button' => 'Plateste acum', 'button' => 'Plateste acum',
], ],
]; ];

View File

@ -3,7 +3,7 @@
return [ return [
'success' => [ 'success' => [
'added' => ':type adaugat!', 'added' => ':type adăugat!',
'updated' => ':type actualizat!', 'updated' => ':type actualizat!',
'deleted' => ':type şters!', 'deleted' => ':type şters!',
'duplicated' => ':type duplicat!', 'duplicated' => ':type duplicat!',
@ -11,6 +11,7 @@ return [
'enabled' => ':type activat!', 'enabled' => ':type activat!',
'disabled' => ':type dezactivat!', 'disabled' => ':type dezactivat!',
], ],
'error' => [ 'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount', 'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'Eroare: Nu ai permisiunea necesara pentru a gestiona această companie!', 'not_user_company' => 'Eroare: Nu ai permisiunea necesara pentru a gestiona această companie!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Eroare: message Nume foaie lucru: :sheet. Numar linie: :line.', 'import_column' => 'Eroare: message Nume foaie lucru: :sheet. Numar linie: :line.',
'import_sheet' => 'Eroare: Numele foii de lucru nu este valid. Te rog verifica fisierul mostra.', 'import_sheet' => 'Eroare: Numele foii de lucru nu este valid. Te rog verifica fisierul mostra.',
], ],
'warning' => [ 'warning' => [
'deleted' => 'Avertisment: Nu ti se permite să ştergi <b>:name</b> deoarece are o legatura cu :text.', 'deleted' => 'Avertisment: Nu ti se permite să ştergi <b>:name</b> deoarece are o legatura cu :text.',
'disabled' => 'Avertisment: Nu ti se permite să dezactivezi <b>:name</b> deoarece are o legatura cu :text.', 'disabled' => 'Avertisment: Nu ti se permite să dezactivezi <b>:name</b> deoarece are o legatura cu :text.',
'disable_code' => 'Atenție: Nu vi se permite să dezactivezi sau sa schimbi valuta <b>:name</b> deoarece este în legătură cu :text.',
], ],
]; ];

View File

@ -16,13 +16,16 @@ return [
'no_apps' => 'Inca nu exista aplicatii in aceasta categorie.', 'no_apps' => 'Inca nu exista aplicatii in aceasta categorie.',
'developer' => 'Esti un dezvoltator de aplicatii? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Aici</a> poti afla cum sa creezi o aplicatie si sa incepi sa vinzi astazi!', 'developer' => 'Esti un dezvoltator de aplicatii? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Aici</a> poti afla cum sa creezi o aplicatie si sa incepi sa vinzi astazi!',
'recommended_apps' => 'Recommended Apps', 'recommended_apps' => 'Aplicaţii recomandate',
'about' => 'Despre', 'about' => 'Despre',
'added' => 'Adăugat', 'added' => 'Adăugat',
'updated' => 'Actualizat', 'updated' => 'Actualizat',
'compatibility' => 'Compatibilitate', 'compatibility' => 'Compatibilitate',
'documentation' => 'Documentație',
'view' => 'Vizualizare',
'back' => 'Înapoi',
'installed' => ':module instalat', 'installed' => ':module instalat',
'uninstalled' => ':module dezinstalat', 'uninstalled' => ':module dezinstalat',
@ -34,26 +37,26 @@ return [
'installation' => 'Instalare', 'installation' => 'Instalare',
'faq' => 'Întrebări frecvente', 'faq' => 'Întrebări frecvente',
'changelog' => 'Istoric modificări', 'changelog' => 'Istoric modificări',
'reviews' => 'Reviews', 'reviews' => 'Opinii',
], ],
'installation' => [ 'installation' => [
'header' => 'Instalare aplicatie', 'header' => 'Instalare aplicatie',
'download' => 'Descărcare fisier :module.', 'download' => 'Descărcare fisier :module.',
'unzip' => 'Dezarhivare fisiere :module.', 'unzip' => 'Dezarhivare fisiere :module.',
'file_copy' => 'Copying :module files.', 'file_copy' => 'Dezarchivare fișiere pentru :module.',
'migrate' => 'Applying :module updates.', 'migrate' => 'Se aplică un update pentru acest modul: :module.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.', 'finish' => 'Acest update a fost instalat cu succes! Intr-o clipă vei fi redirectionat.',
'install' => 'Instalare fisiere :module.', 'install' => 'Instalare fisiere :module.',
], ],
'errors' => [ 'errors' => [
'download' => ':module can not download!', 'download' => ':module - Acest modul nu poate fi descărcat!',
'upload' => 'Downloaded :module can not saved!', 'upload' => 'Modulul :module descărcat nu poate fi salvat!',
'unzip' => ':module can not unzip!', 'unzip' => ':module nu poate fi dezarchivat!',
'file_copy' => ':module files can not copy!', 'file_copy' => 'Fișierele pentru :module nu pot fi copiate!',
'migrate' => ':module migrate broken!', 'migrate' => 'Acest modul :module pare a fi defect!',
'migrate core' => ':module already latest version so then yon can not update.', 'migrate core' => ':module / Folosești deja versiunea recentă. Momentan nu poti actualiza.',
], ],
'badge' => [ 'badge' => [
@ -73,8 +76,8 @@ return [
'reviews' => [ 'reviews' => [
'button' => [ 'button' => [
'add' => 'Add a Review' 'add' => 'Adaugă o Opinie'
], ],
'na' => 'There are no reviews.' 'na' => 'Inca nu sunt opinii salvate.'
] ]
]; ];

View File

@ -6,9 +6,11 @@ return [
'reconciled' => 'Reconciled', 'reconciled' => 'Reconciled',
'closing_balance' => 'Closing Balance', 'closing_balance' => 'Closing Balance',
'unreconciled' => 'Unreconciled', 'unreconciled' => 'Unreconciled',
'list_transactions' => 'List Transactions', 'list_transactions' => 'Afișeayă tranzacție',
'start_date' => 'Start Date', 'start_date' => 'Data de început',
'end_date' => 'End Date', 'end_date' => 'Data de sfârșit',
'cleared_amount' => 'Cleared Amount', 'cleared_amount' => 'Cleared Amount',
'deposit' => 'Depozit',
'withdrawal' => 'Withdrawal',
]; ];

View File

@ -11,6 +11,8 @@ return [
], ],
'localisation' => [ 'localisation' => [
'tab' => 'Localizare', 'tab' => 'Localizare',
'financial_start' => 'Financial Year Start',
'timezone' => 'Fus orar',
'date' => [ 'date' => [
'format' => 'Format dată', 'format' => 'Format dată',
'separator' => 'Separator data', 'separator' => 'Separator data',
@ -20,7 +22,6 @@ return [
'slash' => 'Slash (/)', 'slash' => 'Slash (/)',
'space' => 'Spaţiu ( )', 'space' => 'Spaţiu ( )',
], ],
'timezone' => 'Fus orar',
'percent' => [ 'percent' => [
'title' => 'Procent (%) Pozitie', 'title' => 'Procent (%) Pozitie',
'before' => 'Inainte de Numar', 'before' => 'Inainte de Numar',
@ -33,16 +34,16 @@ return [
'digit' => 'Zecimale Numar', 'digit' => 'Zecimale Numar',
'next' => 'Următorul număr', 'next' => 'Următorul număr',
'logo' => 'Siglă', 'logo' => 'Siglă',
'custom' => 'Custom', 'custom' => 'Personalizat',
'item_name' => 'Item Name', 'item_name' => 'Denumire articol',
'item' => 'Items', 'item' => 'Articole',
'product' => 'Products', 'product' => 'Produse',
'service' => 'Services', 'service' => 'Servicii',
'price_name' => 'Price Name', 'price_name' => 'Price Name',
'price' => 'Price', 'price' => 'Preț',
'rate' => 'Rate', 'rate' => 'Rate',
'quantity_name' => 'Quantity Name', 'quantity_name' => 'Quantity Name',
'quantity' => 'Quantity', 'quantity' => 'Cantitate',
], ],
'default' => [ 'default' => [
'tab' => 'Implicit', 'tab' => 'Implicit',

View File

@ -3,6 +3,9 @@
return [ return [
'rate' => 'Rata', 'rate' => 'Rata',
'rate_percent' => 'Rate (%)', 'rate_percent' => 'Voturi (%)',
'normal' => 'Normal',
'inclusive' => 'Inclusiv',
'compound' => 'Taxă compusă',
]; ];

View File

@ -102,7 +102,7 @@ return [
'rule-name' => 'mesaj-personalizat', 'rule-name' => 'mesaj-personalizat',
], ],
'invalid_currency' => 'Codul :attribute este invalid.', 'invalid_currency' => 'Codul :attribute este invalid.',
'invalid_amount' => 'The amount :attribute is invalid.', 'invalid_amount' => 'Cantitatea de :attribute nu este valid.',
], ],
/* /*