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
1 change: 1 addition & 0 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
"chat-input_upload-file": "Upload File",
"chat-input_focus": "Focus Input",
"chat-input_paste-last-message": "Paste Last Message",
"chat-message_copy-last": "Copy Last Message",
"chat_delete": "Delete Chat",
"global_new-chat": "New Chat",
"global_toggle-sidebar": "Toggle Sidebar",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"chat-input_upload-file": "Subir Archivo",
"chat-input_focus": "Enfocar Entrada",
"chat-input_paste-last-message": "Pegar Último Mensaje",
"chat_message_copy-last": "Copiar Última Respuesta",
"chat-message_copy-last": "Copiar Última Respuesta",
"chat_delete": "Eliminar Chat",
"global_new-chat": "Nuevo Chat",
"global_toggle-sidebar": "Alternar Barra Lateral",
Expand Down
1 change: 1 addition & 0 deletions public/locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@
"chat-input_upload-file": "ファイルをアップロード",
"chat-input_focus": "入力にフォーカス",
"chat-input_paste-last-message": "最後のメッセージを貼り付け",
"chat-message_copy-last": "最後のメッセージをコピー",
"chat_delete": "チャットを削除",
"global_new-chat": "新規チャット",
"global_toggle-sidebar": "サイドバーの切り替え",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/zh-CN/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"chat-input_upload-file": "上传文件",
"chat-input_focus": "输入窗口获得焦点",
"chat-input_paste-last-message": "粘贴最后一条的回应文字",
"chat_message_copy-last": "复制最后一条回应",
"chat-message_copy-last": "复制最后一条回应",
"chat_delete": "删除对话",
"global_new-chat": "开始新对话",
"global_toggle-sidebar": "显示/隐藏侧边栏",
Expand Down