|
8 | 8 | "description": "Alt text for comic in the about dialog"
|
9 | 9 | },
|
10 | 10 | "about-microbit": {
|
11 |
| - "defaultMessage": "Fet amb amor per la <link>Micro:bit Educational Foundation and contributors</link>", |
| 11 | + "defaultMessage": "Fet amb amor per la <link>Micro:bit Educational Foundation i els col·laboradors</link>", |
12 | 12 | "description": "Text in about dialog"
|
13 | 13 | },
|
14 | 14 | "about-micropython": {
|
|
28 | 28 | "description": "Change made to file"
|
29 | 29 | },
|
30 | 30 | "api-description": {
|
31 |
| - "defaultMessage": "Per a l'ús i els exemples, consulta <link>Reference</link>", |
| 31 | + "defaultMessage": "Per a l'ús i els exemples, consulta <link>Referència</link>", |
32 | 32 | "description": "Extended description at the top of the API tab"
|
33 | 33 | },
|
34 | 34 | "api-tab": {
|
35 | 35 | "defaultMessage": "API",
|
36 | 36 | "description": "API tab button text"
|
37 | 37 | },
|
38 | 38 | "apidocs-baseclass": {
|
39 |
| - "defaultMessage": "{baseClassCount, plural, one {base class} other {base classes: }}", |
| 39 | + "defaultMessage": "{baseClassCount, plural, one {classe base} other {classes base: }}", |
40 | 40 | "description": "Prefix for a single base class or a list of base classes. Uses ICU syntax for pluralisation: https://formatjs.io/docs/core-concepts/icu-syntax/#plural-format."
|
41 | 41 | },
|
42 | 42 | "apidocs-classes": {
|
|
56 | 56 | "description": "Heading in API documentation for the methods in a Python class"
|
57 | 57 | },
|
58 | 58 | "back-action": {
|
59 |
| - "defaultMessage": "enrera", |
| 59 | + "defaultMessage": "Enrera", |
60 | 60 | "description": "Back button text"
|
61 | 61 | },
|
62 | 62 | "back-to-main": {
|
|
304 | 304 | "description": "Warning text for new Python file name with whitespace"
|
305 | 305 | },
|
306 | 306 | "firmware-update-link": {
|
307 |
| - "defaultMessage": "Has d'actualitzar el teu microprogramari <link>update your firmware</link> abans de poder connectar-te a aquesta micro:bit.", |
| 307 | + "defaultMessage": "Has d'<link>actualitzar el teu microprogramari</link> abans de poder connectar amb aquesta micro:bit.", |
308 | 308 | "description": "Text in the firmware update dialog"
|
309 | 309 | },
|
310 | 310 | "firmware-update-message": {
|
|
340 | 340 | "description": "Font size option text"
|
341 | 341 | },
|
342 | 342 | "guide-link": {
|
343 |
| - "defaultMessage": "Per obtenir més suport, consulta la guia de l'editor de Python <link>Python Editor guide </link>", |
| 343 | + "defaultMessage": "Per obtenir més suport, consulta la <link>guia de l'Editor de Python</link>", |
344 | 344 | "description": "Text with an external link to support/help content"
|
345 | 345 | },
|
346 | 346 | "help": {
|
|
360 | 360 | "description": "Code structure setting label"
|
361 | 361 | },
|
362 | 362 | "highlight-code-structure-full": {
|
363 |
| - "defaultMessage": "Full", |
| 363 | + "defaultMessage": "Ple", |
364 | 364 | "description": "Highlight code structure option"
|
365 | 365 | },
|
366 | 366 | "highlight-code-structure-none": {
|
367 |
| - "defaultMessage": "None", |
| 367 | + "defaultMessage": "Cap", |
368 | 368 | "description": "Highlight code structure option"
|
369 | 369 | },
|
370 | 370 | "highlight-code-structure-simple": {
|
371 |
| - "defaultMessage": "Simple", |
| 371 | + "defaultMessage": "Senzill", |
372 | 372 | "description": "Highlight code structure option"
|
373 | 373 | },
|
374 | 374 | "ideas-tab": {
|
|
431 | 431 | "description": "Links to MicroPython history in the about dialog"
|
432 | 432 | },
|
433 | 433 | "micropython-source-code": {
|
434 |
| - "defaultMessage": "MicroPython <linkV1>source code for the micro:bit V1</linkV1> i <linkV2>micro:bit V2</linkV2>", |
| 434 | + "defaultMessage": "MicroPython <linkV1>codi font per a la micro:bit V1</linkV1> i <linkV2>micro:bit V2</linkV2>", |
435 | 435 | "description": "Links to the MicroPython source code in the about dialog"
|
436 | 436 | },
|
437 | 437 | "more-action": {
|
|
443 | 443 | "description": "Aria label for the additional actions menu to the right of the Send to micro:bit button"
|
444 | 444 | },
|
445 | 445 | "more-ideas": {
|
446 |
| - "defaultMessage": "<link>More ideas</link> Més idees.", |
| 446 | + "defaultMessage": "<link>Més idees</link>", |
447 | 447 | "description": "Link to more ideas on the microbit.org website at the end of the ideas section"
|
448 | 448 | },
|
449 | 449 | "more-save-options": {
|
450 | 450 | "defaultMessage": "Més opcions de desar",
|
451 | 451 | "description": "Aria label for the additional actions menu to the right of the Save button"
|
452 | 452 | },
|
453 | 453 | "multiple-files-message-one": {
|
454 |
| - "defaultMessage": "Aquest projecte conté els fitxers {fileCount, plural, other {{fileCount} files}}, però només s'ha baixat <strong>main.py</strong>.", |
| 454 | + "defaultMessage": "Aquest projecte conté els fitxers {fileCount, plural, other {{fileCount} fitxers}}, però només s'ha baixat <strong>main.py</strong>.", |
455 | 455 | "description": "Message in dialog shown when multiple files are available for download. Uses ICU syntax for pluralisation: https://formatjs.io/docs/core-concepts/icu-syntax/#plural-format. In practice, fileCount will always be two or more."
|
456 | 456 | },
|
457 | 457 | "multiple-files-message-two": {
|
|
483 | 483 | "description": "Next button text"
|
484 | 484 | },
|
485 | 485 | "not-found-checklist-one": {
|
486 |
| - "defaultMessage": "La teva <strong>micro:bit està connectada</strong>? Has <link>follow these steps</link>? seguit aquests passos?", |
| 486 | + "defaultMessage": "La teva <strong>micro:bit està connectada</strong>? Has <link>seguit aquests passos</link>?", |
487 | 487 | "description": "Checklist text in the no micro:bit found dialog"
|
488 | 488 | },
|
489 | 489 | "not-found-checklist-two": {
|
490 |
| - "defaultMessage": "Si tens una <strong>micro:bit V1</strong>, potser hauràs de <link>update the firmware</link>", |
| 490 | + "defaultMessage": "Si tens una <strong>micro:bit V1</strong>, potser hauries d'<link>actualitzar el microprogramari</link>", |
491 | 491 | "description": "Checklist text in the no micro:bit found dialog"
|
492 | 492 | },
|
493 | 493 | "not-found-message": {
|
|
503 | 503 | "description": "Title for the micro:bit found dialog"
|
504 | 504 | },
|
505 | 505 | "not-found-update-link": {
|
506 |
| - "defaultMessage": "Has d'actualitzar el teu microprogramari <link>update your firmware</link> abans de poder connectar-te a aquesta micro:bit.", |
| 506 | + "defaultMessage": "Has d'<link>actualitzar el teu microprogramari</link> abans de poder connectar amb aquesta micro:bit.", |
507 | 507 | "description": "Text in the no micro:bit found dialog"
|
508 | 508 | },
|
509 | 509 | "open-action": {
|
|
559 | 559 | "description": "Title of dialog shown after the user saves the project as a hex file."
|
560 | 560 | },
|
561 | 561 | "post-save-transfer-hex": {
|
562 |
| - "defaultMessage": "Per executar aquest fitxer hexadecimal a la teva micro:bit segueix aquests passos <link>follow these steps</link>.", |
| 562 | + "defaultMessage": "Per executar aquest fitxer hexadecimal a la teva micro:bit <link>segueix aquests passos</link>.", |
563 | 563 | "description": "Message in dialog shown after the user saves the project as a hex file."
|
564 | 564 | },
|
565 | 565 | "project-actions": {
|
|
631 | 631 | "description": "Reset action hover text"
|
632 | 632 | },
|
633 | 633 | "results-count": {
|
634 |
| - "defaultMessage": "{count, plural, =0 {No results} one {# result} other {# results}}", |
| 634 | + "defaultMessage": "{count, plural, =0 {Sense resultats} one {# resultat} other {# resultats}}", |
635 | 635 | "description": "Number of results from a search. Uses ICU syntax for pluralisation: https://formatjs.io/docs/core-concepts/icu-syntax/#plural-format."
|
636 | 636 | },
|
637 | 637 | "save-action": {
|
|
827 | 827 | "description": "Shown below the simulator Data logging table to warn that the log is full"
|
828 | 828 | },
|
829 | 829 | "simulator-data-logging-rows": {
|
830 |
| - "defaultMessage": "{count, plural, =0 {No rows logged} one {# row logged} other {# rows logged}}", |
| 830 | + "defaultMessage": "{count, plural, =0 {No hi ha files registrades} one {# fila registrada} other{# files registrades}}", |
831 | 831 | "description": "Indicator of the number of rows logged in the simulator Data logging table. Uses ICU syntax for pluralisation: https://formatjs.io/docs/core-concepts/icu-syntax/#plural-format."
|
832 | 832 | },
|
833 | 833 | "simulator-data-logging-save-log": {
|
|
1039 | 1039 | "description": "Explanation shown instead of the code editor for third-party modules."
|
1040 | 1040 | },
|
1041 | 1041 | "third-party-module-how-to": {
|
1042 |
| - "defaultMessage": "Permet editar mòduls de tercers a <link>Settings</link> per modificar aquest mòdul.", |
| 1042 | + "defaultMessage": "Permet editar mòduls de tercers a <link>Configuració</link> per modificar aquest mòdul.", |
1043 | 1043 | "description": "Explanation of how to allow editing for third-party modules."
|
1044 | 1044 | },
|
1045 | 1045 | "timeout-error-description": {
|
|
1079 | 1079 | "description": "Aria label for the undo button"
|
1080 | 1080 | },
|
1081 | 1081 | "unexpected-error-description": {
|
1082 |
| - "defaultMessage": "Si us plau, torna-ho a provar o <link>raise a support request</link> .", |
| 1082 | + "defaultMessage": "Si us plau, torna-ho a provar o <link>plantejar una solicitud de suport</link> .", |
1083 | 1083 | "description": "Text shown for unexpected error scenarios"
|
1084 | 1084 | },
|
1085 | 1085 | "unexpected-error-title": {
|
1086 |
| - "defaultMessage": "Si us plau, torna-ho a provar o <link>raise a support request</link>.", |
| 1086 | + "defaultMessage": "Si us plau, torna-ho a provar o <link>plantejar una solicitud de suport</link>.", |
1087 | 1087 | "description": "Text shown for unexpected error scenarios"
|
1088 | 1088 | },
|
1089 | 1089 | "untitled-project": {
|
|
1115 | 1115 | "description": "Title of error for WebUsb connection"
|
1116 | 1116 | },
|
1117 | 1117 | "webusb-error-default-title": {
|
1118 |
| - "defaultMessage": "error de WebUSB", |
| 1118 | + "defaultMessage": "Error de WebUSB", |
1119 | 1119 | "description": "Default title for error messages relating to WebUSB"
|
1120 | 1120 | },
|
1121 | 1121 | "webusb-error-reconnect-microbit-description": {
|
1122 | 1122 | "defaultMessage": "Torna a connectar la teva micro:bit i torna-ho a provar.",
|
1123 | 1123 | "description": "Part of WebUSB error message"
|
1124 | 1124 | },
|
1125 | 1125 | "webusb-error-update-req-description": {
|
1126 |
| - "defaultMessage": "Has d'actualitzar el microprogramari<link>update your micro:bit firmware</link> per fer ús d'aquesta característica.", |
| 1126 | + "defaultMessage": "Has d'<link>actualitzar el microprogramari de la teva micro:bit </link> per fer ús d'aquesta característica.", |
1127 | 1127 | "description": "WebUSB error telling user to update firmware"
|
1128 | 1128 | },
|
1129 | 1129 | "webusb-error-update-req-title": {
|
|
0 commit comments