@datarobot/design-system 28.7.0 → 28.8.0
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/collapsible-sidebar/collapsible-sidebar.d.ts +2 -1
- package/cjs/collapsible-sidebar/collapsible-sidebar.js +8 -7
- package/esm/collapsible-sidebar/collapsible-sidebar.d.ts +2 -1
- package/esm/collapsible-sidebar/collapsible-sidebar.js +8 -6
- 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 +28 -16
- package/js/bundle/bundle.min.js +1 -1
- package/js/bundle/index.d.ts +2 -1
- 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 +7 -7
- package/locales/fr/translation.json +7 -7
- package/locales/ja/translation.json +28 -28
- package/locales/ko/translation.json +7 -7
- package/locales/pt_BR/translation.json +7 -7
- package/package.json +1 -1
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"Minute": "分",
|
|
3
3
|
"Hour": "時間",
|
|
4
4
|
"Month": "月",
|
|
5
|
-
"Accepted formats: {{supportedFileTypes}}": "
|
|
5
|
+
"Accepted formats: {{supportedFileTypes}}": "使用可能なフォーマット:{{supportedFileTypes}}",
|
|
6
6
|
"Search": "検索",
|
|
7
|
-
"Search input": "
|
|
7
|
+
"Search input": "検索条件",
|
|
8
8
|
"Filter By": "フィルター条件",
|
|
9
9
|
"Delete filter item": "フィルター項目を削除",
|
|
10
10
|
"Clear all": "すべてクリア",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"loading": "読み込み中",
|
|
18
18
|
"Cross": "バツ印",
|
|
19
19
|
"Circle": "円",
|
|
20
|
-
"Disc": "
|
|
21
|
-
"Vertical line": "
|
|
22
|
-
"Horizontal line": "
|
|
23
|
-
"Square": "
|
|
20
|
+
"Disc": "楕円",
|
|
21
|
+
"Vertical line": "縦線",
|
|
22
|
+
"Horizontal line": "横線",
|
|
23
|
+
"Square": "四角",
|
|
24
24
|
"Start typing to see a list of users": "入力を開始して、ユーザーのリストを表示する",
|
|
25
25
|
"Options": "オプション",
|
|
26
26
|
"Chat message": "チャットメッセージ",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
"click to close": "クリックして閉じる",
|
|
33
33
|
"drag to resize": "ドラッグしてサイズを変更",
|
|
34
34
|
"Sidebar": "サイドバー",
|
|
35
|
-
"Initializing Data": "データを初期化しています。",
|
|
36
35
|
"Copy to clipboard": "クリップボードにコピー",
|
|
37
36
|
"Copy text": "テキストをコピー",
|
|
38
37
|
"Copied to clipboard": "クリップボードにコピーしました",
|
|
@@ -47,7 +46,7 @@
|
|
|
47
46
|
"Optional": "オプション",
|
|
48
47
|
"No search results found.": "検索結果が見つかりませんでした。",
|
|
49
48
|
"Menu": "メニュー",
|
|
50
|
-
"Dropdown content": "
|
|
49
|
+
"Dropdown content": "ドロップダウンの内容",
|
|
51
50
|
"Edit": "編集",
|
|
52
51
|
"Empty state": "空の状態",
|
|
53
52
|
"We encountered an unexpected error and cannot proceed. Try again or contact Support for assistance.": "予期しないエラーが発生したので続行できません。再試行するか、サポートに連絡してください。",
|
|
@@ -59,12 +58,12 @@
|
|
|
59
58
|
"Upload failed": "アップロードが失敗しました",
|
|
60
59
|
"Invalid file type, ": "無効なファイルタイプ",
|
|
61
60
|
"Invalid file, ": "無効なファイル",
|
|
62
|
-
"Accepted formats: {{formats}}": "
|
|
61
|
+
"Accepted formats: {{formats}}": "使用可能なフォーマット:{{formats}}",
|
|
63
62
|
"Import from": "インポート元",
|
|
64
63
|
"Clear selection": "選択をクリア",
|
|
65
64
|
"Local File": "ローカルファイル",
|
|
66
65
|
"Browse": "参照",
|
|
67
|
-
"and {{items}} more...": "
|
|
66
|
+
"and {{items}} more...": "およびさらに{{items}}件…",
|
|
68
67
|
"Failed to upload the file": "ファイルをアップロードできませんでした",
|
|
69
68
|
"The file type is not allowed": "このファイルタイプは許可されていません",
|
|
70
69
|
"You can only drop one file.": "ドロップできるファイルは1つだけです。",
|
|
@@ -91,9 +90,9 @@
|
|
|
91
90
|
"Exit without saving": "保存せずに終了する",
|
|
92
91
|
"Something went wrong, try again": "何らかの異常が生じました。もう一度やり直してください。",
|
|
93
92
|
"More": "詳細",
|
|
94
|
-
"Info-icon with extra information in a tooltip": "
|
|
93
|
+
"Info-icon with extra information in a tooltip": "ツールチップに追加情報を表示する情報アイコン",
|
|
95
94
|
"Click to edit text": "クリックしてテキストを編集",
|
|
96
|
-
"Updating text": "
|
|
95
|
+
"Updating text": "テキストを更新しています",
|
|
97
96
|
"No items found": "項目が見つかりません",
|
|
98
97
|
"Add item": "項目を追加",
|
|
99
98
|
"Max number of key-value pairs reached": "キーと値のペアの最大数に達しました",
|
|
@@ -101,7 +100,7 @@
|
|
|
101
100
|
"Key input": "キー入力",
|
|
102
101
|
"Value input": "値の入力",
|
|
103
102
|
"Double-check this value": "この値を再確認する",
|
|
104
|
-
"Duplicated keys ({{name}}) are not allowed.": "
|
|
103
|
+
"Duplicated keys ({{name}}) are not allowed.": "キーの重複({{name}})はできません。",
|
|
105
104
|
"recommended": "推奨",
|
|
106
105
|
"suggested": "自動推奨",
|
|
107
106
|
"failed": "失敗した",
|
|
@@ -113,19 +112,19 @@
|
|
|
113
112
|
"Modal": "モーダル",
|
|
114
113
|
"Remove": "削除",
|
|
115
114
|
"Select": "選択",
|
|
116
|
-
"Page {{number}}": "ページ
|
|
115
|
+
"Page {{number}}": "ページ{{number}}",
|
|
117
116
|
"Next page": "次のページ",
|
|
118
117
|
"Previous page": "前のページ",
|
|
119
|
-
"{{start}}-{{endLimited}} of {{totalLimit}}+ items": "{{
|
|
120
|
-
"{{start}}-{{end}} of {{total}} items": "{{
|
|
118
|
+
"{{start}}-{{endLimited}} of {{totalLimit}}+ items": "{{totalLimit}} 件以上のアイテムのうち {{start}} ~ {{endLimited}} 件",
|
|
119
|
+
"{{start}}-{{end}} of {{total}} items": "{{total}} 件のアイテムのうち {{start}} ~ {{end}} 件",
|
|
121
120
|
"Pagination": "ページネーション",
|
|
122
|
-
"{{pages}} per page": "
|
|
121
|
+
"{{pages}} per page": "{{pages}}件/ページ",
|
|
123
122
|
"0-0 of 0": "0-0 / 0",
|
|
124
|
-
"{{startOfPage}} of {{totalLimit}}": "{{
|
|
125
|
-
"{{startOfPage}} of {{total}}": "{{
|
|
126
|
-
"{{startOfPage}}-{{endOfPage}} of {{totalLimit}}+": "{{
|
|
127
|
-
"{{startOfPage}}-{{endOfPage}} of {{total}}": "{{
|
|
128
|
-
"No available page sizes": "
|
|
123
|
+
"{{startOfPage}} of {{totalLimit}}": "{{totalLimit}} 件中 {{startOfPage}} 件目",
|
|
124
|
+
"{{startOfPage}} of {{total}}": "{{total}} 件中 {{startOfPage}} 件目",
|
|
125
|
+
"{{startOfPage}}-{{endOfPage}} of {{totalLimit}}+": "{{totalLimit}} 件以上のうち {{startOfPage}} ~ {{endOfPage}} 件",
|
|
126
|
+
"{{startOfPage}}-{{endOfPage}} of {{total}}": "{{total}} 件のうち {{startOfPage}} ~ {{endOfPage}} 件",
|
|
127
|
+
"No available page sizes": "使用可能なページサイズがありません",
|
|
129
128
|
"Slider handle": "スライダーのハンドル",
|
|
130
129
|
"Refresh": "表示を更新",
|
|
131
130
|
"Sunday": "日曜日",
|
|
@@ -172,16 +171,17 @@
|
|
|
172
171
|
"Value must have both hours and minutes specified": "値には時間と分の両方を指定する必要があります",
|
|
173
172
|
"Value must be a number between 0 and 59": "値は0から59の範囲の数値である必要があります",
|
|
174
173
|
"Simple schedule": "シンプルなスケジュール",
|
|
175
|
-
"Advanced schedule": "
|
|
174
|
+
"Advanced schedule": "詳細なスケジュール",
|
|
176
175
|
"Switching to the simple scheduler will clear any schedule you've set so far": "シンプルなスケジューラーに切り替えると、これまでに設定したスケジュールはすべて消去されます",
|
|
177
|
-
"Value must be a comma-separated list of numbers between {{min}} and {{max}} or * for all": "値は、{{min}}から{{max}}
|
|
178
|
-
"Value must be a comma-separated list of numbers between {{min}} and {{max}}": "値は、{{min}}から{{max}}
|
|
176
|
+
"Value must be a comma-separated list of numbers between {{min}} and {{max}} or * for all": "値は、{{min}}から{{max}}の範囲内のコンマで区切られた数値のリスト、またはすべての場合は*である必要があります",
|
|
177
|
+
"Value must be a comma-separated list of numbers between {{min}} and {{max}}": "値は、{{min}}から{{max}}の範囲内のコンマで区切られた数値のリストである必要があります",
|
|
179
178
|
"Clear Input": "入力をクリアする",
|
|
180
179
|
"No items to list": "リストする項目がありません",
|
|
181
180
|
"Updating list results...": "リストの結果を更新しています…",
|
|
182
181
|
"Section has errors": "セクションにエラーがあります",
|
|
183
182
|
"Enter item value": "アイテムの値を入力",
|
|
184
183
|
"Sidebar modal": "サイドバーモーダル",
|
|
184
|
+
"Initializing Data": "データを初期化しています。",
|
|
185
185
|
"Addition actions": "追加アクション",
|
|
186
186
|
"Select all rows": "すべての行を選択",
|
|
187
187
|
"Select row {{index}}": "行{{index}}を選択",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"Unpin column": "列の固定を解除",
|
|
201
201
|
"Pinned columns will take too much space with current column pinned": "固定された列は、現在の列を固定すると、スペースを取りすぎます。",
|
|
202
202
|
"Column header actions dropdown": "列ヘッダーのアクションドロップダウン",
|
|
203
|
-
"Column Header: {{headerLabel}}. To focus on the header column actions press Tab key": "列ヘッダー:{{headerLabel}}
|
|
203
|
+
"Column Header: {{headerLabel}}. To focus on the header column actions press Tab key": "列ヘッダー:{{headerLabel}}。ヘッダー列のアクションにフォーカスするには、Tabキーを押します",
|
|
204
204
|
"Apply": "適用",
|
|
205
205
|
"Reset to default": "初期値に戻す",
|
|
206
206
|
"Columns management": "列管理",
|
|
@@ -244,6 +244,6 @@
|
|
|
244
244
|
"Zoom Out": "ズームアウト",
|
|
245
245
|
"Reset Zoom": "ズームをリセット",
|
|
246
246
|
"{{count}} characters remaining_other": "残り{{count}}文字",
|
|
247
|
-
"{{count}}+ item found_other": "{{count}}
|
|
248
|
-
"{{count}} item found_other": "{{count}}
|
|
247
|
+
"{{count}}+ item found_other": "{{count}}+件見つかりました",
|
|
248
|
+
"{{count}} item found_other": "{{count}}件見つかりました"
|
|
249
249
|
}
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
"click to close": "클릭하여 닫기",
|
|
33
33
|
"drag to resize": "드래그하여 크기 조정",
|
|
34
34
|
"Sidebar": "사이드바",
|
|
35
|
-
"Initializing Data": "데이터 초기화 중",
|
|
36
35
|
"Copy to clipboard": "클립보드에 복사",
|
|
37
36
|
"Copy text": "텍스트 복사",
|
|
38
37
|
"Copied to clipboard": "클립보드에 복사됨",
|
|
@@ -116,15 +115,15 @@
|
|
|
116
115
|
"Page {{number}}": "페이지 {{number}}",
|
|
117
116
|
"Next page": "다음 페이지",
|
|
118
117
|
"Previous page": "이전 페이지",
|
|
119
|
-
"{{start}}-{{endLimited}} of {{totalLimit}}+ items": "{{
|
|
120
|
-
"{{start}}-{{end}} of {{total}} items": "{{
|
|
118
|
+
"{{start}}-{{endLimited}} of {{totalLimit}}+ items": "{{totalLimit}}개+ 항목 중 {{start}}–{{endLimited}}",
|
|
119
|
+
"{{start}}-{{end}} of {{total}} items": "{{total}}개 항목 중 {{start}}–{{end}}",
|
|
121
120
|
"Pagination": "페이지 매김",
|
|
122
121
|
"{{pages}} per page": "페이지당 {{pages}}개",
|
|
123
122
|
"0-0 of 0": "0 중에 0-0",
|
|
124
|
-
"{{startOfPage}} of {{totalLimit}}": "{{
|
|
125
|
-
"{{startOfPage}} of {{total}}": "{{
|
|
126
|
-
"{{startOfPage}}-{{endOfPage}} of {{totalLimit}}+": "{{
|
|
127
|
-
"{{startOfPage}}-{{endOfPage}} of {{total}}": "{{
|
|
123
|
+
"{{startOfPage}} of {{totalLimit}}": "{{totalLimit}}개 중 {{startOfPage}}",
|
|
124
|
+
"{{startOfPage}} of {{total}}": "{{total}}개 중 {{startOfPage}}",
|
|
125
|
+
"{{startOfPage}}-{{endOfPage}} of {{totalLimit}}+": "{{totalLimit}}개+ 중 {{startOfPage}}–{{endOfPage}}",
|
|
126
|
+
"{{startOfPage}}-{{endOfPage}} of {{total}}": "{{total}}개 중 {{startOfPage}}–{{endOfPage}}",
|
|
128
127
|
"No available page sizes": "사용 가능한 페이지 크기 없음",
|
|
129
128
|
"Slider handle": "슬라이더 핸들",
|
|
130
129
|
"Refresh": "새로고침",
|
|
@@ -182,6 +181,7 @@
|
|
|
182
181
|
"Section has errors": "섹션에 오류가 있습니다",
|
|
183
182
|
"Enter item value": "항목 값 입력",
|
|
184
183
|
"Sidebar modal": "사이드바 모달",
|
|
184
|
+
"Initializing Data": "데이터 초기화 중",
|
|
185
185
|
"Addition actions": "추가 작업",
|
|
186
186
|
"Select all rows": "모든 행 선택",
|
|
187
187
|
"Select row {{index}}": "{{index}}행 선택",
|
|
@@ -32,7 +32,6 @@
|
|
|
32
32
|
"click to close": "clique para fechar",
|
|
33
33
|
"drag to resize": "arraste para redimensionar",
|
|
34
34
|
"Sidebar": "Barra lateral",
|
|
35
|
-
"Initializing Data": "Dados de Inicialização",
|
|
36
35
|
"Copy to clipboard": "Copiar para a área de transferência",
|
|
37
36
|
"Copy text": "Copiar texto",
|
|
38
37
|
"Copied to clipboard": "Copiado para a área de transferência",
|
|
@@ -116,15 +115,15 @@
|
|
|
116
115
|
"Page {{number}}": "Página {{number}}",
|
|
117
116
|
"Next page": "Próxima página",
|
|
118
117
|
"Previous page": "Página anterior",
|
|
119
|
-
"{{start}}-{{endLimited}} of {{totalLimit}}+ items": "{{start}}-{{endLimited}}
|
|
120
|
-
"{{start}}-{{end}} of {{total}} items": "{{start}}-{{end}}
|
|
118
|
+
"{{start}}-{{endLimited}} of {{totalLimit}}+ items": "{{start}}-{{endLimited}} de {{totalLimit}}+ itens",
|
|
119
|
+
"{{start}}-{{end}} of {{total}} items": "{{start}}-{{end}} de {{total}} itens",
|
|
121
120
|
"Pagination": "Paginação",
|
|
122
121
|
"{{pages}} per page": "{{pages}} por página",
|
|
123
122
|
"0-0 of 0": "0-0 de 0",
|
|
124
|
-
"{{startOfPage}} of {{totalLimit}}": "{{startOfPage}}
|
|
125
|
-
"{{startOfPage}} of {{total}}": "{{startOfPage}}
|
|
126
|
-
"{{startOfPage}}-{{endOfPage}} of {{totalLimit}}+": "{{startOfPage}}-{{endOfPage}}
|
|
127
|
-
"{{startOfPage}}-{{endOfPage}} of {{total}}": "{{startOfPage}}-{{endOfPage}}
|
|
123
|
+
"{{startOfPage}} of {{totalLimit}}": "{{startOfPage}} de {{totalLimit}}",
|
|
124
|
+
"{{startOfPage}} of {{total}}": "{{startOfPage}} de {{total}}",
|
|
125
|
+
"{{startOfPage}}-{{endOfPage}} of {{totalLimit}}+": "{{startOfPage}}-{{endOfPage}} de {{totalLimit}}+",
|
|
126
|
+
"{{startOfPage}}-{{endOfPage}} of {{total}}": "{{startOfPage}}-{{endOfPage}} de {{total}}",
|
|
128
127
|
"No available page sizes": "Nenhum tamanho de página disponível",
|
|
129
128
|
"Slider handle": "Controle deslizante",
|
|
130
129
|
"Refresh": "Atualizar",
|
|
@@ -182,6 +181,7 @@
|
|
|
182
181
|
"Section has errors": "A seção tem erros",
|
|
183
182
|
"Enter item value": "Insira o valor do item",
|
|
184
183
|
"Sidebar modal": "Modal da barra lateral",
|
|
184
|
+
"Initializing Data": "Dados de Inicialização",
|
|
185
185
|
"Addition actions": "Ações adicionais",
|
|
186
186
|
"Select all rows": "Selecione todas as linhas",
|
|
187
187
|
"Select row {{index}}": "Selecionar linha {{index}}",
|