mirror of
https://github.com/projectsend/projectsend.git
synced 2026-09-21 02:53:24 +00:00
6e47d76ba6
Client file sharing, rebuilt from the ground up: a private area per client, resumable uploads, folders, groups and categories, sharing with expiry dates and download limits, comments, file versions, an activity log, a REST API, and sixteen languages. This repository begins here. ProjectSend 2 was developed privately, and that development history is not published — the previous generation remains available, with its own history, at projectsend/legacy. Free software under the GNU General Public License v2, or (at your option) any later version.
120 lines
4.2 KiB
PHP
120 lines
4.2 KiB
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'accept' => 'Aceitar',
|
|
'action' => 'Ação',
|
|
'actions' => 'Ações',
|
|
'add' => 'Adicionar',
|
|
'admin' => 'Administrador',
|
|
'agree' => 'Concordar',
|
|
'archive' => 'Arquivo',
|
|
'assign' => 'Atribuir',
|
|
'associate' => 'Associado',
|
|
'attach' => 'Anexar',
|
|
'browse' => 'Navegar',
|
|
'cancel' => 'Cancelar',
|
|
'choose' => 'Escolher',
|
|
'choose_file' => 'Escolher arquivo',
|
|
'choose_image' => 'Escolha a imagem',
|
|
'click_to_copy' => 'Clique para copiar',
|
|
'close' => 'Fechar',
|
|
'collapse' => 'Colapso',
|
|
'collapse_all' => 'Recolher todos',
|
|
'comment' => 'Comente',
|
|
'confirm' => 'confirme',
|
|
'connect' => 'Conectar',
|
|
'create' => 'Criar',
|
|
'delete' => 'Excluir',
|
|
'detach' => 'Desanexar',
|
|
'details' => 'Detalhes',
|
|
'disable' => 'Desativar',
|
|
'discard' => 'Descartar',
|
|
'done' => 'Feito',
|
|
'down' => 'Abaixo',
|
|
'duplicate' => 'Duplicado',
|
|
'edit' => 'Editar',
|
|
'enable' => 'Habilitar',
|
|
'expand' => 'Expandir',
|
|
'expand_all' => 'Expandir todos',
|
|
'explanation' => 'Explicação',
|
|
'export' => 'Exportar',
|
|
'file' => 'Arquivo',
|
|
'files' => 'arquivos',
|
|
'go_home' => 'Ir para casa',
|
|
'hide' => 'Esconder',
|
|
'home' => 'Lar',
|
|
'image' => 'Imagem',
|
|
'impersonate' => 'Personificar',
|
|
'impersonation' => 'Representação',
|
|
'import' => 'Importar',
|
|
'introduction' => 'Introdução',
|
|
'like' => 'Como',
|
|
'load' => 'Carregar',
|
|
'localize' => 'Localizar',
|
|
'log_in' => 'Conecte-se',
|
|
'log_out' => 'Sair',
|
|
'named' => [
|
|
'add' => 'Adicione :name',
|
|
'choose' => 'Escolha :name',
|
|
'create' => 'Crie :name',
|
|
'delete' => 'Excluir :name',
|
|
'duplicate' => 'Duplicado: nome',
|
|
'edit' => 'Editar :name',
|
|
'export' => 'Exportar :name',
|
|
'hide' => 'Ocultar :name',
|
|
'import' => 'Importar :name',
|
|
'new' => 'Novo :name',
|
|
'restore' => 'Restaurar :name',
|
|
'save' => 'Economize :name',
|
|
'search' => 'Pesquisar :name',
|
|
'show' => 'Mostrar :name',
|
|
'update' => 'Atualização :name',
|
|
'view' => 'Ver :name',
|
|
],
|
|
'new' => 'Novo',
|
|
'no' => 'Não',
|
|
'open' => 'Abrir',
|
|
'open_website' => 'Aberto no site',
|
|
'preview' => 'Visualização',
|
|
'price' => 'Preço',
|
|
'record' => 'Registro',
|
|
'restore' => 'Restaurar',
|
|
'save' => 'Salvar',
|
|
'save_and_close' => 'Salvar fechar',
|
|
'save_and_return' => 'Salvar e retornar',
|
|
'search' => 'Procurar',
|
|
'select' => 'Selecione',
|
|
'select_all' => 'Selecionar tudo',
|
|
'send' => 'Enviar',
|
|
'settings' => 'Configurações',
|
|
'show' => 'Mostrar',
|
|
'show_all' => 'Mostre tudo',
|
|
'sign_in' => 'Entrar',
|
|
'solve' => 'Resolver',
|
|
'start' => 'Começar',
|
|
'stop' => 'Parar',
|
|
'submit' => 'Enviar',
|
|
'subscribe' => 'Se inscrever',
|
|
'switch' => 'Trocar',
|
|
'switch_to_role' => 'Mudar para função',
|
|
'tag' => 'Marcação',
|
|
'tags' => 'Tag',
|
|
'target_link' => [
|
|
'blank' => 'Abrir em uma nova janela',
|
|
'parent' => 'Abrir em um quadro pai',
|
|
'self' => 'Abrir em uma janela atual',
|
|
'top' => 'Abra no quadro superior',
|
|
],
|
|
'translate' => 'Traduzir',
|
|
'translate_it' => 'Traduza isso',
|
|
'unpack' => 'Descompacte',
|
|
'unsubscribe' => 'Cancelar subscrição',
|
|
'up' => 'Acima',
|
|
'update' => 'Atualizar',
|
|
'user' => 'Do utilizador',
|
|
'view' => 'Visualizar',
|
|
'yes' => 'Sim',
|
|
];
|