Translated using Weblate (Portuguese (Brazil))

Currently translated at 92.8% (390 of 420 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/pt_BR/
This commit is contained in:
Hermógenes Oliveira 2021-03-03 17:53:53 +00:00 committed by Hosted Weblate
parent 3a7949ae54
commit 0878c63c78
No known key found for this signature in database
GPG Key ID: A3FAAA06E6569B4C
1 changed files with 16 additions and 0 deletions

View File

@ -2119,5 +2119,21 @@
"@noPublicRoomsFound": {
"type": "text",
"placeholders": {}
},
"badServerLoginTypesException": "O servidor matriz suporta os tipos de login:\n{serverVersions}\nMas este app suporta apenas:\n{supportedVersions}",
"@badServerLoginTypesException": {
"type": "text",
"placeholders": {
"serverVersions": {},
"supportedVersions": {}
}
},
"badServerVersionsException": "O servidor matriz suporta as versões Spec:\n{serverVersions}\nMas este app suporta apenas {supportedVersions}",
"@badServerVersionsException": {
"type": "text",
"placeholders": {
"serverVersions": {},
"supportedVersions": {}
}
}
}