From 19e39d0f57756c8a6f6d346e87463ec37898b813 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 18 Jul 2023 00:24:05 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- apps/encryption/l10n/uk.js | 1 + apps/encryption/l10n/uk.json | 1 + apps/files/l10n/es_EC.js | 2 ++ apps/files/l10n/es_EC.json | 2 ++ apps/files/l10n/mn.js | 6 +++--- apps/files/l10n/mn.json | 6 +++--- apps/files_sharing/l10n/uk.js | 10 ++++++++++ apps/files_sharing/l10n/uk.json | 10 ++++++++++ apps/settings/l10n/de.js | 2 +- apps/settings/l10n/de.json | 2 +- apps/systemtags/l10n/uk.js | 1 + apps/systemtags/l10n/uk.json | 1 + core/l10n/es_EC.js | 3 +++ core/l10n/es_EC.json | 3 +++ lib/l10n/mn.js | 2 +- lib/l10n/mn.json | 2 +- 16 files changed, 44 insertions(+), 10 deletions(-) diff --git a/apps/encryption/l10n/uk.js b/apps/encryption/l10n/uk.js index c00bc4b7ac6d1..d5ceffef321e5 100644 --- a/apps/encryption/l10n/uk.js +++ b/apps/encryption/l10n/uk.js @@ -31,6 +31,7 @@ OC.L10N.register( "Encryption password" : "Пароль для шифрування", "The administration enabled server-side-encryption. Your files were encrypted using the password %s." : "Адміністратор увімкнув шифрування даних на рівні сервера. Ваші файли було зашифровано з використанням паролю %s.", "The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "Адміністратор увімкнув шифрування даних на рівні сервера. Ваші файли було зашифровано з використанням паролю \"%s\".", + "Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Будь ласка, увійдіть до вебінтерфейсу хмари, перейдіть до розділу \"Безпека\" ваших особистих налаштувань та оновіть ваш пароль шифрування даних: для цього зазначте пароль у полі \"Старий пароль входу\" та ваш поточний пароль входу.", "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не вдається розшифрувати цей файл, ймовірно, він знаходиться у спільному доступі. Будь ласка, зверніться до власника файлу з проханням надати вам доступ до нього.", "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не вдається прочитати цей файл, ймовірно, це файл із загальним доступом. Будь ласка, попросіть власника файлу надати вам спільний доступ до нього. ", "Default encryption module" : "Типовий модуль шифрування", diff --git a/apps/encryption/l10n/uk.json b/apps/encryption/l10n/uk.json index 8fe05e6e9c17f..4de42d7a4c75b 100644 --- a/apps/encryption/l10n/uk.json +++ b/apps/encryption/l10n/uk.json @@ -29,6 +29,7 @@ "Encryption password" : "Пароль для шифрування", "The administration enabled server-side-encryption. Your files were encrypted using the password %s." : "Адміністратор увімкнув шифрування даних на рівні сервера. Ваші файли було зашифровано з використанням паролю %s.", "The administration enabled server-side-encryption. Your files were encrypted using the password \"%s\"." : "Адміністратор увімкнув шифрування даних на рівні сервера. Ваші файли було зашифровано з використанням паролю \"%s\".", + "Please login to the web interface, go to the \"Security\" section of your personal settings and update your encryption password by entering this password into the \"Old login password\" field and your current login password." : "Будь ласка, увійдіть до вебінтерфейсу хмари, перейдіть до розділу \"Безпека\" ваших особистих налаштувань та оновіть ваш пароль шифрування даних: для цього зазначте пароль у полі \"Старий пароль входу\" та ваш поточний пароль входу.", "Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не вдається розшифрувати цей файл, ймовірно, він знаходиться у спільному доступі. Будь ласка, зверніться до власника файлу з проханням надати вам доступ до нього.", "Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "Не вдається прочитати цей файл, ймовірно, це файл із загальним доступом. Будь ласка, попросіть власника файлу надати вам спільний доступ до нього. ", "Default encryption module" : "Типовий модуль шифрування", diff --git a/apps/files/l10n/es_EC.js b/apps/files/l10n/es_EC.js index 2778c799107e2..0c55859fcb222 100644 --- a/apps/files/l10n/es_EC.js +++ b/apps/files/l10n/es_EC.js @@ -36,6 +36,7 @@ OC.L10N.register( "Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ", "Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe", "Could not move \"{file}\"" : "No fue posible mover \"{file}\"", + "copy" : "copia", "Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe", "Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"", "Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}", @@ -117,6 +118,7 @@ OC.L10N.register( "Name cannot be empty" : "El nombre no puede estar en blanco", "Select all" : "Seleccionar todo", "Change" : "Cambiar", + "Transfer" : "Transferencia", "Unknown error" : "Se presentó un error desconocido", "No files in here" : "No hay archivos aquí", "Go back" : "Regresar", diff --git a/apps/files/l10n/es_EC.json b/apps/files/l10n/es_EC.json index fd0085678c4bb..116df0774f85b 100644 --- a/apps/files/l10n/es_EC.json +++ b/apps/files/l10n/es_EC.json @@ -34,6 +34,7 @@ "Storage is temporarily not available" : "El almacenamiento no está disponible temporalmente ", "Could not move \"{file}\", target exists" : "No fue posible mover \"{file}\", el destino ya existe", "Could not move \"{file}\"" : "No fue posible mover \"{file}\"", + "copy" : "copia", "Could not copy \"{file}\", target exists" : "No se pudo copiar \"{file}\", el destino ya existe", "Could not copy \"{file}\"" : "No se pudo copiar \"{file}\"", "Copied {origin} inside {destination}" : "{origin} fue copiado dentro de {destination}", @@ -115,6 +116,7 @@ "Name cannot be empty" : "El nombre no puede estar en blanco", "Select all" : "Seleccionar todo", "Change" : "Cambiar", + "Transfer" : "Transferencia", "Unknown error" : "Se presentó un error desconocido", "No files in here" : "No hay archivos aquí", "Go back" : "Regresar", diff --git a/apps/files/l10n/mn.js b/apps/files/l10n/mn.js index 4c6176af41ac8..4ecce78895807 100644 --- a/apps/files/l10n/mn.js +++ b/apps/files/l10n/mn.js @@ -61,12 +61,12 @@ OC.L10N.register( "Name" : "Нэр", "Size" : "Хэмжээ", "Modified" : "Өөрчлөгдсөн", - "_%n folder_::_%n folders_" : ["хавтас","хавтсууд"], - "_%n file_::_%n files_" : ["файл","файлууд"], + "_%n folder_::_%n folders_" : ["%n хавтас","%n хавтас"], + "_%n file_::_%n files_" : ["%n файл","%n файл"], "{dirs} and {files}" : "{dirs} болон {files}", "_including %n hidden_::_including %n hidden_" : ["нуугдсан %n хамруулан","нуугдсан %n хамруулан"], "You do not have permission to upload or create files here" : "Та энд файл үүсгэх эсвэл байршуулах эрхгүй байна.", - "_Uploading %n file_::_Uploading %n files_" : ["Файлыг байршуулж байна","%n файлыг байршуулж байна"], + "_Uploading %n file_::_Uploading %n files_" : [" %n файл байршуулж байна","%n файл байршуулж байна"], "{used} of {quota} used" : "{quota} оноосноос {used} хэрэглэсэн", "{used} used" : "{user} хэрэглэсэн", "\"{name}\" is an invalid file name." : "\"{name}\" нь хүчин төгөлдөр бус файлын нэр", diff --git a/apps/files/l10n/mn.json b/apps/files/l10n/mn.json index 5e95688400a48..229fec7746d45 100644 --- a/apps/files/l10n/mn.json +++ b/apps/files/l10n/mn.json @@ -59,12 +59,12 @@ "Name" : "Нэр", "Size" : "Хэмжээ", "Modified" : "Өөрчлөгдсөн", - "_%n folder_::_%n folders_" : ["хавтас","хавтсууд"], - "_%n file_::_%n files_" : ["файл","файлууд"], + "_%n folder_::_%n folders_" : ["%n хавтас","%n хавтас"], + "_%n file_::_%n files_" : ["%n файл","%n файл"], "{dirs} and {files}" : "{dirs} болон {files}", "_including %n hidden_::_including %n hidden_" : ["нуугдсан %n хамруулан","нуугдсан %n хамруулан"], "You do not have permission to upload or create files here" : "Та энд файл үүсгэх эсвэл байршуулах эрхгүй байна.", - "_Uploading %n file_::_Uploading %n files_" : ["Файлыг байршуулж байна","%n файлыг байршуулж байна"], + "_Uploading %n file_::_Uploading %n files_" : [" %n файл байршуулж байна","%n файл байршуулж байна"], "{used} of {quota} used" : "{quota} оноосноос {used} хэрэглэсэн", "{used} used" : "{user} хэрэглэсэн", "\"{name}\" is an invalid file name." : "\"{name}\" нь хүчин төгөлдөр бус файлын нэр", diff --git a/apps/files_sharing/l10n/uk.js b/apps/files_sharing/l10n/uk.js index 22e2ccfa67b72..48d4f946d5a02 100644 --- a/apps/files_sharing/l10n/uk.js +++ b/apps/files_sharing/l10n/uk.js @@ -210,6 +210,10 @@ OC.L10N.register( "Expires {relativetime}" : "Термін дії закінчується {relativetime}", "this share just expired." : "термін дії спільного доступу вичерпано.", "Shared with you by {owner}" : "{owner} поділився з вами", + "_Accept share_::_Accept shares_" : ["Прийняти запит на спільний ресурс","Прийняти запит на спільні ресурси","Прийняти запит на спільні ресурси","Схвалити запит на спільні ресурси"], + "Open in files" : "Відкрити у файлах", + "_Reject share_::_Reject shares_" : ["Скасувати запит на спільний ресурс","Скасувати запит на спільні ресурси","Скасувати запит на спільні ресурси","Скасувати запит на спільні ресурси"], + "_Restore share_::_Restore shares_" : ["Відновити спільний ресурс","Відновити спільні ресурси","Відновити спільні ресурси","Відновити спільні ресурси"], "Link to a file" : "Посилання на файл", "Error creating the share: {errorMessage}" : "Помилка під час створення спільного ресурсу: {errorMessage}", "Error creating the share" : "Помилка під час створення спільного ресурсу", @@ -229,11 +233,17 @@ OC.L10N.register( "Shared with you and the conversation {conversation} by {owner}" : "{owner} надав доступ вам та у чаті {conversation}", "Shared with you in a conversation by {owner}" : "{owner} поділився з вами у чаті", "Shares" : "Спільні", + "Overview of shared files." : "Перегляд файлів у спільному доступі.", "Shared with you" : "Відкриті для мене", + "List of files that are shared with you." : "Список файлів, якими поділилися з вами.", "Shared with others" : "Ви поділилися", + "List of files that you shared with others." : "Список файлів, якими ви поділилися з іншими.", "Shared by link" : "Поділилися за посиланням", + "List of files that are shared by link." : "Список файлів, якими поділилися за допомогою посилання.", "Deleted shares" : "Більше недоступні", + "List of shares that you removed yourself from." : "Список файлів, з доступу до яких ви вийшли.", "Pending shares" : "Запити на доступ", + "List of unapproved shares." : "Список несхвалених спільних ресурсів.", "No entries found in this folder" : "Записів не знайдено в цьому каталозі", "Name" : "Ім’я", "Share time" : "Поділилися", diff --git a/apps/files_sharing/l10n/uk.json b/apps/files_sharing/l10n/uk.json index 1cdcbff531bbe..8084e672a1b23 100644 --- a/apps/files_sharing/l10n/uk.json +++ b/apps/files_sharing/l10n/uk.json @@ -208,6 +208,10 @@ "Expires {relativetime}" : "Термін дії закінчується {relativetime}", "this share just expired." : "термін дії спільного доступу вичерпано.", "Shared with you by {owner}" : "{owner} поділився з вами", + "_Accept share_::_Accept shares_" : ["Прийняти запит на спільний ресурс","Прийняти запит на спільні ресурси","Прийняти запит на спільні ресурси","Схвалити запит на спільні ресурси"], + "Open in files" : "Відкрити у файлах", + "_Reject share_::_Reject shares_" : ["Скасувати запит на спільний ресурс","Скасувати запит на спільні ресурси","Скасувати запит на спільні ресурси","Скасувати запит на спільні ресурси"], + "_Restore share_::_Restore shares_" : ["Відновити спільний ресурс","Відновити спільні ресурси","Відновити спільні ресурси","Відновити спільні ресурси"], "Link to a file" : "Посилання на файл", "Error creating the share: {errorMessage}" : "Помилка під час створення спільного ресурсу: {errorMessage}", "Error creating the share" : "Помилка під час створення спільного ресурсу", @@ -227,11 +231,17 @@ "Shared with you and the conversation {conversation} by {owner}" : "{owner} надав доступ вам та у чаті {conversation}", "Shared with you in a conversation by {owner}" : "{owner} поділився з вами у чаті", "Shares" : "Спільні", + "Overview of shared files." : "Перегляд файлів у спільному доступі.", "Shared with you" : "Відкриті для мене", + "List of files that are shared with you." : "Список файлів, якими поділилися з вами.", "Shared with others" : "Ви поділилися", + "List of files that you shared with others." : "Список файлів, якими ви поділилися з іншими.", "Shared by link" : "Поділилися за посиланням", + "List of files that are shared by link." : "Список файлів, якими поділилися за допомогою посилання.", "Deleted shares" : "Більше недоступні", + "List of shares that you removed yourself from." : "Список файлів, з доступу до яких ви вийшли.", "Pending shares" : "Запити на доступ", + "List of unapproved shares." : "Список несхвалених спільних ресурсів.", "No entries found in this folder" : "Записів не знайдено в цьому каталозі", "Name" : "Ім’я", "Share time" : "Поділилися", diff --git a/apps/settings/l10n/de.js b/apps/settings/l10n/de.js index 0d45de945a303..91deaf5d87a42 100644 --- a/apps/settings/l10n/de.js +++ b/apps/settings/l10n/de.js @@ -342,7 +342,7 @@ OC.L10N.register( "Email" : "E-Mail-Adresse", "Quota" : "Kontingent", "Total rows summary" : "Zusammenfassung aller Zeilen", - "Avatar" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Avatar" : "Avatar", "Group admin for" : "Gruppenadministrator für", "User backend" : "Benutzer-Backend", "Storage location" : "Speicherort", diff --git a/apps/settings/l10n/de.json b/apps/settings/l10n/de.json index 4496be13a8cf0..bbc16bb8e7698 100644 --- a/apps/settings/l10n/de.json +++ b/apps/settings/l10n/de.json @@ -340,7 +340,7 @@ "Email" : "E-Mail-Adresse", "Quota" : "Kontingent", "Total rows summary" : "Zusammenfassung aller Zeilen", - "Avatar" : "Benötigt keine Übersetzung. Hier wird nur die formelle Übersetzung verwendet (de_DE).", + "Avatar" : "Avatar", "Group admin for" : "Gruppenadministrator für", "User backend" : "Benutzer-Backend", "Storage location" : "Speicherort", diff --git a/apps/systemtags/l10n/uk.js b/apps/systemtags/l10n/uk.js index 6549ac374993f..07d414ad4d717 100644 --- a/apps/systemtags/l10n/uk.js +++ b/apps/systemtags/l10n/uk.js @@ -48,6 +48,7 @@ OC.L10N.register( "Collaborative tags" : "Мітки для організації співпраці", "Collaborative tagging functionality which shares tags among users." : "Функція спільного додавання міток, яка дозволяж ділитися мітками між користувачами.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Функція спільного додавання міток, яка дозволяє ділитися мітками між користувачами. Чудово підходить для команд. \n(Якщо ви є провайдером із установкою з кількома клієнтами, радимо вимкнути цю програму, оскільки мітки є спільними.)", + "Loading collaborative tags …" : "Завантажую мітки співпрації...", "Search or create collaborative tags" : "Пошук або створення спільних міток", "Collaborative tags …" : "Спільні мітки...", "No tags to select, type to create a new tag" : "Немає міток для вибору, почніть вводити, щоб додати нову мітку", diff --git a/apps/systemtags/l10n/uk.json b/apps/systemtags/l10n/uk.json index 681bfcba63b3e..8aef261c830c1 100644 --- a/apps/systemtags/l10n/uk.json +++ b/apps/systemtags/l10n/uk.json @@ -46,6 +46,7 @@ "Collaborative tags" : "Мітки для організації співпраці", "Collaborative tagging functionality which shares tags among users." : "Функція спільного додавання міток, яка дозволяж ділитися мітками між користувачами.", "Collaborative tagging functionality which shares tags among users. Great for teams.\n\t(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)" : "Функція спільного додавання міток, яка дозволяє ділитися мітками між користувачами. Чудово підходить для команд. \n(Якщо ви є провайдером із установкою з кількома клієнтами, радимо вимкнути цю програму, оскільки мітки є спільними.)", + "Loading collaborative tags …" : "Завантажую мітки співпрації...", "Search or create collaborative tags" : "Пошук або створення спільних міток", "Collaborative tags …" : "Спільні мітки...", "No tags to select, type to create a new tag" : "Немає міток для вибору, почніть вводити, щоб додати нову мітку", diff --git a/core/l10n/es_EC.js b/core/l10n/es_EC.js index 8b597a42217ec..d87f92caf753c 100644 --- a/core/l10n/es_EC.js +++ b/core/l10n/es_EC.js @@ -90,6 +90,7 @@ OC.L10N.register( "Forgot password?" : "¿Olvidaste tu contraseña?", "Back" : "Atrás", "Reset search" : "Reestablecer búsqueda", + "Load more results" : "Cargar más resultados", "Search" : "Buscar", "Settings menu" : "Menú de Configuraciones", "Could not load your contacts" : "No fue posible cargar tus contactos", @@ -141,6 +142,8 @@ OC.L10N.register( "Connection to server lost" : "Se ha perdido la conexión con el servidor", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Se presentó un error al cargar la página, recargando en %n segundo","Se presentó un error al cargar la página, recargando en %n segundos","Se presentó un error al cargar la página, recargando en %n segundos"], "Hide details" : "Ocultar detalles", + "New in" : "Nuevo en", + "View changelog" : "Ver registro de cambios", "Very weak password" : "Contraseña muy débil", "Weak password" : "Contraseña débil", "So-so password" : "Contraseña aceptable", diff --git a/core/l10n/es_EC.json b/core/l10n/es_EC.json index 27e3439b8a90b..47ff7d26e75ef 100644 --- a/core/l10n/es_EC.json +++ b/core/l10n/es_EC.json @@ -88,6 +88,7 @@ "Forgot password?" : "¿Olvidaste tu contraseña?", "Back" : "Atrás", "Reset search" : "Reestablecer búsqueda", + "Load more results" : "Cargar más resultados", "Search" : "Buscar", "Settings menu" : "Menú de Configuraciones", "Could not load your contacts" : "No fue posible cargar tus contactos", @@ -139,6 +140,8 @@ "Connection to server lost" : "Se ha perdido la conexión con el servidor", "_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Se presentó un error al cargar la página, recargando en %n segundo","Se presentó un error al cargar la página, recargando en %n segundos","Se presentó un error al cargar la página, recargando en %n segundos"], "Hide details" : "Ocultar detalles", + "New in" : "Nuevo en", + "View changelog" : "Ver registro de cambios", "Very weak password" : "Contraseña muy débil", "Weak password" : "Contraseña débil", "So-so password" : "Contraseña aceptable", diff --git a/lib/l10n/mn.js b/lib/l10n/mn.js index a5dd5e23fb707..a705374d0ac73 100644 --- a/lib/l10n/mn.js +++ b/lib/l10n/mn.js @@ -28,7 +28,7 @@ OC.L10N.register( "Address" : "хаяг", "Profile picture" : "Профайл зураг", "About" : "Тухай", - "Unknown user" : " хэрэглэгч", + "Unknown user" : "Тодорхойгүй хэрэглэгч", "Open »%s«" : "»%s« нээх", "Sunday" : "ням гариг", "Monday" : "даваа", diff --git a/lib/l10n/mn.json b/lib/l10n/mn.json index d9c15daa144b8..a684de4999f3c 100644 --- a/lib/l10n/mn.json +++ b/lib/l10n/mn.json @@ -26,7 +26,7 @@ "Address" : "хаяг", "Profile picture" : "Профайл зураг", "About" : "Тухай", - "Unknown user" : " хэрэглэгч", + "Unknown user" : "Тодорхойгүй хэрэглэгч", "Open »%s«" : "»%s« нээх", "Sunday" : "ням гариг", "Monday" : "даваа",