@sigmaott/base-library-next 2.2.5 → 2.2.7
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.
- package/.npmrc +3 -0
- package/locales/en.yaml +289 -289
- package/locales/vi.yaml +294 -294
- package/nuxt.config.ts +18 -18
- package/package.json +32 -33
- package/public/routes.json +33 -33
- package/src/api/axios.ts +3 -3
- package/src/api/index.ts +86 -86
- package/src/api-client-library/.openapi-generator/FILES +20 -20
- package/src/api-client-library/.openapi-generator-ignore +23 -23
- package/src/api-client-library/api/health-api.ts +119 -119
- package/src/api-client-library/api/presets-api.ts +599 -599
- package/src/api-client-library/api/profiles-api.ts +676 -676
- package/src/api-client-library/api.ts +20 -20
- package/src/api-client-library/base.ts +72 -72
- package/src/api-client-library/common.ts +150 -150
- package/src/api-client-library/configuration.ts +101 -101
- package/src/api-client-library/git_push.sh +57 -57
- package/src/api-client-library/index.ts +18 -18
- package/src/api-client-library/models/create-preset-dto.ts +223 -223
- package/src/api-client-library/models/create-profile-dto.ts +45 -45
- package/src/api-client-library/models/health-controller-get-health200-response-info-value.ts +32 -32
- package/src/api-client-library/models/health-controller-get-health200-response.ts +51 -51
- package/src/api-client-library/models/health-controller-get-health503-response.ts +51 -51
- package/src/api-client-library/models/index.ts +7 -7
- package/src/api-client-library/models/update-preset-dto.ts +223 -223
- package/src/api-client-library/models/update-profile-dto.ts +45 -45
- package/src/components/MediaSelection.vue +40 -40
- package/src/components/PresetModify.vue +154 -154
- package/src/components/PresetTable.vue +114 -114
- package/src/components/ProfileAllList.vue +137 -137
- package/src/components/ProfileFormModal.vue +79 -79
- package/src/components/ProfileModify.vue +152 -152
- package/src/components/ProfileTable.vue +68 -68
- package/src/components/WatermarkDraggableItem.vue +88 -88
- package/src/components/channel/ConfigWatermarkItem.vue +239 -239
- package/src/components/channel/WatermarkPreview.vue +19 -19
- package/src/components/common/Vue3DraggableResizable/Container.vue +71 -71
- package/src/components/common/Vue3DraggableResizable/index.vue +1327 -1327
- package/src/components/common/Vue3DraggableResizable/utils/dom.js +63 -63
- package/src/components/common/Vue3DraggableResizable/utils/fns.js +37 -37
- package/src/components/common/VueDraggableResizable/dom.js +63 -63
- package/src/components/common/VueDraggableResizable/fns.js +37 -37
- package/src/components/common/VueDraggableResizable/index.vue +958 -958
- package/src/components/preset/ConfigItem.vue +956 -956
- package/src/components/profile/ConfigItem.vue +765 -765
- package/src/components/profile/TableColumns.vue +137 -137
- package/src/components/shared/AudioInfoViewer.vue +101 -101
- package/src/components/shared/MediaInfoViewer.vue +249 -249
- package/src/components/shared/MediaInfoViewerSmall.vue +111 -105
- package/src/components/shared/PopoverProfile.vue +17 -17
- package/src/components/shared/VideoInfoViewer.vue +136 -136
- package/src/components/shared/fileSizeFilter.ts +26 -26
- package/src/composables/preset.ts +141 -141
- package/src/public/build-time.json +1 -1
- package/src/public/favicon.svg +15 -15
- package/src/public/logo.svg +9 -9
- package/src/public/routes.json +86 -86
- package/src/utils/common.ts +175 -175
- package/src/utils/config.ts +19 -19
- package/src/utils/preset.ts +353 -353
- package/src/utils/profile.ts +30 -30
- package/tsconfig.json +3 -3
package/.npmrc
ADDED
package/locales/en.yaml
CHANGED
|
@@ -1,289 +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
|
|
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
|