Skip to content

Commit

Permalink
Import translations for zh-HK
Browse files Browse the repository at this point in the history
  • Loading branch information
changanmoon committed Mar 31, 2024
1 parent df2dbd2 commit 25ed4ab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Platform/zh-HK.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"A valid backend must be specified." = "必須指定有效的後端。";

/* UTMScriptingAppDelegate */
"A valid configuration must be specified." = "必須指定有效的配置。";
"A valid configuration must be specified." = "必須指定有效的設定。";

/* UTMAppleConfiguration */
"A valid kernel image must be specified." = "必須指定有效的內核映像檔。";
Expand Down Expand Up @@ -341,6 +341,9 @@
/* No comment provided by engineer. */
"Do you want to delete this VM and all its data?" = "你要刪除此虛擬電腦及其所有資料嗎?";

/* No comment provided by engineer. */
"Do you want to download '%@'?" = "你要下載「%@」嗎?";

/* No comment provided by engineer. */
"Do you want to duplicate this VM and all its data?" = "你要製作此虛擬電腦及其所有資料的副本嗎?";

Expand All @@ -359,9 +362,15 @@
/* No comment provided by engineer. */
"Do you want to remove this shortcut? The data will not be deleted." = "你要刪除此捷徑嗎?資料不會被刪除。";

/* No comment provided by engineer. */
"Download" = "下載";

/* No comment provided by engineer. */
"Download prebuilt from UTM Gallery…" = "從 UTM 虛擬電腦庫下載預構建⋯";

/* No comment provided by engineer. */
"Download VM" = "下載虛擬電腦";

/* No comment provided by engineer. */
"Drag and drop IPSW file here" = "拖放 IPSW 檔至此";

Expand Down Expand Up @@ -592,12 +601,18 @@
/* UTMRemoteServer */
"Invalid backend." = "無效的後端。";

/* VMWizardState */
"Invalid drive size specified." = "指定的磁碟大小無效。";

/* UTMData */
"Invalid JitStreamer attach URL:\n%@" = "無效的 JitStreamer 附加 URL:%@";

/* VMConfigAppleNetworkingView */
"Invalid MAC address." = "無效的 MAC 位址。";

/* VMWizardState */
"Invalid RAM size specified." = "指定的記憶體大小無效。";

/* No comment provided by engineer. */
"Invert scrolling" = "反轉捲動";

Expand Down
2 changes: 2 additions & 0 deletions UTM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2053,6 +2053,7 @@
E68D492228AC018E00D34C54 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/Localizable.strings"; sourceTree = "<group>"; };
E68D492328AC018E00D34C54 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
E6F791192903EEC6000BAAC9 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
F617FC532BB92ACA007674D8 /* zh-HK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-HK"; path = "zh-HK.lproj/Info-Remote-InfoPlist.strings"; sourceTree = "<group>"; };
F69A203F2BB7E59100BB13DD /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Info-Remote-InfoPlist.strings"; sourceTree = "<group>"; };
F6DA2DA52AAFED5F0070DCD1 /* zh-HK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-HK"; path = "zh-HK.lproj/VMDisplayMetalViewInputAccessory.strings"; sourceTree = "<group>"; };
F6DA2DA62AAFED5F0070DCD1 /* zh-HK */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-HK"; path = "zh-HK.lproj/VMDisplayWindow.strings"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -4268,6 +4269,7 @@
isa = PBXVariantGroup;
children = (
F69A203F2BB7E59100BB13DD /* zh-Hans */,
F617FC532BB92ACA007674D8 /* zh-HK */,
);
name = "Info-Remote-InfoPlist.strings";
sourceTree = "<group>";
Expand Down

0 comments on commit 25ed4ab

Please sign in to comment.