Ukrainian translation for space module. (#6064)

Notification file. [skip ci]
This commit is contained in:
Yaroslav Glodov 2023-01-27 18:21:11 +02:00 committed by GitHub
parent 58cfe39340
commit 87aa0566d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,18 +15,20 @@
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*
* @author Yaro (https://yaro.info) glodov@gmail.com
*/
return [
'Receive Notifications of Space Membership events.' => '',
'Space Membership' => '',
'View Online' => '',
'You were added to Space {spaceName}' => '',
'{displayName} accepted your invite for the space {spaceName}' => '',
'{displayName} approved your membership for the space {spaceName}' => '',
'{displayName} changed your role to {roleName} in the space {spaceName}.' => '',
'{displayName} declined your invite for the space {spaceName}' => '',
'{displayName} declined your membership request for the space {spaceName}' => '',
'{displayName} invited you to the space {spaceName}' => '',
'{displayName} requests membership for the space {spaceName}' => '',
'{displayName} revoked your invitation for the space {spaceName}' => '',
];
'Receive Notifications of Space Membership events.' => 'Отримувати Повідомлення від подій Членів Спільноти.',
'Space Membership' => 'Членство у Спільноті',
'View Online' => 'Дивитись Онлайн',
'You were added to Space {spaceName}' => 'Ви були додані до Спільноти {spaceName}',
'{displayName} accepted your invite for the space {spaceName}' => '{displayName} прийняв Ваше запрошення до спільноти {spaceName}',
'{displayName} approved your membership for the space {spaceName}' => '{displayName} прийняв Ваше членство у спільноті {spaceName}',
'{displayName} changed your role to {roleName} in the space {spaceName}.' => '{displayName} змінив Вашу роль на {roleName} у спільноті {spaceName}.',
'{displayName} declined your invite for the space {spaceName}' => '{displayName} відхилив Ваше запрошення до спільноти {spaceName}',
'{displayName} declined your membership request for the space {spaceName}' => '{displayName} відхилив Ваш запит на членство у спільноті {spaceName}',
'{displayName} invited you to the space {spaceName}' => '{displayName} запросив Вас приєднатись до спільноти {spaceName}',
'{displayName} requests membership for the space {spaceName}' => '{displayName} відправив запит на вступ до спільноти {spaceName}',
'{displayName} revoked your invitation for the space {spaceName}' => '{displayName} відмінив Ваше запрошення до спільноти {spaceName}',
];