This commit is contained in:
2024-09-04 17:18:13 +08:00
parent 3da318ec71
commit 74fe0457f0
276 changed files with 901 additions and 14439 deletions

View File

@ -25,7 +25,7 @@ class MessageLookup extends MessageLookupByLibrary {
static String m1(v0, v1) =>
"Network anomaly!\nThis may be that your network environment has DNS pollution, please try to replace DNS.\nOr the server is being maintained or attacked and tried it later.\nEnter the offline mode ...\n\nPlease use it carefully in the offline mode.\nThe current version of the construction date: ${v0}\n QQ group: 940696487\nError message: ${v1}";
static String m2(v0, v1) => "SCToolBox V ${v0} ${v1}";
static String m2(v0, v1) => "SCToolBox ${v0} ${v1}";
static String m3(v0) => "Initialization failure: ${v0}";
@ -198,7 +198,7 @@ class MessageLookup extends MessageLookupByLibrary {
"about_app_description": MessageLookupByLibrary.simpleMessage(
"Not just about localization!\n\nThe SCToolBox is your helper to explore the verse. We are committed to solving common in-game problems for citizens, in addition to facilitating localization from the community, game performance tuning, and localization of some commonly used website."),
"about_check_update":
MessageLookupByLibrary.simpleMessage("Check for updates"),
MessageLookupByLibrary.simpleMessage("Get the full version"),
"about_disclaimer": MessageLookupByLibrary.simpleMessage(
"This is an unofficial Star Citizen fan-made tools, not affiliated with the Cloud Imperium group of companies. All content on this Software not authored by its host or users are property of their respective owners. \nStar Citizen®, Roberts Space Industries® and Cloud Imperium® are registered trademarks of Cloud Imperium Rights LLC."),
"about_info_latest_version": MessageLookupByLibrary.simpleMessage(

View File

@ -20,7 +20,7 @@ typedef String MessageIfAbsent(String messageStr, List<dynamic> args);
class MessageLookup extends MessageLookupByLibrary {
String get localeName => 'ja';
static String m2(v0, v1) => "SCToolBox V ${v0} ${v1}";
static String m2(v0, v1) => "SCToolBox ${v0} ${v1}";
static String m19(v0, v1) => "ダウンロード: ${v0}/s アップロード:${v1}/s";

View File

@ -25,7 +25,7 @@ class MessageLookup extends MessageLookupByLibrary {
static String m1(v0, v1) =>
"网络异常!\n这可能是您的网络环境存在DNS污染请尝试更换DNS。\n或服务器正在维护或遭受攻击,稍后再试。 \n进入离线模式... \n\n请谨慎在离线模式中使用。 \n当前版本构建日期:${v0}\n QQ群940696487 \n错误信息:${v1}";
static String m2(v0, v1) => "SC汉化盒子 V${v0} ${v1}";
static String m2(v0, v1) => "SC汉化盒子 ${v0} ${v1}";
static String m3(v0) => "初始化失败:${v0}";
@ -180,7 +180,7 @@ class MessageLookup extends MessageLookupByLibrary {
"about_analytics_units_user": MessageLookupByLibrary.simpleMessage(""),
"about_app_description": MessageLookupByLibrary.simpleMessage(
"不仅仅是汉化!\n\nSC汉化盒子是你探索宇宙的好帮手我们致力于为各位公民解决游戏中的常见问题并为社区汉化、性能调优、常用网站汉化 等操作提供便利。"),
"about_check_update": MessageLookupByLibrary.simpleMessage("检查更新"),
"about_check_update": MessageLookupByLibrary.simpleMessage("安装完整版"),
"about_disclaimer": MessageLookupByLibrary.simpleMessage(
"这是一个非官方的星际公民工具,不隶属于 Cloud Imperium 公司集团。 本软件中非由其主机或用户创作的所有内容均为其各自所有者的财产。 \nStar Citizen®、Roberts Space Industries® 和 Cloud Imperium® 是 Cloud Imperium Rights LLC 的注册商标。"),
"about_info_latest_version":

View File

@ -25,7 +25,7 @@ class MessageLookup extends MessageLookupByLibrary {
static String m1(v0, v1) =>
"網路異常!\n這可能是您的網路環境存在DNS汙染請嘗試更換DNS。\n或伺服器正在維護或遭受攻擊,稍後再試。 \n進入離線模式... \n\n請謹慎在離線模式中使用。 \n目前版本構建日期:${v0}\n QQ群940696487 \n錯誤資訊:${v1}";
static String m2(v0, v1) => "SC工具箱 V${v0} ${v1}";
static String m2(v0, v1) => "SC工具箱 ${v0} ${v1}";
static String m3(v0) => "初始化失敗:${v0}";
@ -179,7 +179,7 @@ class MessageLookup extends MessageLookupByLibrary {
"about_analytics_units_user": MessageLookupByLibrary.simpleMessage(""),
"about_app_description": MessageLookupByLibrary.simpleMessage(
"這個工具能做的不僅僅是翻譯!\n\nSC工具箱是你探索宇宙的好幫手我們致力於為各位公民解決遊戲中的常見問題並為社群翻譯、性能改善、常用網站翻譯 等操作提供便利。"),
"about_check_update": MessageLookupByLibrary.simpleMessage("檢查更新"),
"about_check_update": MessageLookupByLibrary.simpleMessage("安裝完整版"),
"about_disclaimer": MessageLookupByLibrary.simpleMessage(
"SC工具箱非官方的星際公民工具不隸屬於 Cloud Imperium 公司集團。 本軟體中非由其主機或使用者創作的所有內容均為其各自所有者的財產。 \nStar Citizen®、Roberts Space Industries® 和 Cloud Imperium® 是 Cloud Imperium Rights LLC 的註冊商標。"),
"about_info_latest_version":

View File

@ -70,10 +70,10 @@ class S {
);
}
/// `SCToolBox V {v0} {v1}`
/// `SCToolBox {v0} {v1}`
String app_index_version_info(Object v0, Object v1) {
return Intl.message(
'SCToolBox V $v0 $v1',
'SCToolBox $v0 $v1',
name: 'app_index_version_info',
desc: '',
args: [v0, v1],
@ -90,10 +90,10 @@ class S {
);
}
/// `Check for updates`
/// `Get the full version`
String get about_check_update {
return Intl.message(
'Check for updates',
'Get the full version',
name: 'about_check_update',
desc: '',
args: [],