mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-17 11:19:54 +01:00
New translations app.json (Hindi)
This commit is contained in:
parent
562322641f
commit
f09a4eadbc
@ -51,6 +51,11 @@
|
|||||||
"clean_cache": {
|
"clean_cache": {
|
||||||
"title": "Clean Cache",
|
"title": "Clean Cache",
|
||||||
"message": "Successfully cleaned %s cache."
|
"message": "Successfully cleaned %s cache."
|
||||||
|
},
|
||||||
|
"translation_failed": {
|
||||||
|
"title": "Note",
|
||||||
|
"message": "Translation failed. Maybe the administrator has not enabled translations on this server or this server is running an older version of Mastodon where translations are not yet supported.",
|
||||||
|
"button": "OK"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"controls": {
|
"controls": {
|
||||||
@ -91,7 +96,11 @@
|
|||||||
"block_domain": "Block %s",
|
"block_domain": "Block %s",
|
||||||
"unblock_domain": "Unblock %s",
|
"unblock_domain": "Unblock %s",
|
||||||
"settings": "Settings",
|
"settings": "Settings",
|
||||||
"delete": "Delete"
|
"delete": "Delete",
|
||||||
|
"translate_post": {
|
||||||
|
"title": "Translate from %s",
|
||||||
|
"unknown_language": "Unknown"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"tabs": {
|
"tabs": {
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
@ -168,6 +177,11 @@
|
|||||||
"private": "Only their followers can see this post.",
|
"private": "Only their followers can see this post.",
|
||||||
"private_from_me": "Only my followers can see this post.",
|
"private_from_me": "Only my followers can see this post.",
|
||||||
"direct": "Only mentioned user can see this post."
|
"direct": "Only mentioned user can see this post."
|
||||||
|
},
|
||||||
|
"translation": {
|
||||||
|
"translated_from": "Translated from %s",
|
||||||
|
"unknown_language": "Unknown",
|
||||||
|
"show_original": "Shown Original"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"friendship": {
|
"friendship": {
|
||||||
|
Loading…
Reference in New Issue
Block a user