Skip to content

Commit

Permalink
fix(de-DE): translation updates (#865)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoTranslator <hello@sanity.io>
Co-authored-by: Espen Hovlandsdal <espen@hovlandsdal.com>
Co-authored-by: Sebastian Haiss <48413227+sebastianhaiss@users.noreply.github.com>
  • Loading branch information
4 people authored Jan 6, 2025
1 parent 5933795 commit 41b1127
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
24 changes: 10 additions & 14 deletions locales/de-DE/src/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,22 @@ export default removeUndefinedLocaleResources({
'linking-in-progress-dialog.troubleshooting.content':
'Überprüfen Sie, ob Ihr Sanity Create-Fenster noch geöffnet ist oder ob der Prozess hängt. Wenn Probleme bestehen bleiben, versuchen Sie, das Studio zu aktualisieren und es erneut zu versuchen.',

/** "Start in Sanity Create" action button text */
'start-in-create-action.label': 'In Sanity Create beginnen',
/** Subtitle of the "Start writing in Create" banner */
'start-in-create-banner.subtitle':
'Ein flexibler, KI-gestützter Editor, der direkt mit Ihren Studio-Dokumenten synchronisiert.',
/** Header of the "Start writing in Create" banner */
'start-in-create-banner.title': 'Beginnen Sie mit Sanity Create',
/** Header badge of the "Start writing in Create" banner */
'start-in-create-banner.title-badge': 'Früher Zugang',

/** CTA in "Start writing in Create" dialog: Continue to create */
'start-in-create-dialog.cta.continue': 'Fortsetzen',
/** CTA in "Start writing in Create" dialog: Learn more */
'start-in-create-dialog.cta.learn-more': 'Erfahren Sie mehr',
/** The details on what "Start writing in Create" implies */
'start-in-create-dialog.details':
'Dies öffnet sich in einem neuen Fenster, das direkt mit diesem Dokument verknüpft ist.',
/** Text for checkbox in "Start writing in Create" dialog for disabling the dialog in the future */
'start-in-create-dialog.dont-remind-me-checkbox': 'Nicht mehr erinnern',
/** Toast error message when we dont have a resolved Sanity Create url*/
'start-in-create-dialog.error-toast.unresolved-url':
'Sanity Create URL konnte nicht ermittelt werden.',
/** Header of the "Start writing in Create" dialog */
'start-in-create-dialog.header': 'Natürlich schreiben, strukturiert veröffentlichen',
/** The lede text in the "Start writing in Create" dialog */
'start-in-create-dialog.lede':
'Erstellen Sie Inhalte auf Ihre Weise in einem KI-gesteuerten Editor. Ihr Schreiben wird automatisch den richtigen Feldern im Sanity Studio zugeordnet, während Sie tippen.',

/** "Start in Sanity Create" link button text */
'start-in-create-link.label': 'In Sanity Create beginnen',

/** Text for the document pane banner informing users that the document is linked to Sanity Create */
'studio-create-link-banner.text': 'Dieses Dokument ist mit Sanity Create verknüpft',
Expand Down
3 changes: 3 additions & 0 deletions locales/de-DE/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ export default removeUndefinedLocaleResources({
/** The toast title when the copy button has been clicked */
'confirm-delete-dialog.cdr-table.id-copied-toast.title':
'Dokument-ID in die Zwischenablage kopiert!',
/** The toast title when the copy button has been clicked but copying failed */
'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':
'Dokument-ID kopieren fehlgeschlagen',
/** The header for the project ID column in the list of cross-dataset references found */
'confirm-delete-dialog.cdr-table.project-id.label': 'Projekt-ID',
/** The text in the "Delete anyway" button in the confirm delete dialog that confirms the action */
Expand Down

0 comments on commit 41b1127

Please sign in to comment.