Translated using Weblate (Italian)
Currently translated at 97.1% (2120 of 2182 strings) Translation: Funkwhale/Funkwhale Web Translate-URL: https://translate.funkwhale.audio/projects/funkwhale/front/it/
This commit is contained in:
parent
21ff5f65da
commit
5b022d94d1
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
|
"App": {
|
||||||
|
"loading": "Caricando…"
|
||||||
|
},
|
||||||
"components": {
|
"components": {
|
||||||
"About": {
|
"About": {
|
||||||
"description": {
|
"description": {
|
||||||
|
@ -15,6 +18,9 @@
|
||||||
"publicContent": "Naviga tra i contenuti pubblici",
|
"publicContent": "Naviga tra i contenuti pubblici",
|
||||||
"signup": "Registrati"
|
"signup": "Registrati"
|
||||||
},
|
},
|
||||||
|
"help": {
|
||||||
|
"closedRegistrations": "Le iscrizioni sono chiuse su questo pod. Ti puoi registrare su un altro pod usando il link seguente."
|
||||||
|
},
|
||||||
"link": {
|
"link": {
|
||||||
"findOtherPod": "Trova un altro pod",
|
"findOtherPod": "Trova un altro pod",
|
||||||
"learnMore": "Scopri di più"
|
"learnMore": "Scopri di più"
|
||||||
|
@ -3642,7 +3648,8 @@
|
||||||
},
|
},
|
||||||
"audioContent": {
|
"audioContent": {
|
||||||
"bitrate": {
|
"bitrate": {
|
||||||
"label": "Bitrate"
|
"label": "Bitrate",
|
||||||
|
"value": "{bitrate}/s"
|
||||||
},
|
},
|
||||||
"cachedSize": "Dimensione in cache",
|
"cachedSize": "Dimensione in cache",
|
||||||
"duration": "Durata",
|
"duration": "Durata",
|
||||||
|
@ -3794,7 +3801,8 @@
|
||||||
"value": "Errore durante il recupero delle informazioni del nodo"
|
"value": "Errore durante il recupero delle informazioni del nodo"
|
||||||
},
|
},
|
||||||
"software": {
|
"software": {
|
||||||
"label": "Software"
|
"label": "Software",
|
||||||
|
"value": "{name} ({version})"
|
||||||
},
|
},
|
||||||
"totalUsers": "Utenti totali"
|
"totalUsers": "Utenti totali"
|
||||||
}
|
}
|
||||||
|
@ -4537,6 +4545,7 @@
|
||||||
"Detail": {
|
"Detail": {
|
||||||
"button": {
|
"button": {
|
||||||
"confirm": "Elimina radio",
|
"confirm": "Elimina radio",
|
||||||
|
"delete": "Elimina",
|
||||||
"edit": "Modifica…"
|
"edit": "Modifica…"
|
||||||
},
|
},
|
||||||
"empty": {
|
"empty": {
|
||||||
|
|
Loading…
Reference in New Issue