diff --git a/l10n/uk.js b/l10n/uk.js index 9a588e6..4e03ef4 100644 --- a/l10n/uk.js +++ b/l10n/uk.js @@ -1,6 +1,8 @@ OC.L10N.register( "bbb", { + "You started a meeting in the \"%s\" room." : "Ви розпочали зустріч у кімнаті \"%s\".", + "{user} started a meeting in the \"%s\" room." : "{user} розпочав зустріч у кімнаті \"%s\".", "API URL or secret not configured. Please contact your administrator." : "Не налаштовано посилання API або пароль. Будь ласка, сконтактуйте з адміністратором.", "BigBlueButton Integration" : "Інтеграція BigBlueButton", "BigBlueButton integration for Nextcloud" : "Інтеграція BigBlueButton для Nextcloud", diff --git a/l10n/uk.json b/l10n/uk.json index 4aa7f0c..ebc4d6e 100644 --- a/l10n/uk.json +++ b/l10n/uk.json @@ -1,4 +1,6 @@ { "translations": { + "You started a meeting in the \"%s\" room." : "Ви розпочали зустріч у кімнаті \"%s\".", + "{user} started a meeting in the \"%s\" room." : "{user} розпочав зустріч у кімнаті \"%s\".", "API URL or secret not configured. Please contact your administrator." : "Не налаштовано посилання API або пароль. Будь ласка, сконтактуйте з адміністратором.", "BigBlueButton Integration" : "Інтеграція BigBlueButton", "BigBlueButton integration for Nextcloud" : "Інтеграція BigBlueButton для Nextcloud",