Added missing translations.
This commit is contained in:
parent
c06a768a49
commit
7dd0208618
1 changed files with 14 additions and 0 deletions
14
db/seeds.rb
14
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 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 => "Call Inbound", :target => "Anruf eingehend" )
|
||||||
Translation.create_if_not_exists( :locale => 'de', :source => "Loading...", :target => "Laden..." )
|
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 => "" )
|
#Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "" )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue