From b314b2726050061cba1589e96237d88a3419c38f Mon Sep 17 00:00:00 2001 From: Srayash Date: Mon, 2 Dec 2024 23:24:26 +0530 Subject: [PATCH] Internationalization: add translations. --- frontend/src/locale/en.json | 4 ++++ frontend/src/locale/es.json | 4 ++++ frontend/src/locale/jp.json | 4 ++++ frontend/src/locale/zh-TW.json | 4 ++++ frontend/src/locale/zh.json | 4 ++++ 5 files changed, 20 insertions(+) diff --git a/frontend/src/locale/en.json b/frontend/src/locale/en.json index 13460463..8adda1aa 100644 --- a/frontend/src/locale/en.json +++ b/frontend/src/locale/en.json @@ -99,6 +99,10 @@ "agent": "User agent", "searchQueries": "Search queries", "numberOfPosts": "Number of posts" + }, + "drag": { + "title": "Upload a source file", + "description": "Drop your file here to add it as a source" } }, "createAPIKey": { diff --git a/frontend/src/locale/es.json b/frontend/src/locale/es.json index d29c3a7b..79aa1b3b 100644 --- a/frontend/src/locale/es.json +++ b/frontend/src/locale/es.json @@ -99,6 +99,10 @@ "agent": "Agente de Usuario", "searchQueries": "Consultas de Búsqueda", "numberOfPosts": "Número de publicaciones" + }, + "drag": { + "title": "Cargar un archivo fuente", + "description": "Suelta tu archivo aquí para agregarlo como fuente." } }, "createAPIKey": { diff --git a/frontend/src/locale/jp.json b/frontend/src/locale/jp.json index 08da4e0c..5f572ea4 100644 --- a/frontend/src/locale/jp.json +++ b/frontend/src/locale/jp.json @@ -99,6 +99,10 @@ "agent": "ユーザーエージェント", "searchQueries": "検索クエリ", "numberOfPosts": "投稿数" + }, + "drag": { + "title": "ソースファイルをアップロードする", + "description": "ファイルをここにドロップしてソースとして追加します" } }, "createAPIKey": { diff --git a/frontend/src/locale/zh-TW.json b/frontend/src/locale/zh-TW.json index fa0638f4..d5f633d2 100644 --- a/frontend/src/locale/zh-TW.json +++ b/frontend/src/locale/zh-TW.json @@ -92,6 +92,10 @@ "agent": "使用者代理(User-Agent)", "searchQueries": "搜尋查詢", "numberOfPosts": "貼文數量" + }, + "drag": { + "title": "上傳原始檔", + "description": "將您的文件拖放到此處以將其添加為來源" } }, "createAPIKey": { diff --git a/frontend/src/locale/zh.json b/frontend/src/locale/zh.json index 5f8755e5..1a0d1f94 100644 --- a/frontend/src/locale/zh.json +++ b/frontend/src/locale/zh.json @@ -99,6 +99,10 @@ "agent": "用户代理", "searchQueries": "搜索查询", "numberOfPosts": "帖子数量" + }, + "drag": { + "title": "上传源文件", + "description": "将您的文件拖放到此处以将其添加为源" } }, "createAPIKey": {