From ea063a1139061f0b9754e177cc009c70d8eefd93 Mon Sep 17 00:00:00 2001 From: Wu Tianwei <30284043+WTW0313@users.noreply.github.com> Date: Wed, 10 Dec 2025 19:04:34 +0800 Subject: [PATCH] fix(i18n): remove unused credentialSelector translations from dataset-pipeline files (#29423) --- web/i18n/de-DE/dataset-pipeline.ts | 3 --- web/i18n/es-ES/dataset-pipeline.ts | 3 --- web/i18n/fa-IR/dataset-pipeline.ts | 3 --- web/i18n/fr-FR/dataset-pipeline.ts | 3 --- web/i18n/hi-IN/dataset-pipeline.ts | 3 --- web/i18n/id-ID/dataset-pipeline.ts | 3 --- web/i18n/it-IT/dataset-pipeline.ts | 3 --- web/i18n/ko-KR/dataset-pipeline.ts | 3 --- web/i18n/pl-PL/dataset-pipeline.ts | 3 --- web/i18n/pt-BR/dataset-pipeline.ts | 3 --- web/i18n/ro-RO/dataset-pipeline.ts | 3 --- web/i18n/ru-RU/dataset-pipeline.ts | 3 --- web/i18n/sl-SI/dataset-pipeline.ts | 3 --- web/i18n/th-TH/dataset-pipeline.ts | 3 --- web/i18n/tr-TR/dataset-pipeline.ts | 3 --- web/i18n/uk-UA/dataset-pipeline.ts | 3 --- web/i18n/vi-VN/dataset-pipeline.ts | 3 --- web/i18n/zh-Hant/dataset-pipeline.ts | 3 --- 18 files changed, 54 deletions(-) diff --git a/web/i18n/de-DE/dataset-pipeline.ts b/web/i18n/de-DE/dataset-pipeline.ts index 4198a7435a..7ae47383cc 100644 --- a/web/i18n/de-DE/dataset-pipeline.ts +++ b/web/i18n/de-DE/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} ist nicht verbunden', notConnectedTip: 'Um mit {{name}} zu synchronisieren, muss zuerst eine Verbindung zu {{name}} hergestellt werden.', }, - credentialSelector: { - name: '{{credentialName}}\'s {{pluginName}}', - }, conversion: { confirm: { title: 'Bestätigung', diff --git a/web/i18n/es-ES/dataset-pipeline.ts b/web/i18n/es-ES/dataset-pipeline.ts index 74c65177f2..fc182179af 100644 --- a/web/i18n/es-ES/dataset-pipeline.ts +++ b/web/i18n/es-ES/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} no está conectado', notConnectedTip: 'Para sincronizar con {{name}}, primero se debe establecer conexión con {{name}}.', }, - credentialSelector: { - name: '{{credentialName}} de {{pluginName}}', - }, conversion: { confirm: { title: 'Confirmación', diff --git a/web/i18n/fa-IR/dataset-pipeline.ts b/web/i18n/fa-IR/dataset-pipeline.ts index 407f6d162c..709a616a75 100644 --- a/web/i18n/fa-IR/dataset-pipeline.ts +++ b/web/i18n/fa-IR/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} متصل نیست', notConnectedTip: 'برای همگام‌سازی با {{name}}، ابتدا باید اتصال به {{name}} برقرار شود.', }, - credentialSelector: { - name: '{{pluginName}} {{credentialName}}', - }, conversion: { confirm: { title: 'تایید', diff --git a/web/i18n/fr-FR/dataset-pipeline.ts b/web/i18n/fr-FR/dataset-pipeline.ts index c206fa7430..aae98f3d80 100644 --- a/web/i18n/fr-FR/dataset-pipeline.ts +++ b/web/i18n/fr-FR/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} n\'est pas connecté', notConnectedTip: 'Pour se synchroniser avec {{name}}, une connexion à {{name}} doit d\'abord être établie.', }, - credentialSelector: { - name: '{{credentialName}} de {{pluginName}}', - }, conversion: { confirm: { title: 'Confirmation', diff --git a/web/i18n/hi-IN/dataset-pipeline.ts b/web/i18n/hi-IN/dataset-pipeline.ts index f7f7bc42bf..c01d0174ff 100644 --- a/web/i18n/hi-IN/dataset-pipeline.ts +++ b/web/i18n/hi-IN/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} कनेक्ट नहीं है', notConnectedTip: '{{name}} के साथ सिंक करने के लिए, पहले {{name}} से कनेक्शन स्थापित करना आवश्यक है।', }, - credentialSelector: { - name: '{{credentialName}} का {{pluginName}}', - }, conversion: { confirm: { title: 'पुष्टि', diff --git a/web/i18n/id-ID/dataset-pipeline.ts b/web/i18n/id-ID/dataset-pipeline.ts index 993bf79203..c3c2b04e15 100644 --- a/web/i18n/id-ID/dataset-pipeline.ts +++ b/web/i18n/id-ID/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} tidak terhubung', notConnectedTip: 'Untuk menyinkronkan dengan {{name}}, koneksi ke {{name}} harus dibuat terlebih dahulu.', }, - credentialSelector: { - name: '{{credentialName}}\'s {{pluginName}}', - }, conversion: { confirm: { title: 'Konfirmasi', diff --git a/web/i18n/it-IT/dataset-pipeline.ts b/web/i18n/it-IT/dataset-pipeline.ts index acf8859db1..ec9fdf4743 100644 --- a/web/i18n/it-IT/dataset-pipeline.ts +++ b/web/i18n/it-IT/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} non è connesso', notConnectedTip: 'Per sincronizzarsi con {{name}}, è necessario prima stabilire la connessione a {{name}}.', }, - credentialSelector: { - name: '{{credentialName}}\'s {{pluginName}}', - }, conversion: { confirm: { content: 'Questa azione è permanente. Non sarà possibile ripristinare il metodo precedente. Si prega di confermare per convertire.', diff --git a/web/i18n/ko-KR/dataset-pipeline.ts b/web/i18n/ko-KR/dataset-pipeline.ts index f6517ea192..d16e56736e 100644 --- a/web/i18n/ko-KR/dataset-pipeline.ts +++ b/web/i18n/ko-KR/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}}가 연결되어 있지 않습니다', notConnectedTip: '{{name}}와(과) 동기화하려면 먼저 {{name}}에 연결해야 합니다.', }, - credentialSelector: { - name: '{{credentialName}}의 {{pluginName}}', - }, conversion: { confirm: { title: '확인', diff --git a/web/i18n/pl-PL/dataset-pipeline.ts b/web/i18n/pl-PL/dataset-pipeline.ts index ec33211da3..b32a6e9a3d 100644 --- a/web/i18n/pl-PL/dataset-pipeline.ts +++ b/web/i18n/pl-PL/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} nie jest połączony', notConnectedTip: 'Aby zsynchronizować się z {{name}}, najpierw należy nawiązać połączenie z {{name}}.', }, - credentialSelector: { - name: '{{credentialName}}\'s {{pluginName}}', - }, conversion: { confirm: { title: 'Potwierdzenie', diff --git a/web/i18n/pt-BR/dataset-pipeline.ts b/web/i18n/pt-BR/dataset-pipeline.ts index 0348ce70e3..c3b737644a 100644 --- a/web/i18n/pt-BR/dataset-pipeline.ts +++ b/web/i18n/pt-BR/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} não está conectado', notConnectedTip: 'Para sincronizar com {{name}}, a conexão com {{name}} deve ser estabelecida primeiro.', }, - credentialSelector: { - name: '{{credentialName}} de {{pluginName}}', - }, conversion: { confirm: { title: 'Confirmação', diff --git a/web/i18n/ro-RO/dataset-pipeline.ts b/web/i18n/ro-RO/dataset-pipeline.ts index 947e52f2ef..3f9fe54c52 100644 --- a/web/i18n/ro-RO/dataset-pipeline.ts +++ b/web/i18n/ro-RO/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} nu este conectat', notConnectedTip: 'Pentru a sincroniza cu {{name}}, trebuie mai întâi să se stabilească conexiunea cu {{name}}.', }, - credentialSelector: { - name: '{{pluginName}} al/a lui {{credentialName}}', - }, conversion: { confirm: { title: 'Confirmare', diff --git a/web/i18n/ru-RU/dataset-pipeline.ts b/web/i18n/ru-RU/dataset-pipeline.ts index 205de9f790..6fee138fc6 100644 --- a/web/i18n/ru-RU/dataset-pipeline.ts +++ b/web/i18n/ru-RU/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} не подключен', notConnectedTip: 'Чтобы синхронизироваться с {{name}}, сначала необходимо установить соединение с {{name}}.', }, - credentialSelector: { - name: '{{credentialName}}\'s {{pluginName}}', - }, conversion: { confirm: { title: 'Подтверждение', diff --git a/web/i18n/sl-SI/dataset-pipeline.ts b/web/i18n/sl-SI/dataset-pipeline.ts index 25cf0d06b4..ae43d6fd2d 100644 --- a/web/i18n/sl-SI/dataset-pipeline.ts +++ b/web/i18n/sl-SI/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} ni povezan', notConnectedTip: 'Za sinhronizacijo z {{name}} je treba najprej vzpostaviti povezavo z {{name}}.', }, - credentialSelector: { - name: '{{credentialName}}\'s {{pluginName}}', - }, conversion: { confirm: { title: 'Potrditev', diff --git a/web/i18n/th-TH/dataset-pipeline.ts b/web/i18n/th-TH/dataset-pipeline.ts index e2358aabf7..b9df16dbb9 100644 --- a/web/i18n/th-TH/dataset-pipeline.ts +++ b/web/i18n/th-TH/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} ไม่ได้เชื่อมต่อ', notConnectedTip: 'เพื่อซิงค์กับ {{name}} ต้องสร้างการเชื่อมต่อกับ {{name}} ก่อน', }, - credentialSelector: { - name: '{{credentialName}}\'s {{pluginName}}', - }, conversion: { confirm: { title: 'การยืนยัน', diff --git a/web/i18n/tr-TR/dataset-pipeline.ts b/web/i18n/tr-TR/dataset-pipeline.ts index 030be7bec8..27433bde26 100644 --- a/web/i18n/tr-TR/dataset-pipeline.ts +++ b/web/i18n/tr-TR/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} bağlı değil', notConnectedTip: '{{name}} ile senkronize olmak için önce {{name}} bağlantısının kurulması gerekir.', }, - credentialSelector: { - name: '{{credentialName}}\'un {{pluginName}}', - }, conversion: { confirm: { title: 'Onay', diff --git a/web/i18n/uk-UA/dataset-pipeline.ts b/web/i18n/uk-UA/dataset-pipeline.ts index 0d8473c30e..793112b2c6 100644 --- a/web/i18n/uk-UA/dataset-pipeline.ts +++ b/web/i18n/uk-UA/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} не підключено', notConnectedTip: 'Щоб синхронізувати з {{name}}, спершу потрібно встановити з’єднання з {{name}}.', }, - credentialSelector: { - name: '{{credentialName}}\'s {{pluginName}}', - }, conversion: { confirm: { title: 'Підтвердження', diff --git a/web/i18n/vi-VN/dataset-pipeline.ts b/web/i18n/vi-VN/dataset-pipeline.ts index a785b1b7d8..9589f8a715 100644 --- a/web/i18n/vi-VN/dataset-pipeline.ts +++ b/web/i18n/vi-VN/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} không được kết nối', notConnectedTip: 'Để đồng bộ với {{name}}, trước tiên phải thiết lập kết nối với {{name}}.', }, - credentialSelector: { - name: '{{credentialName}}\'s {{pluginName}}', - }, conversion: { confirm: { title: 'Sự xác nhận', diff --git a/web/i18n/zh-Hant/dataset-pipeline.ts b/web/i18n/zh-Hant/dataset-pipeline.ts index f1c8157c22..c396551dc6 100644 --- a/web/i18n/zh-Hant/dataset-pipeline.ts +++ b/web/i18n/zh-Hant/dataset-pipeline.ts @@ -137,9 +137,6 @@ const translation = { notConnected: '{{name}} 未連接', notConnectedTip: '要與 {{name}} 同步,必須先建立與 {{name}} 的連線。', }, - credentialSelector: { - name: '{{credentialName}}的{{pluginName}}', - }, conversion: { confirm: { title: '證實',