diff options
author | 2024-02-04 12:51:04 -0800 | |
---|---|---|
committer | 2024-02-04 13:12:54 -0800 | |
commit | f203326a299a985026e263dc2b8da861904cfd5c (patch) | |
tree | 7df05a4ade6041a4a7081f7d275f7b1ed30c1c19 /internal/locale/translations/hi_IN.json | |
parent | 8367413e84b88a96711b607181b5d1ef88c37233 (diff) | |
download | v2-f203326a299a985026e263dc2b8da861904cfd5c.tar.gz v2-f203326a299a985026e263dc2b8da861904cfd5c.tar.zst v2-f203326a299a985026e263dc2b8da861904cfd5c.zip |
Improve translation of hidden aria elements
Diffstat (limited to 'internal/locale/translations/hi_IN.json')
-rw-r--r-- | internal/locale/translations/hi_IN.json | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/internal/locale/translations/hi_IN.json b/internal/locale/translations/hi_IN.json index 773648ce..cec5d092 100644 --- a/internal/locale/translations/hi_IN.json +++ b/internal/locale/translations/hi_IN.json @@ -1,4 +1,5 @@ { + "skip_to_content": "Skip to content", "confirm.question": "मंजूर है?", "confirm.question.refresh": "क्या आप बल द्वारा ताज़ा करना चाहते हैं?", "confirm.yes": "हाँ", @@ -87,39 +88,55 @@ ], "entry.tags.label": "टैग:", "page.shared_entries.title": "साझा किया हुआ प्रविष्टि", - "page.shared_entries.total": "Number of shared entries", + "page.shared_entries_count": [ + "%d shared entry", + "%d shared entries" + ], "page.unread.title": "अपठित", - "page.unread.total": "Number of unread entries", + "page.unread_entry_count": [ + "%d unread entry", + "%d unread entries" + ], + "page.total_entry_count": [ + "%d entry in total", + "%d entries in total" + ], "page.starred.title": "तारांकित", - "page.starred.total": "Number of starred entries", + "page.starred_entry_count": [ + "%d starred entry", + "%d starred entries" + ], "page.categories.title": "श्रेणियाँ", "page.categories.no_feed": "कोई फ़ीड नहीं है।", "page.categories.entries": "विषयवस्तुया", "page.categories.feeds": "सदस्यता ले", - "page.categories.feeds.total": "Number of feeds", "page.categories.feed_count": [ "%d फ़ीड बाकी है।", "%d फ़ीड बाकी है।" ], "page.categories.unread_counter": "अपठित प्रविष्टिया", - "page.categories.all_counter": "Number of all entries", - "page.categories.total": "Number of categories", + "page.categories_count": [ + "%d category", + "%d categories" + ], "page.new_category.title": "नया श्रेणी", "page.new_user.title": "नया उपभोक्ता", "page.edit_category.title": "%s श्रेणी संपाद करे", "page.edit_user.title": "%s उपभोक्ता संपाद करे", "page.feeds.title": "फ़ीड", - "page.feeds.category": "Category", + "page.category_label": "Category: %s", "page.feeds.last_check": "आखरी जाँच", "page.feeds.next_check": "Next check:", - "page.feeds.unread_counter": "अपठित विषयवस्तुया", "page.feeds.read_counter": "पड़े हुए विषयवस्तुया", "page.feeds.error_count": [ "%d समस्या", "%d समस्याए" ], "page.history.title": "इतिहास", - "page.history.total": "Number of read entries", + "page.read_entry_count": [ + "%d read entry", + "%d read entries" + ], "page.import.title": "आयात", "page.search.title": "खोज का परिणाम", "page.about.title": "पृष्ठ के बारे में", |