add warning
This commit is contained in:
parent
ec05d1e3ef
commit
372c759c89
@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div class="min-w-[200px] pe-8 w-[768px]">
|
||||
<h2 class="pt-3 text-3xl">{{ $t('advanced.title') }}</h2>
|
||||
<p class="mt-5 font-bold text-orange-500">{{ $t('advanced.warning') }}</p>
|
||||
<form
|
||||
v-if="configStore.advanced"
|
||||
class="mt-10 grid md:grid-cols-[180px_auto] gap-5"
|
||||
|
@ -145,6 +145,7 @@ export default {
|
||||
ingest: 'Ingest',
|
||||
updateSuccess: 'Update advanced config success!',
|
||||
updateFailed: 'Update advanced config failed!',
|
||||
warning: 'Warning! These settings are experimental and only intended for advanced users who are familiar with ffmpeg. Only change the settings here if you are sure of what you are doing! The settings can make the system unstable.',
|
||||
},
|
||||
config: {
|
||||
channel: 'Kanal',
|
||||
|
@ -145,6 +145,7 @@ export default {
|
||||
ingest: 'Ingest',
|
||||
updateSuccess: 'Update advanced config success!',
|
||||
updateFailed: 'Update advanced config failed!',
|
||||
warning: 'Warning! These settings are experimental and only intended for advanced users who are familiar with ffmpeg. Only change the settings here if you are sure of what you are doing! The settings can make the system unstable.',
|
||||
},
|
||||
config: {
|
||||
channel: 'Channel',
|
||||
|
@ -145,6 +145,7 @@ export default {
|
||||
ingest: 'Ingest',
|
||||
updateSuccess: 'Update advanced config success!',
|
||||
updateFailed: 'Update advanced config failed!',
|
||||
warning: 'Warning! These settings are experimental and only intended for advanced users who are familiar with ffmpeg. Only change the settings here if you are sure of what you are doing! The settings can make the system unstable.',
|
||||
},
|
||||
config: {
|
||||
channel: 'Canal',
|
||||
|
@ -145,6 +145,7 @@ export default {
|
||||
ingest: 'Ingest',
|
||||
updateSuccess: 'Update advanced config success!',
|
||||
updateFailed: 'Update advanced config failed!',
|
||||
warning: 'Warning! These settings are experimental and only intended for advanced users who are familiar with ffmpeg. Only change the settings here if you are sure of what you are doing! The settings can make the system unstable.',
|
||||
},
|
||||
config: {
|
||||
channel: 'Канал',
|
||||
|
Loading…
x
Reference in New Issue
Block a user