Initial commit
This commit is contained in:
24
admin/google-blockly/own/msg/de.js
Normal file
24
admin/google-blockly/own/msg/de.js
Normal file
@@ -0,0 +1,24 @@
|
||||
var MSG = {
|
||||
title: "Code",
|
||||
blocks: "Bausteine",
|
||||
linkTooltip: "Speichern und auf Bausteine verlinken.",
|
||||
runTooltip: "Das Programm ausführen, das von den Bausteinen im Arbeitsbereich definiert ist.",
|
||||
badCode: "Programmfehler:\n%1",
|
||||
timeout: "Die maximalen Ausführungswiederholungen wurden überschritten.",
|
||||
trashTooltip: "Alle Bausteine verwerfen.",
|
||||
catLogic: "Logik",
|
||||
catLoops: "Schleifen",
|
||||
catMath: "Mathematik",
|
||||
catText: "Text",
|
||||
catLists: "Listen",
|
||||
catColour: "Farbe",
|
||||
catVariables: "Variablen",
|
||||
catFunctions: "Funktionen",
|
||||
listVariable: "Liste",
|
||||
textVariable: "Text",
|
||||
httpRequestError: "Mit der Anfrage gab es ein Problem.",
|
||||
linkAlert: "Teile deine Bausteine mit diesem Link:\n\n%1",
|
||||
hashError: "„%1“ stimmt leider mit keinem gespeicherten Programm überein.",
|
||||
xmlError: "Deine gespeicherte Datei konnte nicht geladen werden. Vielleicht wurde sie mit einer anderen Version von Blockly erstellt.",
|
||||
badXml: "Fehler beim Parsen von XML:\n%1\n\nWähle 'OK' zum Verwerfen deiner Änderungen oder 'Abbrechen' zum weiteren Bearbeiten des XML."
|
||||
};
|
||||
24
admin/google-blockly/own/msg/en.js
Normal file
24
admin/google-blockly/own/msg/en.js
Normal file
@@ -0,0 +1,24 @@
|
||||
var MSG = {
|
||||
title: "Code",
|
||||
blocks: "Blocks",
|
||||
linkTooltip: "Save and link to blocks.",
|
||||
runTooltip: "Run the program defined by the blocks in the workspace.",
|
||||
badCode: "Program error:\n%1",
|
||||
timeout: "Maximum execution iterations exceeded.",
|
||||
trashTooltip: "Discard all blocks.",
|
||||
catLogic: "Logic",
|
||||
catLoops: "Loops",
|
||||
catMath: "Math",
|
||||
catText: "Text",
|
||||
catLists: "Lists",
|
||||
catColour: "Colour",
|
||||
catVariables: "Variables",
|
||||
catFunctions: "Functions",
|
||||
listVariable: "list",
|
||||
textVariable: "text",
|
||||
httpRequestError: "There was a problem with the request.",
|
||||
linkAlert: "Share your blocks with this link:\n\n%1",
|
||||
hashError: "Sorry, '%1' doesn't correspond with any saved program.",
|
||||
xmlError: "Could not load your saved file. Perhaps it was created with a different version of Blockly?",
|
||||
badXml: "Error parsing XML:\n%1\n\nSelect 'OK' to abandon your changes or 'Cancel' to further edit the XML."
|
||||
};
|
||||
24
admin/google-blockly/own/msg/es.js
Normal file
24
admin/google-blockly/own/msg/es.js
Normal file
@@ -0,0 +1,24 @@
|
||||
var MSG = {
|
||||
title: "Código",
|
||||
blocks: "Bloques",
|
||||
linkTooltip: "Guarda conexión a los bloques.",
|
||||
runTooltip: "Ejecute el programa definido por los bloques en el área de trabajo.",
|
||||
badCode: "Error del programa:\n%1",
|
||||
timeout: "Se excedio el máximo de iteraciones ejecutadas permitidas.",
|
||||
trashTooltip: "Descartar todos los bloques.",
|
||||
catLogic: "Lógica",
|
||||
catLoops: "Secuencias",
|
||||
catMath: "Matemáticas",
|
||||
catText: "Texto",
|
||||
catLists: "Listas",
|
||||
catColour: "Color",
|
||||
catVariables: "Variables",
|
||||
catFunctions: "Funciones",
|
||||
listVariable: "lista",
|
||||
textVariable: "texto",
|
||||
httpRequestError: "Hubo un problema con la petición.",
|
||||
linkAlert: "Comparte tus bloques con este enlace:\n\n%1",
|
||||
hashError: "«%1» no corresponde con ningún programa guardado.",
|
||||
xmlError: "No se pudo cargar el archivo guardado. ¿Quizá fue creado con otra versión de Blockly?",
|
||||
badXml: "Error de análisis XML:\n%1\n\nSelecciona OK para abandonar tus cambios o Cancelar para seguir editando el XML."
|
||||
};
|
||||
24
admin/google-blockly/own/msg/fr.js
Normal file
24
admin/google-blockly/own/msg/fr.js
Normal file
@@ -0,0 +1,24 @@
|
||||
var MSG = {
|
||||
title: "Code",
|
||||
blocks: "Blocs",
|
||||
linkTooltip: "Sauvegarder et lier aux blocs.",
|
||||
runTooltip: "Lancer le programme défini par les blocs dans l’espace de travail.",
|
||||
badCode: "Erreur du programme :\n%1",
|
||||
timeout: "Nombre maximum d’itérations d’exécution dépassé.",
|
||||
trashTooltip: "Jeter tous les blocs.",
|
||||
catLogic: "Logique",
|
||||
catLoops: "Boucles",
|
||||
catMath: "Math",
|
||||
catText: "Texte",
|
||||
catLists: "Listes",
|
||||
catColour: "Couleur",
|
||||
catVariables: "Variables",
|
||||
catFunctions: "Fonctions",
|
||||
listVariable: "liste",
|
||||
textVariable: "texte",
|
||||
httpRequestError: "Il y a eu un problème avec la demande.",
|
||||
linkAlert: "Partagez vos blocs grâce à ce lien:\n\n%1",
|
||||
hashError: "Désolé, '%1' ne correspond à aucun programme sauvegardé.",
|
||||
xmlError: "Impossible de charger le fichier de sauvegarde. Peut être a t-il été créé avec une autre version de Blockly?",
|
||||
badXml: "Erreur d’analyse du XML :\n%1\n\nSélectionner 'OK' pour abandonner vos modifications ou 'Annuler' pour continuer à modifier le XML."
|
||||
};
|
||||
24
admin/google-blockly/own/msg/it.js
Normal file
24
admin/google-blockly/own/msg/it.js
Normal file
@@ -0,0 +1,24 @@
|
||||
var MSG = {
|
||||
title: "Codice",
|
||||
blocks: "Blocchi",
|
||||
linkTooltip: "Salva e collega ai blocchi.",
|
||||
runTooltip: "Esegui il programma definito dai blocchi nell'area di lavoro.",
|
||||
badCode: "Errore programma:\n%1",
|
||||
timeout: "È stato superato il numero massimo consentito di interazioni eseguite.",
|
||||
trashTooltip: "Elimina tutti i blocchi.",
|
||||
catLogic: "Logica",
|
||||
catLoops: "Cicli",
|
||||
catMath: "Matematica",
|
||||
catText: "Testo",
|
||||
catLists: "Elenchi",
|
||||
catColour: "Colore",
|
||||
catVariables: "Variabili",
|
||||
catFunctions: "Funzioni",
|
||||
listVariable: "elenco",
|
||||
textVariable: "testo",
|
||||
httpRequestError: "La richiesta non è stata soddisfatta.",
|
||||
linkAlert: "Condividi i tuoi blocchi con questo collegamento:\n\n%1",
|
||||
hashError: "Mi spiace, '%1' non corrisponde ad alcun programma salvato.",
|
||||
xmlError: "Non è stato possibile caricare il documento. Forse è stato creato con una versione diversa di Blockly?",
|
||||
badXml: "Errore durante l'analisi XML:\n%1\n\nSeleziona 'OK' per abbandonare le modifiche o 'Annulla' per continuare a modificare l'XML."
|
||||
};
|
||||
24
admin/google-blockly/own/msg/nl.js
Normal file
24
admin/google-blockly/own/msg/nl.js
Normal file
@@ -0,0 +1,24 @@
|
||||
var MSG = {
|
||||
title: "Code",
|
||||
blocks: "Blokken",
|
||||
linkTooltip: "Opslaan en koppelen naar blokken.",
|
||||
runTooltip: "Voer het programma uit dat met de blokken in de werkruimte is gemaakt.",
|
||||
badCode: "Programmafout:\n%1",
|
||||
timeout: "Het maximale aantal iteraties is overschreden.",
|
||||
trashTooltip: "Alle blokken verwijderen",
|
||||
catLogic: "Logica",
|
||||
catLoops: "Lussen",
|
||||
catMath: "Formules",
|
||||
catText: "Tekst",
|
||||
catLists: "Lijsten",
|
||||
catColour: "Kleur",
|
||||
catVariables: "Variabelen",
|
||||
catFunctions: "Functies",
|
||||
listVariable: "lijst",
|
||||
textVariable: "tekst",
|
||||
httpRequestError: "Er is een probleem opgetreden tijdens het verwerken van het verzoek.",
|
||||
linkAlert: "Deel uw blokken via deze koppeling:\n\n%1",
|
||||
hashError: "\"%1\" komt helaas niet overeen met een opgeslagen bestand.",
|
||||
xmlError: "Uw opgeslagen bestand kan niet geladen worden. Is het misschien gemaakt met een andere versie van Blockly?",
|
||||
badXml: "Fout tijdens het verwerken van de XML:\n%1\n\nSelecteer \"OK\" om uw wijzigingen te negeren of \"Annuleren\" om de XML verder te bewerken."
|
||||
};
|
||||
24
admin/google-blockly/own/msg/pt.js
Normal file
24
admin/google-blockly/own/msg/pt.js
Normal file
@@ -0,0 +1,24 @@
|
||||
var MSG = {
|
||||
title: "Código",
|
||||
blocks: "Blocos",
|
||||
linkTooltip: "Salvar e ligar aos blocos.",
|
||||
runTooltip: "Execute o programa definido pelos blocos na área de trabalho.",
|
||||
badCode: "Erro no programa:\n%1",
|
||||
timeout: "Máximo de iterações de execução excedido.",
|
||||
trashTooltip: "Descartar todos os blocos.",
|
||||
catLogic: "Lógica",
|
||||
catLoops: "Laços",
|
||||
catMath: "Matemática",
|
||||
catText: "Texto",
|
||||
catLists: "Listas",
|
||||
catColour: "Cor",
|
||||
catVariables: "Variáveis",
|
||||
catFunctions: "Funções",
|
||||
listVariable: "lista",
|
||||
textVariable: "texto",
|
||||
httpRequestError: "Houve um problema com a requisição.",
|
||||
linkAlert: "Compartilhe seus blocos com este link:\n\n%1",
|
||||
hashError: "Desculpe, '%1' não corresponde a um programa salvo.",
|
||||
xmlError: "Não foi possível carregar seu arquivo salvo. Talvez ele tenha sido criado com uma versão diferente do Blockly?",
|
||||
badXml: "Erro de análise XML:\n%1\n\nSelecione 'OK' para abandonar suas mudanças ou 'Cancelar' para editar o XML."
|
||||
};
|
||||
24
admin/google-blockly/own/msg/ru.js
Normal file
24
admin/google-blockly/own/msg/ru.js
Normal file
@@ -0,0 +1,24 @@
|
||||
var MSG = {
|
||||
title: "Код",
|
||||
blocks: "Блоки",
|
||||
linkTooltip: "Сохранить и показать ссылку на блоки.",
|
||||
runTooltip: "Запустить программу, заданную блоками в рабочей области.",
|
||||
badCode: "Ошибка программы:\n%1",
|
||||
timeout: "Превышено максимальное количество итераций.",
|
||||
trashTooltip: "Удалить все блоки.",
|
||||
catLogic: "Логические",
|
||||
catLoops: "Циклы",
|
||||
catMath: "Математика",
|
||||
catText: "Текст",
|
||||
catLists: "Списки",
|
||||
catColour: "Цвет",
|
||||
catVariables: "Переменные",
|
||||
catFunctions: "Функции",
|
||||
listVariable: "список",
|
||||
textVariable: "текст",
|
||||
httpRequestError: "Произошла проблема при запросе.",
|
||||
linkAlert: "Поделитесь своими блоками по этой ссылке:\n\n%1",
|
||||
hashError: "К сожалению, «%1» не соответствует ни одному сохраненному файлу Блокли.",
|
||||
xmlError: "Не удалось загрузить ваш сохраненный файл. Возможно, он был создан в другой версии Блокли?",
|
||||
badXml: "Ошибка синтаксического анализа XML:\n%1\n\nВыберите 'ОК', чтобы отказаться от изменений или 'Cancel' для дальнейшего редактирования XML."
|
||||
};
|
||||
Reference in New Issue
Block a user