mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2025-01-02 12:07:07 +01:00
Add localization keys to app.json (#365)
This commit is contained in:
parent
00ab7ac2b0
commit
822ea5d843
@ -180,7 +180,9 @@
|
|||||||
"unmute": "Unmute",
|
"unmute": "Unmute",
|
||||||
"unmute_user": "Unmute %s",
|
"unmute_user": "Unmute %s",
|
||||||
"muted": "Muted",
|
"muted": "Muted",
|
||||||
"edit_info": "Edit Info"
|
"edit_info": "Edit Info",
|
||||||
|
"show_reblogs": "Show Reblogs",
|
||||||
|
"hide_reblogs": "Hide Reblogs",
|
||||||
},
|
},
|
||||||
"timeline": {
|
"timeline": {
|
||||||
"filtered": "Filtered",
|
"filtered": "Filtered",
|
||||||
@ -455,7 +457,15 @@
|
|||||||
"confirm_unblock_user": {
|
"confirm_unblock_user": {
|
||||||
"title": "Unblock Account",
|
"title": "Unblock Account",
|
||||||
"message": "Confirm to unblock %s"
|
"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": {
|
"accessibility": {
|
||||||
"show_avatar_image": "Show avatar image",
|
"show_avatar_image": "Show avatar image",
|
||||||
@ -686,4 +696,4 @@
|
|||||||
"accessibility_hint": "Double tap to dismiss this wizard"
|
"accessibility_hint": "Double tap to dismiss this wizard"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user