[tx-robot] updated from transifex

This commit is contained in:
Nextcloud bot 2020-10-07 02:44:34 +00:00
Родитель d8fafbc9c7
Коммит f48a39a038
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 130DAB86D3FB356C
6 изменённых файлов: 78 добавлений и 12 удалений

Просмотреть файл

@ -14,9 +14,38 @@ OC.L10N.register(
"GitHub integration provides a dashboard widget displaying your most important notifications\n and a unified search provider for repositories, issues and pull requests." : "La integración con GitHub ofrece un widget que muestra tus notificaciones más importantes\n y un proveedor de búsqueda unificada para repositorios, issues y pull requests.",
"If you want to allow your Nextcloud users to use OAuth to authenticate to https://github.com, create an OAuth application in your GitHub settings." : "Si quieres permitir que tus usuarios de Nextcloud utilicen OAuth para autenticarse con https://github.com, crea una aplicación OAuth en tu configuración de GitHub",
"GitHub OAuth settings" : "Configuración OAuth de GitHub",
"Set \"Application name\", \"Homepage URL\" and \"Application description\" to values that will make sense to your Nextcloud users as they will see them when connecting to GitHub using your OAuth app." : "Configura: «Nombre de aplicación», «URL de la página de inicio» y «Descripción de la aplicación» con valores que tengan sentido para tus usuarios de Nextcloud pues los verán cuando se conectan a GitHub usando tu app OAuth.",
"Make sure you set the \"Authorization callback URL\" to" : "Asegúrate de configurar la «URL de retrollamada» como",
"Put the OAuth app \"Client ID\" and \"Client secret\" below." : "Pon la «ID de cliente» y el «Secreto de cliente» de la app OAuth a continuación.",
"Your Nextcloud users will then see a \"Connect to GitHub\" button in their personal settings." : "Tus usuarios de Nextcloud verán un botón de «Conectar con GitHub» en su configuración personal.",
"Client ID" : "ID de cliente",
"Client ID of your GitHub application" : "ID de cliente de tu aplicación de GitHub",
"Client secret" : "Cliente secreto",
"Client secret of your GitHub application" : "Secreto de cliente de tu aplicación de GitHub",
"GitHub admin options saved" : "Opciones de administración de GitHub guardadas",
"Failed to save GitHub admin options" : "Fallo al guardar las opciones de administración de GitHub",
"When you create a personal access token yourself, give it at least \"read:user\", \"user:email\" and \"notifications\" permissions." : "Cuando crees tú mismo un token de acceso personal, dale al menos los permisos «read:user», «user:email» y «notifications».",
"Personal access token" : "Token de acceso personal",
"GitHub personal access token" : "Token de acceso personal a GitHub",
"Connect to GitHub" : "Conectar con GitHub",
"Connected as {user}" : "Conectado como {user}",
"Incorrect access token" : "Token de acceso incorrecto"
"Disconnect from GitHub" : "Desconectar de GitHub",
"Enable searching for repositories" : "Activar la búsqueda de repositorios",
"Enable searching for issues and pull requests" : "Activar la búsqueda de issues y pull requests",
"Warning, everything you type in the search bar will be sent to GitHub." : "Cuidado, todo lo que escribas en la barra de búsqueda será enviado a GitHub",
"Connected to GitHub!" : "¡Conectado con GitHub!",
"GitHub OAuth error:" : "Error OAuth de GitHub:",
"GitHub options saved" : "Opciones de GitHub guardadas",
"Incorrect access token" : "Token de acceso incorrecto",
"Failed to save GitHub options" : "Fallo al guardar las opciones de GitHub",
"Failed to save GitHub OAuth state" : "Fallo al guardar el estado OAuth de GitHub",
"Mark as read" : "Marcar como leído",
"Unsubscribe" : "Desuscribirse",
"No GitHub account connected" : "No hay cuentas de GitHub conectadas",
"Error connecting to GitHub" : "Error al conectar con GitHub",
"No GitHub notifications!" : "¡No hay notificaciones de GitHub!",
"Failed to get GitHub notifications" : "Fallo al obtener las notificaciones de GitHub",
"Successfully unsubscribed" : "Desuscrito con éxito",
"Failed to edit GitHub notification" : "Fallo al editar la notificación de GitHub"
},
"nplurals=2; plural=(n != 1);");

