Blame view

resources/lang/th-TH/recurring.php 948 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',
  
  ];