-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3367fd4
commit e869cfe
Showing
4 changed files
with
50 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"ui-group" : { | ||
"label" : { | ||
"name" : "Name", | ||
"tab" : "Tab", | ||
"width" : "Width", | ||
"default" : "Default", | ||
"group" : "Group", | ||
"unassigned" : "unassigned", | ||
"ui-group": { | ||
"label": { | ||
"name": "Name", | ||
"page": "Page", | ||
"size": "Size", | ||
"display-name": "Display group name", | ||
"className": "Class", | ||
"classNamePlaceholder": "Optional CSS class name(s) for widget", | ||
"classNamePlaceholder": "Optional CSS class name(s) for group", | ||
"defaultState": "Default State", | ||
"visibility": "Visibility", | ||
"visible": "Visible", | ||
"hidden": "Hidden", | ||
"interactivity": "Interactivity", | ||
"active": "Active", | ||
"disabled": "Disabled" | ||
}, | ||
"display-name" : "Display group name", | ||
"collapse-name" : "Allow group to be collapsed" | ||
"disabled": "Disabled", | ||
"openDashboardSidebar": "Open Dashboard 2.0 Sidebar" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<script type="text/html" data-help-name="ui-group"> | ||
<p>グループ</p> | ||
<p>もし<b>クラス</b>を指定している場合は、 親のカードに追加されます。この方法でカスタムCSSを用いてカードとその中の要素の様式を設定できます。<code>msg.className</code> の文字列プロパティを用いることで、クラスを実行時に設定することもできます。</p> | ||
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"ui-group": { | ||
"label": { | ||
"name": "名前", | ||
"page": "ページ", | ||
"size": "サイズ", | ||
"display-name": "グループ名を表示", | ||
"className": "クラス", | ||
"classNamePlaceholder": "グループのための任意のCSSクラス名", | ||
"defaultState": "標準状態", | ||
"visibility": "画面表示", | ||
"visible": "表示", | ||
"hidden": "非表示", | ||
"interactivity": "画面操作", | ||
"active": "有効", | ||
"disabled": "無効", | ||
"openDashboardSidebar": "ダッシュボード2.0のサイドバーを開く" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters