Merge branch 'master' into develop

This commit is contained in:
Lucas Bartholemy 2023-01-27 17:27:09 +01:00
commit 387de6517c

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{# нових заходи}} з Вашого останього візиту',
];