Merge branch 'develop' into accord-fix
This commit is contained in:
@@ -48,6 +48,12 @@
|
||||
"options": "Optionen",
|
||||
"heading": "Meine Roboter",
|
||||
"new": "Roboter erstellen",
|
||||
"search_criteria": "Versuchen Sie, Ihre Suchkriterien anzupassen",
|
||||
"placeholder": {
|
||||
"title": "Alles bereit für den Start",
|
||||
"body": "Roboter, die Sie erstellen, werden hier angezeigt. Klicken Sie auf „Roboter erstellen“, um loszulegen!",
|
||||
"search": "Keine Roboter entsprechen Ihrer Suche"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Geben Sie die URL ein",
|
||||
"login_title": "Ist für diese Website eine Anmeldung erforderlich?",
|
||||
@@ -92,10 +98,10 @@
|
||||
"search": "Ausführungen suchen...",
|
||||
"sort_tooltip": "Zum Sortieren klicken",
|
||||
"placeholder": {
|
||||
"title": "Keine Ausführungen gefunden",
|
||||
"body": "Hier werden alle Ausführungen Ihrer Roboter angezeigt. Sobald ein Roboter aktiv ist, werden seine Ausführungen hier protokolliert.",
|
||||
"search": "Keine Ausführungen entsprechen Ihrer Suche"
|
||||
},
|
||||
"title": "Keine Durchläufe gefunden",
|
||||
"body": "Hier werden alle Ihre Roboter-Durchläufe angezeigt. Sobald ein Roboter aktiv ist, werden seine Durchläufe hier protokolliert.",
|
||||
"search": "Keine Durchläufe entsprechen Ihrer Suche"
|
||||
},
|
||||
"notifications": {
|
||||
"no_runs": "Keine Ausführungen gefunden. Bitte versuchen Sie es erneut.",
|
||||
"delete_success": "Ausführung erfolgreich gelöscht"
|
||||
@@ -247,7 +253,15 @@
|
||||
"unable_create_settings": "Listeneinstellungen können nicht erstellt werden. Stellen Sie sicher, dass Sie ein Feld für die Liste definiert haben.",
|
||||
"capture_text_discarded": "Texterfassung verworfen",
|
||||
"capture_list_discarded": "Listenerfassung verworfen",
|
||||
"label_required": "Beschriftung darf nicht leer sein"
|
||||
"label_required": "Beschriftung darf nicht leer sein",
|
||||
"duplicate_label": "Diese Beschriftung existiert bereits. Bitte verwenden Sie eine eindeutige Beschriftung.",
|
||||
"no_text_captured": "Bitte markieren und wählen Sie Textelemente aus, bevor Sie bestätigen.",
|
||||
"capture_list_first": "Bitte bewegen Sie die Maus über eine Liste und wählen Sie Textfelder darin aus",
|
||||
"confirm_all_list_fields": "Bitte bestätigen Sie alle erfassten Listenfelder, bevor Sie fortfahren"
|
||||
},
|
||||
"tooltips": {
|
||||
"capture_list_first": "Bewegen Sie die Maus über eine Liste und wählen Sie Textfelder darin aus",
|
||||
"confirm_all_list_fields": "Bitte bestätigen Sie alle erfassten Listenfelder, bevor Sie fortfahren"
|
||||
}
|
||||
},
|
||||
"save_recording": {
|
||||
@@ -264,7 +278,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"user_not_logged": "Benutzer nicht angemeldet. Aufnahme kann nicht gespeichert werden.",
|
||||
"exists_warning": "Ein Roboter mit diesem Namen existiert bereits, bitte bestätigen Sie das Überschreiben des Roboters."
|
||||
"exists_warning": "Ein Roboter mit diesem Namen existiert bereits, bitte bestätigen Sie das Überschreiben des Roboters.",
|
||||
"no_actions_performed": "Roboter kann nicht gespeichert werden. Bitte führen Sie mindestens eine Erfassungsaktion durch, bevor Sie speichern."
|
||||
},
|
||||
"tooltips": {
|
||||
"saving": "Workflow wird optimiert und gespeichert"
|
||||
|
||||
@@ -48,6 +48,12 @@
|
||||
"options": "Options",
|
||||
"heading":"My Robots",
|
||||
"new":"Create Robot",
|
||||
"search_criteria": "Try adjusting your search criteria",
|
||||
"placeholder": {
|
||||
"title": "You're All Set to Start",
|
||||
"body": "Robots you create will appear here. Click \"Create Robot\" to get started!",
|
||||
"search": "No robots match your search"
|
||||
},
|
||||
"modal":{
|
||||
"title":"Enter the URL",
|
||||
"login_title": "Does this website require logging in?",
|
||||
@@ -94,7 +100,7 @@
|
||||
"placeholder": {
|
||||
"title": "No Runs Found",
|
||||
"body": "This is where all your robot runs will appear. Once a robot is active, its runs will be logged here.",
|
||||
"search": "No runs match your search"
|
||||
"search":"No runs match your search"
|
||||
},
|
||||
"notifications": {
|
||||
"no_runs": "No runs found. Please try again.",
|
||||
@@ -247,7 +253,15 @@
|
||||
"unable_create_settings": "Unable to create list settings. Make sure you have defined a field for the list.",
|
||||
"capture_text_discarded": "Capture Text Discarded",
|
||||
"capture_list_discarded": "Capture List Discarded",
|
||||
"label_required": "Label cannot be empty"
|
||||
"label_required": "Label cannot be empty",
|
||||
"duplicate_label": "This label already exists. Please use a unique label.",
|
||||
"no_text_captured": "Please highlight and select text elements before confirming.",
|
||||
"capture_list_first": "Please hover over a list and select text fields inside it first",
|
||||
"confirm_all_list_fields": "Please confirm all captured list fields before proceeding"
|
||||
},
|
||||
"tooltips": {
|
||||
"capture_list_first": "Hover over a list and select text fields inside it first",
|
||||
"confirm_all_list_fields": "Please confirm all captured list fields before proceeding"
|
||||
}
|
||||
},
|
||||
"save_recording": {
|
||||
@@ -264,7 +278,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"user_not_logged": "User not logged in. Cannot save recording.",
|
||||
"exists_warning": "Robot with this name already exists, please confirm the Robot's overwrite."
|
||||
"exists_warning": "Robot with this name already exists, please confirm the Robot's overwrite.",
|
||||
"no_actions_performed": "Cannot save robot. Please perform at least one capture action before saving."
|
||||
},
|
||||
"tooltips": {
|
||||
"saving": "Optimizing and saving the workflow"
|
||||
|
||||
@@ -48,6 +48,12 @@
|
||||
"options": "Opciones",
|
||||
"heading": "Mis Robots",
|
||||
"new": "Crear Robot",
|
||||
"search_criteria": "Intente ajustar sus criterios de búsqueda",
|
||||
"placeholder": {
|
||||
"title": "Todo listo para empezar",
|
||||
"body": "Los robots que cree aparecerán aquí. ¡Haga clic en \"Crear robot\" para comenzar!",
|
||||
"search": "Ningún robot coincide con su búsqueda"
|
||||
},
|
||||
"modal": {
|
||||
"title": "Ingresa la URL",
|
||||
"login_title": "¿Este sitio web requiere iniciar sesión?",
|
||||
@@ -247,7 +253,15 @@
|
||||
"unable_create_settings": "No se pueden crear las configuraciones de la lista. Asegúrese de haber definido un campo para la lista.",
|
||||
"capture_text_discarded": "Captura de texto descartada",
|
||||
"capture_list_discarded": "Captura de lista descartada",
|
||||
"label_required": "La etiqueta no puede estar vacía"
|
||||
"label_required": "La etiqueta no puede estar vacía",
|
||||
"duplicate_label": "Esta etiqueta ya existe. Por favor use una etiqueta única.",
|
||||
"no_text_captured": "Por favor resalte y seleccione elementos de texto antes de confirmar.",
|
||||
"capture_list_first": "Por favor posicione el cursor sobre una lista y seleccione campos de texto dentro de ella primero",
|
||||
"confirm_all_list_fields": "Por favor confirme todos los campos de lista capturados antes de continuar"
|
||||
},
|
||||
"tooltips": {
|
||||
"capture_list_first": "Posicione el cursor sobre una lista y seleccione campos de texto dentro de ella primero",
|
||||
"confirm_all_list_fields": "Por favor confirme todos los campos de lista capturados antes de continuar"
|
||||
}
|
||||
},
|
||||
"save_recording": {
|
||||
@@ -264,7 +278,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"user_not_logged": "Usuario no conectado. No se puede guardar la grabación.",
|
||||
"exists_warning": "Ya existe un robot con este nombre, por favor confirme la sobrescritura del robot."
|
||||
"exists_warning": "Ya existe un robot con este nombre, por favor confirme la sobrescritura del robot.",
|
||||
"no_actions_performed": "No se puede guardar el robot. Por favor realice al menos una acción de captura antes de guardar."
|
||||
},
|
||||
"tooltips": {
|
||||
"saving": "Optimizando y guardando el flujo de trabajo"
|
||||
@@ -282,24 +297,6 @@
|
||||
"reset_successful": "Se reiniciaron correctamente todas las capturas y se volvió al estado inicial"
|
||||
}
|
||||
},
|
||||
"interpretation_log": {
|
||||
"titles": {
|
||||
"output_preview": "Vista Previa de Datos de Salida",
|
||||
"screenshot": "Captura de pantalla"
|
||||
},
|
||||
"messages": {
|
||||
"additional_rows": "Se extraerán filas adicionales de datos una vez que termine la grabación.",
|
||||
"successful_training": "¡Has entrenado exitosamente al robot para realizar acciones! Haz clic en el botón de abajo para obtener una vista previa de los datos que tu robot extraerá.",
|
||||
"no_selection": "Parece que aún no has seleccionado nada para extraer. Una vez que lo hagas, el robot mostrará una vista previa de tus selecciones aquí."
|
||||
},
|
||||
"data_sections": {
|
||||
"binary_received": "---------- Datos binarios de salida recibidos ----------",
|
||||
"serializable_received": "---------- Datos serializables de salida recibidos ----------",
|
||||
"mimetype": "tipo MIME: ",
|
||||
"image_below": "La imagen se muestra a continuación:",
|
||||
"separator": "--------------------------------------------------"
|
||||
}
|
||||
},
|
||||
"interpretation_buttons": {
|
||||
"buttons": {
|
||||
"preview": "Obtener Vista Previa de Datos de Salida",
|
||||
|
||||
@@ -48,6 +48,12 @@
|
||||
"options": "オプション",
|
||||
"heading": "私のロボット",
|
||||
"new": "ロボットを作成",
|
||||
"search_criteria": "検索条件を調整してみてください",
|
||||
"placeholder": {
|
||||
"title": "始める準備ができました",
|
||||
"body": "作成したロボットはここに表示されます。「ロボットを作成」をクリックして始めましょう!",
|
||||
"search": "検索に一致するロボットはありません"
|
||||
},
|
||||
"modal": {
|
||||
"title": "URLを入力してください",
|
||||
"login_title": "このサイトはログインが必要ですか?",
|
||||
@@ -93,8 +99,8 @@
|
||||
"sort_tooltip": "クリックして並べ替え",
|
||||
"placeholder": {
|
||||
"title": "実行が見つかりません",
|
||||
"body": "ここにはすべてのロボットの実行が表示されます。ロボットがアクティブになると、その実行がここに記録されます。",
|
||||
"search": "あなたの検索に一致する実行はありません"
|
||||
"body": "すべてのロボットの実行はここに表示されます。ロボットがアクティブになると、その実行はここに記録されます。",
|
||||
"search": "検索に一致する実行はありません"
|
||||
},
|
||||
"notifications": {
|
||||
"no_runs": "実行が見つかりません。もう一度お試しください。",
|
||||
@@ -247,7 +253,15 @@
|
||||
"unable_create_settings": "リスト設定を作成できません。リストのフィールドを定義したことを確認してください。",
|
||||
"capture_text_discarded": "テキスト取得が破棄されました",
|
||||
"capture_list_discarded": "リスト取得が破棄されました",
|
||||
"label_required": "ラベルは空にできません"
|
||||
"label_required": "ラベルは空にできません",
|
||||
"duplicate_label": "このラベルは既に存在します。固有のラベルを使用してください。",
|
||||
"no_text_captured": "確認する前にテキスト要素をハイライトして選択してください。",
|
||||
"capture_list_first": "まずリストの上にカーソルを置き、その中のテキストフィールドを選択してください",
|
||||
"confirm_all_list_fields": "続行する前にすべてのキャプチャされたリストフィールドを確認してください"
|
||||
},
|
||||
"tooltips": {
|
||||
"capture_list_first": "リストの上にカーソルを置き、その中のテキストフィールドを選択してください",
|
||||
"confirm_all_list_fields": "すべてのキャプチャされたリストフィールドを確認してください"
|
||||
}
|
||||
},
|
||||
"save_recording": {
|
||||
@@ -264,7 +278,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"user_not_logged": "ユーザーがログインしていません。録画を保存できません。",
|
||||
"exists_warning": "この名前のロボットは既に存在します。ロボットの上書きを確認してください。"
|
||||
"exists_warning": "この名前のロボットは既に存在します。ロボットの上書きを確認してください。",
|
||||
"no_actions_performed": "ロボットを保存できません。保存する前に少なくとも1つのキャプチャアクションを実行してください。"
|
||||
},
|
||||
"tooltips": {
|
||||
"saving": "ワークフローを最適化して保存中"
|
||||
|
||||
@@ -48,6 +48,12 @@
|
||||
"options": "Seçenekler",
|
||||
"heading": "Robotlarım",
|
||||
"new": "Robot Oluştur",
|
||||
"search_criteria": "Arama kriterlerinizi değiştirmeyi deneyin",
|
||||
"placeholder": {
|
||||
"title": "Başlamaya Hazırsınız",
|
||||
"body": "Oluşturduğunuz robotlar burada görünecektir. Başlamak için \"Robot Oluştur\"a tıklayın!",
|
||||
"search": "Aramanızla eşleşen robot yok"
|
||||
},
|
||||
"modal": {
|
||||
"title": "URL’yi Girin",
|
||||
"login_title": "Bu web sitesine giriş gerekiyor mu?",
|
||||
@@ -93,7 +99,7 @@
|
||||
"sort_tooltip": "Sıralamak için tıkla",
|
||||
"placeholder": {
|
||||
"title": "Çalıştırma Bulunamadı",
|
||||
"body": "Tüm robot çalıştırmalarınız burada görünecek. Bir robot aktif olduğunda, çalıştırmaları burada kaydedilecek.",
|
||||
"body": "Tüm robot çalıştırmalarınız burada görünecektir. Bir robot aktif olduğunda, çalıştırmaları buraya kaydedilecektir.",
|
||||
"search": "Aramanızla eşleşen çalıştırma yok"
|
||||
},
|
||||
"notifications": {
|
||||
@@ -247,7 +253,14 @@
|
||||
"unable_create_settings": "Liste ayarları oluşturulamadı. Bir alan tanımladığınızdan emin olun.",
|
||||
"capture_text_discarded": "Metin Yakalama İptal Edildi",
|
||||
"capture_list_discarded": "Liste Yakalama İptal Edildi",
|
||||
"label_required": "Etiket boş olamaz"
|
||||
"label_required": "Etiket boş olamaz",
|
||||
"no_text_captured": "Henüz metin yakalanmadı. Lütfen önce metin öğeleri seçin.",
|
||||
"duplicate_label": "Bu etiket zaten mevcut. Lütfen benzersiz bir etiket kullanın.",
|
||||
"capture_list_first": "Lütfen onaylamadan önce bir liste yakalayın ve alanlar seçin.",
|
||||
"confirm_all_list_fields": "Lütfen devam etmeden önce tüm liste alanlarını onaylayın."
|
||||
},
|
||||
"tooltips": {
|
||||
"confirm_all_list_fields": "Lütfen bir sonraki adıma geçmeden önce tüm liste alanlarını onaylayın"
|
||||
}
|
||||
},
|
||||
"save_recording": {
|
||||
@@ -264,7 +277,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"user_not_logged": "Kullanıcı girişi yok. Kaydedilemedi.",
|
||||
"exists_warning": "Bu isimde robot zaten var; üzerine yazmayı onaylayın."
|
||||
"exists_warning": "Bu isimde robot zaten var; üzerine yazmayı onaylayın.",
|
||||
"no_actions_performed": "Robot kaydedilemez. Lütfen kaydetmeden önce en az bir yakalama eylemi gerçekleştirin."
|
||||
},
|
||||
"tooltips": {
|
||||
"saving": "Akış optimize ediliyor ve kaydediliyor"
|
||||
|
||||
@@ -48,6 +48,12 @@
|
||||
"options": "选项",
|
||||
"heading": "我的机器人",
|
||||
"new": "创建机器人",
|
||||
"search_criteria": "请尝试调整您的搜索条件",
|
||||
"placeholder": {
|
||||
"title": "一切就绪,可以开始了",
|
||||
"body": "您创建的机器人将显示在这里。点击“创建机器人”即可开始!",
|
||||
"search": "没有与您搜索匹配的机器人"
|
||||
},
|
||||
"modal": {
|
||||
"title": "输入URL",
|
||||
"login_title": "此网站需要登录吗?",
|
||||
@@ -93,8 +99,8 @@
|
||||
"sort_tooltip": "点击排序",
|
||||
"placeholder": {
|
||||
"title": "未找到运行记录",
|
||||
"body": "这里将显示您所有机器人的运行记录。一旦机器人激活,其运行记录将记录在这里。",
|
||||
"search": "没有运行记录与您的搜索匹配"
|
||||
"body": "您所有的机器人运行记录都将显示在此处。一旦机器人被激活,其运行记录将在这里记下。",
|
||||
"search": "没有与您搜索匹配的运行记录"
|
||||
},
|
||||
"notifications": {
|
||||
"no_runs": "未找到运行记录。请重试。",
|
||||
@@ -247,7 +253,15 @@
|
||||
"unable_create_settings": "无法创建列表设置。请确保您已为列表定义了字段。",
|
||||
"capture_text_discarded": "文本捕获已放弃",
|
||||
"capture_list_discarded": "列表捕获已放弃",
|
||||
"label_required": "标签不能为空"
|
||||
"label_required": "标签不能为空",
|
||||
"duplicate_label": "此标签已存在。请使用唯一的标签。",
|
||||
"no_text_captured": "请在确认之前先高亮并选择文本元素。",
|
||||
"capture_list_first": "请先将鼠标悬停在列表上并选择其中的文本字段",
|
||||
"confirm_all_list_fields": "请在继续之前确认所有已捕获的列表字段"
|
||||
},
|
||||
"tooltips": {
|
||||
"capture_list_first": "将鼠标悬停在列表上并选择其中的文本字段",
|
||||
"confirm_all_list_fields": "请确认所有已捕获的列表字段"
|
||||
}
|
||||
},
|
||||
"save_recording": {
|
||||
@@ -264,7 +278,8 @@
|
||||
},
|
||||
"errors": {
|
||||
"user_not_logged": "用户未登录。无法保存录制。",
|
||||
"exists_warning": "已存在同名机器人,请确认是否覆盖机器人。"
|
||||
"exists_warning": "已存在同名机器人,请确认是否覆盖机器人。",
|
||||
"no_actions_performed": "无法保存机器人。请在保存之前至少执行一次捕获操作。"
|
||||
},
|
||||
"tooltips": {
|
||||
"saving": "正在优化并保存工作流程"
|
||||
|
||||
Reference in New Issue
Block a user