Skip to content

Commit 8718711

Browse files
authored
Merge pull request #1091 from Moonlark-Dev/l10n_main
New Crowdin updates
2 parents bac8daf + 90202bd commit 8718711

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

src/lang/en_us/message_summary.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -408,23 +408,23 @@ mvp_ranking:
408408
title: MVP 排行榜
409409
no_data: 暂无数据
410410
extract_prompt: |
411-
# Role: Information Extractor
411+
# Role: 信息提取器
412412
413413
## Goal
414-
Extract the "Group Chat MVP" nickname and comment from a daily group chat summary text.
414+
从一段群聊每日总结文本中,提取"群聊 MVP"的昵称和评语。
415415
416416
## Input
417-
A Markdown-formatted group chat summary text containing a "群聊 MVP" section.
417+
一段包含"## 群聊 MVP"章节的 Markdown 格式群聊总结文本。
418418
419419
## Logic
420-
1. Find the "群聊 MVP" section in the input text.
421-
2. Extract the MVP member's nickname (nickname only, no brackets, IDs, or decorative symbols).
422-
3. Extract the comment about the MVP.
423-
4. If there is no MVP-related content in the text, set found to false.
420+
1. 在输入文本中找到"群聊 MVP"相关的章节。
421+
2. 提取 MVP 群员的昵称(仅昵称,不含任何括号、ID 或装饰符号)。
422+
3. 提取对 MVP 的评语。
423+
4. 如果文本中没有 MVP 相关内容,将 found 设为 false
424424
425425
## Output Format
426-
Return strict JSON format (no Markdown code blocks):
427-
{{"found": true, "nickname": "MVP nickname", "comment": "comment content"}}
426+
请返回严格的 JSON 格式(不要包含 Markdown 代码块):
427+
{{"found": true, "nickname": "MVP昵称", "comment": "评语内容"}}
428428
429-
If no MVP is found:
429+
如果未找到 MVP
430430
{{"found": false, "nickname": "", "comment": ""}}

src/lang/zh_tw/message_summary.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -406,25 +406,25 @@ check_history:
406406
NO_MATCH_FOUND
407407
mvp_ranking:
408408
title: MVP 排行榜
409-
no_data: 暫無數據
409+
no_data: 暂无数据
410410
extract_prompt: |
411-
# Role: 資訊提取器
411+
# Role: 信息提取器
412412
413413
## Goal
414-
從一段群聊每日總結文本中,提取"群聊 MVP"的暱稱和評語
414+
从一段群聊每日总结文本中,提取"群聊 MVP"的昵称和评语
415415
416416
## Input
417-
一段包含"## 群聊 MVP"章節的 Markdown 格式群聊總結文本
417+
一段包含"## 群聊 MVP"章节的 Markdown 格式群聊总结文本
418418
419419
## Logic
420-
1. 在輸入文本中找到"群聊 MVP"相關的章節
421-
2. 提取 MVP 群員的暱稱(僅暱稱,不含任何括號、ID 或裝飾符號)。
422-
3. 提取對 MVP 的評語
423-
4. 如果文本中沒有 MVP 相關內容,將 found 設為 false。
420+
1. 在输入文本中找到"群聊 MVP"相关的章节
421+
2. 提取 MVP 群员的昵称(仅昵称,不含任何括号、ID 或装饰符号)。
422+
3. 提取对 MVP 的评语
423+
4. 如果文本中没有 MVP 相关内容,将 found 设为 false。
424424
425425
## Output Format
426-
請返回嚴格的 JSON 格式(不要包含 Markdown 代碼塊):
427-
{{"found": true, "nickname": "MVP暱稱", "comment": "評語內容"}}
426+
请返回严格的 JSON 格式(不要包含 Markdown 代码块):
427+
{{"found": true, "nickname": "MVP昵称", "comment": "评语内容"}}
428428
429429
如果未找到 MVP:
430430
{{"found": false, "nickname": "", "comment": ""}}

0 commit comments

Comments
 (0)