recurring.php 681 Bytes
<?php

return [

    'recurring'             => 'Berulang',
    'every'                 => 'Setiap',
    'period'                => 'Periode',
    'times'                 => 'Waktu',
    'daily'                 => 'Harian',
    'weekly'                => 'Mingguan',
    'monthly'               => 'Bulanan',
    'yearly'                => 'Tahunan',
    'custom'                => 'Sesuaikan',
    'days'                  => 'Hari',
    'weeks'                 => 'Minggu',
    'months'                => 'Bulan',
    'years'                 => 'Tahun',
    'message'               => 'Ini adalah :type berulang dan :type selanjutnya akan dibuat otomatis pada tanggal :date',

];