Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion locales/de-DE/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
},
"browserslist": "extends @sanity/browserslist-config",
"peerDependencies": {
"sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0"
"sanity": "^3.22.0 || ^4.0.0-0"
},
"publishConfig": {
"access": "public"
Expand Down
3 changes: 3 additions & 0 deletions locales/de-DE/src/comments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export default removeUndefinedLocaleResources({
/** The text shown in the inline comment button */
'inline-add-comment-button.title': 'Kommentar hinzufügen',

/** The title of the error card shown in the comments inspector */
'inspector-error.title': 'Beim Laden der Kommentare ist ein Fehler aufgetreten',

/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
'list-item.breadcrumb-button-go-to-field-aria-label': 'Zum {{field}} Feld gehen',
/** The button tooltip content for the add reaction button */
Expand Down
10 changes: 10 additions & 0 deletions locales/de-DE/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ export default removeUndefinedLocaleResources({
/** Message prompting the user to confirm discarding changes */
'action.discard-changes.confirm-dialog.confirm-discard-changes':
'Sind Sie sicher, dass Sie alle Änderungen seit der letzten Veröffentlichung verwerfen möchten?',
/** Message prompting the user to confirm discarding changes */
'action.discard-changes.confirm-dialog.confirm-discard-changes-draft':
'Sind Sie sicher, dass Sie alle Änderungen verwerfen und dieses Entwurfsdokument löschen möchten?',
/**Header for the confirm discard dialog */
'action.discard-changes.confirm-dialog.header.text': 'Änderungen verwerfen?',
/** Tooltip when action is disabled because the document has no unpublished changes */
'action.discard-changes.disabled.no-change':
'Dieses Dokument hat keine unveröffentlichten Änderungen',
Expand Down Expand Up @@ -175,6 +180,11 @@ export default removeUndefinedLocaleResources({
/** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
'banners.release.navigate-to-edit-description-multiple_other':
'Dieses Dokument ist Teil des <VersionBadge/> Release und {{count}} weiteren Releases',
/** The text for the banner that appears when a document is not part of any release
* @deprecated – no longer in use
* */
'banners.release.navigate-to-edit-description-none':
'Dieses Dokument ist Teil keiner Veröffentlichung',
/** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
'banners.release.navigate-to-edit-description-single':
'Dieses Dokument ist Teil des <VersionBadge/> Release',
Expand Down
49 changes: 40 additions & 9 deletions locales/de-DE/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1390,11 +1390,22 @@ export default removeUndefinedLocaleResources({
'release.dialog.create.confirm': 'Veröffentlichung erstellen',
/** Title for creating releases dialog */
'release.dialog.create.title': 'Neues Release',
/** Body text for the dialog confirming deletion of a scheduled draft */
'release.dialog.delete-schedule-draft.body':
'Sind Sie sicher, dass Sie diesen geplanten Entwurf löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.',
/** Body text when deleting scheduled draft and draft is already up to date */
'release.dialog.delete-schedule-draft.body-already-current':
'Diesen geplanten Entwurf löschen? Ihr Entwurf ist bereits auf dem neuesten Stand.',
/** Body text when deleting scheduled draft and changes will be saved to draft */
'release.dialog.delete-schedule-draft.body-will-save-to-draft':
'Diesen geplanten Entwurf löschen? Ihre Änderungen werden im Entwurf gespeichert.',
/** Body text when deleting scheduled draft with checkbox shown for user choice */
'release.dialog.delete-schedule-draft.body-with-choice': 'Diesen geplanten Entwurf löschen?',
/** Confirm button text for deleting a scheduled draft */
'release.dialog.delete-schedule-draft.confirm': 'Ja, Zeitplan löschen',
/** Checkbox label for copying scheduled draft to draft before deletion */
'release.dialog.delete-schedule-draft.copy-checkbox':
'Meine geplanten Änderungen behalten, indem sie in den Entwurf kopiert werden (empfohlen)',
/** Explanation text shown when scheduled draft has different changes than current draft */
'release.dialog.delete-schedule-draft.different-changes-explanation':
'Ihr geplanter Entwurf weist andere Änderungen auf als Ihr aktueller Entwurf.',
/** Header for the dialog confirming deletion of a scheduled draft */
'release.dialog.delete-schedule-draft.header': 'Geplanten Entwurf löschen',
/** Body text for change schedule dialog */
Expand Down Expand Up @@ -1439,9 +1450,13 @@ export default removeUndefinedLocaleResources({
'Planen Sie für eine zukünftige Zeit und ein zukünftiges Datum.',
/** Label for date picker when scheduling a release */
'release.schedule-dialog.select-publish-date-label': 'Veröffentlichen am',
/** The toast description that will be shown when the user has a release perspective which is now archived */
/** The toast description that will be shown when the user has a release perspective which is now archived
* @deprecated – no longer needed
* */
'release.toast.archived-release.description': 'Diese Veröffentlichung wurde losgelöst',
/** The toast title that will be shown when the user has a release perspective which is now archived */
/** The toast title that will be shown when the user has a release perspective which is now archived
* @deprecated – no longer needed
* */
'release.toast.archived-release.title': "Das Release '{{title}}' wurde archiviert",
/** The toast title that will be shown the creating a release fails */
'release.toast.create-release-error.title': 'Erstellung des Releases fehlgeschlagen',
Expand All @@ -1451,25 +1466,33 @@ export default removeUndefinedLocaleResources({
/** Success toast for deleting a scheduled draft */
'release.toast.delete-schedule-draft.success':
'Das geplante Entwurfsdokument <strong>{{title}}</strong> wurde gelöscht.',
/** The toast title that will be shown when the user has a release perspective which is now deleted */
/** The toast title that will be shown when the user has a release perspective which is now deleted
* @deprecated – no longer needed
* */
'release.toast.not-found-release.title': "Das Release '{{title}}' konnte nicht gefunden werden",
/** Error toast for running a scheduled publish immediately */
'release.toast.publish-scheduled-draft.error':
'Fehler bei der sofortigen Veröffentlichung des geplanten Entwurfsdokuments <strong>{{title}}</strong>: {{error}}',
/** Success toast for running a scheduled publish immediately */
'release.toast.publish-scheduled-draft.success':
'Das geplante Entwurfsdokument <strong>{{title}}</strong> wurde veröffentlicht.',
/** The toast description that will be shown when the user has a release perspective which is now published */
/** The toast description that will be shown when the user has a release perspective which is now published
* @deprecated – no longer needed
**/
'release.toast.published-release.description': 'Diese Veröffentlichung wurde losgelöst',
/** The toast title that will be shown when the user has a release perspective which is now deleted */
/** The toast title that will be shown when the user has a release perspective which is now deleted
* @deprecated – no longer needed
**/
'release.toast.published-release.title': "Die Veröffentlichung '{{title}}' wurde veröffentlicht",
/** Error toast for rescheduling a draft */
'release.toast.reschedule-scheduled-draft.error':
'Fehler beim Umplanen des geplanten Entwurfsdokuments <strong>{{title}}</strong>: {{error}}',
/** Success toast for rescheduling a draft */
'release.toast.reschedule-scheduled-draft.success':
'Das geplante Entwurfsdokument <strong>{{title}}</strong> wurde neu geplant.',
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published */
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published
* @deprecated – no longer needed
* */
'release.toast.scheduled-draft-published.title': 'Der geplante Entwurf wurde veröffentlicht',
/** Label for when a version of a document has already been added to the release */
'release.tooltip.already-added': 'Eine Version dieses Dokuments wurde bereits hinzugefügt.',
Expand All @@ -1485,6 +1508,14 @@ export default removeUndefinedLocaleResources({
/** Tooltip for the dropdown to show all versions of document */
'release.version-list.tooltip': 'Alle Dokumentversionen anzeigen',

/** Button text for contacting support in the releases misconfiguration dialog */
'releases.upsell.misconfiguration.contact-support': 'Support kontaktieren',
/** Header for the releases misconfiguration dialog */
'releases.upsell.misconfiguration.header': 'Konfigurationsproblem bei Content Releases',
/** Message shown in the releases misconfiguration dialog */
'releases.upsell.misconfiguration.message':
'Content Releases sind für Ihr Projekt aktiviert, aber es scheint ein Konfigurationsproblem mit Ihren Release-Limits zu geben. Bitte kontaktieren Sie den Support, um Ihre Content Releases richtig konfigurieren zu lassen.',

/** Confirm button text for the schedule publish dialog */
'schedule-publish-dialog.confirm': 'Planen',
/** Description for the schedule publish dialog */
Expand Down
Loading