Translate to FR paroles schema

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-05-14 20:03:47 +04:00
parent 50a19ab0a2
commit 58c90d09c3
@@ -12,15 +12,15 @@
}, },
"pluginOptions": {}, "pluginOptions": {},
"attributes": { "attributes": {
"tit": { "titre": {
"type": "string", "type": "string",
"required": true "required": true
}, },
"transkripsyon": { "transcription": {
"type": "richtext", "type": "richtext",
"required": true "required": true
}, },
"lanne": { "annee": {
"type": "integer" "type": "integer"
}, },
"slug": { "slug": {
@@ -30,13 +30,13 @@
"okiMizikID": { "okiMizikID": {
"type": "integer" "type": "integer"
}, },
"eksplisit": { "explicitLyrics": {
"type": "boolean" "type": "boolean"
}, },
"forceSlug": { "forceSlug": {
"type": "boolean" "type": "boolean"
}, },
"tradiksyonOtomatik": { "traductionAuto": {
"type": "boolean" "type": "boolean"
}, },
"artistes": { "artistes": {
@@ -55,7 +55,7 @@
"relation": "oneToOne", "relation": "oneToOne",
"target": "plugin::users-permissions.user" "target": "plugin::users-permissions.user"
}, },
"kouveti": { "couverture": {
"type": "media", "type": "media",
"multiple": false, "multiple": false,
"required": false, "required": false,
@@ -63,17 +63,17 @@
"images" "images"
] ]
}, },
"tradiksyon": { "traductions": {
"type": "component", "type": "component",
"repeatable": false, "repeatable": false,
"component": "trad.traductions" "component": "trad.traductions"
}, },
"lyen": { "streamVideo": {
"type": "component", "type": "component",
"repeatable": true, "repeatable": true,
"component": "url.liens" "component": "url.liens"
}, },
"kouteyAchtey": { "streamAudio": {
"type": "component", "type": "component",
"repeatable": true, "repeatable": true,
"component": "store.album" "component": "store.album"