Просмотреть файл

@ -12,9 +12,38 @@
"GitHub integration provides a dashboard widget displaying your most important notifications\n and a unified search provider for repositories, issues and pull requests." : "La integración con GitHub ofrece un widget que muestra tus notificaciones más importantes\n y un proveedor de búsqueda unificada para repositorios, issues y pull requests.",
"If you want to allow your Nextcloud users to use OAuth to authenticate to https://github.com, create an OAuth application in your GitHub settings." : "Si quieres permitir que tus usuarios de Nextcloud utilicen OAuth para autenticarse con https://github.com, crea una aplicación OAuth en tu configuración de GitHub",
"GitHub OAuth settings" : "Configuración OAuth de GitHub",
"Set \"Application name\", \"Homepage URL\" and \"Application description\" to values that will make sense to your Nextcloud users as they will see them when connecting to GitHub using your OAuth app." : "Configura: «Nombre de aplicación», «URL de la página de inicio» y «Descripción de la aplicación» con valores que tengan sentido para tus usuarios de Nextcloud pues los verán cuando se conectan a GitHub usando tu app OAuth.",
"Make sure you set the \"Authorization callback URL\" to" : "Asegúrate de configurar la «URL de retrollamada» como",
"Put the OAuth app \"Client ID\" and \"Client secret\" below." : "Pon la «ID de cliente» y el «Secreto de cliente» de la app OAuth a continuación.",
"Your Nextcloud users will then see a \"Connect to GitHub\" button in their personal settings." : "Tus usuarios de Nextcloud verán un botón de «Conectar con GitHub» en su configuración personal.",
"Client ID" : "ID de cliente",
"Client ID of your GitHub application" : "ID de cliente de tu aplicación de GitHub",
"Client secret" : "Cliente secreto",
"Client secret of your GitHub application" : "Secreto de cliente de tu aplicación de GitHub",
"GitHub admin options saved" : "Opciones de administración de GitHub guardadas",
"Failed to save GitHub admin options" : "Fallo al guardar las opciones de administración de GitHub",
"When you create a personal access token yourself, give it at least \"read:user\", \"user:email\" and \"notifications\" permissions." : "Cuando crees tú mismo un token de acceso personal, dale al menos los permisos «read:user», «user:email» y «notifications».",
"Personal access token" : "Token de acceso personal",
"GitHub personal access token" : "Token de acceso personal a GitHub",
"Connect to GitHub" : "Conectar con GitHub",
"Connected as {user}" : "Conectado como {user}",
"Incorrect access token" : "Token de acceso incorrecto"
"Disconnect from GitHub" : "Desconectar de GitHub",
"Enable searching for repositories" : "Activar la búsqueda de repositorios",
"Enable searching for issues and pull requests" : "Activar la búsqueda de issues y pull requests",
"Warning, everything you type in the search bar will be sent to GitHub." : "Cuidado, todo lo que escribas en la barra de búsqueda será enviado a GitHub",
"Connected to GitHub!" : "¡Conectado con GitHub!",
"GitHub OAuth error:" : "Error OAuth de GitHub:",
"GitHub options saved" : "Opciones de GitHub guardadas",
"Incorrect access token" : "Token de acceso incorrecto",
"Failed to save GitHub options" : "Fallo al guardar las opciones de GitHub",
"Failed to save GitHub OAuth state" : "Fallo al guardar el estado OAuth de GitHub",
"Mark as read" : "Marcar como leído",
"Unsubscribe" : "Desuscribirse",
"No GitHub account connected" : "No hay cuentas de GitHub conectadas",
"Error connecting to GitHub" : "Error al conectar con GitHub",
"No GitHub notifications!" : "¡No hay notificaciones de GitHub!",
"Failed to get GitHub notifications" : "Fallo al obtener las notificaciones de GitHub",
"Successfully unsubscribed" : "Desuscrito con éxito",
"Failed to edit GitHub notification" : "Fallo al editar la notificación de GitHub"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

Просмотреть файл

