translation-value-sets/uk/timing_intervals_set.php

10 lines
193 B
PHP
Raw Normal View History

2023-01-02 21:18:36 +00:00
<?PHP
2023-01-23 21:37:48 +00:00
declare(strict_types = 1);
array (
'timing_intervals_set' =>
array (
'weekly' => 'Щотижня',
'monthly' => 'Щомісяця',
'annual' => 'Щорічний',
),
)