Skip to content

Commit

Permalink
Merge pull request #15 from kalilistic/l10n_crowdin_action
Browse files Browse the repository at this point in the history
Update localization
  • Loading branch information
kalilistic authored Oct 9, 2021
2 parents 028a56c + bc16651 commit bb0e64c
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions src/Kapture/Kapture/Resource/translation/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,22 @@
"message": "使用/loot和/roll显示对应界面,/lootconfig显示设置。",
"description": "KapturePlugin.HandleFreshInstall"
},
"WatchListAddedAlert": {
"message": "掉落了你关注列表上的{0}.",
"description": "RollMonitor.ProcessRoll"
},
"WatchListObtainedAlert": {
"message": "{0} 已被获得, 将从关注列表中移除.",
"description": "RollMonitor.ProcessRoll"
},
"RollMonitorLost": {
"message": "无人获得",
"description": "RollMonitor.ProcessRoll"
},
"RollReminder": {
"message": "即将对{0} 骰点!",
"description": "RollMonitor.SendRollReminder"
},
"LootOverlayWindow": {
"message": "掉落",
"description": "LootWindow..ctor"
Expand Down Expand Up @@ -67,6 +79,10 @@
"message": "副本",
"description": "SettingsWindow.DrawTabs"
},
"Watchlist": {
"message": "关注列表",
"description": "SettingsWindow.DrawTabs"
},
"Filters": {
"message": "过滤",
"description": "SettingsWindow.DrawTabs"
Expand All @@ -91,6 +107,10 @@
"message": "不要在战斗中进行处理",
"description": "SettingsWindow.DrawGeneral"
},
"RestrictInComba_HelpMarker": {
"message": "战斗中停止显示数据",
"description": "SettingsWindow.DrawGeneral"
},
"ShowLootOverlay": {
"message": "显示掉落界面",
"description": "SettingsWindow.DrawLoot"
Expand Down Expand Up @@ -123,6 +143,14 @@
"message": "显示骰点监控界面",
"description": "SettingsWindow.DrawRolls"
},
"ShowRollReminder": {
"message": "在聊天框中显示Roll点提示",
"description": "SettingsWindow.DrawRolls"
},
"ShowRollReminder_HelpMarker": {
"message": "在物品掉落前发送roll点提示",
"description": "SettingsWindow.DrawRolls"
},
"RollDisplayMode": {
"message": "显示模式",
"description": "SettingsWindow.DrawRolls"
Expand Down Expand Up @@ -155,6 +183,14 @@
"message": "在掉落界面显示获得/失去的物品的时长",
"description": "SettingsWindow.DrawRolls"
},
"RollReminderTime": {
"message": "Roll点提示时间(秒)",
"description": "SettingsWindow.DrawRolls"
},
"RollReminderTime_HelpMarker": {
"message": "结束前提前提示时间",
"description": "SettingsWindow.DrawRolls"
},
"AddEnabled": {
"message": "掉落",
"description": "SettingsWindow.DrawEventTypes"
Expand Down Expand Up @@ -255,10 +291,26 @@
"message": "物品",
"description": "SettingsWindow.DrawWatchlist"
},
"DupeCustomWatchListItem": {
"message": "该物品已被添加!",
"description": "SettingsWindow.DrawWatchlist"
},
"WatchListItems": {
"message": "关注列表物品",
"description": "SettingsWindow.DrawWatchlist"
},
"NoWatchListItems": {
"message": "",
"description": "SettingsWindow.DrawWatchlist"
},
"SelfOnly": {
"message": "仅自身",
"description": "SettingsWindow.DrawFilters"
},
"SelfOnly_HelpMarker": {
"message": "仅显示自己的物品",
"description": "SettingsWindow.DrawFilters"
},
"RestrictToCustomItems": {
"message": "仅限以下物品",
"description": "SettingsWindow.DrawFilters"
Expand Down

0 comments on commit bb0e64c

Please sign in to comment.