ui: translate more lines
This commit is contained in:
parent
ccd8d76e98
commit
cdbbb482ce
6 changed files with 16 additions and 6 deletions
|
|
@ -49,7 +49,7 @@ function SearchActions() {
|
||||||
onClick={() => searchStore.clearSearch()}
|
onClick={() => searchStore.clearSearch()}
|
||||||
className="px-2"
|
className="px-2"
|
||||||
>
|
>
|
||||||
Clear
|
{t('Clear')}
|
||||||
</Button>
|
</Button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -1494,5 +1494,7 @@
|
||||||
"Search projects": "Search projects",
|
"Search projects": "Search projects",
|
||||||
"Crashes": "Crashes",
|
"Crashes": "Crashes",
|
||||||
"Bad Requests": "Bad Requests",
|
"Bad Requests": "Bad Requests",
|
||||||
"Tap Rage": "Tap Rage"
|
"Tap Rage": "Tap Rage",
|
||||||
|
"More attribute": "More attribute",
|
||||||
|
"More attributes": "More attributes",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1494,5 +1494,7 @@
|
||||||
"Search projects": "Buscar proyectos",
|
"Search projects": "Buscar proyectos",
|
||||||
"Crashes": "Fallos",
|
"Crashes": "Fallos",
|
||||||
"Bad Requests": "Solicitudes incorrectas",
|
"Bad Requests": "Solicitudes incorrectas",
|
||||||
"Tap Rage": "Ira al tocar"
|
"Tap Rage": "Ira al tocar",
|
||||||
|
"More attribute": "Más atributos",
|
||||||
|
"More attributes": "Más atributos",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1494,5 +1494,7 @@
|
||||||
"Search projects": "Rechercher des projets",
|
"Search projects": "Rechercher des projets",
|
||||||
"Crashes": "Plantages",
|
"Crashes": "Plantages",
|
||||||
"Bad Requests": "Mauvaises requêtes",
|
"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",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1494,5 +1494,7 @@
|
||||||
"Search projects": "Поиск проектов",
|
"Search projects": "Поиск проектов",
|
||||||
"Crashes": "Падения",
|
"Crashes": "Падения",
|
||||||
"Bad Requests": "Неудачные запросы",
|
"Bad Requests": "Неудачные запросы",
|
||||||
"Tap Rage": "Невыносимые тапы"
|
"Tap Rage": "Невыносимые тапы",
|
||||||
|
"More attribute": "Еще атрибут",
|
||||||
|
"More attributes": "Еще атрибуты"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1494,5 +1494,7 @@
|
||||||
"Search projects": "搜索项目",
|
"Search projects": "搜索项目",
|
||||||
"Crashes": "崩溃",
|
"Crashes": "崩溃",
|
||||||
"Bad Requests": "错误请求",
|
"Bad Requests": "错误请求",
|
||||||
"Tap Rage": "点击狂怒"
|
"Tap Rage": "点击狂怒",
|
||||||
|
"More attributes": "更多属性",
|
||||||
|
"More attribute": "更多属性"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue