From 7dd0208618fe5af3c4197306eae56645e0e9ab65 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 6 Jun 2013 16:24:10 +0200 Subject: [PATCH] Added missing translations. --- db/seeds.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/db/seeds.rb b/db/seeds.rb index a006227e3..379a8aa5a 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -1794,6 +1794,20 @@ Translation.create_if_not_exists( :locale => 'de', :source => "Add", :target => Translation.create_if_not_exists( :locale => 'de', :source => "Call Outbound", :target => "Anruf ausgehend" ) Translation.create_if_not_exists( :locale => 'de', :source => "Call Inbound", :target => "Anruf eingehend" ) Translation.create_if_not_exists( :locale => 'de', :source => "Loading...", :target => "Laden..." ) +Translation.create_if_not_exists( :locale => 'de', :source => "Work Disposition", :target => "Arbeitsverteilung" ) +Translation.create_if_not_exists( :locale => 'de', :source => "Timezone", :target => "Zeitzone" ) +Translation.create_if_not_exists( :locale => 'de', :source => "Business Times", :target => "Arbeitszeiten" ) +Translation.create_if_not_exists( :locale => 'de', :source => "Day", :target => "Day" ) +Translation.create_if_not_exists( :locale => 'de', :source => "Days", :target => "Days" ) +Translation.create_if_not_exists( :locale => 'de', :source => "Hour", :target => "Stunde" ) +Translation.create_if_not_exists( :locale => 'de', :source => "Hours", :target => "Stunden" ) +Translation.create_if_not_exists( :locale => 'de', :source => "New SLA", :target => "Neuer SLA" ) +Translation.create_if_not_exists( :locale => 'de', :source => "Conditions where SLA is used", :target => "Bedingungen bei denen der SLA verwendet wird" ) +Translation.create_if_not_exists( :locale => 'de', :source => "First Response Time", :target => "Reaktionszeit" ) +Translation.create_if_not_exists( :locale => 'de', :source => "Update Time", :target => "Aktuallisierungszeit" ) +Translation.create_if_not_exists( :locale => 'de', :source => "Solution Time", :target => "Lösungszeit" ) +Translation.create_if_not_exists( :locale => 'de', :source => "Add Attribute", :target => "Attribut hinzufügen" ) +Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "" ) #Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "" )