Skip to content

Commit

Permalink
Improve content editor.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Oct 27, 2023
1 parent 0bea625 commit 323c9db
Show file tree
Hide file tree
Showing 15 changed files with 199 additions and 162 deletions.
4 changes: 2 additions & 2 deletions backend/i18n/frontend_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@
"schemas.field.hide": "Hide in API",
"schemas.field.hintsHint": "Describe this field for documentation and the UI.",
"schemas.field.inlineEditable": "Inline Editable",
"schemas.field.isEmbeddable": "Is embedding contents and assets",
"schemas.field.isEmbeddableHint": "With this option a custom format is returned in GraphQL, where the linked assets or contents can be fetched.",
"schemas.field.isEmbeddable": "Embed Contents and Assets",
"schemas.field.isEmbeddableHint": "With this option a custom output is used in GraphQL, and embedded assets and contents can be included.",
"schemas.field.labelHint": "Display name for documentation and the UI.",
"schemas.field.localizable": "Localizable",
"schemas.field.localizableHint": "You can mark the field as localizable. It means that is dependent on the language, for example a city name.",
Expand Down
4 changes: 2 additions & 2 deletions backend/i18n/frontend_it.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@
"schemas.field.hide": "Nascondi nelle API",
"schemas.field.hintsHint": "Descrivi questo schema per la documentazione e le interfacce utente.",
"schemas.field.inlineEditable": "Modificabile sulla stessa linea",
"schemas.field.isEmbeddable": "Is embedding contents and assets",
"schemas.field.isEmbeddableHint": "With this option a custom format is returned in GraphQL, where the linked assets or contents can be fetched.",
"schemas.field.isEmbeddable": "Embed Contents and Assets",
"schemas.field.isEmbeddableHint": "With this option a custom output is used in GraphQL, and embedded assets and contents can be included.",
"schemas.field.labelHint": "Nome da visualizzare per la documentazione e le interfacce utente.",
"schemas.field.localizable": "Consente la localizzazione",
"schemas.field.localizableHint": "Puoi impostare il campo per consentire la localizzazione, ossia che dipende dalla lingua che utilizzi come ad esempio i nomi delle città.",
Expand Down
4 changes: 2 additions & 2 deletions backend/i18n/frontend_nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@
"schemas.field.hide": "Verbergen in API",
"schemas.field.hintsHint": "Beschrijf dit schema voor documentatie en gebruikersinterfaces.",
"schemas.field.inlineEditable": "Inline bewerkbaar",
"schemas.field.isEmbeddable": "Is embedding contents and assets",
"schemas.field.isEmbeddableHint": "With this option a custom format is returned in GraphQL, where the linked assets or contents can be fetched.",
"schemas.field.isEmbeddable": "Embed Contents and Assets",
"schemas.field.isEmbeddableHint": "With this option a custom output is used in GraphQL, and embedded assets and contents can be included.",
"schemas.field.labelHint": "Weergavenaam voor documentatie en gebruikersinterfaces.",
"schemas.field.localizable": "Localizable",
"schemas.field.localizableHint": "Je kunt het veld markeren als lokaliseerbaar. Dit betekent dat het afhankelijk is van de taal, bijvoorbeeld de naam van een stad.",
Expand Down
4 changes: 2 additions & 2 deletions backend/i18n/frontend_zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@
"schemas.field.hide": "隐藏在 API",
"schemas.field.hintsHint": "为文档和 UI 描述这个字段。",
"schemas.field.inlineEditable": "内联可编辑",
"schemas.field.isEmbeddable": "Is embedding contents and assets",
"schemas.field.isEmbeddableHint": "With this option a custom format is returned in GraphQL, where the linked assets or contents can be fetched.",
"schemas.field.isEmbeddable": "Embed Contents and Assets",
"schemas.field.isEmbeddableHint": "With this option a custom output is used in GraphQL, and embedded assets and contents can be included.",
"schemas.field.labelHint": "文档和 UI 的显示名称。",
"schemas.field.localizable": "Localizable",
"schemas.field.localizableHint": "您可以将字段标记为可本地化。这意味着这取决于语言,例如城市名称。",
Expand Down
4 changes: 2 additions & 2 deletions backend/i18n/source/frontend_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@
"schemas.field.hide": "Hide in API",
"schemas.field.hintsHint": "Describe this field for documentation and the UI.",
"schemas.field.inlineEditable": "Inline Editable",
"schemas.field.isEmbeddable": "Is embedding contents and assets",
"schemas.field.isEmbeddableHint": "With this option a custom format is returned in GraphQL, where the linked assets or contents can be fetched.",
"schemas.field.isEmbeddable": "Embed Contents and Assets",
"schemas.field.isEmbeddableHint": "With this option a custom output is used in GraphQL, and embedded assets and contents can be included.",
"schemas.field.labelHint": "Display name for documentation and the UI.",
"schemas.field.localizable": "Localizable",
"schemas.field.localizableHint": "You can mark the field as localizable. It means that is dependent on the language, for example a city name.",
Expand Down
2 changes: 1 addition & 1 deletion backend/src/Squidex/wwwroot/editor/squidex-editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 323c9db

Please sign in to comment.