From 59f0034be96a49f9993a9a081d9f38d7ae4e00b0 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 7 Sep 2019 09:11:43 +0200 Subject: [PATCH] Add new English settings translation to chinese (needs translation) --- forge-gui/res/languages/zh-CN.properties | 51 +++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) diff --git a/forge-gui/res/languages/zh-CN.properties b/forge-gui/res/languages/zh-CN.properties index 8f96e54bcac..e08b2ede48f 100644 --- a/forge-gui/res/languages/zh-CN.properties +++ b/forge-gui/res/languages/zh-CN.properties @@ -887,4 +887,53 @@ ttType=类型 lblNewGame=新游戏 lblLoadGame=加载游戏 lblPlayOnline=在线游戏 -lblSettings=设置 \ No newline at end of file +lblSettings=设置 +#SettingsPage.java +lblAutomaticBugReports=Automatic Bug Reports +lblBattlefieldTextureFiltering=Battlefield Texture Filtering +lblCompactListItems=Compact List Items +lblCompactTabs=Compact Tabs +lblCardOverlays=Card Overlays +lblDisableCardEffect=Disable Card 'Effect' Images +lblDynamicBackgroundPlanechase=Dynamic Background Planechase +lblGameplayOptions=Gameplay Options +lblGeneralSettings=General Settings +lblHotSeatMode=Hot Seat Mode +lblLandscapeMode=Landscape Mode +lblLater=Later +lblMinimizeScreenLock=Minimize on Screen Lock +lblOrderGraveyard=Order Graveyard +lblRestartForge=Restart Forge +lblRestartForgeDescription=You must restart Forge for this change to take effect. +lblRotateZoomPlanesPhenomena=Rotate Zoom Image of Planes/Phenomena +lblRotateZoomSplit=Rotate Zoom Image of Split Cards +lblShowCardIDOverlays=Show Card ID Overlays +lblShowCardManaCostOverlays=Show Card Mana Cost Overlays +lblShowCardNameOverlays=Show Card Name Overlays +lblShowCardOverlays=Show Card Overlays +lblShowCardPTOverlays=Show Card P/T Overlays +lblShowMatchBackground=Show Match Background +lblVibrateAfterLongPress=Vibrate After Long Press +lblVibrateWhenLosingLife=Vibrate When Losing Life +lblVibrationOptions=Vibration Options +nlAutomaticBugReports=Automatically send bug reports to the developers, without prompting. +nlBattlefieldTextureFiltering=Filter card art on battlefield to make it less pixelated on large screens (restart required, may reduce performance). +nlCompactListItems=Show only a single line of text for cards and decks on all list views by default. +nlCompactTabs=Show smaller tabs on the top of tab page screens (such as this screen). +nlDisableCardEffect=Disable the zoomed image for the 'Effect' cards. +nlDynamicBackgroundPlanechase=Use current plane images as background (Planes Card images must be on the cache/pics/planechase folder). +nlHotSeatMode=When starting a game with 2 human players, use single prompt to control both players. +nlLandscapeMode=Use landscape (horizontal) orientation for app instead of portrait (vertical). +nlMinimizeScreenLock=Minimize Forge when screen is locked (enable if you experience graphic glitches after locking your screen). +nlOrderGraveyard=Determines when to allow to order cards going to graveyard (never/always/only with relevant cards). +nlRotateZoomPlanesPhenomena=Rotates the zoomed image of Plane or Phenomenon cards. +nlRotateZoomSplit=Rotates the zoomed image of split cards. +nlShowCardIDOverlays=Show id overlays for cards, otherwise they're hidden. +nlShowCardManaCostOverlays=Show mana cost overlays for cards, otherwise they're hidden. +nlShowCardNameOverlays=Show name overlays for cards, otherwise they're hidden. +nlShowCardOverlays=Show name, mana cost, p/t, and id overlays for cards, otherwise they're hidden. +nlShowCardPTOverlays=Show power/toughness/loyalty overlays for cards, otherwise they're hidden. +nlShowMatchBackground=Show match background image on battlefield, otherwise background texture shown instead. +nlTheme=Sets the theme that determines how display components are skinned. +nlVibrateAfterLongPress=Enable quick vibration to signify a long press, such as for card zooming. +nlVibrateWhenLosingLife=Enable vibration when your player loses life or takes damage during a game. \ No newline at end of file