feat: add English and Turkish localization files for application UI

This commit is contained in:
Ümit Tunç
2026-04-03 15:24:33 +03:00
parent e7581d442a
commit 62d59d94c8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
"common": { "common": {
"actions": "Actions", "actions": "Actions",
"start": "Start", "start": "Start",
"started": "Started",
"stop": "Stop", "stop": "Stop",
"restart": "Restart", "restart": "Restart",
"settings": "Settings", "settings": "Settings",
+1
View File
@@ -3,6 +3,7 @@
"actions": "İşlem", "actions": "İşlem",
"start": "Başlat", "start": "Başlat",
"stop": "Durdur", "stop": "Durdur",
"started": "Başlatıldı",
"restart": "Yeniden Başlat", "restart": "Yeniden Başlat",
"settings": "Ayarlar", "settings": "Ayarlar",
"tools": "Araçlar", "tools": "Araçlar",