Skip to content

Commit d0eec0d

Browse files
committed
centralised translations
1 parent 9bf2993 commit d0eec0d

File tree

86 files changed

+741
-426
lines changed

Some content is hidden

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

86 files changed

+741
-426
lines changed

i18n/pt-br/main.i18n.json

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,145 @@
1+
{
2+
"yes": "Yes",
3+
"yes_im_sure": "Yes I'm sure",
4+
"no": "No",
5+
"dont_show_again": "Don't Show Again",
6+
"using_svn": "Using svn \"{0}\" from \"{1}\"",
7+
"find_svn_executable": "Find SVN executable",
8+
"download_svn": "Download SVN",
9+
"svn_not_found": "SVN not found. Install it or configure it using the 'svn.path' setting.",
10+
"updated_svn_path": "Updated \"svn.path\" with \"{0}\"",
11+
"select_changelist_new": "Select an existing changelist or create a new",
12+
"changelist_name": "Changelist name",
13+
"changelist_enter_name": "Please enter a changelist name",
14+
"no_changes_commit": "There are no changes to commit.",
15+
"select_changelist_commit": "Select a changelist to commit",
16+
"select_files_commit": "Select files to commit",
17+
"no_changelists_pick": "No changelists to pick from",
18+
"select_changelist": "Select a changelist",
19+
"base": "base",
20+
"base.description": "Choose the file that was the (unmodified) BASE revision before you tried to integrate changes",
21+
"working": "working",
22+
"working.description": "Assuming that you've manually handled the conflict resolution, choose the version of the file as it currently stands in your working copy.",
23+
"mine_full": "mine-full",
24+
"mine_full.description": "Preserve all local modifications and discarding all changes fetched",
25+
"theirs_full": "theirs-full",
26+
"ctheirs_full.description": "Discard all local modifications and integrating all changes fetched",
27+
"mine_conflict": "mine-conflict",
28+
"mine_conflict.description": "Resolve conflicted files by preferring local modifications over the changes fetched",
29+
"theirs_conflict": "theirs-conflict",
30+
"theirs_conflict.description": "Resolve conflicted files by preferring the changes fetched from the server over local modifications",
31+
"no_change_to_commit": "There are no changes to commit.",
32+
"commit_message": "Commit Message",
33+
"pick_prev_commit": "Pick a previous commit message",
34+
"enter_commit": "Message (press Ctrl+Enter to commit)",
35+
"commit": "Commit",
36+
"cancel": "Cancel",
37+
"commit_empty_message": "Do you really want to commit an empty message?",
38+
"changes": "Changes",
39+
"conflicts": "Conflicts",
40+
"unversioned": "Unversioned",
41+
"changelist_var": "Changelist {0}",
42+
"remote_changes": "Remote Changes",
43+
"created_new_branch": "Created new branch",
44+
"open_diff_head": "Open Diff With Head",
45+
"open_diff_base": "Open Diff With Base",
46+
"renamed_from": "Renamed from {0}",
47+
"property": "Property {0}",
48+
"choose_repo": "Choose a repository",
49+
"failed_to_execute_svn_enoent": "Failed to execute svn (ENOENT)",
50+
"failed_to_execute_svn": "Failed to execute svn",
51+
"unable_to_add_file": "Unable to add file",
52+
"files_no_version_control": "Files are not under version control and cannot be added to a change list",
53+
"files_diff_repo_error": "Unable to add files from different repositories to change list",
54+
"files_untracked_no_changelist": "Some Files are not under version control and cannot be added to a change list",
55+
"unable_to_remove_file_changelist": "Unable to remove file \"{0}\" from changelist",
56+
"added_files_changelist": "Added files \"{0}\" to changelist \"{1}\"",
57+
"unable_to_add_file_changelist": "Unable to add file \"{0}\" to changelist \"{1}\"",
58+
"repo_url": "Repository URL",
59+
"select_repo_location": "Select Repository Location",
60+
"folder_name": "Folder name",
61+
"checkout_repo": "Checkout svn repository '{0}'...",
62+
"open_checked_out_repo": "Would you like to open the checked out repository?",
63+
"open_repo": "Open Repository",
64+
"add_to_workspace": "Add to Workspace",
65+
"open_or_checkout_repo": "Would you like to open the checked out repository, or add it to the current workspace?",
66+
"unable_to_patch": "Unable to patch",
67+
"files_ignored": "File(s) is now being ignored",
68+
"unable_to_ignore": "Unable to set property ignore",
69+
"delete_selected_files": "Would you like to delete selected files?",
70+
"unable_to_log": "Unable to log",
71+
"head_version_unavailable": "HEAD version of '{0}' is not available.",
72+
"svn_repo_username": "Svn repository username",
73+
"enter_username": "Please enter your username",
74+
"svn_repo_password": "Svn repository password",
75+
"enter_password": "Please enter your password",
76+
"add_to_ignorelist": "Add to ignored list",
77+
"remove_files_from_svn": "The file(s) \"{0}\" are removed from disk.\nWould you like remove from SVN?",
78+
"unable_to_update": "Unable to update",
79+
"keep_local_copy_files": "Would you like to keep a local copy of the files?",
80+
"unable_to_remove_files": "Unable to remove files",
81+
"remove_all_unversioned_files": "Are you sure? This will remove all unversioned files except for ignored.",
82+
"new_name_for": "New name name for {0}",
83+
"select_conflict_option": "Select conflict option",
84+
"select_conflict_option_for": "Select conflict option for {0}",
85+
"mark_conflict_resolved_for": "Mark the conflict as resolved for '{0}'",
86+
"unable_to_revert": "Unable to revert",
87+
"revision": "Revision?",
88+
"invalid_revision": "Invalid revision",
89+
"search_query": "Search query",
90+
"searching_log": "Searching Log",
91+
"create_new_branch_named": "Created new branch {0}",
92+
"commit_message_for_branch": "Commit message for create branch {0}",
93+
"ancestor_error": "Seems like these branches don't have a common ancestor. Do you want to retry with '--ignore-ancestry' option?",
94+
"unable_to_create_branch": "Unable to create new branch",
95+
"unable_to_switch_branch": "Unable to switch branch",
96+
"upgrade_working_copy": "You want upgrade the working copy (svn upgrade)?",
97+
"working_copy_upgraded": "Working copy '{0}' upgraded",
98+
"upgrade_error": "Error on upgrading working copy '{0}'. See log for more detail",
99+
"checking_remote_branches": "Checking remote branches",
100+
"provide_branch_name": "Please provide a branch name",
101+
"open__diff": "Open diff",
102+
"clipboard_supported": "Clipboard is supported in VS Code 1.30 and newer",
103+
"log_entries_dont_exist": "Log entries above do not exist in working copy",
104+
"no_working_copy_path": "No working copy for this path",
105+
"not_avaialbe_from_copy": "Not available from this working copy: {0}",
106+
"not_a_file": "This target is not a file",
107+
"failed_open_path": "Failed to open path",
108+
"cannot_diff_last_commit": "Cannot diff last commit",
109+
"page_sizing_adjusted_setting": "Paging size may be adjusted using log.length setting",
110+
"refresh_element": "refresh element",
111+
"path_already_added": "This path is already added",
112+
"failed_to_add_repo": "Failed to add repo: {0}",
113+
"failed_resolve_svn_path": "Failed to resolve svn path",
114+
"repo_name_exists": "Repository with this name already exists",
115+
"enter_svn_url_or_path": "Enter SVN URL or local path",
116+
"enter_starting_revision": "Enter starting revision (optional)",
117+
"cannot_find_prev_commit": "Cannot find previous commit",
118+
"load_more_revisions": "Load another {0} revisions",
119+
"are_sure_wipe_changes": "Are you sure? This will wipe all local changes.",
120+
"select_revert_depth": "Select revert depth",
121+
"ignored_on_commit": "Ignored on commit",
122+
"new_changelist": "New changelist",
123+
"create_new_changelist": "Create a new change list",
124+
"create_new_branch": "Create new branch",
125+
"create_new_branch_in": "Create new branch in '{0}'",
126+
"back_to_path": "back to /{0}",
127+
"back_to_parent": "Back to parent",
128+
"remove_changelist": "Remove changelist",
129+
"remove_changelist_files": "Remove changelist of file(s)",
130+
"switch_branch": "Switch Branch...",
131+
"updating_revision": "Updating Revision...",
132+
"checking_remote_updates": "Checking remote updates...",
133+
"running": "Running",
134+
"running_dot": "Running...",
135+
"need_cleanup": "Need cleanup",
136+
"run_cleanup_command": "Run cleanup command",
137+
"incomplete_checkout": "Incomplete (Need finish checkout)",
138+
"run_update_to_complete": "Run update to complete",
139+
"update_revision": "Update Revision",
140+
"open_changes_head": "Open Changes with HEAD",
141+
"open_file": "Open File",
142+
"open_file_head": "Open File (HEAD)",
143+
"incoming_changes": "Incoming Changes",
144+
"no_incoming_changes": "No Incoming Changes"
145+
}

