New translations tabs.json (Italian)

This commit is contained in:
xmflsct 2022-05-13 19:21:39 +02:00
parent 7bde66db6d
commit 428669c6bb
1 changed files with 25 additions and 25 deletions

View File

@ -79,11 +79,11 @@
"demo": "<p>Questo toot è un esempio 😺️. Puoi scegliere diverse opzioni di grandezza del testo qui sotto.<br /><br />Questa impostazione si applica solo al testo dei toot, non anche agli altri testi della app.</p>", "demo": "<p>Questo toot è un esempio 😺️. Puoi scegliere diverse opzioni di grandezza del testo qui sotto.<br /><br />Questa impostazione si applica solo al testo dei toot, non anche agli altri testi della app.</p>",
"availableSizes": "Dimensioni testo", "availableSizes": "Dimensioni testo",
"sizes": { "sizes": {
"S": "", "S": "S",
"M": "M - Predefinito", "M": "M - Predefinito",
"L": "", "L": "L",
"XL": "", "XL": "XL",
"XXL": "" "XXL": "XXL"
} }
}, },
"profile": { "profile": {
@ -91,7 +91,7 @@
"title": "Modifiche non salvate", "title": "Modifiche non salvate",
"message": "Le tue modifiche non sono state salvate. Vuoi scartarle?", "message": "Le tue modifiche non sono state salvate. Vuoi scartarle?",
"buttons": { "buttons": {
"cancel": "", "cancel": "$t(common:buttons.cancel)",
"discard": "Scarta" "discard": "Scarta"
} }
}, },
@ -125,7 +125,7 @@
"public": "Pubblico", "public": "Pubblico",
"unlisted": "Non listato", "unlisted": "Non listato",
"private": "Solo seguaci", "private": "Solo seguaci",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
} }
}, },
"sensitive": { "sensitive": {
@ -204,26 +204,26 @@
"message": "Se esci dal tuo account, dovrai rifare l'accesso", "message": "Se esci dal tuo account, dovrai rifare l'accesso",
"buttons": { "buttons": {
"logout": "Esci", "logout": "Esci",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
} }
} }
} }
}, },
"settings": { "settings": {
"fontsize": { "fontsize": {
"heading": "", "heading": "$t(me.stacks.fontSize.name)",
"content": { "content": {
"S": "", "S": "$t(me.fontSize.sizes.S)",
"M": "", "M": "$t(me.fontSize.sizes.M)",
"L": "", "L": "$t(me.fontSize.sizes.L)",
"XL": "", "XL": "$t(me.fontSize.sizes.XL)",
"XXL": "" "XXL": "$t(me.fontSize.sizes.XXL)"
} }
}, },
"language": { "language": {
"heading": "Lingua", "heading": "Lingua",
"options": { "options": {
"cancel": "" "cancel": "$t(common:buttons.cancel)"
} }
}, },
"theme": { "theme": {
@ -232,7 +232,7 @@
"auto": "Segui impostazioni di sistema", "auto": "Segui impostazioni di sistema",
"light": "Tema chiaro", "light": "Tema chiaro",
"dark": "Tema scuro", "dark": "Tema scuro",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
} }
}, },
"darkTheme": { "darkTheme": {
@ -240,7 +240,7 @@
"options": { "options": {
"lighter": "Poco scuro", "lighter": "Poco scuro",
"darker": "Molto scuro", "darker": "Molto scuro",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
} }
}, },
"browser": { "browser": {
@ -248,7 +248,7 @@
"options": { "options": {
"internal": "Nella app", "internal": "Nella app",
"external": "Nel browser di sistema", "external": "Nel browser di sistema",
"cancel": "" "cancel": "$t(common:buttons.cancel)"
} }
}, },
"staticEmoji": { "staticEmoji": {
@ -290,8 +290,8 @@
"created_at": "Account creato il: {{date}}", "created_at": "Account creato il: {{date}}",
"summary": { "summary": {
"statuses_count": "{{count}} toot", "statuses_count": "{{count}} toot",
"following_count": "", "following_count": "$t(shared.users.accounts.following)",
"followers_count": "" "followers_count": "$t(shared.users.accounts.followers)"
}, },
"toots": { "toots": {
"default": "Toot", "default": "Toot",
@ -311,17 +311,17 @@
"advanced": { "advanced": {
"header": "Ricerca avanzata", "header": "Ricerca avanzata",
"example": { "example": {
"account": "", "account": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)",
"hashtag": "", "hashtag": "$t(shared.search.header.prefix) $t(shared.search.sections.hashtags)",
"statusLink": "", "statusLink": "$t(shared.search.header.prefix) $t(shared.search.sections.statuses)",
"accountLink": "" "accountLink": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)"
} }
} }
}, },
"sections": { "sections": {
"accounts": "Utente", "accounts": "Utente",
"hashtags": "", "hashtags": "Hashtag",
"statuses": "" "statuses": "Toot"
}, },
"notFound": "Impossibile trovare <bold>{{searchTerm}}</bold> come {{type}}" "notFound": "Impossibile trovare <bold>{{searchTerm}}</bold> come {{type}}"
}, },