|
96 | 96 | "importPartialFailed": "{{failed}} games failed to import", |
97 | 97 | "gamesCount_one": "{{count}} game", |
98 | 98 | "gamesCount_other": "{{count}} games", |
99 | | - "matchCancelled": "Match task cancelled" |
| 99 | + "matchCancelled": "Match task cancelled", |
| 100 | + "gamesCount": "{{count}} games" |
100 | 101 | }, |
101 | 102 | "AlertBox": { |
102 | 103 | "bgmData": "BGM Data", |
|
121 | 122 | }, |
122 | 123 | "success": { |
123 | 124 | "categoryGamesUpdated_one": "Category games updated: {{count}} game", |
124 | | - "categoryGamesUpdated_other": "Category games updated: {{count}} games" |
| 125 | + "categoryGamesUpdated_other": "Category games updated: {{count}} games", |
| 126 | + "categoryGamesUpdated": "Category games updated" |
125 | 127 | } |
126 | 128 | }, |
127 | 129 | "FilterModal": { |
|
292 | 294 | "runningExitDialog": { |
293 | 295 | "exitApp": "Exit Anyway", |
294 | 296 | "message": "{{count}} game(s) are still running. Exiting the app will not close those games, but the recorded playtime for this session will be lost. Do you still want to exit?", |
295 | | - "title": "Exit Reminder" |
| 297 | + "title": "Exit Reminder", |
| 298 | + "message_one": "{{count}} game is still running. Exiting the app will not close it, but the recorded playtime for this session will be lost. Do you still want to exit?", |
| 299 | + "message_other": "{{count}} games are still running. Exiting the app will not close them, but the recorded playtime for this session will be lost. Do you still want to exit?" |
296 | 300 | }, |
297 | 301 | "UpdateModal": { |
298 | 302 | "cancel": "Cancel", |
|
481 | 485 | "docs": "Documentation", |
482 | 486 | "feedback": "Report an Issue", |
483 | 487 | "github": "Project Repository", |
484 | | - "title": "About", |
485 | 488 | "updateFound": "New version found: {{version}}", |
486 | 489 | "version": "Version" |
487 | 490 | }, |
|
624 | 627 | }, |
625 | 628 | "vndbData": { |
626 | 629 | "title": "VNDB Data Settings" |
| 630 | + }, |
| 631 | + "navigation": "Settings category navigation", |
| 632 | + "sections": { |
| 633 | + "account": "Account & Sync", |
| 634 | + "accountDescription": "Manage data source account tokens and collection sync behavior.", |
| 635 | + "dataSource": "Data Sources", |
| 636 | + "dataSourceDescription": "Configure search sources, VNDB data handling, and batch data maintenance.", |
| 637 | + "display": "Display & Interaction", |
| 638 | + "displayDescription": "Adjust language, content filtering, and game card interactions.", |
| 639 | + "system": "System", |
| 640 | + "systemDescription": "Manage startup, logs, close behavior, and time tracking mode.", |
| 641 | + "storage": "Paths & Backup", |
| 642 | + "storageDescription": "Configure local paths, and run database backup or restore.", |
| 643 | + "about": "About", |
| 644 | + "aboutDescription": "View version, update status, documentation, and feedback links." |
627 | 645 | } |
628 | 646 | } |
629 | 647 | }, |
|
633 | 651 | "hours_other": "{{count}} hours", |
634 | 652 | "hoursAndMinutes": "{{hours}}h {{minutes}}min", |
635 | 653 | "minutes_one": "{{count}} minute", |
636 | | - "minutes_other": "{{count}} minutes" |
| 654 | + "minutes_other": "{{count}} minutes", |
| 655 | + "hours": "{{hours}}h", |
| 656 | + "minutes": "{{minutes}}m" |
637 | 657 | }, |
638 | 658 | "handleDirectory": { |
639 | 659 | "allFiles": "All Files", |
|
648 | 668 | "justNow": "Just now", |
649 | 669 | "lastWeek": "Last week", |
650 | 670 | "minutesAgo_one": "{{count}} minute ago", |
651 | | - "minutesAgo_other": "{{count}} minutes ago" |
| 671 | + "minutesAgo_other": "{{count}} minutes ago", |
| 672 | + "daysAgo": "{{count}} days ago", |
| 673 | + "hoursAgo": "{{count}} hours ago", |
| 674 | + "minutesAgo": "{{count}} minutes ago" |
652 | 675 | } |
653 | 676 | } |
654 | 677 | } |
0 commit comments