Skip to content

Commit 4873d90

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

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,13 @@
151151
},
152152
"monthOnMonth": {
153153
"title": "Tendencia mes a mes del tiempo de navegación"
154+
},
155+
"timeline": {
156+
"title": "Línea de tiempo de los últimos {n} días",
157+
"busyScore": "Ocupación",
158+
"busyScoreDesc": "Relacionado con el tiempo total de navegación y el número de sitios web por hora. Vea el código fuente para la fórmula usada",
159+
"focusScore": "Enfoque",
160+
"focusScoreDesc": "Relacionado con el tiempo total de navegación continua en la misma página web. Vea el código fuente para la fórmula de cálculo"
154161
}
155162
},
156163
"de": {

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"infoAlertTitle": "Puedes configurar una lista blanca de sitios en esta página",
6565
"infoAlert0": "Los sitios en la lista blanca no serán contados",
6666
"infoAlert1": "Los sitios en la lista blanca no serán restringidos",
67+
"infoAlert2": "Puedes usar un comodín (*) para coincidir varios sitios a la vez: *.ejemplo.com/**, y usar + como prefijo para excluir sitios, como +meme.ejemplo.com/**",
6768
"errorInput": "URL del sitio inválida"
6869
},
6970
"de": {

src/i18n/message/common/button-resource.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,13 +147,15 @@
147147
"previous": "Anterior",
148148
"next": "Siguiente",
149149
"okey": "OK",
150-
"dont": "¡NO!",
150+
"dont": "No",
151151
"operation": "Acciones",
152152
"configuration": "Configuración",
153153
"clear": "Limpiar",
154154
"enable": "Activar",
155155
"batchEnable": "Habilitar en Lote",
156-
"batchDisable": "Deshabilitar en Lote"
156+
"batchDisable": "Deshabilitar en Lote",
157+
"collapse": "Colapsar",
158+
"expand": "Expandir"
157159
},
158160
"de": {
159161
"create": "Neu",

src/i18n/message/popup/header-resource.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
"rate": "Оцінити"
2525
},
2626
"es": {
27-
"rate": "Calificar"
27+
"rate": "Calificar",
28+
"showSiteName": "Mostrar nombre del sitio",
29+
"showTopN": "Mostrar primeros {n}"
2830
},
2931
"de": {
3032
"rate": "Bewerten",

0 commit comments

Comments
 (0)