From f6a984b67166fa59ee57b2b5348268b9696ccbaf Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Thu, 23 Sep 2021 12:45:30 +0200 Subject: [PATCH 1/4] start-server-dev. Fixes #460 --- package.json | 2 ++ server/routers/api-router.js | 1 + 2 files changed, 3 insertions(+) diff --git a/package.json b/package.json index da332d3..3a864c4 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "dev": "vite --host", "start": "npm run start-server", "start-server": "node server/server.js", + "start-server-dev": "cross-env NODE_ENV=development node server/server.js", "build": "vite build", "tsc": "tsc", "vite-preview-dist": "vite preview --host", @@ -56,6 +57,7 @@ "chartjs-adapter-dayjs": "^1.0.0", "command-exists": "^1.2.9", "compare-versions": "^3.6.0", + "cross-env": "^7.0.3", "dayjs": "^1.10.7", "express": "^4.17.1", "express-basic-auth": "^1.2.0", diff --git a/server/routers/api-router.js b/server/routers/api-router.js index 0940668..b56efcb 100644 --- a/server/routers/api-router.js +++ b/server/routers/api-router.js @@ -83,6 +83,7 @@ router.get("/api/status-page/monitor-list", cache("5 minutes"), async (_request, // Can fetch only if published router.get("/api/status-page/heartbeat", cache("5 minutes"), async (_request, response) => { allowDevAllOrigin(response); + try { await checkPublished(); From 5fa9b33c7989d4b7c35b6171754c615ac044f2be Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Thu, 23 Sep 2021 12:49:15 +0200 Subject: [PATCH 2/4] Install `cross-env` as dev dependency for now --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3a864c4..84071ee 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,6 @@ "chartjs-adapter-dayjs": "^1.0.0", "command-exists": "^1.2.9", "compare-versions": "^3.6.0", - "cross-env": "^7.0.3", "dayjs": "^1.10.7", "express": "^4.17.1", "express-basic-auth": "^1.2.0", @@ -96,6 +95,7 @@ "@vitejs/plugin-vue": "^1.6.2", "@vue/compiler-sfc": "^3.2.11", "core-js": "^3.17.3", + "cross-env": "^7.0.3", "dns2": "^2.0.1", "eslint": "^7.32.0", "eslint-plugin-vue": "^7.17.0", From a4cad3db65c86959b3221049bab6c2b3eae45af5 Mon Sep 17 00:00:00 2001 From: Cosmo Abdon Date: Thu, 23 Sep 2021 09:42:33 -0300 Subject: [PATCH 3/4] add: BR Portuguese Language and new words --- src/i18n.js | 2 + src/languages/da-DK.js | 12 ++- src/languages/de-DE.js | 12 ++- src/languages/en.js | 12 ++- src/languages/es-ES.js | 12 ++- src/languages/et-EE.js | 12 ++- src/languages/fr-FR.js | 12 ++- src/languages/it-IT.js | 12 ++- src/languages/ja.js | 12 ++- src/languages/ko-KR.js | 12 ++- src/languages/nl-NL.js | 12 ++- src/languages/pl.js | 12 ++- src/languages/pt-BR.js | 182 +++++++++++++++++++++++++++++++++++++++ src/languages/ru-RU.js | 12 ++- src/languages/sr-latn.js | 12 ++- src/languages/sr.js | 12 ++- src/languages/sv-SE.js | 12 ++- src/languages/tr-TR.js | 12 ++- src/languages/zh-CN.js | 12 ++- src/languages/zh-HK.js | 12 ++- src/pages/Settings.vue | 48 ++++++----- src/pages/StatusPage.vue | 19 ++-- 22 files changed, 419 insertions(+), 48 deletions(-) create mode 100644 src/languages/pt-BR.js diff --git a/src/i18n.js b/src/i18n.js index 6ef8200..633a53a 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -3,6 +3,7 @@ import daDK from "./languages/da-DK"; import deDE from "./languages/de-DE"; import en from "./languages/en"; import esEs from "./languages/es-ES"; +import ptBR from "./languages/pt-BR"; import etEE from "./languages/et-EE"; import frFR from "./languages/fr-FR"; import itIT from "./languages/it-IT"; @@ -24,6 +25,7 @@ const languageList = { "de-DE": deDE, "nl-NL": nlNL, "es-ES": esEs, + "pt-BR": ptBR, "fr-FR": frFR, "it-IT": itIT, "ja": ja, diff --git a/src/languages/da-DK.js b/src/languages/da-DK.js index eaba6e2..97f77fa 100644 --- a/src/languages/da-DK.js +++ b/src/languages/da-DK.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/de-DE.js b/src/languages/de-DE.js index 8f87928..1e182f8 100644 --- a/src/languages/de-DE.js +++ b/src/languages/de-DE.js @@ -168,4 +168,14 @@ export default { "Export Backup": "Export Backup", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/en.js b/src/languages/en.js index 6a7456f..61092f3 100644 --- a/src/languages/en.js +++ b/src/languages/en.js @@ -168,4 +168,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/es-ES.js b/src/languages/es-ES.js index cb87337..0084e3a 100644 --- a/src/languages/es-ES.js +++ b/src/languages/es-ES.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/et-EE.js b/src/languages/et-EE.js index 991a6a3..451d8da 100644 --- a/src/languages/et-EE.js +++ b/src/languages/et-EE.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/fr-FR.js b/src/languages/fr-FR.js index 0050c5c..9d0c946 100644 --- a/src/languages/fr-FR.js +++ b/src/languages/fr-FR.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/it-IT.js b/src/languages/it-IT.js index 09d0bec..5c24ae4 100644 --- a/src/languages/it-IT.js +++ b/src/languages/it-IT.js @@ -168,4 +168,14 @@ export default { "Search...": "Cerca...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/ja.js b/src/languages/ja.js index 44f96ee..0dd77dd 100644 --- a/src/languages/ja.js +++ b/src/languages/ja.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/ko-KR.js b/src/languages/ko-KR.js index 70948a3..a2d685d 100644 --- a/src/languages/ko-KR.js +++ b/src/languages/ko-KR.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/nl-NL.js b/src/languages/nl-NL.js index 7ec386d..72bde9d 100644 --- a/src/languages/nl-NL.js +++ b/src/languages/nl-NL.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/pl.js b/src/languages/pl.js index 2b34492..264c3a1 100644 --- a/src/languages/pl.js +++ b/src/languages/pl.js @@ -169,4 +169,14 @@ export default { "Search...": "Szukaj...", "Avg. Ping": "Średni ping", "Avg. Response": "Średnia odpowiedź", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/pt-BR.js b/src/languages/pt-BR.js new file mode 100644 index 0000000..b9e86e7 --- /dev/null +++ b/src/languages/pt-BR.js @@ -0,0 +1,182 @@ +export default { + languageName: "Português (Brasileiro)", + checkEverySecond: "Verificar cada {0} segundos.", + retryCheckEverySecond: "Tentar novamente a cada {0} segundos.", + retriesDescription: "Máximo de tentativas antes que o serviço seja marcado como inativo e uma notificação seja enviada", + ignoreTLSError: "Ignorar erros TLS/SSL para sites HTTPS", + upsideDownModeDescription: "Inverta o status de cabeça para baixo. Se o serviço estiver acessível, ele está OFFLINE.", + maxRedirectDescription: "Número máximo de redirecionamentos a seguir. Defina como 0 para desativar redirecionamentos.", + acceptedStatusCodesDescription: "Selecione os códigos de status que são considerados uma resposta bem-sucedida.", + passwordNotMatchMsg: "A senha repetida não corresponde.", + notificationDescription: "Atribua uma notificação ao (s) monitor (es) para que funcione.", + keywordDescription: "Pesquise a palavra-chave em html simples ou resposta JSON e diferencia maiúsculas de minúsculas", + pauseDashboardHome: "Pausar", + deleteMonitorMsg: "Tem certeza de que deseja excluir este monitor?", + deleteNotificationMsg: "Tem certeza de que deseja excluir esta notificação para todos os monitores?", + resoverserverDescription: "Cloudflare é o servidor padrão, você pode alterar o servidor resolvedor a qualquer momento.", + rrtypeDescription: "Selecione o RR-Type que você deseja monitorar", + pauseMonitorMsg: "Tem certeza que deseja fazer uma pausa?", + enableDefaultNotificationDescription: "Para cada novo monitor, esta notificação será habilitada por padrão. Você ainda pode desativar a notificação separadamente para cada monitor.", + clearEventsMsg: "Tem certeza de que deseja excluir todos os eventos deste monitor?", + clearHeartbeatsMsg: "Tem certeza de que deseja excluir todos os heartbeats deste monitor?", + confirmClearStatisticsMsg: "Tem certeza que deseja excluir TODAS as estatísticas?", + importHandleDescription: "Escolha 'Ignorar existente' se quiser ignorar todos os monitores ou notificações com o mesmo nome. 'Substituir' excluirá todos os monitores e notificações existentes.", + confirmImportMsg: "Tem certeza que deseja importar o backup? Certifique-se de que selecionou a opção de importação correta.", + twoFAVerifyLabel: "Digite seu token para verificar se 2FA está funcionando", + tokenValidSettingsMsg: "O token é válido! Agora você pode salvar as configurações 2FA.", + confirmEnableTwoFAMsg: "Tem certeza de que deseja habilitar 2FA?", + confirmDisableTwoFAMsg: "Tem certeza de que deseja desativar 2FA?", + Settings: "Configurações", + Dashboard: "Dashboard", + "New Update": "Nova Atualização", + Language: "Linguagem", + Appearance: "Aparência", + Theme: "Tema", + General: "Geral", + Version: "Versão", + "Check Update On GitHub": "Verificar atualização no Github", + List: "Lista", + Add: "Adicionar", + "Add New Monitor": "Adicionar novo monitor", + "Quick Stats": "Estatísticas rápidas", + Up: "On", + Down: "Off", + Pending: "Pendente", + Unknown: "Desconhecido", + Pause: "Pausar", + Name: "Nome", + Status: "Status", + DateTime: "Data hora", + Message: "Mensagem", + "No important events": "Nenhum evento importante", + Resume: "Resumo", + Edit: "Editar", + Delete: "Deletar", + Current: "Atual", + Uptime: "Tempo de atividade", + "Cert Exp.": "Cert Exp.", + days: "dias", + day: "dia", + "-day": "-dia", + hour: "hora", + "-hour": "-hora", + Response: "Resposta", + Ping: "Ping", + "Monitor Type": "Tipo de Monitor", + Keyword: "Palavra-Chave", + "Friendly Name": "Nome Amigável", + URL: "URL", + Hostname: "Hostname", + Port: "Porta", + "Heartbeat Interval": "Intervalo de Heartbeat", + Retries: "Novas tentativas", + "Heartbeat Retry Interval": "Intervalo de repetição de Heartbeat", + Advanced: "Avançado", + "Upside Down Mode": "Modo de cabeça para baixo", + "Max. Redirects": "Redirecionamento Máx.", + "Accepted Status Codes": "Status Code Aceitáveis", + Save: "Salvar", + Notifications: "Notificações", + "Not available, please setup.": "Não disponível, por favor configure.", + "Setup Notification": "Configurar Notificação", + Light: "Claro", + Dark: "Escuro", + Auto: "Auto", + "Theme - Heartbeat Bar": "Tema - Barra de Heartbeat", + Normal: "Normal", + Bottom: "Inferior", + None: "Nenhum", + Timezone: "Fuso horário", + "Search Engine Visibility": "Visibilidade do mecanismo de pesquisa", + "Allow indexing": "Permitir Indexação", + "Discourage search engines from indexing site": "Desencoraje os motores de busca de indexar o site", + "Change Password": "Mudar senha", + "Current Password": "Senha atual", + "New Password": "Nova Senha", + "Repeat New Password": "Repetir Nova Senha", + "Update Password": "Atualizar Senha", + "Disable Auth": "Desativar Autenticação", + "Enable Auth": "Ativar Autenticação", + Logout: "Deslogar", + Leave: "Sair", + "I understand, please disable": "Eu entendo, por favor desative.", + Confirm: "Confirmar", + Yes: "Sim", + No: "Não", + Username: "Usuário", + Password: "Senha", + "Remember me": "Lembre-me", + Login: "Autenticar", + "No Monitors, please": "Nenhum monitor, por favor", + "add one": "adicionar um", + "Notification Type": "Tipo de Notificação", + Email: "Email", + Test: "Testar", + "Certificate Info": "Info. do Certificado ", + "Resolver Server": "Resolver Servidor", + "Resource Record Type": "Tipo de registro de aplicação", + "Last Result": "Último resultado", + "Create your admin account": "Crie sua conta de admin", + "Repeat Password": "Repita a senha", + "Import Backup": "Importar Backup", + "Export Backup": "Exportar Backup", + Export: "Exportar", + Import: "Importar", + respTime: "Tempo de Resp. (ms)", + notAvailableShort: "N/A", + "Default enabled": "Padrão habilitado", + "Apply on all existing monitors": "Aplicar em todos os monitores existentes", + Create: "Criar", + "Clear Data": "Limpar Dados", + Events: "Eventos", + Heartbeats: "Heartbeats", + "Auto Get": "Obter Automático", + backupDescription: "Você pode fazer backup de todos os monitores e todas as notificações em um arquivo JSON.", + backupDescription2: "OBS: Os dados do histórico e do evento não estão incluídos.", + backupDescription3: "Dados confidenciais, como tokens de notificação, estão incluídos no arquivo de exportação, mantenha-o com cuidado.", + alertNoFile: "Selecione um arquivo para importar.", + alertWrongFileType: "Selecione um arquivo JSON.", + "Clear all statistics": "Limpar todas as estatísticas", + "Skip existing": "Pular existente", + Overwrite: "Sobrescrever", + Options: "Opções", + "Keep both": "Manter os dois", + "Verify Token": "Verificar Token", + "Setup 2FA": "Configurar 2FA", + "Enable 2FA": "Ativar 2FA", + "Disable 2FA": "Desativar 2FA", + "2FA Settings": "Configurações do 2FA ", + "Two Factor Authentication": "Autenticação e Dois Fatores", + Active: "Ativo", + Inactive: "Inativo", + Token: "Token", + "Show URI": "Mostrar URI", + Tags: "Tag", + "Add New below or Select...": "Adicionar Novo abaixo ou Selecionar ...", + "Tag with this name already exist.": "Já existe uma etiqueta com este nome.", + "Tag with this value already exist.": "Já existe uma etiqueta com este valor.", + color: "cor", + "value (optional)": "valor (opcional)", + Gray: "Cinza", + Red: "Vermelho", + Orange: "Laranja", + Green: "Verde", + Blue: "Azul", + Indigo: "Índigo", + Purple: "Roxo", + Pink: "Rosa", + "Search...": "Buscar...", + "Avg. Ping": "Ping Médio.", + "Avg. Response": "Resposta Média. ", + "Status Page": "Página de Status", + "Entry Page": "Página de entrada", + "Status Page Nothing": "Nada aqui, por favor, adicione um grupo ou monitor.", + "No Services": "Nenhum Serviço", + "All Systems Operational": "Todos os Serviços Operacionais", + "Partially Degraded Service": "Serviço parcialmente degradado", + "Degraded Service": "Serviço Degradado", + "Add Group": "Adicionar Grupo", + "Add a monitor": "Adicionar um monitor", + "Edit Status Page": "Editar Página de Status", + "Go to Dashboard": "Ir para a dashboard", +}; diff --git a/src/languages/ru-RU.js b/src/languages/ru-RU.js index 956235d..20c26b4 100644 --- a/src/languages/ru-RU.js +++ b/src/languages/ru-RU.js @@ -169,4 +169,14 @@ export default { "Search...": "Поиск...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/sr-latn.js b/src/languages/sr-latn.js index 2ebeb32..751370f 100644 --- a/src/languages/sr-latn.js +++ b/src/languages/sr-latn.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/sr.js b/src/languages/sr.js index b5cf1cb..c4e7f77 100644 --- a/src/languages/sr.js +++ b/src/languages/sr.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/sv-SE.js b/src/languages/sv-SE.js index f4c4262..b763646 100644 --- a/src/languages/sv-SE.js +++ b/src/languages/sv-SE.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/tr-TR.js b/src/languages/tr-TR.js index c521680..01b60da 100644 --- a/src/languages/tr-TR.js +++ b/src/languages/tr-TR.js @@ -168,4 +168,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/zh-CN.js b/src/languages/zh-CN.js index c2b3dcc..c5aa9ca 100644 --- a/src/languages/zh-CN.js +++ b/src/languages/zh-CN.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/languages/zh-HK.js b/src/languages/zh-HK.js index 1e1e0c7..fda2ed1 100644 --- a/src/languages/zh-HK.js +++ b/src/languages/zh-HK.js @@ -169,4 +169,14 @@ export default { "Search...": "Search...", "Avg. Ping": "Avg. Ping", "Avg. Response": "Avg. Response", -} + "Entry Page": "Entry Page", + "Status Page Nothing": "Nothing here, please add a group or a monitor.", + "No Services": "No Services", + "All Systems Operational": "All Systems Operational", + "Partially Degraded Service": "Partially Degraded Service", + "Degraded Service": "Degraded Service", + "Add Group": "Add Group", + "Add a monitor": "Add a monitor", + "Edit Status Page": "Edit Status Page", + "Go to Dashboard": "Go to Dashboard", +}; diff --git a/src/pages/Settings.vue b/src/pages/Settings.vue index 42542d1..77dfee8 100644 --- a/src/pages/Settings.vue +++ b/src/pages/Settings.vue @@ -244,6 +244,12 @@

Por favor usar con cuidado.

+ +