translation-value-sets/ru/timing_intervals_set.php

10 lines
205 B
PHP
Raw Normal View History

2023-01-02 22:18:36 +01:00
<?PHP
2023-01-23 22:37:48 +01:00
declare(strict_types = 1);
array (
'timing_intervals_set' =>
array (
'weekly' => 'Еженедельно',
'monthly' => 'Ежемесячно',
'annual' => 'Ежегодно',
),
)