mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Give all files the standard warning (to be replaced).
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -33,6 +35,8 @@ return [
|
||||
'admin_test_subject' => '来自 Firefly III 安装的测试消息',
|
||||
'admin_test_body' => '这是来自 Firefly III 站点的测试消息,收件人是 :email。',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => '邀请已发送',
|
||||
'invitation_created_body' => '管理员用户:email创建了用户邀请,可以由电子邮件地址背后的任何人使用":invitee"。 邀请将对48小时有效。',
|
||||
@@ -70,6 +74,8 @@ return [
|
||||
'registered_pw_reset_link' => '密码已重置',
|
||||
'registered_doc_link' => '文档',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => '有新的 Firefly III 版本可用',
|
||||
|
||||
@@ -113,6 +119,8 @@ return [
|
||||
'error_stacktrace_below' => '完整的堆栈跟踪如下:',
|
||||
'error_headers' => '以下标题也可能具有相关性:',
|
||||
|
||||
// Ignore this comment
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Firefly III 创建了一笔新的交易|Firefly III 创建了 :count 笔新的交易',
|
||||
'new_journals_header' => 'Firefly III 为您创建了一笔交易,您可以在您的 Firefly III 站点中查看:|Firefly III 为您创建了 :count 笔交易,您可以在您的 Firefly III 站点中查看:',
|
||||
@@ -129,3 +137,4 @@ return [
|
||||
'bill_warning_please_action' => '请采取适当的行动。',
|
||||
|
||||
];
|
||||
// Ignore this comment
|
||||
|
||||
Reference in New Issue
Block a user