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/it_IT.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/it_IT.json')
-rw-r--r-- | internal/locale/translations/it_IT.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/locale/translations/it_IT.json b/internal/locale/translations/it_IT.json index 245eb532..6e808a02 100644 --- a/internal/locale/translations/it_IT.json +++ b/internal/locale/translations/it_IT.json @@ -178,6 +178,8 @@ "page.keyboard_shortcuts.go_to_feed": "Mostra il feed", "page.keyboard_shortcuts.go_to_previous_page": "Mostra la pagina precedente", "page.keyboard_shortcuts.go_to_next_page": "Mostra la pagina successiva", + "page.keyboard_shortcuts.go_to_bottom_item": "Vai all'elemento in fondo", + "page.keyboard_shortcuts.go_to_top_item": "Vai all'elemento principale", "page.keyboard_shortcuts.open_item": "Apri l'articolo selezionato", "page.keyboard_shortcuts.open_original": "Apri la pagina web originale", "page.keyboard_shortcuts.open_original_same_window": "Apri il link originale nella scheda corrente", |