Small tranlsation improvement.
This commit is contained in:
parent
c039e0028e
commit
6081061ad8
2 changed files with 3 additions and 2 deletions
|
@ -33,8 +33,8 @@ class App.TaskWidget extends App.Controller
|
||||||
data =
|
data =
|
||||||
url: '#'
|
url: '#'
|
||||||
id: false
|
id: false
|
||||||
title: '?'
|
title: App.i18n.translateInline('Loading...')
|
||||||
head: '?'
|
head: App.i18n.translateInline('Loading...')
|
||||||
if task.worker
|
if task.worker
|
||||||
meta = task.worker.meta()
|
meta = task.worker.meta()
|
||||||
if meta
|
if meta
|
||||||
|
|
|
@ -1791,6 +1791,7 @@ Translation.create_if_not_exists( :locale => 'de', :source => "Remove", :target
|
||||||
Translation.create_if_not_exists( :locale => 'de', :source => "Add", :target => "Hinzufügen" )
|
Translation.create_if_not_exists( :locale => 'de', :source => "Add", :target => "Hinzufügen" )
|
||||||
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 => "", :target => "" )
|
#Translation.create_if_not_exists( :locale => 'de', :source => "", :target => "" )
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue