Skip to content

Commit cc9cba8

Browse files
committed
fix:resolve sort-keys linting errors in translation files
1 parent 5764029 commit cc9cba8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

packages/web/public/locales/translation/en.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -931,8 +931,6 @@ useCaseBuilder:
931931
fileUploadDescription: Users can upload files for the LLM to reference the content.
932932
fileUploadDisabled: Disable file upload
933933
fileUploadEnabled: Enable file upload
934-
invalidFileType: Invalid file type. Please select a JSON file.
935-
invalidJsonFormat: Invalid JSON format. Please check the file content.
936934
help:
937935
emailReplyExample: Email Reply
938936
emailReplyPrompt: >-
@@ -1075,6 +1073,8 @@ useCaseBuilder:
10751073
the entered value directly into the prompt template.
10761074
helpTitle: Help
10771075
inputExamples: Input Examples
1076+
invalidFileType: Invalid file type. Please select a JSON file.
1077+
invalidJsonFormat: Invalid JSON format. Please check the file content.
10781078
loadMore: Load More
10791079
mainMenu: Main Menu
10801080
meeting:

packages/web/public/locales/translation/ja.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -746,8 +746,6 @@ useCaseBuilder:
746746
fileUploadDescription: 添付可能なファイルはモデルによって異なります
747747
fileUploadDisabled: ファイルは添付できません
748748
fileUploadEnabled: ファイルを添付できます
749-
invalidFileType: ファイル形式が無効です。JSONファイルを選択してください。
750-
invalidJsonFormat: JSONフォーマットが無効です。ファイルの内容を確認してください。
751749
help:
752750
emailReplyExample: メール返信の例
753751
emailReplyPrompt: |-
@@ -854,6 +852,8 @@ useCaseBuilder:
854852
{{text}} はテキスト入力を受け付けるフォームを作成し、入力した値をそのままプロンプトテンプレートに埋め込みます。
855853
helpTitle: ヘルプ
856854
inputExamples: 入力例
855+
invalidFileType: ファイル形式が無効です。JSONファイルを選択してください。
856+
invalidJsonFormat: JSONフォーマットが無効です。ファイルの内容を確認してください。
857857
loadMore: さらに読み込む
858858
mainMenu: メインメニュー
859859
meeting:

packages/web/public/locales/translation/th.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -786,9 +786,6 @@ useCaseBuilder:
786786
fileUploadDescription: ผู้ใช้สามารถอัปโหลดไฟล์เพื่อให้ LLM อ้างอิงเนื้อหา
787787
fileUploadDisabled: ปิดใช้งานการอัปโหลดไฟล์
788788
fileUploadEnabled: เปิดใช้งานการอัปโหลดไฟล์
789-
importUseCase: นำเข้า Use Case
790-
invalidFileType: รูปแบบไฟล์ไม่ถูกต้อง โปรดเลือกไฟล์ JSON
791-
invalidJsonFormat: รูปแบบ JSON ไม่ถูกต้อง โปรดตรวจสอบเนื้อหาไฟล์
792789
help:
793790
emailReplyExample: ตอบอีเมล
794791
emailReplyPrompt: |-
@@ -897,7 +894,10 @@ useCaseBuilder:
897894
{{text}} เป็น placeholder พื้นฐานที่สุด สามารถเขียนเป็น {{text}} หรือ {{text:label}}
898895
{{text}} สร้างแบบฟอร์มที่รับอินพุตข้อความและฝังค่าที่ป้อนโดยตรงลงใน prompt template
899896
helpTitle: ช่วยเหลือ
897+
importUseCase: นำเข้า Use Case
900898
inputExamples: ตัวอย่างอินพุต
899+
invalidFileType: รูปแบบไฟล์ไม่ถูกต้อง โปรดเลือกไฟล์ JSON
900+
invalidJsonFormat: รูปแบบ JSON ไม่ถูกต้อง โปรดตรวจสอบเนื้อหาไฟล์
901901
loadMore: โหลดเพิ่มเติม
902902
mainMenu: เมนูหลัก
903903
meeting:

packages/web/public/locales/translation/zh.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -639,9 +639,6 @@ useCaseBuilder:
639639
fileUploadDescription: 可附加的文件类型因模型而异
640640
fileUploadDisabled: 不能附加文件
641641
fileUploadEnabled: 可以附加文件
642-
importUseCase: 导入用例
643-
invalidFileType: 文件格式无效。请选择JSON文件。
644-
invalidJsonFormat: JSON格式无效。请检查文件内容。
645642
help:
646643
emailReplyExample: 邮件回复示例
647644
emailReplyPrompt: |-
@@ -738,7 +735,10 @@ useCaseBuilder:
738735
{{text}} 是最基本的占位符。 可以写为 {{text}} 或 {{text:标签}}。 {{text}}
739736
创建接受文本输入的表单,并将输入的值直接嵌入到提示模板中。
740737
helpTitle: 帮助
738+
importUseCase: 导入用例
741739
inputExamples: 输入示例
740+
invalidFileType: 文件格式无效。请选择JSON文件。
741+
invalidJsonFormat: JSON格式无效。请检查文件内容。
742742
loadMore: 加载更多
743743
mainMenu: 主菜单
744744
meeting:

0 commit comments

Comments
 (0)