-
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 #6303 from tomachalek/syntax_viewer_upd
UX tweaks in the 'expand/fit' button in syntax viewer
- Loading branch information
Showing
2 changed files
with
18 additions
and
18 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,17 +1,17 @@ | ||
{ | ||
"en-US": { | ||
"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__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__fit_to_view_button": "Fit graph to view UNTRANSLATED", | ||
"syntaxViewer2__expand_button": "Extend graph UNTRANSLATED" | ||
} | ||
} | ||
{ | ||
"en-US": { | ||
"syntaxViewer2__click_to_see_details": "Click to see details", | ||
"syntaxViewer2__fit_to_view_button": "adjust to window size", | ||
"syntaxViewer2__expand_button": "stretch to width" | ||
}, | ||
"cs-CZ": { | ||
"syntaxViewer2__click_to_see_details": "Klikněte pro zobrazení detailů", | ||
"syntaxViewer2__fit_to_view_button": "přizpůsobit velikosti okna", | ||
"syntaxViewer2__expand_button": "roztáhnout do šířky" | ||
}, | ||
"szl": { | ||
"syntaxViewer2__click_to_see_details": "Kliknij, żeby ôbejzdrzeć szczegōły", | ||
"syntaxViewer2__fit_to_view_button": "adjust to window size UNTRANSLATED", | ||
"syntaxViewer2__expand_button": "stretch to width 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