bambino333 Hi. It should be in a place where You select the API, but if it's just one word than please use a simple script to change it. Add it between <head></head> area:
<script type="text/javascript">
$('document').ready(function(){
$('.gkwCondition').each(function(){
if( $(this).html() == 'Breezy' ) { $(this).html('Luftig'); }
});
})(jQuery);
</script>