1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-16 02:32:09 -04:00

settings: show parse error message

This commit is contained in:
bbedward
2025-12-29 10:45:44 -05:00
parent 2eeaf8ff62
commit 518a5d38aa
15 changed files with 681 additions and 351 deletions

View File

@@ -791,6 +791,9 @@
"Confirm": {
"Confirm": "Confirmar"
},
"Confirm Delete": {
"Confirm Delete": ""
},
"Confirm Display Changes": {
"Confirm Display Changes": "Confirmar cambios de pantalla"
},
@@ -1214,6 +1217,9 @@
"Driver": {
"Driver": "Controlador"
},
"Duplicate": {
"Duplicate": ""
},
"Duplicate Wallpaper with Blur": {
"Duplicate Wallpaper with Blur": "Desenfocar fondo de pantalla"
},
@@ -1445,6 +1451,15 @@
"Failed to move job": {
"Failed to move job": "Error al mover el trabajo"
},
"Failed to parse plugin_settings.json": {
"Failed to parse plugin_settings.json": ""
},
"Failed to parse session.json": {
"Failed to parse session.json": ""
},
"Failed to parse settings.json": {
"Failed to parse settings.json": ""
},
"Failed to pause printer": {
"Failed to pause printer": "Error al pausar la impresora"
},
@@ -2813,6 +2828,12 @@
"Resume": {
"Resume": "Continuar"
},
"Reverse Scrolling Direction": {
"Reverse Scrolling Direction": ""
},
"Reverse workspace switch direction when scrolling over the bar": {
"Reverse workspace switch direction when scrolling over the bar": ""
},
"Revert": {
"Revert": "Revertir"
},