chromium-certificate/ChromiumCertificate/Localizable.xcstrings
Astrian Zheng d8d2ad48e5
feat: 添加应用多语言国际化支持
- 新增英文、日文、粤语支持
- 添加本地化图片资源
- 更新 Xcode 项目配置支持多语言
- 重构代码使用本地化字符串

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 11:11:17 +11:00

200 lines
5.3 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sourceLanguage" : "en",
"strings" : {
"LISTVIEW_CLOSE" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Close"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "閉じる"
}
},
"yue" : {
"stringUnit" : {
"state" : "translated",
"value" : "閂"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "关闭"
}
}
}
},
"LISTVIEW_NO_CHRIMIUM_APPS_FOUND" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "No Chromium-based apps detected! Keep it up!"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Chromiumアプリは検出されませんでしたその調子で頑張ってください"
}
},
"yue" : {
"stringUnit" : {
"state" : "translated",
"value" : "冇搵度Chromium嘅app望君繼續努力"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "你的电脑没有遭受 Chromium 的荼毒!望君继续努力。"
}
}
}
},
"LISTVIEW_TITLE" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "All Chromium-based Apps"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Chromiumベースのアプリ一覧"
}
},
"yue" : {
"stringUnit" : {
"state" : "translated",
"value" : "所有基於Chromium嘅app"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "所有带有 Chromium 的应用程序"
}
}
}
},
"MAINVIEW_CHROMIUM_COUNTER %lld" : {
"comment" : "Showing below the “congratulations” (喜报) title",
"extractionState" : "manual",
"localizations" : {
"en" : {
"variations" : {
"plural" : {
"one" : {
"stringUnit" : {
"state" : "translated",
"value" : "%lld app with Chromium discovered in this Mac"
}
},
"other" : {
"stringUnit" : {
"state" : "translated",
"value" : "%lld apps with Chromium discovered in this Mac"
}
},
"zero" : {
"stringUnit" : {
"state" : "translated",
"value" : "No Chromium apps found on this Mac!"
}
}
}
}
},
"ja" : {
"variations" : {
"plural" : {
"other" : {
"stringUnit" : {
"state" : "translated",
"value" : "このMacに%lld個のChromiumアプリが見つかりました"
}
},
"zero" : {
"stringUnit" : {
"state" : "translated",
"value" : "このMacにはChromiumアプリがありません"
}
}
}
}
},
"yue" : {
"variations" : {
"plural" : {
"other" : {
"stringUnit" : {
"state" : "new",
"value" : "%lld apps with Chromium discovered in this Mac"
}
},
"zero" : {
"stringUnit" : {
"state" : "translated",
"value" : "係呢台Mac上冇搵度任何Chromium app"
}
}
}
}
},
"zh-Hans" : {
"variations" : {
"plural" : {
"other" : {
"stringUnit" : {
"state" : "translated",
"value" : "这台 Mac 上一共有 %lld 个 Chromium"
}
},
"zero" : {
"stringUnit" : {
"state" : "translated",
"value" : "这台 Mac 一个 Chromium 都没有!"
}
}
}
}
}
}
},
"MAINVIEW_SEE_LIST" : {
"extractionState" : "manual",
"localizations" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "View List"
}
},
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "リストを見る"
}
},
"zh-Hans" : {
"stringUnit" : {
"state" : "translated",
"value" : "查看列表"
}
}
}
}
},
"version" : "1.0"
}