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": {
"heading": "Show notification types",
"content": {
"follow": "$t(meSettingsPush:content.follow.heading)",
"favourite": "$t(meSettingsPush:content.favourite.heading)",
"reblog": "$t(meSettingsPush:content.reblog.heading)",
"mention": "$t(meSettingsPush:content.mention.heading)",
"poll": "$t(meSettingsPush:content.poll.heading)",
"follow": "$t(me.push.follow.heading)",
"favourite": "$t(me.push.favourite.heading)",
"reblog": "$t(me.push.reblog.heading)",
"mention": "$t(me.push.mention.heading)",
"poll": "$t(me.push.poll.heading)",
"follow_request": "Follow request"
}
}

View File

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