diff --git a/assets/l10n/intl_pt_BR.arb b/assets/l10n/intl_pt_BR.arb index a6c47985..8bb1de2f 100644 --- a/assets/l10n/intl_pt_BR.arb +++ b/assets/l10n/intl_pt_BR.arb @@ -1985,7 +1985,7 @@ "type": "text", "placeholders": {} }, - "changedTheDisplaynameTo": "{username} mudou seu nome de exibição para: '{displayname}'", + "changedTheDisplaynameTo": "{username} mudou o seu nome de exibição para: '{displayname}'", "@changedTheDisplaynameTo": { "type": "text", "placeholders": { @@ -2487,5 +2487,116 @@ "placeholders": { "uri": {} } + }, + "savedFileAs": "Salvar arquivo como {filename}", + "@savedFileAs": { + "type": "text", + "placeholders": { + "filename": {} + } + }, + "saveFileToFolder": "Salvar arquivo nesta pasta", + "@saveFileToFolder": { + "type": "text", + "placeholders": {} + }, + "saveFile": "Salvar arquivo", + "@saveFile": { + "type": "text", + "placeholders": {} + }, + "tapToShowImage": "Toque para mostrar a imagem", + "@tapToShowImage": { + "type": "text", + "placeholders": {} + }, + "singlesignon": "Identidade Única", + "@singlesignon": { + "type": "text", + "placeholders": {} + }, + "locationPermissionDeniedNotice": "Permissão de localização negada. Conceda as permissões para habilitar o compartilhamento de localização.", + "@locationPermissionDeniedNotice": { + "type": "text", + "placeholders": {} + }, + "locationDisabledNotice": "O serviço de localização está desabilitado. Por favor, habilite-o para compartilhar sua localização.", + "@locationDisabledNotice": { + "type": "text", + "placeholders": {} + }, + "loginWith": "Entrar com {brand}", + "@loginWith": { + "type": "text", + "placeholders": { + "brand": {} + } + }, + "sendSticker": "Enviar figurinha", + "@sendSticker": { + "type": "text", + "placeholders": {} + }, + "sendAsText": "Enviar como texto", + "@sendAsText": { + "type": "text" + }, + "shareLocation": "Compartilhar localização", + "@shareLocation": { + "type": "text", + "placeholders": {} + }, + "spaceName": "Nome do espaço", + "@spaceName": { + "type": "text", + "placeholders": {} + }, + "openInMaps": "Abrir no mapas", + "@openInMaps": { + "type": "text", + "placeholders": {} + }, + "obtainingLocation": "Obtendo localização…", + "@obtainingLocation": { + "type": "text", + "placeholders": {} + }, + "removeYourAvatar": "Remover seu avatar", + "@removeYourAvatar": { + "type": "text", + "placeholders": {} + }, + "changeYourAvatar": "Alterar seu avatar", + "@changeYourAvatar": { + "type": "text", + "placeholders": {} + }, + "pleaseChoose": "Por favor, selecione", + "@pleaseChoose": { + "type": "text", + "placeholders": {} + }, + "enableChatBackup": "Habilite o backup de conversas para nunca perder acesso a elas.", + "@enableChatBackup": { + "type": "text", + "placeholders": {} + }, + "yourChatsAreBeingSynced": "Sua conversas estão sendo sincronizadas…", + "@yourChatsAreBeingSynced": { + "type": "text", + "placeholders": {} + }, + "noMatrixServer": "{server1} não é um servidor matrix, usar {server2} talvez?", + "@noMatrixServer": { + "type": "text", + "placeholders": { + "server1": {}, + "server2": {} + } + }, + "register": "Registrar", + "@register": { + "type": "text", + "placeholders": {} } } diff --git a/assets/l10n/intl_ru.arb b/assets/l10n/intl_ru.arb index 821bd88d..a91b43e6 100644 --- a/assets/l10n/intl_ru.arb +++ b/assets/l10n/intl_ru.arb @@ -539,7 +539,7 @@ "type": "text", "placeholders": {} }, - "emoteWarnNeedToPick": "Вам нужно выбрать шорткод эмодзи и изображение!", + "emoteWarnNeedToPick": "Вам нужно задать код эмодзи и изображение!", "@emoteWarnNeedToPick": { "type": "text", "placeholders": {} @@ -759,7 +759,7 @@ "type": "text", "placeholders": {} }, - "isTyping": "Печатает…", + "isTyping": "печатает…", "@isTyping": { "type": "text", "placeholders": {} @@ -1813,7 +1813,7 @@ "type": "text", "placeholders": {} }, - "setCustomEmotes": "Установить пользовательские эмоции", + "setCustomEmotes": "Установить пользовательские эмодзи", "@setCustomEmotes": { "type": "text", "placeholders": {} @@ -2210,7 +2210,7 @@ "supportedVersions": {} } }, - "badServerVersionsException": "Домашний сервер поддерживает версии:\n{serverVersions}\nНо это приложение поддерживает только {supportedVersions}", + "badServerVersionsException": "Домашний сервер поддерживает следующие версии спецификации:\n{serverVersions}\nНо это приложение поддерживает только {supportedVersions}", "@badServerVersionsException": { "type": "text", "placeholders": { @@ -2472,7 +2472,7 @@ "type": "text", "description": "Usage hint for the command /leave" }, - "commandHintJoin": "Присоединяйтесь к данной комнате", + "commandHintJoin": "Присоединиться к данной комнате", "@commandHintJoin": { "type": "text", "description": "Usage hint for the command /join" @@ -2582,5 +2582,18 @@ "placeholders": { "uri": {} } + }, + "noMatrixServer": "{server1} не является matrix-сервером, использовать {server2} вместо него?", + "@noMatrixServer": { + "type": "text", + "placeholders": { + "server1": {}, + "server2": {} + } + }, + "autoplayImages": "Автоматически воспроизводить анимированные стикеры и эмодзи", + "@autoplayImages": { + "type": "text", + "placeholder": {} } }