优化工作流,添加app-icon
This commit is contained in:
@@ -66,6 +66,9 @@ interface Resources {
|
||||
cancel: 'Cancel';
|
||||
cancelRecording: 'Cancel recording';
|
||||
chatTitle: 'Conversation';
|
||||
chatUnavailableConnecting: 'Reconnecting now. You can keep typing and send once the connection is back.';
|
||||
chatUnavailableDisconnected: 'Connection lost. You can keep typing and send after reconnecting.';
|
||||
chatUnavailableTitle: 'Chat unavailable';
|
||||
confirm: 'OK';
|
||||
confirmDeleteConversation: 'Are you sure you want to delete this conversation? It cannot be recovered.';
|
||||
connectionConnected: 'Connected';
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"confirmDeleteConversation": "Are you sure you want to delete this conversation? It cannot be recovered.",
|
||||
"createError": "Unable to create conversation. Please check your network and try again.",
|
||||
"chatUnavailableTitle": "Chat unavailable",
|
||||
"chatUnavailableConnecting": "Reconnecting now. You can keep typing and send once the connection is back.",
|
||||
"chatUnavailableDisconnected": "Connection lost. You can keep typing and send after reconnecting.",
|
||||
"confirm": "OK",
|
||||
"cancel": "Cancel",
|
||||
"delete": "Delete",
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"confirmDeleteConversation": "确定要删除此对话吗?删除后无法恢复。",
|
||||
"createError": "无法创建对话,请检查网络连接或稍后重试",
|
||||
"chatUnavailableTitle": "聊天暂不可用",
|
||||
"chatUnavailableConnecting": "正在重新连接。你仍可继续输入,恢复后再发送。",
|
||||
"chatUnavailableDisconnected": "当前连接已断开。你仍可先输入,连接恢复后再发送。",
|
||||
"confirm": "知道了",
|
||||
"cancel": "取消",
|
||||
"delete": "删除",
|
||||
|
||||
Reference in New Issue
Block a user