first step

This commit is contained in:
gaoyuan
2022-03-02 22:29:13 +08:00
parent 51f8e4f2e8
commit 9929eee056
17 changed files with 343 additions and 60 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<Ok>确定</Ok>
<Accounts>账户</Accounts>
<Bills>账单</Bills>
<Settings>设置</Settings>
@@ -17,8 +18,10 @@
<Assets>资产</Assets>
<Liability>负债</Liability>
<AddAccount>新建账户</AddAccount>
<EditAccount>编辑账户</EditAccount>
<AccountName>账户名称</AccountName>
<AccountNamePlaceholder>请输入账户名称</AccountNamePlaceholder>
<AccountRequired>账户名称不可为空。</AccountRequired>
<Icon>图标</Icon>
<Category>种类</Category>
<Balance>余额</Balance>
@@ -34,6 +37,11 @@
<IconSelector>图标选择</IconSelector>
<AddBill>增加账单</AddBill>
<EditBill>编辑账单</EditBill>
<Name>名称</Name>
<NamePlaceholder>请输入名称</NamePlaceholder>
<Account>账户</Account>
<CreatedTime>创建时间</CreatedTime>
<Store>店铺</Store>
<NeedAccount>请先创建一个资金账户。</NeedAccount>
<AmountRequired>请输入金额。</AmountRequired>
</root>