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/locales/en-US.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -613,13 +613,17 @@
613
613
"userInfo": "User info"
614
614
},
615
615
"cardClickMode": {
616
+
"description": "Controls single-click behavior for game cards in the library and collections. Double-click always launches the game.",
616
617
"navigate": "Navigation Mode (Single click to view details)",
617
618
"select": "Selection Mode (Single click to select game)",
618
619
"title": "Card Click Mode"
619
620
},
620
621
"closeApp": "Exit application",
622
+
"closeAppDescription": "Close the window and end the application process.",
621
623
"closeSettings": "Close Settings",
624
+
"closeSettingsDescription": "Choose whether closing the window asks for confirmation and what happens when confirmation is skipped.",
622
625
"closeToTray": "Minimize to tray",
626
+
"closeToTrayDescription": "Keep the application running in the system tray after closing the window.",
623
627
"collectionSync": {
624
628
"bgmDescription": "Try to read the BGM collection status when adding a game, and sync local status changes back to BGM.",
625
629
"bgmTitle": "Enable Bangumi collection sync",
@@ -630,6 +634,7 @@
630
634
},
631
635
"databaseBackup": {
632
636
"autoBackupOnExit": "Auto backup on exit",
637
+
"autoBackupOnExitDescription": "When enabled, the database is backed up when the application exits normally. Also backing up custom covers may delay exit.",
633
638
"autoIncludeCovers": "Also back up custom covers",
634
639
"autoMinIntervalHelp": "Use 0 to back up every time you exit",
0 commit comments