Skip to content

Commit

Permalink
fix(de-DE): automated translation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoTranslator committed Dec 20, 2024
1 parent 33c9106 commit 9f9644a
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 frei gestaltbarer, KI-gesteuerter 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ühzeitiger 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 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':
'Dokumenten-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 9f9644a

Please sign in to comment.