I now have the following in my seeds.rb
os = OrderStatus.find(1)
os.translations.create(:status => "In aanmaak", :locale => "nl")
os.translations.create(:status => "Creating", :locale => "en")
However this creates doubles. So I tried to do a create_or_update instead of create but that doesn't seem to be supported. I am using globalize3