[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2018-01-25 01:11:19 +00:00
parent d76f08dfbd
commit e79a755d08
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
18 changed files with 42 additions and 2 deletions

View File

@ -56,6 +56,7 @@ OC.L10N.register(
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
"Show all contacts …" : "Mostrar todos los contactos ...",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Loading your contacts …" : "Cargando sus contactos ... ",
"Looking for {term} …" : "Buscando {term} ...",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Se presentaron problemas con la verificación de integridad del código. Más información ...</a>",
@ -120,6 +121,7 @@ OC.L10N.register(
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
"The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
@ -274,6 +276,7 @@ OC.L10N.register(
"Username or email" : "Usuario o correo electrónico",
"Log in" : "Ingresar",
"Wrong password." : "Contraseña inválida. ",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Stay logged in" : "Mantener la sesión abierta",
"Forgot password?" : "¿Olvidaste tu contraseña?",
"Back to log in" : "Regresar al inicio de sesión",

View File

@ -54,6 +54,7 @@
"Search contacts …" : "Buscar contactos ...",
"No contacts found" : "No se encontraron contactos",
"Show all contacts …" : "Mostrar todos los contactos ...",
"Could not load your contacts" : "No fue posible cargar tus contactos",
"Loading your contacts …" : "Cargando sus contactos ... ",
"Looking for {term} …" : "Buscando {term} ...",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Se presentaron problemas con la verificación de integridad del código. Más información ...</a>",
@ -118,6 +119,7 @@
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no pasaron la verificación de integridad. Puedes encontrar más información de cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a>/<a href=\"{rescanEndpoint}\">Volver a verificar...</a>)",
"The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "El OPcache de PHP no está configurado correctamente. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para un mejor desempeño se recomienda</a> usar las sigueintes configuraciones en el archivo <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función de PHP \"set_time_limit\" no está disponible. Esto podría generar que la ejecución de scripts se detenga, rompiendo su instalación. Se recomienda ámpliamente habilitar esta función. ",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no cuenta con soporte FreeType, lo que resulta en fallas en la imagen de perfil y la interface de configuraciones. ",
"Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor",
"Your data directory and files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server so that the data directory is no longer accessible, or move the data directory outside the web server document root." : "Probablemente tu directorio de datos y archivos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Se recomienda ampliamente que configures tu servidor web para que el directorio de datos no sea accesible, o bien, que muevas el directorio de datos fuera del directorio raíz del servidor web.",
"The \"{header}\" HTTP header is not set to \"{expected}\". This is a potential security or privacy risk, as it is recommended to adjust this setting accordingly." : "El encabezado HTTP \"{header}\" está establecido a \"{expected}\". Esto representa un riesgo potencial de seguridad o privacidad, y que se recomienda ajustar esta configuración. ",
@ -272,6 +274,7 @@
"Username or email" : "Usuario o correo electrónico",
"Log in" : "Ingresar",
"Wrong password." : "Contraseña inválida. ",
"We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Hemos detectado múltiples intentos de inicio de sesión desde tu IP. Por lo tanto tu siguiente incio de sesión se retrasará hasta 30 segundos. ",
"Stay logged in" : "Mantener la sesión abierta",
"Forgot password?" : "¿Olvidaste tu contraseña?",
"Back to log in" : "Regresar al inicio de sesión",

View File

@ -56,6 +56,7 @@ OC.L10N.register(
"Search contacts …" : "Rechercher les contacts...",
"No contacts found" : "Aucun contact trouvé",
"Show all contacts …" : "Montrer tous les contacts...",
"Could not load your contacts" : "Impossible de charger vos contacts",
"Loading your contacts …" : "Chargement de vos contacts...",
"Looking for {term} …" : "Recherche de {term} ...",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Il y a eu des problèmes à la vérification de lintégrité du code. Plus d'infos...</a>",

View File

@ -54,6 +54,7 @@
"Search contacts …" : "Rechercher les contacts...",
"No contacts found" : "Aucun contact trouvé",
"Show all contacts …" : "Montrer tous les contacts...",
"Could not load your contacts" : "Impossible de charger vos contacts",
"Loading your contacts …" : "Chargement de vos contacts...",
"Looking for {term} …" : "Recherche de {term} ...",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Il y a eu des problèmes à la vérification de lintégrité du code. Plus d'infos...</a>",

View File

@ -56,6 +56,7 @@ OC.L10N.register(
"Search contacts …" : "Névjegyek keresése...",
"No contacts found" : "Nem találhatók névejegyek",
"Show all contacts …" : "Minden névjegy megjelenítése...",
"Could not load your contacts" : "Nem lehet betölteni a névjegyeidet",
"Loading your contacts …" : "Névjegyek betöltése...",
"Looking for {term} …" : "{term} keresése …",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…</a>",

View File

@ -54,6 +54,7 @@
"Search contacts …" : "Névjegyek keresése...",
"No contacts found" : "Nem találhatók névejegyek",
"Show all contacts …" : "Minden névjegy megjelenítése...",
"Could not load your contacts" : "Nem lehet betölteni a névjegyeidet",
"Loading your contacts …" : "Névjegyek betöltése...",
"Looking for {term} …" : "{term} keresése …",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Problémák vannak a kódintegritás ellenőrzéssel. Bővebb információ…</a>",

View File

@ -56,6 +56,7 @@ OC.L10N.register(
"Search contacts …" : "Cerca contatti...",
"No contacts found" : "Nessun contatto trovato",
"Show all contacts …" : "Mostra tutti i contatti...",
"Could not load your contacts" : "Impossibile caricare i tuoi contatti",
"Loading your contacts …" : "Caricamento dei tuoi contatti...",
"Looking for {term} …" : "Ricerca di {term} in corso...",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…</a>",

View File

@ -54,6 +54,7 @@
"Search contacts …" : "Cerca contatti...",
"No contacts found" : "Nessun contatto trovato",
"Show all contacts …" : "Mostra tutti i contatti...",
"Could not load your contacts" : "Impossibile caricare i tuoi contatti",
"Loading your contacts …" : "Caricamento dei tuoi contatti...",
"Looking for {term} …" : "Ricerca di {term} in corso...",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Si sono verificati errori con il controllo di integrità del codice. Ulteriori informazioni…</a>",

View File

@ -56,6 +56,7 @@ OC.L10N.register(
"Search contacts …" : "მოძებნეთ კონტაქტები ...",
"No contacts found" : "კომენტარები ვერ იქნა ნაპოვნი.",
"Show all contacts …" : "ყველა კონტაქტის ჩვენება ...",
"Could not load your contacts" : "თქვენი კონტაქტების ჩატვირთვა ვერ მოხერხდა",
"Loading your contacts …" : "იტვირთება კონტაქტები ...",
"Looking for {term} …" : "ვეძებთ {term}-ს …",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">კოდის მთლიანობის შემოწმებასთან წარმოიქმა შეცდომები. მეტი ინფორმაცია…</a>",

View File

@ -54,6 +54,7 @@
"Search contacts …" : "მოძებნეთ კონტაქტები ...",
"No contacts found" : "კომენტარები ვერ იქნა ნაპოვნი.",
"Show all contacts …" : "ყველა კონტაქტის ჩვენება ...",
"Could not load your contacts" : "თქვენი კონტაქტების ჩატვირთვა ვერ მოხერხდა",
"Loading your contacts …" : "იტვირთება კონტაქტები ...",
"Looking for {term} …" : "ვეძებთ {term}-ს …",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">კოდის მთლიანობის შემოწმებასთან წარმოიქმა შეცდომები. მეტი ინფორმაცია…</a>",

View File

@ -56,6 +56,7 @@ OC.L10N.register(
"Search contacts …" : "Procurar contatos...",
"No contacts found" : "Nenhum contato encontrado",
"Show all contacts …" : "Mostrar todos os contatos...",
"Could not load your contacts" : "Não foi possível carregar seus contatos",
"Loading your contacts …" : "Carregando seus contatos...",
"Looking for {term} …" : "Procurando por {term}…",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Houve problemas com a verificação de integridade do código. Mais informações…</a>",

View File

@ -54,6 +54,7 @@
"Search contacts …" : "Procurar contatos...",
"No contacts found" : "Nenhum contato encontrado",
"Show all contacts …" : "Mostrar todos os contatos...",
"Could not load your contacts" : "Não foi possível carregar seus contatos",
"Loading your contacts …" : "Carregando seus contatos...",
"Looking for {term} …" : "Procurando por {term}…",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Houve problemas com a verificação de integridade do código. Mais informações…</a>",

View File

@ -56,6 +56,7 @@ OC.L10N.register(
"Search contacts …" : "Искать контакты…",
"No contacts found" : "Контактов не найдено",
"Show all contacts …" : "Показать все контакты…",
"Could not load your contacts" : "Ошибка получения контактов",
"Loading your contacts …" : "Загрузка контактов…",
"Looking for {term} …" : "Поиск {term}…",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\"> Были обнаружены проблемы с проверкой целостности кода. Подробнее ...",

View File

@ -54,6 +54,7 @@
"Search contacts …" : "Искать контакты…",
"No contacts found" : "Контактов не найдено",
"Show all contacts …" : "Показать все контакты…",
"Could not load your contacts" : "Ошибка получения контактов",
"Loading your contacts …" : "Загрузка контактов…",
"Looking for {term} …" : "Поиск {term}…",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\"> Были обнаружены проблемы с проверкой целостности кода. Подробнее ...",

View File

@ -14,7 +14,7 @@ OC.L10N.register(
"No crop data provided" : "Не вказана інформація про кадрування",
"No valid crop data provided" : "Не вказані коректні дані про кадрування",
"Crop is not square" : "Кадр не є квадратом",
"State token does not match" : "Токен стану не співпадає",
"State token does not match" : "Токен стану не збігається",
"Password reset is disabled" : "Заборонено скидання паролю",
"Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним",
"Couldn't reset password because the token is expired" : "Неможливо скинути пароль, бо маркер застарів",
@ -55,10 +55,12 @@ OC.L10N.register(
"Search contacts …" : "Пошук контактів...",
"No contacts found" : "Контактів не знайдено",
"Show all contacts …" : "Показати всі контакти ...",
"Could not load your contacts" : "Неможливо завантажити ваші контакти",
"Loading your contacts …" : "Завантаження ваших контактів ...",
"Looking for {term} …" : "Шукаєте {term}",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Були проблеми з перевіркою цілісності коду. Більше інформації…</a>",
"No action available" : "Немає доступних дій",
"Error fetching contact actions" : "Неможливо отримати дії з контактами",
"Settings" : "Налаштування",
"Connection to server lost" : "З'єднання з сервером втрачено",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек."],
@ -108,12 +110,15 @@ OC.L10N.register(
"Strong password" : "Надійний пароль",
"Error occurred while checking server setup" : "При перевірці налаштувань серверу сталася помилка",
"Shared" : "Опубліковано",
"Shared with" : "Спільний доступ з",
"Shared by" : "Поділився",
"Error setting expiration date" : "Помилка при встановленні терміну дії",
"The public link will expire no later than {days} days after it is created" : "Доступ до опублікованого посилання буде припинено не пізніше ніж через {days} днів з моменту створення",
"Set expiration date" : "Встановити термін дії",
"Expiration" : "Закінчення",
"Expiration date" : "Термін дії",
"Choose a password for the public link" : "Вкажіть пароль для публічного посилання",
"Choose a password for the public link or press the \"Enter\" key" : "Встановіть пароль на публічне посилання або натисніть на \"Enter\"",
"Copied!" : "Скопійовано!",
"Not supported!" : "Не підтримується!",
"Press ⌘-C to copy." : "Натисніть ⌘-C щоб скопіювати.",
@ -126,9 +131,11 @@ OC.L10N.register(
"Allow editing" : "Дозволити редагування",
"Email link to person" : "Надіслати посилання електронною поштою",
"Send" : "Надіслати",
"Allow upload and editing" : "Дозволити завантаження та редагування",
"Read only" : "Тільки для читання",
"Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}",
"Shared with you by {owner}" : "{owner} опублікував для Вас",
"Choose a password for the mail share" : "Встановіть пароль на спільне посилання через електронну пошту",
"group" : "група",
"remote" : "Віддалений",
"email" : "електронна пошта",
@ -142,6 +149,7 @@ OC.L10N.register(
"Access control" : "контроль доступу",
"Could not unshare" : "Неможливо припинити ділитися файлом",
"Error while sharing" : "Помилка під час публікації",
"Share details could not be loaded for this item." : "Неможливо отримати докладну інформацію щодо цього спільного ресурсу",
"No users or groups found for {search}" : "Не знайдено груп або користувачів за пошуком {search}",
"No users found for {search}" : "Не знайдено жодного користувача для {search}",
"An error occurred. Please try again" : "Сталася помилка. Спробуйте ще раз",
@ -231,6 +239,7 @@ OC.L10N.register(
"Wrong password." : "Невірний пароль.",
"Stay logged in" : "Залишатись в системі",
"Forgot password?" : "Забули пароль?",
"Back to log in" : "Повернутися до сторінки авторизації",
"Alternative Logins" : "Альтернативні імена користувача",
"Account access" : "Доступ до облікового запису",
"Grant access" : "Дозволити доступ",
@ -239,6 +248,7 @@ OC.L10N.register(
"New password" : "Новий пароль",
"New Password" : "Новий пароль",
"Two-factor authentication" : "дво-факторна аутентифікація",
"Use backup code" : "Використати резервний код",
"Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений домен",
"App update required" : "Додаток потребує оновлення",
"%s will be updated to version %s" : "%s буде оновлено до версії %s",

View File

@ -12,7 +12,7 @@
"No crop data provided" : "Не вказана інформація про кадрування",
"No valid crop data provided" : "Не вказані коректні дані про кадрування",
"Crop is not square" : "Кадр не є квадратом",
"State token does not match" : "Токен стану не співпадає",
"State token does not match" : "Токен стану не збігається",
"Password reset is disabled" : "Заборонено скидання паролю",
"Couldn't reset password because the token is invalid" : "Неможливо скинути пароль, бо маркер є недійсним",
"Couldn't reset password because the token is expired" : "Неможливо скинути пароль, бо маркер застарів",
@ -53,10 +53,12 @@
"Search contacts …" : "Пошук контактів...",
"No contacts found" : "Контактів не знайдено",
"Show all contacts …" : "Показати всі контакти ...",
"Could not load your contacts" : "Неможливо завантажити ваші контакти",
"Loading your contacts …" : "Завантаження ваших контактів ...",
"Looking for {term} …" : "Шукаєте {term}",
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Були проблеми з перевіркою цілісності коду. Більше інформації…</a>",
"No action available" : "Немає доступних дій",
"Error fetching contact actions" : "Неможливо отримати дії з контактами",
"Settings" : "Налаштування",
"Connection to server lost" : "З'єднання з сервером втрачено",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за %n сек.","Проблема під час завантаження сторінки, повторне завантаження за 5 сек."],
@ -106,12 +108,15 @@
"Strong password" : "Надійний пароль",
"Error occurred while checking server setup" : "При перевірці налаштувань серверу сталася помилка",
"Shared" : "Опубліковано",
"Shared with" : "Спільний доступ з",
"Shared by" : "Поділився",
"Error setting expiration date" : "Помилка при встановленні терміну дії",
"The public link will expire no later than {days} days after it is created" : "Доступ до опублікованого посилання буде припинено не пізніше ніж через {days} днів з моменту створення",
"Set expiration date" : "Встановити термін дії",
"Expiration" : "Закінчення",
"Expiration date" : "Термін дії",
"Choose a password for the public link" : "Вкажіть пароль для публічного посилання",
"Choose a password for the public link or press the \"Enter\" key" : "Встановіть пароль на публічне посилання або натисніть на \"Enter\"",
"Copied!" : "Скопійовано!",
"Not supported!" : "Не підтримується!",
"Press ⌘-C to copy." : "Натисніть ⌘-C щоб скопіювати.",
@ -124,9 +129,11 @@
"Allow editing" : "Дозволити редагування",
"Email link to person" : "Надіслати посилання електронною поштою",
"Send" : "Надіслати",
"Allow upload and editing" : "Дозволити завантаження та редагування",
"Read only" : "Тільки для читання",
"Shared with you and the group {group} by {owner}" : " {owner} опублікував для Вас та для групи {group}",
"Shared with you by {owner}" : "{owner} опублікував для Вас",
"Choose a password for the mail share" : "Встановіть пароль на спільне посилання через електронну пошту",
"group" : "група",
"remote" : "Віддалений",
"email" : "електронна пошта",
@ -140,6 +147,7 @@
"Access control" : "контроль доступу",
"Could not unshare" : "Неможливо припинити ділитися файлом",
"Error while sharing" : "Помилка під час публікації",
"Share details could not be loaded for this item." : "Неможливо отримати докладну інформацію щодо цього спільного ресурсу",
"No users or groups found for {search}" : "Не знайдено груп або користувачів за пошуком {search}",
"No users found for {search}" : "Не знайдено жодного користувача для {search}",
"An error occurred. Please try again" : "Сталася помилка. Спробуйте ще раз",
@ -229,6 +237,7 @@
"Wrong password." : "Невірний пароль.",
"Stay logged in" : "Залишатись в системі",
"Forgot password?" : "Забули пароль?",
"Back to log in" : "Повернутися до сторінки авторизації",
"Alternative Logins" : "Альтернативні імена користувача",
"Account access" : "Доступ до облікового запису",
"Grant access" : "Дозволити доступ",
@ -237,6 +246,7 @@
"New password" : "Новий пароль",
"New Password" : "Новий пароль",
"Two-factor authentication" : "дво-факторна аутентифікація",
"Use backup code" : "Використати резервний код",
"Add \"%s\" as trusted domain" : "Додати \"%s\" як довірений домен",
"App update required" : "Додаток потребує оновлення",
"%s will be updated to version %s" : "%s буде оновлено до версії %s",

View File

@ -148,6 +148,7 @@ OC.L10N.register(
"No database drivers (sqlite, mysql, or postgresql) installed." : "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)",
"Cannot write into \"config\" directory" : "Nun pue escribise nel direutoriu \"config\"",
"Cannot write into \"apps\" directory" : "Nun pue escribise nel direutoriu \"apps\"",
"Cannot create \"data\" directory" : "Nun pue crease'l direutoriu «datos»",
"Setting locale to %s failed" : "Falló l'activación del idioma %s",
"Please install one of these locales on your system and restart your webserver." : "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web",
"Please ask your server administrator to install the module." : "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el módulu.",

View File

@ -146,6 +146,7 @@
"No database drivers (sqlite, mysql, or postgresql) installed." : "Nun hai controladores de bases de datos (sqlite, mysql, o postgresql)",
"Cannot write into \"config\" directory" : "Nun pue escribise nel direutoriu \"config\"",
"Cannot write into \"apps\" directory" : "Nun pue escribise nel direutoriu \"apps\"",
"Cannot create \"data\" directory" : "Nun pue crease'l direutoriu «datos»",
"Setting locale to %s failed" : "Falló l'activación del idioma %s",
"Please install one of these locales on your system and restart your webserver." : "Instala ún d'estos locales nel to sistema y reanicia'l sirvidor web",
"Please ask your server administrator to install the module." : "Por favor, entrúga-y al to alministrador del sirvidor pa instalar el módulu.",