mirror of https://github.com/tooot-app/app
Corrections
This commit is contained in:
parent
8dbe179835
commit
4dba96af98
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue