feat: add lang translation for recording modal

This commit is contained in:
Rohit
2025-01-20 16:38:02 +05:30
parent 90e4a456b6
commit 502e691301
5 changed files with 5 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
"new": "Roboter erstellen", "new": "Roboter erstellen",
"modal": { "modal": {
"title": "Geben Sie die URL ein", "title": "Geben Sie die URL ein",
"login_title": "Erfordert diese Seite eine Anmeldung?",
"label": "URL", "label": "URL",
"button": "Aufnahme starten" "button": "Aufnahme starten"
}, },

View File

@@ -32,6 +32,7 @@
"new":"Create Robot", "new":"Create Robot",
"modal":{ "modal":{
"title":"Enter the URL", "title":"Enter the URL",
"login_title": "Does this site require login?",
"label":"URL", "label":"URL",
"button":"Start Recording" "button":"Start Recording"
}, },

View File

@@ -32,6 +32,7 @@
"new": "Crear Robot", "new": "Crear Robot",
"modal": { "modal": {
"title": "Ingresa la URL", "title": "Ingresa la URL",
"login_title": "¿Este sitio requiere inicio de sesión?",
"label": "URL", "label": "URL",
"button": "Comenzar grabación" "button": "Comenzar grabación"
}, },

View File

@@ -32,6 +32,7 @@
"new": "ロボットを作成", "new": "ロボットを作成",
"modal": { "modal": {
"title": "URLを入力してください", "title": "URLを入力してください",
"login_title": "このサイトはログインが必要ですか?",
"label": "URL", "label": "URL",
"button": "録画を開始" "button": "録画を開始"
}, },

View File

@@ -32,6 +32,7 @@
"new": "创建机器人", "new": "创建机器人",
"modal": { "modal": {
"title": "输入URL", "title": "输入URL",
"login_title": "此网站需要登录吗?",
"label": "URL", "label": "URL",
"button": "开始录制" "button": "开始录制"
}, },