Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hi.json: Added more values #878

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,14 @@
"button-install": "Install",
"button-enable": "Enable",
"button-disable": "Disable",
"button-copy-share-link": "Copy share link",
"button-donate": "Donate",
"label-no-results-found": "No results found.",
"button-copy-share-link": "शेयर लिंक कॉपी करें",
"button-donate": "दान करें",
"label-no-results-found": "कोई परिणाम नहीं मिले",
"label-no-recent-files-found": "No recent files found. Type to search...",
"msg-failed-to-load-manifest": "Failed to load plugin manifest.",
"label-version": "Version: {{version}}",
"label-currently-installed-version": " (currently installed: {{version}})",
"label-by-author": "By ",
"label-by-author": "लेखक: ",
"label-repository": "Repository: ",
"label-last-update": "Last update: ",
"tooltip-view-last-update": "View the latest update",
Expand Down Expand Up @@ -393,10 +393,10 @@
"option-search-installed-plugin-description": "Filter installed plugins by name or description.",
"placeholder-search-installed-plugin": "Search installed plugins...",
"show-installed-only": "Show installed only",
"label-donate-modal-title": "Donate to support {{name}}",
"label-donate-modal-title": "{{name}} का समर्थन करने के लिए दान करें",
"label-donate-modal-text1": "Plugin developers are community volunteers who make amazing things out of passion. If you find this plugin useful, please consider funding its development.",
"label-donate-modal-text2": "100% of your contribution will go to the plugin developer; Obsidian does not take a cut. The funding platform they choose might charge a fee.",
"label-donate-modal-text3": "Thanks for your generous support!",
"label-donate-modal-text3": "आपके उदार समर्थन के लिए धन्यवाद!",
"label-support-this-plugin": "Support this plugin:",
"label-search-summary": "Showing {{pluginCount}}:",
"label-by-popularity": "Most downloaded",
Expand Down Expand Up @@ -456,17 +456,17 @@
"label-replace-all": "सबको बदली करें"
},
"link-suggestion": {
"label-type-hash": "Type #",
"label-type-hash": "# टाइप करें",
"label-link-heading": "to link heading",
"label-type-block": "Type ^",
"label-type-block": "^ टाइप करें",
"label-link-block": "to link blocks",
"label-type-pipe": "Type |",
"label-type-pipe": "| टाइप करें",
"label-change-display-text": "to change display text",
"label-no-match-found": "No match found"
"label-no-match-found": "कोई मेल नहीं मिला"
},
"spellcheck": {
"no-suggestion": "No suggestions...",
"add-to-dictionary": "Add to dictionary"
"add-to-dictionary": "इसे शब्दकोश में जोड़ें"
},
"menu": {
"edit-link": "Edit link"
Expand Down
Loading