Skip to content

Commit d0d1bd7

Browse files
committed
Add 'filtered by' string to all language files
1 parent b813eec commit d0d1bd7

35 files changed

+74
-36
lines changed

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
@@ -37,7 +37,8 @@
3737
"cordova-plugin-browser": {},
3838
"cordova-plugin-sftp": {},
3939
"cordova-plugin-system": {},
40-
"com.foxdebug.acode.rk.exec.terminal": {}
40+
"com.foxdebug.acode.rk.exec.terminal": {},
41+
"com.foxdebug.acode.rk.exec.proot": {}
4142
},
4243
"platforms": [
4344
"android"
@@ -62,6 +63,7 @@
6263
"@types/url-parse": "^1.4.11",
6364
"autoprefixer": "^10.4.21",
6465
"babel-loader": "^10.0.0",
66+
"com.foxdebug.acode.rk.exec.proot": "file:src/plugins/proot",
6567
"com.foxdebug.acode.rk.exec.terminal": "file:src/plugins/terminal",
6668
"cordova-android": "^14.0.1",
6769
"cordova-clipboard": "^1.3.0",

src/lang/ar-ye.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,6 @@
430430
"check for app updates": "Check for app updates",
431431
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432432
"keywords": "Keywords",
433-
"author": "Author"
433+
"author": "Author",
434+
"filtered by": "Filtered by"
434435
}

src/lang/be-by.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,5 +431,6 @@
431431
"check for app updates": "Check for app updates",
432432
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
433433
"keywords": "Keywords",
434-
"author": "Author"
434+
"author": "Author",
435+
"filtered by": "Filtered by"
435436
}

src/lang/bn-bd.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,6 @@
430430
"check for app updates": "Check for app updates",
431431
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432432
"keywords": "Keywords",
433-
"author": "Author"
433+
"author": "Author",
434+
"filtered by": "Filtered by"
434435
}

src/lang/cs-cz.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,6 @@
430430
"check for app updates": "Check for app updates",
431431
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432432
"keywords": "Keywords",
433-
"author": "Author"
433+
"author": "Author",
434+
"filtered by": "Filtered by"
434435
}

src/lang/de-de.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,6 @@
430430
"check for app updates": "Check for app updates",
431431
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432432
"keywords": "Keywords",
433-
"author": "Author"
433+
"author": "Author",
434+
"filtered by": "Filtered by"
434435
}

src/lang/en-us.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,6 @@
430430
"check for app updates": "Check for app updates",
431431
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432432
"keywords": "Keywords",
433-
"author": "Author"
433+
"author": "Author",
434+
"filtered by": "Filtered by"
434435
}

src/lang/es-sv.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,6 @@
430430
"check for app updates": "Check for app updates",
431431
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432432
"keywords": "Keywords",
433-
"author": "Author"
433+
"author": "Author",
434+
"filtered by": "Filtered by"
434435
}

src/lang/fr-fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,5 +430,6 @@
430430
"check for app updates": "Check for app updates",
431431
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432432
"keywords": "Keywords",
433-
"author": "Author"
433+
"author": "Author",
434+
"filtered by": "Filtered by"
434435
}

0 commit comments

Comments
 (0)