New translations tabs.json (Italian)

This commit is contained in:
xmflsct 2022-05-13 19:13:28 +02:00
parent 3df10d3805
commit e46285ccf0
1 changed files with 26 additions and 26 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": "$t(common:buttons.cancel)", "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": "$t(common:buttons.cancel)" "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": "$t(common:buttons.cancel)" "cancel": ""
} }
} }
} }
}, },
"settings": { "settings": {
"fontsize": { "fontsize": {
"heading": "$t(me.stacks.fontSize.name)", "heading": "",
"content": { "content": {
"S": "$t(me.fontSize.sizes.S)", "S": "",
"M": "$t(me.fontSize.sizes.M)", "M": "",
"L": "$t(me.fontSize.sizes.L)", "L": "",
"XL": "$t(me.fontSize.sizes.XL)", "XL": "",
"XXL": "$t(me.fontSize.sizes.XXL)" "XXL": ""
} }
}, },
"language": { "language": {
"heading": "Lingua", "heading": "Lingua",
"options": { "options": {
"cancel": "$t(common:buttons.cancel)" "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": "$t(common:buttons.cancel)" "cancel": ""
} }
}, },
"darkTheme": { "darkTheme": {
@ -240,7 +240,7 @@
"options": { "options": {
"lighter": "Poco scuro", "lighter": "Poco scuro",
"darker": "Molto scuro", "darker": "Molto scuro",
"cancel": "$t(common:buttons.cancel)" "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": "$t(common:buttons.cancel)" "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": "$t(shared.users.accounts.following)", "following_count": "",
"followers_count": "$t(shared.users.accounts.followers)" "followers_count": ""
}, },
"toots": { "toots": {
"default": "Toot", "default": "Toot",
@ -311,17 +311,17 @@
"advanced": { "advanced": {
"header": "Ricerca avanzata", "header": "Ricerca avanzata",
"example": { "example": {
"account": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)", "account": "",
"hashtag": "$t(shared.search.header.prefix) $t(shared.search.sections.hashtags)", "hashtag": "",
"statusLink": "$t(shared.search.header.prefix) $t(shared.search.sections.statuses)", "statusLink": "",
"accountLink": "$t(shared.search.header.prefix) $t(shared.search.sections.accounts)" "accountLink": ""
} }
} }
}, },
"sections": { "sections": {
"accounts": "Utente", "accounts": "Utente",
"hashtags": "Hashtag", "hashtags": "",
"statuses": "Toot" "statuses": ""
}, },
"notFound": "Impossibile trovare <bold>{{searchTerm}}</bold> come {{type}}" "notFound": "Impossibile trovare <bold>{{searchTerm}}</bold> come {{type}}"
}, },
@ -342,4 +342,4 @@
"name": "Cronologia delle modifiche" "name": "Cronologia delle modifiche"
} }
} }
} }