Skip to content

Commit b8346f4

Browse files
i18n(download): download translations by bot (#631)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a59b69d commit b8346f4

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

src/i18n/message/app/dashboard-resource.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,20 +94,27 @@
9494
},
9595
"pt_PT": {
9696
"heatMap": {
97-
"title0": "Navegou {hour}h no último ano",
98-
"title1": "Navegou <1h no último ano"
97+
"title0": "Navegou por {hour} no último ano",
98+
"title1": "Navegou menos que 1 hora no último ano"
9999
},
100100
"topK": {
101-
"title": "TOP {k} mais visitados em {day} dias"
101+
"title": "TOP {k} mais visitados nos últimos {day} dias"
102102
},
103103
"indicator": {
104104
"installedDays": "Instalado há {number} dias",
105-
"visitCount": "{visit} visitas a {site} sites",
106-
"browsingTime": "Navegou {minute} min",
107-
"mostUse": "Prefere navegar entre {start}h-{end}h"
105+
"visitCount": "Visitou sites {site} {visit} vezes",
106+
"browsingTime": "Navegou mais de {minute} minutos",
107+
"mostUse": "Prefere navegar entre {start} h às {end} h"
108108
},
109109
"monthOnMonth": {
110110
"title": "Tendência mensal de tempo de navegação"
111+
},
112+
"timeline": {
113+
"title": "Linha do tempo dos últimos {n} dias",
114+
"busyScore": "Ocupado",
115+
"busyScoreDesc": "Relacionado ao tempo de navegação total e o número de sites visitados por hora. Veja código-fonte para a fórmula",
116+
"focusScore": "Focado",
117+
"focusScoreDesc": "Relacionado a contagem do tempo contínuo total navegado no mesmo site. Veja o código-fonte para a fórmula do cálculo"
111118
}
112119
},
113120
"uk": {

src/i18n/message/app/option-resource.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
"lastTimeTip": "Última cópia: {lastTime}",
614614
"auto": {
615615
"label": "Cópia automática",
616-
"interval": "executar a cada {input} minutos"
616+
"interval": "e executar a cada {input} minutos"
617617
}
618618
},
619619
"accessibility": {
@@ -622,6 +622,13 @@
622622
},
623623
"resetButton": "Repor",
624624
"resetSuccess": "Reposição concluída!",
625+
"exportButton": "Exportar configurações",
626+
"importButton": "Importar configurações",
627+
"exportSuccess": "Configurações exportadas com sucesso",
628+
"importSuccess": "\n",
629+
"importError": "Falha na Importação: Documento de configurações inválido",
630+
"importConfirm": "Configurações importadas com sucesso, recarregue a página para aplicar às mudanças!",
631+
"reloadButton": "Recarregar",
625632
"defaultValue": "Predefinido: {default}"
626633
},
627634
"uk": {

0 commit comments

Comments
 (0)