Skip to content

Commit

Permalink
Merge pull request #7 from Learnosity/fix/it_IT
Browse files Browse the repository at this point in the history
[BUG] Update Italian translation
  • Loading branch information
fed authored Nov 4, 2019
2 parents 0deb688 + 5fe702e commit e09ca9c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
15 changes: 10 additions & 5 deletions languages/it/assess-api.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"actionsave": "salva",
"actionsubmit": "invia",
"actionsave": "salvare",
"actionsubmit": "inviare",
"allQuestionsAttempted": "tutte le domande sono state tentate",
"calculator": "Calcolatrice",
"close": "Chiudi",
Expand Down Expand Up @@ -83,6 +83,7 @@
"zero": "0",
"zoomInResult": "Il browser ingrandirà progressivamente ogni volta che si preme il tasto più (+).",
"zoomOutResult": "Il browser eseguirà lo zoom indietro progressivamente ogni volta che si preme il tasto meno (-).",
"expandMenu": "Espandi menu",
"collapseMenu": "Comprimi menu",
"submitActionConfirmation": "Sei sicuro di voler {{action}} il test?",
"submitWithUnattemptedQuestion": "la domanda non è stata tentata",
Expand All @@ -92,10 +93,14 @@
"existingResponsesMessage": "Questa attività è già stata tentata. Potresti essere arrivato qui usando il pulsante \"indietro\" del tuo browser.",
"existingResponsesDetail": "Se è così si prega di fare clic sul pulsante \"avanti\" del browser per tornare alla pagina precedente.",
"reviewScreen": "Revisione",
"flagItem": "segnare l'elemento",
"flagItem": "Segnare l'elemento",
"saved": "salvato",
"saveTestSuccessfully": "il test è stato salvato correttamente.",
"saveTestSuccessfully": "Il test è stato salvato correttamente.",
"saveTestSuccessfullyPrompt": "Vuoi riprendere il test o uscire?",
"resume": "Riprendere",
"savingInProgress": "Salvataggio..."
"savingInProgress": "Salvataggio...",
"yes": "Si",
"no": "No",
"flagged": "Elementi contrassegnati",
"notAttempted": "Elementi non tentati"
}
26 changes: 25 additions & 1 deletion languages/it/questions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,29 @@
"reset": "Reimposta",
"undo": "Annulla",
"redo": "Ripeti",
"resume": "Riprendi"
"resume": "Riprendi",
"editor": {
"toolbar": {
"bold": "Grassetto",
"italic": "Corsivo",
"underline": "Sottolinea",
"removeFormat": "Rimuovi formato",
"orderedList": "Elenco numerato",
"unorderedList": "Elenco puntato",
"alignLeft": "Allinea a sinistra",
"alignCenter": "Allinea al centro",
"alignRight": "Allinea a destra",
"alignJustify": "Giustificato",
"indentIncrease": "Aumenta rientro",
"indentDecrease": "Diminuisci rientro",
"insertHorizontalRule": "Inserisci righello orizzontale",
"subscript": "Pedice",
"superscript": "Apice",
"charactermap": "Mappa caratteri",
"table": "Tabella",
"blockquote": "Citazione",
"undo": "Annulla",
"redo": "Ripeti"
}
}
}

0 comments on commit e09ca9c

Please sign in to comment.