i18n cleanup 5 (#683)

This commit is contained in:
3gf8jv4dv 2025-01-18 22:17:12 +08:00 committed by GitHub
parent 5a60eb4423
commit 22c89e9f8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@
- Android
*注:由于没有相关开发环境及证书,**目前没有计划支持 iOS 和 HarmonyOS NEXT**。*<br>
***注:目前没有计划支持 iOS 和 HarmonyOS NEXT**。*<br>
*桌面版项目地址:<https://github.com/lyswhut/lx-music-desktop>*
软件变化请查看[更新日志](https://github.com/lyswhut/lx-music-mobile/blob/master/CHANGELOG.md)。
@ -34,7 +34,7 @@
使用常见问题请参阅[移动版常见问题](https://lyswhut.github.io/lx-music-doc/mobile/faq)。
目前本项目的原始发布地址只有 [**GitHub Releases**](https://github.com/lyswhut/lx-music-mobile/releases),其他渠道均为第三方转载发布,与本项目无关!
目前本项目的原始发布地址只有 [**GitHub**](https://github.com/lyswhut/lx-music-mobile/releases),其他渠道均为第三方转载发布,与本项目无关!
为了提高使用门槛本软件内的默认设置、UI 操作不以新手友好为目标,所以使用前建议先根据你的喜好浏览调整一遍软件设置,阅读一遍[音乐播放列表机制](https://lyswhut.github.io/lx-music-doc/mobile/faq/playlist)。

View File

@ -90,8 +90,8 @@ export const initSetting = async() => {
await migrateMetaData()
} catch (err: any) {
void tipDialog({
title: '数据迁移失败 (Migrate data Failed)',
message: `加企鹅群(830125506)或到GitHub反馈为了防止数据丢失应用将停止运行错误信息:\n${(err.stack ?? err.message) as string}`,
title: '数据迁移失败 (Failed to migrate data)',
message: `截图并在 GitHub 反馈。为了防止数据丢失,应用将停止运行。错误信息:\n${(err.stack ?? err.message) as string}`,
btnText: 'Exit',
bgClose: false,
}).then(() => {

View File

@ -71,7 +71,7 @@ export default memo(() => {
<View style={styles.part}>
<Text style={styles.text}></Text>
<TouchableOpacity onPress={openGHReleasePage}>
<Text style={textLinkStyle}>GitHub Release</Text>
<Text style={textLinkStyle}>GitHub Releases</Text>
</TouchableOpacity>
</View>
<View style={styles.part}>

View File

@ -8,7 +8,7 @@ const errorHandler = (e: Error, isFatal: boolean) => {
Alert.alert(
'💥Unexpected error occurred💥',
`
bug😭GitHub反馈APP后重新启
bug 😭 GitHub
Error:
${isFatal ? 'Fatal:' : ''} ${e.name} ${e.message}

View File

@ -550,7 +550,7 @@ export const cheatTip = async() => {
return tipDialog({
title: '谨防被骗提示',
message: `1. 本项目无微信公众号之类的所谓「官方账号」也未在小米、华为、vivo 等应用商店发布应用商店内的「LX Music」「洛雪音乐」相关的应用全部属于假冒应用,谨防被骗!\n
message: `1. 本项目无微信公众号之类的所谓「官方账号」也未在小米、华为、vivo 等应用商店发布应用商店内的「LX Music」「洛雪音乐」相关的应用全部属于假冒应用,谨防被骗!\n
2. 广使使广\n
3. GitHub`,
btnText: '我知道了 (Close)',