diff --git a/forge-gui/res/languages/de-DE.properties b/forge-gui/res/languages/de-DE.properties index e37ec9cae9d..e53770a144b 100644 --- a/forge-gui/res/languages/de-DE.properties +++ b/forge-gui/res/languages/de-DE.properties @@ -91,6 +91,7 @@ cbUiForTouchScreen=Verbessere Oberfläche für Touchscreens cbTimedTargOverlay=Aktiviere Zielpfeiloptimierung cbCompactMainMenu=Nutze kompakteres Seitenmenü cbDetailedPaymentDesc=Spruchbeschreibung in Bestätigungsfenster +cbGrayText=Gray out unmet conditions in card text cbPromptFreeBlocks=Freies Block-Management cbPauseWhileMinimized=Pausiere wenn minimiert cbCompactPrompt=Kompaktes Bestätigungsfenster @@ -156,6 +157,7 @@ nlPromptFreeBlocks=Wenn ein neuer Block nichts kosten würde, dann wird er autom nlPauseWhileMinimized=Wenn aktiviert, pausiert Forge im minimierten Zustand (betrifft hauptsächlich KI gegen KI). nlEscapeEndsTurn=Wenn aktiviert, funktioniert ESCape als Alternative um den Zug zu beenden. nlDetailedPaymentDesc=Wenn aktiviert, werden detaillierte Spruch-/Fähigkeitsbeschreibungen beim Auswählen von Zielen bzw. Bezahlen von Kosten angezeigt. +nlGrayText=When enabled, ability text with unmet conditions will be grayed out in card detail panes. nlShowStormCount=Wenn aktiviert, wird ein Sturmzähler angezeigt. nlRemindOnPriority=Wenn aktiviert, dann blinkt der Auswahlbereich des Spielers bei Erhalt der Priorität. nlPreselectPrevAbOrder=Wenn aktiviert, wird die letzte genutzte Reihenfolge von Fähigkeiten im Auswahlfenster vorbelegt. diff --git a/forge-gui/res/languages/en-US.properties b/forge-gui/res/languages/en-US.properties index 20a328ab5eb..40629ca94a8 100644 --- a/forge-gui/res/languages/en-US.properties +++ b/forge-gui/res/languages/en-US.properties @@ -158,7 +158,7 @@ nlPromptFreeBlocks=When enabled, if you would have to pay 0 to block, pay automa nlPauseWhileMinimized=When enabled, Forge pauses when minimized (primarily for AI vs AI). nlEscapeEndsTurn=When enabled, Escape key functions as an alternative shortcut to end the current turn. nlDetailedPaymentDesc=When enabled, detailed spell/ability descriptions are shown when choosing targets and paying costs. -nlGrayText=When enabled, ability text with unmet conditions will be grayed out in the card's detail pane. +nlGrayText=When enabled, ability text with unmet conditions will be grayed out in card detail panes. nlShowStormCount=When enabled, displays the current storm count in the prompt pane. nlRemindOnPriority=When enabled, flashes the player choice area upon receiving priority. nlPreselectPrevAbOrder=When enabled, preselects the last defined simultaneous ability order in the ordering dialog. diff --git a/forge-gui/res/languages/es-ES.properties b/forge-gui/res/languages/es-ES.properties index 803d625ff93..0c5478ba9a3 100644 --- a/forge-gui/res/languages/es-ES.properties +++ b/forge-gui/res/languages/es-ES.properties @@ -92,6 +92,7 @@ cbUiForTouchScreen=Mejorar la interfaz de usuario para pantallas táctiles cbTimedTargOverlay=Habilitar optimización de superposición de capas cbCompactMainMenu=Usar el menú de la barra lateral principal compacta cbDetailedPaymentDesc=Descripción del hechizo en el aviso del pago +cbGrayText=Gray out unmet conditions in card text cbPromptFreeBlocks=Manejar bloqueos en el combate sí no requieren coste cbPauseWhileMinimized=Pausa mientras minimizado cbCompactPrompt=Ventana de aviso compacta @@ -157,6 +158,7 @@ nlPromptFreeBlocks=Cuando está habilitado, si tuvieses que pagar 0 para bloquea nlPauseWhileMinimized=Cuando está habilitado, Forge hace una pausa cuando está minimizado (principalmente para IA contra IA). nlEscapeEndsTurn=Cuando está habilitada, la tecla Escape funciona como un atajo alternativo para finalizar el turno actual. nlDetailedPaymentDesc=Cuando está habilitado, se muestran descripciones detalladas de hechizos / habilidades al elegir objetivos y pagar costos. +nlGrayText=When enabled, ability text with unmet conditions will be grayed out in card detail panes. nlShowStormCount=Cuando está habilitado, muestra el recuento de tormentas actual en el panel de solicitud. nlRemindOnPriority=Cuando está habilitado, parpadea el área de elección del jugador al recibir prioridad. nlPreselectPrevAbOrder=Cuando está habilitado, preselecciona el último orden de habilidad simultáneo definido en el cuadro de diálogo de ordenación. diff --git a/forge-gui/res/languages/it-IT.properties b/forge-gui/res/languages/it-IT.properties index 1ececea2773..3bd43331460 100644 --- a/forge-gui/res/languages/it-IT.properties +++ b/forge-gui/res/languages/it-IT.properties @@ -91,6 +91,7 @@ cbUiForTouchScreen=Migliora l''interfaccia utente per i touchscreen cbTimedTargOverlay=Abilita l''ottimizzazione delle sovraimperssioni per scegliere un bersaglio cbCompactMainMenu=Usa la barra principale del menu compatta cbDetailedPaymentDesc=Descrizione della magia nella richiesta di pagamento +cbGrayText=Gray out unmet conditions in card text cbPromptFreeBlocks=Gestione libera dei blocchi cbPauseWhileMinimized=Pausa se ridotto a icona cbCompactPrompt=Riquadro messaggi compatto @@ -156,6 +157,7 @@ nlPromptFreeBlocks=Se abilitato, quando è richiesto un pagamento di 0 per blocc nlPauseWhileMinimized=Se abilitato, mette in pausa Forge quando è ridotto a icona (principalmente per IA vs IA). nlEscapeEndsTurn=Se abilitato, il tasto Esc funziona come scorciatoia alternativa per terminare il turno in corso. nlDetailedPaymentDesc=Se abilitato, vengono visualizzate descrizioni dettagliate di magie/abilità quando si scelgono bersagli e si pagano i costi. +nlGrayText=When enabled, ability text with unmet conditions will be grayed out in card detail panes. nlShowStormCount=Se abilitato, visualizza il numero di magie lanciate nel riquadro messaggi. nlRemindOnPriority=Se abilitato, lampeggia l''area di scelta del giocatore alla ricezione della priorità. nlPreselectPrevAbOrder=Se abilitato, preseleziona l''ultimo ordine di abilità simultaneo definito nella finestra di dialogo degli ordini. diff --git a/forge-gui/res/languages/ja-JP.properties b/forge-gui/res/languages/ja-JP.properties index 34c1ec6b9a9..1a554aaf845 100644 --- a/forge-gui/res/languages/ja-JP.properties +++ b/forge-gui/res/languages/ja-JP.properties @@ -92,6 +92,7 @@ cbUiForTouchScreen=タッチスクリーン向けに UI を強化 cbTimedTargOverlay=ターゲティングオーバーレイ最適化を有効にする cbCompactMainMenu=コンパクトメインサイドバーメニューを使用 cbDetailedPaymentDesc=支払いプロンプトでもスペル説明を表示する +cbGrayText=Gray out unmet conditions in card text cbPromptFreeBlocks=ブロック自動処理 cbPauseWhileMinimized=最小化中の一時停止 cbCompactPrompt=コンパクトプロンプト @@ -157,6 +158,7 @@ nlPromptFreeBlocks=有効にすると、ブロックするために0を支払う nlPauseWhileMinimized=有効にすると、Forge は最小化すると一時停止します(主に AI 対 AI)。 nlEscapeEndsTurn=有効にすると、エスケープキーは現在のターンを終了するための代替ショートカットとして機能します。 nlDetailedPaymentDesc=有効にすると、ターゲットを選択してコストを支払うときに、呪文/能力の詳細な説明が表示されます。 +nlGrayText=When enabled, ability text with unmet conditions will be grayed out in card detail panes. nlShowStormCount=有効にすると、現在のストームカウントがプロンプトパネルに表示されます。 nlRemindOnPriority=有効にすると、優先権が渡るプレーヤーの選択エリアをフラッシュします。 nlPreselectPrevAbOrder=有効にすると、順序付けダイアログで最後に選択した同時能力の順序が事前に選択されます。 diff --git a/forge-gui/res/languages/zh-CN.properties b/forge-gui/res/languages/zh-CN.properties index 821393d9b13..6cb02a36374 100644 --- a/forge-gui/res/languages/zh-CN.properties +++ b/forge-gui/res/languages/zh-CN.properties @@ -92,6 +92,7 @@ cbSROptimize=为屏幕阅读器启用UI优化 cbTimedTargOverlay=启用定位叠加优化 cbCompactMainMenu=使用紧凑的主侧边栏菜单 cbDetailedPaymentDesc=在付费提示中详细描述咒语 +cbGrayText=Gray out unmet conditions in card text cbPromptFreeBlocks=不阻塞处理 cbPauseWhileMinimized=暂停时最小化 cbCompactPrompt=紧凑型提示 @@ -157,6 +158,7 @@ nlPromptFreeBlocks=启用后如果你需要支付0来阻挡,则不会提示自 nlPauseWhileMinimized=启用后,Forge将在暂停时最小化(主要用于AI VS AI)。 nlEscapeEndsTurn=启用后,空格键可以用于结束当前回合的替代按键。 nlDetailedPaymentDesc=启用后,选择目标和支付费用的时候会显示详细的咒语/异能说明。 +nlGrayText=When enabled, ability text with unmet conditions will be grayed out in card detail panes. nlShowStormCount=启用后,提示窗格将会显示当前的风暴计数 nlRemindOnPriority=启用后,获得优先权时玩家区域将闪烁。 nlPreselectPrevAbOrder=启用后,将预先将异能排序。