优化提示
This commit is contained in:
parent
5f5255830f
commit
25a8cd077b
@ -455,7 +455,7 @@ async function handleTranslateFromEditor() {
|
|||||||
<strong>CrossSubtitle</strong>
|
<strong>CrossSubtitle</strong>
|
||||||
<span class="credit-line">
|
<span class="credit-line">
|
||||||
by <button class="author-link" type="button" @click="copyAuthorUrl">kuraa</button>
|
by <button class="author-link" type="button" @click="copyAuthorUrl">kuraa</button>
|
||||||
<span v-if="authorUrlCopied" class="author-copy-hint">🎉</span>
|
<span v-if="authorUrlCopied" class="author-copy-hint">{{ $t('app.feedback.copied') }}</span>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="toolbar-actions">
|
<div class="toolbar-actions">
|
||||||
|
|||||||
@ -33,6 +33,7 @@ export default {
|
|||||||
noMediaFiles: 'No supported media files found',
|
noMediaFiles: 'No supported media files found',
|
||||||
someFilesSkipped: '{count} file(s) skipped (unsupported format)',
|
someFilesSkipped: '{count} file(s) skipped (unsupported format)',
|
||||||
dropHint: 'Drop to add files',
|
dropHint: 'Drop to add files',
|
||||||
|
copied: 'Copied 🎉',
|
||||||
},
|
},
|
||||||
llm: {
|
llm: {
|
||||||
apiBase: 'LLM API Base',
|
apiBase: 'LLM API Base',
|
||||||
|
|||||||
@ -33,6 +33,7 @@ export default {
|
|||||||
noMediaFiles: '拖入的文件中没有支持的音视频文件',
|
noMediaFiles: '拖入的文件中没有支持的音视频文件',
|
||||||
someFilesSkipped: '{count} 个文件被跳过(不支持的格式)',
|
someFilesSkipped: '{count} 个文件被跳过(不支持的格式)',
|
||||||
dropHint: '松开以添加文件',
|
dropHint: '松开以添加文件',
|
||||||
|
copied: '复制成功🎉',
|
||||||
},
|
},
|
||||||
llm: {
|
llm: {
|
||||||
apiBase: 'LLM API Base',
|
apiBase: 'LLM API Base',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user