akaunting/resources/lang/zh-TW/recurring.php

21 lines
648 B
PHP
Raw Normal View History

2018-05-03 12:16:18 +03:00
<?php
return [
'recurring' => '循環',
'every' => '每個',
'period' => '週期',
'times' => '次',
'daily' => '每日',
'weekly' => '每週',
'monthly' => '每月',
'yearly' => '每年',
'custom' => '自訂',
'days' => '天',
'weeks' => '週',
'months' => '月',
'years' => '年',
'message' => '這是一個循環的 :type 且下次的 :type 將會自動產生於 :date',
];