mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-24 12:50:50 +08:00
Fixes #1326 This PR moves all json in side_menu.json to common.json. We have an issue with the side menu layout as it's a high level component and this causes hydration issues with SSR when global namespaces are not passed by default.
37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
||
"about": "Hakkında",
|
||
"account_settings": "Hesap",
|
||
"admin_dashboard": "Yönetici Paneli",
|
||
"connect": "Bağlan",
|
||
"conversational": "Herkes için etkileşimli AI",
|
||
"copied": "Kopyalandı",
|
||
"dark_mode": "Karanlık Mod",
|
||
"dashboard_home": "Kontrol Paneli Ana Sayfa",
|
||
"dashboard": "Kontrol Paneli",
|
||
"delete": "Sil",
|
||
"discord": "Discord",
|
||
"docs": "Dokümantasyon",
|
||
"github": "GitHub",
|
||
"leaderboard": "Lider Tablosu",
|
||
"legal": "Yasal",
|
||
"light_mode": "Açık Mod",
|
||
"loading": "Yükleniyor...",
|
||
"messages_dashboard": "Mesaj Kontrol Paneli",
|
||
"messages": "Mesajlar",
|
||
"more_information": "Daha Fazla Bilgi",
|
||
"no": "No",
|
||
"privacy_policy": "Gizlilik Politikası",
|
||
"report_a_bug": "Hata Bildir",
|
||
"sign_in": "Giriş Yap",
|
||
"sign_out": "Çıkış Yap",
|
||
"status_dashboard": "Durum Kontrol Paneli",
|
||
"status": "Durum",
|
||
"success": "Başarılı",
|
||
"terms_of_service": "Kullanım Şartları",
|
||
"title": "Open Assistant",
|
||
"user_leaderboard": "Kullanıcı Lider Tablosu",
|
||
"users_dashboard": "Kullanıcı Kontrol Paneli",
|
||
"users": "Kullanıcılar",
|
||
"yes": "Evet"
|
||
}
|