Blame view

resources/lang/zh-TW/recurring.php 648 Bytes
b7c7a5f6   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  <?php
  
  return [
  
      'recurring'             => '循環',
      'every'                 => '每個',
      'period'                => '週期',
      'times'                 => '次',
      'daily'                 => '每日',
      'weekly'                => '每週',
      'monthly'               => '每月',
      'yearly'                => '每年',
      'custom'                => '自訂',
      'days'                  => '天',
      'weeks'                 => '週',
      'months'                => '月',
      'years'                 => '年',
      'message'               => '這是一個循環的 :type 且下次的 :type 將會自動產生於 :date',
  
  ];