Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Bueno da Silva <rio234oas@gmail.com>2021-05-18 21:01:41 +0300
committerHosted Weblate <hosted@weblate.org>2021-05-19 21:33:16 +0300
commit91c7b1a07dff2f20dfad062ff42d00c4dffd58c6 (patch)
tree2bd49ef884fa247e359fbd7f07be7b1b9794a5d2
parentf3b93fc617996deeb0c230b54036aaf737ad436e (diff)
Translated using Weblate (Portuguese)
Currently translated at 28.8% (13 of 45 strings) Translation: Mumla/Humla Translate-URL: https://hosted.weblate.org/projects/mumla/humla/pt/
-rw-r--r--src/main/res/values-pt/strings.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/src/main/res/values-pt/strings.xml b/src/main/res/values-pt/strings.xml
index a6b3dae..8218f0a 100644
--- a/src/main/res/values-pt/strings.xml
+++ b/src/main/res/values-pt/strings.xml
@@ -1,2 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
-<resources></resources> \ No newline at end of file
+<resources>
+ <string name="chat_notify_disconnected">%s desconectou-se.</string>
+ <string name="chat_notify_connected">%s conectou-se.</string>
+ <string name="chat_notify_now_unmuted_undeafened">%s agora está com microfone e áudio ativados.</string>
+ <string name="chat_notify_now_unmuted">%s agora está com o microfone ativado.</string>
+ <string name="chat_notify_now_muted">%s agora está silenciado.</string>
+ <string name="chat_notify_now_muted_deafened">%s agora está silenciado e com o áudio desativado.</string>
+ <string name="chat_notify_unmuted_undeafened">Microfone e áudio ativados.</string>
+ <string name="chat_notify_unmuted">Microfone reativado.</string>
+ <string name="chat_notify_muted">Silenciado.</string>
+ <string name="chat_notify_muted_deafened">Silenciado e áudio desativado.</string>
+ <string name="chat_notify_moved">%1$s foi movido de %2$s para este canal por %3$s.</string>
+ <string name="server">Servidor</string>
+ <string name="perm_denied">Permissão negada.</string>
+</resources> \ No newline at end of file