1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00
appwrite/app/config/locale/zh-cn.php

22 lines
833 B
PHP
Raw Normal View History

2019-09-28 17:55:57 +12:00
<?php
return [
'settings.inspire' => '"懂得取舍,方显睿智。"', // This is the line printed in the homepage and console 'view-source'
'settings.locale' => 'zh',
'settings.direction' => 'ltr',
// Service - Users
'auth.emails.team' => '%s 小组',
'auth.emails.confirm.title' => '账户确认',
'auth.emails.confirm.body' => 'zh.email.auth.confirm.tpl',
'auth.emails.recovery.title' => '重设密码',
'auth.emails.recovery.body' => 'zh.email.auth.recovery.tpl',
'auth.emails.invitation.title' => '邀请加入%s小组%s', // I used brackets to keep the order
'auth.emails.invitation.body' => 'zh.email.auth.invitation.tpl',
'locale.country.unknown' => '未知',
2019-10-05 18:57:00 +13:00
'countries' => include 'zh-cn.countries.php',
'continents' => include 'zh-cn.continents.php',
2019-09-28 17:55:57 +12:00
];