-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from mawoka-myblock/translation
- Loading branch information
Showing
4 changed files
with
149 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
{ | ||
"index_page": { | ||
"slogan": "Açık kaynak quiz platformu!", | ||
"features_description": { | ||
"1": "ClassQuiz quiz oluşturmanıza ve yönetmenize olanak sağlayan bir quiz platformudur.", | ||
"2": "Ana özelliği KAHOOT! quizlerinden quizleri içe aktarmanıza olanak tanıyan bir KAHOOT!-içe aktarma fonksiyonudur." | ||
}, | ||
"meta": { | ||
"description": "ClassQuiz, açık kaynak ve kullanması ücretsiz olan, öğrenciler için KAHOOT!'a benzer bir quiz uygulamasıdır", | ||
"title": "Ana Sayfa" | ||
}, | ||
"stats": "ClassQuiz'de halihazırda {{user_count}} kullanıcı ve {{quiz_count}} quiz vardır." | ||
}, | ||
"login_page": { | ||
"already_have_account": "Bir hesabınız yok mu?", | ||
"login_or_create_account": "Giriş yap veya bir hesap oluştur", | ||
"modal": { | ||
"success": { | ||
"description": { | ||
"success": "Başarıyla giriş yapıldı!", | ||
"success_check_mail": "Giriş yapmak için tıklayabileceğiniz bir bağlantı içeren bir e-posta almış olmanız gerektiğinden, lütfen posta kutunuzu kontrol edin." | ||
}, | ||
"success": "Giriş Başarılı!", | ||
"success_check_mail": "Giriş Başarılı! Posta kutunuzu kontrol edin!" | ||
}, | ||
"error": { | ||
"unexpected": "Beklenmedik hata!", | ||
"wrong_creds": "Yanlış e-posta veya şifre!", | ||
"description": { | ||
"unexpected": "Burada güvenilir beklenmedik hata vardı!", | ||
"wrong_creds": "Lütfen şifrenizin ve e-postanızın doğru olduğundan emin olun!" | ||
} | ||
} | ||
}, | ||
"welcome_back": "Tekrar hoş geldiniz!" | ||
}, | ||
"words": { | ||
"answer": "Cevap", | ||
"question": "Soru", | ||
"browser": "Tarayıcı", | ||
"login": "Giriş Yap", | ||
"email": "E-posta", | ||
"username": "Kullanıcı adı", | ||
"password": "Şifre", | ||
"title": "Başlık", | ||
"url": "URL", | ||
"submit": "Gönder", | ||
"connect": "Bağlan", | ||
"pin": "PIN", | ||
"register": "Kaydol", | ||
"edit": "Düzenle", | ||
"delete": "Sil", | ||
"public": "Herkese açık", | ||
"start": "Başlat", | ||
"create": "Oluştur", | ||
"import": "İçe Aktar", | ||
"logout": "Çıkış Yap", | ||
"stats": "İstatistikler", | ||
"features": "Özellikler", | ||
"play": "Oyna", | ||
"kick": "Çıkar", | ||
"docs": "Dokümanlar", | ||
"close": "Kapat", | ||
"save": "Kaydet", | ||
"description": "Açıklama", | ||
"view": "Gör", | ||
"overview": "Özet", | ||
"explore": "Keşfet", | ||
"search": "Ara", | ||
"screenshot": "Ekran Görüntüsü", | ||
"screenshot_plural": "Ekran Görüntüleri", | ||
"image": "Resim", | ||
"settings": "Ayarlar", | ||
"repeat_password": "Şifreyi tekrarla", | ||
"report": "Bildir" | ||
}, | ||
"register_page": { | ||
"create_account": "Hesap oluştur", | ||
"forgot_password?": "Şifreni mi unuttun?", | ||
"already_have_account?": "Halihazırda bir hesabın var mı?", | ||
"greeting": "Tanıştığımıza memnun oldum!" | ||
}, | ||
"create_page": { | ||
"success": { | ||
"title": "Başarıyla quiz oluşturuldu!", | ||
"body": "Quiz başarıyla oluşturuldu!" | ||
} | ||
}, | ||
"edit_page": { | ||
"success_update_body": "Quiz başarıyla güncellendi!", | ||
"success_update_title": "Başarıyla quiz güncellendi!" | ||
}, | ||
"overview_page": { | ||
"question_count": "Soru sayısı", | ||
"created_at": "Oluşturulduğu tarih:" | ||
}, | ||
"admin_page": { | ||
"already_registered_as_admin": "Bu oyun için halihazırda kaydolmuş bir yönetici var.", | ||
"get_results": "Sonuçları al", | ||
"get_results_and_stop_time": "Sonuçları al ve zamanı durdur", | ||
"get_final_results": "Son sonuçları al", | ||
"start_game": "Oyunu başlat", | ||
"time_left": "Kalan süre", | ||
"export_results": "Sonuçları dışa aktar" | ||
}, | ||
"editor": { | ||
"time_in_seconds": "Saniye cinsinden zaman", | ||
"right_or_true?": "Doğru mu?", | ||
"not_all_links_imgur_links": "Bağlantıların hepsi Imgur bağlantıları değil!", | ||
"delete_question": "Soruyu sil", | ||
"delete_answer": "Cevabı sil", | ||
"add_new_answer": "Yeni cevap ekle", | ||
"add_new_question": "Yeni soru ekle" | ||
}, | ||
"import_page": { | ||
"visit_docs": "Dokümantasyonu ziyaret edin", | ||
"need_help": "Yardıma mı ihtiyacınız var?" | ||
}, | ||
"password_reset_page": { | ||
"reset_password": "Şifreyi sıfırla" | ||
}, | ||
"settings_page": { | ||
"new_password": "Yeni şifre", | ||
"this_session?": "Bu oturum mu?", | ||
"check_location": "Konumu kontrol et", | ||
"repeat_password": "Şifreyi tekrarla", | ||
"change_password_submit": "Şifreyi değiştir!", | ||
"last_seen": "Son görüldüğü tarih", | ||
"delete_this_session": "Bu oturumu sil", | ||
"old_password": "Eski şifre" | ||
}, | ||
"explore_page": { | ||
"made_by": "Oluşturan:" | ||
}, | ||
"search_page": { | ||
"at_least_3_characters": "En az 3 karakter gir..." | ||
} | ||
} |