Merge branch 'master' of github.com:raphaelcosta/engine

Conflicts:
	config/locales/devise.pt-BR.yml
	config/locales/flash.pt-BR.yml
	config/locales/formtastic.pt-BR.yml
This commit is contained in:
Raphael Costa 2011-02-09 23:34:16 -02:00
commit 53af21a9f8
3 changed files with 126 additions and 125 deletions

View File

@ -1,62 +1,62 @@
pt-BR: pt-BR:
errors: errors:
messages: messages:
not_found: "não encontrado" not_found: "not found"
already_confirmed: "já foi confirmado" already_confirmed: "was already confirmed"
not_locked: "não está bloqueado" not_locked: "was not locked"
devise: devise:
failure: failure:
admin: admin:
unauthenticated: 'Você precisa se cadasstrar ou fazer o login antes de continuar.' unauthenticated: 'You need to sign in or sign up before continuing.'
unconfirmed: 'Você deve confirmar sua conta antes de continuar.' unconfirmed: 'You have to confirm your account before continuing.'
locked: 'Sua conta está bloquada.' locked: 'Your account is locked.'
invalid: 'Email ou senha inválidos.' invalid: 'Invalid email or password.'
invalid_token: 'Autenticação inválida.' invalid_token: 'Invalid authentication token.'
timeout: 'Sua sessão expirou. Por favor, faça o login novamente para continuar.' timeout: 'Your session expired, please sign in again to continue.'
inactive: 'Sua conta não foi ativada ainda.' inactive: 'Your account was not activated yet.'
sessions: sessions:
admin: admin:
signed_in: 'Login feito com sucesso.' signed_in: 'Signed in successfully.'
signed_out: 'Logout feito com sucesso.' signed_out: 'Signed out successfully.'
passwords: passwords:
admin: admin:
send_instructions: 'Você receberá um email com as instruções sobre como alterar sua senha em poucos minutos.' send_instructions: 'You will receive an email with instructions about how to reset your password in a few minutes.'
updated: 'Sua senha foi alterada com sucesso. Você está logado.' updated: 'Your password was changed successfully. You are now signed in.'
confirmations: confirmations:
admin: admin:
send_instructions: 'Você receberá um email com as instruções sobre como confirmar sua conta em poucos minutos.' send_instructions: 'You will receive an email with instructions about how to confirm your account in a few minutes.'
confirmed: 'Sua conta foi confirmada com sucesso. Você está logado.' confirmed: 'Your account was successfully confirmed. You are now signed in.'
registrations: registrations:
admin: admin:
signed_up: 'Você logou com sucesso.' signed_up: 'You have signed up successfully.'
updated: 'Atualização da conta feita com sucesso.' updated: 'You updated your account successfully.'
destroyed: 'Sua conta foi cancelada com sucesso. Logo logo esperamos te ver por aqui. Tchau! destroyed: 'Bye! Your account was successfully cancelled. We hope to see you again soon.'
unlocks: unlocks:
admin: admin:
send_instructions: 'Você receberá um email com as intruções de como desbloquear sua conta em poucos minutos.' send_instructions: 'You will receive an email with instructions about how to unlock your account in a few minutes.'
unlocked: 'Sua conta foi desbloqueada com sucesso. Você está logado.' unlocked: 'Your account was successfully unlocked. You are now signed in.'
mailer: mailer:
admin: admin:
confirmation_instructions: 'Instruções de confirmação' confirmation_instructions: 'Confirmation instructions'
reset_password_instructions: 'Instruções para resetar a senha.' reset_password_instructions: 'Reset password instructions'
unlock_instructions: 'Instruções de desbloqueio' unlock_instructions: 'Unlock Instructions'
admin: admin:
mailer: mailer:
common: common:
hello: Olá hello: Hello
confirmation_instructions: confirmation_instructions:
you_can_confirm_your_account_through_the_link_below: "Você pode confirmar sua conta através do link abaixo.' you_can_confirm_your_account_through_the_link_below: "You can confirm your account through the link below:"
confirm_my_account: "Confirmar minha conta" confirm_my_account: "Confirm my account"
reset_password_instructions: reset_password_instructions:
reset_password_instruction: "Alguém solicitou um link para alterar sua senha e você poderá fazer isto através do link abaixo:" reset_password_instruction: "Someone has requested a link to change your password, and you can do this through the link below:"
change_my_password: "Alterar minha senha" change_my_password: "Change my password"
wrong_request_instruction: "Se você não solicitou isto, por favor ignore este email." wrong_request_instruction: "If you didn't request this, please ignore this email."
unchange_password_message: "Sua senha não irá ser alterada até que você acesse o link acima e crie uma nova senha." unchange_password_message: "Your password won't change until you access the link above and create a new one."
unlock_instructions: unlock_instructions:
locked_account_message: "Sua conta foi bloqueada devido a excessiva tentativa de logins sem sucesso." locked_account_message: "Your account has been locked due to an excessive amount of unsuccessful sign in attempts."
unlock_account_instruction: "Clique no link abaixo para desbloquear sua conta:" unlock_account_instruction: "Click the link below to unlock your account:"
unlock_my_account: "Desbloquear minha conta" unlock_my_account: "Unlock my account"

