Archived
1
0
Fork 0

fix locale

This commit is contained in:
多羅狼 2024-02-08 16:30:55 +08:00 committed by GitHub
parent a2384ded74
commit 29e933008f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View file

@ -4,12 +4,12 @@
"cytoid.help.desc": "查詢 Cytoid 相關內容。",
"cytoid.help.profile": "查詢一個使用者的基本資訊。",
"cytoid.help.r30": "查詢 Cytoid 使用者的 R30 列表。",
"cytoid.help.unbind": "解除繫結使用者。",
"cytoid.help.unbind": "解除綁定使用者。",
"cytoid.message.b30.cooldown": "(據官方人員所述,此 API 的呼叫非常昂貴,故手動做出此限制,請諒解。)",
"cytoid.message.b30.level": "等級",
"cytoid.message.bind.failed": "綁定失敗,請校對輸入。",
"cytoid.message.bind.success": "綁定成功:",
"cytoid.message.unbind.success": "解除繫結成功。",
"cytoid.message.unbind.success": "解除綁定成功。",
"cytoid.message.user_not_found": "使用者不存在。",
"cytoid.message.user_unbound": "未綁定使用者,請使用「${prefix}cytoid bind」綁定一個使用者。"
}

View file

@ -6,5 +6,5 @@
"inflation.message.from_year_no_data": "The start year specified is in this dataset, but a data for this country/region is missing.",
"inflation.message.to_year_not_found": "The end year specified is out of range of this dataset.",
"inflation.message.to_year_no_data": "The end year specified is in this dataset, but a data for this country/region is missing.",
"inflation.message.result": "In ${country_or_region_name}, ${price} units of currency in ${from_year} is equivalent to ${result} units of currency in ${to_year}."r}."
"inflation.message.result": "In ${country_or_region_name}, ${price} units of currency in ${from_year} is equivalent to ${result} units of currency in ${to_year}."
}

View file

@ -34,7 +34,7 @@
"maimai.help.scorelist": "查看使用者在對應等級的分數列表。",
"maimai.help.search": "依據歌名(或一部分)搜尋歌曲。",
"maimai.help.song": "查詢歌曲或譜面資訊ID 需要加入前綴「id」空白用下橫線取代。",
"maimai.help.unbind": "解除繫結使用者。",
"maimai.help.unbind": "解除綁定使用者。",
"maimai.message.alias": "${title} 的別名:",
"maimai.message.alias.alias_not_found": "未找到符合要求的別名。",
"maimai.message.alias.file_not_found": "未找到別名檔案,請使用「${prefix}maimai update」初始化檔案。",
@ -78,7 +78,7 @@
"maimai.message.song.prompt": "以下是可能的結果:",
"maimai.message.song.sd": "${diff} ${level} (${ds})\nTAP${tap}\nHOLD${hold}\nSLIDE${slide}\nBREAK${brk}\n譜師${charter}",
"maimai.message.too_much": "結果過多(${length} 條),請縮小搜尋範圍。",
"maimai.message.unbind.success": "解除繫結成功。",
"maimai.message.unbind.success": "解除綁定成功。",
"maimai.message.user_not_found": "未找到此使用者,請確認此使用者的名稱和查分器中的名稱相同。",
"maimai.message.user_unbound": "未綁定使用者,請使用「${prefix}maimai bind」綁定一個使用者。",
"maimai.message.user_unbound.qq": "未綁定使用者,請前往查分器並綁定你的 QQ 號。\n查分器網址https://www.diving-fish.com/maimaidx/prober"

View file

@ -2,10 +2,10 @@
"phigros.help.b19": "查詢 B19 列表。",
"phigros.help.bind": "使用雲端存檔 SessionToken 綁定使用者,建議私訊使用。",
"phigros.help.desc": "查詢 Phigros 相關內容。",
"phigros.help.unbind": "解除繫結使用者。",
"phigros.help.unbind": "解除綁定使用者。",
"phigros.message.bind.success": "綁定成功:${usernane}",
"phigros.message.bind.warning": "警告:你正在群組中綁定使用者,這有可能會使你的雲端存檔資料被他人竄改。請盡可能在私訊中綁定使用者以避免這種情況。\n你可以透過重新登入來重設 SessionToken。此次指令產生的訊息將在 15 秒後回收。",
"phigros.message.unbind.success": "解除繫結成功。",
"phigros.message.unbind.success": "解除綁定成功。",
"phigros.message.user_unbound": "未綁定使用者,請使用「${prefix}phigros bind」綁定一個使用者。",
"phigros.message.b19.get_failed": "取得失敗,請嘗試重新綁定 SessionToken 或回報開發人員:\n${err}"
}