[tx-robot] updated from transifex
This commit is contained in:
parent
bea70d4ad3
commit
008826f99e
|
@ -6,12 +6,15 @@ OC.L10N.register(
|
|||
"Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.",
|
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikace OAuth2 umožňuje správcům nastavit vestavěný postup ověřování tak, aby podporoval také OAuth2 kompatibilní ověřování z ostatních webových aplikací.",
|
||||
"OAuth 2.0 clients" : "OAuth 2.0 klienti",
|
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 umožňuje externím službám vyžádat si přístup k {instanceName}.",
|
||||
"Name" : "Název",
|
||||
"Redirection URI" : "URL pro přesměrování",
|
||||
"Client Identifier" : "Identifikátor klienta",
|
||||
"Secret" : "Tajemství",
|
||||
"Add client" : "Přidat klienta",
|
||||
"Add" : "Přidat",
|
||||
"Show client secret" : "Zobrazit klientské tajemství",
|
||||
"Delete" : "Smazat",
|
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umožňuje cizím službám žádat přístup k %s."
|
||||
},
|
||||
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
|
||||
|
|
|
@ -4,12 +4,15 @@
|
|||
"Allows OAuth2 compatible authentication from other web applications." : "Umožní ověřování kompatibilní s OAuth2 z ostatních webových aplikací.",
|
||||
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "Aplikace OAuth2 umožňuje správcům nastavit vestavěný postup ověřování tak, aby podporoval také OAuth2 kompatibilní ověřování z ostatních webových aplikací.",
|
||||
"OAuth 2.0 clients" : "OAuth 2.0 klienti",
|
||||
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 umožňuje externím službám vyžádat si přístup k {instanceName}.",
|
||||
"Name" : "Název",
|
||||
"Redirection URI" : "URL pro přesměrování",
|
||||
"Client Identifier" : "Identifikátor klienta",
|
||||
"Secret" : "Tajemství",
|
||||
"Add client" : "Přidat klienta",
|
||||
"Add" : "Přidat",
|
||||
"Show client secret" : "Zobrazit klientské tajemství",
|
||||
"Delete" : "Smazat",
|
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umožňuje cizím službám žádat přístup k %s."
|
||||
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
||||
}
|
|
@ -13,6 +13,7 @@ OC.L10N.register(
|
|||
"Secret" : "Secret",
|
||||
"Add client" : "Ajouter un client",
|
||||
"Add" : "Ajouter",
|
||||
"Show client secret" : "Afficher client secret",
|
||||
"Delete" : "Supprimer",
|
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet à des services externes de demander l'accès à %s."
|
||||
},
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
"Secret" : "Secret",
|
||||
"Add client" : "Ajouter un client",
|
||||
"Add" : "Ajouter",
|
||||
"Show client secret" : "Afficher client secret",
|
||||
"Delete" : "Supprimer",
|
||||
"OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet à des services externes de demander l'accès à %s."
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
|
|
|
@ -114,7 +114,11 @@ OC.L10N.register(
|
|||
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être spécifiée pour tous les \tutilisateurs et groupes spécifiques. S'ils n'ont pas de fournisseur à deux facteurs configuré, ils seront dans l'incapacité de se connecter au système.",
|
||||
"Enforce two-factor authentication" : "Imposer l'authentification à deux facteurs",
|
||||
"Limit to groups" : "Limiter aux groupes",
|
||||
"Enforcement of two-factor authentication can be set for certain groups only." : "L'application de l'authentification à deux facteurs ne peut être définie que pour certains groupes.",
|
||||
"Two-factor authentication is enforced for all\tmembers of the following groups." : "L'authentification à deux facteurs est appliquée aux membres des groupes suivants.",
|
||||
"Enforced groups" : "Groupes forcés",
|
||||
"Two-factor authentication is not enforced for\tmembers of the following groups." : "L'authentification à deux facteurs n'est pas appliquée aux \tutilisateurs des groupes suivants.",
|
||||
"Excluded groups" : "Groupes exclus",
|
||||
"Save changes" : "Enregistrer les modifications",
|
||||
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Les applications officielles sont développées par et dans la communauté. Elles offrent les fonctionnalités indispensables et sont prêtes pour être utilisées en production.",
|
||||
"Official" : "Officielle",
|
||||
|
@ -123,6 +127,7 @@ OC.L10N.register(
|
|||
"Remove" : "Supprimer",
|
||||
"Disable" : "Désactiver",
|
||||
"All" : "Tous",
|
||||
"Limit app usage to groups" : "Limiter l'utilisation de l'application aux groupes",
|
||||
"No results" : "Aucun résultat",
|
||||
"View in store" : "Afficher dans le magasin d'application",
|
||||
"Visit website" : "Visiter le site web",
|
||||
|
@ -134,6 +139,7 @@ OC.L10N.register(
|
|||
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Cette application n'a pas de version maximum Nextcloud exigée. Ce sera considéré comme une erreur à l'avenir.",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Cette application ne peut être installée à cause de ces dépendances non satisfaites :",
|
||||
"Update to {update}" : "Mise à jour vers {update}",
|
||||
"Results from other categories" : "Résultats d'autres catégories",
|
||||
"No apps found for your version" : "Pas d'application trouvée pour votre version",
|
||||
"Disable all" : "Tout désactiver",
|
||||
"Enable all" : "Tout activer",
|
||||
|
@ -141,7 +147,10 @@ OC.L10N.register(
|
|||
"Enable" : "Activer",
|
||||
"The app will be downloaded from the app store" : "Cette application va être téléchargée depuis l'app store",
|
||||
"You do not have permissions to see the details of this user" : "Vous n'avez pas les autorisations pour voir le détail de cet utilisateur",
|
||||
"The backend does not support changing the display name" : "Le backend ne prend pas en charge la modification du nom d'affichage",
|
||||
"New password" : "Nouveau mot de passe",
|
||||
"Add user in group" : "Ajouter un utilisateur au groupe",
|
||||
"Set user as admin for" : "Définir en tant qu'administrateur pour",
|
||||
"Select user quota" : "Sélectionner le quota de l'utilisateur ",
|
||||
"No language set" : "Aucune langue définie",
|
||||
"Never" : "Jamais",
|
||||
|
@ -177,8 +186,10 @@ OC.L10N.register(
|
|||
"{license}-licensed" : "{license}-Sous licence",
|
||||
"Default quota:" : "Quota par défaut :",
|
||||
"Select default quota" : "Sélectionner le quota par défaut",
|
||||
"Show Languages" : "Afficher les langues",
|
||||
"Show last login" : "Montrer la dernière connexion",
|
||||
"Show user backend" : "Montrer la source de l'identifiant",
|
||||
"Show storage path" : "Afficher le chemin du stockage",
|
||||
"You are about to remove the group {group}. The users will NOT be deleted." : "Vous êtes sur le point de supprimer le groupe {group}. Les utilisateurs ne seront PAS supprimés.",
|
||||
"Please confirm the group removal " : "Veuillez confirmer la suppression du groupe",
|
||||
"Remove group" : "Supprimer le groupe",
|
||||
|
|
|
@ -112,7 +112,11 @@
|
|||
"Two-factor authentication can be enforced for all\tusers and specific groups. If they do not have a two-factor provider configured, they will be unable to log into the system." : "L'authentification à deux facteurs peut être spécifiée pour tous les \tutilisateurs et groupes spécifiques. S'ils n'ont pas de fournisseur à deux facteurs configuré, ils seront dans l'incapacité de se connecter au système.",
|
||||
"Enforce two-factor authentication" : "Imposer l'authentification à deux facteurs",
|
||||
"Limit to groups" : "Limiter aux groupes",
|
||||
"Enforcement of two-factor authentication can be set for certain groups only." : "L'application de l'authentification à deux facteurs ne peut être définie que pour certains groupes.",
|
||||
"Two-factor authentication is enforced for all\tmembers of the following groups." : "L'authentification à deux facteurs est appliquée aux membres des groupes suivants.",
|
||||
"Enforced groups" : "Groupes forcés",
|
||||
"Two-factor authentication is not enforced for\tmembers of the following groups." : "L'authentification à deux facteurs n'est pas appliquée aux \tutilisateurs des groupes suivants.",
|
||||
"Excluded groups" : "Groupes exclus",
|
||||
"Save changes" : "Enregistrer les modifications",
|
||||
"Official apps are developed by and within the community. They offer central functionality and are ready for production use." : "Les applications officielles sont développées par et dans la communauté. Elles offrent les fonctionnalités indispensables et sont prêtes pour être utilisées en production.",
|
||||
"Official" : "Officielle",
|
||||
|
@ -121,6 +125,7 @@
|
|||
"Remove" : "Supprimer",
|
||||
"Disable" : "Désactiver",
|
||||
"All" : "Tous",
|
||||
"Limit app usage to groups" : "Limiter l'utilisation de l'application aux groupes",
|
||||
"No results" : "Aucun résultat",
|
||||
"View in store" : "Afficher dans le magasin d'application",
|
||||
"Visit website" : "Visiter le site web",
|
||||
|
@ -132,6 +137,7 @@
|
|||
"This app has no maximum Nextcloud version assigned. This will be an error in the future." : "Cette application n'a pas de version maximum Nextcloud exigée. Ce sera considéré comme une erreur à l'avenir.",
|
||||
"This app cannot be installed because the following dependencies are not fulfilled:" : "Cette application ne peut être installée à cause de ces dépendances non satisfaites :",
|
||||
"Update to {update}" : "Mise à jour vers {update}",
|
||||
"Results from other categories" : "Résultats d'autres catégories",
|
||||
"No apps found for your version" : "Pas d'application trouvée pour votre version",
|
||||
"Disable all" : "Tout désactiver",
|
||||
"Enable all" : "Tout activer",
|
||||
|
@ -139,7 +145,10 @@
|
|||
"Enable" : "Activer",
|
||||
"The app will be downloaded from the app store" : "Cette application va être téléchargée depuis l'app store",
|
||||
"You do not have permissions to see the details of this user" : "Vous n'avez pas les autorisations pour voir le détail de cet utilisateur",
|
||||
"The backend does not support changing the display name" : "Le backend ne prend pas en charge la modification du nom d'affichage",
|
||||
"New password" : "Nouveau mot de passe",
|
||||
"Add user in group" : "Ajouter un utilisateur au groupe",
|
||||
"Set user as admin for" : "Définir en tant qu'administrateur pour",
|
||||
"Select user quota" : "Sélectionner le quota de l'utilisateur ",
|
||||
"No language set" : "Aucune langue définie",
|
||||
"Never" : "Jamais",
|
||||
|
@ -175,8 +184,10 @@
|
|||
"{license}-licensed" : "{license}-Sous licence",
|
||||
"Default quota:" : "Quota par défaut :",
|
||||
"Select default quota" : "Sélectionner le quota par défaut",
|
||||
"Show Languages" : "Afficher les langues",
|
||||
"Show last login" : "Montrer la dernière connexion",
|
||||
"Show user backend" : "Montrer la source de l'identifiant",
|
||||
"Show storage path" : "Afficher le chemin du stockage",
|
||||
"You are about to remove the group {group}. The users will NOT be deleted." : "Vous êtes sur le point de supprimer le groupe {group}. Les utilisateurs ne seront PAS supprimés.",
|
||||
"Please confirm the group removal " : "Veuillez confirmer la suppression du groupe",
|
||||
"Remove group" : "Supprimer le groupe",
|
||||
|
|
Loading…
Reference in New Issue