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