mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 09:04:45 +08:00
l10: update
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -20,7 +20,7 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'zh_CN';
|
||||
|
||||
static String m0(v0, v1) => "SC汉化盒子 V${v0} ${v1}";
|
||||
static String m0(v0, v1) => "SC汉化盒子 V${v0} ${v1}";
|
||||
|
||||
static String m1(v0) => "初始化失败:${v0}";
|
||||
|
||||
@ -43,7 +43,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
static String m10(v0) =>
|
||||
"为注册表项添加 ForcedPhysicalSectorSizeInBytes 值 模拟旧设备。硬盘分区(${v0})";
|
||||
|
||||
static String m11(v0) => "中文安装路径!这可能会导致游戏 启动/安装 错误!(${v0}),请在RSI启动器更换安装路径。";
|
||||
static String m11(V0) => "中文安装路径!这可能会导致游戏 启动/安装 错误!(${V0}),请在RSI启动器更换安装路径。";
|
||||
|
||||
static String m12(v0) => "点击修复为您创建 LIVE 文件夹,完成后重试安装。(${v0})";
|
||||
|
||||
@ -127,7 +127,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
static String m48(v0, v1, v2, v3, v4) =>
|
||||
"系统:${v0}\n\n处理器:${v1}\n\n内存大小:${v2}GB\n\n显卡信息:\n${v3}\n\n硬盘信息:\n${v4}\n\n";
|
||||
|
||||
static String m49(v0) => "处理失败!:${v0}";
|
||||
static String m49(V0) => "处理失败!:${V0}";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
@ -167,10 +167,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"app_index_menu_tools": MessageLookupByLibrary.simpleMessage("工具"),
|
||||
"app_index_version_info": m0,
|
||||
"app_init_failed_with_reason": m1,
|
||||
"app_language_code": MessageLookupByLibrary.simpleMessage("zh_CN"),
|
||||
"app_language_name": MessageLookupByLibrary.simpleMessage("简体中文"),
|
||||
"app_shortcut_name":
|
||||
MessageLookupByLibrary.simpleMessage("SC汉化盒子DEV.lnk"),
|
||||
"app_splash_almost_done":
|
||||
MessageLookupByLibrary.simpleMessage("即将完成..."),
|
||||
"app_splash_almost_done": MessageLookupByLibrary.simpleMessage("即将完成…"),
|
||||
"app_splash_checking_availability":
|
||||
MessageLookupByLibrary.simpleMessage("正在检测可用性,这可能需要一点时间..."),
|
||||
"app_splash_checking_for_updates":
|
||||
|
@ -20,7 +20,7 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
|
||||
class MessageLookup extends MessageLookupByLibrary {
|
||||
String get localeName => 'zh_TW';
|
||||
|
||||
static String m0(v0, v1) => "SC漢化盒子 V${v0} ${v1}";
|
||||
static String m0(v0, v1) => "SC漢化盒子 V${v0} ${v1}";
|
||||
|
||||
static String m1(v0) => "初始化失敗:${v0}";
|
||||
|
||||
@ -43,7 +43,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
static String m10(v0) =>
|
||||
"為註冊表項添加 ForcedPhysicalSectorSizeInBytes 值 模擬舊設備。硬盤分區(${v0})";
|
||||
|
||||
static String m11(v0) => "中文安裝路徑!這可能會導致遊戲 啟動/安裝 錯誤!(${v0}),請在RSI啟動器更換安裝路徑。";
|
||||
static String m11(V0) => "中文安裝路徑!這可能會導致遊戲 啟動/安裝 錯誤!(${V0}),請在RSI啟動器更換安裝路徑。";
|
||||
|
||||
static String m12(v0) => "點擊修復為您創建 LIVE 文件夾,完成後重試安裝。(${v0})";
|
||||
|
||||
@ -127,7 +127,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
static String m48(v0, v1, v2, v3, v4) =>
|
||||
"系統:${v0}\n\n處理器:${v1}\n\n內存大小:${v2}GB\n\n顯卡信息:\n${v3}\n\n硬盤信息:\n${v4}\n\n";
|
||||
|
||||
static String m49(v0) => "處理失敗!:${v0}";
|
||||
static String m49(V0) => "處理失敗!:${V0}";
|
||||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static Map<String, Function> _notInlinedMessages(_) => <String, Function>{
|
||||
@ -167,10 +167,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
"app_index_menu_tools": MessageLookupByLibrary.simpleMessage("工具"),
|
||||
"app_index_version_info": m0,
|
||||
"app_init_failed_with_reason": m1,
|
||||
"app_language_code": MessageLookupByLibrary.simpleMessage("zh_TW"),
|
||||
"app_language_name": MessageLookupByLibrary.simpleMessage("繁體中文"),
|
||||
"app_shortcut_name":
|
||||
MessageLookupByLibrary.simpleMessage("SC漢化盒子DEV.lnk"),
|
||||
"app_splash_almost_done":
|
||||
MessageLookupByLibrary.simpleMessage("即將完成..."),
|
||||
"app_splash_almost_done": MessageLookupByLibrary.simpleMessage("即將完成…"),
|
||||
"app_splash_checking_availability":
|
||||
MessageLookupByLibrary.simpleMessage("正在檢測可用性,這可能需要一點時間..."),
|
||||
"app_splash_checking_for_updates":
|
||||
|
File diff suppressed because it is too large
Load Diff
1004
lib/l10n/intl_en.arb
1004
lib/l10n/intl_en.arb
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,8 @@
|
||||
{
|
||||
"@@locale": "zh_CN",
|
||||
"@auto_translate_locale": "zh-cn",
|
||||
"app_language_name": "简体中文",
|
||||
"app_language_code": "zh_CN",
|
||||
"app_index_version_info": "SC汉化盒子 V{v0} {v1}",
|
||||
"@app_index_version_info": {},
|
||||
"app_shortcut_name": "SC汉化盒子DEV.lnk",
|
||||
|
@ -1,5 +1,8 @@
|
||||
{
|
||||
"@@locale": "zh_TW",
|
||||
"@auto_translate_locale": "zh-tw",
|
||||
"app_language_name": "繁體中文",
|
||||
"app_language_code": "zh_TW",
|
||||
"app_index_version_info": "SC漢化盒子 V{v0} {v1}",
|
||||
"@app_index_version_info": {},
|
||||
"app_shortcut_name": "SC漢化盒子DEV.lnk",
|
||||
|
@ -51,7 +51,7 @@ class App extends HookConsumerWidget {
|
||||
builder: (context, child) {
|
||||
return MediaQuery(
|
||||
data:
|
||||
MediaQuery.of(context).copyWith(textScaler: TextScaler.noScaling),
|
||||
MediaQuery.of(context).copyWith(textScaler: TextScaler.noScaling),
|
||||
child: child ?? const SizedBox(),
|
||||
);
|
||||
},
|
||||
@ -65,10 +65,10 @@ class App extends HookConsumerWidget {
|
||||
micaBackgroundColor: appState.themeConf.micaColor,
|
||||
buttonTheme: ButtonThemeData(
|
||||
defaultButtonStyle: ButtonStyle(
|
||||
shape: ButtonState.all(RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(4),
|
||||
side: BorderSide(color: Colors.white.withOpacity(.01)))),
|
||||
))),
|
||||
shape: ButtonState.all(RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(4),
|
||||
side: BorderSide(color: Colors.white.withOpacity(.01)))),
|
||||
))),
|
||||
debugShowCheckedModeBanner: false,
|
||||
routeInformationParser: router.routeInformationParser,
|
||||
routerDelegate: router.routerDelegate,
|
||||
@ -108,10 +108,10 @@ Widget _defaultWebviewTitleBar(BuildContext context) {
|
||||
const SizedBox(width: 12),
|
||||
(state.isLoading)
|
||||
? const SizedBox(
|
||||
width: 24,
|
||||
height: 24,
|
||||
child: ProgressRing(),
|
||||
)
|
||||
width: 24,
|
||||
height: 24,
|
||||
child: ProgressRing(),
|
||||
)
|
||||
: const SizedBox(width: 24),
|
||||
const SizedBox(width: 12),
|
||||
SelectableText(state.url ?? ""),
|
||||
|
@ -505,7 +505,12 @@ class HomeUI extends HookConsumerWidget {
|
||||
style: const TextStyle(fontSize: 18),
|
||||
),
|
||||
const SizedBox(height: 4),
|
||||
Text(item.infoString),
|
||||
Text(
|
||||
item.infoString,
|
||||
style: TextStyle(
|
||||
fontSize: 14,
|
||||
color: Colors.white.withOpacity(.6)),
|
||||
),
|
||||
],
|
||||
)),
|
||||
if (item.key == "localization" &&
|
||||
@ -580,6 +585,7 @@ class HomeUI extends HookConsumerWidget {
|
||||
padding: const EdgeInsets.only(top: 4),
|
||||
child: Text(
|
||||
info,
|
||||
maxLines: 1,
|
||||
style: TextStyle(
|
||||
fontSize: 12,
|
||||
color: Colors.white.withOpacity(.6)),
|
||||
|
@ -75,7 +75,8 @@ class IndexUI extends HookConsumerWidget {
|
||||
pane: NavigationPane(
|
||||
selected: curIndex.value,
|
||||
items: getNavigationPaneItems(curIndex),
|
||||
size: const NavigationPaneSize(openWidth: 64),
|
||||
size: NavigationPaneSize(
|
||||
openWidth: S.current.app_language_code.startsWith("zh") ? 64 : 74),
|
||||
),
|
||||
paneBodyBuilder: (item, child) {
|
||||
return FocusTraversalGroup(
|
||||
@ -103,7 +104,7 @@ class IndexUI extends HookConsumerWidget {
|
||||
icon: Padding(
|
||||
padding: const EdgeInsets.only(top: 6, bottom: 6),
|
||||
child: SizedBox(
|
||||
width: 32,
|
||||
width: S.current.app_language_code.startsWith("zh") ? 32 : 42,
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
|
Reference in New Issue
Block a user