Skip to content

Commit 4115492

Browse files
committed
ci: update Translations
1 parent 89ed402 commit 4115492

File tree

102 files changed

+27132
-102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+27132
-102
lines changed

src/nls/ar/lastTranslated.json

Lines changed: 266 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,5 +1056,270 @@
10561056
"BEAUTIFY_OPTION_PRINT_TRAILING_COMMAS": "Print trailing commas wherever possible in multi-line comma-separated syntactic structures",
10571057
"DESCRIPTION_INDENT_GUIDES_ENABLED": "true to show indent guide lines, else false.",
10581058
"DESCRIPTION_HIDE_FIRST": "true to show the first Indent Guide line else false.",
1059-
"DESCRIPTION_CSS_COLOR_PREVIEW": "true to display color previews in the gutter, else false."
1059+
"DESCRIPTION_CSS_COLOR_PREVIEW": "true to display color previews in the gutter, else false.",
1060+
"ENABLE_GIT": "Enable Git",
1061+
"ACTION": "Action",
1062+
"STATUSBAR_SHOW_GIT": "Git Panel",
1063+
"ADD_ENDLINE_TO_THE_END_OF_FILE": "Add endline at the end of file",
1064+
"ADD_TO_GITIGNORE": "Add to .gitignore",
1065+
"AMEND_COMMIT": "Amend last commit",
1066+
"SKIP_COMMIT_CHECKS": "Skip pre-commit checks (--no-verify)",
1067+
"AMEND_COMMIT_FORBIDDEN": "Cannot amend commit when there are no unpushed commits",
1068+
"_ANOTHER_BRANCH": "another branch",
1069+
"AUTHOR": "Author",
1070+
"AUTHORS_OF": "Authors of",
1071+
"SYSTEM_CONFIGURATION": "System configuration",
1072+
"BRACKETS_GIT_ERROR": "Git encountered an error…",
1073+
"BRANCH_NAME": "Branch name",
1074+
"BUTTON_CANCEL": "Cancel",
1075+
"CHECKOUT_COMMIT": "Checkout",
1076+
"CHECKOUT_COMMIT_DETAIL": "<b>Commit Message:</b> {0} <br><b>Commit hash:</b> {1}",
1077+
"GIT_CLONE": "Clone",
1078+
"BUTTON_CLOSE": "Close",
1079+
"BUTTON_COMMIT": "Commit",
1080+
"BUTTON_DEFAULTS": "Restore defaults",
1081+
"BUTTON_FIND_CONFLICTS": "Find conflicts…",
1082+
"GIT_INIT": "Init",
1083+
"BUTTON_MERGE_ABORT": "Abort merge",
1084+
"BUTTON_OK": "OK",
1085+
"BUTTON_REBASE_ABORT": "Abort",
1086+
"BUTTON_REBASE_CONTINUE": "Continue rebase",
1087+
"BUTTON_REBASE_SKIP": "Skip",
1088+
"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.",
1099+
"BUTTON_SAVE": "Save",
1100+
"RESET": "Reset",
1101+
"CHANGE_USER_EMAIL_TITLE": "Change git email",
1102+
"CHANGE_USER_EMAIL": "Change git email…",
1103+
"CHANGE_USER_EMAIL_MENU": "Change git email ({0})…",
1104+
"CHANGE_USER_NAME_TITLE": "Change git username",
1105+
"CHANGE_USER_NAME": "Change git username…",
1106+
"CHANGE_USER_NAME_MENU": "Change git username ({0})…",
1107+
"REQUIRES_APP_RESTART_SETTING": "Changing this setting requires an app restart to take effect",
1108+
"CLEAN_FILE_END": "File cleaned",
1109+
"CLEAN_FILE_START": "Cleaning file",
1110+
"CLEANING_WHITESPACE_PROGRESS": "Cleaning whitespace from files…",
1111+
"CLEAR_WHITESPACE_ON_FILE_SAVE": "Clear whitespace on file save",
1112+
"CLONE_REPOSITORY": "Clone repository",
1113+
"CODE_INSPECTION_PROBLEMS": "Code inspection problems",
1114+
"CODE_INSPECTION_IN_PROGRESS": "Code inspection in progress…",
1115+
"CODE_INSPECTION_PROBLEMS_NONE": "No problems detected",
1116+
"CODE_INSPECTION_DONE_FILES": "{0} of {1} files done…",
1117+
"PLEASE_WAIT": "Please wait…",
1118+
"COMMIT": "Commit",
1119+
"COMMIT_ALL_SHORTCUT": "Commit all files…",
1120+
"COMMIT_CURRENT_SHORTCUT": "Commit current file…",
1121+
"COMMIT_MESSAGE_PLACEHOLDER": "Enter commit message here…",
1122+
"CREATE_NEW_BRANCH": "Create new branch…",
1123+
"CREATE_NEW_BRANCH_TITLE": "Create new branch",
1124+
"CREATE_NEW_GITFTP_SCOPE": "Create new Git-FTP remote…",
1125+
"CREATE_NEW_REMOTE": "Create new remote…",
1126+
"CURRENT_TRACKING_BRANCH": "Current tracking branch",
1127+
"_CURRENT_TRACKING_BRANCH": "current tracking branch",
1128+
"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.",
1137+
"DIALOG_PULL_TITLE": "Pull from remote",
1138+
"DIALOG_PUSH_TITLE": "Push to remote",
1139+
"SKIP_PRE_PUSH_CHECKS": "Skip pre-push checks (--no-verify)",
1140+
"DIFF": "Diff",
1141+
"DIFFTOOL": "Diff with difftool",
1142+
"DIFF_FAILED_SEE_FILES": "Git diff failed to provide diff results. This is the list of staged files to be commited:",
1143+
"DIFF_TOO_LONG": "Diff too long to display",
1144+
"ENABLE_GERRIT_PUSH_REF": "Use Gerrit-compatible push ref",
1145+
"ENTER_NEW_USER_EMAIL": "Enter email",
1146+
"ENTER_NEW_USER_NAME": "Enter username",
1147+
"ENTER_PASSWORD": "Enter password:",
1148+
"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 &mdash;",
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…",
1252+
"VIEW_THIS_FILE": "View this file",
1253+
"TAG_NAME_PLACEHOLDER": "Enter tag name here…",
1254+
"TAG_NAME": "Tag",
1255+
"CMD_CLOSE_UNMODIFIED": "Close Unmodified Files",
1256+
"FILE_ADDED": "New file",
1257+
"FILE_COPIED": "Copied",
1258+
"FILE_DELETED": "Deleted",
1259+
"FILE_IGNORED": "Ignored",
1260+
"FILE_MODIFIED": "Modified",
1261+
"FILE_RENAMED": "Renamed",
1262+
"FILE_STAGED": "Staged",
1263+
"FILE_UNMERGED": "Unmerged",
1264+
"FILE_UNMODIFIED": "Unmodified",
1265+
"FILE_UNTRACKED": "Untracked",
1266+
"GIT_PUSH_SUCCESS_MSG": "Successfully pushed fast-forward",
1267+
"GIT_PUSH_FORCE_UPDATED_MSG": "Successful forced update",
1268+
"GIT_PUSH_DELETED_MSG": "Successfully deleted ref",
1269+
"GIT_PUSH_NEW_REF_MSG": "Successfully pushed new ref",
1270+
"GIT_PUSH_REJECTED_MSG": "Ref was rejected or failed to push",
1271+
"GIT_PUSH_UP_TO_DATE_MSG": "Ref was up to date and did not need pushing",
1272+
"GIT_PULL_SUCCESS": "Successfully completed git pull",
1273+
"GIT_MERGE_SUCCESS": "Successfully completed git merge",
1274+
"GIT_REBASE_SUCCESS": "Successfully completed git rebase",
1275+
"GIT_BRANCH_DELETE_SUCCESS": "Successfully deleted git branch",
1276+
"INIT_NEW_REPO_FAILED": "Failed to initialize new repository",
1277+
"GIT_CLONE_REMOTE_FAILED": "Cloning remote repository failed!",
1278+
"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",
1282+
"ERROR_READING_GIT_HEAD": "Reading .git/HEAD file failed",
1283+
"ERROR_PARSING_BRANCH_NAME": "Failed parsing branch name from {0}",
1284+
"ERROR_READING_GIT_STATE": "Reading .git state failed",
1285+
"ERROR_GETTING_DELETED_FILES": "Getting list of deleted files failed",
1286+
"ERROR_SWITCHING_BRANCHES": "Switching branches failed",
1287+
"ERROR_GETTING_CURRENT_BRANCH": "Getting current branch name failed",
1288+
"ERROR_REBASE_FAILED": "Rebase failed",
1289+
"ERROR_MERGE_FAILED": "Merge failed",
1290+
"ERROR_BRANCH_DELETE_FORCED": "Forced branch deletion failed",
1291+
"ERROR_FETCH_REMOTE_INFO": "Fetching remote information failed",
1292+
"ERROR_CREATE_BRANCH": "Creating new branch failed",
1293+
"ERROR_REFRESH_GUTTER": "Refreshing gutter failed!",
1294+
"ERROR_GET_HISTORY": "Failed to get history",
1295+
"ERROR_GET_MORE_HISTORY": "Failed to load more history rows",
1296+
"ERROR_GET_CURRENT_BRANCH": "Failed to get current branch name",
1297+
"ERROR_GET_DIFF_FILE_COMMIT": "Failed to get diff",
1298+
"ERROR_GET_DIFF_FILES": "Failed to load list of diff files",
1299+
"ERROR_MODIFY_GITIGNORE": "Failed modifying .gitignore",
1300+
"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.",
1316+
"ERROR_GETTING_REMOTES": "Getting remotes failed!",
1317+
"ERROR_REMOTE_CREATION": "Remote creation failed",
1318+
"ERROR_PUSHING_REMOTE": "Pushing to remote failed",
1319+
"ERROR_PULLING_REMOTE": "Pulling from remote failed",
1320+
"ERROR_PULLING_OPERATION": "Pulling operation failed",
1321+
"ERROR_PUSHING_OPERATION": "Pushing operation failed",
1322+
"ERROR_NO_REMOTE_SELECTED": "No remote has been selected for {0}!",
1323+
"ERROR_BRANCH_LIST": "Getting branch list failed",
1324+
"ERROR_FETCH_REMOTE": "Fetching remote information failed"
10601325
}

0 commit comments

Comments
 (0)