Blame view

resources/lang/zh-CN/recurring.php 651 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',
  
  ];