feat: initialize Multi-PHP server project with Electron, React, and service management infrastructure

This commit is contained in:
Ümit Tunç
2026-03-28 08:42:23 +03:00
parent 19ace0e11b
commit 5372448ead
27 changed files with 10627 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"common": {
"start": "Start",
"stop": "Stop",
"restart": "Restart",
"settings": "Settings",
"close": "Close",
"quit": "Quit"
},
"dashboard": {
"title": "Trunçgil Multi-PHP Server",
"status": "Server Status",
"services": "Services",
"active_version": "Active PHP Version"
}
}