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
1 change: 1 addition & 0 deletions images/couch-solid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions locale/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
CATEGORY_FUNCTIONS: "Funktionen",
CATEGORY_SNIPPETS: "Snippets",
CATEGORY_MOVEMENT: "Bewegung",
CATEGORY_SIT_DOWN: "Hinsetzen",

// Color picker translations
choose_a_color: "Wähle eine Farbe",
Expand Down
1 change: 1 addition & 0 deletions locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
CATEGORY_FUNCTIONS: "Functions",
CATEGORY_SNIPPETS: "Snippets",
CATEGORY_MOVEMENT: "Movement",
CATEGORY_SIT_DOWN: "Sit Down",

// Color picker translations
choose_a_color: "Choose a Color",
Expand Down
1 change: 1 addition & 0 deletions locale/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
CATEGORY_FUNCTIONS: "Funciones", // human
CATEGORY_SNIPPETS: "Fragmentos", // human
CATEGORY_MOVEMENT: "Movimiento", // human
CATEGORY_SIT_DOWN: "Sentarse", // human

// Color picker translations
choose_a_color: "Elige un color", // human
Expand Down
1 change: 1 addition & 0 deletions locale/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
CATEGORY_FUNCTIONS: "Fonctions",
CATEGORY_SNIPPETS: "Extraits",
CATEGORY_MOVEMENT: "Mouvement",
CATEGORY_SIT_DOWN: "S'asseoir",

// Color picker translations
choose_a_color: "Choisissez une couleur",
Expand Down
1 change: 1 addition & 0 deletions locale/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
CATEGORY_FUNCTIONS: "Funzioni",
CATEGORY_SNIPPETS: "Frammenti",
CATEGORY_MOVEMENT: "Movimento",
CATEGORY_SIT_DOWN: "Siediti",

// Color picker translations
choose_a_color: "Scegli un colore",
Expand Down
1 change: 1 addition & 0 deletions locale/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
CATEGORY_FUNCTIONS: "Funkcje",
CATEGORY_SNIPPETS: "Fragmenty",
CATEGORY_MOVEMENT: "Ruch",
CATEGORY_SIT_DOWN: "Siadanie",

// Color picker translations
choose_a_color: "Wybierz kolor",
Expand Down
1 change: 1 addition & 0 deletions locale/pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
CATEGORY_FUNCTIONS: "Funções",
CATEGORY_SNIPPETS: "Trechos",
CATEGORY_MOVEMENT: "Movimento",
CATEGORY_SIT_DOWN: "Sentar-se",

// Color picker translations
choose_a_color: "Escolha uma cor",
Expand Down
1 change: 1 addition & 0 deletions locale/sv.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export default {
CATEGORY_FUNCTIONS: "Funktioner",
CATEGORY_SNIPPETS: "Snippets",
CATEGORY_MOVEMENT: "Rörelse",
CATEGORY_SIT_DOWN: "Sätt dig",

// Color picker translations
choose_a_color: "Välj en färg",
Expand Down
614 changes: 525 additions & 89 deletions toolbox.js

Large diffs are not rendered by default.