updated translations

This commit is contained in:
denisdulici
2018-11-08 12:11:42 +03:00
parent 9fbac1d4fa
commit 798fc89797
456 changed files with 4227 additions and 309 deletions

View File

@ -41,6 +41,18 @@ return [
'messages' => [
'received' => 'Сметката е означена како примена успешно!',
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
'status' => [
'created' => 'Created on :date',
'receive' => [
'draft' => 'Not sent',
'received' => 'Received on :date',
],
'paid' => [
'await' => 'Awaiting payment',
],
],
],
];

View File

@ -7,5 +7,10 @@ return [
'error' => [
'email' => 'Оваа е-маил адреса е зафатена'
]
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'button' => 'Show',
],
];

View File

@ -4,6 +4,7 @@ return [
'version' => 'Верзија',
'powered' => 'Овозможенo од Akaunting',
'link' => 'https://akaunting.com',
'software' => 'Бесплатен сметководствен софтвер',
];

View File

@ -38,6 +38,10 @@ return [
'numbers' => 'Број|Броеви',
'statuses' => 'Статус|Статуси',
'others' => 'Друго| Друго',
'contacts' => 'Contact|Contacts',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Deposit|Deposits',
'withdrawals' => 'Withdrawal|Withdrawals',
'dashboard' => 'Контролна табла',
'banking' => 'Банкарство',
@ -81,6 +85,7 @@ return [
'color' => 'Боја',
'save' => 'Зачувај',
'cancel' => 'Откажи',
'loading' => 'Loading...',
'from' => 'Од',
'to' => 'До',
'print' => 'Печати',
@ -101,12 +106,27 @@ return [
'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' => [
@ -118,4 +138,11 @@ return [
'no_file_selected' => 'Не е селектиран ниеден фајл...',
],
'date_range' => [
'today' => 'Today',
'yesterday' => 'Yesterday',
'last_days' => 'Last :day Days',
'this_month' => 'This Month',
'last_month' => 'Last Month',
],
];

View File

@ -11,5 +11,6 @@ return [
'items_stock' => '{1} :count item out of stock|[2,*] :count items out of stock',
'view_all' => 'Види ги сите'
],
'docs_link' => 'https://akaunting.com/docs',
];

View File

@ -31,6 +31,7 @@ return [
'mark_sent' => 'Означи испратено',
'download_pdf' => 'Превземи PDF',
'send_mail' => 'Прати е-маил',
'all_invoices' => 'Login to view all invoices',
'status' => [
'draft' => 'Неиспратено',
@ -45,6 +46,18 @@ return [
'email_sent' => 'Е-маил порака со фактура е испратена успешно!',
'marked_sent' => 'Е-маил порака со фактура е испратена успешно!',
'email_required' => 'Не постои е-маил адреса за овој клиент!',
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
'status' => [
'created' => 'Created on :date',
'send' => [
'draft' => 'Not sent',
'sent' => 'Sent on :date',
],
'paid' => [
'await' => 'Awaiting payment',
],
],
],
'notification' => [

View File

@ -8,7 +8,10 @@ return [
'sku' => 'SKU',
'notification' => [
'message' => 'Ја добивте оваа е-маил порака бидејќи :name е со истечена залиха',
'message' => [
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
],
'button' => 'Погледни сега',
],

View File

@ -12,7 +12,7 @@ return [
'disabled' => ':type оневозможено!',
],
'error' => [
'over_payment' => 'Error: Плаќања не се додадени! Износот го помунува лимитот.',
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'Error: Немате дозвола да ја менаџирате оваа компанија!',
'customer' => 'Error: Корисникот не е додаден! :name веќе ја користи оваа е-маил адреса',
'no_file' => 'Грешка: Не е селектирај ниеден фајл!',

View File

@ -18,6 +18,8 @@ return [
',
'recommended_apps' => 'Recommended Apps',
'about' => 'За апликацијата',
'added' => 'Додадено',
@ -34,15 +36,28 @@ return [
'installation' => 'Инсталација',
'faq' => 'ЧПП',
'changelog' => 'Лог на промени',
'reviews' => 'Reviews',
],
'installation' => [
'header' => 'Инсталација',
'download' => 'Превземање :module file.',
'unzip' => 'Отпакување :module files.',
'file_copy' => 'Copying :module files.',
'migrate' => 'Applying :module updates.',
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
'install' => 'Инсталирање :module files.',
],
'errors' => [
'download' => ':module can not download!',
'upload' => 'Downloaded :module can not saved!',
'unzip' => ':module can not unzip!',
'file_copy' => ':module files can not copy!',
'migrate' => ':module migrate broken!',
'migrate core' => ':module already latest version so then yon can not update.',
],
'badge' => [
'installed' => 'Инсталирано',
],
@ -57,4 +72,11 @@ return [
'purchased' => 'Купено',
'installed' => 'Инсталирано',
],
'reviews' => [
'button' => [
'add' => 'Add a Review'
],
'na' => 'There are no reviews.'
]
];

View File

@ -0,0 +1,14 @@
<?php
return [
'reconcile' => 'Reconcile',
'reconciled' => 'Reconciled',
'closing_balance' => 'Closing Balance',
'unreconciled' => 'Unreconciled',
'list_transactions' => 'List Transactions',
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
];

View File

@ -33,6 +33,16 @@ return [
'digit' => 'Цифрен број',
'next' => 'Следен број',
'logo' => 'Лого',
'custom' => 'Custom',
'item_name' => 'Item Name',
'item' => 'Items',
'product' => 'Products',
'service' => 'Services',
'price_name' => 'Price Name',
'price' => 'Price',
'rate' => 'Rate',
'quantity_name' => 'Quantity Name',
'quantity' => 'Quantity',
],
'default' => [
'tab' => 'Стандардно',
@ -66,6 +76,8 @@ return [
'bill_days' => 'Испрати пред денови на доспевање',
'cron_command' => 'Cron Command',
'schedule_time' => 'Како да се изврши',
'send_item_reminder'=> 'Send Item Reminder',
'item_stocks' => 'Send When Item Stock',
],
'appearance' => [
'tab' => 'Изглед',

View File

@ -102,6 +102,7 @@ return [
'rule-name' => 'Порака',
],
'invalid_currency' => 'Полето :attribute не е во валиден формат.',
'invalid_amount' => 'The amount :attribute is invalid.',
],
/*