From 990ef861ee244f3835432e8b12b3e79a7e95d6a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xos=C3=A9=20M?= Date: Tue, 19 Apr 2022 04:00:42 +0000 Subject: [PATCH] Translated using Weblate (Galician) Currently translated at 100.0% (582 of 582 strings) Translation: FluffyChat/Translations Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/gl/ --- assets/l10n/intl_gl.arb | 48 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/assets/l10n/intl_gl.arb b/assets/l10n/intl_gl.arb index 2d4d3a66..f77cad2e 100644 --- a/assets/l10n/intl_gl.arb +++ b/assets/l10n/intl_gl.arb @@ -2808,5 +2808,53 @@ "@showDirectChatsInSpaces": { "type": "text", "placeholders": {} + }, + "youRejectedTheInvitation": "Rexeitaches o convite", + "@youRejectedTheInvitation": {}, + "youBannedUser": "Vetaches a {user}", + "@youBannedUser": { + "placeholders": { + "user": {} + } + }, + "youInvitedBy": "{user} convidoute", + "@youInvitedBy": { + "placeholders": { + "user": {} + } + }, + "youJoinedTheChat": "Unícheste á conversa", + "@youJoinedTheChat": {}, + "youAcceptedTheInvitation": "Aceptaches o convite", + "@youAcceptedTheInvitation": {}, + "youHaveWithdrawnTheInvitationFor": "Retiraches o convite para {user}", + "@youHaveWithdrawnTheInvitationFor": { + "placeholders": { + "user": {} + } + }, + "youInvitedUser": "Convidaches a {user}", + "@youInvitedUser": { + "placeholders": { + "user": {} + } + }, + "youKicked": "Expulsaches a {user}", + "@youKicked": { + "placeholders": { + "user": {} + } + }, + "youKickedAndBanned": "Expulsaches e vetaches a {user}", + "@youKickedAndBanned": { + "placeholders": { + "user": {} + } + }, + "youUnbannedUser": "Retiraches o veto a {user}", + "@youUnbannedUser": { + "placeholders": { + "user": {} + } } }