diff options
author | Brian Evans <grknight@gentoo.org> | 2020-10-02 15:10:45 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2020-10-02 15:10:45 -0400 |
commit | 66b99353c268916fa29984c2631c87fd619ba570 (patch) | |
tree | 63e52db67e004b9947bdd1791d3ecaec33d9f36f /Thanks/i18n/api/zh-hant.json | |
parent | Update PluggableAuth to 1.35 (diff) | |
download | extensions-66b99353c268916fa29984c2631c87fd619ba570.tar.gz extensions-66b99353c268916fa29984c2631c87fd619ba570.tar.bz2 extensions-66b99353c268916fa29984c2631c87fd619ba570.zip |
Update Thanks to 1.35
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'Thanks/i18n/api/zh-hant.json')
-rw-r--r-- | Thanks/i18n/api/zh-hant.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Thanks/i18n/api/zh-hant.json b/Thanks/i18n/api/zh-hant.json new file mode 100644 index 00000000..1a520f92 --- /dev/null +++ b/Thanks/i18n/api/zh-hant.json @@ -0,0 +1,20 @@ +{ + "@metadata": { + "authors": [ + "Bowleerin", + "Cwlin0416", + "Kly", + "Xiplus" + ] + }, + "apihelp-flowthank-description": "傳送公開感謝通知給 Flow 的評論。", + "apihelp-flowthank-summary": "傳送公開感謝通知給 Flow 的評論。", + "apihelp-flowthank-param-postid": "要感謝的發佈內容 UUID。", + "apihelp-flowthank-example-1": "向對於 <kbd>UUID xyz789</kbd> 的評論發送感謝", + "apihelp-thank-description": "向一名編輯者傳送感謝通知。", + "apihelp-thank-summary": "向一名編輯者傳送感謝通知。", + "apihelp-thank-param-rev": "感謝某人的修訂ID。必須提供此參數或「log」參數。", + "apihelp-thank-param-log": "感謝某人的日誌ID。必須提供此參數或「rev」參數。", + "apihelp-thank-param-source": "描述請求來源的簡短字串,例如 <kbd>diff</kbd> 或 <kbd>history</kbd>。", + "apihelp-thank-example-1": "為修訂 <kbd>ID 456</kbd> 發送感謝,以差異頁面作為來源" +} |