Skip to content

Commit

Permalink
[Release] v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptkdev committed Apr 30, 2020
1 parent aaf675b commit 193ca8e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/html/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ <h1 class="title" lang="settings_domains_title" lang-type="text">Experimental</h
</div>

<hr />

<h1 class="title" lang="settings_shortcuts_title" lang-type="text">Shortcuts</h1>
<div class="columns">
<div class="column">
<p lang="settings_shortcuts" lang-type="text">Puoi impostare le scorciatoie da tastiera di questa estensione su <b><a href"chrome:https://extensions/configureCommands" target="_blank">chrome:https://extensions/configureCommands</a></b></p>
</div>
</div>

<hr />
</section>
<section class="section tab-content">
<div class="columns">
Expand Down
6 changes: 6 additions & 0 deletions translations/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,11 @@
},
"settings_fullscreen": {
"message": "Active only in fullscreen mode"
},
"settings_shortcuts_title": {
"message": "Shortcuts"
},
"settings_shortcuts": {
"message": "You can set the keyboard shortcuts for this extension to: <b><a href\"chrome:https://extensions/configureCommands\" target=\"_blank\">chrome:https://extensions/configureCommands</a></b>"
}
}
6 changes: 6 additions & 0 deletions translations/es/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,11 @@
},
"settings_fullscreen": {
"message": " Activar solo en modo de pantalla completa"
},
"settings_shortcuts_title": {
"message": "Shortcuts"
},
"settings_shortcuts": {
"message": "Puede configurar los atajos de teclado para esta extensión en: <b><a href\"chrome:https://extensions/configureCommands\" target=\"_blank\">chrome:https://extensions/configureCommands</a></b>"
}
}
6 changes: 6 additions & 0 deletions translations/it/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,11 @@
},
"settings_fullscreen": {
"message": "Attiva solo in modalità fullscreen"
},
"settings_shortcuts_title": {
"message": "Shortcuts"
},
"settings_shortcuts": {
"message": "Puoi impostare le scorciatoie da tastiera di questa estensione su: <b><a href\"chrome:https://extensions/configureCommands\" target=\"_blank\">chrome:https://extensions/configureCommands</a></b>"
}
}
6 changes: 6 additions & 0 deletions translations/pl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,11 @@
},
"settings_fullscreen": {
"message": "Aktywuj tylko w trybie pełnoekranowym"
},
"settings_shortcuts_title": {
"message": "Shortcuts"
},
"settings_shortcuts": {
"message": "Możesz ustawić skróty klawiaturowe dla tego rozszerzenia na: <b><a href\"chrome:https://extensions/configureCommands\" target=\"_blank\">chrome:https://extensions/configureCommands</a></b>"
}
}

0 comments on commit 193ca8e

Please sign in to comment.