diff --git a/app/views/partials/_shortcuts.erb b/app/views/partials/_shortcuts.erb
index df2cf60f9..549dc5f6e 100644
--- a/app/views/partials/_shortcuts.erb
+++ b/app/views/partials/_shortcuts.erb
@@ -6,7 +6,7 @@
- j/k: <%= t('partials.shortcuts.keys.jk') %>
- - o or enter: <%= t('partials.shortcuts.keys.oenter') %>
+ - o <%= t('partials.shortcuts.keys.or') %> enter: <%= t('partials.shortcuts.keys.oenter') %>
- v: <%= t('partials.shortcuts.keys.v') %>
- shift+a: <%= t('partials.shortcuts.keys.shifta') %>
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 5c13981fa..ecbf98c35 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -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"
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 9eefb10f0..96658493e 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -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"
diff --git a/config/locales/es.yml b/config/locales/es.yml
index a0ad63c9e..ec5cfc98b 100644
--- a/config/locales/es.yml
+++ b/config/locales/es.yml
@@ -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"
diff --git a/config/locales/it.yml b/config/locales/it.yml
index f86c9ab99..74455bdb4 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -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"
diff --git a/config/locales/nl.yml b/config/locales/nl.yml
index 0147bfaea..d35158568 100644
--- a/config/locales/nl.yml
+++ b/config/locales/nl.yml
@@ -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"
diff --git a/config/locales/pt.yml b/config/locales/pt.yml
index fab6e2f77..9f3ec769b 100644
--- a/config/locales/pt.yml
+++ b/config/locales/pt.yml
@@ -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"
diff --git a/config/locales/zh_CN.yml b/config/locales/zh_CN.yml
index 924a4795b..8545aa3d7 100644
--- a/config/locales/zh_CN.yml
+++ b/config/locales/zh_CN.yml
@@ -42,6 +42,7 @@ zh_CN:
keys:
jk: "下一个/上一个故事"
oenter: "点击打开/关闭"
+ or: "或"
v: "转到原网址"
shifta: "全部标为已读"
r: "刷新"