mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(l10n): Update translations from Transifex
Some checks failed
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 (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis (push) Has been cancelled
Psalm static code analysis / static-code-analysis-security (push) Has been cancelled
Psalm static code analysis / static-code-analysis-ocp (push) Has been cancelled
Psalm static code analysis / static-code-analysis-ncu (push) Has been cancelled
Some checks failed
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 (stable32, 8.1, stable32, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable32, 8.1, stable32, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions
Psalm static code analysis / static-code-analysis (push) Has been cancelled
Psalm static code analysis / static-code-analysis-security (push) Has been cancelled
Psalm static code analysis / static-code-analysis-ocp (push) Has been cancelled
Psalm static code analysis / static-code-analysis-ncu (push) Has been cancelled
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
parent
d6f4b3479c
commit
c1143f9e4f
18 changed files with 406 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ OC.L10N.register(
|
|||
"Where: %s" : "Місце: %s",
|
||||
"%1$s via %2$s" : "%1$s через %2$s",
|
||||
"In the past on %1$s for the entire day" : "Раніше у %1$s протягом цілого дня",
|
||||
"_In %n minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["За %n хвилину %1$s протягом цілого дня","За %n хвилини %1$s протягом цілого дня","За %n хвилин %1$s протягом цілого дня","За %n хвилин %1$s протягом цілого дня"],
|
||||
"In the past on %1$s between %2$s - %3$s" : "У минулому на %1$ між %2$ - %3$",
|
||||
"Could not generate when statement" : "Не вдалося створити оператор \"коли\"",
|
||||
"Every Day for the entire day" : "Щодня впродовж усього дня",
|
||||
|
|
|
|||
|
|
@ -71,6 +71,7 @@
|
|||
"Where: %s" : "Місце: %s",
|
||||
"%1$s via %2$s" : "%1$s через %2$s",
|
||||
"In the past on %1$s for the entire day" : "Раніше у %1$s протягом цілого дня",
|
||||
"_In %n minute on %1$s for the entire day_::_In %n minutes on %1$s for the entire day_" : ["За %n хвилину %1$s протягом цілого дня","За %n хвилини %1$s протягом цілого дня","За %n хвилин %1$s протягом цілого дня","За %n хвилин %1$s протягом цілого дня"],
|
||||
"In the past on %1$s between %2$s - %3$s" : "У минулому на %1$ між %2$ - %3$",
|
||||
"Could not generate when statement" : "Не вдалося створити оператор \"коли\"",
|
||||
"Every Day for the entire day" : "Щодня впродовж усього дня",
|
||||
|
|
|
|||
|
|
@ -52,12 +52,14 @@ OC.L10N.register(
|
|||
"Clipboard not available. Please copy the cloud ID manually." : "Буфер обміну недоступний. Будь ласка, скопіюйте ідентифікатор хмари вручну.",
|
||||
"Copied!" : "Скопійовано!",
|
||||
"Federated Cloud" : "Об'єднана хмара",
|
||||
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Ви можете поділитися з будь-ким, хто використовує сервер хмари {productName} або інший сумісний із Open Cloud Mesh (OCM) сервер або службу. Зазначте ідентифікатор об'єднаної хмари у діалозі надання у спільний доступ у форматі person@cloud.example.com ",
|
||||
"Your Federated Cloud ID" : "Ваш ідентифікатор Federated Cloud",
|
||||
"Share it so your friends can share files with you:" : "Поділіться цим кодом з вашими друзями або колеги, щоби вони могли поділитися своїми файлами з вами:",
|
||||
"Bluesky" : "Bluesky",
|
||||
"Facebook" : "Facebook",
|
||||
"Mastodon" : "Мастодонт",
|
||||
"Add to your website" : "Додати код на ваш вебсайт",
|
||||
"Share with me via {productName}" : "Поділитися зі мною за допомогою {productName}",
|
||||
"HTML Code:" : "Код HTML:",
|
||||
"Cancel" : "Скасувати",
|
||||
"Add remote share" : "Додати віддалений каталог",
|
||||
|
|
|
|||
|
|
@ -50,12 +50,14 @@
|
|||
"Clipboard not available. Please copy the cloud ID manually." : "Буфер обміну недоступний. Будь ласка, скопіюйте ідентифікатор хмари вручну.",
|
||||
"Copied!" : "Скопійовано!",
|
||||
"Federated Cloud" : "Об'єднана хмара",
|
||||
"You can share with anyone who uses a {productName} server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Ви можете поділитися з будь-ким, хто використовує сервер хмари {productName} або інший сумісний із Open Cloud Mesh (OCM) сервер або службу. Зазначте ідентифікатор об'єднаної хмари у діалозі надання у спільний доступ у форматі person@cloud.example.com ",
|
||||
"Your Federated Cloud ID" : "Ваш ідентифікатор Federated Cloud",
|
||||
"Share it so your friends can share files with you:" : "Поділіться цим кодом з вашими друзями або колеги, щоби вони могли поділитися своїми файлами з вами:",
|
||||
"Bluesky" : "Bluesky",
|
||||
"Facebook" : "Facebook",
|
||||
"Mastodon" : "Мастодонт",
|
||||
"Add to your website" : "Додати код на ваш вебсайт",
|
||||
"Share with me via {productName}" : "Поділитися зі мною за допомогою {productName}",
|
||||
"HTML Code:" : "Код HTML:",
|
||||
"Cancel" : "Скасувати",
|
||||
"Add remote share" : "Додати віддалений каталог",
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ OC.L10N.register(
|
|||
"Kerberos default realm, defaults to \"WORKGROUP\"" : "Сфера за замовчуванням Kerberos, за замовчуванням \"WORKGROUP\"",
|
||||
"Kerberos ticket Apache mode" : "Квиток Kerberos Режим ApacheКвиток Kerberos Режим Apache",
|
||||
"Kerberos ticket" : "Квиток Kerberos",
|
||||
"S3 Storage" : "Сховище S3",
|
||||
"Bucket" : "Кошик",
|
||||
"Hostname" : "Ім'я хоста",
|
||||
"Port" : "Порт",
|
||||
|
|
@ -50,6 +51,7 @@ OC.L10N.register(
|
|||
"Enable Path Style" : "Включити стиль шляху",
|
||||
"Legacy (v2) authentication" : "Застарілий метод автентифікації (v2) ",
|
||||
"Enable multipart copy" : "Дозволити множинне копіювання",
|
||||
"Use presigned S3 url" : "Використовувати попередньо підписаний URL S3",
|
||||
"SSE-C encryption key" : "Ключ шифрування SSE-C",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
|
|
@ -81,15 +83,20 @@ OC.L10N.register(
|
|||
"External storage support" : "Підтримка зовнішнього сховища",
|
||||
"Adds basic external storage support" : "Додає базову підтримку зовнішньої пам’яті",
|
||||
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Ця програма дозволяє адміністраторам налаштовувати підключення до зовнішніх сховищ, таких як FTP-сервери, сховища об'єктів S3 або SWIFT, інші сервери Nextcloud, WebDAV-сервери тощо. Адміністрація може вибирати, які типи сховищ увімкнути, і може монтувати ці сховища для облікового запису, групи або всієї системи. Користувачі побачать нову папку в кореневому каталозі Nextcloud, до якої вони зможуть отримати доступ і використовувати її як будь-яку іншу папку Nextcloud. Зовнішнє сховище також дозволяє користувачам ділитися файлами, що зберігаються в цих зовнішніх сховищах. У цих випадках облікові дані власника файлу використовуються, коли одержувач запитує файл із зовнішнього сховища, таким чином гарантуючи, що одержувач зможе отримати доступ до файлу, до якого надано спільний доступ.\n\nЗовнішнє сховище можна налаштувати за допомогою графічного інтерфейсу або командного рядка. Другий варіант надає адміністратору більше можливостей для налаштування масового монтування зовнішнього сховища і встановлення пріоритетів монтування. Докладнішу інформацію можна знайти у документації до графічного інтерфейсу зовнішнього сховища та документації до файлу конфігурації зовнішнього сховища.",
|
||||
"Edit storage" : "Редагувати сховище",
|
||||
"Add storage" : "Додати сховище",
|
||||
"Folder name" : "Назва каталогу",
|
||||
"Authentication" : "Автентифікація",
|
||||
"Cancel" : "Скасувати",
|
||||
"Edit" : "Редагувати",
|
||||
"Create" : "Додати",
|
||||
"Restrict to" : "Обмежити до",
|
||||
"Storage configuration" : "Налаштування сховища",
|
||||
"Never" : "Ніколи",
|
||||
"Once every direct access" : "Один раз при кожному прямому доступі",
|
||||
"Always" : "Завжди",
|
||||
"Mount options" : "Параметри під'єднання диску",
|
||||
"Check filesystem changes" : "Перевірити зміни у файловій системі",
|
||||
"Read only" : "Тільки читання",
|
||||
"Enable previews" : "Увімкнути попередній перегляд",
|
||||
"Enable sharing" : "Увімкнути спільний доступ",
|
||||
|
|
@ -97,11 +104,19 @@ OC.L10N.register(
|
|||
"Compatibility with Mac NFD encoding (slow)" : "Сумісність із кодуванням Mac NFD (повільно)",
|
||||
"External storages" : "Зовнішні сховища",
|
||||
"Status" : "Статус",
|
||||
"Restricted to" : "Обмежено до",
|
||||
"Actions" : "Дії",
|
||||
"Checking …" : "Перевірка ...",
|
||||
"Recheck status" : "Повторно перевірити статус",
|
||||
"Delete" : "Видалити",
|
||||
"System provided storage" : "Системне сховище",
|
||||
"Saved" : "Збережено",
|
||||
"Error while saving" : "Помилка під час збереження",
|
||||
"Saved allowed backends" : "Збережені доступні бекенди",
|
||||
"Failed to save allowed backends" : "Не вдалося зберегти дозволені бекенди",
|
||||
"Advanced options for external storage mounts" : "Розширені параметри для під'єднаня зовнішніх сховищ",
|
||||
"Allow people to mount external storage" : "Дозволити користувачам під'єднувати зовнішні сховища даних",
|
||||
"External storage backends people are allowed to mount" : "Бекенди зовнішніх сховищ, доступні користувачам, які мають доступ під'єднувати диски ",
|
||||
"Error generating key pair" : "Помилка створення ключової пари",
|
||||
"Key size" : "Розмір ключа",
|
||||
"Generate keys" : "Створити ключі",
|
||||
|
|
@ -110,6 +125,16 @@ OC.L10N.register(
|
|||
"To access the storage, you need to provide the authentication credentials." : "Щоб отримати доступ до сховища, вам потрібно надати облікові дані для автентифікації.",
|
||||
"Enter the storage login" : "Введіть логін до сховища",
|
||||
"Enter the storage password" : "Введіть пароль до сховища",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices." : "Зовнішнє сховище дозволяє вам під'єднувати служби зовнішніх сховищ та пристрої як другорядні пристрої для зберігання даних для Nextcloud.",
|
||||
"You may also allow people to mount their own external storage services." : "Ви також можете дозволити користувачам під'єднувати їхні власні зовнішні накопичувачі.",
|
||||
"The cURL support in PHP is not enabled or installed." : "Підтримку cURL для PHP не увімкнено або не встановлено.",
|
||||
"The FTP support in PHP is not enabled or installed." : "Підтримку FTP для PHP не увімкнено або не встановлено.",
|
||||
"{module} is not installed." : "{module} не встановлено.",
|
||||
"Dependant backends" : "Залежний бекенд.",
|
||||
"No external storage configured or you do not have the permission to configure them" : "Відсутні налаштовані зовнішні сховища або у вас відсутній доступ для їхнього налаштування",
|
||||
"Add external storage" : "Додати зовнішнє сховище",
|
||||
"Global credentials saved" : "Збережено глобальні параметри авторизації",
|
||||
"Could not save global credentials" : "Не вдалося зберегти глобальні параметри авторизації",
|
||||
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Універсальні облікові дані можна використовувати для автентифікації з кількома зовнішніми сховищами, які мають тотодні облікові дані.",
|
||||
"Saving …" : "Збереження ...",
|
||||
"Save" : "Зберегти",
|
||||
|
|
@ -118,6 +143,7 @@ OC.L10N.register(
|
|||
"Enter missing credentials" : "Зазначте відсутні дані автентифікації",
|
||||
"Credentials successfully set" : "Облікові дані успішно встановлено",
|
||||
"Error while setting credentials: {error}" : "Помилка під час встановлення облікових даних: {error}",
|
||||
"Checking storage …" : "Перевірка сховища ...",
|
||||
"There was an error with this external storage." : "З цим зовнішнім сховищем виникла помилка.",
|
||||
"We were unable to check the external storage {basename}" : "Нам не вдалося перевірити зовнішнє сховище {basename}",
|
||||
"Examine this faulty external storage configuration" : "Перевірте цю несправну конфігурацію зовнішнього сховища",
|
||||
|
|
@ -135,7 +161,10 @@ OC.L10N.register(
|
|||
"Scope" : "Область",
|
||||
"Personal" : "Особисте",
|
||||
"System" : "Система",
|
||||
"Connected" : "Під'єднано",
|
||||
"Error" : "Помилка",
|
||||
"Indeterminate" : "Невизначено",
|
||||
"Incomplete configuration" : "Неповна конфігурація",
|
||||
"Unauthorized" : "Несанкціонований",
|
||||
"Network error" : "Помилка мережі",
|
||||
"Grant access" : "Дозволити доступ",
|
||||
|
|
@ -155,6 +184,8 @@ OC.L10N.register(
|
|||
"Unknown backend: {backendName}" : "Невідомий бекенд: {backendName}",
|
||||
"Admin defined" : "Визначено адміністратором",
|
||||
"Automatic status checking is disabled due to the large number of configured storages, click to check status" : "Автоматична перевірка статусу вимкнена через велику кількість налаштованих сховищ, натисніть, щоб перевірити статус",
|
||||
"Are you sure you want to disconnect this external storage?" : "Дійсно від'єднати це зовнішнє сховище?",
|
||||
"It will make the storage unavailable in {instanceName} and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Таким чином це сховище буде недоступним для {instanceName}, що призведе до вилучення цих файлів та каталогів на всіх клієнтах, які зараз синхронізуються. При цьому файли та каталоги буде збережено на зовнішньому сховищі.",
|
||||
"Delete storage?" : "Вилучити сховище?",
|
||||
"Click to recheck the configuration" : "Клацніть для повторної перевірки налаштувань",
|
||||
"Saving …" : "Збереження …",
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
"Kerberos default realm, defaults to \"WORKGROUP\"" : "Сфера за замовчуванням Kerberos, за замовчуванням \"WORKGROUP\"",
|
||||
"Kerberos ticket Apache mode" : "Квиток Kerberos Режим ApacheКвиток Kerberos Режим Apache",
|
||||
"Kerberos ticket" : "Квиток Kerberos",
|
||||
"S3 Storage" : "Сховище S3",
|
||||
"Bucket" : "Кошик",
|
||||
"Hostname" : "Ім'я хоста",
|
||||
"Port" : "Порт",
|
||||
|
|
@ -48,6 +49,7 @@
|
|||
"Enable Path Style" : "Включити стиль шляху",
|
||||
"Legacy (v2) authentication" : "Застарілий метод автентифікації (v2) ",
|
||||
"Enable multipart copy" : "Дозволити множинне копіювання",
|
||||
"Use presigned S3 url" : "Використовувати попередньо підписаний URL S3",
|
||||
"SSE-C encryption key" : "Ключ шифрування SSE-C",
|
||||
"WebDAV" : "WebDAV",
|
||||
"URL" : "URL",
|
||||
|
|
@ -79,15 +81,20 @@
|
|||
"External storage support" : "Підтримка зовнішнього сховища",
|
||||
"Adds basic external storage support" : "Додає базову підтримку зовнішньої пам’яті",
|
||||
"This application enables administrators to configure connections to external storage providers, such as FTP servers, S3 or SWIFT object stores, other Nextcloud servers, WebDAV servers, and more. Administration can choose which types of storage to enable and can mount these storage locations for an account, a group, or the entire system. Users will see a new folder appear in their root Nextcloud directory, which they can access and use like any other Nextcloud folder. External storage also allows people to share files stored in these external locations. In these cases, the credentials for the owner of the file are used when the recipient requests the file from external storage, thereby ensuring that the recipient can access the shared file.\n\nExternal storage can be configured using the GUI or at the command line. This second option provides the administration with more flexibility for configuring bulk external storage mounts and setting mount priorities. More information is available in the external storage GUI documentation and the external storage Configuration File documentation." : "Ця програма дозволяє адміністраторам налаштовувати підключення до зовнішніх сховищ, таких як FTP-сервери, сховища об'єктів S3 або SWIFT, інші сервери Nextcloud, WebDAV-сервери тощо. Адміністрація може вибирати, які типи сховищ увімкнути, і може монтувати ці сховища для облікового запису, групи або всієї системи. Користувачі побачать нову папку в кореневому каталозі Nextcloud, до якої вони зможуть отримати доступ і використовувати її як будь-яку іншу папку Nextcloud. Зовнішнє сховище також дозволяє користувачам ділитися файлами, що зберігаються в цих зовнішніх сховищах. У цих випадках облікові дані власника файлу використовуються, коли одержувач запитує файл із зовнішнього сховища, таким чином гарантуючи, що одержувач зможе отримати доступ до файлу, до якого надано спільний доступ.\n\nЗовнішнє сховище можна налаштувати за допомогою графічного інтерфейсу або командного рядка. Другий варіант надає адміністратору більше можливостей для налаштування масового монтування зовнішнього сховища і встановлення пріоритетів монтування. Докладнішу інформацію можна знайти у документації до графічного інтерфейсу зовнішнього сховища та документації до файлу конфігурації зовнішнього сховища.",
|
||||
"Edit storage" : "Редагувати сховище",
|
||||
"Add storage" : "Додати сховище",
|
||||
"Folder name" : "Назва каталогу",
|
||||
"Authentication" : "Автентифікація",
|
||||
"Cancel" : "Скасувати",
|
||||
"Edit" : "Редагувати",
|
||||
"Create" : "Додати",
|
||||
"Restrict to" : "Обмежити до",
|
||||
"Storage configuration" : "Налаштування сховища",
|
||||
"Never" : "Ніколи",
|
||||
"Once every direct access" : "Один раз при кожному прямому доступі",
|
||||
"Always" : "Завжди",
|
||||
"Mount options" : "Параметри під'єднання диску",
|
||||
"Check filesystem changes" : "Перевірити зміни у файловій системі",
|
||||
"Read only" : "Тільки читання",
|
||||
"Enable previews" : "Увімкнути попередній перегляд",
|
||||
"Enable sharing" : "Увімкнути спільний доступ",
|
||||
|
|
@ -95,11 +102,19 @@
|
|||
"Compatibility with Mac NFD encoding (slow)" : "Сумісність із кодуванням Mac NFD (повільно)",
|
||||
"External storages" : "Зовнішні сховища",
|
||||
"Status" : "Статус",
|
||||
"Restricted to" : "Обмежено до",
|
||||
"Actions" : "Дії",
|
||||
"Checking …" : "Перевірка ...",
|
||||
"Recheck status" : "Повторно перевірити статус",
|
||||
"Delete" : "Видалити",
|
||||
"System provided storage" : "Системне сховище",
|
||||
"Saved" : "Збережено",
|
||||
"Error while saving" : "Помилка під час збереження",
|
||||
"Saved allowed backends" : "Збережені доступні бекенди",
|
||||
"Failed to save allowed backends" : "Не вдалося зберегти дозволені бекенди",
|
||||
"Advanced options for external storage mounts" : "Розширені параметри для під'єднаня зовнішніх сховищ",
|
||||
"Allow people to mount external storage" : "Дозволити користувачам під'єднувати зовнішні сховища даних",
|
||||
"External storage backends people are allowed to mount" : "Бекенди зовнішніх сховищ, доступні користувачам, які мають доступ під'єднувати диски ",
|
||||
"Error generating key pair" : "Помилка створення ключової пари",
|
||||
"Key size" : "Розмір ключа",
|
||||
"Generate keys" : "Створити ключі",
|
||||
|
|
@ -108,6 +123,16 @@
|
|||
"To access the storage, you need to provide the authentication credentials." : "Щоб отримати доступ до сховища, вам потрібно надати облікові дані для автентифікації.",
|
||||
"Enter the storage login" : "Введіть логін до сховища",
|
||||
"Enter the storage password" : "Введіть пароль до сховища",
|
||||
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices." : "Зовнішнє сховище дозволяє вам під'єднувати служби зовнішніх сховищ та пристрої як другорядні пристрої для зберігання даних для Nextcloud.",
|
||||
"You may also allow people to mount their own external storage services." : "Ви також можете дозволити користувачам під'єднувати їхні власні зовнішні накопичувачі.",
|
||||
"The cURL support in PHP is not enabled or installed." : "Підтримку cURL для PHP не увімкнено або не встановлено.",
|
||||
"The FTP support in PHP is not enabled or installed." : "Підтримку FTP для PHP не увімкнено або не встановлено.",
|
||||
"{module} is not installed." : "{module} не встановлено.",
|
||||
"Dependant backends" : "Залежний бекенд.",
|
||||
"No external storage configured or you do not have the permission to configure them" : "Відсутні налаштовані зовнішні сховища або у вас відсутній доступ для їхнього налаштування",
|
||||
"Add external storage" : "Додати зовнішнє сховище",
|
||||
"Global credentials saved" : "Збережено глобальні параметри авторизації",
|
||||
"Could not save global credentials" : "Не вдалося зберегти глобальні параметри авторизації",
|
||||
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Універсальні облікові дані можна використовувати для автентифікації з кількома зовнішніми сховищами, які мають тотодні облікові дані.",
|
||||
"Saving …" : "Збереження ...",
|
||||
"Save" : "Зберегти",
|
||||
|
|
@ -116,6 +141,7 @@
|
|||
"Enter missing credentials" : "Зазначте відсутні дані автентифікації",
|
||||
"Credentials successfully set" : "Облікові дані успішно встановлено",
|
||||
"Error while setting credentials: {error}" : "Помилка під час встановлення облікових даних: {error}",
|
||||
"Checking storage …" : "Перевірка сховища ...",
|
||||
"There was an error with this external storage." : "З цим зовнішнім сховищем виникла помилка.",
|
||||
"We were unable to check the external storage {basename}" : "Нам не вдалося перевірити зовнішнє сховище {basename}",
|
||||
"Examine this faulty external storage configuration" : "Перевірте цю несправну конфігурацію зовнішнього сховища",
|
||||
|
|
@ -133,7 +159,10 @@
|
|||
"Scope" : "Область",
|
||||
"Personal" : "Особисте",
|
||||
"System" : "Система",
|
||||
"Connected" : "Під'єднано",
|
||||
"Error" : "Помилка",
|
||||
"Indeterminate" : "Невизначено",
|
||||
"Incomplete configuration" : "Неповна конфігурація",
|
||||
"Unauthorized" : "Несанкціонований",
|
||||
"Network error" : "Помилка мережі",
|
||||
"Grant access" : "Дозволити доступ",
|
||||
|
|
@ -153,6 +182,8 @@
|
|||
"Unknown backend: {backendName}" : "Невідомий бекенд: {backendName}",
|
||||
"Admin defined" : "Визначено адміністратором",
|
||||
"Automatic status checking is disabled due to the large number of configured storages, click to check status" : "Автоматична перевірка статусу вимкнена через велику кількість налаштованих сховищ, натисніть, щоб перевірити статус",
|
||||
"Are you sure you want to disconnect this external storage?" : "Дійсно від'єднати це зовнішнє сховище?",
|
||||
"It will make the storage unavailable in {instanceName} and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Таким чином це сховище буде недоступним для {instanceName}, що призведе до вилучення цих файлів та каталогів на всіх клієнтах, які зараз синхронізуються. При цьому файли та каталоги буде збережено на зовнішньому сховищі.",
|
||||
"Delete storage?" : "Вилучити сховище?",
|
||||
"Click to recheck the configuration" : "Клацніть для повторної перевірки налаштувань",
|
||||
"Saving …" : "Збереження …",
|
||||
|
|
|
|||
17
apps/files_trashbin/l10n/es_EC.js
Normal file
17
apps/files_trashbin/l10n/es_EC.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
OC.L10N.register(
|
||||
"files_trashbin",
|
||||
{
|
||||
"restored" : "restaurado",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Archivos y carpetas eliminados en la papelera de reciclaje (pueden expirar durante la exportación si tienes poco espacio de almacenamiento)",
|
||||
"Restore" : "Restaurar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Deleted" : "Borrado",
|
||||
"A long time ago" : "Hace mucho tiempo.",
|
||||
"Unknown" : "Desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"List of files that have been deleted." : "Lista de archivos que han sido eliminados.",
|
||||
"No deleted files" : "No hay archivos borrados",
|
||||
"Files and folders you have deleted will show up here" : "Los archivos y carpetas que has eliminado aparecerán aquí. "
|
||||
},
|
||||
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|
||||
15
apps/files_trashbin/l10n/es_EC.json
Normal file
15
apps/files_trashbin/l10n/es_EC.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ "translations": {
|
||||
"restored" : "restaurado",
|
||||
"Deleted files" : "Archivos borrados",
|
||||
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Archivos y carpetas eliminados en la papelera de reciclaje (pueden expirar durante la exportación si tienes poco espacio de almacenamiento)",
|
||||
"Restore" : "Restaurar",
|
||||
"Cancel" : "Cancelar",
|
||||
"Deleted" : "Borrado",
|
||||
"A long time ago" : "Hace mucho tiempo.",
|
||||
"Unknown" : "Desconocido",
|
||||
"All files" : "Todos los archivos",
|
||||
"List of files that have been deleted." : "Lista de archivos que han sido eliminados.",
|
||||
"No deleted files" : "No hay archivos borrados",
|
||||
"Files and folders you have deleted will show up here" : "Los archivos y carpetas que has eliminado aparecerán aquí. "
|
||||
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
|
||||
}
|
||||
17
apps/files_trashbin/l10n/ka.js
Normal file
17
apps/files_trashbin/l10n/ka.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
OC.L10N.register(
|
||||
"files_trashbin",
|
||||
{
|
||||
"restored" : "restored",
|
||||
"Deleted files" : "Deleted files",
|
||||
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)",
|
||||
"Restore" : "Restore",
|
||||
"Cancel" : "Cancel",
|
||||
"Deleted" : "Deleted",
|
||||
"Unknown" : "Unknown",
|
||||
"All files" : "All files",
|
||||
"You" : "You",
|
||||
"List of files that have been deleted." : "List of files that have been deleted.",
|
||||
"No deleted files" : "No deleted files",
|
||||
"Files and folders you have deleted will show up here" : "Files and folders you have deleted will show up here"
|
||||
},
|
||||
"nplurals=2; plural=(n!=1);");
|
||||
15
apps/files_trashbin/l10n/ka.json
Normal file
15
apps/files_trashbin/l10n/ka.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ "translations": {
|
||||
"restored" : "restored",
|
||||
"Deleted files" : "Deleted files",
|
||||
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Deleted files and folders in the trash bin (may expire during export if you are low on storage space)",
|
||||
"Restore" : "Restore",
|
||||
"Cancel" : "Cancel",
|
||||
"Deleted" : "Deleted",
|
||||
"Unknown" : "Unknown",
|
||||
"All files" : "All files",
|
||||
"You" : "You",
|
||||
"List of files that have been deleted." : "List of files that have been deleted.",
|
||||
"No deleted files" : "No deleted files",
|
||||
"Files and folders you have deleted will show up here" : "Files and folders you have deleted will show up here"
|
||||
},"pluralForm" :"nplurals=2; plural=(n!=1);"
|
||||
}
|
||||
17
apps/files_trashbin/l10n/ro.js
Normal file
17
apps/files_trashbin/l10n/ro.js
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
OC.L10N.register(
|
||||
"files_trashbin",
|
||||
{
|
||||
"restored" : "restaurat",
|
||||
"Deleted files" : "Fișiere șterse",
|
||||
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Fișierele și folderele șterse din coșul de gunoi (pot expira în timpul exportului dacă spațiul de stocare e limitat)",
|
||||
"Restore" : "Restaurare",
|
||||
"Cancel" : "Anulare",
|
||||
"Deleted" : "A fost șters.",
|
||||
"Unknown" : "Necunoscut",
|
||||
"All files" : "Toate fișierele",
|
||||
"You" : "Tu",
|
||||
"List of files that have been deleted." : "Lista fișierelor șterse.",
|
||||
"No deleted files" : "Nu sunt fișiere șterse",
|
||||
"Files and folders you have deleted will show up here" : "Fișierele și dosarele șterse vor fi afișate aici"
|
||||
},
|
||||
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|
||||
15
apps/files_trashbin/l10n/ro.json
Normal file
15
apps/files_trashbin/l10n/ro.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ "translations": {
|
||||
"restored" : "restaurat",
|
||||
"Deleted files" : "Fișiere șterse",
|
||||
"Deleted files and folders in the trash bin (may expire during export if you are low on storage space)" : "Fișierele și folderele șterse din coșul de gunoi (pot expira în timpul exportului dacă spațiul de stocare e limitat)",
|
||||
"Restore" : "Restaurare",
|
||||
"Cancel" : "Anulare",
|
||||
"Deleted" : "A fost șters.",
|
||||
"Unknown" : "Necunoscut",
|
||||
"All files" : "Toate fișierele",
|
||||
"You" : "Tu",
|
||||
"List of files that have been deleted." : "Lista fișierelor șterse.",
|
||||
"No deleted files" : "Nu sunt fișiere șterse",
|
||||
"Files and folders you have deleted will show up here" : "Fișierele și dosarele șterse vor fi afișate aici"
|
||||
},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"
|
||||
}
|
||||
61
apps/systemtags/l10n/he.js
Normal file
61
apps/systemtags/l10n/he.js
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
OC.L10N.register(
|
||||
"systemtags",
|
||||
{
|
||||
"System tag %1$s added by the system" : "תגית המערכת %1$s נוספה על ידי המערכת",
|
||||
"Added system tag {systemtag}" : "נוספה תגית מערכת {systemtag}",
|
||||
"Added system tag %1$s" : "נוספה תגית מערכת %1$s",
|
||||
"%1$s added system tag %2$s" : "תגית המערכת %2$s נוספה על ידי %1$s",
|
||||
"{actor} added system tag {systemtag}" : "תגית המערכת {systemtag} נוספה על ידי {actor}",
|
||||
"System tag %1$s removed by the system" : "תגית המערכת %1$s הוסרה על ידי המערכת",
|
||||
"Removed system tag {systemtag}" : "תגית המערכת {systemtag} הוסרה",
|
||||
"Removed system tag %1$s" : "תגית המערכת %1$s הוסרה",
|
||||
"%1$s removed system tag %2$s" : "תגית המערכת %2$s הוסרה על ידי %1$s",
|
||||
"{actor} removed system tag {systemtag}" : "תגית המערכת {systemtag} הוסרה על ידי {actor}",
|
||||
"You created system tag %1$s" : "יצרת את תגית המערכת %1$s",
|
||||
"You created system tag {systemtag}" : "יצרת את תגית המערכת {systemtag}",
|
||||
"%1$s created system tag %2$s" : "%1$s יצר/יצרה תגית מערכת %2$s",
|
||||
"{actor} created system tag {systemtag}" : "תגית המערכת {systemtag} נוצרה על ידי {actor}",
|
||||
"You deleted system tag %1$s" : "מחקת את תגית המערכת %1$s",
|
||||
"You deleted system tag {systemtag}" : "מחקת את תגית המערכת {systemtag}",
|
||||
"%1$s deleted system tag %2$s" : "%1$s מחק/ה תגית מערכת %2$s",
|
||||
"{actor} deleted system tag {systemtag}" : "תגית המערכת {systemtag} נמחקה על ידי {actor}",
|
||||
"You updated system tag %2$s to %1$s" : "עדכנת את תגית המערכת %2$s לכדי %1$s",
|
||||
"You updated system tag {oldsystemtag} to {newsystemtag}" : "עדכנת את תגית המערכת {oldsystemtag} לכדי {newsystemtag}",
|
||||
"%1$s updated system tag %3$s to %2$s" : "%1$s עדכן/עדכנה תגית מערכת %3$s ל- %2$s",
|
||||
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "תגית המערכת {oldsystemtag} עודכנה לכדי {newsystemtag} על ידי {actor}",
|
||||
"System tag %2$s was added to %1$s by the system" : "תגית המערכת %2$s נוספה אל %1$s על ידי המערכת",
|
||||
"System tag {systemtag} was added to {file} by the system" : "תגית המערכת {systemtag} נוספה אל {file} על ידי המערכת",
|
||||
"You added system tag %2$s to %1$s" : "הוספת את תגית המערכת %2$s אל %1$s",
|
||||
"You added system tag {systemtag} to {file}" : "הוספת את תגית המערכת {systemtag} אל {file}",
|
||||
"%1$s added system tag %3$s to %2$s" : "תגית המערכת %3$s נוספה אל %2$s על ידי %1$s",
|
||||
"{actor} added system tag {systemtag} to {file}" : "תגית המערכת {systemtag} נוספה אל {file} על ידי {actor}",
|
||||
"System tag %2$s was removed from %1$s by the system" : "תגית המערכת %2$s הוסרה מתוך %1$s על ידי המערכת",
|
||||
"System tag {systemtag} was removed from {file} by the system" : "תגית המערכת {systemtag} הוסרה מתוך {file} על ידי המערכת",
|
||||
"You removed system tag %2$s from %1$s" : "הסרת את תגית המערכת %2$s מעל %1$s",
|
||||
"You removed system tag {systemtag} from {file}" : "הסרת את תגית המערכת {systemtag} מעל {file}",
|
||||
"%1$s removed system tag %3$s from %2$s" : "תגית המערכת %3$s הוסרה מעל %2$s על ידי %1$s",
|
||||
"{actor} removed system tag {systemtag} from {file}" : "תגית המערכת {systemtag} הוסרה מעל {file} על ידי {actor}",
|
||||
"%s (restricted)" : "%s (מוגבל)",
|
||||
"%s (invisible)" : "%s (נסתר)",
|
||||
"<strong>System tags</strong> for a file have been modified" : "<strong>תגיות מערכת</strong> שהשתנו עבור קובץ",
|
||||
"Files" : "קבצים",
|
||||
"Tags" : "תגיות",
|
||||
"All tagged %s …" : "כל ה־%s המתויגים…",
|
||||
"tagged %s" : "%s מתויג",
|
||||
"Collaborative tags" : "תגיות שיתופיות",
|
||||
"Public" : "ציבורית",
|
||||
"Restricted" : "מוגבלת",
|
||||
"Invisible" : "נסתרת",
|
||||
"Create" : "יצירה",
|
||||
"Update" : "עדכון",
|
||||
"Delete" : "מחיקה",
|
||||
"Reset" : "איפוס",
|
||||
"Manage tags" : "ניהול תגיות",
|
||||
"Cancel" : "ביטול",
|
||||
"Apply" : "החלה",
|
||||
"Failed to load tags" : "טעינת התגיות נכשלה",
|
||||
"Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "תגיות שיתופיות זמינות לכל המשתמשים. תגיות מוגבלות חשופות למשתמשים אך אין להם אפשרות להקצות אותן. תגיות בלתי נראות הן לשימוש פנימי כיוון שמשתמשים לא יכולים לראות אות להקצות אותן.",
|
||||
"No tags found" : "לא נמצאו תגיות",
|
||||
"Loading …" : "בטעינה…"
|
||||
},
|
||||
"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;");
|
||||
59
apps/systemtags/l10n/he.json
Normal file
59
apps/systemtags/l10n/he.json
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
{ "translations": {
|
||||
"System tag %1$s added by the system" : "תגית המערכת %1$s נוספה על ידי המערכת",
|
||||
"Added system tag {systemtag}" : "נוספה תגית מערכת {systemtag}",
|
||||
"Added system tag %1$s" : "נוספה תגית מערכת %1$s",
|
||||
"%1$s added system tag %2$s" : "תגית המערכת %2$s נוספה על ידי %1$s",
|
||||
"{actor} added system tag {systemtag}" : "תגית המערכת {systemtag} נוספה על ידי {actor}",
|
||||
"System tag %1$s removed by the system" : "תגית המערכת %1$s הוסרה על ידי המערכת",
|
||||
"Removed system tag {systemtag}" : "תגית המערכת {systemtag} הוסרה",
|
||||
"Removed system tag %1$s" : "תגית המערכת %1$s הוסרה",
|
||||
"%1$s removed system tag %2$s" : "תגית המערכת %2$s הוסרה על ידי %1$s",
|
||||
"{actor} removed system tag {systemtag}" : "תגית המערכת {systemtag} הוסרה על ידי {actor}",
|
||||
"You created system tag %1$s" : "יצרת את תגית המערכת %1$s",
|
||||
"You created system tag {systemtag}" : "יצרת את תגית המערכת {systemtag}",
|
||||
"%1$s created system tag %2$s" : "%1$s יצר/יצרה תגית מערכת %2$s",
|
||||
"{actor} created system tag {systemtag}" : "תגית המערכת {systemtag} נוצרה על ידי {actor}",
|
||||
"You deleted system tag %1$s" : "מחקת את תגית המערכת %1$s",
|
||||
"You deleted system tag {systemtag}" : "מחקת את תגית המערכת {systemtag}",
|
||||
"%1$s deleted system tag %2$s" : "%1$s מחק/ה תגית מערכת %2$s",
|
||||
"{actor} deleted system tag {systemtag}" : "תגית המערכת {systemtag} נמחקה על ידי {actor}",
|
||||
"You updated system tag %2$s to %1$s" : "עדכנת את תגית המערכת %2$s לכדי %1$s",
|
||||
"You updated system tag {oldsystemtag} to {newsystemtag}" : "עדכנת את תגית המערכת {oldsystemtag} לכדי {newsystemtag}",
|
||||
"%1$s updated system tag %3$s to %2$s" : "%1$s עדכן/עדכנה תגית מערכת %3$s ל- %2$s",
|
||||
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "תגית המערכת {oldsystemtag} עודכנה לכדי {newsystemtag} על ידי {actor}",
|
||||
"System tag %2$s was added to %1$s by the system" : "תגית המערכת %2$s נוספה אל %1$s על ידי המערכת",
|
||||
"System tag {systemtag} was added to {file} by the system" : "תגית המערכת {systemtag} נוספה אל {file} על ידי המערכת",
|
||||
"You added system tag %2$s to %1$s" : "הוספת את תגית המערכת %2$s אל %1$s",
|
||||
"You added system tag {systemtag} to {file}" : "הוספת את תגית המערכת {systemtag} אל {file}",
|
||||
"%1$s added system tag %3$s to %2$s" : "תגית המערכת %3$s נוספה אל %2$s על ידי %1$s",
|
||||
"{actor} added system tag {systemtag} to {file}" : "תגית המערכת {systemtag} נוספה אל {file} על ידי {actor}",
|
||||
"System tag %2$s was removed from %1$s by the system" : "תגית המערכת %2$s הוסרה מתוך %1$s על ידי המערכת",
|
||||
"System tag {systemtag} was removed from {file} by the system" : "תגית המערכת {systemtag} הוסרה מתוך {file} על ידי המערכת",
|
||||
"You removed system tag %2$s from %1$s" : "הסרת את תגית המערכת %2$s מעל %1$s",
|
||||
"You removed system tag {systemtag} from {file}" : "הסרת את תגית המערכת {systemtag} מעל {file}",
|
||||
"%1$s removed system tag %3$s from %2$s" : "תגית המערכת %3$s הוסרה מעל %2$s על ידי %1$s",
|
||||
"{actor} removed system tag {systemtag} from {file}" : "תגית המערכת {systemtag} הוסרה מעל {file} על ידי {actor}",
|
||||
"%s (restricted)" : "%s (מוגבל)",
|
||||
"%s (invisible)" : "%s (נסתר)",
|
||||
"<strong>System tags</strong> for a file have been modified" : "<strong>תגיות מערכת</strong> שהשתנו עבור קובץ",
|
||||
"Files" : "קבצים",
|
||||
"Tags" : "תגיות",
|
||||
"All tagged %s …" : "כל ה־%s המתויגים…",
|
||||
"tagged %s" : "%s מתויג",
|
||||
"Collaborative tags" : "תגיות שיתופיות",
|
||||
"Public" : "ציבורית",
|
||||
"Restricted" : "מוגבלת",
|
||||
"Invisible" : "נסתרת",
|
||||
"Create" : "יצירה",
|
||||
"Update" : "עדכון",
|
||||
"Delete" : "מחיקה",
|
||||
"Reset" : "איפוס",
|
||||
"Manage tags" : "ניהול תגיות",
|
||||
"Cancel" : "ביטול",
|
||||
"Apply" : "החלה",
|
||||
"Failed to load tags" : "טעינת התגיות נכשלה",
|
||||
"Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "תגיות שיתופיות זמינות לכל המשתמשים. תגיות מוגבלות חשופות למשתמשים אך אין להם אפשרות להקצות אותן. תגיות בלתי נראות הן לשימוש פנימי כיוון שמשתמשים לא יכולים לראות אות להקצות אותן.",
|
||||
"No tags found" : "לא נמצאו תגיות",
|
||||
"Loading …" : "בטעינה…"
|
||||
},"pluralForm" :"nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;"
|
||||
}
|
||||
61
apps/systemtags/l10n/vi.js
Normal file
61
apps/systemtags/l10n/vi.js
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
OC.L10N.register(
|
||||
"systemtags",
|
||||
{
|
||||
"System tag %1$s added by the system" : "Thẻ hệ thống %1$s được hệ thống thêm vào",
|
||||
"Added system tag {systemtag}" : "Nhãn hệ thống được thêm vào {systemtag}",
|
||||
"Added system tag %1$s" : "Đã thêm nhãn hệ thống %1$s",
|
||||
"%1$s added system tag %2$s" : "%1$s đã thêm nhãn hệ thống %2$s",
|
||||
"{actor} added system tag {systemtag}" : "{actor} đã thêm nhãn hệ thống {systemtag}",
|
||||
"System tag %1$s removed by the system" : "Thẻ hệ thống %1$s được hệ thống xóa đi",
|
||||
"Removed system tag {systemtag}" : "Đã xóa nhãn hệ thống {systemtag}",
|
||||
"Removed system tag %1$s" : "Đã xóa nhãn hệ thống %1$s",
|
||||
"%1$s removed system tag %2$s" : "%1$s đã xóa nhãn hệ thống %2$s",
|
||||
"{actor} removed system tag {systemtag}" : "{actor} đã xóa nhãn {systemtag}",
|
||||
"You created system tag %1$s" : "Bạn đã tạo nhãn %1$s",
|
||||
"You created system tag {systemtag}" : "Bạn đã tạo nhãn {systemtag}",
|
||||
"%1$s created system tag %2$s" : "%1$s đã tạo nhãn %2$s",
|
||||
"{actor} created system tag {systemtag}" : "{actor} đã tạo nhãn {systemtag}",
|
||||
"You deleted system tag %1$s" : "Bạn đã xóa nhãn %1$s",
|
||||
"You deleted system tag {systemtag}" : "Bạn đã xóa nhãn {systemtag}",
|
||||
"%1$s deleted system tag %2$s" : "%1$s đã xóa nhãn %2$s",
|
||||
"{actor} deleted system tag {systemtag}" : "{actor} đã xóa nhãn {systemtag}",
|
||||
"You updated system tag %2$s to %1$s" : "Bạn đã cập nhật nhãn %2$s to %1$s",
|
||||
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Bạn đã cập nhật nhãn {oldsystemtag} thành {newsystemtag}",
|
||||
"%1$s updated system tag %3$s to %2$s" : "%1$s đã cập nhật nhãn %3$s thành%2$s",
|
||||
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} đã cập nhật nhãn {oldsystemtag} thành {newsystemtag}",
|
||||
"System tag %2$s was added to %1$s by the system" : "Thẻ hệ thống %2$s được hệ thống thêm vào %1$s",
|
||||
"System tag {systemtag} was added to {file} by the system" : "Thẻ hệ thống {systemtag} được hệ thống thêm vào {file}",
|
||||
"You added system tag %2$s to %1$s" : "Bạn đã dán nhãn %2$s vào %1$s",
|
||||
"You added system tag {systemtag} to {file}" : "Bạn đã dán nhãn {systemtag} vào {file}",
|
||||
"%1$s added system tag %3$s to %2$s" : "%1$s đã dán nhãn %3$s vào %2$s",
|
||||
"{actor} added system tag {systemtag} to {file}" : "{actor} đã dán nhãn {systemtag} vào {file}",
|
||||
"System tag %2$s was removed from %1$s by the system" : "Thẻ hệ thống %2$s được hệ thống xóa khỏi %1$s",
|
||||
"System tag {systemtag} was removed from {file} by the system" : "Thẻ hệ thống {systemtag} được hệ thống xóa khỏi {file}",
|
||||
"You removed system tag %2$s from %1$s" : "Bạn đã xóa nhãn %2$s khỏi %1$s",
|
||||
"You removed system tag {systemtag} from {file}" : "Bạn đã xóa nhãn {systemtag} khỏi {file}",
|
||||
"%1$s removed system tag %3$s from %2$s" : "%1$s đã xóa nhãn %3$s khỏi %2$s",
|
||||
"{actor} removed system tag {systemtag} from {file}" : "{actor} đã xóa nhãn {systemtag} khỏi {file}",
|
||||
"%s (restricted)" : "%s (bị hạn chế)",
|
||||
"%s (invisible)" : "%s (vô hình)",
|
||||
"<strong>System tags</strong> for a file have been modified" : "<strong>Nhãn</strong> cho một tập tin đã được sửa đổi",
|
||||
"Files" : "Tệp tin",
|
||||
"Tags" : "Nhãn",
|
||||
"Collaborative tags" : "Thẻ cộng tác",
|
||||
"Public" : "Công khai",
|
||||
"Restricted" : "Bị giới hạn",
|
||||
"Invisible" : "Vô hình",
|
||||
"Create" : "Tạo",
|
||||
"Update" : "Cập nhật",
|
||||
"Delete" : "Xóa bỏ",
|
||||
"Reset" : "Đặt lại",
|
||||
"Loading …" : "Đang tải …",
|
||||
"Manage tags" : "Quản lý nhãn",
|
||||
"Cancel" : "Hủy bỏ",
|
||||
"Apply" : "Áp dụng",
|
||||
"Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Các thẻ hợp tác là có sẵn cho tất cả người dùng. Các thẻ giới hạn có thể được người dùng nhìn thấy nhưng không thể được họ phân công. Các thẻ vô hình là dành cho việc sử dụng nội bộ, vì những người dùng không thể thấy hay phân công chúng.",
|
||||
"Open in Files" : "Mở trong Tệp",
|
||||
"No tags found" : "Không tìm thấy nhãn",
|
||||
"Tags you have created will show up here." : "Thẻ bạn đã tạo sẽ hiển thị ở đây",
|
||||
"Loading …" : "Đang tải …"
|
||||
},
|
||||
"nplurals=1; plural=0;");
|
||||
59
apps/systemtags/l10n/vi.json
Normal file
59
apps/systemtags/l10n/vi.json
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
{ "translations": {
|
||||
"System tag %1$s added by the system" : "Thẻ hệ thống %1$s được hệ thống thêm vào",
|
||||
"Added system tag {systemtag}" : "Nhãn hệ thống được thêm vào {systemtag}",
|
||||
"Added system tag %1$s" : "Đã thêm nhãn hệ thống %1$s",
|
||||
"%1$s added system tag %2$s" : "%1$s đã thêm nhãn hệ thống %2$s",
|
||||
"{actor} added system tag {systemtag}" : "{actor} đã thêm nhãn hệ thống {systemtag}",
|
||||
"System tag %1$s removed by the system" : "Thẻ hệ thống %1$s được hệ thống xóa đi",
|
||||
"Removed system tag {systemtag}" : "Đã xóa nhãn hệ thống {systemtag}",
|
||||
"Removed system tag %1$s" : "Đã xóa nhãn hệ thống %1$s",
|
||||
"%1$s removed system tag %2$s" : "%1$s đã xóa nhãn hệ thống %2$s",
|
||||
"{actor} removed system tag {systemtag}" : "{actor} đã xóa nhãn {systemtag}",
|
||||
"You created system tag %1$s" : "Bạn đã tạo nhãn %1$s",
|
||||
"You created system tag {systemtag}" : "Bạn đã tạo nhãn {systemtag}",
|
||||
"%1$s created system tag %2$s" : "%1$s đã tạo nhãn %2$s",
|
||||
"{actor} created system tag {systemtag}" : "{actor} đã tạo nhãn {systemtag}",
|
||||
"You deleted system tag %1$s" : "Bạn đã xóa nhãn %1$s",
|
||||
"You deleted system tag {systemtag}" : "Bạn đã xóa nhãn {systemtag}",
|
||||
"%1$s deleted system tag %2$s" : "%1$s đã xóa nhãn %2$s",
|
||||
"{actor} deleted system tag {systemtag}" : "{actor} đã xóa nhãn {systemtag}",
|
||||
"You updated system tag %2$s to %1$s" : "Bạn đã cập nhật nhãn %2$s to %1$s",
|
||||
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Bạn đã cập nhật nhãn {oldsystemtag} thành {newsystemtag}",
|
||||
"%1$s updated system tag %3$s to %2$s" : "%1$s đã cập nhật nhãn %3$s thành%2$s",
|
||||
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} đã cập nhật nhãn {oldsystemtag} thành {newsystemtag}",
|
||||
"System tag %2$s was added to %1$s by the system" : "Thẻ hệ thống %2$s được hệ thống thêm vào %1$s",
|
||||
"System tag {systemtag} was added to {file} by the system" : "Thẻ hệ thống {systemtag} được hệ thống thêm vào {file}",
|
||||
"You added system tag %2$s to %1$s" : "Bạn đã dán nhãn %2$s vào %1$s",
|
||||
"You added system tag {systemtag} to {file}" : "Bạn đã dán nhãn {systemtag} vào {file}",
|
||||
"%1$s added system tag %3$s to %2$s" : "%1$s đã dán nhãn %3$s vào %2$s",
|
||||
"{actor} added system tag {systemtag} to {file}" : "{actor} đã dán nhãn {systemtag} vào {file}",
|
||||
"System tag %2$s was removed from %1$s by the system" : "Thẻ hệ thống %2$s được hệ thống xóa khỏi %1$s",
|
||||
"System tag {systemtag} was removed from {file} by the system" : "Thẻ hệ thống {systemtag} được hệ thống xóa khỏi {file}",
|
||||
"You removed system tag %2$s from %1$s" : "Bạn đã xóa nhãn %2$s khỏi %1$s",
|
||||
"You removed system tag {systemtag} from {file}" : "Bạn đã xóa nhãn {systemtag} khỏi {file}",
|
||||
"%1$s removed system tag %3$s from %2$s" : "%1$s đã xóa nhãn %3$s khỏi %2$s",
|
||||
"{actor} removed system tag {systemtag} from {file}" : "{actor} đã xóa nhãn {systemtag} khỏi {file}",
|
||||
"%s (restricted)" : "%s (bị hạn chế)",
|
||||
"%s (invisible)" : "%s (vô hình)",
|
||||
"<strong>System tags</strong> for a file have been modified" : "<strong>Nhãn</strong> cho một tập tin đã được sửa đổi",
|
||||
"Files" : "Tệp tin",
|
||||
"Tags" : "Nhãn",
|
||||
"Collaborative tags" : "Thẻ cộng tác",
|
||||
"Public" : "Công khai",
|
||||
"Restricted" : "Bị giới hạn",
|
||||
"Invisible" : "Vô hình",
|
||||
"Create" : "Tạo",
|
||||
"Update" : "Cập nhật",
|
||||
"Delete" : "Xóa bỏ",
|
||||
"Reset" : "Đặt lại",
|
||||
"Loading …" : "Đang tải …",
|
||||
"Manage tags" : "Quản lý nhãn",
|
||||
"Cancel" : "Hủy bỏ",
|
||||
"Apply" : "Áp dụng",
|
||||
"Collaborative tags are available for all users. Restricted tags are visible to users but cannot be assigned by them. Invisible tags are for internal use, since users cannot see or assign them." : "Các thẻ hợp tác là có sẵn cho tất cả người dùng. Các thẻ giới hạn có thể được người dùng nhìn thấy nhưng không thể được họ phân công. Các thẻ vô hình là dành cho việc sử dụng nội bộ, vì những người dùng không thể thấy hay phân công chúng.",
|
||||
"Open in Files" : "Mở trong Tệp",
|
||||
"No tags found" : "Không tìm thấy nhãn",
|
||||
"Tags you have created will show up here." : "Thẻ bạn đã tạo sẽ hiển thị ở đây",
|
||||
"Loading …" : "Đang tải …"
|
||||
},"pluralForm" :"nplurals=1; plural=0;"
|
||||
}
|
||||
|
|
@ -109,6 +109,7 @@ OC.L10N.register(
|
|||
"Reset primary color" : "プライマリカラーをリセット",
|
||||
"Reset to default" : "デフォルトに戻す",
|
||||
"Non image file selected" : "画像ファイルが選択されていません",
|
||||
"Failed to upload image" : "画像のアップロードに失敗しました",
|
||||
"Preview of the selected image" : "選択した画像のプレビュー",
|
||||
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {linkstart}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "ユニバーサルアクセスは私たちにとって非常に重要なことです。そのためウェブ標準に従い、マウスやスクリーンリーダーなどの支援ソフトウェアが無くても全ての機能をご利用いただけるようにチェックしています。 {linkstart}Webコンテンツアクセシビリティガイドライン{linkend} 2.1 のAAレベルに準拠することを、また、ハイコントラストのテーマを採用することでAAAレベルにまで準拠することを目指しています。",
|
||||
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "何か問題を見つけた場合は、{issuetracker}私たちの問題トラッカー{linkend}で遠慮なく報告してください。参加したい場合は、{designteam}私たちのデザイン チーム{linkend}に参加してください!",
|
||||
|
|
|
|||
|
|
@ -107,6 +107,7 @@
|
|||
"Reset primary color" : "プライマリカラーをリセット",
|
||||
"Reset to default" : "デフォルトに戻す",
|
||||
"Non image file selected" : "画像ファイルが選択されていません",
|
||||
"Failed to upload image" : "画像のアップロードに失敗しました",
|
||||
"Preview of the selected image" : "選択した画像のプレビュー",
|
||||
"Universal access is very important to us. We follow web standards and check to make everything usable also without mouse, and assistive software such as screenreaders. We aim to be compliant with the {linkstart}Web Content Accessibility Guidelines{linkend} 2.1 on AA level, with the high contrast theme even on AAA level." : "ユニバーサルアクセスは私たちにとって非常に重要なことです。そのためウェブ標準に従い、マウスやスクリーンリーダーなどの支援ソフトウェアが無くても全ての機能をご利用いただけるようにチェックしています。 {linkstart}Webコンテンツアクセシビリティガイドライン{linkend} 2.1 のAAレベルに準拠することを、また、ハイコントラストのテーマを採用することでAAAレベルにまで準拠することを目指しています。",
|
||||
"If you find any issues, do not hesitate to report them on {issuetracker}our issue tracker{linkend}. And if you want to get involved, come join {designteam}our design team{linkend}!" : "何か問題を見つけた場合は、{issuetracker}私たちの問題トラッカー{linkend}で遠慮なく報告してください。参加したい場合は、{designteam}私たちのデザイン チーム{linkend}に参加してください!",
|
||||
|
|
|
|||
Loading…
Reference in a new issue