mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
chore(core): localize to languages other than english (#13280)
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference. Co-authored-by: GitHub Action <actions@github.com>
This commit is contained in:
committed by
GitHub
parent
06450bfd65
commit
b0606a4380
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "Umgebungsfarbe",
|
||||
"environment name setting": "Umgebungsname",
|
||||
"error": "Fehler",
|
||||
"error detected": "Fehler erkannt",
|
||||
"error detected": "Fehler erkannt.",
|
||||
"error in editor": "Ein Fehler wurde im Editor gefunden",
|
||||
"errorLogs": "Fehlerprotokolle",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "Ausführung",
|
||||
"execution already finished": "Ausführung <code>{executionId}</code> bereits abgeschlossen",
|
||||
"execution labels": "Ausführungs-Labels",
|
||||
"execution not found": "Ausführung <code>{executionId}</code> nicht gefunden",
|
||||
"execution not found": "Ausführung <code>{executionId}</code> wurde nicht gefunden.",
|
||||
"execution not in state FAILED": "Ausführung <code>{executionId}</code> nicht im Zustand FAILED",
|
||||
"execution not in state PAUSED": "Ausführung <code>{executionId}</code> nicht im Zustand PAUSED",
|
||||
"execution replay": "Diese Ausführung ist eine Wiederholung von",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "Metriken löschen",
|
||||
"storage": "Interne Speicherdateien löschen"
|
||||
},
|
||||
"execution_failed": "Ausführung fehlgeschlagen! Der letzte Fehler war",
|
||||
"execution_failed": "Ausführung fehlgeschlagen! \nLetzter Fehler war",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "Befolgen Sie den Quickstart-Guide, um Kestra zu installieren und mit dem Erstellen Ihrer ersten Workflows zu beginnen.",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "Zuletzt geändert",
|
||||
"last trigger date": "Letztes Trigger-Datum",
|
||||
"last trigger date tooltip": "Wann der Trigger zuletzt ausgeführt wurde. Kann in der Vergangenheit liegen, wenn ein Backfill ausgeführt wird.",
|
||||
"latest_update": "Letztes Update",
|
||||
"launch execution": "Ausführen",
|
||||
"learn_more": "Erfahren Sie mehr",
|
||||
"leave page": "Seite verlassen",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "Es sieht so aus, als wäre hier noch nichts... bisher!<br/>Passen Sie Ihre Filter an oder versuchen Sie es erneut!",
|
||||
"no_file_choosen": "Keine Datei ausgewählt",
|
||||
"no_flow_outputs": "Keine Outputs verfügbar.",
|
||||
"no_inputs": "Keine Inputs verfügbar.",
|
||||
"no_logs_data": "Keine Daten",
|
||||
"no_logs_data_description": "Keine Logs für die ausgewählten Filter gefunden. <br> Bitte versuchen Sie, Ihre Filter anzupassen, den Zeitraum zu ändern oder überprüfen Sie, ob der flow kürzlich ausgeführt wurde.",
|
||||
"no_namespaces": "Keine Namespaces entsprechen den Suchkriterien.",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "Keine Ergebnisse gefunden",
|
||||
"no_tasks_running": "Noch keine Tasks laufen.",
|
||||
"no_trigger": "Kein Trigger verfügbar.",
|
||||
"no_variables": "Keine Variablen verfügbar.",
|
||||
"now": "Jetzt",
|
||||
"of": "von",
|
||||
"ok": "OK",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "Sprechen Sie mit uns",
|
||||
"read-more": "Mehr erfahren über",
|
||||
"readonly property": "Schreibgeschützte Eigenschaft",
|
||||
"recent_executions": "Letzte Ausführungen",
|
||||
"refresh": "Aktualisieren",
|
||||
"reject": "Ablehnen",
|
||||
"relative": "Relativ",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "Sequenziell",
|
||||
"server type": "Servertyp",
|
||||
"services": "Dienste",
|
||||
"set_extra_labels": "Zusätzliche Labels festlegen",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "Startdatum und -zeit",
|
||||
"started date": "Startdatum",
|
||||
"state": "Zustand",
|
||||
"state_history": "Zustandshistorie",
|
||||
"stats": "Statistiken",
|
||||
"steps": "Schritte",
|
||||
"stream": "Stream",
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "Color del entorno",
|
||||
"environment name setting": "Nombre del entorno",
|
||||
"error": "Error",
|
||||
"error detected": "Error(es) detectado(s)",
|
||||
"error detected": "Se detectaron errores.",
|
||||
"error in editor": "Se ha encontrado un error en el editor",
|
||||
"errorLogs": "Registros de errores",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "Ejecución",
|
||||
"execution already finished": "Ejecución <code>{executionId}</code> ya finalizada",
|
||||
"execution labels": "Etiquetas de ejecución",
|
||||
"execution not found": "Ejecución <code>{executionId}</code> no encontrada",
|
||||
"execution not found": "La ejecución <code>{executionId}</code> no se encuentra.",
|
||||
"execution not in state FAILED": "Ejecución <code>{executionId}</code> no está en estado FAILED",
|
||||
"execution not in state PAUSED": "Ejecución <code>{executionId}</code> no está en estado PAUSED",
|
||||
"execution replay": "Esta ejecución es una repetición de",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "Eliminar métricas",
|
||||
"storage": "Eliminar archivos de almacenamiento interno"
|
||||
},
|
||||
"execution_failed": "¡La ejecución falló! El último error fue",
|
||||
"execution_failed": "¡Ejecución fallida!\nEl último error fue",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "Sigue la Guía de inicio rápido para instalar Kestra y comenzar a crear tus primeros flujos de trabajo.",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "Última modificación",
|
||||
"last trigger date": "Fecha de último trigger",
|
||||
"last trigger date tooltip": "Cuando el trigger se ejecutó por última vez. Puede estar en el pasado al ejecutar un backfill.",
|
||||
"latest_update": "Última actualización",
|
||||
"launch execution": "Ejecutar",
|
||||
"learn_more": "Aprender más",
|
||||
"leave page": "Salir de la página",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "Parece que no hay nada aquí... ¡todavía!<br/>Ajusta tus filtros o inténtalo de nuevo.",
|
||||
"no_file_choosen": "No se ha elegido archivo",
|
||||
"no_flow_outputs": "No hay outputs disponibles.",
|
||||
"no_inputs": "No hay inputs disponibles.",
|
||||
"no_logs_data": "Sin datos",
|
||||
"no_logs_data_description": "No se encontraron logs para los filtros seleccionados. <br> Por favor, intente ajustar sus filtros, cambiar el rango de tiempo o verifique si el flow se ha ejecutado recientemente.",
|
||||
"no_namespaces": "Ningún namespace coincide con los criterios de búsqueda.",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "No se encontraron resultados",
|
||||
"no_tasks_running": "Todavía no hay tasks en ejecución.",
|
||||
"no_trigger": "No hay trigger disponible.",
|
||||
"no_variables": "No hay variables disponibles.",
|
||||
"now": "Ahora",
|
||||
"of": "de",
|
||||
"ok": "OK",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "Habla con nosotros",
|
||||
"read-more": "Leer más sobre",
|
||||
"readonly property": "Propiedad de solo lectura",
|
||||
"recent_executions": "Ejecuciones Recientes",
|
||||
"refresh": "Actualizar",
|
||||
"reject": "Rechazar",
|
||||
"relative": "Relativo",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "Secuencial",
|
||||
"server type": "Tipo de servidor",
|
||||
"services": "Servicios",
|
||||
"set_extra_labels": "Establecer etiquetas adicionales",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "Fecha y hora de inicio",
|
||||
"started date": "Fecha de inicio",
|
||||
"state": "Estado",
|
||||
"state_history": "Historial de estado",
|
||||
"stats": "Estadísticas",
|
||||
"steps": "Pasos",
|
||||
"stream": "Stream",
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "Couleur de l'environnement",
|
||||
"environment name setting": "Nom de l'environnement",
|
||||
"error": "Erreur",
|
||||
"error detected": "Erreur(s) détectée(s)",
|
||||
"error detected": "Erreur(s) détectée(s).",
|
||||
"error in editor": "Une erreur a été trouvé dans l'éditeur",
|
||||
"errorLogs": "Logs des erreurs",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "Exécution",
|
||||
"execution already finished": "Exécution <code>{executionId}</code> déjà terminée",
|
||||
"execution labels": "Labels d'exécution",
|
||||
"execution not found": "Exécution <code>{executionId}</code> non trouvée",
|
||||
"execution not found": "L'exécution <code>{executionId}</code> est introuvable.",
|
||||
"execution not in state FAILED": "Exécution <code>{executionId}</code> n'est pas dans l'état FAILED",
|
||||
"execution not in state PAUSED": "Exécution <code>{executionId}</code> n'est pas dans l'état PAUSED",
|
||||
"execution replay": "Cette exécution est une relecture de",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "Supprimer les métriques",
|
||||
"storage": "Supprimer les fichiers de stockage interne"
|
||||
},
|
||||
"execution_failed": "Échec de l'exécution ! La dernière erreur était",
|
||||
"execution_failed": "Échec de l'exécution !\nLa dernière erreur était",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "Suivez le Guide de démarrage rapide pour installer Kestra et commencer à créer vos premiers workflows.",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "Dernière modification",
|
||||
"last trigger date": "Dernière date de trigger",
|
||||
"last trigger date tooltip": "Dernière exécution du trigger. Peut être dans le passé lors de l'exécution d'un backfill.",
|
||||
"latest_update": "Dernière mise à jour",
|
||||
"launch execution": "Déclencher",
|
||||
"learn_more": "En savoir plus",
|
||||
"leave page": "Quitter la page",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "On dirait qu'il n'y a rien ici… pour l'instant !<br/>Ajustez vos filtres, ou réessayez !",
|
||||
"no_file_choosen": "Aucun fichier choisi",
|
||||
"no_flow_outputs": "Aucune sortie disponible.",
|
||||
"no_inputs": "Aucun input disponible.",
|
||||
"no_logs_data": "Pas de données",
|
||||
"no_logs_data_description": "Aucun log trouvé pour les filtres sélectionnés. <br> Veuillez essayer d'ajuster vos filtres, de changer la plage de temps, ou vérifier si le flow a été exécuté récemment.",
|
||||
"no_namespaces": "Zéro espace de noms correspond aux critères de recherche.",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "Aucun résultat trouvé",
|
||||
"no_tasks_running": "Aucune tâche n'est encore en cours d'exécution.",
|
||||
"no_trigger": "Aucun trigger disponible.",
|
||||
"no_variables": "Aucune variable disponible.",
|
||||
"now": "Maintenant",
|
||||
"of": "de",
|
||||
"ok": "OK",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "Contactez-nous",
|
||||
"read-more": "En savoir plus sur",
|
||||
"readonly property": "Propriété non modifiable",
|
||||
"recent_executions": "Exécutions Récentes",
|
||||
"refresh": "Rafraîchir",
|
||||
"reject": "Rejeter",
|
||||
"relative": "Relative",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "Séquentiel",
|
||||
"server type": "Type de serveur",
|
||||
"services": "Services",
|
||||
"set_extra_labels": "Définir des labels supplémentaires",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "Date de départ",
|
||||
"started date": "Date de démarrage",
|
||||
"state": "État",
|
||||
"state_history": "Historique des états",
|
||||
"stats": "Stats",
|
||||
"steps": "Étapes",
|
||||
"stream": "Flow",
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "पर्यावरण रंग",
|
||||
"environment name setting": "पर्यावरण नाम",
|
||||
"error": "त्रुटि",
|
||||
"error detected": "त्रुटि का पता चला",
|
||||
"error detected": "त्रुटि(त्रुटियाँ) पाई गईं।",
|
||||
"error in editor": "संपादक में एक त्रुटि पाई गई है",
|
||||
"errorLogs": "त्रुटियाँ logs",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "निष्पादन",
|
||||
"execution already finished": "निष्पादन <code>{executionId}</code> पहले ही समाप्त हो चुका है",
|
||||
"execution labels": "निष्पादन labels",
|
||||
"execution not found": "निष्पादन <code>{executionId}</code> नहीं मिला",
|
||||
"execution not found": "<code>{executionId}</code> निष्पादन नहीं मिला।",
|
||||
"execution not in state FAILED": "निष्पादन <code>{executionId}</code> FAILED स्थिति में नहीं है",
|
||||
"execution not in state PAUSED": "निष्पादन <code>{executionId}</code> PAUSED स्थिति में नहीं है",
|
||||
"execution replay": "यह निष्पादन का पुनरावृत्ति है",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "Metrics हटाएं",
|
||||
"storage": "आंतरिक स्टोरेज फाइलें हटाएं"
|
||||
},
|
||||
"execution_failed": "निष्पादन FAILED! अंतिम त्रुटि थी",
|
||||
"execution_failed": "निष्पादन विफल हुआ!\nअंतिम त्रुटि थी",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "क्विकस्टार्ट गाइड का पालन करें ताकि आप Kestra को इंस्टॉल कर सकें और अपनी पहली workflows बनाना शुरू कर सकें।",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "अंतिम संशोधित",
|
||||
"last trigger date": "अंतिम ट्रिगर की तारीख",
|
||||
"last trigger date tooltip": "ट्रिगर ने आखिरी बार कब निष्पादित किया था। जब एक backfill चल रहा हो तो यह अतीत में हो सकता है।",
|
||||
"latest_update": "नवीनतम अपडेट",
|
||||
"launch execution": "निष्पादित करें",
|
||||
"learn_more": "और जानें",
|
||||
"leave page": "पृष्ठ छोड़ें",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "ऐसा लगता है कि यहाँ कुछ नहीं है... अभी तक!<br/>अपने फ़िल्टर समायोजित करें, या इसे फिर से आज़माएँ!",
|
||||
"no_file_choosen": "कोई फ़ाइल चयनित नहीं",
|
||||
"no_flow_outputs": "कोई output उपलब्ध नहीं है।",
|
||||
"no_inputs": "कोई input उपलब्ध नहीं है।",
|
||||
"no_logs_data": "कोई डेटा नहीं",
|
||||
"no_logs_data_description": "चयनित फ़िल्टर के लिए कोई logs नहीं मिले। <br> कृपया अपने फ़िल्टर समायोजित करें, समय सीमा बदलें, या जांचें कि flow ने हाल ही में निष्पादन किया है या नहीं।",
|
||||
"no_namespaces": "कोई भी namespaces खोज मानदंड से मेल नहीं खाते।",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "कोई परिणाम नहीं मिला",
|
||||
"no_tasks_running": "अभी कोई task नहीं चल रहा है।",
|
||||
"no_trigger": "कोई trigger उपलब्ध नहीं है।",
|
||||
"no_variables": "कोई वेरिएबल उपलब्ध नहीं हैं।",
|
||||
"now": "अब",
|
||||
"of": "का",
|
||||
"ok": "ठीक है",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "हमसे बात करें",
|
||||
"read-more": "और अधिक पढ़ें",
|
||||
"readonly property": "केवल-पढ़ने की संपत्ति",
|
||||
"recent_executions": "हाल की Executions",
|
||||
"refresh": "ताज़ा करें",
|
||||
"reject": "अस्वीकार करें",
|
||||
"relative": "सापेक्ष",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "अनुक्रमिक",
|
||||
"server type": "सर्वर प्रकार",
|
||||
"services": "सेवाएँ",
|
||||
"set_extra_labels": "अतिरिक्त labels सेट करें",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "प्रारंभ दिनांक और समय",
|
||||
"started date": "प्रारंभ तिथि",
|
||||
"state": "स्थिति",
|
||||
"state_history": "स्थिति इतिहास",
|
||||
"stats": "आँकड़े",
|
||||
"steps": "चरण",
|
||||
"stream": "स्ट्रीम",
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "Colore dell'ambiente",
|
||||
"environment name setting": "Nome dell'ambiente",
|
||||
"error": "Errore",
|
||||
"error detected": "Errori rilevati",
|
||||
"error detected": "Errore(i) rilevato(i).",
|
||||
"error in editor": "È stato trovato un errore nell'editor",
|
||||
"errorLogs": "Log degli errori",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "Esecuzione",
|
||||
"execution already finished": "Esecuzione <code>{executionId}</code> già terminata",
|
||||
"execution labels": "Etichette di esecuzione",
|
||||
"execution not found": "Esecuzione <code>{executionId}</code> non trovata",
|
||||
"execution not found": "L'esecuzione <code>{executionId}</code> non è stata trovata.",
|
||||
"execution not in state FAILED": "Esecuzione <code>{executionId}</code> non in stato FAILED",
|
||||
"execution not in state PAUSED": "Esecuzione <code>{executionId}</code> non in stato PAUSED",
|
||||
"execution replay": "Questa esecuzione è una ripetizione di",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "Elimina metriche",
|
||||
"storage": "Elimina file di storage interni"
|
||||
},
|
||||
"execution_failed": "Esecuzione fallita! L'ultimo errore è stato",
|
||||
"execution_failed": "Esecuzione fallita! \nL'ultimo errore è stato",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "Segui la Guida rapida per installare Kestra e iniziare a creare i tuoi primi workflow.",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "Ultima modifica",
|
||||
"last trigger date": "Data ultimo trigger",
|
||||
"last trigger date tooltip": "Quando il trigger è stato eseguito l'ultima volta. Potrebbe essere nel passato quando si esegue un backfill.",
|
||||
"latest_update": "Ultimo aggiornamento",
|
||||
"launch execution": "Esegui",
|
||||
"learn_more": "Scopri di più",
|
||||
"leave page": "Lascia Pagina",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "Sembra che non ci sia ancora nulla qui… per ora!<br/>Modifica i tuoi filtri o riprova!",
|
||||
"no_file_choosen": "Nessun file selezionato",
|
||||
"no_flow_outputs": "Nessun output disponibile.",
|
||||
"no_inputs": "Nessun input disponibile.",
|
||||
"no_logs_data": "Nessun dato",
|
||||
"no_logs_data_description": "Nessun log trovato per i filtri selezionati. <br> Prova a modificare i filtri, cambiare l'intervallo di tempo o verifica se il flow è stato eseguito di recente.",
|
||||
"no_namespaces": "Nessun namespace corrisponde ai criteri di ricerca.",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "Nessun risultato trovato",
|
||||
"no_tasks_running": "Nessun task è ancora in esecuzione.",
|
||||
"no_trigger": "Nessun trigger disponibile.",
|
||||
"no_variables": "Nessuna variabile disponibile.",
|
||||
"now": "Ora",
|
||||
"of": "di",
|
||||
"ok": "OK",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "Parlaci",
|
||||
"read-more": "Leggi di più su",
|
||||
"readonly property": "Proprietà di sola lettura",
|
||||
"recent_executions": "Esecuzioni Recenti",
|
||||
"refresh": "Aggiorna",
|
||||
"reject": "Rifiuta",
|
||||
"relative": "Relativo",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "Sequenziale",
|
||||
"server type": "Tipo di server",
|
||||
"services": "Servizi",
|
||||
"set_extra_labels": "Imposta etichette extra",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "Data e ora di inizio",
|
||||
"started date": "Data di inizio",
|
||||
"state": "Stato",
|
||||
"state_history": "Cronologia degli stati",
|
||||
"stats": "Statistiche",
|
||||
"steps": "Passaggi",
|
||||
"stream": "Stream",
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "環境色",
|
||||
"environment name setting": "環境名",
|
||||
"error": "エラー",
|
||||
"error detected": "エラーが検出されました",
|
||||
"error detected": "エラーが検出されました。",
|
||||
"error in editor": "エディタにエラーが見つかりました",
|
||||
"errorLogs": "エラーログ",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "Execution",
|
||||
"execution already finished": "実行<code>{executionId}</code>はすでに終了しています",
|
||||
"execution labels": "実行ラベル",
|
||||
"execution not found": "実行<code>{executionId}</code>が見つかりません",
|
||||
"execution not found": "<code>{executionId}</code> の実行が見つかりません。",
|
||||
"execution not in state FAILED": "実行<code>{executionId}</code>はFAILED状態ではありません",
|
||||
"execution not in state PAUSED": "実行<code>{executionId}</code>はPAUSED状態ではありません",
|
||||
"execution replay": "この実行は次のリプレイです",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "メトリクスを削除",
|
||||
"storage": "内部ストレージファイルを削除"
|
||||
},
|
||||
"execution_failed": "実行に失敗しました!最後のエラーは",
|
||||
"execution_failed": "実行に失敗しました!\n最後のエラーは",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "クイックスタートガイドに従ってKestraをインストールし、最初のworkflowの構築を始めましょう。",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "最終更新日時",
|
||||
"last trigger date": "最終トリガー日時",
|
||||
"last trigger date tooltip": "トリガーが最後に実行された時刻。バックフィルを実行している場合、過去の時刻になることがあります。",
|
||||
"latest_update": "最新の更新",
|
||||
"launch execution": "実行",
|
||||
"learn_more": "詳細を確認",
|
||||
"leave page": "ページを離れる",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "ここにはまだ何もないようです…<br/>フィルターを調整するか、もう一度試してみてください!",
|
||||
"no_file_choosen": "ファイルが選択されていません",
|
||||
"no_flow_outputs": "出力は利用できません。",
|
||||
"no_inputs": "入力が利用できません。",
|
||||
"no_logs_data": "データなし",
|
||||
"no_logs_data_description": "選択したフィルターに対してログが見つかりませんでした。<br> フィルターを調整するか、時間範囲を変更するか、flowが最近実行されたかを確認してください。",
|
||||
"no_namespaces": "検索条件に一致するnamespaceはゼロです。",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "結果が見つかりません",
|
||||
"no_tasks_running": "タスクはまだ実行されていません。",
|
||||
"no_trigger": "トリガーが利用できません。",
|
||||
"no_variables": "変数は利用できません。",
|
||||
"now": "現在",
|
||||
"of": "の",
|
||||
"ok": "OK",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "お問い合わせ",
|
||||
"read-more": "続きを読む",
|
||||
"readonly property": "読み取り専用プロパティ",
|
||||
"recent_executions": "最近の実行",
|
||||
"refresh": "更新",
|
||||
"reject": "拒否",
|
||||
"relative": "相対",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "逐次",
|
||||
"server type": "サーバータイプ",
|
||||
"services": "サービス",
|
||||
"set_extra_labels": "追加のラベルを設定",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "開始日時",
|
||||
"started date": "開始日",
|
||||
"state": "状態",
|
||||
"state_history": "状態履歴",
|
||||
"stats": "統計",
|
||||
"steps": "ステップ",
|
||||
"stream": "ストリーム",
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "환경 색상",
|
||||
"environment name setting": "환경 이름",
|
||||
"error": "오류",
|
||||
"error detected": "오류 감지됨",
|
||||
"error detected": "오류가 감지되었습니다.",
|
||||
"error in editor": "편집기에서 오류가 발견되었습니다",
|
||||
"errorLogs": "오류 logs",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "실행",
|
||||
"execution already finished": "실행 <code>{executionId}</code>이(가) 이미 완료되었습니다",
|
||||
"execution labels": "실행 라벨",
|
||||
"execution not found": "실행 <code>{executionId}</code>을(를) 찾을 수 없습니다",
|
||||
"execution not found": "<code>{executionId}</code> 실행을 찾을 수 없습니다.",
|
||||
"execution not in state FAILED": "실행 <code>{executionId}</code>이(가) FAILED 상태가 아닙니다",
|
||||
"execution not in state PAUSED": "실행 <code>{executionId}</code>이(가) PAUSED 상태가 아닙니다",
|
||||
"execution replay": "이 실행은 다음의 재실행입니다:",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "메트릭 삭제",
|
||||
"storage": "내부 저장소 파일 삭제"
|
||||
},
|
||||
"execution_failed": "실행 실패! 마지막 오류는",
|
||||
"execution_failed": "실행 실패!\n마지막 오류는",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "Quickstart Guide를 따라 Kestra를 설치하고 첫 번째 workflow를 구축하세요.",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "마지막 수정",
|
||||
"last trigger date": "마지막 trigger 날짜",
|
||||
"last trigger date tooltip": "트리거가 마지막으로 실행된 시점입니다. 백필을 실행할 때 과거일 수 있습니다.",
|
||||
"latest_update": "최신 업데이트",
|
||||
"launch execution": "실행",
|
||||
"learn_more": "자세히 알아보기",
|
||||
"leave page": "페이지 나가기",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "여기에는 아직 아무것도 없는 것 같아요…<br/>필터를 조정하거나 다시 시도해 보세요!",
|
||||
"no_file_choosen": "파일이 선택되지 않음",
|
||||
"no_flow_outputs": "출력 없음.",
|
||||
"no_inputs": "입력값이 없습니다.",
|
||||
"no_logs_data": "데이터 없음",
|
||||
"no_logs_data_description": "선택한 필터에 대한 로그가 없습니다. <br> 필터를 조정하거나, 시간 범위를 변경하거나, flow가 최근에 실행되었는지 확인해 주세요.",
|
||||
"no_namespaces": "검색 기준에 맞는 namespace가 없습니다.",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "결과를 찾을 수 없습니다",
|
||||
"no_tasks_running": "아직 실행 중인 task가 없습니다.",
|
||||
"no_trigger": "사용 가능한 trigger가 없습니다.",
|
||||
"no_variables": "사용 가능한 변수가 없습니다.",
|
||||
"now": "지금",
|
||||
"of": "의",
|
||||
"ok": "확인",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "문의하기",
|
||||
"read-more": "자세히 알아보기",
|
||||
"readonly property": "읽기 전용 속성",
|
||||
"recent_executions": "최근 실행",
|
||||
"refresh": "새로 고침",
|
||||
"reject": "거부",
|
||||
"relative": "상대적",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "순차적",
|
||||
"server type": "서버 유형",
|
||||
"services": "서비스",
|
||||
"set_extra_labels": "추가 label 설정",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "시작 날짜 및 시간",
|
||||
"started date": "시작 날짜",
|
||||
"state": "상태",
|
||||
"state_history": "상태 기록",
|
||||
"stats": "통계",
|
||||
"steps": "단계",
|
||||
"stream": "스트림",
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "Kolor środowiska",
|
||||
"environment name setting": "Nazwa środowiska",
|
||||
"error": "Błąd",
|
||||
"error detected": "Wykryto błąd(y)",
|
||||
"error detected": "Wykryto błąd(y).",
|
||||
"error in editor": "Znaleziono błąd w edytorze",
|
||||
"errorLogs": "Logi błędów",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "Wykonanie",
|
||||
"execution already finished": "Wykonanie <code>{executionId}</code> już zakończone",
|
||||
"execution labels": "Etykiety wykonania",
|
||||
"execution not found": "Wykonanie <code>{executionId}</code> nie znalezione",
|
||||
"execution not found": "Wykonanie <code>{executionId}</code> nie zostało znalezione.",
|
||||
"execution not in state FAILED": "Wykonanie <code>{executionId}</code> nie jest w stanie FAILED",
|
||||
"execution not in state PAUSED": "Wykonanie <code>{executionId}</code> nie jest w stanie PAUSED",
|
||||
"execution replay": "To wykonanie jest powtórką z",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "Usuń metrics",
|
||||
"storage": "Usuń wewnętrzne pliki storage"
|
||||
},
|
||||
"execution_failed": "Wykonanie nie powiodło się! Ostatni błąd to",
|
||||
"execution_failed": "Wykonanie nie powiodło się! \nOstatni błąd to",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "Postępuj zgodnie z Przewodnikiem Szybkiego Startu, aby zainstalować Kestra i rozpocząć tworzenie swoich pierwszych workflowów.",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "Ostatnia modyfikacja",
|
||||
"last trigger date": "Data ostatniego triggera",
|
||||
"last trigger date tooltip": "Kiedy trigger został ostatnio wykonany. Może być w przeszłości podczas uruchamiania backfill.",
|
||||
"latest_update": "Najnowsza aktualizacja",
|
||||
"launch execution": "Wykonaj",
|
||||
"learn_more": "Dowiedz się więcej",
|
||||
"leave page": "Opuść stronę",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "Wygląda na to, że nic tu nie ma... jeszcze!<br/>Dostosuj swoje filtry lub spróbuj ponownie!",
|
||||
"no_file_choosen": "Nie wybrano pliku",
|
||||
"no_flow_outputs": "Brak dostępnych outputów.",
|
||||
"no_inputs": "Brak dostępnych inputów.",
|
||||
"no_logs_data": "Brak danych",
|
||||
"no_logs_data_description": "Nie znaleziono logów dla wybranych filtrów. <br> Spróbuj dostosować filtry, zmienić zakres czasu lub sprawdź, czy flow został ostatnio wykonany.",
|
||||
"no_namespaces": "Zero namespaces spełnia kryteria wyszukiwania.",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "Nie znaleziono wyników",
|
||||
"no_tasks_running": "Jeszcze nie ma uruchomionych tasków.",
|
||||
"no_trigger": "Brak dostępnego triggera.",
|
||||
"no_variables": "Brak dostępnych zmiennych.",
|
||||
"now": "Teraz",
|
||||
"of": "z",
|
||||
"ok": "OK",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "Porozmawiaj z nami",
|
||||
"read-more": "Czytaj więcej o",
|
||||
"readonly property": "Właściwość tylko do odczytu",
|
||||
"recent_executions": "Ostatnie Wykonania",
|
||||
"refresh": "Odśwież",
|
||||
"reject": "Odrzuć",
|
||||
"relative": "Względny",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "Sekwencyjny",
|
||||
"server type": "Typ serwera",
|
||||
"services": "Usługi",
|
||||
"set_extra_labels": "Ustaw dodatkowe label",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "Data i godzina rozpoczęcia",
|
||||
"started date": "Data rozpoczęcia",
|
||||
"state": "Stan",
|
||||
"state_history": "Historia stanu",
|
||||
"stats": "Statystyki",
|
||||
"steps": "Kroki",
|
||||
"stream": "Strumień",
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "Cor do ambiente",
|
||||
"environment name setting": "Nome do ambiente",
|
||||
"error": "Erro",
|
||||
"error detected": "Erro(s) detectado(s)",
|
||||
"error detected": "Erro(s) detectado(s).",
|
||||
"error in editor": "Um erro foi encontrado no editor",
|
||||
"errorLogs": "Logs de erros",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "Execução",
|
||||
"execution already finished": "Execução <code>{executionId}</code> já finalizada",
|
||||
"execution labels": "Labels de execução",
|
||||
"execution not found": "Execução <code>{executionId}</code> não encontrada",
|
||||
"execution not found": "A execução <code>{executionId}</code> não foi encontrada.",
|
||||
"execution not in state FAILED": "Execução <code>{executionId}</code> não está no estado FAILED",
|
||||
"execution not in state PAUSED": "Execução <code>{executionId}</code> não está no estado PAUSED",
|
||||
"execution replay": "Esta execução é uma repetição de",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "Excluir métricas",
|
||||
"storage": "Excluir arquivos de armazenamento interno"
|
||||
},
|
||||
"execution_failed": "Execução FAILED! Último erro foi",
|
||||
"execution_failed": "Execução falhou!\nÚltimo erro foi",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "Siga o Guia de Início Rápido para instalar o Kestra e começar a criar seus primeiros workflows.",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "Última modificação",
|
||||
"last trigger date": "Data da última trigger",
|
||||
"last trigger date tooltip": "Quando o trigger foi executado pela última vez. Pode estar no passado ao executar um backfill.",
|
||||
"latest_update": "Última atualização",
|
||||
"launch execution": "Executar",
|
||||
"learn_more": "Saiba mais",
|
||||
"leave page": "Sair da Página",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "Parece que não há nada aqui... ainda!<br/>Ajuste seus filtros ou tente novamente!",
|
||||
"no_file_choosen": "Nenhum arquivo selecionado",
|
||||
"no_flow_outputs": "Nenhum output disponível.",
|
||||
"no_inputs": "Nenhum input disponível.",
|
||||
"no_logs_data": "Sem Dados",
|
||||
"no_logs_data_description": "Nenhum log encontrado para os filtros selecionados. <br> Por favor, tente ajustar seus filtros, alterar o intervalo de tempo ou verifique se o flow foi executado recentemente.",
|
||||
"no_namespaces": "Nenhum namespace corresponde aos critérios de busca.",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "Nenhum resultado encontrado",
|
||||
"no_tasks_running": "Ainda não há tasks em execução.",
|
||||
"no_trigger": "Nenhum trigger disponível.",
|
||||
"no_variables": "Nenhuma variável disponível.",
|
||||
"now": "Agora",
|
||||
"of": "de",
|
||||
"ok": "OK",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "Fale conosco",
|
||||
"read-more": "Leia mais sobre",
|
||||
"readonly property": "Propriedade somente leitura",
|
||||
"recent_executions": "Execuções Recentes",
|
||||
"refresh": "Atualizar",
|
||||
"reject": "Rejeitar",
|
||||
"relative": "Relativo",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "Sequencial",
|
||||
"server type": "Tipo de servidor",
|
||||
"services": "Serviços",
|
||||
"set_extra_labels": "Definir labels extras",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "Data e hora de início",
|
||||
"started date": "Data de início",
|
||||
"state": "Estado",
|
||||
"state_history": "Histórico de estado",
|
||||
"stats": "Estatísticas",
|
||||
"steps": "Passos",
|
||||
"stream": "Stream",
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "Cor do ambiente",
|
||||
"environment name setting": "Nome do ambiente",
|
||||
"error": "Erro",
|
||||
"error detected": "Erro(s) detectado(s)",
|
||||
"error detected": "Erro(s) detectado(s).",
|
||||
"error in editor": "Um erro foi encontrado no editor",
|
||||
"errorLogs": "Logs de erros",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "Execução",
|
||||
"execution already finished": "Execução <code>{executionId}</code> já finalizada",
|
||||
"execution labels": "Labels de execução",
|
||||
"execution not found": "Execução <code>{executionId}</code> não encontrada",
|
||||
"execution not found": "Execução <code>{executionId}</code> não encontrada.",
|
||||
"execution not in state FAILED": "Execução <code>{executionId}</code> não está no estado FAILED",
|
||||
"execution not in state PAUSED": "Execução <code>{executionId}</code> não está no estado PAUSED",
|
||||
"execution replay": "Esta execução é uma repetição de",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "Excluir métricas",
|
||||
"storage": "Excluir arquivos de armazenamento interno"
|
||||
},
|
||||
"execution_failed": "Execução FAILED! Último erro foi",
|
||||
"execution_failed": "Execução falhou!\nÚltimo erro foi",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "Siga o Guia de Início Rápido para instalar o Kestra e começar a criar seus primeiros workflows.",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "Última modificação",
|
||||
"last trigger date": "Data da última trigger",
|
||||
"last trigger date tooltip": "Quando o trigger foi executado pela última vez. Pode estar no passado ao executar um backfill.",
|
||||
"latest_update": "Última atualização",
|
||||
"launch execution": "Executar",
|
||||
"learn_more": "Saiba mais",
|
||||
"leave page": "Sair da Página",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "Parece que não há nada aqui... ainda!<br/>Ajuste seus filtros ou tente novamente!",
|
||||
"no_file_choosen": "Nenhum arquivo selecionado",
|
||||
"no_flow_outputs": "Sem outputs disponíveis.",
|
||||
"no_inputs": "Nenhum input disponível.",
|
||||
"no_logs_data": "Sem Dados",
|
||||
"no_logs_data_description": "Nenhum log encontrado para os filtros selecionados. <br> Tente ajustar seus filtros, alterar o intervalo de tempo ou verificar se o flow foi executado recentemente.",
|
||||
"no_namespaces": "Nenhum namespace corresponde aos critérios de busca.",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "Nenhum resultado encontrado",
|
||||
"no_tasks_running": "Ainda não há tasks em execução.",
|
||||
"no_trigger": "Nenhum trigger disponível.",
|
||||
"no_variables": "Nenhuma variável disponível.",
|
||||
"now": "Agora",
|
||||
"of": "de",
|
||||
"ok": "OK",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "Fale conosco",
|
||||
"read-more": "Leia mais sobre",
|
||||
"readonly property": "Propriedade somente leitura",
|
||||
"recent_executions": "Execuções Recentes",
|
||||
"refresh": "Atualizar",
|
||||
"reject": "Rejeitar",
|
||||
"relative": "Relativo",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "Sequencial",
|
||||
"server type": "Tipo de servidor",
|
||||
"services": "Serviços",
|
||||
"set_extra_labels": "Definir labels extras",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "Data e hora de início",
|
||||
"started date": "Data de início",
|
||||
"state": "Estado",
|
||||
"state_history": "Histórico de estado",
|
||||
"stats": "Estatísticas",
|
||||
"steps": "Passos",
|
||||
"stream": "Stream",
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "Цвет окружения",
|
||||
"environment name setting": "Имя окружения",
|
||||
"error": "Ошибка",
|
||||
"error detected": "Обнаружены ошибки",
|
||||
"error detected": "Обнаружена ошибка(и).",
|
||||
"error in editor": "В редакторе найдена ошибка",
|
||||
"errorLogs": "Логи ошибок",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "Выполнение",
|
||||
"execution already finished": "Выполнение <code>{executionId}</code> уже завершено",
|
||||
"execution labels": "Метки выполнения",
|
||||
"execution not found": "Выполнение <code>{executionId}</code> не найдено",
|
||||
"execution not found": "Выполнение <code>{executionId}</code> не найдено.",
|
||||
"execution not in state FAILED": "Выполнение <code>{executionId}</code> не в состоянии FAILED",
|
||||
"execution not in state PAUSED": "Выполнение <code>{executionId}</code> не в состоянии PAUSED",
|
||||
"execution replay": "Это выполнение является повтором",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "Удалить метрики",
|
||||
"storage": "Удалить внутренние файлы хранения"
|
||||
},
|
||||
"execution_failed": "Выполнение FAILED! Последняя ошибка была",
|
||||
"execution_failed": "Выполнение завершилось с ошибкой!\nПоследняя ошибка была",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "Следуйте Руководству по быстрому старту, чтобы установить Kestra и начать создавать свои первые workflows.",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "Последнее изменение",
|
||||
"last trigger date": "Дата последнего срабатывания",
|
||||
"last trigger date tooltip": "Когда trigger выполнялся в последний раз. Может быть в прошлом при запуске backfill.",
|
||||
"latest_update": "Последнее обновление",
|
||||
"launch execution": "Выполнить",
|
||||
"learn_more": "Узнать больше",
|
||||
"leave page": "Покинуть страницу",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "Похоже, здесь пока ничего нет…<br/>Измените фильтры или попробуйте снова!",
|
||||
"no_file_choosen": "Файл не выбран",
|
||||
"no_flow_outputs": "Нет доступных output.",
|
||||
"no_inputs": "Нет доступных input.",
|
||||
"no_logs_data": "Нет данных",
|
||||
"no_logs_data_description": "Для выбранных фильтров логи не найдены. <br> Попробуйте изменить фильтры, изменить временной диапазон или проверьте, выполнялся ли flow недавно.",
|
||||
"no_namespaces": "Ни один namespace не соответствует критериям поиска.",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "Результаты не найдены",
|
||||
"no_tasks_running": "Ещё нет запущенных tasks.",
|
||||
"no_trigger": "Триггер недоступен.",
|
||||
"no_variables": "Переменные недоступны.",
|
||||
"now": "Сейчас",
|
||||
"of": "из",
|
||||
"ok": "ОК",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "Свяжитесь с нами",
|
||||
"read-more": "Узнать больше о",
|
||||
"readonly property": "Свойство только для чтения",
|
||||
"recent_executions": "Недавние выполнения",
|
||||
"refresh": "Обновить",
|
||||
"reject": "Отклонить",
|
||||
"relative": "Относительный",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "Последовательный",
|
||||
"server type": "Тип сервера",
|
||||
"services": "Сервисы",
|
||||
"set_extra_labels": "Установить дополнительные labels",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "Дата и время начала",
|
||||
"started date": "Дата начала",
|
||||
"state": "Состояние",
|
||||
"state_history": "История состояния",
|
||||
"stats": "Статистика",
|
||||
"steps": "Шаги",
|
||||
"stream": "Поток",
|
||||
|
||||
@@ -507,7 +507,7 @@
|
||||
"environment color setting": "环境颜色",
|
||||
"environment name setting": "环境名称",
|
||||
"error": "错误",
|
||||
"error detected": "检测到错误",
|
||||
"error detected": "检测到错误。",
|
||||
"error in editor": "在编辑器中发现错误",
|
||||
"errorLogs": "错误日志",
|
||||
"errors": {
|
||||
@@ -539,7 +539,7 @@
|
||||
"execution": "执行",
|
||||
"execution already finished": "执行 <code>{executionId}</code> 已完成",
|
||||
"execution labels": "执行标签",
|
||||
"execution not found": "未找到执行 <code>{executionId}</code>",
|
||||
"execution not found": "执行 <code>{executionId}</code> 未找到。",
|
||||
"execution not in state FAILED": "执行 <code>{executionId}</code> 未处于失败状态",
|
||||
"execution not in state PAUSED": "执行 <code>{executionId}</code> 未处于暂停状态",
|
||||
"execution replay": "此执行是以下内容的重放",
|
||||
@@ -554,7 +554,7 @@
|
||||
"metrics": "删除指标",
|
||||
"storage": "删除内部存储文件"
|
||||
},
|
||||
"execution_failed": "执行失败!最后的错误是",
|
||||
"execution_failed": "执行失败!\n最后一个错误是",
|
||||
"execution_guide": {
|
||||
"get_started": {
|
||||
"text": "请按照快速入门指南安装Kestra并开始构建您的第一个工作流。",
|
||||
@@ -1053,6 +1053,7 @@
|
||||
"last modified": "上次修改",
|
||||
"last trigger date": "上次触发日期",
|
||||
"last trigger date tooltip": "触发器上次执行的时间。在运行backfill时可能是过去的时间。",
|
||||
"latest_update": "最新更新",
|
||||
"launch execution": "执行",
|
||||
"learn_more": "了解更多",
|
||||
"leave page": "离开页面",
|
||||
@@ -1280,6 +1281,8 @@
|
||||
},
|
||||
"no_data": "看起来这里还没有内容……<br/>调整您的过滤器,或者再试一次!",
|
||||
"no_file_choosen": "未选择文件",
|
||||
"no_flow_outputs": "没有可用的output。",
|
||||
"no_inputs": "没有可用的input。",
|
||||
"no_logs_data": "无数据",
|
||||
"no_logs_data_description": "未找到所选过滤器的日志。<br>请尝试调整过滤器、更改时间范围,或检查flow最近是否已执行。",
|
||||
"no_namespaces": "没有符合搜索条件的命名空间。",
|
||||
@@ -1293,6 +1296,8 @@
|
||||
},
|
||||
"no_results_found": "未找到结果",
|
||||
"no_tasks_running": "尚无任务正在运行。",
|
||||
"no_trigger": "没有可用的trigger。",
|
||||
"no_variables": "没有可用的变量。",
|
||||
"now": "现在",
|
||||
"of": "的",
|
||||
"ok": "确定",
|
||||
@@ -1427,6 +1432,7 @@
|
||||
"reach us": "联系我们",
|
||||
"read-more": "了解更多关于",
|
||||
"readonly property": "只读属性",
|
||||
"recent_executions": "最近执行",
|
||||
"refresh": "刷新",
|
||||
"reject": "拒绝",
|
||||
"relative": "相对",
|
||||
@@ -1526,6 +1532,7 @@
|
||||
"sequential": "顺序",
|
||||
"server type": "服务器类型",
|
||||
"services": "服务",
|
||||
"set_extra_labels": "设置额外的labels",
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"configuration": {
|
||||
@@ -1686,6 +1693,7 @@
|
||||
"start datetime": "开始日期时间",
|
||||
"started date": "开始日期",
|
||||
"state": "状态",
|
||||
"state_history": "状态历史",
|
||||
"stats": "统计",
|
||||
"steps": "步骤",
|
||||
"stream": "流",
|
||||
|
||||
Reference in New Issue
Block a user