@ -14,9 +14,9 @@ OC.L10N.register(
"GitHub integration provides a dashboard widget displaying your most important notifications\n and a unified search provider for repositories, issues and pull requests." : "L'integrazione di GitHub fornisce un widget del cruscotto che mostra le tue notifiche importanti\n e un motore di ricerca unificato per i repository, le segnalazioni e le richieste di pull.",
"If you want to allow your Nextcloud users to use OAuth to authenticate to https://github.com, create an OAuth application in your GitHub settings." : "Se desideri consentire ai tuoi utenti Nextcloud di utilizzare OAuth per autenticarsi su https://github.com, crea un'applicazione OAuth nelle impostazioni di GitHub.",
"GitHub OAuth settings" : "Impostazioni OAuth di GitHub",
"Set \"Application name\", \"Homepage URL\" and \"Application description\" to values that will make sense to your Nextcloud users as they will see them when connecting to GitHub using your OAuth app." : "Imposta \"Nome applicazione\", \"URL homepage\" e \"Descrizione applicazione\" a valori che abbiano senso per i tuoi utenti Nextcloud dato che li vedranno quando si connettono a GitHub usando la tua app OAuth.",
"Make sure you set the \"Authorization callback URL\" to" : "Assicurati di impostare \"URL callback autorizzazione\" a",
"Put the OAuth app \"Client ID\" and \"Client secret\" below." : "Inserisci sotto \"ID client\" e \"Password client\" dell'app OAuth.",
"Set \"Application name\", \"Homepage URL\" and \"Application description\" to values that will make sense to your Nextcloud users as they will see them when connecting to GitHub using your OAuth app." : "Imposta \"Nome applicazione\", \"URL pagina principale\" e \"Descrizione applicazione\" a valori che abbiano senso per i tuoi utenti Nextcloud dato che li vedranno quando si connettono a GitHub usando la tua app OAuth.",
"Make sure you set the \"Authorization callback URL\" to" : "Assicurati di impostare \"URL callback di autorizzazione\" a",
"Put the OAuth app \"Client ID\" and \"Client secret\" below." : "Inserisci sotto \"ID client\" e \"Password del client\" dell'app OAuth.",
"Your Nextcloud users will then see a \"Connect to GitHub\" button in their personal settings." : "I tuoi utenti Nextcloud vedranno quindi un pulsante \"Connetti a GitHub\" nelle loro impostazioni personali.",
"Client ID" : "ID client",
"Client ID of your GitHub application" : "ID client della tua applicazione GitHub",
@ -24,7 +24,7 @@ OC.L10N.register(
"Client secret of your GitHub application" : "Segreto del client della tua applicazione GitHub",
"GitHub admin options saved" : "Opzioni amministrative di GitHub salvate",
"Failed to save GitHub admin options" : "Salvataggio delle opzioni amministrative di GitHub non riuscito",
"When you create a personal access token yourself, give it at least \"read:user\", \"user:email\" and \"notifications\" permissions." : "Quando crei da solo un token di accesso personale, dagli almeno le autorizzazioni\"read:user\", \"user:email\" e \"notifications\".",
"When you create a personal access token yourself, give it at least \"read:user\", \"user:email\" and \"notifications\" permissions." : "Quando crei da solo un token di accesso personale, dagli almeno le i permessi \"read:user\", \"user:email\" e \"notifications\".",
"Personal access token" : "Token di accesso personale",
"GitHub personal access token" : "Token di accesso personale di GitHub",
"Connect to GitHub" : "Connetti a GitHub",

Просмотреть файл

@ -12,9 +12,9 @@
"GitHub integration provides a dashboard widget displaying your most important notifications\n and a unified search provider for repositories, issues and pull requests." : "L'integrazione di GitHub fornisce un widget del cruscotto che mostra le tue notifiche importanti\n e un motore di ricerca unificato per i repository, le segnalazioni e le richieste di pull.",
"If you want to allow your Nextcloud users to use OAuth to authenticate to https://github.com, create an OAuth application in your GitHub settings." : "Se desideri consentire ai tuoi utenti Nextcloud di utilizzare OAuth per autenticarsi su https://github.com, crea un'applicazione OAuth nelle impostazioni di GitHub.",
"GitHub OAuth settings" : "Impostazioni OAuth di GitHub",
"Set \"Application name\", \"Homepage URL\" and \"Application description\" to values that will make sense to your Nextcloud users as they will see them when connecting to GitHub using your OAuth app." : "Imposta \"Nome applicazione\", \"URL homepage\" e \"Descrizione applicazione\" a valori che abbiano senso per i tuoi utenti Nextcloud dato che li vedranno quando si connettono a GitHub usando la tua app OAuth.",
"Make sure you set the \"Authorization callback URL\" to" : "Assicurati di impostare \"URL callback autorizzazione\" a",
"Put the OAuth app \"Client ID\" and \"Client secret\" below." : "Inserisci sotto \"ID client\" e \"Password client\" dell'app OAuth.",
"Set \"Application name\", \"Homepage URL\" and \"Application description\" to values that will make sense to your Nextcloud users as they will see them when connecting to GitHub using your OAuth app." : "Imposta \"Nome applicazione\", \"URL pagina principale\" e \"Descrizione applicazione\" a valori che abbiano senso per i tuoi utenti Nextcloud dato che li vedranno quando si connettono a GitHub usando la tua app OAuth.",
"Make sure you set the \"Authorization callback URL\" to" : "Assicurati di impostare \"URL callback di autorizzazione\" a",
"Put the OAuth app \"Client ID\" and \"Client secret\" below." : "Inserisci sotto \"ID client\" e \"Password del client\" dell'app OAuth.",
"Your Nextcloud users will then see a \"Connect to GitHub\" button in their personal settings." : "I tuoi utenti Nextcloud vedranno quindi un pulsante \"Connetti a GitHub\" nelle loro impostazioni personali.",
"Client ID" : "ID client",
"Client ID of your GitHub application" : "ID client della tua applicazione GitHub",
@ -22,7 +22,7 @@
"Client secret of your GitHub application" : "Segreto del client della tua applicazione GitHub",
"GitHub admin options saved" : "Opzioni amministrative di GitHub salvate",
"Failed to save GitHub admin options" : "Salvataggio delle opzioni amministrative di GitHub non riuscito",
"When you create a personal access token yourself, give it at least \"read:user\", \"user:email\" and \"notifications\" permissions." : "Quando crei da solo un token di accesso personale, dagli almeno le autorizzazioni\"read:user\", \"user:email\" e \"notifications\".",
"When you create a personal access token yourself, give it at least \"read:user\", \"user:email\" and \"notifications\" permissions." : "Quando crei da solo un token di accesso personale, dagli almeno le i permessi \"read:user\", \"user:email\" e \"notifications\".",
"Personal access token" : "Token di accesso personale",
"GitHub personal access token" : "Token di accesso personale di GitHub",
"Connect to GitHub" : "Connetti a GitHub",

Просмотреть файл

@ -1,10 +1,14 @@
OC.L10N.register(
"integration_github",
{
"Error during OAuth exchanges" : " Napaka med izmenjavo podatkov OAuth",
"Bad credentials" : "Neustrezna poverila",
"OAuth access token refused" : " Žeton OAuth za dostop je bil zavrnjen",
"Connected accounts" : "Povezani računi",
"Client ID" : "ID odjemalca",
"Client secret" : "Skrivni ključ odjemalca",
"Connected as {user}" : "Poveži kot {user}"
"Connected as {user}" : "Poveži kot {user}",
"Enable searching for repositories" : "Omogoči iskanje po skladiščih",
"Incorrect access token" : " Neveljaven žetona za dostop"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");

Просмотреть файл

@ -1,8 +1,12 @@
{ "translations": {
"Error during OAuth exchanges" : " Napaka med izmenjavo podatkov OAuth",
"Bad credentials" : "Neustrezna poverila",
"OAuth access token refused" : " Žeton OAuth za dostop je bil zavrnjen",
"Connected accounts" : "Povezani računi",
"Client ID" : "ID odjemalca",
"Client secret" : "Skrivni ključ odjemalca",
"Connected as {user}" : "Poveži kot {user}"
"Connected as {user}" : "Poveži kot {user}",
"Enable searching for repositories" : "Omogoči iskanje po skladiščih",
"Incorrect access token" : " Neveljaven žetona za dostop"
},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"
}