Skip to content

Commit 7caa10b

Browse files
cbridiweblate
authored andcommitted
Translated using Weblate (Portuguese (Brazil))
Currently translated at 19.4% (7 of 36 strings) Translation: Matomo/Plugin QueuedTracking Translate-URL: https://hosted.weblate.org/projects/matomo/plugin-queuedtracking/pt_BR/ [ci skip]
1 parent 1fbdad6 commit 7caa10b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lang/pt-br.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"QueuedTracking": {
3+
"ExceptionValueIsNotInt": "O valor não é um inteiro",
34
"MultipleServersOnlyConfigurableIfSentinelEnabled": "Vários hosts ou portas só podem ser configurados quando o Redis Sentinel está ativado. O plugin README lhe dirá como fazer isso.",
4-
"NumHostsNotMatchNumPorts": "O número de hosts configurados não coincide com o número de portas configuradas."
5+
"NumHostsNotMatchNumPorts": "O número de hosts configurados não coincide com o número de portas configuradas.",
6+
"RedisHostFieldHelp": "Host remoto ou socket unix do servidor Redis. São permitidos no máximo 500 caracteres.",
7+
"RedisHostFieldHelpExtendedSentinel": "Como você está usando o Redis Sentinel, você pode usar uma lista separada por vírgulas. Certifique-se de especificar tantos hosts quanto portas especificadas. Por exemplo, para configurar dois servidores \"127.0.0.1:26379\" e \"127.0.0.2:26879\" especifique \"127.0.0.1,127.0.0.2\" como host e \"26379,26879\" como portas.",
8+
"RedisHostFieldTitle": "Host Redis ou soquete unix",
9+
"RedisPortFieldTitle": "Porto do Redis"
510
}
611
}

0 commit comments

Comments
 (0)