Corrections

This commit is contained in:
Zhiyuan Zheng 2021-03-28 23:54:25 +02:00
parent 8dbe179835
commit 4dba96af98
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
2 changed files with 5 additions and 11 deletions

View File

@ -7,11 +7,11 @@
"notificationsFilter": { "notificationsFilter": {
"heading": "Show notification types", "heading": "Show notification types",
"content": { "content": {
"follow": "$t(meSettingsPush:content.follow.heading)", "follow": "$t(me.push.follow.heading)",
"favourite": "$t(meSettingsPush:content.favourite.heading)", "favourite": "$t(me.push.favourite.heading)",
"reblog": "$t(meSettingsPush:content.reblog.heading)", "reblog": "$t(me.push.reblog.heading)",
"mention": "$t(meSettingsPush:content.mention.heading)", "mention": "$t(me.push.mention.heading)",
"poll": "$t(meSettingsPush:content.poll.heading)", "poll": "$t(me.push.poll.heading)",
"follow_request": "Follow request" "follow_request": "Follow request"
} }
} }

View File

@ -133,8 +133,6 @@
"language": { "language": {
"heading": "Language", "heading": "Language",
"options": { "options": {
"en": "English",
"zh-Hans": "简体中文",
"cancel": "$t(common:buttons.cancel)" "cancel": "$t(common:buttons.cancel)"
} }
}, },
@ -155,10 +153,6 @@
"cancel": "$t(common:buttons.cancel)" "cancel": "$t(common:buttons.cancel)"
} }
}, },
"cache": {
"heading": "Clear cache",
"empty": "Cache empty"
},
"support": { "support": {
"heading": "Support tooot" "heading": "Support tooot"
}, },