tooot/src/i18n/de/screens/actions.json

21 lines
631 B
JSON
Raw Normal View History

2022-05-01 16:44:18 +02:00
{
"content": {
"button": {
"apply": "$t(common:buttons.apply)",
"cancel": "$t(common:buttons.cancel)"
},
"notificationsFilter": {
"heading": "Benachrichtigungsart anzeigen",
"content": {
"follow": "$t(screenTabs:me.push.follow.heading)",
2022-05-28 19:28:06 +02:00
"follow_request": "Followeranfrage",
2022-05-01 16:44:18 +02:00
"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)",
2022-05-28 19:28:06 +02:00
"status": "",
"update": ""
2022-05-01 16:44:18 +02:00
}
}
}
}