Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion app/views/partials/_shortcuts.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="modal-body">
<ul class="shortcut-legend">
<li><kbd>j</kbd>/<kbd>k</kbd>: <%= t('partials.shortcuts.keys.jk') %></li>
<li><kbd>o</kbd> or <kbd>enter</kbd>: <%= t('partials.shortcuts.keys.oenter') %></li>
<li><kbd>o</kbd> <%= t('partials.shortcuts.keys.or') %> <kbd>enter</kbd>: <%= t('partials.shortcuts.keys.oenter') %></li>
<li><kbd>v</kbd>: <%= t('partials.shortcuts.keys.v') %></li>
<li class="blank"></li>
<li><kbd>shift</kbd>+<kbd>a</kbd>: <%= t('partials.shortcuts.keys.shifta') %></li>
Expand Down
1 change: 1 addition & 0 deletions config/locales/de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ de:
keys:
jk: "Nächste/vorherige Geschichte"
oenter: "Klappe Geschichte aus/ein"
or: "oder"
v: "Öffne die URL der Geschichte"
shifta: "Alle als gelesen markieren"
r: "Aktualisieren"
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ en:
keys:
jk: "Next/previous story"
oenter: "Toggle story open/closed"
or: "or"
v: "Go to story URL"
shifta: "Mark all as read"
r: "Refresh"
Expand Down
1 change: 1 addition & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ es:
keys:
jk: "Siguiente/Anterior historia"
oenter: "Arrastrar historia abierta/cerrada"
or: "o"
v: "Ir a URL de la historia"
shifta: "Marcar todas como leidas"
r: "Refrescar"
Expand Down
1 change: 1 addition & 0 deletions config/locales/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ it:
keys:
jk: "Prossima/precedente storia"
oenter: "Apri/chiudi la storia"
or: "o"
v: "Vai all'URL della storia"
shifta: "Segna tutte le storie come lette"
r: "Aggiorna"
Expand Down
1 change: 1 addition & 0 deletions config/locales/nl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ nl:
keys:
jk: "Volgend/vorig artikel"
oenter: "Artikel open-/dichtklappen"
or: "of"
v: "Open de URL van het artikel"
shifta: "Alles als gelezen markeren"
r: "Vernieuwen"
Expand Down
1 change: 1 addition & 0 deletions config/locales/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pt:
keys:
jk: "História seguinte/anterior"
oenter: "Abrir/fechar história"
or: "ou"
v: "Ir para URL da história"
shifta: "Marcar tudo como lido"
r: "Atualizar"
Expand Down
1 change: 1 addition & 0 deletions config/locales/zh_CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ zh_CN:
keys:
jk: "下一个/上一个故事"
oenter: "点击打开/关闭"
or: "或"
v: "转到原网址"
shifta: "全部标为已读"
r: "刷新"
Expand Down