mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Update languages and language config.
This commit is contained in:
		| @@ -18,11 +18,9 @@ | ||||
|  * You should have received a copy of the GNU General Public License | ||||
|  * along with Firefly III. If not, see <http://www.gnu.org/licenses/>. | ||||
|  */ | ||||
|  | ||||
| declare(strict_types=1); | ||||
|  | ||||
| return [ | ||||
|  | ||||
|     // new user: | ||||
|     'bank_name'                      => 'Banknaam', | ||||
|     'bank_balance'                   => 'Saldo', | ||||
| @@ -90,7 +88,6 @@ return [ | ||||
|     'convert_Deposit'             => 'Verander inkomsten', | ||||
|     'convert_Transfer'            => 'Verander overschrijving', | ||||
|  | ||||
|  | ||||
|     'amount'                     => 'Bedrag', | ||||
|     'date'                       => 'Datum', | ||||
|     'interest_date'              => 'Rentedatum', | ||||
| @@ -179,13 +176,11 @@ return [ | ||||
|     'blocked'               => 'Is geblokkeerd?', | ||||
|     'blocked_code'          => 'Reden voor blokkade', | ||||
|  | ||||
|  | ||||
|     // admin | ||||
|     'domain'                => 'Domein', | ||||
|     'single_user_mode'      => 'Registratie uitgeschakelen', | ||||
|     'is_demo_site'          => 'Is demo website', | ||||
|  | ||||
|  | ||||
|     // import | ||||
|     'import_file'           => 'Importbestand', | ||||
|     'configuration_file'    => 'Configuratiebestand', | ||||
| @@ -203,7 +198,6 @@ return [ | ||||
|     'country_code'          => 'Landcode', | ||||
|     'provider_code'         => 'Bank of gegevensprovider', | ||||
|  | ||||
|  | ||||
|     'due_date'           => 'Vervaldatum', | ||||
|     'payment_date'       => 'Betalingsdatum', | ||||
|     'invoice_date'       => 'Factuurdatum', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user