Skip to content

Commit a687e34

Browse files
microbit-markmicrobit-carlos
authored andcommitted
Lanf: Crowdin language pull (#288)
1 parent 5e1c622 commit a687e34

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

lang/es.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var language = {
7979
"download_py_multiple": "Este proyecto contiene varios archivos que no se guardarán con este formato.\nRecomendamos descargar el archivo Hex, que contiene todo el proyecto y puede volver a cargarse en el editor.\n\n¿Estas seguro que quieres descargar el {{file_name}} archivo solo?"
8080
},
8181
"code": {
82-
"start": "# Añade tu código Python aquí. Por ejemplo,\n\n \n"
82+
"start": "Añade tu código Python aquí. Por ejemplo,"
8383
},
8484
"webusb": {
8585
"err": {
@@ -162,9 +162,9 @@ var language = {
162162
"title": "Conéctea al micro:bit",
163163
"label": "Conectar"
164164
},
165-
'command-connecting': {
166-
'title': 'Connecting to the micro:bit',
167-
'label': 'Connecting'
165+
"command-connecting": {
166+
"title": "Connecting to the micro:bit",
167+
"label": "Connecting"
168168
},
169169
"command-options": {
170170
"title": "Cambie la configuración del editor",

lang/pl.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ var language = {
7979
"download_py_multiple": "Ten projekt zawiera wiele plików, które nie zostaną zapisane w tym formacie. \nZalecamy pobranie pliku Hex zawierającego cały projekt i załadowanie go z powrotem do edytora. \n\n Czy na pewno chcesz pobrać {{file_name}}?"
8080
},
8181
"code": {
82-
"start": "# Dodaj twój python kod tutaj.from microbit import *\n\n\nwhile True:\n display.scroll('Hello, World!')\n display.show(Image.HEART)\n sleep(2000)\n"
82+
"start": "Dodaj twój python kod tutaj."
8383
},
8484
"webusb": {
8585
"err": {
@@ -162,9 +162,9 @@ var language = {
162162
"title": "Podłącz do swojego micro: bit",
163163
"label": "Podłącz"
164164
},
165-
'command-connecting': {
166-
'title': 'Connecting to the micro:bit',
167-
'label': 'Connecting'
165+
"command-connecting": {
166+
"title": "Łączenie z micro:bit",
167+
"label": "Łączenie"
168168
},
169169
"command-options": {
170170
"title": "Zmień opcje editora",
@@ -205,7 +205,7 @@ var language = {
205205
"on-enter": "Na Enter:",
206206
"partial-flashing": "Quick Flash",
207207
"lang-select": "Wybierz Język:",
208-
"add-language-link": "Add a language"
208+
"add-language-link": "Dodaj język"
209209
},
210210
"text-editor": {
211211
"aria-label": "Edytor tekstu"

0 commit comments

Comments
 (0)