Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
393 changes: 392 additions & 1 deletion desktop-shared/src/main/kotlin/io/askimo/ui/chat/ChatInputField.kt

Large diffs are not rendered by default.

323 changes: 25 additions & 298 deletions desktop-shared/src/main/kotlin/io/askimo/ui/chat/ChatView.kt

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions desktop-shared/src/main/resources/i18n/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,7 @@ global.search.results.count={0} result found
global.search.results.count.plural={0} results found

# Rest of chat view strings
chat.directive=Directive:
chat.directive.none=None
chat.directive=Directive
chat.directive.new=New Directive
chat.directive.manage=Manage Directives
chat.directive.learn.more=Learn how to use directives
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -615,8 +615,7 @@ global.search.results.count={0} Ergebnis gefunden
global.search.results.count.plural={0} Ergebnisse gefunden

# Rest of chat view strings
chat.directive=Direktive:
chat.directive.none=Keine
chat.directive=Direktive
chat.directive.new=Neue Direktive
chat.directive.manage=Direktiven verwalten
chat.directive.learn.more=Erfahren Sie, wie Sie Direktiven verwenden
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ global.search.results.count.plural={0} resultados encontrados

# Rest of chat view strings
chat.directive=Directiva:
chat.directive.none=Ninguna
chat.directive.new=Nueva directiva
chat.directive.manage=Gestionar directivas
chat.directive.learn.more=Aprenda a usar directivas
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,7 @@ global.search.results.count={0} résultat trouvé
global.search.results.count.plural={0} résultats trouvés

# Rest of chat view strings
chat.directive=Directive :
chat.directive.none=Aucune
chat.directive=Directive
chat.directive.new=Nouvelle directive
chat.directive.manage=Gérer les directives
chat.directive.learn.more=Apprenez à utiliser les directives
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,7 @@ global.search.results.count={0}件の結果
global.search.results.count.plural={0}件の結果

# Rest of chat view strings
chat.directive=ディレクティブ:
chat.directive.none=なし
chat.directive=ディレクティブ
chat.directive.new=新しいディレクティブ
chat.directive.manage=ディレクティブ管理
chat.directive.learn.more=ディレクティブの使い方を学ぶ
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,7 @@ global.search.results.count={0}개 결과
global.search.results.count.plural={0}개 결과

# Rest of chat view strings
chat.directive=지시문:
chat.directive.none=없음
chat.directive=지시문
chat.directive.new=새 지시문
chat.directive.manage=지시문 관리
chat.directive.learn.more=디렉티브 사용법을 배워보세요
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -616,8 +616,7 @@ global.search.results.count={0} resultado encontrado
global.search.results.count.plural={0} resultados encontrados

# Rest of chat view strings
chat.directive=Diretiva:
chat.directive.none=Nenhuma
chat.directive=Diretiva
chat.directive.new=Nova Diretiva
chat.directive.manage=Gerenciar Diretivas
chat.directive.learn.more=Aprenda a usar diretivas
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,7 @@ global.search.results.count={0} kết quả
global.search.results.count.plural={0} kết quả

# Rest of chat view strings
chat.directive=Chỉ thị:
chat.directive.none=Không có
chat.directive=Chỉ thị
chat.directive.new=Chỉ thị mới
chat.directive.manage=Quản lý chỉ thị
chat.directive.learn.more=Tìm hiểu cách sử dụng chỉ thị
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -614,8 +614,7 @@ global.search.results.count=找到{0}个结果
global.search.results.count.plural=找到{0}个结果

# Rest of chat view strings
chat.directive=指令:
chat.directive.none=无
chat.directive=指令
chat.directive.new=新指令
chat.directive.manage=管理指令
chat.directive.learn.more=了解如何使用指令
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,7 @@ global.search.results.count=找到{0}個結果
global.search.results.count.plural=找到{0}個結果

# Rest of chat view strings
chat.directive=指令:
chat.directive.none=無
chat.directive=指令
chat.directive.new=新增指令
chat.directive.manage=管理指令
chat.directive.learn.more=了解如何使用指令
Expand Down