From 1d56182bd7d08e436f91ac8ca5c0dc034570b4eb Mon Sep 17 00:00:00 2001 From: Tmpod Date: Sun, 11 Jun 2023 21:35:41 +0000 Subject: [PATCH] Translated using Weblate (Portuguese (Portugal)) Currently translated at 12.1% (5 of 41 strings) Translation: AutoMod/Bot Translate-URL: http://weblate.insrt.uk/projects/automod/bot/pt_PT/ --- bot/pt_PT.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bot/pt_PT.json b/bot/pt_PT.json index 0967ef4..1920d86 100644 --- a/bot/pt_PT.json +++ b/bot/pt_PT.json @@ -1 +1,13 @@ -{} +{ + "commands": { + "ping": { + "title": "Latência", + "body": "WebSocket: {{latency.ws}}\nIda e volta: {{latency.roundtrip}}" + }, + "config": { + "title": "Configuração", + "unknown_setting": "Definição desconhecida \"{{setting}}\"", + "usage_hint": "Utiliza **{{command}} ** para alterar uma definição, ou utiliza" + } + } +}