Skip to content

Commit

Permalink
Merge pull request #192 from webitel/fix/flow-types-locales
Browse files Browse the repository at this point in the history
fix: locales for flow types changed [WTEL-3987]
  • Loading branch information
dlohvinov authored Dec 15, 2023
2 parents 618d712 + 77fd31e commit 90abdfb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/locale/en/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export default {
[EngineRoutingSchemaType.Chat]: 'Chat',
[EngineRoutingSchemaType.Voice]: 'Voice',
[EngineRoutingSchemaType.Service]: 'Service',
[EngineRoutingSchemaType.Processing]: 'Processing',
[EngineRoutingSchemaType.Processing]: 'Forms',
},
},
},
Expand Down
8 changes: 4 additions & 4 deletions src/locale/ru/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ export default {
},
flow: {
type: {
[EngineRoutingSchemaType.Chat]: 'Чат',
[EngineRoutingSchemaType.Voice]: 'Голос',
[EngineRoutingSchemaType.Service]: 'Сервис',
[EngineRoutingSchemaType.Processing]: 'Обработка',
[EngineRoutingSchemaType.Chat]: 'Текстовая',
[EngineRoutingSchemaType.Voice]: 'Голосовая',
[EngineRoutingSchemaType.Service]: 'Служебная',
[EngineRoutingSchemaType.Processing]: 'Формы',
},
},
},
Expand Down
8 changes: 4 additions & 4 deletions src/locale/ua/ua.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ export default {
},
flow: {
type: {
[EngineRoutingSchemaType.Chat]: 'Чат',
[EngineRoutingSchemaType.Voice]: 'Голос',
[EngineRoutingSchemaType.Service]: 'Сервіс',
[EngineRoutingSchemaType.Processing]: 'Обробка',
[EngineRoutingSchemaType.Chat]: 'Текстова',
[EngineRoutingSchemaType.Voice]: 'Голосова',
[EngineRoutingSchemaType.Service]: 'Службова',
[EngineRoutingSchemaType.Processing]: 'Форми',
},
},
},
Expand Down

0 comments on commit 90abdfb

Please sign in to comment.