Mctalian / RPGLootFeed

A non-intrusive way to see what you just looted.
MIT License
2 stars 2 forks source link

i18n: zhCN Translations #125

Closed Mctalian closed 2 months ago

Mctalian commented 2 months ago

Translation Status for zhCN.lua

Translation progress: 92.5%

Missing translations: 11

Missing Keys and their enUS values | Missing Key | enUS Value | |-------------|------------| | AddMoneyAlertUnavailable | MoneyAlertSystem:AddAlert was unavailable for > 30 seconds, Money Alerts could not be disabled :( | | Use Font Objects | Use Font Objects | | UseFontObjectsDesc | If checked, use a font object to determine font face and font size. | | Custom Fonts | Custom Fonts | | CustomFontsDesc | Customize the font face, font sizing, and font flags to personalize the loot feed. | | Font Face | Font Face | | FontFaceDesc | The style of the text that will show in the loot feed. | | Font Size | Font Size | | FontSizeDesc | The size of the loot feed text in \ | | Disable Money Alerts | Disable Money Alerts | | DisableMoneyAlertsDesc | The boxes that appear at the bottom of the screen when you receive money, for example world quest rewards |

You can even make changes for this file and open a PR directly in your browser

Please provide one or more of these values in a Pull Request or a Comment on this issue ``` L["AddMoneyAlertUnavailable"] = "" L["Use Font Objects"] = "" L["UseFontObjectsDesc"] = "" L["Custom Fonts"] = "" L["CustomFontsDesc"] = "" L["Font Face"] = "" L["FontFaceDesc"] = "" L["Font Size"] = "" L["FontSizeDesc"] = "" L["Disable Money Alerts"] = "" L["DisableMoneyAlertsDesc"] = "" ```
byezero commented 2 months ago

L["AddMoneyAlertUnavailable"] = "MoneyAlertSystem: "AddAlert" 函数超过30秒无法使用,无法禁用金钱提醒 :(" L["Use Font Objects"] = "使用字体" L["UseFontObjectsDesc"] = "如果选中,使用自定义字体来确定字体样式和字体大小。" L["Custom Fonts"] = "自定义字体" L["CustomFontsDesc"] = "自定义字体样式、字体大小和字体标志,以个性化战利品信息。" L["Font Face"] = "字体样式" L["FontFaceDesc"] = "战利品信息中显示的文字样式。" L["Font Size"] = "字体大小" L["FontSizeDesc"] = "战利品信息中显示的字体大小。" L["Disable Money Alerts"] = "禁用金钱提醒。" L["DisableMoneyAlertsDesc"] = "当在游戏中收到金钱时,例如世界任务奖励,屏幕底部会出现一些框体提醒。"