translate new option

This commit is contained in:
CCTV-1
2020-04-02 21:35:12 +08:00
parent 0aee987536
commit d3e83b2601
7 changed files with 18 additions and 8 deletions

View File

@@ -107,7 +107,7 @@ public enum VSubmenuPreferences implements IVSubmenu<CSubmenuPreferences> {
private final JCheckBox cbShowStormCount = new OptionsCheckBox(localizer.getMessage("cbShowStormCount")); private final JCheckBox cbShowStormCount = new OptionsCheckBox(localizer.getMessage("cbShowStormCount"));
private final JCheckBox cbRemindOnPriority = new OptionsCheckBox(localizer.getMessage("cbRemindOnPriority")); private final JCheckBox cbRemindOnPriority = new OptionsCheckBox(localizer.getMessage("cbRemindOnPriority"));
private final JCheckBox cbUseSentry = new OptionsCheckBox(localizer.getMessage("cbUseSentry")); private final JCheckBox cbUseSentry = new OptionsCheckBox(localizer.getMessage("cbUseSentry"));
private final JCheckBox cbEnableUnknownCards = new OptionsCheckBox("Enable Unknown Cards"); private final JCheckBox cbEnableUnknownCards = new OptionsCheckBox(localizer.getMessage("lblEnableUnknownCards"));
private final Map<FPref, KeyboardShortcutField> shortcutFields = new HashMap<>(); private final Map<FPref, KeyboardShortcutField> shortcutFields = new HashMap<>();
@@ -289,7 +289,7 @@ public enum VSubmenuPreferences implements IVSubmenu<CSubmenuPreferences> {
pnlPrefs.add(new NoteLabel(localizer.getMessage("nlLoadHistoricFormats")), descriptionConstraints); pnlPrefs.add(new NoteLabel(localizer.getMessage("nlLoadHistoricFormats")), descriptionConstraints);
pnlPrefs.add(cbEnableUnknownCards, titleConstraints); pnlPrefs.add(cbEnableUnknownCards, titleConstraints);
pnlPrefs.add(new NoteLabel("Enable Unknown Cards to be loaded to Unknown Set. (Requires restart)"), descriptionConstraints); pnlPrefs.add(new NoteLabel(localizer.getMessage("nlEnableUnknownCards")), descriptionConstraints);
// Graphic Options // Graphic Options
pnlPrefs.add(new SectionLabel(localizer.getMessage("GraphicOptions")), sectionConstraints + ", gaptop 2%"); pnlPrefs.add(new SectionLabel(localizer.getMessage("GraphicOptions")), sectionConstraints + ", gaptop 2%");

View File

@@ -332,8 +332,8 @@ public class SettingsPage extends TabPage<SettingsScreen> {
} }
},4); },4);
lstSettings.addItem(new BooleanSetting(FPref.UI_LOAD_UNKNOWN_CARDS, lstSettings.addItem(new BooleanSetting(FPref.UI_LOAD_UNKNOWN_CARDS,
"Enable Unknown Cards", localizer.getMessage("lblEnableUnknownCards"),
"Enable Unknown Cards to be loaded to Unknown Set. (Requires restart)"), localizer.getMessage("nlEnableUnknownCards")),
4); 4);
lstSettings.addItem(new CustomSelectSetting(FPref.UI_CARD_COUNTER_DISPLAY_TYPE, lstSettings.addItem(new CustomSelectSetting(FPref.UI_CARD_COUNTER_DISPLAY_TYPE,
localizer.getMessage("cbpCounterDisplayType"), localizer.getMessage("cbpCounterDisplayType"),

View File

@@ -977,6 +977,8 @@ lblPreloadExtendedArtCards=Erw. Kartenbilder bei Start laden
nlPreloadExtendedArtCards=Wenn aktiviert, werden erweiterte Kartenbilder bereits beim Start in den Speicher geladen. nlPreloadExtendedArtCards=Wenn aktiviert, werden erweiterte Kartenbilder bereits beim Start in den Speicher geladen.
lblShowFPSDisplay=FPS-Anzeige lblShowFPSDisplay=FPS-Anzeige
nlShowFPSDisplay=Aktiviert die Frames-per-second-Anzeige (Experimentell). nlShowFPSDisplay=Aktiviert die Frames-per-second-Anzeige (Experimentell).
lblEnableUnknownCards=Enable Unknown Cards
nlEnableUnknownCards=Enable Unknown Cards to be loaded to Unknown Set. (Requires restart)
#MatchScreen.java #MatchScreen.java
lblPlayers=Spieler lblPlayers=Spieler
lblLog=Bericht lblLog=Bericht

View File

@@ -977,6 +977,8 @@ lblPreloadExtendedArtCards=Preload Extended Art Cards
nlPreloadExtendedArtCards=When enabled, Preloads Extended Art Cards to Cache on Startup. nlPreloadExtendedArtCards=When enabled, Preloads Extended Art Cards to Cache on Startup.
lblShowFPSDisplay=Show FPS Display lblShowFPSDisplay=Show FPS Display
nlShowFPSDisplay=When enabled, show the FPS Display (Experimental). nlShowFPSDisplay=When enabled, show the FPS Display (Experimental).
lblEnableUnknownCards=Enable Unknown Cards
nlEnableUnknownCards=Enable Unknown Cards to be loaded to Unknown Set. (Requires restart)
#MatchScreen.java #MatchScreen.java
lblPlayers=Players lblPlayers=Players
lblLog=Log lblLog=Log

View File

@@ -977,6 +977,8 @@ lblPreloadExtendedArtCards=Precargar Cartas de Arte Extendido
nlPreloadExtendedArtCards=Cuando está habilitado, carga previamente las cartas de arte ampliadas en la caché al iniciar el programa. nlPreloadExtendedArtCards=Cuando está habilitado, carga previamente las cartas de arte ampliadas en la caché al iniciar el programa.
lblShowFPSDisplay=Mostrar FPS lblShowFPSDisplay=Mostrar FPS
nlShowFPSDisplay=Cuando está habilitado, muestra los FPS (Experimental). nlShowFPSDisplay=Cuando está habilitado, muestra los FPS (Experimental).
lblEnableUnknownCards=Enable Unknown Cards
nlEnableUnknownCards=Enable Unknown Cards to be loaded to Unknown Set. (Requires restart)
#MatchScreen.java #MatchScreen.java
lblPlayers=Jugadores lblPlayers=Jugadores
lblLog=Log lblLog=Log

View File

@@ -977,6 +977,8 @@ lblPreloadExtendedArtCards=Carte d''arte estese precaricate
nlPreloadExtendedArtCards=Se abilitato, precarica le carte artistiche estese nella cache all''avvio. nlPreloadExtendedArtCards=Se abilitato, precarica le carte artistiche estese nella cache all''avvio.
lblShowFPSDisplay=Mostra display FPS lblShowFPSDisplay=Mostra display FPS
nlShowFPSDisplay=Se abilitato, mostra il display FPS (sperimentale). nlShowFPSDisplay=Se abilitato, mostra il display FPS (sperimentale).
lblEnableUnknownCards=Enable Unknown Cards
nlEnableUnknownCards=Enable Unknown Cards to be loaded to Unknown Set. (Requires restart)
#MatchScreen.java #MatchScreen.java
lblPlayers=Giocatori lblPlayers=Giocatori
lblLog=Login lblLog=Login

View File

@@ -67,7 +67,7 @@ cbManaBurn=法术力灼烧
cbManaLostPrompt=提示法术力池将要清空 cbManaLostPrompt=提示法术力池将要清空
cbDevMode=开发人员模式 cbDevMode=开发人员模式
cbLoadCardsLazily=惰性加载卡牌脚本 cbLoadCardsLazily=惰性加载卡牌脚本
cbLoadHistoricFormats=加载史记赛制 cbLoadHistoricFormats=加载赛制
cbWorkshopSyntax=作坊语法检查 cbWorkshopSyntax=作坊语法检查
cbEnforceDeckLegality=套牌一致性 cbEnforceDeckLegality=套牌一致性
cbSideboardForAI=玩家为人工智能换备 cbSideboardForAI=玩家为人工智能换备
@@ -154,7 +154,7 @@ nlWorkshopSyntax=在作坊中启用卡牌脚本检查。注意:该功能任在
nlGameLogEntryType=更改游戏中日志显示的信息量。排序为最少到最详细。 nlGameLogEntryType=更改游戏中日志显示的信息量。排序为最少到最详细。
nlCloseAction=更改单击右上角X按钮时的动作 nlCloseAction=更改单击右上角X按钮时的动作
nlLoadCardsLazily=如果打开该选项Forge将在使用到卡牌脚本时才加载警告实验状态 nlLoadCardsLazily=如果打开该选项Forge将在使用到卡牌脚本时才加载警告实验状态
nlLoadHistoricFormats=如果打开Forge将加载史记赛制,这个能会导致游戏载入时间变长。 nlLoadHistoricFormats=如果打开Forge将加载赛制,这个能会导致游戏载入时间变长。
GraphicOptions=图形选项 GraphicOptions=图形选项
nlDefaultFontSize=UI中字体的默认大小。所有字体元素都相对于此缩放。需要重启 nlDefaultFontSize=UI中字体的默认大小。所有字体元素都相对于此缩放。需要重启
cbpMulliganRule = 调度规则 cbpMulliganRule = 调度规则
@@ -493,9 +493,9 @@ lblSavefailed=保存错误
#DialogChooseFormats.java #DialogChooseFormats.java
cbWantReprints=允许来自其他系列的重印牌 cbWantReprints=允许来自其他系列的重印牌
lblChooseFormats=选择赛制 lblChooseFormats=选择赛制
lblSanctioned=合法 lblSanctioned=常规
lblOther=其他 lblOther=其他
lblHistoric=十几 lblHistoric=旧赛制
lblCancel=取消 lblCancel=取消
#DialogChoosePoolDistribution.java #DialogChoosePoolDistribution.java
lblBlack= lblBlack=
@@ -977,6 +977,8 @@ lblPreloadExtendedArtCards=预加载拉伸卡图
nlPreloadExtendedArtCards=启用后,拉伸卡图将在启动时加载到缓存。 nlPreloadExtendedArtCards=启用后,拉伸卡图将在启动时加载到缓存。
lblShowFPSDisplay=显示当前的FPS值 lblShowFPSDisplay=显示当前的FPS值
nlShowFPSDisplay=启用后将在画面左上角显示当前Forge的FPS实验性特性 nlShowFPSDisplay=启用后将在画面左上角显示当前Forge的FPS实验性特性
lblEnableUnknownCards=启用未知牌张
nlEnableUnknownCards=将未知牌张加载到未知系列中。(需要重启)
#MatchScreen.java #MatchScreen.java
lblPlayers=玩家列表 lblPlayers=玩家列表
lblLog=日志 lblLog=日志