From 624323c8243daab1a7931293e29a0b053eba723d Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Thu, 17 Oct 2024 17:44:31 +0800 Subject: [PATCH] :art: Improve interaction when deleting two-way relation field in a database https://github.com/siyuan-note/siyuan/issues/11252 --- app/appearance/langs/de_DE.json | 2 +- app/appearance/langs/en_US.json | 2 +- app/appearance/langs/es_ES.json | 2 +- app/appearance/langs/fr_FR.json | 2 +- app/appearance/langs/he_IL.json | 2 +- app/appearance/langs/it_IT.json | 2 +- app/appearance/langs/ja_JP.json | 2 +- app/appearance/langs/pl_PL.json | 2 +- app/appearance/langs/ru_RU.json | 2 +- app/appearance/langs/zh_CHT.json | 2 +- app/appearance/langs/zh_CN.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app/appearance/langs/de_DE.json b/app/appearance/langs/de_DE.json index 5b5d0bf152f..abeabda985b 100644 --- a/app/appearance/langs/de_DE.json +++ b/app/appearance/langs/de_DE.json @@ -1,6 +1,6 @@ { "confirmRemoveRelationField": "Sind Sie sicher, dass Sie das Feld, das mit ${x} verknüpft ist, löschen möchten?", - "keepRelationField": "Verknüpftes Feld behalten", + "removeButKeepRelationField": "Entfernen, verknüpftes Feld behalten", "exportPDFLowMemory": "Nicht genügend verfügbarer Speicher, um dieses PDF zu exportieren, bitte reduzieren Sie den Inhalt oder erhöhen Sie den verfügbaren Speicher und versuchen Sie es erneut", "exportConf": "Export-Einstellungen", "exportConfTip": "Konto, Zugriffscode, Synchronisation, API-Token und Daten-Repo-Schlüssel werden nicht exportiert", diff --git a/app/appearance/langs/en_US.json b/app/appearance/langs/en_US.json index 4887b430a59..e605cd670ea 100644 --- a/app/appearance/langs/en_US.json +++ b/app/appearance/langs/en_US.json @@ -1,6 +1,6 @@ { "confirmRemoveRelationField": "Are you sure you want to delete the field associated with ${x}?", - "keepRelationField": "Keep associated field", + "removeButKeepRelationField": "Remove, keep related field", "exportPDFLowMemory": "Insufficient available memory to export this PDF, please reduce the content or increase available memory and try exporting again", "exportConf": "Export settings", "exportConfTip": "Account, access authorization code, synchronization, API token and data repo key will not be exported", diff --git a/app/appearance/langs/es_ES.json b/app/appearance/langs/es_ES.json index 080887e38a9..5a3c96cef05 100644 --- a/app/appearance/langs/es_ES.json +++ b/app/appearance/langs/es_ES.json @@ -1,6 +1,6 @@ { "confirmRemoveRelationField": "¿Está seguro de que desea eliminar el campo asociado a ${x}?", - "keepRelationField": "Mantener el campo asociado", + "removeButKeepRelationField": "Eliminar, mantener el campo relacionado", "exportPDFLowMemory": "Memoria disponible insuficiente para exportar este PDF, por favor reduzca el contenido o aumente la memoria disponible y vuelva a intentar exportar", "exportConf": "Configuración de exportación", "exportConfTip": "Las cuentas, los códigos de acceso, la sincronización, los tokens API y las claves del almacén de datos no se exportarán", diff --git a/app/appearance/langs/fr_FR.json b/app/appearance/langs/fr_FR.json index e5b1dfd8a90..0c48a6eadcd 100644 --- a/app/appearance/langs/fr_FR.json +++ b/app/appearance/langs/fr_FR.json @@ -1,6 +1,6 @@ { "confirmRemoveRelationField": "Êtes-vous sûr de vouloir supprimer le champ associé à ${x}?", - "keepRelationField": "Conserver le champ associé", + "removeButKeepRelationField": "Supprimer, conserver le champ associé", "exportPDFLowMemory": "Mémoire disponible insuffisante pour exporter ce PDF, veuillez réduire le contenu ou augmenter la mémoire disponible et réessayer d'exporter", "exportConf": "Exporter les paramètres", "exportConfTip": "Les comptes, codes d'accès, synchronisation, tokens API et clés d'entrepôt de données ne seront pas exportés", diff --git a/app/appearance/langs/he_IL.json b/app/appearance/langs/he_IL.json index e5a21e06cca..a9e5fbc3c9f 100644 --- a/app/appearance/langs/he_IL.json +++ b/app/appearance/langs/he_IL.json @@ -1,6 +1,6 @@ { "confirmRemoveRelationField": "האם אתה בטוח שברצונך למחוק את השדה המשויך ל-${x}?", - "keepRelationField": "שמור על השדה המשויך", + "removeButKeepRelationField": "מחק, שמור על שדה הקשר", "exportPDFLowMemory": "אין מספיק זיכרון זמין במערכת כדי לייצא את ה-PDF הזה, נא לצמצם את התוכן או להגדיל את הזיכרון הזמין ולנסות שוב לייצא", "exportConf": "הגדרות ייצוא", "exportConfTip": "פרטי חשבון, קוד אישור גישה, סנכרון, אסימון API ומפתח מאגר נתונים לא ייוצאו", diff --git a/app/appearance/langs/it_IT.json b/app/appearance/langs/it_IT.json index e88d6a1b6d1..299199c9cf6 100644 --- a/app/appearance/langs/it_IT.json +++ b/app/appearance/langs/it_IT.json @@ -1,6 +1,6 @@ { "confirmRemoveRelationField": "Sei sicuro di voler eliminare il campo associato a ${x}?", - "keepRelationField": "Mantieni il campo associato", + "removeButKeepRelationField": "Rimuovi, mantieni il campo correlato", "exportPDFLowMemory": "Memoria disponibile insufficiente per esportare questo PDF, riduci il contenuto o aumenta la memoria disponibile e riprova a esportare", "exportConf": "Impostazioni di esportazione", "exportConfTip": "Account, codici di accesso, sincronizzazione, token API e chiavi di data warehouse non verranno esportati", diff --git a/app/appearance/langs/ja_JP.json b/app/appearance/langs/ja_JP.json index 2acd987bd9d..ee9f38b08ff 100644 --- a/app/appearance/langs/ja_JP.json +++ b/app/appearance/langs/ja_JP.json @@ -1,6 +1,6 @@ { "confirmRemoveRelationField": "${x} に関連するフィールドを同時に削除してもよろしいですか?", - "keepRelationField": "関連フィールドを保持", + "removeButKeepRelationField": "削除して関連フィールドを保持", "exportPDFLowMemory": "システムの利用可能なメモリが不足しているため、このPDFをエクスポートできません。内容を減らすか、利用可能なメモリを増やしてから再試行してください", "exportConf": "設定のエクスポート", "exportConfTip": "アカウント、アクセス コード、同期、API トークン、データ ウェアハウス キーはエクスポートされません", diff --git a/app/appearance/langs/pl_PL.json b/app/appearance/langs/pl_PL.json index 9e4d1c0c06c..d87fab7412f 100644 --- a/app/appearance/langs/pl_PL.json +++ b/app/appearance/langs/pl_PL.json @@ -1,6 +1,6 @@ { "confirmRemoveRelationField": "Czy na pewno chcesz usunąć pole powiązane z ${x}?", - "keepRelationField": "Zachowaj powiązane pole", + "removeButKeepRelationField": "Usuń, zachowaj powiązane pole", "exportPDFLowMemory": "Za mało dostępnej pamięci, aby wyeksportować ten PDF, proszę zmniejszyć zawartość lub zwiększyć dostępną pamięć i spróbować ponownie", "exportConf": "Ustawienia eksportu", "exportConfTip": "Konto, kod autoryzacji dostępu, synchronizacja, token API i klucz repozytorium danych nie będą eksportowane", diff --git a/app/appearance/langs/ru_RU.json b/app/appearance/langs/ru_RU.json index 2e4f7320e9b..ae758962b48 100644 --- a/app/appearance/langs/ru_RU.json +++ b/app/appearance/langs/ru_RU.json @@ -1,6 +1,6 @@ { "confirmRemoveRelationField": "Вы уверены, что хотите удалить поле, связанное с ${x}?", - "keepRelationField": "Сохранить связанное поле", + "removeButKeepRelationField": "Удалить, сохранить связанное поле", "exportPDFLowMemory": "Недостаточно доступной памяти для экспорта этого PDF, пожалуйста, уменьшите содержимое или увеличьте доступную память и повторите попытку экспорта", "exportConf": "Экспорт настроек", "exportConfTip": "Учетная запись, код авторизации доступа, синхронизация, API токен и ключ репозитория данных не будут экспортированы", diff --git a/app/appearance/langs/zh_CHT.json b/app/appearance/langs/zh_CHT.json index dd7fbcf791e..89c5e2e829d 100644 --- a/app/appearance/langs/zh_CHT.json +++ b/app/appearance/langs/zh_CHT.json @@ -1,6 +1,6 @@ { "confirmRemoveRelationField": "確定同時刪除關聯至 ${x} 中的字段嗎?", - "keepRelationField": "保留關聯字段", + "removeButKeepRelationField": "刪除,保留關聯字段", "exportPDFLowMemory": "系統可用記憶體不足,無法導出該 PDF,請減少內容或者增加可用記憶體後再嘗試導出", "exportConf": "匯出設定", "exportConfTip": "帳號、存取授權碼、同步、API token 和資料倉儲金鑰不會被匯出", diff --git a/app/appearance/langs/zh_CN.json b/app/appearance/langs/zh_CN.json index 83ed5ceb39c..eee1bed83a1 100644 --- a/app/appearance/langs/zh_CN.json +++ b/app/appearance/langs/zh_CN.json @@ -1,6 +1,6 @@ { "confirmRemoveRelationField": "确定同时删除关联至 ${x} 中的字段吗?", - "keepRelationField": "保留关联字段", + "removeButKeepRelationField": "删除,保留关联字段", "exportPDFLowMemory": "系统可用内存不足,无法导出该 PDF,请减少内容或者增加可用内存后再尝试导出", "exportConf": "导出设置", "exportConfTip": "账号、访问授权码、同步、API token 和数据仓库密钥不会被导出",