diff --git a/resources/lang/cs-CZ/general.php b/resources/lang/cs-CZ/general.php index 8944b687f..10d496952 100644 --- a/resources/lang/cs-CZ/general.php +++ b/resources/lang/cs-CZ/general.php @@ -50,6 +50,7 @@ return [ 'na' => 'Neuvedeno', 'daily' => 'Denně', 'monthly' => 'Měsíčně', + 'quarterly' => 'Čtvrtletně', 'yearly' => 'Ročně', 'add' => 'Přidat', 'add_new' => 'Přidat nové', @@ -74,6 +75,7 @@ return [ 'reference' => 'Reference', 'attachment' => 'Příloha', 'change' => 'Změnit', + 'switch' => 'Přepnout', 'color' => 'Barva', 'save' => 'Uložit', 'cancel' => 'Storno', diff --git a/resources/lang/cs-CZ/messages.php b/resources/lang/cs-CZ/messages.php index beb9f8633..d072822b2 100644 --- a/resources/lang/cs-CZ/messages.php +++ b/resources/lang/cs-CZ/messages.php @@ -10,6 +10,7 @@ return [ 'imported' => ':type importováno!', ], 'error' => [ + 'payment_add' => 'Chyba: Nelze přidat platbu! Měli byste přidat částku.', 'not_user_company' => 'Chyba: nemůžeš provádět správu společností!', 'customer' => 'Chyba: Nemůžeš vytvořit uživatele! :name používá tento email.', 'no_file' => 'Chyba: Nebyl vybrán žádný soubor!', diff --git a/resources/lang/cs-CZ/modules.php b/resources/lang/cs-CZ/modules.php index d95a7d7f3..567d0a950 100644 --- a/resources/lang/cs-CZ/modules.php +++ b/resources/lang/cs-CZ/modules.php @@ -10,29 +10,33 @@ return [ 'free' => 'ZDARMA', 'install' => 'Instalovat', 'buy_now' => 'Koupit', - 'faq' => 'ČKD', - 'changelog' => 'Seznam změn', - 'installed' => 'Instalováno', - 'uninstalled' => 'Odinstalováno', 'token_link' => 'Klikni sem pro získání tokenu k API.', + 'no_apps' => 'V této kategorii zatím nejsou žádné aplikace.', + 'developer' => 'Jste vývojář? Zde se můžete naučit jak vytvořit aplikaci a začít hned prodávat!', - 'enabled' => ':module aplikace povolena', - 'disabled' => ':module aplikace vypnuta', + 'about' => 'O aplikaci', - 'installation' => [ - 'header' => 'Instalace modulu', - 'start' => 'Instaluji :module.', - 'download' => 'Stahuji soubor :module.', - 'unzip' => 'Rozbaluji soubory :module.', - 'install' => 'Nahrávám soubory :module.', + 'added' => 'Přidáno', + 'updated' => 'Aktualizováno', + 'compatibility' => 'Kompatibilita', + + 'installed' => ':module nainstalován', + 'uninstalled' => ':module odinstalováno', + //'updated' => ':module updated', + 'enabled' => ':module povolen', + 'disabled' => ':module zakázán', + + 'tab' => [ + 'installation' => 'Instalace', + 'faq' => 'ČKD', + 'changelog' => 'Seznam změn', ], - 'history' => [ - 'installed' => ':module nainstalováno', - 'uninstalled' => ':module odinstalováno', - 'updated' => ':module aktualizováno', - 'enabled' => ':module povolen', - 'disabled' => ':module zakázán', + 'installation' => [ + 'header' => 'Instalace aplikace', + 'download' => 'Stahuji soubor :module.', + 'unzip' => 'Rozbaluji soubory :module.', + 'install' => 'Instaluji soubory :module.', ], 'button' => [ diff --git a/resources/lang/cs-CZ/reports.php b/resources/lang/cs-CZ/reports.php index 518983707..4266cf7ad 100644 --- a/resources/lang/cs-CZ/reports.php +++ b/resources/lang/cs-CZ/reports.php @@ -2,6 +2,12 @@ return [ + 'this_year' => 'Tento rok', + 'previous_year' => 'Předchozí rok', + 'this_quarter' => 'Aktuální čtvrtletí', + 'previous_quarter' => 'Předchozí čtvrtletí', + 'last_12_months' => 'Posledních 12 měsíců', + 'summary' => [ 'income' => 'Přehled příjmů', 'expense' => 'Přehled výdajů', diff --git a/resources/lang/es-ES/general.php b/resources/lang/es-ES/general.php index fb59ff2a0..bfcd71d73 100644 --- a/resources/lang/es-ES/general.php +++ b/resources/lang/es-ES/general.php @@ -50,6 +50,7 @@ return [ 'na' => 'N/D', 'daily' => 'Diario', 'monthly' => 'Mensual', + 'quarterly' => 'Trimestral', 'yearly' => 'Anual', 'add' => 'Añadir', 'add_new' => 'Agregar Nuevo', @@ -74,6 +75,7 @@ return [ 'reference' => 'Referencia', 'attachment' => 'Adjunto', 'change' => 'Cambiar', + 'switch' => 'Cambiar', 'color' => 'Color', 'save' => 'Guardar', 'cancel' => 'Cancelar', diff --git a/resources/lang/es-ES/messages.php b/resources/lang/es-ES/messages.php index 25b3c83a6..eddab3281 100644 --- a/resources/lang/es-ES/messages.php +++ b/resources/lang/es-ES/messages.php @@ -10,6 +10,7 @@ return [ 'imported' => ':type importado!', ], 'error' => [ + 'payment_add' => 'Error: No puede agregar pago! Usted debe comprobar cantidad agregada.', 'not_user_company' => 'Error: No tiene permisos para administrar esta empresa!', 'customer' => 'Error: No se puede crear el usuario! :name usa esta dirección de correo electrónico.', 'no_file' => 'Error: Ningún archivo seleccionado!', diff --git a/resources/lang/es-ES/modules.php b/resources/lang/es-ES/modules.php index 27c338f20..51c1e419a 100644 --- a/resources/lang/es-ES/modules.php +++ b/resources/lang/es-ES/modules.php @@ -10,29 +10,33 @@ return [ 'free' => 'GRATIS', 'install' => 'Instalar', 'buy_now' => 'Comprar ahora', - 'faq' => 'Preguntas frecuentes', - 'changelog' => 'Historial de cambios', - 'installed' => 'Instalado', - 'uninstalled' => 'Desinstalado', 'token_link' => 'Haga Click aquí para obtener su API token.', + 'no_apps' => 'No hay aplicaciones en esta categoría, aún.', + 'developer' => '¿Eres un desarrollador? Aquí puedes aprender cómo crear una aplicación y comenzar a venderla hoy!', + 'about' => 'Acerca de', + + 'added' => 'Agregado', + 'updated' => 'Actualizado', + 'compatibility' => 'Compatibilidad', + + 'installed' => ':module instalado', + 'uninstalled' => ':module desinstalado', + //'updated' => ':module updated', 'enabled' => ':module habilitado', 'disabled' => ':module deshabilitado', - 'installation' => [ - 'header' => 'Instalación del módulo', - 'start' => 'instalando :module .', - 'download' => 'Descargando archivo :module .', - 'unzip' => 'Extrayendo archivo :module .', - 'install' => 'Subiendo archivo :module .', + 'tab' => [ + 'installation' => 'Instalación', + 'faq' => 'Preguntas frecuentes', + 'changelog' => 'Historial de cambios', ], - 'history' => [ - 'installed' => ':module instalado', - 'uninstalled' => ':module desinstalado', - 'updated' => ':module actualizado', - 'enabled' => ':module habilitado', - 'disabled' => ':module deshabilitado', + 'installation' => [ + 'header' => 'Instalación de Aplicación', + 'download' => 'Descargando archivo :module .', + 'unzip' => 'Extrayendo archivo :module .', + 'install' => 'Instalando archivos de :module .', ], 'button' => [ diff --git a/resources/lang/es-ES/reports.php b/resources/lang/es-ES/reports.php index 1b5b542f4..1c4fb06d1 100644 --- a/resources/lang/es-ES/reports.php +++ b/resources/lang/es-ES/reports.php @@ -2,6 +2,12 @@ return [ + 'this_year' => 'Este año', + 'previous_year' => 'Año Anterior', + 'this_quarter' => 'Este Trimestre', + 'previous_quarter' => 'Trimestre Anterior', + 'last_12_months' => 'Últimos 12 meses', + 'summary' => [ 'income' => 'Resumen de Ingresos', 'expense' => 'Resumen de Gastos', diff --git a/resources/lang/fa-IR/currencies.php b/resources/lang/fa-IR/currencies.php index 01ee187db..c9154dd08 100644 --- a/resources/lang/fa-IR/currencies.php +++ b/resources/lang/fa-IR/currencies.php @@ -5,14 +5,14 @@ return [ 'code' => 'کد', 'rate' => 'نرخ', 'default' => 'واحد پول پیش فرض', - 'decimal_mark' => 'Decimal Mark', - 'thousands_separator' => 'Thousands Separator', - 'precision' => 'Precision', + 'decimal_mark' => 'ممیز', + 'thousands_separator' => 'هزاران جدا کننده', + 'precision' => 'دقت', 'symbol' => [ - 'symbol' => 'Symbol', - 'position' => 'Symbol Position', - 'before' => 'Before Amount', - 'after' => 'After Amount', + 'symbol' => 'نماد', + 'position' => 'موقعیت نماد', + 'before' => 'مقدار بعد از', + 'after' => 'مقدار بعد از', ] ]; diff --git a/resources/lang/fa-IR/general.php b/resources/lang/fa-IR/general.php index 3664790d9..3c104ab8a 100644 --- a/resources/lang/fa-IR/general.php +++ b/resources/lang/fa-IR/general.php @@ -50,6 +50,7 @@ return [ 'na' => '(تعریف نشده)', 'daily' => 'روزانه', 'monthly' => 'ماهانه', + 'quarterly' => 'فصلی', 'yearly' => 'سالانه', 'add' => 'افزودن', 'add_new' => 'افزودن جدید', @@ -74,6 +75,7 @@ return [ 'reference' => 'مرجع', 'attachment' => 'پیوست', 'change' => 'تغییر', + 'switch' => 'جایه‌جایی', 'color' => 'رنگ', 'save' => 'ذخیره کردن', 'cancel' => 'انصراف', diff --git a/resources/lang/fa-IR/messages.php b/resources/lang/fa-IR/messages.php index 5faf74160..6f047021e 100644 --- a/resources/lang/fa-IR/messages.php +++ b/resources/lang/fa-IR/messages.php @@ -10,6 +10,7 @@ return [ 'imported' => ':type درون ریزی شد!', ], 'error' => [ + 'payment_add' => 'خطا: شما نمی توانید پرداخت داشته باشید! شما باید ابتدا مقدار اضافه شده را چک کنید.', 'not_user_company' => 'خطا: شما اجازه مدیریت این شرکت را ندارید!', 'customer' => 'خطا در تعریف کاربر! :name از این ایمیل استفاده می‌کند.', 'no_file' => 'خطا: فایلی انتخاب نشده است!', diff --git a/resources/lang/fa-IR/modules.php b/resources/lang/fa-IR/modules.php index 72555b88a..945ae4148 100644 --- a/resources/lang/fa-IR/modules.php +++ b/resources/lang/fa-IR/modules.php @@ -10,29 +10,33 @@ return [ 'free' => 'رایگان', 'install' => 'نصب', 'buy_now' => 'خرید', - 'faq' => 'سوالات متداول', - 'changelog' => 'تغییرات', - 'installed' => 'نصب شده', - 'uninstalled' => 'حذف', 'token_link' => 'دریافت Token.', + 'no_apps' => 'در این بخش هیچ نرم افزاری وجود ندارد.', + 'developer' => 'آیا شما یک توسعه دهنده هستید؟با مراجعه به سایت فروشگاهی می توانید نرم افزار های خود را بسیازید و بفروشید.', - 'enabled' => ':module فعال', - 'disabled' => ':module غیرفعال', + 'about' => 'درباره ما', - 'installation' => [ - 'header' => 'نصب ماژول', - 'start' => 'نصب :module', - 'download' => 'دریافت فایل :module', - 'unzip' => 'استخراج فایل :module.', - 'install' => 'بارگذاری فایل :module', + 'added' => 'اضافه شد', + 'updated' => 'به روز رسانی شده', + 'compatibility' => 'سازگاری', + + 'installed' => ':module نصب شد', + 'uninstalled' => ':module حذف شد', + //'updated' => ':module updated', + 'enabled' => ':module فعال شد', + 'disabled' => ':module غیر فعال شد', + + 'tab' => [ + 'installation' => 'نصب', + 'faq' => 'سوالات متداول', + 'changelog' => 'تغییرات', ], - 'history' => [ - 'installed' => 'نصب :module', - 'uninstalled' => 'حذف :module', - 'updated' => ':module بروز شد', - 'enabled' => ':module فعال شد', - 'disabled' => ':module غیر فعال شد', + 'installation' => [ + 'header' => 'محل نصب نرم افزار', + 'download' => 'دریافت فایل :module', + 'unzip' => 'استخراج فایل :module.', + 'install' => 'نصب فایل های :module .', ], 'button' => [ diff --git a/resources/lang/fa-IR/reports.php b/resources/lang/fa-IR/reports.php index 35b71b415..43584072a 100644 --- a/resources/lang/fa-IR/reports.php +++ b/resources/lang/fa-IR/reports.php @@ -2,6 +2,12 @@ return [ + 'this_year' => 'امسال', + 'previous_year' => 'سال قبل', + 'this_quarter' => 'سه ماه', + 'previous_quarter' => 'سه ماهه قبلی', + 'last_12_months' => '12 ماه گذشته', + 'summary' => [ 'income' => 'خلاصه درآمد', 'expense' => 'خلاصه هزینه', diff --git a/resources/lang/sq-AL/currencies.php b/resources/lang/sq-AL/currencies.php index b3a6f955c..d296bcc74 100644 --- a/resources/lang/sq-AL/currencies.php +++ b/resources/lang/sq-AL/currencies.php @@ -5,5 +5,14 @@ return [ 'code' => 'Kodi', 'rate' => 'Normë', 'default' => 'Valuta e Parazgjedhur', + 'decimal_mark' => 'Marku Decimal', + 'thousands_separator' => 'Mijëra Ndarës', + 'precision' => 'Saktësia', + 'symbol' => [ + 'symbol' => 'Simboli', + 'position' => 'Pozicioni i Simbolit', + 'before' => 'Para Shuma', + 'after' => 'Pas Shuma', + ] ]; diff --git a/resources/lang/sq-AL/customers.php b/resources/lang/sq-AL/customers.php new file mode 100644 index 000000000..1ff89940d --- /dev/null +++ b/resources/lang/sq-AL/customers.php @@ -0,0 +1,11 @@ + 'Lejo Identifikimin?', + 'user_created' => 'Përdoruesi u Krijua', + + 'error' => [ + 'email' => 'Emaili tashmë është marrë.' + ] +]; diff --git a/resources/lang/sq-AL/general.php b/resources/lang/sq-AL/general.php index 4e6499ba2..a03fb02bb 100644 --- a/resources/lang/sq-AL/general.php +++ b/resources/lang/sq-AL/general.php @@ -50,6 +50,7 @@ return [ 'na' => 'I Padisponueshëm', 'daily' => 'Ditore', 'monthly' => 'Mujore', + 'quarterly' => 'Tremujore', 'yearly' => 'Vjetore', 'add' => 'Shto', 'add_new' => 'Shto të Re', @@ -74,6 +75,7 @@ return [ 'reference' => 'Referenca', 'attachment' => 'Bashkëngjitje', 'change' => 'Ndrysho', + 'switch' => 'Ndryshim', 'color' => 'Ngjyra', 'save' => 'Ruaj', 'cancel' => 'Anulo', @@ -83,8 +85,6 @@ return [ 'search' => 'Kërko', 'search_placeholder' => 'Lloji për të kërkuar..', 'filter' => 'Filtër', - 'create_user' => 'Krijo Përdorues', - 'created_user' => 'Përdorues i Krijuar', 'help' => 'Ndihmë', 'all' => 'Të gjitha', 'all_type' => 'Të gjitha :type', @@ -92,6 +92,7 @@ return [ 'created' => 'Krijuar', 'id' => 'ID', 'more_actions' => 'Më shumë Veprime', + 'duplicate' => 'Dublo', 'title' => [ 'new' => 'I ri :type', diff --git a/resources/lang/sq-AL/header.php b/resources/lang/sq-AL/header.php index e2fbc7ca0..6dd440ea2 100644 --- a/resources/lang/sq-AL/header.php +++ b/resources/lang/sq-AL/header.php @@ -8,6 +8,7 @@ return [ 'counter' => '{0} Ju nuk keni njoftim |{1} Ju keni :count njoftim |[2,*] Ju keni :count njoftime', 'overdue_invoices' => '{1} :count faturë e vonuar |[2,*] :count fatura të vonuara', 'upcoming_bills' => '{1} :count faturë e ardhshme |[2,*] :count fatura të ardhshme', + 'items_stock' => '{1} :count artikulli jashtë magazinës | [2,*] :count artikuj jashtë magazinës', 'view_all' => 'Shiko te Gjitha' ], diff --git a/resources/lang/sq-AL/import.php b/resources/lang/sq-AL/import.php new file mode 100644 index 000000000..ac226a1c5 --- /dev/null +++ b/resources/lang/sq-AL/import.php @@ -0,0 +1,9 @@ + 'Import', + 'title' => 'Import :type', + 'message' => 'Llojet e lejuara të skedarëve: CSV, XLS. Ju lutemi, shkarko skedarin shembull.', + +]; diff --git a/resources/lang/sq-AL/invoices.php b/resources/lang/sq-AL/invoices.php index 9c1d3774f..e4f4a4148 100644 --- a/resources/lang/sq-AL/invoices.php +++ b/resources/lang/sq-AL/invoices.php @@ -37,7 +37,13 @@ return [ ], 'messages' => [ + 'email_sent' => 'Emaili i faturës është dërguar me sukses!', 'marked_sent' => 'Fatura shënohet si e dërguar me sukses!', ], + 'notification' => [ + 'message' => 'Ju po merrni këtë email sepse keni një të ardhshme :amount fature e :customer klientit.', + 'button' => 'Paguaj Tani', + ], + ]; diff --git a/resources/lang/sq-AL/items.php b/resources/lang/sq-AL/items.php index a7a04c0c4..3fe270804 100644 --- a/resources/lang/sq-AL/items.php +++ b/resources/lang/sq-AL/items.php @@ -7,4 +7,9 @@ return [ 'purchase_price' => 'Çmimi i Blerjes', 'sku' => 'SKU', + 'notification' => [ + 'message' => 'Ju po merrni këtë email sepse :name po mbaron.', + 'button' => 'Shiko Tani', + ], + ]; diff --git a/resources/lang/sq-AL/messages.php b/resources/lang/sq-AL/messages.php index 7b71e0cc1..221d565fc 100644 --- a/resources/lang/sq-AL/messages.php +++ b/resources/lang/sq-AL/messages.php @@ -6,9 +6,14 @@ return [ 'added' => ':type shtuar!', 'updated' => ':type përditësuar!', 'deleted' => ':type fshirë!', + 'duplicated' => ':type dubluar!', + 'imported' => ':type importuar!', ], 'error' => [ + 'payment_add' => 'Gabim: Ju nuk mund të shtoni pagesa! Ju duhet të kontrolloni shtimin e shumës.', 'not_user_company' => 'Gabim: Nuk ju lejohet të menaxhoni këtë kompani!', + 'customer' => 'Gabim: Ju nuk mund të krijoni përdorues! :name përdor këtë adresë e-maili.', + 'no_file' => 'Gabim: Asnjë skedar i përzgjedhur!', ], 'warning' => [ 'deleted' => 'Njoftim: :name nuk mund të fshihet sepse ka :text të lidhur.', diff --git a/resources/lang/sq-AL/modules.php b/resources/lang/sq-AL/modules.php index 417bd2b4a..fe8555e1f 100644 --- a/resources/lang/sq-AL/modules.php +++ b/resources/lang/sq-AL/modules.php @@ -10,29 +10,33 @@ return [ 'free' => 'FALAS', 'install' => 'Instalo', 'buy_now' => 'Bli Tani', - 'faq' => 'Pyetësori', - 'changelog' => 'Ndryshimet', - 'installed' => 'Instaluar', - 'uninstalled' => 'Çinstaluar', 'token_link' => 'Kliko këtupër të marrë shenjën tuaj API.', + 'no_apps' => 'Në këtë kategori akoma nuk ka aplikacione.', + 'developer' => 'A jeni një zhvillues?Këtu mund të mësoni si të krijoni një aplikacion dhe të filloni shitjen sot!', + 'about' => 'Rreth nesh', + + 'added' => 'Shtuar', + 'updated' => 'Përditësuar', + 'compatibility' => 'Pajtueshmëri', + + 'installed' => ':module instaluar', + 'uninstalled' => ':module çinstaluar', + //'updated' => ':module updated', 'enabled' => ':module i aktivizuar', 'disabled' => ':module i çaktivizuar', - 'installation' => [ - 'header' => 'Instalim Moduli', - 'start' => ':module instalimi.', - 'download' => 'Shkarkimi i :module skedarit.', - 'unzip' => 'Ekstraktimi i :module skedarit.', - 'install' => 'Ngarkimi i :module skedarit.', + 'tab' => [ + 'installation' => 'Instalim', + 'faq' => 'Pyetësori', + 'changelog' => 'Ndryshimet', ], - 'history' => [ - 'installed' => ':module instaluar', - 'uninstalled' => ':module çinstalo', - 'updated' => ':module i përditësuar', - 'enabled' => ':module i aktivizuar', - 'disabled' => ':module i çaktivizuar', + 'installation' => [ + 'header' => 'Instalim Aplikacioni', + 'download' => 'Shkarkimi i :module skedarit.', + 'unzip' => 'Ekstraktimi i :module skedarit.', + 'install' => 'Instalim i :module skedareve.', ], 'button' => [ diff --git a/resources/lang/sq-AL/reports.php b/resources/lang/sq-AL/reports.php index d8744987b..fe9b6e384 100644 --- a/resources/lang/sq-AL/reports.php +++ b/resources/lang/sq-AL/reports.php @@ -2,6 +2,12 @@ return [ + 'this_year' => 'Këtë Vit', + 'previous_year' => 'Viti i Kaluar', + 'this_quarter' => 'Këtë Tremujor', + 'previous_quarter' => 'Tremujor i Kaluar', + 'last_12_months' => '12 Muajt e Fundit', + 'summary' => [ 'income' => 'Përmbledhje e të Ardhurave', 'expense' => 'Përmbledhje e Shpenzimeve', diff --git a/resources/lang/tr-TR/modules.php b/resources/lang/tr-TR/modules.php index cbf88fc2e..276f2a6d2 100644 --- a/resources/lang/tr-TR/modules.php +++ b/resources/lang/tr-TR/modules.php @@ -10,7 +10,7 @@ return [ 'free' => 'Ücretsiz', 'install' => 'Yükle', 'buy_now' => 'Şimdi Satın Al', - 'token_link' => 'API token almak içinburaya tıklayın.', + 'token_link' => 'API token almak için buraya tıklayın.', 'no_apps' => 'Henüz bu kategoride uygulama bulunmamaktadır.', 'developer' => 'Geliştirici misiniz? Uygulama geliştirip satışa sunmak içinburaya tıklayın!', diff --git a/resources/lang/tr-TR/updates.php b/resources/lang/tr-TR/updates.php index 2725828d1..11f78a6e2 100644 --- a/resources/lang/tr-TR/updates.php +++ b/resources/lang/tr-TR/updates.php @@ -4,7 +4,7 @@ return [ 'installed_version' => 'Yüklü Sürüm', 'latest_version' => 'En Son Sürüm', - 'update' => 'Akaunting için Güncelleştirme: sürüm', + 'update' => ':version sürümüne güncelle', 'changelog' => 'Değişiklik Kaydı', 'check' => 'Yenile', 'new_core' => 'Akaunting\'in güncel bir versiyonu mevcut.',