Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yumata committed Nov 1, 2023
1 parent dea58e2 commit 6e2557b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -29692,7 +29692,7 @@
tv_status_planned: 'Запланировано',
tv_status_in_production: 'В производстве',
tv_status_ended: 'Завершено',
tv_status_сanceled: 'Отменено',
tv_status_canceled: 'Отменено',
tv_status_pilot: 'Пилотный',
tv_status_released: 'Выпущенный',
tv_status_rumored: 'По слухам',
Expand Down Expand Up @@ -30706,7 +30706,7 @@
tv_status_planned: 'Planned',
tv_status_in_production: 'In Production',
tv_status_ended: 'Ended',
tv_status_сanceled: 'Canceled',
tv_status_canceled: 'Canceled',
tv_status_pilot: 'Pilot',
tv_status_released: 'Released',
tv_status_rumored: 'Rumored',
Expand Down
2 changes: 1 addition & 1 deletion lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,7 @@ export default {
tv_status_planned: 'Planned',
tv_status_in_production: 'In Production',
tv_status_ended: 'Ended',
tv_status_сanceled: 'Canceled',
tv_status_canceled: 'Canceled',
tv_status_pilot: 'Pilot',

tv_status_released:'Released',
Expand Down
3 changes: 1 addition & 2 deletions lang/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -1046,9 +1046,8 @@ export default {
tv_status_planned: 'Запланировано',
tv_status_in_production: 'В производстве',
tv_status_ended: 'Завершено',
tv_status_сanceled: 'Отменено',
tv_status_canceled: 'Отменено',
tv_status_pilot: 'Пилотный',

tv_status_released:'Выпущенный',
tv_status_rumored:'По слухам',
tv_status_post_production:'Скоро',
Expand Down

0 comments on commit 6e2557b

Please sign in to comment.