From cdbbb482ceb63ccea5c9ca03f33060004c45f928 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 11 Mar 2025 10:34:41 +0100 Subject: [PATCH] ui: translate more lines --- .../app/components/shared/SearchActions/SearchActions.tsx | 2 +- frontend/app/locales/en.json | 4 +++- frontend/app/locales/es.json | 4 +++- frontend/app/locales/fr.json | 4 +++- frontend/app/locales/ru.json | 4 +++- frontend/app/locales/zh.json | 4 +++- 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/frontend/app/components/shared/SearchActions/SearchActions.tsx b/frontend/app/components/shared/SearchActions/SearchActions.tsx index 8fc6658c9..84a030e67 100644 --- a/frontend/app/components/shared/SearchActions/SearchActions.tsx +++ b/frontend/app/components/shared/SearchActions/SearchActions.tsx @@ -49,7 +49,7 @@ function SearchActions() { onClick={() => searchStore.clearSearch()} className="px-2" > - Clear + {t('Clear')} diff --git a/frontend/app/locales/en.json b/frontend/app/locales/en.json index dd96b3e81..817df12f2 100644 --- a/frontend/app/locales/en.json +++ b/frontend/app/locales/en.json @@ -1494,5 +1494,7 @@ "Search projects": "Search projects", "Crashes": "Crashes", "Bad Requests": "Bad Requests", - "Tap Rage": "Tap Rage" + "Tap Rage": "Tap Rage", + "More attribute": "More attribute", + "More attributes": "More attributes", } diff --git a/frontend/app/locales/es.json b/frontend/app/locales/es.json index a29e2acad..9d6fbdc6e 100644 --- a/frontend/app/locales/es.json +++ b/frontend/app/locales/es.json @@ -1494,5 +1494,7 @@ "Search projects": "Buscar proyectos", "Crashes": "Fallos", "Bad Requests": "Solicitudes incorrectas", - "Tap Rage": "Ira al tocar" + "Tap Rage": "Ira al tocar", + "More attribute": "Más atributos", + "More attributes": "Más atributos", } diff --git a/frontend/app/locales/fr.json b/frontend/app/locales/fr.json index 239f4afec..2d44b5df2 100644 --- a/frontend/app/locales/fr.json +++ b/frontend/app/locales/fr.json @@ -1494,5 +1494,7 @@ "Search projects": "Rechercher des projets", "Crashes": "Plantages", "Bad Requests": "Mauvaises requêtes", - "Tap Rage": "Rage au tap" + "Tap Rage": "Rage au tap", + "More attribute": "Plus d'attributs", + "More attributes": "Plus d'attributs", } diff --git a/frontend/app/locales/ru.json b/frontend/app/locales/ru.json index 9664cd5ef..ad16ed5d8 100644 --- a/frontend/app/locales/ru.json +++ b/frontend/app/locales/ru.json @@ -1494,5 +1494,7 @@ "Search projects": "Поиск проектов", "Crashes": "Падения", "Bad Requests": "Неудачные запросы", - "Tap Rage": "Невыносимые тапы" + "Tap Rage": "Невыносимые тапы", + "More attribute": "Еще атрибут", + "More attributes": "Еще атрибуты" } diff --git a/frontend/app/locales/zh.json b/frontend/app/locales/zh.json index 40915db88..0593d805d 100644 --- a/frontend/app/locales/zh.json +++ b/frontend/app/locales/zh.json @@ -1494,5 +1494,7 @@ "Search projects": "搜索项目", "Crashes": "崩溃", "Bad Requests": "错误请求", - "Tap Rage": "点击狂怒" + "Tap Rage": "点击狂怒", + "More attributes": "更多属性", + "More attribute": "更多属性" }