-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update it.json #293
base: master
Are you sure you want to change the base?
Update it.json #293
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
@@ -1,5 +1,4 @@ | ||||||||
{ | ||||||||
"translationComplete": "1", | ||||||||
"translationComplete": "1", | ||||||||
"version": { | ||||||||
"2kki": { | ||||||||
"label": "Yume 2kki Versione {VERSION}", | ||||||||
|
@@ -104,8 +103,8 @@ | |||||||
"values": { | ||||||||
"none": "Normali", | ||||||||
"classic": "Classici", | ||||||||
"compact": "Compatto", | ||||||||
"slim": "Sottile" | ||||||||
"compact": "Compatti", | ||||||||
"slim": "Sottili" | ||||||||
} | ||||||||
}, | ||||||||
"soundVolume": "Volume Effetti Sonori", | ||||||||
|
@@ -224,6 +223,7 @@ | |||||||
"saveCleared": "Salvataggio Eliminato" | ||||||||
} | ||||||||
} | ||||||||
|
||||||||
} | ||||||||
}, | ||||||||
"accountSettings": { | ||||||||
|
@@ -338,7 +338,7 @@ | |||||||
"toggleChat": "Attiva Chat", | ||||||||
"screenshot": "Cattura Schermata", | ||||||||
"settings": "Opzioni", | ||||||||
"toggleMute": "Mettiti in Modalità Muta", | ||||||||
"toggleMute": "Muta", | ||||||||
"toggleGlobalMessage": "Attiva Chat Globale", | ||||||||
"chat": { | ||||||||
"toggleGlobalMessageLocations": "Mostra/Nascondi Luoghi dei Messaggi nella Chat", | ||||||||
|
@@ -412,7 +412,7 @@ | |||||||
}, | ||||||||
"roles": { | ||||||||
"mod": "Moderatore", | ||||||||
"dev": "Sviluppatore" | ||||||||
"dev": "sviluppatore" | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
}, | ||||||||
"timestamp": { | ||||||||
"time": "{TIME}", | ||||||||
|
@@ -500,7 +500,7 @@ | |||||||
"backupReminder": "È consigliato scaricare frequentemente un backup dei salvataggi per evitare di perdere il progresso nel gioco nel caso in cui i dati nel tuo browser vengano perduti.", | ||||||||
"menuTheme": "Il colore del tuo nome e il suo stile nella lista dei giocatori cambia a seconda del menù che selezioni all'interno del gioco.", | ||||||||
"playersInMap": "Puoi filtrare la quantità dei giocatori connessi e la quantità dei giocatori nella mappa corrente premendo il testo corrispondente nell'angolo in alto a destra dello schermo.", | ||||||||
"markdownSupport": " La chat supporta un formato di testo che usa certi caratteri speciali, questi sono: **negretto** (\\*\\*testo\\*\\*), *corsivo* (\\*testo\\*, \\_testo\\_), __sottolineato__ (\\_\\_testo\\_\\_), ~~barrato~~ (\\~\\~testo\\~\\~) y ||spoiler|| (\\|\\|testo\\|\\|).", | ||||||||
"markdownSupport": " La chat supporta un formato di testo che usa certi caratteri speciali, questi sono: **negretto** (\\*\\*testo\\*\\*), *corsivo* (\\*testo\\*, \\_testo\\_), __sottolineato__ (\\_\\_testo\\_\\_), ~~barrato~~ (\\~\\~testo\\~\\~) e ||spoiler|| (\\|\\|testo\\|\\|).", | ||||||||
"tabToChat": " Se stai giocando da PC, puoi premere il tasto tab per alternare fra il gioco e l'input per la chat. Questa funzione può essere disattivata nelle Impostazioni Chat sotto Premi Tab per Chattare'.", | ||||||||
"chatTabNotifications": "Quando sei in una stanza chat diversa da 'Tutti', se un nuovo messaggio viene ricevuto in un'altra stanza, il titolo verrà messo in grassetto per notificarti.", | ||||||||
"clearChat": "Quando premi il pulsante per svuotare la chat in alto a destra della chat box, se non sei correntemente nella stanza 'Tutti', verranno rimossi solamente i messaggi della tab in cui sei al momento.", | ||||||||
|
@@ -546,6 +546,7 @@ | |||||||
}, | ||||||||
"parties": { | ||||||||
"create": "{PARTY} è stato creato.", | ||||||||
|
||||||||
"update": "{PARTY} è stato aggiornato.", | ||||||||
"join": "Si è unito a {PARTY}.", | ||||||||
"leave": "Ha abbandonato {PARTY}.", | ||||||||
|
@@ -623,8 +624,8 @@ | |||||||
"badgeGallery": { | ||||||||
"label": "Vetrina di {PLAYER}", | ||||||||
"loading": "Caricamento...", | ||||||||
"bp": "{BP} PM", | ||||||||
"count": "{COUNT} Medaglie" | ||||||||
"bp": "{BP} BP", | ||||||||
"count": "{COUNT} Badges" | ||||||||
Comment on lines
+627
to
+628
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are these supposed to be translated? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think so, "Badges" should be translated to "Medaglie" PS: Sorry for the 1 year late reply, it's been a while since I opened up GitHub lmao. |
||||||||
}, | ||||||||
"rankings": { | ||||||||
"categories": { | ||||||||
|
@@ -731,4 +732,4 @@ | |||||||
} | ||||||||
} | ||||||||
} | ||||||||
} | ||||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.