You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/en.ts
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@ export default {
2
2
addedToGitignore: 'Added {{line}} to .gitignore',
3
3
androidCrunchPngsWarning:
4
4
'The crunchPngs option of android seems not disabled (Please ignore this warning if already disabled), which may cause abnormal consumption of mobile network traffic. Please refer to https://cresc.dev/docs/getting-started#disable-crunchpngs-on-android \n',
5
+
aabOpenApksFailed: 'Failed to open generated .apks file',
6
+
aabReadUniversalApkFailed: 'Failed to read universal.apk',
7
+
aabUniversalApkNotFound: 'universal.apk not found in generated .apks',
8
+
aabManifestNotFound:
9
+
"AndroidManifest.xml can't be found in AAB base/manifest/",
10
+
aabParseResourcesWarning: '[Warning] Failed to parse resources.arsc: {{error}}',
0 commit comments