1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05: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": "確認"
},
"Confirm Delete": {
"Confirm Delete": ""
},
"Confirm Display Changes": {
"Confirm Display Changes": "確認顯示變更"
},
@@ -1214,6 +1217,9 @@
"Driver": {
"Driver": "驅動程式"
},
"Duplicate": {
"Duplicate": ""
},
"Duplicate Wallpaper with Blur": {
"Duplicate Wallpaper with Blur": "模糊化重複桌布"
},
@@ -1445,6 +1451,15 @@
"Failed to move job": {
"Failed to move job": "無法移動工作"
},
"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": "無法暫停印表機"
},
@@ -2813,6 +2828,12 @@
"Resume": {
"Resume": "恢復"
},
"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": "還原"
},