From 3ad36ebd2a41bb7ed49374d2aa99dda9d2ae21b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deluan=20Quint=C3=A3o?= Date: Wed, 25 Nov 2020 15:58:45 -0500 Subject: [PATCH] Update translations (#644) * Update eo.json (POEditor.com) * Update fr.json (POEditor.com) * Update pt.json (POEditor.com) --- resources/i18n/eo.json | 14 ++++++++++++-- resources/i18n/fr.json | 4 +++- resources/i18n/pt.json | 43 ++++++++++++++++++++++-------------------- 3 files changed, 38 insertions(+), 23 deletions(-) diff --git a/resources/i18n/eo.json b/resources/i18n/eo.json index 45e74510f..2a5959453 100644 --- a/resources/i18n/eo.json +++ b/resources/i18n/eo.json @@ -19,7 +19,8 @@ "updatedAt": "Ĝisdatigita je", "bitRate": "Bitrapido", "discSubtitle": "Diska Subteksto", - "starred": "Stela" + "starred": "Stela", + "comment": "Komento" }, "actions": { "addToQueue": "Ludi Poste", @@ -42,7 +43,8 @@ "genre": "Genro", "compilation": "Kompilaĵo", "year": "Jaro", - "updatedAt": "Ĝisdatigita je :" + "updatedAt": "Ĝisdatigita je :", + "comment": "Komento" }, "actions": { "playAll": "Ludi", @@ -309,5 +311,13 @@ "source": "Fontkodo", "featureRequests": "Trajta peto" } + }, + "activity": { + "title": "Aktiveco", + "totalScanned": "Entute dosierujoj skanitaj", + "quickScan": "Rapida Skanado", + "fullScan": "Plena Skanado", + "serverUptime": "Servila daŭro de funkciado", + "serverDown": "SENKONEKTA" } } \ No newline at end of file diff --git a/resources/i18n/fr.json b/resources/i18n/fr.json index 8367bedab..210d30fce 100644 --- a/resources/i18n/fr.json +++ b/resources/i18n/fr.json @@ -316,6 +316,8 @@ "title": "Activité", "totalScanned": "Nombre total de dossier scannés", "quickScan": "Scan rapide", - "fullScan": "Scan complet" + "fullScan": "Scan complet", + "serverUptime": "Disponibilité du serveur", + "serverDown": "HORS LIGNE" } } \ No newline at end of file diff --git a/resources/i18n/pt.json b/resources/i18n/pt.json index aced12a6a..d013f9bd7 100644 --- a/resources/i18n/pt.json +++ b/resources/i18n/pt.json @@ -262,10 +262,11 @@ "songsAddedToPlaylist": "Música adicionada à playlist |||| %{smart_count} músicas adicionadas à playlist", "noPlaylistsAvailable": "Nenhuma playlist", "delete_user_title": "Excluir usuário '%{name}'", - "delete_user_content": "Você tem certeza que deseja excluir o usuário e todos os seus dados (incluindo suas playlists e preferências)?" + "delete_user_content": "Você tem certeza que deseja excluir o usuário e todos os seus dados (incluindo suas playlists e preferências)?", + "notifications_blocked": "Você bloqueou notificações para este site nas configurações do seu browser", + "notifications_not_available": "Este navegador não suporta notificações" }, "menu": { - "about": "Info", "library": "Biblioteca", "settings": "Configurações", "version": "Versão", @@ -275,25 +276,12 @@ "options": { "theme": "Tema", "language": "Língua", - "defaultView": "Tela inicial" + "defaultView": "Tela inicial", + "desktop_notifications": "Notificações" } }, - "albumList": "Álbuns" - }, - "about": { - "links": { - "homepage": "Website", - "source": "Código fonte", - "featureRequests": "Solicitar funcionalidade" - } - }, - "activity": { - "title": "Atividade", - "totalScanned": "Total de pastas encontradas", - "quickScan": "Scan rápido", - "fullScan": "Scan completo", - "serverUptime": "Uptime do servidor", - "serverDown": "DESCONECTADO" + "albumList": "Álbuns", + "about": "Info" }, "player": { "playListsText": "Fila de Execução", @@ -319,5 +307,20 @@ "singleLoop": "Repetir", "shufflePlay": "Aleatório" } + }, + "about": { + "links": { + "homepage": "Website", + "source": "Código fonte", + "featureRequests": "Solicitar funcionalidade" + } + }, + "activity": { + "title": "Atividade", + "totalScanned": "Total de pastas analisadas", + "quickScan": "Scan rápido", + "fullScan": "Scan completo", + "serverUptime": "Uptime do servidor", + "serverDown": "DESCONECTADO" } -} +} \ No newline at end of file