diff options
author | 2024-03-19 19:30:38 -0700 | |
---|---|---|
committer | 2024-03-19 19:30:38 -0700 | |
commit | 1ea3953271209cf7a26d549f0c41c64506976bab (patch) | |
tree | 013ad06ceaea8cfb8d8116bf95c8c2244e8e1bd1 /internal/locale/translations/hi_IN.json | |
parent | fe8b7a907e00a98f5fe54cfbab92f0016c358325 (diff) | |
download | v2-1ea3953271209cf7a26d549f0c41c64506976bab.tar.gz v2-1ea3953271209cf7a26d549f0c41c64506976bab.tar.zst v2-1ea3953271209cf7a26d549f0c41c64506976bab.zip |
Add keyboard shortcuts for scrolling to top/bottom of the item list
Diffstat (limited to 'internal/locale/translations/hi_IN.json')
-rw-r--r-- | internal/locale/translations/hi_IN.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/locale/translations/hi_IN.json b/internal/locale/translations/hi_IN.json index c580701f..199c66af 100644 --- a/internal/locale/translations/hi_IN.json +++ b/internal/locale/translations/hi_IN.json @@ -178,6 +178,8 @@ "page.keyboard_shortcuts.go_to_feed": "फ़ीड पर जाएं", "page.keyboard_shortcuts.go_to_previous_page": "पिछले पृष्ठ पर जाएं", "page.keyboard_shortcuts.go_to_next_page": "अगले पेज पर जाएं", + "page.keyboard_shortcuts.go_to_bottom_item": "निचले आइटम पर जाएँ", + "page.keyboard_shortcuts.go_to_top_item": "शीर्ष आइटम पर जाएँ", "page.keyboard_shortcuts.open_item": "चयनित आइटम खोलें", "page.keyboard_shortcuts.open_original": "मूल लिंक खोलें", "page.keyboard_shortcuts.open_original_same_window": "वर्तमान टैब में मूल लिंक खोलें", |