Skip to content

Commit

Permalink
Improve i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Mar 17, 2024
1 parent 2cadb2a commit 847c4ee
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/src/locales/de/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"Edit Chat": "Edit Chat",
"Knowledge": "Knowledge",
"Messages": "Messages",
"Need notify": "Need notify",
"Reply to": "Reply to",
"Text": "Text"
},
Expand Down Expand Up @@ -209,6 +210,7 @@
"Labels": "Labels",
"Role": "Role",
"School": "School",
"Segment count": "Segment count",
"Stage": "Stage",
"Start time (s)": "Start time (s)",
"Subject": "Subject",
Expand Down
2 changes: 2 additions & 0 deletions web/src/locales/en/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"Edit Chat": "Edit Chat",
"Knowledge": "Knowledge",
"Messages": "Messages",
"Need notify": "Need notify",
"Reply to": "Reply to",
"Text": "Text"
},
Expand Down Expand Up @@ -209,6 +210,7 @@
"Labels": "Labels",
"Role": "Role",
"School": "School",
"Segment count": "Segment count",
"Stage": "Stage",
"Start time (s)": "Start time (s)",
"Subject": "Subject",
Expand Down
2 changes: 2 additions & 0 deletions web/src/locales/es/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"Edit Chat": "Edit Chat",
"Knowledge": "Knowledge",
"Messages": "Messages",
"Need notify": "Need notify",
"Reply to": "Reply to",
"Text": "Text"
},
Expand Down Expand Up @@ -209,6 +210,7 @@
"Labels": "Labels",
"Role": "Role",
"School": "School",
"Segment count": "Segment count",
"Stage": "Stage",
"Start time (s)": "Start time (s)",
"Subject": "Subject",
Expand Down
2 changes: 2 additions & 0 deletions web/src/locales/fr/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"Edit Chat": "Edit Chat",
"Knowledge": "Knowledge",
"Messages": "Messages",
"Need notify": "Need notify",
"Reply to": "Reply to",
"Text": "Text"
},
Expand Down Expand Up @@ -209,6 +210,7 @@
"Labels": "Labels",
"Role": "Role",
"School": "School",
"Segment count": "Segment count",
"Stage": "Stage",
"Start time (s)": "Start time (s)",
"Subject": "Subject",
Expand Down
2 changes: 2 additions & 0 deletions web/src/locales/id/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"Edit Chat": "Edit Chat",
"Knowledge": "Knowledge",
"Messages": "Messages",
"Need notify": "Need notify",
"Reply to": "Reply to",
"Text": "Text"
},
Expand Down Expand Up @@ -209,6 +210,7 @@
"Labels": "Labels",
"Role": "Role",
"School": "School",
"Segment count": "Segment count",
"Stage": "Stage",
"Start time (s)": "Start time (s)",
"Subject": "Subject",
Expand Down
2 changes: 2 additions & 0 deletions web/src/locales/ja/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"Edit Chat": "Edit Chat",
"Knowledge": "Knowledge",
"Messages": "Messages",
"Need notify": "Need notify",
"Reply to": "Reply to",
"Text": "Text"
},
Expand Down Expand Up @@ -209,6 +210,7 @@
"Labels": "Labels",
"Role": "Role",
"School": "School",
"Segment count": "Segment count",
"Stage": "Stage",
"Start time (s)": "Start time (s)",
"Subject": "Subject",
Expand Down
2 changes: 2 additions & 0 deletions web/src/locales/ko/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"Edit Chat": "Edit Chat",
"Knowledge": "Knowledge",
"Messages": "Messages",
"Need notify": "Need notify",
"Reply to": "Reply to",
"Text": "Text"
},
Expand Down Expand Up @@ -209,6 +210,7 @@
"Labels": "Labels",
"Role": "Role",
"School": "School",
"Segment count": "Segment count",
"Stage": "Stage",
"Start time (s)": "Start time (s)",
"Subject": "Subject",
Expand Down
2 changes: 2 additions & 0 deletions web/src/locales/ru/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"Edit Chat": "Редактировать чат",
"Knowledge": "Knowledge",
"Messages": "Сообщения",
"Need notify": "Need notify",
"Reply to": "Ответить",
"Text": "Текст"
},
Expand Down Expand Up @@ -209,6 +210,7 @@
"Labels": "Метки",
"Role": "Role",
"School": "School",
"Segment count": "Segment count",
"Stage": "Stage",
"Start time (s)": "Время начала (с)",
"Subject": "Subject",
Expand Down
2 changes: 2 additions & 0 deletions web/src/locales/zh/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"Edit Chat": "编辑会话",
"Knowledge": "知识",
"Messages": "消息",
"Need notify": "启用邮件通知",
"Reply to": "父消息",
"Text": "内容"
},
Expand Down Expand Up @@ -209,6 +210,7 @@
"Labels": "标签",
"Role": "角色",
"School": "学校",
"Segment count": "片段数量",
"Stage": "阶段",
"Start time (s)": "开始时间(秒)",
"Subject": "主题",
Expand Down

0 comments on commit 847c4ee

Please sign in to comment.