mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 20:02: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">
|
<div class="spinner-border spinner-border-sm text-primary" role="status">
|
||||||
<span class="visually-hidden">Loading...</span>
|
<span class="visually-hidden">Loading...</span>
|
||||||
</div>
|
</div>
|
||||||
<span class="ms-2">${t('common.processing')}...</span>
|
<span class="ms-2">${t('ai.processing.common')}...</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -1843,6 +1843,9 @@
|
|||||||
"sources": "Sources",
|
"sources": "Sources",
|
||||||
"start_indexing": "Start Indexing",
|
"start_indexing": "Start Indexing",
|
||||||
"use_advanced_context": "Use Advanced Context",
|
"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