diff options
Diffstat (limited to 'Echo/i18n/api/zh-hant.json')
-rw-r--r-- | Echo/i18n/api/zh-hant.json | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/Echo/i18n/api/zh-hant.json b/Echo/i18n/api/zh-hant.json index f4b00c2a..19a374cf 100644 --- a/Echo/i18n/api/zh-hant.json +++ b/Echo/i18n/api/zh-hant.json @@ -2,10 +2,12 @@ "@metadata": { "authors": [ "Cwlin0416", - "Winstonyin" + "Winstonyin", + "Kly" ] }, "apihelp-echomarkread-description": "把目前使用者的通知標記為已讀。", + "apihelp-echomarkread-summary": "把目前使用者的通知標記為已讀。", "apihelp-echomarkread-param-list": "要標記為已讀的通知 ID 清單。", "apihelp-echomarkread-param-unreadlist": "要標記為未讀的通知 ID 清單。", "apihelp-echomarkread-param-all": "一旦設定,將會把某個使用者的所有通知標記為已讀。", @@ -14,16 +16,17 @@ "apihelp-echomarkread-example-2": "把所有通知標記為已讀", "apihelp-echomarkread-example-3": "把通知 1 標記為未讀", "apihelp-echomarkseen-description": "把目前使用者的通知標記為已讀", + "apihelp-echomarkseen-summary": "把目前使用者的通知標記為已看過", "apihelp-echomarkseen-example-1": "把所有類型的通知標記為已讀", "apihelp-echomarkseen-param-type": "標記為已讀的通知類型:'alert'、'message' 或 'all'。", "apihelp-echomarkseen-param-timestampFormat": "用於輸出的時間戳格式 'ISO_8601' 或 'MW'。'MW' 將被棄用,因此所有客戶端都應改用 'ISO_8601'。此參數將會被移除,而 'ISO_8601' 將會成為唯一的輸出格式。", "apihelp-query+notifications-description": "取得目前使用者等待的通知。", + "apihelp-query+notifications-summary": "取得目前使用者等待的通知。", "apihelp-query+notifications-param-prop": "請求的詳細資料。", "apihelp-query+notifications-param-sections": "要查詢的通知章節 (例如部份 'alert' 與 'message' 的組合)。", "apihelp-query+notifications-param-groupbysection": "是否要依據章節來分類查詢結果。 若開啟此功能,每個章節會分開擷取。", "apihelp-query+notifications-param-filter": "過濾返回的通知。", "apihelp-query+notifications-param-format": "若有指定,通知將會以此指定的格式回傳結果。", - "apihelp-query+notifications-paramvalue-format-text": "純文字格式", "apihelp-query+notifications-paramvalue-format-model": "原始通知資料", "apihelp-query+notifications-paramvalue-format-special": "格式用於Special:Notifications頁面(僅限於此!)。不要依賴HTML,因為它在任何時候都可能會變化。", "apihelp-query+notifications-paramvalue-format-flyout": "<span class=\"apihelp-deprecated\">棄用</span>。原始數據請用<kbd>$1format=model</kbd>", @@ -41,11 +44,20 @@ "apihelp-query+notifications-example-1": "通知清單", "apihelp-query+notifications-example-2": "依章節分類通知清單並顯示總數", "apihelp-query+unreadnotificationpages-description": "獲取目前使用者有未讀通知的頁面。", + "apihelp-query+unreadnotificationpages-summary": "取得目前使用者有未讀通知的頁面。", "apihelp-query+unreadnotificationpages-param-grouppages": "將討論頁與對應的主題頁面歸在一起,並將未分配給某一頁面的通知與目前使用者的使用者頁面歸在一起。", "apihelp-query+unreadnotificationpages-param-limit": "回傳的頁面數量上限。", "apihelp-query+unreadnotificationpages-param-wikis": "要擷取未讀通知的wiki清單(預設為目前的wiki)。", "apihelp-query+unreadnotificationpages-example-1": "列出有未讀通知的頁面(及其未讀通知數量)", + "apihelp-echoarticlereminder-summary": "請求後續有關特定條目的提醒", + "apihelp-echoarticlereminder-param-pageid": "提醒使用者的條目 ID", + "apihelp-echoarticlereminder-param-title": "提醒使用者的條目標題", + "apihelp-echoarticlereminder-param-timestamp": "何時提醒使用者的時間戳記", + "apihelp-echoarticlereminder-param-comment": "包含在提醒的選用使用者註釋", + "apihelp-echoarticlereminder-example-1": "建立帶有註釋的條目明日提醒通知", + "apihelp-echoarticlereminder-example-2": "建立不帶註釋的條目明日提醒通知", "apiwarn-echo-deprecation-timestampformat": "此處棄用MW時間戳輸出格式。今後的時間戳輸出格式將總是使用ISO 8601。請將您的客戶端<var>timestampFormat</var>調整為<kbd>ISO_8601</kbd>。", "apiwarn-echo-deprecation-flyout": "<kbd>notformat=flyout</kbd>已棄用,並將很快被移除。請用<kbd>notformat=model</kbd>獲取原始數據,或用<kbd>notformat=special</kbd>獲取預渲染HTML。", - "apiwarn-echo-deprecation-html": "<kbd>notformat=html</kbd>已棄用,並將很快被移除。請改用<kbd>notformat=special</kbd>。" + "apiwarn-echo-deprecation-html": "<kbd>notformat=html</kbd>已棄用,並將很快被移除。請改用<kbd>notformat=special</kbd>。", + "apierror-echo-event-creation-failed": "無法建立 Echo 事件" } |