diff --git a/app/Console/Commands/MobileLocalization.php b/app/Console/Commands/MobileLocalization.php index 8d88d6b37e1c..f47d6d3e9d31 100644 --- a/app/Console/Commands/MobileLocalization.php +++ b/app/Console/Commands/MobileLocalization.php @@ -89,7 +89,7 @@ class MobileLocalization extends Command private function getResources() { - $url = 'https://raw.githubusercontent.com/invoiceninja/flutter-mobile/develop/lib/utils/localization.dart'; + $url = 'https://raw.githubusercontent.com/invoiceninja/flutter-mobile/develop/lib/utils/i18n.dart'; $data = CurlUtils::get($url); $start = strpos($data, '\'en\': {') + 8; diff --git a/database/seeds/LanguageSeeder.php b/database/seeds/LanguageSeeder.php index 3ab0fa909981..6e9e9d2e2224 100644 --- a/database/seeds/LanguageSeeder.php +++ b/database/seeds/LanguageSeeder.php @@ -42,6 +42,7 @@ class LanguageSeeder extends Seeder ['name' => 'Chinese - Taiwan', 'locale' => 'zh_TW'], ['name' => 'English - Australia', 'locale' => 'en_AU'], ['name' => 'Serbian', 'locale' => 'sr_RS'], + ['name' => 'Bulgarian', 'locale' => 'bg'], ]; foreach ($languages as $language) { diff --git a/resources/lang/bg/pagination.php b/resources/lang/bg/pagination.php new file mode 100644 index 000000000000..f7ad14ac5f6a --- /dev/null +++ b/resources/lang/bg/pagination.php @@ -0,0 +1,17 @@ + '« Назад', + 'next' => 'Напред »', +]; diff --git a/resources/lang/bg/passwords.php b/resources/lang/bg/passwords.php new file mode 100644 index 000000000000..0906e8c8b90e --- /dev/null +++ b/resources/lang/bg/passwords.php @@ -0,0 +1,20 @@ + 'Паролата трябва да бъде поне шест знака и да съвпада.', + 'reset' => 'Паролата е нулирана!', + 'sent' => 'Изпратено е напомняне за вашата парола!', + 'token' => 'Този токен за нулиране на парола е невалиден.', + 'user' => 'Потребител с такъв e-mail адрес не може да бъде открит.', +]; diff --git a/resources/lang/bg/texts.php b/resources/lang/bg/texts.php new file mode 100644 index 000000000000..45cd9537235c --- /dev/null +++ b/resources/lang/bg/texts.php @@ -0,0 +1,3185 @@ + 'Организация', + 'name' => 'Име', + 'website' => 'Уебсайт', + 'work_phone' => 'Телефон', + 'address' => 'Адрес', + 'address1' => 'Улица', + 'address2' => 'Апартамент', + 'city' => 'Град', + 'state' => 'Област', + 'postal_code' => 'Пощенски код', + 'country_id' => 'Държава', + 'contacts' => 'Контакти', + 'first_name' => 'Първо име', + 'last_name' => 'Фамилно име', + 'phone' => 'Телефон', + 'email' => 'Електронна поща', + 'additional_info' => 'Допълнителна информация', + 'payment_terms' => 'Условия за плащане', + 'currency_id' => 'Валута', + 'size_id' => 'Размер на фирма', + 'industry_id' => 'Индустрия', + 'private_notes' => 'Лични бележки', + 'invoice' => 'Фактура', + 'client' => 'Клиент', + 'invoice_date' => 'Дата на фактура', + 'due_date' => 'Крайна дата за плащане', + 'invoice_number' => 'Номер на фактура', + 'invoice_number_short' => 'Фактура №', + 'po_number' => 'номер на пощенска кутия', + 'po_number_short' => 'ПК № ', + 'frequency_id' => 'Колко често', + 'discount' => 'Отстъпка', + 'taxes' => 'Данъци', + 'tax' => 'Данък', + 'item' => 'Продукт', + 'description' => 'Описание', + 'unit_cost' => 'Ед. цена', + 'quantity' => 'Количество', + 'line_total' => 'Обща цена', + 'subtotal' => 'Субтотал', + 'paid_to_date' => 'Платени до момента', + 'balance_due' => 'Остават за плащане', + 'invoice_design_id' => 'Дизайн', + 'terms' => 'Условия', + 'your_invoice' => 'Вашата фактура', + 'remove_contact' => 'Премахни контакт', + 'add_contact' => 'Добави контакт', + 'create_new_client' => 'Създаване на нов клиент', + 'edit_client_details' => 'Редактиране на детайли на клиент', + 'enable' => 'Разреши', + 'learn_more' => 'Научи повече', + 'manage_rates' => 'Управление на тарифите', + 'note_to_client' => 'Бележка за клиент', + 'invoice_terms' => 'Условия на фактура', + 'save_as_default_terms' => 'Запази като условия по подразбиране', + 'download_pdf' => 'Сваляне на PDF', + 'pay_now' => 'Плати сега', + 'save_invoice' => 'Запазване на фактура', + 'clone_invoice' => 'Дублирай във фактура', + 'archive_invoice' => 'Архивиране на фактура', + 'delete_invoice' => 'Изтриване на фактура', + 'email_invoice' => 'Изпращане на фактура', + 'enter_payment' => 'Въведи плащане', + 'tax_rates' => 'Размер на данъци', + 'rate' => 'Размер', + 'settings' => 'Настройки', + 'enable_invoice_tax' => 'Разреши посочването на данък за фактура', + 'enable_line_item_tax' => 'Разреши посочването на данък за всеки ред', + 'dashboard' => 'Табло', + 'dashboard_totals_in_all_currencies_help' => 'Забележка: добавете :link с име ":name" за да покажете сумите в обща базова валута.', + 'clients' => 'Клиенти', + 'invoices' => 'Фактури', + 'payments' => 'Плащания', + 'credits' => 'Кредити', + 'history' => 'История', + 'search' => 'Търсене', + 'sign_up' => 'Регистрация', + 'guest' => 'Гост', + 'company_details' => 'Данни на фирма', + 'online_payments' => 'Онлайн плащания', + 'notifications' => 'Известия', + 'import_export' => 'Импорт | Експорт', + 'done' => 'Готово', + 'save' => 'Запазване', + 'create' => 'Създаване', + 'upload' => 'Качване', + 'import' => 'Импорт', + 'download' => 'Сваляне', + 'cancel' => 'Отказ', + 'close' => 'Затвори', + 'provide_email' => 'Моля въведете валиден email адрес', + 'powered_by' => 'Powered by', + 'no_items' => 'Няма резултати', + 'recurring_invoices' => 'Периодични фактури', + 'recurring_help' => '

Автоматично изпращай фактурите на клиентите седмично, на всеки 2 седмици, месечно, четеримесечие или годишно

+

Използвайте :MONTH, :QUARTER или :YEAR за динамични дати. Може да използвате и елементарна математика, като например :MONTH-1

+

Примери за динамични стойности във фактури

+ +', + 'recurring_quotes' => 'Периодични Оферти', + 'in_total_revenue' => 'общи приходи', + 'billed_client' => 'таксуван клиент', + 'billed_clients' => 'таксувани клиенти', + 'active_client' => 'активен клиент', + 'active_clients' => 'активни клиенти', + 'invoices_past_due' => 'Просрочени фактури', + 'upcoming_invoices' => 'Предстоящи фактури', + 'average_invoice' => 'Средна стойност на фактура', + 'archive' => 'Архивирай', + 'delete' => 'Изтрий', + 'archive_client' => 'Архивирай клиент', + 'delete_client' => 'Изтрий клиент', + 'archive_payment' => 'Архивирай плащане', + 'delete_payment' => 'Изтрий плащане', + 'archive_credit' => 'Архивирай кредит', + 'delete_credit' => 'Изтрий кредит', + 'show_archived_deleted' => 'Покажи архивирани/изтрити', + 'filter' => 'Филтър', + 'new_client' => 'Нов клиент', + 'new_invoice' => 'Нова фактура', + 'new_payment' => 'Въведи плащане', + 'new_credit' => 'Въведи кредит', + 'contact' => 'Контакт', + 'date_created' => 'Създадено на', + 'last_login' => 'Последно влизане', + 'balance' => 'Баланс', + 'action' => 'Действие', + 'status' => 'Статус', + 'invoice_total' => 'Тотал на фактура', + 'frequency' => 'Честота', + 'range' => 'Интервал', + 'start_date' => 'Начална дата', + 'end_date' => 'Крайна дата', + 'transaction_reference' => 'Основание за превод', + 'method' => 'Начин', + 'payment_amount' => 'Сума на плащане', + 'payment_date' => 'Дата на плащане', + 'credit_amount' => 'Сума на кредита', + 'credit_balance' => 'Баланс на кредита', + 'credit_date' => 'Кредитна Дата', + 'empty_table' => 'Няма данни в таблицата', + 'select' => 'Избери', + 'edit_client' => 'Редактирай клиент', + 'edit_invoice' => 'Редактирай фактура', + 'create_invoice' => 'Създай фактура', + 'enter_credit' => 'Въведете кредит', + 'last_logged_in' => 'За последно влизал', + 'details' => 'Подробности', + 'standing' => 'Отворен', + 'credit' => 'Кредит', + 'activity' => 'Активност', + 'date' => 'Дата', + 'message' => 'Съобщение', + 'adjustment' => 'Настройка', + 'are_you_sure' => 'Сигурен ли сте?', + 'payment_type_id' => 'Начин на плащане', + 'amount' => 'Сума', + 'work_email' => 'Email', + 'language_id' => 'Език', + 'timezone_id' => 'Времева зона', + 'date_format_id' => 'Формат на дати', + 'datetime_format_id' => 'Формат на час и дата', + 'users' => 'Потребители', + 'localization' => 'Локализация', + 'remove_logo' => 'Премахни лого', + 'logo_help' => 'Поддържани формати: JPEG, GIF и PNG', + 'payment_gateway' => 'Платежни посредници', + 'gateway_id' => 'Посредник', + 'email_notifications' => 'Email известия', + 'email_sent' => 'Прати ми email когато фактурата е изпратена', + 'email_viewed' => 'Прати ми email когато фактурата е видяна', + 'email_paid' => 'Прати ми email когато фактурата е платена', + 'site_updates' => 'Обновления на сайта', + 'custom_messages' => 'Собствени Съобщения', + 'default_email_footer' => 'Задай email подпис по подразбиране', + 'select_file' => 'Моля изберете файл', + 'first_row_headers' => 'Използвай първия ред като заглавен', + 'column' => 'Колона', + 'sample' => 'Пример', + 'import_to' => 'Импортирай в', + 'client_will_create' => 'клиент ще бъде създаден', + 'clients_will_create' => 'клиенти ще бъдат създадени', + 'email_settings' => 'Email настройки', + 'client_view_styling' => 'Стилизиране на клиентски изгледи', + 'pdf_email_attachment' => 'Прикачи PDF', + 'custom_css' => 'Персонализиран CSS', + 'import_clients' => 'Импортирай данни на клиента', + 'csv_file' => 'CSV файл', + 'export_clients' => 'Експортирай данни на клиента', + 'created_client' => 'Клиентът е създаден успешно', + 'created_clients' => ':count клиенти са създадени успешно', + 'updated_settings' => 'Настройките са обновени успешно', + 'removed_logo' => 'Логото е премахнато успешно', + 'sent_message' => 'Съобщението е изпратено успешно', + 'invoice_error' => 'Моля изберете клиент и коригирайте грешките', + 'limit_clients' => 'Това действие ще надвиши лимита ви от :count клиента.', + 'payment_error' => 'Имаше проблем при обработването на плащането Ви. Моля опитайте пак по късно.', + 'registration_required' => 'Моля регистрирайте се за да изпратите фактура. ', + 'confirmation_required' => 'Моля потвърдете мейл адреса си, :link за да изпратите наново писмото за потвърждение ', + 'updated_client' => 'Успешно редактиран клиент', + 'created_client' => 'Клиентът е създаден успешно', + 'archived_client' => 'Успешно архивиран клиент', + 'archived_clients' => 'Успешно архивирани :count клиенти', + 'deleted_client' => 'Успешно изтрит клиент', + 'deleted_clients' => 'Успешно изтрити :count клиенти', + 'updated_invoice' => 'Успешно редактирана фактура', + 'created_invoice' => 'Успешно създадена фактура', + 'cloned_invoice' => 'Успешно направено копие на фактура', + 'emailed_invoice' => 'Успешно изпратена фактура по имейл', + 'and_created_client' => 'и създаден клиент', + 'archived_invoice' => 'Успешно архивирана фактура', + 'archived_invoices' => 'Успешно архивирани :count фактури', + 'deleted_invoice' => 'Успешно изтрита фактура', + 'deleted_invoices' => 'Успешно изтрити :count фактури', + 'created_payment' => 'Успешно създадено плащане', + 'created_payments' => 'Успешно създадени :count плащане(ия)', + 'archived_payment' => 'Успешно архивирано плащане', + 'archived_payments' => 'Успешно архивирани :count плащания', + 'deleted_payment' => 'Успешно изтрито плащане', + 'deleted_payments' => 'Успешно изтрити :count плащания', + 'applied_payment' => 'Успешно направено плащане', + 'created_credit' => 'Успешно създаден кредит', + 'archived_credit' => 'Успешно архивиран кредит', + 'archived_credits' => 'Успешно архивирани :count кредита', + 'deleted_credit' => 'Успешно изтрит кредит', + 'deleted_credits' => 'Успешно изтрити :count кредита', + 'imported_file' => 'Файлът беше успешно импортиран', + 'updated_vendor' => 'Успешно обновен доставчик', + 'created_vendor' => 'Успешно създаден доставчик', + 'archived_vendor' => 'Успешно архивиран доставчик', + 'archived_vendors' => 'Успешно архивирани :count доставчици', + 'deleted_vendor' => 'Успешно изтрит доставчик', + 'deleted_vendors' => 'Успешно изтрити :count доставчици', + 'confirmation_subject' => 'Потвърждаване на Invoice Ninja профил', + 'confirmation_header' => 'Потвърждаване на профил', + 'confirmation_message' => 'Моля посетете линкът по долу за да потвърдите профилът си.', + 'invoice_subject' => 'Нова фактура :number от :account', + 'invoice_message' => 'За да видите фактурата си за :amount, отворете линка по-долу.', + 'payment_subject' => 'Получено плащане', + 'payment_message' => 'Благодаря за плащането на стойност :amount', + 'email_salutation' => 'Здравейте :name,', + 'email_signature' => 'Поздрави,', + 'email_from' => 'Екипът на Invoice Ninja', + 'invoice_link_message' => 'Зада видите фактурата натиснете линка по-долу.', + 'notification_invoice_paid_subject' => 'Фактура :invoice беше платена от :client', + 'notification_invoice_sent_subject' => 'Фактура :invocie беше изпратена на :client', + 'notification_invoice_viewed_subject' => 'Фактура :invoice беше видяна от :client', + 'notification_invoice_paid' => 'Плащане на стойност :amount беше направено от :client към фактура :invoice.', + 'notification_invoice_sent' => 'Фактура :invoice беше изпратена на :client на стойност :amount', + 'notification_invoice_viewed' => 'Фактура :invoice на стойност :amount беше видяна от :client ', + 'reset_password' => 'Може да смените паролата си като кликнете на този бутон:', + 'secure_payment' => 'Сигурно плащане', + 'card_number' => 'Номер на карта', + 'expiration_month' => 'Месец на изтичане', + 'expiration_year' => 'Година на изтичане', + 'cvv' => 'CVV', + 'logout' => 'Изход', + 'sign_up_to_save' => 'Регистрирайте се за да запазите промените', + 'agree_to_terms' => 'Съгласен съм с :terms', + 'terms_of_service' => 'Условия за ползване', + 'email_taken' => 'Този имейл адрес е вече регистриран', + 'working' => 'Обработва се', + 'success' => 'Усепх', + 'success_message' => 'Успешно се регистрирахте! Моля отворете връзката от имейла за потвърждение за да си потвърдите имейла.', + 'erase_data' => 'Нямате профил, това ще изтрие всички данни', + 'password' => 'Парола', + 'pro_plan_product' => '"Pro" План', + 'pro_plan_success' => 'Благодарим Ви, че избрахте Invoice Ninja Pro!

 
+ Следващи стъпки

Фактура беше изпратена на имейл + адреса свързан с вашият профил. + За да отключите всички Pro функционалности, моля следвайте инструкциите +във фактурата, за да платите за една година Pro план

+ Не можете да намерите фактурата? Имате нужда от помощ? Ние сме тук за да помогнем! + -- Пишете ни на contact@invoiceninja.com', + 'unsaved_changes' => 'Имате незапазени промени', + 'custom_fields' => 'Собствени полета', + 'company_fields' => 'Фирмени полета', + 'client_fields' => 'Клиентски полета', + 'field_label' => 'Етикен на поле', + 'field_value' => 'Стойност на поле', + 'edit' => 'Редактиране', + 'set_name' => 'Въведете името на фирмата Ви', + 'view_as_recipient' => 'Прегледай като получател', + 'product_library' => 'Продуктов каталог', + 'product' => 'Продукт', + 'products' => 'Продукти', + 'fill_products' => 'Автоматично попълвай продукти', + 'fill_products_help' => 'Избирането на продукт автоматично ще попълни описанието и цената', + 'update_products' => 'Автоматично обнови продукти', + 'update_products_help' => 'Промяната на фактура автоматично ще обнови продуктовия каталог', + 'create_product' => 'Нов продукт', + 'edit_product' => 'Редактирай продукт', + 'archive_product' => 'Архивирай продукт', + 'updated_product' => 'Продуктът беше успешно променен', + 'created_product' => 'Продуктът беше успешно създаден', + 'archived_product' => 'Продуктът беше успешно архивиран', + 'pro_plan_custom_fields' => ':link за да получите персонализирани полета, като преминете на Pro план', + 'advanced_settings' => 'Разширени настройки', + 'pro_plan_advanced_settings' => ':link за да получите разширени настройки, като преминете на Pro план', + 'invoice_design' => 'Дизайн на фактура', + 'specify_colors' => 'Избери цветове', + 'specify_colors_label' => 'Изберете цветовете на фактурата', + 'chart_builder' => 'Създател на диаграми', + 'ninja_email_footer' => 'Създаден от: site | Създай. Изпрати. Получи пари.', + 'go_pro' => 'Go Pro', + 'quote' => 'Оферта', + 'quotes' => 'Оферти', + 'quote_number' => 'Номер на оферта', + 'quote_number_short' => 'Оферта №', + 'quote_date' => 'Дата на оферта', + 'quote_total' => 'Обща стойност на офертата', + 'your_quote' => 'Вашата оферта', + 'total' => 'Общо', + 'clone' => 'Копирай', + 'new_quote' => 'Нова оферта', + 'create_quote' => 'Създай Оферта', + 'edit_quote' => 'Редактирай Оферта', + 'archive_quote' => 'Архивирай Оферта', + 'delete_quote' => 'Изтрий Оферта', + 'save_quote' => 'Запази Оферта', + 'email_quote' => 'Изпрати оферта по имейл', + 'clone_quote' => 'Копирай като Оферта', + 'convert_to_invoice' => 'Конвертирай като Фактура', + 'view_invoice' => 'Прегледай Фактура', + 'view_client' => 'Прегледай Клиент', + 'view_quote' => 'Прегледай Оферта', + 'updated_quote' => 'Успешно обновена Оферта', + 'created_quote' => 'Успешно Създадена Оферта', + 'cloned_quote' => 'Успешно копирана Оферта', + 'emailed_quote' => 'Успешно изпратена Оферта', + 'archived_quote' => 'Успешно архивирана Оферта', + 'archived_quotes' => 'Успешно архивирани :count Оферти', + 'deleted_quote' => 'Успешно изтрита Оферта', + 'deleted_quotes' => 'Успешно изтрити :count Оферти', + 'converted_to_invoice' => 'Успешно конвертиране на Оферта към Фактура', + 'quote_subject' => 'Нова Оферта :number от :account', + 'quote_message' => 'За да прегледате вашата оферта на стойност :amount, посетете линкът по долу.', + 'quote_link_message' => 'За да прегледате вашата клиентска оферта посетете линкът по долу.', + 'notification_quote_sent_subject' => 'Оферта :invoice беше изпратена до :client', + 'notification_quote_viewed_subject' => 'Оферта :invoice беше видяна от :client', + 'notification_quote_sent' => 'Оферта :invoice на стойност :amount беше изпратена до :client.', + 'notification_quote_viewed' => ':client прегледа оферта :invoice на стойност :amount', + 'session_expired' => 'Сесията Ви е изтекла.', + 'invoice_fields' => 'Полета на фактурата', + 'invoice_options' => 'Опции на фактурата', + 'hide_paid_to_date' => 'Скрий "Изплатено до момента"', + 'hide_paid_to_date_help' => 'Покажи "Изплатено до момента" във фактурите, след като е получено плащане. ', + 'charge_taxes' => 'Начисли данъци', + 'user_management' => 'Управление на потребителите', + 'add_user' => 'Добави Потребител', + 'send_invite' => 'Изпрати покана', + 'sent_invite' => 'Успешно изпратена покана', + 'updated_user' => 'Успешно обновен потребител', + 'invitation_message' => 'Бяхте поканен от :invitator', + 'register_to_add_user' => 'Моля регистрирайте се за да добавите потребител', + 'user_state' => 'Щат', + 'edit_user' => 'Редактирай Потребител', + 'delete_user' => 'Изтрий Потребител', + 'active' => 'Активен', + 'pending' => 'Очаквано', + 'deleted_user' => 'Успешно изтрит Потребител', + 'confirm_email_invoice' => 'Сигурни ли сте, че искате да изпратите тази фактура по имейл?', + 'confirm_email_quote' => 'Сигурни ли сте, че искате да изпратите тази оферта по имейл?', + 'confirm_recurring_email_invoice' => ':confirm_email_invoice', + 'confirm_recurring_email_invoice_not_sent' => 'Сигурни ли сте, че искате да стартирате периодичното стартиране?', + 'cancel_account' => 'Изтрий Профил', + 'cancel_account_message' => 'ВНИМАНИЕ: Това действие ще изтрие перманентно вашият профил и данните в него. След това данните няма как да бъдат възстановени. ', + 'go_back' => 'Назад', + 'data_visualizations' => 'Визуализация на данни', + 'sample_data' => 'Показани са примерни данни', + 'hide' => 'Скрий', + 'new_version_available' => 'Налична е нова версия на :releases_link. Вие използвате v:user_version, последната е v:latest_version', + 'invoice_settings' => 'Настройки на Фактурите', + 'invoice_number_prefix' => 'Префикс на номера на фактурите', + 'invoice_number_counter' => 'Следващ номер на фактура', + 'quote_number_prefix' => 'Префикс на номера на офертите', + 'quote_number_counter' => 'Следващ номер на оферта', + 'share_invoice_counter' => 'Споделен номер на фактурите', + 'invoice_issued_to' => 'Фактура издадена на', + 'invalid_counter' => 'За да се избегне възможен конфликт, моля въведете префикс за номер на фактура или за номер на оферта', + 'mark_sent' => 'Маркирай като изпратена', + 'gateway_help_1' => ':link за регистрация в Authorize.net.', + 'gateway_help_2' => ':link за регистрация в Authorize.net.', + 'gateway_help_17' => ':link за получаване на PayPal API signature.', + 'gateway_help_27' => ':link за регистрация в 2Checkout.com. За да осигурите проследяване на плащанията въведете :complete_link като "redirect URL" в менюто Account > Site Management в портала на 2Checkout.', + 'gateway_help_60' => ':link за създаване на профил в WePay.', + 'more_designs' => 'Още дизайни', + 'more_designs_title' => 'Допълнителни дизайни на фактурите', + 'more_designs_cloud_header' => 'Ъпгрейд към версия Pro за повече дизайни на фактури', + 'more_designs_cloud_text' => '', + 'more_designs_self_host_text' => '', + 'buy' => 'Купи', + 'bought_designs' => 'Успешно добавени допълнителни дизайни на фактурите', + 'sent' => 'Изпратена', + 'vat_number' => 'ДДС Номер', + 'timesheets' => 'Графици', + 'payment_title' => 'Въведете своя адрес за фактуриране и информация за кредитна карта', + 'payment_cvv' => '*Това е номерът от 3-4 цифри на гърба на кредитната карта', + 'payment_footer1' => '*Адресът за фактуриране трябва да съвпада с адреса на кредитната карта.', + 'payment_footer2' => '*Моля, натиснете "PAY NOW" само веднъж - транзакцията може да отнеме до 1 минута за обработка.', + 'id_number' => 'ЕИК/Булстат', + 'white_label_link' => 'White label', + 'white_label_header' => 'White Label', + 'bought_white_label' => 'Успешно активиране на лиценз White label.', + 'white_labeled' => 'White labeled', + 'restore' => 'Възтанови', + 'restore_invoice' => 'Възтанови Фактура', + 'restore_quote' => 'Възтанови Оферта', + 'restore_client' => 'Възтанови Клиент', + 'restore_credit' => 'Възтанови Кредит', + 'restore_payment' => 'Възтанови Плащане', + 'restored_invoice' => 'Успешно възстановена фактура', + 'restored_quote' => 'Успешно възстановена Оферта', + 'restored_client' => 'Успешно възстановен Клиент', + 'restored_payment' => 'Успешно възстановенo Плащане', + 'restored_credit' => 'Успешно възстановен кредит', + 'reason_for_canceling' => 'Помогнете ни да подобрим сайта си като ни кажете, защо напускате.', + 'discount_percent' => 'Процент', + 'discount_amount' => 'Сума', + 'invoice_history' => 'История на фактурите', + 'quote_history' => 'История на офертите', + 'current_version' => 'Текуща версия', + 'select_version' => 'Избери версия', + 'view_history' => 'Прегледай историята', + 'edit_payment' => 'Редактирай Плащане', + 'updated_payment' => 'Успешно обновено Плащане', + 'deleted' => 'изтрита', + 'restore_user' => 'Възстанови Потребител', + 'restored_user' => 'Успешно възстановен Потребител', + 'show_deleted_users' => 'Покажи изтрити потребители', + 'email_templates' => 'Шаблони на имейли', + 'invoice_email' => 'Имейл за фактура', + 'payment_email' => 'Имейл за плащане', + 'quote_email' => 'Имейл за оферта', + 'reset_all' => 'Нулиране на всички', + 'approve' => 'Одобрение', + 'token_billing_type_id' => 'Token за плащане', + 'token_billing_help' => 'Запазване на детайлите за плащане с WePay, Stripe, Braintree или GoCardless.', + 'token_billing_1' => 'Неактивно', + 'token_billing_2' => 'Opt-in - чекбоксът се показва, но не е селектиран', + 'token_billing_3' => 'Opt-in - чекбоксът се показва и е селектиран', + 'token_billing_4' => 'Винаги', + 'token_billing_checkbox' => 'Запазване на детайлите на кредитната карта', + 'view_in_gateway' => 'Преглед в :gateway', + 'use_card_on_file' => 'Използване на записаната карта', + 'edit_payment_details' => 'Редактиране на данните за плащане', + 'token_billing' => 'Запазване на данните на картата', + 'token_billing_secure' => 'Данните са сигурно съхранени от :link', + 'support' => 'Поддръжка', + 'contact_information' => 'Информация за контакт', + '256_encryption' => '256-битово криптиране', + 'amount_due' => 'Сума в падеж', + 'billing_address' => 'Адрес за фактуриране', + 'billing_method' => 'Метод на плащане', + 'order_overview' => 'Преглед на поръчката', + 'match_address' => '*Адресът трябва да съвпада с адреса асоцииран с кредитната карта.', + 'click_once' => '*Моля, натиснете "PAY NOW" само веднъж - транзакцията може да отнеме до 1 минута за обработка.', + 'invoice_footer' => 'Футър на фактурата', + 'save_as_default_footer' => 'Запази като футър по подразбиране', + 'token_management' => 'Управление на токъни', + 'tokens' => 'Токъни', + 'add_token' => 'Добавяне на токън', + 'show_deleted_tokens' => 'Показване на изтритите токъни', + 'deleted_token' => 'Успешно изтрит токън', + 'created_token' => 'Успешно създаден токън', + 'updated_token' => 'Успешно актуализиран токън', + 'edit_token' => 'Редакция на токън', + 'delete_token' => 'Изтриване на токън', + 'token' => 'Токън', + 'add_gateway' => 'Добавяне на Gateway', + 'delete_gateway' => 'Изтриване на Gateway', + 'edit_gateway' => 'Редакция на Gateway', + 'updated_gateway' => 'Успешно актуализиран Gateway', + 'created_gateway' => 'Успешно създаден Gateway', + 'deleted_gateway' => 'Успешно изтрит Gateway', + 'pay_with_paypal' => 'PayPal', + 'pay_with_card' => 'Кредитна карта', + 'change_password' => 'Промяна на парола', + 'current_password' => 'Настояща парола', + 'new_password' => 'Нова парола', + 'confirm_password' => 'Потвърждение на паролата', + 'password_error_incorrect' => 'Настоящата парола е грешна.', + 'password_error_invalid' => 'Новата парола не е валидна.', + 'updated_password' => 'Успешно сменена парола', + 'api_tokens' => 'API токъни', + 'users_and_tokens' => 'Потребители & токъни', + 'account_login' => 'Вход в профила', + 'recover_password' => 'Възстановяване на парола', + 'forgot_password' => 'Забравена парола?', + 'email_address' => 'Имейл адрес', + 'lets_go' => 'Да започваме!', + 'password_recovery' => 'Възстановяване на парола', + 'send_email' => 'Изпращане на имейл', + 'set_password' => 'Задаване на парола', + 'converted' => 'Конвертирано', + 'email_approved' => 'Прати ми имейл, когато офертата одобрена', + 'notification_quote_approved_subject' => 'Оферта :invoice е одобрена от :client', + 'notification_quote_approved' => 'Клиентът :client одобри оферта :invoice на стойност :amount.', + 'resend_confirmation' => 'Повторно изпращане на имейл за потвърждение', + 'confirmation_resent' => 'Имейлът за потвърждение беше изпратен отново', + 'gateway_help_42' => ':link за регистрация в BitPay.
Забележка: използвайте Legacy API Key, а не API token.', + 'payment_type_credit_card' => 'Кредитна карта', + 'payment_type_paypal' => 'PayPal', + 'payment_type_bitcoin' => 'Bitcoin', + 'payment_type_gocardless' => 'GoCardless', + 'knowledge_base' => 'Knowledge Base', + 'partial' => 'Частично плащане / депозит', + 'partial_remaining' => ':partial от :balance', + 'more_fields' => 'Още полета', + 'less_fields' => 'По-малко полета', + 'client_name' => 'Име на клиент', + 'pdf_settings' => 'PDF настройки', + 'product_settings' => 'Настройки на продукти', + 'auto_wrap' => 'Auto Line Wrap', + 'duplicate_post' => 'Внимание: предишната страница е изпратена два пъти. Второто изпращане е игнорирано.', + 'view_documentation' => 'Вижте документацията', + 'app_title' => 'Безплатно Open-Source онлайн фактуриране', + 'app_description' => 'Invoice Ninja е безплатно решение с отворен код за фактуриране и плащане. С Invoice Ninja лесно създавате и изпращате фактури от всяко устройство с достъп до интернет. Клиентите Ви могат да отпечатат фактурите, да ги изтефлят в pdf формат и дори да Ви платят онлайн в системата.', + 'rows' => 'редове', + 'www' => 'www', + 'logo' => 'Лого', + 'subdomain' => 'Subdomain', + 'provide_name_or_email' => 'Моля, въведете име или имейл', + 'charts_and_reports' => 'Графики и справки', + 'chart' => 'Графика', + 'report' => 'Справка', + 'group_by' => 'Групиране по', + 'paid' => 'Платено', + 'enable_report' => 'Справка', + 'enable_chart' => 'Графика', + 'totals' => 'Общи суми', + 'run' => 'Старт', + 'export' => 'Експорт', + 'documentation' => 'Документация', + 'zapier' => 'Zapier', + 'recurring' => 'Периодично', + 'last_invoice_sent' => 'Последна фактура изпратена на :date', + 'processed_updates' => 'Успешно завършен ъпдейт', + 'tasks' => 'Задачи', + 'new_task' => 'Нова задача', + 'start_time' => 'Начало', + 'created_task' => 'Успешно създадена задача', + 'updated_task' => 'Успешно актуализирана задача', + 'edit_task' => 'Редакция на задача', + 'archive_task' => 'Архивиране на задача', + 'restore_task' => 'Възстановяване на задача', + 'delete_task' => 'Изтриване на задача', + 'stop_task' => 'Спиране на задача', + 'time' => 'Време', + 'start' => 'Старт', + 'stop' => 'Стоп', + 'now' => 'Сега', + 'timer' => 'Таймер', + 'manual' => 'Ръчно', + 'date_and_time' => 'Дата и час', + 'second' => 'секунда', + 'seconds' => 'секунди', + 'minute' => 'минута', + 'minutes' => 'минути', + 'hour' => 'час', + 'hours' => 'часове', + 'task_details' => 'Детайли на задачата', + 'duration' => 'Продължителност', + 'time_log'=> 'Лог за време', + 'end_time' => 'Край', + 'end' => 'Край', + 'invoiced' => 'Фактурирано', + 'logged' => 'Логвано', + 'running' => 'Стартирано', + 'task_error_multiple_clients' => 'Задачата не може да бъде присвоена на различни клиенти', + 'task_error_running' => 'Моля, първо спрете стартираните задачи', + 'task_error_invoiced' => 'Задачите вече са фактурирани', + 'restored_task' => 'Успешно възстановена задача', + 'archived_task' => 'Успешно архивирана задача', + 'archived_tasks' => 'Успешно архивирани :count задачи', + 'deleted_task' => 'Успешно изтрита задача', + 'deleted_tasks' => 'Успешно изтрити :count задачи', + 'create_task' => 'Нова задача', + 'stopped_task' => 'Успешно спряна задача', + 'invoice_task' => 'Фактуриране на задача', + 'invoice_labels' => 'Етикети на фактурата', + 'prefix' => 'Префикс', + 'counter' => 'Брояч', + 'payment_type_dwolla' => 'Dwolla', + 'gateway_help_43' => ':link за вход в Dwolla', + 'partial_value' => 'Трябва да бъде повече от 0 и по-малко от общата стойност.', + 'more_actions' => 'Още', + 'pro_plan_title' => 'NINJA PRO', + 'pro_plan_call_to_action' => 'Upgrade Now!', + 'pro_plan_feature1' => 'Създаване на неограничен брой клиенти', + 'pro_plan_feature2' => 'Достъп до 10 красиви дизайна на фактури', + 'pro_plan_feature3' => 'Персонализиран URL - "YourBrand.InvoiceNinja.com"', + 'pro_plan_feature4' => 'Премахване на "Created by Invoice Ninja"', + 'pro_plan_feature5' => 'Достъп на множество потребители и следене на дейността', + 'pro_plan_feature6' => 'Създаване на оферти и проформа фактури', + 'pro_plan_feature7' => 'Персонализиране на заглавията на полетата на фактурите и номерирането', + 'pro_plan_feature8' => 'Възможност за орикачване на PDF файлове към имейлите до клиентите', + 'resume' => 'Отказ', + 'break_duration' => 'Прекратяване', + 'edit_details' => 'Редакция на детайлите', + 'work' => 'Работа', + 'timezone_unset' => 'Миля, :link за да зададете часова зона', + 'click_here' => 'натиснете тук', + 'email_receipt' => 'Изпращане на имейл за плащане към клиента', + 'created_payment_emailed_client' => 'Успешно създадено плащане и изпратен имейл към клиента', + 'add_company' => 'Добавяне на фирма', + 'untitled' => 'Без заглавие', + 'new_company' => 'Нова фирма', + 'associated_accounts' => 'Успешно свързани профили', + 'unlinked_account' => 'Успешно разделени профили', + 'login' => 'Вход', + 'or' => 'или', + 'email_error' => 'Проблем при изпращането на имейла', + 'confirm_recurring_timing' => 'Забележка: Имейлите се изпращат на кръгъл час.', + 'confirm_recurring_timing_not_sent' => 'Забележка: Фактурите се създават на кръгъл час.', + 'payment_terms_help' => 'Задава падеж на фактурата по подразбиране', + 'unlink_account' => 'Разделяне на профили', + 'unlink' => 'Разделяне', + 'show_address' => 'Показване на адрес', + 'show_address_help' => 'Изикай от клиента да въведе фактурен адрес', + 'update_address' => 'Актуализация на адреса', + 'update_address_help' => 'Актуализация на адреса на клиента с предоставените данни', + 'times' => 'Време', + 'set_now' => 'Сега', + 'dark_mode' => 'Тъмен режим', + 'dark_mode_help' => 'Тъмен фон за страничните колони', + 'add_to_invoice' => 'Добавяне към фактура :invoice', + 'create_new_invoice' => 'Създаване на нова фактура', + 'task_errors' => 'Моля, коригирайте припокриващите се интервали', + 'from' => 'От', + 'to' => 'До', + 'font_size' => 'Размер на шрифта', + 'primary_color' => 'Основен цвят', + 'secondary_color' => 'Допълнителен цвят', + 'customize_design' => 'Персонализиране на дизайна', + 'content' => 'Съдържание', + 'styles' => 'Стилове', + 'defaults' => 'По подразбиране', + 'margins' => 'Граници', + 'header' => 'Хедър', + 'footer' => 'Футър', + 'custom' => 'Custom', + 'invoice_to' => 'Фактура до', + 'invoice_no' => 'Фактура номер', + 'quote_no' => 'Оферта номер', + 'recent_payments' => 'Последни плащания', + 'outstanding' => 'Оставащи', + 'manage_companies' => 'Управление на фирми', + 'total_revenue' => 'Общо приходи', + 'current_user' => 'Настоящ потребител', + 'new_recurring_invoice' => 'Нова периодична фактура', + 'recurring_invoice' => 'Периодична фактура', + 'new_recurring_quote' => 'Нова периодична оферта', + 'recurring_quote' => 'Периодична оферта', + 'recurring_too_soon' => 'Твърде рано е за създаване на следващата периодична фактура, по график е предвидена за :date', + 'created_by_invoice' => 'Създадено от :invoice', + 'primary_user' => 'Основен потребител', + 'help' => 'Помощ', + 'customize_help' => '

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

