Migrate keyboard translations to IDs (#11452)
* Migrate keyboard translations to IDs ``` ./node_modules/matrix-web-i18n/scripts/rekey.js "Page Up" "keyboard|page_up" ./node_modules/matrix-web-i18n/scripts/rekey.js "Page Down" "keyboard|page_down" ./node_modules/matrix-web-i18n/scripts/rekey.js --copy "Home" "keyboard|home" ./node_modules/matrix-web-i18n/scripts/rekey.js "Esc" "keyboard|escape" ./node_modules/matrix-web-i18n/scripts/rekey.js "Enter" "keyboard|enter" ./node_modules/matrix-web-i18n/scripts/rekey.js "End" "keyboard|end" ./node_modules/matrix-web-i18n/scripts/rekey.js "Alt" "keyboard|alt" ./node_modules/matrix-web-i18n/scripts/rekey.js "Ctrl" "keyboard|control" ./node_modules/matrix-web-i18n/scripts/rekey.js "Shift" "keyboard|shift" ./node_modules/matrix-web-i18n/scripts/rekey.js --copy "Space" "keyboard|space" ./node_modules/matrix-web-i18n/scripts/rekey.js "[number]" "keyboard|number" ``` * i18n * Revert strings * i18n * i18n
This commit is contained in:
+55
-51
@@ -218,6 +218,7 @@
|
||||
"Register": "Registre-se",
|
||||
"You have <a>disabled</a> URL previews by default.": "Você <a>desativou</a> pré-visualizações de links por padrão.",
|
||||
"You have <a>enabled</a> URL previews by default.": "Você <a>ativou</a> pré-visualizações de links por padrão.",
|
||||
"Home": "Home",
|
||||
"Uploading %(filename)s": "Enviando o arquivo %(filename)s",
|
||||
"Uploading %(filename)s and %(count)s others": {
|
||||
"one": "Enviando o arquivo %(filename)s e %(count)s outros arquivos",
|
||||
@@ -1098,7 +1099,6 @@
|
||||
"Server did not return valid authentication information.": "O servidor não retornou informações de autenticação válidas.",
|
||||
"Integrations are disabled": "As integrações estão desativadas",
|
||||
"Integrations not allowed": "As integrações não estão permitidas",
|
||||
"End": "End",
|
||||
"List options": "Opções da Lista",
|
||||
"Jump to first unread room.": "Ir para a primeira sala não lida.",
|
||||
"Jump to first invite.": "Ir para o primeiro convite.",
|
||||
@@ -1257,9 +1257,6 @@
|
||||
"If you didn't remove the recovery method, an attacker may be trying to access your account. Change your account password and set a new recovery method immediately in Settings.": "Se você não excluiu a opção de recuperação, um invasor pode estar tentando acessar sua conta. Altere a senha da sua conta e defina imediatamente uma nova opção de recuperação nas Configurações.",
|
||||
"Room List": "Lista de salas",
|
||||
"Autocomplete": "Preencher automaticamente",
|
||||
"Alt": "Alt",
|
||||
"Shift": "Shift",
|
||||
"Ctrl": "Ctrl",
|
||||
"Toggle Bold": "Negrito",
|
||||
"Toggle Italics": "Itálico",
|
||||
"Toggle Quote": "Citar",
|
||||
@@ -1439,8 +1436,6 @@
|
||||
"Space used:": "Espaço usado:",
|
||||
"Navigation": "Navegação",
|
||||
"Calls": "Chamadas",
|
||||
"Esc": "Esc",
|
||||
"Enter": "Enter",
|
||||
"Change notification settings": "Alterar configuração de notificações",
|
||||
"Your server isn't responding to some <a>requests</a>.": "Seu servidor não está respondendo a algumas <a>solicitações</a>.",
|
||||
"Ban list rules - %(roomName)s": "Regras da lista de banidos - %(roomName)s",
|
||||
@@ -1528,8 +1523,6 @@
|
||||
"Enter your account password to confirm the upgrade:": "Digite a senha da sua conta para confirmar a atualização:",
|
||||
"You'll need to authenticate with the server to confirm the upgrade.": "Você precisará se autenticar no servidor para confirmar a atualização.",
|
||||
"Use a different passphrase?": "Usar uma frase secreta diferente?",
|
||||
"Page Up": "Page Up",
|
||||
"Page Down": "Page Down",
|
||||
"You've successfully verified %(deviceName)s (%(deviceId)s)!": "Você confirmou %(deviceName)s (%(deviceId)s) com êxito!",
|
||||
"Close dialog or context menu": "Fechar caixa de diálogo ou menu",
|
||||
"Try scrolling up in the timeline to see if there are any earlier ones.": "Tente rolar para cima na conversa para ver se há mensagens anteriores.",
|
||||
@@ -2535,7 +2528,6 @@
|
||||
"Get notifications as set up in your <a>settings</a>": "Receba notificações conforme configurado em suas <a>configurações</a>",
|
||||
"This room isn't bridging messages to any platforms. <a>Learn more.</a>": "Esta sala não está conectando mensagens a nenhuma plataforma. <a> Saiba mais. </a>",
|
||||
"Rooms outside of a space": "Salas fora de um espaço",
|
||||
"[number]": "[número]",
|
||||
"Show all your rooms in Home, even if they're in a space.": "Mostre todas as suas salas no Início, mesmo que elas estejam em um espaço.",
|
||||
"Home is useful for getting an overview of everything.": "A página inicial é útil para obter uma visão geral de tudo.",
|
||||
"Spaces to show": "Espaços para mostrar",
|
||||
@@ -2809,23 +2801,23 @@
|
||||
"username": "Nome de usuário",
|
||||
"verification_cancelled": "Confirmação cancelada",
|
||||
"video": "Vídeo",
|
||||
"attachment": "Anexo",
|
||||
"light": "Claro",
|
||||
"dark": "Escuro",
|
||||
"warning": "Atenção",
|
||||
"home": "Home",
|
||||
"favourites": "Favoritos",
|
||||
"threads": "Tópicos",
|
||||
"room": "Sala",
|
||||
"theme": "Tema",
|
||||
"name": "Nome",
|
||||
"description": "Descrição",
|
||||
"room": "Sala",
|
||||
"public": "Público",
|
||||
"private": "Privado",
|
||||
"options": "Opções",
|
||||
"appearance": "Aparência",
|
||||
"name": "Nome",
|
||||
"light": "Claro",
|
||||
"labs": "Laboratório",
|
||||
"homeserver": "Servidor local",
|
||||
"labs": "Laboratório"
|
||||
"home": "Home",
|
||||
"favourites": "Favoritos",
|
||||
"description": "Descrição",
|
||||
"dark": "Escuro",
|
||||
"attachment": "Anexo",
|
||||
"appearance": "Aparência"
|
||||
},
|
||||
"action": {
|
||||
"continue": "Continuar",
|
||||
@@ -2857,45 +2849,57 @@
|
||||
"start_chat": "Iniciar conversa",
|
||||
"view_source": "Ver código-fonte",
|
||||
"yes": "Sim",
|
||||
"reject": "Recusar",
|
||||
"confirm": "Confirmar",
|
||||
"dismiss": "Dispensar",
|
||||
"trust": "Confiança",
|
||||
"cancel": "Cancelar",
|
||||
"stop": "Pare",
|
||||
"join": "Entrar",
|
||||
"close": "Fechar",
|
||||
"accept": "Aceitar",
|
||||
"upgrade": "Atualizar",
|
||||
"verify": "Confirmar",
|
||||
"update": "Atualizar",
|
||||
"delete": "Excluir",
|
||||
"upload": "Enviar",
|
||||
"collapse": "Colapsar",
|
||||
"reset": "Redefinir",
|
||||
"share": "Compartilhar",
|
||||
"skip": "Pular",
|
||||
"logout": "Sair",
|
||||
"zoom_out": "Diminuir zoom",
|
||||
"zoom_in": "Aumentar zoom",
|
||||
"view": "Ver",
|
||||
"expand": "Expandir",
|
||||
"verify": "Confirmar",
|
||||
"upload": "Enviar",
|
||||
"upgrade": "Atualizar",
|
||||
"update": "Atualizar",
|
||||
"unpin": "Desafixar",
|
||||
"try_again": "Tente novamente",
|
||||
"trust": "Confiança",
|
||||
"stop": "Pare",
|
||||
"skip": "Pular",
|
||||
"sign_out": "Sair",
|
||||
"sign_in": "Entrar",
|
||||
"add": "Adicionar",
|
||||
"share": "Compartilhar",
|
||||
"search": "Buscar",
|
||||
"try_again": "Tente novamente",
|
||||
"go_back": "Voltar",
|
||||
"back": "Voltar",
|
||||
"reset": "Redefinir",
|
||||
"resend": "Reenviar",
|
||||
"ignore": "Bloquear",
|
||||
"zoom_in": "Aumentar zoom",
|
||||
"zoom_out": "Diminuir zoom",
|
||||
"download": "Baixar",
|
||||
"reject": "Recusar",
|
||||
"pin": "Alfinete",
|
||||
"unpin": "Desafixar",
|
||||
"got_it": "Ok, entendi"
|
||||
"logout": "Sair",
|
||||
"join": "Entrar",
|
||||
"ignore": "Bloquear",
|
||||
"got_it": "Ok, entendi",
|
||||
"go_back": "Voltar",
|
||||
"expand": "Expandir",
|
||||
"download": "Baixar",
|
||||
"dismiss": "Dispensar",
|
||||
"delete": "Excluir",
|
||||
"confirm": "Confirmar",
|
||||
"collapse": "Colapsar",
|
||||
"close": "Fechar",
|
||||
"cancel": "Cancelar",
|
||||
"back": "Voltar",
|
||||
"add": "Adicionar",
|
||||
"accept": "Aceitar"
|
||||
},
|
||||
"a11y": {
|
||||
"user_menu": "Menu do usuário"
|
||||
},
|
||||
"Home": "Home"
|
||||
}
|
||||
"keyboard": {
|
||||
"home": "Home",
|
||||
"space": "Barra de espaço",
|
||||
"page_up": "Page Up",
|
||||
"page_down": "Page Down",
|
||||
"escape": "Esc",
|
||||
"enter": "Enter",
|
||||
"end": "End",
|
||||
"alt": "Alt",
|
||||
"control": "Ctrl",
|
||||
"shift": "Shift",
|
||||
"number": "[número]"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user