Update meta files for new alpha release.

This commit is contained in:
James Cole
2020-08-29 13:08:26 +02:00
parent e5642b59d7
commit b41b03e8f0
40 changed files with 375 additions and 142 deletions

View File

@@ -26,7 +26,7 @@ return [
'home' => '首页',
'edit_currency' => '编辑货币 ":name"',
'delete_currency' => '删除货币 ":name"',
'newPiggyBank' => '创建一个新的存钱罐',
'newPiggyBank' => '创建一个新的小猪存钱罐',
'edit_piggyBank' => '编辑存钱罐 ":name"',
'preferences' => '设置',
'profile' => '个人档案',
@@ -59,7 +59,7 @@ return [
'delete_journal_link' => '删除交易记录之间的连结',
'telemetry_index' => '遥测',
'telemetry_view' => '查看遥测',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
'logout_others' => 'Logout other sessions'
'edit_object_group' => '编辑组 ":title"',
'delete_object_group' => '删除组 ":title"',
'logout_others' => '注销其他会话'
];

View File

@@ -33,6 +33,14 @@ return [
'admin_test_subject' => 'Firefly III 安装的测试消息',
'admin_test_body' => '这是来自 Firefly III 实例的测试消息。它已被发送到 :email。',
// new IP
'login_from_new_ip' => 'New login on Firefly III',
'new_ip_body' => 'Firefly III detected a new login on your account from an unknown IP address. If you never logged in from the IP address below, or it has been more than six months ago, Firefly III will warn you.',
'new_ip_warning' => 'If you recognize this IP address or the login, you can ignore this message. If you didn\'t login, of if you have no idea what this is about, verify your password security, change it, and log out all other sessions. To do this, go to your profile page. Of course you have 2FA enabled already, right? Stay safe!',
'ip_address' => 'IP address',
'host_name' => 'Host',
'date_time' => 'Date + time',
// access token created
'access_token_created_subject' => '创建了一个新的访问令牌',
'access_token_created_body' => '某人(希望是你) 刚刚为你的用户帐户创建了一个新的 Firefly III API 访问令牌。',