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
feat(settings): add About page with version, links, and sponsor button
- About tab in Settings with version info and "use at your own risk"
- Links to GitHub repo and xplorer.space (via TauriAPI.openUrl)
- Sponsor button linking to GitHub Sponsors
- Add .github/FUNDING.yml for GitHub sponsor button
- i18n keys in all 4 locales (en, zh, ja, id)
Copy file name to clipboardExpand all lines: apps/client/src/locales/en.json
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -236,6 +236,8 @@
236
236
"auditDesc": "File operation history",
237
237
"versioning": "Versioning",
238
238
"versioningDesc": "File version history",
239
+
"about": "About",
240
+
"aboutDesc": "Version, links, and support",
239
241
"fileAssociations": "File Associations",
240
242
"fileAssociationsDesc": "Open-with defaults"
241
243
},
@@ -620,6 +622,14 @@
620
622
"noDirsTracked": "No directories tracked",
621
623
"noDirsTrackedHint": "Add a directory path above to start tracking file versions",
622
624
"stopTracking": "Stop tracking this directory"
625
+
},
626
+
"about": {
627
+
"description": "A modern, AI-powered file explorer. Use at your own risk.",
628
+
"links": "Links",
629
+
"sponsorTitle": "Support Xplorer",
630
+
"sponsorDescription": "Xplorer is free and open source. If you find it useful, please consider sponsoring the project to help keep development going. Every contribution, no matter how small, makes a difference.",
631
+
"sponsorButton": "Sponsor on GitHub",
632
+
"license": "Licensed under AGPL-3.0. Made with love."
"noDirsTrackedHint": "Add a directory path above to start tracking file versions",
622
624
"stopTracking": "Stop tracking this directory"
625
+
},
626
+
"about": {
627
+
"description": "Penjelajah file modern bertenaga AI. Gunakan dengan risiko sendiri.",
628
+
"links": "Tautan",
629
+
"sponsorTitle": "Dukung Xplorer",
630
+
"sponsorDescription": "Xplorer gratis dan open source. Jika Anda merasa berguna, pertimbangkan untuk mensponsori proyek ini agar pengembangan tetap berjalan. Setiap kontribusi, sekecil apa pun, sangat berarti.",
631
+
"sponsorButton": "Sponsor di GitHub",
632
+
"license": "Berlisensi AGPL-3.0. Dibuat dengan cinta."
0 commit comments