Small translations as a basic start [skip ci]

This commit is contained in:
James Cole
2015-05-14 10:26:15 +02:00
parent 8400ebc9c6
commit 015570c741
22 changed files with 99 additions and 53 deletions

View File

@@ -1,12 +1,14 @@
<?php
// general fields and things.
return [
'test' => 'You have selected English.',
'welcome' => 'Welcome to Firefly!',
'close' => 'Close',
'pleaseHold' => 'Please hold...',
'mandatoryFields' => 'Mandatory fields',
'optionalFields' => 'Optional fields',
'options' => 'Options',
'something' => 'Something!'
'something' => 'Something!',
'actions' => 'Actions'
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'name' => 'Name',
'active' => 'Active',
'amount_min' => 'Minimum amount',
'amount_max' => 'Maximum amount',
'match' => 'Matches on',
'repeat_freq' => 'Repeats',
'account_from_id' => 'From account',
'account_to_id' => 'To account',
'account_id' => 'Asset account',
'budget_id' => 'Budget',
'openingBalance' => 'Opening balance',
'tagMode' => 'Tag mode',
'tagPosition' => 'Tag location',
'virtualBalance' => 'Vitual balance',
'longitude_latitude' => 'Location',
'targetamount' => 'Target amount',
'accountRole' => 'Account role',
'openingBalanceDate' => 'Opening balance date',
'ccType' => 'Credit card payment plan',
'ccMonthlyPaymentDate' => 'Credit card monthly payment date',
'piggy_bank_id' => 'Piggy bank',
'returnHere' => 'Return here',
'returnHereExplanation' => 'After storing, return here to create another one.',
'returnHereUpdateExplanation' => 'After updating, return here.',
];

View File

@@ -1,5 +1,14 @@
<?php
// general fields and things.
return [
'test' => 'Nederlands geselecteerd!',
'close' => 'Sluiten',
'pleaseHold' => 'Momentje...',
'mandatoryFields' => 'Verplichte velden',
'optionalFields' => 'Optionele velden',
'options' => 'Opties',
'something' => 'Iets!',
'actions' => 'Acties'
];

View File

@@ -0,0 +1,28 @@
<?php
return [
'name' => 'Naam',
'active' => 'Actief',
'amount_min' => 'Minimumbedrag',
'amount_max' => 'Maximumbedrag',
'match' => 'Reageert op',
'repeat_freq' => 'Herhaling',
'account_from_id' => 'Van account',
'account_to_id' => 'Naar account',
'account_id' => 'Betaalrekening',
'budget_id' => 'Budget',
'openingBalance' => 'Startbalans',
'tagMode' => 'Tag modus',
'tagPosition' => 'Tag locatie',
'virtualBalance' => 'Virtuele balans',
'longitude_latitude' => 'Locatie',
'targetamount' => 'Doelbedrag',
'accountRole' => 'Rol van rekening',
'openingBalanceDate' => 'Startbalansdatum',
'ccType' => 'Betaalplan',
'ccMonthlyPaymentDate' => 'Betaaldatum',
'piggy_bank_id' => 'Spaarpotje',
'returnHere' => 'Keer terug',
'returnHereExplanation' => 'Terug naar deze pagina na het opslaan.',
'returnHereUpdateExplanation' => 'Terug naar deze pagina na het wijzigen.',
];