feat(i18n): add Turkish (tr-TR) locale translation

Add complete Turkish localization for the GPUStack UI including all 18 translation files covering common UI, menus, dashboard, models, playground, resources, API keys, users, backends, benchmarks, clusters, providers, routes, shortcuts, usage, and vendor names.
This commit is contained in:
bakiburakogun
2026-03-23 15:55:07 +08:00
committed by jialin
parent 8b5e407758
commit 77f0740ec9
19 changed files with 1476 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export default {
'usage.title': 'Kullanım',
'usage.filter.user': 'Kullanıcıya göre filtrele',
'usage.filter.model': 'Modele göre filtrele'
};