Skip to content

Commit

Permalink
Another sync for unanticipated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Nov 13, 2023
1 parent b1c6221 commit 9701353
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions lang/ui.es-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"description": "Language option text"
},
"less-action": {
"defaultMessage": "Less",
"defaultMessage": "menos",
"description": "Less button text (showing less content)"
},
"load-error-makecode-info": {
Expand Down Expand Up @@ -439,7 +439,7 @@
"description": "Links to the MicroPython source code in the about dialog"
},
"more-action": {
"defaultMessage": "More",
"defaultMessage": "mas",
"description": "More button text (showing more/further content)"
},
"more-connect-options": {
Expand Down Expand Up @@ -1035,7 +1035,7 @@
"description": "Support menu option text"
},
"terms-of-use": {
"defaultMessage": "Terms of use",
"defaultMessage": "Términos de uso",
"description": "Terms of use menu option text"
},
"third-party-module-explanation": {
Expand Down
2 changes: 1 addition & 1 deletion lang/ui.ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@
"description": "Support menu option text"
},
"terms-of-use": {
"defaultMessage": "Terms of use",
"defaultMessage": "이용 약관",
"description": "Terms of use menu option text"
},
"third-party-module-explanation": {
Expand Down
6 changes: 3 additions & 3 deletions lang/ui.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"description": "Language option text"
},
"less-action": {
"defaultMessage": "Less",
"defaultMessage": "更少",
"description": "Less button text (showing less content)"
},
"load-error-makecode-info": {
Expand Down Expand Up @@ -439,7 +439,7 @@
"description": "Links to the MicroPython source code in the about dialog"
},
"more-action": {
"defaultMessage": "More",
"defaultMessage": "更多",
"description": "More button text (showing more/further content)"
},
"more-connect-options": {
Expand Down Expand Up @@ -1035,7 +1035,7 @@
"description": "Support menu option text"
},
"terms-of-use": {
"defaultMessage": "Terms of use",
"defaultMessage": "使用条款",
"description": "Terms of use menu option text"
},
"third-party-module-explanation": {
Expand Down
6 changes: 3 additions & 3 deletions lang/ui.zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"description": "Language option text"
},
"less-action": {
"defaultMessage": "Less",
"defaultMessage": "查看較少",
"description": "Less button text (showing less content)"
},
"load-error-makecode-info": {
Expand Down Expand Up @@ -439,7 +439,7 @@
"description": "Links to the MicroPython source code in the about dialog"
},
"more-action": {
"defaultMessage": "More",
"defaultMessage": "查看較多",
"description": "More button text (showing more/further content)"
},
"more-connect-options": {
Expand Down Expand Up @@ -1035,7 +1035,7 @@
"description": "Support menu option text"
},
"terms-of-use": {
"defaultMessage": "Terms of use",
"defaultMessage": "網站使用條款",
"description": "Terms of use menu option text"
},
"third-party-module-explanation": {
Expand Down
6 changes: 3 additions & 3 deletions src/messages/ui.es-es.json
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@
"less-action": [
{
"type": 0,
"value": "Less"
"value": "menos"
}
],
"load-error-makecode-info": [
Expand Down Expand Up @@ -890,7 +890,7 @@
"more-action": [
{
"type": 0,
"value": "More"
"value": "mas"
}
],
"more-connect-options": [
Expand Down Expand Up @@ -2214,7 +2214,7 @@
"terms-of-use": [
{
"type": 0,
"value": "Terms of use"
"value": "Términos de uso"
}
],
"third-party-module-explanation": [
Expand Down
2 changes: 1 addition & 1 deletion src/messages/ui.ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,7 @@
"terms-of-use": [
{
"type": 0,
"value": "Terms of use"
"value": "이용 약관"
}
],
"third-party-module-explanation": [
Expand Down
6 changes: 3 additions & 3 deletions src/messages/ui.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@
"less-action": [
{
"type": 0,
"value": "Less"
"value": "更少"
}
],
"load-error-makecode-info": [
Expand Down Expand Up @@ -894,7 +894,7 @@
"more-action": [
{
"type": 0,
"value": "More"
"value": "更多"
}
],
"more-connect-options": [
Expand Down Expand Up @@ -2223,7 +2223,7 @@
"terms-of-use": [
{
"type": 0,
"value": "Terms of use"
"value": "使用条款"
}
],
"third-party-module-explanation": [
Expand Down
6 changes: 3 additions & 3 deletions src/messages/ui.zh-tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
"less-action": [
{
"type": 0,
"value": "Less"
"value": "查看較少"
}
],
"load-error-makecode-info": [
Expand Down Expand Up @@ -890,7 +890,7 @@
"more-action": [
{
"type": 0,
"value": "More"
"value": "查看較多"
}
],
"more-connect-options": [
Expand Down Expand Up @@ -2222,7 +2222,7 @@
"terms-of-use": [
{
"type": 0,
"value": "Terms of use"
"value": "網站使用條款"
}
],
"third-party-module-explanation": [
Expand Down

0 comments on commit 9701353

Please sign in to comment.