8000 Add user guide and accessibility to help menu by microbit-grace · Pull Request #1214 · microbit-foundation/python-editor-v3 · GitHub
[go: up one dir, main page]

Skip to content

Add user guide and accessi 8000 bility to help menu #1214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm install --no-save @microbit-foundation/python-editor-v3-microbit@0.2.0-dev.43 @microbit-foundation/website-deploy-aws@0.6.0 @microbit-foundation/website-deploy-aws-config@0.9.0 @microbit-foundation/circleci-npm-package-versioner@1
- run: npm install --no-save @microbit-foundation/python-editor-v3-microbit@0.2.0-dev.45 @microbit-foundation/website-deploy-aws@0.6.0 @microbit-foundation/website-deploy-aws-config@0.9.0 @microbit-foundation/circleci-npm-package-versioner@1
if: github.repository_owner == 'microbit-foundation'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 8 additions & 0 deletions lang/ui.ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "Llegeix més sobre MicroPython",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "S'ha afegit el fitxer {changeName}",
"description": "Change made to file"
Expand Down Expand Up @@ -1122,6 +1126,10 @@
"defaultMessage": "Fitxer actualitzat {changeName}",
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "visita microbit.org (s'obre en una pestanya nova)",
"description": "alt text for logo link to .org"
Expand Down
8 changes: 8 additions & 0 deletions lang/ui.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "Mehr über MicroPython lesen",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "Datei {changeName} hinzugefügt",
"description": "Change made to file"
Expand Down Expand Up @@ -1122,6 +1126,10 @@
"defaultMessage": "Aktualisierte Datei {changeName}",
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "besuche microbit.org (öffnet in neuen Tab)",
"description": "alt text for logo link to .org"
Expand Down
10 changes: 9 additions & 1 deletion lang/ui.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "Read more about MicroPython",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "Added file {changeName}",
"description": "Change made to file"
Expand Down Expand Up @@ -1123,6 +1127,10 @@
"defaultMessage": "Updated file {changeName}",
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "visit microbit.org (opens in a new tab)",
"description": "alt text for logo link to .org"
Expand Down Expand Up @@ -1183,4 +1191,4 @@
"defaultMessage": "Zoom out",
"description": "Text label for zoom out button"
}
}
}
8 changes: 8 additions & 0 deletions lang/ui.es-es.json
< 9E7A td class="blob-num blob-num-addition empty-cell">
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "Leer más sobre MicroPython",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "Archivo {changeName} añadido",
"description": "Change made to file"
Expand Down Expand Up @@ -1122,6 +1126,10 @@
"defaultMessage": "Archivo {changeName} actualizado",
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "visitar microbit.org (abre en una nueva pestaña)",
"description": "alt text for logo link to .org"
Expand Down
8 changes: 8 additions & 0 deletions lang/ui.fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "En savoir plus sur MicroPython",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "Fichier ajouté {changeName}",
"description": "Change made to file"
Expand Down Expand Up @@ -1122,6 +1126,10 @@
"defaultMessage": "Le fichier {changeName} a été mis à jour",
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "visiter microbit.org (s’ouvre dans un nouvel onglet)",
"description": "alt text for logo link to .org"
Expand Down
8 changes: 8 additions & 0 deletions lang/ui.ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "MicroPythonについてもっと読む",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "ファイル {changeName} を追加しました",
"description": "Change made to file"
Expand Down Expand Up @@ -1122,6 +1126,10 @@
"defaultMessage": "ファイル {changeName} を更新しました",
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "microbit.orgにアクセスします(新しいタブで開きます)",
"description": "alt text for logo link to .org"
Expand Down
8 changes: 8 additions & 0 deletions lang/ui.ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "MicroPython 세부 정보 표시하기",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "{changeName} 파일 추가됨",
"description": "Change made to file"
Expand Down Expand Up @@ -1122,6 +1126,10 @@
"defaultMessage": "{changeName} 파일 업데이트됨",
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "microbit.org 방문(새 탭에서 열기)",
"description": "alt text for logo link to .org"
Expand Down
8 changes: 8 additions & 0 deletions lang/ui.lol.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "crwdns331366:0crwdne331366:0",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "crwdns331368:0{changeName}crwdne331368:0",
"description": "Change made to file"
Expand Down Expand Up @@ -1122,6 +1126,10 @@
"defaultMessage": "crwdns331782:0{changeName}crwdne331782:0",
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "crwdns331784:0crwdne331784:0",
"description": "alt text for logo link to .org"
Expand Down
8 changes: 8 additions & 0 deletions lang/ui.nl.json
106D2
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "Lees meer over MicroPython",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "Toegevoegd bestand {changeName}",
"description": "Change made to file"
Expand Down Expand Up @@ -1122,6 +1126,10 @@
"defaultMessage": "Bestand {changeName} bijgewerkt",
"description": "Change made to file"
},
"user-guide": {
4F6 "defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "bezoek microbit.org (opent in een nieuw tabblad)",
"description": "alt text for logo link to .org"
Expand Down
8 changes: 8 additions & 0 deletions lang/ui.pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "Dowiedz się więcej o MicroPythonie",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "Dodany plik {changeName}",
"description": "Change made to file"
Expand Down Expand Up @@ -1122,6 +1126,10 @@
"defaultMessage": "Zaktualizowany plik {changeName}",
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "odwiedź microbit.org (otwiera się w nowej karcie)",
"description": "alt text for logo link to .org"
Expand Down
8 changes: 8 additions & 0 deletions lang/ui.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "阅读更多有关 MicroPython 的信息",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "已添加文件 {changeName}",
"description": "Change made to file"
Expand Down Expand Up @@ -1122,6 +1126,10 @@
"defaultMessage": "已更新文件 {changeName}",
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "访问 microbit.org (在新标签页中打开)",
"description": "alt text for logo link to .org"
Expand Down
8 changes: 8 additions & 0 deletions lang/ui.zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"defaultMessage": "深入瞭解 MicroPython",
"description": "Aria label to expand a collapsed section about MicroPython"
},
"accessibility": {
"defaultMessage": "Accessibility",
"description": "Menu item for link to accessibility site"
},
"added-change": {
"defaultMessage": "已新增檔案 {changeName}",
"description": "Change made to file"
Expand Down Expand Up @@ -1122,6 +1126,10 @@
"defaultMessage": "已更新檔案 {changeName}",
"description": "Change made to file"
},
"user-guide": {
"defaultMessage": "User guide",
"description": "Menu item for link to user guide site"
},
"visit-dot-org": {
"defaultMessage": "造訪 microbit.org (在新索引標籤中開啟)",
"description": "alt text for logo link to .org"
Expand Down
2 changes: 2 additions & 0 deletions src/deployment/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export interface DeploymentConfig {

supportLink?: string;
guideLink?: string;
userGuideLink?: string;
accessibilityLink?: string;
termsOfUseLink?: string;
privacyPolicyLink?: string;
translationLink?: string;
Expand Down
12 changes: 12 additions & 0 deletions src/messages/ui.ca.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
"value": "Llegeix més sobre MicroPython"
}
],
"accessibility": [
{
"type": 0,
"value": "Accessibility"
}
],
"added-change": [
{
"type": 0,
Expand Down Expand Up @@ -2405,6 +2411,12 @@
"value": "changeName"
}
],
"user-guide": [
{
"type": 0,
"value": "User guide"
}
],
"visit-dot-org": [
{
"type": 0,
Expand Down
12 changes: 12 additions & 0 deletions src/messages/ui.de.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
"value": "Mehr über MicroPython lesen"
}
],
"accessibility": [
{
"type": 0,
"value": "Accessibility"
}
],
"added-change": [
{
"type": 0,
Expand Down Expand Up @@ -2487,6 +2493,12 @@
"value": "changeName"
}
],
"user-guide": [
{
"type": 0,
"value": "User guide"
}
],
"visit-dot-org": [
{
"type": 0,
Expand Down
12 changes: 12 additions & 0 deletions src/messages/ui.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
"value": "Read more about MicroPython"
}
],
"accessibility": [
{
"type": 0,
"value": "Accessibility"
}
],
"added-change": [
{
"type": 0,
Expand Down Expand Up @@ -2439,6 +2445,12 @@
"value": "changeName"
}
],
"user-guide": [
{
"type": 0,
"value": "User guide"
}
],
"visit-dot-org": [
{
"type": 0,
Expand Down
12 changes: 12 additions & 0 deletions src/messages/ui.es-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@
"value": "Leer más sobre MicroPython"
}
],
"accessibility": [
{
"type": 0,
"value": "Accessibility"
}
],
"added-change": [
{
"type": 0,
Expand Down Expand Up @@ -2431,6 +2437,12 @@
"value": " actualizado"
}
],
"user-guide": [
{
"type": 0,
"value": "User guide"
}
],< 5393 /span>
"visit-dot-org": [
{
"type": 0,
Expand Down
Loading
0