From 15b686a9a63617399bfb6ede99265d7c4b959bcf Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:26 +0200 Subject: [PATCH 01/23] New translations instance.json (Italian) --- src/i18n/it/components/instance.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/it/components/instance.json b/src/i18n/it/components/instance.json index b10f7dd9..8b22a1d0 100644 --- a/src/i18n/it/components/instance.json +++ b/src/i18n/it/components/instance.json @@ -20,9 +20,9 @@ "title": "Accesso a questa istanza effettuato", "message": "Puoi accedere ad ulteriori account, mantenendo l'accesso a quelli già esistenti", "buttons": { - "cancel": "$t(common:buttons.cancel)", + "cancel": "", "continue": "Continua" } } } -} +} \ No newline at end of file From 3df10d380564640f7ececc105b020183ee0c2203 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:27 +0200 Subject: [PATCH 02/23] New translations common.json (Italian) --- src/i18n/it/common.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/it/common.json b/src/i18n/it/common.json index 181c6406..a04e0e1c 100644 --- a/src/i18n/it/common.json +++ b/src/i18n/it/common.json @@ -1,6 +1,6 @@ { "buttons": { - "OK": "OK", + "OK": "", "apply": "Applica", "cancel": "Annulla" }, @@ -18,5 +18,5 @@ "message": "{{function}} fallito, per favore riprova" } }, - "separator": ", " -} + "separator": "" +} \ No newline at end of file From e46285ccf08779ba11b3a0ae2930d3418695e901 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:28 +0200 Subject: [PATCH 03/23] New translations tabs.json (Italian) --- src/i18n/it/screens/tabs.json | 52 +++++++++++++++++------------------ 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/src/i18n/it/screens/tabs.json b/src/i18n/it/screens/tabs.json index d75a7cd1..97bd554d 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": "L", - "XL": "XL", - "XXL": "XXL" + "L": "", + "XL": "", + "XXL": "" } }, "profile": { @@ -91,7 +91,7 @@ "title": "Modifiche non salvate", "message": "Le tue modifiche non sono state salvate. Vuoi scartarle?", "buttons": { - "cancel": "$t(common:buttons.cancel)", + "cancel": "", "discard": "Scarta" } }, @@ -125,7 +125,7 @@ "public": "Pubblico", "unlisted": "Non listato", "private": "Solo seguaci", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } }, "sensitive": { @@ -204,26 +204,26 @@ "message": "Se esci dal tuo account, dovrai rifare l'accesso", "buttons": { "logout": "Esci", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } } } }, "settings": { "fontsize": { - "heading": "$t(me.stacks.fontSize.name)", + "heading": "", "content": { - "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)" + "S": "", + "M": "", + "L": "", + "XL": "", + "XXL": "" } }, "language": { "heading": "Lingua", "options": { - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } }, "theme": { @@ -232,7 +232,7 @@ "auto": "Segui impostazioni di sistema", "light": "Tema chiaro", "dark": "Tema scuro", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } }, "darkTheme": { @@ -240,7 +240,7 @@ "options": { "lighter": "Poco scuro", "darker": "Molto scuro", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } }, "browser": { @@ -248,7 +248,7 @@ "options": { "internal": "Nella app", "external": "Nel browser di sistema", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } }, "staticEmoji": { @@ -290,8 +290,8 @@ "created_at": "Account creato il: {{date}}", "summary": { "statuses_count": "{{count}} toot", - "following_count": "$t(shared.users.accounts.following)", - "followers_count": "$t(shared.users.accounts.followers)" + "following_count": "", + "followers_count": "" }, "toots": { "default": "Toot", @@ -311,17 +311,17 @@ "advanced": { "header": "Ricerca avanzata", "example": { - "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)" + "account": "", + "hashtag": "", + "statusLink": "", + "accountLink": "" } } }, "sections": { "accounts": "Utente", - "hashtags": "Hashtag", - "statuses": "Toot" + "hashtags": "", + "statuses": "" }, "notFound": "Impossibile trovare {{searchTerm}} come {{type}}" }, @@ -342,4 +342,4 @@ "name": "Cronologia delle modifiche" } } -} +} \ No newline at end of file From de815205bca72f4d3f73a4335dfa09d6ed5b7d29 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:29 +0200 Subject: [PATCH 04/23] New translations compose.json (Italian) --- src/i18n/it/screens/compose.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/i18n/it/screens/compose.json b/src/i18n/it/screens/compose.json index 8df3583c..74b482c2 100644 --- a/src/i18n/it/screens/compose.json +++ b/src/i18n/it/screens/compose.json @@ -13,12 +13,12 @@ }, "right": { "button": { - "default": "Toot", + "default": "", "conversation": "Messaggio diretto", "reply": "Toot di risposta", - "deleteEdit": "Toot", - "edit": "Toot", - "share": "Toot" + "deleteEdit": "", + "edit": "", + "share": "" }, "alert": { "default": { @@ -28,7 +28,7 @@ "removeReply": { "title": "Impossibile trovare il toot a cui si è risposto", "description": "Il toot a cui si è risposto potrebbe essere stato cancellato. Vuoi rimuoverne il riferimento?", - "cancel": "$t(common:buttons.cancel)", + "cancel": "", "confirm": "Rimuovi" } } @@ -46,7 +46,7 @@ "keyboardImage": { "exceedMaximum": { "title": "Hai raggiunto il numero massimo di allegati permessi", - "OK": "$t(common:buttons.OK)" + "OK": "" } } } @@ -90,7 +90,7 @@ "options": { "single": "Risposta singola", "multiple": "Risposta multipla", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } }, "expiration": { @@ -103,7 +103,7 @@ "86400": "1 giorno", "259200": "3 giorni", "604800": "7 giorni", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } } } @@ -131,11 +131,11 @@ "unlisted": "Non listato", "private": "Solo seguaci", "direct": "Messaggio diretto", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } }, "spoiler": { - "accessibilityLabel": "Spoiler" + "accessibilityLabel": "" }, "emoji": { "accessibilityLabel": "Aggiungi emoji", @@ -175,4 +175,4 @@ "checkAttachment": "Controllo degli allegati sul server..." } } -} +} \ No newline at end of file From 1d210de26aff29573f5018f0c7eaf1d2f1b4b182 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:30 +0200 Subject: [PATCH 05/23] New translations announcements.json (Italian) --- src/i18n/it/screens/announcements.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/it/screens/announcements.json b/src/i18n/it/screens/announcements.json index 67682bd6..c41719f6 100644 --- a/src/i18n/it/screens/announcements.json +++ b/src/i18n/it/screens/announcements.json @@ -7,4 +7,4 @@ "unread": "Segna come letto" } } -} +} \ No newline at end of file From bc5f3628dc9f41021fc9a2a15ce83fd0c001d84e Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:31 +0200 Subject: [PATCH 06/23] New translations imageViewer.json (Italian) --- src/i18n/it/screens/imageViewer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/it/screens/imageViewer.json b/src/i18n/it/screens/imageViewer.json index d1cf95a4..05c960c9 100644 --- a/src/i18n/it/screens/imageViewer.json +++ b/src/i18n/it/screens/imageViewer.json @@ -7,11 +7,11 @@ "options": { "save": "Salva immagine", "share": "Condividi immagine", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" }, "save": { "succeed": "Immagine salvata", "failed": "Salvataggio immagine fallito" } } -} +} \ No newline at end of file From 285b2038ff23bd14c575554378a482409e3cea66 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:32 +0200 Subject: [PATCH 07/23] New translations actions.json (Italian) --- src/i18n/it/screens/actions.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/i18n/it/screens/actions.json b/src/i18n/it/screens/actions.json index 52750175..d4270664 100644 --- a/src/i18n/it/screens/actions.json +++ b/src/i18n/it/screens/actions.json @@ -1,19 +1,19 @@ { "content": { "button": { - "apply": "$t(common:buttons.apply)", - "cancel": "$t(common:buttons.cancel)" + "apply": "", + "cancel": "" }, "notificationsFilter": { "heading": "Filtra notifiche per tipo", "content": { - "follow": "$t(screenTabs:me.push.follow.heading)", - "favourite": "$t(screenTabs:me.push.favourite.heading)", - "reblog": "$t(screenTabs:me.push.reblog.heading)", - "mention": "$t(screenTabs:me.push.mention.heading)", - "poll": "$t(screenTabs:me.push.poll.heading)", + "follow": "", + "favourite": "", + "reblog": "", + "mention": "", + "poll": "", "follow_request": "Richieste di seguirti" } } } -} +} \ No newline at end of file From 254244fb7350b0e1c2be3bda3daf2b9d29f89300 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:33 +0200 Subject: [PATCH 08/23] New translations emojis.json (Italian) --- src/i18n/it/components/emojis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/it/components/emojis.json b/src/i18n/it/components/emojis.json index 2929920f..dfcfdea3 100644 --- a/src/i18n/it/components/emojis.json +++ b/src/i18n/it/components/emojis.json @@ -1,3 +1,3 @@ { "frequentUsed": "Usate di frequente" -} +} \ No newline at end of file From c66d63f25bc4b99d24abbaf5c5441b8afbb74322 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:34 +0200 Subject: [PATCH 09/23] New translations mediaSelector.json (Italian) --- src/i18n/it/components/mediaSelector.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/it/components/mediaSelector.json b/src/i18n/it/components/mediaSelector.json index 9ae5297a..0005dc38 100644 --- a/src/i18n/it/components/mediaSelector.json +++ b/src/i18n/it/components/mediaSelector.json @@ -3,7 +3,7 @@ "options": { "library": "Carica da libreria locale", "photo": "Scatta una foto", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" }, "library": { "alert": { @@ -11,7 +11,7 @@ "message": "È richiesto l'accesso ai file del dispositivo per il caricamento dalla libreria", "buttons": { "settings": "Correggi impostazioni", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } } }, @@ -21,8 +21,8 @@ "message": "È richiesto l'accesso alla fotocamera per scattare foto", "buttons": { "settings": "Correggi impostazioni", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } } } -} +} \ No newline at end of file From 040b9851033a92e053789263bd2eb7858adf0b6e Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:35 +0200 Subject: [PATCH 10/23] New translations timeline.json (Italian) --- src/i18n/it/components/timeline.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/i18n/it/components/timeline.json b/src/i18n/it/components/timeline.json index 0df457eb..6c7b5f34 100644 --- a/src/i18n/it/components/timeline.json +++ b/src/i18n/it/components/timeline.json @@ -52,12 +52,12 @@ "reblogged_by": { "accessibilityLabel": "{{count}} utenti hanno ricondiviso questo toot", "accessibilityHint": "Premi per vedere gli utenti", - "text": "$t(screenTabs:shared.users.statuses.reblogged_by)" + "text": "" }, "favourited_by": { "accessibilityLabel": "{{count}} utenti hanno apprezzato questo toot", "accessibilityHint": "Premi per vedere gli utenti", - "text": "$t(screenTabs:shared.users.statuses.favourited_by)" + "text": "" }, "history": { "accessibilityLabel": "Questo toot è stato modificato {{count}} volte", @@ -151,7 +151,7 @@ "message": "Sarebbe meglio mutare o bloccare singoli utenti.\n\nSe blocchi un'istanza, tutti i suoi contenuti a te relativi, inclusi tutti i tuoi seguaci da questa, saranno rimossi.", "buttons": { "confirm": "Conferma blocco", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } } }, @@ -179,7 +179,7 @@ "message": "Vuoi davvero cancellare questo toot? Tutti gli apprezzamenti, le ricondivisioni, e le risposte verranno persi.", "buttons": { "confirm": "Conferma", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } } }, @@ -191,7 +191,7 @@ "message": "Vuoi davvero cancellare e riscrivere questo toot? Tutti gli apprezzamenti, le ricondivisioni, e le risposte verranno persi.", "buttons": { "confirm": "Conferma", - "cancel": "$t(common:buttons.cancel)" + "cancel": "" } } }, @@ -231,4 +231,4 @@ } } } -} +} \ No newline at end of file From 31090f6ccc59673d5647aff79a2c0f44e7adf555 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:36 +0200 Subject: [PATCH 11/23] New translations relationship.json (Italian) --- src/i18n/it/components/relationship.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/it/components/relationship.json b/src/i18n/it/components/relationship.json index 0515160d..2b1cfeda 100644 --- a/src/i18n/it/components/relationship.json +++ b/src/i18n/it/components/relationship.json @@ -13,4 +13,4 @@ "requested": "Annulla richiesta di seguire", "default": "Segui" } -} +} \ No newline at end of file From a7913d063d5a2ba99d0d8a84a7eec44e93a6cbc5 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:37 +0200 Subject: [PATCH 12/23] New translations parse.json (Italian) --- src/i18n/it/components/parse.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/it/components/parse.json b/src/i18n/it/components/parse.json index 593f0744..8f98a863 100644 --- a/src/i18n/it/components/parse.json +++ b/src/i18n/it/components/parse.json @@ -6,4 +6,4 @@ }, "defaultHint": "toot" } -} +} \ No newline at end of file From 5e4aef3937d2bc0773cc8aad4cdd37209fe50556 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:41 +0200 Subject: [PATCH 13/23] New translations common.json (Chinese Traditional) --- src/i18n/zh-Hant/common.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/zh-Hant/common.json b/src/i18n/zh-Hant/common.json index 551ca0b0..875ac770 100644 --- a/src/i18n/zh-Hant/common.json +++ b/src/i18n/zh-Hant/common.json @@ -1,6 +1,6 @@ { "buttons": { - "OK": "", + "OK": "OK", "apply": "套用", "cancel": "取消" }, From d41cd0afdbe11d84e89cef6bca75b02e7b72fa3e Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:13:45 +0200 Subject: [PATCH 14/23] New translations screens.json (Italian) --- src/i18n/it/screens.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/it/screens.json b/src/i18n/it/screens.json index b6201347..a06decd7 100644 --- a/src/i18n/it/screens.json +++ b/src/i18n/it/screens.json @@ -15,4 +15,4 @@ "imageNotSupported": "Tipo immagine {{type}} non supportato", "videoNotSupported": "Tipo video {{type}} non supportato" } -} +} \ No newline at end of file From 77a902de486fd6aa9689434adc093f1db5100fc1 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:21:16 +0200 Subject: [PATCH 15/23] New translations timeline.json (Chinese Traditional) --- src/i18n/zh-Hant/components/timeline.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/i18n/zh-Hant/components/timeline.json b/src/i18n/zh-Hant/components/timeline.json index 6e5fd6eb..78c85fbc 100644 --- a/src/i18n/zh-Hant/components/timeline.json +++ b/src/i18n/zh-Hant/components/timeline.json @@ -16,7 +16,7 @@ }, "refresh": { "fetchPreviousPage": "", - "refetch": "" + "refetch": "到最新的位置" }, "shared": { "actioned": { @@ -51,18 +51,18 @@ "actionsUsers": { "reblogged_by": { "accessibilityLabel": "{{count}} 個使用者轉嘟了此嘟文", - "accessibilityHint": "", - "text": "" + "accessibilityHint": "點擊可以取得更多使用者資訊", + "text": "$t(screenTabs:shared.users.statuses.reblogged_by)" }, "favourited_by": { - "accessibilityLabel": "", - "accessibilityHint": "", - "text": "" + "accessibilityLabel": "{{count}} 個使用者喜歡此嘟文", + "accessibilityHint": "點擊可以取得使用者資訊", + "text": "$t(screenTabs:shared.users.statuses.favourited_by)" }, "history": { - "accessibilityLabel": "", - "accessibilityHint": "", - "text_one": "", + "accessibilityLabel": "嘟文被編輯了 {{count}} 次", + "accessibilityHint": "點擊查看編輯紀錄", + "text_one": "{{count}} 次編輯", "text_other": "" } }, From c5d6718d0e5c784f5a50c49f20feedf7838ea4c2 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:21:37 +0200 Subject: [PATCH 16/23] New translations instance.json (Italian) --- src/i18n/it/components/instance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/it/components/instance.json b/src/i18n/it/components/instance.json index 8b22a1d0..59ba3636 100644 --- a/src/i18n/it/components/instance.json +++ b/src/i18n/it/components/instance.json @@ -20,7 +20,7 @@ "title": "Accesso a questa istanza effettuato", "message": "Puoi accedere ad ulteriori account, mantenendo l'accesso a quelli già esistenti", "buttons": { - "cancel": "", + "cancel": "$t(common:buttons.cancel)", "continue": "Continua" } } From 7bde66db6de0c6dd29f5b692b3f73a2d794186d4 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:21:38 +0200 Subject: [PATCH 17/23] New translations common.json (Italian) --- src/i18n/it/common.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/i18n/it/common.json b/src/i18n/it/common.json index a04e0e1c..182154db 100644 --- a/src/i18n/it/common.json +++ b/src/i18n/it/common.json @@ -1,6 +1,6 @@ { "buttons": { - "OK": "", + "OK": "OK", "apply": "Applica", "cancel": "Annulla" }, @@ -18,5 +18,5 @@ "message": "{{function}} fallito, per favore riprova" } }, - "separator": "" + "separator": ", " } \ No newline at end of file From 428669c6bb414c91a2d13b2472a36e2240a7d088 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:21:39 +0200 Subject: [PATCH 18/23] New translations tabs.json (Italian) --- src/i18n/it/screens/tabs.json | 50 +++++++++++++++++------------------ 1 file changed, 25 insertions(+), 25 deletions(-) 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}}" }, From cb791fef4574f9179b35920703a6e19ffdc7d05e Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:21:40 +0200 Subject: [PATCH 19/23] New translations compose.json (Italian) --- src/i18n/it/screens/compose.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/i18n/it/screens/compose.json b/src/i18n/it/screens/compose.json index 74b482c2..4abf23cd 100644 --- a/src/i18n/it/screens/compose.json +++ b/src/i18n/it/screens/compose.json @@ -13,12 +13,12 @@ }, "right": { "button": { - "default": "", + "default": "Toot", "conversation": "Messaggio diretto", "reply": "Toot di risposta", - "deleteEdit": "", - "edit": "", - "share": "" + "deleteEdit": "Toot", + "edit": "Toot", + "share": "Toot" }, "alert": { "default": { @@ -28,7 +28,7 @@ "removeReply": { "title": "Impossibile trovare il toot a cui si è risposto", "description": "Il toot a cui si è risposto potrebbe essere stato cancellato. Vuoi rimuoverne il riferimento?", - "cancel": "", + "cancel": "$t(common:buttons.cancel)", "confirm": "Rimuovi" } } @@ -46,7 +46,7 @@ "keyboardImage": { "exceedMaximum": { "title": "Hai raggiunto il numero massimo di allegati permessi", - "OK": "" + "OK": "$t(common:buttons.OK)" } } } @@ -90,7 +90,7 @@ "options": { "single": "Risposta singola", "multiple": "Risposta multipla", - "cancel": "" + "cancel": "$t(common:buttons.cancel)" } }, "expiration": { @@ -103,7 +103,7 @@ "86400": "1 giorno", "259200": "3 giorni", "604800": "7 giorni", - "cancel": "" + "cancel": "$t(common:buttons.cancel)" } } } @@ -131,11 +131,11 @@ "unlisted": "Non listato", "private": "Solo seguaci", "direct": "Messaggio diretto", - "cancel": "" + "cancel": "$t(common:buttons.cancel)" } }, "spoiler": { - "accessibilityLabel": "" + "accessibilityLabel": "Spoiler" }, "emoji": { "accessibilityLabel": "Aggiungi emoji", From f956d37ea9ce8c8223615af8b34845efd529a370 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:21:41 +0200 Subject: [PATCH 20/23] New translations imageViewer.json (Italian) --- src/i18n/it/screens/imageViewer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/it/screens/imageViewer.json b/src/i18n/it/screens/imageViewer.json index 05c960c9..1a640fec 100644 --- a/src/i18n/it/screens/imageViewer.json +++ b/src/i18n/it/screens/imageViewer.json @@ -7,7 +7,7 @@ "options": { "save": "Salva immagine", "share": "Condividi immagine", - "cancel": "" + "cancel": "$t(common:buttons.cancel)" }, "save": { "succeed": "Immagine salvata", From 28c1a89a7842e6ff31f3e2990887979e75fe201e Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:21:42 +0200 Subject: [PATCH 21/23] New translations actions.json (Italian) --- src/i18n/it/screens/actions.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/i18n/it/screens/actions.json b/src/i18n/it/screens/actions.json index d4270664..36ee63af 100644 --- a/src/i18n/it/screens/actions.json +++ b/src/i18n/it/screens/actions.json @@ -1,17 +1,17 @@ { "content": { "button": { - "apply": "", - "cancel": "" + "apply": "$t(common:buttons.apply)", + "cancel": "$t(common:buttons.cancel)" }, "notificationsFilter": { "heading": "Filtra notifiche per tipo", "content": { - "follow": "", - "favourite": "", - "reblog": "", - "mention": "", - "poll": "", + "follow": "$t(screenTabs:me.push.follow.heading)", + "favourite": "$t(screenTabs:me.push.favourite.heading)", + "reblog": "$t(screenTabs:me.push.reblog.heading)", + "mention": "$t(screenTabs:me.push.mention.heading)", + "poll": "$t(screenTabs:me.push.poll.heading)", "follow_request": "Richieste di seguirti" } } From d898d0bf120ebd46eb1634cf7b9757967c917948 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:21:44 +0200 Subject: [PATCH 22/23] New translations mediaSelector.json (Italian) --- src/i18n/it/components/mediaSelector.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/it/components/mediaSelector.json b/src/i18n/it/components/mediaSelector.json index 0005dc38..5ab89dd9 100644 --- a/src/i18n/it/components/mediaSelector.json +++ b/src/i18n/it/components/mediaSelector.json @@ -3,7 +3,7 @@ "options": { "library": "Carica da libreria locale", "photo": "Scatta una foto", - "cancel": "" + "cancel": "$t(common:buttons.cancel)" }, "library": { "alert": { @@ -11,7 +11,7 @@ "message": "È richiesto l'accesso ai file del dispositivo per il caricamento dalla libreria", "buttons": { "settings": "Correggi impostazioni", - "cancel": "" + "cancel": "$t(common:buttons.cancel)" } } }, @@ -21,7 +21,7 @@ "message": "È richiesto l'accesso alla fotocamera per scattare foto", "buttons": { "settings": "Correggi impostazioni", - "cancel": "" + "cancel": "$t(common:buttons.cancel)" } } } From d119bb6f504e680a4ba29210fc5356f2f4242436 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Fri, 13 May 2022 19:21:45 +0200 Subject: [PATCH 23/23] New translations timeline.json (Italian) --- src/i18n/it/components/timeline.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/i18n/it/components/timeline.json b/src/i18n/it/components/timeline.json index 6c7b5f34..271209b5 100644 --- a/src/i18n/it/components/timeline.json +++ b/src/i18n/it/components/timeline.json @@ -52,12 +52,12 @@ "reblogged_by": { "accessibilityLabel": "{{count}} utenti hanno ricondiviso questo toot", "accessibilityHint": "Premi per vedere gli utenti", - "text": "" + "text": "$t(screenTabs:shared.users.statuses.reblogged_by)" }, "favourited_by": { "accessibilityLabel": "{{count}} utenti hanno apprezzato questo toot", "accessibilityHint": "Premi per vedere gli utenti", - "text": "" + "text": "$t(screenTabs:shared.users.statuses.favourited_by)" }, "history": { "accessibilityLabel": "Questo toot è stato modificato {{count}} volte", @@ -151,7 +151,7 @@ "message": "Sarebbe meglio mutare o bloccare singoli utenti.\n\nSe blocchi un'istanza, tutti i suoi contenuti a te relativi, inclusi tutti i tuoi seguaci da questa, saranno rimossi.", "buttons": { "confirm": "Conferma blocco", - "cancel": "" + "cancel": "$t(common:buttons.cancel)" } } }, @@ -179,7 +179,7 @@ "message": "Vuoi davvero cancellare questo toot? Tutti gli apprezzamenti, le ricondivisioni, e le risposte verranno persi.", "buttons": { "confirm": "Conferma", - "cancel": "" + "cancel": "$t(common:buttons.cancel)" } } }, @@ -191,7 +191,7 @@ "message": "Vuoi davvero cancellare e riscrivere questo toot? Tutti gli apprezzamenti, le ricondivisioni, e le risposte verranno persi.", "buttons": { "confirm": "Conferma", - "cancel": "" + "cancel": "$t(common:buttons.cancel)" } } },