Merge pull request #441 from getmaxun/login-text

fix: login title translation
This commit is contained in:
Karishma Shukla
2025-02-14 23:24:02 +05:30
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -50,7 +50,7 @@
"new": "Roboter erstellen",
"modal": {
"title": "Geben Sie die URL ein",
"login_title": "Erfordert diese Seite eine Anmeldung?",
"login_title": "Ist für diese Website eine Anmeldung erforderlich?",
"label": "URL",
"button": "Aufnahme starten"
},

View File

@@ -50,7 +50,7 @@
"new":"Create Robot",
"modal":{
"title":"Enter the URL",
"login_title": "Does this website require login?",
"login_title": "Does this website require logging in?",
"label":"URL",
"button":"Start Recording"
},

View File

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