📄 retireresources_de.java
字号:
/**
* @version 1.2 1999-10-13
* @author Cay Horstmann
*/
import java.util.*;
import java.awt.*;
public class RetireResources_de
extends java.util.ListResourceBundle
{ public Object[][] getContents() { return contents; }
static final Object[][] contents =
{ // BEGIN LOCALIZE
{ "language", "Sprache" },
{ "computeButton", "Rechnen" },
{ "savings", "Vorherige Ersparnisse" },
{ "contrib", "J鋒rliche Einzahlung" },
{ "income", "Einkommen nach Ruhestand" },
{ "currentAge", "Jetziges Alter" },
{ "retireAge", "Ruhestandsalter" },
{ "deathAge", "Lebenserwartung" },
{ "inflationPercent", "Inflation" },
{ "investPercent", "Investitionsgewinn" },
{ "retire", "Alter: {0,number} Guthaben: {1,number,currency}" },
{ "colorPre", Color.yellow },
{ "colorGain", Color.black },
{ "colorLoss", Color.red }
// END LOCALIZE
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -