Gerardo Fallani <g.fallani@gmail.com> updated Italian translation using Weblate @ translate-h5p.tk.

Translate-URL: https://translate-h5p.tk/weblate/projects/h5p/h5p-memory-game/it/

Gerardo Fallani <g.fallani@gmail.com> updated Italian translation using Weblate @ translate-h5p.tk.

 Translate-URL: https://deutsche-h5p-uebersetzungscommunity.tk/weblate/projects/h5p/h5p-memory-game/it/

Gerardo Fallani <g.fallani@gmail.com> updated Italian translation using Weblate @ Deutsche H5P-Übersetzungscommunity.

 Translate-URL: http://deutsche-h5p-uebersetzungscommunity.tk/projects/h5p/h5p-memory-game/it/
pull/53/head
Weblate 2019-12-22 00:43:08 +00:00
parent 9683babe69
commit 47b4c36774
1 changed files with 46 additions and 46 deletions

View File

@ -3,7 +3,7 @@
{ {
"widgets": [ "widgets": [
{ {
"label": "Default" "label": "Predefinito"
} }
], ],
"label": "Carte", "label": "Carte",
@ -15,60 +15,60 @@
"label": "Immagine" "label": "Immagine"
}, },
{ {
"label": "Alternative text for Image", "label": "Testo alternativo per l'immagine",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Descrivi cosa si può vedere nella foto. Il testo è letto da strumenti di sintesi vocale necessari a utenti ipovedenti"
}, },
{ {
"label": "Audio Track", "label": "Traccia audio",
"description": "An optional sound that plays when the card is turned." "description": "Un suono facoltativo che viene riprodotto quando si gira la scheda"
}, },
{ {
"label": "Matching Image", "label": "Immagine corrispondente",
"description": "An optional image to match against instead of using two cards with the same image." "description": "Un'immagine facoltativa da abbinare anziché usare due carte con la stessa immagine"
}, },
{ {
"label": "Alternative text for Matching Image", "label": "Testo alternativo per immagini corrispondenti",
"description": "Describe what can be seen in the photo. The text is read by text-to-speech tools needed by visually impaired users." "description": "Descrivi cosa si può vedere nella foto. Il testo è letto da strumenti di sintesi vocale necessari a utenti ipovedenti"
}, },
{ {
"label": "Matching Audio Track", "label": "Traccia audio corrispondente",
"description": "An optional sound that plays when the second card is turned." "description": "Un suono facoltativo che viene riprodotto quando si gira la seconda carta"
}, },
{ {
"label": "Descrizione", "label": "Descrizione",
"description": "Breve testo visualizzato quando due carte uguali vengono trovate." "description": "Un breve testo facoltativo che apparirà quando vengono trovate due carte corrispondenti"
} }
] ]
} }
}, },
{ {
"label": "Behavioural settings", "label": "Impostazioni di esecuzione",
"description": "These options will let you control how the game behaves.", "description": "Queste opzioni permettono di controllare il comportamento del gioco",
"fields": [ "fields": [
{ {
"label": "Position the cards in a square", "label": "Posiziona le carte in un quadrato",
"description": "Will try to match the number of columns and rows when laying out the cards. Afterward, the cards will be scaled to fit the container." "description": "Cercherà di far corrispondere il numero di colonne e righe durante la disposizione delle carte. In seguito, le carte saranno ridimensionate per adattarsi al contenitore"
}, },
{ {
"label": "Number of cards to use", "label": "Numero di carte da usare",
"description": "Setting this to a number greater than 2 will make the game pick random cards from the list of cards." "description": "Impostandolo su un numero maggiore di 2, il gioco sceglierà le carte dall'elenco in maniera del tutto casuale"
}, },
{ {
"label": "Add button for retrying when the game is over" "label": "Aggiungi un pulsante per riprovare quanto il gioco è finito"
} }
] ]
}, },
{ {
"label": "Look and feel", "label": "Aspetto e soddisfazione (look and feel)",
"description": "Control the visuals of the game.", "description": "Controlla gli effetti visivi del gioco",
"fields": [ "fields": [
{ {
"label": "Theme Color", "label": "Colore del tema",
"description": "Choose a color to create a theme for your card game." "description": "Scegli un colore per creare una tema per il tuo gioco di carte"
}, },
{ {
"label": "Card Back", "label": "Dietro della carta",
"description": "Use a custom back for your cards." "description": "Usa un retro personalizzato per le tue carte"
} }
] ]
}, },
@ -76,46 +76,46 @@
"label": "Localizzazione", "label": "Localizzazione",
"fields": [ "fields": [
{ {
"label": "Testo Gira carta", "label": "Testo per i giri di carta",
"default": "Card turns" "default": "Giri di carta"
}, },
{ {
"label": "Testo Tempo trascorso", "label": "Testo per il tempo trascorso",
"default": "Time spent" "default": "Tempo trascorso"
}, },
{ {
"label": "Testo Feedback", "label": "Testo del feedback",
"default": "Good work!" "default": "Buon lavoro!"
}, },
{ {
"label": "Try again button text", "label": "Testo del pulsante per riprovare",
"default": "Reset" "default": "Vuoi riprovare?"
}, },
{ {
"label": "Close button label", "label": "Etichetta del pulsante di chiusura",
"default": "Close" "default": "Chiudi"
}, },
{ {
"label": "Game label", "label": "Etichetta del gioco",
"default": "Memory Game. Find the matching cards." "default": "Gioco di memoria. Trova le carte corrispondenti"
}, },
{ {
"label": "Game finished label", "label": "Etichetta di fine gioco",
"default": "All of the cards have been found." "default": "Tutte le carte sono state trovate"
}, },
{ {
"label": "Card indexing label", "label": "Etichetta di indicizzazione della carta",
"default": "Card %num:" "default": "Carta %num:"
}, },
{ {
"label": "Card unturned label", "label": "Etichetta della carta non voltata",
"default": "Unturned." "default": "Non voltata"
}, },
{ {
"label": "Card matched label", "label": "Etichetta della cartata abbinata",
"default": "Match found." "default": "Trovata corrispondenza"
} }
] ]
} }
] ]
} }