mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +08:00
🤖 Weekly Automated Update: Nov 23, 2025 (#11412)
feat(bot): Weekly automated script run Co-authored-by: EurFelux <59059173+EurFelux@users.noreply.github.com>
This commit is contained in:
parent
c9be949853
commit
e2562d8224
@ -37,7 +37,7 @@
|
|||||||
"success": "成功偵測到 Git Bash!"
|
"success": "成功偵測到 Git Bash!"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "[to be translated]:Enter your message here, send with {{key}} - @ select path, / select command"
|
"placeholder": "在這裡輸入您的訊息,使用 {{key}} 傳送 - @ 選擇路徑,/ 選擇命令"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"error": {
|
"error": {
|
||||||
@ -266,7 +266,7 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"sendFailed": "傳送您的決定失敗,請重試。"
|
"sendFailed": "傳送您的決定失敗,請重試。"
|
||||||
},
|
},
|
||||||
"executing": "[to be translated]:Executing...",
|
"executing": "執行中...",
|
||||||
"expired": "已過期",
|
"expired": "已過期",
|
||||||
"inputPreview": "工具輸入預覽",
|
"inputPreview": "工具輸入預覽",
|
||||||
"pending": "等待中 ({{seconds}}秒)",
|
"pending": "等待中 ({{seconds}}秒)",
|
||||||
|
|||||||
@ -29,15 +29,15 @@
|
|||||||
},
|
},
|
||||||
"gitBash": {
|
"gitBash": {
|
||||||
"error": {
|
"error": {
|
||||||
"description": "[to be translated]:Git Bash is required to run agents on Windows. The agent cannot function without it. Please install Git for Windows from",
|
"description": "Git Bash ist erforderlich, um Agents unter Windows auszuführen. Der Agent kann ohne es nicht funktionieren. Bitte installieren Sie Git für Windows von",
|
||||||
"recheck": "[to be translated]:Recheck Git Bash Installation",
|
"recheck": "Überprüfe die Git Bash-Installation erneut",
|
||||||
"title": "[to be translated]:Git Bash Required"
|
"title": "Git Bash erforderlich"
|
||||||
},
|
},
|
||||||
"notFound": "[to be translated]:Git Bash not found. Please install it first.",
|
"notFound": "Git Bash nicht gefunden. Bitte installieren Sie es zuerst.",
|
||||||
"success": "[to be translated]:Git Bash detected successfully!"
|
"success": "Git Bash erfolgreich erkannt!"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "[to be translated]:Enter your message here, send with {{key}} - @ select path, / select command"
|
"placeholder": "Gib hier deine Nachricht ein, senden mit {{key}} – @ Pfad auswählen, / Befehl auswählen"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"error": {
|
"error": {
|
||||||
@ -266,7 +266,7 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"sendFailed": "Ihre Entscheidung konnte nicht gesendet werden. Bitte versuchen Sie es erneut."
|
"sendFailed": "Ihre Entscheidung konnte nicht gesendet werden. Bitte versuchen Sie es erneut."
|
||||||
},
|
},
|
||||||
"executing": "[to be translated]:Executing...",
|
"executing": "Ausführen...",
|
||||||
"expired": "Abgelaufen",
|
"expired": "Abgelaufen",
|
||||||
"inputPreview": "Vorschau der Werkzeugeingabe",
|
"inputPreview": "Vorschau der Werkzeugeingabe",
|
||||||
"pending": "Ausstehend ({{seconds}}s)",
|
"pending": "Ausstehend ({{seconds}}s)",
|
||||||
@ -1159,6 +1159,7 @@
|
|||||||
"name": "Name",
|
"name": "Name",
|
||||||
"no_results": "Keine Ergebnisse",
|
"no_results": "Keine Ergebnisse",
|
||||||
"none": "Keine",
|
"none": "Keine",
|
||||||
|
"off": "Aus",
|
||||||
"open": "Öffnen",
|
"open": "Öffnen",
|
||||||
"paste": "Einfügen",
|
"paste": "Einfügen",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@ -1386,6 +1387,36 @@
|
|||||||
"preview": "Vorschau",
|
"preview": "Vorschau",
|
||||||
"split": "Geteilte Ansicht"
|
"split": "Geteilte Ansicht"
|
||||||
},
|
},
|
||||||
|
"import": {
|
||||||
|
"chatgpt": {
|
||||||
|
"assistant_name": "ChatGPT-Import",
|
||||||
|
"button": "Datei auswählen",
|
||||||
|
"description": "Importiert nur Gesprächstexte, keine Bilder und Anhänge",
|
||||||
|
"error": {
|
||||||
|
"invalid_json": "Ungültiges JSON-Dateiformat",
|
||||||
|
"no_conversations": "Keine Gespräche in der Datei gefunden",
|
||||||
|
"no_valid_conversations": "Keine gültigen Konversationen zum Importieren",
|
||||||
|
"unknown": "Import fehlgeschlagen, bitte überprüfen Sie das Dateiformat"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"step1": "1. Melden Sie sich bei ChatGPT an, gehen Sie zu Einstellungen > Dateneinstellungen > Daten exportieren",
|
||||||
|
"step2": "2. Warten Sie auf die Exportdatei per E-Mail",
|
||||||
|
"step3": "3. Extrahiere die heruntergeladene Datei und finde conversations.json",
|
||||||
|
"title": "Wie exportiere ich ChatGPT-Gespräche?"
|
||||||
|
},
|
||||||
|
"importing": "Konversationen werden importiert...",
|
||||||
|
"selecting": "Datei wird ausgewählt...",
|
||||||
|
"success": "Erfolgreich {{topics}} Konversationen mit {{messages}} Nachrichten importiert",
|
||||||
|
"title": "ChatGPT-Unterhaltungen importieren",
|
||||||
|
"untitled_conversation": "Unbenannte Unterhaltung"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"button": "Importdatei auswählen",
|
||||||
|
"label": "Sind Sie sicher, dass Sie externe Daten importieren möchten?"
|
||||||
|
},
|
||||||
|
"content": "Wählen Sie die zu importierende Gesprächsdatei einer externen Anwendung aus; derzeit werden nur ChatGPT-JSON-Formatdateien unterstützt.",
|
||||||
|
"title": "Externe Gespräche importieren"
|
||||||
|
},
|
||||||
"knowledge": {
|
"knowledge": {
|
||||||
"add": {
|
"add": {
|
||||||
"title": "Wissensdatenbank hinzufügen"
|
"title": "Wissensdatenbank hinzufügen"
|
||||||
@ -3095,6 +3126,7 @@
|
|||||||
"basic": "Grundlegende Dateneinstellungen",
|
"basic": "Grundlegende Dateneinstellungen",
|
||||||
"cloud_storage": "Cloud-Backup-Einstellungen",
|
"cloud_storage": "Cloud-Backup-Einstellungen",
|
||||||
"export_settings": "Export-Einstellungen",
|
"export_settings": "Export-Einstellungen",
|
||||||
|
"import_settings": "Importeinstellungen",
|
||||||
"third_party": "Drittanbieter-Verbindungen"
|
"third_party": "Drittanbieter-Verbindungen"
|
||||||
},
|
},
|
||||||
"export_menu": {
|
"export_menu": {
|
||||||
@ -3153,6 +3185,11 @@
|
|||||||
},
|
},
|
||||||
"hour_interval_one": "{{count}} Stunde",
|
"hour_interval_one": "{{count}} Stunde",
|
||||||
"hour_interval_other": "{{count}} Stunden",
|
"hour_interval_other": "{{count}} Stunden",
|
||||||
|
"import_settings": {
|
||||||
|
"button": "JSON-Datei importieren",
|
||||||
|
"chatgpt": "Import aus ChatGPT",
|
||||||
|
"title": "Importiere Daten von externen Anwendungen"
|
||||||
|
},
|
||||||
"joplin": {
|
"joplin": {
|
||||||
"check": {
|
"check": {
|
||||||
"button": "Erkennen",
|
"button": "Erkennen",
|
||||||
@ -4224,7 +4261,6 @@
|
|||||||
"default": "Standard",
|
"default": "Standard",
|
||||||
"flex": "Flexibel",
|
"flex": "Flexibel",
|
||||||
"on_demand": "Auf Anfrage",
|
"on_demand": "Auf Anfrage",
|
||||||
"performance": "Leistung",
|
|
||||||
"priority": "Priorität",
|
"priority": "Priorität",
|
||||||
"tip": "Latenz-Ebene für Anfrageverarbeitung festlegen",
|
"tip": "Latenz-Ebene für Anfrageverarbeitung festlegen",
|
||||||
"title": "Service-Tier"
|
"title": "Service-Tier"
|
||||||
|
|||||||
@ -29,15 +29,15 @@
|
|||||||
},
|
},
|
||||||
"gitBash": {
|
"gitBash": {
|
||||||
"error": {
|
"error": {
|
||||||
"description": "[to be translated]:Git Bash is required to run agents on Windows. The agent cannot function without it. Please install Git for Windows from",
|
"description": "Το Git Bash απαιτείται για την εκτέλεση πρακτόρων στα Windows. Ο πράκτορας δεν μπορεί να λειτουργήσει χωρίς αυτό. Παρακαλούμε εγκαταστήστε το Git για Windows από",
|
||||||
"recheck": "[to be translated]:Recheck Git Bash Installation",
|
"recheck": "Επανέλεγχος Εγκατάστασης του Git Bash",
|
||||||
"title": "[to be translated]:Git Bash Required"
|
"title": "Απαιτείται Git Bash"
|
||||||
},
|
},
|
||||||
"notFound": "[to be translated]:Git Bash not found. Please install it first.",
|
"notFound": "Το Git Bash δεν βρέθηκε. Παρακαλώ εγκαταστήστε το πρώτα.",
|
||||||
"success": "[to be translated]:Git Bash detected successfully!"
|
"success": "Το Git Bash εντοπίστηκε με επιτυχία!"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "[to be translated]:Enter your message here, send with {{key}} - @ select path, / select command"
|
"placeholder": "Εισάγετε το μήνυμά σας εδώ, στείλτε με {{key}} - @ επιλέξτε διαδρομή, / επιλέξτε εντολή"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"error": {
|
"error": {
|
||||||
@ -266,7 +266,7 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"sendFailed": "Αποτυχία αποστολής της απόφασής σας. Προσπαθήστε ξανά."
|
"sendFailed": "Αποτυχία αποστολής της απόφασής σας. Προσπαθήστε ξανά."
|
||||||
},
|
},
|
||||||
"executing": "[to be translated]:Executing...",
|
"executing": "Εκτέλεση...",
|
||||||
"expired": "Ληγμένο",
|
"expired": "Ληγμένο",
|
||||||
"inputPreview": "Προεπισκόπηση εισόδου εργαλείου",
|
"inputPreview": "Προεπισκόπηση εισόδου εργαλείου",
|
||||||
"pending": "Εκκρεμεί ({{seconds}}δ)",
|
"pending": "Εκκρεμεί ({{seconds}}δ)",
|
||||||
@ -1159,6 +1159,7 @@
|
|||||||
"name": "Όνομα",
|
"name": "Όνομα",
|
||||||
"no_results": "Δεν βρέθηκαν αποτελέσματα",
|
"no_results": "Δεν βρέθηκαν αποτελέσματα",
|
||||||
"none": "Χωρίς",
|
"none": "Χωρίς",
|
||||||
|
"off": "Κλειστό",
|
||||||
"open": "Άνοιγμα",
|
"open": "Άνοιγμα",
|
||||||
"paste": "Επικόλληση",
|
"paste": "Επικόλληση",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@ -1386,6 +1387,36 @@
|
|||||||
"preview": "Προεπισκόπηση",
|
"preview": "Προεπισκόπηση",
|
||||||
"split": "Διαχωρισμός"
|
"split": "Διαχωρισμός"
|
||||||
},
|
},
|
||||||
|
"import": {
|
||||||
|
"chatgpt": {
|
||||||
|
"assistant_name": "Εισαγωγή ChatGPT",
|
||||||
|
"button": "Επιλέξτε Αρχείο",
|
||||||
|
"description": "Εισάγει μόνο κείμενο συνομιλίας, δεν περιλαμβάνει εικόνες και συνημμένα",
|
||||||
|
"error": {
|
||||||
|
"invalid_json": "Μη έγκυρη μορφή αρχείου JSON",
|
||||||
|
"no_conversations": "Δεν βρέθηκαν συνομιλίες στο αρχείο",
|
||||||
|
"no_valid_conversations": "Δεν υπάρχουν έγκυρες συνομιλίες προς εισαγωγή",
|
||||||
|
"unknown": "Η εισαγωγή απέτυχε, παρακαλώ ελέγξτε τη μορφή του αρχείου"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"step1": "1. Συνδεθείτε στο ChatGPT, πηγαίνετε στις Ρυθμίσεις > Έλεγχοι δεδομένων > Εξαγωγή δεδομένων",
|
||||||
|
"step2": "2. Περιμένετε το αρχείο εξαγωγής μέσω email",
|
||||||
|
"step3": "3. Εξαγάγετε το ληφθέν αρχείο και βρείτε το conversations.json",
|
||||||
|
"title": "Πώς να εξάγετε συνομιλίες του ChatGPT;"
|
||||||
|
},
|
||||||
|
"importing": "Εισαγωγή συνομιλιών...",
|
||||||
|
"selecting": "Επιλογή αρχείου...",
|
||||||
|
"success": "Επιτυχής εισαγωγή {{topics}} συνομιλιών με {{messages}} μηνύματα",
|
||||||
|
"title": "Εισαγωγή Συνομιλιών του ChatGPT",
|
||||||
|
"untitled_conversation": "Συνομιλία χωρίς τίτλο"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"button": "Επιλέξτε Εισαγωγή Αρχείου",
|
||||||
|
"label": "Είστε σίγουροι ότι θέλετε να εισάγετε εξωτερικά δεδομένα;"
|
||||||
|
},
|
||||||
|
"content": "Επιλέξτε εξωτερικό αρχείο συνομιλίας εφαρμογής για εισαγωγή, προς το παρόν υποστηρίζονται μόνο αρχεία μορφής JSON του ChatGPT",
|
||||||
|
"title": "Εισαγωγή Εξωτερικών Συνομιλιών"
|
||||||
|
},
|
||||||
"knowledge": {
|
"knowledge": {
|
||||||
"add": {
|
"add": {
|
||||||
"title": "Προσθήκη βιβλιοθήκης γνώσεων"
|
"title": "Προσθήκη βιβλιοθήκης γνώσεων"
|
||||||
@ -3095,6 +3126,7 @@
|
|||||||
"basic": "Ρυθμίσεις βασικών δεδομένων",
|
"basic": "Ρυθμίσεις βασικών δεδομένων",
|
||||||
"cloud_storage": "Ρυθμίσεις αποθήκευσης στο νέφος",
|
"cloud_storage": "Ρυθμίσεις αποθήκευσης στο νέφος",
|
||||||
"export_settings": "Ρυθμίσεις εξαγωγής",
|
"export_settings": "Ρυθμίσεις εξαγωγής",
|
||||||
|
"import_settings": "Εισαγωγή Ρυθμίσεων",
|
||||||
"third_party": "Σύνδεση τρίτων"
|
"third_party": "Σύνδεση τρίτων"
|
||||||
},
|
},
|
||||||
"export_menu": {
|
"export_menu": {
|
||||||
@ -3153,6 +3185,11 @@
|
|||||||
},
|
},
|
||||||
"hour_interval_one": "{{count}} ώρα",
|
"hour_interval_one": "{{count}} ώρα",
|
||||||
"hour_interval_other": "{{count}} ώρες",
|
"hour_interval_other": "{{count}} ώρες",
|
||||||
|
"import_settings": {
|
||||||
|
"button": "Εισαγωγή αρχείου Json",
|
||||||
|
"chatgpt": "Εισαγωγή από το ChatGPT",
|
||||||
|
"title": "Εισαγωγή Δεδομένων Εξωτερικής Εφαρμογής"
|
||||||
|
},
|
||||||
"joplin": {
|
"joplin": {
|
||||||
"check": {
|
"check": {
|
||||||
"button": "Έλεγχος",
|
"button": "Έλεγχος",
|
||||||
@ -4224,7 +4261,6 @@
|
|||||||
"default": "Προεπιλογή",
|
"default": "Προεπιλογή",
|
||||||
"flex": "Εύκαμπτο",
|
"flex": "Εύκαμπτο",
|
||||||
"on_demand": "κατά παραγγελία",
|
"on_demand": "κατά παραγγελία",
|
||||||
"performance": "Απόδοση",
|
|
||||||
"priority": "προτεραιότητα",
|
"priority": "προτεραιότητα",
|
||||||
"tip": "Καθορίστε το επίπεδο καθυστέρησης που χρησιμοποιείται για την επεξεργασία των αιτημάτων",
|
"tip": "Καθορίστε το επίπεδο καθυστέρησης που χρησιμοποιείται για την επεξεργασία των αιτημάτων",
|
||||||
"title": "Επίπεδο υπηρεσίας"
|
"title": "Επίπεδο υπηρεσίας"
|
||||||
|
|||||||
@ -29,15 +29,15 @@
|
|||||||
},
|
},
|
||||||
"gitBash": {
|
"gitBash": {
|
||||||
"error": {
|
"error": {
|
||||||
"description": "[to be translated]:Git Bash is required to run agents on Windows. The agent cannot function without it. Please install Git for Windows from",
|
"description": "Se requiere Git Bash para ejecutar agentes en Windows. El agente no puede funcionar sin él. Instale Git para Windows desde",
|
||||||
"recheck": "[to be translated]:Recheck Git Bash Installation",
|
"recheck": "Volver a verificar la instalación de Git Bash",
|
||||||
"title": "[to be translated]:Git Bash Required"
|
"title": "Git Bash Requerido"
|
||||||
},
|
},
|
||||||
"notFound": "[to be translated]:Git Bash not found. Please install it first.",
|
"notFound": "Git Bash no encontrado. Por favor, instálalo primero.",
|
||||||
"success": "[to be translated]:Git Bash detected successfully!"
|
"success": "¡Git Bash detectado con éxito!"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "[to be translated]:Enter your message here, send with {{key}} - @ select path, / select command"
|
"placeholder": "Introduce tu mensaje aquí, envía con {{key}} - @ seleccionar ruta, / seleccionar comando"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"error": {
|
"error": {
|
||||||
@ -266,7 +266,7 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"sendFailed": "No se pudo enviar tu decisión. Por favor, inténtalo de nuevo."
|
"sendFailed": "No se pudo enviar tu decisión. Por favor, inténtalo de nuevo."
|
||||||
},
|
},
|
||||||
"executing": "[to be translated]:Executing...",
|
"executing": "Ejecutando...",
|
||||||
"expired": "Caducado",
|
"expired": "Caducado",
|
||||||
"inputPreview": "Vista previa de entrada de herramienta",
|
"inputPreview": "Vista previa de entrada de herramienta",
|
||||||
"pending": "Pendiente ({{seconds}}s)",
|
"pending": "Pendiente ({{seconds}}s)",
|
||||||
@ -1159,6 +1159,7 @@
|
|||||||
"name": "Nombre",
|
"name": "Nombre",
|
||||||
"no_results": "Sin resultados",
|
"no_results": "Sin resultados",
|
||||||
"none": "无",
|
"none": "无",
|
||||||
|
"off": "Apagado",
|
||||||
"open": "Abrir",
|
"open": "Abrir",
|
||||||
"paste": "Pegar",
|
"paste": "Pegar",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@ -1386,6 +1387,36 @@
|
|||||||
"preview": "Vista previa",
|
"preview": "Vista previa",
|
||||||
"split": "Dividir"
|
"split": "Dividir"
|
||||||
},
|
},
|
||||||
|
"import": {
|
||||||
|
"chatgpt": {
|
||||||
|
"assistant_name": "Importación de ChatGPT",
|
||||||
|
"button": "Seleccionar archivo",
|
||||||
|
"description": "Solo importa el texto de la conversación, no incluye imágenes ni archivos adjuntos",
|
||||||
|
"error": {
|
||||||
|
"invalid_json": "Formato de archivo JSON inválido",
|
||||||
|
"no_conversations": "No se encontraron conversaciones en el archivo",
|
||||||
|
"no_valid_conversations": "No hay conversaciones válidas para importar",
|
||||||
|
"unknown": "Error de importación, por favor verifica el formato del archivo"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"step1": "1. Inicia sesión en ChatGPT, ve a Configuración > Controles de datos > Exportar datos",
|
||||||
|
"step2": "2. Espera el archivo de exportación por correo electrónico",
|
||||||
|
"step3": "3. Extrae el archivo descargado y busca conversations.json",
|
||||||
|
"title": "Cómo exportar conversaciones de ChatGPT"
|
||||||
|
},
|
||||||
|
"importing": "Importando conversaciones...",
|
||||||
|
"selecting": "Seleccionando archivo...",
|
||||||
|
"success": "Importadas con éxito {{topics}} conversaciones con {{messages}} mensajes",
|
||||||
|
"title": "Importar conversaciones de ChatGPT",
|
||||||
|
"untitled_conversation": "Conversación Sin Título"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"button": "Seleccionar Archivo de Importación",
|
||||||
|
"label": "¿Estás seguro de que quieres importar datos externos?"
|
||||||
|
},
|
||||||
|
"content": "Selecciona el archivo de conversación de la aplicación externa para importar; actualmente solo admite archivos en formato JSON de ChatGPT",
|
||||||
|
"title": "Importar Conversaciones Externas"
|
||||||
|
},
|
||||||
"knowledge": {
|
"knowledge": {
|
||||||
"add": {
|
"add": {
|
||||||
"title": "Agregar base de conocimientos"
|
"title": "Agregar base de conocimientos"
|
||||||
@ -3095,6 +3126,7 @@
|
|||||||
"basic": "Configuración básica",
|
"basic": "Configuración básica",
|
||||||
"cloud_storage": "Configuración de almacenamiento en la nube",
|
"cloud_storage": "Configuración de almacenamiento en la nube",
|
||||||
"export_settings": "Configuración de exportación",
|
"export_settings": "Configuración de exportación",
|
||||||
|
"import_settings": "Importar configuración",
|
||||||
"third_party": "Conexiones de terceros"
|
"third_party": "Conexiones de terceros"
|
||||||
},
|
},
|
||||||
"export_menu": {
|
"export_menu": {
|
||||||
@ -3153,6 +3185,11 @@
|
|||||||
},
|
},
|
||||||
"hour_interval_one": "{{count}} hora",
|
"hour_interval_one": "{{count}} hora",
|
||||||
"hour_interval_other": "{{count}} horas",
|
"hour_interval_other": "{{count}} horas",
|
||||||
|
"import_settings": {
|
||||||
|
"button": "Importar archivo Json",
|
||||||
|
"chatgpt": "Importar desde ChatGPT",
|
||||||
|
"title": "Importar datos de aplicaciones externas"
|
||||||
|
},
|
||||||
"joplin": {
|
"joplin": {
|
||||||
"check": {
|
"check": {
|
||||||
"button": "Revisar",
|
"button": "Revisar",
|
||||||
@ -4224,7 +4261,6 @@
|
|||||||
"default": "Predeterminado",
|
"default": "Predeterminado",
|
||||||
"flex": "Flexible",
|
"flex": "Flexible",
|
||||||
"on_demand": "según demanda",
|
"on_demand": "según demanda",
|
||||||
"performance": "rendimiento",
|
|
||||||
"priority": "prioridad",
|
"priority": "prioridad",
|
||||||
"tip": "Especifica el nivel de latencia utilizado para procesar la solicitud",
|
"tip": "Especifica el nivel de latencia utilizado para procesar la solicitud",
|
||||||
"title": "Nivel de servicio"
|
"title": "Nivel de servicio"
|
||||||
|
|||||||
@ -29,15 +29,15 @@
|
|||||||
},
|
},
|
||||||
"gitBash": {
|
"gitBash": {
|
||||||
"error": {
|
"error": {
|
||||||
"description": "[to be translated]:Git Bash is required to run agents on Windows. The agent cannot function without it. Please install Git for Windows from",
|
"description": "Git Bash est requis pour exécuter des agents sur Windows. L'agent ne peut pas fonctionner sans. Veuillez installer Git pour Windows depuis",
|
||||||
"recheck": "[to be translated]:Recheck Git Bash Installation",
|
"recheck": "Revérifier l'installation de Git Bash",
|
||||||
"title": "[to be translated]:Git Bash Required"
|
"title": "Git Bash requis"
|
||||||
},
|
},
|
||||||
"notFound": "[to be translated]:Git Bash not found. Please install it first.",
|
"notFound": "Git Bash introuvable. Veuillez l’installer d’abord.",
|
||||||
"success": "[to be translated]:Git Bash detected successfully!"
|
"success": "Git Bash détecté avec succès !"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "[to be translated]:Enter your message here, send with {{key}} - @ select path, / select command"
|
"placeholder": "Entrez votre message ici, envoyez avec {{key}} - @ sélectionner le chemin, / sélectionner la commande"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"error": {
|
"error": {
|
||||||
@ -266,7 +266,7 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"sendFailed": "Échec de l'envoi de votre décision. Veuillez réessayer."
|
"sendFailed": "Échec de l'envoi de votre décision. Veuillez réessayer."
|
||||||
},
|
},
|
||||||
"executing": "[to be translated]:Executing...",
|
"executing": "Exécution en cours...",
|
||||||
"expired": "Expiré",
|
"expired": "Expiré",
|
||||||
"inputPreview": "Aperçu de l'entrée de l'outil",
|
"inputPreview": "Aperçu de l'entrée de l'outil",
|
||||||
"pending": "En attente ({{seconds}}s)",
|
"pending": "En attente ({{seconds}}s)",
|
||||||
@ -1159,6 +1159,7 @@
|
|||||||
"name": "Nom",
|
"name": "Nom",
|
||||||
"no_results": "Aucun résultat",
|
"no_results": "Aucun résultat",
|
||||||
"none": "Aucun",
|
"none": "Aucun",
|
||||||
|
"off": "Désactivé",
|
||||||
"open": "Ouvrir",
|
"open": "Ouvrir",
|
||||||
"paste": "Coller",
|
"paste": "Coller",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@ -1386,6 +1387,36 @@
|
|||||||
"preview": "Aperçu",
|
"preview": "Aperçu",
|
||||||
"split": "Diviser"
|
"split": "Diviser"
|
||||||
},
|
},
|
||||||
|
"import": {
|
||||||
|
"chatgpt": {
|
||||||
|
"assistant_name": "Importation de ChatGPT",
|
||||||
|
"button": "Sélectionner le fichier",
|
||||||
|
"description": "Importe uniquement le texte de la conversation, n'inclut pas les images et les pièces jointes",
|
||||||
|
"error": {
|
||||||
|
"invalid_json": "Format de fichier JSON invalide",
|
||||||
|
"no_conversations": "Aucune conversation trouvée dans le fichier",
|
||||||
|
"no_valid_conversations": "Aucune conversation valide à importer",
|
||||||
|
"unknown": "L'importation a échoué, veuillez vérifier le format du fichier"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"step1": "1. Connectez-vous à ChatGPT, allez dans Paramètres > Contrôles des données > Exporter les données",
|
||||||
|
"step2": "2. Attendez le fichier d’exportation par e-mail",
|
||||||
|
"step3": "3. Extrayez le fichier téléchargé et recherchez conversations.json",
|
||||||
|
"title": "Comment exporter les conversations de ChatGPT ?"
|
||||||
|
},
|
||||||
|
"importing": "Importation des conversations...",
|
||||||
|
"selecting": "Sélection du fichier...",
|
||||||
|
"success": "Importation réussie de {{topics}} conversations avec {{messages}} messages",
|
||||||
|
"title": "Importer les conversations de ChatGPT",
|
||||||
|
"untitled_conversation": "Conversation sans titre"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"button": "Sélectionner le fichier à importer",
|
||||||
|
"label": "Êtes-vous sûr de vouloir importer des données externes ?"
|
||||||
|
},
|
||||||
|
"content": "Sélectionnez le fichier de conversation de l'application externe à importer, actuellement uniquement les fichiers au format JSON de ChatGPT sont pris en charge",
|
||||||
|
"title": "Importer des conversations externes"
|
||||||
|
},
|
||||||
"knowledge": {
|
"knowledge": {
|
||||||
"add": {
|
"add": {
|
||||||
"title": "Ajouter une base de connaissances"
|
"title": "Ajouter une base de connaissances"
|
||||||
@ -3095,6 +3126,7 @@
|
|||||||
"basic": "Paramètres de base",
|
"basic": "Paramètres de base",
|
||||||
"cloud_storage": "Paramètres de sauvegarde cloud",
|
"cloud_storage": "Paramètres de sauvegarde cloud",
|
||||||
"export_settings": "Paramètres d'exportation",
|
"export_settings": "Paramètres d'exportation",
|
||||||
|
"import_settings": "Importer les paramètres",
|
||||||
"third_party": "Connexion tierce"
|
"third_party": "Connexion tierce"
|
||||||
},
|
},
|
||||||
"export_menu": {
|
"export_menu": {
|
||||||
@ -3153,6 +3185,11 @@
|
|||||||
},
|
},
|
||||||
"hour_interval_one": "{{count}} heure",
|
"hour_interval_one": "{{count}} heure",
|
||||||
"hour_interval_other": "{{count}} heures",
|
"hour_interval_other": "{{count}} heures",
|
||||||
|
"import_settings": {
|
||||||
|
"button": "Importer le fichier JSON",
|
||||||
|
"chatgpt": "Importer depuis ChatGPT",
|
||||||
|
"title": "Importer des données d'applications externes"
|
||||||
|
},
|
||||||
"joplin": {
|
"joplin": {
|
||||||
"check": {
|
"check": {
|
||||||
"button": "Vérifier",
|
"button": "Vérifier",
|
||||||
@ -4224,7 +4261,6 @@
|
|||||||
"default": "Par défaut",
|
"default": "Par défaut",
|
||||||
"flex": "Flexible",
|
"flex": "Flexible",
|
||||||
"on_demand": "à la demande",
|
"on_demand": "à la demande",
|
||||||
"performance": "performance",
|
|
||||||
"priority": "priorité",
|
"priority": "priorité",
|
||||||
"tip": "Spécifie le niveau de latence utilisé pour traiter la demande",
|
"tip": "Spécifie le niveau de latence utilisé pour traiter la demande",
|
||||||
"title": "Niveau de service"
|
"title": "Niveau de service"
|
||||||
|
|||||||
@ -29,15 +29,15 @@
|
|||||||
},
|
},
|
||||||
"gitBash": {
|
"gitBash": {
|
||||||
"error": {
|
"error": {
|
||||||
"description": "[to be translated]:Git Bash is required to run agents on Windows. The agent cannot function without it. Please install Git for Windows from",
|
"description": "Windowsでエージェントを実行するにはGit Bashが必要です。これがないとエージェントは動作しません。以下からGit for Windowsをインストールしてください。",
|
||||||
"recheck": "[to be translated]:Recheck Git Bash Installation",
|
"recheck": "Git Bashのインストールを再確認してください",
|
||||||
"title": "[to be translated]:Git Bash Required"
|
"title": "Git Bashが必要です"
|
||||||
},
|
},
|
||||||
"notFound": "[to be translated]:Git Bash not found. Please install it first.",
|
"notFound": "Git Bash が見つかりません。先にインストールしてください。",
|
||||||
"success": "[to be translated]:Git Bash detected successfully!"
|
"success": "Git Bashが正常に検出されました!"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "[to be translated]:Enter your message here, send with {{key}} - @ select path, / select command"
|
"placeholder": "メッセージをここに入力し、{{key}}で送信 - @でパスを選択、/でコマンドを選択"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"error": {
|
"error": {
|
||||||
@ -266,7 +266,7 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"sendFailed": "決定の送信に失敗しました。もう一度お試しください。"
|
"sendFailed": "決定の送信に失敗しました。もう一度お試しください。"
|
||||||
},
|
},
|
||||||
"executing": "[to be translated]:Executing...",
|
"executing": "実行中...",
|
||||||
"expired": "期限切れ",
|
"expired": "期限切れ",
|
||||||
"inputPreview": "ツール入力プレビュー",
|
"inputPreview": "ツール入力プレビュー",
|
||||||
"pending": "保留中({{seconds}}秒)",
|
"pending": "保留中({{seconds}}秒)",
|
||||||
@ -1159,6 +1159,7 @@
|
|||||||
"name": "名前",
|
"name": "名前",
|
||||||
"no_results": "検索結果なし",
|
"no_results": "検索結果なし",
|
||||||
"none": "無",
|
"none": "無",
|
||||||
|
"off": "オフ",
|
||||||
"open": "開く",
|
"open": "開く",
|
||||||
"paste": "貼り付け",
|
"paste": "貼り付け",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@ -1386,6 +1387,36 @@
|
|||||||
"preview": "プレビュー",
|
"preview": "プレビュー",
|
||||||
"split": "分割"
|
"split": "分割"
|
||||||
},
|
},
|
||||||
|
"import": {
|
||||||
|
"chatgpt": {
|
||||||
|
"assistant_name": "ChatGPTインポート",
|
||||||
|
"button": "ファイルを選択",
|
||||||
|
"description": "会話のテキストのみをインポートし、画像や添付ファイルは含まれません",
|
||||||
|
"error": {
|
||||||
|
"invalid_json": "無効なJSONファイル形式",
|
||||||
|
"no_conversations": "ファイルに会話が見つかりません",
|
||||||
|
"no_valid_conversations": "インポートする有効な会話がありません",
|
||||||
|
"unknown": "インポートに失敗しました。ファイル形式を確認してください。"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"step1": "1. ChatGPTにログインし、設定 > データ管理 > データをエクスポートへ進みます",
|
||||||
|
"step2": "2. エクスポートファイルが届くまでメールでお待ちください",
|
||||||
|
"step3": "3. ダウンロードしたファイルを展開し、conversations.jsonを探してください",
|
||||||
|
"title": "ChatGPTの会話をエクスポートする方法は?"
|
||||||
|
},
|
||||||
|
"importing": "会話をインポートしています...",
|
||||||
|
"selecting": "ファイルを選択中...",
|
||||||
|
"success": "{{topics}}件の会話と{{messages}}件のメッセージを正常にインポートしました",
|
||||||
|
"title": "ChatGPTの会話をインポート",
|
||||||
|
"untitled_conversation": "無題の会話"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"button": "ファイルのインポートを選択",
|
||||||
|
"label": "外部データをインポートしてもよろしいですか?"
|
||||||
|
},
|
||||||
|
"content": "外部アプリケーションの会話ファイルを選択してインポートします。現在、ChatGPT JSON形式ファイルのみサポートしています。",
|
||||||
|
"title": "外部会話をインポート"
|
||||||
|
},
|
||||||
"knowledge": {
|
"knowledge": {
|
||||||
"add": {
|
"add": {
|
||||||
"title": "ナレッジベースを追加"
|
"title": "ナレッジベースを追加"
|
||||||
@ -3095,6 +3126,7 @@
|
|||||||
"basic": "基本データ設定",
|
"basic": "基本データ設定",
|
||||||
"cloud_storage": "クラウドバックアップ設定",
|
"cloud_storage": "クラウドバックアップ設定",
|
||||||
"export_settings": "エクスポート設定",
|
"export_settings": "エクスポート設定",
|
||||||
|
"import_settings": "設定のインポート",
|
||||||
"third_party": "サードパーティー連携"
|
"third_party": "サードパーティー連携"
|
||||||
},
|
},
|
||||||
"export_menu": {
|
"export_menu": {
|
||||||
@ -3153,6 +3185,11 @@
|
|||||||
},
|
},
|
||||||
"hour_interval_one": "{{count}} 時間",
|
"hour_interval_one": "{{count}} 時間",
|
||||||
"hour_interval_other": "{{count}} 時間",
|
"hour_interval_other": "{{count}} 時間",
|
||||||
|
"import_settings": {
|
||||||
|
"button": "JSONファイルをインポート",
|
||||||
|
"chatgpt": "ChatGPTからインポート",
|
||||||
|
"title": "外部アプリケーションデータをインポート"
|
||||||
|
},
|
||||||
"joplin": {
|
"joplin": {
|
||||||
"check": {
|
"check": {
|
||||||
"button": "確認",
|
"button": "確認",
|
||||||
@ -4224,7 +4261,6 @@
|
|||||||
"default": "デフォルト",
|
"default": "デフォルト",
|
||||||
"flex": "フレックス",
|
"flex": "フレックス",
|
||||||
"on_demand": "オンデマンド",
|
"on_demand": "オンデマンド",
|
||||||
"performance": "性能",
|
|
||||||
"priority": "優先",
|
"priority": "優先",
|
||||||
"tip": "リクエスト処理に使用するレイテンシティアを指定します",
|
"tip": "リクエスト処理に使用するレイテンシティアを指定します",
|
||||||
"title": "サービスティア"
|
"title": "サービスティア"
|
||||||
|
|||||||
@ -29,15 +29,15 @@
|
|||||||
},
|
},
|
||||||
"gitBash": {
|
"gitBash": {
|
||||||
"error": {
|
"error": {
|
||||||
"description": "[to be translated]:Git Bash is required to run agents on Windows. The agent cannot function without it. Please install Git for Windows from",
|
"description": "O Git Bash é necessário para executar agentes no Windows. O agente não pode funcionar sem ele. Por favor, instale o Git para Windows a partir de",
|
||||||
"recheck": "[to be translated]:Recheck Git Bash Installation",
|
"recheck": "Reverificar a Instalação do Git Bash",
|
||||||
"title": "[to be translated]:Git Bash Required"
|
"title": "Git Bash Necessário"
|
||||||
},
|
},
|
||||||
"notFound": "[to be translated]:Git Bash not found. Please install it first.",
|
"notFound": "Git Bash não encontrado. Por favor, instale-o primeiro.",
|
||||||
"success": "[to be translated]:Git Bash detected successfully!"
|
"success": "Git Bash detectado com sucesso!"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "[to be translated]:Enter your message here, send with {{key}} - @ select path, / select command"
|
"placeholder": "Digite sua mensagem aqui, envie com {{key}} - @ selecionar caminho, / selecionar comando"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"error": {
|
"error": {
|
||||||
@ -266,7 +266,7 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"sendFailed": "Falha ao enviar sua decisão. Por favor, tente novamente."
|
"sendFailed": "Falha ao enviar sua decisão. Por favor, tente novamente."
|
||||||
},
|
},
|
||||||
"executing": "[to be translated]:Executing...",
|
"executing": "Executando...",
|
||||||
"expired": "Expirado",
|
"expired": "Expirado",
|
||||||
"inputPreview": "Pré-visualização da entrada da ferramenta",
|
"inputPreview": "Pré-visualização da entrada da ferramenta",
|
||||||
"pending": "Pendente ({{seconds}}s)",
|
"pending": "Pendente ({{seconds}}s)",
|
||||||
@ -1387,6 +1387,36 @@
|
|||||||
"preview": "Visualizar",
|
"preview": "Visualizar",
|
||||||
"split": "Dividir"
|
"split": "Dividir"
|
||||||
},
|
},
|
||||||
|
"import": {
|
||||||
|
"chatgpt": {
|
||||||
|
"assistant_name": "Importação do ChatGPT",
|
||||||
|
"button": "Selecionar Arquivo",
|
||||||
|
"description": "Importa apenas o texto da conversa, não inclui imagens e anexos",
|
||||||
|
"error": {
|
||||||
|
"invalid_json": "Formato de arquivo JSON inválido",
|
||||||
|
"no_conversations": "Nenhuma conversa encontrada no arquivo",
|
||||||
|
"no_valid_conversations": "Nenhuma conversa válida para importar",
|
||||||
|
"unknown": "Falha na importação, verifique o formato do arquivo"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"step1": "1. Faça login no ChatGPT, vá para Configurações > Controles de dados > Exportar dados",
|
||||||
|
"step2": "2. Aguarde o arquivo de exportação por e-mail",
|
||||||
|
"step3": "3. Extraia o arquivo baixado e localize conversations.json",
|
||||||
|
"title": "Como exportar conversas do ChatGPT?"
|
||||||
|
},
|
||||||
|
"importing": "Importando conversas...",
|
||||||
|
"selecting": "Selecionando arquivo...",
|
||||||
|
"success": "Importadas com sucesso {{topics}} conversas com {{messages}} mensagens",
|
||||||
|
"title": "Importar Conversas do ChatGPT",
|
||||||
|
"untitled_conversation": "Conversa Sem Título"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"button": "Selecionar Arquivo de Importação",
|
||||||
|
"label": "Tem certeza de que deseja importar dados externos?"
|
||||||
|
},
|
||||||
|
"content": "Selecione o arquivo de conversa do aplicativo externo para importar; atualmente, apenas arquivos no formato JSON do ChatGPT são suportados.",
|
||||||
|
"title": "Importar Conversas Externas"
|
||||||
|
},
|
||||||
"knowledge": {
|
"knowledge": {
|
||||||
"add": {
|
"add": {
|
||||||
"title": "Adicionar Base de Conhecimento"
|
"title": "Adicionar Base de Conhecimento"
|
||||||
@ -3096,6 +3126,7 @@
|
|||||||
"basic": "Configurações Básicas",
|
"basic": "Configurações Básicas",
|
||||||
"cloud_storage": "Configurações de Armazenamento em Nuvem",
|
"cloud_storage": "Configurações de Armazenamento em Nuvem",
|
||||||
"export_settings": "Configurações de Exportação",
|
"export_settings": "Configurações de Exportação",
|
||||||
|
"import_settings": "Importar Configurações",
|
||||||
"third_party": "Conexões de Terceiros"
|
"third_party": "Conexões de Terceiros"
|
||||||
},
|
},
|
||||||
"export_menu": {
|
"export_menu": {
|
||||||
@ -3154,6 +3185,11 @@
|
|||||||
},
|
},
|
||||||
"hour_interval_one": "{{count}} hora",
|
"hour_interval_one": "{{count}} hora",
|
||||||
"hour_interval_other": "{{count}} horas",
|
"hour_interval_other": "{{count}} horas",
|
||||||
|
"import_settings": {
|
||||||
|
"button": "Importar Arquivo Json",
|
||||||
|
"chatgpt": "Importar do ChatGPT",
|
||||||
|
"title": "Importar Dados de Aplicações Externas"
|
||||||
|
},
|
||||||
"joplin": {
|
"joplin": {
|
||||||
"check": {
|
"check": {
|
||||||
"button": "Verificar",
|
"button": "Verificar",
|
||||||
|
|||||||
@ -29,15 +29,15 @@
|
|||||||
},
|
},
|
||||||
"gitBash": {
|
"gitBash": {
|
||||||
"error": {
|
"error": {
|
||||||
"description": "[to be translated]:Git Bash is required to run agents on Windows. The agent cannot function without it. Please install Git for Windows from",
|
"description": "Для запуска агентов в Windows требуется Git Bash. Без него агент не может работать. Пожалуйста, установите Git для Windows с",
|
||||||
"recheck": "[to be translated]:Recheck Git Bash Installation",
|
"recheck": "Повторная проверка установки Git Bash",
|
||||||
"title": "[to be translated]:Git Bash Required"
|
"title": "Требуется Git Bash"
|
||||||
},
|
},
|
||||||
"notFound": "[to be translated]:Git Bash not found. Please install it first.",
|
"notFound": "Git Bash не найден. Пожалуйста, сначала установите его.",
|
||||||
"success": "[to be translated]:Git Bash detected successfully!"
|
"success": "Git Bash успешно обнаружен!"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "[to be translated]:Enter your message here, send with {{key}} - @ select path, / select command"
|
"placeholder": "Введите ваше сообщение здесь, отправьте с помощью {{key}} — @ выбрать путь, / выбрать команду"
|
||||||
},
|
},
|
||||||
"list": {
|
"list": {
|
||||||
"error": {
|
"error": {
|
||||||
@ -266,7 +266,7 @@
|
|||||||
"error": {
|
"error": {
|
||||||
"sendFailed": "Не удалось отправить ваше решение. Попробуйте ещё раз."
|
"sendFailed": "Не удалось отправить ваше решение. Попробуйте ещё раз."
|
||||||
},
|
},
|
||||||
"executing": "[to be translated]:Executing...",
|
"executing": "Выполнение...",
|
||||||
"expired": "Истёк",
|
"expired": "Истёк",
|
||||||
"inputPreview": "Предварительный просмотр ввода инструмента",
|
"inputPreview": "Предварительный просмотр ввода инструмента",
|
||||||
"pending": "Ожидание ({{seconds}}с)",
|
"pending": "Ожидание ({{seconds}}с)",
|
||||||
@ -1159,6 +1159,7 @@
|
|||||||
"name": "Имя",
|
"name": "Имя",
|
||||||
"no_results": "Результатов не найдено",
|
"no_results": "Результатов не найдено",
|
||||||
"none": "без",
|
"none": "без",
|
||||||
|
"off": "Выкл",
|
||||||
"open": "Открыть",
|
"open": "Открыть",
|
||||||
"paste": "Вставить",
|
"paste": "Вставить",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
@ -1386,6 +1387,36 @@
|
|||||||
"preview": "Предпросмотр",
|
"preview": "Предпросмотр",
|
||||||
"split": "Разделить"
|
"split": "Разделить"
|
||||||
},
|
},
|
||||||
|
"import": {
|
||||||
|
"chatgpt": {
|
||||||
|
"assistant_name": "Импорт ChatGPT",
|
||||||
|
"button": "Выбрать файл",
|
||||||
|
"description": "Импортирует только текст переписки, не включает изображения и вложения",
|
||||||
|
"error": {
|
||||||
|
"invalid_json": "Неверный формат файла JSON",
|
||||||
|
"no_conversations": "В файле не найдено ни одной беседы",
|
||||||
|
"no_valid_conversations": "Нет допустимых бесед для импорта",
|
||||||
|
"unknown": "Импорт не удался, проверьте формат файла"
|
||||||
|
},
|
||||||
|
"help": {
|
||||||
|
"step1": "1. Войдите в ChatGPT, перейдите в Настройки > Управление данными > Экспортировать данные",
|
||||||
|
"step2": "2. Дождитесь письма с файлом экспорта",
|
||||||
|
"step3": "3. Распакуйте загруженный файл и найдите conversations.json",
|
||||||
|
"title": "Как экспортировать диалоги с ChatGPT?"
|
||||||
|
},
|
||||||
|
"importing": "Импортирование разговоров...",
|
||||||
|
"selecting": "Выбор файла...",
|
||||||
|
"success": "Успешно импортировано {{topics}} бесед с {{messages}} сообщениями",
|
||||||
|
"title": "Импортировать диалоги ChatGPT",
|
||||||
|
"untitled_conversation": "Безымянный разговор"
|
||||||
|
},
|
||||||
|
"confirm": {
|
||||||
|
"button": "Выберите файл для импорта",
|
||||||
|
"label": "Вы уверены, что хотите импортировать внешние данные?"
|
||||||
|
},
|
||||||
|
"content": "Выберите внешний файл с перепиской для импорта; в настоящее время поддерживаются только файлы в формате JSON ChatGPT",
|
||||||
|
"title": "Импорт внешних бесед"
|
||||||
|
},
|
||||||
"knowledge": {
|
"knowledge": {
|
||||||
"add": {
|
"add": {
|
||||||
"title": "Добавить базу знаний"
|
"title": "Добавить базу знаний"
|
||||||
@ -3095,6 +3126,7 @@
|
|||||||
"basic": "Основные настройки данных",
|
"basic": "Основные настройки данных",
|
||||||
"cloud_storage": "Настройки облачного резервирования",
|
"cloud_storage": "Настройки облачного резервирования",
|
||||||
"export_settings": "Настройки экспорта",
|
"export_settings": "Настройки экспорта",
|
||||||
|
"import_settings": "Импорт настроек",
|
||||||
"third_party": "Сторонние подключения"
|
"third_party": "Сторонние подключения"
|
||||||
},
|
},
|
||||||
"export_menu": {
|
"export_menu": {
|
||||||
@ -3153,6 +3185,11 @@
|
|||||||
},
|
},
|
||||||
"hour_interval_one": "{{count}} час",
|
"hour_interval_one": "{{count}} час",
|
||||||
"hour_interval_other": "{{count}} часов",
|
"hour_interval_other": "{{count}} часов",
|
||||||
|
"import_settings": {
|
||||||
|
"button": "Импортировать файл JSON",
|
||||||
|
"chatgpt": "Импорт из ChatGPT",
|
||||||
|
"title": "Импорт внешних данных приложения"
|
||||||
|
},
|
||||||
"joplin": {
|
"joplin": {
|
||||||
"check": {
|
"check": {
|
||||||
"button": "Проверить",
|
"button": "Проверить",
|
||||||
@ -4224,7 +4261,6 @@
|
|||||||
"default": "По умолчанию",
|
"default": "По умолчанию",
|
||||||
"flex": "Гибкий",
|
"flex": "Гибкий",
|
||||||
"on_demand": "по требованию",
|
"on_demand": "по требованию",
|
||||||
"performance": "производительность",
|
|
||||||
"priority": "приоритет",
|
"priority": "приоритет",
|
||||||
"tip": "Указывает уровень задержки, который следует использовать для обработки запроса",
|
"tip": "Указывает уровень задержки, который следует использовать для обработки запроса",
|
||||||
"title": "Уровень сервиса"
|
"title": "Уровень сервиса"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user