mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
Minor fixes
This commit is contained in:
parent
ea23166e3e
commit
63feecc677
@ -1,3 +0,0 @@
|
||||
{
|
||||
"welcome": "Vitajte"
|
||||
}
|
||||
@ -44,7 +44,9 @@ function LeftMenuLinkContainer({ plugins, ...rest }) {
|
||||
return (
|
||||
<div key={j}>
|
||||
<p className="title">
|
||||
<FormattedMessage {...messages.contentTypes} />
|
||||
<FormattedMessage {...messages.contentTypes}>
|
||||
{title => title}
|
||||
</FormattedMessage>
|
||||
</p>
|
||||
<ul className="list models-list">
|
||||
{sortBy(contentTypes, 'label').map((link, i) => (
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"attribute.boolean": "Boolean",
|
||||
"attribute.boolean.description": "Yes/no, 1/0, true/false",
|
||||
"attribute.boolean": "Logická hodnota",
|
||||
"attribute.boolean.description": "áno/nie, 1/0",
|
||||
"attribute.component": "Komponent",
|
||||
"attribute.component.description": "Skupina políčok, ktoré je možné opakovane používať",
|
||||
"attribute.date": "Dátum a čas",
|
||||
@ -50,7 +50,6 @@
|
||||
"form.attribute.component.option.create": "Vytvoriť nový komponent",
|
||||
"form.attribute.component.option.create.description": "Komponent je dostupný medzi všetkými typmi a komponentami.",
|
||||
"form.attribute.component.option.repeatable": "Znovu použiteľný komponent",
|
||||
"form.attribute.component.option.repeatable.description": "Best for multiple instances (array) of ingredients, meta tags, etc..",
|
||||
"form.attribute.component.option.reuse-existing": "Použiť existujúci komponent",
|
||||
"form.attribute.component.option.reuse-existing.description": "Používajte už vytvorené komponenty pre uchovanie konzistentných dát medzi Typmi obsahu.",
|
||||
"form.attribute.component.option.single": "Jednoduchý komponent",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user