Merge pull request #106 from mawoka-myblock/translation
This commit is contained in:
@@ -108,7 +108,12 @@
|
|||||||
"description": "Descrizione",
|
"description": "Descrizione",
|
||||||
"report": "Report",
|
"report": "Report",
|
||||||
"search": "Cerca",
|
"search": "Cerca",
|
||||||
"private": "Privato"
|
"private": "Privato",
|
||||||
|
"question_plural": "Domande",
|
||||||
|
"game_pin": "PIN",
|
||||||
|
"other": "altro",
|
||||||
|
"other_plural": "altri",
|
||||||
|
"donating": "donazione"
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"right_or_true?": "Corretto?",
|
"right_or_true?": "Corretto?",
|
||||||
@@ -124,8 +129,8 @@
|
|||||||
"visit_docs": "Guarda la documentazione"
|
"visit_docs": "Guarda la documentazione"
|
||||||
},
|
},
|
||||||
"admin_page": {
|
"admin_page": {
|
||||||
"already_registered_as_admin": "C'è già un amministratore registrato per questo gioco.",
|
"already_registered_as_admin": "C'è già un amministratore registrato per questo quiz.",
|
||||||
"start_game": "Avvia gioco",
|
"start_game": "Avvia quiz",
|
||||||
"time_left": "Tempo rimasto",
|
"time_left": "Tempo rimasto",
|
||||||
"get_results": "Risultati",
|
"get_results": "Risultati",
|
||||||
"export_results": "Esporta i risultati",
|
"export_results": "Esporta i risultati",
|
||||||
@@ -165,5 +170,13 @@
|
|||||||
},
|
},
|
||||||
"search_page": {
|
"search_page": {
|
||||||
"at_least_3_characters": "Digita almento 3 caratteri..."
|
"at_least_3_characters": "Digita almento 3 caratteri..."
|
||||||
|
},
|
||||||
|
"dashboard": {
|
||||||
|
"search_for_own_quizzes": "Cerca fra i tuoi quiz"
|
||||||
|
},
|
||||||
|
"footer": {
|
||||||
|
"self_ads": "Realizzato con ❤️ da {{mawoka_link}} e con l'aiuto di {{others_link}}.",
|
||||||
|
"more_details_here": "Maggiorni informazioni qui",
|
||||||
|
"donate": "Se ritieni questa applicazione utile, considera la possibilità di fare una {{donate_link}}."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -87,7 +87,12 @@
|
|||||||
"range": "Aralık",
|
"range": "Aralık",
|
||||||
"multiple_choice": "Çoktan Seçmeli",
|
"multiple_choice": "Çoktan Seçmeli",
|
||||||
"private": "Gizli",
|
"private": "Gizli",
|
||||||
"dashboard": "Panel"
|
"dashboard": "Panel",
|
||||||
|
"question_plural": "Sorular",
|
||||||
|
"other": "diğer",
|
||||||
|
"other_plural": "diğerleri",
|
||||||
|
"donating": "bağış yapma",
|
||||||
|
"game_pin": "Oyun Kodu"
|
||||||
},
|
},
|
||||||
"register_page": {
|
"register_page": {
|
||||||
"create_account": "Hesap oluştur",
|
"create_account": "Hesap oluştur",
|
||||||
@@ -119,7 +124,8 @@
|
|||||||
"time_left": "Kalan süre",
|
"time_left": "Kalan süre",
|
||||||
"export_results": "Sonuçları dışa aktar",
|
"export_results": "Sonuçları dışa aktar",
|
||||||
"show_next_question": "Bir sonraki soruyu göster",
|
"show_next_question": "Bir sonraki soruyu göster",
|
||||||
"start_by_showing_first_question": "İlk soruyu göstererek başla!"
|
"start_by_showing_first_question": "İlk soruyu göstererek başla!",
|
||||||
|
"no_answers": "Cevap yok!"
|
||||||
},
|
},
|
||||||
"editor": {
|
"editor": {
|
||||||
"time_in_seconds": "Saniye cinsinden zaman",
|
"time_in_seconds": "Saniye cinsinden zaman",
|
||||||
@@ -164,5 +170,13 @@
|
|||||||
"editor_page": {
|
"editor_page": {
|
||||||
"add_an_answer": "Bir cevap ekle",
|
"add_an_answer": "Bir cevap ekle",
|
||||||
"right_click_to_delete": "Bir cevabı silmek için sağ tıkla!"
|
"right_click_to_delete": "Bir cevabı silmek için sağ tıkla!"
|
||||||
|
},
|
||||||
|
"dashboard": {
|
||||||
|
"search_for_own_quizzes": "Kendi quizleriniz için arama"
|
||||||
|
},
|
||||||
|
"footer": {
|
||||||
|
"self_ads": "{{mawoka_link}} tarafından ve {{others_link}}nin de yardımıyla ❤️ ile yapıldı.",
|
||||||
|
"more_details_here": "Daha fazla detay burada",
|
||||||
|
"donate": "Eğer bunu kullanışlı bulduysanız, lütfen {{donate_link}}yı bir düşünün."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user