diff --git a/src/i18n/de/components/timeline.json b/src/i18n/de/components/timeline.json index 78ce6de8..0945c559 100644 --- a/src/i18n/de/components/timeline.json +++ b/src/i18n/de/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} hat geboostet", "notification": "{{name}} hat deinen Tröt geboostet" - } + }, + "update": "" }, "actions": { "reply": { diff --git a/src/i18n/de/screens/actions.json b/src/i18n/de/screens/actions.json index 61dca26a..6cc3110b 100644 --- a/src/i18n/de/screens/actions.json +++ b/src/i18n/de/screens/actions.json @@ -8,11 +8,13 @@ "heading": "Benachrichtigungsart anzeigen", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "Followeranfrage", "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": "Followeranfrage" + "status": "", + "update": "" } } } diff --git a/src/i18n/it/components/timeline.json b/src/i18n/it/components/timeline.json index 271209b5..9455ea6f 100644 --- a/src/i18n/it/components/timeline.json +++ b/src/i18n/it/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} ha ricondiviso", "notification": "{{name}} ha ricondiviso il tuo toot" - } + }, + "update": "" }, "actions": { "reply": { diff --git a/src/i18n/it/screens/actions.json b/src/i18n/it/screens/actions.json index 36ee63af..723c1372 100644 --- a/src/i18n/it/screens/actions.json +++ b/src/i18n/it/screens/actions.json @@ -8,11 +8,13 @@ "heading": "Filtra notifiche per tipo", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "Richieste di seguirti", "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" + "status": "", + "update": "" } } } diff --git a/src/i18n/ko/components/timeline.json b/src/i18n/ko/components/timeline.json index 8c4150d5..5b8f6e97 100644 --- a/src/i18n/ko/components/timeline.json +++ b/src/i18n/ko/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}}님이 부스트했어요", "notification": "{{name}}이 내 툿을 부스트했어요" - } + }, + "update": "" }, "actions": { "reply": { diff --git a/src/i18n/ko/screens/actions.json b/src/i18n/ko/screens/actions.json index d516ac7d..dd011ed4 100644 --- a/src/i18n/ko/screens/actions.json +++ b/src/i18n/ko/screens/actions.json @@ -8,11 +8,13 @@ "heading": "알림 종류 표시", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "팔로우 요청", "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": "팔로우 요청" + "status": "", + "update": "" } } } diff --git a/src/i18n/pt_BR/components/timeline.json b/src/i18n/pt_BR/components/timeline.json index 4ef048d0..36d0f77a 100644 --- a/src/i18n/pt_BR/components/timeline.json +++ b/src/i18n/pt_BR/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} boostou", "notification": "{{name}} deu boost no teu toot" - } + }, + "update": "" }, "actions": { "reply": { diff --git a/src/i18n/pt_BR/screens/actions.json b/src/i18n/pt_BR/screens/actions.json index c4cff91b..2d486974 100644 --- a/src/i18n/pt_BR/screens/actions.json +++ b/src/i18n/pt_BR/screens/actions.json @@ -8,11 +8,13 @@ "heading": "Exibir notificações", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "Seguidores pendentes", "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": "Seguidores pendentes" + "status": "", + "update": "" } } } diff --git a/src/i18n/vi/components/timeline.json b/src/i18n/vi/components/timeline.json index 0e430bce..997818c2 100644 --- a/src/i18n/vi/components/timeline.json +++ b/src/i18n/vi/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} đăng lại", "notification": "{{name}} đăng lại tút của bạn" - } + }, + "update": "" }, "actions": { "reply": { diff --git a/src/i18n/vi/screens/actions.json b/src/i18n/vi/screens/actions.json index e561ddb4..53097e46 100644 --- a/src/i18n/vi/screens/actions.json +++ b/src/i18n/vi/screens/actions.json @@ -8,11 +8,13 @@ "heading": "Những kiểu thông báo cho phép", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "Yêu cầu theo dõi", "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": "Yêu cầu theo dõi" + "status": "", + "update": "" } } } diff --git a/src/i18n/zh-Hans/components/timeline.json b/src/i18n/zh-Hans/components/timeline.json index 642bff69..55c1006b 100644 --- a/src/i18n/zh-Hans/components/timeline.json +++ b/src/i18n/zh-Hans/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} 转嘟了", "notification": "{{name}} 转嘟了你的嘟文" - } + }, + "update": "" }, "actions": { "reply": { diff --git a/src/i18n/zh-Hans/screens/actions.json b/src/i18n/zh-Hans/screens/actions.json index fe84d39d..4ea47160 100644 --- a/src/i18n/zh-Hans/screens/actions.json +++ b/src/i18n/zh-Hans/screens/actions.json @@ -8,11 +8,13 @@ "heading": "显示通知", "content": { "follow": "$t(screenTabs:me.push.follow.heading)", + "follow_request": "关注请求", "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": "关注请求" + "status": "", + "update": "" } } } diff --git a/src/i18n/zh-Hant/components/timeline.json b/src/i18n/zh-Hant/components/timeline.json index 78c85fbc..620ecc99 100644 --- a/src/i18n/zh-Hant/components/timeline.json +++ b/src/i18n/zh-Hant/components/timeline.json @@ -29,7 +29,8 @@ "reblog": { "default": "{{name}} 轉嘟了", "notification": "{{name}} 轉嘟了您的嘟文" - } + }, + "update": "" }, "actions": { "reply": { diff --git a/src/i18n/zh-Hant/screens/actions.json b/src/i18n/zh-Hant/screens/actions.json index d6d2c219..648864d7 100644 --- a/src/i18n/zh-Hant/screens/actions.json +++ b/src/i18n/zh-Hant/screens/actions.json @@ -8,11 +8,13 @@ "heading": "", "content": { "follow": "", + "follow_request": "", "favourite": "", "reblog": "", "mention": "", "poll": "", - "follow_request": "" + "status": "", + "update": "" } } }