Skip to content

Commit b965666

Browse files
authored
Merge pull request #281 from Linaro/marcpe_refresh_unsupported
update unsupported apps that have been unblcoked
2 parents 69294ba + 99b4277 commit b965666

File tree

9 files changed

+32
-15
lines changed

9 files changed

+32
-15
lines changed

public/icons/VirtualBox.png

10 KB
Loading

public/locales/en/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,15 @@
156156
"engineering": "Engineering",
157157
"enterprise": "Enterprise",
158158
"entertainment": "Entertainment",
159+
"food-dining": "Food & Dining",
159160
"health": "Health & Fitness",
160161
"healthcare": "Healthcare",
161162
"it-sec-tools": "IT Security Tools",
162163
"it-tools-vdi": "IT Tools & VDI",
163164
"it": "IT Management",
165+
"kids-family": "Kids & Family",
164166
"library": "Library",
167+
"lifestyle": "Lifestyle",
165168
"multimedia": "Multimedia Design",
166169
"music": "Music",
167170
"nav": "Navigation & Maps",

public/locales/ja/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,15 @@
156156
"engineering": "エンジニアリング",
157157
"enterprise": "エンタープライズ",
158158
"entertainment": "エンターテインメント",
159+
"food-dining": "グルメ・レストラン",
159160
"health": "健康とフィットネス",
160161
"healthcare": "ヘルスケア",
161162
"it-sec-tools": "IT セキュリティツール",
162163
"it-tools-vdi": "IT ツールとVDI",
163164
"it": "IT 管理",
165+
"kids-family": "子ども・ファミリー",
164166
"library": "ライブラリ",
167+
"lifestyle": "暮らし",
165168
"multimedia": "マルチメディアデザイン",
166169
"music": "音楽",
167170
"nav": "ナビゲーションと地図",

public/locales/ko/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,15 @@
156156
"engineering": "엔지니어링",
157157
"enterprise": "엔터프라이즈",
158158
"entertainment": "엔터테인먼트",
159+
"food-dining": "맛집 & 음식",
159160
"health": "건강 및 피트니스",
160161
"healthcare": "헬스케어",
161162
"it-sec-tools": "IT 보안 도구",
162163
"it-tools-vdi": "IT 도구 및 VDI",
163164
"it": "IT 관리",
165+
"kids-family": "키즈 & 가족",
164166
"library": "라이브러리",
167+
"lifestyle": "라이프스타일",
165168
"multimedia": "멀티미디어 디자인",
166169
"music": "음악",
167170
"nav": "내비게이션 및 지도",

public/locales/zh/translation.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,15 @@
156156
"engineering": "工程",
157157
"enterprise": "企业",
158158
"entertainment": "娱乐",
159+
"food-dining": "美食与餐饮",
159160
"health": "健康与健身",
160161
"healthcare": "医疗",
161162
"it-sec-tools": "IT 安全工具",
162163
"it-tools-vdi": "IT 工具与VDI",
163164
"it": "IT 管理",
165+
"kids-family": "亲子与家庭",
164166
"library": "图书馆",
167+
"lifestyle": "生活方式",
165168
"multimedia": "多媒体设计",
166169
"music": "音乐",
167170
"nav": "导航与地图",
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
name: "Adobe After Effects"
33
categories: ['creative']
4-
compatibility: no
5-
display_result: "Unsupported"
6-
link: https://www.adobe.com/products/aftereffects.html
4+
compatibility: emulated
5+
display_result: "Compatible"
6+
version_from: 25.6
7+
link: https://community.adobe.com/t5/after-effects-beta-discussions/announcement-windows-on-arm-native-in-after-effects-beta/td-p/15434703
78
icon: AdobeAfterEffects.svg
89
---
910

10-
App is not available in creative cloud desktop app.
11+
Emulation support is in public Beta. Link to announcement provided.
12+
NOTE: Specific GPU driver is required
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
name: "Adobe Audition"
33
categories: ['creative']
4-
compatibility: no
5-
display_result: "Unsupported"
6-
link: https://www.adobe.com/products/audition.html
4+
compatibility: emulation
5+
display_result: "Compatible"
6+
version_from: 25.3
7+
link: https://community.adobe.com/t5/audition-beta-discussions/now-in-beta-windows-on-arm-native-in-audition-beta/td-p/15434721
78
icon: AdobeAudition.svg
89
---
910

10-
App is not available in creative cloud desktop app.
11+
Emulation support is in public Beta. Link to announcement provided.
12+
NOTE: Specific GPU driver is required
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
22
name: "Oracle VM VirtualBox"
3-
categories: ['business']
4-
compatibility: no
5-
display_result: "Unsupported"
6-
link: https://www.oracle.com/virtualization/technologies/vm/downloads/virtualbox-downloads.html
3+
categories: ['business', 'dev-tools']
4+
compatibility: native
5+
display_result: "Compatible"
6+
version_from: 7.2.0
7+
link: https://download.virtualbox.org/virtualbox/7.2.2/VirtualBox-7.2.2-170484-Win.exe
8+
icon: VirtualBox.png
79
---
8-
9-
Installation Fail "Oracle VM VirtualBox 7.0.6 Setup Wizard ended prematurely because of an error. Your system has not been modified ..."
10+
Supports Windows 11 Arm guest OS on Windows 11 Arm host.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
2-
name: Food & dining
2+
name: Food & Dining
33
description: Recipes, restaurants and all things foodie!
44
---

0 commit comments

Comments
 (0)