From 19e7e8c83e7e333be909b3d055ba6f59d144c6ac Mon Sep 17 00:00:00 2001 From: nilocram Date: Sun, 24 Sep 2023 06:02:19 +0000 Subject: [PATCH 1/5] :globe_with_meridians: Translated (Italian) Currently translated at 99.7% (361 of 362 strings) Translation: ClassQuiz/Frontend Translate-URL: https://hosted.weblate.org/projects/classquiz/frontend/it/ --- frontend/src/lib/i18n/locales/it.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/lib/i18n/locales/it.json b/frontend/src/lib/i18n/locales/it.json index d0645dd..fb46ca0 100644 --- a/frontend/src/lib/i18n/locales/it.json +++ b/frontend/src/lib/i18n/locales/it.json @@ -20,8 +20,8 @@ "dark_mode": "Modalità Notte", "quiz_results_downloadable_content": "I risultati dei quiz possono essere facilmente esportati in un foglio Excel. (Non sapevo che altri non potessero farlo)", "multilingual_content": "ClassQuiz è già disponibile in inglese, francese, tedesco, italiano, norvegese, turco, e parzialmente in indonesiano e in catalano.", - "no_tracking_content": "Altri ti tracciano e inviano le tue informazioni a terze parti, ma ClassQuiz, no.", - "no_tracking": "Senza tracking", + "no_tracking_content": "Altri ti tracciano e inviano le tue informazioni a terze parti, ma ClassQuiz non lo fa.", + "no_tracking": "Senza tracciamento", "self_hostable": "È possibile fare hosting autonomo", "german_server": "Server tedesco", "user_friendly": "Facile da usare", @@ -38,9 +38,9 @@ "view_results": "Visualizza i risultati", "check_if_chosen_wisely": "Controlla se hai scelto correttamente", "list_winners": "Elenco vincitori", - "get_ranking_and_winners": "Vedi la classifica e chi ha vinto", + "get_ranking_and_winners": "Vedi la classifica e guarda chi ha vinto", "why_classquiz": "Perché ClassQuiz?", - "self_hostable_content": "Con ClassQuiz si può fare facilmente hosting autonomo, così i dati sono in tuo controllo!", + "self_hostable_content": "Con ClassQuiz si può fare facilmente un hosting autonomo, così i dati sono in tuo controllo!", "user_friendly_content": "ClassQuiz cerca di essere semplice, così può essere usato da tutti.", "dark_mode_content": "Una delle caratteristiche più importanti che un sito web possa avere!", "german_server_content": "I server di ClassQuiz si trovano in Germania e sono ospitati da netcup.", @@ -77,7 +77,7 @@ "already_have_account": "Non hai un account?", "modal": { "success": { - "success_check_mail": "Accesso effettuato. Controlla la mail.", + "success_check_mail": "Accesso effettuato. Controlla la tua mail.", "success": "Accesso effettuato.", "description": { "success": "Accesso effettuato.", @@ -88,7 +88,7 @@ "wrong_creds": "Indirizzo e-mail o password errati.", "unexpected": "Errore imprevisto!", "description": { - "unexpected": "È accaduto il buon vecco errore inatteso!", + "unexpected": "È accaduto il buon vecchio errore inatteso!", "wrong_creds": "Per favore, assicurati che la tua password e l'indirizzo e-mail siano corretti." } } @@ -454,7 +454,7 @@ "delete_image": "Elimina immagine", "edit_the_image": "Modifica immagine", "alt_text": "Testo alternativo/Didascalia", - "storage_usage": "Hai utilizzato {{used}} Mb su {{total}} Mb di memoria. Corrisponde a {{percent}}% della memoria." + "storage_usage": "Hai utilizzato {{used}} Mb su {{total}} Mb di spazio disponibile. Corrisponde a {{percent}}% dello spazio." }, "public_user_page": { "no_original_quizzes": "Questo utente non ha nessun quiz originale", From 40e2622e9736f6dcaeae7f0c46fd93652b358ed7 Mon Sep 17 00:00:00 2001 From: Paolo Mauri Date: Sat, 23 Sep 2023 14:27:49 +0000 Subject: [PATCH 2/5] :globe_with_meridians: Translated (Italian) Currently translated at 99.7% (361 of 362 strings) Translation: ClassQuiz/Frontend Translate-URL: https://hosted.weblate.org/projects/classquiz/frontend/it/ --- frontend/src/lib/i18n/locales/it.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/i18n/locales/it.json b/frontend/src/lib/i18n/locales/it.json index fb46ca0..431b813 100644 --- a/frontend/src/lib/i18n/locales/it.json +++ b/frontend/src/lib/i18n/locales/it.json @@ -118,7 +118,7 @@ "submit": "Invia", "connect": "Connetti", "pin": "PIN", - "kick": "Avvia", + "kick": "Espelli", "docs": "Documentazione", "close": "Chiudi", "save": "Salva", @@ -128,7 +128,7 @@ "overview": "Panoramica", "explore": "Esplora", "screenshot": "Screenshot", - "screenshot_plural": "Screenshot", + "screenshot_plural": "Screenshots", "browser": "Browser", "view": "Vista", "correct": "Corretto", @@ -189,7 +189,7 @@ "video": "Video", "info": "Info", "yes": "Sì", - "like": "Like", + "like": "Mi piace", "progress": "Progressi", "library": "Biblioteca", "analytics": "Statistiche", @@ -240,7 +240,7 @@ "already_registered_as_admin": "C'è già un amministratore registrato per questo quiz.", "start_game": "Avvia quiz", "time_left": "Tempo rimasto", - "get_results": "Risultati", + "get_results": "Ottieni i risultati", "export_results": "Esporta i risultati", "show_next_question": "Mostra la prossima domanda", "no_answers": "Nessuna risposta!", From 71616308b007cde910fa5f7e2a3d70b0bb967a20 Mon Sep 17 00:00:00 2001 From: nilocram Date: Sun, 24 Sep 2023 06:16:12 +0000 Subject: [PATCH 3/5] :globe_with_meridians: Translated (Italian) Currently translated at 99.7% (361 of 362 strings) Translation: ClassQuiz/Frontend Translate-URL: https://hosted.weblate.org/projects/classquiz/frontend/it/ --- frontend/src/lib/i18n/locales/it.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/lib/i18n/locales/it.json b/frontend/src/lib/i18n/locales/it.json index 431b813..406f12b 100644 --- a/frontend/src/lib/i18n/locales/it.json +++ b/frontend/src/lib/i18n/locales/it.json @@ -128,7 +128,7 @@ "overview": "Panoramica", "explore": "Esplora", "screenshot": "Screenshot", - "screenshot_plural": "Screenshots", + "screenshot_plural": "Screenshot", "browser": "Browser", "view": "Vista", "correct": "Corretto", @@ -163,7 +163,7 @@ "player_plural": "Giocatori", "score": "Punteggio", "find": "Trova", - "next": "Prossimo", + "next": "Successivo", "point": "Punto", "version": "Versione", "update": "Aggiorna", From 7183a69acf6fc64f74fa140d32c26049a0204043 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Arnu Date: Mon, 25 Sep 2023 12:01:23 +0000 Subject: [PATCH 4/5] :globe_with_meridians: Translated (French) Currently translated at 90.6% (328 of 362 strings) Translation: ClassQuiz/Frontend Translate-URL: https://hosted.weblate.org/projects/classquiz/frontend/fr/ --- frontend/src/lib/i18n/locales/fr.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/src/lib/i18n/locales/fr.json b/frontend/src/lib/i18n/locales/fr.json index 8843c83..427f3dc 100644 --- a/frontend/src/lib/i18n/locales/fr.json +++ b/frontend/src/lib/i18n/locales/fr.json @@ -112,12 +112,13 @@ "speed": "Vitesse", "upload": "Charger", "files_library": "Bibliothèque de fichiers", - "unknown": " " + "unknown": " ", + "view_plural": "Vues" }, "index_page": { "slogan": "La plateforme de quiz open-source !", "meta": { - "description": "ClassQuiz est une application de quiz comme Kahoot! pour les étudiants, libre et open-source", + "description": "ClassQuiz est une application de quiz pour les étudiants. Elle est libre et open-source", "title": "Accueil" }, "features_description": { @@ -150,7 +151,7 @@ "list_winners": "Lister les gagnants", "get_ranking_and_winners": "Avoir le classement et voir les gagnants", "why_classquiz": "Pourquoi ClassQuiz ?", - "no_tracking_content": "Kahoot! vous trace et envoie vos données à des services tiers, mais pas Classquiz.", + "no_tracking_content": "Kahoot ! vous suit et envoie ces informations à des tiers, mais pas ClassQuiz.", "self_hostable_content": "ClassQuiz est facilement auto-hébergeable, vos données sont sous contrôle !", "user_friendly_content": "ClassQuiz se veut simple d'utilisation, de manière à être utilisable par le plus grand nombre.", "import_quiz_from_kahoot_and_edit": "Importer un quiz depuis Kahoot! et l'éditer sur ClassQuiz", @@ -169,7 +170,7 @@ "overview_page": { "created_at": "Crée le", "question_count": "Nombre de question", - "no_quizzes": "Cliquez sur le bouton \"Créer\", ou importer un quiz depuis Kahoot! pour commencer." + "no_quizzes": "Cliquez sur le bouton \"Créer\" ou importez un quiz pour commencer." }, "edit_page": { "success_update_title": "Quiz mis à jour.", From ed8e520116bbebae063f291d5bdb171d992ca018 Mon Sep 17 00:00:00 2001 From: Marlon Date: Mon, 25 Sep 2023 18:04:29 +0200 Subject: [PATCH 5/5] Update fr.json --- frontend/src/lib/i18n/locales/fr.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/lib/i18n/locales/fr.json b/frontend/src/lib/i18n/locales/fr.json index 427f3dc..c5a65ec 100644 --- a/frontend/src/lib/i18n/locales/fr.json +++ b/frontend/src/lib/i18n/locales/fr.json @@ -112,7 +112,6 @@ "speed": "Vitesse", "upload": "Charger", "files_library": "Bibliothèque de fichiers", - "unknown": " ", "view_plural": "Vues" }, "index_page": { @@ -151,7 +150,7 @@ "list_winners": "Lister les gagnants", "get_ranking_and_winners": "Avoir le classement et voir les gagnants", "why_classquiz": "Pourquoi ClassQuiz ?", - "no_tracking_content": "Kahoot ! vous suit et envoie ces informations à des tiers, mais pas ClassQuiz.", + "no_tracking_content": "Kahoot! vous suit et envoie ces informations à des tiers, mais pas ClassQuiz.", "self_hostable_content": "ClassQuiz est facilement auto-hébergeable, vos données sont sous contrôle !", "user_friendly_content": "ClassQuiz se veut simple d'utilisation, de manière à être utilisable par le plus grand nombre.", "import_quiz_from_kahoot_and_edit": "Importer un quiz depuis Kahoot! et l'éditer sur ClassQuiz",