
5 changed files with 60 additions and 0 deletions
-
3Platform/iOS/zh-Hans.lproj/InfoPlist.strings
-
30Platform/zh-Hans.lproj/Localizable.strings
-
20Platform/zh-Hans.lproj/Localizable.stringsdict
-
4UTM.xcodeproj/project.pbxproj
-
3zh-Hans.lproj/QEMULauncher-InfoPlist.strings
@ -0,0 +1,20 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
|||
<plist version="1.0"> |
|||
<dict> |
|||
<key>%lld Cores</key> |
|||
<dict> |
|||
<key>NSStringLocalizedFormatKey</key> |
|||
<string>%#@cores@</string> |
|||
<key>cores</key> |
|||
<dict> |
|||
<key>NSStringFormatSpecTypeKey</key> |
|||
<string>NSStringPluralRuleType</string> |
|||
<key>NSStringFormatValueTypeKey</key> |
|||
<string>lld</string> |
|||
<key>other</key> |
|||
<string>%lld 核心</string> |
|||
</dict> |
|||
</dict> |
|||
</dict> |
|||
</plist> |
@ -0,0 +1,3 @@ |
|||
/* Bundle name */ |
|||
"CFBundleName" = "QEMULauncher"; |
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue