Skip to content

Commit

Permalink
更新到2017.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ewen0930 committed Jul 24, 2017
1 parent 484d380 commit 7b8b6b4
Show file tree
Hide file tree
Showing 55 changed files with 864 additions and 373 deletions.
57 changes: 39 additions & 18 deletions resources_en/messages/ActionsBundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ action.EditorToggleShowWhitespaces.text=Sh_ow Whitespaces
action.EditorToggleShowWhitespaces.description=Toggle display whitespaces in current editor
action.EditorToggleShowIndentLines.text=Sh_ow Indent Guides
action.EditorToggleShowIndentLines.description=Toggle display indent guides in current editor
action.EditorToggleShowBreadcrumbs.text=Show Breadcrumbs
action.EditorToggleShowBreadcrumbs.description=Toggle display the breadcrumbs bar in current editor
action.EditorToggleShowLineNumbers.text=Show L_ine Numbers
action.EditorToggleShowLineNumbers.description=Toggle display line numbers in current editor
action.EditorToggleShowGutterIcons.text=Show Gutter Ic_ons
Expand Down Expand Up @@ -213,18 +215,25 @@ action.GenerateSetUpMethod.text=SetUp Method
action.GenerateTearDownMethod.text=TearDown Method
action.GenerateDataMethod.text=Parameters Method
action.GenerateConstructor.text=Constructor
action.GenerateConstructor.description=Generate constructor
action.GenerateCreateUI.text=createUI(...)
action.GenerateCreateUI.description=Generate createUI(...)
action.GenerateGetter.text=Getter
action.GenerateGetter.description=Generate getter
action.GenerateSetter.text=Setter
action.GenerateSetter.description=Generate setter
action.GenerateGetterAndSetter.text=Getter and Setter
action.GenerateGetterAndSetter.description=Generate getter and setter
action.GenerateEquals.text=equals() and hashCode()
action.GenerateEquals.description=Generate equals() and hashCode()
action.OverrideMethods.text=_Override Methods...
action.OverrideMethods.description=Override base class methods in the current class
action.ImplementMethods.text=_Implement Methods...
action.ImplementMethods.description=Implement base interface/class methods in the current class
action.DelegateMethods.text=_Delegate Methods...
action.DelegateMethods.description=Generate delegate method to a field/getter
action.GenerateSuperMethodCall.text=Super Method Call
action.GenerateSuperMethodCall.description=Generate super method call
action.NextDiff.text=Next Difference
action.NextDiff.description=Move to the next difference
action.PreviousDiff.text=Previous Difference
Expand All @@ -236,7 +245,7 @@ action.Diff.PreviousConflict.description=Move to the previous unresolved conflic
action.GotoChangedFile.text=Go To Changed File...
action.GotoChangedFile.description=Quickly navigate to changed file by name
action.Refresh.text=R_efresh
action.CheckinProject.text=Comm_it Project
action.CheckinProject.text=Comm_it
action.CheckinFiles.text=Comm_it File
action.UpdateFiles.text=_Update
action.CheckStatusForFiles.text=Chec_k Status
Expand Down Expand Up @@ -665,7 +674,9 @@ action.IntroduceConstant.description=Replace selected expression with a constant
action.IntroduceParameter.text=_Parameter...
action.IntroduceParameter.description=Turn the selected expression into method parameter
action.IntroduceFunctionalParameter.text=Functiona_l Parameter...
action.IntroduceFunctionalParameter.description=Replace selected statements with a call to new functional method parameter
action.IntroduceFunctionalParameter.description=Replace selected statements with a call to a new functional method parameter
action.IntroduceFunctionalVariable.text=Functional Variable...
action.IntroduceFunctionalVariable.description=Replace selected statements with a call to a new functional variable
action.ExtractInterface.text=_Interface...
action.ExtractInterface.description=Extract interface from the selected class
action.ExtractModule.text=_Module...
Expand Down Expand Up @@ -986,7 +997,8 @@ action.Help.KeymapReference.description=Open PDF file with the default keymap re
action.Help.JetBrainsTV.text=_Demos and Screencasts
action.Help.JetBrainsTV.description=View short live demos introducing features of JetBrains products.
action.CheckForUpdate.text=_Check for Updates...
action.CheckForUpdate.description=Check for available update
action.CheckForUpdate.description=Checks for available IDE and plugin updates
action.CheckForUpdate.description.plugins=Checks for available plugin updates
action.About.text=_About
action.About.description=Show information about the IDE
group.OtherMenu.text=Other
Expand Down Expand Up @@ -1028,7 +1040,6 @@ action.XDebugger.JumpToTypeSource.text=Jump To Type Source
action.XDebugger.JumpToTypeSource.description=Open source of the selected value's type
action.XDebugger.Inspect.text=Inspect...

action.Debugger.Tree.AddToWatches.text=Add to Watches
action.Debugger.Tree.EvaluateInConsole.text=Evaluate In Console

action.XDebugger.RemoveWatch.text=Remove Watch
Expand All @@ -1050,6 +1061,7 @@ action.XDebugger.ToggleSortValues.description=Sort values alphabetically in debu
group.XDebugger.settings.text=Settings

action.Debugger.AdjustArrayRange.text=Adjust Range...
action.Debugger.FilterArray.text=Filter...
action.Debugger.Inspect.text=Inspect
action.Debugger.CopyValue.text=Copy Value
action.Debugger.ViewEditText.text=View/Edit Text
Expand All @@ -1058,6 +1070,8 @@ action.Debugger.ViewText.description=View text value of selected node in a separ
action.Debugger.EditCustomField.text=Edit...
action.Debugger.NewCustomField.text=New Class Level Watch...
action.Debugger.RemoveCustomField.text=Remove Watch
action.Debugger.EditArrayFilter.text=Edit...
action.Debugger.RemoveArrayFilter.text=Remove Filter
action.Debugger.ShowReferring.text=Show Referring Objects...
action.Debugger.CompareValueWithClipboard.text=Compare Value with Clipboard
action.Debugger.CompareValueWithClipboard.description=Compare value of selected node with clipboard text
Expand Down Expand Up @@ -1211,6 +1225,8 @@ action.SendFeedback.text=Submit _Feedback...
action.SendFeedback.description=Submit feedback to the JetBrains Web site
action.ShowLog.text=Show _Log in File Manager
action.ShowLog.description=Opens folder with log file
action.CollectZippedLogs.text=Collect and Show Logs in File Manager
action.CollectZippedLogs.description=Collect and Zip logs and settings into file
action.EditCustomProperties.text=Edit Custom Properties...
action.EditCustomProperties.description=Opens an editor tab with a custom properties file
action.EditCustomVmOptions.text=Edit Custom VM Options...
Expand All @@ -1230,18 +1246,16 @@ action.ChangesView.Refresh.text=Refresh
action.ChangesView.Refresh.description=Refresh VCS changes
action.ChangesView.NewChangeList.text=New Changelist
action.ChangesView.NewChangeList.description=Create new changelist
action.ChangesView.Commit.text=Comm_it Changes
action.ChangesView.Commit.description=Commit the changes in selected changelist
action.ChangesView.Revert.text=_Revert
action.ChangesView.Revert.description=Revert selected changes
action.ChangesView.RemoveChangeList.text=Delete Changelist
action.ChangesView.RemoveChangeList.description=Remove changelist and move all changes to default
action.ChangesView.RemoveChangeList.text=Delete Changelists
action.ChangesView.RemoveChangeList.description=Remove changelists and move all changes to {0}
action.ChangesView.SetDefault.text=Set Active Changelist
action.ChangesView.SetDefault.description=Set changelist to which new changes are placed by default
action.ChangesView.Move.text=Move to Another Changelist...
action.ChangesView.Move.description=Move selected changes to another changelist
action.ChangesView.Diff.text=Show Diff
action.ChangesView.Diff.description=Show diff for selected change
action.ChangesView.Diff.description=Compare files or revisions
action.ChangesView.DeleteUnversioned.text=Delete
action.ChangesView.DeleteUnversioned.description=
action.ChangesView.AddUnversioned.text=Add to VCS
Expand All @@ -1252,7 +1266,7 @@ action.ChangesView.RemoveDeleted.text=Remove from VCS
action.ChangesView.RemoveDeleted.description=Schedule selected files to be removed from VCS
action.ChangesView.Rename.text=Edit Changelist...
action.ChangesView.Rename.description=Edit name and description of selected changelist
action.ChangesView.CreatePatch.text=Create Patch...
action.ChangesView.CreatePatch.text=Create Patch from Local Changes...
action.ChangesView.CreatePatch.description=Create a patch from the selected changes
action.ChangesView.ApplyPatch.text=Apply Patch...
action.ChangesView.ApplyPatch.description=Apply a patch to the sources of the project
Expand Down Expand Up @@ -1376,9 +1390,6 @@ action.SliceBackward.description=Search for values which can be assigned to sele
action.SliceForward.text=Analyze Data Flow _from Here
action.SliceSliceForward.description=Search for values escaped from this location

action.ShelvedChanges.Diff.text=Show Diff
action.ShelvedChanges.Diff.description=Show diff for selected change

action.ChangeTemplateDataLanguage.text=Change Template Data Language

group.FileOpenGroup.text=File Open Actions
Expand Down Expand Up @@ -1501,10 +1512,20 @@ action.EditorGutterToggleGlobalSoftWraps.text=Soft-Wrap All Files
action.EditorGutterToggleLocalSoftWraps.gutterText=Soft-Wrap Current File
action.EditorGutterToggleGlobalLineNumbers.text=Show Line Numbers
action.EditorGutterToggleGlobalIndentLines.text=Show Indent Guides

group.EditorBreadcrumbsSettings.text=Breadcrumbs
group.EditorBreadcrumbsSettings.description=Toggle the breadcrumbs bar settings
action.EditorBreadcrumbsShowAbove.text=Top
action.EditorBreadcrumbsShowAbove.description=Show the breadcrumbs bar above the text editor
action.EditorBreadcrumbsShowBelow.text=Bottom
action.EditorBreadcrumbsShowBelow.description=Show the breadcrumbs bar below the text editor
action.EditorBreadcrumbsHideBoth.text=Don't Show
action.EditorBreadcrumbsHideBoth.description=Hide the breadcrumbs bar

action.ExcludeFromProject.text=Exclude From Project...
group.MarkFileAs.text=Mark File as
action.MarkAsPlainTextAction.text=Mark as Plain Text
action.MarkAsOriginalTypeAction.text=Mark as
action.MarkAsOriginalTypeAction.text=Mark as Original File Type

action.Console.Open.text=Open Console
action.Console.Open.description=Open console for selected entity
Expand Down Expand Up @@ -1546,9 +1567,6 @@ action.Images.Thumbnails.Hide.description=Close thumbnails window
action.Images.ShowThumbnails.text=Show Image Thumbnails
action.Images.ShowThumbnails.description=Show thumbnails view for current directory

action.Diff.UpdatedFiles.text=Show Diff
action.Diff.UpdatedFiles.description=Show diff with version before update

action.TabList.text=Show Hidden Tabs
action.TabList.description=Show dropdown with the list of tabs that don't fit on the screen in single-row tab layout

Expand Down Expand Up @@ -1578,4 +1596,7 @@ action.ToggleDistractionFreeMode.exit=Exit Distraction Free Mode
action.TogglePresentationMode.exit=Exit Presentation Mode
action.TogglePresentationMode.enter=Enter Presentation Mode

action.EmojiAndSymbols.description=Input special characters using macOS system palette
action.EmojiAndSymbols.description=Input special characters using macOS system palette

action.MethodOverloadSwitchUp.text=Previous Method Overload
action.MethodOverloadSwitchDown.text=Next Method Overload
Loading

0 comments on commit 7b8b6b4

Please sign in to comment.