+

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

', + 'playground' => 'playground', + 'support_forum' => 'Форум за поддръжка', + 'invoice_due_date' => 'Падеж', + 'quote_due_date' => 'Валидна до', + 'valid_until' => 'Валидна до', + 'reset_terms' => 'Нулиране на условията', + 'reset_footer' => 'Нулиране на футър', + 'invoice_sent' => ':count изпратена фактура', + 'invoices_sent' => ':count изпратени фактури', + 'status_draft' => 'Чернова', + 'status_sent' => 'Изпратени', + 'status_viewed' => 'Видяни', + 'status_partial' => 'Частично платени', + 'status_paid' => 'Платени', + 'status_unpaid' => 'Неплатени', + 'status_all' => 'Всички', + 'show_line_item_tax' => 'Показване на данъка по редове', + 'iframe_url' => 'Сайт', + 'iframe_url_help1' => 'Копирайте този код в страница на Вашия сайт.', + 'iframe_url_help2' => 'Можете да тествате тази функционалност като изберете \'Виж като получател\' за определена фактура.', + 'auto_bill' => 'Автоматично фактуриране', + 'military_time' => '24 часово време', + 'last_sent' => 'Последно изпратени', + 'reminder_emails' => 'Напомняния по имейл', + 'quote_reminder_emails' => 'Имейли с напомняне за оферти', + 'templates_and_reminders' => 'Шаблони и напомняния', + 'subject' => 'Относно', + 'body' => 'Основен текст', + 'first_reminder' => 'Първо напомняне', + 'second_reminder' => 'Второ напомняне', + 'third_reminder' => 'Трето напомняне', + 'num_days_reminder' => 'Дни след падежа', + 'reminder_subject' => 'Напомняне: Фактура :invoice от :account', + 'reset' => 'Нулиране', + 'invoice_not_found' => 'Фактурата не е налична', + 'referral_program' => 'Referral Program', + 'referral_code' => 'Referral URL', + 'last_sent_on' => 'Последно изпратена: :date', + 'page_expire' => 'Тази страница скоро ще изтече, :click_here за да продължите', + 'upcoming_quotes' => 'Предстоящи оферти', + 'expired_quotes' => 'Изтекли оферти', + 'sign_up_using' => 'Вход чрез', + 'invalid_credentials' => 'Въведените данни не зъвпадат със записаните при нас', + 'show_all_options' => 'Показване на всички опции', + 'user_details' => 'Данни за потребителя', + 'oneclick_login' => 'Свързан профил', + 'disable' => 'Деактивиране', + 'invoice_quote_number' => 'Номерация на фактури и оферти', + 'invoice_charges' => 'Допълнителни такси за фактури', + 'notification_invoice_bounced' => 'Не успяхме да доставим фактура :invoice на :contact.', + 'notification_invoice_bounced_subject' => 'Невъзможна доставка на фактура :invoice', + 'notification_quote_bounced' => 'Не успяхме да доставим оферта :invoice на :contact.', + 'notification_quote_bounced_subject' => 'Невъзможна доставка на оферта :invoice', + 'custom_invoice_link' => 'Персонален линк за фактура', + 'total_invoiced' => 'Общо фактурирано', + 'open_balance' => 'Отворен баланс', + 'verify_email' => 'Моля, отворете линка от имейла за потвърждение за да верифицирате своя имейл адрес.', + 'basic_settings' => 'Основни настройки', + 'pro' => 'Pro', + 'gateways' => 'Портали за плащане', + 'next_send_on' => 'Следващо изпращане: :date', + 'no_longer_running' => 'Тази фактура не е заложена в графика', + 'general_settings' => 'Общи настройки', + 'customize' => 'Персонализиране', + 'oneclick_login_help' => 'Сържете профил за вход без парола', + 'referral_code_help' => 'Спечелете пари като споделите нашето приложение онлайн', + 'enable_with_stripe' => 'Активиране | Изисква Stripe', + 'tax_settings' => 'Настройки за данък', + 'create_tax_rate' => 'Добавяне на данъчна ставка', + 'updated_tax_rate' => 'Успешно актуализирана данъчна ставка', + 'created_tax_rate' => 'Успешно създадена данъчна ставка', + 'edit_tax_rate' => 'Редакция на данъчна ставка', + 'archive_tax_rate' => 'Архивиране на данъчна ставка', + 'archived_tax_rate' => 'Успешно архивиране на данъчна ставка', + 'default_tax_rate_id' => 'Данъчна ставка по подразбиране', + 'tax_rate' => 'Данъчна ставка', + 'recurring_hour' => 'Периодичен час', + 'pattern' => 'Шаблон', + 'pattern_help_title' => 'Помощ за шаблон', + 'pattern_help_1' => 'Създайте персонализирана номерация като заложите шаблон', + 'pattern_help_2' => 'Налични променливи:', + 'pattern_help_3' => 'Например, :example ще се превърне в :value', + 'see_options' => 'Вижте опциите', + 'invoice_counter' => 'Брояч фактури', + 'quote_counter' => 'Брояч оферти', + 'type' => 'Тип', + 'activity_1' => ':user зъздаде клиент :client', + 'activity_2' => ':user архивира клиент :client', + 'activity_3' => ':user изтри клиент :client', + 'activity_4' => ':user създаде фактура :invoice', + 'activity_5' => ':user актуализира фактура :invoice', + 'activity_6' => ':user изпрати фактура :invoice, към :client, на :contact', + 'activity_7' => ':contact прегледа фактура :invoice, към :client', + 'activity_8' => ':user архивира фактура :invoice', + 'activity_9' => ':user изтри фактура :invoice', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', + 'activity_11' => ':user актуализира плащане :payment', + 'activity_12' => ':user архивира плащане :payment', + 'activity_13' => ':user изтри плащане :payment', + 'activity_14' => ':user въведе :credit credit', + 'activity_15' => ':user актуализира :credit credit', + 'activity_16' => ':user архивира :credit credit', + 'activity_17' => ':user изтри кредит :credit', + 'activity_18' => ':user създаде оферта :quote', + 'activity_19' => ':user актуализира оферта :quote', + 'activity_20' => ':user изпрати оферта :quote, към :client, на :contact', + 'activity_21' => ':contact прегледа оферта :quote', + 'activity_22' => ':user архивира оферта :quote', + 'activity_23' => ':user изтри оферта :quote', + 'activity_24' => ':user възстанови оферта :quote', + 'activity_25' => ':user възстанови фактура :invoice', + 'activity_26' => ':user възстанови клиент :client', + 'activity_27' => ':user възстанови плащане :payment', + 'activity_28' => ':user възстанови кредит :credit', + 'activity_29' => ':contact одобри оферта :quote, към :client', + 'activity_30' => ':user създаде доставчик :vendor', + 'activity_31' => ':user архивира доставчик :vendor', + 'activity_32' => ':user изтри доставчик :vendor', + 'activity_33' => ':user възстанови доставчик :vendor', + 'activity_34' => ':user създаде покупка :expense', + 'activity_35' => ':user архивира покупка :expense', + 'activity_36' => ':user изтри покупка :expense', + 'activity_37' => ':user възстанови покупка :expense', + 'activity_42' => ':user създаде задача :task', + 'activity_43' => ':user актуализира задача :task', + 'activity_44' => ':user архивира задача :task', + 'activity_45' => ':user изтри задача :task', + 'activity_46' => ':user възстанови задача :task', + 'activity_47' => ':user актуализира покупка :expense', + 'activity_48' => ':user актуализира тикет :ticket', + 'activity_49' => ':user затвори тикет :ticket', + 'activity_50' => ':user обедини тикет :ticket', + 'activity_51' => ':user раздели тикет :ticket', + 'activity_52' => ':contact отвори тикет :ticket', + 'activity_53' => ':contact отново отвори тикет :ticket', + 'activity_54' => ':user отново отвори :ticket', + 'activity_55' => ':contact отговори на тикет :ticket', + 'activity_56' => ':user прегледа тикет :ticket', + + 'payment' => 'Плащане', + 'system' => 'Система', + 'signature' => 'Подпис в имейл', + 'default_messages' => 'Съобщения по подразбиране', + 'quote_terms' => 'Условия на оферта', + 'default_quote_terms' => 'Условия на оферта по подразбиране', + 'default_invoice_terms' => 'Условия на фактура по подразбиране', + 'default_invoice_footer' => 'Футър на фактура по подразбиране', + 'quote_footer' => 'Футър на оферта', + 'free' => 'Безплатно', + 'quote_is_approved' => 'Успешно потвърждение', + 'apply_credit' => 'Прилагане на кредит', + 'system_settings' => 'Системни настройки', + 'archive_token' => 'Архивиране на токен', + 'archived_token' => 'Успешно архивиран токен', + 'archive_user' => 'Архивиране на потребител', + 'archived_user' => 'Успешно архивиране на потребител', + 'archive_account_gateway' => 'Изтриване на портал', + 'archived_account_gateway' => 'Успешно архивиране на портал', + 'archive_recurring_invoice' => 'Архивиране на периодична фактура', + 'archived_recurring_invoice' => 'Успешно архивиране на периодична фактура', + 'delete_recurring_invoice' => 'зтриване на периодична фактура', + 'deleted_recurring_invoice' => 'Успешно изтриване на периодична фактура', + 'restore_recurring_invoice' => 'Възстановяване на периодична фактура', + 'restored_recurring_invoice' => 'Успешно възстановяване на периодична фактура', + 'archive_recurring_quote' => 'Архивиране на периодична оферта', + 'archived_recurring_quote' => 'Успешно архивиране на периодична оферта', + 'delete_recurring_quote' => 'Изтриване на периодична оферта', + 'deleted_recurring_quote' => 'Успешно изтриване на периодична оферта', + 'restore_recurring_quote' => 'Възстановяване на периодична оферта', + 'restored_recurring_quote' => 'спешно възстановяване на периодична оферта', + 'archived' => 'Архив', + 'untitled_account' => 'Фирма без име', + 'before' => 'Преди', + 'after' => 'След', + 'reset_terms_help' => 'Връщане към условията по подразбиране', + 'reset_footer_help' => 'Връщане към футъра по подразбиране', + 'export_data' => 'Експорт на данни', + 'user' => 'Потребител', + 'country' => 'Държава', + 'include' => 'Включване', + 'logo_too_large' => 'Размерът на Вашето лого е :size. За по-добра производителност на PDF файла предлагаме да качите изображение по-малко от 200KB.', + 'import_freshbooks' => 'Импорт от FreshBooks', + 'import_data' => 'Импорт на данни', + 'source' => 'Източник', + 'csv' => 'CSV', + 'client_file' => 'Файл с клиентски данни', + 'invoice_file' => 'Файл с фактури', + 'task_file' => 'Файл със задачи', + 'no_mapper' => 'Невалидна структура на файл', + 'invalid_csv_header' => 'Невалиден CSV хедър', + 'client_portal' => 'Клиентски портал', + 'admin' => 'Администриране', + 'disabled' => 'Неактивно', + 'show_archived_users' => 'Показване на архивирани потребители', + 'notes' => 'Забележки', + 'invoice_will_create' => 'Фактурата ще бъде създадена', + 'invoices_will_create' => 'Фактурите ще бъдат създадени', + 'failed_to_import' => 'Следните записи не могат да бъдат импортирани, защото вече съществуват или липсват задължителни полета с данни.', + 'publishable_key' => 'Ключ за публикуване', + 'secret_key' => 'Таен ключ', + 'missing_publishable_key' => 'Въведете своя Stripe ключ за публикуване за подобряване на процеса на плащане', + 'email_design' => 'Дизайн на имейл', + 'due_by' => 'Дължимо до :date', + 'enable_email_markup' => 'Активиране на Markup', + 'enable_email_markup_help' => 'Направете плащането към Вас по-лесно за клиентите си като добавите в имейлите си schema.org markup.', + 'template_help_title' => 'Помощ за шаблоните', + 'template_help_1' => 'Налични променливи:', + 'email_design_id' => 'Стилове на имейла', + 'email_design_help' => 'Направете имейлите си да изглеждат по-професионално с HTML layout.', + 'plain' => 'Изчистено', + 'light' => 'Светло', + 'dark' => 'Тъмно', + 'industry_help' => 'Използва се за сравнение със средните стойности за фирми с подомер размер и предмет на дейност.', + 'subdomain_help' => 'Заложете subdomain или показвайте фактурите на собствения си сайт.', + 'website_help' => 'Показвайте фактурите в iFrame на собствения си сайт', + 'invoice_number_help' => 'Въведете префикс или използвайте персонализиран шаблон за генериране на номер на фактура.', + 'quote_number_help' => 'Въведете префикс или използвайте персонализиран шаблон за генериране на номер на оферта.', + 'custom_client_fields_helps' => 'Добавете поле при създаване на клиент и ако желате включете етикета и стойността му в PDF документа.', + 'custom_account_fields_helps' => 'Добавете етикет и стойност към секцията с данните на фирмата в PDF документа.', + 'custom_invoice_fields_helps' => 'Добавете поле при създаване на фактура и ако желате включете етикета и стойността му в PDF документа. ', + 'custom_invoice_charges_helps' => 'Добавете поле при създаване на фактура и ако желате включете таксата в стойността на фактурата. ', + 'token_expired' => 'Валидиращият токън е изтекъл. Моля, опитайте отново.', + 'invoice_link' => 'Линк за фактура', + 'button_confirmation_message' => 'Кликнете, за да потвърдите имейл адреса си.', + 'confirm' => 'Потвърждение', + 'email_preferences' => 'Предпочитания за имейли', + 'created_invoices' => 'Успешно създадена/и :count фактура/и', + 'next_invoice_number' => 'Следващият номер на фактура е :number.', + 'next_quote_number' => 'Следващият номер на оферта е :number.', + 'days_before' => 'дни преди', + 'days_after' => 'дни след', + 'field_due_date' => 'падеж', + 'field_invoice_date' => 'Дата на фактура', + 'schedule' => 'График', + 'email_designs' => 'Дизайн на имейли', + 'assigned_when_sent' => 'Присвоен при изпращане', + 'white_label_purchase_link' => 'Купете лиценз White label', + 'expense' => 'Разход', + 'expenses' => 'Разходи', + 'new_expense' => 'Въведете разход', + 'enter_expense' => 'Въведете разход', + 'vendors' => 'Доставчици', + 'new_vendor' => 'Нов доставчик', + 'payment_terms_net' => 'Нетно', + 'vendor' => 'Доставчик', + 'edit_vendor' => 'Редакция на доставчик', + 'archive_vendor' => 'Архивиране на доставчик', + 'delete_vendor' => 'Изтриване на доставчик', + 'view_vendor' => 'Преглед на доставчик', + 'deleted_expense' => 'Успешно изтрит разход', + 'archived_expense' => 'Успешно архивиран разход', + 'deleted_expenses' => 'Успешно изтрити разходи', + 'archived_expenses' => 'Успешно архивирани разходи', + 'expense_amount' => 'Сума разходи', + 'expense_balance' => 'Баланс разходи', + 'expense_date' => 'Дата разход', + 'expense_should_be_invoiced' => 'Този разход трябва ли да се префактурира?', + 'public_notes' => 'Публични забележки', + 'invoice_amount' => 'Стойност на фактура', + 'exchange_rate' => 'Курс', + 'yes' => 'Да', + 'no' => 'Не', + 'should_be_invoiced' => 'Трябва да се префактурира', + 'view_expense' => 'Преглед на разход # :expense', + 'edit_expense' => 'Редакция на разход', + 'archive_expense' => 'Архивиране на разход', + 'delete_expense' => 'Изтриване на разход', + 'view_expense_num' => 'Разход # :expense', + 'updated_expense' => 'Успешна актуализация на разход', + 'created_expense' => 'Успешно създаден разход', + 'enter_expense' => 'Въведете разход', + 'view' => 'Преглед', + 'restore_expense' => 'Възстановяване на разход', + 'invoice_expense' => 'Префактуриране на разход', + 'expense_error_multiple_clients' => 'Разходът не може да принадлежи на различни клиенти', + 'expense_error_invoiced' => 'Разходът вече е префактуриран', + 'convert_currency' => 'Конвертиране на валутата', + 'num_days' => 'Брой дни', + 'create_payment_term' => 'Създаване на условие за плащане', + 'edit_payment_terms' => 'Редакция на условие за плащане', + 'edit_payment_term' => 'Редакция на условие за плащане', + 'archive_payment_term' => 'Архижиране на условие за плащане', + 'recurring_due_dates' => 'Периодични падежи на фактура', + 'recurring_due_date_help' => '

Автоматично задава падежа на фактурата.

+

Фактури с месечен или годишен цикъл заложени с падеж на или преди деня на създаване ще бъдат с падеж следващия месец. Фактурите заложени за 29-и или 30-и през месеците, в които няма такава дата, ще бъдат с падеж последния ден на месеца.

+

Фактурите със седмичен цикъл заложени с падеж деня, в който са създадени, ще бъдат с първи падеж следващата седмица.

+

Пример:

