|
250 | 250 | "emailNotificationsRequiresAdminEmail": "E-posta bildirimlerini açmak için önce admin e-postası kaydedin.", |
251 | 251 | "emailNotificationsSaved": "E-posta bildirim ayarı kaydedildi", |
252 | 252 | "webhook": "Webhook Bildirimleri", |
253 | | - "webhookDescription": "Her push bildirim olayını imzalı teslim başlıklarıyla webhook adresinize aynalar.", |
| 253 | + "webhookDescription": "Harici sistem entegrasyonları için imzalı dışa giden eventleri ve içe gelen komut yürütmesini yapılandırın.", |
| 254 | + "webhookOutboundTitle": "Dışa Giden Eventler", |
| 255 | + "webhookOutboundDescription": "Slot, randevu, bağlantı, planlayıcı, topluluk etkinliği ve push değişikliklerini harici webhook adresine yayınlayın.", |
254 | 256 | "webhookEnabled": "Webhook bildirimleri etkin", |
255 | 257 | "webhookDisabled": "Webhook bildirimleri devre dışı", |
256 | 258 | "webhookUrl": "Webhook URL", |
|
259 | 261 | "webhookSecretHint": "Imza basligi formati: sha256=<hmac>. Minimum 16 karakter.", |
260 | 262 | "webhookSecretPlaceholder": "Uzun ve rastgele bir gizli anahtar girin", |
261 | 263 | "webhookGenerateSecret": "Rastgele Gizli Anahtar Uret", |
| 264 | + "webhookRevealSecret": "Goster", |
| 265 | + "webhookHideSecret": "Gizle", |
262 | 266 | "webhookSecretConfigured": "Bir gizli anahtar zaten kayıtlı. Aynı kalması için boş bırakın.", |
| 267 | + "webhookSecretHiddenHint": "Kayitli secret guvenlik nedeniyle sayfa yenilendikten sonra gosterilmez. Yalnizca degistirmek istiyorsaniz yeni bir deger girin.", |
263 | 268 | "webhookSave": "Webhook Ayarlarını Kaydet", |
264 | 269 | "webhookSaved": "Webhook ayarları kaydedildi", |
265 | 270 | "webhookSendTest": "Test Olayı Gönder", |
266 | 271 | "webhookTestSent": "Test webhook olayı gönderildi", |
| 272 | + "webhookInboundTitle": "İçe Gelen Komutlar", |
| 273 | + "webhookInboundDescription": "Admin oturumunu paylaşmadan, imzalı harici sistemlerin izin verilen aksiyonları Booking Calendar içinde çalıştırmasına izin verin.", |
| 274 | + "webhookInboundEnabled": "İçe gelen webhook komutları etkin", |
| 275 | + "webhookInboundDisabled": "İçe gelen webhook komutları devre dışı", |
| 276 | + "webhookInboundEndpoint": "İçe Gelen Endpoint", |
| 277 | + "webhookInboundEndpointHint": "Bu endpoint'e action, params ve data alanları içeren imzalı POST istekleri gönderin.", |
| 278 | + "webhookInboundSecret": "İçe Gelen İmzalama Gizli Anahtarı", |
| 279 | + "webhookInboundSecretHint": "timestamp.body tabanlı sha256=<hmac> başlık formatını kullanın. Minimum 16 karakter.", |
| 280 | + "webhookInboundSecretPlaceholder": "Harici komut göndericisinin kullanacağı gizli anahtarı girin", |
| 281 | + "webhookInboundSecretConfigured": "Bir inbound secret zaten kayıtlı. Aynı kalması için boş bırakın.", |
| 282 | + "webhookInboundSecretHiddenHint": "Kayitli inbound secret guvenlik nedeniyle sayfa yenilendikten sonra gosterilmez. Yalnizca degistirmek istiyorsaniz yeni bir deger girin.", |
| 283 | + "webhookInboundScopes": "İzinli Scope'lar", |
| 284 | + "webhookInboundScopesHint": "Yalnızca işaretlenen aksiyon grupları inbound webhook komutları tarafından çalıştırılabilir.", |
267 | 285 | "version": "Sürüm", |
268 | 286 | "versionDescription": "Mevcut uygulama sürümünüzü görün ve GitHub'da daha yeni bir release olup olmadığını kontrol edin.", |
269 | 287 | "currentVersion": "Mevcut sürüm", |
|
332 | 350 | "plannerLegend": "Planlayıcı Etkinlikleri" |
333 | 351 | }, |
334 | 352 | "common": { |
| 353 | + "loading": "Yükleniyor...", |
335 | 354 | "error": "Bir hata oluştu", |
336 | 355 | "confirmationTitle": "Lütfen onaylayın", |
337 | 356 | "confirmDeleteMessage": "Bu öğeyi silmek istediğinize emin misiniz?", |
|
0 commit comments