17 lines
716 B
PHP
Raw Normal View History

2019-03-25 15:23:26 +03:00
<?php
return [
'change_language' => '言語の変更',
2019-12-25 14:32:47 +03:00
'last_login' => '前回のログイン :time',
2019-03-25 15:23:26 +03:00
'notifications' => [
2019-12-25 14:32:47 +03:00
'counter' => '{0} 通知はありません|{1} あなたが持っている :count notification|[2,*] あなたが持っている :count notifications',
'overdue_invoices' => '{1} :期限切れの請求書のカウント|[2,*] :count overdue invoices',
'upcoming_bills' => '{1} :今後の請求書を数える|[2,*] :count upcoming bills',
2019-03-25 15:23:26 +03:00
'view_all' => '全てを見る'
],
2019-12-25 14:32:47 +03:00
'docs_link' => 'https://akaunting.com/docs',
2019-11-23 21:56:10 +03:00
'support_link' => 'https://akaunting.com/support',
2019-03-25 15:23:26 +03:00
];