mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch 'master' into 'master'
[Mobile] add Alternate Player Zone Layout (Landscape) See merge request core-developers/forge!4658
This commit is contained in:
@@ -117,6 +117,8 @@ cbpCounterDisplayLocation=Markeranzeige Ort
|
||||
cbpGraveyardOrdering=Genaue Reihenfolge im Friedhof einhalten
|
||||
lblAltLifeDisplay=Alternatives Spieler-Layout (Landscape-Modus)
|
||||
nlAltLifeDisplay=Alternative Anzeige von Lebens-, Gift-, Energie- und Erfahrungspunkten.
|
||||
lblAltZoneTabs=Alternate Player Zone Layout (Landscape Mode)
|
||||
nlAltZoneTabs=Enables alternate layout for displaying Player Hand, Graveyard, Library and Exile zones.
|
||||
lblPreferredArt=Bevorzugter Bildtyp
|
||||
nlPreferredArt=Setzt die bevorzugte Art der Bilder.
|
||||
Troubleshooting=Fehlerbehebung
|
||||
|
||||
@@ -117,6 +117,8 @@ cbpCounterDisplayLocation=Counter Display Location
|
||||
cbpGraveyardOrdering=Allow Ordering Cards Put in Graveyard
|
||||
lblAltLifeDisplay=Alternate Player Layout (Landscape Mode)
|
||||
nlAltLifeDisplay=Enables alternate layout for displaying Player Life, Poison, Energy and Experience counters.
|
||||
lblAltZoneTabs=Alternate Player Zone Layout (Landscape Mode)
|
||||
nlAltZoneTabs=Enables alternate layout for displaying Player Hand, Graveyard, Library and Exile zones.
|
||||
lblPreferredArt=Preferred Art
|
||||
nlPreferredArt=Sets the preferred art for cards (RESTART REQUIRED).
|
||||
Troubleshooting=Troubleshooting
|
||||
|
||||
@@ -117,6 +117,8 @@ cbpCounterDisplayLocation=Ubicación del contador
|
||||
cbpGraveyardOrdering=Permitir ordenar cartas puestas en el cementerio
|
||||
lblAltLifeDisplay=Diseño alternativo de jugador (Modo apaisado)
|
||||
nlAltLifeDisplay=Permite un diseño alternativo para mostrar los contadores de vida, veneno, energía y experiencia.
|
||||
lblAltZoneTabs=Alternate Player Zone Layout (Landscape Mode)
|
||||
nlAltZoneTabs=Enables alternate layout for displaying Player Hand, Graveyard, Library and Exile zones.
|
||||
lblPreferredArt=Preferred Art
|
||||
nlPreferredArt=Sets the preferred art for cards.
|
||||
Troubleshooting=Solución de problemas
|
||||
|
||||
@@ -117,6 +117,8 @@ cbpCounterDisplayLocation=Posizione display contatore
|
||||
cbpGraveyardOrdering=Consenti l''ordinazione di carte messe nel cimitero
|
||||
lblAltLifeDisplay=Alternate Player Layout (Landscape Mode)
|
||||
nlAltLifeDisplay=Enables alternate layout for displaying Player Life, Poison, Energy and Experience counters.
|
||||
lblAltZoneTabs=Alternate Player Zone Layout (Landscape Mode)
|
||||
nlAltZoneTabs=Enables alternate layout for displaying Player Hand, Graveyard, Library and Exile zones.
|
||||
lblPreferredArt=Preferred Art
|
||||
nlPreferredArt=Sets the preferred art for cards.
|
||||
Troubleshooting=Risoluzione dei problemi
|
||||
|
||||
@@ -117,6 +117,8 @@ cbpCounterDisplayLocation=カウンター表示場所
|
||||
cbpGraveyardOrdering=墓地に置かれるカードの順番指定を許可する
|
||||
lblAltLifeDisplay=代替のプレイヤーレイアウト(ランドスケープモード時)
|
||||
nlAltLifeDisplay=代替のレイアウトでプレイヤーライフ、毒、エネルギーと経験カウンターを表示する
|
||||
lblAltZoneTabs=Alternate Player Zone Layout (Landscape Mode)
|
||||
nlAltZoneTabs=Enables alternate layout for displaying Player Hand, Graveyard, Library and Exile zones.
|
||||
lblPreferredArt=好むのアート
|
||||
nlPreferredArt=カードの好むのアートを設定します。
|
||||
Troubleshooting=トラブルシューティング
|
||||
|
||||
@@ -117,6 +117,8 @@ cbpCounterDisplayLocation=计数器显示区域
|
||||
cbpGraveyardOrdering=允许指衍生物进入墓地
|
||||
lblAltLifeDisplay=备用牌手布局(横向模式)
|
||||
nlAltLifeDisplay=启用备用牌手布局以显示玩家的生命以及中毒,能量和经验指示物。
|
||||
lblAltZoneTabs=Alternate Player Zone Layout (Landscape Mode)
|
||||
nlAltZoneTabs=Enables alternate layout for displaying Player Hand, Graveyard, Library and Exile zones.
|
||||
lblPreferredArt=首选卡图
|
||||
nlPreferredArt=设置牌张的首选卡图。
|
||||
Troubleshooting=故障排除
|
||||
|
||||
@@ -133,6 +133,7 @@ public class ForgePreferences extends PreferencesStore<ForgePreferences.FPref> {
|
||||
UI_FILTER_LANDS_BY_COLOR_IDENTITY("true"),
|
||||
UI_ALLOW_ESC_TO_END_TURN ("false"),
|
||||
UI_ALT_PLAYERINFOLAYOUT ("false"),
|
||||
UI_ALT_PLAYERZONETABS ("false"),
|
||||
UI_PRESELECT_PREVIOUS_ABILITY_ORDER ("false"),
|
||||
UI_AUTO_YIELD_MODE (ForgeConstants.AUTO_YIELD_PER_ABILITY),
|
||||
UI_SHOW_STORM_COUNT_IN_PROMPT ("false"),
|
||||
|
||||
Reference in New Issue
Block a user