From f2195e66d72155a4cd0bf5808bbf96cb22f0a4b4 Mon Sep 17 00:00:00 2001 From: Reece Halverson <27Reece.Halverson@isd181.org> Date: Thu, 15 Sep 2022 15:20:12 +0200 Subject: [PATCH] locales(update): Updated Turkish locale locales(add): Added Turkish locale Co-authored-by: Reece Halverson <27Reece.Halverson@isd181.org> --- locales/tr_TR.json | 61 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 locales/tr_TR.json diff --git a/locales/tr_TR.json b/locales/tr_TR.json new file mode 100644 index 0000000..ce13951 --- /dev/null +++ b/locales/tr_TR.json @@ -0,0 +1,61 @@ +{ + "nav": { + "accountWidget": { + "logout": "Çıkış yap", + "settings": "Ayarlar" + }, + "about": "Hakkında", + "faq": "SSS", + "docs": "Dökümanlar", + "progress": "İlerleme", + "blog": "Blog", + "account": "Hesap" + }, + "hero": { + "subtitle": "Oyun sunucuları", + "title": "Yeniden oluşturuldu", + "buttons": { + "readMore": "Daha fazlasını oku" + } + }, + "aboutUs": { + "title": "Hakkımızda" + }, + "progress": { + "title": "İlerleme", + "githubRepo": "Github deposu" + }, + "faq": { + "title": "Sık Sorulan Sorular", + "QAs": [ + { + "question": "Pretendo ney?" + }, + { + "question": "Zaten varolan NNIDlerim Pretendo'da çalışıcakmı?", + "answer": "Üzgünüz fakat hayır. Zaten varolan NNIDler Pretendo'da çalışmayacak." + }, + { + "question": "Pretendo'yu nası kullanırım?", + "answer": "Pretendo şuanda kullanıma açık değil. Fakat kullanıma açık olduğunda Pretendo'yu bir homebrew yamalayıcısı çalıştırarak kullanabiliceksiniz." + }, + { + "question": "Servis yada özelliğin ne zaman hazır olacağını biliyormusunuz?" + } + ] + }, + "showcase": { + "cards": [ + {}, + { + "title": "Juxtaposition" + }, + { + "title": "Cemu desteği" + } + ] + }, + "credits": { + "title": "Takımımız" + } +}