File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
packages/web/public/locales/translation Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -931,8 +931,6 @@ useCaseBuilder:
931
931
fileUploadDescription : Users can upload files for the LLM to reference the content.
932
932
fileUploadDisabled : Disable file upload
933
933
fileUploadEnabled : Enable file upload
934
- invalidFileType : Invalid file type. Please select a JSON file.
935
- invalidJsonFormat : Invalid JSON format. Please check the file content.
936
934
help :
937
935
emailReplyExample : Email Reply
938
936
emailReplyPrompt : >-
@@ -1075,6 +1073,8 @@ useCaseBuilder:
1075
1073
the entered value directly into the prompt template.
1076
1074
helpTitle : Help
1077
1075
inputExamples : Input Examples
1076
+ invalidFileType : Invalid file type. Please select a JSON file.
1077
+ invalidJsonFormat : Invalid JSON format. Please check the file content.
1078
1078
loadMore : Load More
1079
1079
mainMenu : Main Menu
1080
1080
meeting :
Original file line number Diff line number Diff line change @@ -746,8 +746,6 @@ useCaseBuilder:
746
746
fileUploadDescription : 添付可能なファイルはモデルによって異なります
747
747
fileUploadDisabled : ファイルは添付できません
748
748
fileUploadEnabled : ファイルを添付できます
749
- invalidFileType : ファイル形式が無効です。JSONファイルを選択してください。
750
- invalidJsonFormat : JSONフォーマットが無効です。ファイルの内容を確認してください。
751
749
help :
752
750
emailReplyExample : メール返信の例
753
751
emailReplyPrompt : |-
@@ -854,6 +852,8 @@ useCaseBuilder:
854
852
{{text}} はテキスト入力を受け付けるフォームを作成し、入力した値をそのままプロンプトテンプレートに埋め込みます。
855
853
helpTitle : ヘルプ
856
854
inputExamples : 入力例
855
+ invalidFileType : ファイル形式が無効です。JSONファイルを選択してください。
856
+ invalidJsonFormat : JSONフォーマットが無効です。ファイルの内容を確認してください。
857
857
loadMore : さらに読み込む
858
858
mainMenu : メインメニュー
859
859
meeting :
Original file line number Diff line number Diff line change @@ -786,9 +786,6 @@ useCaseBuilder:
786
786
fileUploadDescription : ผู้ใช้สามารถอัปโหลดไฟล์เพื่อให้ LLM อ้างอิงเนื้อหา
787
787
fileUploadDisabled : ปิดใช้งานการอัปโหลดไฟล์
788
788
fileUploadEnabled : เปิดใช้งานการอัปโหลดไฟล์
789
- importUseCase : นำเข้า Use Case
790
- invalidFileType : รูปแบบไฟล์ไม่ถูกต้อง โปรดเลือกไฟล์ JSON
791
- invalidJsonFormat : รูปแบบ JSON ไม่ถูกต้อง โปรดตรวจสอบเนื้อหาไฟล์
792
789
help :
793
790
emailReplyExample : ตอบอีเมล
794
791
emailReplyPrompt : |-
@@ -897,7 +894,10 @@ useCaseBuilder:
897
894
{{text}} เป็น placeholder พื้นฐานที่สุด สามารถเขียนเป็น {{text}} หรือ {{text:label}}
898
895
{{text}} สร้างแบบฟอร์มที่รับอินพุตข้อความและฝังค่าที่ป้อนโดยตรงลงใน prompt template
899
896
helpTitle : ช่วยเหลือ
897
+ importUseCase : นำเข้า Use Case
900
898
inputExamples : ตัวอย่างอินพุต
899
+ invalidFileType : รูปแบบไฟล์ไม่ถูกต้อง โปรดเลือกไฟล์ JSON
900
+ invalidJsonFormat : รูปแบบ JSON ไม่ถูกต้อง โปรดตรวจสอบเนื้อหาไฟล์
901
901
loadMore : โหลดเพิ่มเติม
902
902
mainMenu : เมนูหลัก
903
903
meeting :
Original file line number Diff line number Diff line change @@ -639,9 +639,6 @@ useCaseBuilder:
639
639
fileUploadDescription : 可附加的文件类型因模型而异
640
640
fileUploadDisabled : 不能附加文件
641
641
fileUploadEnabled : 可以附加文件
642
- importUseCase : 导入用例
643
- invalidFileType : 文件格式无效。请选择JSON文件。
644
- invalidJsonFormat : JSON格式无效。请检查文件内容。
645
642
help :
646
643
emailReplyExample : 邮件回复示例
647
644
emailReplyPrompt : |-
@@ -738,7 +735,10 @@ useCaseBuilder:
738
735
{{text}} 是最基本的占位符。 可以写为 {{text}} 或 {{text:标签}}。 {{text}}
739
736
创建接受文本输入的表单,并将输入的值直接嵌入到提示模板中。
740
737
helpTitle : 帮助
738
+ importUseCase : 导入用例
741
739
inputExamples : 输入示例
740
+ invalidFileType : 文件格式无效。请选择JSON文件。
741
+ invalidJsonFormat : JSON格式无效。请检查文件内容。
742
742
loadMore : 加载更多
743
743
mainMenu : 主菜单
744
744
meeting :
You can’t perform that action at this time.
0 commit comments