You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/utils/i18n/locales/en/en.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
{
2
2
"_commentXRP": "This line does not need to be translated; add specific XRP translation below",
3
+
"bluetooth-not-supported" : "Bluetooth is not supported in your browser or system. Please use a different browser or system to access the full functionality of the XRP Web IDE.",
3
4
"file": "File",
4
5
"file-exists-on-python-convert": "Python file {{ filename }} is already exists. Please rename it before performing conversion.",
5
6
"firefox-not-supported": "The browser ({{ browser }}) that you are using is not supported. Please use a different browser such as Chrome or Edge to access the full functionality of the XRP Web IDE.",
Copy file name to clipboardExpand all lines: src/utils/i18n/locales/es/es.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
{
2
2
"_commentXRP": "Esta línea no necesita ser traducida; agregar traducción específica de XRP a continuación",
3
+
"bluetooth-not-supported" : "El Bluetooth no está soportado en su navegador o sistema. Por favor use un navegador diferente o sistema para acceder a toda la funcionalidad del IDE Web de XRP.",
3
4
"file": "Archivo",
4
5
"file-exists-on-python-convert": "El archivo de Python {{ filename }} ya existe. Cámbiele el nombre antes de realizar la conversión.",
5
6
"firefox-not-supported": "El navegador ({{ browser }}) que está utilizando no es compatible. Por favor use un navegador diferente como Chrome o Edge para acceder a toda la funcionalidad del IDE Web de XRP.",
0 commit comments