@nocobase/client 2.1.0-beta.37 → 2.1.0-beta.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/index.mjs +58 -33
- package/lib/index.js +58 -33
- package/lib/locale/de-DE.json +0 -2
- package/lib/locale/en-US.json +1 -2
- package/lib/locale/es-ES.json +0 -2
- package/lib/locale/fr-FR.json +0 -2
- package/lib/locale/hu-HU.json +0 -2
- package/lib/locale/id-ID.json +0 -2
- package/lib/locale/it-IT.json +0 -2
- package/lib/locale/ja-JP.json +0 -2
- package/lib/locale/ko-KR.json +0 -2
- package/lib/locale/nl-NL.json +0 -2
- package/lib/locale/pt-BR.json +0 -2
- package/lib/locale/ru-RU.json +0 -2
- package/lib/locale/tr-TR.json +0 -2
- package/lib/locale/uk-UA.json +0 -2
- package/lib/locale/vi-VN.json +0 -2
- package/lib/locale/zh-CN.json +1 -2
- package/lib/locale/zh-TW.json +0 -2
- package/package.json +7 -7
package/lib/locale/de-DE.json
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"After change": "Nach der Änderung",
|
|
74
74
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "Nach dem Klicken auf die benutzerdefinierte Schaltfläche werden die folgenden Feldwerte gemäß dem folgenden Formular zugewiesen.",
|
|
75
75
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Nach dem Klicken auf die benutzerdefinierte Schaltfläche werden die folgenden Felder des aktuellen Datensatzes gemäß dem folgenden Formular gespeichert.",
|
|
76
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Nach dem Ausblenden wird dieses Menü nicht mehr in der Menüleiste angezeigt. Um es wieder anzuzeigen, müssen Sie zur Routenverwaltungsseite gehen, um es zu konfigurieren.",
|
|
77
76
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Nach dem Ausblenden wird dieser Tab nicht mehr in der Tableiste angezeigt. Um ihn wieder anzuzeigen, müssen Sie zur Routenverwaltungsseite gehen, um ihn einzustellen.",
|
|
78
77
|
"After successful bulk update": "Nach erfolgreicher Massenaktualisierung",
|
|
79
78
|
"After successful request": "Nach erfolgreicher Anfrage",
|
|
@@ -128,7 +127,6 @@
|
|
|
128
127
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
129
128
|
"Are you sure you want to disassociate it?": "Sind Sie sicher, dass Sie die Verbindung trennen möchten?",
|
|
130
129
|
"Are you sure you want to hide these routes in menu?": "Sind Sie sicher, dass Sie diese Routen im Menü ausblenden möchten?",
|
|
131
|
-
"Are you sure you want to hide this menu?": "Sind Sie sicher, dass Sie dieses Menü ausblenden möchten?",
|
|
132
130
|
"Are you sure you want to hide this tab?": "Sind Sie sicher, dass Sie diesen Tab ausblenden möchten?",
|
|
133
131
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
134
132
|
"Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
|
package/lib/locale/en-US.json
CHANGED
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
"After change": "After change",
|
|
83
83
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "After clicking the custom button, the following field values will be assigned according to the following form.",
|
|
84
84
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "After clicking the custom button, the following fields of the current record will be saved according to the following form.",
|
|
85
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.",
|
|
86
85
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.",
|
|
87
86
|
"After successful bulk update": "After successful bulk update",
|
|
88
87
|
"After successful request": "After successful request",
|
|
@@ -137,7 +136,6 @@
|
|
|
137
136
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
138
137
|
"Are you sure you want to disassociate it?": "Are you sure you want to disassociate it?",
|
|
139
138
|
"Are you sure you want to hide these routes in menu?": "Are you sure you want to hide these routes in menu?",
|
|
140
|
-
"Are you sure you want to hide this menu?": "Are you sure you want to hide this menu?",
|
|
141
139
|
"Are you sure you want to hide this tab?": "Are you sure you want to hide this tab?",
|
|
142
140
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
143
141
|
"Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
|
|
@@ -561,6 +559,7 @@
|
|
|
561
559
|
"Enable page header": "Enable page header",
|
|
562
560
|
"Enable page tabs": "Enable page tabs",
|
|
563
561
|
"Enable quick edit": "Enable quick edit",
|
|
562
|
+
"Enable row selection": "Enable row selection",
|
|
564
563
|
"Enable refresh": "Enable refresh",
|
|
565
564
|
"Enable secondary confirmation": "Enable secondary confirmation",
|
|
566
565
|
"Enable tabs": "Enable tabs",
|
package/lib/locale/es-ES.json
CHANGED
|
@@ -75,7 +75,6 @@
|
|
|
75
75
|
"After change": "Después del cambio",
|
|
76
76
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "Después de hacer clic en el botón personalizado, los siguientes valores de campo se asignarán de acuerdo con el siguiente formulario",
|
|
77
77
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Después de hacer clic en el botón personalizado, los siguientes campos del registro actual se guardarán de acuerdo con el siguiente formulario",
|
|
78
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Después de ocultar, este menú ya no aparecerá en la barra de menú. Para mostrarlo de nuevo, debe ir a la página de administración de rutas para configurarlo.",
|
|
79
78
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Después de ocultar, esta pestaña ya no aparecerá en la barra de pestañas. Para mostrarla de nuevo, deberás ir a la página de gestión de rutas para configurarla.",
|
|
80
79
|
"After successful bulk update": "Tras una actualización en masa correcta",
|
|
81
80
|
"After successful request": "Tras petición correcta",
|
|
@@ -132,7 +131,6 @@
|
|
|
132
131
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
133
132
|
"Are you sure you want to disassociate it?": "¿Seguro que quieres desasociarlo?",
|
|
134
133
|
"Are you sure you want to hide these routes in menu?": "¿Estás seguro de que quieres ocultar estas rutas en el menú?",
|
|
135
|
-
"Are you sure you want to hide this menu?": "¿Estás seguro de que quieres ocultar este menú?",
|
|
136
134
|
"Are you sure you want to hide this tab?": "¿Estás seguro de que quieres ocultar esta pestaña?",
|
|
137
135
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
138
136
|
"Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
|
package/lib/locale/fr-FR.json
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"After change": "Après modification",
|
|
74
74
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "Après avoir cliqué sur le bouton personnalisé, les valeurs de champ suivantes seront attribuées selon le formulaire suivant.",
|
|
75
75
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Après avoir cliqué sur le bouton personnalisé, les champs suivants de l'enregistrement actuel seront sauvegardés selon le formulaire suivant.",
|
|
76
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Après avoir masqué, ce menu ne sera plus affiché dans la barre de menu. Pour le réafficher, vous devez aller à la page de gestion des routes pour le configurer.",
|
|
77
76
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Après avoir masqué, cette tab ne sera plus affichée dans la barre de tab. Pour la montrer à nouveau, vous devez vous rendre sur la page de gestion des routes pour la configurer.",
|
|
78
77
|
"After successful bulk update": "Après une mise à jour en masse réussie",
|
|
79
78
|
"After successful request": "Après une requête réussie",
|
|
@@ -128,7 +127,6 @@
|
|
|
128
127
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
129
128
|
"Are you sure you want to disassociate it?": "Êtes-vous sûr de vouloir le dissocier ?",
|
|
130
129
|
"Are you sure you want to hide these routes in menu?": "Êtes-vous sûr de vouloir masquer ces routes dans le menu ?",
|
|
131
|
-
"Are you sure you want to hide this menu?": "Êtes-vous sûr de vouloir masquer ce menu ?",
|
|
132
130
|
"Are you sure you want to hide this tab?": "Êtes-vous sûr de vouloir masquer cet onglet ?",
|
|
133
131
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
134
132
|
"Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
|
package/lib/locale/hu-HU.json
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"After change": "Változás után",
|
|
74
74
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "Egyéni gomb megnyomása után a következő mezőértékek lesznek hozzárendelve az alábbi űrlap szerint.",
|
|
75
75
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Egyéni gomb megnyomása után az aktuális rekord következő mezői lesznek elmentve az alábbi űrlap szerint.",
|
|
76
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Elrejtés után ez a menü nem jelenik meg a menüsorban. Újra megjelenítéshez a menükezelő oldalon kell beállítani.",
|
|
77
76
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Elrejtés után ez a fül nem jelenik meg a fül sorban. Újra megjelenítéshez a menükezelő oldalon kell beállítani.",
|
|
78
77
|
"After successful bulk update": "Sikeres tömeges frissítés után",
|
|
79
78
|
"After successful request": "Sikeres kérés után",
|
|
@@ -128,7 +127,6 @@
|
|
|
128
127
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
129
128
|
"Are you sure you want to disassociate it?": "Biztosan el szeretné távolítani a kapcsolatot?",
|
|
130
129
|
"Are you sure you want to hide these routes in menu?": "Biztosan el szeretné rejteni ezeket az útvonalakat a menüben?",
|
|
131
|
-
"Are you sure you want to hide this menu?": "Biztosan el szeretné rejteni ezt a menüt?",
|
|
132
130
|
"Are you sure you want to hide this tab?": "Biztosan el szeretné rejteni ezt a fület?",
|
|
133
131
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
134
132
|
"Are you sure you want to perform the Custom request action": "Biztosan végre szeretné hajtani a Testreszabott kérés műveletet",
|
package/lib/locale/id-ID.json
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"After change": "Setelah perubahan",
|
|
74
74
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "Setelah mengklik tombol khusus, nilai bidang berikut akan ditetapkan sesuai dengan formulir berikut.",
|
|
75
75
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Setelah mengklik tombol khusus, bidang-bidang berikut dari catatan saat ini akan disimpan sesuai dengan formulir berikut.",
|
|
76
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Setelah disembunyikan, menu ini tidak akan lagi muncul di bilah menu. Untuk menampilkannya lagi, Anda perlu pergi ke halaman manajemen rute untuk mengkonfigurasinya.",
|
|
77
76
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Setelah disembunyikan, tab ini tidak akan lagi muncul di bilah tab. Untuk menampilkannya lagi, Anda perlu pergi ke halaman manajemen rute untuk mengaturnya.",
|
|
78
77
|
"After successful bulk update": "Setelah pembaruan massal berhasil",
|
|
79
78
|
"After successful request": "Setelah permintaan berhasil",
|
|
@@ -128,7 +127,6 @@
|
|
|
128
127
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
129
128
|
"Are you sure you want to disassociate it?": "Anda yakin ingin memutus asosiasinya?",
|
|
130
129
|
"Are you sure you want to hide these routes in menu?": "Anda yakin ingin menyembunyikan rute ini di menu?",
|
|
131
|
-
"Are you sure you want to hide this menu?": "Anda yakin ingin menyembunyikan menu ini?",
|
|
132
130
|
"Are you sure you want to hide this tab?": "Anda yakin ingin menyembunyikan tab ini?",
|
|
133
131
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
134
132
|
"Are you sure you want to perform the Custom request action": "Anda yakin ingin melakukan aksi permintaan Kustom",
|
package/lib/locale/it-IT.json
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"After change": "Dopo le modifiche",
|
|
74
74
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "Dopo aver fatto clic sul pulsante personalizza, i seguenti valori verranno assegnati in base al seguente modulo.",
|
|
75
75
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Dopo aver fatto clic sul pulsante personalizza, i seguenti campi del record corrente verranno salvati in base al seguente modulo.",
|
|
76
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Dopo averlo nascosto, questo menu non apparirà più nella barra dei menu. Per mostrarlo di nuovo, devi andare alla pagina di gestione dei percorsi per configurarlo.",
|
|
77
76
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Dopo averla nascosta, questa scheda non apparirà più nella barra delle schede. Per mostrarla di nuovo, devi andare alla pagina di gestione dei percorsi per configurarlo.",
|
|
78
77
|
"After successful bulk update": "Dopo un aggiornamento di massa riuscito",
|
|
79
78
|
"After successful request": "Dopo una richiesta riuscita",
|
|
@@ -128,7 +127,6 @@
|
|
|
128
127
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
129
128
|
"Are you sure you want to disassociate it?": "Sei sicuro di voler dissociare?",
|
|
130
129
|
"Are you sure you want to hide these routes in menu?": "Sei sicuro di voler nascondere questi percorsi nel menu?",
|
|
131
|
-
"Are you sure you want to hide this menu?": "Sei sicuro di voler nascondere questo menu?",
|
|
132
130
|
"Are you sure you want to hide this tab?": "Sei sicuro di voler nascondere questa scheda?",
|
|
133
131
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
134
132
|
"Are you sure you want to perform the Custom request action": "Sei sicuro di voler eseguire l'azione di richiesta personalizzata?",
|
package/lib/locale/ja-JP.json
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"After change": "変更後",
|
|
74
74
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "現在のカスタムボタンをクリックすると、次のフォームに従って次のフィールド値が割り当てられます。",
|
|
75
75
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "カスタムボタンをクリックすると、現在のレコードの次のフィールドが次の形式に従って保存されます。",
|
|
76
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "非表示にすると、このメニューはメニューバーに表示されなくなります。再表示するには、ルート管理ページで設定する必要があります。",
|
|
77
76
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "非表示にすると、このタブはタブバーに表示されなくなります。再表示するには、ルート管理ページで設定する必要があります。",
|
|
78
77
|
"After successful bulk update": "一括更新が成功した後",
|
|
79
78
|
"After successful request": "リクエストが成功した後",
|
|
@@ -130,7 +129,6 @@
|
|
|
130
129
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
131
130
|
"Are you sure you want to disassociate it?": "本当に関連付けを解除しますか?",
|
|
132
131
|
"Are you sure you want to hide these routes in menu?": "これらのルートをメニューに非表示にしますか?",
|
|
133
|
-
"Are you sure you want to hide this menu?": "このメニューを非表示にしますか?",
|
|
134
132
|
"Are you sure you want to hide this tab?": "このタブを非表示にしますか?",
|
|
135
133
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
136
134
|
"Are you sure you want to perform the Custom request action": "カスタムリクエストアクションを実行してもよろしいですか?",
|
package/lib/locale/ko-KR.json
CHANGED
|
@@ -74,7 +74,6 @@
|
|
|
74
74
|
"After change": "변경 후",
|
|
75
75
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "사용자 지정 버튼을 클릭하면 아래 양식에 따라 다음 필드 값이 할당됩니다.",
|
|
76
76
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "사용자 지정 버튼을 클릭하면 현재 레코드의 다음 필드가 아래 양식에 따라 저장됩니다.",
|
|
77
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "숨기면 이 메뉴는 더 이상 메뉴 바에 표시되지 않습니다. 다시 표시하려면 경로 관리 페이지로 이동하여 설정해야 합니다.",
|
|
78
77
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "숨기면 이 탭은 탭 바에 더 이상 표시되지 않습니다. 다시 표시하려면 경로 관리 페이지로 이동하여 설정해야 합니다.",
|
|
79
78
|
"After successful bulk update": "일괄 업데이트에 송공한 후",
|
|
80
79
|
"After successful request": "요청이 성공한 후",
|
|
@@ -130,7 +129,6 @@
|
|
|
130
129
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
131
130
|
"Are you sure you want to disassociate it?": "정말로 연결을 해제하시겠습니까?",
|
|
132
131
|
"Are you sure you want to hide these routes in menu?": "이 경로들을 메뉴에서 숨기시겠습니까?",
|
|
133
|
-
"Are you sure you want to hide this menu?": "이 메뉴를 숨기시겠습니까?",
|
|
134
132
|
"Are you sure you want to hide this tab?": "이 탭을 숨기시겠습니까?",
|
|
135
133
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
136
134
|
"Are you sure you want to perform the Custom request action": "사용자 정의 요청 작업을 수행하시겠습니까?",
|
package/lib/locale/nl-NL.json
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"After change": "Na wijziging",
|
|
74
74
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "Na het klikken op de aangepaste knop worden de volgende veldwaarden toegewezen volgens het onderstaande formulier.",
|
|
75
75
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Na het klikken op de aangepaste knop worden de volgende velden van het huidige record opgeslagen volgens het onderstaande formulier.",
|
|
76
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Na verbergen wordt dit menu niet meer weergegeven in de menubalk. Om het opnieuw te tonen, moet je naar de routebeheerpagina gaan om het in te stellen.",
|
|
77
76
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Na verbergen wordt dit tabblad niet meer weergegeven in de tabbalk. Om het opnieuw te tonen, moet je naar de routebeheerpagina gaan om het in te stellen.",
|
|
78
77
|
"After successful bulk update": "Na succesvolle update in bulk",
|
|
79
78
|
"After successful request": "Na succesvolle aanvraag",
|
|
@@ -128,7 +127,6 @@
|
|
|
128
127
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
129
128
|
"Are you sure you want to disassociate it?": "Weet je zeker dat je het wil loskoppelen?",
|
|
130
129
|
"Are you sure you want to hide these routes in menu?": "Weet je zeker dat je deze routes in het menu wil verbergen?",
|
|
131
|
-
"Are you sure you want to hide this menu?": "Weet je zeker dat je dit menu wil verbergen?",
|
|
132
130
|
"Are you sure you want to hide this tab?": "Weet je zeker dat je dit tabblad wil verbergen?",
|
|
133
131
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
134
132
|
"Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
|
package/lib/locale/pt-BR.json
CHANGED
|
@@ -76,7 +76,6 @@
|
|
|
76
76
|
"After change": "Depois da alteração",
|
|
77
77
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "After clicking the custom button, the following field values will be assigned according to the following form.",
|
|
78
78
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "After clicking the custom button, the following fields of the current record will be saved according to the following form.",
|
|
79
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Depois de ocultar, este menu não aparecerá mais na barra de menus. Para mostrar novamente, você precisa ir à página de gerenciamento de rotas para configurá-lo.",
|
|
80
79
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Depois de ocultar, esta guia não aparecerá mais na barra de guias. Para mostrá-la novamente, você precisa ir à página de gerenciamento de rotas para configurá-la.",
|
|
81
80
|
"After successful bulk update": "Após a atualização em massa bem sucedida",
|
|
82
81
|
"After successful request": "After successful request",
|
|
@@ -140,7 +139,6 @@
|
|
|
140
139
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
141
140
|
"Are you sure you want to disassociate it?": "Tem certeza de que deseja desassociá-lo?",
|
|
142
141
|
"Are you sure you want to hide these routes in menu?": "Tem certeza de que deseja ocultar estas rotas no menu?",
|
|
143
|
-
"Are you sure you want to hide this menu?": "Tem certeza de que deseja ocultar este menu?",
|
|
144
142
|
"Are you sure you want to hide this tab?": "Tem certeza de que deseja ocultar esta guia?",
|
|
145
143
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
146
144
|
"Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
|
package/lib/locale/ru-RU.json
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"After change": "После изменений",
|
|
74
74
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "После нажатия пользовательской кнопки следующие значения полей будут назначены в соответствии со следующей формой.",
|
|
75
75
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "После нажатия пользовательской кнопки следующие поля текущей записи будут сохранены в соответствии со следующей формой.",
|
|
76
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "После скрытия этого меню он больше не будет отображаться в меню. Чтобы снова отобразить его, вам нужно будет перейти на страницу управления маршрутами и настроить его.",
|
|
77
76
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "После скрытия этой вкладки она больше не будет отображаться во вкладке. Чтобы снова отобразить ее, вам нужно будет перейти на страницу управления маршрутами, чтобы установить ее.",
|
|
78
77
|
"After successful bulk update": "После успешного массового обновления",
|
|
79
78
|
"After successful request": "После успешного запроса",
|
|
@@ -128,7 +127,6 @@
|
|
|
128
127
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
129
128
|
"Are you sure you want to disassociate it?": "Вы уверены, что хотите разъединить это?",
|
|
130
129
|
"Are you sure you want to hide these routes in menu?": "Вы уверены, что хотите скрыть эти маршруты в меню?",
|
|
131
|
-
"Are you sure you want to hide this menu?": "Вы уверены, что хотите скрыть это меню?",
|
|
132
130
|
"Are you sure you want to hide this tab?": "Вы уверены, что хотите скрыть эту вкладку?",
|
|
133
131
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
134
132
|
"Are you sure you want to perform the Custom request action": "Вы уверены, что хотите выполнить действие пользовательского запроса?",
|
package/lib/locale/tr-TR.json
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"After change": "Değiştirdikten sonra",
|
|
74
74
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "Özel butona tıklandıktan sonra aşağıdaki forma göre aşağıdaki alan değerleri atanacaktır.",
|
|
75
75
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Özel butona tıklandıktan sonra mevcut kaydın aşağıdaki alanları aşağıdaki forma göre kaydedilecektir.",
|
|
76
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Gizlendikten sonra, bu menü artık menü çubuğunda görünmeyecektir. Tekrar görüntülemek için, yönlendirme yönetimi sayfasına gidip onu yapılandırmanız gerekecektir.",
|
|
77
76
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Gizlendikten sonra, bu sekme artık sekme çubuğunda görünmeyecek. Onu tekrar göstermek için, rotayı yönetim sayfasına gidip ayarlamanız gerekiyor.",
|
|
78
77
|
"After successful bulk update": "After successful bulk update",
|
|
79
78
|
"After successful request": "Başarılı istekten sonra",
|
|
@@ -128,7 +127,6 @@
|
|
|
128
127
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
129
128
|
"Are you sure you want to disassociate it?": "Bağlantıyı kesmek istediğinizden emin misiniz?",
|
|
130
129
|
"Are you sure you want to hide these routes in menu?": "Bu rotaları menüde gizlemek istediğinizden emin misiniz?",
|
|
131
|
-
"Are you sure you want to hide this menu?": "Bu menüyü gizlemek istediğinizden emin misiniz?",
|
|
132
130
|
"Are you sure you want to hide this tab?": "Bu sekmeyi gizlemek istediğinizden emin misiniz?",
|
|
133
131
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
134
132
|
"Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
|
package/lib/locale/uk-UA.json
CHANGED
|
@@ -75,7 +75,6 @@
|
|
|
75
75
|
"After change": "Після зміни",
|
|
76
76
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "Після натискання на власну кнопку, наступні значення полів будуть присвоєні згідно з наступною формою.",
|
|
77
77
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Після натискання на власну кнопку, наступні поля поточного запису будуть збережені згідно з наступною формою.",
|
|
78
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Після приховування цього меню він більше не з'явиться в меню. Щоб знову показати його, вам потрібно перейти на сторінку керування маршрутами і налаштувати його.",
|
|
79
78
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Після приховування цієї вкладки вона більше не з'явиться в панелі вкладок. Щоб знову показати її, вам потрібно перейти на сторінку керування маршрутами, щоб налаштувати її.",
|
|
80
79
|
"After successful bulk update": "Після успішного масового оновлення",
|
|
81
80
|
"After successful request": "Після успішного запиту",
|
|
@@ -132,7 +131,6 @@
|
|
|
132
131
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
133
132
|
"Are you sure you want to disassociate it?": "Ви впевнені, що хочете роз'єднати це?",
|
|
134
133
|
"Are you sure you want to hide these routes in menu?": "Ви впевнені, що хочете приховати ці маршрути в меню?",
|
|
135
|
-
"Are you sure you want to hide this menu?": "Ви впевнені, що хочете приховати це меню?",
|
|
136
134
|
"Are you sure you want to hide this tab?": "Ви впевнені, що хочете приховати цю вкладку?",
|
|
137
135
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
138
136
|
"Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
|
package/lib/locale/vi-VN.json
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"After change": "Sau khi thay đổi",
|
|
74
74
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "Sau khi nhấp vào nút tùy chỉnh, các giá trị trường sau sẽ được gán theo biểu mẫu sau.",
|
|
75
75
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "Sau khi nhấp vào nút tùy chỉnh, các trường sau của bản ghi hiện tại sẽ được lưu theo biểu mẫu sau.",
|
|
76
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "Sau khi ẩn, menu này sẽ không còn xuất hiện trong thanh menu. Để hiển thị lại, bạn cần vào trang quản lý tuyến để cấu hình.",
|
|
77
76
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "Sau khi ẩn, tab này sẽ không còn xuất hiện trong thanh tab. Để hiển thị lại, bạn cần vào trang quản lý tuyến để thiết lập.",
|
|
78
77
|
"After successful bulk update": "Sau khi cập nhật hàng loạt thành công",
|
|
79
78
|
"After successful request": "Sau khi yêu cầu thành công",
|
|
@@ -128,7 +127,6 @@
|
|
|
128
127
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
129
128
|
"Are you sure you want to disassociate it?": "Bạn có chắc chắn muốn hủy liên kết nó?",
|
|
130
129
|
"Are you sure you want to hide these routes in menu?": "Bạn có chắc chắn muốn ẩn các tuyến này trong menu?",
|
|
131
|
-
"Are you sure you want to hide this menu?": "Bạn có chắc chắn muốn ẩn menu này?",
|
|
132
130
|
"Are you sure you want to hide this tab?": "Bạn có chắc chắn muốn ẩn tab này?",
|
|
133
131
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
134
132
|
"Are you sure you want to perform the Custom request action": "Bạn có chắc chắn muốn thực hiện hành động Yêu cầu tùy chỉnh",
|
package/lib/locale/zh-CN.json
CHANGED
|
@@ -82,7 +82,6 @@
|
|
|
82
82
|
"After change": "变更后",
|
|
83
83
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "点击当前自定义按钮时,以下字段值将按照以下表单赋值。",
|
|
84
84
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "点击当前自定义按钮时,当前数据以下字段将按照以下表单保存。",
|
|
85
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "隐藏后,这个菜单将不再出现在菜单栏中。要再次显示它,你需要到路由管理页面进行设置。",
|
|
86
85
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "隐藏后,该标签将不再显示在标签栏中。要想再次显示它,你需要到路由管理页面进行设置。",
|
|
87
86
|
"After successful bulk update": "批量成功更新后",
|
|
88
87
|
"After successful request": "请求成功之后",
|
|
@@ -137,7 +136,6 @@
|
|
|
137
136
|
"Are you sure you want to delete this variable?": "你确定要删除这个变量吗?",
|
|
138
137
|
"Are you sure you want to disassociate it?": "你确定要解除关联吗?",
|
|
139
138
|
"Are you sure you want to hide these routes in menu?": "你确定要在菜单中隐藏这些路由吗?",
|
|
140
|
-
"Are you sure you want to hide this menu?": "你确定要隐藏这个菜单吗?",
|
|
141
139
|
"Are you sure you want to hide this tab?": "你确定要隐藏该标签页吗?",
|
|
142
140
|
"Are you sure you want to load {{count}} collection(s)?": "你确定要加载 {{count}} 个数据表吗?",
|
|
143
141
|
"Are you sure you want to perform the Custom request action": "你确定执行自定义请求操作吗?",
|
|
@@ -560,6 +558,7 @@
|
|
|
560
558
|
"Enable page header": "启用页眉",
|
|
561
559
|
"Enable page tabs": "启用页面选项卡",
|
|
562
560
|
"Enable quick edit": "启用快速编辑",
|
|
561
|
+
"Enable row selection": "启用行选择",
|
|
563
562
|
"Enable refresh": "启用刷新",
|
|
564
563
|
"Enable secondary confirmation": "启用二次确认",
|
|
565
564
|
"Enable tabs": "启用标签页",
|
package/lib/locale/zh-TW.json
CHANGED
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"After change": "變更後",
|
|
74
74
|
"After clicking the custom button, the following field values will be assigned according to the following form.": "點選當前自定義按鈕時,以下欄位值將按照以下表單賦值。",
|
|
75
75
|
"After clicking the custom button, the following fields of the current record will be saved according to the following form.": "點選當前自定義按鈕時,當前資料以下欄位將按照以下表單儲存。",
|
|
76
|
-
"After hiding, this menu will no longer appear in the menu bar. To show it again, you need to go to the route management page to configure it.": "隱藏後,這個菜單將不再出現在菜單欄中。要再次顯示它,你需要到路由管理頁面進行設置。",
|
|
77
76
|
"After hiding, this tab will no longer appear in the tab bar. To show it again, you need to go to the route management page to set it.": "隱藏後,這個標籤將不再出現在標籤欄中。要再次顯示它,你需要到路由管理頁面進行設置。",
|
|
78
77
|
"After successful bulk update": "批次成功更新後",
|
|
79
78
|
"After successful request": "請求成功之後",
|
|
@@ -128,7 +127,6 @@
|
|
|
128
127
|
"Are you sure you want to delete this variable?": "Are you sure you want to delete this variable?",
|
|
129
128
|
"Are you sure you want to disassociate it?": "你確定要解除關聯嗎?",
|
|
130
129
|
"Are you sure you want to hide these routes in menu?": "你確定要在菜單中隱藏這些路由嗎?",
|
|
131
|
-
"Are you sure you want to hide this menu?": "你確定要隱藏這個菜單嗎?",
|
|
132
130
|
"Are you sure you want to hide this tab?": "你確定要隱藏這個標籤嗎?",
|
|
133
131
|
"Are you sure you want to load {{count}} collection(s)?": "Are you sure you want to load {{count}} collection(s)?",
|
|
134
132
|
"Are you sure you want to perform the Custom request action": "Are you sure you want to perform the Custom request action",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/client",
|
|
3
|
-
"version": "2.1.0-beta.
|
|
3
|
+
"version": "2.1.0-beta.40",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"@formily/reactive-react": "^2.2.27",
|
|
29
29
|
"@formily/shared": "^2.2.27",
|
|
30
30
|
"@formily/validator": "^2.2.27",
|
|
31
|
-
"@nocobase/client-v2": "2.1.0-beta.
|
|
32
|
-
"@nocobase/evaluators": "2.1.0-beta.
|
|
33
|
-
"@nocobase/flow-engine": "2.1.0-beta.
|
|
34
|
-
"@nocobase/sdk": "2.1.0-beta.
|
|
35
|
-
"@nocobase/utils": "2.1.0-beta.
|
|
31
|
+
"@nocobase/client-v2": "2.1.0-beta.40",
|
|
32
|
+
"@nocobase/evaluators": "2.1.0-beta.40",
|
|
33
|
+
"@nocobase/flow-engine": "2.1.0-beta.40",
|
|
34
|
+
"@nocobase/sdk": "2.1.0-beta.40",
|
|
35
|
+
"@nocobase/utils": "2.1.0-beta.40",
|
|
36
36
|
"@tanstack/react-table": "^8.21.3",
|
|
37
37
|
"@types/tabulator-tables": "^6.2.6",
|
|
38
38
|
"acorn-jsx": "^5.3.2",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"dumi": "2.2.14",
|
|
98
98
|
"dumi-theme-nocobase": "^0.2.32"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "36e906138f6305723abbef676a61006058feb5ea"
|
|
101
101
|
}
|