mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Updates for Estonian language
This commit is contained in:
parent
7677cd07a4
commit
189ccb7290
@ -190,9 +190,7 @@ abstract class QueryFilters
|
|||||||
return $this->builder;
|
return $this->builder;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->builder->where('client_id', $this->decodePrimaryKey($client_id));
|
return $this->builder->where('client_id', $this->decodePrimaryKey($client_id));
|
||||||
|
|
||||||
return $this->builder;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Utils\Ninja;
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -96,7 +94,7 @@ return [
|
|||||||
'prefix_indexes' => true,
|
'prefix_indexes' => true,
|
||||||
'strict' => env('DB_STRICT', false),
|
'strict' => env('DB_STRICT', false),
|
||||||
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
|
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
|
||||||
// 'options' => Ninja::isHosted() ? config('ninja.db_options') : [],
|
'options' => [],
|
||||||
// 'options' => [
|
// 'options' => [
|
||||||
// PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => false,
|
// PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT => false,
|
||||||
// PDO::MYSQL_ATTR_SSL_KEY => env("DB_CLIENT_KEY", ''),
|
// PDO::MYSQL_ATTR_SSL_KEY => env("DB_CLIENT_KEY", ''),
|
||||||
@ -118,7 +116,7 @@ return [
|
|||||||
'prefix_indexes' => true,
|
'prefix_indexes' => true,
|
||||||
'strict' => env('DB_STRICT', false),
|
'strict' => env('DB_STRICT', false),
|
||||||
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
|
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
|
||||||
// 'options' => Ninja::isHosted() ? config('ninja.db_options') : [],
|
'options' => [],
|
||||||
],
|
],
|
||||||
|
|
||||||
'db-ninja-02' => [
|
'db-ninja-02' => [
|
||||||
@ -134,7 +132,7 @@ return [
|
|||||||
'prefix_indexes' => true,
|
'prefix_indexes' => true,
|
||||||
'strict' => env('DB_STRICT', false),
|
'strict' => env('DB_STRICT', false),
|
||||||
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
|
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
|
||||||
// 'options' => Ninja::isHosted() ? config('ninja.db_options') : [],
|
'options' => [],
|
||||||
],
|
],
|
||||||
|
|
||||||
'db-ninja-02a' => [
|
'db-ninja-02a' => [
|
||||||
@ -150,7 +148,7 @@ return [
|
|||||||
'prefix_indexes' => true,
|
'prefix_indexes' => true,
|
||||||
'strict' => env('DB_STRICT', false),
|
'strict' => env('DB_STRICT', false),
|
||||||
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
|
'engine' => 'InnoDB ROW_FORMAT=DYNAMIC',
|
||||||
// 'options' => Ninja::isHosted() ? config('ninja.db_options') : [],
|
'options' => [],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -4531,6 +4531,19 @@ $LANG = array(
|
|||||||
'status_color_theme' => 'Status Color Theme',
|
'status_color_theme' => 'Status Color Theme',
|
||||||
'load_color_theme' => 'Load Color Theme',
|
'load_color_theme' => 'Load Color Theme',
|
||||||
'lang_Estonian' => 'Estonian',
|
'lang_Estonian' => 'Estonian',
|
||||||
|
'marked_credit_as_paid' => 'Successfully marked credit as paid',
|
||||||
|
'marked_credits_as_paid' => 'Successfully marked credits as paid',
|
||||||
|
'wait_for_loading' => 'Data loading - please wait for it to complete',
|
||||||
|
'wait_for_saving' => 'Data saving - please wait for it to complete',
|
||||||
|
'html_preview_warning' => 'Note: changes made here are only previewed, they must be applied in the tabs above to be saved',
|
||||||
|
'remaining' => 'Remaining',
|
||||||
|
'invoice_paid' => 'Invoice Paid',
|
||||||
|
'activity_120' => ':user created recurring expense :recurring_expense',
|
||||||
|
'activity_121' => ':user updated recurring expense :recurring_expense',
|
||||||
|
'activity_122' => ':user archived recurring expense :recurring_expense',
|
||||||
|
'activity_123' => ':user deleted recurring expense :recurring_expense',
|
||||||
|
'activity_124' => ':user restored recurring expense :recurring_expense',
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
||||||
return $LANG;
|
return $LANG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user