mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-15 19:09:50 +00:00
This commit is contained in:
@@ -53,7 +53,7 @@ return [
|
||||
'year_js' => 'YYYY',
|
||||
|
||||
//'half_year' => '%B %Y',
|
||||
'half_year_js' => 'Q YYYY',
|
||||
'half_year_js' => '\QQ YYYY',
|
||||
|
||||
'quarter_fns' => "'Q'Q, yyyy",
|
||||
'half_year_fns' => "'H{half}', yyyy",
|
||||
|
||||
@@ -33,6 +33,7 @@ return [
|
||||
'be_right_back' => 'Zo terug!',
|
||||
'check_back' => 'Firefly III is offline voor onderhoud. Kom later terug.',
|
||||
'error_occurred' => 'Oeps! Er is een fout opgetreden.',
|
||||
'db_error_occurred' => 'Whoops! A database error occurred.',
|
||||
'error_not_recoverable' => 'Helaas was deze fout niet te herstellen :(. Firefly III is stuk. De fout is:',
|
||||
'error' => 'Fout',
|
||||
'error_location' => 'De fout is opgetreden in bestand <span style="font-family: monospace;">:file</span> op regel :line met code :code.',
|
||||
|
||||
Reference in New Issue
Block a user