Skip to content

Commit ecdac33

Browse files
Catalan updates.
Some work still required - I'll provide feedback later today.
1 parent 155323c commit ecdac33

9 files changed

+66
-82
lines changed

lang/ui.ca.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "About action"
55
},
66
"about-comic": {
7-
"defaultMessage": "Còmic de tres panells titulat \"MicroPython Rocks\" de Mike Rowbit. Una serp de dibuixos animats presenta a Damien, dient \"Et presento Damien... Va crear MicroPython\". Dues serps parlen de MicroPython. La serp groga diu \"MicroPython està dissenyat per funcionar en ordinadors molt petits\". \"Com la teva micro:bit de la BBC\" respon la serp morada.\" La serp groga continua \"Però Python pot executar-se a qualsevol lloc\". La serp morada hi està d'acord, dient \"Com en aquest bastidor de servidors que fan funcionar llocs de web enormes\". El fons darrere de les serps mostra un bastidor de servidors.",
7+
"defaultMessage": "Còmic de tres panells titulat \"MicroPython Rocks\" de Mike Rowbit. Una serp de dibuixos animats presenta a Damien, dient \"Et presento Damien... Va crear MicroPython\". Dues serps parlen de MicroPython. La serp groga diu \"MicroPython està dissenyat per funcionar en ordinadors molt petits\". \"Com la teva BBC micro:bit\" respon la serp morada.\" La serp groga continua \"Però Python pot executar-se a qualsevol lloc\". La serp morada hi està d'acord, dient \"Com en aquest bastidor de servidors que fan funcionar llocs de web enormes\". El fons darrere de les serps mostra un bastidor de servidors.",
88
"description": "Alt text for comic in the about dialog"
99
},
1010
"about-microbit": {
@@ -28,7 +28,7 @@
2828
"description": "Change made to file"
2929
},
3030
"api-description": {
31-
"defaultMessage": "Per a l'ús i els exemples, consulta <link>Reference</link>(Referència)",
31+
"defaultMessage": "Per a l'ús i els exemples, consulta <link>Reference</link>",
3232
"description": "Extended description at the top of the API tab"
3333
},
3434
"api-tab": {
@@ -56,7 +56,7 @@
5656
"description": "Heading in API documentation for the methods in a Python class"
5757
},
5858
"back-action": {
59-
"defaultMessage": "enrera (back)",
59+
"defaultMessage": "enrera",
6060
"description": "Back button text"
6161
},
6262
"back-to-main": {
@@ -88,27 +88,27 @@
8888
"description": "Shown in load dialog to confirm actions"
8989
},
9090
"choose-main-source-add-file": {
91-
"defaultMessage": "Afegeix el fitxer {target} (objectiu) des de {source} (font)",
91+
"defaultMessage": "Afegeix el fitxer {target} des de {source} ",
9292
"description": "Shown in load dialog to confirm actions"
9393
},
9494
"choose-main-source-add-main-code": {
95-
"defaultMessage": "Afegeix el programa principal de {source} (font)",
95+
"defaultMessage": "Afegeix el programa principal de {source}",
9696
"description": "Shown in load dialog to confirm actions"
9797
},
9898
"choose-main-source-replace-file": {
99-
"defaultMessage": "Substitueix el fitxer {target} (objectiu) per {source} (font)",
99+
"defaultMessage": "Substitueix el fitxer {target} per {source}",
100100
"description": "Shown in load dialog to confirm actions"
101101
},
102102
"choose-main-source-replace-main-code": {
103103
"defaultMessage": "Substitueix el programa principal per {source}",
104104
"description": "Shown in load dialog to confirm actions"
105105
},
106106
"clear": {
107-
"defaultMessage": "Esborra (clear)",
107+
"defaultMessage": "Esborra",
108108
"description": "Aria label for the search input"
109109
},
110110
"close-action": {
111-
"defaultMessage": "Tanca (close)",
111+
"defaultMessage": "Tanca ",
112112
"description": "Close button text"
113113
},
114114
"code-editor": {
@@ -360,11 +360,11 @@
360360
"description": "Code structure setting label"
361361
},
362362
"highlight-code-structure-full": {
363-
"defaultMessage": "Ple (full)",
363+
"defaultMessage": "Full",
364364
"description": "Highlight code structure option"
365365
},
366366
"highlight-code-structure-none": {
367-
"defaultMessage": "Cap (None)",
367+
"defaultMessage": "None",
368368
"description": "Highlight code structure option"
369369
},
370370
"highlight-code-structure-simple": {
@@ -431,7 +431,7 @@
431431
"description": "Links to MicroPython history in the about dialog"
432432
},
433433
"micropython-source-code": {
434-
"defaultMessage": "MicroPython <linkV1>source code for the micro:bit V1</linkV1>(codi font per la micro:bit V1) i <linkV2>micro:bit V2</linkV2>",
434+
"defaultMessage": "MicroPython <linkV1>source code for the micro:bit V1</linkV1> i <linkV2>micro:bit V2</linkV2>",
435435
"description": "Links to the MicroPython source code in the about dialog"
436436
},
437437
"more-action": {
@@ -487,7 +487,7 @@
487487
"description": "Checklist text in the no micro:bit found dialog"
488488
},
489489
"not-found-checklist-two": {
490-
"defaultMessage": "Si tens una <strong>micro:bit V1</strong>, potser hauràs de <link>update the firmware</link>(actualitzar el microprogramari)",
490+
"defaultMessage": "Si tens una <strong>micro:bit V1</strong>, potser hauràs de <link>update the firmware</link>",
491491
"description": "Checklist text in the no micro:bit found dialog"
492492
},
493493
"not-found-message": {
@@ -607,7 +607,7 @@
607607
"description": "Action text to expand a collapsed section"
608608
},
609609
"redo": {
610-
"defaultMessage": "Refer (redo)",
610+
"defaultMessage": "Refer",
611611
"description": "Aria label for the redo button"
612612
},
613613
"reference-tab": {
@@ -635,7 +635,7 @@
635635
"description": "Number of results from a search. Uses ICU syntax for pluralisation: https://formatjs.io/docs/core-concepts/icu-syntax/#plural-format."
636636
},
637637
"save-action": {
638-
"defaultMessage": "Desa (save)",
638+
"defaultMessage": "Desa",
639639
"description": "Save button text"
640640
},
641641
"save-file-action": {
@@ -811,7 +811,7 @@
811811
"description": "Compass simulator panel title"
812812
},
813813
"simulator-compass-heading-one": {
814-
"defaultMessage": "Encapçalament",
814+
"defaultMessage": "Orientació",
815815
"description": "Sub heading for simulator Compass panel"
816816
},
817817
"simulator-compass-heading-two": {
@@ -863,7 +863,7 @@
863863
"description": "Simulator gesture option"
864864
},
865865
"simulator-gesture-face-down": {
866-
"defaultMessage": "cara avall",
866+
"defaultMessage": "cara avall ",
867867
"description": "Simulator gesture option"
868868
},
869869
"simulator-gesture-face-up": {
@@ -891,7 +891,7 @@
891891
"description": "Aria label for the simulator gesture send button"
892892
},
893893
"simulator-gesture-shake": {
894-
"defaultMessage": "sacsejar",
894+
"defaultMessage": "sacseja",
895895
"description": "Simulator gesture option"
896896
},
897897
"simulator-gesture-up": {
@@ -1039,7 +1039,7 @@
10391039
"description": "Explanation shown instead of the code editor for third-party modules."
10401040
},
10411041
"third-party-module-how-to": {
1042-
"defaultMessage": "Permet editar mòduls de tercers a <link>Settings</link> (configuració) per modificar aquest mòdul.",
1042+
"defaultMessage": "Permet editar mòduls de tercers a <link>Settings</link> per modificar aquest mòdul.",
10431043
"description": "Explanation of how to allow editing for third-party modules."
10441044
},
10451045
"timeout-error-description": {
@@ -1079,11 +1079,11 @@
10791079
"description": "Aria label for the undo button"
10801080
},
10811081
"unexpected-error-description": {
1082-
"defaultMessage": "Si us plau, torna-ho a provar o <link>raise a support request</link> (proposa una sol·licitud d'ajuda)",
1082+
"defaultMessage": "Si us plau, torna-ho a provar o <link>raise a support request</link> .",
10831083
"description": "Text shown for unexpected error scenarios"
10841084
},
10851085
"unexpected-error-title": {
1086-
"defaultMessage": "Si us plau, torna-ho a provar o <link>raise a support request</link> (proposa una sol·licitud d'ajuda)",
1086+
"defaultMessage": "Si us plau, torna-ho a provar o <link>raise a support request</link>.",
10871087
"description": "Text shown for unexpected error scenarios"
10881088
},
10891089
"untitled-project": {

public/workers/pyright-locale-464-9c46dfe42136c4e17686.worker.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)