@datarobot/design-system 29.7.4 → 29.7.6
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/cjs/code-editor/code-editor.d.ts +0 -16
- package/cjs/code-editor/code-editor.js +1 -15
- package/cjs/datetime-range-picker/datetime-range-picker-panel.d.ts +6 -4
- package/cjs/datetime-range-picker/datetime-range-picker-panel.js +21 -9
- package/cjs/datetime-range-picker/datetime-range-picker.d.ts +4 -3
- package/cjs/datetime-range-picker/datetime-range-picker.js +2 -0
- package/cjs/datetime-range-picker/helpers.d.ts +29 -0
- package/cjs/datetime-range-picker/helpers.js +123 -0
- package/esm/code-editor/code-editor.d.ts +0 -16
- package/esm/code-editor/code-editor.js +0 -14
- package/esm/datetime-range-picker/datetime-range-picker-panel.d.ts +6 -4
- package/esm/datetime-range-picker/datetime-range-picker-panel.js +22 -10
- package/esm/datetime-range-picker/datetime-range-picker.d.ts +4 -3
- package/esm/datetime-range-picker/datetime-range-picker.js +2 -0
- package/esm/datetime-range-picker/helpers.d.ts +29 -0
- package/esm/datetime-range-picker/helpers.js +120 -0
- package/js/139/139.min.js +1 -1
- package/js/244/244.min.js +1 -1
- package/js/633/633.min.js +1 -1
- package/js/784/784.min.js +1 -1
- package/js/86/86.min.js +1 -1
- package/js/bundle/bundle.js +1844 -75
- package/js/bundle/bundle.min.js +1 -1
- package/js/bundle/index.d.ts +39 -24
- package/js/src_locales_es_419_translation_json/src_locales_es_419_translation_json.js +1 -1
- package/js/src_locales_fr_translation_json/src_locales_fr_translation_json.js +1 -1
- package/js/src_locales_ja_translation_json/src_locales_ja_translation_json.js +1 -1
- package/js/src_locales_ko_translation_json/src_locales_ko_translation_json.js +1 -1
- package/js/src_locales_pt_BR_translation_json/src_locales_pt_BR_translation_json.js +1 -1
- package/locales/es_419/translation.json +8 -4
- package/locales/fr/translation.json +8 -4
- package/locales/ja/translation.json +6 -4
- package/locales/ko/translation.json +8 -4
- package/locales/pt_BR/translation.json +8 -4
- package/package.json +1 -1
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"Vertical line": "Ligne verticale",
|
|
22
22
|
"Horizontal line": "Ligne horizontale",
|
|
23
23
|
"Square": "R-Carré",
|
|
24
|
+
"{{count}} characters remaining_other": "{{count}} caractères restants",
|
|
24
25
|
"Start typing to see a list of users": "Commencez à taper pour voir une liste des utilisateurs",
|
|
25
26
|
"Options": "Options",
|
|
26
27
|
"Chat message": "Corps de message de chat",
|
|
@@ -75,6 +76,8 @@
|
|
|
75
76
|
"Filters": "Filtres :",
|
|
76
77
|
"Apply filters": "Appliquer des filtres",
|
|
77
78
|
"Clear filters": "Supprimer les filtres",
|
|
79
|
+
"Expand": "Agrandir",
|
|
80
|
+
"Collapse": "Réduire",
|
|
78
81
|
"Unlock from sidebar": "Déverrouiller de la barre latérale",
|
|
79
82
|
"Dock to sidebar": "Ancrer à la barre latérale",
|
|
80
83
|
"Draggable handle: use arrows to change position of the panel": "Poignée déplaçable : utilisez les flèches pour changer la position du panneau",
|
|
@@ -214,6 +217,8 @@
|
|
|
214
217
|
"Sort column": "Trier la colonne",
|
|
215
218
|
"Use arrow keys to reorder columns. Use Tab key to navigate to inner controls": "Utilisez les touches fléchées pour réorganiser les colonnes. Utilisez la touche Tab pour accéder aux commandes internes",
|
|
216
219
|
"Settings search": "Recherche de paramètres",
|
|
220
|
+
"{{count}}+ item found_other": "{{count}}+ éléments trouvés",
|
|
221
|
+
"{{count}} item found_other": "{{count}} éléments trouvés",
|
|
217
222
|
"Click to select all rows in the table": "Cliquez pour sélectionner toutes les lignes de la table",
|
|
218
223
|
"Click to open row actions dropdown": "Cliquez pour ouvrir la liste déroulante des actions de ligne",
|
|
219
224
|
"Click to expand the row": "Cliquez pour développer la ligne",
|
|
@@ -237,6 +242,8 @@
|
|
|
237
242
|
"Heading small": "En-tête de petite taille",
|
|
238
243
|
"Regular text": "Texte régulier",
|
|
239
244
|
"Text URL": "URL du texte",
|
|
245
|
+
"Text merge view - read only": "Vue de fusion de texte - lecture seule",
|
|
246
|
+
"Comparison of two text view": "Comparaison de deux vues de texte",
|
|
240
247
|
"Minimize": "Minimiser",
|
|
241
248
|
"Skip tour": "Passer la visite",
|
|
242
249
|
"previous": "Précédent",
|
|
@@ -246,8 +253,5 @@
|
|
|
246
253
|
"Previous tour page": "Page de visite précédente",
|
|
247
254
|
"Zoom In": "Zoom avant",
|
|
248
255
|
"Zoom Out": "Zoom arrière",
|
|
249
|
-
"Reset Zoom": "Réinitialiser le zoom"
|
|
250
|
-
"{{count}} characters remaining_other": "{{count}} caractère(s) restant(s)",
|
|
251
|
-
"{{count}}+ item found_other": "{{count}}+ élément(s) trouvé(s)",
|
|
252
|
-
"{{count}} item found_other": "{{count}} élément(s) trouvé(s)"
|
|
256
|
+
"Reset Zoom": "Réinitialiser le zoom"
|
|
253
257
|
}
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"Vertical line": "縦線",
|
|
22
22
|
"Horizontal line": "横線",
|
|
23
23
|
"Square": "四角",
|
|
24
|
+
"{{count}} characters remaining_other": "残り{{count}}文字",
|
|
24
25
|
"Start typing to see a list of users": "入力を開始して、ユーザーのリストを表示する",
|
|
25
26
|
"Options": "オプション",
|
|
26
27
|
"Chat message": "チャットメッセージ",
|
|
@@ -75,6 +76,8 @@
|
|
|
75
76
|
"Filters": "フィルター",
|
|
76
77
|
"Apply filters": "フィルターを適用",
|
|
77
78
|
"Clear filters": "フィルターをクリア",
|
|
79
|
+
"Expand": "展開",
|
|
80
|
+
"Collapse": "閉じる",
|
|
78
81
|
"Unlock from sidebar": "サイドバーからロックを解除",
|
|
79
82
|
"Dock to sidebar": "サイドバーにドッキング",
|
|
80
83
|
"Draggable handle: use arrows to change position of the panel": "ドラッグ可能なハンドル:矢印キーを使用してパネルの位置を変更できます",
|
|
@@ -214,6 +217,8 @@
|
|
|
214
217
|
"Sort column": "ソート列",
|
|
215
218
|
"Use arrow keys to reorder columns. Use Tab key to navigate to inner controls": "列の並べ替えには矢印キーを使用します。内部コントロールに移動するにはTabキーを使用します。",
|
|
216
219
|
"Settings search": "設定検索",
|
|
220
|
+
"{{count}}+ item found_other": "{{count}}+件見つかりました",
|
|
221
|
+
"{{count}} item found_other": "{{count}}件見つかりました",
|
|
217
222
|
"Click to select all rows in the table": "クリックしてテーブルの全行を選択",
|
|
218
223
|
"Click to open row actions dropdown": "クリックして行のアクションドロップダウンを開く",
|
|
219
224
|
"Click to expand the row": "クリックして行を展開",
|
|
@@ -246,8 +251,5 @@
|
|
|
246
251
|
"Previous tour page": "前のツアーページ",
|
|
247
252
|
"Zoom In": "ズームイン",
|
|
248
253
|
"Zoom Out": "ズームアウト",
|
|
249
|
-
"Reset Zoom": "ズームをリセット"
|
|
250
|
-
"{{count}} characters remaining_other": "残り{{count}}文字",
|
|
251
|
-
"{{count}}+ item found_other": "{{count}}+件見つかりました",
|
|
252
|
-
"{{count}} item found_other": "{{count}}件見つかりました"
|
|
254
|
+
"Reset Zoom": "ズームをリセット"
|
|
253
255
|
}
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"Vertical line": "수직선",
|
|
22
22
|
"Horizontal line": "수평선",
|
|
23
23
|
"Square": "정사각형",
|
|
24
|
+
"{{count}} characters remaining_other": "{{count}}자 남음",
|
|
24
25
|
"Start typing to see a list of users": "사용자 목록을 보려면 입력을 시작하십시오.",
|
|
25
26
|
"Options": "옵션",
|
|
26
27
|
"Chat message": "채팅 메시지",
|
|
@@ -75,6 +76,8 @@
|
|
|
75
76
|
"Filters": "필터",
|
|
76
77
|
"Apply filters": "필터 적용",
|
|
77
78
|
"Clear filters": "필터 지우기",
|
|
79
|
+
"Expand": "확장하다",
|
|
80
|
+
"Collapse": "숨기기",
|
|
78
81
|
"Unlock from sidebar": "사이드바에서 잠금 해제",
|
|
79
82
|
"Dock to sidebar": "사이드바에 도킹",
|
|
80
83
|
"Draggable handle: use arrows to change position of the panel": "드래그 가능한 핸들: 화살표를 사용하여 패널 위치 변경",
|
|
@@ -214,6 +217,8 @@
|
|
|
214
217
|
"Sort column": "열 정렬",
|
|
215
218
|
"Use arrow keys to reorder columns. Use Tab key to navigate to inner controls": "화살표 키를 사용하여 열을 재정렬합니다. 탭 키를 사용하여 내부 컨트롤로 이동",
|
|
216
219
|
"Settings search": "설정 검색",
|
|
220
|
+
"{{count}}+ item found_other": "{{count}}개 이상의 항목 찾음",
|
|
221
|
+
"{{count}} item found_other": "{{count}}개 항목 찾음",
|
|
217
222
|
"Click to select all rows in the table": "테이블의 모든 행을 선택하려면 클릭하십시오",
|
|
218
223
|
"Click to open row actions dropdown": "행 작업 드롭다운을 열려면 클릭하십시오",
|
|
219
224
|
"Click to expand the row": "행을 확장하려면 클릭하십시오",
|
|
@@ -237,6 +242,8 @@
|
|
|
237
242
|
"Heading small": "스몰로 이동",
|
|
238
243
|
"Regular text": "일반 텍스트",
|
|
239
244
|
"Text URL": "텍스트 URL",
|
|
245
|
+
"Text merge view - read only": "텍스트 병합 보기 - 읽기 전용",
|
|
246
|
+
"Comparison of two text view": "두 텍스트 보기 비교",
|
|
240
247
|
"Minimize": "사이드바를",
|
|
241
248
|
"Skip tour": "가이드 건너뛰기",
|
|
242
249
|
"previous": "이전",
|
|
@@ -246,8 +253,5 @@
|
|
|
246
253
|
"Previous tour page": "이전 투어 페이지",
|
|
247
254
|
"Zoom In": "확대",
|
|
248
255
|
"Zoom Out": "축소",
|
|
249
|
-
"Reset Zoom": "줌 재설정"
|
|
250
|
-
"{{count}} characters remaining_other": "{{count}}자 남음",
|
|
251
|
-
"{{count}}+ item found_other": "{{count}}+ 항목 찾음",
|
|
252
|
-
"{{count}} item found_other": "{{count}} 항목 찾음"
|
|
256
|
+
"Reset Zoom": "줌 재설정"
|
|
253
257
|
}
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"Vertical line": "Linha vertical",
|
|
22
22
|
"Horizontal line": "Linha horizontal",
|
|
23
23
|
"Square": "Quadrado",
|
|
24
|
+
"{{count}} characters remaining_other": "{{count}} caracteres restantes",
|
|
24
25
|
"Start typing to see a list of users": "Comece a digitar para ver uma lista de usuários",
|
|
25
26
|
"Options": "Opções",
|
|
26
27
|
"Chat message": "Mensagem de bate-papo",
|
|
@@ -75,6 +76,8 @@
|
|
|
75
76
|
"Filters": "Filtros",
|
|
76
77
|
"Apply filters": "Aplicar filtros",
|
|
77
78
|
"Clear filters": "Limpar filtros",
|
|
79
|
+
"Expand": "Expandir",
|
|
80
|
+
"Collapse": "Recolher",
|
|
78
81
|
"Unlock from sidebar": "Desbloquear da barra lateral",
|
|
79
82
|
"Dock to sidebar": "Ancorar à barra lateral",
|
|
80
83
|
"Draggable handle: use arrows to change position of the panel": "Alça arrastável: use as setas para alterar a posição do painel",
|
|
@@ -214,6 +217,8 @@
|
|
|
214
217
|
"Sort column": "Coluna de classificação",
|
|
215
218
|
"Use arrow keys to reorder columns. Use Tab key to navigate to inner controls": "Use as teclas de seta para reordenar as colunas. Use a tecla Tab para navegar até os controles internos",
|
|
216
219
|
"Settings search": "Pesquisa de configurações",
|
|
220
|
+
"{{count}}+ item found_other": "{{count}}+ itens encontrados",
|
|
221
|
+
"{{count}} item found_other": "{{count}} itens encontrados",
|
|
217
222
|
"Click to select all rows in the table": "Clique para selecionar todas as linhas na tabela",
|
|
218
223
|
"Click to open row actions dropdown": "Clique para abrir o menu suspenso de ações da linha",
|
|
219
224
|
"Click to expand the row": "Clique para expandir a linha",
|
|
@@ -237,6 +242,8 @@
|
|
|
237
242
|
"Heading small": "Título pequeno",
|
|
238
243
|
"Regular text": "Texto regular",
|
|
239
244
|
"Text URL": "URL de texto",
|
|
245
|
+
"Text merge view - read only": "Visualização de mesclagem de texto - somente leitura",
|
|
246
|
+
"Comparison of two text view": "Comparação de duas visualizações de texto",
|
|
240
247
|
"Minimize": "Minimizar",
|
|
241
248
|
"Skip tour": "Pular tour",
|
|
242
249
|
"previous": "anterior",
|
|
@@ -246,8 +253,5 @@
|
|
|
246
253
|
"Previous tour page": "Página tour anterior",
|
|
247
254
|
"Zoom In": "Ampliar",
|
|
248
255
|
"Zoom Out": "Reduzir",
|
|
249
|
-
"Reset Zoom": "Redefinir Zoom"
|
|
250
|
-
"{{count}} characters remaining_other": "{{count}} caracteres restantes",
|
|
251
|
-
"{{count}}+ item found_other": "{{count}}+ item encontrado",
|
|
252
|
-
"{{count}} item found_other": "{{count}} item encontrado"
|
|
256
|
+
"Reset Zoom": "Redefinir Zoom"
|
|
253
257
|
}
|