Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -1,4 +1,10 @@
<?PHP
$timing_intervals_set['weekly'] = 'Щотижня';
$timing_intervals_set['monthly'] = 'Щомісяця';
$timing_intervals_set['annual'] = 'Щорічний';
declare(strict_types = 1);
array (
'timing_intervals_set' =>
array (
'weekly' => 'Щотижня',
'monthly' => 'Щомісяця',
'annual' => 'Щорічний',
),
)