mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 12:00:39 -05:00
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (master, 8.4, main, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (master, 8.4, main, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
35 lines
No EOL
3.3 KiB
JSON
35 lines
No EOL
3.3 KiB
JSON
{ "translations": {
|
||
"Comments" : "Коментарі",
|
||
"You commented" : "Ви прокоментували",
|
||
"{author} commented" : "{author} прокоментував(-ла)",
|
||
"You commented on %1$s" : "Ви прокоментували на %1$s",
|
||
"You commented on {file}" : "Ви прокоментували {file}",
|
||
"%1$s commented on %2$s" : "%1$s прокоментовано у %2$s",
|
||
"{author} commented on {file}" : "{author} прокоментував(-ла) {file}",
|
||
"<strong>Comments</strong> for files" : "З'явилися <strong>коментарі</strong> до файлів",
|
||
"Files" : "Файли",
|
||
"You were mentioned on \"{file}\", in a comment by an account that has since been deleted" : "Вас згадали у \"{file}\" в коментарі, який було додано користувачем, якого було вилучено",
|
||
"{user} mentioned you in a comment on \"{file}\"" : "{user} згадав вас у коментарі до \"{file}\"",
|
||
"Files app plugin to add comments to files" : "Плаґін до застосунку и\"Файли\" для додавання коментарів до файлів",
|
||
"Edit comment" : "Редагувати коментар",
|
||
"Delete comment" : "Вилучити коментар",
|
||
"Cancel edit" : "Скасувати редагування",
|
||
"New comment" : "Новий коментар",
|
||
"Write a comment …" : "Додайте коментар …",
|
||
"Post comment" : "Опублікувати коментар",
|
||
"@ for mentions, : for emoji, / for smart picker" : "@ згадати, : емоційки, / асистент вибору",
|
||
"Could not reload comments" : "Не вдалося перезавантажити коментарі",
|
||
"Failed to mark comments as read" : "Не вдалося позначити коментарі прочитаними",
|
||
"Unable to load the comments list" : "Не вдалося завантажити список коментарів",
|
||
"No comments yet, start the conversation!" : "Тут можна додати коментарі",
|
||
"No more messages" : "Більше жодних повідомлень",
|
||
"Retry" : "Ще раз",
|
||
"_1 new comment_::_{unread} new comments_" : ["{unread} новий коментар","{unread} нових коментарів","{unread} нових коментарів","{unread} нових коментарів"],
|
||
"Comment" : "Коментар",
|
||
"An error occurred while trying to edit the comment" : "Під час редагування коментаря сталася помилка",
|
||
"Comment deleted" : "Коментар вилучено",
|
||
"An error occurred while trying to delete the comment" : "Під час спроби вилучити коментар сталася помилка",
|
||
"An error occurred while trying to create the comment" : "Під час створення коментаря сталася помилка",
|
||
"Write a comment …" : "Додати коментар ..."
|
||
},"pluralForm" :"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);"
|
||
} |