New translations.

This commit is contained in:
James Cole
2016-01-24 15:54:54 +01:00
parent 935dc3ff9f
commit a7ecdf715f
8 changed files with 72 additions and 20 deletions

View File

@@ -257,6 +257,7 @@ return [
'csv_column_account-id' => 'ID da Conta de Ativo (correspondente Firefly)',
'csv_column_account-name' => 'Conta de Ativo (nome)',
'csv_column_amount' => 'Valor',
'csv_column_amount-comma-separated' => 'Amount (comma as decimal separator)',
'csv_column_bill-id' => 'ID Fatura (correspondente Firefly)',
'csv_column_bill-name' => 'Nom da Fatura',
'csv_column_budget-id' => 'ID do Orçamento (correspondente Firefly)',
@@ -280,6 +281,7 @@ return [
'csv_column_tags-comma' => 'Tags (separadas por vírgula)',
'csv_column_tags-space' => 'Tags (separadas por espaço)',
'csv_specifix_RabobankDescription' => 'Select this when you\'re importing Rabobank CSV export files.',
'csv_specifix_AbnAmroDescription' => 'Select this when you\'re importing ABN AMRO CSV export files.',
'csv_specifix_Dummy' => 'Checking this has no effect whatsoever.',
'csv_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.',
'csv_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
@@ -300,6 +302,15 @@ return [
'edit_currency' => 'Editar moeda ":name"',
'store_currency' => 'Armazenar nova moeda',
'update_currency' => 'Atualizar moeda',
'new_default_currency' => ':name is now the default currency.',
'cannot_delete_currency' => 'Cannot delete :name because there are still transactions attached to it!',
'deleted_currency' => 'Currency :name deleted',
'created_currency' => 'Currency :name created',
'updated_currency' => 'Currency :name updated',
'ask_site_owner' => 'Please ask :owner to add, remove or edit currencies.',
'currencies_intro' => 'Firefly III supports various currencies which you can set and enable here.',
'make_default_currency' => 'make default',
'default_currency' => 'default',
// new user:
'submit' => 'Enviar',

View File

@@ -38,11 +38,11 @@ return [
'amount' => 'Valor',
'date' => 'Data',
'category' => 'Categoria',
'tags' => 'Tags',
'tags' => 'Etiquetas',
'deletePermanently' => 'Apagar permanentemente',
'cancel' => 'Cancelar',
'targetdate' => 'Data Alvo',
'tag' => 'Tag',
'tag' => 'Etiqueta',
'under' => 'Debaixo',
'symbol' => 'Símbolo',
'code' => 'Código',

View File

@@ -1,4 +1,11 @@
<?php
/**
* passwords.php
* Copyright (C) 2016 Sander Dorigo
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
return [
@@ -17,6 +24,6 @@ return [
"token" => "Este token de redefinição de senha é inválido.",
"sent" => "Nós te enviamos um email com um link para trocar a senha!",
"reset" => "Sua senha foi redefinida!",
'blocked' => 'Nice try though.',
'blocked' => 'Boa tentativa.',
];

View File

@@ -1,13 +1,13 @@
<?php
return [
'rule_trigger_value' => 'This value is invalid for the selected trigger.',
'rule_action_value' => 'This value is invalid for the selected action.',
'invalid_domain' => 'Due to security constraints, you cannot register from this domain.',
'file_already_attached' => 'Uploaded file ":name" is already attached to this object.',
'file_attached' => 'Succesfully uploaded file ":name".',
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
'file_too_large' => 'File ":name" is too large.',
'rule_trigger_value' => 'Este valor é inválido para o disparo selecionado.',
'rule_action_value' => 'Este valor é inválido para a ação selecionada.',
'invalid_domain' => 'Devido a restrições de segurança, você não pode registrar deste domínio.',
'file_already_attached' => 'Arquivo ":name" carregado já está anexado para este objeto.',
'file_attached' => 'Arquivo carregado com sucesso ":name".',
'file_invalid_mime' => 'Arquivo ":name" é do tipo ":mime" que não é aceito como um novo upload.',
'file_too_large' => 'Arquivo ":name" é muito grande.',
"accepted" => "O campo :attribute deve ser aceito.",
"active_url" => "O campo :attribute não contém um URL válido.",
"after" => "O campo :attribute deverá conter uma data posterior a :date.",
@@ -15,10 +15,10 @@ return [
"alpha_dash" => "O campo :attribute deverá conter apenas letras, números e traços.",
"alpha_num" => "O campo :attribute deverá conter apenas letras e números .",
"array" => "O campo :attribute precisa ser um conjunto.",
"unique_for_user" => "There already is an entry with this :attribute.",
"unique_for_user" => "Já existe uma entrada com este :attribute.",
"before" => "O campo :attribute deverá conter uma data anterior a :date.",
'unique_object_for_user' => 'This name is already in use',
'unique_account_for_user' => 'This account name is already in use',
'unique_object_for_user' => 'Este nome já está em uso',
'unique_account_for_user' => 'Este nome de conta já está em uso',
"between.numeric" => "O campo :attribute deverá ter um valor entre :min - :max.",
"between.file" => "O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.",
"between.string" => "O campo :attribute deverá conter entre :min - :max caracteres.",