mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
fix chinese (taiwan) translation
This commit is contained in:
parent
950da049b5
commit
bdd3976d7d
4 changed files with 13 additions and 14 deletions
|
|
@ -2,14 +2,14 @@
|
||||||
{{name}} 你好,
|
{{name}} 你好,
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
請點擊下方的鏈接驗證你的電子郵箱地址。
|
請點擊下方的連結驗證你的電子郵箱地址。
|
||||||
</p>
|
</p>
|
||||||
{{cta}}
|
{{cta}}
|
||||||
<p>
|
<p>
|
||||||
如果你沒有請求驗證本郵箱,請忽略這份郵件。
|
如果你沒有請求驗證本電子信箱,請忽略這份信件。
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
謝謝。
|
謝謝。
|
||||||
<br />
|
<br />
|
||||||
來自 {{project}}
|
來自 {{project}}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -2,17 +2,17 @@
|
||||||
你好,
|
你好,
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<b>{{owner}}</b>邀請您加入{{project}}項目的<b>{{team}}</b>小組。
|
<b>{{owner}}</b>邀請您加入{{project}}專案的<b>{{team}}</b>小組。
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
請點擊下方的鏈接加入{{team}}小組:
|
請點擊下方的鏈接加入{{team}}小組:
|
||||||
</p>
|
</p>
|
||||||
{{cta}}
|
{{cta}}
|
||||||
<p>
|
<p>
|
||||||
如果您沒有加入該小組的計劃,請忽略本郵件。
|
如果您沒有加入該小組的計劃,請忽略本信件。
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
謝謝。
|
謝謝。
|
||||||
<br />
|
<br />
|
||||||
來自 {{project}}
|
來自 {{project}}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -2,15 +2,14 @@
|
||||||
{{name}} 你好,
|
{{name}} 你好,
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
请点击下方的链接重新设置{{project}}的密码。
|
請點擊下方的連結重設 {{project}} 的密碼。
|
||||||
Follow this link to reset your {{project}} password.
|
|
||||||
</p>
|
</p>
|
||||||
{{cta}}
|
{{cta}}
|
||||||
<p>
|
<p>
|
||||||
如果您未曾申请重设密码,请忽略本邮件。
|
如果你未曾申請重設密碼,請忽略本信件。
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
谢谢。
|
謝謝。
|
||||||
<br />
|
<br />
|
||||||
来自 {{project}}
|
來自 {{project}}
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'settings.inspire' => '"懂得取舍,方顯睿智。"', // This is the line printed in the homepage and console 'view-source'
|
'settings.inspire' => '"懂得取捨,方顯睿智。"', // This is the line printed in the homepage and console 'view-source'
|
||||||
'settings.locale' => 'zh-tw',
|
'settings.locale' => 'zh-tw',
|
||||||
'settings.direction' => 'ltr',
|
'settings.direction' => 'ltr',
|
||||||
|
|
||||||
// Service - Users
|
// Service - Users
|
||||||
'account.emails.team' => '%s 小組',
|
'account.emails.team' => '%s 小組',
|
||||||
'account.emails.verification.title' => '賬戶確認',
|
'account.emails.verification.title' => '帳戶確認',
|
||||||
'account.emails.verification.body' => 'zh-tw.email.auth.confirm.tpl',
|
'account.emails.verification.body' => 'zh-tw.email.auth.confirm.tpl',
|
||||||
'account.emails.recovery.title' => '重設密碼',
|
'account.emails.recovery.title' => '重設密碼',
|
||||||
'account.emails.recovery.body' => 'zh.email.auth.recovery.tpl',
|
'account.emails.recovery.body' => 'zh.email.auth.recovery.tpl',
|
||||||
|
|
@ -16,4 +16,4 @@ return [
|
||||||
'locale.country.unknown' => '未知',
|
'locale.country.unknown' => '未知',
|
||||||
'countries' => include 'zh-tw.countries.php',
|
'countries' => include 'zh-tw.countries.php',
|
||||||
'continents' => include 'zh-tw.continents.php',
|
'continents' => include 'zh-tw.continents.php',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue