Skip to content

Commit efd4bfb

Browse files
authored
Merge branch 'Acode-Foundation:main' into ai-test
2 parents 4e7bc0f + cec8fba commit efd4bfb

38 files changed

+670
-153
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.sh text eol=lf

package-lock.json

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"cordova-plugin-browser": {},
3939
"cordova-plugin-sftp": {},
4040
"cordova-plugin-system": {},
41-
"com.foxdebug.acode.rk.exec.terminal": {}
41+
"com.foxdebug.acode.rk.exec.terminal": {},
42+
"com.foxdebug.acode.rk.exec.proot": {}
4243
},
4344
"platforms": [
4445
"android"
@@ -63,6 +64,7 @@
6364
"@types/url-parse": "^1.4.11",
6465
"autoprefixer": "^10.4.21",
6566
"babel-loader": "^10.0.0",
67+
"com.foxdebug.acode.rk.exec.proot": "file:src/plugins/proot",
6668
"com.foxdebug.acode.rk.exec.terminal": "file:src/plugins/terminal",
6769
"cordova-android": "^14.0.1",
6870
"cordova-clipboard": "^1.3.0",

src/lang/ar-ye.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,8 @@
428428
"contributors": "المساهمون",
429429
"quicktools:hyphen": "إدراج شرطة",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author",
434+
"filtered by": "Filtered by"
432435
}

src/lang/be-by.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,5 +429,8 @@
429429
"contributors": "Contributors",
430430
"quicktools:hyphen": "Insert hyphen symbol",
431431
"check for app updates": "Check for app updates",
432-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
432+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
433+
"keywords": "Keywords",
434+
"author": "Author",
435+
"filtered by": "Filtered by"
433436
}

src/lang/bn-bd.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,8 @@
428428
"contributors": "অবদানকারী",
429429
"quicktools:hyphen": "হাইফেন যুক্ত করুন",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author",
434+
"filtered by": "Filtered by"
432435
}

src/lang/cs-cz.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,8 @@
428428
"contributors": "Contributors",
429429
"quicktools:hyphen": "Insert hyphen symbol",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author",
434+
"filtered by": "Filtered by"
432435
}

src/lang/de-de.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,8 @@
428428
"contributors": "Mitwirkende",
429429
"quicktools:hyphen": "Bindestrich-Symbol einfügen",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author",
434+
"filtered by": "Filtered by"
432435
}

src/lang/en-us.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,8 @@
428428
"contributors": "Contributors",
429429
"quicktools:hyphen": "Insert hyphen symbol",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author",
434+
"filtered by": "Filtered by"
432435
}

src/lang/es-sv.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,8 @@
428428
"contributors": "Contributors",
429429
"quicktools:hyphen": "Insert hyphen symbol",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author",
434+
"filtered by": "Filtered by"
432435
}

0 commit comments

Comments
 (0)