Add localization keys to app.json (#365)

This commit is contained in:
Nathan Mattes 2022-11-07 22:23:00 +01:00
parent 00ab7ac2b0
commit 822ea5d843
1 changed files with 13 additions and 3 deletions

View File

@ -180,7 +180,9 @@
"unmute": "Unmute",
"unmute_user": "Unmute %s",
"muted": "Muted",
"edit_info": "Edit Info"
"edit_info": "Edit Info",
"show_reblogs": "Show Reblogs",
"hide_reblogs": "Hide Reblogs",
},
"timeline": {
"filtered": "Filtered",
@ -455,7 +457,15 @@
"confirm_unblock_user": {
"title": "Unblock Account",
"message": "Confirm to unblock %s"
}
},
"confirm_show_reblogs": {
"title": "Show Reblogs",
"message": "Confirm to show reblogs
},
"confirm_hide_reblogs": {
"title": "Hide Reblogs",
"message": "Confirm to hide reblogs
},
},
"accessibility": {
"show_avatar_image": "Show avatar image",
@ -686,4 +696,4 @@
"accessibility_hint": "Double tap to dismiss this wizard"
}
}
}
}