diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_sharing/l10n/uk.json | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_sharing/l10n/uk.json')
-rw-r--r-- | apps/files_sharing/l10n/uk.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json new file mode 100644 index 00000000000..5ec57cdad12 --- /dev/null +++ b/apps/files_sharing/l10n/uk.json @@ -0,0 +1,39 @@ +{ "translations": { + "Server to server sharing is not enabled on this server" : "На даному сервері вимкнута можливість передачі даних між серверами", + "The mountpoint name contains invalid characters." : "Ім'я точки монтування містить неприпустимі символи.", + "Invalid or untrusted SSL certificate" : "Недійсній або не довірений SSL-сертифікат", + "Couldn't add remote share" : "Неможливо додати віддалену загальну теку", + "Shared with you" : "Доступне для вас", + "Shared with others" : "Доступне для інших", + "Shared by link" : "Доступне за посиланням", + "No files have been shared with you yet." : "Доступні для вас файли відсутні.", + "You haven't shared any files yet." : "Ви не маєте загальнодоступних файлів.", + "You haven't shared any files by link yet." : "Ви ще не відкрили доступ за посиланням для жодного з файлів.", + "Do you want to add the remote share {name} from {owner}@{remote}?" : "Додати віддалену загальну теку {name} з {owner}@{remote}?", + "Remote share" : "Віддалена загальна тека", + "Remote share password" : "Пароль для віддаленої загальної теки", + "Cancel" : "Відмінити", + "Add remote share" : "Додати віддалену загальну теку", + "No ownCloud installation found at {remote}" : "Не знайдено ownCloud на {remote}", + "Invalid ownCloud url" : "Невірний ownCloud URL", + "Shared by" : "Опубліковано", + "This share is password-protected" : "Цей ресурс обміну захищений паролем", + "The password is wrong. Try again." : "Невірний пароль. Спробуйте ще раз.", + "Password" : "Пароль", + "Name" : "Ім'я", + "Share time" : "Дата публікації", + "Sorry, this link doesn’t seem to work anymore." : "На жаль, посилання більше не працює.", + "Reasons might be:" : "Можливі причини:", + "the item was removed" : "цей пункт був вилучений", + "the link expired" : "посилання застаріло", + "sharing is disabled" : "обмін заборонений", + "For more info, please ask the person who sent this link." : "Для отримання додаткової інформації, будь ласка, зверніться до особи, яка надіслала це посилання.", + "Add to your ownCloud" : "Додати до вашого ownCloud", + "Download" : "Завантажити", + "Download %s" : "Завантажити %s", + "Direct link" : "Пряме посилання", + "Remote Shares" : "Віддалені загальні теки", + "Allow other instances to mount public links shared from this server" : "Дозволити іншим ownCloud монтувати посилання, опублікованих на цьому сервері", + "Allow users to mount public link shares" : "Дозволити користувачам монтувати монтувати посилання на загальні теки" +},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);" +}
\ No newline at end of file |