Skip to content
Open
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
4 changes: 2 additions & 2 deletions editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ <h2><i class="fa fa-cogs"></i> <strong>{{ title }}</strong></h2>

<table class="snippet-table">
<tr>
<th>trigger</th>
<th>description</th>
<th>{{trigger_heading}}</th>
<th>{{description_heading}}</th>
</tr>
{{#snippets}}
<tr id="snippet-{{trigger}}" class="action snippet-selection">
Expand Down
2 changes: 1 addition & 1 deletion lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var language = {
'code_snippets': {
'title': 'Code Snippets',
'description': "Code snippets are short blocks of code to re-use in your own programs. There are snippets for most common things you'll want to do using MicroPython.",
'instructions': "Select one of the snippets below, or type the snippet's trigger then tap the TAB key.",
'instructions': "Select one of the snippets below to inject the code block.",
'trigger_heading': 'trigger',
'description_heading': 'description',
'docs': 'create a comment to describe your code',
Expand Down
2 changes: 1 addition & 1 deletion lang/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var language = {
'code_snippets': {
'title': 'Fragmentos de Codigo',
'description': "Los fragmentos de código son bloques cortos de código para reutilizar en tus programas. Hay fragmentos de las cosas más comunes que querrás hacer con MicroPython.",
'instructions': "Selecciona uno de los fragmentos o escribe el atajo del fragmento y presiona la tecla TAB.",
'instructions': "Selecciona uno de los fragmentos para incluir el bloque de codigo.",
'trigger_heading': 'atajo',
'description_heading': 'descripción',
'docs': 'crea un comentario para describir tu código',
Expand Down
2 changes: 1 addition & 1 deletion lang/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var language = {
'code_snippets': {
'title': 'Fragmenty Kodu',
'description': 'Fragmenty kodu są krótkimi blokami kodu do użycia we własnych programach. Znajdują się fragmenty dla zwykłych rzeczy, które będziemy chcieli zrobić za pomocą MicroPython.',
'instructions': 'Wybierz jeden z poniższych fragmentów, lub wpisz wyzwalacz fragmentu i naciśnij klawisz TAB.',
'instructions': 'Select one of the snippets below to inject the code block.',
'trigger_heading': 'spust',
'description_heading': 'opisanie',
'docs': 'utworzyć komentarz, aby opisać swój kod',
Expand Down