Move v1 views

This commit is contained in:
James Cole
2022-01-29 14:15:34 +01:00
parent a12fd4a3ae
commit 6da6a68e33
251 changed files with 17989 additions and 0 deletions

View File

@@ -0,0 +1 @@
{{ trans('demo.accounts-index') }}

View File

@@ -0,0 +1 @@
{{ trans('demo.budgets-index') }}

View File

@@ -0,0 +1 @@
{{ trans('demo.currencies-index') }}

View File

@@ -0,0 +1 @@
{{ trans('demo.index', {asset: route('accounts.index', ['asset']), budgets: route('budgets.index'), reports: route('reports.index')})|raw }}

View File

@@ -0,0 +1 @@
{{ trans('demo.index', {asset: route('accounts.index', ['asset']), budgets: route('budgets.index'), reports: route('reports.index')})|raw }}

View File

@@ -0,0 +1,3 @@
{{ trans('demo.no_demo_text', {route: Route.getCurrentRoute.getName})|raw }}
{{ trans('demo.see_help_icon')|raw }}

View File

@@ -0,0 +1 @@
{{ trans('demo.piggy-banks-index') }}

View File

@@ -0,0 +1 @@
{{ trans('demo.profile-index') }}

View File

@@ -0,0 +1 @@
{{ trans('demo.recurring-index') }}

View File

@@ -0,0 +1 @@
{{ trans('demo.recurring-create') }}

View File

@@ -0,0 +1,7 @@
{{ trans('demo.reports-index-start')|raw }}
<br/>
<br/>
{{ trans('demo.reports-index-examples', {
one: route('reports.report.default', ['1,2,3','currentMonthStart','currentMonthEnd']),
two: route('reports.report.default', ['1,2,3','20160101','20161231']),
three: route('reports.report.budget', ['1,2,3','2,1','20160101','20161231'])})|raw }}

View File

@@ -0,0 +1 @@
{{ trans('demo.transactions-index') }}