17 lines
789 B
PHP
Raw Normal View History

2019-01-10 12:48:48 +03:00
<?php
return [
'change_language' => '언어 선택',
'last_login' => '마지막 로그인 :time',
'notifications' => [
'counter' => '{0} 알림이 없습니다{1} :count 개의 알림이 있습니다[2,*] :count 개의 알림이 있습니다',
'overdue_invoices' => '{1} :count 개의 연체된 청구서가 있습니다[2,*] :count 개의 연체된 청구서가 있습니다',
'upcoming_bills' => '{1} :count 개의 다가오는 계산서가 있습니다[2,*] :count 개의 다가오는 계산서가 있습니다',
'items_stock' => '{1} :count 개의 재고[2,*] :count 개의 재고',
'view_all' => '모두 보기'
],
'docs_link' => 'https://akaunting.com/docs',
];