Merge pull request #17271 from nitinmadelyn/ui-improvement

This commit is contained in:
Josh 2023-07-11 13:37:17 +01:00 committed by GitHub
commit 0c20c6cea2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
23 changed files with 35 additions and 3 deletions

View File

@ -112,7 +112,16 @@ const FormModalHeader = ({
return (
<ModalHeader>
<Flex gap={3}>
{showBackLink && (<Link aria-label="Back" startIcon={<ArrowLeft />} onClick={() => onOpenModalAddField({ forTarget, targetUid })} to="#back" />)}
{showBackLink && (
<Link
aria-label={formatMessage({
id: getTrad('modalForm.header.back'),
defaultMessage: 'Back',
})}
startIcon={<ArrowLeft />}
onClick={() => onOpenModalAddField({ forTarget, targetUid })}
to="#back" />
)}
<AttributeIcon type={icon} customField={customFieldUid} />
<Breadcrumbs label={headers.map(({ label }) => label).join(',')}>

View File

@ -40,5 +40,6 @@
"relation.manyToOne": "يملك الكثير",
"relation.oneToMany": "ينتمي للكثير",
"relation.oneToOne": "يتشارك بواحد",
"relation.oneWay": "يمتلك واحد"
"relation.oneWay": "يمتلك واحد",
"modalForm.header.back": "خلف"
}

View File

@ -102,6 +102,7 @@
"modalForm.editCategory.base.name.description": "Mezery v názvu kategorie nejsou povoleny",
"modalForm.header-edit": "Upravit {name}",
"modalForm.header.categories": "Kategorie",
"modalForm.header.back": "Zadní",
"modalForm.sub-header.addComponentToDynamicZone": "Přidat nový komponent do dynamické zóny",
"modalForm.sub-header.attribute.create": "Přidat nové pole {type}",
"modalForm.sub-header.attribute.create.step": "Přidat nový komponent ({step}/2)",

View File

@ -145,6 +145,7 @@
"modalForm.editCategory.base.name.description": "Leerzeichen sind im Name einer Kategorie nicht erlaubt",
"modalForm.header-edit": "Bearbeite {name}",
"modalForm.header.categories": "Kategorien",
"modalForm.header.back": "Zurück",
"modalForm.singleType.header-create": "Erstelle einen Einzel-Eintrag",
"modalForm.sub-header.addComponentToDynamicZone": "Komponente zur dynamischen Zone hinzufügen",
"modalForm.sub-header.attribute.create": "Erstelle neues {type}-Feld",

View File

@ -136,6 +136,7 @@
"modalForm.editCategory.base.name.description": "Mellemrum er ikke tilladt i kategori navnet",
"modalForm.header-edit": "Redigér {name}",
"modalForm.header.categories": "Kategorier",
"modalForm.header.back": "Tilbage",
"modalForm.singleType.header-create": "Opret en enkelt type",
"modalForm.sub-header.addComponentToDynamicZone": "Tilføj komponent til den dymaiske zone",
"modalForm.sub-header.attribute.create": "Tilføj {type} felt",

View File

@ -154,6 +154,7 @@
"modalForm.editCategory.base.name.description": "No space is allowed for the name of the category",
"modalForm.header-edit": "Edit {name}",
"modalForm.header.categories": "Categories",
"modalForm.header.back": "Back",
"modalForm.singleType.header-create": "Create a single type",
"modalForm.sub-header.addComponentToDynamicZone": "Add new component to the dynamic zone",
"modalForm.sub-header.attribute.create": "Add new {type} field",
@ -204,5 +205,5 @@
"IconPicker.remove.tooltip": "Remove the selected icon",
"IconPicker.remove.button": "Remove the selected icon button",
"IconPicker.emptyState.label": "No icon found",
"IconPicker.icon.label": "Select {icon} icon"
"IconPicker.icon.label": "Select {icon} icon"
}

View File

@ -136,6 +136,7 @@
"modalForm.editCategory.base.name.description": "No se permiten espacios para el nombre de la categoría.",
"modalForm.header-edit": "Editar {name}",
"modalForm.header.categories": "Categorías",
"modalForm.header.back": "Atrás",
"modalForm.singleType.header-create": "Crea un tipo único",
"modalForm.sub-header.addComponentToDynamicZone": "Agregar nuevo componente a la zona dinámica",
"modalForm.sub-header.attribute.create": "Agregar nuevo campo {type}",

View File

@ -40,11 +40,13 @@
"form.button.add.field.to.component": "Ajouter un nouveau champ à ce composant",
"form.button.add.field.to.contentType": "Ajouter un nouveau champ à cette content type",
"form.button.add.field.to.singleType": "Ajouter un nouveau champ à ce single type",
"form.button.add-field": "Ajouter un autre champ",
"form.button.cancel": "Annuler",
"form.button.configure-view": "Configurer la vue",
"from": "de",
"modalForm.attribute.form.base.name.placeholder": "ex : slug, urlSeo, urlCanonique",
"modalForm.attribute.target-field": "Champ associé",
"modalForm.header.back": "Dos",
"modalForm.singleType.header-create": "Créer un single type",
"modalForm.sub-header.chooseAttribute.collectionType": "Selectionnez un champ pour votre collection",
"modalForm.sub-header.chooseAttribute.component": "Selectionnez un champ pour votre composant",

View File

@ -124,6 +124,7 @@
"modalForm.editCategory.base.name.description": "Tidak ada spasi yang diperbolehkan untuk nama kategori",
"modalForm.header-edit": "Edit {name}",
"modalForm.header.categories": "Kategori",
"modalForm.header.back": "Kembali",
"modalForm.singleType.header-create": "Buat jenis tunggal",
"modalForm.sub-header.addComponentToDynamicZone": "Tambahkan komponen baru ke zona dinamis",
"modalForm.sub-header.attribute.create": "Tambah bidang {type}",

View File

@ -125,6 +125,7 @@
"modalForm.editCategory.base.name.description": "Spazi non ammessi per il nome della categoria",
"modalForm.header-edit": "Modifica {name}",
"modalForm.header.categories": "Categorie",
"modalForm.header.back": "Indietro",
"modalForm.singleType.header-create": "Crea una Entità singola",
"modalForm.sub-header.addComponentToDynamicZone": "Aggiungi nuovo componente alla zona dinamica",
"modalForm.sub-header.attribute.create": "Aggiungi nuovo campo {type}",

View File

@ -136,6 +136,7 @@
"modalForm.editCategory.base.name.description": "카테고리 이름에 공백을 사용할 수 없습니다.",
"modalForm.header-edit": "{name} 수정",
"modalForm.header.categories": "카테고리",
"modalForm.header.back": "뒤쪽에",
"modalForm.singleType.header-create": "싱글 타입 생성",
"modalForm.sub-header.addComponentToDynamicZone": "다이나믹 존에 새 컴포넌트를 추가합니다.",
"modalForm.sub-header.attribute.create": "새 {type} 필드 추가",

View File

@ -122,6 +122,7 @@
"modalForm.editCategory.base.name.description": "Tidak boleh ada jarak dalam nama kategori",
"modalForm.header-edit": "Edit {name}",
"modalForm.header.categories": "Kategori",
"modalForm.header.back": "belakang",
"modalForm.singleType.header-create": "Cipta jenis tunggal",
"modalForm.sub-header.addComponentToDynamicZone": "Tambah komponen baru ke zon dinamik",
"modalForm.sub-header.attribute.create": "Tambah {type} baru",

View File

@ -115,6 +115,7 @@
"modalForm.editCategory.base.name.description": "Er is geen spatie toegestaan in de naam van een categorie",
"modalForm.header-edit": "Bewerk {name}",
"modalForm.header.categories": "Categorieën",
"modalForm.header.back": "Rug",
"modalForm.singleType.header-create": "Maak een enkel type",
"modalForm.sub-header.addComponentToDynamicZone": "Voeg een nieuw component toe aan de dynamische zone",
"modalForm.sub-header.attribute.create": "Voeg een nieuw {type} veld toe",

View File

@ -145,6 +145,7 @@
"modalForm.editCategory.base.name.description": "Spacja nie jest dozwolona dla nazwy kategorii",
"modalForm.header-edit": "Edytuj {name}",
"modalForm.header.categories": "Kategorie",
"modalForm.header.back": "Z powrotem",
"modalForm.singleType.header-create": "Nowy pojedynczy typ",
"modalForm.sub-header.addComponentToDynamicZone": "Dodaj nowy komponent do strefy dynamicznej",
"modalForm.sub-header.attribute.create": "Dodaj nowe pole {type}",

View File

@ -145,6 +145,7 @@
"modalForm.editCategory.base.name.description": "Não é permitido espaço para o nome da categoria",
"modalForm.header-edit": "Editar {name}",
"modalForm.header.categories": "Categorias",
"modalForm.header.back": "Voltar",
"modalForm.singleType.header-create": "Criar tipo único",
"modalForm.sub-header.addComponentToDynamicZone": "Adicionar novo componente à zona dinâmica",
"modalForm.sub-header.attribute.create": "Adicionar novo campo {type}",

View File

@ -126,6 +126,7 @@
"modalForm.editCategory.base.name.description": "Пробелы в имени категории недопустимы",
"modalForm.header-edit": "Редактирование {name}",
"modalForm.header.categories": "Категории",
"modalForm.header.back": "Назад",
"modalForm.singleType.header-create": "Создание одиночного типа",
"modalForm.sub-header.addComponentToDynamicZone": "Добавить компонент в динамическую зону",
"modalForm.sub-header.attribute.create": "Добавить новое поле типа {type}",

View File

@ -125,6 +125,7 @@
"modalForm.editCategory.base.name.description": "Medzery nie sú povolené v názve kategórie",
"modalForm.header-edit": "Upraviť {name}",
"modalForm.header.categories": "Kategórie",
"modalForm.header.back": "späť",
"modalForm.singleType.header-create": "Vytvoriť jednorazový typ",
"modalForm.sub-header.addComponentToDynamicZone": "Pridať nový komponent do dynamickej zóny",
"modalForm.sub-header.attribute.create": "Pridať nové políčko {type}",

View File

@ -149,6 +149,7 @@
"modalForm.editCategory.base.name.description": "Inget mellanslag får finnas i namnet på kategorin",
"modalForm.header-edit": "Redigera {name}",
"modalForm.header.categories": "Kategorier",
"modalForm.header.back": "Tillbaka",
"modalForm.singleType.header-create": "Skapa engångstyp",
"modalForm.sub-header.addComponentToDynamicZone": "Lägg till ny komponent till dynamisk zon",
"modalForm.sub-header.attribute.create": "Lägg till {type}-fält",

View File

@ -123,6 +123,7 @@
"modalForm.editCategory.base.name.description": "ไม่อนุญาตให้มีช่องว่างสำหรับชื่อของหมวดหมู่",
"modalForm.header-edit": "แก้ไข {name}",
"modalForm.header.categories": "ประเภท",
"modalForm.header.back": "กลับ",
"modalForm.singleType.header-create": "สร้างชนิดเดี่ยว",
"modalForm.sub-header.addComponentToDynamicZone": "เพิ่มคอมโพเนนต์ใหม่ให้กับไดนามิกโซน",
"modalForm.sub-header.attribute.create": "เพิ่มฟิลด์ {type} ใหม่",

View File

@ -128,6 +128,7 @@
"modalForm.empty.sub-heading": "Geniş yelpazedeki uzantılar ile aradığını bul.",
"modalForm.header-edit": "Düzenle: {name}",
"modalForm.header.categories": "Kategoriler",
"modalForm.header.back": "Geri",
"modalForm.singleType.header-create": "Bir tekil tip oluştur",
"modalForm.sub-header.addComponentToDynamicZone": "Dinamik bölgeye yeni bileşen ekle",
"modalForm.sub-header.attribute.create": "Yeni {type} alanı ekle",

View File

@ -123,6 +123,7 @@
"modalForm.editCategory.base.name.description": "Для назви категорії не допускається пробілів",
"modalForm.header-edit": "Редагувати {name}",
"modalForm.header.categories": "Категорії",
"modalForm.header.back": "Назад",
"modalForm.singleType.header-create": "Створити Single Type",
"modalForm.sub-header.addComponentToDynamicZone": "Додати новий компонент до динамічної зони",
"modalForm.sub-header.attribute.create": "Додати нове поле {type}",

View File

@ -110,6 +110,7 @@
"modalForm.editCategory.base.name.description": "类别名称不允许有空格",
"modalForm.header-edit": "编辑 {name}",
"modalForm.header.categories": "类别",
"modalForm.header.back": "后退",
"modalForm.sub-header.addComponentToDynamicZone": "将新组件添加到动态区域",
"modalForm.sub-header.attribute.create": "添加新的 {type} 字段",
"modalForm.sub-header.attribute.create.step": "添加新的组件 ({step}/2)",

View File

@ -149,6 +149,7 @@
"modalForm.editCategory.base.name.description": "分類名稱不允許空白",
"modalForm.header-edit": "編輯 {name}",
"modalForm.header.categories": "複數分類",
"modalForm.header.back": "後退",
"modalForm.singleType.header-create": "建立單一型別",
"modalForm.sub-header.addComponentToDynamicZone": "在動態配置區新增一個元件",
"modalForm.sub-header.attribute.create": "新增 {type} 欄位",