Ukrainian translation for space module. (#6066)

Chooser file. [skip ci]
This commit is contained in:
Yaroslav Glodov 2023-01-27 18:22:15 +02:00 committed by GitHub
parent 9cd1087742
commit 6494d2123c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,22 @@
<?php
/**
* Message translations.
*
* @author Yaro (https://yaro.info) glodov@gmail.com
*/
return [
'Add Space' => '',
'Create Space' => '',
'My spaces' => '',
'No member or following spaces found.' => '',
'No result found for the given filter.' => '',
'No spaces found for the given query' => '',
'Search' => '',
'Search for spaces' => '',
'Select {n,plural,=1{space} other{spaces}}' => '',
'This field only allows a maximum of {n,plural,=1{# space} other{# spaces}}' => '',
'This space is archived' => '',
'To search for other spaces, type at least {count} characters.' => '',
'You are following this space' => '',
'{n,plural,=1{# new entry} other{# new entries}} since your last visit' => '',
'Add Space' => 'Додати спільноту',
'Create Space' => 'Створити спільноту',
'My spaces' => 'Мої спільноти',
'No member or following spaces found.' => 'Не знайдено користувачів або спільнот.',
'No result found for the given filter.' => 'Немає результатів пошуку задовільняючих Вашому запиту.',
'No spaces found for the given query' => 'Спільноти не знайдені за Вашим запитом.',
'Search' => 'Пошук',
'Search for spaces' => 'Пошук спільнот',
'Select {n,plural,=1{space} other{spaces}}' => 'Виберіть {n,plural,=1{спільнота} other{спільнот}} ',
'This field only allows a maximum of {n,plural,=1{# space} other{# spaces}}' => 'Це поле дозволяє максимально {n,plural,=1{# спільнота} other{# спільнот}}',
'This space is archived' => 'Ця спільнота запакована',
'To search for other spaces, type at least {count} characters.' => 'Щоб знайти інші спільноти, введіть хоча б {count} літер.',
'You are following this space' => 'Ви є підписником цієї спільноти',
'{n,plural,=1{# new entry} other{# new entries}} since your last visit' => '{n,plural,=1{# новий захід} other{# нових заходи}} з Вашого останього візиту',
];