nocobase/packages/plugins/@nocobase/plugin-file-manager/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

22 lines
740 B
JSON

{
"File manager": "Gestionnaire de fichiers",
"Attachment": "Pièce jointe",
"MIME type": "Type MIME",
"Storage display name": "Nom d'affichage du stockage",
"Storage name": "Nom du stockage",
"Storage type": "Type de stockage",
"Default storage": "Stockage par défaut",
"Storage base URL": "URL de base du stockage",
"Destination": "Destination",
"Use the built-in static file server": "Utiliser le serveur de fichiers statique intégré",
"Local storage": "Stockage local",
"Aliyun OSS": "Aliyun OSS",
"Tencent COS": "Tencent COS",
"Amazon S3": "Amazon S3",
"Region": "Region",
"Bucket": "Bucket",
"Path": "Chemin",
"Filename": "Nom de fichier",
"Will be used for API": "Sera utilisé pour l'API"
}