feat(i18n): add tr.json (#60)

I added locale for Türkiye users. :)
This commit is contained in:
Mehmet 2021-02-12 08:47:43 +03:00 committed by GitHub
parent dce615e611
commit 7069e562fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
locales/tr.json Normal file
View File

@ -0,0 +1,17 @@
{
"button": {
"about": "Hakkımda",
"back": "Geri",
"go": "İLERİ",
"home": "Anasayfa",
"toggle_dark": "Karanlık modu değiştir",
"toggle_langs": "Dilleri değiştir"
},
"intro": {
"desc": "Görüşlü Vite Başlangıç Şablonu",
"dynamic-route": "Dinamik rota demosu",
"hi": "Merhaba, {name}!",
"whats-your-name": "Adınız nedir ?"
},
"not-found": "Bulunamadı"
}