Browse Source

Clarify Folder Name Hint (#914)

The previous wording indicated that folder names must not be unique
but what is actually meant is that folder names might not be unique.
pull/916/head
Zicklag 3 years ago
committed by GitHub
parent
commit
0670eab16b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      backend/i18n/frontend_en.json
  2. 2
      backend/i18n/source/backend_en.json
  3. 2
      backend/i18n/source/frontend_en.json
  4. 3
      backend/src/Squidex.Shared/Texts.it.resx
  5. 3
      backend/src/Squidex.Shared/Texts.nl.resx
  6. 3
      backend/src/Squidex.Shared/Texts.resx
  7. 3
      backend/src/Squidex.Shared/Texts.zh.resx

2
backend/i18n/frontend_en.json

@ -84,7 +84,7 @@
"assets.editor.rotateRight": "Rotate Right", "assets.editor.rotateRight": "Rotate Right",
"assets.fileTooBig": "Asset is too big.", "assets.fileTooBig": "Asset is too big.",
"assets.folderName": "Folder Name", "assets.folderName": "Folder Name",
"assets.folderNameHint": "The folder name is used as display name and must not be unique.", "assets.folderNameHint": "The folder name is used as a display name and might not be unique.",
"assets.insertAssets": "Insert Assets", "assets.insertAssets": "Insert Assets",
"assets.linkSelected": "Link selected assets ({count})", "assets.linkSelected": "Link selected assets ({count})",
"assets.listPageTitle": "Assets", "assets.listPageTitle": "Assets",

2
backend/i18n/source/backend_en.json

@ -122,6 +122,7 @@
"common.workflowStep": "Step", "common.workflowStep": "Step",
"common.workflowTransition": "Transition", "common.workflowTransition": "Transition",
"contents.bulkInsertQueryNotUnique": "More than one content matches to the query.", "contents.bulkInsertQueryNotUnique": "More than one content matches to the query.",
"contents.componentNotCreatable": "Component content cannot be created.",
"contents.draftNotCreateForUnpublished": "You can only create a new version when the content is published.", "contents.draftNotCreateForUnpublished": "You can only create a new version when the content is published.",
"contents.draftToDeleteNotFound": "There is nothing to delete.", "contents.draftToDeleteNotFound": "There is nothing to delete.",
"contents.invalidAllQuery": "Either Ids or Schedule range must be defined.", "contents.invalidAllQuery": "Either Ids or Schedule range must be defined.",
@ -142,7 +143,6 @@
"contents.singletonNotChangeable": "Singleton content cannot be updated.", "contents.singletonNotChangeable": "Singleton content cannot be updated.",
"contents.singletonNotCreatable": "Singleton content cannot be created.", "contents.singletonNotCreatable": "Singleton content cannot be created.",
"contents.singletonNotDeletable": "Singleton content cannot be deleted.", "contents.singletonNotDeletable": "Singleton content cannot be deleted.",
"contents.componentNotCreatable": "Component content cannot be created.",
"contents.statusNotValid": "Status is not defined in the workflow.", "contents.statusNotValid": "Status is not defined in the workflow.",
"contents.statusTransitionNotAllowed": "Cannot change status from {oldStatus} to {newStatus}.", "contents.statusTransitionNotAllowed": "Cannot change status from {oldStatus} to {newStatus}.",
"contents.validation.aspectRatio": "Must have aspect ratio {width}:{height}.", "contents.validation.aspectRatio": "Must have aspect ratio {width}:{height}.",

2
backend/i18n/source/frontend_en.json

@ -84,7 +84,7 @@
"assets.editor.rotateRight": "Rotate Right", "assets.editor.rotateRight": "Rotate Right",
"assets.fileTooBig": "Asset is too big.", "assets.fileTooBig": "Asset is too big.",
"assets.folderName": "Folder Name", "assets.folderName": "Folder Name",
"assets.folderNameHint": "The folder name is used as display name and must not be unique.", "assets.folderNameHint": "The folder name is used as a display name and might not be unique.",
"assets.insertAssets": "Insert Assets", "assets.insertAssets": "Insert Assets",
"assets.linkSelected": "Link selected assets ({count})", "assets.linkSelected": "Link selected assets ({count})",
"assets.listPageTitle": "Assets", "assets.listPageTitle": "Assets",

3
backend/src/Squidex.Shared/Texts.it.resx

@ -451,6 +451,9 @@
<data name="contents.bulkInsertQueryNotUnique" xml:space="preserve"> <data name="contents.bulkInsertQueryNotUnique" xml:space="preserve">
<value>Ci sono più contenuti che corrispondono alla query.</value> <value>Ci sono più contenuti che corrispondono alla query.</value>
</data> </data>
<data name="contents.componentNotCreatable" xml:space="preserve">
<value>Component content cannot be created.</value>
</data>
<data name="contents.draftNotCreateForUnpublished" xml:space="preserve"> <data name="contents.draftNotCreateForUnpublished" xml:space="preserve">
<value>Puoi creare versioni del contenuto solo se questo è pubblicato.</value> <value>Puoi creare versioni del contenuto solo se questo è pubblicato.</value>
</data> </data>

3
backend/src/Squidex.Shared/Texts.nl.resx

@ -451,6 +451,9 @@
<data name="contents.bulkInsertQueryNotUnique" xml:space="preserve"> <data name="contents.bulkInsertQueryNotUnique" xml:space="preserve">
<value>Meer dan één inhoud komt overeen met de zoekopdracht.</value> <value>Meer dan één inhoud komt overeen met de zoekopdracht.</value>
</data> </data>
<data name="contents.componentNotCreatable" xml:space="preserve">
<value>Component content cannot be created.</value>
</data>
<data name="contents.draftNotCreateForUnpublished" xml:space="preserve"> <data name="contents.draftNotCreateForUnpublished" xml:space="preserve">
<value>Je kunt alleen een nieuwe versie maken wanneer de inhoud is gepubliceerd.</value> <value>Je kunt alleen een nieuwe versie maken wanneer de inhoud is gepubliceerd.</value>
</data> </data>

3
backend/src/Squidex.Shared/Texts.resx

@ -451,6 +451,9 @@
<data name="contents.bulkInsertQueryNotUnique" xml:space="preserve"> <data name="contents.bulkInsertQueryNotUnique" xml:space="preserve">
<value>More than one content matches to the query.</value> <value>More than one content matches to the query.</value>
</data> </data>
<data name="contents.componentNotCreatable" xml:space="preserve">
<value>Component content cannot be created.</value>
</data>
<data name="contents.draftNotCreateForUnpublished" xml:space="preserve"> <data name="contents.draftNotCreateForUnpublished" xml:space="preserve">
<value>You can only create a new version when the content is published.</value> <value>You can only create a new version when the content is published.</value>
</data> </data>

3
backend/src/Squidex.Shared/Texts.zh.resx

@ -451,6 +451,9 @@
<data name="contents.bulkInsertQueryNotUnique" xml:space="preserve"> <data name="contents.bulkInsertQueryNotUnique" xml:space="preserve">
<value>多个内容与查询匹配。</value> <value>多个内容与查询匹配。</value>
</data> </data>
<data name="contents.componentNotCreatable" xml:space="preserve">
<value>Component content cannot be created.</value>
</data>
<data name="contents.draftNotCreateForUnpublished" xml:space="preserve"> <data name="contents.draftNotCreateForUnpublished" xml:space="preserve">
<value>您只能在内容发布后创建新版本。</value> <value>您只能在内容发布后创建新版本。</value>
</data> </data>

Loading…
Cancel
Save