|
1 | 1 | { "translations": { |
2 | 2 | "Deleted file" : "Fichier supprimé", |
| 3 | + "Nextcloud Assistant Context Chat" : "Contexte de discussion de l'Assistant Nextcloud", |
| 4 | + "Chat with your documents" : "Discutez avec vos documents", |
| 5 | + "Ask questions to Nextcloud Assistant about the content of your documents.\n\nInstall the given apps for Context Chat to work as desired **in the given order**:\n- [AppAPI from the Apps page](https://apps.nextcloud.com/apps/app_api)\n- [Context Chat Backend (same major and minor version as Context Chat app below) from the External Apps page](https://apps.nextcloud.com/apps/context_chat_backend)\n- [Context Chat (same major and minor version as the backend) from the Apps page](https://apps.nextcloud.com/apps/context_chat)\n- [Assistant from the Apps page](https://apps.nextcloud.com/apps/assistant). The OCS API or the `occ` commands can also be used to interact with this app but it recommended to do that through a Task Processing OCP API consumer like the Assistant app, which is also the officially supported universal UI for all the AI providers.\n- Text2Text Task Processing Provider like [llm2 from the External Apps page](https://apps.nextcloud.com/apps/llm2) or [integration_openai from the Apps page](https://apps.nextcloud.com/apps/integration_openai)\n\nSetup background job workers as described here: https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed\n\nNote:\nRefer to the [Context Chat Backend's readme](https://github.com/nextcloud/context_chat_backend/?tab=readme-ov-file) and the [AppAPI's documentation](https://cloud-py-api.github.io/app_api/) for help with setup of AppAPI's deploy daemon." : "Posez des questions à l'Assistant Nextcloud sur le contenu de vos documents.\n\nInstallez les applications suivantes **dans l'ordre indiqué** pour que Context Chat fonctionne correctement :\n- [AppAPI depuis la page Applications](https://apps.nextcloud.com/apps/app_api)\n- [Context Chat Backend (même version majeure et mineure que l'application Context Chat ci-dessous) depuis la page Applications externes](https://apps.nextcloud.com/apps/context_chat_backend)\n- [Context Chat (même version majeure et mineure que le backend) depuis la page Applications](https://apps.nextcloud.com/apps/context_chat)\n- [Assistant depuis la page Applications](https://apps.nextcloud.com/apps/assistant). L'API OCS ou les commandes `occ` peuvent également être utilisées pour interagir avec cette application, mais il est recommandé de passer par un client de l'API OCP Task Processing tel que l'application Assistant, qui constitue également l'interface utilisateur officielle commune à tous les fournisseurs d'IA.\n- Un fournisseur Task Processing Text2Text, comme [llm2 depuis la page Applications externes](https://apps.nextcloud.com/apps/llm2) ou [integration_openai depuis la page Applications](https://apps.nextcloud.com/apps/integration_openai)\n\nConfigurez les processus des tâches d'arrière-plan comme décrit ici : https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed\n\nRemarque :\nConsultez le [README de Context Chat Backend](https://github.com/nextcloud/context_chat_backend/?tab=readme-ov-file) ainsi que la [documentation d'AppAPI](https://cloud-py-api.github.io/app_api/) pour obtenir de l'aide sur la configuration du démon de déploiement d'AppAPI.", |
3 | 6 | "never" : "jamais", |
4 | 7 | "{time} ago" : "il y a {time}", |
5 | | - "Context Chat" : "Chat contextuel", |
| 8 | + "Context Chat" : "Contexte de discussion", |
6 | 9 | "Indexing Status" : "Statut de l'indexation", |
| 10 | + "The initial indexing run finished {date}." : "L'indexation initiale s'est terminée le {date}.", |
| 11 | + "The initial indexing is still running." : "L'indexation initiale est toujours en cours.", |
| 12 | + "The Context Chat Backend app is installed and responsive." : "L'application Context Chat Backend est installée et répond correctement.", |
| 13 | + "The Context Chat Backend app is not installed or not responsing." : "L'application Context Chat Backend n'est pas installée ou ne répond pas.", |
| 14 | + "Less files were indexed than expected. Only {percent}% files out of {eligibleCount} are in the VectorDB." : "Moins de fichiers que prévu ont été indexés. Seuls {percent} % des fichiers sur {eligibleCount} sont présents dans la base vectorielle.", |
7 | 15 | "Content provider" : "Fournisseur de contenu", |
| 16 | + "Queued documents including updates" : "Documents en attente d'indexation ou de mise à jour", |
| 17 | + "Locked documents in queue" : "Documents verrouillés dans la file d'attente", |
| 18 | + "Documents in vector database" : "Documents présents dans la base vectorielle", |
| 19 | + "CC Backend unavailable" : "Backend Context Chat indisponible", |
| 20 | + "Eligible files for indexing: {count}" : "Fichiers éligibles à l'indexation : {count}", |
| 21 | + "Queued content update actions: {count}" : "Actions de mise à jour du contenu en attente : {count}", |
| 22 | + "Locked queue content update actions: {count}" : "Actions de mise à jour du contenu verrouillées : {count}", |
| 23 | + "Queued file system events: {count}" : "Événements du système de fichiers en attente : {count}", |
8 | 24 | "Download Logs" : "Télécharger les journaux", |
| 25 | + "Download the PHP App logs" : "Télécharger les journaux de l'application PHP", |
| 26 | + "Download the Ex-App Backend logs" : "Télécharger les journaux du backend Ex-App", |
9 | 27 | "Official documentation" : "Documentation officielle", |
10 | 28 | "_({count} new file)_::_({count} new files)_" : ["({count} nouveau fichier)","({count} nouveaux fichiers)","({count} nouveaux fichiers)"] |
11 | 29 | },"pluralForm" :"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" |
|
0 commit comments