Skip to content

Commit

Permalink
fix(tr-TR): automated translation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoTranslator committed Sep 24, 2024
1 parent 2147972 commit 6da948b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
9 changes: 7 additions & 2 deletions locales/tr-TR/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ export default removeUndefinedLocaleResources({
'banners.deleted-document-banner.text': 'Bu belge silindi.',
/** The text content for the deprecated document type banner */
'banners.deprecated-document-type-banner.text': 'Bu belge türü kullanımdan kaldırılmıştır.',
/** The text for publish action for discarding the version */
'banners.live-edit-draft-banner.discard.tooltip': 'Taslağı Sil',
/** The text for publish action for the draft banner */
'banners.live-edit-draft-banner.publish.tooltip': 'Düzenlemeye devam etmek için yayınla',
/** The text content for the live edit document when it's a draft */
'banners.live-edit-draft-banner.text':
'<strong>{{schemaType}}</strong> tipi için <code>canlı düzenleme</code> etkinleştirilmiş, ancak bu belgenin bir taslak sürümü bulunmaktadır. Canlı düzenlemeye devam etmek için taslağı yayınlayın veya silin.',
/** The text for the permission check banner if the user only has one role, and it does not allow updating this document */
'banners.permission-check-banner.missing-permission_create_one':
'Rolünüz <Roles/> bu belgeyi oluşturma iznine sahip değil.',
Expand Down Expand Up @@ -307,8 +314,6 @@ export default removeUndefinedLocaleResources({
'panes.document-header-title.new.text': 'Yeni {{schemaType}}',
/** The text used in the document header title if no other title can be determined */
'panes.document-header-title.untitled.text': 'Başlıksız',
/** The text for the retry button on the document list pane */
'panes.document-list-pane.error.retry-button.text': 'Yeniden dene',
/** The error text on the document list pane */
'panes.document-list-pane.error.text': 'Hata: <Code>{{error}}</Code>',
/** The error title on the document list pane */
Expand Down
11 changes: 11 additions & 0 deletions locales/tr-TR/src/studio.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
import {removeUndefinedLocaleResources} from 'sanity'

export default removeUndefinedLocaleResources({
/** The text used in the tooltip shown in the dialog close button */
'announcement.dialog.close': 'Kapat',
/** Aria label to be used in the dialog close button */
'announcement.dialog.close-label': 'Diyalogu kapat',
/**Text to be used in the tooltip in the button in the studio announcement card */
'announcement.floating-button.dismiss': 'Kapat',
/**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */
'announcement.floating-button.dismiss-label': 'Duyuruları kapat',
/**Aria label to be used in the floating button in the studio announcement card */
'announcement.floating-button.open-label': 'Duyuruları aç',

/** Menu item for deleting the asset */
'asset-source.asset-list.menu.delete': 'Sil',
/** Menu item for showing where a particular asset is used */
Expand Down

0 comments on commit 6da948b

Please sign in to comment.