mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Update translations [skip ci]
This commit is contained in:
@@ -80,6 +80,11 @@ return [
|
|||||||
'no_category' => '(no category)',
|
'no_category' => '(no category)',
|
||||||
'category' => 'Category',
|
'category' => 'Category',
|
||||||
|
|
||||||
|
// transactions:
|
||||||
|
'update_withdrawal' => 'Update withdrawal',
|
||||||
|
'update_deposit' => 'Update deposit',
|
||||||
|
'update_transfer' => 'Update transfer',
|
||||||
|
|
||||||
// new user:
|
// new user:
|
||||||
'welcome' => 'Welcome to Firefly!',
|
'welcome' => 'Welcome to Firefly!',
|
||||||
'createNewAsset' => 'Create a new asset account to get started. ' .
|
'createNewAsset' => 'Create a new asset account to get started. ' .
|
||||||
|
@@ -89,6 +89,11 @@ return [
|
|||||||
'no_category' => '(geen categorie)',
|
'no_category' => '(geen categorie)',
|
||||||
'category' => 'Categorie',
|
'category' => 'Categorie',
|
||||||
|
|
||||||
|
// transactions:
|
||||||
|
'update_withdrawal' => 'Wijzig uitgave',
|
||||||
|
'update_deposit' => 'Wijzig inkomsten',
|
||||||
|
'update_transfer' => 'Wijzig overschrijving',
|
||||||
|
|
||||||
// new user:
|
// new user:
|
||||||
'welcome' => 'Welkom bij Firefly!',
|
'welcome' => 'Welkom bij Firefly!',
|
||||||
'createNewAsset' => 'Maak om te beginnen een nieuwe betaalrekening. Dit is je start van je financiële beheer.',
|
'createNewAsset' => 'Maak om te beginnen een nieuwe betaalrekening. Dit is je start van je financiële beheer.',
|
||||||
|
@@ -87,7 +87,7 @@
|
|||||||
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||||||
<p>
|
<p>
|
||||||
<button type="submit" class="btn btn-lg btn-success">
|
<button type="submit" class="btn btn-lg btn-success">
|
||||||
<i class="fa fa-pencil"></i> Update transaction
|
<i class="fa fa-pencil"></i> {{ ('update_' ~ what)|_ }}
|
||||||
</button>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user