You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"MENU_RESET_HARD": "Discard changes and commits after this (hard reset)",
1089
+
"MENU_RESET_MIXED": "Discard commits after this but keep changes unstaged (mixed reset)",
1090
+
"MENU_RESET_SOFT": "Discard commits after this but keep changes staged (soft reset)",
1091
+
"MENU_TAG_COMMIT": "Tag Commit",
1092
+
"RESET_HARD_TITLE": "Confirm Hard Reset",
1093
+
"RESET_MIXED_TITLE": "Confirm Mixed Reset",
1094
+
"RESET_SOFT_TITLE": "Confirm Soft Reset",
1095
+
"RESET_DETAIL": "<b>Commits after the following will be discarded:</b><br><b>Commit Message:</b> {0}<br><b>Git Command:</b> {1}",
1096
+
"RESET_HARD_MESSAGE": "This action will discard all changes and commits after the selected commit. <b>This operation cannot be undone easily.</b> Are you sure you want to proceed?<br><br>⚠️ Warning: This rewrites history and should not be used on commits that have been pushed to a shared branch.",
1097
+
"RESET_MIXED_MESSAGE": "This action will discard all commits after the selected commit but keep all changes unstaged. <b>This operation cannot be undone easily.</b> Are you sure you want to proceed?<br><br>⚠️ Warning: This rewrites history and should not be used on commits that have been pushed to a shared branch.",
1098
+
"RESET_SOFT_MESSAGE": "This action will discard all commits after the selected commit but keep all changes staged for a new commit. <b>This operation cannot be undone easily.</b> Are you sure you want to proceed?<br><br>⚠️ Warning: This rewrites history and should not be used on commits that have been pushed to a shared branch.",
"DEFAULT_GIT_TIMEOUT": "Default Git operation timeout (in seconds)",
1129
+
"DELETE_FILE_BTN": "Delete file…",
1130
+
"DELETE_LOCAL_BRANCH": "Delete local branch",
1131
+
"DELETE_LOCAL_BRANCH_NAME": "Do you really wish to delete local branch \"{0}\"?",
1132
+
"DELETE_REMOTE": "Delete remote",
1133
+
"DELETE_REMOTE_NAME": "Do you really wish to delete remote \"{0}\"?",
1134
+
"DELETE_SCOPE": "Delete Git-FTP scope",
1135
+
"DELETE_SCOPE_NAME": "Do you really wish to delete Git-FTP scope \"{0}\"?",
1136
+
"DIALOG_CHECKOUT": "When checking out a commit, the repo will go into a DETACHED HEAD state. You can't make any commits unless you create a branch based on this.",
"ENTER_REMOTE_GIT_URL": "Enter Git URL of the repository you want to clone:",
1149
+
"ENTER_REMOTE_NAME": "Enter name of the new remote:",
1150
+
"ENTER_REMOTE_URL": "Enter URL of the new remote:",
1151
+
"ENTER_USERNAME": "Enter username:",
1152
+
"ERROR_NOTHING_SELECTED": "Nothing is selected!",
1153
+
"ERROR_SAVE_FIRST": "Save the document first!",
1154
+
"ERROR_TERMINAL_NOT_FOUND": "Terminal was not found for your OS, you can define a custom Terminal command in the settings",
1155
+
"EXTENDED_COMMIT_MESSAGE": "EXTENDED",
1156
+
"GETTING_STAGED_DIFF_PROGRESS": "Getting diff of staged files…",
1157
+
"GIT_COMMIT": "Git commit…",
1158
+
"GIT_COMMIT_IN_PROGRESS": "Git Commit in Progress",
1159
+
"GIT_DIFF": "Git diff —",
1160
+
"GIT_PULL_RESPONSE": "Git Pull response",
1161
+
"GIT_PUSH_RESPONSE": "Git Push response",
1162
+
"GIT_REMOTES": "Git remotes",
1163
+
"GIT_SETTINGS": "Git Settings…",
1164
+
"GIT_SETTINGS_TITLE": "Git Settings",
1165
+
"GOTO_NEXT_GIT_CHANGE": "Go to next Git change",
1166
+
"GOTO_PREVIOUS_GIT_CHANGE": "Go to previous Git change",
1167
+
"GUTTER_CLICK_DETAILS": "Click for more details",
1168
+
"HIDE_UNTRACKED": "Hide untracked files in panel",
1169
+
"HISTORY": "History",
1170
+
"HISTORY_COMMIT_BY": "by",
1171
+
"LINES": "Lines",
1172
+
"_LINES": "lines",
1173
+
"MARK_MODIFIED_FILES_IN_TREE": "Mark modified files in file tree",
1174
+
"MERGE_BRANCH": "Merge branch",
1175
+
"MERGE_MESSAGE": "Merge message",
1176
+
"MERGE_RESULT": "Merge result",
1177
+
"NORMALIZE_LINE_ENDINGS": "Normalize line endings (to \\n)",
1178
+
"NOTHING_TO_COMMIT": "Nothing to commit, working directory clean.",
1179
+
"OPERATION_IN_PROGRESS_TITLE": "Git operation in progress…",
1180
+
"ORIGIN_BRANCH": "Origin branch",
1181
+
"ON_BRANCH": "'{0}' - Current Git branch",
1182
+
"PANEL_COMMAND": "Show Git panel",
1183
+
"PASSWORD": "Password",
1184
+
"PASSWORDS": "Passwords",
1185
+
"PATH_TO_GIT_EXECUTABLE": "Path to Git executable",
1186
+
"PULL_AVOID_MERGING": "Avoid manual merging",
1187
+
"PULL_DEFAULT": "Default merge",
1188
+
"PULL_FROM": "Pull from",
1189
+
"PULL_MERGE_NOCOMMIT": "Merge without commit",
1190
+
"PULL_REBASE": "Use rebase",
1191
+
"PULL_RESET": "Use soft reset",
1192
+
"PULL_SHORTCUT": "Pull from remote…",
1193
+
"PULL_SHORTCUT_BEHIND": "Pull from remote ({0} behind)…",
1194
+
"PULL_BEHAVIOR": "Pull Behavior",
1195
+
"FETCH_SHORTCUT": "Fetch from remote",
1196
+
"PUSH_DEFAULT": "Default push",
1197
+
"PUSH_DELETE_BRANCH": "Delete remote branch",
1198
+
"PUSH_SEND_TAGS": "Send tags",
1199
+
"PUSH_FORCED": "Forced push",
1200
+
"PUSH_SHORTCUT": "Push to remote…",
1201
+
"PUSH_SHORTCUT_AHEAD": "Push to remote ({0} ahead)…",
1202
+
"PUSH_TO": "Push to",
1203
+
"PUSH_BEHAVIOR": "Push Behavior",
1204
+
"Q_UNDO_CHANGES": "Reset changes to file <span class='dialog-filename'>{0}</span>?",
1205
+
"REBASE_RESULT": "Rebase result",
1206
+
"REFRESH_GIT": "Refresh Git",
1207
+
"REMOVE_BOM": "Remove BOM from files",
1208
+
"REMOVE_FROM_GITIGNORE": "Remove from .gitignore",
1209
+
"RESET_LOCAL_REPO": "Discard all changes since last commit…",
1210
+
"DISCARD_CHANGES": "Discard Changes",
1211
+
"RESET_LOCAL_REPO_CONFIRM": "Do you wish to discard all changes done since last commit? This action can't be reverted.",
1212
+
"UNDO_LOCAL_COMMIT_CONFIRM": "Are you sure you want to undo the last non-pushed commit?",
1213
+
"MORE_OPTIONS": "More Options",
1214
+
"CREDENTIALS": "Credentials",
1215
+
"SAVE_CREDENTIALS_HELP": "You don't need to fill out username/password if your credentials are managed elsewhere. Use this only when your operation keeps timing out.",
1216
+
"SAVE_CREDENTIALS_IN_URL": "Save credentials to remote url (in plain text)",
1217
+
"SET_THIS_BRANCH_AS_TRACKING": "Set this branch as a new tracking branch",
1218
+
"STRIP_WHITESPACE_FROM_COMMITS": "Strip trailing whitespace from commits",
1219
+
"TARGET_BRANCH": "Target branch",
1220
+
"TITLE_CHECKOUT": "Checkout Commit?",
1221
+
"TOOLTIP_CLONE": "Clone existing repository",
1222
+
"TOOLTIP_COMMIT": "Commit the selected files",
1223
+
"TOOLTIP_FETCH": "Fetch all remotes and refresh counters",
1224
+
"TOOLTIP_FIND_CONFLICTS": "Starts a search for Git merge/rebase conflicts in the project",
1225
+
"TOOLTIP_HIDE_FILE_HISTORY": "Hide file history",
1226
+
"TOOLTIP_HIDE_HISTORY": "Hide history",
1227
+
"TOOLTIP_INIT": "Initialize repository",
1228
+
"TOOLTIP_MERGE_ABORT": "Abort the merge operation and reset HEAD to the last local commit",
1229
+
"TOOLTIP_PICK_REMOTE": "Pick preferred remote",
1230
+
"TOOLTIP_PULL": "Git Pull",
1231
+
"TOOLTIP_PUSH": "Git Push",
1232
+
"TOOLTIP_REBASE_ABORT": "Abort the rebase operation and reset HEAD to the original branch",
1233
+
"TOOLTIP_REBASE_CONTINUE": "Restart the rebasing process after having resolved a merge conflict",
1234
+
"TOOLTIP_REBASE_SKIP": "Restart the rebasing process by skipping the current patch",
1235
+
"TOOLTIP_REFRESH_PANEL": "Refresh panel",
1236
+
"TOOLTIP_SHOW_FILE_HISTORY": "Show file history",
1237
+
"TOOLTIP_SHOW_HISTORY": "Show history",
1238
+
"UNDO_CHANGES": "Discard changes",
1239
+
"UNDO_CHANGES_BTN": "Discard changes…",
1240
+
"UNDO_LAST_LOCAL_COMMIT": "Undo last local (not pushed) commit…",
1241
+
"UNDO_COMMIT": "Undo Commit",
1242
+
"URL": "URL",
1243
+
"USERNAME": "Username",
1244
+
"USER_ABORTED": "User aborted!",
1245
+
"USE_GIT_GUTTER": "Use Git gutter marks",
1246
+
"USE_NOFF": "Create a merge commit even when the merge resolves as a fast-forward (--no-ff)",
1247
+
"USE_REBASE": "Use REBASE",
1248
+
"USE_VERBOSE_DIFF": "Show verbose output in diffs",
1249
+
"USE_DIFFTOOL": "Use difftool for diffs",
1250
+
"VIEW_AUTHORS_FILE": "View authors of file…",
1251
+
"VIEW_AUTHORS_SELECTION": "View authors of selection…",
"GIT_CLONE_ERROR_EXPLAIN": "The selected directory `{0}`\n is not empty. Git clone requires a clean, empty directory.\nIf it appears empty, check for hidden files.",
1279
+
"FOLDER_NOT_WRITABLE": "The selected directory `{0}`\n is not writable.",
1280
+
"GIT_NOT_FOUND_MESSAGE": "Git is not installed or cannot be found on your system. Please install Git or provide the correct path to the Git executable in the text field below.",
1281
+
"ERROR_GETTING_BRANCH_LIST": "Getting branch list failed",
"ERROR_UNDO_LAST_COMMIT_FAILED": "Impossible to undo last commit",
1301
+
"ERROR_MODIFY_FILE_STATUS_FAILED": "Failed to modify file status",
1302
+
"ERROR_CHANGE_USERNAME_FAILED": "Impossible to change user name",
1303
+
"ERROR_CHANGE_EMAIL_FAILED": "Impossible to change user email",
1304
+
"ERROR_TOGGLE_GERRIT_PUSH_REF_FAILED": "Impossible to toggle gerrit push ref",
1305
+
"ERROR_RESET_LOCAL_REPO_FAILED": "Reset of local repository failed",
1306
+
"ERROR_CREATE_TAG": "Create tag failed",
1307
+
"ERROR_CODE_INSPECTION_FAILED": "CodeInspection.inspectFile failed to execute for file",
1308
+
"ERROR_CANT_GET_STAGED_DIFF": "Cant get diff for staged files",
1309
+
"ERROR_GIT_COMMIT_FAILED": "Git Commit failed",
1310
+
"ERROR_GIT_BLAME_FAILED": "Git Blame failed",
1311
+
"ERROR_GIT_DIFF_FAILED": "Git Diff failed",
1312
+
"ERROR_DISCARD_CHANGES_FAILED": "Discard changes to a file failed",
1313
+
"ERROR_COULD_NOT_RESOLVE_FILE": "Could not resolve file",
1314
+
"ERROR_MERGE_ABORT_FAILED": "Merge abort failed",
1315
+
"ERROR_MODIFIED_DIALOG_FILES": "The files you were going to commit were modified while commit dialog was displayed. Aborting the commit as the result would be different then what was shown in the dialog.",
0 commit comments