diff --git a/src/i18n/it/screens/tabs.json b/src/i18n/it/screens/tabs.json index 97bd554d..083067f6 100644 --- a/src/i18n/it/screens/tabs.json +++ b/src/i18n/it/screens/tabs.json @@ -79,11 +79,11 @@ "demo": "

Questo toot è un esempio 😺️. Puoi scegliere diverse opzioni di grandezza del testo qui sotto.

Questa impostazione si applica solo al testo dei toot, non anche agli altri testi della app.

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