2022-06-01 10:15:55 +03:00

149 lines
7.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'items' => 'Опис|Описи',
'incomes' => 'Приход|Приходи',
'invoices' => 'Фактура|Фактури',
'revenues' => 'Добивки|Добивки',
'customers' => 'Клиент|Клиенти',
'expenses' => 'Трошок|Трошоци',
'bills' => 'Сметка|Сметки',
'payments' => 'Плаќање|Плаќања',
'vendors' => 'Добавувач|Добавувачи',
'accounts' => 'Акаунт|Акаунти',
'transfers' => 'Трансфер|Трансфери',
'transactions' => 'Трансакција|Трансакции',
'reports' => 'Извештај|Извештаи',
'settings' => 'Опција|Опции',
'categories' => 'Категорија|Категории',
'currencies' => 'Валута|Валути',
'tax_rates' => 'Стапка на данок|Стапки на данок',
'users' => 'Корисник|Корисници',
'roles' => 'Улога|Улоги',
'permissions' => 'Дозвола|Дозволи',
'modules' => 'Апликација|Апликации',
'companies' => 'Компанија|Компании',
'profits' => 'Добивка|Добивки',
'taxes' => 'Данок|Даноци',
'logos' => 'Лого|Логоа',
'pictures' => 'Слика|Слики',
'types' => 'Тип|Типови',
'payment_methods' => 'Метод на плаќање|Методи на плаќање',
'compares' => 'Приход vs Трошок|Приходи vs Трошоци',
'notes' => 'Белешка|Белешки',
'totals' => 'Вкупно|Вкупно',
'languages' => 'Јазични пакети',
'updates' => 'Надградба|Надградби',
'numbers' => 'Број|Броеви',
'statuses' => 'Статус|Статуси',
'others' => 'Друго| Друго',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'Контролна табла',
'banking' => 'Банкарство',
'general' => 'Општо',
'no_records' => 'Бр. на записи',
'date' => 'Дата',
'amount' => 'Износ',
'enabled' => 'Вклучено',
'disabled' => 'Исклучено',
'yes' => 'Да',
'no' => 'Не',
'na' => 'Н/А',
'daily' => 'Дневно',
'monthly' => 'Месечно',
'quarterly' => 'Квартално',
'yearly' => 'Годишно',
'add' => 'Додади',
'add_new' => 'Додади Нов',
'show' => 'Прикажи',
'edit' => 'Уреди',
'delete' => 'Избриши',
'send' => 'Испрати',
'download' => 'Превземи',
'delete_confirm' => 'Потврди бришење :name :type?',
'name' => 'Име',
'email' => 'Е-пошта',
'tax_number' => 'Даночен број',
'phone' => 'Телефон',
'address' => 'Адреса',
'website' => 'Веб страница',
'actions' => 'Дејства',
'description' => 'Опис',
'manage' => 'Уреди',
'code' => 'Код',
'alias' => 'Прекар',
'balance' => 'Состојба',
'reference' => 'Референца',
'attachment' => 'Прилог',
'change' => 'Промени',
'switch' => 'Префрли',
'color' => 'Боја',
'save' => 'Зачувај',
'cancel' => 'Откажи',
'loading' => 'Loading...',
'from' => 'Од',
'to' => 'До',
'print' => 'Печати',
'search' => 'Пребарување',
'search_placeholder' => 'Почни да пребаруваш..',
'filter' => 'Филтер',
'help' => 'Помош',
'all' => 'Сите',
'all_type' => 'Сите :type',
'upcoming' => 'Претстојни',
'created' => 'Создадено',
'id' => 'ID',
'more_actions' => 'Повеќе акции',
'duplicate' => 'Дупликат',
'unpaid' => 'Неплатена',
'paid' => 'Платено',
'overdue' => 'Доспеано',
'partially' => 'Некомплетно',
'partially_paid' => 'Нецелосно платено',
'export' => 'Експортирај',
'finish' => 'Finish',
'wizard' => 'Wizard',
'skip' => 'Skip',
'enable' => 'Овозможи',
'disable' => 'Оневозможи',
'select_all' => 'Select All',
'unselect_all' => 'Unselect All',
'go_to' => 'Go to :name',
'created_date' => 'Created Date',
'period' => 'Period',
'start' => 'Start',
'end' => 'End',
'clear' => 'Clear',
'difference' => 'Difference',
'title' => [
'new' => 'Нов :type',
'edit' => 'Измени :type',
'create' => 'Create :type',
'send' => 'Send :type',
'get' => 'Get :type',
],
'form' => [
'enter' => 'Внеси :field',
'select' => [
'field' => '-Одбери :field-',
'file' => 'Одбери фајл',
],
'no_file_selected' => 'Не е селектиран ниеден фајл...',
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
],
];