mirror of
https://github.com/sirjonasxx/G-Earth.git
synced 2024-11-23 00:40:51 +01:00
Merge Alynva pt
This commit is contained in:
parent
bfb5393507
commit
a57aae8352
@ -50,7 +50,7 @@ public class GEarth extends Application {
|
|||||||
main = this;
|
main = this;
|
||||||
stage = primaryStage;
|
stage = primaryStage;
|
||||||
|
|
||||||
translation = ResourceBundle.getBundle("gearth.ui.translations.messages", new Locale("nl"));
|
translation = ResourceBundle.getBundle("gearth.ui.translations.messages", new Locale("fr"));
|
||||||
|
|
||||||
FXMLLoader loader = new FXMLLoader(getClass().getResource("/gearth/ui/G-Earth.fxml"), translation);
|
FXMLLoader loader = new FXMLLoader(getClass().getResource("/gearth/ui/G-Earth.fxml"), translation);
|
||||||
Parent root = loader.load();
|
Parent root = loader.load();
|
||||||
|
@ -5,262 +5,261 @@
|
|||||||
## Tabs
|
## Tabs
|
||||||
|
|
||||||
### Tab - Connection
|
### Tab - Connection
|
||||||
tab.connection=Connection
|
tab.connection=Conexão
|
||||||
tab.connection.client=Client type:
|
tab.connection.client=Tipo do cliente:
|
||||||
tab.connection.client.flash=Flash / Air
|
tab.connection.client.flash=Flash / Air
|
||||||
tab.connection.client.unity=Unity
|
tab.connection.client.unity=Unity
|
||||||
tab.connection.client.nitro=Nitro
|
tab.connection.client.nitro=Nitro
|
||||||
tab.connection.version=Hotel version:
|
tab.connection.version=Versão do Hotel:
|
||||||
tab.connection.state=Connection state:
|
tab.connection.state=Estado da conexão:
|
||||||
tab.connection.state.notconnected=Not connected
|
tab.connection.state.notconnected=Não conectado
|
||||||
tab.connection.state.connected=Connected
|
tab.connection.state.connected=Conectado
|
||||||
tab.connection.state.waiting=Waiting for connection
|
tab.connection.state.waiting=Esperando conexão
|
||||||
tab.connection.port=Port:
|
tab.connection.port=Porta:
|
||||||
tab.connection.host=Host:
|
tab.connection.host=Host:
|
||||||
tab.connection.connect=Connect
|
tab.connection.connect=Conectar
|
||||||
tab.connection.abort=Abort
|
tab.connection.abort=Abortar
|
||||||
tab.connection.autodetect=Auto-detect
|
tab.connection.autodetect=Autodetectar
|
||||||
|
|
||||||
### Tab - Injection
|
### Tab - Injection
|
||||||
tab.injection=Injection
|
tab.injection=Injeção
|
||||||
tab.injection.corrupted.true=isCorrupted: True
|
tab.injection.corrupted.true=estaCorrompido: Verdadeiro
|
||||||
tab.injection.corrupted.false=isCorrupted: False
|
tab.injection.corrupted.false=estaCorrompido: Falso
|
||||||
tab.injection.description=header (id:NULL, length:0)
|
tab.injection.description=cabeçalho (id:NULL, comprimento:0)
|
||||||
tab.injection.description.header=header
|
tab.injection.description.header=cabeçalho
|
||||||
tab.injection.description.packets=packets
|
tab.injection.description.packets=pacotes
|
||||||
tab.injection.description.id=id
|
tab.injection.description.id=id
|
||||||
tab.injection.description.length=length
|
tab.injection.description.length=comprimento
|
||||||
tab.injection.send.toserver=Send to server
|
tab.injection.send.toserver=Enviar para o servidor
|
||||||
tab.injection.send.toclient=Send to client
|
tab.injection.send.toclient=Enviar para o cliente
|
||||||
tab.injection.history=History:
|
tab.injection.history=Histórico:
|
||||||
tab.injection.history.clear=Clear
|
tab.injection.history.clear=Limpar
|
||||||
tab.injection.history.tooltip=Double click a packet to restore it
|
tab.injection.history.tooltip=Clique duas vezes em um pacote para restaurá-lo
|
||||||
tab.injection.log.packetwithid=Packet with id
|
tab.injection.log.packetwithid=Pacote com id
|
||||||
|
|
||||||
### Tab - Tools
|
### Tab - Tools
|
||||||
tab.tools=Tools
|
tab.tools=Ferramentas
|
||||||
tab.tools.button.encode=Encode
|
tab.tools.button.encode=Codificar
|
||||||
tab.tools.button.decode=Decode
|
tab.tools.button.decode=Decodificar
|
||||||
tab.tools.type.integer=Integer:
|
tab.tools.type.integer=Inteiro:
|
||||||
tab.tools.type.ushort=Ushort:
|
tab.tools.type.ushort=Ushort:
|
||||||
tab.tools.encodingdecoding=Encoding/decoding
|
tab.tools.encodingdecoding=Codificando/decodificando
|
||||||
tab.tools.packettoexpression=Packet <-> expression
|
tab.tools.packettoexpression=Pacote <-> expressão
|
||||||
|
|
||||||
### Tab - Scheduler
|
### Tab - Scheduler
|
||||||
tab.scheduler=Scheduler
|
tab.scheduler=Agendador
|
||||||
tab.scheduler.table.index=Index
|
tab.scheduler.table.index=Índice
|
||||||
tab.scheduler.table.packet=Packet
|
tab.scheduler.table.packet=Pacote
|
||||||
tab.scheduler.table.interval=Interval
|
tab.scheduler.table.interval=Intervalo
|
||||||
tab.scheduler.table.destination=Destination
|
tab.scheduler.table.destination=Destino
|
||||||
tab.scheduler.table.edit=Edit
|
tab.scheduler.table.edit=Editar
|
||||||
tab.scheduler.setup.packet=Packet:
|
tab.scheduler.setup.packet=Pacote:
|
||||||
tab.scheduler.setup.interval=Interval:
|
tab.scheduler.setup.interval=Intervalo:
|
||||||
tab.scheduler.button.clear=Clear
|
tab.scheduler.button.clear=Limpar
|
||||||
tab.scheduler.button.clear.tooltip=Clear all items
|
tab.scheduler.button.clear.tooltip=Limpar todos os itens
|
||||||
tab.scheduler.button.save=S
|
tab.scheduler.button.save=S
|
||||||
tab.scheduler.button.save.tooltip=Save to file
|
tab.scheduler.button.save.tooltip=Salvar para arquivo
|
||||||
tab.scheduler.button.save.windowtitle=Save Schedule File
|
tab.scheduler.button.save.windowtitle=Salvar arquivo do Agendador
|
||||||
tab.scheduler.button.load=L
|
tab.scheduler.button.load=C
|
||||||
tab.scheduler.button.load.tooltip=Load from file
|
tab.scheduler.button.load.tooltip=Carregar de um arquivo
|
||||||
tab.scheduler.button.load.windowtitle=Load Schedule File
|
tab.scheduler.button.load.windowtitle=Carregar arquivo do Agendador
|
||||||
tab.scheduler.button.add=Add
|
tab.scheduler.button.add=Adc
|
||||||
tab.scheduler.button.edit=Edit
|
tab.scheduler.button.edit=Editar
|
||||||
tab.scheduler.direction.in=In
|
tab.scheduler.direction.in=Chegando
|
||||||
tab.scheduler.direction.out=Out
|
tab.scheduler.direction.out=Saindo
|
||||||
tab.scheduler.hotkeys=Enable hotkeys (Ctrl+Shift+Index)
|
tab.scheduler.hotkeys=Habilitar atalhos (Ctrl+Shift+Index)
|
||||||
tab.scheduler.filetype=Schedule Files (*.sched)
|
tab.scheduler.filetype=Arquivos do Agendador (*.sched)
|
||||||
|
|
||||||
### Tab - Extensions
|
### Tab - Extensions
|
||||||
tab.extensions=Extensions
|
tab.extensions=Extensões
|
||||||
tab.extensions.table.title=Title
|
tab.extensions.table.title=Título
|
||||||
tab.extensions.table.description=Description
|
tab.extensions.table.description=Descrição
|
||||||
tab.extensions.table.author=Author
|
tab.extensions.table.author=Autor
|
||||||
tab.extensions.table.version=Version
|
tab.extensions.table.version=Versão
|
||||||
tab.extensions.table.edit=Edit
|
tab.extensions.table.edit=Editar
|
||||||
tab.extensions.table.edit.delete.tooltip=Close connection with this extension
|
tab.extensions.table.edit.delete.tooltip=Fechar conexão com esta extensão
|
||||||
tab.extensions.table.edit.restart.tooltip=Restart this extension
|
tab.extensions.table.edit.restart.tooltip=Reiniciar esta extensão
|
||||||
tab.extensions.table.edit.uninstall.tooltip=Uninstall this extension
|
tab.extensions.table.edit.uninstall.tooltip=Desinstalar esta extensão
|
||||||
tab.extensions.table.edit.uninstall.confirmation=Are you sure want to uninstall this extension?
|
tab.extensions.table.edit.uninstall.confirmation=Você tem certeza que deseja desinstalar esta extensão?
|
||||||
tab.extensions.port=Port:
|
tab.extensions.port=Porta:
|
||||||
tab.extensions.button.pythonshell=G-Python shell
|
tab.extensions.button.pythonshell=Terminal G-Python
|
||||||
tab.extensions.button.pythonshell.windowtitle=Scripting shell
|
tab.extensions.button.pythonshell.windowtitle=Terminal Scripting
|
||||||
tab.extensions.button.install=Install
|
tab.extensions.button.install=Instalar
|
||||||
tab.extensions.button.install.windowtitle=Install extension
|
tab.extensions.button.install.windowtitle=Instalar extensão
|
||||||
tab.extensions.button.install.filetype=G-Earth extensions
|
tab.extensions.button.install.filetype=Extensões G-Earth
|
||||||
tab.extensions.button.logs=View logs
|
tab.extensions.button.logs=Ver registros
|
||||||
tab.extensions.button.logs.windowtitle=Extension Console
|
tab.extensions.button.logs.windowtitle=Console de Extensões
|
||||||
|
|
||||||
### Tab - Extra
|
### Tab - Extra
|
||||||
tab.extra=Extra
|
tab.extra=Extra
|
||||||
tab.extra.notepad=Notepad:
|
tab.extra.notepad=Anotações:
|
||||||
tab.extra.troubleshooting=Troubleshooting
|
tab.extra.troubleshooting=Resolução de problemas
|
||||||
tab.extra.options.alwaysontop=Always on top
|
tab.extra.options.alwaysontop=Manter no topo
|
||||||
tab.extra.options.staffpermissions=Client-side staff permissions
|
tab.extra.options.staffpermissions=Permissões de staff no Cliente
|
||||||
tab.extra.options.pythonscripting=G-Python scripting
|
tab.extra.options.pythonscripting=G-Python scripting
|
||||||
tab.extra.options.pythonscripting.alert.title=G-Python installation
|
tab.extra.options.pythonscripting.alert.title=Instalação do G-Python
|
||||||
tab.extra.options.pythonscripting.alert.content=Before using G-Python, install the right packages using pip!
|
tab.extra.options.pythonscripting.alert.content=Antes de usar G-Python, instale os pacotes corretos usando pip!
|
||||||
tab.extra.options.pythonscripting.alert.moreinformation=More information here:
|
tab.extra.options.pythonscripting.alert.moreinformation=Mais informações aqui:
|
||||||
tab.extra.options.advanced=Advanced
|
tab.extra.options.advanced=Avançado
|
||||||
tab.extra.options.advanced.socks=Use SOCKS proxy
|
tab.extra.options.advanced.socks=Usar proxy SOCKS
|
||||||
tab.extra.options.advanced.proxy.ip=Proxy IP:
|
tab.extra.options.advanced.proxy.ip=IP do proxy:
|
||||||
tab.extra.options.advanced.proxy.port=Proxy port:
|
tab.extra.options.advanced.proxy.port=Porta do proxy:
|
||||||
tab.extra.options.advanced.disabledecryption=Disable decryption
|
tab.extra.options.advanced.disabledecryption=Desabilitar descriptografia
|
||||||
tab.extra.options.advanced.debugstdout=Debug to stdout
|
tab.extra.options.advanced.debugstdout=Debugar para stdout
|
||||||
|
|
||||||
### Tab - Info
|
### Tab - Info
|
||||||
tab.info=Info
|
tab.info=Info
|
||||||
tab.info.description=Habbo packet manipulator for Linux, Windows & Mac
|
tab.info.description=Manipulador de pacotes do Habbo para Linux, Windows e Mac
|
||||||
tab.info.donate=Donate BTC
|
tab.info.donate=Doar BTC
|
||||||
tab.info.donate.alert.title=Donate Bitcoins
|
tab.info.donate.alert.title=Doar Bitcoins
|
||||||
tab.info.donate.alert.content=Bitcoin public address:
|
tab.info.donate.alert.content=Endereço público Bitcoin:
|
||||||
tab.info.createdby=Created by:
|
tab.info.createdby=Criado por:
|
||||||
tab.info.links=Links:
|
tab.info.links=Links:
|
||||||
tab.info.contributors=Contributors:
|
tab.info.contributors=Contribuidores:
|
||||||
|
|
||||||
|
|
||||||
## Alert
|
## Alert
|
||||||
|
|
||||||
### Alert - Confirmation
|
### Alert - Confirmation
|
||||||
alert.confirmation.windowtitle=Confirmation Dialog
|
alert.confirmation.windowtitle=Aviso de confirmação
|
||||||
alert.confirmation.button.donotaskagain=Do not ask again
|
alert.confirmation.button.donotaskagain=Não pergunte novamente
|
||||||
alert.confirmation.button.remember=Remember my choice
|
alert.confirmation.button.remember=Lembrar minha escolha
|
||||||
|
|
||||||
### Alert - AdminValidator
|
### Alert - AdminValidator
|
||||||
alert.adminvalidator.content=G-Earth needs admin privileges in order to work on Flash,\\n\
|
alert.adminvalidator.content=G-Earth requer privilégios de administrador para funcionar no Flash,\\n\
|
||||||
please restart G-Earth with admin permissions unless\\n\
|
por favor reinicie o G-Earth com permissões de administrador a não ser que\\n\
|
||||||
you're using Unity
|
você esteja usando Unity
|
||||||
|
|
||||||
### Alert - Outdated
|
### Alert - Outdated
|
||||||
alert.outdated.title=G-Earth is outdated!
|
alert.outdated.title=G-Earth está desatualizado!
|
||||||
alert.outdated.content.newversion=A new version of G-Earth has been found
|
alert.outdated.content.newversion=Uma nova versão do G-Earth foi encontrada
|
||||||
alert.outdated.content.update=Update to the latest version
|
alert.outdated.content.update=Atualizar para a versão mais recente
|
||||||
|
|
||||||
### Alert - Invalid connection
|
### Alert - Invalid connection
|
||||||
alert.invalidconnection.content=You entered invalid connection information, G-Earth could not connect
|
alert.invalidconnection.content=Você entrou com inforções de conexão inválidas, o G-Earth não conseguiu se conectar
|
||||||
|
|
||||||
### Alert - Nitro root certificate
|
### Alert - Nitro root certificate
|
||||||
alert.rootcertificate.title=Root certificate installation
|
alert.rootcertificate.title=Instalação de certificado do root
|
||||||
alert.rootcertificate.remember=Remember my choice
|
alert.rootcertificate.remember=Lembrar minha escolha
|
||||||
alert.rootcertificate.content=G-Earth detected that you do not have the root certificate authority installed.\\n\
|
alert.rootcertificate.content=G-Earth detectou que você não possui o certificado de autoridade do root instalado.\\n\
|
||||||
This is required for Nitro to work, do you want to continue?\\n\
|
Isso é necessário para o Nitro funcionar, você deseja continuar?\\n\
|
||||||
G-Earth will ask you for Administrator permission if you do so.
|
G-Earth vai te pedir pela permissão de Administrador se você fizer isso.
|
||||||
|
|
||||||
### Alert - Already connected
|
### Alert - Already connected
|
||||||
alert.alreadyconnected.content=G-Earth is already connected to this hotel.\\n\
|
alert.alreadyconnected.content=G-Earth já está conectado com este hotel.\\n\
|
||||||
Due to current limitations you can only connect one session per hotel to G-Earth in Raw IP mode on Windows.\\n\
|
Devido a limitações atuais você só consegue se conectar a uma sessão por hotel no G-Earth em modo IP Bruto no Windows.\\n\
|
||||||
\\n\
|
\\n\
|
||||||
You can bypass this by using a SOCKS proxy [Extra -> Advanced -> SOCKS]
|
Você pode contornar isso utilizando um proxy SOCKS [Extra -> Avançado -> SOCKS]
|
||||||
|
|
||||||
### Alert - Something went wrong
|
### Alert - Something went wrong
|
||||||
alert.somethingwentwrong.title=Something went wrong!
|
alert.somethingwentwrong.title=Algo inesperado aconteceu!
|
||||||
alert.somethingwentwrong.content=Something went wrong!\\n\
|
alert.somethingwentwrong.content=Algo inesperado aconteceu!\\n\
|
||||||
\\n\
|
\\n\
|
||||||
Head over to our Troubleshooting page to solve the problem:
|
Vá para nossa página de Solução de problemas para resolver o ocorrido:
|
||||||
|
|
||||||
### Alert - Allow extension connection
|
### Alert - Allow extension connection
|
||||||
alert.extconnection.content=Extension "%s" tries to connect but isn't known to G-Earth,\\n\
|
alert.extconnection.content=Exntesão "%s" tentou se conectar mas é desconcida pelo G-Earth,\\n\
|
||||||
accept this connection?
|
aceitar essa conexão?
|
||||||
|
|
||||||
### Alert - G-Python error
|
### Alert - G-Python error
|
||||||
alert.gpythonerror.title=G-Python error
|
alert.gpythonerror.title=Erro G-Python
|
||||||
alert.gpythonerror.content=Something went wrong launching the G-Python shell,\\n\
|
alert.gpythonerror.content=Algo inesperado aconteceu executando o terminal G-Python,\\n\
|
||||||
are you sure you followed the installation guide correctly?\\n\
|
você tem certeza que seguiu o guia de instalação corretamente?\\n\
|
||||||
\\n\
|
\\n\
|
||||||
More information here:
|
Mais informações aqui:
|
||||||
|
|
||||||
|
|
||||||
## Internal extension
|
## Internal extension
|
||||||
|
|
||||||
### Internal extension - G-ExtensionStore
|
### Internal extension - G-ExtensionStore
|
||||||
ext.store.elapsedtime.second.single=second
|
ext.store.elapsedtime.second.single=secondo
|
||||||
ext.store.elapsedtime.second.multiple=seconds
|
ext.store.elapsedtime.second.multiple=secondos
|
||||||
ext.store.elapsedtime.minute.single=minute
|
ext.store.elapsedtime.minute.single=minuto
|
||||||
ext.store.elapsedtime.minute.multiple=minutes
|
ext.store.elapsedtime.minute.multiple=minutos
|
||||||
ext.store.elapsedtime.hour.single=hour
|
ext.store.elapsedtime.hour.single=hora
|
||||||
ext.store.elapsedtime.hour.multiple=hours
|
ext.store.elapsedtime.hour.multiple=horas
|
||||||
ext.store.elapsedtime.day.single=day
|
ext.store.elapsedtime.day.single=dia
|
||||||
ext.store.elapsedtime.day.multiple=days
|
ext.store.elapsedtime.day.multiple=dias
|
||||||
ext.store.elapsedtime.week.single=week
|
ext.store.elapsedtime.week.single=semana
|
||||||
ext.store.elapsedtime.week.multiple=weeks
|
ext.store.elapsedtime.week.multiple=semanas
|
||||||
ext.store.elapsedtime.month.single=month
|
ext.store.elapsedtime.month.single=mês
|
||||||
ext.store.elapsedtime.month.multiple=months
|
ext.store.elapsedtime.month.multiple=meses
|
||||||
ext.store.elapsedtime.year.single=year
|
ext.store.elapsedtime.year.single=ano
|
||||||
ext.store.elapsedtime.year.multiple=years
|
ext.store.elapsedtime.year.multiple=anos
|
||||||
|
|
||||||
ext.store.extension.version=Version
|
ext.store.extension.version=Versão
|
||||||
ext.store.extension.rating=Rating
|
ext.store.extension.rating=Avaliação
|
||||||
ext.store.extension.madeby=By %s
|
ext.store.extension.madeby=Por %s
|
||||||
ext.store.extension.lastupdated=last updated %s ago
|
ext.store.extension.lastupdated=última atualização %s atrás
|
||||||
ext.store.extension.notinstore=Not found in G-ExtensionStore
|
ext.store.extension.notinstore=Não encontrado na G-ExtensionStore
|
||||||
|
ext.store.extension.details.description=Descrição
|
||||||
ext.store.extension.details.description=Description
|
ext.store.extension.details.authors=Autor(es)
|
||||||
ext.store.extension.details.authors=Author(s)
|
ext.store.extension.details.categories=Categorias
|
||||||
ext.store.extension.details.categories=Categories
|
ext.store.extension.details.technical_information=Informação técnica
|
||||||
ext.store.extension.details.technical_information=Technical information
|
ext.store.extension.details.click_here=Clique aqui
|
||||||
ext.store.extension.details.click_here=Click here
|
ext.store.extension.details.releases=Lançamentos
|
||||||
ext.store.extension.details.releases=Releases
|
ext.store.extension.details.language=Linguagem
|
||||||
ext.store.extension.details.language=Language
|
ext.store.extension.details.source=Origem
|
||||||
ext.store.extension.details.source=Source
|
|
||||||
ext.store.extension.details.framework=Framework
|
ext.store.extension.details.framework=Framework
|
||||||
ext.store.extension.details.systems=Systems
|
ext.store.extension.details.systems=Sistemas
|
||||||
ext.store.extension.details.clients=Compatible clients
|
ext.store.extension.details.clients=Clientes compatíveis
|
||||||
ext.store.extension.details.screenshot=Screenshot
|
ext.store.extension.details.screenshot=Captura de tela
|
||||||
|
|
||||||
ext.store.extension.author.reputation=reputation
|
ext.store.extension.author.reputation=reputação
|
||||||
ext.store.extension.author.releases=releases
|
ext.store.extension.author.releases=lançamentos
|
||||||
|
|
||||||
ext.store.extension.warning.requirement=Warning: the framework requires --url:additional installations-
|
ext.store.extension.warning.requirement=Aviso: o framework requer --url:additional installations-
|
||||||
! IMPORTANT: the previous line has to end with the --url component like the english version
|
! IMPORTANT: the previous line has to end with the --url component like the english version
|
||||||
ext.store.extension.warning.unstable=Warning: this extension has been marked unstable!
|
ext.store.extension.warning.unstable=Aviso: esta extensão foi marcada como instável!
|
||||||
|
|
||||||
ext.store.extension.status.await.install=Install extension
|
ext.store.extension.status.await.install=Instalar extensão
|
||||||
ext.store.extension.status.await.install.message=Press "OK" and wait while the extension is begin installed
|
ext.store.extension.status.await.install.message=Pressione "OK" e espere enquanto a extensão é instalada
|
||||||
ext.store.extension.status.await.update=Update extension
|
ext.store.extension.status.await.update=Atualizar extensão
|
||||||
ext.store.extension.status.await.update.message=Press "OK" and wait while the extension is begin updated
|
ext.store.extension.status.await.update.message=Pressione "OK" e espere enquanto a extensão é atualizada
|
||||||
ext.store.extension.status.success.install=Install completed
|
ext.store.extension.status.success.install=Instalação completa
|
||||||
ext.store.extension.status.success.install.message=Extension installation completed successfully
|
ext.store.extension.status.success.install.message=Instalação da extensão completa com sussesso
|
||||||
ext.store.extension.status.success.update=Update completed
|
ext.store.extension.status.success.update=Atualização completa
|
||||||
ext.store.extension.status.success.update.message=Extension update completed successfully
|
ext.store.extension.status.success.update.message=Instalação da extensão completa com sucesso
|
||||||
ext.store.extension.status.error.install=Install failed
|
ext.store.extension.status.error.install=Instalação falhou
|
||||||
ext.store.extension.status.error.install.message=Installation failed with the following message
|
ext.store.extension.status.error.install.message=Instalação falhou com a seguinte mensagem
|
||||||
ext.store.extension.status.error.update=Update failed
|
ext.store.extension.status.error.update=Atualização falhou
|
||||||
ext.store.extension.status.error.update.message=Update failed with the following message
|
ext.store.extension.status.error.update.message=Atualização falhou com a seguinte mensagem
|
||||||
|
|
||||||
ext.store.button.search=Search
|
ext.store.button.search=Buscar
|
||||||
ext.store.button.install=Install
|
ext.store.button.install=Instalar
|
||||||
ext.store.button.installed=Installed
|
ext.store.button.installed=Instalado
|
||||||
ext.store.button.update=Update
|
ext.store.button.update=Atualizar
|
||||||
|
|
||||||
ext.store.search.title=Search
|
ext.store.search.title=Buscar
|
||||||
ext.store.search.description=Find the extension that fits your needs
|
ext.store.search.description=Encontre a extensão que se adequa às suas necessidades
|
||||||
ext.store.search.contenttitle=Search extensions
|
ext.store.search.contenttitle=Buscar extensões
|
||||||
ext.store.search.bykeyword=Search by keyword
|
ext.store.search.bykeyword=Buscar por palavra-chave
|
||||||
ext.store.search.results=Search results
|
ext.store.search.results=Resultados da busca
|
||||||
ext.store.search.ordering=Extensions ordering
|
ext.store.search.ordering=Ordenação das extensões
|
||||||
ext.store.search.ordering.bydate.title=New Releases
|
ext.store.search.ordering.bydate.title=Novos lançamentos
|
||||||
ext.store.search.ordering.bydate.description=Extensions that were recently added to the G-ExtensionStore
|
ext.store.search.ordering.bydate.description=Extensões que foram recentemente adicionadas à G-ExtensionStore
|
||||||
ext.store.search.ordering.bydate.contenttitle=New Releases
|
ext.store.search.ordering.bydate.contenttitle=Novos lançamentos
|
||||||
ext.store.search.ordering.byrating.title=Popular Extensions
|
ext.store.search.ordering.byrating.title=Extensões populares
|
||||||
ext.store.search.ordering.byrating.description=Extensions sorted by rating
|
ext.store.search.ordering.byrating.description=Extensões ordenadas pela avaliação
|
||||||
ext.store.search.ordering.byrating.contenttitle=Popular Extensions
|
ext.store.search.ordering.byrating.contenttitle=Extensões populares
|
||||||
ext.store.search.ordering.byupdate.title=Recently Updated
|
ext.store.search.ordering.byupdate.title=Recentemente atualizadas
|
||||||
ext.store.search.ordering.byupdate.description=Extensions that were recently updated
|
ext.store.search.ordering.byupdate.description=Extensões que foram atualizadas recentemente
|
||||||
ext.store.search.ordering.byupdate.contenttitle=Recently Updated
|
ext.store.search.ordering.byupdate.contenttitle=Recentemente atualizadas
|
||||||
ext.store.search.filter.clients=Clients
|
ext.store.search.filter.clients=Clientes
|
||||||
ext.store.search.filter.categories=Categories
|
ext.store.search.filter.categories=Categorias
|
||||||
ext.store.search.filter.frameworks=Frameworks
|
ext.store.search.filter.frameworks=Frameworks
|
||||||
ext.store.search.info.automaticosfiltering=Info: you are automatically filtering on the OS you use
|
ext.store.search.info.automaticosfiltering=Info: você é automaticamente filtrado pelo SO que você usa
|
||||||
|
|
||||||
ext.store.category=Category
|
ext.store.category=Categoria
|
||||||
|
|
||||||
ext.store.overview.title=Installed Extensions
|
ext.store.overview.title=Extensões instaladas
|
||||||
ext.store.overview.description=Extensions that are already installed into G-Earth
|
ext.store.overview.description=Extensões que já estão instaladas no G-Earth
|
||||||
ext.store.overview.contenttitle=Installed extensions
|
ext.store.overview.contenttitle=Extensões instaladas
|
||||||
ext.store.overview.folder=Open folder
|
ext.store.overview.folder=Abrir pasta
|
||||||
|
|
||||||
ext.store.categories.title=Categories
|
ext.store.categories.title=Categorias
|
||||||
ext.store.categories.description=Explore the different kinds of extensions G-Earth has to offer
|
ext.store.categories.description=Explore os diferentes tipos de extensões que o G-Earth tem a oferecer
|
||||||
ext.store.categories.contenttitle=Categories
|
ext.store.categories.contenttitle=Categorias
|
||||||
|
|
||||||
|
|
||||||
### Internal extension - Logger
|
### Internal extension - Logger
|
||||||
@ -316,4 +315,4 @@ ext.logger.element.blocked=Blocked
|
|||||||
ext.logger.element.replaced=Replaced
|
ext.logger.element.replaced=Replaced
|
||||||
ext.logger.element.direction.outgoing=Outgoing
|
ext.logger.element.direction.outgoing=Outgoing
|
||||||
ext.logger.element.direction.incoming=Incoming
|
ext.logger.element.direction.incoming=Incoming
|
||||||
ext.logger.element.skipped=packet skipped
|
ext.logger.element.skipped=packet skipped
|
||||||
|
Loading…
Reference in New Issue
Block a user