From b56ad99a684b9660aa58d092627c01401f03bc44 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 21 Sep 2023 08:44:53 +1000 Subject: [PATCH] Changes for react build --- .github/workflows/release.yml | 8 +- app/Console/Commands/ReactBuilder.php | 10 +- app/Http/Controllers/Auth/LoginController.php | 19 +- .../ConnectedAccountController.php | 2 +- lang/ar/texts.php | 18 +- lang/bg/texts.php | 19 +- lang/ca/texts.php | 19 +- lang/cs/texts.php | 19 +- lang/da/texts.php | 19 +- lang/de/texts.php | 19 +- lang/el/texts.php | 19 +- lang/es/texts.php | 19 +- lang/es_ES/texts.php | 19 +- lang/et/texts.php | 20 +- lang/fa/texts.php | 19 +- lang/fi/texts.php | 19 +- lang/fr/texts.php | 19 +- lang/fr_CH/texts.php | 19 +- lang/he/texts.php | 19 +- lang/hr/texts.php | 19 +- lang/hu/texts.php | 18 +- lang/it/texts.php | 19 +- lang/ja/texts.php | 18 +- lang/km_KH/texts.php | 18 +- lang/lv_LV/texts.php | 19 +- lang/mk_MK/texts.php | 19 +- lang/nl/texts.php | 19 +- lang/pl/texts.php | 18 +- lang/pt_BR/texts.php | 43 ++-- lang/pt_PT/texts.php | 19 +- lang/ro/texts.php | 21 +- lang/sk/texts.php | 18 +- lang/sl/texts.php | 19 +- lang/sq/texts.php | 19 +- lang/sr/texts.php | 19 +- lang/sv/texts.php | 19 +- lang/th/texts.php | 19 +- lang/zh_TW/texts.php | 19 +- resources/views/react/head.blade.php | 235 ------------------ 39 files changed, 504 insertions(+), 437 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f133e9a0b1..9c65dca14e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,13 +47,7 @@ jobs: npm i npm run build - for file in dist/react/* ; do - filename=$(basename -- "$file") - extension="${filename##*.}" - filename="${filename%.*}" - version=${{ github.event.release.tag_name }} - cp $file ../public/react/$filename"."$version"."$extension - done + cp -r dist/react/* ../public/react/${{ github.event.release.tag_name }}/ mkdir -p ../public/tinymce_6.4.2/tinymce/js/ cp -r node_modules/tinymce ../public/tinymce_6.4.2/tinymce/js/ diff --git a/app/Console/Commands/ReactBuilder.php b/app/Console/Commands/ReactBuilder.php index c30e0c4bbc..8c452880b7 100644 --- a/app/Console/Commands/ReactBuilder.php +++ b/app/Console/Commands/ReactBuilder.php @@ -51,16 +51,16 @@ class ReactBuilder extends Command $directoryIterator = new \RecursiveDirectoryIterator(public_path('react'), \RecursiveDirectoryIterator::SKIP_DOTS); foreach (new \RecursiveIteratorIterator($directoryIterator) as $file) { - if ($file->getExtension() == 'js' && stripos($file->getFileName(), config('ninja.app_version')) !== false) { + if ($file->getExtension() == 'js') { if (str_contains($file->getFileName(), 'index-')) { - $includes .= ''."\n"; + $includes .= ''."\n"; } else { - $includes .= ''."\n"; + $includes .= ''."\n"; } } - if (str_contains($file->getFileName(), '.css' && stripos($file->getFileName(), config('ninja.app_version')) !== false)) { - $includes .= ''."\n"; + if (str_contains($file->getFileName(), '.css')) { + $includes .= ''."\n"; } } diff --git a/app/Http/Controllers/Auth/LoginController.php b/app/Http/Controllers/Auth/LoginController.php index 25080f33d1..2b23ec662c 100644 --- a/app/Http/Controllers/Auth/LoginController.php +++ b/app/Http/Controllers/Auth/LoginController.php @@ -423,7 +423,7 @@ class LoginController extends BaseController if ($user) { $account = request()->input('account'); - $email = $user->getUserPrincipalName() ?: $user->getMail(); + $email = $user->getUserPrincipalName() ?? false; $query = [ 'oauth_user_id' => $user->getId(), @@ -438,17 +438,16 @@ class LoginController extends BaseController return $this->existingOauthUser($existing_user); } - //If this is a result user/email combo - lets add their OAuth details details - // if ($existing_login_user = MultiDB::hasUser(['email' => $email])) { - // if (!$existing_login_user->account) { - // return response()->json(['message' => 'User exists, but not attached to any companies! Orphaned user!'], 400); - // } + // If this is a result user/email combo - lets add their OAuth details details + if ($email && $existing_login_user = MultiDB::hasUser(['email' => $email])) { + if (!$existing_login_user->account) { + return response()->json(['message' => 'User exists, but not attached to any companies! Orphaned user!'], 400); + } - // Auth::login($existing_login_user, true); - - // return $this->existingLoginUser($user->getId(), 'microsoft'); - // } + Auth::login($existing_login_user, true); + return $this->existingLoginUser($user->getId(), 'microsoft'); + } // Signup! if (request()->has('create') && request()->input('create') == 'true') { diff --git a/app/Http/Controllers/ConnectedAccountController.php b/app/Http/Controllers/ConnectedAccountController.php index 6e2031587f..78723c4695 100644 --- a/app/Http/Controllers/ConnectedAccountController.php +++ b/app/Http/Controllers/ConnectedAccountController.php @@ -105,7 +105,7 @@ class ConnectedAccountController extends BaseController ->execute(); if ($user) { - $email = $user->getMail() ?: $user->getUserPrincipalName(); + $email = $user->getUserPrincipalName() ?? false; nlog("microsoft"); nlog($email); diff --git a/lang/ar/texts.php b/lang/ar/texts.php index c8d2d44f99..8110483c79 100644 --- a/lang/ar/texts.php +++ b/lang/ar/texts.php @@ -644,7 +644,6 @@ $LANG = array( 'created_by_invoice' => 'تم إنشاؤه بواسطة :invoice', 'primary_user' => 'المستخدم الأساسي', 'help' => 'يساعد', - 'customize_help' => '

نستخدم :pdfmake_link لتعريف تصميمات الفواتير بشكل إعلاني. يوفر pdfmake :playground_link طريقة رائعة لمشاهدة المكتبة أثناء العمل.

إذا كنت بحاجة إلى مساعدة في اكتشاف شيء ما ، فقم بإرسال سؤال إلى :forum_link بالتصميم الذي تستخدمه.

', 'playground' => 'ملعب', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'تاريخ الاستحقاق', @@ -1796,7 +1795,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'سأرسل لك بريدًا إلكترونيًا عندما يتم الدفع.', 'add_product_to_invoice' => 'أضف 1 :product', 'not_authorized' => 'أنك غير مخول', - 'bot_get_email' => 'أهلاً! (موجة)
نشكرك على تجربة Invoice Ninja Bot.
تحتاج إلى إنشاء حساب مجاني لاستخدام هذا الروبوت.
أرسل لي عنوان البريد الإلكتروني لحسابك للبدء.', 'bot_get_code' => 'شكرًا! لقد أرسلت إليك بريدًا إلكترونيًا يحتوي على رمز الأمان الخاص بك.', 'bot_welcome' => 'هذا كل شيء ، تم التحقق من حسابك.
', 'email_not_found' => 'لم أتمكن من العثور على حساب متاح لـ :email', @@ -1804,7 +1802,6 @@ $LANG = array( 'security_code_email_subject' => 'رمز الحماية لـ Invoice Ninja Bot', 'security_code_email_line1' => 'هذا هو رمز أمان Invoice Ninja Bot الخاص بك.', 'security_code_email_line2' => 'ملحوظة: ستنتهي في غضون 10 دقائق.', - 'bot_help_message' => 'أنا حاليا أدعم:
• إنشاء \ تحديث \ فاتورة بالبريد الإلكتروني
• قائمة المنتجات
على سبيل المثال:
فاتورة bob لتذكرتين ، حدد تاريخ الاستحقاق ليوم الخميس التالي والخصم على 10 بالمائة', 'list_products' => 'قائمة المنتجات', 'include_item_taxes_inline' => 'قم بتضمين ضرائب البند في إجمالي السطر', @@ -1817,7 +1814,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'قبل البدء في ترقية Invoice Ninja ، قم بإنشاء نسخة احتياطية من قاعدة البيانات والملفات الخاصة بك!', 'update_invoiceninja_available' => 'يتوفر إصدار جديد من Invoice Ninja.', 'update_invoiceninja_unavailable' => 'لا يتوفر إصدار جديد من Invoice Ninja.', - 'update_invoiceninja_instructions' => 'الرجاء تثبيت الإصدار الجديد :version بالنقر فوق الزر "تحديث الآن" أدناه. بعد ذلك ستتم إعادة توجيهك إلى لوحة القيادة.', 'update_invoiceninja_update_start' => 'تحديث الان', 'update_invoiceninja_download_start' => 'تنزيل :version', 'create_new' => 'خلق جديد إبداع جديد', @@ -5132,6 +5128,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/bg/texts.php b/lang/bg/texts.php index 59012d970f..9d24d643a3 100644 --- a/lang/bg/texts.php +++ b/lang/bg/texts.php @@ -658,8 +658,6 @@ $LANG = array( 'created_by_invoice' => 'Създадено от :invoice', 'primary_user' => 'Основен потребител', 'help' => 'Помощ', - 'customize_help' => '

Ние използваме :pdfmake_link за декларативно дефиниране на дизайна на фактурите. Инструментът pdfmake :playground_link осигурява чудесен начин да видите библиотеката в действие.

-

Ако се нуждаете от помощ, задайте въпрос в нашия :forum_link с дизайна, който използвайте.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Падеж', @@ -1823,7 +1821,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'Ще се свържа с Вас по имейл, когато е платено.', 'add_product_to_invoice' => 'Добавяне на 1 :product', 'not_authorized' => 'Нямате оторизация', - 'bot_get_email' => 'Здравейтеi! (wave)
Благодарим, че тествахте Invoice Ninja Bot.
Трябва да създадете безплатен акаунт, за да използвате този bot.
За начало ми изпратете имейл адреса на своя акаунт.', 'bot_get_code' => 'Благодарим! Изпратихме Ви имейл с Вашия код за сигурност.', 'bot_welcome' => 'Готово! Профилът Ви е потвърден.', 'email_not_found' => 'Не успях да открия профил на :email', @@ -1831,7 +1828,6 @@ $LANG = array( 'security_code_email_subject' => 'Код за сигурност за Invoice Ninja Bot', 'security_code_email_line1' => 'Това е Вашият код за сигурност за Invoice Ninja Bot.', 'security_code_email_line2' => 'Забележка: Той ще изтече след 10 минути.', - 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent', 'list_products' => 'Списък продукти', 'include_item_taxes_inline' => 'Включване на данъка по редове в стойността на реда', @@ -1844,7 +1840,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Преди да стартирате актуализация на Invoice Ninja направете архив на своята база данни и фалове!', 'update_invoiceninja_available' => 'Налична е нова версия на Invoice Ninja.', 'update_invoiceninja_unavailable' => 'Няма по-нова версия на Invoice Ninja.', - 'update_invoiceninja_instructions' => 'Моля, инсталирайте новата версия :version като използвате бутона Актуализирай сега. След това ще бъдете прехвърлени към таблото.', 'update_invoiceninja_update_start' => 'Актуализирай сега', 'update_invoiceninja_download_start' => 'Изтегляне на :version', 'create_new' => 'Нов', @@ -5159,6 +5154,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/ca/texts.php b/lang/ca/texts.php index fac11a434d..e553026fb5 100644 --- a/lang/ca/texts.php +++ b/lang/ca/texts.php @@ -657,8 +657,6 @@ $LANG = array( 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', 'help' => 'Help', - 'customize_help' => '

We use :pdfmake_link to define the invoice designs declaratively. The pdfmake :playground_link provides a great way to see the library in action.

-

If you need help figuring something out post a question to our :forum_link with the design you\'re using.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Data de venciment', @@ -1822,7 +1820,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.', 'add_product_to_invoice' => 'Add 1 :product', 'not_authorized' => 'You are not authorized', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.', 'bot_welcome' => 'That\'s it, your account is verified.
', 'email_not_found' => 'I wasn\'t able to find an available account for :email', @@ -1830,7 +1827,6 @@ $LANG = array( 'security_code_email_subject' => 'Security code for Invoice Ninja Bot', 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.', 'security_code_email_line2' => 'Note: it will expire in 10 minutes.', - 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent', 'list_products' => 'List Products', 'include_item_taxes_inline' => 'Include line item taxes in line total', @@ -1843,7 +1839,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!', 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.', 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.', - 'update_invoiceninja_instructions' => 'Please install the new version :version by clicking the Update now button below. Afterwards you\'ll be redirected to the dashboard.', 'update_invoiceninja_update_start' => 'Update now', 'update_invoiceninja_download_start' => 'Download :version', 'create_new' => 'Create New', @@ -5158,6 +5153,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/cs/texts.php b/lang/cs/texts.php index 1e6761da20..e8ce34bb03 100644 --- a/lang/cs/texts.php +++ b/lang/cs/texts.php @@ -656,8 +656,6 @@ $LANG = array( 'created_by_invoice' => 'Vytvořeno :invoice', 'primary_user' => 'Primární uživatel', 'help' => 'Pomoc', - 'customize_help' => '

We use :pdfmake_link to define the invoice designs declaratively. The pdfmake :playground_link provides a great way to see the library in action.

-

If you need help figuring something out post a question to our :forum_link with the design you\'re using.

', 'playground' => 'pískoviště', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Datum splatnosti', @@ -1822,7 +1820,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.', 'add_product_to_invoice' => 'Add 1 :product', 'not_authorized' => 'You are not authorized', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.', 'bot_welcome' => 'That\'s it, your account is verified.
', 'email_not_found' => 'I wasn\'t able to find an available account for :email', @@ -1830,7 +1827,6 @@ $LANG = array( 'security_code_email_subject' => 'Security code for Invoice Ninja Bot', 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.', 'security_code_email_line2' => 'Note: it will expire in 10 minutes.', - 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent', 'list_products' => 'List Products', 'include_item_taxes_inline' => 'Include line item taxes in line total', @@ -1843,7 +1839,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!', 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.', 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.', - 'update_invoiceninja_instructions' => 'Nainstalujte novou verzi :version kliknutím na aktualizovat tlačítko níže. Poté budete přesměrováni na hlavní panel.', 'update_invoiceninja_update_start' => 'Update now', 'update_invoiceninja_download_start' => 'Download :version', 'create_new' => 'Create New', @@ -5158,6 +5153,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/da/texts.php b/lang/da/texts.php index f5503e1d83..05ad6f58be 100644 --- a/lang/da/texts.php +++ b/lang/da/texts.php @@ -657,8 +657,6 @@ $LANG = array( 'created_by_invoice' => 'Oprettet fra :invoice', 'primary_user' => 'Primær bruger', 'help' => 'Hjælp', - 'customize_help' => '

Vi bruger :pdfmake_link til at definere fakturadesigns deklarativt. Pdfmaker :playground_link tilbyder en glimrende mulighed for at se biblioteket i aktion.

-

Hvis du har brug for hjælp, send et spørgsmål til vores: forum_link med det design, du bruger.

', 'playground' => 'legeplads', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Due Date', @@ -1821,7 +1819,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'Jeg sender dig en e-mail, når den er betalt', 'add_product_to_invoice' => 'Tilføj 1 :product', 'not_authorized' => 'Du er ikke autoriseret', - 'bot_get_email' => 'Hej!
Tak, fordi du prøvede Invoice Ninja Bot.
Du skal oprette en gratis konto for at bruge denne bot.
Send mig din e-mail-adresse til din konto for at komme i gang.', 'bot_get_code' => 'Tak! Jeg har sendt dig en e-mail med din sikkerhedskode.', 'bot_welcome' => 'Det er det, din konto er verificeret.
', 'email_not_found' => 'Jeg kunne ikke finde en tilgængelig konto til :e-mail', @@ -1829,7 +1826,6 @@ $LANG = array( 'security_code_email_subject' => 'Sikkerhedskode til Invoice Ninja Bot', 'security_code_email_line1' => 'Dette er din Invoice Ninja Bot sikkerhedskode.', 'security_code_email_line2' => 'Bemærk: den udløber om 10 minutter.', - 'bot_help_message' => 'Jeg understøtter i øjeblikket:
• Opret \ opdater \ e-mail en faktura
• Vis produkter
For eksempel:
fakturerer bob for 2 billetter, indstil forfaldsdato til næste torsdag og rabatten til 10 procent', 'list_products' => 'Liste over produkter', 'include_item_taxes_inline' => 'Inkluderlinjepost skatter i linjen i alt', @@ -1842,7 +1838,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Før du starter opgraderingen af Invoice Ninja, opret en sikkerhedskopi af din database og filer!', 'update_invoiceninja_available' => 'En ny version af Invoice Ninja er tilgængelig.', 'update_invoiceninja_unavailable' => 'Der er ingen ny version af Invoice Ninja tilgængelig.', - 'update_invoiceninja_instructions' => 'Installér venligst den nyeste version :version ved at klikke på knappen Opdatér nu nedenfor. Efterfølgende vil du blive dirigeret til oversigten.', 'update_invoiceninja_update_start' => 'Opdatér nu', 'update_invoiceninja_download_start' => 'Download :version', 'create_new' => 'Opret ny', @@ -5157,6 +5152,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/de/texts.php b/lang/de/texts.php index d9aaf21581..51496ae6b3 100644 --- a/lang/de/texts.php +++ b/lang/de/texts.php @@ -658,8 +658,6 @@ $LANG = array( 'created_by_invoice' => 'Erstellt durch :invoice', 'primary_user' => 'Primärer Benutzer', 'help' => 'Hilfe', - 'customize_help' => '

Wir verwenden :pdfmake_link, um die Rechnungsdesigns deklarativ zu definieren. Der pdfmake :playground_link bietet eine gute Möglichkeit, die Bibliothek in Aktion zu sehen.

-

Wenn du Hilfe bei der Suche nach etwas brauchst, schicke eine Frage an unseren :forum_link mit dem von dir verwendeten Design.

', 'playground' => 'Spielplatz', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Fälligkeitsdatum', @@ -1823,7 +1821,6 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'bot_emailed_notify_paid' => 'Ich schicke Ihnen nach der Zahlung eine E-Mail.', 'add_product_to_invoice' => 'Füge 1 :product hinzu', 'not_authorized' => 'Du bist nicht autorisiert', - 'bot_get_email' => 'Hallo! (Welle)
Danke, dass du den Rechnungs Ninja Bot ausprobiert hast.
Du musst ein kostenloses Konto erstellen, um diesen Bot zu nutzen.
Schicke mir deine E-Mail-Adresse, um loszulegen.', 'bot_get_code' => 'Danke! Ich habe dir eine E-Mail mit deinem Sicherheitscode geschickt.', 'bot_welcome' => 'Das war es schon, dein Account ist verifiziert.
', 'email_not_found' => 'Ich konnte keinen verfügbaren Account für :email finden', @@ -1831,7 +1828,6 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'security_code_email_subject' => 'Sicherheitscode für Invoice Ninja Bot', 'security_code_email_line1' => 'Dies ist Ihr Invoice Ninja Bot Sicherheitscode.', 'security_code_email_line2' => 'Anmerkung: Er wird in 10 Minuten ablaufen.', - 'bot_help_message' => 'Ich unterstütze derzeit:
• Erstellung\Aktualisierung\E-Mail-Versand von Rechnungen
• Auflistung von Produkten
Zum Beispiel:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent', 'list_products' => 'Produkte anzeigen', 'include_item_taxes_inline' => 'Steuern für Belegpositionen in der Summe anzeigen', @@ -1844,7 +1840,6 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'update_invoiceninja_warning' => 'Vor dem Update von Invoice Ninja sollte ein Sicherungskopie der Datenbank und der Dateien erstellt werden!', 'update_invoiceninja_available' => 'Eine neue Version von Invoice Ninja ist verfügbar.', 'update_invoiceninja_unavailable' => 'Keine neue Version von Invoice Ninja verfügbar.', - 'update_invoiceninja_instructions' => 'Bitte benutze den Update durchführen-Button, um die neue Version :version zu installieren. Du wirst danach zum Dashboard weitergeleitet.', 'update_invoiceninja_update_start' => 'Update durchführen', 'update_invoiceninja_download_start' => 'Download :version', 'create_new' => 'Neu...', @@ -5162,6 +5157,20 @@ Leistungsempfängers', 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/el/texts.php b/lang/el/texts.php index 07bdba6d6a..f097a8f039 100644 --- a/lang/el/texts.php +++ b/lang/el/texts.php @@ -657,8 +657,6 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'created_by_invoice' => 'Δημιουργήθηκε από :invoice', 'primary_user' => 'Κύριος Χρήστης', 'help' => 'Βοήθεια', - 'customize_help' => '

Χρησιμοποιούμε το :pdfmake_link για να ορίσουμε τα σχέδια των τιμολογίων. Το pdfmake :playground_link προσφέρει ένα υπέροχο τρόπο για να δείτε τη βιβλιοθήκη στην πράξη.

-

Εάν χρειάζεστε βοήθεια στην κατανόηση κάποιου θέματος μπορείτε να υποβάλετε μία ερώτηση στο :forum_link με την εμφάνιση που χρησιμοποιείτε.

', 'playground' => 'παιδότοπος', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Ημερομηνία Ολοκλήρωσης', @@ -1822,7 +1820,6 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'bot_emailed_notify_paid' => 'Θα σας στείλω email μόλις πληρωθεί.', 'add_product_to_invoice' => 'Προσθήκη 1 :product', 'not_authorized' => 'Δεν είστε εξουσιοδοτημένος.', - 'bot_get_email' => 'Γειά! (wave)
Ευχαριστώ που δοκιμάσατε τον αυτοματισμό του Invoice Ninja.
Θα πρέπει να δημιουργήσετε ένα δωρεάν λογαριασμό για να χρησιμοποιήσετε αυτό τον αυτοματισμό.
Στείλτε μου την διεύθυνση email σας για να ξεκινήσετε.', 'bot_get_code' => 'Ευχαριστούμε! Σας στείλαμε ένα email με τον κωδικό ασφαλείας.', 'bot_welcome' => 'Δηλαδή, ο λογαριασμός σας είναι επικυρωμένος.
', 'email_not_found' => 'Δεν μπόρεσα να βρω ένα διαθέσιμο λογαριασμό για :email', @@ -1830,7 +1827,6 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'security_code_email_subject' => 'Κωδικός ασφαλείας για τον αυτοματισμό Invoice Ninja', 'security_code_email_line1' => 'Αυτός είναι ο κωδικός ασφαλείας για τον αυτοματισμό Invoice Ninja', 'security_code_email_line2' => 'Σημείωση: θα λήξει σε 10 λεπτά.', - 'bot_help_message' => 'Αυτή τη στιγμή υποστηρίζεται:
• Δημιουργία\ενημέρωση\αποστολή με email ενός τιμολογίου
• Λίστα προϊόντων
Για παράδειγμα:
τιμολογήστε τον Μπομπ για 2 εισιτήρια, ορίστε την ημερομηνία λήξης την επόμενη Τρίτη και την έκπτωση σε 10 τοις εκατό', 'list_products' => 'Λίστα Προϊόντων', 'include_item_taxes_inline' => 'Περιέλαβε φόρο ανά προϊόν σε κάθε γραμμή', @@ -1843,7 +1839,6 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'update_invoiceninja_warning' => 'Πριν αρχίσετε την αναβάθμιση του Invoice Ninja, δημιουργήστε ένα αντίγραφο ασφαλείας της βάσης δεδομένων και των αρχείων!', 'update_invoiceninja_available' => 'Υπάρχει διαθέσιμη νεότερη έκδοση του Invoice Ninja.', 'update_invoiceninja_unavailable' => 'Δεν υπάρχει νεότερη έκδοση του Invoice Ninja διαθέσιμη.', - 'update_invoiceninja_instructions' => 'Παρακαλώ εγκαταστήστε τη νέα έκδοση :version κάνοντας κλικ στο κουμπί Αναβαθμίστε τώρα παρακάτω. Μετά θα μεταφερθείτε στον πίνακα ελέγχου.', 'update_invoiceninja_update_start' => 'Ενημέρωση Τώρα', 'update_invoiceninja_download_start' => 'Κατέβασμα :version', 'create_new' => 'Δημιουργία Νέου', @@ -5158,6 +5153,20 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/es/texts.php b/lang/es/texts.php index 47b7df0563..ca628f299e 100644 --- a/lang/es/texts.php +++ b/lang/es/texts.php @@ -656,8 +656,6 @@ $LANG = array( 'created_by_invoice' => 'Creado por :invoice', 'primary_user' => 'Usuario Principal', 'help' => 'Ayuda', - 'customize_help' => '

Nosotros usamos :pdfmake_link para definir los diseños de factura de manera declarativa. El :playground_link provides de pdfmake es una excelente manera de ver a la librería en acción.

-

Si necesitas ayuda con cómo hacer algo,haz una pregunta en nuestro :forum_link incluyendo el diseño que estás usando.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Fecha de Vencimiento', @@ -1820,7 +1818,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.', 'add_product_to_invoice' => 'Adicionar 1 :producto', 'not_authorized' => 'You are not authorized', - 'bot_get_email' => 'Hola! (wave)
Gracias por intentar usar el Bot de Invoice Ninja
Para poder usar este bot necesitas crear un cuenta gratuíta.
Envíame la dirección de correo de tu cuenta para que empecemos.', 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.', 'bot_welcome' => 'That\'s it, your account is verified.
', 'email_not_found' => 'I wasn\'t able to find an available account for :email', @@ -1828,7 +1825,6 @@ $LANG = array( 'security_code_email_subject' => 'Security code for Invoice Ninja Bot', 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.', 'security_code_email_line2' => 'Note: it will expire in 10 minutes.', - 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent', 'list_products' => 'Lista de Productos', 'include_item_taxes_inline' => 'Include line item taxes in line total', @@ -1841,7 +1837,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!', 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.', 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.', - 'update_invoiceninja_instructions' => 'Please install the new version :version by clicking the Update now button below. Afterwards you\'ll be redirected to the dashboard.', 'update_invoiceninja_update_start' => 'Update now', 'update_invoiceninja_download_start' => 'Download :version', 'create_new' => 'Create New', @@ -5156,6 +5151,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/es_ES/texts.php b/lang/es_ES/texts.php index 7a3e7ac1e8..0246635c89 100644 --- a/lang/es_ES/texts.php +++ b/lang/es_ES/texts.php @@ -651,8 +651,6 @@ $LANG = array( 'created_by_invoice' => 'Creado por :invoice', 'primary_user' => 'Usuario Principal', 'help' => 'Ayuda', - 'customize_help' => '

Usamos :pdfmake_link para definir los diseños de la factura. Pdfmake :playground_link provee de una buena forma de ver la librería en acción.

-

Si necesitas ayuda para modificar algo, escríbenos una pregunta a nuestro :forum_link con el diseño que estés usando.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Fecha Límite de Pago', @@ -1812,7 +1810,6 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c 'bot_emailed_notify_paid' => 'Te enviaré un correo electrónico cuando se pague.', 'add_product_to_invoice' => 'Añadir 1 :product', 'not_authorized' => 'No está autorizado', - 'bot_get_email' => '¡Hola! (wave)
Gracias por probar el Bot Invoice Ninja.
Necesitas crear una cuenta gratuita para usar este bot.
Envíanme la dirección de correo electrónico de tu cuenta para comenzar.', 'bot_get_code' => '¡Gracias! Le envié un correo electrónico con su código de seguridad.', 'bot_welcome' => 'Eso es todo, tu cuenta está verificada.
', 'email_not_found' => 'No pude encontrar una cuenta disponible para :email', @@ -1820,7 +1817,6 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c 'security_code_email_subject' => 'Código de seguridad para Invoice Ninja Bot', 'security_code_email_line1' => 'Este es su código de seguridad Invoice Ninja Bot.', 'security_code_email_line2' => 'Nota: caducará en 10 minutos.', - 'bot_help_message' => 'Actualmente sopota:
• Crear \ actualizar \ enviar por correo electrónico una factura
• Lista de productos
Por ejemplo:
bobina de factura para 2 boletos, establecer la fecha de vencimiento para el próximo jueves y el descuento para 10 por ciento', 'list_products' => 'Lista de Productos', 'include_item_taxes_inline' => 'Incluir total del impuesto para cada concepto de Factura', @@ -1833,7 +1829,6 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c 'update_invoiceninja_warning' => '¡Antes de comenzar a actualizar Invoice Ninja cree una copia de seguridad de su base de datos y archivos!', 'update_invoiceninja_available' => 'Está disponible una nueva versión de Invoice Ninja.', 'update_invoiceninja_unavailable' => 'No hay ninguna versión nueva de Invoice Ninja.', - 'update_invoiceninja_instructions' => 'Instale la nueva versión :version haciendo clic en el botón Actualizar ahora a continuación. Luego, serás redirigido al Cuadro de Mandos.', 'update_invoiceninja_update_start' => 'Actualizar ahora', 'update_invoiceninja_download_start' => 'Descargar :version', 'create_new' => 'Crear Nuevo', @@ -5149,6 +5144,20 @@ De lo contrario, este campo deberá dejarse en blanco.', 'unlinked_transaction' => 'Transacción desvinculada exitosamente', 'view_dashboard_permission' => 'Permitir que el usuario acceda al panel, los datos están limitados a los permisos disponibles', 'marked_sent_credits' => 'Créditos enviados, marcados con éxito', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/et/texts.php b/lang/et/texts.php index 3d9b0e390f..371e8532fa 100644 --- a/lang/et/texts.php +++ b/lang/et/texts.php @@ -654,8 +654,6 @@ $LANG = array( 'created_by_invoice' => 'Loodud :invoice', 'primary_user' => 'Peamine Kasutaja', 'help' => 'Abi', - 'customize_help' => '

Arve kujunduse deklaratiivseks määratlemiseks kasutame :pdfmake_link. PDFmake :playground_link pakub suurepärast võimalust näha andmekogu töös . -

Kui vajate millegi väljamõtlemisel abi, postitage meie :forum_linkile küsimus koos kasutatava kujundusega.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Tähtaeg', @@ -1818,7 +1816,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'Saadan teile meili, kui see on tasutud.', 'add_product_to_invoice' => 'Lisa 1 :product', 'not_authorized' => 'Teil pole volitusi', - 'bot_get_email' => 'Tere! (lehvitus)
Täname Invoice Ninja Boti proovimise eest.
Selle boti kasutamiseks peate looma tasuta konto.
Alustamiseks saatke mulle oma konto meiliaadress.', 'bot_get_code' => 'Aitäh! Saatsin teile turvakoodiga meili.', 'bot_welcome' => 'See on kõik, teie konto on kinnitatud.
', 'email_not_found' => 'Ma ei leidnud saadaolevat kontot :email jaoks', @@ -1826,8 +1823,6 @@ $LANG = array( 'security_code_email_subject' => 'InvoiceNinja Boti turvakood', 'security_code_email_line1' => 'See on teie Invoice Ninja Boti turvakood.', 'security_code_email_line2' => 'Märkus: see aegub 10 minuti pärast.', - 'bot_help_message' => 'Hetkel toetan:
• Loo\uuenda\e-posti teel arve
• Toodete loend
Näiteks:
arve bob 2 pileti eest, tähtpäevaks määra järgmine neljapäev ja allahindlus 10 protsenti - ', 'list_products' => 'Toodete loend', 'include_item_taxes_inline' => 'Include line item taxes in line total', @@ -1840,7 +1835,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Enne Invoice Ninja versiooniuuenduse alustamist looge oma andmebaasist ja failidest varukoopia!', 'update_invoiceninja_available' => 'Invoice Ninja uus versioon on saadaval.', 'update_invoiceninja_unavailable' => 'Invoice Ninja uut versiooni pole saadaval.', - 'update_invoiceninja_instructions' => 'Palun installige uus versioon :version klõpsates nuppu Uuendage kohe allpool. Pärast seda suunatakse teid juhtpaneelile.', 'update_invoiceninja_update_start' => 'Uuendage kohe', 'update_invoiceninja_download_start' => 'Laadi alla :version', 'create_new' => 'Loo Uus', @@ -5155,6 +5149,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/fa/texts.php b/lang/fa/texts.php index 9a405b27dc..008aaa2ff4 100644 --- a/lang/fa/texts.php +++ b/lang/fa/texts.php @@ -657,8 +657,6 @@ $LANG = array( 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', 'help' => 'Help', - 'customize_help' => '

We use :pdfmake_link to define the invoice designs declaratively. The pdfmake :playground_link provides a great way to see the library in action.

-

If you need help figuring something out post a question to our :forum_link with the design you\'re using.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Due Date', @@ -1822,7 +1820,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.', 'add_product_to_invoice' => 'Add 1 :product', 'not_authorized' => 'You are not authorized', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.', 'bot_welcome' => 'That\'s it, your account is verified.
', 'email_not_found' => 'I wasn\'t able to find an available account for :email', @@ -1830,7 +1827,6 @@ $LANG = array( 'security_code_email_subject' => 'Security code for Invoice Ninja Bot', 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.', 'security_code_email_line2' => 'Note: it will expire in 10 minutes.', - 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent', 'list_products' => 'List Products', 'include_item_taxes_inline' => 'Include line item taxes in line total', @@ -1843,7 +1839,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!', 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.', 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.', - 'update_invoiceninja_instructions' => 'Please install the new version :version by clicking the Update now button below. Afterwards you\'ll be redirected to the dashboard.', 'update_invoiceninja_update_start' => 'Update now', 'update_invoiceninja_download_start' => 'Download :version', 'create_new' => 'Create New', @@ -5158,6 +5153,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/fi/texts.php b/lang/fi/texts.php index c95902d9c5..eebbcafc8d 100644 --- a/lang/fi/texts.php +++ b/lang/fi/texts.php @@ -657,8 +657,6 @@ $LANG = array( 'created_by_invoice' => 'Luotu laskulla :invoice', 'primary_user' => 'Pääasiallinen käyttäjä', 'help' => 'Ohje', - 'customize_help' => '

We use :pdfmake_link define lasku designs declaratively. The pdfmake :playground_link provides great way see library in action.

-

If you need help figuring something out post question our :forum_link with design you\'re using.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Eräpäivä', @@ -1822,7 +1820,6 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta 'bot_emailed_notify_paid' => 'Lähetän sinulle sähköpostia kun se on maksettu.', 'add_product_to_invoice' => 'Lisää 1 :product', 'not_authorized' => 'Sinulla ei ole oikeutta', - 'bot_get_email' => 'Hi! (wave)
kiitos trying Lasku Ninja Bot.
You need create free tili use this bot.
lähetä me tilisi sähköposti osoite get aloitettu.', 'bot_get_code' => 'Kiitos! Lähetän sinulle sähköpostin, jossa on turvakoodisi.', 'bot_welcome' => 'Valmista tuli, käyttäjätilisi on varmennettu.
', 'email_not_found' => 'En pystynyt löytämään käytössä olevaa sähköpostitiliä :sähköposti', @@ -1830,7 +1827,6 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta 'security_code_email_subject' => 'Turvakoodi Lasku Ninja Bot -palveluun', 'security_code_email_line1' => 'Tämä on sinun turvakoodisi Lasku Ninja Bot -palveluun.', 'security_code_email_line2' => 'Huom: se vanhenee 10 minuutissa.', - 'bot_help_message' => 'I currently support:
• luo\update\sähköposti lasku
• listaa tuotteet
For esimerkki:
lasku bob 2 tiketit, set erä päivämäärä next thursday ja discount 10 percent', 'list_products' => 'Listaa tuotteet', 'include_item_taxes_inline' => 'Sisällytä tuoterivin verot rivin summaan', @@ -1843,7 +1839,6 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta 'update_invoiceninja_warning' => 'Ennen kuin aloitat Lasku Ninjan päivityksen luo varmuuskopio tietokannasta ja tiedostoista!', 'update_invoiceninja_available' => 'Uusi versio Lasku Ninjasta on saatavilla.', 'update_invoiceninja_unavailable' => 'Ei uutta versiota Lasku Ninjasta saatavilla.', - 'update_invoiceninja_instructions' => 'Ole hyvä ja asenna uusi versio :versio napsauttamalla Päivitä nyt nappia alla. Sinut ohjatan myöhemmin hallintapaneeliin. ', 'update_invoiceninja_update_start' => 'päivitä nyt', 'update_invoiceninja_download_start' => 'Lataa :versio', 'create_new' => 'luo uusi', @@ -5158,6 +5153,20 @@ Kun saat summat, palaa tälle maksutapasivulle ja klikkaa "Saata loppuun todenta 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/fr/texts.php b/lang/fr/texts.php index e1bb224541..e78f9a3195 100644 --- a/lang/fr/texts.php +++ b/lang/fr/texts.php @@ -651,8 +651,6 @@ $LANG = array( 'created_by_invoice' => 'Créé par :invoice', 'primary_user' => 'Utilisateur principal', 'help' => 'Aide', - 'customize_help' => '

Nous utilisons :pdfmake_link pour définir les styles de facture de manière déclarative. La :playground_link pdfmake fournit une excellente façon de voir la bibliothèque en action.

-

Si vous avez besoin d\'aide pour trouver quelque chose, postez une question sur notre :forum_link avec le design que vous utilisez.

', 'playground' => 'cour de récréation', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Date limite', @@ -1816,7 +1814,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'bot_emailed_notify_paid' => 'Recevez un courriel lorsqu\'elle sera payée.', 'add_product_to_invoice' => 'Ajouter 1 :product', 'not_authorized' => 'Vous n\'êtes pas autorisé(e)', - 'bot_get_email' => 'Salut! (wave)
Merci d\'essayer le Bot Invoice Ninja.
Vous devez créer un compte gratuit pour utiliser ce bot.
Envoyez-moi l\'adresse courriel de votre compte pour commencer.', 'bot_get_code' => 'Merci! Je vous ai envoyé un courriel avec votre code de sécurité.', 'bot_welcome' => 'Ça y est, votre compte est vérifié.
', 'email_not_found' => 'Je n\'ai pas pu trouver un compte disponible pour :email', @@ -1824,7 +1821,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'security_code_email_subject' => 'Code de sécurité pour le Bot de Invoice Ninja', 'security_code_email_line1' => 'Ceci est votre code de sécurité pour le Bot de Invoice Ninja.', 'security_code_email_line2' => 'Note : il expirera dans 10 minutes.', - 'bot_help_message' => 'Je supporte actuellement:
• Créer\mettre à jour\envoyer une facture
• Lister les produits
Par exemple:
Facturer 2 billets à Simon, définir la date d\'échéance au prochain jeudi et l\'escompte à 10 %', 'list_products' => 'Afficher les produits', 'include_item_taxes_inline' => 'Inclure une ligne de taxes dans le total de la ligne', @@ -1837,7 +1833,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'update_invoiceninja_warning' => 'Avant de commencer une mise à jour d\'Invoice Ninja, créez une sauvegarde de votre base de données et de vos fichiers!', 'update_invoiceninja_available' => 'Une nouvelle version de Invoice Ninja est disponible.', 'update_invoiceninja_unavailable' => 'Aucune mise à jour de Invoice Ninja disponible.', - 'update_invoiceninja_instructions' => 'Veuillez installer la nouvelle version :version en cliquant sur le bouton Mettre à jour ci-dessous. Ensuite, vous serez redirigé vers le tableau de bord.', 'update_invoiceninja_update_start' => 'Mettre à jour maintenant', 'update_invoiceninja_download_start' => 'Télécharger :version', 'create_new' => 'Créer', @@ -5152,6 +5147,20 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'unlinked_transaction' => 'Transaction dissociée avec succès', 'view_dashboard_permission' => 'Autoriser l'utilisateur à accéder au tableau de bord, les données sont limitées aux autorisations disponibles', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/fr_CH/texts.php b/lang/fr_CH/texts.php index 597725855f..5da5be7026 100644 --- a/lang/fr_CH/texts.php +++ b/lang/fr_CH/texts.php @@ -651,8 +651,6 @@ $LANG = array( 'created_by_invoice' => 'Créée par :invoice', 'primary_user' => 'Utilisateur principal', 'help' => 'Aide', - 'customize_help' => '

Nous utilisons :pdfmake_link pour définir la présentation graphique des factures de manière déclarative. Pdfmake playground_link fournit une excellente façon de voir la librairie en action.

-

Si vous avez besoin d\'aide à ce sujet, vous pouvez publier une question sur notre :forum_link avec la présentation graphique que vous utilisez.

', 'playground' => 'environnement', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Échéance', @@ -1813,7 +1811,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'bot_emailed_notify_paid' => 'Recevez un courriel lorsqu\'elle sera payée.', 'add_product_to_invoice' => 'Ajouter 1 :product', 'not_authorized' => 'Vous n\'êtes pas autorisé', - 'bot_get_email' => 'Salut! (wave)
Merci d\'essayer le Bot de Invoice Ninja.
Envoie-moi l\'adresse courriel de ton compte pour commencer.', 'bot_get_code' => 'Merci! Je vous ai envoyé un courriel avec votre code de sécurité.', 'bot_welcome' => 'Ça y est, votre compte est maintenant vérifié.>br/>', 'email_not_found' => 'Je n\'ai pas pu trouver un compte disponible pour :email', @@ -1821,7 +1818,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'security_code_email_subject' => 'Code de sécurité pour le Bot de Invoice Ninja', 'security_code_email_line1' => 'Ceci est votre code de sécurité pour le Bot de Invoice Ninja.', 'security_code_email_line2' => 'Note: il expirera dans 10 minutes.', - 'bot_help_message' => 'Je supporte actuellement:
• Créer\mettre à jour\envoyer une facture
• Lister les produits
Par exemple:
Facturer 2 billets à Simon, définir la date d\'échéance au prochain jeudi et l\'escompte à 10 %', 'list_products' => 'Liste des produits', 'include_item_taxes_inline' => 'Inclure lestaxes par ligne dans le total des lignes', @@ -1834,7 +1830,6 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'update_invoiceninja_warning' => 'Invoice Ninja crée une sauvegarde de votre base de données et de vos fichiers avant la mise à jour.', 'update_invoiceninja_available' => 'Une nouvelle version de Invoice Ninja est disponible.', 'update_invoiceninja_unavailable' => 'Aucune mise à jour de Invoice Ninja disponible.', - 'update_invoiceninja_instructions' => 'Veuillez installer la nouvelle version :version en cliquant sur le bouton Mettre à jour ci-dessous. Ensuite, vous serez redirigé vers le tableau de bord.', 'update_invoiceninja_update_start' => 'Mettre à jour', 'update_invoiceninja_download_start' => 'Télécharger :version', 'create_new' => 'Créer', @@ -5150,6 +5145,20 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/he/texts.php b/lang/he/texts.php index 4e5a8e6255..2aedfb736b 100644 --- a/lang/he/texts.php +++ b/lang/he/texts.php @@ -649,8 +649,6 @@ $LANG = array( 'created_by_invoice' => 'נוצר על ידי :חשבונית', 'primary_user' => 'משתמש ראשי', 'help' => 'עזרה', - 'customize_help' => '

We use :pdfmake_link to define the invoice designs declaratively. The pdfmake :playground_link provides a great way to see the library in action.

-

If you need help figuring something out post a question to our :forum_link with the design you\'re using.

', 'playground' => 'אזור ניסוי', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'תאריך לביצוע', @@ -1814,7 +1812,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'אני אשלח דוא"ל כאשר התשלום יעבור.', 'add_product_to_invoice' => 'הוסף 1: :product', 'not_authorized' => 'אינך מורשה', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.', 'bot_welcome' => 'That\'s it, your account is verified.
', 'email_not_found' => 'I wasn\'t able to find an available account for :email', @@ -1822,7 +1819,6 @@ $LANG = array( 'security_code_email_subject' => 'Security code for Invoice Ninja Bot', 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.', 'security_code_email_line2' => 'Note: it will expire in 10 minutes.', - 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent', 'list_products' => 'רשימת מוצרים', 'include_item_taxes_inline' => 'Include line item taxes in line total', @@ -1835,7 +1831,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!', 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.', 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.', - 'update_invoiceninja_instructions' => 'Please install the new version :version by clicking the Update now button below. Afterwards you\'ll be redirected to the dashboard.', 'update_invoiceninja_update_start' => 'Update now', 'update_invoiceninja_download_start' => 'Download :version', 'create_new' => 'צור חדש', @@ -5150,6 +5145,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/hr/texts.php b/lang/hr/texts.php index e13a0a3e53..58e7bd4507 100644 --- a/lang/hr/texts.php +++ b/lang/hr/texts.php @@ -657,8 +657,6 @@ $LANG = array( 'created_by_invoice' => 'Kreiran od :invoice', 'primary_user' => 'Primarni korisnik', 'help' => 'Pomoć', - 'customize_help' => '

We use :pdfmake_link to define the invoice designs declaratively. The pdfmake :playground_link provides a great way to see the library in action.

-

If you need help figuring something out post a question to our :forum_link with the design you\'re using.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Datum valute', @@ -1823,7 +1821,6 @@ Nevažeći kontakt email', 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.', 'add_product_to_invoice' => 'Add 1 :product', 'not_authorized' => 'You are not authorized', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.', 'bot_welcome' => 'That\'s it, your account is verified.
', 'email_not_found' => 'I wasn\'t able to find an available account for :email', @@ -1831,7 +1828,6 @@ Nevažeći kontakt email', 'security_code_email_subject' => 'Security code for Invoice Ninja Bot', 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.', 'security_code_email_line2' => 'Note: it will expire in 10 minutes.', - 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent', 'list_products' => 'List Products', 'include_item_taxes_inline' => 'Include line item taxes in line total', @@ -1844,7 +1840,6 @@ Nevažeći kontakt email', 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!', 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.', 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.', - 'update_invoiceninja_instructions' => 'Please install the new version :version by clicking the Update now button below. Afterwards you\'ll be redirected to the dashboard.', 'update_invoiceninja_update_start' => 'Update now', 'update_invoiceninja_download_start' => 'Download :version', 'create_new' => 'Create New', @@ -5159,6 +5154,20 @@ Nevažeći kontakt email', 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/hu/texts.php b/lang/hu/texts.php index 215f18446f..7dfe109d54 100644 --- a/lang/hu/texts.php +++ b/lang/hu/texts.php @@ -644,7 +644,6 @@ $LANG = array( 'created_by_invoice' => 'Számla által létrehozva', 'primary_user' => 'Elsődleges felhasználó', 'help' => 'Segítség', - 'customize_help' => 'Testreszabás súgója', 'playground' => 'Játszótér', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Számla fizetési határideje', @@ -1799,7 +1798,6 @@ adva :date', 'bot_emailed_notify_paid' => 'Értesítés elküldve a számla kifizetéséről a bot által.', 'add_product_to_invoice' => 'Termék hozzáadása a számlához.', 'not_authorized' => 'Nincs jogosultsága.', - 'bot_get_email' => 'E-mail lekérése a bottól.', 'bot_get_code' => 'Kód lekérése a bottól.', 'bot_welcome' => 'Üdvözlöm a bot üzenetben.', 'email_not_found' => 'Az e-mail cím nem található.', @@ -1807,7 +1805,6 @@ adva :date', 'security_code_email_subject' => 'Biztonsági kód a Invoice Ninja fiókjához', 'security_code_email_line1' => 'Az Invoice Ninja fiók biztonsági kódját kéri.', 'security_code_email_line2' => 'A biztonsági kód: :code', - 'bot_help_message' => 'Segítségüzenet a bottól.', 'list_products' => 'Termékek listázása.', 'include_item_taxes_inline' => 'Tételek adóinak beillesztése sorba.', @@ -1820,7 +1817,6 @@ adva :date', 'update_invoiceninja_warning' => 'Az Invoice Ninja frissítésére figyelmeztetünk!', 'update_invoiceninja_available' => 'Elérhető egy új Invoice Ninja verzió.', 'update_invoiceninja_unavailable' => 'Nem áll rendelkezésre frissítés.', - 'update_invoiceninja_instructions' => 'Kérjük, kövesse a frissítési útmutatót a frissítéshez.', 'update_invoiceninja_update_start' => 'Frissítés megkezdése', 'update_invoiceninja_download_start' => 'Letöltés megkezdése', 'create_new' => 'Új létrehozása', @@ -5135,6 +5131,20 @@ adva :date', 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/it/texts.php b/lang/it/texts.php index a9e7040f0a..0f8bbd7192 100644 --- a/lang/it/texts.php +++ b/lang/it/texts.php @@ -651,8 +651,6 @@ $LANG = array( 'created_by_invoice' => 'Creato da :invoice', 'primary_user' => 'Utente principale', 'help' => 'Aiuto', - 'customize_help' => '

Usiamo :pdfmake_link per definire gli stili delle fatture in modo dichiarativo. Il link pdfmake :playground_link fornisce un ottimo modo per vedere la libreria in azione.

-

Se hai bisogno di aiuto per capire qualcosa, scrivi una domanda al nostro :forum_link con il design che stai usando.

', 'playground' => 'terreno di gioco', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Scadenza fattura', @@ -1806,7 +1804,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'Ti mando una mail quando è pagata.', 'add_product_to_invoice' => 'Aggiungi 1 :product', 'not_authorized' => 'Non hai l\'autorizzazione', - 'bot_get_email' => 'CIAO! (onda)
Grazie per aver provato Invoice Ninja Bot.
Devi creare un account gratuito per utilizzare questo bot.
Inviami l'indirizzo email del tuo account per iniziare.', 'bot_get_code' => 'Grazie! Ti ho inviato un\'email con il tuo codice di sicurezza', 'bot_welcome' => 'Fatto, il tuo account è stato verificato.', 'email_not_found' => 'Nessun account trovato per :email', @@ -1814,7 +1811,6 @@ $LANG = array( 'security_code_email_subject' => 'Codice di sicurezza per il Bot Invoice Ninja', 'security_code_email_line1' => 'Questo è il codice di sicurezza del tuo Bot Invoice Ninja', 'security_code_email_line2' => 'Nota: scadrà in 10 minuti', - 'bot_help_message' => 'Attualmente posso:
• Creare\aggiornare\emettere una fattura
• Elencare i prodotti
Per esempio:
fatturare bob per 2 biglietti, impostare la data di scadenza a giovedì prossimo e fare uno sconto al 10 per cento', 'list_products' => 'Lista prodotti', 'include_item_taxes_inline' => 'Includi tasse di riga articolo in totale riga', @@ -1827,7 +1823,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Prima di aggiornare Invoice Ninja, crea un backup del database e dei files!', 'update_invoiceninja_available' => 'Una nuova versione di Invoice Ninja è disponibile.', 'update_invoiceninja_unavailable' => 'Non ci sono disponibili nuove versioni di Invoice Ninja.', - 'update_invoiceninja_instructions' => 'Installa la nuova versione :version facendo clic sul pulsante Aggiorna ora in basso. Successivamente verrai reindirizzato alla dashboard.', 'update_invoiceninja_update_start' => 'Aggiorna ora', 'update_invoiceninja_download_start' => 'Scarica :version', 'create_new' => 'Crea Nuovo', @@ -5143,6 +5138,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/ja/texts.php b/lang/ja/texts.php index 1112441a6f..9ba5d559b8 100644 --- a/lang/ja/texts.php +++ b/lang/ja/texts.php @@ -657,7 +657,6 @@ $LANG = array( 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'プライマリ・ユーザ', 'help' => 'ヘルプ', - 'customize_help' => '

:pdfmake_link を使用して、請求書のデザインを宣言的に定義します。 pdfmake :playground_link は、ライブラリの動作を確認する優れた方法を提供します。

何かを理解するのに助けが必要な場合は、使用しているデザインで :forum_link に質問を投稿してください。

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => '支払期日', @@ -1821,7 +1820,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.', 'add_product_to_invoice' => '1 :product を追加', 'not_authorized' => 'You are not authorized', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.', 'bot_welcome' => 'That\'s it, your account is verified.
', 'email_not_found' => ':email の利用可能なアカウントが見つかりませんでした', @@ -1829,7 +1827,6 @@ $LANG = array( 'security_code_email_subject' => 'Security code for Invoice Ninja Bot', 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.', 'security_code_email_line2' => '注: 有効期限は 10 分です。', - 'bot_help_message' => '私は現在サポートしています:
• 請求書を作成\更新\メールで送信
• 商品の一覧表示
例えば:
ボブに 2 枚のチケットを請求し、期日を次の木曜日に設定し、割引を 10% に設定します。', 'list_products' => '商品の一覧', 'include_item_taxes_inline' => 'Include line item taxes in line total', @@ -1842,7 +1839,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!', 'update_invoiceninja_available' => 'Invoice Ninjaの新しいバージョンが利用可能です。', 'update_invoiceninja_unavailable' => 'Invoice Ninjaの新しいバージョンはありません。', - 'update_invoiceninja_instructions' => '下の[今すぐ更新]ボタンをクリックして、新しいバージョン:versionをインストールしてください。 その後、ダッシュボードにリダイレクトされます。 ', 'update_invoiceninja_update_start' => '今すぐアップデート', 'update_invoiceninja_download_start' => ':version をダウンロード', 'create_new' => 'Create New', @@ -5157,6 +5153,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/km_KH/texts.php b/lang/km_KH/texts.php index 07ba329a40..c7e7486a84 100644 --- a/lang/km_KH/texts.php +++ b/lang/km_KH/texts.php @@ -644,7 +644,6 @@ $LANG = array( 'created_by_invoice' => 'បង្កើតឡើងដោយ :invoice', 'primary_user' => 'អ្នកប្រើប្រាស់បឋម', 'help' => 'ជំនួយ', - 'customize_help' => '

យើងប្រើ :pdfmake_link ដើម្បីកំណត់ការរចនាវិក្កយបត្រដោយប្រកាស។ pdfmake :playground_link ផ្តល់នូវវិធីដ៏ល្អមួយដើម្បីមើលបណ្ណាល័យដែលកំពុងដំណើរការ។

ប្រសិនបើអ្នកត្រូវការជំនួយក្នុងការស្វែងរកអ្វីមួយ សូមបង្ហោះសំណួរទៅកាន់ :forum_link របស់យើងជាមួយនឹងការរចនាដែលអ្នកកំពុងប្រើ។

', 'playground' => 'សួនកុមារ', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'កាលបរិច្ឆេទ​កំណត់', @@ -1795,7 +1794,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'ខ្ញុំនឹងផ្ញើអ៊ីមែលទៅអ្នក នៅពេលដែលវាត្រូវបានបង់។', 'add_product_to_invoice' => 'ថែម 1 :product', 'not_authorized' => 'អ្នកមិនត្រូវបានអនុញ្ញាតទេ។', - 'bot_get_email' => 'សួស្តី! (រលក)
អរគុណសម្រាប់ការសាកល្បង Invoice Ninja Bot។
អ្នក​ត្រូវ​បង្កើត​គណនី​មិន​គិត​ថ្លៃ​ដើម្បី​ប្រើ bot នេះ។
សូមផ្ញើអាសយដ្ឋានអ៊ីមែលគណនីរបស់អ្នកមកខ្ញុំ ដើម្បីចាប់ផ្តើម។', 'bot_get_code' => 'អរគុណ! ខ្ញុំបានផ្ញើអ៊ីមែលទៅអ្នកជាមួយនឹងលេខកូដសុវត្ថិភាពរបស់អ្នក។', 'bot_welcome' => 'នោះហើយជាវា គណនីរបស់អ្នកត្រូវបានផ្ទៀងផ្ទាត់។
', 'email_not_found' => 'ខ្ញុំមិនអាចស្វែងរកគណនីដែលមានសម្រាប់ :email បានទេ។', @@ -1803,7 +1801,6 @@ $LANG = array( 'security_code_email_subject' => 'លេខកូដសុវត្ថិភាពសម្រាប់ Invoice Ninja Bot', 'security_code_email_line1' => 'នេះគឺជាលេខកូដសុវត្ថិភាព Invoice Ninja Bot របស់អ្នក។', 'security_code_email_line2' => 'ចំណាំ៖ វានឹងផុតកំណត់ក្នុងរយៈពេល 10 នាទី។', - 'bot_help_message' => 'បច្ចុប្បន្នខ្ញុំគាំទ្រ៖
• បង្កើត\update\email វិក្កយបត្រ
• រាយបញ្ជីផលិតផល
ឧទាហរណ៍:
វិក្កយបត្រ bob សម្រាប់សំបុត្រ 2 កំណត់កាលបរិច្ឆេទដល់ថ្ងៃព្រហស្បត្តិ៍បន្ទាប់ និងការបញ្ចុះតម្លៃដល់ 10 ភាគរយ', 'list_products' => 'រាយផលិតផល', 'include_item_taxes_inline' => 'រួមបញ្ចូល ពន្ធលើទំនិញក្នុងជួរសរុប', @@ -1816,7 +1813,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'មុនពេលចាប់ផ្តើមដំឡើងកំណែ Invoice Ninja បង្កើតការបម្រុងទុកនៃមូលដ្ឋានទិន្នន័យ និងឯកសាររបស់អ្នក!', 'update_invoiceninja_available' => 'កំណែថ្មីនៃ Invoice Ninja មានហើយ។', 'update_invoiceninja_unavailable' => 'មិនមានកំណែថ្មីនៃ Invoice Ninja ទេ។', - 'update_invoiceninja_instructions' => 'សូមដំឡើងកំណែថ្មី :version ដោយចុចប៊ូតុង អាប់ដេតឥឡូវនេះ ខាងក្រោម។ បន្ទាប់មក អ្នកនឹងត្រូវបានបញ្ជូនបន្តទៅកាន់ផ្ទាំងគ្រប់គ្រង។', 'update_invoiceninja_update_start' => 'ធ្វើបច្ចុប្បន្នភាពឥឡូវនេះ', 'update_invoiceninja_download_start' => 'ទាញយក :version', 'create_new' => 'បង្កើត​ថ្មី', @@ -5131,6 +5127,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/lv_LV/texts.php b/lang/lv_LV/texts.php index cef22645c9..a64686d823 100644 --- a/lang/lv_LV/texts.php +++ b/lang/lv_LV/texts.php @@ -657,8 +657,6 @@ $LANG = array( 'created_by_invoice' => 'Created by :invoice', 'primary_user' => 'Primary User', 'help' => 'Help', - 'customize_help' => '

We use :pdfmake_link to define the invoice designs declaratively. The pdfmake :playground_link provides a great way to see the library in action.

-

If you need help figuring something out post a question to our :forum_link with the design you\'re using.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Due Date', @@ -1822,7 +1820,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'I\'ll email you when it\'s paid.', 'add_product_to_invoice' => 'Add 1 :product', 'not_authorized' => 'You are not authorized', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'Thanks! I\'ve sent a you an email with your security code.', 'bot_welcome' => 'That\'s it, your account is verified.
', 'email_not_found' => 'I wasn\'t able to find an available account for :email', @@ -1830,7 +1827,6 @@ $LANG = array( 'security_code_email_subject' => 'Security code for Invoice Ninja Bot', 'security_code_email_line1' => 'This is your Invoice Ninja Bot security code.', 'security_code_email_line2' => 'Note: it will expire in 10 minutes.', - 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent', 'list_products' => 'List Products', 'include_item_taxes_inline' => 'Include line item taxes in line total', @@ -1843,7 +1839,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Before start upgrading Invoice Ninja create a backup of your database and files!', 'update_invoiceninja_available' => 'A new version of Invoice Ninja is available.', 'update_invoiceninja_unavailable' => 'No new version of Invoice Ninja available.', - 'update_invoiceninja_instructions' => 'Please install the new version :version by clicking the Update now button below. Afterwards you\'ll be redirected to the dashboard.', 'update_invoiceninja_update_start' => 'Update now', 'update_invoiceninja_download_start' => 'Download :version', 'create_new' => 'Create New', @@ -5158,6 +5153,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/mk_MK/texts.php b/lang/mk_MK/texts.php index df944af662..50e294aef3 100644 --- a/lang/mk_MK/texts.php +++ b/lang/mk_MK/texts.php @@ -658,8 +658,6 @@ $LANG = array( 'created_by_invoice' => 'Креирано од :invoice', 'primary_user' => 'Примарен корисник', 'help' => 'Помош', - 'customize_help' => '

Користиме :pdfmake_link за да ги дефинираме декларативно дизајните на фактурата. dfmake :playground_link обезбедува гледање на библиотеката во акција на прекрасен начин.

-

Ако ви треба помош околу нешто објавете прашање на нашиот :forum_link со дизајнот кој го користите.

', 'playground' => 'игралиште', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Датум на достасување ', @@ -1823,7 +1821,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'Ќе ви испратам е-пошта кога ќе биде платено.', 'add_product_to_invoice' => 'Додај 1 :product', 'not_authorized' => 'Не сте овластени', - 'bot_get_email' => 'Здраво! (wave)
Ви благодарам што го пробавте Invoice Ninja ботот.
Треба да креирате бесплатна сметка за да го користите овој бот.
Испратете ми ја адресата на вашата е-пошта со која е поврзана сметката за да започнеме.', 'bot_get_code' => 'Благодарам! Ви испратив е-пошта со вашиот сигурносен код.', 'bot_welcome' => 'Тоа е тоа, вашата сметка е овластена.
', 'email_not_found' => 'Не можев да најдам слободна сметка за :email', @@ -1831,7 +1828,6 @@ $LANG = array( 'security_code_email_subject' => 'Сигурносен код за Invoice Ninja ботот', 'security_code_email_line1' => 'Ова е вашиот Invoice Ninja Bot сигурносен код.', 'security_code_email_line2' => 'Забелешка: ќе истече за 10 минути.', - 'bot_help_message' => 'Моментално поддржувам:
Креирај\ажурирај/испрати по е-пошта фактура
• Листа на продукти
На пример:
Испрати фактура на Боб за 2 карти, постави датум на достасување до следниот четврток и направи попуст од 10 проценти ', 'list_products' => 'Листа на продукти', 'include_item_taxes_inline' => 'Вклучи ги даноците на ставките во линијата вкупно ', @@ -1844,7 +1840,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'Пред за започнете со ажурирање на Invoice Ninja креирајте бекап на вашата датабаза и датотеки.', 'update_invoiceninja_available' => 'Достапна е нова верзија на Invoice Ninja.', 'update_invoiceninja_unavailable' => 'Нема достапна нова верзија на Invoice Ninja.', - 'update_invoiceninja_instructions' => 'Ве молиме инсталирајте ја новата верзија :version со кликнување на Ажурирај сега копчето подоле. Потоа ќе бидете пренасочени кон контролната табла.', 'update_invoiceninja_update_start' => 'Ажурирај сега', 'update_invoiceninja_download_start' => 'Превземена :version', 'create_new' => 'Креирај сега', @@ -5159,6 +5154,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/nl/texts.php b/lang/nl/texts.php index 0d2d0bd23c..bbfb547bcc 100644 --- a/lang/nl/texts.php +++ b/lang/nl/texts.php @@ -651,8 +651,6 @@ $LANG = array( 'created_by_invoice' => 'Aangemaakt door :invoice', 'primary_user' => 'Primaire gebruiker', 'help' => 'Help', - 'customize_help' => '

We gebruiken :pdfmake_link om de factuurontwerpen declaratief te definieren. De pdfmake :playground_link biedt een interessante manier om de library in actie te zien.

-

Als je ergens hulp bij nodig hebt, stel dan een vraag op ons support forum met het design dat je gebruikt.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Vervaldatum', @@ -1813,7 +1811,6 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'bot_emailed_notify_paid' => 'Ik e-mail u als het betaald is.', 'add_product_to_invoice' => 'Voeg 1 :product toe', 'not_authorized' => 'U bent niet gemachtigd', - 'bot_get_email' => 'Hallo! (wave)
Bedankt om de Invoice Ninja Bot uit te proberen.
Je moet een gratis account aanmaken om de bot te kunnen gebruiken.
Stuur me uw e-mailadres om van start te gaan.', 'bot_get_code' => 'Bedankt! Ik heb u een e-mail gestuurd met uw beveiligingscode.', 'bot_welcome' => 'Dat was het, uw account is geverifieerd.
', 'email_not_found' => 'Ik was niet in staat om een beschikbaar account te vinden voor :email', @@ -1821,7 +1818,6 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'security_code_email_subject' => 'Beveiligingscode voor Invoice Ninja Bot', 'security_code_email_line1' => 'Dit is uw Invoice Ninja Bot beveiligingscode.', 'security_code_email_line2' => 'Opmerking: deze zal over 10 minuten vervallen.', - 'bot_help_message' => 'Momenteel ondersteun ik:
• Aanmaken\bewerken\emailen van facturene
• Producten tonen
Bijvoorbeeld:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent', 'list_products' => 'Toon producten', 'include_item_taxes_inline' => 'Gebruik de belasting per regel in het lijntotaal', @@ -1834,7 +1830,6 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'update_invoiceninja_warning' => 'Maak een backup van de database en bestanden vóór het upgraden van Invoice Ninja!', 'update_invoiceninja_available' => 'Een nieuwe versie van Invoice Ninja is beschikbaar.', 'update_invoiceninja_unavailable' => 'Er is geen nieuwe versie van Invoice Ninja beschikbaar.', - 'update_invoiceninja_instructions' => 'Gelieve de nieuwe versie :version te installeren door op onderstaande Nu updaten knop te klikken. Nadien wordt u doorgestuurd naar het dashboard.', 'update_invoiceninja_update_start' => 'Nu bijwerken', 'update_invoiceninja_download_start' => 'Download :version', 'create_new' => 'Nieuwe aanmaken', @@ -5152,6 +5147,20 @@ Email: :email
', 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/pl/texts.php b/lang/pl/texts.php index 2fa6530284..151e4aec37 100644 --- a/lang/pl/texts.php +++ b/lang/pl/texts.php @@ -655,7 +655,6 @@ Przykłady dynamicznych zmiennych: 'created_by_invoice' => 'Utworzona przez :invoice', 'primary_user' => 'Główny użytkownik', 'help' => 'Pomoc', - 'customize_help' => 'Używamy :pdfmake_link by projektować faktury deklaratywnie. PDFMake :playground_link pozwala przetestować funkcjonalności tego rozwiązania. Jeśli potrzebujesz pomocy z tym rozwiązaniem napisz na naszym forum :forum_link.', 'playground' => 'piaskownica', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Termin płatności', @@ -1819,7 +1818,6 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'bot_emailed_notify_paid' => 'Wyślę email gdy zostanie to opłacone.', 'add_product_to_invoice' => 'Dodaj 1 :product', 'not_authorized' => 'Nie jesteś autoryzowany', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'Dziękuję! Wysłaliśmy email z kodem bezpieczeństwa.', 'bot_welcome' => 'Gotowe, twoje konto zostało zweryfikowane.
', 'email_not_found' => 'Nie znalazłem konta dla adres email: email', @@ -1827,7 +1825,6 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'security_code_email_subject' => 'Kod bezpieczeństwa dla Invoice Ninja Bot', 'security_code_email_line1' => 'Oto Twój kod bezpieczeństwa Bota Invoice Ninja.', 'security_code_email_line2' => 'Uwaga: to wygaśnie za 10 minut.', - 'bot_help_message' => 'I currently support:
• Create\update\email an invoice
• List products
For example:
invoice bob for 2 tickets, set the due date to next thursday and the discount to 10 percent', 'list_products' => 'Lista produktów', 'include_item_taxes_inline' => 'Wyświetlaj sumę podatków w podsumowaniu', @@ -1840,7 +1837,6 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'update_invoiceninja_warning' => 'Przed przejściem na nową wersję Invoice Ninja stwórz kopię bezpieczeństwa swojej bazy danych i plików.', 'update_invoiceninja_available' => 'Nowa wersja Invoice Ninja jest dostępna.', 'update_invoiceninja_unavailable' => 'Nowa wersja Invoice Ninja nie jest dostępna.', - 'update_invoiceninja_instructions' => 'Please install the new version :version by clicking the Update now button below. Afterwards you\'ll be redirected to the dashboard.', 'update_invoiceninja_update_start' => 'Aktualizuj teraz', 'update_invoiceninja_download_start' => 'Pobierz :version', 'create_new' => 'Dodaj nowy/nową', @@ -5155,6 +5151,20 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/pt_BR/texts.php b/lang/pt_BR/texts.php index f6551a374c..13f821caae 100644 --- a/lang/pt_BR/texts.php +++ b/lang/pt_BR/texts.php @@ -654,8 +654,6 @@ Não consegue achar a fatura? Precisa de mais ajuda? Ficaremos feliz em ajudar 'created_by_invoice' => 'Criada pela :invoice', 'primary_user' => 'Usuário Primário', 'help' => 'Ajuda', - 'customize_help' => '

Nós usamos :pdfmake_link para definir declaradamente os designs de faturas. O PDFMake :playground_link provê uma ótima maneira de ver a biblioteca em ação.

-

Se você precisar de ajuda para entender algo poste uma questão em nosso :forum_link com o design que você está usando.

', 'playground' => 'rascunho', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Data de Vencimento', @@ -1816,7 +1814,6 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique " 'bot_emailed_notify_paid' => 'Mandarei-o um email quando for pago.', 'add_product_to_invoice' => 'Adicionar 1 :product', 'not_authorized' => 'Você não está autorizado', - 'bot_get_email' => 'Olá! (wave)
Obrigado por testar o robô Invoice Ninja.
Você precisa criar uma conta gratuita para usar este robô.
Diga-me sua conta de email para começarmos.', 'bot_get_code' => 'Obrigado! Eu enviei para você um email com seu código de segurança.', 'bot_welcome' => 'É isso, sua conta foi verificada.
', 'email_not_found' => 'Não pude encontrar uma conta disponível para :email', @@ -1824,7 +1821,6 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique " 'security_code_email_subject' => 'Código de segurança do Invoice Ninja Bot', 'security_code_email_line1' => 'Este é o seu código de segurança do Invoice Ninja Bot.', 'security_code_email_line2' => 'Nota: ele irá expirar em 10 minutos.', - 'bot_help_message' => 'Eu atualmente suporto:
• Criar/atualizar/enviar uma fatura
• Listar produtos
Por exemplo:
Faturar 2 tickets para Bob, defina a data de vencimento para a próxima quinta-feira e o desconto para 10 porcento', 'list_products' => 'Listar Produtos', 'include_item_taxes_inline' => 'Incluir linhas de taxas por item no total de linhas', @@ -1837,7 +1833,6 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique " 'update_invoiceninja_warning' => 'Antes de começar a atualizar o Invoice Ninja crie um backup de seu banco de dados e arquivos!', 'update_invoiceninja_available' => 'Uma nova versão do Invoice Ninja está disponível.', 'update_invoiceninja_unavailable' => 'Nenhuma nova versão está disponível.', - 'update_invoiceninja_instructions' => 'Por favor instale uma nova versão :version clicando no botãoAtualizar agora abaixo. Após isso você será redirecionado para o dashboard.', 'update_invoiceninja_update_start' => 'Atualizar agora', 'update_invoiceninja_download_start' => 'Baixar :version', 'create_new' => 'Criar Novo', @@ -4688,18 +4683,18 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique " 'total_active_invoices' => 'Faturas Ativas', 'total_outstanding_invoices' => 'Faturas Pendentes', 'total_completed_payments' => 'Pagamentos Concluídos', - 'total_refunded_payments' => 'Refunded Payments', - 'total_active_quotes' => 'Active Quotes', - 'total_approved_quotes' => 'Approved Quotes', - 'total_unapproved_quotes' => 'Unapproved Quotes', - 'total_logged_tasks' => 'Logged Tasks', - 'total_invoiced_tasks' => 'Invoiced Tasks', - 'total_paid_tasks' => 'Paid Tasks', - 'total_logged_expenses' => 'Logged Expenses', - 'total_pending_expenses' => 'Pending Expenses', - 'total_invoiced_expenses' => 'Invoiced Expenses', - 'total_invoice_paid_expenses' => 'Invoice Paid Expenses', - 'vendor_portal' => 'Vendor Portal', + 'total_refunded_payments' => 'Pagamentos reembolsados', + 'total_active_quotes' => 'Cotações Ativas', + 'total_approved_quotes' => 'Cotações Aprovadas', + 'total_unapproved_quotes' => 'Cotações não Aprovadas', + 'total_logged_tasks' => 'Tarefas Registradas', + 'total_invoiced_tasks' => 'Tarefas Faturadas', + 'total_paid_tasks' => 'Tarefas Pagas', + 'total_logged_expenses' => 'Despesas Registradas', + 'total_pending_expenses' => 'Despesas Pendentes', + 'total_invoiced_expenses' => 'Despesas Faturadas', + 'total_invoice_paid_expenses' => 'Despesas Pagas da Fatura', + 'vendor_portal' => 'Portal do Fornecedor', 'send_code' => 'Send Code', 'save_to_upload_documents' => 'Save the record to upload documents', 'expense_tax_rates' => 'Expense Tax Rates', @@ -5152,6 +5147,20 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique " 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/pt_PT/texts.php b/lang/pt_PT/texts.php index ed2be0b0cf..ad9b9f5475 100644 --- a/lang/pt_PT/texts.php +++ b/lang/pt_PT/texts.php @@ -654,8 +654,6 @@ Não consegue encontrar a nota de pagamento? Precisa de ajuda? Ficamos felizes e 'created_by_invoice' => 'Criada a partir da :invoice', 'primary_user' => 'Utilizador Principal', 'help' => 'Ajuda', - 'customize_help' => '

Usamos :pdfmake_link para defenir os estilos da nota de pagamento de forma declarativa. O pdfmake :playground_link oferece uma ótima forma de ver a biblioteca em ação.

-

Se você precisa de ajuda para descobrir alguma coisa, pergunte no nosso forum :forum_link com o estilo que está usando.

', 'playground' => 'rascunho', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Data de Vencimento', @@ -1817,7 +1815,6 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'bot_emailed_notify_paid' => 'Irei enviar-lhe um e-mail quando for paga.', 'add_product_to_invoice' => 'Adicionar 1 :product', 'not_authorized' => 'Não está autorizado', - 'bot_get_email' => 'Olá! (wave) Obrigado por experimentares o bot da Invoice Ninja.É necessário criar uma conta para poder utilizar este bot. Introduz o teu endereço de e-mail para começar.', 'bot_get_code' => 'Obrigado! Vou enviar-lhe um e-mail com o seu código de segurança.', 'bot_welcome' => 'Feito, a sua conta está verificada.
', 'email_not_found' => 'Não fui capaz de encontrar uma conta para :email', @@ -1825,7 +1822,6 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'security_code_email_subject' => 'Código de segurança para o Invoice Ninja Bot', 'security_code_email_line1' => 'Este é o seu código de segurança para o Invoice Ninja Bot.', 'security_code_email_line2' => 'Nota: irá expirar em 10 minutos.', - 'bot_help_message' => 'Atualmente suporto:
• Criar/atualizar/enviar uma nota de pagamento
• Listar produtos:
Por exemplo:
faturar o bob por 2 bilhetes, definir a data de vencimento para a próxima quinta-feira e o desconto para 10%
', 'list_products' => 'Listar Produtos', 'include_item_taxes_inline' => 'Incluir impostos dos produtos no total da linha', @@ -1838,7 +1834,6 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'update_invoiceninja_warning' => 'Antes de começar a atualizar o Invoice Ninja crie uma cópia de segurança da sua base de dados e ficheiros!', 'update_invoiceninja_available' => 'Uma nova versão do Invoice Ninja está disponível.', 'update_invoiceninja_unavailable' => 'Não existe uma versão mais recente do Invoice Ninja.', - 'update_invoiceninja_instructions' => 'Por favor instale a nova versão :version clicando Atualizar agora no botão abaixo. Depois será redireccionado para o painel de controlo.', 'update_invoiceninja_update_start' => 'Atualizar agora', 'update_invoiceninja_download_start' => 'Transferir :version', 'create_new' => 'Criar Nova', @@ -5155,6 +5150,20 @@ O envio de E-mails foi suspenso. Será retomado às 23:00 UTC.', 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/ro/texts.php b/lang/ro/texts.php index 161e124a21..36d6391162 100644 --- a/lang/ro/texts.php +++ b/lang/ro/texts.php @@ -657,10 +657,6 @@ Nu găsești factura? Ai nevoie de asistență suplimentară? Suntem aici sa aju 'created_by_invoice' => 'Creat de :invoice', 'primary_user' => 'Utilizator Principal', 'help' => 'Ajutor', - 'customize_help' => '

Utilizăm :pdfmake_link pentru a stabili design-ul facturii. pdfmake :playground_link vă poate ajuta să foloți biblioteca. -

-

Pentru orice informație, nu ezitați să accesați :forum_link, unde puteți publica întrebări specifice design-ului pe care îl utilizați. -

', 'playground' => 'mediu de lucru', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Data Scadenta', @@ -1824,7 +1820,6 @@ Odată ce sumele au ajuns la dumneavoastră, reveniți la pagina cu metode de pl 'bot_emailed_notify_paid' => 'Veți fi notificat după efectuarea plății.', 'add_product_to_invoice' => 'Adăugați 1 :product', 'not_authorized' => 'Nu ești autorizat', - 'bot_get_email' => 'Bună ziua! (wave)
Vă mulțumim că încercați să folosiți Invoice Ninja Bot.
Este necesar să aveți un cont gratui pentru a folosi acest bot.
Pentru a începe, este necesar să ne trimiteți adresa dumneavoastră de email. ', 'bot_get_code' => 'Vă mulțumim! V-am trimis codul de securitate pe email.', 'bot_welcome' => 'Asta este tot. Contul dumneavoastră a fost verificat.
', 'email_not_found' => 'Nu am reușit să găsim un cont disponibil pentru :email', @@ -1832,7 +1827,6 @@ Odată ce sumele au ajuns la dumneavoastră, reveniți la pagina cu metode de pl 'security_code_email_subject' => 'Cod de securitate pentru Invoice Ninja Bot', 'security_code_email_line1' => 'Acesta este codul dumneavoastră de securitate Invoice Ninja Bot.', 'security_code_email_line2' => 'Notă: va expira în 10 minute.', - 'bot_help_message' => 'Momentan, suportăm
• Crearea\actualizarea\trimiterea de facturi
• Listarea de produse
Spre exemplu:
facturarea a câte două tichete, setarea scadenței pentru joia viitoare și reducerea cu 10 la sută', 'list_products' => 'Listați produsele', 'include_item_taxes_inline' => 'Includeți line item taxes in line total', @@ -1845,7 +1839,6 @@ Odată ce sumele au ajuns la dumneavoastră, reveniți la pagina cu metode de pl 'update_invoiceninja_warning' => 'Înainte de a face un upgrade la Invoice Ninja, creați un backup pentru baza dumneavoastră de date și pentru fișiere! ', 'update_invoiceninja_available' => 'Este disponibila o nouă versiune pentru Invoice Ninja.', 'update_invoiceninja_unavailable' => 'Nu există o nouă versiune disponibilă pentru Invoice Ninja.', - 'update_invoiceninja_instructions' => 'Instalați noua versiune :version, apăsând butonul Update now de mai jos. Apoi veți fi redirecționar către panoul de control.', 'update_invoiceninja_update_start' => 'Actualizează acum', 'update_invoiceninja_download_start' => 'Descarcă :version', 'create_new' => 'Nou', @@ -5161,6 +5154,20 @@ Odată ce sumele au ajuns la dumneavoastră, reveniți la pagina cu metode de pl 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/sk/texts.php b/lang/sk/texts.php index 60edc8eee3..4badfa9b37 100644 --- a/lang/sk/texts.php +++ b/lang/sk/texts.php @@ -654,7 +654,6 @@ Nemôžete nájsť faktúru? Potrebujete poradiť? Radi Vám pomôžeme 'created_by_invoice' => 'Vytvorené :invoice', 'primary_user' => 'Primárny používateľ', 'help' => 'Pomoc', - 'customize_help' => '

Na deklaratívne definovanie návrhov faktúr používame :pdfmake_link. pdfmake :playground_link poskytuje skvelý spôsob, ako vidieť knižnicu v akcii.

Ak potrebujete pomôcť niečo vymyslieť, položte otázku na náš :forum_link s dizajnom, ktorý používate.

', 'playground' => 'ihrisko', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Dátum splatnosti', @@ -1805,7 +1804,6 @@ Nemôžete nájsť faktúru? Potrebujete poradiť? Radi Vám pomôžeme 'bot_emailed_notify_paid' => 'Keď to bude zaplatené, pošlem vám e-mail.', 'add_product_to_invoice' => 'Pridať 1 :product', 'not_authorized' => 'Nemáte oprávnenie', - 'bot_get_email' => 'Ahoj! (mávať)
Ďakujeme, že ste vyskúšali Invoice Ninja Bot.
Ak chcete používať tohto robota, musíte si vytvoriť bezplatný účet.
Ak chcete začať, pošlite mi e-mailovú adresu svojho účtu.', 'bot_get_code' => 'Ďakujem! Zaslali sme Vám email s Vašim bezpečnostným kódom.', 'bot_welcome' => 'Váš účet je overený.', 'email_not_found' => 'Nepodarilo sa mi nájsť dostupný účet pre :email', @@ -1813,7 +1811,6 @@ Nemôžete nájsť faktúru? Potrebujete poradiť? Radi Vám pomôžeme 'security_code_email_subject' => 'Bezpečnostný kód pre bota Invoice Ninja', 'security_code_email_line1' => 'Váš bezpečnostný kód pre bota Invoice Ninja.', 'security_code_email_line2' => 'Poznámka: Vyprší za 10 minút.', - 'bot_help_message' => 'Momentálne podporujem:
• Vytvorte\aktualizujte\e-mailom faktúru
• Zoznam produktov
Napríklad:
faktúra bob na 2 lístky, splatnosť si nastavte na budúci štvrtok a zľavu na 10 percent', 'list_products' => 'Zoznam produktov', 'include_item_taxes_inline' => 'Zahrnúť dane z riadkových položiek do súčtu riadkov', @@ -1826,7 +1823,6 @@ Nemôžete nájsť faktúru? Potrebujete poradiť? Radi Vám pomôžeme 'update_invoiceninja_warning' => 'Pred aktualizáciou Invoice Ninja, vytvorte zálohu vašich súborov a databázy!', 'update_invoiceninja_available' => 'Je dostupná nová verzia Invoice Ninja.', 'update_invoiceninja_unavailable' => 'Nieje dostupná nová verzia Invoice Ninja.', - 'update_invoiceninja_instructions' => 'Nainštalujte si novú verziu :version kliknutím na tlačidlo Aktualizovať nižšie. Potom budete presmerovaní na palubnú dosku.', 'update_invoiceninja_update_start' => 'Aktualizovať teraz', 'update_invoiceninja_download_start' => 'Stiahnuť :version', 'create_new' => 'Vytvoriť nový', @@ -5141,6 +5137,20 @@ Nemôžete nájsť faktúru? Potrebujete poradiť? Radi Vám pomôžeme 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/sl/texts.php b/lang/sl/texts.php index f001f08b8b..de7bfb8bb0 100644 --- a/lang/sl/texts.php +++ b/lang/sl/texts.php @@ -656,8 +656,6 @@ Pošljite nam sporočilo na contact@invoiceninja.com', 'created_by_invoice' => 'Naredil: :invoice', 'primary_user' => 'Primarni uporabnik', 'help' => 'Pomoč', - 'customize_help' => '

Uporabljamo :pdfmake_link, da deklarativno definiramo oblike računov. Pdfmake :playground_link je odličen način za ogled knjižnice v akciji.

-

Če potrebujete pomoč nam pošljite vprašanje na :forum_link z zasnovo, ki jo uporabljate.

', 'playground' => 'peskovnik', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Rok plačila', @@ -1822,7 +1820,6 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp 'bot_emailed_notify_paid' => 'Ob plačilu pošljemo e-poštno sporočilo.', 'add_product_to_invoice' => 'Dodaj 1 :product', 'not_authorized' => 'Nimate dovoljenja', - 'bot_get_email' => 'Živjo! (wave)
Hvala za preizkus Invoice Ninja Bot-a.
Za uporabo je potreben brezplačen račun.
Za nadaljevanje mi pošlji svoj naslov elektronske pošte.', 'bot_get_code' => 'Hvala! Poslali smo vam e-poštno sporočilo z varnostno kodo.', 'bot_welcome' => 'To je to! Vaš račun je preverjen.
', 'email_not_found' => 'Za :email ni bilo mogoče najti razpoložljivega računa', @@ -1830,7 +1827,6 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp 'security_code_email_subject' => 'Varnostna koda za Invoice Ninja Robot', 'security_code_email_line1' => 'Ta je vaša varnostna koda za Invoice Ninja Robot', 'security_code_email_line2' => 'Opomba: poteče v 10 minutah.', - 'bot_help_message' => 'Trenutno podpiram:
• Ustvari\posodobi\pošlji račun
• Seznam izdelkov
N primer:
Izstavi račun za 2 karti, nastavi zapadlost na naslednji četrtek in 10 odstotkov popusta', 'list_products' => 'Seznam izdelkov', 'include_item_taxes_inline' => 'Prikaži davke v vrstici skupno', @@ -1843,7 +1839,6 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp 'update_invoiceninja_warning' => 'Preden začnete nadgradnjo ustvarite varnostno kopijo baze podatkov in datotek!', 'update_invoiceninja_available' => 'Nova različica Invoice Ninje je na voljo.', 'update_invoiceninja_unavailable' => 'Nove različice Invoice Ninje ni na voljo.', - 'update_invoiceninja_instructions' => 'Prosim namestite novo različico :version z klikom na Nadgradi Zdaj gumba spodaj. Nato boste preusmerjeni na nadzorno ploščo.', 'update_invoiceninja_update_start' => 'Posodobi zdaj', 'update_invoiceninja_download_start' => 'Prenesi :version', 'create_new' => 'Ustvari', @@ -5158,6 +5153,20 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/sq/texts.php b/lang/sq/texts.php index 89d470a412..0909eb6622 100644 --- a/lang/sq/texts.php +++ b/lang/sq/texts.php @@ -654,8 +654,6 @@ $LANG = array( 'created_by_invoice' => 'Krijuar nga :invoice', 'primary_user' => 'Përdoruesi kryesor', 'help' => 'Ndihmë', - 'customize_help' => '

We use :pdfmake_link to define the invoice designs declaratively. The pdfmake :playground_link provides a great way to see the library in action.

-

If you need help figuring something out post a question to our :forum_link with the design you\'re using.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Deri më datë', @@ -1820,7 +1818,6 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'bot_emailed_notify_paid' => 'Do te te dergoj email kur te paguhet. ', 'add_product_to_invoice' => 'Shto 1 :product', 'not_authorized' => 'Nuk jeni i autorizuar. ', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'Faleminderit. Ju kam dergar nje email qe permban kodin tuaj te sigurise. ', 'bot_welcome' => 'Llogaria juaj eshte verifikuar.
', 'email_not_found' => 'Nuk munda te gjej nje llogari te disponueshme per :email', @@ -1828,7 +1825,6 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'security_code_email_subject' => 'Kodi i sigurise per Invoice Ninja Bot', 'security_code_email_line1' => 'Ky eshte kodi juaj i sigurise per Invoice Ninja Bot. ', 'security_code_email_line2' => 'Shenim: skadon per 10 minuta.', - 'bot_help_message' => 'Momentalisht mund te bej:
• Krijo/perditeso/dergo nje fature
• Listo produktet
Per shembull:
Dergo fature Bobit per 2 bileta me date te fundit per te enjten tjeter dhe ul cmimin me 10 perqind', 'list_products' => 'Listo Produktet', 'include_item_taxes_inline' => 'Perfshi line item taxes in line total', @@ -1841,7 +1837,6 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'update_invoiceninja_warning' => 'Perpara se te perditesoni Invoice Ninja, ruani nje rezerve te skedareve dhe databazes!', 'update_invoiceninja_available' => 'Nje version i ri i Invoice Ninja eshte i disponueshem. ', 'update_invoiceninja_unavailable' => 'Nuk ka version te ri te disponueshem per Invoice Ninja. ', - 'update_invoiceninja_instructions' => 'Ju lutem instaloni versionin e ri :version duke klikuar butonin Perditeso Tani me poshte. Pasi te mbaroje, do te dergoheni ne faqen kryesore.', 'update_invoiceninja_update_start' => 'Perditeso tani', 'update_invoiceninja_download_start' => 'Shkarko :version', 'create_new' => 'Krijo', @@ -5156,6 +5151,20 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/sr/texts.php b/lang/sr/texts.php index ad7139bdc1..dc4b91cfcb 100644 --- a/lang/sr/texts.php +++ b/lang/sr/texts.php @@ -657,8 +657,6 @@ $LANG = array( 'created_by_invoice' => 'Kreiran od :invoice', 'primary_user' => 'Primarni korisnik', 'help' => 'Pomoć', - 'customize_help' => '

Koristimo :pdfmake_link za deklarativno definisanje dezajna računa. Pdfmake :playground_link je dobar način da se vidi kako ova biblioteka funkcioniše.

-

Ukoliko Vam je potrebna pomoć, pošaljite pitanje na naš :forum_link, sa dizajnom koji koristite.

', 'playground' => 'igralište', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Datum dospeća', @@ -1822,7 +1820,6 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k 'bot_emailed_notify_paid' => 'Poslaću vam email kada bude plaćeno.', 'add_product_to_invoice' => 'Dodaj 1 :product', 'not_authorized' => 'Niste ovlašćeni', - 'bot_get_email' => 'Zdravo! (wave)
Hvala što isprobavate Invoice Ninja Bot.
Potrebno je da napravite besplatan nalog da biste ga koristili.
Pošaljite email adresu Vašeg naloga pa možemo početi.', 'bot_get_code' => 'Hvala! Poslat je e-mail sa vašim sigurnosnim kodom.', 'bot_welcome' => 'To je to, vaš nalog je verifikovan.', 'email_not_found' => 'Nisam uspeo/la da pronađem dostupan nalog za :email', @@ -1830,7 +1827,6 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k 'security_code_email_subject' => 'Sigurnosni kod za Invoice Ninja Bot', 'security_code_email_line1' => 'Ovo je vaš Invoice Ninja Bot sigurnosni kod.', 'security_code_email_line2' => 'Note: ističe za 10 minuta.', - 'bot_help_message' => 'Trenutno je podržano:
• Kreiranje\ažuriranje\slanje email-om računa
• Lista proizvoda
Na primer:
Fakturiši Peri 2 ulaznice, podesi datum prispeća na naredni četvrtak i postavi 10 posto popusta ', 'list_products' => 'Lista proizvoda', 'include_item_taxes_inline' => 'Uključite ukupan iznos poreza na stavke porudžbine', @@ -1843,7 +1839,6 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k 'update_invoiceninja_warning' => 'Pre početka nadogradnje Invoice Ninja napravite rezervnu kopiju vaše baze podataka i datoteka!', 'update_invoiceninja_available' => 'Nova verzija Invoice Ninja je dostupna.', 'update_invoiceninja_unavailable' => 'Nema dostupne nove verzije Invoice Ninja.', - 'update_invoiceninja_instructions' => 'Instalirajte novu verziju :version klikom na dugme Ažuriraj odmah ispod. Nakon toga ćete biti preusmereni na kontrolnu tablu.', 'update_invoiceninja_update_start' => 'Ažuriraj odmah', 'update_invoiceninja_download_start' => 'Preuzmi :version', 'create_new' => 'Kreiraj novo', @@ -5158,6 +5153,20 @@ Kada budete imali iznose, vratite se na ovu stranicu sa načinima plaćanja i k 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/sv/texts.php b/lang/sv/texts.php index c7a37d1c14..866d01bb12 100644 --- a/lang/sv/texts.php +++ b/lang/sv/texts.php @@ -656,8 +656,6 @@ $LANG = array( 'created_by_invoice' => 'Skapad av :invoice', 'primary_user' => 'Primär användare', 'help' => 'Hjälp', - 'customize_help' => '

We use :pdfmake_link to define the invoice designs declaratively. The pdfmake :playground_link provides a great way to see the library in action.

-

If you need help figuring something out post a question to our :forum_link with the design you\'re using.

', 'playground' => 'Sandlåda', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'Förfallodatum', @@ -1828,7 +1826,6 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'bot_emailed_notify_paid' => 'Jag e-postar dig när den är betald.', 'add_product_to_invoice' => 'Lägg till 1 :produkt', 'not_authorized' => 'Du är inte behörig.', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'Tack! Jag har skickat ett mejl till dig med din säkerhetskod.', 'bot_welcome' => 'Ditt konto är verifierat.', 'email_not_found' => 'Jag kunde inte hitta ett tillgängligt konto för :email', @@ -1836,7 +1833,6 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'security_code_email_subject' => 'Säkerhetskod för Invoice Ninja Bot.', 'security_code_email_line1' => 'Detta är din Invoice Ninja Bot säkerhetskod.', 'security_code_email_line2' => 'Notering: Upphör om 10 minuter.', - 'bot_help_message' => 'Jag stöder för närvarande:
• Skapa \ Uppdatera \ Mejla en faktura
• Produktlista
Till exempel:
Fakturera bob för 2 biljetter, ange ett slutdatum på nästa torsdag och rabatten till 10 procent ', 'list_products' => 'Lista produkter', 'include_item_taxes_inline' => 'Inkludera rad moms i totalmoms', @@ -1849,7 +1845,6 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'update_invoiceninja_warning' => 'Innan ni uppgraderar Invoice Ninja, skapa en backup av er databaser och filer!', 'update_invoiceninja_available' => 'En ny version av Invoice Ninja finns tillgänglig.', 'update_invoiceninja_unavailable' => 'Ingen ny version av Invoice Ninja finns tillgänglig.', - 'update_invoiceninja_instructions' => 'Vänligen installera :version genom att klicka på Uppdatera nu knappen nedan. Ni blir sedan omdirigerad till instrumentpanelen.', 'update_invoiceninja_update_start' => 'Uppdatera nu', 'update_invoiceninja_download_start' => 'Ladda ner :version', 'create_new' => 'Skapa Ny', @@ -5165,6 +5160,20 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/th/texts.php b/lang/th/texts.php index d0d4bdd56a..ab4a464d3d 100644 --- a/lang/th/texts.php +++ b/lang/th/texts.php @@ -657,8 +657,6 @@ $LANG = array( 'created_by_invoice' => 'สร้างโดย :invoice', 'primary_user' => 'ผู้ใช้หลัก', 'help' => 'ช่วยเหลือ', - 'customize_help' => '

We use :pdfmake_link to define the invoice designs declaratively. The pdfmake :playground_link provides a great way to see the library in action.

-

If you need help figuring something out post a question to our :forum_link with the design you\'re using.

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => 'วันครบกำหนด', @@ -1823,7 +1821,6 @@ $LANG = array( 'bot_emailed_notify_paid' => 'ฉันจะส่งอีเมลถึงคุณเมื่อมีการชำระเงิน', 'add_product_to_invoice' => 'Add1 :product', 'not_authorized' => 'คุณไม่ได้รับอนุญาต', - 'bot_get_email' => 'Hi! (wave)
Thanks for trying the Invoice Ninja Bot.
You need to create a free account to use this bot.
Send me your account email address to get started.', 'bot_get_code' => 'ขอบคุณ! ฉันส่งอีเมลพร้อมรหัสรักษาความปลอดภัยของคุณมาให้', 'bot_welcome' => 'บัญชีของคุณได้รับการยืนยันแล้ว.
', 'email_not_found' => 'ฉันไม่พบบัญชีที่พร้อมใช้งานสำหรับ :email', @@ -1831,7 +1828,6 @@ $LANG = array( 'security_code_email_subject' => 'รหัสรักษาความปลอดภัยสำหรับ Invoice Ninja Bot', 'security_code_email_line1' => 'นี่เป็นรหัสรักษาความปลอดภัยของ Bot Invoice Ninja ของคุณ', 'security_code_email_line2' => 'หมายเหตุ: จะหมดอายุภายใน 10 นาที', - 'bot_help_message' => 'ฉันสนับสนุน:
.สร้าง \ อัปเดท\ อีเมล์ ใบแจ้งหนี้
.แสดงสินค้า
ตัวอย่างเช่น:
ใบแจ้งหนี้ 2 ใบกำหนดวันครบกำหนดถึงวันพฤหัสบดีถัดไปและส่วนลด 10%', 'list_products' => 'แสดงสินค้า', 'include_item_taxes_inline' => 'รวมถึง รายการภาษีในบรรทัดรวม', @@ -1844,7 +1840,6 @@ $LANG = array( 'update_invoiceninja_warning' => 'ก่อนที่จะเริ่มต้นการอัพเกรด Invoice Ninja กรุณาสำรองฐานข้อมูลและไฟล์ของคุณ!', 'update_invoiceninja_available' => 'มีเวอร์ชันใหม่ของ Invoice Ninja ให้ใช้งาน', 'update_invoiceninja_unavailable' => 'ไม่มีเวอร์ชันใหม่ของ Invoice Ninja available.', - 'update_invoiceninja_instructions' => 'โปรดติดตั้งเวอร์ชันใหม่ :versionโดยการคลิกที่ Update nowด้านล่าง หลังจากนั้นคุณจะถูกเปลี่ยนเส้นทางไปยังแดชบอร์ด.', 'update_invoiceninja_update_start' => 'Update now', 'update_invoiceninja_download_start' => 'ดาวน์โหลด :version', 'create_new' => 'สร้างใหม่', @@ -5159,6 +5154,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/lang/zh_TW/texts.php b/lang/zh_TW/texts.php index cc64c9d9e5..25855c2225 100644 --- a/lang/zh_TW/texts.php +++ b/lang/zh_TW/texts.php @@ -654,8 +654,6 @@ $LANG = array( 'created_by_invoice' => '由 :invoice 建立', 'primary_user' => '首要的使用者', 'help' => '說明', - 'customize_help' => '

我們使用 :pdfmake_link 來以宣告方式定義發票的設計。 PDF 製作 :playground_link 能清楚呈現程式庫的運作。

-

如果您需要釋疑,請在我們的 :forum_link 就您的設計發問。

', 'playground' => 'playground', 'support_forum' => 'Support Forums', 'invoice_due_date' => '應付款日期', @@ -1819,7 +1817,6 @@ $LANG = array( 'bot_emailed_notify_paid' => '我將在這筆款項支付後以電子郵件寄給您。', 'add_product_to_invoice' => '新增 1 :product', 'not_authorized' => '您未經授權', - 'bot_get_email' => '嗨! (wave)
感謝您試用 Invoice Ninja 機器人。
您需建立一個免費帳號以使用這個機器人。
寄給我您的帳號所使用的電子郵件地址,以開始使用它。', 'bot_get_code' => '感謝! 我已寄給您一封電子郵件,內有您的安全密碼。', 'bot_welcome' => '好了,您的帳戶已經過驗證。
', 'email_not_found' => '我無法找到 :email 的可用帳戶', @@ -1827,7 +1824,6 @@ $LANG = array( 'security_code_email_subject' => 'Invoice Ninja 機器人的安全密碼', 'security_code_email_line1' => '這是您的 Invoice Ninja 機器人安全密碼。', 'security_code_email_line2' => '注意: 它將在 10 分鐘後失效。', - 'bot_help_message' => '我目前支援:
• 建立\\更新\\透過電子郵件傳送票證
• 列出產品
例如:
2 張票的發票,將到期日期設定為下週四,折扣定為 10%', 'list_products' => '將所有產品列表', 'include_item_taxes_inline' => '包含 單項產品稅金於該項目的總金額', @@ -1840,7 +1836,6 @@ $LANG = array( 'update_invoiceninja_warning' => '在開始更新 Invoice Ninja 之前,先備份您的資料庫與檔案!', 'update_invoiceninja_available' => '有新版的 Invoice Ninja 可用。', 'update_invoiceninja_unavailable' => 'Invoice Ninja 無更新的版本。', - 'update_invoiceninja_instructions' => '請點擊以下的現在更新按鈕以安裝新版本 :version。然後,您將會被轉引到總覽頁。', 'update_invoiceninja_update_start' => '現在更新', 'update_invoiceninja_download_start' => '下載 :version', 'create_new' => '建立新的', @@ -5155,6 +5150,20 @@ $LANG = array( 'unlinked_transaction' => 'Successfully unlinked transaction', 'view_dashboard_permission' => 'Allow user to access the dashboard, data is limited to available permissions', 'marked_sent_credits' => 'Successfully marked credits sent', + 'show_document_preview' => 'Show Document Preview', + 'cash_accounting' => 'Cash accounting', + 'click_or_drop_files_here' => 'Click or drop files here', + 'set_public' => 'Set public', + 'set_private' => 'Set private', + 'individual' => 'Individual', + 'business' => 'Business', + 'partnership' => 'partnership', + 'trust' => 'Trust', + 'charity' => 'Charity', + 'government' => 'Government', + 'in_stock_quantity' => 'Stock quantity', + 'vendor_contact' => 'Vendor Contact', + ); return $LANG; diff --git a/resources/views/react/head.blade.php b/resources/views/react/head.blade.php index 2a14ac4fa2..e69de29bb2 100644 --- a/resources/views/react/head.blade.php +++ b/resources/views/react/head.blade.php @@ -1,235 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -