@sigmaott/base-library-next 2.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/README.md +1 -0
  2. package/locales/en.yaml +289 -0
  3. package/locales/vi.yaml +294 -0
  4. package/nuxt.config.ts +18 -0
  5. package/package.json +33 -0
  6. package/public/routes.json +34 -0
  7. package/src/api/axios.ts +3 -0
  8. package/src/api/index.ts +86 -0
  9. package/src/api-client-library/.openapi-generator/FILES +20 -0
  10. package/src/api-client-library/.openapi-generator/VERSION +1 -0
  11. package/src/api-client-library/.openapi-generator-ignore +23 -0
  12. package/src/api-client-library/api/health-api.ts +119 -0
  13. package/src/api-client-library/api/presets-api.ts +599 -0
  14. package/src/api-client-library/api/profiles-api.ts +676 -0
  15. package/src/api-client-library/api.ts +20 -0
  16. package/src/api-client-library/base.ts +72 -0
  17. package/src/api-client-library/common.ts +150 -0
  18. package/src/api-client-library/configuration.ts +101 -0
  19. package/src/api-client-library/git_push.sh +57 -0
  20. package/src/api-client-library/index.ts +18 -0
  21. package/src/api-client-library/models/create-preset-dto.ts +223 -0
  22. package/src/api-client-library/models/create-profile-dto.ts +45 -0
  23. package/src/api-client-library/models/health-controller-get-health200-response-info-value.ts +32 -0
  24. package/src/api-client-library/models/health-controller-get-health200-response.ts +51 -0
  25. package/src/api-client-library/models/health-controller-get-health503-response.ts +51 -0
  26. package/src/api-client-library/models/index.ts +7 -0
  27. package/src/api-client-library/models/update-preset-dto.ts +223 -0
  28. package/src/api-client-library/models/update-profile-dto.ts +45 -0
  29. package/src/components/MediaSelection.vue +40 -0
  30. package/src/components/PresetModify.vue +154 -0
  31. package/src/components/PresetTable.vue +114 -0
  32. package/src/components/ProfileAllList.vue +137 -0
  33. package/src/components/ProfileFormModal.vue +79 -0
  34. package/src/components/ProfileModify.vue +152 -0
  35. package/src/components/ProfileTable.vue +68 -0
  36. package/src/components/WatermarkDraggableItem.vue +88 -0
  37. package/src/components/channel/ConfigWatermarkItem.vue +239 -0
  38. package/src/components/channel/WatermarkPreview.vue +19 -0
  39. package/src/components/common/Vue3DraggableResizable/Container.vue +71 -0
  40. package/src/components/common/Vue3DraggableResizable/index.vue +1327 -0
  41. package/src/components/common/Vue3DraggableResizable/utils/dom.js +63 -0
  42. package/src/components/common/Vue3DraggableResizable/utils/fns.js +37 -0
  43. package/src/components/common/VueDraggableResizable/dom.js +63 -0
  44. package/src/components/common/VueDraggableResizable/fns.js +37 -0
  45. package/src/components/common/VueDraggableResizable/index.vue +958 -0
  46. package/src/components/preset/ConfigItem.vue +956 -0
  47. package/src/components/profile/ConfigItem.vue +765 -0
  48. package/src/components/profile/TableColumns.vue +137 -0
  49. package/src/components/shared/AudioInfoViewer.vue +101 -0
  50. package/src/components/shared/MediaInfoViewer.vue +249 -0
  51. package/src/components/shared/MediaInfoViewerSmall.vue +105 -0
  52. package/src/components/shared/PopoverProfile.vue +17 -0
  53. package/src/components/shared/VideoInfoViewer.vue +136 -0
  54. package/src/components/shared/fileSizeFilter.ts +26 -0
  55. package/src/composables/preset.ts +141 -0
  56. package/src/public/apple-touch-icon-180x180.png +0 -0
  57. package/src/public/build-time.json +1 -0
  58. package/src/public/favicon.ico +0 -0
  59. package/src/public/favicon.svg +15 -0
  60. package/src/public/logo.png +0 -0
  61. package/src/public/logo.svg +9 -0
  62. package/src/public/maskable-icon-512x512.png +0 -0
  63. package/src/public/pwa-192x192.png +0 -0
  64. package/src/public/pwa-512x512.png +0 -0
  65. package/src/public/pwa-64x64.png +0 -0
  66. package/src/public/routes.json +87 -0
  67. package/src/utils/common.ts +175 -0
  68. package/src/utils/config.ts +19 -0
  69. package/src/utils/preset.ts +353 -0
  70. package/src/utils/profile.ts +30 -0
  71. package/tsconfig.json +3 -0
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # Nuxt 3 Base Library
@@ -0,0 +1,289 @@
1
+ Actions:
2
+ confirm: Confirm
3
+ Alerts:
4
+ table:
5
+ label:
6
+ message: Message
7
+ Channel:
8
+ aspect_ratio: Aspect Ratio
9
+ codec_detail: Codec Detail
10
+ color_space: Color Space
11
+ frame_rate: Frame Rate
12
+ gop_size: Gop Size
13
+ rate_control: Rate Control
14
+ Logs:
15
+ the_channel_is_currently_not_connected_to_the_server_please_try_again_later: The channel is currently not connected to the server, please try again later
16
+ the_job_is_currently_not_connected_to_the_server_please_try_again_later: The job is currently not connected to the server, please try again later.
17
+ Preset:
18
+ list: Presets
19
+ Profile:
20
+ list: Profiles
21
+ SSConfig:
22
+ fps_is_required: Please input fps
23
+ height_is_required: Please input height
24
+ label:
25
+ server_mode: Server mode
26
+ message:
27
+ selectServer: Please select a {0}
28
+ selectServerMode: Please select server mode
29
+ width_is_required: Please input width
30
+ Server:
31
+ the_server_is_in_dead_or_freezed_status_no_logs_found: The server is in DEAD or FREEZED status, no logs found.
32
+ Transcode:
33
+ please_configure_the_input: Please configure the input
34
+ please_input_time_restore: Please input time restore
35
+ view_server_logs: View server logs
36
+ Watermark:
37
+ delay_is_required: Delay is required
38
+ x_is_required: X is required
39
+ y_is_required: Y is required
40
+ asset_not_found: Asset not found
41
+ base:
42
+ encoderId: video encoder
43
+ encoderMode: encoder mode
44
+ mode: Mode
45
+ please_select_name: Please select {name}
46
+ specMachineId: Primary Server
47
+ the_name_should_not_exceed_200_characters: '{name} should not exceed 200 characters'
48
+ base_libarry:
49
+ please_input_vmafmax: Please input vmafMax
50
+ please_input_vmafmin: Please input vmafMin
51
+ please_input_vmafthres: Please input vmafThres
52
+ base_library:
53
+ all_media_type: All media type
54
+ all_status: All status
55
+ apply_config: Apply Config
56
+ apply_recommended_config: Apply recommended config?
57
+ are_you_sure_to_remove_watermark_asset: Are you sure to remove watermark asset?
58
+ are_you_sure_you_want_to_delete_this_asset: Are you sure you want to remove this asset from playlist?
59
+ asset_deleted_successfully: Asset removed successfully
60
+ audio_codec: Audio codec
61
+ blackout_is_disabled_with_input_redundancy_the_channel: >-
62
+ Blackout is disabled with input redundancy, the channel switches only
63
+ between primary and backup sources
64
+ bucket_name_is_invalid: Bucket name is invalid
65
+ can_add_only_1_video: Can add only 1 video
66
+ can_only_create_10_audio: Can add only 10 audio
67
+ can_only_create_10_data: Can add only 10 data
68
+ category: Category
69
+ cau_hinh_luu_tru_dau_ra_generic_s3: >-
70
+ The generic S3 output storage configuration helps you store data, easily
71
+ manage, access data, distribute content, backup, restore data, and integrate
72
+ with other services for analysis and processing of data.
73
+ censorship: Censorship
74
+ check_the_output_information: Check the output information
75
+ chinh_sua_cau_hinh_luu_tru_dau_ra_generic_s3: >-
76
+ Editing the configuration of generic S3 output storage can cause data
77
+ desynchronization when editing.
78
+ click_to_check: Click to check
79
+ click_to_reload_sync_status: Click to reload sync status
80
+ config_check_file: Config check file
81
+ config_output_storage: Config output storage
82
+ copy_link: Copy link
83
+ create_playlist: Create playlist
84
+ currently_is: currently is
85
+ data_successfully_synced_to_default: Data successfully synced to default!
86
+ delete_asset: Delete asset
87
+ delete_playlist: Delete Playlist
88
+ detects_splash_screens_or_logos_to_trigger_automatic_blurring_for_compliance: >-
89
+ Detects splash screens or logos to trigger automatic blurring for
90
+ compliance.
91
+ duration: Duration
92
+ empty_list: Empty list
93
+ encoder_not_supported_please_select_encoder_again: Encoder not supported, please select encoder again
94
+ endpoint_is_invalid: Endpoint is invalid
95
+ enter_a_access_key_id: Enter a access key ID
96
+ enter_a_name: Enter a name
97
+ enter_a_secret_access_key: Enter a secret access key
98
+ enter_profile_name: Enter profile name
99
+ enter_your_bucket_name: Enter your bucket name
100
+ example_path_to_model: '''example: /path/to/model'''
101
+ feature_mismatch_the_path_cannot_be_used_with_feature-name: 'Feature mismatch: The path cannot be used with {0}'
102
+ format: Format
103
+ label:
104
+ cluster: cluster
105
+ machine: server
106
+ link: Link
107
+ load_path_successfully: Load path successfully!
108
+ loaded_from: Loaded from
109
+ locked_due_to_role: Locked due to role asignments from primary server {0}
110
+ maximum_files_per_upload_100_files: 'Maximum files per upload: 100 files'
111
+ maximum_files_per_upload_is_100_files: Maximum files per upload is 100 files
112
+ maxrate_cannot_be_less_than_64000: Maxrate cannot be less than 64000
113
+ minrate_khong_duoc_lon_hon_60m: Minrate cannot be greater than 60000000
114
+ model_is_required: Please input path Model
115
+ name: Name
116
+ no_model_not_found: No model not found
117
+ only_delete_playlists_do_not_delete_assets: >-
118
+ Only delete playlists, do not delete assets within the playlist. Take
119
+ action?
120
+ organize_media_files_to_manage_and_search_easily: Organize media files to manage and search easily.
121
+ playback_video: Playback video
122
+ playlist_created_successfully: Playlist created successfully
123
+ playlist_deleted_successfully: Playlist deleted successfully
124
+ playlist_updated_successfully: Playlist updated successfully
125
+ please_enter_access_key_id: Please enter access key ID
126
+ please_enter_bucket_name: Please enter bucket name
127
+ please_enter_endpoint: Please enter endpoint
128
+ please_enter_secret_access_key: Please enter secret access key
129
+ please_input_expire_time: Please input expire time
130
+ please_input_path_pte_config_in_advanced: Please input path PTE Config in Advanced
131
+ please_input_timeout: Please input signal loss timeout
132
+ please_select_a_model: Please select a model
133
+ please_select_input: Please select input
134
+ please_select_server: Please select sever
135
+ preview: Preview
136
+ recheck: Recheck
137
+ recommended_configuration: Recommended Configuration
138
+ remove_asset: Remove asset
139
+ remove_asset_from_playlist: Remove asset from playlist
140
+ resolution: Resolution
141
+ resync: Resync
142
+ resync_successfully: Resync successfully!
143
+ save_successfully: Save successfully
144
+ select: Select
145
+ select_assets: Select assets
146
+ select_category: Select Category
147
+ select_playlists: Enter or select playlists
148
+ select_valid_file: Select valid file
149
+ signal_losss_timeout_no: Signal loss timeout must not be less than 5 and greater than 10080
150
+ size: Size
151
+ statistics_on_the_total_number_of_running_servers: Statistics on the total number of running servers
152
+ supports_users_in_optimizing_pte_settings_when_encoding_video_we_propose_a_set_of_predefined_configuration_values_based_on_ai-driven_assessments_to_balance_video_quality_and_encoding_efficiency_ensuring_high_image_quality_while_maintaining_optimal_performance: >-
153
+ Supports users in optimizing PTE settings when encoding video. We propose a
154
+ set of predefined configuration values based on AI-driven assessments to
155
+ balance video quality and encoding efficiency, ensuring high image quality
156
+ while maintaining optimal performance.
157
+ the_encoder_of_the_profile_that_was_previously_created_or_taken_from_the_template_is_not_supported_please_re-select_a_valid_encoder_outside_the_channel_configuration: >-
158
+ The encoder of the profile that was previously created or taken from the
159
+ template is not supported, please re-select a valid encoder outside the
160
+ channel configuration
161
+ the_system_is_ready_to_upload_the_checked_files: The system is ready to upload the checked files.
162
+ time_restore_cannot_be_greater_than_86400: Time restore cannot be greater than 86400
163
+ time_restore_cannot_be_less_than_0: Time restore cannot be less than 0
164
+ total: Total
165
+ update_playlist: Update playlist
166
+ update_successfully: Update successfully
167
+ upload: Upload
168
+ upload_asset: Upload asset
169
+ upload_multimedia_content_for_use_with_in-app_products: Upload multimedia content for use with in-app products.
170
+ uploads_completed: uploads completed
171
+ used_in_video_encoding_with_ai-based_quality_assessment_to_optimize_efficiency_while_maintaining_visual_quality: >-
172
+ Used in video encoding with AI-based quality assessment to optimize
173
+ efficiency while maintaining visual quality
174
+ video_codec: Video codec
175
+ vmafmax_must_not_be_less_than_89_and_greater_than_96: vmafMax must not be less than 89 and greater than 96
176
+ vmafmin_must_not_be_less_than_89_and_greater_than_96: vmafMin must not be less than 89 and greater than 96
177
+ when_performing_this_action_the_system_will_automatically_enable_the_pte_config_are_you_sure_you_want_to_apply_the_recommended_configuration: >-
178
+ When performing this action, the system will automatically enable the PTE
179
+ config. Are you sure you want to apply the recommended configuration?
180
+ you_have_0_files_ready_to_upload_please_review_your_files_before: >-
181
+ You have {0} files ready to upload. Please review your files before
182
+ proceeding with the upload to ensure they are correct and valid.
183
+ base_libray:
184
+ all_profiles_must_have_the_same_video_encoder_data: All profiles must have the same Video Encoder data
185
+ all_profiles_must_have_the_same_video_encoder_data_please_proceed_with_data_sync: >-
186
+ All profiles must have the same Video Encoder data{0}. Please proceed with
187
+ data sync
188
+ cluster_is_currently_having_issues_go_to_server_greater_than_cluster_server_to_check_now: Cluster is currently having issues, go to Server>Cluster server to check now
189
+ encoder_sync: Encoder Sync?
190
+ less_than_strong_greater_than: >-
191
+ {0}. This action will update the encoder data for all existing profiles. Are
192
+ you sure you want to sync everything to default?
193
+ less_than_strong_greater_than_all_profiles: >-
194
+ {0}. This action will update the encoder data for all existing profiles. Are
195
+ you sure you want to sync everything to new value?
196
+ recommends_a_set_of_predefined_configuration_values_based_on_ai-driven_assessments_to_balance_video_quality_and_encoding_efficiency_ensuring_high_image_quality_while_maintaining_optimal_performance: >-
197
+ Recommends a set of predefined configuration values ​​based on AI-driven
198
+ assessments to balance video quality and encoding efficiency, ensuring high
199
+ image quality while maintaining optimal performance.
200
+ bitrate_khong_duoc_be_hon_minrate: Bitrate cannot be less than or equal to Minrate
201
+ bitrate_khong_duoc_lon_hon_60m: Bitrate must not be greater than 60000000
202
+ buffsize_cannot_be_less_than_64000_and_greater_than_60000000: Buffsize cannot be less than 10000 and greater than 60000000
203
+ cbr_less_0_greater_51: CQ cannot be less than 0 and greater than 51
204
+ channel:
205
+ model_is_required: Please input Model
206
+ channel_input:
207
+ general_information: General Information
208
+ description:
209
+ format_description: 'Description includes valid characters: A-Z, a-z, 0-9, "-", "_", " "'
210
+ fast_channel:
211
+ number_of_assets: Number of assets
212
+ fps_less_10_greater_60: FPS cannot be less than 10 and greater than 60
213
+ general:
214
+ groupId: Group ID
215
+ global:
216
+ loading: Loading...
217
+ height_less_0_greater_7680: Height cannot be less than 0 and greater than 4320
218
+ label:
219
+ noExpiry: No Expiry
220
+ library:
221
+ model_list: Model List
222
+ the_media_scale_must_be_between: The media scale must be between 0.1 and 10
223
+ updated_successfully: Updated successfully
224
+ library_action:
225
+ cancel: Cancel
226
+ reset: Reset
227
+ submit: Submit
228
+ library_preset:
229
+ audio_is_required: Please input Audio rate
230
+ bitrate_is_required: Please input Bitrate
231
+ clone_preset: Duplicate Preset
232
+ create-preset: Create Preset
233
+ edit_preset: Update Preset
234
+ encoder: Encoder
235
+ enter_group_id: Enter Group ID
236
+ enter_name: Enter name
237
+ group_id: 'Group ID includes valid characters: A-Z, a-z, 0-9, "-", "_", " "'
238
+ group_id_required: Please input Group ID
239
+ label_is_required: Label is required
240
+ language_is_required: Language is required
241
+ name: name
242
+ option: Option
243
+ preset: Preset
244
+ preset_channel: Preset channel is required
245
+ preset_cloned_successfully: Preset cloned successfully!
246
+ preset_created_successfully: Preset created successfully!
247
+ preset_encoder_is_required: Please select Encoder
248
+ preset_group_id: Group ID
249
+ preset_is_required: Please select Preset
250
+ preset_name: preset name
251
+ preset_type_is_required: Preset type is required
252
+ preset_updated_successfully: Preset updated successfully!
253
+ type: Type
254
+ type_is_required: Please select type
255
+ video_is_required: Please input Bitrate
256
+ library_profile:
257
+ add_label: Add
258
+ are_you_sure_to_remove_media: Are you sure to remove media?
259
+ list_of_media: List of media
260
+ no_item: No Item
261
+ no_media_found: No media found
262
+ ok: Submit
263
+ profile_added_successfully: Profile added successfully!
264
+ profile_cloned_successfully: Profile cloned successfully!
265
+ profile_updated_successfully: Profile update successfully!
266
+ warning: Warning
267
+ maxrate_khong_duoc_lon_hon_60m: Maxrate cannot be greater than 60000000
268
+ maxrate_khong_duoc_lon_hon_bitrate: Maxrate cannot be less than Bitrate
269
+ minrate_khong_duoc_lon_hon_bitrate: Minrate cannot be less than 64000
270
+ only_a_maximum_of_10_profiles_can_be_added: Only a maximum of 10 profiles can be added
271
+ please_select_codec: Please select codec
272
+ profile:
273
+ default: Default
274
+ description: Description
275
+ enter_description: Enter description
276
+ label: Label
277
+ language: Language
278
+ name: Name
279
+ name_is_required: Profile name is required
280
+ placeholder_label: Label
281
+ preset_required: Preset list is required
282
+ profile_name: profile name
283
+ vmafMin: vmafMin
284
+ vmafmax: vmafMax
285
+ watermark:
286
+ delay: Delay
287
+ enable_label: Enable
288
+ please_select_the_watermark: Please select watermark asset
289
+ width_less_0_greater_7680: Width cannot be less than 0 and greater than 7680
@@ -0,0 +1,294 @@
1
+ Actions:
2
+ confirm: Xác nhận
3
+ Alerts:
4
+ table:
5
+ label:
6
+ message: Tin nhắn
7
+ Channel:
8
+ aspect_ratio: Aspect Ratio
9
+ codec_detail: Codec Detail
10
+ color_space: Color Space
11
+ frame_rate: Frame Rate
12
+ gop_size: Gop Size
13
+ rate_control: Rate Control
14
+ Logs:
15
+ the_channel_is_currently_not_connected_to_the_server_please_try_again_later: Kênh hiện không được kết nối với máy chủ, vui lòng thử lại sau
16
+ the_job_is_currently_not_connected_to_the_server_please_try_again_later: Công việc hiện không được kết nối với máy chủ, vui lòng thử lại sau.
17
+ Preset:
18
+ list: Danh sách Preset
19
+ Profile:
20
+ list: Danh sách Profile
21
+ SSConfig:
22
+ fps_is_required: Vui lòng nhập FPS
23
+ height_is_required: Vui lòng nhập chiều cao
24
+ label:
25
+ server_mode: Chế độ máy chủ
26
+ message:
27
+ selectServer: Vui lòng chọn {0}
28
+ selectServerMode: Vui lòng chọn chế độ máy chủ
29
+ width_is_required: Vui lòng nhập chiều rộng
30
+ Server:
31
+ the_server_is_in_dead_or_freezed_status_no_logs_found: Máy chủ ở trạng thái chết hoặc đóng băng, không tìm thấy nhật ký.
32
+ Transcode:
33
+ please_configure_the_input: Vui lòng định cấu hình đầu vào
34
+ please_input_time_restore: Vui lòng nhập thời gian khôi phục
35
+ view_server_logs: Xem nhật ký máy chủ
36
+ Watermark:
37
+ delay_is_required: Cần có sự chậm trễ
38
+ x_is_required: X là bắt buộc
39
+ y_is_required: Y là bắt buộc
40
+ asset_not_found: Không tìm thấy nội dung
41
+ base:
42
+ encoderId: bộ mã hóa video
43
+ encoderMode: chế độ mã hóa
44
+ mode: Cách thức
45
+ please_select_name: Vui lòng chọn {name}
46
+ specMachineId: Máy chủ chính
47
+ the_name_should_not_exceed_200_characters: '{name} không được vượt quá 200 ký tự'
48
+ base_libarry:
49
+ please_input_vmafmax: Vui lòng nhập vmafMax
50
+ please_input_vmafmin: Vui lòng nhập vmafMin
51
+ please_input_vmafthres: Vui lòng nhập vmafThres
52
+ base_library:
53
+ all_media_type: Tất cả media type
54
+ all_status: Tất cả trạng thái
55
+ apply_config: Áp dụng cấu hình
56
+ apply_recommended_config: Áp dụng cấu hình đề xuất?
57
+ are_you_sure_to_remove_watermark_asset: Bạn có chắc chắn xóa nội dung hình mờ không?
58
+ are_you_sure_you_want_to_delete_this_asset: Bạn có chắc chắn muốn xóa asset này khỏi playlist không?
59
+ asset_deleted_successfully: Asset đã được xóa thành công
60
+ audio_codec: Audio codec
61
+ blackout_is_disabled_with_input_redundancy_the_channel: >-
62
+ Tính năng blackout sẽ không hoạt động khi sử dụng input redundancy. Kênh sẽ
63
+ chỉ chuyển qua lại giữa 2 nguồn primary và backup
64
+ bucket_name_is_invalid: Tên thùng chứa không hợp lệ
65
+ can_add_only_1_video: Chỉ có thể thêm 1 video
66
+ can_only_create_10_audio: Chỉ có thể thêm 10 audio
67
+ can_only_create_10_data: Chỉ có thể thêm 10 data
68
+ category: Danh mục
69
+ cau_hinh_luu_tru_dau_ra_generic_s3: >-
70
+ Cấu hình lưu trữ đầu ra generic S3 giúp bạn lưu trữ dữ liệu, dễ dàng quản
71
+ lý, truy cập dữ liệu, phân phối nội dung, sao lưu, khôi phục dữ liệu, và
72
+ tích hợp với các dịch vụ khác để phân tích và xử lý dữ liệu.
73
+ censorship: Kiểm duyệt
74
+ check_the_output_information: Kiểm tra thông tin đầu ra
75
+ chinh_sua_cau_hinh_luu_tru_dau_ra_generic_s3: >-
76
+ Chỉnh sửa cấu hình lưu trữ đầu ra generic S3 có thể gây bất đồng bộ dữ liệu
77
+ khi chỉnh sửa.
78
+ click_to_check: Nhấn để kiểm tra
79
+ click_to_reload_sync_status: Bấm để tải lại trạng thái đồng bộ hóa
80
+ config_check_file: Config check file
81
+ config_output_storage: Cấu hình lưu trữ đầu ra
82
+ copy_link: Sao chép liên kết
83
+ create_playlist: Tạo danh sách phát
84
+ currently_is: hiện tại là
85
+ data_successfully_synced_to_default: Dữ liệu được đồng bộ hóa thành công với mặc định!
86
+ delete_asset: Xóa asset
87
+ delete_playlist: Xóa Danh sách Phát
88
+ detects_splash_screens_or_logos_to_trigger_automatic_blurring_for_compliance: Phát hiện màn hình Splash hoặc logo để kích hoạt làm mờ tự động để tuân thủ.
89
+ duration: Duration
90
+ empty_list: Danh sách trống
91
+ encoder_not_supported_please_select_encoder_again: Bộ mã hóa không được hỗ trợ, vui lòng chọn bộ mã hóa lại
92
+ endpoint_is_invalid: Endpoint không hợp lệ
93
+ enter_a_access_key_id: Nhập Access Key ID
94
+ enter_a_name: Nhập tên
95
+ enter_a_secret_access_key: Nhập Secret Access Key
96
+ enter_profile_name: Nhập tên hồ sơ
97
+ enter_your_bucket_name: Nhập tên cho bucket của bạn
98
+ example_path_to_model: '''Ví dụ:/path/to/model'''
99
+ feature_mismatch_the_path_cannot_be_used_with_feature-name: 'Tính năng không phù hợp: đường dẫn không thể được sử dụng với {0}'
100
+ format: Format
101
+ label:
102
+ cluster: cụm
103
+ machine: máy chủ
104
+ link: Link
105
+ load_path_successfully: Tải đường dẫn thành công!
106
+ loaded_from: Tải từ
107
+ locked_due_to_role: Bị khóa do vai trò ASigns từ máy chủ chính {0}
108
+ maximum_files_per_upload_100_files: 'Số tệp tối đa mỗi lần tải lên: 100 tệp'
109
+ maximum_files_per_upload_is_100_files: Số tệp tối đa cho mỗi lần tải lên là 100 tệp
110
+ maxrate_cannot_be_less_than_64000: Maxrate không thể nhỏ hơn 64000
111
+ minrate_khong_duoc_lon_hon_60m: Minrate không thể lớn hơn 60000000
112
+ model_is_required: Vui lòng nhập mô hình đường dẫn
113
+ name: Name
114
+ no_model_not_found: Không tìm thấy mô hình
115
+ only_delete_playlists_do_not_delete_assets: >-
116
+ Chỉ xóa danh sách phát, không xóa asset trong danh sách phát. Thực hiện hành
117
+ động?
118
+ organize_media_files_to_manage_and_search_easily: Sắp xếp các tệp media để quản lý và tìm kiếm dễ dàng.
119
+ playback_video: Phát lại video
120
+ playlist_created_successfully: Danh sách phát đã được tạo thành công
121
+ playlist_deleted_successfully: Danh sách phát đã được xóa thành công
122
+ playlist_updated_successfully: Danh sách phát đã được cập nhật thành công
123
+ please_enter_access_key_id: Vui lòng nhập Access Key ID
124
+ please_enter_bucket_name: Vui lòng nhập tên bucket
125
+ please_enter_endpoint: Vui lòng nhập điểm cuối
126
+ please_enter_secret_access_key: Vui lòng nhập Secret Access Key
127
+ please_input_expire_time: Vui lòng nhập thời gian hết hạn
128
+ please_input_path_pte_config_in_advanced: Vui lòng nhập path PTE ở Cấu hình nâng cao
129
+ please_input_timeout: Vui lòng nhập thời gian chờ signal loss
130
+ please_select_a_model: Vui lòng chọn một mô hình
131
+ please_select_input: Vui lòng chọn đầu vào
132
+ please_select_server: Vui lòng chọn Sever
133
+ preview: Preview
134
+ recheck: Kiểm tra lại
135
+ recommended_configuration: Cấu hình đề xuất
136
+ remove_asset: Xóa asset
137
+ remove_asset_from_playlist: Xóa asset khỏi danh sách phát
138
+ resolution: Resolution
139
+ resync: Đồng bộ lại
140
+ resync_successfully: Resync thành công!
141
+ save_successfully: Lưu thành công
142
+ select: Lựa chọn
143
+ select_assets: Chọn assets
144
+ select_category: Chọn danh mục
145
+ select_playlists: Nhập hoặc chọn playlist
146
+ select_valid_file: Chọn tệp hợp lệ
147
+ signal_losss_timeout_no: Thời gian signal loss không được nhỏ hơn 5 và lớn hơn 10080
148
+ size: Size
149
+ statistics_on_the_total_number_of_running_servers: Số liệu thống kê về tổng số máy chủ đang chạy
150
+ supports_users_in_optimizing_pte_settings_when_encoding_video_we_propose_a_set_of_predefined_configuration_values_based_on_ai-driven_assessments_to_balance_video_quality_and_encoding_efficiency_ensuring_high_image_quality_while_maintaining_optimal_performance: >-
151
+ Hỗ trợ người dùng tối ưu hóa cài đặt PTE khi mã hóa video. Chúng tôi đề xuất
152
+ một bộ giá trị cấu hình sẵn dựa trên các đánh giá do AI điều khiển để cân
153
+ bằng chất lượng video và hiệu quả mã hóa, đảm bảo chất lượng hình ảnh cao
154
+ trong khi vẫn duy trì hiệu suất tối ưu.
155
+ the_encoder_of_the_profile_that_was_previously_created_or_taken_from_the_template_is_not_supported_please_re-select_a_valid_encoder_outside_the_channel_configuration: >-
156
+ Encoder của profile đã được tạo trước đó hoặc lấy từ template đang không
157
+ được hỗ trợ, vui lòng chọn lại encoder hợp lệ ở ngoài cấu hình kênh.
158
+ the_system_is_ready_to_upload_the_checked_files: Hệ thống đã sẵn sàng để tải lên các tệp đã được kiểm tra.
159
+ time_restore_cannot_be_greater_than_86400: Khôi phục thời gian không thể lớn hơn 86400
160
+ time_restore_cannot_be_less_than_0: Khôi phục thời gian không thể nhỏ hơn 0
161
+ total: Tổng cộng
162
+ update_playlist: Cập nhật danh sách phát
163
+ update_successfully: Cập nhật thành công
164
+ upload: Tải lên
165
+ upload_asset: Tải lên asset
166
+ upload_multimedia_content_for_use_with_in-app_products: Tải lên nội dung đa phương tiện để sử dụng với sản phẩm trong ứng dụng.
167
+ uploads_completed: tải lên hoàn tất
168
+ used_in_video_encoding_with_ai-based_quality_assessment_to_optimize_efficiency_while_maintaining_visual_quality: >-
169
+ Được sử dụng trong mã hóa video với đánh giá chất lượng dựa trên AI để tối
170
+ ưu hóa hiệu quả trong khi duy trì chất lượng thị giác
171
+ video_codec: Video codec
172
+ vmafmax_must_not_be_less_than_89_and_greater_than_96: vmafMax không được nhỏ hơn 89 và lớn hơn 96
173
+ vmafmin_must_not_be_less_than_89_and_greater_than_96: vmafMin không được nhỏ hơn 89 và lớn hơn 96
174
+ when_performing_this_action_the_system_will_automatically_enable_the_pte_config_are_you_sure_you_want_to_apply_the_recommended_configuration: >-
175
+ Khi thực hiện hành động này, hệ thống sẽ tự động bật PTE config. Bạn có chắc
176
+ chắn muốn áp dụng cấu hình được đề xuất không?
177
+ you_have_0_files_ready_to_upload_please_review_your_files_before: >-
178
+ Bạn có {0} tệp sẵn sàng để tải lên. Vui lòng kiểm tra lại các tệp của bạn
179
+ trước khi tiếp tục quá trình tải lên để đảm bảo chúng là chính xác và hợp
180
+ lệ.
181
+ base_libray:
182
+ all_profiles_must_have_the_same_video_encoder_data: Tất cả các cấu hình phải có cùng một dữ liệu bộ mã hóa video
183
+ all_profiles_must_have_the_same_video_encoder_data_please_proceed_with_data_sync: |-
184
+ Tất cả các cấu hình phải có cùng một dữ liệu bộ mã hóa video {0}.
185
+ Vui lòng tiến hành đồng bộ hóa dữ liệu
186
+ cluster_is_currently_having_issues_go_to_server_greater_than_cluster_server_to_check_now: >-
187
+ Cluster hiện đang gặp sự cố, hãy truy cập Server>Cluster Server để kiểm tra
188
+ ngay
189
+ encoder_sync: Bộ mã hóa đồng bộ hóa?
190
+ less_than_strong_greater_than: >-
191
+ {0}.
192
+
193
+ Hành động này sẽ cập nhật dữ liệu bộ mã hóa cho tất cả các cấu hình hiện
194
+ có.
195
+
196
+ Bạn có chắc là bạn muốn đồng bộ hóa mọi thứ để mặc định?
197
+ less_than_strong_greater_than_all_profiles: >-
198
+ . Hành động này sẽ cập nhật dữ liệu bộ mã hóa cho tất cả các cấu hình hiện
199
+ có. Bạn có chắc là bạn muốn đồng bộ hóa mọi thứ với giá trị mới?
200
+ recommends_a_set_of_predefined_configuration_values_based_on_ai-driven_assessments_to_balance_video_quality_and_encoding_efficiency_ensuring_high_image_quality_while_maintaining_optimal_performance: >-
201
+ Đề xuất một tập hợp các giá trị cấu hình được xác định trước dựa trên các
202
+ đánh giá điều khiển AI để cân bằng chất lượng video và hiệu quả mã hóa, đảm
203
+ bảo chất lượng hình ảnh cao trong khi duy trì hiệu suất tối ưu.
204
+ bitrate_khong_duoc_be_hon_minrate: Bitrate không thể nhỏ hơn hoặc bằng Minrate
205
+ bitrate_khong_duoc_lon_hon_60m: Bitrate không được lớn hơn 60000000
206
+ buffsize_cannot_be_less_than_64000_and_greater_than_60000000: Kích thước buff không thể nhỏ hơn 64000 và lớn hơn 60000000
207
+ cbr_less_0_greater_51: CQ không thể nhỏ hơn 0 và lớn hơn 51
208
+ channel:
209
+ model_is_required: Vui lòng nhập Model
210
+ channel_input:
211
+ general_information: Thông tin chung
212
+ description:
213
+ format_description: 'Mô tả gồm các ký tự hợp lệ: A-Z, a-z, 0-9, "-", "_", " "'
214
+ fast_channel:
215
+ number_of_assets: Số lượng asset
216
+ fps_less_10_greater_60: FPS không thể nhỏ hơn 10 và lớn hơn 60
217
+ general:
218
+ action: Action
219
+ groupId: Nhóm ID
220
+ global:
221
+ loading: Đang tải...
222
+ height_less_0_greater_7680: Chiều cao không thể nhỏ hơn 0 và lớn hơn 4320
223
+ label:
224
+ noExpiry: Không Hết Hạn
225
+ library:
226
+ model_list: Danh sách model
227
+ the_media_scale_must_be_between: Media scale phải nằm trong khoảng từ 0,1 đến 10
228
+ updated_successfully: Đã cập nhật thành công
229
+ library_action:
230
+ cancel: Hủy bỏ
231
+ reset: Cài lại
232
+ submit: Xác nhận
233
+ library_preset:
234
+ audio_is_required: Vui lòng nhập Audio rate
235
+ bitrate_is_required: Vui lòng nhập Bitrate
236
+ clone_preset: Nhân bản preset
237
+ create-preset: Tạo preset
238
+ edit_preset: Chỉnh sửa preset
239
+ encoder: Mã hoá
240
+ enter_group_id: Nhập ID nhóm
241
+ enter_name: Nhập tên
242
+ group_id: 'ID nhóm bao gồm các ký tự hợp lệ: A-Z, a-z, 0-9, "-", "_", " "'
243
+ group_id_required: Vui lòng nhập ID nhóm
244
+ label_is_required: Nhãn là bắt buộc
245
+ language_is_required: Ngôn ngữ là bắt buộc
246
+ name: tên
247
+ option: Lựa chọn
248
+ preset: cài sẵn
249
+ preset_channel: Kênh preset là bắt buộc
250
+ preset_cloned_successfully: Preset nhân bản thành công!
251
+ preset_created_successfully: Đã tạo preset thành công!
252
+ preset_encoder_is_required: Vui lòng chọn Encoder
253
+ preset_group_id: Nhóm ID
254
+ preset_is_required: Vui lòng chọn Preset
255
+ preset_name: tên preset
256
+ preset_type_is_required: Loại preset là bắt buộc
257
+ preset_updated_successfully: Preset được cập nhật thành công!
258
+ type: Loại
259
+ type_is_required: Vui lòng chọn loại
260
+ video_is_required: Vui lòng nhập Bitrate
261
+ library_profile:
262
+ add_label: Thêm
263
+ are_you_sure_to_remove_media: Bạn có chắc chắn xóa phương tiện không?
264
+ list_of_media: Danh sách media
265
+ no_item: Không có mục
266
+ no_media_found: Không tìm thấy phương tiện nào
267
+ ok: Xác nhận
268
+ profile_added_successfully: Đã thêm hồ sơ thành công!
269
+ profile_cloned_successfully: Hồ sơ được nhân bản thành công!
270
+ profile_updated_successfully: Cập nhật hồ sơ thành công!
271
+ warning: Cảnh báo
272
+ maxrate_khong_duoc_lon_hon_60m: Maxrate không thể lớn hơn 60000000
273
+ maxrate_khong_duoc_lon_hon_bitrate: Maxrate không thể ít hơn bitrate
274
+ minrate_khong_duoc_lon_hon_bitrate: Minrate không được nhỏ hơn 64000
275
+ only_a_maximum_of_10_profiles_can_be_added: Chỉ có thể thêm tối đa 10 hồ sơ
276
+ please_select_codec: Vui lòng chọn codec
277
+ profile:
278
+ default: Mặc định
279
+ description: Mô tả
280
+ enter_description: Nhập mô tả
281
+ label: Nhãn
282
+ language: Ngôn ngữ
283
+ name: Tên
284
+ name_is_required: Tên hồ sơ là bắt buộc
285
+ placeholder_label: Nhãn
286
+ preset_required: Danh sách đặt trước là bắt buộc
287
+ profile_name: Tên hồ sơ
288
+ vmafMin: vmafMin
289
+ vmafmax: vmafMax
290
+ watermark:
291
+ delay: Độ trễ
292
+ enable_label: Kích hoạt
293
+ please_select_the_watermark: Vui lòng chọn nội dung watermark
294
+ width_less_0_greater_7680: Chiều rộng không thể nhỏ hơn 0 và lớn hơn 7680
package/nuxt.config.ts ADDED
@@ -0,0 +1,18 @@
1
+ export default defineNuxtConfig({
2
+ srcDir: 'src/',
3
+ extends: [
4
+ '../base',
5
+ ],
6
+ modules: [
7
+ '@nuxtjs/i18n',
8
+ ],
9
+ i18n: {
10
+ lazy: true,
11
+ strategy: 'no_prefix',
12
+ langDir: '../../base-library/locales',
13
+ locales: [
14
+ { code: 'en', file: 'en.yaml' },
15
+ { code: 'vi', file: 'vi.yaml' },
16
+ ],
17
+ },
18
+ })
package/package.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "@sigmaott/base-library-next",
3
+ "type": "module",
4
+ "version": "2.1.9",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "main": "./nuxt.config.ts",
9
+ "files": [
10
+ "locales",
11
+ "src",
12
+ "public",
13
+ ".npmrc",
14
+ "nuxt.config.ts",
15
+ "tsconfig.json"
16
+ ],
17
+ "scripts": {
18
+ "build:development": "nuxi build --dotenv .env.development",
19
+ "build:staging": "nuxi build --dotenv .env.staging",
20
+ "build:production": "nuxi build --dotenv .env.production",
21
+ "dev": "nuxi dev --dotenv .env.development",
22
+ "dev:pwa": "VITE_PLUGIN_PWA=true nuxi dev",
23
+ "start": "node .output/server/index.mjs",
24
+ "typecheck": "vue-tsc --noEmit",
25
+ "postinstall": "nuxi prepare",
26
+
27
+ "generate": "nuxi generate",
28
+ "start:generate": "npx serve .output/public"
29
+ },
30
+ "devDependencies": {
31
+ "@sigmaott/base-next": "1.3.4"
32
+ }
33
+ }
@@ -0,0 +1,34 @@
1
+ [
2
+ {
3
+ "name": "all",
4
+ "path": "/:all(.*)*",
5
+ "meta": {
6
+ "__nuxt_dynamic_meta_key": {}
7
+ },
8
+ "children": []
9
+ },
10
+ {
11
+ "name": "403",
12
+ "path": "/403",
13
+ "meta": {
14
+ "__nuxt_dynamic_meta_key": {}
15
+ },
16
+ "children": []
17
+ },
18
+ {
19
+ "name": "500",
20
+ "path": "/500",
21
+ "meta": {
22
+ "__nuxt_dynamic_meta_key": {}
23
+ },
24
+ "children": []
25
+ },
26
+ {
27
+ "name": "login",
28
+ "path": "/login",
29
+ "meta": {
30
+ "__nuxt_dynamic_meta_key": {}
31
+ },
32
+ "children": []
33
+ }
34
+ ]
@@ -0,0 +1,3 @@
1
+ import service from '@sigma-streaming/base/src/api/axios'
2
+
3
+ export default service