@@ -1378,11 +1378,22 @@ export default removeUndefinedLocaleResources({
13781378 'release.dialog.create.confirm' : 'Sürüm oluştur' ,
13791379 /** Title for creating releases dialog */
13801380 'release.dialog.create.title' : 'Yeni sürüm' ,
1381- /** Body text for the dialog confirming deletion of a scheduled draft */
1382- 'release.dialog.delete-schedule-draft.body' :
1383- 'Bu zamanlanmış taslağı silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.' ,
1381+ /** Body text when deleting scheduled draft and draft is already up to date */
1382+ 'release.dialog.delete-schedule-draft.body-already-current' :
1383+ 'Bu zamanlanmış taslağı silinsin mi? Taslağınız zaten güncel.' ,
1384+ /** Body text when deleting scheduled draft and changes will be saved to draft */
1385+ 'release.dialog.delete-schedule-draft.body-will-save-to-draft' :
1386+ 'Bu zamanlanmış taslağı silinsin mi? Değişiklikleriniz taslağa kaydedilecek.' ,
1387+ /** Body text when deleting scheduled draft with checkbox shown for user choice */
1388+ 'release.dialog.delete-schedule-draft.body-with-choice' : 'Bu zamanlanmış taslağı silinsin mi?' ,
13841389 /** Confirm button text for deleting a scheduled draft */
13851390 'release.dialog.delete-schedule-draft.confirm' : 'Evet, zamanlamayı sil' ,
1391+ /** Checkbox label for copying scheduled draft to draft before deletion */
1392+ 'release.dialog.delete-schedule-draft.copy-checkbox' :
1393+ 'Zamanlanmış değişikliklerimi taslağa kopyalayarak saklayın (önerilir)' ,
1394+ /** Explanation text shown when scheduled draft has different changes than current draft */
1395+ 'release.dialog.delete-schedule-draft.different-changes-explanation' :
1396+ 'Zamanlanmış taslağınızın mevcut taslağınızdan farklı değişiklikleri var.' ,
13861397 /** Header for the dialog confirming deletion of a scheduled draft */
13871398 'release.dialog.delete-schedule-draft.header' : 'Zamanlanmış Taslağı Sil' ,
13881399 /** Body text for change schedule dialog */
@@ -1426,9 +1437,13 @@ export default removeUndefinedLocaleResources({
14261437 'Gelecek bir tarih ve saat için zamanlama yapın.' ,
14271438 /** Label for date picker when scheduling a release */
14281439 'release.schedule-dialog.select-publish-date-label' : 'Yayınlanma Tarihi' ,
1429- /** The toast description that will be shown when the user has a release perspective which is now archived */
1440+ /** The toast description that will be shown when the user has a release perspective which is now archived
1441+ * @deprecated – no longer needed
1442+ * */
14301443 'release.toast.archived-release.description' : 'Bu sürümün sabitlemesi kaldırıldı' ,
1431- /** The toast title that will be shown when the user has a release perspective which is now archived */
1444+ /** The toast title that will be shown when the user has a release perspective which is now archived
1445+ * @deprecated – no longer needed
1446+ * */
14321447 'release.toast.archived-release.title' : "'{{title}}' sürümü arşivlendi" ,
14331448 /** The toast title that will be shown the creating a release fails */
14341449 'release.toast.create-release-error.title' : 'Sürüm oluşturma başarısız oldu' ,
@@ -1438,25 +1453,33 @@ export default removeUndefinedLocaleResources({
14381453 /** Success toast for deleting a scheduled draft */
14391454 'release.toast.delete-schedule-draft.success' :
14401455 'Zamanlanmış taslak belgesi <strong>{{title}}</strong> silindi.' ,
1441- /** The toast title that will be shown when the user has a release perspective which is now deleted */
1456+ /** The toast title that will be shown when the user has a release perspective which is now deleted
1457+ * @deprecated – no longer needed
1458+ * */
14421459 'release.toast.not-found-release.title' : "'{{title}}' yayını bulunamadı" ,
14431460 /** Error toast for running a scheduled publish immediately */
14441461 'release.toast.publish-scheduled-draft.error' :
14451462 'Zamanlanmış taslak belgesi <strong>{{title}}</strong> yayınlanamadı: {{error}}' ,
14461463 /** Success toast for running a scheduled publish immediately */
14471464 'release.toast.publish-scheduled-draft.success' :
14481465 'Zamanlanmış taslak belgesi <strong>{{title}}</strong> yayınlandı.' ,
1449- /** The toast description that will be shown when the user has a release perspective which is now published */
1466+ /** The toast description that will be shown when the user has a release perspective which is now published
1467+ * @deprecated – no longer needed
1468+ **/
14501469 'release.toast.published-release.description' : 'Bu sürümün sabitlemesi kaldırıldı' ,
1451- /** The toast title that will be shown when the user has a release perspective which is now deleted */
1470+ /** The toast title that will be shown when the user has a release perspective which is now deleted
1471+ * @deprecated – no longer needed
1472+ **/
14521473 'release.toast.published-release.title' : "'{{title}}' sürümü yayınlandı" ,
14531474 /** Error toast for rescheduling a draft */
14541475 'release.toast.reschedule-scheduled-draft.error' :
14551476 'Zamanlanmış taslak belgesi <strong>{{title}}</strong> için yeni bir zamanlama yapılamadı: {{error}}' ,
14561477 /** Success toast for rescheduling a draft */
14571478 'release.toast.reschedule-scheduled-draft.success' :
14581479 'Zamanlanmış taslak belgesi <strong>{{title}}</strong> için yeni bir zamanlama yapıldı.' ,
1459- /** The toast title that will be shown when the user has a scheduled draft perspective which is now published */
1480+ /** The toast title that will be shown when the user has a scheduled draft perspective which is now published
1481+ * @deprecated – no longer needed
1482+ * */
14601483 'release.toast.scheduled-draft-published.title' : 'Planlanan taslak yayınlandı' ,
14611484 /** Label for when a version of a document has already been added to the release */
14621485 'release.tooltip.already-added' : 'Bu belgenin bir versiyonu zaten eklenmiş' ,
@@ -1472,6 +1495,14 @@ export default removeUndefinedLocaleResources({
14721495 /** Tooltip for the dropdown to show all versions of document */
14731496 'release.version-list.tooltip' : 'Tüm belge versiyonlarını gör' ,
14741497
1498+ /** Button text for contacting support in the releases misconfiguration dialog */
1499+ 'releases.upsell.misconfiguration.contact-support' : 'Destek ile İletişime Geçin' ,
1500+ /** Header for the releases misconfiguration dialog */
1501+ 'releases.upsell.misconfiguration.header' : 'İçerik yayınları yapılandırma sorunu' ,
1502+ /** Message shown in the releases misconfiguration dialog */
1503+ 'releases.upsell.misconfiguration.message' :
1504+ 'Projeniz için içerik yayınları etkinleştirilmiş, ancak yayın limitlerinizle ilgili bir yapılandırma sorunu görünüyor. İçerik yayınlarınızın doğru şekilde yapılandırılması için lütfen destek ile iletişime geçin.' ,
1505+
14751506 /** Confirm button text for the schedule publish dialog */
14761507 'schedule-publish-dialog.confirm' : 'Zamanla' ,
14771508 /** Description for the schedule publish dialog */
0 commit comments