Skip to content

Commit

Permalink
Merge branch 'main' into start-page
Browse files Browse the repository at this point in the history
  • Loading branch information
Felienne authored Oct 1, 2023
2 parents 0e47ba7 + 00ac4e5 commit e3d5346
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 37 deletions.
40 changes: 20 additions & 20 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,55 +159,55 @@
"DIGIT": "0123456789"
},
"ca": {
"add": "afegir|add",
"add": "afegeix|add",
"and": "i|and",
"ask": "preguntar|ask",
"at": "a posició|at",
"ask": "pregunta|ask",
"at": "a|at",
"black": "negre|black",
"blue": "blau|blue",
"brown": "marró|brown",
"call": "crida|call",
"clear": "Neteja|clear",
"clear": "neteja|clear",
"color": "color",
"comma": ",",
"def": "def",
"define": "defineix|define",
"echo": "mostrar|echo",
"elif": "si no si|elif",
"echo": "eco|echo",
"elif": "sinosi|elif",
"else": "sino|else",
"for": "per a cada|for",
"forward": "avançar|forward",
"for": "per|for",
"forward": "avança|forward",
"from": "de|from",
"gray": "gris|gray",
"green": "verd|green",
"if": "si|if",
"in": "dins de|in",
"input": "entrada|input",
"in": "dins|in",
"input": "entra|input",
"is": "és|is",
"left": "esquerra|left",
"length": "mida|length",
"or": "o|or",
"orange": "taronja|orange",
"pink": "rosa|pink",
"pressed": "pitjat|pressed",
"print": "imprimir|print",
"purple": "violeta|purple",
"pressed": "pressionat|pressed",
"print": "imprimeix|print",
"purple": "lila|purple",
"random": "aleatori|random",
"range": "seqüència|range",
"range": "rang|range",
"red": "vermell|red",
"remove": "esborrar|remove",
"repeat": "repetir|repeat",
"return": "return",
"remove": "esborra|remove",
"repeat": "repeteix|repeat",
"return": "retorna|return",
"right": "dreta|right",
"sleep": "dormir|sleep",
"sleep": "dorm|sleep",
"step": "pas|step",
"times": "vegades|times",
"to": "fins|to",
"to_list": "a|to",
"turn": "girar|turn",
"turn": "gira|turn",
"while": "mentre|while",
"white": "blanc|white",
"with": "with",
"with": "amb|with",
"yellow": "groc|yellow",
"DIGIT": "0123456789"
},
Expand Down
10 changes: 5 additions & 5 deletions static/js/appbundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions static/js/message-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"ca": {
"CheckInternet": "Mireu si la vostra connexió a Internet funciona correctament.",
"Connection_error": "No hem pogut arribar al servidor.",
"Empty_output": "Aquest codi funciona però no imprimeix res. Afegiu una ordre d'impressió al vostre codi o utilitzeu la tortuga per obtenir la sortida.",
"Errors_found": "You made a mistake! Don't worry, Hedy is trying to find the mistakes",
"Empty_output": "Aquest codi funciona, però no imprimeix res. Afegiu una comanda d'impressió al vostre codi o utilitzeu la tortuga per obtenir la sortida.",
"Errors_found": "Has comès un error! No et preocupis, encara podem executar el programa",
"Execute_error": "S'ha produït un error en executar el programa.",
"Other_error": "Vaja! Potser ens hem equivocat una mica.",
"Program_repair": "Aquest podria ser el codi correcte, el pots arreglar?",
Expand All @@ -107,21 +107,21 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"Transpile_success": "Ben fet!\nIncreïble!\nBen fet!\nExcel·lent!\nHo has fet genial!",
"Transpile_warning": "Vigila!",
"Unsaved_Changes": "Tens un programa sense desar. Vols marxar sense desar-lo?",
"adventures_restored": "The default adventures have been restored!",
"adventures_restored": "Les aventures per defecte han estat restaurades.",
"copy_link_to_share": "Copia l'enllaç per compartir",
"customization_deleted": "Customizations successfully deleted.",
"customization_deleted": "Personalitzacions esborrades correctament.",
"dice": "🎲",
"directly_available": "Directly open",
"disabled": "Disabled",
"directly_available": "Obrir directament",
"disabled": "Desactivat",
"fortune": "🔮, ✨",
"haunted": "🦇, 👻, 🎃",
"level_title": "Level",
"level_title": "Nivell",
"restaurant": "🍣, 🍕, 🍔",
"rock": "✂️, 📜, 🗻",
"songs": "🎵, 🎶",
"teacher_welcome": "Welcome to Hedy! Your are now the proud owner of a teachers account which allows you to create classes and invite students.",
"teacher_welcome": "Benvinguda a Hedy! El teu compte s'ha actualitzat a compte de professorat. Això et permetrà crear classes i convidar alumnes.",
"turtle": "🐢",
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?"
"unsaved_class_changes": "Hi ha canvis no guardats, segur que voleu sortir d'aquesta pàgina?"
},
"cs": {
"CheckInternet": "Prosím, zkontroluj své připojení k Internetu.",
Expand Down Expand Up @@ -337,7 +337,7 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"CheckInternet": "Revisa si tu conexión de Internet está funcionando correctamente.",
"Connection_error": "No se ha podido conectar con el servidor.",
"Empty_output": "Este código funciona pero no imprime nada. Agrega un comando print a tu código o usa una tortuga para mostrar salida.",
"Errors_found": Cometiste un error! No te preocupes, Hedy está intentado encontrar los errores",
"Errors_found": Has cometido un error! No te preocupes, seguimos ejecutando el programa",
"Execute_error": "Algo salió mal mientras se ejecutaba el programa.",
"Other_error": "¡Ups! Quizás hemos cometido un pequeño error.",
"Program_repair": "Este podría ser código correcto, ¿lo puedes arreglar?",
Expand Down Expand Up @@ -1237,7 +1237,7 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"CheckInternet": "İnternet bağlantınız doğru çalışıyor mu diye bir göz atın.",
"Connection_error": "Sunucuya ulaşamadık.",
"Empty_output": "Bu kod çalışıyor ama hiçbir şey yazdırmıyor. Kodunuzda bir yazdırma komutu kullanın veya bir çıktı almak için kaplumbağayı kullanın.",
"Errors_found": "Bir hata yaptınız! Endişelenmeyin, Hedy hataları bulmaya çalışıyor",
"Errors_found": "Bir hata yaptınız! Endişelenmeyin, programı yine de çalıştırdık",
"Execute_error": "Programı çalıştırırken bir şeyler ters gitti.",
"Other_error": "Oops! Belki küçük bir hata yapmış olabiliriz.",
"Program_repair": "Bu doğru kod olabilirdi, onu düzeltebilir misin?",
Expand Down

0 comments on commit e3d5346

Please sign in to comment.