10 lines
393 B
Dart
10 lines
393 B
Dart
abstract class Strings {
|
|
static const fieldGameVersion = '遊戲版本';
|
|
static const fieldPath = '安裝路徑';
|
|
static const fieldEula = '我同意 EULA 條款';
|
|
static const buttonStartToInstall = '開始安裝';
|
|
static const buttonBrowse = '瀏覽';
|
|
static const tooltipEulaInfo = '點擊查看 EULA 條款';
|
|
static const dialogTitleSelectDirectory = '選擇安裝目錄';
|
|
}
|