mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 11:52:28 +08:00
fix translation
This commit is contained in:
parent
024b063c23
commit
5b81252959
@ -50,7 +50,7 @@ export default class LlmChatPanel extends BasicWidget {
|
||||
<div class="spinner-border spinner-border-sm text-primary" role="status">
|
||||
<span class="visually-hidden">Loading...</span>
|
||||
</div>
|
||||
<span class="ms-2">${t('common.processing')}...</span>
|
||||
<span class="ms-2">${t('ai.processing.common')}...</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -1843,6 +1843,9 @@
|
||||
"sources": "Sources",
|
||||
"start_indexing": "Start Indexing",
|
||||
"use_advanced_context": "Use Advanced Context",
|
||||
"use_enhanced_context": "Use Enhanced Note Context"
|
||||
"use_enhanced_context": "Use Enhanced Note Context",
|
||||
"processing": {
|
||||
"common": "Processing..."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user