Maintenance: Improve translatable source strings.
This commit is contained in:
parent
257ab2fc60
commit
f7bf58b022
2 changed files with 9 additions and 45 deletions
|
@ -7,39 +7,39 @@ class ProfileNotification extends App.ControllerSubContent
|
||||||
|
|
||||||
sounds: [
|
sounds: [
|
||||||
{
|
{
|
||||||
name: __('Bell')
|
name: 'Bell'
|
||||||
file: 'Bell.mp3'
|
file: 'Bell.mp3'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: __('Kalimba')
|
name: 'Kalimba'
|
||||||
file: 'Kalimba.mp3'
|
file: 'Kalimba.mp3'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: __('Marimba')
|
name: 'Marimba'
|
||||||
file: 'Marimba.mp3'
|
file: 'Marimba.mp3'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: __('Peep')
|
name: 'Peep'
|
||||||
file: 'Peep.mp3'
|
file: 'Peep.mp3'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: __('Plop')
|
name: 'Plop'
|
||||||
file: 'Plop.mp3'
|
file: 'Plop.mp3'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: __('Ring')
|
name: 'Ring'
|
||||||
file: 'Ring.mp3'
|
file: 'Ring.mp3'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: __('Space')
|
name: 'Space'
|
||||||
file: 'Space.mp3'
|
file: 'Space.mp3'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: __('Wood')
|
name: 'Wood'
|
||||||
file: 'Wood.mp3'
|
file: 'Wood.mp3'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: __('Xylo')
|
name: 'Xylo'
|
||||||
file: 'Xylo.mp3'
|
file: 'Xylo.mp3'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1148,10 +1148,6 @@ msgstr ""
|
||||||
msgid "Beginner"
|
msgid "Beginner"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_profile/notification.coffee
|
|
||||||
msgid "Bell"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/assets/javascripts/app/views/integration/ldap.jst.eco
|
#: app/assets/javascripts/app/views/integration/ldap.jst.eco
|
||||||
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco
|
#: app/assets/javascripts/app/views/integration/ldap_wizard.jst.eco
|
||||||
msgid "Bind Password"
|
msgid "Bind Password"
|
||||||
|
@ -5271,10 +5267,6 @@ msgstr ""
|
||||||
msgid "Just click into the highlighted area and update the words right there. Enjoy!"
|
msgid "Just click into the highlighted area and update the words right there. Enjoy!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_profile/notification.coffee
|
|
||||||
msgid "Kalimba"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/assets/javascripts/app/views/karma/index.jst.eco
|
#: app/assets/javascripts/app/views/karma/index.jst.eco
|
||||||
msgid "Karma Level"
|
msgid "Karma Level"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -5693,10 +5685,6 @@ msgstr ""
|
||||||
msgid "March"
|
msgid "March"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_profile/notification.coffee
|
|
||||||
msgid "Marimba"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/assets/javascripts/app/views/widget/online_notification.jst.eco
|
#: app/assets/javascripts/app/views/widget/online_notification.jst.eco
|
||||||
msgid "Mark all as read"
|
msgid "Mark all as read"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -7046,10 +7034,6 @@ msgstr ""
|
||||||
msgid "Paste in CSV data"
|
msgid "Paste in CSV data"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_profile/notification.coffee
|
|
||||||
msgid "Peep"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: db/seeds/overviews.rb
|
#: db/seeds/overviews.rb
|
||||||
msgid "Pending Reached Tickets"
|
msgid "Pending Reached Tickets"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -7198,10 +7182,6 @@ msgstr ""
|
||||||
msgid "Please wait…"
|
msgid "Please wait…"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_profile/notification.coffee
|
|
||||||
msgid "Plop"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_channel/email.coffee
|
#: app/assets/javascripts/app/controllers/_channel/email.coffee
|
||||||
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee
|
#: app/assets/javascripts/app/controllers/getting_started/channel_email.coffee
|
||||||
#: app/assets/javascripts/app/controllers/getting_started/email_notification.coffee
|
#: app/assets/javascripts/app/controllers/getting_started/email_notification.coffee
|
||||||
|
@ -7638,10 +7618,6 @@ msgstr ""
|
||||||
msgid "Retweets are converted into tickets."
|
msgid "Retweets are converted into tickets."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_profile/notification.coffee
|
|
||||||
msgid "Ring"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee
|
#: app/assets/javascripts/app/controllers/_ui_element/core_workflow_condition.coffee
|
||||||
#: app/assets/javascripts/app/controllers/role.coffee
|
#: app/assets/javascripts/app/controllers/role.coffee
|
||||||
#: app/assets/javascripts/app/views/integration/ldap.jst.eco
|
#: app/assets/javascripts/app/views/integration/ldap.jst.eco
|
||||||
|
@ -8363,10 +8339,6 @@ msgstr ""
|
||||||
msgid "Source"
|
msgid "Source"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_profile/notification.coffee
|
|
||||||
msgid "Space"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: db/seeds/settings.rb
|
#: db/seeds/settings.rb
|
||||||
msgid "Special character required"
|
msgid "Special character required"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -10332,10 +10304,6 @@ msgstr ""
|
||||||
msgid "Woo hoo! Your password has been changed!"
|
msgid "Woo hoo! Your password has been changed!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_profile/notification.coffee
|
|
||||||
msgid "Wood"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/assets/javascripts/app/views/translation/list.jst.eco
|
#: app/assets/javascripts/app/views/translation/list.jst.eco
|
||||||
#: app/assets/javascripts/app/views/translation/todo.jst.eco
|
#: app/assets/javascripts/app/views/translation/todo.jst.eco
|
||||||
msgid "Words"
|
msgid "Words"
|
||||||
|
@ -10349,10 +10317,6 @@ msgstr ""
|
||||||
msgid "Workflows"
|
msgid "Workflows"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: app/assets/javascripts/app/controllers/_profile/notification.coffee
|
|
||||||
msgid "Xylo"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: app/assets/javascripts/app/views/report/time_range_picker.jst.eco
|
#: app/assets/javascripts/app/views/report/time_range_picker.jst.eco
|
||||||
msgid "Year"
|
msgid "Year"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
Loading…
Reference in a new issue