translation-value-sets/kn/timing_intervals_set.php

8 lines
206 B
PHP
Raw Permalink Normal View History

2025-02-11 01:02:14 +00:00
<?PHP
declare(strict_types = 1);
$timing_intervals_set = array (
2025-02-20 15:06:44 +00:00
'weekly' => 'ಪ್ರತಿ ವಾರ',
'monthly' => 'ಪ್ರತಿ ವಾರ',
'annual' => 'ವಾರ್ಷಿಕವಾಗಿ',
2025-02-11 01:02:14 +00:00
);