Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-09-08 05:26:45 +0300
committerNextcloud bot <bot@nextcloud.com>2022-09-08 05:26:45 +0300
commite007550794db94cdd63baa89a1f2cb72f7f32e09 (patch)
tree175fc2f9bf305ef89a02ad349cf31ee80cee5c8a /apps/federatedfilesharing/l10n/uk.js
parente04e967bd41480cf6e38b8ea2331b84e9400a078 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/federatedfilesharing/l10n/uk.js')
-rw-r--r--apps/federatedfilesharing/l10n/uk.js37
1 files changed, 30 insertions, 7 deletions
diff --git a/apps/federatedfilesharing/l10n/uk.js b/apps/federatedfilesharing/l10n/uk.js
index 52f8696060f..bd935da2a96 100644
--- a/apps/federatedfilesharing/l10n/uk.js
+++ b/apps/federatedfilesharing/l10n/uk.js
@@ -1,14 +1,37 @@
OC.L10N.register(
"federatedfilesharing",
{
+ "Do you want to add the remote share {name} from {owner}@{remote}?" : "Додати віддалену загальну теку {name} з {owner}@{remote}?",
+ "Remote share" : "Віддалена загальна тека",
+ "Remote share password" : "Пароль для віддаленої загальної теки",
+ "Cancel" : "Скасувати",
+ "Add remote share" : "Додати віддалену загальну теку",
"Invalid Federated Cloud ID" : "Неправильний Об'єднаний Хмарний Ідентіфікатор ",
- "Sharing %s failed, because this item is already shared with %s" : "Не вдалося поділитися %s, оскільки файл вже в загальному доступі з %s",
- "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "Не вдалося поділитися %s, не вдалося знайти %s, можливо, сервер не доступний.",
+ "Server to server sharing is not enabled on this server" : "На даному сервері вимкнута можливість передачі даних між серверами",
+ "Couldn't establish a federated share." : "Не вдалося встановити об’єднаний спільний доступ.",
+ "Couldn't establish a federated share, maybe the password was wrong." : "Не вдалося встановити федеративний спільний доступ, можливо, пароль неправильний.",
+ "Not allowed to create a federated share with the same user" : "Заборонено створювати об’єднаний спільний ресурс з тим самим користувачем",
+ "File is already shared with %s" : "Файл вже в загальному доступі з %s",
+ "Could not find share" : "Не вдалося знайти спільний доступ",
+ "Federated sharing" : "Об'єднаний спільний доступ",
+ "Accept" : "Прийняти",
+ "Decline" : "Відхилити",
"Federated Cloud Sharing" : "Об’єднання хмарних сховищ",
- "Open documentation" : "Відкрити документацію",
- "Allow users on this server to send shares to other servers" : "Дозволити користувачам цього сервера публікувати на інших серверах",
+ "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Поділіться зі мною через мій #Nextcloud Federated Cloud ID, див %s",
+ "Share with me through my #Nextcloud Federated Cloud ID" : "Поділіться зі мною через мій #Nextcloud Federated Cloud ID",
+ "Sharing" : "Поділитись",
"Allow users on this server to receive shares from other servers" : "Дозволити користувачам на цьому сервері отримувати публікації з інших серверів",
- "Share it:" : "Поділитися цим:",
- "HTML Code:" : "HTML код:"
+ "Federated Cloud" : "Федеративна хмара",
+ "Your Federated Cloud ID:" : "Ваш ідентифікатор Federated Cloud:",
+ "Twitter" : "Twitter",
+ "Add to your website" : "Додати на ваш вебсайт",
+ "Share with me via Nextcloud" : "Поділися зі мною через Nextcloud",
+ "HTML Code:" : "HTML код:",
+ "Copy" : "Копіювати",
+ "Copied!" : "Скопійовано!",
+ "Not supported!" : "Не підтримується!",
+ "Press ⌘-C to copy." : "Натисніть ⌘-C для копіювання.",
+ "Press Ctrl-C to copy." : "Натисніть Ctrl-C для копіювання.",
+ "Open documentation" : "Відкрити документацію"
},
-"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");