From cce0cc40b5ffc18c2b19d5e52fb8c4aaa9d8f3ed Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 9 Jul 2025 20:24:01 +0530 Subject: [PATCH 1/5] feat: remove navigating {{url}} --- public/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en.json b/public/locales/en.json index f8bc9eec..fe8d4ff8 100644 --- a/public/locales/en.json +++ b/public/locales/en.json @@ -318,7 +318,7 @@ }, "recording_page": { "loader": { - "browser_startup": "Spinning up a browser...Navigating to {{url}}" + "browser_startup": "Spinning up a browser...Hold tight" } }, "integration_settings": { From 5778beb14e923d44f02580fd4930a023a643f00b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 9 Jul 2025 20:24:46 +0530 Subject: [PATCH 2/5] feat: remove navigating {{url}} --- public/locales/de.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/de.json b/public/locales/de.json index 61a12d66..0742cc23 100644 --- a/public/locales/de.json +++ b/public/locales/de.json @@ -305,7 +305,7 @@ }, "recording_page": { "loader": { - "browser_startup": "Browser wird gestartet...Navigation zu {{url}}" + "browser_startup": "Browser wird gestartet...Festhalten" } }, "integration_settings": { From b58c3b459b7032551df482bf74dc2a7f870c18f4 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 9 Jul 2025 20:25:14 +0530 Subject: [PATCH 3/5] feat: remove navigating {{url}} --- public/locales/es.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/es.json b/public/locales/es.json index 85a30ed7..e83776b2 100644 --- a/public/locales/es.json +++ b/public/locales/es.json @@ -306,7 +306,7 @@ }, "recording_page": { "loader": { - "browser_startup": "Iniciando el navegador...Navegando a {{url}}" + "browser_startup": "Iniciando el navegador...Mantener apretado" } }, "integration_settings": { From 889fd938d080f714af0d3426bae7254e73a31d2e Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 9 Jul 2025 20:25:38 +0530 Subject: [PATCH 4/5] feat: remove navigating {{url}} --- public/locales/ja.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/ja.json b/public/locales/ja.json index 649af3fc..ee42a837 100644 --- a/public/locales/ja.json +++ b/public/locales/ja.json @@ -306,7 +306,7 @@ }, "recording_page": { "loader": { - "browser_startup": "ブラウザを起動中...{{url}}に移動中" + "browser_startup": "ブラウザを起動中...しっかり握って" } }, "integration_settings": { From 5918837ac37466c48aee7db9ba9191a021e330af Mon Sep 17 00:00:00 2001 From: amhsirak Date: Wed, 9 Jul 2025 20:25:59 +0530 Subject: [PATCH 5/5] feat: remove navigating {{url}} --- public/locales/zh.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/zh.json b/public/locales/zh.json index 0601bbc1..37d3b708 100644 --- a/public/locales/zh.json +++ b/public/locales/zh.json @@ -306,7 +306,7 @@ }, "recording_page": { "loader": { - "browser_startup": "正在启动浏览器...正在导航至{{url}}" + "browser_startup": "正在启动浏览器...抓紧" } }, "integration_settings": {