Skip to content

Commit 9bf2993

Browse files
committed
Added more i18n files
1 parent 804b1df commit 9bf2993

Some content is hidden

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

70 files changed

+640
-141
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"changelistItems.select_changelist_new": "Select an existing changelist or create a new",
3+
"changelistItems.changelist_name": "Changelist name",
4+
"changelistItems.changelist_enter_name": "Please enter a changelist name",
5+
"changelistItems.no_changes_commit": "There are no changes to commit.",
6+
"changelistItems.select_changelist_commit": "Select a changelist to commit",
7+
"changelistItems.select_files_commit": "Select files to commit",
8+
"changelistItems.no_changelists_pick": "No changelists to pick from",
9+
"changelistItems.select_changelist": "Select a changelist"
10+
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"add.unable_to_add_file": "Unable to add file"
3+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"changeList.no_version_control": "Files are not under version control and cannot be added to a change list",
3+
"changeList.diff_repo_error": "Unable to add files from different repositories to change list",
4+
"changeList.some_files_untracked": "Some Files are not under version control and cannot be added to a change list",
5+
"changeList.unable_to_remove_file": "Unable to remove file \"{0}\" from changelist",
6+
"changeList.added_files": "Added files \"{0}\" to changelist \"{1}\"",
7+
"changeList.unable_to_add_file": "Unable to add file \"{0}\" to changelist \"{1}\""
8+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"checkout.repo_url": "Repository URL",
3+
"checkout.select_repo_location": "Select Repository Location",
4+
"checkout.folder_name": "Folder name",
5+
"checkout.checkout_repo": "Checkout svn repository '{0}'...",
6+
"checkout.open_checked_out": "Would you like to open the checked out repository?",
7+
"checkout.open_repo": "Open Repository",
8+
"checkout.add_to_workspace": "Add to Workspace",
9+
"checkout.open_or_checkout": "Would you like to open the checked out repository, or add it to the current workspace?"
10+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"command.unable_to_patch": "Unable to patch",
3+
"command.file_ignored": "File(s) is now being ignored",
4+
"command.unable_to_ignore": "Unable to set property ignore"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"deleteUnversioned.delete_selected": "Would you like to delete selected files?",
3+
"deleteUnvirsioned.yes": "Yes",
4+
"deleteUnvirsioned.no": "No"
5+
}

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"log.unable_to_log": "Unable to log"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"openHeadFile.version_unavailable": "HEAD version of '{0}' is not available."
3+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"promptAuth.username_placeholder": "Svn repository username",
3+
"promptAuth.username_prompt": "Please enter your username",
4+
"promptAuth.password_placeholder": "Svn repository password",
5+
"promptAuth.password_prompt": "Please enter your password"
6+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"promptRemove.add_to_ignore": "Add to ignored list",
3+
"promptRemove.remove_from_svn": "The file(s) \"{0}\" are removed from disk.\nWould you like remove from SVN?",
4+
"promptRemove.yes": "Yes",
5+
"promptRemove.no": "No"
6+
}

0 commit comments

Comments
 (0)