diff --git a/apps/code/catalog.de.i18n b/apps/code/catalog.de.i18n index 54bfd1697..39a87f0f5 100644 --- a/apps/code/catalog.de.i18n +++ b/apps/code/catalog.de.i18n @@ -62,6 +62,7 @@ PythonFloor = "Abrunden" PythonFmod = "a modulo b" PythonFrExp = "Mantisse und Exponent von x: (m,e)" PythonGamma = "Gamma-Funktion" +PythonGetKeys = "Gedrückte Tasten erhalten" PythonGetPalette = "Themenpalette erhalten" PythonGetPixel = "Farbe von Pixel (x,y) zurückgeben" PythonGetrandbits = "Ganzzahl mit k Zufallsbits" @@ -145,7 +146,7 @@ PythonSleep = "Ausführung aussetzen für t Sekunden" PythonLocalTime = "Zeit in Tupel umwandeln" PythonMktime = "Tupel in Zeit umwandeln" PythonTime = "Abrufen des aktuellen Zeitstempels" -PythonSetLocaltime = "Zeit aus einem Tupel von localtime()" +PythonSetLocaltime = "Zeit aus einem Tupel einstellen" PythonRTCmode = "Aktuellen RTC-Modus abrufen" PythonSetRTCmode = "RTC-Modus festlegen" PythonSort = "Die Liste sortieren" diff --git a/apps/code/catalog.en.i18n b/apps/code/catalog.en.i18n index 93d28a084..41191e4c1 100644 --- a/apps/code/catalog.en.i18n +++ b/apps/code/catalog.en.i18n @@ -62,6 +62,7 @@ PythonFloor = "Floor" PythonFmod = "a modulo b" PythonFrExp = "Mantissa and exponent of x: (m,e)" PythonGamma = "Gamma function" +PythonGetKeys = "Get keys pressed" PythonGetPalette = "Get theme palette" PythonGetPixel = "Return pixel (x,y) color" PythonGetrandbits = "Integer with k random bits" @@ -139,7 +140,7 @@ PythonSleep = "Suspend the execution for t seconds" PythonLocalTime = "Convert time into tuple" PythonMktime = "Convert tuple into time" PythonTime = "Get the current timestamp" -PythonSetLocaltime = "Set time from a tuple of localtime()" +PythonSetLocaltime = "Set time from a tuple" PythonRTCmode = "Get current RTC mode" PythonSetRTCmode = "Set RTC mode" PythonSort = "Sort the list" diff --git a/apps/code/catalog.es.i18n b/apps/code/catalog.es.i18n index e80957719..c312acbb1 100644 --- a/apps/code/catalog.es.i18n +++ b/apps/code/catalog.es.i18n @@ -62,6 +62,7 @@ PythonFloor = "Floor" PythonFmod = "a modulo b" PythonFrExp = "Mantissa and exponent of x: (m,e)" PythonGamma = "Gamma function" +PythonGetKeys = "Obtener teclas presionadas" PythonGetPalette = "Get theme palette" PythonGetPixel = "Return pixel (x,y) color" PythonGetrandbits = "Integer with k random bits" @@ -139,7 +140,7 @@ PythonSleep = "Suspend the execution for t seconds" PythonLocalTime = "Convertir el tiempo en tupla" PythonMktime = "Convertir tupla en tiempo" PythonTime = "Obtener la marca de tiempo actual" -PythonSetLocaltime = "Establecer tiempo desde una tupla de localtime()" +PythonSetLocaltime = "Establecer tiempo desde una tupla" PythonRTCmode = "Obtener el modo RTC actual" PythonSetRTCmode = "Establecer modo RTC" PythonSort = "Sort the list" diff --git a/apps/code/catalog.fr.i18n b/apps/code/catalog.fr.i18n index 196a353a4..1de09846e 100644 --- a/apps/code/catalog.fr.i18n +++ b/apps/code/catalog.fr.i18n @@ -62,6 +62,7 @@ PythonFloor = "Partie entière" PythonFmod = "a modulo b" PythonFrExp = "Mantisse et exposant de x : (m,e)" PythonGamma = "Fonction gamma" +PythonGetKeys = "Obtenir les touches pressées" PythonGetPalette = "Obtient la palette du thème" PythonGetPixel = "Renvoie la couleur du pixel (x,y)" PythonGetrandbits = "Nombre aléatoire sur k bits" @@ -139,7 +140,7 @@ PythonSleep = "Suspend l'exécution t secondes" PythonLocalTime = "Convertir le temps en tuple" PythonMktime = "Convertir le tuple en temps" PythonTime = "Obtenir l'horodatage actuel" -PythonSetLocaltime = "Définir l'heure à partir d'un tuple de localtime()" +PythonSetLocaltime = "Définir l'heure à partir d'un tuple" PythonRTCmode = "Obtenir le mode RTC actuel" PythonSetRTCmode = "Définir le mode RTC" PythonSort = "Trie la liste" diff --git a/apps/code/catalog.hu.i18n b/apps/code/catalog.hu.i18n index 02b0e5844..432dccedb 100644 --- a/apps/code/catalog.hu.i18n +++ b/apps/code/catalog.hu.i18n @@ -62,6 +62,7 @@ PythonFloor = "Egész része" PythonFmod = "a modulo b" PythonFrExp = "X mantissája és kiállítója" PythonGamma = "Gamma funkció" +PythonGetKeys = "Billentyűk lenyomva" PythonGetPalette = "Téma paletta beszerzése" PythonGetPixel = "Visszatéríti (x,y) színét" PythonGetrandbits = "Váletlenszám visszatérítése k biten" @@ -139,7 +140,7 @@ PythonSleep = "t másodpercre meg állitani a programmot" PythonLocalTime = "Idő konvertálása csomóvá" PythonMktime = "A tuple konvertálása az időben" PythonTime = "Az aktuális időbélyeg letöltése" -PythonSetLocaltime = "Állítsd be az időt egy tufából a localtime()" +PythonSetLocaltime = "Idő beállítása egy csomóból" PythonRTCmode = "Aktuális RTC mód" PythonSetRTCmode = "RTC mód beállítása" PythonSort = "A listát rendezni" diff --git a/apps/code/catalog.it.i18n b/apps/code/catalog.it.i18n index 2d78b4e74..691e79137 100644 --- a/apps/code/catalog.it.i18n +++ b/apps/code/catalog.it.i18n @@ -62,6 +62,7 @@ PythonFloor = "Parte intera" PythonFmod = "a modulo b" PythonFrExp = "Mantissa ed esponente di x : (m,e)" PythonGamma = "Funzione gamma" +PythonGetKeys = "Premere i tasti" PythonGetPalette = "Ottieni la tavolozza del tema" PythonGetPixel = "Restituisce colore del pixel(x,y)" PythonGetrandbits = "Numero aleatorio con k bit" @@ -145,7 +146,7 @@ PythonSleep = "Sospende l'esecuzione t secondi" PythonLocalTime = "Converti il tempo in tuple" PythonMktime = "Converti tuple in tempo" PythonTime = "Ottieni il timestamp corrente" -PythonSetLocaltime = "Imposta il tempo da una tupla di localtime()" +PythonSetLocaltime = "Imposta il tempo da una tupla" PythonRTCmode = "Ottieni la modalità RTC corrente" PythonSetRTCmode = "Imposta modalità RTC" PythonSort = "Ordina l'elenco" diff --git a/apps/code/catalog.nl.i18n b/apps/code/catalog.nl.i18n index b89fb09fc..0947a8f55 100644 --- a/apps/code/catalog.nl.i18n +++ b/apps/code/catalog.nl.i18n @@ -62,6 +62,7 @@ PythonFloor = "Vloer" PythonFmod = "a modulo b" PythonFrExp = "Mantisse en exponent van x: (m,e)" PythonGamma = "Gammafunctie" +PythonGetKeys = "Get toetsen ingedrukt" PythonGetPalette = "Thema palet krijgen" PythonGetPixel = "Geef pixel (x,y) kleur (rgb)" PythonGetrandbits = "Integer met k willekeurige bits" @@ -145,7 +146,7 @@ PythonSleep = "Stel executie voor t seconden uit" PythonLocalTime = "Zet tijd om in tuple" PythonMktime = "Tuple omzetten in tijd" PythonTime = "Haal de huidige tijdstempel" -PythonSetLocaltime = "Stel de tijd in vanaf een tuple van localtime()" +PythonSetLocaltime = "Stel de tijd in vanaf een tuple" PythonRTCmode = "Huidige RTC-modus kregen" PythonSetRTCmode = "RTC-modus instellen" PythonSort = "Sorteer de lijst" diff --git a/apps/code/catalog.pt.i18n b/apps/code/catalog.pt.i18n index 7437f45d5..7a566ddc0 100644 --- a/apps/code/catalog.pt.i18n +++ b/apps/code/catalog.pt.i18n @@ -62,6 +62,7 @@ PythonFloor = "Parte inteira" PythonFmod = "a módulo b" PythonFrExp = "Coeficiente e expoente de x: (m, e)" PythonGamma = "Função gama" +PythonGetKeys = "Obter teclas pressionadas" PythonGetPalette = "Obter paleta temática" PythonGetPixel = "Devolve a cor do pixel (x,y)" PythonGetrandbits = "Número inteiro aleatório com k bits" @@ -139,7 +140,7 @@ PythonSleep = "Suspender a execução por t segundos" PythonLocalTime = "Convert o tempo em tupla" PythonMktime = "Convert tuple em tempo" PythonTime = "Obter o estamp de tempo atual" -PythonSetLocaltime = "Definir tempo a partir de uma tupla de localtime()" +PythonSetLocaltime = "Definir tempo a partir de uma tupla" PythonRTCmode = "Obter o modo RTC atual" PythonSetRTCmode = "Definir o modo RTC" PythonSort = "Ordenar a lista" diff --git a/apps/code/catalog.universal.i18n b/apps/code/catalog.universal.i18n index 08487fcad..50f41778f 100644 --- a/apps/code/catalog.universal.i18n +++ b/apps/code/catalog.universal.i18n @@ -69,6 +69,7 @@ PythonCommandFloor = "floor(x)" PythonCommandFmod = "fmod(a,b)" PythonCommandFrExp = "frexp(x)" PythonCommandGamma = "gamma(x)" +PythonCommandGetKeys = "get_keys()" PythonCommandGetPalette = "get_palette()" PythonCommandGetPixel = "get_pixel(x,y)" PythonCommandGetrandbits = "getrandbits(k)" diff --git a/apps/code/python_toolbox.cpp b/apps/code/python_toolbox.cpp index bde91dc63..57e40f013 100644 --- a/apps/code/python_toolbox.cpp +++ b/apps/code/python_toolbox.cpp @@ -365,8 +365,8 @@ const ToolboxMessageTree KandinskyModuleChildren[] = { ToolboxMessageTree::Leaf(I18n::Message::PythonCommandFillRect, I18n::Message::PythonFillRect), ToolboxMessageTree::Leaf(I18n::Message::PythonCommandFillCircle, I18n::Message::PythonFillCircle), ToolboxMessageTree::Leaf(I18n::Message::PythonCommandFillPolygon, I18n::Message::PythonFillPolygon), - ToolboxMessageTree::Leaf(I18n::Message::PythonCommandGetPalette, I18n::Message::PythonGetPalette) -}; + ToolboxMessageTree::Leaf(I18n::Message::PythonCommandGetKeys, I18n::Message::PythonGetKeys), + ToolboxMessageTree::Leaf(I18n::Message::PythonCommandGetPalette, I18n::Message::PythonGetPalette)}; const ToolboxMessageTree IonModuleChildren[] = { ToolboxMessageTree::Leaf(I18n::Message::PythonCommandImportIon, I18n::Message::PythonImportIon, false),