mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-02 03:51:18 +00:00
Add migration, update languages.
This commit is contained in:
@@ -60,5 +60,10 @@ return [
|
||||
'delete_journal_link' => 'Hesap hareketleri arasındaki bağlantıyı sil',
|
||||
'edit_object_group' => '":title" grubunu düzenle',
|
||||
'delete_object_group' => '":title" grubunu sil',
|
||||
'logout_others' => 'Diğer tüm oturumlardan çıkış yap'
|
||||
'logout_others' => 'Diğer tüm oturumlardan çıkış yap',
|
||||
'asset_accounts' => 'Asset accounts',
|
||||
'expense_accounts' => 'Expense accounts',
|
||||
'revenue_accounts' => 'Revenue accounts',
|
||||
'liabilities_accounts' => 'Liabilities',
|
||||
'placeholder' => '[Placeholder]',
|
||||
];
|
||||
|
||||
@@ -567,6 +567,11 @@ return [
|
||||
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
|
||||
'rule_trigger_no_external_url' => 'Transaction has no external URL',
|
||||
'rule_trigger_any_external_url' => 'Transaction has an external URL',
|
||||
'rule_trigger_any_external_url_choice' => 'Transaction has an external URL',
|
||||
'rule_trigger_no_external_url_choice' => 'Transaction has no external URL',
|
||||
'rule_trigger_id_choice' => 'Transaction ID is..',
|
||||
'rule_trigger_id' => 'Transaction ID is ":trigger_value"',
|
||||
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'Transferi Sil (!)',
|
||||
@@ -1898,7 +1903,7 @@ return [
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Group',
|
||||
|
||||
|
||||
//
|
||||
// other stuff
|
||||
'placeholder' => '[Placeholder]',
|
||||
|
||||
];
|
||||
|
||||
@@ -180,6 +180,7 @@ return [
|
||||
'blocked_code' => 'Blok nedeni',
|
||||
'login_name' => 'Login',
|
||||
'is_owner' => 'Is admin?',
|
||||
'url' => 'URL',
|
||||
|
||||
// import
|
||||
'apply_rules' => 'Apply rules',
|
||||
|
||||
@@ -61,7 +61,9 @@ return [
|
||||
'accepted' => ':attribute kabul edilmek zorunda.',
|
||||
'bic' => 'Bu BIC geçerli değilrdir.',
|
||||
'at_least_one_trigger' => 'Kural en az bir tetikleyiciye sahip olması gerekir.',
|
||||
'at_least_one_active_trigger' => 'Rule must have at least one active trigger.',
|
||||
'at_least_one_action' => 'Kural en az bir eylem olması gerekir.',
|
||||
'at_least_one_active_action' => 'Rule must have at least one active action.',
|
||||
'base64' => 'Bu geçerli Base64 olarak kodlanmış veri değildir.',
|
||||
'model_id_invalid' => 'Verilen kimlik bu model için geçersiz görünüyor.',
|
||||
'less' => ':attribute 10.000.000 den daha az olmalıdır',
|
||||
|
||||
Reference in New Issue
Block a user