tachybase_todo/packages/plugins/@nocobase/plugin-saml/src/locale/fr-FR.json
YANG QIA ff097936dd
fix(lm): reserve i18n namespaces for plugins to avoid conflicts (#3121)
* fix: fix T-2063

* fix: fix T-2589

* chore: remove translation of page header

* chore: add version check for migration

* chore: switch locale files to JSON format

* fix: bug

* fix(auth): fix translation

* fix: add App provider

---------

Co-authored-by: chenos <chenlinxh@gmail.com>
2023-12-06 14:30:17 +08:00

23 lines
776 B
JSON

{
"Edit": "Modifier",
"Delete": "Supprimer",
"Cancel": "Annuler",
"Submit": "Envoyer",
"Actions": "Actions",
"Title": "Titre",
"Enable": "Activer",
"SAML manager": "SAML manager",
"SAML Providers": "SAML Providers",
"Redirect url": "Url de redirection",
"SP entity id": "SP entity id",
"Add provider": "Ajouter",
"Edit provider": "Modifier",
"Client id": "Client id",
"Entity id or issuer": "Entity id or issuer",
"Login Url": "Url de connexion",
"Public cert": "Public cert",
"Delete provider": "Supprimer",
"Are you sure you want to delete it?": "Êtes-vous sûr de vouloir le supprimer ?",
"Sign in button name, which will be displayed on the sign in page": "Nom du bouton de connexion, qui sera affiché sur la page de connexion"
}