Latest translations and fallbacks
parent
3a35b77d5f
commit
35618de1a7
@ -1,20 +1,20 @@
|
|||||||
{
|
{
|
||||||
"queue": "Queue",
|
"queue": "Attesa",
|
||||||
"description": "There are no users in the registration queue. <br> To enable this feature, go to <a href=\"%1\">Settings → User → User Registration</a> and set <strong>Registration Type</strong> to \"Admin Approval\".",
|
"description": "Non ci sono utenti in attesa di registrazione. <br> Per abilitare questa funzione, vai in <a href=\"%1\">Impostazioni → Utente → Registrazione Utente</a> e imposta <strong>Tipo Registrazione</strong> su \"Approvazione Amministratore\".",
|
||||||
|
|
||||||
"list.name": "Name",
|
"list.name": "Nome",
|
||||||
"list.email": "Email",
|
"list.email": "Email",
|
||||||
"list.ip": "IP",
|
"list.ip": "IP",
|
||||||
"list.time": "Time",
|
"list.time": "Tempo",
|
||||||
"list.username-spam": "Frequency: %1 Appears: %2 Confidence: %3",
|
"list.username-spam": "Frequenza: %1 Apparsi: %2 Confidenza: %3",
|
||||||
"list.email-spam": "Frequency: %1 Appears: %2",
|
"list.email-spam": "Frequenza: %1 Apparsi: %2",
|
||||||
"list.ip-spam": "Frequency: %1 Appears: %2",
|
"list.ip-spam": "Frequenza: %1 Apparsi: %2",
|
||||||
|
|
||||||
"invitations": "Invitations",
|
"invitations": "Inviti",
|
||||||
"invitations.description": "Below is a complete list of invitations sent. Use ctrl-f to search through the list by email or username. <br><br>The username will be displayed to the right of the emails for users who have redeemed their invitations.",
|
"invitations.description": "Di seguito è riportato l'elenco completo degli inviti inviati. Usa Ctrl-f per cercare attraverso la lista via email o nome utente. <br><br>Il nome utente sarà visualizzato a destra delle email per gli utenti che hanno riscattato i loro inviti.",
|
||||||
"invitations.inviter-username": "Inviter Username",
|
"invitations.inviter-username": "Nome dell'utente che invita",
|
||||||
"invitations.invitee-email": "Invitee Email",
|
"invitations.invitee-email": "Email dell'invitato",
|
||||||
"invitations.invitee-username": "Invitee Username (if registered)",
|
"invitations.invitee-username": "Nome utente invitato (se registrato)",
|
||||||
|
|
||||||
"invitations.confirm-delete": "Are you sure you wish to delete this invitation?"
|
"invitations.confirm-delete": "Sei sicuro di voler eliminare questo invito?"
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"reconnection": "Reconnection Settings",
|
"reconnection": "Impostazioni riconnessione",
|
||||||
"max-attempts": "Max Reconnection Attempts",
|
"max-attempts": "Massimi tentativi di riconnessione",
|
||||||
"default-placeholder": "Default: %1",
|
"default-placeholder": "Predefinito: %1",
|
||||||
"delay": "Reconnection Delay"
|
"delay": "Ritardo riconnessione"
|
||||||
}
|
}
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"tag": "Tag Settings",
|
"tag": "Impostazioni Tag",
|
||||||
"min-per-topic": "Minimum Tags per Topic",
|
"min-per-topic": "Tag minimi per discussione",
|
||||||
"max-per-topic": "Maximum Tags per Topic",
|
"max-per-topic": "Tag massimi per discussione",
|
||||||
"min-length": "Minimum Tag Length",
|
"min-length": "Lunghezza minima tag",
|
||||||
"max-length": "Maximum Tag Length",
|
"max-length": "Lunghezza massima tag",
|
||||||
"goto-manage": "Click here to visit the tag management page.",
|
"goto-manage": "Clicca qui per visitare la pagina di gestione tag.",
|
||||||
"related-topics": "Related Topics",
|
"related-topics": "Discussioni correlate",
|
||||||
"max-related-topics": "Maximum related topics to display (if supported by theme)"
|
"max-related-topics": "Numero massimo di discussioni correlate da visualizzare (se supportati dal tema)"
|
||||||
}
|
}
|
Loading…
Reference in New Issue