i18n/pt-br/out/changelistItems.i18n.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

i18n/pt-br/out/commands/add.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/commands/changeList.i18n.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

i18n/pt-br/out/commands/checkout.i18n.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

i18n/pt-br/out/commands/command.i18n.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

i18n/pt-br/out/commands/deleteUnversioned.i18n.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

i18n/pt-br/out/commands/log.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/commands/openHeadFile.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/commands/promptAuth.i18n.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

i18n/pt-br/out/commands/promptRemove.i18n.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

i18n/pt-br/out/commands/pullIncomingChange.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/commands/remove.i18n.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

i18n/pt-br/out/commands/removeUnversioned.i18n.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

i18n/pt-br/out/commands/renameExplorer.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/commands/resolve.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/commands/resolveAll.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/commands/resolved.i18n.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

i18n/pt-br/out/commands/revert.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/commands/revertAll.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/commands/revertExplorer.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/commands/search_log_by_revision.i18n.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

i18n/pt-br/out/commands/search_log_by_text.i18n.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

i18n/pt-br/out/commands/switchBranch.i18n.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

i18n/pt-br/out/commands/updaye.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/commands/upgrade.i18n.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

i18n/pt-br/out/conflictItems.i18n.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

i18n/pt-br/out/extension.i18n.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

i18n/pt-br/out/helpers/branch.i18n.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

i18n/pt-br/out/historyView/branchChangesProvider.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/historyView/common.i18n.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

i18n/pt-br/out/messages.i18n.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

i18n/pt-br/out/repository.i18n.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

i18n/pt-br/out/resource.i18n.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

i18n/pt-br/out/source_control_manager.i18n.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

i18n/pt-br/out/svn.i18n.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)