View File

@ -3,114 +3,114 @@ pt-BR:
admin: admin:
pages: pages:
create: create:
notice: "Página criada com sucesso." notice: "Page was successfully created."
alert: "Página não foi criada." alert: "Page was not created."
update: update:
notice: "Página atualizada com sucesso." notice: "Page was successfully updated."
alert: "Página não foi atualizada." alert: "Page was not updated."
sort: sort:
notice: "Páginas foram ordenadas com sucesso." notice: "Pages were successfully sorted."
destroy: destroy:
notice: "Páginas foram apagadas com sucesso." notice: "Page was successfully deleted."
contents: contents:
create: create:
notice: "Conteúdo criado com sucesso." notice: "Content was successfully created."
alert: "Conteúdo não foi criado." alert: "Content was not created."
update: update:
notice: "Conteúdo foi atualizado com sucesso." notice: "Content was successfully updated."
alert: "Conteúdo não foi atualizado." alert: "Content was not updated."
sort: sort:
notice: "Conteúdos foram ordenados com sucesso." notice: "Contents were successfully sorted."
destroy: destroy:
notice: "Conteúdos foram apagados com sucesso." notice: "Content was successfully deleted."
content_types: content_types:
create: create:
notice: "Modelo foi criado com sucesso." notice: "Model was successfully created."
alert: "Modelo não foi criado." alert: "Model was not created."
update: update:
notice: "Modelo foi atualizado com sucesso." notice: "Model was successfully updated."
alert: "Modelo não foi atualizado." alert: "Model was not updated."
destroy: destroy:
notice: "Modelo foi apagado com sucesso." notice: "Model was successfully deleted."
current_sites: current_sites:
update: update:
notice: "Meu site foi atualizado com sucesso." notice: "My site was successfully updated."
alert: "Meu site não foi atualizado." alert: "My site was not updated."
snippets: snippets:
create: create:
notice: "Fragmento foi criado com sucesso." notice: "Snippet was successfully created."
alert: "Fragmento não foi criado." alert: "Snippet was not created."
update: update:
notice: "Fragmento foi atualizado com sucesso." notice: "Snippet was successfully updated."
alert: "Fragmento não foi atualizado." alert: "Snippet was not updated."
destroy: destroy:
notice: "Fragmento foi apagado com sucesso." notice: "Snippet was successfully deleted."
accounts: accounts:
create: create:
notice: "Conta foi criada com sucesso." notice: "Account was successfully created."
alert: "Conta não foi criada." alert: "Account was not created."
my_accounts: my_accounts:
update: update:
notice: "Minha conta foi atualizada com sucesso." notice: "My account was successfully updated."
alert: "Minha conta não foi atualizada." alert: "My account was not updated."
sites: sites:
create: create:
notice: "Site foi criado com sucesso." notice: "Site was successfully created."
alert: "Site não foi criado com sucesso." alert: "Site was not created."
destroy: destroy:
notice: "Site foi apagado com sucesso." notice: "Site was successfully deleted."
memberships: memberships:
create: create:
notice: "Adesão foi criada com sucesso." notice: "Membership was successfully created."
alert: "Adesão não foi criada." alert: "Membership was not created."
already_created: "Conta já foi adicionada ao site atual." already_created: "Account was already added the current site."
asset_collections: asset_collections:
create: create:
notice: "Coleção criada com sucesso." notice: "Collection was successfully created."
alert: "Coleção não foi criada." alert: "Collection was not created."
update: update:
notice: "Coleção foi atualizada com sucesso." notice: "Collection was successfully updated."
alert: "Coleção não foi atualizada." alert: "Collection was not updated."
destroy: destroy:
notice: "Coleção foi apagada com sucesso." notice: "Collection was successfully deleted."
assets: assets:
create: create:
notice: "Asset foi criada com sucesso." notice: "Asset was successfully created."
alert: "Asset não foi criada." alert: "Asset was not created."
update: update:
notice: "Asset foi atualizada com sucesso." notice: "Asset was successfully updated."
alert: "Asset não foi atualizada." alert: "Asset was not updated."
theme_assets: theme_assets:
create: create:
notice: "Arquivo foi criado com sucesso." notice: "File was successfully created."
alert: "Arquivo não foi criado." alert: "File was not created."
update: update:
notice: "Arquivo foi atualizado com sucesso." notice: "File was successfully updated."
alert: "Arquivo não foi atualizado." alert: "File was not updated."
destroy: destroy:
notice: "Arquivo foi apagado com sucesso." notice: "File was successfully deleted."
custom_fields: custom_fields:
update: update:
alert: "Campo não foi atualizado." alert: "Field not updated"
cross_domain_sessions: cross_domain_sessions:
create: create:
alert: "Você precisa fazer o login" alert: "You need to sign in"
imports: imports:
create: create:
done: "Seu site foi atualizado com sucesso." done: "Your site was successfully updated."
notice: "Seu site está sento atualizado." notice: "Your site is being updated."
alert: "A importação não foi feita." alert: "The import was not done."

