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 Nov 24, 2024
1 parent 305da1b commit 1ea34de
Show file tree
Hide file tree
Showing 4 changed files with 300 additions and 2 deletions.
54 changes: 54 additions & 0 deletions FinderOpen/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"sourceLanguage" : "en",
"strings" : {
"CFBundleDisplayName" : {
"comment" : "Bundle display name",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "FinderOpen"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "FinderOpen"
}
}
}
},
"CFBundleName" : {
"comment" : "Bundle name",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "FinderOpen"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "FinderOpen"
}
}
}
},
"NSHumanReadableCopyright" : {
"comment" : "Copyright (human-readable)",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : ""
}
}
}
}
},
"version" : "1.0"
}
8 changes: 8 additions & 0 deletions Pearcleaner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
C7F8436C2CBF066F00E3E30A /* Localizable.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = C7F8436A2CBF066F00E3E30A /* Localizable.xcstrings */; };
C7FB173B2B96321300B96F9A /* AppsListView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7FB173A2B96321300B96F9A /* AppsListView.swift */; };
C7FEBA112BDC422200AE195F /* AppSearchView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C7FEBA102BDC422200AE195F /* AppSearchView.swift */; };
F6DBC0A02CF3EA2300D8EF91 /* InfoPlist.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = F6DBC09F2CF3EA2300D8EF91 /* InfoPlist.xcstrings */; };
F6DBC0A22CF3EA2300D8EF91 /* InfoPlist.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = F6DBC0A12CF3EA2300D8EF91 /* InfoPlist.xcstrings */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -143,6 +145,8 @@
C7F8436A2CBF066F00E3E30A /* Localizable.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = Localizable.xcstrings; sourceTree = "<group>"; };
C7FB173A2B96321300B96F9A /* AppsListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppsListView.swift; sourceTree = "<group>"; };
C7FEBA102BDC422200AE195F /* AppSearchView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppSearchView.swift; sourceTree = "<group>"; };
F6DBC09F2CF3EA2300D8EF91 /* InfoPlist.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = InfoPlist.xcstrings; sourceTree = "<group>"; };
F6DBC0A12CF3EA2300D8EF91 /* InfoPlist.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; path = InfoPlist.xcstrings; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -233,6 +237,7 @@
C77B90242AF2D796009CC655 /* Pearcleaner.entitlements */,
C77B90072AF18E2F009CC655 /* Assets.xcassets */,
C7F8436A2CBF066F00E3E30A /* Localizable.xcstrings */,
F6DBC0A12CF3EA2300D8EF91 /* InfoPlist.xcstrings */,
);
path = Resources;
sourceTree = "<group>";
Expand Down Expand Up @@ -290,6 +295,7 @@
C78121642BC892A000BE06BD /* FinderOpen */ = {
isa = PBXGroup;
children = (
F6DBC09F2CF3EA2300D8EF91 /* InfoPlist.xcstrings */,
C78121652BC892A000BE06BD /* FinderOpen.swift */,
C78121672BC892A000BE06BD /* Info.plist */,
C78121682BC892A000BE06BD /* FinderOpen.entitlements */,
Expand Down Expand Up @@ -422,6 +428,7 @@
files = (
C77B90082AF18E2F009CC655 /* Assets.xcassets in Resources */,
C7A27E812AFD7C4600166168 /* com.alienator88.PearcleanerSentinel.plist in Resources */,
F6DBC0A22CF3EA2300D8EF91 /* InfoPlist.xcstrings in Resources */,
C7F8436B2CBF066F00E3E30A /* Localizable.xcstrings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand All @@ -430,6 +437,7 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
F6DBC0A02CF3EA2300D8EF91 /* InfoPlist.xcstrings in Resources */,
C7F8436C2CBF066F00E3E30A /* Localizable.xcstrings in Resources */,
C7A6DBF12C9DD27200CFA042 /* Assets.xcassets in Resources */,
);
Expand Down
114 changes: 114 additions & 0 deletions Pearcleaner/Resources/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
{
"sourceLanguage" : "en",
"strings" : {
"CFBundleDisplayName" : {
"comment" : "Bundle display name",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Pearcleaner"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "Pearcleaner"
}
}
}
},
"CFBundleGetInfoString" : {
"comment" : "Get Info string",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : ""
}
}
}
},
"CFBundleName" : {
"comment" : "Bundle name",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Pearcleaner"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "Pearcleaner"
}
}
}
},
"NSAppleEventsUsageDescription" : {
"comment" : "Privacy - AppleEvents Sending Usage Description",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Pearcleaner needs to send Apple Events to Finder to delete files"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "Pearcleaner 需要將 Apple Event 傳送至 Finder 以刪除檔案"
}
}
}
},
"NSHumanReadableCopyright" : {
"comment" : "Copyright (human-readable)",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : ""
}
}
}
},
"NSSystemAdministrationUsageDescription" : {
"comment" : "Privacy - System Administration Usage Description",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : "Pearcleaner requires full disk access to be able to delete files in locations with no permission"
}
},
"zh-HK" : {
"stringUnit" : {
"state" : "translated",
"value" : "Pearcleaner 需要完整磁碟取用權限才能在沒有權限的位置刪除檔案"
}
}
}
},
"NSSystemExtensionUsageDescription" : {
"comment" : "Privacy - System Extension Usage Description",
"extractionState" : "extracted_with_value",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "new",
"value" : ""
}
}
}
}
},
"version" : "1.0"
}
Loading

0 comments on commit 1ea34de

Please sign in to comment.