+ ', + 'due' => 'Падеж', + 'next_due_on' => 'Следващ падеж: :date', + 'use_client_terms' => 'Използване на клиентските условия', + 'day_of_month' => ':ordinal число на месеца', + 'last_day_of_month' => 'Последен ден на месеца', + 'day_of_week_after' => ':ordinal :day след', + 'sunday' => 'неделя', + 'monday' => 'понеделник', + 'tuesday' => 'вторник', + 'wednesday' => 'сряда', + 'thursday' => 'четвъртък', + 'friday' => 'петък', + 'saturday' => 'събота', + 'header_font_id' => 'Шрифт на заглавие', + 'body_font_id' => 'Врифт на основен текст', + 'color_font_help' => 'Забележка: Основният цвят и шрифт се използват също и в клиентския портал и персонализираните имейли.', + 'live_preview' => 'Преглед', + 'invalid_mail_config' => 'Грешка при изпращане на имейл. Моля, проверете настройките за имейл.', + 'invoice_message_button' => 'За да видите своята фактура на стойност :amount, кликнете върху бутона.', + 'quote_message_button' => 'За да видите своята оферта на стойност :amount, кликнете върху бутона.', + 'payment_message_button' => 'Благодарим Ви за плащането на :amount', + 'payment_type_direct_debit' => 'Директен дебит', + 'bank_accounts' => 'Кредитни карти и банки', + 'add_bank_account' => 'Добавяне на банкова сметка', + 'setup_account' => 'Настойка на сметка', + 'import_expenses' => 'Импорт на разходи', + 'bank_id' => 'Банка', + 'integration_type' => 'Тип интеграция', + 'updated_bank_account' => 'Успешно актуализирана банкова сметка', + 'edit_bank_account' => 'Редакция на банкова сметка', + 'archive_bank_account' => 'Архивиране на банкова сметка', + 'archived_bank_account' => 'Успешно архивирана банкова сметка', + 'created_bank_account' => 'Успешно създадена банкова сметка', + 'validate_bank_account' => 'Валидиране на банкова сметка', + 'bank_password_help' => 'Забележка: Паролата Ви се изпраща по сигурен канал и никога не се съхранява на нашите сървъри.', + 'bank_password_warning' => 'Внимание: Паролата Ви може да бъде изпратена некриптирана, помислете за активиране на протокола HTTPS.', + 'username' => 'Потребителско име', + 'account_number' => 'Номер на сметка', + 'account_name' => 'Име на сметка', + 'bank_account_error' => 'Грешка при извличането на данните за сметката. Моля, проверете своите данни за вход.', + 'status_approved' => 'Одобрена', + 'quote_settings' => 'Настройки за оферти', + 'auto_convert_quote' => 'Автоматично конвертиране', + 'auto_convert_quote_help' => 'Автоматично конвертиране на оферта във фактура при одобрение от клиента.', + 'validate' => 'Валидиране', + 'info' => 'Инфо', + 'imported_expenses' => 'Успешно създадени :count_vendors доставчик/ци и :count_expenses разход/и', + 'iframe_url_help3' => 'Забележка: Ако планирате да приемате данни за кредитни карти, силно препоръчваме да активирате HTTPS на сайта си.', + 'expense_error_multiple_currencies' => 'Разходите не могат да са в различни валути.', + 'expense_error_mismatch_currencies' => 'Валутата на клиента не съвпада с валутата на разхода.', + 'trello_roadmap' => 'Trello Roadmap', + 'header_footer' => 'Хедър / Футър', + 'first_page' => 'Първа страница', + 'all_pages' => 'Всички страници', + 'last_page' => 'Последна страница', + 'all_pages_header' => 'Показване на хедъра на', + 'all_pages_footer' => 'Показване на футъра на', + 'invoice_currency' => 'Валута на фактурата', + 'enable_https' => 'Силно препоръчваме да използвате HTTPS за приемане на данни за кредитни карти онлайн.', + 'quote_issued_to' => 'Оферта издадена на', + 'show_currency_code' => 'Код валута', + 'free_year_message' => 'Вашият профил е ъпгрейднат до план Pro за една година безплатно.', + 'trial_message' => 'Вашият профил ще получи безплатен двуседмичен тестов период за нашия план Pro.', + 'trial_footer' => 'Вашият безплатен тестов период за план Pro включва още :count ни, :link за ъпгрейд.', + 'trial_footer_last_day' => 'Това е последният ден на Вашия безплатен тестов период за план Pro, :link за ъпгрейд.', + 'trial_call_to_action' => 'Стартиране на безплатен пробен период', + 'trial_success' => 'Успешно активиран безплатен двуседмичен тестов период за план Pro', + 'overdue' => 'Просрочие', + + + 'white_label_text' => 'Купете ЕДНОГОДИШЕН лиценз White label за $:price, за да премахнете брандирането на Invoice Ninja от фактурите и клиентския портал.', + 'user_email_footer' => 'Променете настройките зрез имейл тук: :link', + 'reset_password_footer' => 'Ако не сте заявявали възстановяване на паролата, моля свържете се по имейл с нашата поддръжка: :email', + 'limit_users' => 'Съжаляваме, но това ще надвиши лимита от :limit потребители', + 'more_designs_self_host_header' => 'Вземете още 6 дизайна на фактури замо за $:price', + 'old_browser' => 'Моля, използвайте :link', + 'newer_browser' => 'по-нов браузър', + 'white_label_custom_css' => ':link за $:price за активиране на персонализацията на стиловете и за подпомагане на нашия проект.', + 'bank_accounts_help' => 'Свържете банкова сметка за автоматичен импорт на разходи и създаване на доставчици. Поддържа American Express и :link.', + 'us_banks' => '400+ банки от САЩ', + + 'pro_plan_remove_logo' => ':link за премахване на логото на Invoice Ninja чрез активиране на План Pro', + 'pro_plan_remove_logo_link' => 'Кликнете тук', + 'invitation_status_sent' => 'Изпратен', + 'invitation_status_opened' => 'Отворен', + 'invitation_status_viewed' => 'Прегледан', + 'email_error_inactive_client' => 'Не могат да бъдат изпращани имейли към неактивни клиенти', + 'email_error_inactive_contact' => 'Не могат да бъдат изпращани имейли към неактивни контакти', + 'email_error_inactive_invoice' => 'Не могат да бъдат изпращани имейли по неактивни фактури', + 'email_error_inactive_proposal' => 'Не могат да бъдат изпращани имейли по неактивни оферти', + 'email_error_user_unregistered' => 'Моля, регистрирайте профила си, за да изпращате имейли', + 'email_error_user_unconfirmed' => 'Моля, потвърдете профила си, за да изпращате имейли', + 'email_error_invalid_contact_email' => 'Невалиден имейл за контакт', + + 'navigation' => 'Навигация', + 'list_invoices' => 'Списък фактури', + 'list_clients' => 'Списък клиенти', + 'list_quotes' => 'Списък количества', + 'list_tasks' => 'Списък задачи', + 'list_expenses' => 'Списък задачи', + 'list_recurring_invoices' => 'Списък периодични фактури', + 'list_payments' => 'Списък плащания', + 'list_credits' => 'Списък кредити', + 'tax_name' => 'Има на такса', + 'report_settings' => 'Настройки за справки', + 'search_hotkey' => 'бърз клавиш /', + + 'new_user' => 'Нов потребител', + 'new_product' => 'Нов продукт', + 'new_tax_rate' => 'Нова такса', + 'invoiced_amount' => 'Фактурирана сума', + 'invoice_item_fields' => 'Полета за редове на фактура', + 'custom_invoice_item_fields_help' => 'Добавете поле при създаване на ред от фактура и изведете етикета и стойността в PDF документа.', + 'recurring_invoice_number' => 'Периодичен номер', + 'recurring_invoice_number_prefix_help' => 'Задайте префикс, който да се използва за номерата на периодични фактури.', + + // Client Passwords + 'enable_portal_password' => 'Защита на фактурите с парола', + 'enable_portal_password_help' => 'Дава възможност да заложите парола за всеки контакт. Ако такава е заложена, контактното лице ще трябва да я въведе преди да види фактурите,', + 'send_portal_password' => 'Автоматично генериране', + 'send_portal_password_help' => 'Ако не бъде заложена парола, такава ще се генерира и ще бъде изпратена с първата фактура.', + + 'expired' => 'Изтекла', + 'invalid_card_number' => 'Невалиден номер на кредитна карта.', + 'invalid_expiry' => 'Невалидна дата на валидност.', + 'invalid_cvv' => 'CVV не е валиден.', + 'cost' => 'Цена', + 'create_invoice_for_sample' => 'Забележка: Създайте първата си фактура и я вижте тук.', + + // User Permissions + 'owner' => 'Собственик', + 'administrator' => 'Администратор', + 'administrator_help' => 'Даване на права на потребителя да управлява другите потребители, да променя настойки и да редактира всички записи', + 'user_create_all' => 'Създаване на клиенти, фактури и т.н.', + 'user_view_all' => 'Преглед на всички клиенти, фактури и т.н.', + 'user_edit_all' => 'Редакция на всички клиенти, фактури и т.н.', + 'gateway_help_20' => ':link за регистрация в Sage Pay.', + 'gateway_help_21' => ':link за регистрация в Sage Pay.', + 'partial_due' => 'Частично дължима', + 'restore_vendor' => 'Възстановяване на доставчик', + 'restored_vendor' => 'Успешно възстановяване на доставчик', + 'restored_expense' => 'Успешно възстановяване на разход', + 'permissions' => 'Права за достъп', + 'create_all_help' => 'Права за създаване и редакция на записи', + 'view_all_help' => 'Права за виждане на записи, които потребителят не е създал', + 'edit_all_help' => 'Права за редакция на записи, които потребителят не е създал', + 'view_payment' => 'Преглед на плащането', + + 'january' => 'Януари', + 'february' => 'Февруари', + 'march' => 'Март', + 'april' => 'Април', + 'may' => 'Май', + 'june' => 'Юни', + 'july' => 'Юли', + 'august' => 'Август', + 'september' => 'Септември', + 'october' => 'Октомври', + 'november' => 'Ноември', + 'december' => 'Декември', + + // Documents + 'documents_header' => 'Документи:', + 'email_documents_header' => 'Документи:', + 'email_documents_example_1' => 'Widgets Receipt.pdf', + 'email_documents_example_2' => 'Final Deliverable.zip', + 'quote_documents' => 'Документи оферта', + 'invoice_documents' => 'окументи фактура', + 'expense_documents' => 'Документи разходи', + 'invoice_embed_documents' => 'Свързани документи', + 'invoice_embed_documents_help' => 'Включване на прикачените изображения във фактурата.', + 'document_email_attachment' => 'Прикачване на документи', + 'ubl_email_attachment' => 'Прикачване на UBL', + 'download_documents' => 'Документи за изтегляне (:size)', + 'documents_from_expenses' => 'От разходи:', + 'dropzone_default_message' => 'Пуснете тук флайловете или кликнете за качване', + 'dropzone_default_message_disabled' => 'Деактивирано качване на файлове', + 'dropzone_fallback_message' => 'Вашият браузър не поддържа drag\'n\'drop качване на файлове.', + 'dropzone_fallback_text' => 'Моля, използвайте формуляра долу, за да качите файловете по "старомодния начин".', + 'dropzone_file_too_big' => 'Файлът е твърде голям ({{filesize}}MiB). Макс. размер: {{maxFilesize}}MiB.', + 'dropzone_invalid_file_type' => 'Не можете да качвате файлове от този тип.', + 'dropzone_response_error' => 'Сървърът отговаря с код {{statusCode}}.', + 'dropzone_cancel_upload' => 'Отмени качването', + 'dropzone_cancel_upload_confirmation' => 'Сигурни ли сте, че искате да отмените качването?', + 'dropzone_remove_file' => 'Изтрий файл', + 'documents' => 'Документи', + 'document_date' => 'Дата на документа', + 'document_size' => 'Големина', + + 'enable_client_portal' => 'Портал на клиента', + 'enable_client_portal_help' => 'Покажи/скрий портала на клиента', + 'enable_client_portal_dashboard' => 'Табло', + 'enable_client_portal_dashboard_help' => 'Показване / скриване на страницата Табло в клиентския портал.', + + // Plans + 'account_management' => 'Управление на акаунтите', + 'plan_status' => 'Статус на плана', + + 'plan_upgrade' => 'Upgrade', + 'plan_change' => 'Промяна на плана', + 'pending_change_to' => 'Промяна към', + 'plan_changes_to' => ':plan на :date', + 'plan_term_changes_to' => ':plan (:term) на :date', + 'cancel_plan_change' => 'Отказ от промяна', + 'plan' => 'План', + 'expires' => 'Изтича', + 'renews' => 'Подновяване', + 'plan_expired' => ':plan планът е изтекъл', + 'trial_expired' => 'Тестовият период на план :plan е завършил', + 'never' => 'Никога', + 'plan_free' => 'Безплатен', + 'plan_pro' => 'Pro', + 'plan_enterprise' => 'Enterprise', + 'plan_white_label' => 'Self Hosted (White labeled)', + 'plan_free_self_hosted' => 'Self Hosted (Безплатен)', + 'plan_trial' => 'Тестов период', + 'plan_term' => 'Срок', + 'plan_term_monthly' => 'Месечно', + 'plan_term_yearly' => 'Годишно', + 'plan_term_month' => 'Месец', + 'plan_term_year' => 'Година', + 'plan_price_monthly' => '$:price/мес.', + 'plan_price_yearly' => '$:price/година', + 'updated_plan' => 'Актуализирани настройки на плана', + 'plan_paid' => 'Срокът е започнал', + 'plan_started' => 'Планът е стартиран', + 'plan_expires' => 'Планът изтича', + + 'white_label_button' => 'White Label', + + 'pro_plan_year_description' => 'Включване за една година в план Invoice Ninja Pro.', + 'pro_plan_month_description' => 'Включване за един месец в план Invoice Ninja Pro.', + 'enterprise_plan_product' => 'Enterprise Plan', + 'enterprise_plan_year_description' => 'Включване за една година в план Invoice Ninja Enterprise.', + 'enterprise_plan_month_description' => 'Включване за един месец в план Invoice Ninja Enterprise.', + 'plan_credit_product' => 'Кредит', + 'plan_credit_description' => 'Кредит или неизползвано време', + 'plan_pending_monthly' => 'Ще премине към месечно на :date', + 'plan_refunded' => 'Издадена е сума за възстановяване.', + + 'live_preview' => 'Преглед', + 'page_size' => 'Размер на страницата', + 'live_preview_disabled' => 'Прекледът на документа на живо е изключен заради избрания шрифт', + 'invoice_number_padding' => 'Отстояние', + 'preview' => 'Преглед', + 'list_vendors' => 'Списък доставчици', + 'add_users_not_supported' => 'Преминете към план Enterprise за да добавите още потребители.', + 'enterprise_plan_features' => 'Планът Enterprise посволява множество потребители и прикачени файлове, :link за пълен списък на функциите.', + 'return_to_app' => 'Обратно към приложението', + + + // Payment updates + 'refund_payment' => 'Възстановяване на плащане', + 'refund_max' => 'Max:', + 'refund' => 'Възстановяване', + 'are_you_sure_refund' => 'Възстановяване на избраните плащания?', + 'status_pending' => 'Обработка', + 'status_completed' => 'Завършено', + 'status_failed' => 'Отказ', + 'status_partially_refunded' => 'Частично възстановено', + 'status_partially_refunded_amount' => ':amount възстановени', + 'status_refunded' => 'Възстановено', + 'status_voided' => 'Отказано', + 'refunded_payment' => 'Възстановено плащане', + 'activity_39' => ':user е отказал :payment_amount за плащане :payment', + 'activity_40' => ':user е възстановил :adjustment на стойност :payment_amount за плащане :payment', + 'card_expiration' => 'Exp: :expires', + + 'card_creditcardother' => 'Неизвестно', + 'card_americanexpress' => 'American Express', + 'card_carteblanche' => 'Carte Blanche', + 'card_unionpay' => 'UnionPay', + 'card_diners' => 'Diners Club', + 'card_discover' => 'Discover', + 'card_jcb' => 'JCB', + 'card_laser' => 'Laser', + 'card_maestro' => 'Maestro', + 'card_mastercard' => 'MasterCard', + 'card_solo' => 'Solo', + 'card_switch' => 'Switch', + 'card_visacard' => 'Visa', + 'card_ach' => 'ACH', + + 'payment_type_stripe' => 'Stripe', + 'ach' => 'ACH', + 'enable_ach' => 'Accept US bank transfers', + 'stripe_ach_help' => 'Поддръжката на ACH трябва да е разрешена в :link.', + 'ach_disabled' => 'Вече е конфигуриран друг портал за директни дебити.', + + 'plaid' => 'Платено', + 'client_id' => 'Client Id', + 'secret' => 'Secret', + 'public_key' => 'Public Key', + 'plaid_optional' => '(опция)', + 'plaid_environment_help' => 'При предоставяне на тестов ключ на Stripe ще се използва тестовата развойна среда на Plaid\'s (tartan).', + 'other_providers' => 'Други доставчици', + 'country_not_supported' => 'Тази държава не се поддържа.', + 'invalid_routing_number' => 'Банковият код не е валиден.', + 'invalid_account_number' => 'Номерът на сметката не е валиден.', + 'account_number_mismatch' => 'Номерата на сметките не съвпадат.', + 'missing_account_holder_type' => 'Моля, изберете сметка на физическо лице или фирма.', + 'missing_account_holder_name' => 'Моля, въведете името на титуляра на сметката.', + 'routing_number' => 'Банков код', + 'confirm_account_number' => 'Потвърждение на номера на сметката', + 'individual_account' => 'Сметка на физическо лице', + 'company_account' => 'Сметка на фирма', + 'account_holder_name' => 'Име на титуляра на сметката', + 'add_account' => 'Добавяне на сметка', + 'payment_methods' => 'Методи за плащане', + 'complete_verification' => 'Завършване на верификацията', + 'verification_amount1' => 'Сума 1', + 'verification_amount2' => 'Сума 2', + 'payment_method_verified' => 'Верификацията е завършена успешно', + 'verification_failed' => 'Неуспешна верификация', + 'remove_payment_method' => 'Премахване на метод за плащане', + 'confirm_remove_payment_method' => 'Наистина ли искате да премахнете този метод на плащане?', + 'remove' => 'Премахване', + 'payment_method_removed' => 'Методът на плащане е премахнат.', + 'bank_account_verification_help' => 'We have made two deposits into your account with the description "VERIFICATION". These deposits will take 1-2 business days to appear on your statement. Please enter the amounts below.', + 'bank_account_verification_next_steps' => 'We have made two deposits into your account with the description "VERIFICATION". These deposits will take 1-2 business days to appear on your statement. + Once you have the amounts, come back to this payment methods page and click "Complete Verification" next to the account.', + 'unknown_bank' => 'Неизвестна банка', + 'ach_verification_delay_help' => 'Ще можете да използвате сметката след завършване на верификацията. Верификацията обичайно отнема 1-2 работни дни.', + 'add_credit_card' => 'Добавяне на кредитна карта', + 'payment_method_added' => 'Добавен метод за плащане.', + 'use_for_auto_bill' => 'Използване за Autobill', + 'used_for_auto_bill' => 'Метод за плащане Autobill', + 'payment_method_set_as_default' => 'Set Autobill payment method.', + 'activity_41' => 'Отказани :payment_amount по плащане (:payment)', + 'webhook_url' => 'Webhook URL', + 'stripe_webhook_help' => 'Трябва :link.', + 'stripe_webhook_help_link_text' => 'да добавите този URL като endpoint в Stripe', + 'gocardless_webhook_help_link_text' => 'да добавите този URL като endpoint в GoCardless', + 'payment_method_error' => 'Грешка при добавяне на метода за плащане. Моля, опитайте отново по-късно.', + 'notification_invoice_payment_failed_subject' => 'Отказано плащане по фактура :invoice', + 'notification_invoice_payment_failed' => 'Плащане направено от клиент :client към фактура :invoice е отказано. Плащането е маркирано като отказано и сумата :amount е добавена към баланса на клиента.', + 'link_with_plaid' => 'Link Account Instantly with Plaid', + 'link_manually' => 'Link Manually', + 'secured_by_plaid' => 'Secured by Plaid', + 'plaid_linked_status' => 'Вашата банкова сметка в :bank', + 'add_payment_method' => 'Добавяне на метод за плащане', + 'account_holder_type' => 'Тип титуляр на сметката', + 'ach_authorization' => 'I authorize :company to use my bank account for future payments and, if necessary, electronically credit my account to correct erroneous debits. I understand that I may cancel this authorization at any time by removing the payment method or by contacting :email.', + 'ach_authorization_required' => 'You must consent to ACH transactions.', + 'off' => 'Изкл.', + 'opt_in' => 'Opt-in', + 'opt_out' => 'Opt-out', + 'always' => 'Винаги', + 'opted_out' => 'Opted out', + 'opted_in' => 'Opted in', + 'manage_auto_bill' => 'Manage Auto-bill', + 'enabled' => 'Активно', + 'paypal' => 'PayPal', + 'braintree_enable_paypal' => 'Enable PayPal payments through BrainTree', + 'braintree_paypal_disabled_help' => 'The PayPal gateway is processing PayPal payments', + 'braintree_paypal_help' => 'You must also :link.', + 'braintree_paypal_help_link_text' => 'link PayPal to your BrainTree account', + 'token_billing_braintree_paypal' => 'Съхраняване на детайлите за плащане', + 'add_paypal_account' => 'Добавяне на PayPal сметка', + + + 'no_payment_method_specified' => 'Не е избран метод за плащане', + 'chart_type' => 'Chart Type', + 'format' => 'Формат', + 'import_ofx' => 'Import OFX', + 'ofx_file' => 'OFX File', + 'ofx_parse_failed' => 'Failed to parse OFX file', + + // WePay + 'wepay' => 'WePay', + 'sign_up_with_wepay' => 'Sign up with WePay', + 'use_another_provider' => 'Използване на друг доставчик', + 'company_name' => 'Име на фирма', + 'wepay_company_name_help' => 'Ще бъде изведено на извлечението по кредитната карта на клиента.', + 'wepay_description_help' => 'Целта на този акаунт.', + 'wepay_tos_agree' => 'Съгласявам се с :link.', + 'wepay_tos_link_text' => 'WePay Terms of Service', + 'resend_confirmation_email' => 'Повторно изпращане на имейл за потвърждение', + 'manage_account' => 'Управление на профил', + 'action_required' => 'Action Required', + 'finish_setup' => 'Завършване на настройките', + 'created_wepay_confirmation_required' => 'Моля, проверете имейла си и потвърдете адреса си в WePay.', + 'switch_to_wepay' => 'Прехвърляне към WePay', + 'switch' => 'Прехвърляне', + 'restore_account_gateway' => 'Възстановяване на портал', + 'restored_account_gateway' => 'Успешно възстановен портал', + 'united_states' => 'United States', + 'canada' => 'Canada', + 'accept_debit_cards' => 'Приемане на дебитни карти', + 'debit_cards' => 'Дебитна карта', + + 'warn_start_date_changed' => 'Следващата фактура ще бъде изпратена на новата стартова дата.', + 'warn_start_date_changed_not_sent' => 'Следващата фактура ще бъде създадена на новата стартова дата.', + 'original_start_date' => 'Оригинална стартова дата', + 'new_start_date' => 'Нова стартова дата', + 'security' => 'Сигурност', + 'see_whats_new' => 'Вижте новостите във версия v:version', + 'wait_for_upload' => 'Моля, изчакайте качването на документа.', + 'upgrade_for_permissions' => 'Преминете към нашия план Enterprise за да активирате потребителските права.', + 'enable_second_tax_rate' => 'Активирайте като определите втора данъчна ставка', + 'payment_file' => 'Файл за плащане', + 'expense_file' => 'Файл с разходи', + 'product_file' => 'Файл с продукти', + 'import_products' => 'Импорт на продукти', + 'products_will_create' => 'продукт/и ще бъдат създадени', + 'product_key' => 'Продукт', + 'created_products' => 'Успешно създадени/актуализирани :count продукт(и)', + 'export_help' => 'Използвайте JSON ако планирате да импортирате данни в Invoice Ninja.
Файлът съдържа клиенти, продукти, фактури, оферти и плащания.', + 'selfhost_export_help' => '
Препоръчваме да използвате mysqldump за създаване на пълен архив.', + 'JSON_file' => 'JSON файл', + + 'view_dashboard' => 'Вижте таблото', + 'client_session_expired' => 'Сесията е изтекла', + 'client_session_expired_message' => 'Вашата сесия е изтекла. Моля, отворете отново линка от имейла си.', + + 'auto_bill_notification' => 'Тази фактура ще бъде начислена автоматично за плащане към Вашата :payment_method на :due_date.', + 'auto_bill_payment_method_bank_transfer' => 'банкова сметка', + 'auto_bill_payment_method_credit_card' => 'кредитна карта', + 'auto_bill_payment_method_paypal' => 'PayPal сметка', + 'auto_bill_notification_placeholder' => 'Тази фактура ще бъде начислена автоматично за плащане от Вашата кредитна карта на датата на падежа.', + 'payment_settings' => 'Настройки за плащания', + + 'on_send_date' => 'На датата на изпращане', + 'on_due_date' => 'На датата на падежа', + 'auto_bill_ach_date_help' => 'ACH will always auto bill on the due date.', + 'warn_change_auto_bill' => 'Due to NACHA rules, changes to this invoice may prevent ACH auto bill.', + + 'bank_account' => 'Банкова сметка', + 'payment_processed_through_wepay' => 'ACH плащанията се обработват през WePay.', + 'wepay_payment_tos_agree' => 'Съгласен съм с :terms и :privacy_policy на WePay.', + 'privacy_policy' => 'Политика за защита на личните данни', + 'wepay_payment_tos_agree_required' => 'Трябва да се съгласите с Условията за ползване и Политиката за защита на личните данни на WePay.', + 'ach_email_prompt' => 'Моля, въведете своя имейл адрес:', + 'verification_pending' => 'Очаквана верификация', + + 'update_font_cache' => 'Моля, опреснете страницата, за да актуализирате шрифтовете.', + 'more_options' => 'Още', + 'credit_card' => 'Кредитна карта', + 'bank_transfer' => 'Банков трансфер', + 'no_transaction_reference' => 'Не сме получили референция на транзакцията от платежния портал.', + 'use_bank_on_file' => 'Използвайте наличните банкови данни', + 'auto_bill_email_message' => 'Фактурата ще бъде автоматично добавена за плащане чрез съхранения в профила метод за плащане на датата на падежа.', + 'bitcoin' => 'Биткойн', + 'gocardless' => 'GoCardless', + 'added_on' => 'Добавена :date', + 'failed_remove_payment_method' => 'Грешка при премахване на метода на плащане', + 'gateway_exists' => 'Този портал вече съществува', + 'manual_entry' => 'Ръчно въвеждане', + 'start_of_week' => 'Първи ден от седмицата', + + // Frequencies + 'freq_inactive' => 'Неактивно', + 'freq_daily' => 'Ежедневно', + 'freq_weekly' => 'Седмично', + 'freq_biweekly' => 'На две седмици', + 'freq_two_weeks' => 'Две седмици', + 'freq_four_weeks' => 'Четири седмици', + 'freq_monthly' => 'Месечно', + 'freq_three_months' => 'Три месеца', + 'freq_four_months' => 'Четири месеца', + 'freq_six_months' => 'Шест месеца', + 'freq_annually' => 'Годишно', + 'freq_two_years' => 'На две години', + + // Payment types + 'payment_type_Apply Credit' => 'Кредит', + 'payment_type_Bank Transfer' => 'Банков трансфер', + 'payment_type_Cash' => 'В брой', + 'payment_type_Debit' => 'Дебит', + 'payment_type_ACH' => 'ACH', + 'payment_type_Visa Card' => 'Visa Card', + 'payment_type_MasterCard' => 'MasterCard', + 'payment_type_American Express' => 'American Express', + 'payment_type_Discover Card' => 'Discover Card', + 'payment_type_Diners Card' => 'Diners Card', + 'payment_type_EuroCard' => 'EuroCard', + 'payment_type_Nova' => 'Nova', + 'payment_type_Credit Card Other' => 'Друга кредитна карта', + 'payment_type_PayPal' => 'PayPal', + 'payment_type_Google Wallet' => 'Google Wallet', + 'payment_type_Check' => 'Check', + 'payment_type_Carte Blanche' => 'Carte Blanche', + 'payment_type_UnionPay' => 'UnionPay', + 'payment_type_JCB' => 'JCB', + 'payment_type_Laser' => 'Laser', + 'payment_type_Maestro' => 'Maestro', + 'payment_type_Solo' => 'Solo', + 'payment_type_Switch' => 'Switch', + 'payment_type_iZettle' => 'iZettle', + 'payment_type_Swish' => 'Swish', + 'payment_type_Alipay' => 'Alipay', + 'payment_type_Sofort' => 'Sofort', + 'payment_type_SEPA' => 'SEPA Direct Debit', + 'payment_type_Bitcoin' => 'Bitcoin', + 'payment_type_GoCardless' => 'GoCardless', + + // Industries + 'industry_Accounting & Legal' => 'Счетоводство и правни услуги', + 'industry_Advertising' => 'Реклама', + 'industry_Aerospace' => 'Авиация', + 'industry_Agriculture' => 'Селско стопанство', + 'industry_Automotive' => 'Автомобилна индустрия', + 'industry_Banking & Finance' => 'Банки и финанси', + 'industry_Biotechnology' => 'Биотехнологии', + 'industry_Broadcasting' => 'Телевизия и радио', + 'industry_Business Services' => 'Бизнес услуги', + 'industry_Commodities & Chemicals' => 'Суровини и химикали', + 'industry_Communications' => 'Комуникации', + 'industry_Computers & Hightech' => 'Информационни технологии', + 'industry_Defense' => 'Отбрана', + 'industry_Energy' => 'Енергетика', + 'industry_Entertainment' => 'Развлекателна индустрия', + 'industry_Government' => 'Правителствен сектор', + 'industry_Healthcare & Life Sciences' => 'Здравеопазване', + 'industry_Insurance' => 'Застраховане', + 'industry_Manufacturing' => 'Производство', + 'industry_Marketing' => 'Маркетинг', + 'industry_Media' => 'Медии', + 'industry_Nonprofit & Higher Ed' => 'НПО', + 'industry_Pharmaceuticals' => 'Фармацевтика', + 'industry_Professional Services & Consulting' => 'Професионални услуги и консултации', + 'industry_Real Estate' => 'Недвижими имоти', + 'industry_Restaurant & Catering' => 'Ресторантьорство', + 'industry_Retail & Wholesale' => 'Продажби на дребно и едро', + 'industry_Sports' => 'Спорт', + 'industry_Transportation' => 'Транспорт', + 'industry_Travel & Luxury' => 'Пътувания и луксозни стоки', + 'industry_Other' => 'Друго', + 'industry_Photography' => 'Фотография', + + // Countries + 'country_Afghanistan' => 'Afghanistan', + 'country_Albania' => 'Albania', + 'country_Antarctica' => 'Antarctica', + 'country_Algeria' => 'Algeria', + 'country_American Samoa' => 'American Samoa', + 'country_Andorra' => 'Andorra', + 'country_Angola' => 'Angola', + 'country_Antigua and Barbuda' => 'Antigua and Barbuda', + 'country_Azerbaijan' => 'Azerbaijan', + 'country_Argentina' => 'Argentina', + 'country_Australia' => 'Australia', + 'country_Austria' => 'Austria', + 'country_Bahamas' => 'Bahamas', + 'country_Bahrain' => 'Bahrain', + 'country_Bangladesh' => 'Bangladesh', + 'country_Armenia' => 'Armenia', + 'country_Barbados' => 'Barbados', + 'country_Belgium' => 'Belgium', + 'country_Bermuda' => 'Bermuda', + 'country_Bhutan' => 'Bhutan', + 'country_Bolivia, Plurinational State of' => 'Bolivia, Plurinational State of', + 'country_Bosnia and Herzegovina' => 'Bosnia and Herzegovina', + 'country_Botswana' => 'Botswana', + 'country_Bouvet Island' => 'Bouvet Island', + 'country_Brazil' => 'Brazil', + 'country_Belize' => 'Belize', + 'country_British Indian Ocean Territory' => 'British Indian Ocean Territory', + 'country_Solomon Islands' => 'Solomon Islands', + 'country_Virgin Islands, British' => 'Virgin Islands, British', + 'country_Brunei Darussalam' => 'Brunei Darussalam', + 'country_Bulgaria' => 'Bulgaria', + 'country_Myanmar' => 'Myanmar', + 'country_Burundi' => 'Burundi', + 'country_Belarus' => 'Belarus', + 'country_Cambodia' => 'Cambodia', + 'country_Cameroon' => 'Cameroon', + 'country_Canada' => 'Canada', + 'country_Cape Verde' => 'Cape Verde', + 'country_Cayman Islands' => 'Cayman Islands', + 'country_Central African Republic' => 'Central African Republic', + 'country_Sri Lanka' => 'Sri Lanka', + 'country_Chad' => 'Chad', + 'country_Chile' => 'Chile', + 'country_China' => 'China', + 'country_Taiwan, Province of China' => 'Taiwan, Province of China', + 'country_Christmas Island' => 'Christmas Island', + 'country_Cocos (Keeling) Islands' => 'Cocos (Keeling) Islands', + 'country_Colombia' => 'Colombia', + 'country_Comoros' => 'Comoros', + 'country_Mayotte' => 'Mayotte', + 'country_Congo' => 'Congo', + 'country_Congo, the Democratic Republic of the' => 'Congo, the Democratic Republic of the', + 'country_Cook Islands' => 'Cook Islands', + 'country_Costa Rica' => 'Costa Rica', + 'country_Croatia' => 'Croatia', + 'country_Cuba' => 'Cuba', + 'country_Cyprus' => 'Cyprus', + 'country_Czech Republic' => 'Czech Republic', + 'country_Benin' => 'Benin', + 'country_Denmark' => 'Denmark', + 'country_Dominica' => 'Dominica', + 'country_Dominican Republic' => 'Dominican Republic', + 'country_Ecuador' => 'Ecuador', + 'country_El Salvador' => 'El Salvador', + 'country_Equatorial Guinea' => 'Equatorial Guinea', + 'country_Ethiopia' => 'Ethiopia', + 'country_Eritrea' => 'Eritrea', + 'country_Estonia' => 'Estonia', + 'country_Faroe Islands' => 'Faroe Islands', + 'country_Falkland Islands (Malvinas)' => 'Falkland Islands (Malvinas)', + 'country_South Georgia and the South Sandwich Islands' => 'South Georgia and the South Sandwich Islands', + 'country_Fiji' => 'Fiji', + 'country_Finland' => 'Finland', + 'country_Åland Islands' => 'Åland Islands', + 'country_France' => 'France', + 'country_French Guiana' => 'French Guiana', + 'country_French Polynesia' => 'French Polynesia', + 'country_French Southern Territories' => 'French Southern Territories', + 'country_Djibouti' => 'Djibouti', + 'country_Gabon' => 'Gabon', + 'country_Georgia' => 'Georgia', + 'country_Gambia' => 'Gambia', + 'country_Palestinian Territory, Occupied' => 'Palestinian Territory, Occupied', + 'country_Germany' => 'Germany', + 'country_Ghana' => 'Ghana', + 'country_Gibraltar' => 'Gibraltar', + 'country_Kiribati' => 'Kiribati', + 'country_Greece' => 'Greece', + 'country_Greenland' => 'Greenland', + 'country_Grenada' => 'Grenada', + 'country_Guadeloupe' => 'Guadeloupe', + 'country_Guam' => 'Guam', + 'country_Guatemala' => 'Guatemala', + 'country_Guinea' => 'Guinea', + 'country_Guyana' => 'Guyana', + 'country_Haiti' => 'Haiti', + 'country_Heard Island and McDonald Islands' => 'Heard Island and McDonald Islands', + 'country_Holy See (Vatican City State)' => 'Holy See (Vatican City State)', + 'country_Honduras' => 'Honduras', + 'country_Hong Kong' => 'Hong Kong', + 'country_Hungary' => 'Hungary', + 'country_Iceland' => 'Iceland', + 'country_India' => 'India', + 'country_Indonesia' => 'Indonesia', + 'country_Iran, Islamic Republic of' => 'Iran, Islamic Republic of', + 'country_Iraq' => 'Iraq', + 'country_Ireland' => 'Ireland', + 'country_Israel' => 'Israel', + 'country_Italy' => 'Italy', + 'country_Côte d\'Ivoire' => 'Côte d\'Ivoire', + 'country_Jamaica' => 'Jamaica', + 'country_Japan' => 'Japan', + 'country_Kazakhstan' => 'Kazakhstan', + 'country_Jordan' => 'Jordan', + 'country_Kenya' => 'Kenya', + 'country_Korea, Democratic People\'s Republic of' => 'Korea, Democratic People\'s Republic of', + 'country_Korea, Republic of' => 'Korea, Republic of', + 'country_Kuwait' => 'Kuwait', + 'country_Kyrgyzstan' => 'Kyrgyzstan', + 'country_Lao People\'s Democratic Republic' => 'Lao People\'s Democratic Republic', + 'country_Lebanon' => 'Lebanon', + 'country_Lesotho' => 'Lesotho', + 'country_Latvia' => 'Latvia', + 'country_Liberia' => 'Liberia', + 'country_Libya' => 'Libya', + 'country_Liechtenstein' => 'Liechtenstein', + 'country_Lithuania' => 'Lithuania', + 'country_Luxembourg' => 'Luxembourg', + 'country_Macao' => 'Macao', + 'country_Madagascar' => 'Madagascar', + 'country_Malawi' => 'Malawi', + 'country_Malaysia' => 'Malaysia', + 'country_Maldives' => 'Maldives', + 'country_Mali' => 'Mali', + 'country_Malta' => 'Malta', + 'country_Martinique' => 'Martinique', + 'country_Mauritania' => 'Mauritania', + 'country_Mauritius' => 'Mauritius', + 'country_Mexico' => 'Mexico', + 'country_Monaco' => 'Monaco', + 'country_Mongolia' => 'Mongolia', + 'country_Moldova, Republic of' => 'Moldova, Republic of', + 'country_Montenegro' => 'Montenegro', + 'country_Montserrat' => 'Montserrat', + 'country_Morocco' => 'Morocco', + 'country_Mozambique' => 'Mozambique', + 'country_Oman' => 'Oman', + 'country_Namibia' => 'Namibia', + 'country_Nauru' => 'Nauru', + 'country_Nepal' => 'Nepal', + 'country_Netherlands' => 'Netherlands', + 'country_Curaçao' => 'Curaçao', + 'country_Aruba' => 'Aruba', + 'country_Sint Maarten (Dutch part)' => 'Sint Maarten (Dutch part)', + 'country_Bonaire, Sint Eustatius and Saba' => 'Bonaire, Sint Eustatius and Saba', + 'country_New Caledonia' => 'New Caledonia', + 'country_Vanuatu' => 'Vanuatu', + 'country_New Zealand' => 'New Zealand', + 'country_Nicaragua' => 'Nicaragua', + 'country_Niger' => 'Niger', + 'country_Nigeria' => 'Nigeria', + 'country_Niue' => 'Niue', + 'country_Norfolk Island' => 'Norfolk Island', + 'country_Norway' => 'Norway', + 'country_Northern Mariana Islands' => 'Northern Mariana Islands', + 'country_United States Minor Outlying Islands' => 'United States Minor Outlying Islands', + 'country_Micronesia, Federated States of' => 'Micronesia, Federated States of', + 'country_Marshall Islands' => 'Marshall Islands', + 'country_Palau' => 'Palau', + 'country_Pakistan' => 'Pakistan', + 'country_Panama' => 'Panama', + 'country_Papua New Guinea' => 'Papua New Guinea', + 'country_Paraguay' => 'Paraguay', + 'country_Peru' => 'Peru', + 'country_Philippines' => 'Philippines', + 'country_Pitcairn' => 'Pitcairn', + 'country_Poland' => 'Poland', + 'country_Portugal' => 'Portugal', + 'country_Guinea-Bissau' => 'Guinea-Bissau', + 'country_Timor-Leste' => 'Timor-Leste', + 'country_Puerto Rico' => 'Puerto Rico', + 'country_Qatar' => 'Qatar', + 'country_Réunion' => 'Réunion', + 'country_Romania' => 'Romania', + 'country_Russian Federation' => 'Russian Federation', + 'country_Rwanda' => 'Rwanda', + 'country_Saint Barthélemy' => 'Saint Barthélemy', + 'country_Saint Helena, Ascension and Tristan da Cunha' => 'Saint Helena, Ascension and Tristan da Cunha', + 'country_Saint Kitts and Nevis' => 'Saint Kitts and Nevis', + 'country_Anguilla' => 'Anguilla', + 'country_Saint Lucia' => 'Saint Lucia', + 'country_Saint Martin (French part)' => 'Saint Martin (French part)', + 'country_Saint Pierre and Miquelon' => 'Saint Pierre and Miquelon', + 'country_Saint Vincent and the Grenadines' => 'Saint Vincent and the Grenadines', + 'country_San Marino' => 'San Marino', + 'country_Sao Tome and Principe' => 'Sao Tome and Principe', + 'country_Saudi Arabia' => 'Saudi Arabia', + 'country_Senegal' => 'Senegal', + 'country_Serbia' => 'Serbia', + 'country_Seychelles' => 'Seychelles', + 'country_Sierra Leone' => 'Sierra Leone', + 'country_Singapore' => 'Singapore', + 'country_Slovakia' => 'Slovakia', + 'country_Viet Nam' => 'Viet Nam', + 'country_Slovenia' => 'Slovenia', + 'country_Somalia' => 'Somalia', + 'country_South Africa' => 'South Africa', + 'country_Zimbabwe' => 'Zimbabwe', + 'country_Spain' => 'Spain', + 'country_South Sudan' => 'South Sudan', + 'country_Sudan' => 'Sudan', + 'country_Western Sahara' => 'Western Sahara', + 'country_Suriname' => 'Suriname', + 'country_Svalbard and Jan Mayen' => 'Svalbard and Jan Mayen', + 'country_Swaziland' => 'Swaziland', + 'country_Sweden' => 'Sweden', + 'country_Switzerland' => 'Switzerland', + 'country_Syrian Arab Republic' => 'Syrian Arab Republic', + 'country_Tajikistan' => 'Tajikistan', + 'country_Thailand' => 'Thailand', + 'country_Togo' => 'Togo', + 'country_Tokelau' => 'Tokelau', + 'country_Tonga' => 'Tonga', + 'country_Trinidad and Tobago' => 'Trinidad and Tobago', + 'country_United Arab Emirates' => 'United Arab Emirates', + 'country_Tunisia' => 'Tunisia', + 'country_Turkey' => 'Turkey', + 'country_Turkmenistan' => 'Turkmenistan', + 'country_Turks and Caicos Islands' => 'Turks and Caicos Islands', + 'country_Tuvalu' => 'Tuvalu', + 'country_Uganda' => 'Uganda', + 'country_Ukraine' => 'Ukraine', + 'country_Macedonia, the former Yugoslav Republic of' => 'Macedonia, the former Yugoslav Republic of', + 'country_Egypt' => 'Egypt', + 'country_United Kingdom' => 'United Kingdom', + 'country_Guernsey' => 'Guernsey', + 'country_Jersey' => 'Jersey', + 'country_Isle of Man' => 'Isle of Man', + 'country_Tanzania, United Republic of' => 'Tanzania, United Republic of', + 'country_United States' => 'United States', + 'country_Virgin Islands, U.S.' => 'Virgin Islands, U.S.', + 'country_Burkina Faso' => 'Burkina Faso', + 'country_Uruguay' => 'Uruguay', + 'country_Uzbekistan' => 'Uzbekistan', + 'country_Venezuela, Bolivarian Republic of' => 'Venezuela, Bolivarian Republic of', + 'country_Wallis and Futuna' => 'Wallis and Futuna', + 'country_Samoa' => 'Samoa', + 'country_Yemen' => 'Yemen', + 'country_Zambia' => 'Zambia', + + // Languages + 'lang_Brazilian Portuguese' => 'Brazilian Portuguese', + 'lang_Croatian' => 'Croatian', + 'lang_Czech' => 'Czech', + 'lang_Danish' => 'Danish', + 'lang_Dutch' => 'Dutch', + 'lang_English' => 'English', + 'lang_French' => 'French', + 'lang_French - Canada' => 'French - Canada', + 'lang_German' => 'German', + 'lang_Italian' => 'Italian', + 'lang_Japanese' => 'Japanese', + 'lang_Lithuanian' => 'Lithuanian', + 'lang_Norwegian' => 'Norwegian', + 'lang_Polish' => 'Polish', + 'lang_Spanish' => 'Spanish', + 'lang_Spanish - Spain' => 'Spanish - Spain', + 'lang_Swedish' => 'Swedish', + 'lang_Albanian' => 'Albanian', + 'lang_Greek' => 'Greek', + 'lang_English - United Kingdom' => 'English - United Kingdom', + 'lang_English - Australia' => 'English - Australia', + 'lang_Slovenian' => 'Slovenian', + 'lang_Finnish' => 'Finnish', + 'lang_Romanian' => 'Romanian', + 'lang_Turkish - Turkey' => 'Turkish - Turkey', + 'lang_Portuguese - Brazilian' => 'Portuguese - Brazilian', + 'lang_Portuguese - Portugal' => 'Portuguese - Portugal', + 'lang_Thai' => 'Thai', + 'lang_Macedonian' => 'Macedonian', + 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', + 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', + + // Industries + 'industry_Accounting & Legal' => 'Счетоводство и правни услуги', + 'industry_Advertising' => 'Реклама', + 'industry_Aerospace' => 'Авиация', + 'industry_Agriculture' => 'Селско стопанство', + 'industry_Automotive' => 'Автомобилна индустрия', + 'industry_Banking & Finance' => 'Банки и финанси', + 'industry_Biotechnology' => 'Биотехнологии', + 'industry_Broadcasting' => 'Телевизия и радио', + 'industry_Business Services' => 'Бизнес услуги', + 'industry_Commodities & Chemicals' => 'Суровини и химикали', + 'industry_Communications' => 'Комуникации', + 'industry_Computers & Hightech' => 'Информационни технологии', + 'industry_Defense' => 'Отбрана', + 'industry_Energy' => 'Енергетика', + 'industry_Entertainment' => 'Развлекателна индустрия', + 'industry_Government' => 'Правителствен сектор', + 'industry_Healthcare & Life Sciences' => 'Здравеопазване', + 'industry_Insurance' => 'Застраховане', + 'industry_Manufacturing' => 'Производство', + 'industry_Marketing' => 'Маркетинг', + 'industry_Media' => 'Медии', + 'industry_Nonprofit & Higher Ed' => 'НПО', + 'industry_Pharmaceuticals' => 'Фармацевтика', + 'industry_Professional Services & Consulting' => 'Професионални услуги и консултации', + 'industry_Real Estate' => 'Недвижими имоти', + 'industry_Retail & Wholesale' => 'Продажби на дребно и едро', + 'industry_Sports' => 'Спорт', + 'industry_Transportation' => 'Транспорт', + 'industry_Travel & Luxury' => 'Пътувания и луксозни стоки', + 'industry_Other' => 'Друго', + 'industry_Photography' =>'Фотография', + + 'view_client_portal' => 'Към клиентския портал', + 'view_portal' => 'Преглед на портала', + 'vendor_contacts' => 'Контакти доставчици', + 'all' => 'Всички', + 'selected' => 'Избрани', + 'category' => 'Категория', + 'categories' => 'Категории', + 'new_expense_category' => 'Нова категория разходи', + 'edit_category' => 'Редакция на категория', + 'archive_expense_category' => 'Архивиране на категория', + 'expense_categories' => 'Категории разходи', + 'list_expense_categories' => 'Списък с категории разходи', + 'updated_expense_category' => 'Успешна актуализация на категория разходи', + 'created_expense_category' => 'Успешно създаване на категория разходи', + 'archived_expense_category' => 'Успешно архивиране на категория разходи', + 'archived_expense_categories' => 'Успешно архивирани :count категории разходи', + 'restore_expense_category' => 'Възстановяване на категория разходи', + 'restored_expense_category' => 'Успешно възстановяване на категория разходи', + 'apply_taxes' => 'Прилагане на данъци', + 'min_to_max_users' => ':min до :max потребители', + 'max_users_reached' => 'Достигнат е максималният брой потребители.', + 'buy_now_buttons' => 'Бутони "Купи сега"', + 'landing_page' => 'Начална страница', + 'payment_type' => 'Тип плащане', + 'form' => 'Формуляр', + 'link' => 'Линк', + 'fields' => 'Полета', + 'dwolla' => 'Dwolla', + 'buy_now_buttons_warning' => 'Забележка: Клиентът и фактурата се създават дори и транзакцията да не е завършена.', + 'buy_now_buttons_disabled' => 'Тази функция изисква да е създаден продукт и да е конфигуриран портал за плащане.', + 'enable_buy_now_buttons_help' => 'Активиране на поддръжка на бутон "Купи сега"', + 'changes_take_effect_immediately' => 'Забележка: Промените влизат в сила веднага', + 'wepay_account_description' => 'Портал за плащане за Invoice Ninja', + 'payment_error_code' => 'Грешка при обработка на плащането [:code]. Моля, опитайте отново по-късно.', + 'standard_fees_apply' => 'Такса: 2.9%/1.2% [кредитна карта/банков трансфер] + $0.30 на успешно плащане.', + 'limit_import_rows' => 'Данните трябва да се импортират по :count или по-малко реда', + 'error_title' => 'Настъпила е грешка', + 'error_contact_text' => 'Ако имате нужда от помощ, свържете се с нас по имейл на :mailaddress', + 'no_undo' => 'Внимание: това не може да бъде възстановено обратно.', + 'no_contact_selected' => 'Моля, изберете контакт', + 'no_client_selected' => 'Моля, изберете клиент', + + 'gateway_config_error' => 'Може да е от полза да заложите нови пароли или да генерирате нови API ключове.', + 'payment_type_on_file' => ':type в системата', + 'invoice_for_client' => 'Фактура :invoice за :client', + 'intent_not_found' => 'Съжалявам, но не съм сигурен какво питате.', + 'intent_not_supported' => 'Съжалявам, но не мога да направя това.', + 'client_not_found' => 'Не успях да намеря клиента', + 'not_allowed' => 'За съжаление нямате необходимите права', + 'bot_emailed_invoice' => 'Вашата фактура е изпратена.', + 'bot_emailed_notify_viewed' => 'Ще се свържа с Вас по имейл, когато е прегледано.', + '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', + 'invalid_code' => 'Кодът е некоректен', + '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' => 'Включване на данъка по редове в стойността на реда', + 'created_quotes' => 'Успешно създадени :count оферта(и)', + 'limited_gateways' => 'Забележка: Поддържаме по един портал за кредитни карти на компания.', + + 'warning' => 'Внимание', + 'self-update' => 'Актуализация', + 'update_invoiceninja_title' => 'Актуализиране на Invoice Ninja', + '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' => 'Нов', + + 'toggle_navigation' => 'Превключване на навигацията', + 'toggle_history' => 'Превключване на историята', + 'unassigned' => 'Неприсвоена', + 'task' => 'Задача', + 'task_details'=>'Детайли на задачата', + 'contact_name' => 'Контакт - име', + 'city_state_postal' => 'Град / Щат / Пощ. код', + 'custom_field' => 'Персонализирано поле', + 'account_fields' => 'Фирмени полета', + 'facebook_and_twitter' => 'Facebook и Twitter', + 'facebook_and_twitter_help' => 'Следвайте ни, за да подпомогнете проекта', + 'reseller_text' => 'Забележка: Лицензът White label е предназначен за персонална употреба. Моля, свържете се с нас по имейл на :email, ако желаете да препродавате приложението.', + 'unnamed_client' => 'Клиент без име', + + 'day' => 'Ден', + 'week' => 'Седмица', + 'month' => 'Месец', + 'inactive_logout' => 'Излезли сте от профила си поради неактивност', + 'reports' => 'Справки', + 'total_profit' => 'Обща печалба', + 'total_expenses' => 'Общо разходи', + 'quote_to' => 'Оферта за', + + // Limits + 'limit' => 'Лимит', + 'min_limit' => 'Мин.: :min', + 'max_limit' => 'Макс.: :max', + 'no_limit' => 'Без лимит', + 'set_limits' => 'Заложете лимити за :gateway_type', + 'enable_min' => 'Активиране на min', + 'enable_max' => 'Активиране на max', + 'min' => 'Min', + 'max' => 'Max', + 'limits_not_met' => 'Фактурата не съответства на лимитите за този тип плащане.', + + 'date_range' => 'Период', + 'raw' => 'Raw', + 'raw_html' => 'Raw HTML', + 'update' => 'Актуализация', + 'invoice_fields_help' => 'Издърпайте и влачете полетата, за да промените техния ред и местоположение', + 'new_category' => 'Нова категория', + 'restore_product' => 'Възстановяване на продукт', + 'blank' => 'Празно', + 'invoice_save_error' => 'Грешка при съхранение на фактурата', + 'enable_recurring' => 'Активиране на периодичност', + 'disable_recurring' => 'Деактивиране на периодичност', + 'text' => 'Текст', + 'expense_will_create' => 'разход ще бъде създаден', + 'expenses_will_create' => 'азходи ще бъдат създадени', + 'created_expenses' => 'Успешно създадени :count разход(и)', + + 'translate_app' => 'Помогнете да подобрим превода чрез :link', + 'expense_category' => 'Категория разход', + + 'go_ninja_pro' => 'Вземете Ninja Pro!', + 'go_enterprise' => 'Вземете план Enterprise!', + 'upgrade_for_features' => 'Ъпгрейдвайте плана си за повече функции', + 'pay_annually_discount' => 'Плащайте годишно за 10 месеца + 2 безплатно!', + 'pro_upgrade_title' => 'Ninja Pro', + 'pro_upgrade_feature1' => 'YourBrand.InvoiceNinja.com', + 'pro_upgrade_feature2' => 'Персонализирайте всеки аспект на своите фактури!', + 'enterprise_upgrade_feature1' => 'Задайте права за множество потребители', + 'enterprise_upgrade_feature2' => 'Прикачвайте файлове на 3-ти страни към фактурите и разходите', + 'much_more' => 'Още повече!', + 'all_pro_fetaures' => 'Плюс всички функционалности на план Pro!', + + 'currency_symbol' => 'Символ', + 'currency_code' => 'Код', + + 'buy_license' => 'Купете лиценз', + 'apply_license' => 'Въведете лиценз', + 'submit' => 'Изпращане', + 'white_label_license_key' => 'Лицензен ключ', + 'invalid_white_label_license' => 'Ключът за лиценз White label не е валиден', + 'created_by' => 'Създаден от :name', + 'modules' => 'Модули', + 'financial_year_start' => 'Първи месец на годината', + 'authentication' => 'Автентикация', + 'checkbox' => 'Чек-бокс', + 'invoice_signature' => 'Подпис', + 'show_accept_invoice_terms' => 'Чек-бокс за условия на фактура', + 'show_accept_invoice_terms_help' => 'Изискване клиенът да потвърди, че приема условията на фактурата', + 'show_accept_quote_terms' => 'Чек-бокс за условия на офертата', + 'show_accept_quote_terms_help' => 'Изискване клиенът да потвърди, че приема условията на офертата', + 'require_invoice_signature' => 'Подпис на фактурата', + 'require_invoice_signature_help' => 'Изискване клиентът да подпише', + 'require_quote_signature' => 'Подпис на офертата', + 'require_quote_signature_help' => 'Изискване клиентът да подпише', + 'i_agree' => 'Съгласен съм с условията', + 'sign_here' => 'Моля, подпишете тук:', + 'authorization' => 'Оторизация', + 'signed' => 'Подписано', + + // BlueVine + 'bluevine_promo' => 'Гъвкави бизнес линии за факторинг по кредити и фактури чрез BlueVine.', + 'bluevine_modal_label' => 'Регистрация в BlueVine', + 'bluevine_modal_text' => '

Бързо финансиране за Вашия бизнес. Без излишна бумащина.

+', + 'bluevine_create_account' => 'Създаване на профил', + 'quote_types' => 'Искане на оферта за', + 'invoice_factoring' => 'Факторинг на фактури', + 'line_of_credit' => 'Кредитна линия', + 'fico_score' => 'Вашият FICO резултат', + 'business_inception' => 'Дата на започване на дейността', + 'average_bank_balance' => 'Среден баланс по банкови сметки', + 'annual_revenue' => 'Годишни приходи', + 'desired_credit_limit_factoring' => 'Желан лимит за факторинг на фактури', + 'desired_credit_limit_loc' => 'Желан лимит на кредитна линия', + 'desired_credit_limit' => 'Желан кредитен лимит', + 'bluevine_credit_line_type_required' => 'Трябва да изберете поне едно', + 'bluevine_field_required' => 'Това поле е задължително', + 'bluevine_unexpected_error' => 'Настъпила е неочаквана грешка.', + 'bluevine_no_conditional_offer' => 'Нужна е повече информация преди да получите оферта. Кликнете върху Продължи.', + 'bluevine_invoice_factoring' => 'Факторинг на фактури', + 'bluevine_conditional_offer' => 'Оферта под условие', + 'bluevine_credit_line_amount' => 'Кредитна линия', + 'bluevine_advance_rate' => 'Авансова ставка', + 'bluevine_weekly_discount_rate' => 'Седмична ставка на отстъпка', + 'bluevine_minimum_fee_rate' => 'Минимална такса', + 'bluevine_line_of_credit' => 'Кредитна линия', + 'bluevine_interest_rate' => 'Лихвен процент', + 'bluevine_weekly_draw_rate' => 'Седмичен Draw Rate', + 'bluevine_continue' => 'Продължи към BlueVine', + 'bluevine_completed' => 'Завършена регистрация в BlueVine', + + 'vendor_name' => 'Доставчик', + 'entity_state' => 'Щат', + 'client_created_at' => 'Дата на издаване', + 'postmark_error' => 'Проблем при изпращане на имейла чрез Postmark: :link', + 'project' => 'Проект', + 'projects' => 'Проекти', + 'new_project' => 'Нов проект', + 'edit_project' => 'Редакция на проект', + 'archive_project' => 'Архивиране на проект', + 'list_projects' => 'Списък проекти', + 'updated_project' => 'Успешна актуализация на проект', + 'created_project' => 'Успешно създаден проект', + 'archived_project' => 'Успешно архивиран проект', + 'archived_projects' => 'Успешно архивирани :count проекта', + 'restore_project' => 'Възстановяване на проект', + 'restored_project' => 'Успешно възстановен проект', + 'delete_project' => 'Изтриване на проект', + 'deleted_project' => 'Успешно изтрит проект', + 'deleted_projects' => 'Успешно изтрити :count проекта', + 'delete_expense_category' => 'Изтриване на категория', + 'deleted_expense_category' => 'Успешно изтрита категория', + 'delete_product' => 'Изтриване на продукт', + 'deleted_product' => 'Успешно изтрит продукт', + 'deleted_products' => 'Успешно изтрити :count продукта', + 'restored_product' => 'Успешно възстановен продукт', + 'update_credit' => 'Актуализация на кредит', + 'updated_credit' => 'Успешна актуализация на кредит', + 'edit_credit' => 'Редакция на кредит', + 'realtime_preview' => 'Превю в реално време', + 'realtime_preview_help' => 'Опреснява в реално време PDF превюто в екрана за редакция на фактура.
Изключете това за да избегнете забавяне, когато редактирате фактури.', + 'live_preview_help' => 'Показване на PDF превю на страницата на фактурата', + 'force_pdfjs_help' => 'Заменете вградения PDF viewer в :chrome_link и :firefox_link.
Активирайте това, ако браузърът Ви автоматично изтегля PDF документа.', + 'force_pdfjs' => 'Предотвратяване на изтеглянето', + 'redirect_url' => 'URL за пренасочване', + 'redirect_url_help' => 'Опционно въведете URL за пренасочване след въвеждане на плащане.', + 'save_draft' => 'Запис на чернова', + 'refunded_credit_payment' => 'Възстановено кредитно плащане', + 'keyboard_shortcuts' => 'Клавишни комбинации', + 'toggle_menu' => 'Превключване на менюто', + 'new_...' => 'Нов ...', + 'list_...' => 'Списък ...', + 'created_at' => 'Дата на създаване', + 'contact_us' => 'Свържете се с нас', + 'user_guide' => 'Ръководство за потребителя', + 'promo_message' => 'Ъпгрейдвайте плана си преди :expires и всемете ОТСТЪПКА :amount от първата година на своя Pro или Enterprise план.', + 'discount_message' => 'Отстъпката от :amount изтича на :expires', + 'mark_paid' => 'Маркирай платено', + 'marked_sent_invoice' => 'Маркираната фактура е изпратена успешно', + 'marked_sent_invoices' => 'Маркираните фактури са изпратени успешно', + 'invoice_name' => 'Фактура', + 'product_will_create' => 'продукт ще бъде създаден', + 'contact_us_response' => 'Благодарим Ви за съобщението! Ще опитаме да Ви отговорим при първа възможност.', + 'last_7_days' => 'Последни 7 дни', + 'last_30_days' => 'Последни 30 дни', + 'this_month' => 'Този месец', + 'last_month' => 'Предишния месец', + 'current_quarter' => 'Настоящо тримесечие', + 'last_quarter' => 'Предишно тримесечие', + 'last_year' => 'Предишна година', + 'custom_range' => 'Друг период', + 'url' => 'URL', + 'debug' => 'Debug', + 'https' => 'HTTPS', + 'require' => 'Require', + 'license_expiring' => 'Забележка: Вашият лиценз ще изтече след :count дни, :link за подновяване.', + 'security_confirmation' => 'Вашият имейл адрес е потвърден.', + 'white_label_expired' => 'Вашият лиценз White label е изтекъл. Моля, подновете го за да подпомогнете нашия проект.', + 'renew_license' => 'Подновяване на лиценз', + 'iphone_app_message' => 'Изтеглете нашето :link', + 'iphone_app' => 'Приложение за iPhone', + 'android_app' => 'Приложение за Android', + 'logged_in' => 'Логнат', + 'switch_to_primary' => 'Превключете към основната си фирма (:name), за да управлявате плана си.', + 'inclusive' => 'Включени', + 'exclusive' => 'Изключени', + 'postal_city_state' => 'Пощ. код / Щат / Град', + 'phantomjs_help' => 'В определени случаи приложението използва :link_phantom за генериране на PDF. Инсталирайте :link_docs за локално генериране.', + 'phantomjs_local' => 'Изполване на локална PhantomJS', + 'client_number' => 'Клиентски номер', + 'client_number_help' => 'Въведете префикс или използвайте персонален шаблон за динамично генериране на клиентски номер.', + 'next_client_number' => 'Следващият клиентски номер е :number.', + 'generated_numbers' => 'Генерирани номера', + 'notes_reminder1' => 'Първо напомняне', + 'notes_reminder2' => 'Второ напомняне', + 'notes_reminder3' => 'Трето напомняне', + 'notes_reminder4' => 'Напомняне', + 'bcc_email' => 'BCC Email', + 'tax_quote' => 'Данъчна оферта', + 'tax_invoice' => 'Данъчна фактура', + 'emailed_invoices' => 'Успешно изпратени фактури', + 'emailed_quotes' => 'Успешно изпратени оферти', + 'website_url' => 'URL на сайт', + 'domain' => 'Домейн', + 'domain_help' => 'Използва се в клиентския портал и при изпращане на имейли.', + 'domain_help_website' => 'Използва се при изпращане на имейли.', + 'preview' => 'Преглед', + 'import_invoices' => 'Импорт на фактури', + 'new_report' => 'Нова справка', + 'edit_report' => 'Редакция на справка', + 'columns' => 'Колони', + 'filters' => 'Филтри', + 'sort_by' => 'Сортиране по', + 'draft' => 'Чернова', + 'unpaid' => 'Неплатена', + 'aging' => 'По дата на издаване', + 'age' => 'Издадена преди', + 'days' => 'Дни', + 'age_group_0' => '0 - 30 дни', + 'age_group_30' => '30 - 60 дни', + 'age_group_60' => '60 - 90 дни', + 'age_group_90' => '90 - 120 дни', + 'age_group_120' => '120+ дни', + 'invoice_details' => 'Детайли на фактурата', + 'qty' => 'Количество', + 'profit_and_loss' => 'Печалба и загуба', + 'revenue' => 'Приход', + 'profit' => 'Печалба', + 'group_when_sorted' => 'Групиране при сортиране', + 'group_dates_by' => 'Групиране на датите по', + 'year' => 'Година', + 'view_statement' => 'Вижте извлечение', + 'statement' => 'Извлечение', + 'statement_date' => 'Дата на извлечение', + 'mark_active' => 'Маркирай в архив', + 'send_automatically' => 'Автоматично изпращане', + 'initial_email' => 'Първоначален имейл', + 'invoice_not_emailed' => 'Тази фактура не е изпращана по имейл.', + 'quote_not_emailed' => 'Тази оферта не е изпращана по имейл.', + 'sent_by' => 'Изпратена от :user', + 'recipients' => 'Получатели', + 'save_as_default' => 'Запази като чернова', + 'template' => 'Шаблон', + 'start_of_week_help' => 'Използва се от селектори на дата', + 'financial_year_start_help' => 'Използва се от селектори на периоди', + 'reports_help' => 'Shift + Click за сортиране по множество колони, Ctrl + Click за изчистване на групирането.', + 'this_year' => 'Тази година', + + // Updated login screen + 'ninja_tagline' => 'Create. Send. Get Paid.', + 'login_or_existing' => 'Или влезте със свързан профил.', + 'sign_up_now' => 'Регистрирайте се сега', + 'not_a_member_yet' => 'Все още нямате профил?', + 'login_create_an_account' => 'Създайте профил!', + 'client_login' => 'Вход за клиенти', + + // New Client Portal styling + 'invoice_from' => 'Фактури от:', + 'email_alias_message' => 'Изискваме за всяка фирма да има уникален имей адрес.
Пробвайте да използвате псевдоним, напр. email+label@example.com', + 'full_name' => 'Пълно име', + 'month_year' => 'МЕСЕЦ/ГОДИНА', + 'valid_thru' => 'Валидна\nдо', + + 'product_fields' => 'Продуктови полета', + 'custom_product_fields_help' => 'Добавете поле при създаване на продукт или фактура и изведете етикета и съдържанието му в PDF документа.', + 'freq_two_months' => 'Два месеца', + 'freq_yearly' => 'Годишно', + 'profile' => 'Профил', + 'payment_type_help' => 'Задава тип за ръчно плащане по подразбиране.', + 'industry_Construction' => 'Строителство', + 'your_statement' => 'Вашето извлечение', + 'statement_issued_to' => 'Извлечение издадено на', + 'statement_to' => 'Извлечение на', + 'customize_options' => 'Персонализиране на настройки', + 'created_payment_term' => 'Успешно създадено условие на плащане', + 'updated_payment_term' => 'Успешно актуализирано условие на плащане', + 'archived_payment_term' => 'Успешно архивирано условие на плащане', + 'resend_invite' => 'Повторно изпращане на покана', + 'credit_created_by' => 'Кредит създаден по плащане :transaction_reference', + 'created_payment_and_credit' => 'Успешно създадено плащане и кредит', + 'created_payment_and_credit_emailed_client' => 'Успешно създадено плащане и кредит, и изпращане на имейл на клиента', + 'create_project' => 'Създаване на проект', + 'create_vendor' => 'Създаване на доставчик', + 'create_expense_category' => 'Създаване на категория', + 'pro_plan_reports' => ':link за активиране на справки с преминаване към план Pro', + 'mark_ready' => 'Маркирай като готово', + + 'limits' => 'Лимити', + 'fees' => 'Такси', + 'fee' => 'Такса', + 'set_limits_fees' => 'Заложете лимити / такси за :gateway_type', + 'fees_tax_help' => 'Активирайте данък по редове,за да заложите данъчни ставки за такси.', + 'fees_sample' => 'Таксата за фактура на стойност :amount ще бъде :total.', + 'discount_sample' => 'Отстъпката за фактура на стойност :amount ще бъде :total.', + 'no_fees' => 'Без такси', + 'gateway_fees_disclaimer' => 'Внимание: Не всички щати / портали за плащане разрешават добавянето на такси. Моля, запознайте се с местното законодателство / условия на услугата.', + 'percent' => 'Процент', + 'location' => 'Местоположение', + 'line_item' => 'Ред', + 'surcharge' => 'Доплащане', + 'location_first_surcharge' => 'Активирано - Първо доплащане', + 'location_second_surcharge' => 'Активирано - Второ доплащане', + 'location_line_item' => 'Активирано - Ред', + 'online_payment_surcharge' => 'Доплащане за онлайн плащане', + 'gateway_fees' => 'Такси на портала', + 'fees_disabled' => 'Таксите са деактивирани', + 'gateway_fees_help' => 'Автоматично добавяне на доплащане / отстъпка за онлайн плащане.', + 'gateway' => 'Портал', + 'gateway_fee_change_warning' => 'Ако има неплатени фактури с такси, те трябва да бъдат актуализирани ръчно.', + 'fees_surcharge_help' => 'Персонализиране на доплащане :link.', + 'label_and_taxes' => 'етикет и данъци', + 'billable' => 'За плащане', + 'logo_warning_too_large' => 'Файлът с изображението е твърде голям.', + 'logo_warning_fileinfo' => 'Внимание: За поддръжка на gif файлове разширението fileinfo на PHP трябва да бъде активно.', + 'logo_warning_invalid' => 'Проблем с файла на изображението. Моля, пробвайте друг формат.', + + 'error_refresh_page' => 'Настъпила е грешка. Моля, заредете отново страницата и опитайте пак.', + 'data' => 'Данни', + 'imported_settings' => 'Успешно импортирани настойки', + 'reset_counter' => 'Нулиране на брояч', + 'next_reset' => 'Следващо нулиране', + 'reset_counter_help' => 'Автоматично нулиране на броячите за фактури и оферти', + 'auto_bill_failed' => 'Грешка при автоматичното плащане за фактура :invoice_number', + 'online_payment_discount' => 'Отстъпка за онлайн плащане', + 'created_new_company' => 'Успешно създадена нова компания', + 'fees_disabled_for_gateway' => 'Таксите са деактивирани за този портал.', + 'logout_and_delete' => 'Изход / Изтриване на профил', + 'tax_rate_type_help' => 'Включените данъчни ставки променят стойността на реда, когато бъдат избрани.
Само изключените данъчни ставки могат да бъдат използвани по подразбиране.', + 'invoice_footer_help' => 'Използвайте $pageNumber и $pageCount за извеждане на информация за страницата.', + 'credit_note' => 'Кредитно известие', + 'credit_issued_to' => 'Кредит издаден на', + 'credit_to' => 'Кредит за', + 'your_credit' => 'Ваш кредит', + 'credit_number' => 'Кредит номер', + 'create_credit_note' => 'Създаване на кредитно известие', + 'menu' => 'Меню', + 'error_incorrect_gateway_ids' => 'Грешка: Таблицата с портали за плащане има невалидни id стойности.', + 'purge_data' => 'Изчистване на данни', + 'delete_data' => 'Изтриване на данни', + 'purge_data_help' => 'Перманентно изтриване на всички данни, но запазване на профила и настройките', + 'cancel_account_help' => 'Перманентно изтриване на профила заедно с всички данни и настройки.', + 'purge_successful' => 'Успешно изчистени фирмени данни', + 'forbidden' => 'Забранено', + 'purge_data_message' => 'Внимание: Това ще изтрие данните перманентно без възможност за възстановяване.', + 'contact_phone' => 'Телефон за връзка', + 'contact_email' => 'Имейл за връзка', + 'reply_to_email' => 'Reply-To Email', + 'reply_to_email_help' => 'Определете reply-to адрес за клиентски имейли.', + 'bcc_email_help' => 'Включи този адрес в клиентските имейли като скрито копие.', + 'import_complete' => 'Импортът завърши успешно.', + 'confirm_account_to_import' => 'Моля потвърдете профила си, за да импортирате данни.', + 'import_started' => 'Импортът е стартиран. Ще Ви изпратим имейл, когато завърши.', + 'listening' => 'Listening...', + 'microphone_help' => 'Say "new invoice for [client]" or "show me [client]\'s archived payments"', + 'voice_commands' => 'Гласови команди', + 'sample_commands' => 'Примерни команди', + 'voice_commands_feedback' => 'Работим активно за подобряване на тази функционалност. Ако има команда, която желаете да бъде поддържана, моля изпратете ни имейл на :email.', + 'payment_type_Venmo' => 'Venmo', + 'payment_type_Money Order' => 'Паричен превод', + 'archived_products' => 'Успешно архивирани :count продукта', + 'recommend_on' => 'Препоръчваме да активирате тази настройка.', + 'recommend_off' => 'Препоръчваме да деактивирате тази настройка.', + 'notes_auto_billed' => 'Auto-billed', + 'surcharge_label' => 'Етикет допълнителна такса', + 'contact_fields' => 'Полета за контакти', + 'custom_contact_fields_help' => 'Добавете поле при създаване на контакт и по желание изведете етикета и стойността в PDF документа.', + 'datatable_info' => 'Полазване от :start до :end от :total записа', + 'credit_total' => 'Общ кредит', + 'mark_billable' => 'Маркирай за плащане', + 'billed' => 'Billed', + 'company_variables' => 'Променливи Фирма', + 'client_variables' => 'Променливи Клиенти', + 'invoice_variables' => 'Променливи Фактури', + 'navigation_variables' => 'Променливи Навигация', + 'custom_variables' => 'Персонализирани променливи ', + 'invalid_file' => 'Невалиден тип файл', + 'add_documents_to_invoice' => 'Добавяне на документ към фактура', + 'mark_expense_paid' => 'Маркирай като платено', + 'white_label_license_error' => 'Грешка при валидиране на лиценза. Проверете storage/logs/laravel-error.log за повече подробности.', + 'plan_price' => 'Цена на плана', + 'wrong_confirmation' => 'Некоректен код за потвърждение', + 'oauth_taken' => 'Този профил вече съществува', + 'emailed_payment' => 'Успешно изпратен имейл за плащане', + 'email_payment' => 'Имейл за плащане', + 'invoiceplane_import' => 'Използвайте :link за да мигрирате данните си от InvoicePlane.', + 'duplicate_expense_warning' => 'Внимание: Това :link може да е дублиран документ', + 'expense_link' => 'разход', + 'resume_task' => 'Продължаване на задачата', + 'resumed_task' => 'Успешно възобновяване на работата по задачата', + 'quote_design' => 'Дизайн на оферта', + 'default_design' => 'Стандартен дизайн', + 'custom_design1' => 'Персонализиран дизайн 1', + 'custom_design2' => 'Персонализиран дизайн 2', + 'custom_design3' => 'Персонализиран дизайн 3', + 'empty' => 'Празно', + 'load_design' => 'Зареждане на дизайн', + 'accepted_card_logos' => 'Лога на приемани карти', + 'phantomjs_local_and_cloud' => 'Използване на локална PhantomJS, резервно ползване на phantomjscloud.com', + 'google_analytics' => 'Google Analytics', + 'analytics_key' => 'Analytics Key', + 'analytics_key_help' => 'Проследяване на плащанията чрез :link', + 'start_date_required' => 'Началната дата е задължителна', + 'application_settings' => 'Настройки на приложението', + 'database_connection' => 'Връзка с базата данни', + 'driver' => 'Driver', + 'host' => 'Host', + 'database' => 'Database', + 'test_connection' => 'Тест на връзката', + 'from_name' => 'От - Име', + 'from_address' => 'От - Адрес', + 'port' => 'Порт', + 'encryption' => 'Криптиране', + 'mailgun_domain' => 'Mailgun домейн', + 'mailgun_private_key' => 'Mailgun частен ключ', + 'send_test_email' => 'Изпращане на тестов имейл', + 'select_label' => 'Избор на етикет', + 'label' => 'Етикет', + 'service' => 'Услуга', + 'update_payment_details' => 'Промяна на данни за плащане', + 'updated_payment_details' => 'Успешно променени данни за плащане', + 'update_credit_card' => 'Промяна на кредитна карта', + 'recurring_expenses' => 'Повтарящи се разходи', + 'recurring_expense' => 'Повтарящ се разход', + 'new_recurring_expense' => 'Нов повтарящ се разход', + 'edit_recurring_expense' => 'Редакция на повтарящ се разход', + 'archive_recurring_expense' => 'Архивиране на повтарящ се разход', + 'list_recurring_expense' => 'Списък повтарящи се разходи', + 'updated_recurring_expense' => 'Успешна актуализация на повтарящ се разход', + 'created_recurring_expense' => 'Успешно създаден повтарящ се разход', + 'archived_recurring_expense' => 'Успешно архивиран повтарящ се разход', + 'archived_recurring_expense' => 'Успешно архивиран повтарящ се разход', + 'restore_recurring_expense' => 'Възстановяване на повтарящ се разход', + 'restored_recurring_expense' => 'Успешно възстановен повтарящ се разход', + 'delete_recurring_expense' => 'Изтриване на повтарящ се разход', + 'deleted_recurring_expense' => 'Успешно изтрит проект', + 'deleted_recurring_expense' => 'Успешно изтрит проект', + 'view_recurring_expense' => 'Преглед на повтарящ се разход', + 'taxes_and_fees' => 'Данъци и такси', + 'import_failed' => 'Грешка при импорт', + 'recurring_prefix' => 'Префикс за периодични документи', + 'options' => 'Настройки', + 'credit_number_help' => 'Определете прфикс или използвайте персонализиран шаблон за динамично присвояване на номера за кредитни известия.', + 'next_credit_number' => 'Следващият номер за кредитно известие е :number.', + 'padding_help' => 'Брой нули за номера', + 'import_warning_invalid_date' => 'Внимание: Невалиден формат на датата.', + 'product_notes' => 'Бележки за продукта', + 'app_version' => 'Версия на приложението', + 'ofx_version' => 'OFX версия', + 'gateway_help_23' => ':link за получаване на Stripe API ключове.', + 'error_app_key_set_to_default' => 'Грешка: APP_KEY е със стойност по подразбиране. За да го актуализирате архивирайте своята база данни и след това стартирайте php artisan ninja:update-key', + 'charge_late_fee' => 'Такса за закъснение', + 'late_fee_amount' => 'Стойност на таксата за закъснение', + 'late_fee_percent' => 'Процент на таксата за закъснение', + 'late_fee_added' => 'Такса за закъснение добавена на :date', + 'download_invoice' => 'Изтегляне на фактура', + 'download_quote' => 'Изтегляне на оферта', + 'invoices_are_attached' => 'PDF файловете на фактурите са прикачени.', + 'downloaded_invoice' => 'Ще бъде изпратен имейл с фактурата в PDF формат', + 'downloaded_quote' => 'Ще бъде изпратен имейл с офертата в PDF формат', + 'downloaded_invoices' => 'Ще бъде изпратен имейл с фактураите в PDF формат', + 'downloaded_quotes' => 'Ще бъде изпратен имейл с офертите в PDF формат', + 'clone_expense' => 'Копиране на разход', + 'default_documents' => 'Документи по подразбиране', + 'send_email_to_client' => 'Изпращане на имейл на клиента', + 'refund_subject' => 'Обработено връщане', + 'refund_body' => 'Обработено връщане на :amount за фактура :invoice_number.', + + 'currency_us_dollar' => 'US Dollar', + 'currency_british_pound' => 'British Pound', + 'currency_euro' => 'Euro', + 'currency_south_african_rand' => 'South African Rand', + 'currency_danish_krone' => 'Danish Krone', + 'currency_israeli_shekel' => 'Israeli Shekel', + 'currency_swedish_krona' => 'Swedish Krona', + 'currency_kenyan_shilling' => 'Kenyan Shilling', + 'currency_canadian_dollar' => 'Canadian Dollar', + 'currency_philippine_peso' => 'Philippine Peso', + 'currency_indian_rupee' => 'Indian Rupee', + 'currency_australian_dollar' => 'Australian Dollar', + 'currency_singapore_dollar' => 'Singapore Dollar', + 'currency_norske_kroner' => 'Norske Kroner', + 'currency_new_zealand_dollar' => 'New Zealand Dollar', + 'currency_vietnamese_dong' => 'Vietnamese Dong', + 'currency_swiss_franc' => 'Swiss Franc', + 'currency_guatemalan_quetzal' => 'Guatemalan Quetzal', + 'currency_malaysian_ringgit' => 'Malaysian Ringgit', + 'currency_brazilian_real' => 'Brazilian Real', + 'currency_thai_baht' => 'Thai Baht', + 'currency_nigerian_naira' => 'Nigerian Naira', + 'currency_argentine_peso' => 'Argentine Peso', + 'currency_bangladeshi_taka' => 'Bangladeshi Taka', + 'currency_united_arab_emirates_dirham' => 'United Arab Emirates Dirham', + 'currency_hong_kong_dollar' => 'Hong Kong Dollar', + 'currency_indonesian_rupiah' => 'Indonesian Rupiah', + 'currency_mexican_peso' => 'Mexican Peso', + 'currency_egyptian_pound' => 'Egyptian Pound', + 'currency_colombian_peso' => 'Colombian Peso', + 'currency_west_african_franc' => 'West African Franc', + 'currency_chinese_renminbi' => 'Chinese Renminbi', + 'currency_rwandan_franc' => 'Rwandan Franc', + 'currency_tanzanian_shilling' => 'Tanzanian Shilling', + 'currency_netherlands_antillean_guilder' => 'Netherlands Antillean Guilder', + 'currency_trinidad_and_tobago_dollar' => 'Trinidad and Tobago Dollar', + 'currency_east_caribbean_dollar' => 'East Caribbean Dollar', + 'currency_ghanaian_cedi' => 'Ghanaian Cedi', + 'currency_bulgarian_lev' => 'Bulgarian Lev', + 'currency_aruban_florin' => 'Aruban Florin', + 'currency_turkish_lira' => 'Turkish Lira', + 'currency_romanian_new_leu' => 'Romanian New Leu', + 'currency_croatian_kuna' => 'Croatian Kuna', + 'currency_saudi_riyal' => 'Saudi Riyal', + 'currency_japanese_yen' => 'Japanese Yen', + 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', + 'currency_costa_rican_colon' => 'Costa Rican Colón', + 'currency_pakistani_rupee' => 'Pakistani Rupee', + 'currency_polish_zloty' => 'Polish Zloty', + 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', + 'currency_czech_koruna' => 'Czech Koruna', + 'currency_uruguayan_peso' => 'Uruguayan Peso', + 'currency_namibian_dollar' => 'Namibian Dollar', + 'currency_tunisian_dinar' => 'Tunisian Dinar', + 'currency_russian_ruble' => 'Russian Ruble', + 'currency_mozambican_metical' => 'Mozambican Metical', + 'currency_omani_rial' => 'Omani Rial', + 'currency_ukrainian_hryvnia' => 'Ukrainian Hryvnia', + 'currency_macanese_pataca' => 'Macanese Pataca', + 'currency_taiwan_new_dollar' => 'Taiwan New Dollar', + 'currency_dominican_peso' => 'Dominican Peso', + 'currency_chilean_peso' => 'Chilean Peso', + 'currency_icelandic_krona' => 'Icelandic Króna', + 'currency_papua_new_guinean_kina' => 'Papua New Guinean Kina', + 'currency_jordanian_dinar' => 'Jordanian Dinar', + 'currency_myanmar_kyat' => 'Myanmar Kyat', + 'currency_peruvian_sol' => 'Peruvian Sol', + 'currency_botswana_pula' => 'Botswana Pula', + 'currency_hungarian_forint' => 'Hungarian Forint', + 'currency_ugandan_shilling' => 'Ugandan Shilling', + 'currency_barbadian_dollar' => 'Barbadian Dollar', + 'currency_brunei_dollar' => 'Brunei Dollar', + 'currency_georgian_lari' => 'Georgian Lari', + 'currency_qatari_riyal' => 'Qatari Riyal', + 'currency_honduran_lempira' => 'Honduran Lempira', + 'currency_surinamese_dollar' => 'Surinamese Dollar', + 'currency_bahraini_dinar' => 'Bahraini Dinar', + 'currency_venezuelan_bolivars' => 'Venezuelan Bolivars', + 'currency_south_korean_won' => 'South Korean Won', + 'currency_moroccan_dirham' => 'Moroccan Dirham', + 'currency_jamaican_dollar' => 'Jamaican Dollar', + 'currency_angolan_kwanza' => 'Angolan Kwanza', + 'currency_haitian_gourde' => 'Haitian Gourde', + 'currency_zambian_kwacha' => 'Zambian Kwacha', + 'currency_nepalese_rupee' => 'Nepalese Rupee', + 'currency_cfp_franc' => 'CFP Franc', + 'currency_mauritian_rupee' => 'Mauritian Rupee', + 'currency_cape_verdean_escudo' => 'Cape Verdean Escudo', + 'currency_kuwaiti_dinar' => 'Kuwaiti Dinar', + 'currency_algerian_dinar' => 'Algerian Dinar', + 'currency_macedonian_denar' => 'Macedonian Denar', + 'currency_fijian_dollar' => 'Fijian Dollar', + 'currency_bolivian_boliviano' => 'Bolivian Boliviano', + 'currency_albanian_lek' => 'Albanian Lek', + 'currency_serbian_dinar' => 'Serbian Dinar', + 'currency_lebanese_pound' => 'Lebanese Pound', + 'currency_armenian_dram' => 'Арменски Драм', + 'currency_azerbaijan_manat' => 'Азърбейджански Манат', + 'currency_bosnia_and_herzegovina_convertible_mark' => 'Босна и Хрцеговина Конвертируема Марка', + 'currency_belarusian_ruble' => 'Беларуска Рубла', + 'currency_moldovan_leu' => 'Молдовски Леу', + 'currency_kazakhstani_tenge' => 'Казахстанска Тенге', + 'currency_gibraltar_pound' => 'Гибралтарски Паунд', + + 'review_app_help' => 'Надяваме се, че използвате приложението с удоволствие.
Ще се радваме, ако решите да :link!', + 'writing_a_review' => 'напишете оценка', + + 'use_english_version' => 'Убедете се, че използвате английската версия на файловете.
Ние ползваме заглавния ред за засичане на полетата.', + 'tax1' => 'Първи данък', + 'tax2' => 'Втори данък', + 'fee_help' => 'Таксите на портала са разходите начислявани за достъп до финансовите мрежи, в които се обработват онлайн разплащанията.', + 'format_export' => 'Формат за експорт', + 'custom1' => 'Първа колона', + 'custom2' => 'Втора колона', + 'contact_first_name' => 'Контакт - Име', + 'contact_last_name' => 'Контакт - Фамилия', + 'contact_custom1' => 'Контакт - Първа колона', + 'contact_custom2' => 'Контакт - Втора колона', + 'currency' => 'Валута', + 'ofx_help' => 'За проследяване на проблема вижте коментарите на :ofxhome_link и тествайте с :ofxget_link.', + 'comments' => 'коментари', + + 'item_product' => 'Ред Продукт', + 'item_notes' => 'Ред Забележка', + 'item_cost' => 'Ред Цена', + 'item_quantity' => 'Ред Количество', + 'item_tax_rate' => 'Ред Данъчна ставка', + 'item_tax_name' => 'Ред Данък', + 'item_tax1' => 'Ред Данък 1', + 'item_tax2' => 'Ред Данък 2', + + 'delete_company' => 'Изтриване на фирма', + 'delete_company_help' => 'Перманентно изтриване на фирмата заедно с всички данни и настройки.', + 'delete_company_message' => 'Внимание: Това ще изтрие перманентно фирматаВи без възможност за възстановяване.', + + 'applied_discount' => 'Ваучерът е приложен, цената на плана е редуцирана с :discount%.', + 'applied_free_year' => 'Ваучерът е приложен, Вашият профил е ъпгрейднат до Pro за една година.', + + 'contact_us_help' => 'Ако съобщавате за грешка, моля приложете всички релевантни логове от storage/logs/laravel-error.log', + 'include_errors' => 'Включи грешките', + 'include_errors_help' => 'Включи :link от storage/logs/laravel-error.log', + 'recent_errors' => 'текущи грешки', + 'customer' => 'Клиент', + 'customers' => 'Клиенти', + 'created_customer' => 'Успешно създаден клиент', + 'created_customers' => 'Успешно създадени :count клиенти', + + 'purge_details' => 'Данните във Вашата фирма (:account) са изчистени успешно.', + 'deleted_company' => 'Успешно изтриване на фирма', + 'deleted_account' => 'Успешно прекратен акаунт', + 'deleted_company_details' => 'Вашата фирма (:account) е изтрита успешно.', + 'deleted_account_details' => 'Вашият профил (:account) е изтрит успешно.', + + 'alipay' => 'Alipay', + 'sofort' => 'Sofort', + 'sepa' => 'SEPA Direct Debit', + 'enable_alipay' => 'Приемане на Alipay', + 'enable_sofort' => 'Приемане на банкови преводи от ЕС', + 'stripe_alipay_help' => 'Тези портали трябва също да бъдат активирани в :link.', + 'calendar' => 'Календар', + 'pro_plan_calendar' => ':link за активиране на календара с преминаване към план Pro', + + 'what_are_you_working_on' => 'Върху какво работите?', + 'time_tracker' => 'Time Tracker', + 'refresh' => 'Опресняване', + 'filter_sort' => 'Филтриране/Сортиране', + 'no_description' => 'Без описание', + 'time_tracker_login' => 'Вход в Time Tracker', + 'save_or_discard' => 'Запис или отмяна на промените', + 'discard_changes' => 'Отмяна на промените', + 'tasks_not_enabled' => 'Задачите не са активирани.', + 'started_task' => 'Успешно стартирана задача', + 'create_client' => 'Създаване на клиент', + + 'download_desktop_app' => 'Изтегляне на приложението за десктоп', + 'download_iphone_app' => 'Изтегляне на приложението за iPhone', + 'download_android_app' => 'Изтегляне на приложението за Android', + 'time_tracker_mobile_help' => 'Докоснете двукратно задачата, за да я изберете', + 'stopped' => 'Спряна', + 'ascending' => 'Нарастващо', + 'descending' => 'Намаляващо', + 'sort_field' => 'Сортиране по', + 'sort_direction' => 'Посока', + 'discard' => 'Отказ', + 'time_am' => 'AM', + 'time_pm' => 'PM', + 'time_mins' => 'мин.', + 'time_hr' => 'ч.', + 'time_hrs' => 'ч.', + 'clear' => 'Изчистване', + 'warn_payment_gateway' => 'Забележка: Приемането на онлайн плащания изисква платежен портал, :link за добавяне.', + 'task_rate' => 'Ставка', + 'task_rate_help' => 'Заложете ставка за фактуриране по подразбиране.', + 'past_due' => 'Просрочено', + 'document' => 'Документ', + 'invoice_or_expense' => 'Фактура / Разход', + 'invoice_pdfs' => 'Фактури в PDF', + 'enable_sepa' => 'Приемане на SEPA плащания', + 'enable_bitcoin' => 'Приемане на Bitcoin', + 'iban' => 'IBAN', + 'sepa_authorization' => 'Като предоставяте своя IBAN и потвърждавате това плащане, упълномощавате :company и Stripe, нашия доставчик на платежни услуги, да изпратят указания на банката Ви за дебитиране на сметката Ви и банката Ви за дебитиране на сметката Ви в съответствие с тези инструкции. Имате право на възстановяване на сумата от банката съгласно условията на споразумението с Вашата банка. Възстановяването трябва да бъде заявено в рамките на 8 седмици, считано от датата на дебитиране на сметката Ви.', + 'recover_license' => 'Възстановяване на лиценз', + 'purchase' => 'Покупка', + 'recover' => 'Възстановяване', + 'apply' => 'Приложи', + 'recover_white_label_header' => 'Възстановяване на лиценз White Label', + 'apply_white_label_header' => 'Прилагане на лиценз White Label', + 'videos' => 'Видео', + 'video' => 'Видео', + 'return_to_invoice' => 'Назад към фактурата', + 'gateway_help_13' => 'За да използвате ITN оставете полето PDT Key празно.', + 'partial_due_date' => 'Частичен падеж', + 'task_fields' => 'Полета за задачи', + 'product_fields_help' => 'Използвайте "Drag and drop" за промяна реда на полетата', + 'custom_value1' => 'Персонифицирана стойност', + 'custom_value2' => 'Персонифицирана стойност', + 'enable_two_factor' => 'Two-Factor Authentication', + 'enable_two_factor_help' => 'Използвайте телефона си, за да потвърдите идентичността си при вход', + 'two_factor_setup' => 'Настроване на Two-Factor Authentication', + 'two_factor_setup_help' => 'Сканирайте баркода с :link съвместимо приложение.', + 'one_time_password' => 'Еднократна парола', + 'set_phone_for_two_factor' => 'Въведете мобилния си номер като резервен вариант.', + 'enabled_two_factor' => 'Успешно активирана Two-Factor Authentication', + 'add_product' => 'Добавяне на продукт', + 'email_will_be_sent_on' => 'Забележка: Имейлът ще бъде изпратен на :date.', + 'invoice_product' => 'Фактуриране на продукт', + 'self_host_login' => 'Self-Host Login', + 'set_self_hoat_url' => 'Self-Host URL', + 'local_storage_required' => 'Грешка: Невъзможно локално съхраняване.', + 'your_password_reset_link' => 'Линк за нулиране на паролата', + 'subdomain_taken' => 'Този суб-домейн вече се използва.', + 'client_login' => 'Вход за клиенти', + 'converted_amount' => 'Конвертирана сума', + 'default' => 'По подразбиране', + 'shipping_address' => 'Адрес за доставка', + 'bllling_address' => 'Адрес за фактуриране', + 'billing_address1' => 'Фактура - Улица', + 'billing_address2' => 'Фактура - Ап.', + 'billing_city' => 'Фактура - Град', + 'billing_state' => 'Фактура - Щат/Провинция', + 'billing_postal_code' => 'Фактура - Пощ. код', + 'billing_country' => 'Фактура - Държава', + 'shipping_address1' => 'Доставка - Улица', + 'shipping_address2' => 'Доставка - Ап.', + 'shipping_city' => 'Доставка - Град', + 'shipping_state' => 'Доставка - Щат/Провинция', + 'shipping_postal_code' => 'Доставка - Пощ. код', + 'shipping_country' => 'Доставка - Държава', + 'classify' => 'Класифициране', + 'show_shipping_address_help' => 'Изискване клиенът да предостави своя адрес за доставка', + 'ship_to_billing_address' => 'Доставка до адреса за фактуриране', + 'delivery_note' => 'Документ за доставка', + 'show_tasks_in_portal' => 'Показване на задачите в клиентския портал', + 'cancel_schedule' => 'Отмяна на график', + 'scheduled_report' => 'Справка по график', + 'scheduled_report_help' => 'Изпращане на справка :report като :format на :email', + 'created_scheduled_report' => 'Успешно зададен график за справка', + 'deleted_scheduled_report' => 'Успешно отменен график на справка', + 'scheduled_report_attached' => 'Вашата справка по график :type е прикачена.', + 'scheduled_report_error' => 'Грешка при изготвяне на справка по график', + 'invalid_one_time_password' => 'Невалидна еднократна парола', + 'apple_pay' => 'Apple/Google Pay', + 'enable_apple_pay' => 'Приемане на Apple Pay и Pay with Google', + 'requires_subdomain' => 'Този тип плащане изисква :link.', + 'subdomain_is_set' => 'субдомейн е заложен', + 'verification_file' => 'Верификационен файл', + 'verification_file_missing' => 'Верификационният файл е необходим за приемане на плащания.', + 'apple_pay_domain' => 'Използвайте :domain като домейн в :link.', + 'apple_pay_not_supported' => 'За съжаление Apple/Google Pay не се поддърба във Вашия браузър', + 'optional_payment_methods' => 'Допълнителни методи за плащане', + 'add_subscription' => 'Добавяне на абонамент', + 'target_url' => 'Target', + 'target_url_help' => 'При настъпване на избраното събитие приложението ще публикува обекта в целевия URL адрес.', + 'event' => 'Събитие', + 'subscription_event_1' => 'Създаден клиент', + 'subscription_event_2' => 'Създадена фактура', + 'subscription_event_3' => 'Създадена оферта', + 'subscription_event_4' => 'Създадено плащане', + 'subscription_event_5' => 'Създаден доставчик', + 'subscription_event_6' => 'Актуализирана оферта', + 'subscription_event_7' => 'Изтрита оферта', + 'subscription_event_8' => 'Актуализирана фактура', + 'subscription_event_9' => 'Изтрита фактура', + 'subscription_event_10' => 'Актуализиран клиент', + 'subscription_event_11' => 'Изтрит клиент', + 'subscription_event_12' => 'Изтрито плащане', + 'subscription_event_13' => 'Актуализиран доставчик', + 'subscription_event_14' => 'Изтрит доставчик', + 'subscription_event_15' => 'Създаден разход', + 'subscription_event_16' => 'Актуализиран разход', + 'subscription_event_17' => 'Изтрит разход', + 'subscription_event_18' => 'Създадена задача', + 'subscription_event_19' => 'Актуализирана задача', + 'subscription_event_20' => 'Изтрита задача', + 'subscription_event_21' => 'Одобрена оферта', + 'subscriptions' => 'Абонаменти', + 'updated_subscription' => 'Успешно редактиран абонамент', + 'created_subscription' => 'Успешно създаден абонамент', + 'edit_subscription' => 'Редакция абонамент', + 'archive_subscription' => 'Архивирай абонамент', + 'archived_subscription' => 'Успешно архивиране на абонамент', + 'project_error_multiple_clients' => 'Проектът не може да бъде присвоен на различни клиенти', + 'invoice_project' => 'Фактуриране на проект', + 'module_recurring_invoice' => 'Периодични фактури', + 'module_credit' => 'Кредитни известия', + 'module_quote' => 'Оферти и предложения', + 'module_task' => 'Задачи и проекти', + 'module_expense' => 'Разходи и доставчици', + 'module_ticket' => 'Tickets', + 'reminders' => 'Напомняния', + 'send_client_reminders' => 'Изпращане на напомняния по имейл', + 'can_view_tasks' => 'Задачите са достъпни в портала', + 'is_not_sent_reminders' => 'Напомняния не са изпращани', + 'promotion_footer' => 'Вашата промоция скоро ще изтече, :link за ъпгрейд.', + 'unable_to_delete_primary' => 'Забележка: За да изтриете тази фирма първо трябва да изтриете всички свързани фирми.', + 'please_register' => 'Моля, регистрирайте профила си', + 'processing_request' => 'Обработка на заявката', + 'mcrypt_warning' => 'Внимание: Mcrypt is deprecated, run :command to update your cipher.', + 'edit_times' => 'Промяна на часове', + 'inclusive_taxes_help' => 'Включване наданъка в разходите', + 'inclusive_taxes_notice' => 'Тази настройка не може да бъде променена след издаване на фактурата.', + 'inclusive_taxes_warning' => 'Внимание: Наличните фактури ще трябва да бъдат съхранени отново.', + 'copy_shipping' => 'Копиране на адрес за доставка', + 'copy_billing' => 'Копиране на адрес за фактуриране', + 'quote_has_expired' => 'Офертата е изтекла. Моля, свържете се с доставчика.', + 'empty_table_footer' => 'Показване от 0 до 0 от 0 записа', + 'do_not_trust' => 'Не запомняй това устройство', + 'trust_for_30_days' => 'Доверие за 30 дни', + 'trust_forever' => 'Доверие завинаги', + 'kanban' => 'Kanban', + 'backlog' => 'Backlog', + 'ready_to_do' => 'Ready to do', + 'in_progress' => 'In progress', + 'add_status' => 'Добави статус', + 'archive_status' => 'Архивирай статус', + 'new_status' => 'Нов статус', + 'convert_products' => 'Конвертиране на продукти', + 'convert_products_help' => 'Автоматично конвертиране на цените на продуктите във валутата на клиента', + 'improve_client_portal_link' => 'Въведете субдомейн за да съкратите адреса на клиентския портал.', + 'budgeted_hours' => 'Часове по бюджет', + 'progress' => 'Прогрес', + 'view_project' => 'Нов проект', + 'summary' => 'Обобщение', + 'endless_reminder' => 'Безкрайно подсещане', + 'signature_on_invoice_help' => 'Въведете този код за извеждане на подписа на клиента в PDF документа.', + 'signature_on_pdf' => 'Показване в PDF документа', + 'signature_on_pdf_help' => 'Показване на подписа на клиента в PDF фактурата / офертата.', + 'expired_white_label' => 'Лицензът White Label е изтекъл', + 'return_to_login' => 'Обратно към формуляра за вход', + 'convert_products_tip' => 'Забележка: Добавете :link с име ":name" за извеждане на валутния курс.', + 'amount_greater_than_balance' => 'Сумата е по-голяма от общата стойност на фактурата. Ще бъде създаден кредитен запис с оставащата сума.', + 'custom_fields_tip' => 'Използвайте Етикет|Опция1,Опция2 за показване на падащо меню.', + 'client_information' => 'Информация за клиента', + 'updated_client_details' => 'Данните на клиента са актуализирани успешно.', + 'auto' => 'Авто', + 'tax_amount' => 'Такса', + 'tax_paid' => 'Платена такса', + 'none' => 'Няма', + 'proposal_message_button' => 'СумаЗа да видите своето предложение за :amount, отворете линка по-долу.', + 'proposal' => 'Предложение', + 'proposals' => 'Предложения', + 'list_proposals' => 'Списък предложения', + 'new_proposal' => 'Ново предложение', + 'edit_proposal' => 'Редакция на предложение', + 'archive_proposal' => 'Архивиране на предложение', + 'delete_proposal' => 'Изтриване на предложение', + 'created_proposal' => 'Успешно създадено предложение', + 'updated_proposal' => 'Успешно актуализирано предложение', + 'archived_proposal' => 'Успешно архивирано предложение', + 'deleted_proposal' => 'Успешно архивирано предложение', + 'archived_proposals' => 'Успешно архивирани :count предложения', + 'deleted_proposals' => 'Успешно архивирани :count предложения', + 'restored_proposal' => 'Успешно възстановено предложение', + 'restore_proposal' => 'Възстановяване на предложение', + 'snippet' => 'Фрагмент', + 'snippets' => 'Фрагменти', + 'proposal_snippet' => 'Фрагмент', + 'proposal_snippets' => 'Фрафменти', + 'new_proposal_snippet' => 'Нов фрагмент', + 'edit_proposal_snippet' => 'Редакция на фрагмент', + 'archive_proposal_snippet' => 'Архивиране на фрагмент', + 'delete_proposal_snippet' => 'Изтриване на фрагмент', + 'created_proposal_snippet' => 'Успешно създаден фрагмент', + 'updated_proposal_snippet' => 'Успешно актуализиран фрагмент', + 'archived_proposal_snippet' => 'Успешно архивиран фрагмент', + 'deleted_proposal_snippet' => 'Успешно архивиран фрагмент', + 'archived_proposal_snippets' => 'Успешно архивирани :count фрагмента', + 'deleted_proposal_snippets' => 'Успешно архивирани :count фрагмента', + 'restored_proposal_snippet' => 'Успешно възстановен фрагмент', + 'restore_proposal_snippet' => 'Възстановяване на фрагмент', + 'template' => 'Шаблон', + 'templates' => 'Шаблони', + 'proposal_template' => 'Шаблон', + 'proposal_templates' => 'Шаблони', + 'new_proposal_template' => 'Нов шаблон', + 'edit_proposal_template' => 'Редакция на шаблон', + 'archive_proposal_template' => 'Архивиране на шаблон', + 'delete_proposal_template' => 'Изтриване на шаблон', + 'created_proposal_template' => 'Успешно създаден шаблон', + 'updated_proposal_template' => 'Успешно актуализиран шаблон', + 'archived_proposal_template' => 'Успешно архивиран шаблон', + 'deleted_proposal_template' => 'Успешно архивиран шаблон', + 'archived_proposal_templates' => 'Успешно архивирани :count шаблона', + 'deleted_proposal_templates' => 'Успешно архивирани :count шаблона', + 'restored_proposal_template' => 'Успешно възстановен шаблон', + 'restore_proposal_template' => 'Възстановяване на шаблон', + 'proposal_category' => 'Категория', + 'proposal_categories' => 'Категории', + 'new_proposal_category' => 'Нова категория', + 'edit_proposal_category' => 'Редактирай категория', + 'archive_proposal_category' => 'Архивирай категория', + 'delete_proposal_category' => 'Изтрий категория', + 'created_proposal_category' => 'Успешно създадена категория', + 'updated_proposal_category' => 'Успешно актуализирана категория', + 'archived_proposal_category' => 'Успешно архивирана категория', + 'deleted_proposal_category' => 'Успешно архивирана категория', + 'archived_proposal_categories' => 'Успешно архивирани :count категории', + 'deleted_proposal_categories' => 'Успешно архивирани :count категории', + 'restored_proposal_category' => 'Успешно възстановена категория', + 'restore_proposal_category' => 'Възстановяване на категория', + 'delete_status' => 'Изртрий статус', + 'standard' => 'Стандартно', + 'icon' => 'Икона', + 'proposal_not_found' => 'Исканото предложение не е налично', + 'create_proposal_category' => 'Добави категория', + 'clone_proposal_template' => 'Копиране на шаблон', + 'proposal_email' => 'Имейл на Предложение', + 'proposal_subject' => 'Ново предложение :number от :account', + 'proposal_message' => 'За да видите своето предложение за :amount, отворете линка по-долу.', + 'emailed_proposal' => 'Успешно изпратено предложение по имейл', + 'load_template' => 'Зареждане на шаблон', + 'no_assets' => 'Без изображения, завлачете за качване', + 'add_image' => 'Добави картинка', + 'select_image' => 'Избери картинка', + 'upgrade_to_upload_images' => 'Надградете до план Enterprise за качване на изображения', + 'delete_image' => 'Изтриване на изображение', + 'delete_image_help' => 'Внимание: Изтриването на изображението ще го премахне от всички предложения.', + 'amount_variable_help' => 'Забележка: Полето $amount във фактурата ще използва полето частично/депозит, ако е заложено; иначе ще използва баланса по фактурата.', + 'taxes_are_included_help' => 'Завележка: Включените данъци са активирани.', + 'taxes_are_not_included_help' => 'Завележка: Включените данъци не са активирани.', + 'change_requires_purge' => 'Промяната на тази настройка изисква :link данните на профила.', + 'purging' => 'изчистване', + 'warning_local_refund' => 'Възстановяването на сумата ще бъде записано в приложението, но НЯМА да бъде обработено от платежния портал.', + 'email_address_changed' => 'Имейл адреса беше променен', + 'email_address_changed_message' => 'Имейл адреса на вашия акаунт беше променен от:old_email на: new_email.', + 'test' => 'Тест', + 'beta' => 'Бета', + 'gmp_required' => 'Експортирането към ZIP изисква GMP разширение', + 'email_history' => 'История на имейлите', + 'loading' => 'Зареждане', + 'no_messages_found' => 'Няма съобщения', + 'processing' => 'Обработка', + 'reactivate' => 'Реактивиране', + 'reactivated_email' => 'Имейл адресът е реактивиран', + 'emails' => 'Имейли', + 'opened' => 'Отворени', + 'bounced' => 'Върнати', + 'total_sent' => 'Общо изпратени', + 'total_opened' => 'Общо отворени', + 'total_bounced' => 'Общо върнати', + 'total_spam' => 'Общо спам', + 'platforms' => 'Платформи', + 'email_clients' => 'Имейли на клиенти', + 'mobile' => 'Мобилно', + 'desktop' => 'Десктоп', + 'webmail' => 'Webmail', + 'group' => 'Групиране', + 'subgroup' => 'Подгрупа', + 'unset' => 'Изчистване', + 'received_new_payment' => 'Получихте ново плащане!', + 'slack_webhook_help' => 'Получаване на известия за плащане чрез :link.', + 'slack_incoming_webhooks' => 'Slack incoming webhooks', + 'accept' => 'Приемам', + 'accepted_terms' => 'Успешно пиети последни условия', + 'invalid_url' => 'Невалиден URL', + 'workflow_settings' => 'Настройки на работния процес', + 'auto_email_invoice' => 'Auto Email', + 'auto_email_invoice_help' => 'Автоматично изпращане на периодични фактури при създаването им', + 'auto_archive_invoice' => 'Auto Archive', + 'auto_archive_invoice_help' => 'Автоматично архивиране на фактури при плащането им', + 'auto_archive_quote' => 'Auto Archive', + 'auto_archive_quote_help' => 'Автоматично архивиране на оферти при конвертирането им', + 'require_approve_quote' => 'Изискване на одобрение на офертата', + 'require_approve_quote_help' => 'Клиентите трябва да одобрят офертите.', + 'allow_approve_expired_quote' => 'Разрешено одобрение на изтекли оферти', + 'allow_approve_expired_quote_help' => 'Клиентите могат да одобряват оферти с изтекъл срок.', + 'invoice_workflow' => 'Работен процес - Фактури', + 'quote_workflow' => 'Работен процес - Оферти', + 'client_must_be_active' => 'Грешка: Клиентът трябва да бъде активен.', + 'purge_client' => 'Изчистване на клиент', + 'purged_client' => 'Успешно изчистен клиент', + 'purge_client_warning' => 'Всички свързани записи (фактури, задачи, разходи, документи и др.) също ще бъдат изтрити.', + 'clone_product' => 'Копиране на продукт', + 'item_details' => 'Детайли на реда', + 'send_item_details_help' => 'Изпращане на детайлите на реда към платежния портал.', + 'view_proposal' => 'Преглед на Предложението', + 'view_in_portal' => 'Вижте в портала', + 'cookie_message' => 'Този сайт използва бисквитки за да осигури получаването на най-добрата за Вас функционалност на сайта ни.', + 'got_it' => 'Разбрах!', + 'vendor_will_create' => 'доставчик ще бъде създаден', + 'vendors_will_create' => 'доставчици ще бъдат създадени', + 'created_vendors' => 'Успешно създаден(и) :count доставчик/ци', + 'import_vendors' => 'Импортиране на доставчици', + 'company' => 'Фирма', + 'client_field' => 'Поле на клиента', + 'contact_field' => 'Поле за контакти', + 'product_field' => 'Поле на продукта', + 'task_field' => 'Поле Задача', + 'project_field' => 'Поле на проекта', + 'expense_field' => 'Поле Разход', + 'vendor_field' => 'Поле на доставчика', + 'company_field' => 'Поле на Фирмата', + 'invoice_field' => 'Поле на фактурата', + 'invoice_surcharge' => 'Допълнителна такса по фактура', + 'custom_task_fields_help' => 'Добавете поле, когато създавате задача.', + 'custom_project_fields_help' => 'Добави поле при създаване на проект', + 'custom_expense_fields_help' => 'Добавете поле, когато създавате разход.', + 'custom_vendor_fields_help' => 'Добави поле при създаване на доствчик', + 'messages' => 'Съобщения', + 'unpaid_invoice' => 'Неплатена фактура', + 'paid_invoice' => 'Платена фактура', + 'unapproved_quote' => 'Неодобрена оферта', + 'unapproved_proposal' => 'Неодобрено предложение', + 'autofills_city_state' => 'Автоматично попълване град/щат', + 'no_match_found' => 'Няма съвпадения', + 'password_strength' => 'Сложност на паролата', + 'strength_weak' => 'Слаба', + 'strength_good' => 'Добра', + 'strength_strong' => 'Силна', + 'mark' => 'Маркирай', + 'updated_task_status' => 'Успешно променен статус на задача', + 'background_image' => 'Фоново изображение', + 'background_image_help' => 'Използвайте :link за управление на Вашите изображения. Препоръчваме използването на малки файлове.', + 'proposal_editor' => 'редактор на предложения', + 'background' => 'Фон', + 'guide' => 'Ръководство', + 'gateway_fee_item' => 'Такса на портала', + 'gateway_fee_description' => 'Допълнителна такса на портала', + 'gateway_fee_discount_description' => 'Отстъпка от таксата на портала', + 'show_payments' => 'Покажи Плащанията', + 'show_aging' => 'Покажи забавени', + 'reference' => 'Референция', + 'amount_paid' => 'Платена сума', + 'send_notifications_for' => 'Изпращане на известия за', + 'all_invoices' => 'Всички фактури', + 'my_invoices' => 'Мои фактури', + 'mobile_refresh_warning' => 'Ако използвате мобилното приложение, може да трябва да направите full refresh.', + 'enable_proposals_for_background' => 'За да качите фоново изображение :link за активиране на модула за предложения.', + 'payment_reference' => 'Параметри на плащането', + 'maximum' => 'Максимум', + 'sort' => 'Сортиране', + 'refresh_complete' => 'Обновяването завършено', + 'please_enter_your_email' => 'Моля въведете вашият имейл', + 'please_enter_your_password' => 'Моля въведете вашата парола', + 'please_enter_your_url' => 'Моля, въведете своя URL', + 'please_enter_a_product_key' => 'Моля, въведете product key', + 'an_error_occurred' => 'Настъпила е грешка', + 'overview' => 'Преглед', + 'copied_to_clipboard' => 'Копирано :value в клипборда', + 'error' => 'Грешка', + 'could_not_launch' => 'Не може да стартира', + 'additional' => 'Допълнително', + 'ok' => 'Ок', + 'email_is_invalid' => 'Имейл адресът е невалиден', + 'items' => 'Редове', + 'partial_deposit' => 'Частично/Депозит', + 'add_item' => 'Добавяне на ред', + 'total_amount' => 'Обща стойност', + 'pdf' => 'PDF', + 'invoice_status_id' => 'Статус на фактурите', + 'click_plus_to_add_item' => 'Натиснете + за добавяне на ред', + 'count_selected' => ':count избрани', + 'dismiss' => 'Отхвърляне', + 'please_select_a_date' => 'Моля изберете дата', + 'please_select_a_client' => 'Моля изберете клиент', + 'language' => 'Език', + 'updated_at' => 'Актуализиран', + 'please_enter_an_invoice_number' => 'Моля, въведете номер на фактура', + 'please_enter_a_quote_number' => 'Моля, въведете номер на оферта', + 'clients_invoices' => 'фактури на :client', + 'viewed' => 'Прегледано', + 'approved' => 'Одобрено', + 'invoice_status_1' => 'Чернова', + 'invoice_status_2' => 'Изпратено', + 'invoice_status_3' => 'Прегледана', + 'invoice_status_4' => 'Одобрена', + 'invoice_status_5' => 'Частично', + 'invoice_status_6' => 'Платена', + 'marked_invoice_as_sent' => 'Фактурата е успешно маркирана като изпратена', + 'please_enter_a_client_or_contact_name' => 'Моля, въведете клиент или лице за контакт', + 'restart_app_to_apply_change' => 'Рестартирайте приложението за прилагане на промяната', + 'refresh_data' => 'Опресняване на данни', + 'blank_contact' => 'Празен контакт', + 'no_records_found' => 'Няма намерени записи', + 'industry' => 'Бранш', + 'size' => 'Размер', + 'net' => 'Нето', + 'show_tasks' => 'Показване на задачи', + 'email_reminders' => 'Изпращане на напомняния по имейл', + 'reminder1' => 'Първо напомняне', + 'reminder2' => 'Второ напомняне', + 'reminder3' => 'ТЪрето напомняне', + 'send' => 'Изпращане', + 'auto_billing' => 'Auto billing', + 'button' => 'Бутон', + 'more' => 'Още', + 'edit_recurring_invoice' => 'Редакция на периодична фактура', + 'edit_recurring_quote' => 'Редакция на периодична оферта', + 'quote_status' => 'Статус на оферта', + 'please_select_an_invoice' => 'Моля, изберете фактура', + 'filtered_by' => 'Филтрирано по', + 'payment_status' => 'Статус на Плащането', + 'payment_status_1' => 'Изчакващи', + 'payment_status_2' => 'Анулирани', + 'payment_status_3' => 'Грешни', + 'payment_status_4' => 'Готови', + 'payment_status_5' => 'Частично възстановяване', + 'payment_status_6' => 'Възстановена', + 'send_receipt_to_client' => 'Изпращане на разписка на клиента', + 'refunded' => 'Възстановена', + 'marked_quote_as_sent' => 'Офертата е успешно маркирана като изпратена', + 'custom_module_settings' => 'Настройки на персонален модул', + 'ticket' => 'Ticket', + 'tickets' => 'Tickets', + 'ticket_number' => 'Ticket #', + 'new_ticket' => 'Нов Ticket', + 'edit_ticket' => 'Редакция на Ticket', + 'view_ticket' => 'Преглед на Ticket', + 'archive_ticket' => 'Архивиране на Ticket', + 'restore_ticket' => 'Възстановяване на Ticket', + 'delete_ticket' => 'Изтриване на Ticket', + 'archived_ticket' => 'Успешно архивиран Ticket', + 'archived_tickets' => 'Успешно архивирани Tickets', + 'restored_ticket' => 'Успешно възстановен Ticket', + 'deleted_ticket' => 'Успешно изтрит Ticket', + 'open' => 'Open', + 'new' => 'Нов', + 'closed' => 'Closed', + 'reopened' => 'Reopened', + 'priority' => 'Приоритет', + 'last_updated' => 'Последно актуализиран', + 'comment' => 'Забележки', + 'tags' => 'Тагове', + 'linked_objects' => 'Свързани обекти', + 'low' => 'Нисък', + 'medium' => 'Среден', + 'high' => 'Висок', + 'no_due_date' => 'Няма заложена дата за изпълнение', + 'assigned_to' => 'Присвоен на', + 'reply' => 'Отговор', + 'awaiting_reply' => 'Очаква отговор', + 'ticket_close' => 'Затваряне на Ticket', + 'ticket_reopen' => 'Повторно отваряне на Ticket', + 'ticket_open' => 'Отваряне на Ticket', + 'ticket_split' => 'Разделяне на Ticket', + 'ticket_merge' => 'Обединяване на Ticket', + 'ticket_update' => 'Актуализация на Ticket', + 'ticket_settings' => 'Настройки Ticket', + 'updated_ticket' => 'Актуализиран Ticket', + 'mark_spam' => 'Маркирай като спам', + 'local_part' => 'Local Part', + 'local_part_unavailable' => 'Името е заето', + 'local_part_available' => 'Името е свободно', + 'local_part_invalid' => 'Невалидно име (само букви и цифри, без интервали)', + 'local_part_help' => 'Персонализирайте локалната част от Вашия имейл адрес за поддръжка, напр. YOUR_NAME@support.invoiceninja.com', + 'from_name_help' => 'From name е името на получателя / изпращача, което се изписва вместо имейл адреса му, напр. Support Center', + 'local_part_placeholder' => 'YOUR_NAME', + 'from_name_placeholder' => 'Център за поддръжка', + 'attachments' => 'Прикачени файлове', + 'client_upload' => 'Файлове от клиента', + 'enable_client_upload_help' => 'Клиентите могат да качват документи/файлове', + 'max_file_size_help' => 'Максималният размер на файла (KB) е лимитиран от променливите post_max_size и upload_max_filesize заложени във Вашия PHP.INI файл.', + 'max_file_size' => 'Максимален размер на файла', + 'mime_types' => 'Mime типове', + 'mime_types_placeholder' => '.pdf , .docx, .jpg', + 'mime_types_help' => 'Разделен със запетая списък на разрешените mime типове. Оставете празно, за да разрешите всички.', + 'ticket_number_start_help' => 'Новерът на тикета трябва да е по-голям от номера на настоящия', + 'new_ticket_template_id' => 'Нов Ticket', + 'new_ticket_autoresponder_help' => 'Изборът на шаблон ще активира изпращането на автоматичен отговор на клиента / контакта при създаването на нов Ticket.', + 'update_ticket_template_id' => 'Актуализиран Ticket', + 'update_ticket_autoresponder_help' => 'Изборът на шаблон ще активира изпращането на автоматичен отговор на клиента / контакта при актуализирането на Ticket.', + 'close_ticket_template_id' => 'Затворен Ticket', + 'close_ticket_autoresponder_help' => 'Изборът на шаблон ще активира изпращането на автоматичен отговор на клиента / контакта при затварянето на Ticket.', + 'default_priority' => 'Приоритет по подразбиране', + 'alert_new_comment_id' => 'Нов коментар', + 'alert_comment_ticket_help' => 'С избора на шаблон ще бъде изпращано известие (към агента), когато бъде направен коментар.', + 'alert_comment_ticket_email_help' => 'Разделени със запетая имей адреси за bcc при нов коментар.', + 'new_ticket_notification_list' => 'Допълнителни известия за нов Ticket', + 'update_ticket_notification_list' => 'Допълнителни известия за нов коментар', + 'comma_separated_values' => 'admin@example.com, supervisor@example.com', + 'alert_ticket_assign_agent_id' => 'Присвояване на Ticket', + 'alert_ticket_assign_agent_id_hel' => 'Изборът на шаблон ще активира изпращането на известие (към агента), когато тикетът е присвоен.', + 'alert_ticket_assign_agent_id_notifications' => 'Допълнителни известия при присвояване на Ticket', + 'alert_ticket_assign_agent_id_help' => 'Разделени със запетая имей адреси за bcc при присвояване на Ticket.', + 'alert_ticket_transfer_email_help' => 'Разделени със запетая имей адреси за bcc при трансфер на Ticket.', + 'alert_ticket_overdue_agent_id' => 'Просрочие на Ticket', + 'alert_ticket_overdue_email' => 'Допълнителни известия за просрочен Ticket', + 'alert_ticket_overdue_email_help' => 'Разделени със запетая имей адреси за bcc при просрочие на Ticket.', + 'alert_ticket_overdue_agent_id_help' => 'С избора на шаблон ще бъде изпращано известие (към агента), когато тикетът стане просрочен.', + 'ticket_master' => 'Ticket Master', + 'ticket_master_help' => 'Може да присвоява и да прехвърля тикети. Присвоен като агент по подразбиране за всички тикети.', + 'default_agent' => 'Агент по подразбиране', + 'default_agent_help' => 'Ако е избран, ще бъде присвоен на всички входящи тикет-и', + 'show_agent_details' => 'Показване на детайлите на агента при отговор', + 'avatar' => 'Аватар', + 'remove_avatar' => 'Премахване на аватар', + 'ticket_not_found' => 'Тикетът не е намерен', + 'add_template' => 'Добавяне на шаблон', + 'ticket_template' => 'Шаблон за Ticket', + 'ticket_templates' => 'Шаблони за Ticket', + 'updated_ticket_template' => 'Актуализиран шаблон за Ticket', + 'created_ticket_template' => 'Създаден шаблон за Ticket', + 'archive_ticket_template' => 'Архивиране на шаблон', + 'restore_ticket_template' => 'Възстановяване на шаблон', + 'archived_ticket_template' => 'Успешно архивиран шаблон', + 'restored_ticket_template' => 'Успешно възстановен шаблон', + 'close_reason' => 'Кажете ни, защо затваряте този тикет', + 'reopen_reason' => 'Кажете ни, защо отваряте отново този тикет', + 'enter_ticket_message' => 'Моля, въведете съобщение за да актуализирате тикет-а', + 'show_hide_all' => 'Показване / Скриване на всички', + 'subject_required' => 'Полето Относно е задължително', + 'mobile_refresh_warning' => 'Ако използвате мобилното приложение, може да трябва да направите full refresh.', + 'enable_proposals_for_background' => 'За да качите фоново изображение :link за активиране на модула за предложения.', + 'ticket_assignment' => 'Ticket :ticket_number е присвоен на :agent', + 'ticket_contact_reply' => 'Ticket :ticket_number е актуализиран от клиент :contact', + 'ticket_new_template_subject' => 'Ticket :ticket_number е създаден.', + 'ticket_updated_template_subject' => 'Ticket :ticket_number е актуализиран.', + 'ticket_closed_template_subject' => 'Ticket :ticket_number е затворен.', + 'ticket_overdue_template_subject' => 'Ticket :ticket_number вече е просрочен', + 'merge' => 'Обединяване', + 'merged' => 'Обединен', + 'agent' => 'Агент', + 'parent_ticket' => 'Родителски тикет', + 'linked_tickets' => 'Свързани тикети', + 'merge_prompt' => 'Въведете номер на Ticket, към който да бъде добавен', + 'merge_from_to' => 'Ticket #:old_ticket обединен в Ticket #:new_ticket', + 'merge_closed_ticket_text' => 'Ticket #:old_ticket е затворен и обединен в Ticket#:new_ticket - :subject', + 'merge_updated_ticket_text' => 'Ticket #:old_ticket е затворед и добавен в този', + 'merge_placeholder' => 'Обедини Ticket #:ticket в следния', + 'select_ticket' => 'Избор на Ticket', + 'new_internal_ticket' => 'Нов вътрешен Ticket', + 'internal_ticket' => 'Вътрешен Ticket', + 'create_ticket' => 'Създаване на Ticket', + 'allow_inbound_email_tickets_external' => 'Нови Tickets по имейл (клиент)', + 'allow_inbound_email_tickets_external_help' => 'Клиентите могат да създават нови Ticket по имейл', + 'include_in_filter' => 'Включи във филтъра', + 'custom_client1' => ':VALUE', + 'custom_client2' => ':VALUE', + 'compare' => 'Сравнение', + 'hosted_login' => 'Hosted Login', + 'selfhost_login' => 'Selfhost Login', + 'google_login' => 'Вход чрез Google', + 'thanks_for_patience' => 'Благодарим Ви за търпението докато работим по въвеждането на тези функции.\n\nНадяваме се да ги завършим през следващите няколко месеца.\n\nДо тогава ще продължим поддръжката на ', + 'legacy_mobile_app' => 'Старо мобилно приложение', + 'today' => 'Днес', + 'current' => 'Настоящ', + 'previous' => 'Предишен', + 'current_period' => 'Настоящ период', + 'comparison_period' => 'Период за сравнение', + 'previous_period' => 'Предишен период', + 'previous_year' => 'Предишна година', + 'compare_to' => 'Сравнение със', + 'last_week' => 'Предишна седмица', + 'clone_to_invoice' => 'Копирай във фактура', + 'clone_to_quote' => 'Копирай в оферта', + 'convert' => 'Конвертирай', + 'last7_days' => 'Последни 7 дни', + 'last30_days' => 'Последни 30 дни', + 'custom_js' => 'Custom JS', + 'adjust_fee_percent_help' => 'Adjust percent to account for fee', + 'show_product_notes' => 'Показване на детайлите на продукта', + 'show_product_notes_help' => 'Включване на описанието и цената в падащото меню за продукта', + 'important' => 'Важно', + 'thank_you_for_using_our_app' => 'Благодарим Ви, че използвате нашето приложение!', + 'if_you_like_it' => 'Ако го харесвате Ви молим', + 'to_rate_it' => 'да го оцените.', + 'average' => 'Средно', + 'unapproved' => 'Неодобрено', + 'authenticate_to_change_setting' => 'Моля, влезте в профила си за промяна на тази настойка', + 'locked' => 'Блокирано', + 'authenticate' => 'Вход в профила', + 'please_authenticate' => 'Моля, влезте в профила си', + 'biometric_authentication' => 'Биометричен вход', + 'auto_start_tasks' => 'Автоматично стартиране на задачите', + 'budgeted' => 'Бюджетирано', + 'please_enter_a_name' => 'Моля, въведете име', + 'click_plus_to_add_time' => 'Натиснете + за да добавите време', + 'design' => 'Дизайн', + 'password_is_too_short' => 'Паролата е твърде кратка', + 'failed_to_find_record' => 'Записът не е намерен', + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', +); + +return $LANG; + +?> diff --git a/resources/lang/bg/validation.php b/resources/lang/bg/validation.php new file mode 100644 index 000000000000..caa4846aae37 --- /dev/null +++ b/resources/lang/bg/validation.php @@ -0,0 +1,179 @@ + 'Трябва да приемете :attribute.', + 'active_url' => 'Полето :attribute не е валиден URL адрес.', + 'after' => 'Полето :attribute трябва да бъде дата след :date.', + 'after_or_equal' => 'Полето :attribute трябва да бъде дата след или равна на :date.', + 'alpha' => 'Полето :attribute трябва да съдържа само букви.', + 'alpha_dash' => 'Полето :attribute трябва да съдържа само букви, цифри, долна черта и тире.', + 'alpha_num' => 'Полето :attribute трябва да съдържа само букви и цифри.', + 'array' => 'Полето :attribute трябва да бъде масив.', + 'before' => 'Полето :attribute трябва да бъде дата преди :date.', + 'before_or_equal' => 'Полето :attribute трябва да бъде дата преди или равна на :date.', + 'between' => [ + 'numeric' => 'Полето :attribute трябва да бъде между :min и :max.', + 'file' => 'Полето :attribute трябва да бъде между :min и :max килобайта.', + 'string' => 'Полето :attribute трябва да бъде между :min и :max знака.', + 'array' => 'Полето :attribute трябва да има между :min - :max елемента.', + ], + 'boolean' => 'Полето :attribute трябва да съдържа Да или Не', + 'confirmed' => 'Полето :attribute не е потвърдено.', + 'date' => 'Полето :attribute не е валидна дата.', + 'date_equals' => 'The :attribute must be a date equal to :date.', + 'date_format' => 'Полето :attribute не е във формат :format.', + 'different' => 'Полетата :attribute и :other трябва да са различни.', + 'digits' => 'Полето :attribute трябва да има :digits цифри.', + 'digits_between' => 'Полето :attribute трябва да има между :min и :max цифри.', + 'dimensions' => 'Невалидни размери за снимка :attribute.', + 'distinct' => 'Данните в полето :attribute се дублират.', + 'email' => 'Полето :attribute е в невалиден формат.', + 'exists' => 'Избранато поле :attribute вече съществува.', + 'file' => 'Полето :attribute трябва да бъде файл.', + 'filled' => 'Полето :attribute е задължително.', + 'gt' => [ + 'numeric' => 'The :attribute must be greater than :value.', + 'file' => 'The :attribute must be greater than :value kilobytes.', + 'string' => 'The :attribute must be greater than :value characters.', + 'array' => 'The :attribute must have more than :value items.', + ], + 'gte' => [ + 'numeric' => 'The :attribute must be greater than or equal :value.', + 'file' => 'The :attribute must be greater than or equal :value kilobytes.', + 'string' => 'The :attribute must be greater than or equal :value characters.', + 'array' => 'The :attribute must have :value items or more.', + ], + 'image' => 'Полето :attribute трябва да бъде изображение.', + 'in' => 'Избраното поле :attribute е невалидно.', + 'in_array' => 'Полето :attribute не съществува в :other.', + 'integer' => 'Полето :attribute трябва да бъде цяло число.', + 'ip' => 'Полето :attribute трябва да бъде IP адрес.', + 'ipv4' => 'Полето :attribute трябва да бъде IPv4 адрес.', + 'ipv6' => 'Полето :attribute трябва да бъде IPv6 адрес.', + 'json' => 'Полето :attribute трябва да бъде JSON низ.', + 'lt' => [ + 'numeric' => 'The :attribute must be less than :value.', + 'file' => 'The :attribute must be less than :value kilobytes.', + 'string' => 'The :attribute must be less than :value characters.', + 'array' => 'The :attribute must have less than :value items.', + ], + 'lte' => [ + 'numeric' => 'The :attribute must be less than or equal :value.', + 'file' => 'The :attribute must be less than or equal :value kilobytes.', + 'string' => 'The :attribute must be less than or equal :value characters.', + 'array' => 'The :attribute must not have more than :value items.', + ], + 'max' => [ + 'numeric' => 'Полето :attribute трябва да бъде по-малко от :max.', + 'file' => 'Полето :attribute трябва да бъде по-малко от :max килобайта.', + 'string' => 'Полето :attribute трябва да бъде по-малко от :max знака.', + 'array' => 'Полето :attribute трябва да има по-малко от :max елемента.', + ], + 'mimes' => 'Полето :attribute трябва да бъде файл от тип: :values.', + 'mimetypes' => 'Полето :attribute трябва да бъде файл от тип: :values.', + 'min' => [ + 'numeric' => 'Полето :attribute трябва да бъде минимум :min.', + 'file' => 'Полето :attribute трябва да бъде минимум :min килобайта.', + 'string' => 'Полето :attribute трябва да бъде минимум :min знака.', + 'array' => 'Полето :attribute трябва има минимум :min елемента.', + ], + 'not_in' => 'Избраното поле :attribute е невалидно.', + 'not_regex' => 'The :attribute format is invalid.', + 'numeric' => 'Полето :attribute трябва да бъде число.', + 'present' => 'Полето :attribute трябва да съествува.', + 'regex' => 'Полето :attribute е в невалиден формат.', + 'required' => 'Полето :attribute е задължително.', + 'required_if' => 'Полето :attribute се изисква, когато :other е :value.', + 'required_unless' => 'Полето :attribute се изисква, освен ако :other не е в :values.', + 'required_with' => 'Полето :attribute се изисква, когато :values има стойност.', + 'required_with_all' => 'Полето :attribute е задължително, когато :values имат стойност.', + 'required_without' => 'Полето :attribute се изисква, когато :values няма стойност.', + 'required_without_all' => 'Полето :attribute се изисква, когато никое от полетата :values няма стойност.', + 'same' => 'Полетата :attribute и :other трябва да съвпадат.', + 'size' => [ + 'numeric' => 'Полето :attribute трябва да бъде :size.', + 'file' => 'Полето :attribute трябва да бъде :size килобайта.', + 'string' => 'Полето :attribute трябва да бъде :size знака.', + 'array' => 'Полето :attribute трябва да има :size елемента.', + ], + 'starts_with' => 'The :attribute must start with one of the following: :values', + 'string' => 'Полето :attribute трябва да бъде знаков низ.', + 'timezone' => 'Полето :attribute трябва да съдържа валидна часова зона.', + 'unique' => 'Полето :attribute вече съществува.', + 'uploaded' => 'Неуспешно качване на :attribute.', + 'url' => 'Полето :attribute е в невалиден формат.', + 'uuid' => 'The :attribute must be a valid UUID.', + + /* + |-------------------------------------------------------------------------- + | Custom Validation Language Lines + |-------------------------------------------------------------------------- + | + | Here you may specify custom validation messages for attributes using the + | convention "attribute.rule" to name the lines. This makes it quick to + | specify a specific custom language line for a given attribute rule. + | + */ + + 'custom' => [ + 'attribute-name' => [ + 'rule-name' => 'custom-message', + ], + ], + + /* + |-------------------------------------------------------------------------- + | Custom Validation Attributes + |-------------------------------------------------------------------------- + | + | The following language lines are used to swap attribute place-holders + | with something more reader friendly such as E-Mail Address instead + | of "email". This simply helps us make messages a little cleaner. + | + */ + + 'attributes' => [ + 'name' => 'Име', + 'username' => 'Потребител', + 'email' => 'E-mail', + 'first_name' => 'Име', + 'last_name' => 'Фамилия', + 'password' => 'Парола', + 'city' => 'Град', + 'country' => 'Държава', + 'address' => 'Адрес', + 'phone' => 'Телефон', + 'mobile' => 'GSM', + 'age' => 'Възраст', + 'sex' => 'Пол', + 'gender' => 'Пол', + 'day' => 'Ден', + 'month' => 'Месец', + 'year' => 'Година', + 'hour' => 'Час', + 'minute' => 'Минута', + 'second' => 'Секунда', + 'title' => 'Заглавие', + 'content' => 'Съдържание', + 'description' => 'Описание', + 'excerpt' => 'Откъс', + 'date' => 'Дата', + 'time' => 'Време', + 'available' => 'Достъпен', + 'size' => 'Размер', + 'recaptcha_response_field' => 'Рекапча', + 'subject' => 'Заглавие', + 'message' => 'Съобщение', + ], +]; diff --git a/resources/lang/ca/texts.php b/resources/lang/ca/texts.php index 391b24c36205..39bc9d11ad3a 100644 --- a/resources/lang/ca/texts.php +++ b/resources/lang/ca/texts.php @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user archived invoice :invoice', 'activity_9' => ':user deleted invoice :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user updated payment :payment', 'activity_12' => ':user archived payment :payment', 'activity_13' => ':user deleted payment :payment', @@ -1774,6 +1774,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3159,7 +3160,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/cs/texts.php b/resources/lang/cs/texts.php index 77b69a6d1e9d..ea3995826f96 100644 --- a/resources/lang/cs/texts.php +++ b/resources/lang/cs/texts.php @@ -761,7 +761,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user archivoval fakturu :invoice', 'activity_9' => ':user smazal fakturu :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user změnil platbu :payment', 'activity_12' => ':user archivoval platbu :payment', 'activity_13' => ':user smazal platbu :payment', @@ -1776,6 +1776,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3161,7 +3162,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/da/texts.php b/resources/lang/da/texts.php index f0db859c1107..1f952126683a 100644 --- a/resources/lang/da/texts.php +++ b/resources/lang/da/texts.php @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user arkiverede faktura :invoice', 'activity_9' => ':user slettede faktura :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user ajourførte betaling :payment', 'activity_12' => ':user arkiverede betaling :payment', 'activity_13' => ':user slettede betaling :payment', @@ -1773,6 +1773,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Regnskab og jura', @@ -3158,7 +3159,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/de/texts.php b/resources/lang/de/texts.php index 97be8eea54e9..116e37a3b413 100644 --- a/resources/lang/de/texts.php +++ b/resources/lang/de/texts.php @@ -757,11 +757,11 @@ $LANG = array( 'activity_3' => ':user löschte Kunde :client', 'activity_4' => ':user erstellte Rechnung :invoice', 'activity_5' => ':user aktualisierte Rechnung :invoice', - 'activity_6' => ':user emailed invoice :invoice for :client to :contact', + 'activity_6' => ':user mailte Rechnung :invoice für :client an :contact', 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user archivierte Rechnung :invoice', 'activity_9' => ':user löschte Rechnung :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user aktualisierte Zahlung :payment', 'activity_12' => ':user archivierte Zahlung :payment', 'activity_13' => ':user löschte Zahlung :payment', @@ -780,7 +780,7 @@ $LANG = array( 'activity_26' => ':user stellte Kunde :client wieder her', 'activity_27' => ':user stellte Zahlung :payment wieder her', 'activity_28' => ':user stellte Guthaben :credit wieder her', - 'activity_29' => ':contact approved quote :quote for :client', + 'activity_29' => ':contact akzeptierte Angebot :quote für :client', 'activity_30' => ':user hat Lieferant :vendor erstellt', 'activity_31' => ':user hat Lieferant :vendor archiviert', 'activity_32' => ':user hat Lieferant :vendor gelöscht', @@ -1076,7 +1076,7 @@ $LANG = array( 'invoice_item_fields' => 'Rechnungspositionsfeld', 'custom_invoice_item_fields_help' => 'Add a field when creating an invoice item and display the label and value on the PDF.', 'recurring_invoice_number' => 'Wiederkehrende Nummer', - 'recurring_invoice_number_prefix_help' => 'Specify a prefix to be added to the invoice number for recurring invoices.', + 'recurring_invoice_number_prefix_help' => 'Gib ein Präfix an, das der Rechnungsnummer für wiederkehrende Rechnungen hinzugefügt werden soll.', // Client Passwords 'enable_portal_password' => 'Rechnungen mit Passwort schützen', @@ -1775,6 +1775,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'lang_Macedonian' => 'Mazedonier', 'lang_Chinese - Taiwan' => 'Chinesisch - Taiwan', 'lang_Serbian' => 'Serbisch', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Buchhaltung und Rechnungswesen', @@ -2472,7 +2473,7 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'currency_belarusian_ruble' => 'Belarusian Ruble', 'currency_moldovan_leu' => 'Moldovan Leu', 'currency_kazakhstani_tenge' => 'Kazakhstani Tenge', - 'currency_gibraltar_pound' => 'Gibraltar Pound', + 'currency_gibraltar_pound' => 'Gibraltar-Pfund', 'review_app_help' => 'Wir hoffen, dass Ihnen die App gefällt. Wenn Sie :link in Betracht ziehen würden, wären wir Ihnen sehr dankbar!', 'writing_a_review' => 'Schreiben einer Rezension', @@ -3160,7 +3161,23 @@ Sobald Sie die Beträge erhalten haben, kommen Sie bitte wieder zurück zu diese 'design' => 'Design', 'password_is_too_short' => 'Das Passwort ist zu kurz', 'failed_to_find_record' => 'Datensatz konnte nicht gefunden werden', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/el/texts.php b/resources/lang/el/texts.php index 973ef73609c5..27652227491c 100644 --- a/resources/lang/el/texts.php +++ b/resources/lang/el/texts.php @@ -760,7 +760,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'activity_7' => 'Η επαφή :contact είδε το τιμολόγιο :invoice για τον πελάτη :client', 'activity_8' => 'Ο χρήστης :user αρχειοθέτησε το τιμολόγιο :invoice', 'activity_9' => 'Ο χρήστης :user διέγραψε το τιμολόγιο :invoice', - 'activity_10' => 'Η επαφή :contact καταχώρησε την πληρωμή :payment για το τιμολόγιο :Invoice για τον πελάτη :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => 'Ο χρήστης :user ενημέρωσε την πληρωμή :payment', 'activity_12' => 'Ο χρήστης :user αρχειοθέτησε την πληρωμή :payment', 'activity_13' => 'Ο χρήστης :user διέγραψε την πληρωμή :payment', @@ -1774,6 +1774,7 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'lang_Macedonian' => 'Μακεδονικά', 'lang_Chinese - Taiwan' => 'Κινέζικα Ταϊβάν', 'lang_Serbian' => 'Σέρβικα', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Λογιστικά & Νομικά', @@ -3159,7 +3160,23 @@ email που είναι συνδεδεμένη με το λογαριασμό σ 'design' => 'Σχεδίαση', 'password_is_too_short' => 'Ο κωδικός πρόσβασης είναι πολύ μικρός', 'failed_to_find_record' => 'Αποτυχία ανεύρεσης εγγραφής', - + 'valid_until_days' => 'Έγκυρο Έως', + 'valid_until_days_help' => 'Ορίστε αυτόματα την τιμή Έγκυρο Έως στις προσφορές τόσες μέρες στο μέλλον. Αφήστε κενό για απενεργοποίηση.', + 'usually_pays_in_days' => 'Ημέρες', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index fa1dd8cf79d1..e02444eefee9 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -1774,6 +1774,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3162,7 +3163,20 @@ $LANG = array( 'valid_until_days' => 'Valid Until', 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', 'usually_pays_in_days' => 'Days', - + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/en_AU/texts.php b/resources/lang/en_AU/texts.php index 36b3b22d6ac0..a6c6b011e1d5 100644 --- a/resources/lang/en_AU/texts.php +++ b/resources/lang/en_AU/texts.php @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user archived invoice :invoice', 'activity_9' => ':user deleted invoice :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user updated payment :payment', 'activity_12' => ':user archived payment :payment', 'activity_13' => ':user deleted payment :payment', @@ -1774,6 +1774,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3159,7 +3160,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/en_GB/texts.php b/resources/lang/en_GB/texts.php index cf9dcb437c89..43305b242eac 100644 --- a/resources/lang/en_GB/texts.php +++ b/resources/lang/en_GB/texts.php @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user archived invoice :invoice', 'activity_9' => ':user deleted invoice :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user updated payment :payment', 'activity_12' => ':user archived payment :payment', 'activity_13' => ':user deleted payment :payment', @@ -1774,6 +1774,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3159,7 +3160,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/es/texts.php b/resources/lang/es/texts.php index 252daa25a059..4484557a1607 100644 --- a/resources/lang/es/texts.php +++ b/resources/lang/es/texts.php @@ -759,7 +759,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user archivó la factura :invoice', 'activity_9' => ':user eliminó la factura :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user actualizó el pago :payment', 'activity_12' => ':user archivó el pago :payment', 'activity_13' => ':user eliminó el pago :payment', @@ -1772,6 +1772,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3157,7 +3158,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/es_ES/texts.php b/resources/lang/es_ES/texts.php index c35ae98e5fc9..9c9a1acf53ad 100644 --- a/resources/lang/es_ES/texts.php +++ b/resources/lang/es_ES/texts.php @@ -754,7 +754,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user archivó la factura :invoice', 'activity_9' => ':user borró la factura :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user actualizó el Pago :payment', 'activity_12' => ':user archivó el pago :payment', 'activity_13' => ':user borró el pago :payment', @@ -1764,6 +1764,7 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c 'lang_Macedonian' => 'Macedonio', 'lang_Chinese - Taiwan' => 'Chino - Taiwan', 'lang_Serbian' => 'Serbio', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Contabilidad y legal', @@ -3149,7 +3150,23 @@ Una vez que tenga los montos, vuelva a esta página de métodos de pago y haga c 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/fi/texts.php b/resources/lang/fi/texts.php index 9e41af425d30..a8a170fef14e 100644 --- a/resources/lang/fi/texts.php +++ b/resources/lang/fi/texts.php @@ -762,7 +762,7 @@ Lasku poistettiin (if only one, alternative)', 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user arkistoi laskun :invoice', 'activity_9' => ':user poisti laskun :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user päivitti maksun :payment', 'activity_12' => ':user arkistoi maksun :payment', 'activity_13' => ':user poisti maksun :payment', @@ -1776,6 +1776,7 @@ Lasku poistettiin (if only one, alternative)', 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3161,7 +3162,23 @@ Lasku poistettiin (if only one, alternative)', 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/fr/texts.php b/resources/lang/fr/texts.php index 992798386629..1569e6a06384 100644 --- a/resources/lang/fr/texts.php +++ b/resources/lang/fr/texts.php @@ -23,14 +23,14 @@ $LANG = array( 'currency_id' => 'Devise', 'size_id' => 'Taille de l’entreprise', 'industry_id' => 'Secteur', - 'private_notes' => 'Notes personnelle', + 'private_notes' => 'Notes personnelles', 'invoice' => 'Facture', 'client' => 'Client', 'invoice_date' => 'Date de facture', 'due_date' => 'Date d\'échéance', 'invoice_number' => 'Numéro de facture', 'invoice_number_short' => 'N° Facture', - 'po_number' => 'Ccommande', + 'po_number' => 'N° de Bon de Commande', 'po_number_short' => 'Commande', 'frequency_id' => 'Fréquence', 'discount' => 'Remise', @@ -253,7 +253,7 @@ $LANG = array( 'notification_invoice_sent_subject' => 'La facture :invoice a été envoyée au client :client', 'notification_invoice_viewed_subject' => 'La facture :invoice a été vue par le client :client', 'notification_invoice_paid' => 'Un paiement de :amount a été effectué par le client :client concernant la facture :invoice.', - 'notification_invoice_sent' => 'Le client suivant :client a reçu par courriel la facture :invoice d\'un montant de :amount', + 'notification_invoice_sent' => 'Le client :client a reçu par courriel la facture :invoice d\'un montant de :amount', 'notification_invoice_viewed' => 'Le client :client a vu la facture :invoice d\'un montant de :amount', 'reset_password' => 'Vous pouvez réinitialiser votre mot de passe en cliquant sur le lien suivant :', 'secure_payment' => 'Paiement sécurisé', @@ -339,7 +339,7 @@ $LANG = array( 'quote_link_message' => 'Pour visionner votre devis, cliquez sur le lien ci-dessous :', 'notification_quote_sent_subject' => 'Le devis :invoice a été envoyé à :client', 'notification_quote_viewed_subject' => 'Le devis :invoice a été visionné par :client', - 'notification_quote_sent' => 'Le devis :invoice de :amount a été envoyé au client :client.', + 'notification_quote_sent' => 'Le devis :invoice de :amount a été mailé au client :client.', 'notification_quote_viewed' => 'Le devis :invoice de :amount a été visionné par le client :client.', 'session_expired' => 'Votre session a expiré.', 'invoice_fields' => 'Champs de facture', @@ -362,7 +362,7 @@ $LANG = array( 'deleted_user' => 'Utilisateur supprimé avec succès', 'confirm_email_invoice' => 'Voulez-vous vraiment envoyer cette facture par courriel ?', 'confirm_email_quote' => 'Voulez-vous vraiment envoyer ce devis par courriel ?', - 'confirm_recurring_email_invoice' => 'Les factures récurrentes sont activées, voulez-vous vraiment envoyer cette facture par courriel ?', + 'confirm_recurring_email_invoice' => 'Les factures récurrentes sont activées, voulez-vous vraiment mailer cette facture ?', 'confirm_recurring_email_invoice_not_sent' => 'Etes-vous sûr(e) de vouloir commencer la récurrence ?', 'cancel_account' => 'Supprimer le compte', 'cancel_account_message' => 'Attention : Ceci va supprimer définitivement votre compte, il n\'y a pas d\'annulation possible.', @@ -750,11 +750,11 @@ $LANG = array( 'activity_3' => ':user a supprimé le client :client', 'activity_4' => ':user a créé la facture :invoice', 'activity_5' => ':user a mis à jour la facture :invoice', - 'activity_6' => ':user emailed invoice :invoice for :client to :contact', - 'activity_7' => ':contact viewed invoice :invoice for :client', + 'activity_6' => ':user a mailé la facture :invoice pour :client à :contact', + 'activity_7' => ':contact a vu la facture :invoice pour :client', 'activity_8' => ':user a archivé la facture :invoice', 'activity_9' => ':user a supprimé la facture :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user a mis à jour le moyen de paiement :payment', 'activity_12' => ':user a archivé le moyen de paiement :payment', 'activity_13' => ':user a supprimé le moyen de paiement :payment', @@ -764,7 +764,7 @@ $LANG = array( 'activity_17' => ':user a supprimé le crédit :credit', 'activity_18' => ':user a créé le devis :quote', 'activity_19' => ':user a mis à jour le devis :quote', - 'activity_20' => ':user emailed quote :quote for :client to :contact', + 'activity_20' => ':user a mailé un devis :quote pour :client à :contact', 'activity_21' => ':contact a lu le devis :quote', 'activity_22' => ':user a archivé le devis :quote', 'activity_23' => ':user a supprimé le devis :quote', @@ -773,7 +773,7 @@ $LANG = array( 'activity_26' => ':user a restauré le client :client', 'activity_27' => ':user a restauré le paiement :payment', 'activity_28' => ':user a restauré le crédit :credit', - 'activity_29' => ':contact approved quote :quote for :client', + 'activity_29' => ':contact a approuvé le devis :quote pour :client', 'activity_30' => ':user a créé le fournisseur :vendor', 'activity_31' => ':user a archivé le fournisseur :vendor', 'activity_32' => ':user a supprimé le fournisseur :vendor', @@ -1069,7 +1069,7 @@ $LANG = array( 'invoice_item_fields' => 'Invoice Item Fields', 'custom_invoice_item_fields_help' => 'Ajouter un champ lors de la création d\'un article de facture et afficher le libellé et la valeur sur le PDF.', 'recurring_invoice_number' => 'Numéro récurrent', - 'recurring_invoice_number_prefix_help' => 'Specify a prefix to be added to the invoice number for recurring invoices.', + 'recurring_invoice_number_prefix_help' => 'Spécifier un préfixe à ajouter au numéro de facture pour les factures récurrentes.', // Client Passwords 'enable_portal_password' => 'Protéger les factures avec un mot de passe', @@ -1768,6 +1768,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'lang_Macedonian' => 'Macedoine', 'lang_Chinese - Taiwan' => 'Chine -Taiwan', 'lang_Serbian' => 'Serbe', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Comptabilité & Légal', @@ -2035,9 +2036,9 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'update_credit' => 'Mettre à jour un crédit', 'updated_credit' => 'Le crédit a été mis à jour', 'edit_credit' => 'Éditer le crédit', - 'realtime_preview' => 'Realtime Preview', + 'realtime_preview' => 'Aperçu en temps réel', 'realtime_preview_help' => 'Realtime refresh PDF preview on the invoice page when editing invoice.
Disable this to improve performance when editing invoices.', - 'live_preview_help' => 'Display a live PDF preview on the invoice page.', + 'live_preview_help' => 'Afficher un aperçu du PDF en direct sur la page de la facture.', 'force_pdfjs_help' => 'Remplacer le lecteur PDF intégré dans :chrome_link et dans :firefox_link.
Activez cette fonctionnalité si votre navigateur télécharge automatiquement les fichiers PDF.', 'force_pdfjs' => 'Empêcher le téléchargement', 'redirect_url' => 'URL de redirection', @@ -2459,13 +2460,13 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'currency_albanian_lek' => 'Lek albanais', 'currency_serbian_dinar' => 'Dinar serbe', 'currency_lebanese_pound' => 'Livre libanaise', - 'currency_armenian_dram' => 'Armenian Dram', - 'currency_azerbaijan_manat' => 'Azerbaijan Manat', - 'currency_bosnia_and_herzegovina_convertible_mark' => 'Bosnia and Herzegovina Convertible Mark', - 'currency_belarusian_ruble' => 'Belarusian Ruble', - 'currency_moldovan_leu' => 'Moldovan Leu', - 'currency_kazakhstani_tenge' => 'Kazakhstani Tenge', - 'currency_gibraltar_pound' => 'Gibraltar Pound', + 'currency_armenian_dram' => 'Dram arménien', + 'currency_azerbaijan_manat' => 'Manat azerbaïdjanais', + 'currency_bosnia_and_herzegovina_convertible_mark' => 'Mark convertible de Bosnie-Herzégovine', + 'currency_belarusian_ruble' => 'Rouble biélorusse', + 'currency_moldovan_leu' => 'Leu moldave', + 'currency_kazakhstani_tenge' => 'Tenge kazakh', + 'currency_gibraltar_pound' => 'Livre de Gibraltar', 'review_app_help' => 'Nous espérons que votre utilisation de cette application vous est agréable.
Un commentaire de votre part serait grandement apprécié!', 'writing_a_review' => 'écrire un commentaire', @@ -3153,7 +3154,23 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'design' => 'Design', 'password_is_too_short' => 'Mot de passe trop court', 'failed_to_find_record' => 'Élément non trouvé', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/fr_CA/texts.php b/resources/lang/fr_CA/texts.php index 12b0b82260cb..ec344b27732d 100644 --- a/resources/lang/fr_CA/texts.php +++ b/resources/lang/fr_CA/texts.php @@ -754,7 +754,7 @@ $LANG = array( 'activity_7' => ':contact a visualisé la facture :invoice pour :client', 'activity_8' => ':user a archivé la facture :invoice', 'activity_9' => ':user a supprimé la facture :invoice', - 'activity_10' => ':contact a saisi le paiement :payment pour :invoice pour :client', + 'activity_10' => ':contact a saisi le paiement :payment de :payment_amount de la facture :invoice pour :client', 'activity_11' => ':user a mis à jour le paiement :payment', 'activity_12' => ':user a archivé le paiement :payment', 'activity_13' => ':user a supprimé le paiement :payment', @@ -1765,6 +1765,7 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'lang_Macedonian' => 'Macédonien', 'lang_Chinese - Taiwan' => 'Chinois - Taiwan', 'lang_Serbian' => 'Serbe', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Administration', @@ -3151,7 +3152,23 @@ Lorsque les montant apparaîtront sur votre relevé, veuillez revenir sur cette 'design' => 'Conception', 'password_is_too_short' => 'Le mot de passe est trop court', 'failed_to_find_record' => 'Enregistrement introuvable', - + 'valid_until_days' => 'Valable jusque', + 'valid_until_days_help' => 'Définit automatiquement la valeur Valable jusque sur les soumissions pour autant de jours à venir. Laissez vide pour désactiver.', + 'usually_pays_in_days' => 'Jours', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/hr/texts.php b/resources/lang/hr/texts.php index d1566b9b8033..6a90deee0cc6 100644 --- a/resources/lang/hr/texts.php +++ b/resources/lang/hr/texts.php @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user arhivirao račun :invoice', 'activity_9' => ':user obrisao račun :invoce', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user ažurirao uplatu :payment', 'activity_12' => ':user ahivirao uplatu :payment', 'activity_13' => ':user obrisao uplatu :payment', @@ -1775,6 +1775,7 @@ Nevažeći kontakt email', 'lang_Macedonian' => 'Makedonski', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Srpski', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3161,7 +3162,23 @@ Za pregled vašeg prijedloga iznosa :amount, kliknite donji gumb.', 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/it/texts.php b/resources/lang/it/texts.php index bc4d42ad3e0f..1f49b089e431 100644 --- a/resources/lang/it/texts.php +++ b/resources/lang/it/texts.php @@ -754,7 +754,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user ha archiviato la fattura :invoice', 'activity_9' => ':user ha cancellato la fattura :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user ha aggiornato il pagamento :payment', 'activity_12' => ':user ha archiviato il pagamento :payment', 'activity_13' => ':user ha cancellato il pagamento :payment', @@ -1767,6 +1767,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3152,7 +3153,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/ja/texts.php b/resources/lang/ja/texts.php index 6e7278b7d905..2e0c73cb6eae 100644 --- a/resources/lang/ja/texts.php +++ b/resources/lang/ja/texts.php @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user は 請求書 :invoice をアーカイブしました。', 'activity_9' => ':user は 請求書 :invoice をアーカイブしました。', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user updated payment :payment', 'activity_12' => ':user archived payment :payment', 'activity_13' => ':user deleted payment :payment', @@ -1774,6 +1774,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3159,7 +3160,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/lt/texts.php b/resources/lang/lt/texts.php index 7dba025bd328..6f3e1f38b2e4 100644 --- a/resources/lang/lt/texts.php +++ b/resources/lang/lt/texts.php @@ -126,7 +126,7 @@ $LANG = array( 'new_client' => 'Naujas klientas', 'new_invoice' => 'Nauja sąskaita', 'new_payment' => 'Naujas mokėjimas', - 'new_credit' => 'Enter Credit', + 'new_credit' => 'Įvesti kreditą', 'contact' => 'Kontaktai', 'date_created' => 'Sukūrimo data', 'last_login' => 'Paskutinis prisijungimas', @@ -135,7 +135,7 @@ $LANG = array( 'status' => 'Būklė', 'invoice_total' => 'Suma Viso', 'frequency' => 'Periodas', - 'range' => 'Range', + 'range' => 'Intervalas', 'start_date' => 'Pradžia', 'end_date' => 'Pabaiga', 'transaction_reference' => 'Transaction Reference', @@ -497,7 +497,7 @@ $LANG = array( 'email_address' => 'El. pašto adresas', 'lets_go' => 'Pradėkim', 'password_recovery' => 'Slaptažodžio pirminimas', - 'send_email' => 'Send Email', + 'send_email' => 'Siųsti el. laišką', 'set_password' => 'Įrašyti slaptažodį', 'converted' => 'Converted', 'email_approved' => 'Email me when a quote is approved', @@ -630,7 +630,7 @@ $LANG = array( 'times' => 'Laikas', 'set_now' => 'Dabar', 'dark_mode' => 'Dark Mode', - 'dark_mode_help' => 'Use a dark background for the sidebars', + 'dark_mode_help' => 'Naudoti tamsų rėžimą šoninėms pasirinkimų juostoms', 'add_to_invoice' => 'Add to invoice :invoice', 'create_new_invoice' => 'Create new invoice', 'task_errors' => 'Please correct any overlapping times', @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user archived invoice :invoice', 'activity_9' => ':user deleted invoice :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user atnaujino mokėjimą :payment', 'activity_12' => ':user archived payment :payment', 'activity_13' => ':user deleted payment :payment', @@ -814,7 +814,7 @@ $LANG = array( 'default_invoice_footer' => 'Set default invoice footer', 'quote_footer' => 'Quote Footer', 'free' => 'Free', - 'quote_is_approved' => 'Successfully approved', + 'quote_is_approved' => 'Sėkmingai patvirtinta', 'apply_credit' => 'Apply Credit', 'system_settings' => 'System Settings', 'archive_token' => 'Archive Token', @@ -1774,6 +1774,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3159,7 +3160,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/mk_MK/texts.php b/resources/lang/mk_MK/texts.php index c68b2fce2c1f..a8ab6d048fa6 100644 --- a/resources/lang/mk_MK/texts.php +++ b/resources/lang/mk_MK/texts.php @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user ја архивира фактурата :invoice', 'activity_9' => ':user ја избриша фактурата :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user го ажурира плаќањето :payment', 'activity_12' => ':user го архивира плаќањето :payment', 'activity_13' => ':user го избриша плаќањето :payment', @@ -1724,7 +1724,7 @@ $LANG = array( 'country_Tuvalu' => 'Тувалу', 'country_Uganda' => 'Уганда', 'country_Ukraine' => 'Украина', - 'country_Macedonia, the former Yugoslav Republic of' => 'Поранешна Југословенска Република Македонија', + 'country_Macedonia, the former Yugoslav Republic of' => 'Република Северна Македонија', 'country_Egypt' => 'Египет', 'country_United Kingdom' => 'Обединето Кралство', 'country_Guernsey' => 'Гернзи', @@ -1771,9 +1771,10 @@ $LANG = array( 'lang_Portuguese - Brazilian' => 'Португалски - Бразилски', 'lang_Portuguese - Portugal' => 'Португалски - Португалија', 'lang_Thai' => 'Тајландски', - 'lang_Macedonian' => 'Macedonian', + 'lang_Macedonian' => 'Македонски', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Сметководство и право', @@ -2459,7 +2460,7 @@ $LANG = array( 'currency_cape_verdean_escudo' => 'Cape Verdean Escudo', 'currency_kuwaiti_dinar' => 'Kuwaiti Dinar', 'currency_algerian_dinar' => 'Algerian Dinar', - 'currency_macedonian_denar' => 'Macedonian Denar', + 'currency_macedonian_denar' => 'Македонски Денар', 'currency_fijian_dollar' => 'Fijian Dollar', 'currency_bolivian_boliviano' => 'Bolivian Boliviano', 'currency_albanian_lek' => 'Albanian Lek', @@ -3159,7 +3160,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/nb_NO/texts.php b/resources/lang/nb_NO/texts.php index 3cddf6af1199..2bb3793d274d 100644 --- a/resources/lang/nb_NO/texts.php +++ b/resources/lang/nb_NO/texts.php @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user arkiverte faktura :invoice', 'activity_9' => ':user slettet faktura :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user oppdaterte betaling :payment', 'activity_12' => ':user arkiverte betaling :payment', 'activity_13' => ':user slettet betaling :payment', @@ -1774,6 +1774,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Regnskap & Juridisk', @@ -3159,7 +3160,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/nl/texts.php b/resources/lang/nl/texts.php index de5b0222b7b6..4c1e37b88d67 100644 --- a/resources/lang/nl/texts.php +++ b/resources/lang/nl/texts.php @@ -135,7 +135,7 @@ $LANG = array( 'status' => 'Status', 'invoice_total' => 'Factuur totaal', 'frequency' => 'Frequentie', - 'range' => 'Range', + 'range' => 'Bereik', 'start_date' => 'Startdatum', 'end_date' => 'Einddatum', 'transaction_reference' => 'Transactiereferentie', @@ -683,7 +683,7 @@ $LANG = array( 'military_time' => '24-uurs klok', 'last_sent' => 'Laatst verstuurd', 'reminder_emails' => 'Herinneringsmails', - 'quote_reminder_emails' => 'Quote Reminder Emails', + 'quote_reminder_emails' => 'Offerte Herinneringsmails', 'templates_and_reminders' => 'Sjablonen en herinneringen', 'subject' => 'Onderwerp', 'body' => 'Tekst', @@ -750,11 +750,11 @@ $LANG = array( 'activity_3' => ':user heeft klant :client verwijderd', 'activity_4' => ':user heeft factuur :invoice aangemaakt', 'activity_5' => ':user heeft factuur :invoice bijgewerkt', - 'activity_6' => ':user emailed invoice :invoice for :client to :contact', - 'activity_7' => ':contact viewed invoice :invoice for :client', + 'activity_6' => ':user heeft factuur :invoice voor :client naar :contact verstuurd', + 'activity_7' => ':contact heeft factuur :invoice voor :client bekeken', 'activity_8' => ':user heeft factuur :invoice gearchiveerd', 'activity_9' => ':user heeft factuur :invoice verwijderd', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact heeft betaling :payment van :payment_amount ingevoerd voor factuur :invoice voor :client', 'activity_11' => ':user heeft betaling :payment bijgewerkt', 'activity_12' => ':user heeft betaling :payment gearchiveerd', 'activity_13' => ':user heeft betaling :payment verwijderd', @@ -764,7 +764,7 @@ $LANG = array( 'activity_17' => ':user heeft :credit krediet verwijderd', 'activity_18' => ':user heeft offerte :quote aangemaakt', 'activity_19' => ':user heeft offerte :quote bijgewerkt', - 'activity_20' => ':user emailed quote :quote for :client to :contact', + 'activity_20' => ':user heeft offerte :quote voor :client verstuurd naar :contact', 'activity_21' => ':contact heeft offerte :quote bekeken', 'activity_22' => ':user heeft offerte :quote gearchiveerd', 'activity_23' => ':user heeft offerte :quote verwijderd', @@ -773,7 +773,7 @@ $LANG = array( 'activity_26' => ':user heeft klant :client hersteld', 'activity_27' => ':user heeft betaling :payment hersteld', 'activity_28' => ':user heeft :credit krediet hersteld', - 'activity_29' => ':contact approved quote :quote for :client', + 'activity_29' => ':contact heeft offerte :quote goedgekeurd voor :client', 'activity_30' => ':user heeft leverancier :vendor aangemaakt', 'activity_31' => ':user heeft leverancier :vendor gearchiveerd', 'activity_32' => ':user heeft leverancier :vendor verwijderd', @@ -1066,7 +1066,7 @@ $LANG = array( 'invoice_item_fields' => 'Factuurregels', 'custom_invoice_item_fields_help' => 'Voeg een veld toe bij het aanmaken van een factuurregel en toon het label met de waarde op de PDF.', 'recurring_invoice_number' => 'Terugkerend nummer', - 'recurring_invoice_number_prefix_help' => 'Specify a prefix to be added to the invoice number for recurring invoices.', + 'recurring_invoice_number_prefix_help' => 'Kies een voorvoegsel voor het factuurnummer van terugkerende facturen.', // Client Passwords 'enable_portal_password' => 'Facturen beveiligen met een wachtwoord', @@ -1766,6 +1766,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'lang_Macedonian' => 'Macedonisch', 'lang_Chinese - Taiwan' => 'Chinees - Taiwan', 'lang_Serbian' => 'Servisch', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Boekhouding & juridisch', @@ -2033,9 +2034,9 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'update_credit' => 'Krediet bijwerken', 'updated_credit' => 'Het krediet is succesvol gewijzigd', 'edit_credit' => 'Wijzig krediet', - 'realtime_preview' => 'Realtime Preview', - 'realtime_preview_help' => 'Realtime refresh PDF preview on the invoice page when editing invoice.
Disable this to improve performance when editing invoices.', - 'live_preview_help' => 'Display a live PDF preview on the invoice page.', + 'realtime_preview' => 'Realtime Voorbeeld', + 'realtime_preview_help' => 'Toon een realtime PDF voorbeeld op de factuur pagina bij het bewerken van facturen.
Schakel dit uit om de prestaties te verbeteren tijdens het bewerken van facturen.', + 'live_preview_help' => 'Toon een live PDF voorbeeld op de factuur pagina.', 'force_pdfjs_help' => 'Vervang de ingebouwde PDF viewer in :chrome_link en :firefox_link.
Schakel dit in als je browser de PDF automatisch download.', 'force_pdfjs' => 'Download voorkomen', 'redirect_url' => 'Redirect URL', @@ -2061,8 +2062,8 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'last_30_days' => 'Laatste 30 dagen', 'this_month' => 'Deze maand', 'last_month' => 'Vorige maand', - 'current_quarter' => 'Current Quarter', - 'last_quarter' => 'Last Quarter', + 'current_quarter' => 'Huidig Kwartaal', + 'last_quarter' => 'Laatste Kwartaal', 'last_year' => 'Vorig jaar', 'custom_range' => 'Aangepast bereik', 'url' => 'URL', @@ -2090,7 +2091,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'notes_reminder1' => 'Eerste herinnering', 'notes_reminder2' => 'Tweede herinnering', 'notes_reminder3' => 'Derde herinnering', - 'notes_reminder4' => 'Reminder', + 'notes_reminder4' => 'Herinnering', 'bcc_email' => 'BBC Email', 'tax_quote' => 'BTW offerte', 'tax_invoice' => 'BTW factuur', @@ -2457,13 +2458,13 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'currency_albanian_lek' => 'Albanese Lek', 'currency_serbian_dinar' => 'Servische Dinar', 'currency_lebanese_pound' => 'Libanese Pond', - 'currency_armenian_dram' => 'Armenian Dram', - 'currency_azerbaijan_manat' => 'Azerbaijan Manat', - 'currency_bosnia_and_herzegovina_convertible_mark' => 'Bosnia and Herzegovina Convertible Mark', - 'currency_belarusian_ruble' => 'Belarusian Ruble', - 'currency_moldovan_leu' => 'Moldovan Leu', - 'currency_kazakhstani_tenge' => 'Kazakhstani Tenge', - 'currency_gibraltar_pound' => 'Gibraltar Pound', + 'currency_armenian_dram' => 'Armeense Dram', + 'currency_azerbaijan_manat' => 'Azerbeidzjaanse Manat', + 'currency_bosnia_and_herzegovina_convertible_mark' => 'Bosnië en Herzegovina Inwisselbare Mark', + 'currency_belarusian_ruble' => 'Wit-Russische Roebel', + 'currency_moldovan_leu' => 'Moldavische Leu', + 'currency_kazakhstani_tenge' => 'Kazachse Tenge', + 'currency_gibraltar_pound' => 'Gibraltarese Pond', 'review_app_help' => 'We hopen dat je het leuk vindt om de app te gebruiken.
Als je zou overwegen :link, zouden we dat zeer op prijs stellen!', 'writing_a_review' => 'een recensie schrijven', @@ -2843,8 +2844,8 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'auto_archive_invoice_help' => 'Facturen automatisch archiveren wanneer ze worden betaald.', 'auto_archive_quote' => 'Automatisch archiveren', 'auto_archive_quote_help' => 'Offertes automatisch archiveren wanneer ze zijn omgezet.', - 'require_approve_quote' => 'Require approve quote', - 'require_approve_quote_help' => 'Require clients to approve quotes.', + 'require_approve_quote' => 'Verplicht goedkeuring offerte', + 'require_approve_quote_help' => 'Verplicht klanten om offertes goed te keuren.', 'allow_approve_expired_quote' => 'Toestaan verlopen offerte goedkeuren', 'allow_approve_expired_quote_help' => 'Toestaan klanten verlopen offerte goedkeuren', 'invoice_workflow' => 'Factuur workflow', @@ -3135,7 +3136,7 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'show_product_notes_help' => 'Voeg de beschrijving en kosten toe aan de productkeuzelijst', 'important' => 'Belangrijk', 'thank_you_for_using_our_app' => 'Bedankt voor het gebruik van onze app!', - 'if_you_like_it' => 'If you like it please', + 'if_you_like_it' => 'Als je het leuk vindt alsjeblieft ', 'to_rate_it' => 'om een score te geven.', 'average' => 'Gemiddeld', 'unapproved' => 'Afgekeurd', @@ -3151,7 +3152,23 @@ Kom terug naar deze betalingsmethode pagina zodra u de bedragen heeft ontvangen 'design' => 'Ontwerp', 'password_is_too_short' => 'Wachtwoord is te kort', 'failed_to_find_record' => 'Geen gegeven gevonden', - + 'valid_until_days' => 'Geldig tot', + 'valid_until_days_help' => 'Vult automatisch de waarde Geldig tot in op offertes voor dit aantal dagen in de toekomst. Laat leeg om uit te schakelen.', + 'usually_pays_in_days' => 'Dagen', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/pl/texts.php b/resources/lang/pl/texts.php index 48cc8faaf97d..d138f35926ae 100644 --- a/resources/lang/pl/texts.php +++ b/resources/lang/pl/texts.php @@ -133,7 +133,7 @@ Przykłady dynamicznych zmiennych: 'status' => 'Status', 'invoice_total' => 'Faktura ogółem', 'frequency' => 'Częstotliwość', - 'range' => 'Range', + 'range' => 'Zakres', 'start_date' => 'Początkowa data', 'end_date' => 'Końcowa data', 'transaction_reference' => 'Numer referencyjny transakcji', @@ -686,7 +686,7 @@ Przykłady dynamicznych zmiennych: 'military_time' => '24 godzinny czas', 'last_sent' => 'Ostatnio wysłano', 'reminder_emails' => 'Przypomnienia emailowe', - 'quote_reminder_emails' => 'Quote Reminder Emails', + 'quote_reminder_emails' => 'Email przypomnienia o ofercie', 'templates_and_reminders' => 'Szablony i przypomnienia', 'subject' => 'Temat', 'body' => 'Treść', @@ -757,7 +757,7 @@ Przykłady dynamicznych zmiennych: 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user zarchiwizował fakturę :invoice', 'activity_9' => ':user usunął fakturę :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user zaktualizował płatność :payment', 'activity_12' => ':user zarchiwizował płatność :payment', 'activity_13' => ':user usunął płatność :payment', @@ -1077,7 +1077,7 @@ Przykłady dynamicznych zmiennych: // Client Passwords 'enable_portal_password' => 'Faktury chronione hasłem', 'enable_portal_password_help' => 'Zezwala na utworzenie haseł dla każdego kontaktu. Jeśli hasło zostanie ustanowione, użytkownik będzie musiał podać hasło, aby przeglądać faktury.', - 'send_portal_password' => 'Generate Automatically', + 'send_portal_password' => 'Wygeneruj automatycznie', 'send_portal_password_help' => 'Wygeneruje hasło automatycznie, jeśli nie zostanie ono wpisane. Klient otrzyma je razem z pierwszą fakturą.', 'expired' => 'Wygasło', @@ -1124,9 +1124,9 @@ Przykłady dynamicznych zmiennych: 'email_documents_header' => 'Dokumenty:', 'email_documents_example_1' => 'Widgets Receipt.pdf', 'email_documents_example_2' => 'Final Deliverable.zip', - 'quote_documents' => 'Quote Documents', - 'invoice_documents' => 'Invoice Documents', - 'expense_documents' => 'Expense Documents', + 'quote_documents' => 'Dokumenty oferty', + 'invoice_documents' => 'Dokumenty Faktury', + 'expense_documents' => 'Dokumenty wydatku', 'invoice_embed_documents' => 'Załączniki', 'invoice_embed_documents_help' => 'Wstaw do faktury załączniki graficzne.', 'document_email_attachment' => 'Załącz dokumenty', @@ -1206,7 +1206,7 @@ Przykłady dynamicznych zmiennych: 'list_vendors' => 'List Vendors', 'add_users_not_supported' => 'Upgrade to the Enterprise plan to add additional users to your account.', 'enterprise_plan_features' => 'Plan Enterprise dodaje wsparcie dla wielu użytkowników oraz obsługę załączników. Zobacz :link, by poznać wszystkie funkcjonalności.', - 'return_to_app' => 'Return To App', + 'return_to_app' => 'Powrót do aplikacji', // Payment updates @@ -1350,7 +1350,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'debit_cards' => 'Karty debetowe', 'warn_start_date_changed' => 'Nowa faktura zostanie wysłana w nowej dacie początkowej.', - 'warn_start_date_changed_not_sent' => 'The next invoice will be created on the new start date.', + 'warn_start_date_changed_not_sent' => 'Następna faktura zostanie stworzona w nowej dacie początkowej.', 'original_start_date' => 'Pierwotna data początkowa', 'new_start_date' => 'Nowa data początkowa', 'security' => 'Bezpieczeństwo', @@ -1771,6 +1771,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Księgowość i prawo', @@ -2024,21 +2025,21 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'created_project' => 'Utworzono projekt', 'archived_project' => 'Zarchiwizowano projekt', 'archived_projects' => 'Zarchiwizowano :count projektów', - 'restore_project' => 'Restore Project', + 'restore_project' => 'Przywróć projekt', 'restored_project' => 'Przywrócono projekt', - 'delete_project' => 'Delete Project', + 'delete_project' => 'Usuń projekt', 'deleted_project' => 'Usunięto projekt', 'deleted_projects' => 'Usunięto :count projekty/projektów', 'delete_expense_category' => 'Usuń kategorię', 'deleted_expense_category' => 'Usunięto kategorię', - 'delete_product' => 'Delete Product', + 'delete_product' => 'Usuń produkt', 'deleted_product' => 'Usunięto produkt', 'deleted_products' => 'Usunięto :count produktów', 'restored_product' => 'Przywrócono produkt', 'update_credit' => 'Aktualizuj kredyt', 'updated_credit' => 'Zaktualizowano kredyt', 'edit_credit' => 'Edytuj kredyt', - 'realtime_preview' => 'Realtime Preview', + 'realtime_preview' => 'Podgląd w czasie rzeczywistym', 'realtime_preview_help' => 'Realtime refresh PDF preview on the invoice page when editing invoice.
Disable this to improve performance when editing invoices.', 'live_preview_help' => 'Display a live PDF preview on the invoice page.', 'force_pdfjs_help' => 'Zastąp wbudowany podgląd plików PDF w :chrome_link i :firefox_link.
Włącz tę opcję, jeśli przeglądarka automatycznie pobiera plik PDF.', @@ -2051,7 +2052,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'toggle_menu' => 'Przełącz menu', 'new_...' => 'Nowy ...', 'list_...' => 'Lista ...', - 'created_at' => 'Date Created', + 'created_at' => 'Data utworzenia', 'contact_us' => 'Skontaktuj się z nami', 'user_guide' => 'Przewodnik użytkownika', 'promo_message' => 'Przejdź na wyższą wersję przez :expires i zyskaj :amount zniżki za pierwszy rok planu Pro lub Enterprise.', @@ -2092,10 +2093,10 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'client_number_help' => 'Proszę określić prefiks lub dostosować wzór aby automatycznie ustawiać numer klienta.', 'next_client_number' => 'Numerem następnego klienta będzie :number.', 'generated_numbers' => 'Wygenerowane numery', - 'notes_reminder1' => 'Pierwsze przypomienie', + 'notes_reminder1' => 'Pierwsze przypomnienie', 'notes_reminder2' => 'Drugie przypomnienie', 'notes_reminder3' => 'Trzecie przypomienie', - 'notes_reminder4' => 'Reminder', + 'notes_reminder4' => 'Przypomnienie', 'bcc_email' => 'UDW Email', 'tax_quote' => 'Podatek do oferty', 'tax_invoice' => 'Podatek do faktury', @@ -2144,7 +2145,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'template' => 'Szablon', 'start_of_week_help' => 'Używany przez selektory dat', 'financial_year_start_help' => 'Używany przez selektory zakresów czasu', - 'reports_help' => 'Shift + Click to sort by multiple columns, Ctrl + Click to clear the grouping.', + 'reports_help' => 'Shift + LPM aby sortować po wielu kolumnach. Ctrl + LPM aby usunąć grupowanie.', 'this_year' => 'Ten rok', // Updated login screen @@ -2267,7 +2268,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'custom_contact_fields_help' => 'Add a field when creating a contact and optionally display the label and value on the PDF.', 'datatable_info' => 'Showing :start to :end of :total entries', 'credit_total' => 'Credit Total', - 'mark_billable' => 'Mark billable', + 'mark_billable' => 'Oznacz jako rozliczalne', 'billed' => 'Billed', 'company_variables' => 'Company Variables', 'client_variables' => 'Client Variables', @@ -2275,8 +2276,8 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'navigation_variables' => 'Navigation Variables', 'custom_variables' => 'Custom Variables', 'invalid_file' => 'Invalid file type', - 'add_documents_to_invoice' => 'Add documents to invoice', - 'mark_expense_paid' => 'Mark paid', + 'add_documents_to_invoice' => 'Dodaj dokumenty do faktury', + 'mark_expense_paid' => 'Oznacz jako zapłacony', 'white_label_license_error' => 'Failed to validate the license, check storage/logs/laravel-error.log for more details.', 'plan_price' => 'Plan Price', 'wrong_confirmation' => 'Incorrect confirmation code', @@ -2361,7 +2362,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'downloaded_invoices' => 'An email will be sent with the invoice PDFs', 'downloaded_quotes' => 'An email will be sent with the quote PDFs', 'clone_expense' => 'Clone Expense', - 'default_documents' => 'Default Documents', + 'default_documents' => 'Domyślne dokumenty', 'send_email_to_client' => 'Send email to the client', 'refund_subject' => 'Refund Processed', 'refund_body' => 'You have been processed a refund of :amount for invoice :invoice_number.', @@ -2414,7 +2415,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'currency_maldivian_rufiyaa' => 'Maldivian Rufiyaa', 'currency_costa_rican_colon' => 'Costa Rican Colón', 'currency_pakistani_rupee' => 'Pakistani Rupee', - 'currency_polish_zloty' => 'Polish Zloty', + 'currency_polish_zloty' => 'Złoty polski', 'currency_sri_lankan_rupee' => 'Sri Lankan Rupee', 'currency_czech_koruna' => 'Czech Koruna', 'currency_uruguayan_peso' => 'Uruguayan Peso', @@ -2484,7 +2485,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'contact_last_name' => 'Contact Last Name', 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', - 'currency' => 'Currency', + 'currency' => 'Waluta', 'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.', 'comments' => 'comments', @@ -2525,15 +2526,15 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'enable_alipay' => 'Accept Alipay', 'enable_sofort' => 'Accept EU bank transfers', 'stripe_alipay_help' => 'These gateways also need to be activated in :link.', - 'calendar' => 'Calendar', + 'calendar' => 'Kalendarz', 'pro_plan_calendar' => ':link to enable the calendar by joining the Pro Plan', - 'what_are_you_working_on' => 'What are you working on?', - 'time_tracker' => 'Time Tracker', + 'what_are_you_working_on' => 'Nad czym pracujesz?', + 'time_tracker' => 'Śledzenie czasu', 'refresh' => 'Refresh', 'filter_sort' => 'Filter/Sort', 'no_description' => 'No Description', - 'time_tracker_login' => 'Time Tracker Login', + 'time_tracker_login' => 'Logowanie do śledzenia czasu', 'save_or_discard' => 'Save or discard your changes', 'discard_changes' => 'Discard Changes', 'tasks_not_enabled' => 'Tasks are not enabled.', @@ -2557,10 +2558,10 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'time_hrs' => 'hrs', 'clear' => 'Clear', 'warn_payment_gateway' => 'Note: accepting online payments requires a payment gateway, :link to add one.', - 'task_rate' => 'Task Rate', - 'task_rate_help' => 'Set the default rate for invoiced tasks.', - 'past_due' => 'Past Due', - 'document' => 'Document', + 'task_rate' => 'Stawka zadania', + 'task_rate_help' => 'Ustaw domyślną stawkę dla zafakturowanych zadań.', + 'past_due' => 'Po terminie', + 'document' => 'Dokument', 'invoice_or_expense' => 'Invoice/Expense', 'invoice_pdfs' => 'Invoice PDFs', 'enable_sepa' => 'Accept SEPA', @@ -2570,9 +2571,9 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'recover_license' => 'Recover License', 'purchase' => 'Purchase', 'recover' => 'Recover', - 'apply' => 'Apply', + 'apply' => 'Zastosuj', 'recover_white_label_header' => 'Recover White Label License', - 'apply_white_label_header' => 'Apply White Label License', + 'apply_white_label_header' => 'Zastosuj licencję białej etykiety', 'videos' => 'Videos', 'video' => 'Video', 'return_to_invoice' => 'Return to Invoice', @@ -2598,7 +2599,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'your_password_reset_link' => 'Your Password Reset Link', 'subdomain_taken' => 'The subdomain is already in use', 'client_login' => 'Logowanie klienta', - 'converted_amount' => 'Converted Amount', + 'converted_amount' => 'Kwota przeliczona', 'default' => 'Default', 'shipping_address' => 'Shipping Address', 'bllling_address' => 'Billing Address', @@ -2617,7 +2618,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'classify' => 'Classify', 'show_shipping_address_help' => 'Require client to provide their shipping address', 'ship_to_billing_address' => 'Ship to billing address', - 'delivery_note' => 'Delivery Note', + 'delivery_note' => 'Dowód dostawy', 'show_tasks_in_portal' => 'Show tasks in the client portal', 'cancel_schedule' => 'Cancel Schedule', 'scheduled_report' => 'Scheduled Report', @@ -2671,7 +2672,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'invoice_project' => 'Invoice Project', 'module_recurring_invoice' => 'Recurring Invoices', 'module_credit' => 'Credits', - 'module_quote' => 'Quotes & Proposals', + 'module_quote' => 'Oferty i propozycje', 'module_task' => 'Tasks & Projects', 'module_expense' => 'Expenses & Vendors', 'module_ticket' => 'Tickets', @@ -2703,7 +2704,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'archive_status' => 'Archive Status', 'new_status' => 'New Status', 'convert_products' => 'Convert Products', - 'convert_products_help' => 'Automatically convert product prices to the client\'s currency', + 'convert_products_help' => 'Automatycznie zamieniaj ceny produktu na walutę klienta', 'improve_client_portal_link' => 'Set a subdomain to shorten the client portal link.', 'budgeted_hours' => 'Budgeted Hours', 'progress' => 'Progress', @@ -2724,22 +2725,22 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'tax_amount' => 'Tax Amount', 'tax_paid' => 'Tax Paid', 'none' => 'None', - 'proposal_message_button' => 'To view your proposal for :amount, click the button below.', - 'proposal' => 'Proposal', - 'proposals' => 'Proposals', - 'list_proposals' => 'List Proposals', - 'new_proposal' => 'New Proposal', - 'edit_proposal' => 'Edit Proposal', - 'archive_proposal' => 'Archive Proposal', - 'delete_proposal' => 'Delete Proposal', - 'created_proposal' => 'Successfully created proposal', - 'updated_proposal' => 'Successfully updated proposal', - 'archived_proposal' => 'Successfully archived proposal', + 'proposal_message_button' => 'Aby wyświetlić propozycję dla :amount, kliknij przycisk poniżej.', + 'proposal' => 'Propozycja', + 'proposals' => 'Propozycje', + 'list_proposals' => 'Lista propozycji', + 'new_proposal' => 'Nowa propozycja', + 'edit_proposal' => 'Edytuj propozycję', + 'archive_proposal' => 'Archiwizuj propozycję', + 'delete_proposal' => 'Usuń propozycję', + 'created_proposal' => 'Propozycja została pomyślnie utworzona', + 'updated_proposal' => 'Propozycja została pomyślnie zaktualizowana', + 'archived_proposal' => 'Propozycja została pomyślnie zarchiwizowana', 'deleted_proposal' => 'Successfully archived proposal', 'archived_proposals' => 'Successfully archived :count proposals', 'deleted_proposals' => 'Successfully archived :count proposals', - 'restored_proposal' => 'Successfully restored proposal', - 'restore_proposal' => 'Restore Proposal', + 'restored_proposal' => 'Propozycja została przywrócona', + 'restore_proposal' => 'Przywróć propozycję', 'snippet' => 'Snippet', 'snippets' => 'Snippets', 'proposal_snippet' => 'Snippet', @@ -2789,11 +2790,11 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'delete_status' => 'Delete Status', 'standard' => 'Standard', 'icon' => 'Icon', - 'proposal_not_found' => 'The requested proposal is not available', + 'proposal_not_found' => 'Żądana propozycja nie jest dostępna', 'create_proposal_category' => 'Create category', 'clone_proposal_template' => 'Clone Template', - 'proposal_email' => 'Proposal Email', - 'proposal_subject' => 'New proposal :number from :account', + 'proposal_email' => 'Email propozycji', + 'proposal_subject' => 'Nowa propozycja :number od :account', 'proposal_message' => 'To view your proposal for :amount, click the link below.', 'emailed_proposal' => 'Successfully emailed proposal', 'load_template' => 'Load Template', @@ -2832,7 +2833,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'mobile' => 'Mobile', 'desktop' => 'Desktop', 'webmail' => 'Webmail', - 'group' => 'Group', + 'group' => 'Grupuj', 'subgroup' => 'Subgroup', 'unset' => 'Unset', 'received_new_payment' => 'You\'ve received a new payment!', @@ -2861,8 +2862,8 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'clone_product' => 'Clone Product', 'item_details' => 'Item Details', 'send_item_details_help' => 'Send line item details to the payment gateway.', - 'view_proposal' => 'View Proposal', - 'view_in_portal' => 'View in Portal', + 'view_proposal' => 'Zobacz propozycję', + 'view_in_portal' => 'Zobacz w portalu', 'cookie_message' => 'This website uses cookies to ensure you get the best experience on our website.', 'got_it' => 'Got it!', 'vendor_will_create' => 'vendor will be created', @@ -2956,7 +2957,7 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'invoice_status_6' => 'Paid', 'marked_invoice_as_sent' => 'Successfully marked invoice as sent', 'please_enter_a_client_or_contact_name' => 'Please enter a client or contact name', - 'restart_app_to_apply_change' => 'Restart the app to apply the change', + 'restart_app_to_apply_change' => 'Uruchom ponownie aplikację, aby zastosować zmianę', 'refresh_data' => 'Refresh Data', 'blank_contact' => 'Blank Contact', 'no_records_found' => 'No records found', @@ -3156,7 +3157,23 @@ Gdy przelewy zostaną zaksięgowane na Twoim koncie, wróć do tej strony i klik 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Ważny do', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/pt_BR/texts.php b/resources/lang/pt_BR/texts.php index f73e803ac93b..d3a5441e21eb 100644 --- a/resources/lang/pt_BR/texts.php +++ b/resources/lang/pt_BR/texts.php @@ -757,7 +757,7 @@ Não consegue achar a fatura? Precisa de mais ajuda? Ficaremos feliz em ajudar 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user arquivou a fatura :invoice', 'activity_9' => ':user excluiu a fatura :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user atualizou o pagamento :payment', 'activity_12' => ':user arquivou o pagamento :payment', 'activity_13' => ':user excluiu o pagamento :payment', @@ -1768,6 +1768,7 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique " 'lang_Macedonian' => 'Macedônia', 'lang_Chinese - Taiwan' => 'Chinês (Taiwan)', 'lang_Serbian' => 'Sérvia', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Contabilidade & Jurídico', @@ -3153,7 +3154,23 @@ Quando tiver as quantias, volte a esta página de formas de pagamento e clique " 'design' => 'Design', 'password_is_too_short' => 'A senha é muito curta', 'failed_to_find_record' => 'Falha ao procurar registro', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/pt_PT/texts.php b/resources/lang/pt_PT/texts.php index ae6ef1c44fea..65dbdcf8dbe0 100644 --- a/resources/lang/pt_PT/texts.php +++ b/resources/lang/pt_PT/texts.php @@ -754,7 +754,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user arquivou a nota de pagamento :invoice', 'activity_9' => ':user removeu a nota de pagamento :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user atualizou o pagamento :payment', 'activity_12' => ':user arquivou o pagamento :payment', 'activity_13' => ':user removeu o pagamento :payment', @@ -1765,6 +1765,7 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Contabilidade & Legislação', @@ -3151,7 +3152,23 @@ Quando tiver os valores dos depósitos, volte a esta página e conclua a verific 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/ro/texts.php b/resources/lang/ro/texts.php index c8c95ad79fc5..8956b8ebf69a 100644 --- a/resources/lang/ro/texts.php +++ b/resources/lang/ro/texts.php @@ -762,7 +762,7 @@ Atentie: Folosește Legacy API Key, nu Token API', 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user archived invoice :invoice', 'activity_9' => ':user deleted invoice :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user updated payment :payment', 'activity_12' => ':user archived payment :payment', 'activity_13' => ':user deleted payment :payment', @@ -1776,6 +1776,7 @@ Atentie: Folosește Legacy API Key, nu Token API', 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3161,7 +3162,23 @@ Atentie: Folosește Legacy API Key, nu Token API', 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/sl/texts.php b/resources/lang/sl/texts.php index 6af30ab3d5bc..15a35816e519 100644 --- a/resources/lang/sl/texts.php +++ b/resources/lang/sl/texts.php @@ -756,7 +756,7 @@ Ne morete najti računa? Potrebujete dodatno pomoč? Z veseljem bomo pomagali. P 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user je arhiviral račun :invoice', 'activity_9' => ':user je odstranil račun :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user je posodobil plačilo :payment', 'activity_12' => ':user je arhiviral plačilo :payment', 'activity_13' => ':user je odstranil :payment', @@ -1771,6 +1771,7 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Računovodstvo in Pravosodje', @@ -3156,7 +3157,23 @@ Ko imate zneske, se vrnite na to stran plačilnega sredstva in kliknite na "Comp 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/sq/texts.php b/resources/lang/sq/texts.php index 1bf5dab8a89c..76bc6e868593 100644 --- a/resources/lang/sq/texts.php +++ b/resources/lang/sq/texts.php @@ -757,7 +757,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user ka arkivuar faturën :invoice', 'activity_9' => ':user ka fshirë faturën :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user ka perditesuar pagesën :payment', 'activity_12' => ':user ka arkivuar pagesën :payment', 'activity_13' => ':user ka fshirë pagesën :payment', @@ -1772,6 +1772,7 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Kontabilitet & Ligjore', @@ -3157,7 +3158,23 @@ Pasi të keni pranuar shumat, kthehuni në faqen e metodave të pagesës dhe kli 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/sr_RS/texts.php b/resources/lang/sr_RS/texts.php index b0785f417b66..d274cff9322b 100644 --- a/resources/lang/sr_RS/texts.php +++ b/resources/lang/sr_RS/texts.php @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user arhivirao račun :invoice', 'activity_9' => ':user obrisao račun :invoce', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user ažurirao uplatu :payment', 'activity_12' => ':user ahivirao uplatu :payment', 'activity_13' => ':user obrisao uplatu :payment', @@ -1775,6 +1775,7 @@ $LANG = array( 'lang_Macedonian' => 'Makedonski', 'lang_Chinese - Taiwan' => 'Kineski - Tajvan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3160,7 +3161,23 @@ $LANG = array( 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/sv/texts.php b/resources/lang/sv/texts.php index 3777e08e8846..2be042312dfb 100644 --- a/resources/lang/sv/texts.php +++ b/resources/lang/sv/texts.php @@ -759,7 +759,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user arkiverade faktura :invoice', 'activity_9' => ':user raderade faktura :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user uppdaterade betalning :payment', 'activity_12' => ':user arkiverade betalning :payment', 'activity_13' => ':user tog bort betalning :payment', @@ -1779,6 +1779,7 @@ Nya Kaledonien', 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Redovisning & Legala', @@ -2490,18 +2491,18 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'format_export' => 'Exporteringsformat', 'custom1' => 'First Custom', 'custom2' => 'Second Custom', - 'contact_first_name' => 'Contact First Name', - 'contact_last_name' => 'Contact Last Name', + 'contact_first_name' => 'Kontakt Förnamn', + 'contact_last_name' => 'Kontakt Efternamn', 'contact_custom1' => 'Contact First Custom', 'contact_custom2' => 'Contact Second Custom', 'currency' => 'Valuta', 'ofx_help' => 'To troubleshoot check for comments on :ofxhome_link and test with :ofxget_link.', 'comments' => 'kommentarer', - 'item_product' => 'Item Product', - 'item_notes' => 'Item Notes', - 'item_cost' => 'Item Cost', - 'item_quantity' => 'Item Quantity', + 'item_product' => 'Artikel Produkt', + 'item_notes' => 'Artikel Noteringar', + 'item_cost' => 'Artikel Kostnad', + 'item_quantity' => 'Artikel Antal', 'item_tax_rate' => 'Artikel momssats', 'item_tax_name' => 'Artikel moms namn', 'item_tax1' => 'Artikel moms1', @@ -2555,11 +2556,11 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'download_android_app' => 'Ladda ner Android appen', 'time_tracker_mobile_help' => 'Dubbelklicka för att välja den', 'stopped' => 'Stoppad', - 'ascending' => 'Ascending', - 'descending' => 'Descending', + 'ascending' => 'Stigande', + 'descending' => 'Fallande', 'sort_field' => 'Sortera', 'sort_direction' => 'Riktning', - 'discard' => 'Discard', + 'discard' => 'Kassera', 'time_am' => 'FM', 'time_pm' => 'EM', 'time_mins' => 'min', @@ -2681,7 +2682,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'invoice_project' => 'Fakturera projekt', 'module_recurring_invoice' => 'Återkommande fakturor', 'module_credit' => 'Krediter', - 'module_quote' => 'Quotes & Proposals', + 'module_quote' => 'Offerter & Förslag', 'module_task' => 'Uppgifter & Projekt', 'module_expense' => 'Utgifter & Tillverkare', 'module_ticket' => 'Tickets', @@ -2735,7 +2736,7 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'tax_paid' => 'Moms betalad', 'none' => 'None', 'proposal_message_button' => 'To view your proposal for :amount, click the button below.', - 'proposal' => 'Proposal', + 'proposal' => 'Förslag', 'proposals' => 'Proposals', 'list_proposals' => 'List Proposals', 'new_proposal' => 'New Proposal', @@ -3166,7 +3167,23 @@ Den här funktionen kräver att en produkt skapas och en betalningsgateway är k 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/th/texts.php b/resources/lang/th/texts.php index 1b4da300cbec..1a905d25f43c 100644 --- a/resources/lang/th/texts.php +++ b/resources/lang/th/texts.php @@ -760,7 +760,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user บันทึกใบแจ้งหนี้ :invoice', 'activity_9' => ':user ได้ลบใบแจ้งหนี้ :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user อัปเดตการชำระเงินที่แล้ว :payment', 'activity_12' => ':user เก็บบันทึกการจ่ายเงิน :payment', 'activity_13' => ':user ลบการจ่ายเงิน :payment', @@ -1776,6 +1776,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'การบัญชีและกฎหมาย', @@ -3161,7 +3162,23 @@ $LANG = array( 'design' => 'ออกแบบ', 'password_is_too_short' => 'รหัสผ่านสั้นเกินไป', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/tr_TR/texts.php b/resources/lang/tr_TR/texts.php index adb01e81d8c2..770be45cb37d 100644 --- a/resources/lang/tr_TR/texts.php +++ b/resources/lang/tr_TR/texts.php @@ -759,7 +759,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user :invoice nolu faturayı arşivledi', 'activity_9' => ':user :invoice nolu faturayı sildi', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user :payment tutarlı ödemeyi güncelledi', 'activity_12' => ':user :payment tutarlı ödemeyi arşivledi', 'activity_13' => ':user :payment tutarlı ödemeyi sildi', @@ -1773,6 +1773,7 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => 'Accounting & Legal', @@ -3158,7 +3159,23 @@ adresine gönderildi. Müthiş tüm özelliklerin kilidini açmak için lütfen 'design' => 'Design', 'password_is_too_short' => 'Password is too short', 'failed_to_find_record' => 'Failed to find record', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG; diff --git a/resources/lang/zh_TW/texts.php b/resources/lang/zh_TW/texts.php index 19655472c25d..ed211946ab7b 100644 --- a/resources/lang/zh_TW/texts.php +++ b/resources/lang/zh_TW/texts.php @@ -757,7 +757,7 @@ $LANG = array( 'activity_7' => ':contact viewed invoice :invoice for :client', 'activity_8' => ':user 已將發票 :invoice 歸檔', 'activity_9' => ':user 已刪除發票 :invoice', - 'activity_10' => ':contact entered payment :payment for :invoice for :client', + 'activity_10' => ':contact entered payment :payment for :payment_amount on invoice :invoice for :client', 'activity_11' => ':user 已更新付款資料 :payment', 'activity_12' => ':user 已將付款資料 :payment 歸檔', 'activity_13' => ':user 已刪除付款資料 :payment', @@ -1771,6 +1771,7 @@ $LANG = array( 'lang_Macedonian' => 'Macedonian', 'lang_Chinese - Taiwan' => 'Chinese - Taiwan', 'lang_Serbian' => 'Serbian', + 'lang_Bulgarian' => 'Bulgarian', // Industries 'industry_Accounting & Legal' => '會計與法務', @@ -3156,7 +3157,23 @@ $LANG = array( 'design' => '設計', 'password_is_too_short' => '密碼太短', 'failed_to_find_record' => '找不到記錄', - + 'valid_until_days' => 'Valid Until', + 'valid_until_days_help' => 'Automatically sets the Valid Until value on quotes to this many days in the future. Leave blank to disable.', + 'usually_pays_in_days' => 'Days', + 'requires_an_enterprise_plan' => 'Requires an enterprise plan', + 'take_picture' => 'Take Picture', + 'upload_file' => 'Upload File', + 'new_document' => 'New Document', + 'edit_document' => 'Edit Document', + 'uploaded_document' => 'Successfully uploaded document', + 'updated_document' => 'Successfully updated document', + 'archived_document' => 'Successfully archived document', + 'deleted_document' => 'Successfully deleted document', + 'restored_document' => 'Successfully restored document', + 'no_history' => 'No History', + 'expense_status_1' => 'Logged', + 'expense_status_2' => 'Pending', + 'expense_status_3' => 'Invoiced', ); return $LANG;