View File

@ -1,66 +1,67 @@
pt-BR: pt-BR:
formtastic: formtastic:
titles: titles:
information: Informação geral information: General information
meta: SEO Metadata meta: SEO Metadata
code: Código code: Code
raw_template: Template raw_template: Template
credentials: Credenciais credentials: Credentials
language: Linguagem language: Language
sites: Sites sites: Sites
access_points: Pontos de acesso access_points: Access points
memberships: Contas memberships: Accounts
membership_email: Conta de email membership_email: Account email
file: Arquivo file: File
preview: Pré-visualizar preview: Preview
options: Opções avançadas options: Advanced options
custom_fields: Compos customizados custom_fields: Custom fields
other_fields: Outras informações other_fields: Other information
presentation: Apresentação presentation: Presentation
attributes: Atributos attributes: Attributes
upload: Upload upload: Upload
labels: labels:
theme_asset: theme_asset:
plain_text_name: Nome do arquivo plain_text_name: File name
content_type: Tipo do arquivo content_type: File type
new: new:
source: Arquivo source: File
edit: edit:
source: Substituir arquivo source: Replace file
custom_fields: custom_fields:
field: field:
_alias: Apelido _alias: Alias
import: import:
new: new:
source: Fonte source: File
samples: Amostra samples: Copy samples
reset: Reiniciar reset: Reset site
content_type: content_type:
api_accounts: Contas notificadas api_accounts: Notified Accounts
hints: hints:
page: page:
published: "Apenas contas autenticadas podem ver páginas não publicadas." published: "Only authenticated accounts can view unpublished pages."
cache_strategy: "Faça o Cache da página para obter melhor desempenho. A escolha do "Simples" é um bom compromisso" cache_strategy: "Cache the page for better performance. The 'Simple' choice is a good compromise."
templatized: "Utilize a página como template para o modelo definido." templatized: "Use the page as a template for a model you defined."
snippet: snippet:
slug: "Você precisa saber a ordem para inserir fragmentos dentro da página." slug: "You need to know it in order to insert the snippet inside a page"
site: site:
meta_keywords: "Palavras chave usadas dentro da tag 'head' da página. Elas são separadas por um espaço em branco. Requerido para SEO." meta_keywords: "Meta keywords used within the head tag of the page. They are separeted by an empty space. Required for SEO."
meta_description: "Descrição chave usada dentro da tag 'head' da página. Requerido para SEO." meta_description: "Meta description used within the head tag of the page. Required for SEO."
domain_name: "ex: locomotiveapp.org" domain_name: "ex: locomotiveapp.org"
theme_asset: theme_asset:
slug: "Você não precisa adicionar as extensões do arquivo (.css or .js)" slug: "You do not need to add the extension file (.css or .js)"
edit: edit:
source: "Você pode substituir por um arquivo com a mesma extensão." source: "You can replace it by a file of the same extension"
custom_fields: custom_fields:
field: field:
_alias: "Propriedades disponíveis em templates líquidos." _alias: "Property available in liquid templates"
hint: "Texto mostrado no formulário de modelo está abaixo do campo." hint: "Text displayed in the model form just below the field"
import: import:
source: "Um arquivo .zip contendo um database.yml com assets and templates" source: "A zipfile containing a database.yml along with assets and templates"
samples: "Se habilitado, a importação também irá copiar conteúdos e assets." samples: "If enabled, the import process will also copy contents and assets"
reset: "Se habilitado, todos os dados do site serão apagados antes da importação do novo site." reset: "If enabled, all the data of your site will be destroyed before importing the new site"
content_type: content_type:
api_enabled: "Ele é utilizado para permitir que pessoas de fora criem novas instâncias (exemplo: mensagens no formulário de contato)" api_enabled: "It is used to let people from outside to create new instances (example: messages in a contact form)"
api_accounts: "Um email de notificação será enviado para conta listada acima quando uma nova instância for criada." api_accounts: "A notification email will be sent to each of the accounts listed above when a new instance is created"