From e9dad3dd67be5528eab19c463b016eac15b03894 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 3 Feb 2021 19:13:44 -0500 Subject: [PATCH] Update Portuguese transaltion --- resources/i18n/pt.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/resources/i18n/pt.json b/resources/i18n/pt.json index cc5883afc..97ee53714 100644 --- a/resources/i18n/pt.json +++ b/resources/i18n/pt.json @@ -324,5 +324,18 @@ "fullScan": "Scan completo", "serverUptime": "Uptime do servidor", "serverDown": "DESCONECTADO" + }, + "help": { + "title": "Navidrome - Teclas de atalho", + "hotkeys": { + "show_help": "Mostra esta janela", + "toggle_menu": "Mostra o menu lateral", + "toggle_play": "Tocar / pausar", + "prev_song": "Música anterior", + "next_song": "Próxima música", + "vol_up": "Aumenta volume", + "vol_down": "Diminui volume", + "toggle_star": "Marca/desmarca favorita" + } } -} \ No newline at end of file +}