feat: add translation for integration
This commit is contained in:
@@ -287,6 +287,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"integration_settings": {
|
"integration_settings": {
|
||||||
|
"title": "Integrationseinstellungen",
|
||||||
|
"title_select_integration": "Integrationstyp auswählen",
|
||||||
|
"descriptions": {
|
||||||
|
"authenticated_as": "Authentifiziert als: {{email}}"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"submit": "Absenden",
|
||||||
|
"remove_integration": "Integration entfernen"
|
||||||
|
},
|
||||||
|
"google": {
|
||||||
"title": "Mit Google Sheet integrieren",
|
"title": "Mit Google Sheet integrieren",
|
||||||
"descriptions": {
|
"descriptions": {
|
||||||
"sync_info": "Wenn Sie diese Option aktivieren, werden bei jeder erfolgreichen Ausführung dieses Roboters die erfassten Daten in Ihrem Google Sheet ergänzt.",
|
"sync_info": "Wenn Sie diese Option aktivieren, werden bei jeder erfolgreichen Ausführung dieses Roboters die erfassten Daten in Ihrem Google Sheet ergänzt.",
|
||||||
@@ -312,6 +322,48 @@
|
|||||||
"selected_sheet": "Ausgewähltes Sheet: {{name}} (ID: {{id}})"
|
"selected_sheet": "Ausgewähltes Sheet: {{name}} (ID: {{id}})"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"airtable": {
|
||||||
|
"title": "Mit Airtable verbinden",
|
||||||
|
"descriptions": {
|
||||||
|
"sync_info": "Verbinden Sie Ihren Roboter mit einer Airtable-Basis, um Daten automatisch zu synchronisieren.",
|
||||||
|
"authenticated_as": "Mit Airtable authentifiziert"
|
||||||
|
},
|
||||||
|
"alerts": {
|
||||||
|
"success": {
|
||||||
|
"title": "Mit Airtable verbunden",
|
||||||
|
"content": "Ihr Roboter ist jetzt mit der Basis: {{baseName}} und Tabelle: {{tableName}} verbunden. Sie können darauf zugreifen ",
|
||||||
|
"here": "hier",
|
||||||
|
"note": "Hinweis:",
|
||||||
|
"sync_limitation": "Nur nach der Integration erfasste Daten werden mit Airtable synchronisiert."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"authenticate": "Mit Airtable verbinden",
|
||||||
|
"fetch_bases": "Airtable-Basen abrufen",
|
||||||
|
"fetch_tables": "Airtable-Tabellen abrufen",
|
||||||
|
"remove_integration": "Airtable-Integration entfernen",
|
||||||
|
"submit": "Basis und Tabelle auswählen"
|
||||||
|
},
|
||||||
|
"fields": {
|
||||||
|
"select_base": "Airtable-Basis auswählen",
|
||||||
|
"select_table": "Airtable-Tabelle auswählen",
|
||||||
|
"selected_base": "Ausgewählte Basis: {{name}}",
|
||||||
|
"selected_table": "Ausgewählte Tabelle: {{name}}"
|
||||||
|
},
|
||||||
|
"errors": {
|
||||||
|
"auth_error": "Fehler bei der Authentifizierung mit Airtable",
|
||||||
|
"fetch_error": "Fehler beim Abrufen von Airtable-Basen: {{message}}",
|
||||||
|
"fetch_tables_error": "Fehler beim Abrufen von Airtable-Tabellen: {{message}}",
|
||||||
|
"update_error": "Fehler beim Aktualisieren der Airtable-Basis: {{message}}",
|
||||||
|
"remove_error": "Fehler beim Entfernen der Airtable-Integration: {{message}}"
|
||||||
|
},
|
||||||
|
"notifications": {
|
||||||
|
"base_selected": "Airtable-Basis erfolgreich ausgewählt",
|
||||||
|
"table_selected": "Airtable-Tabelle erfolgreich ausgewählt",
|
||||||
|
"integration_removed": "Airtable-Integration erfolgreich entfernt"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"robot_duplication": {
|
"robot_duplication": {
|
||||||
"title": "Roboter duplizieren",
|
"title": "Roboter duplizieren",
|
||||||
"descriptions": {
|
"descriptions": {
|
||||||
|
|||||||
@@ -289,6 +289,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"integration_settings": {
|
"integration_settings": {
|
||||||
|
"title": "Integration Settings",
|
||||||
|
"title_select_integration": "Select Integration Type",
|
||||||
|
"descriptions": {
|
||||||
|
"authenticated_as": "Authenticated as: {{email}}"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"submit": "Submit",
|
||||||
|
"remove_integration": "Remove Integration"
|
||||||
|
},
|
||||||
|
"google": {
|
||||||
"title": "Integrate with Google Sheet",
|
"title": "Integrate with Google Sheet",
|
||||||
"descriptions": {
|
"descriptions": {
|
||||||
"sync_info": "If you enable this option, every time this robot runs a task successfully, its captured data will be appended to your Google Sheet.",
|
"sync_info": "If you enable this option, every time this robot runs a task successfully, its captured data will be appended to your Google Sheet.",
|
||||||
@@ -320,7 +330,50 @@
|
|||||||
"remove_error": "Error removing Google Sheets integration: {{message}}"
|
"remove_error": "Error removing Google Sheets integration: {{message}}"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"sheet_selected": "Google Sheet selected successfully"
|
"sheet_selected": "Google Sheet selected successfully",
|
||||||
|
"integration_removed": "Google Sheets integration removed successfully"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"airtable": {
|
||||||
|
"title": "Integrate with Airtable",
|
||||||
|
"descriptions": {
|
||||||
|
"sync_info": "If you enable this option, every time this robot runs a task successfully, its captured data will be appended to your Airtable.",
|
||||||
|
"authenticated_as": "Authenticated with Airtable"
|
||||||
|
},
|
||||||
|
"alerts": {
|
||||||
|
"success": {
|
||||||
|
"title": "Connected to Airtable",
|
||||||
|
"content": "Your robot is now connected to the base: {{baseName}} and table: {{tableName}}. You can access it ",
|
||||||
|
"here": "here",
|
||||||
|
"note": "Note:",
|
||||||
|
"sync_limitation": "Only data captured after integration will be synced to Airtable."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"authenticate": "Connect with Airtable",
|
||||||
|
"fetch_bases": "Fetch Airtable Bases",
|
||||||
|
"fetch_tables": "Fetch Airtable Tables",
|
||||||
|
"remove_integration": "Remove Airtable Integration",
|
||||||
|
"submit": "Select Base and Table"
|
||||||
|
},
|
||||||
|
"fields": {
|
||||||
|
"select_base": "Select Airtable Base",
|
||||||
|
"select_table": "Select Airtable Table",
|
||||||
|
"selected_base": "Selected Base: {{name}}",
|
||||||
|
"selected_table": "Selected Table: {{name}}"
|
||||||
|
},
|
||||||
|
"errors": {
|
||||||
|
"auth_error": "Error authenticating with Airtable",
|
||||||
|
"fetch_error": "Error fetching Airtable bases: {{message}}",
|
||||||
|
"fetch_tables_error": "Error fetching Airtable tables: {{message}}",
|
||||||
|
"update_error": "Error updating Airtable base: {{message}}",
|
||||||
|
"remove_error": "Error removing Airtable integration: {{message}}"
|
||||||
|
},
|
||||||
|
"notifications": {
|
||||||
|
"base_selected": "Airtable base selected successfully",
|
||||||
|
"table_selected": "Airtable table selected successfully",
|
||||||
|
"integration_removed": "Airtable integration removed successfully"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"robot_duplication": {
|
"robot_duplication": {
|
||||||
|
|||||||
@@ -288,6 +288,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"integration_settings": {
|
"integration_settings": {
|
||||||
|
"title": "Configuración de integración",
|
||||||
|
"title_select_integration": "Seleccionar tipo de integración",
|
||||||
|
"descriptions": {
|
||||||
|
"authenticated_as": "Autenticado como: {{email}}"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"submit": "Enviar",
|
||||||
|
"remove_integration": "Eliminar integración"
|
||||||
|
},
|
||||||
|
"google": {
|
||||||
"title": "Integrar con Google Sheet",
|
"title": "Integrar con Google Sheet",
|
||||||
"descriptions": {
|
"descriptions": {
|
||||||
"sync_info": "Si habilitas esta opción, cada vez que este robot ejecute una tarea exitosamente, sus datos capturados se añadirán a tu Google Sheet.",
|
"sync_info": "Si habilitas esta opción, cada vez que este robot ejecute una tarea exitosamente, sus datos capturados se añadirán a tu Google Sheet.",
|
||||||
@@ -313,6 +323,48 @@
|
|||||||
"selected_sheet": "Hoja seleccionada: {{name}} (ID: {{id}})"
|
"selected_sheet": "Hoja seleccionada: {{name}} (ID: {{id}})"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"airtable": {
|
||||||
|
"title": "Integrar con Airtable",
|
||||||
|
"descriptions": {
|
||||||
|
"sync_info": "Conecte su robot a una base de Airtable para sincronizar datos automáticamente.",
|
||||||
|
"authenticated_as": "Autenticado con Airtable"
|
||||||
|
},
|
||||||
|
"alerts": {
|
||||||
|
"success": {
|
||||||
|
"title": "Conectado a Airtable",
|
||||||
|
"content": "Su robot ahora está conectado a la base: {{baseName}} y tabla: {{tableName}}. Puede acceder a ella ",
|
||||||
|
"here": "aquí",
|
||||||
|
"note": "Nota:",
|
||||||
|
"sync_limitation": "Solo los datos capturados después de la integración se sincronizarán con Airtable."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"authenticate": "Conectar con Airtable",
|
||||||
|
"fetch_bases": "Obtener bases de Airtable",
|
||||||
|
"fetch_tables": "Obtener tablas de Airtable",
|
||||||
|
"remove_integration": "Eliminar integración de Airtable",
|
||||||
|
"submit": "Seleccionar base y tabla"
|
||||||
|
},
|
||||||
|
"fields": {
|
||||||
|
"select_base": "Seleccionar base de Airtable",
|
||||||
|
"select_table": "Seleccionar tabla de Airtable",
|
||||||
|
"selected_base": "Base seleccionada: {{name}}",
|
||||||
|
"selected_table": "Tabla seleccionada: {{name}}"
|
||||||
|
},
|
||||||
|
"errors": {
|
||||||
|
"auth_error": "Error al autenticar con Airtable",
|
||||||
|
"fetch_error": "Error al obtener bases de Airtable: {{message}}",
|
||||||
|
"fetch_tables_error": "Error al obtener tablas de Airtable: {{message}}",
|
||||||
|
"update_error": "Error al actualizar la base de Airtable: {{message}}",
|
||||||
|
"remove_error": "Error al eliminar la integración de Airtable: {{message}}"
|
||||||
|
},
|
||||||
|
"notifications": {
|
||||||
|
"base_selected": "Base de Airtable seleccionada con éxito",
|
||||||
|
"table_selected": "Tabla de Airtable seleccionada con éxito",
|
||||||
|
"integration_removed": "Integración de Airtable eliminada con éxito"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"robot_duplication": {
|
"robot_duplication": {
|
||||||
"title": "Duplicar Robot",
|
"title": "Duplicar Robot",
|
||||||
"descriptions": {
|
"descriptions": {
|
||||||
|
|||||||
@@ -288,6 +288,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"integration_settings": {
|
"integration_settings": {
|
||||||
|
"title": "連携設定",
|
||||||
|
"title_select_integration": "連携タイプを選択",
|
||||||
|
"descriptions": {
|
||||||
|
"authenticated_as": "認証済みユーザー:{{email}}"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"submit": "送信",
|
||||||
|
"remove_integration": "連携を削除"
|
||||||
|
},
|
||||||
|
"google": {
|
||||||
"title": "Google Sheetと連携",
|
"title": "Google Sheetと連携",
|
||||||
"descriptions": {
|
"descriptions": {
|
||||||
"sync_info": "このオプションを有効にすると、このロボットがタスクを正常に実行するたびに、取得したデータがGoogle Sheetに追加されます。",
|
"sync_info": "このオプションを有効にすると、このロボットがタスクを正常に実行するたびに、取得したデータがGoogle Sheetに追加されます。",
|
||||||
@@ -313,6 +323,48 @@
|
|||||||
"selected_sheet": "選択したシート: {{name}} (ID: {{id}})"
|
"selected_sheet": "選択したシート: {{name}} (ID: {{id}})"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"airtable": {
|
||||||
|
"title": "Airtableと連携する",
|
||||||
|
"descriptions": {
|
||||||
|
"sync_info": "ロボットをAirtableベースに接続して、データを自動的に同期します。",
|
||||||
|
"authenticated_as": "Airtableで認証済み"
|
||||||
|
},
|
||||||
|
"alerts": {
|
||||||
|
"success": {
|
||||||
|
"title": "Airtableに接続しました",
|
||||||
|
"content": "ロボットがベース:{{baseName}}、テーブル:{{tableName}}に接続されました。アクセスするには",
|
||||||
|
"here": "こちら",
|
||||||
|
"note": "注意:",
|
||||||
|
"sync_limitation": "統合後に収集されたデータのみがAirtableに同期されます。"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"authenticate": "Airtableと接続",
|
||||||
|
"fetch_bases": "Airtableベースを取得",
|
||||||
|
"fetch_tables": "Airtableテーブルを取得",
|
||||||
|
"remove_integration": "Airtable連携を削除",
|
||||||
|
"submit": "ベースとテーブルを選択"
|
||||||
|
},
|
||||||
|
"fields": {
|
||||||
|
"select_base": "Airtableベースを選択",
|
||||||
|
"select_table": "Airtableテーブルを選択",
|
||||||
|
"selected_base": "選択されたベース:{{name}}",
|
||||||
|
"selected_table": "選択されたテーブル:{{name}}"
|
||||||
|
},
|
||||||
|
"errors": {
|
||||||
|
"auth_error": "Airtableとの認証エラー",
|
||||||
|
"fetch_error": "Airtableベースの取得エラー:{{message}}",
|
||||||
|
"fetch_tables_error": "Airtableテーブルの取得エラー:{{message}}",
|
||||||
|
"update_error": "Airtableベースの更新エラー:{{message}}",
|
||||||
|
"remove_error": "Airtable連携の削除エラー:{{message}}"
|
||||||
|
},
|
||||||
|
"notifications": {
|
||||||
|
"base_selected": "Airtableベースが正常に選択されました",
|
||||||
|
"table_selected": "Airtableテーブルが正常に選択されました",
|
||||||
|
"integration_removed": "Airtable連携が正常に削除されました"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"robot_duplication": {
|
"robot_duplication": {
|
||||||
"title": "ロボットを複製",
|
"title": "ロボットを複製",
|
||||||
"descriptions": {
|
"descriptions": {
|
||||||
|
|||||||
@@ -288,6 +288,16 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"integration_settings": {
|
"integration_settings": {
|
||||||
|
"title": "集成设置",
|
||||||
|
"title_select_integration": "选择集成类型",
|
||||||
|
"descriptions": {
|
||||||
|
"authenticated_as": "已验证身份:{{email}}"
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"submit": "提交",
|
||||||
|
"remove_integration": "移除集成"
|
||||||
|
},
|
||||||
|
"google": {
|
||||||
"title": "与Google Sheet集成",
|
"title": "与Google Sheet集成",
|
||||||
"descriptions": {
|
"descriptions": {
|
||||||
"sync_info": "如果启用此选项,每次机器人成功运行任务时,捕获的数据都会追加到您的Google Sheet中。",
|
"sync_info": "如果启用此选项,每次机器人成功运行任务时,捕获的数据都会追加到您的Google Sheet中。",
|
||||||
@@ -313,6 +323,48 @@
|
|||||||
"selected_sheet": "已选择表格: {{name}} (ID: {{id}})"
|
"selected_sheet": "已选择表格: {{name}} (ID: {{id}})"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"airtable": {
|
||||||
|
"title": "与Airtable集成",
|
||||||
|
"descriptions": {
|
||||||
|
"sync_info": "将您的机器人连接到Airtable数据库以自动同步数据。",
|
||||||
|
"authenticated_as": "已通过Airtable认证"
|
||||||
|
},
|
||||||
|
"alerts": {
|
||||||
|
"success": {
|
||||||
|
"title": "已连接到Airtable",
|
||||||
|
"content": "您的机器人现已连接到数据库:{{baseName}}和表格:{{tableName}}。您可以在",
|
||||||
|
"here": "这里",
|
||||||
|
"note": "注意:",
|
||||||
|
"sync_limitation": "只有集成后捕获的数据才会同步到Airtable。"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"buttons": {
|
||||||
|
"authenticate": "连接Airtable",
|
||||||
|
"fetch_bases": "获取Airtable数据库",
|
||||||
|
"fetch_tables": "获取Airtable表格",
|
||||||
|
"remove_integration": "移除Airtable集成",
|
||||||
|
"submit": "选择数据库和表格"
|
||||||
|
},
|
||||||
|
"fields": {
|
||||||
|
"select_base": "选择Airtable数据库",
|
||||||
|
"select_table": "选择Airtable表格",
|
||||||
|
"selected_base": "已选数据库:{{name}}",
|
||||||
|
"selected_table": "已选表格:{{name}}"
|
||||||
|
},
|
||||||
|
"errors": {
|
||||||
|
"auth_error": "Airtable认证错误",
|
||||||
|
"fetch_error": "获取Airtable数据库错误:{{message}}",
|
||||||
|
"fetch_tables_error": "获取Airtable表格错误:{{message}}",
|
||||||
|
"update_error": "更新Airtable数据库错误:{{message}}",
|
||||||
|
"remove_error": "移除Airtable集成错误:{{message}}"
|
||||||
|
},
|
||||||
|
"notifications": {
|
||||||
|
"base_selected": "已成功选择Airtable数据库",
|
||||||
|
"table_selected": "已成功选择Airtable表格",
|
||||||
|
"integration_removed": "已成功移除Airtable集成"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"robot_duplication": {
|
"robot_duplication": {
|
||||||
"title": "复制机器人",
|
"title": "复制机器人",
|
||||||
"descriptions": {
|
"descriptions": {
|
||||||
|
|||||||
Reference in New Issue
Block a user