Update shortcut deskriptions in help
This commit is contained in:
parent
e7052498a3
commit
6571c14d2d
@ -148,6 +148,23 @@
|
||||
},
|
||||
"list_membership": {
|
||||
"title": "Listen-Mitgliedschaften"
|
||||
},
|
||||
"shortcut": {
|
||||
"title": "Keyboard shortcuts",
|
||||
"ctrl_number": "Switch accounts",
|
||||
"ctrl_k": "Jump to other timelines",
|
||||
"ctrl_n": "Open the new toot modal",
|
||||
"ctrl_enter": "Post the toot",
|
||||
"j": "Select the next toot",
|
||||
"k": "Select the previous toot",
|
||||
"r": "Reply to the toot",
|
||||
"b": "Reblog the toot",
|
||||
"f": "Favourite the toot",
|
||||
"o": "Open details of the toot",
|
||||
"p": "Open account profile of the toot",
|
||||
"i": "Open the images",
|
||||
"x": "Show/hide CW and NSFW",
|
||||
"esc": "Close current page"
|
||||
}
|
||||
},
|
||||
"cards": {
|
||||
|
@ -162,6 +162,8 @@
|
||||
"f": "Favourite the toot",
|
||||
"o": "Open details of the toot",
|
||||
"p": "Open account profile of the toot",
|
||||
"i": "Open the images",
|
||||
"x": "Show/hide CW and NSFW",
|
||||
"esc": "Close current page"
|
||||
}
|
||||
},
|
||||
|
@ -148,6 +148,23 @@
|
||||
},
|
||||
"list_membership": {
|
||||
"title": "Éditer la liste"
|
||||
},
|
||||
"shortcut": {
|
||||
"title": "Keyboard shortcuts",
|
||||
"ctrl_number": "Switch accounts",
|
||||
"ctrl_k": "Jump to other timelines",
|
||||
"ctrl_n": "Open the new toot modal",
|
||||
"ctrl_enter": "Post the toot",
|
||||
"j": "Select the next toot",
|
||||
"k": "Select the previous toot",
|
||||
"r": "Reply to the toot",
|
||||
"b": "Reblog the toot",
|
||||
"f": "Favourite the toot",
|
||||
"o": "Open details of the toot",
|
||||
"p": "Open account profile of the toot",
|
||||
"i": "Open the images",
|
||||
"x": "Show/hide CW and NSFW",
|
||||
"esc": "Close current page"
|
||||
}
|
||||
},
|
||||
"cards": {
|
||||
|
@ -162,6 +162,8 @@
|
||||
"f": "お気に入り",
|
||||
"o": "トゥート詳細を開く",
|
||||
"p": "発言主のプロフィールを開く",
|
||||
"i": "画像を表示",
|
||||
"x": "CWとNSFWの表示切り替え",
|
||||
"esc": "ページを閉じる"
|
||||
}
|
||||
},
|
||||
|
@ -148,6 +148,23 @@
|
||||
},
|
||||
"list_membership": {
|
||||
"title": "Należy do grup"
|
||||
},
|
||||
"shortcut": {
|
||||
"title": "Keyboard shortcuts",
|
||||
"ctrl_number": "Switch accounts",
|
||||
"ctrl_k": "Jump to other timelines",
|
||||
"ctrl_n": "Open the new toot modal",
|
||||
"ctrl_enter": "Post the toot",
|
||||
"j": "Select the next toot",
|
||||
"k": "Select the previous toot",
|
||||
"r": "Reply to the toot",
|
||||
"b": "Reblog the toot",
|
||||
"f": "Favourite the toot",
|
||||
"o": "Open details of the toot",
|
||||
"p": "Open account profile of the toot",
|
||||
"i": "Open the images",
|
||||
"x": "Show/hide CW and NSFW",
|
||||
"esc": "Close current page"
|
||||
}
|
||||
},
|
||||
"cards": {
|
||||
|
@ -51,6 +51,14 @@
|
||||
<td><kbd>p</kbd></td>
|
||||
<td>{{ $t('modals.shortcut.p') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><kbd>i</kbd></td>
|
||||
<td>{{ $t('modals.shortcut.i') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><kbd>x</kbd></td>
|
||||
<td>{{ $t('modals.shortcut.x') }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><kbd>esc</kbd></td>
|
||||
<td>{{ $t('modals.shortcut.esc') }}</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user