Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/i18n/message/app/option-resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@
"timed": "Ativo por tempo"
}
},
"animationDuration": "Duração da animação inicial {input}"
"animationDuration": "Duração da animação inicial {input}",
"sidePanel": "{input} Se ativar ou não o painel lateral"
},
"tracking": {
"title": "Estatísticas",
Expand Down
1 change: 1 addition & 0 deletions src/i18n/message/app/whitelist-resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"infoAlertTitle": "Pode adicionar sites à lista de permissões nesta página",
"infoAlert0": "Os sites na lista de permissões não serão contabilizados",
"infoAlert1": "Os sites na lista de permissões não serão restringidos",
"infoAlert2": "Podes usar wildcards(*) para corresponder a vários sites, como *.example.com/**, e usar + como prefixo para excluir sites específicos, como +need.example.com/**",
"errorInput": "URL do site inválido"
},
"uk": {
Expand Down
3 changes: 2 additions & 1 deletion src/i18n/message/popup/header-resource.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
},
"pt_PT": {
"rate": "Avaliar",
"showSiteName": "Mostrar nome do site"
"showSiteName": "Mostrar nome do site",
"donutChart": "Mostrado como gráfico estilo donut"
},
"uk": {
"rate": "Оцінити"
Expand Down