-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6301 from mzimandl/visible-syntaxt-viewer-nodes
Button to expand syntax viewer graph if it takes full width
- Loading branch information
Showing
5 changed files
with
83 additions
and
23 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
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,11 +1,17 @@ | ||
{ | ||
"en-US": { | ||
"syntaxViewer2__click_to_see_details": "Click to see details" | ||
"syntaxViewer2__click_to_see_details": "Click to see details", | ||
"syntaxViewer2__fit_to_view_button": "Fit graph to view", | ||
"syntaxViewer2__expand_button": "Extend graph" | ||
}, | ||
"cs-CZ": { | ||
"syntaxViewer2__click_to_see_details": "Klikněte pro zobrazení detailů" | ||
"syntaxViewer2__click_to_see_details": "Klikněte pro zobrazení detailů", | ||
"syntaxViewer2__fit_to_view_button": "Přizpůsobit graf oknu", | ||
"syntaxViewer2__expand_button": "Roztáhnout graf" | ||
}, | ||
"szl": { | ||
"syntaxViewer2__click_to_see_details": "Kliknij, żeby ôbejzdrzeć szczegōły" | ||
"syntaxViewer2__click_to_see_details": "Kliknij, żeby ôbejzdrzeć szczegōły", | ||
"syntaxViewer2__fit_to_view_button": "Fit graph to view UNTRANSLATED", | ||
"syntaxViewer2__expand_button": "Extend graph UNTRANSLATED" | ||
} | ||
} |
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
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
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