From 978314b9de284f5c04913d45e7bfe59ca6ad9e30 Mon Sep 17 00:00:00 2001 From: Maurice Date: Mon, 25 May 2026 18:12:19 +0200 Subject: [PATCH] i18n(tr): add the 8 keys EN gained since this PR was opened Brings tr.ts to full parity with the current en.ts (journey upload progress/ errors + OAuth machine-client strings). --- client/src/i18n/translations/tr.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/src/i18n/translations/tr.ts b/client/src/i18n/translations/tr.ts index 587c32f2..f359f84d 100644 --- a/client/src/i18n/translations/tr.ts +++ b/client/src/i18n/translations/tr.ts @@ -2417,6 +2417,16 @@ const tr: Record = { 'transport.modalTitle.edit': 'Edit transport', 'transport.title': 'Transports', 'transport.addManual': 'Manual Transport', + + // Added to match EN keys + 'journey.editor.uploadingProgress': 'Yükleniyor {done}/{total}…', + 'journey.editor.uploadFailed': 'Fotoğraf yüklenemedi', + 'journey.editor.uploadPartialFailed': '{total} fotoğraftan {failed} tanesi yüklenemedi — yeniden denemek için tekrar kaydedin', + 'journey.photosUploadFailed': 'Bazı fotoğraflar yüklenemedi', + 'settings.oauth.modal.machineClient': 'Makine istemcisi (tarayıcı girişi yok)', + 'settings.oauth.modal.machineClientHint': 'client_credentials iznini kullanın — yönlendirme URI\'lerine gerek yoktur. Belirteç doğrudan client_id + client_secret ile verilir ve seçilen kapsamlar dahilinde sizin adınıza hareket eder.', + 'settings.oauth.modal.machineClientUsage': 'Belirteç alın: grant_type=client_credentials, client_id ve client_secret ile POST /oauth/token gönderin. Tarayıcı yok, yenileme belirteci yok.', + 'settings.oauth.badge.machine': 'makine', } export default tr