21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
||
"Index": {
|
||
"title": "Uygulamaya Hoş Geldiniz",
|
||
"description": "Bu, uluslararasılaştırma desteği olan örnek bir uygulamadır.",
|
||
"navigation": {
|
||
"title": "Navigasyon",
|
||
"home": "Ana Sayfa",
|
||
"about": "Hakkında",
|
||
"contact": "İletişim"
|
||
},
|
||
"auth": {
|
||
"title": "Kimlik Doğrulama",
|
||
"login": "Giriş Yap",
|
||
"register": "Kayıt Ol"
|
||
}
|
||
},
|
||
"LocaleLayout": {
|
||
"title": "Next.js i18n Uygulaması"
|
||
}
|
||
}
|