New translations app.json (Hindi)
This commit is contained in:
parent
987b5e3256
commit
54995eb5fb
|
@ -193,10 +193,14 @@
|
||||||
},
|
},
|
||||||
"scene": {
|
"scene": {
|
||||||
"welcome": {
|
"welcome": {
|
||||||
"slogan": "Social networking\nback in your hands."
|
"slogan": "Social networking\nback in your hands.",
|
||||||
|
"get_started": "Get Started",
|
||||||
|
"log_in": "Log In"
|
||||||
},
|
},
|
||||||
"server_picker": {
|
"server_picker": {
|
||||||
"title": "Pick a server,\nany server.",
|
"title": "Mastodon is made of users in different communities.",
|
||||||
|
"subtitle": "Pick a community based on your interests, region, or a general purpose one.",
|
||||||
|
"subtitle_extend": "Pick a community based on your interests, region, or a general purpose one. Each community is operated by an entirely independent organization or individual.",
|
||||||
"button": {
|
"button": {
|
||||||
"category": {
|
"category": {
|
||||||
"all": "All",
|
"all": "All",
|
||||||
|
@ -223,7 +227,7 @@
|
||||||
"category": "CATEGORY"
|
"category": "CATEGORY"
|
||||||
},
|
},
|
||||||
"input": {
|
"input": {
|
||||||
"placeholder": "Find a server or join your own..."
|
"placeholder": "Search communities"
|
||||||
},
|
},
|
||||||
"empty_state": {
|
"empty_state": {
|
||||||
"finding_servers": "Finding available servers...",
|
"finding_servers": "Finding available servers...",
|
||||||
|
@ -232,7 +236,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"register": {
|
"register": {
|
||||||
"title": "Tell us about you.",
|
"title": "Let’s get you set up on %s",
|
||||||
"input": {
|
"input": {
|
||||||
"avatar": {
|
"avatar": {
|
||||||
"delete": "Delete"
|
"delete": "Delete"
|
||||||
|
@ -249,6 +253,12 @@
|
||||||
},
|
},
|
||||||
"password": {
|
"password": {
|
||||||
"placeholder": "password",
|
"placeholder": "password",
|
||||||
|
"require": "Your password needs at least:",
|
||||||
|
"character_limit": "8 characters",
|
||||||
|
"accessibility": {
|
||||||
|
"checked": "checked",
|
||||||
|
"unchecked": "unchecked"
|
||||||
|
},
|
||||||
"hint": "Your password needs at least eight characters"
|
"hint": "Your password needs at least eight characters"
|
||||||
},
|
},
|
||||||
"invite": {
|
"invite": {
|
||||||
|
@ -286,7 +296,7 @@
|
||||||
},
|
},
|
||||||
"server_rules": {
|
"server_rules": {
|
||||||
"title": "Some ground rules.",
|
"title": "Some ground rules.",
|
||||||
"subtitle": "These rules are set by the admins of %s.",
|
"subtitle": "These are set and enforced by the %s moderators.",
|
||||||
"prompt": "By continuing, you’re subject to the terms of service and privacy policy for %s.",
|
"prompt": "By continuing, you’re subject to the terms of service and privacy policy for %s.",
|
||||||
"terms_of_service": "terms of service",
|
"terms_of_service": "terms of service",
|
||||||
"privacy_policy": "privacy policy",
|
"privacy_policy": "privacy policy",
|
||||||
|
@ -296,10 +306,10 @@
|
||||||
},
|
},
|
||||||
"confirm_email": {
|
"confirm_email": {
|
||||||
"title": "One last thing.",
|
"title": "One last thing.",
|
||||||
"subtitle": "We just sent an email to %s,\ntap the link to confirm your account.",
|
"subtitle": "Tap the link we emailed to you to verify your account.",
|
||||||
"button": {
|
"button": {
|
||||||
"open_email_app": "Open Email App",
|
"open_email_app": "Open Email App",
|
||||||
"dont_receive_email": "I never got an email"
|
"resend": "Resend"
|
||||||
},
|
},
|
||||||
"dont_receive_email": {
|
"dont_receive_email": {
|
||||||
"title": "Check your email",
|
"title": "Check your email",
|
||||||
|
@ -554,4 +564,4 @@
|
||||||
"accessibility_hint": "Double tap to dismiss this wizard"
|
"accessibility_hint": "Double tap to dismiss this wizard"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue