@codingame/monaco-vscode-language-pack-qps-ploc 1.83.3-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/index.js +92 -0
- package/package.json +23 -0
- package/translations/extensions/ms-vscode.js-debug.i18n.json +418 -0
- package/translations/extensions/vscode.bat.i18n.json +16 -0
- package/translations/extensions/vscode.builtin-notebook-renderers.i18n.json +16 -0
- package/translations/extensions/vscode.clojure.i18n.json +16 -0
- package/translations/extensions/vscode.coffeescript.i18n.json +16 -0
- package/translations/extensions/vscode.configuration-editing.i18n.json +68 -0
- package/translations/extensions/vscode.cpp.i18n.json +16 -0
- package/translations/extensions/vscode.csharp.i18n.json +16 -0
- package/translations/extensions/vscode.css-language-features.i18n.json +365 -0
- package/translations/extensions/vscode.css.i18n.json +16 -0
- package/translations/extensions/vscode.dart.i18n.json +16 -0
- package/translations/extensions/vscode.debug-auto-launch.i18n.json +37 -0
- package/translations/extensions/vscode.debug-server-ready.i18n.json +30 -0
- package/translations/extensions/vscode.diff.i18n.json +16 -0
- package/translations/extensions/vscode.docker.i18n.json +16 -0
- package/translations/extensions/vscode.emmet.i18n.json +83 -0
- package/translations/extensions/vscode.extension-editing.i18n.json +33 -0
- package/translations/extensions/vscode.fsharp.i18n.json +16 -0
- package/translations/extensions/vscode.git-base.i18n.json +30 -0
- package/translations/extensions/vscode.git.i18n.json +606 -0
- package/translations/extensions/vscode.github-authentication.i18n.json +37 -0
- package/translations/extensions/vscode.github.i18n.json +58 -0
- package/translations/extensions/vscode.go.i18n.json +16 -0
- package/translations/extensions/vscode.groovy.i18n.json +16 -0
- package/translations/extensions/vscode.grunt.i18n.json +25 -0
- package/translations/extensions/vscode.gulp.i18n.json +24 -0
- package/translations/extensions/vscode.handlebars.i18n.json +16 -0
- package/translations/extensions/vscode.hlsl.i18n.json +16 -0
- package/translations/extensions/vscode.html-language-features.i18n.json +302 -0
- package/translations/extensions/vscode.html.i18n.json +16 -0
- package/translations/extensions/vscode.ini.i18n.json +16 -0
- package/translations/extensions/vscode.ipynb.i18n.json +26 -0
- package/translations/extensions/vscode.jake.i18n.json +24 -0
- package/translations/extensions/vscode.java.i18n.json +16 -0
- package/translations/extensions/vscode.javascript.i18n.json +16 -0
- package/translations/extensions/vscode.json-language-features.i18n.json +185 -0
- package/translations/extensions/vscode.json.i18n.json +16 -0
- package/translations/extensions/vscode.julia.i18n.json +16 -0
- package/translations/extensions/vscode.latex.i18n.json +16 -0
- package/translations/extensions/vscode.less.i18n.json +16 -0
- package/translations/extensions/vscode.log.i18n.json +16 -0
- package/translations/extensions/vscode.lua.i18n.json +16 -0
- package/translations/extensions/vscode.make.i18n.json +16 -0
- package/translations/extensions/vscode.markdown-language-features.i18n.json +150 -0
- package/translations/extensions/vscode.markdown-math.i18n.json +18 -0
- package/translations/extensions/vscode.markdown.i18n.json +16 -0
- package/translations/extensions/vscode.media-preview.i18n.json +40 -0
- package/translations/extensions/vscode.merge-conflict.i18n.json +49 -0
- package/translations/extensions/vscode.microsoft-authentication.i18n.json +40 -0
- package/translations/extensions/vscode.npm.i18n.json +122 -0
- package/translations/extensions/vscode.objective-c.i18n.json +16 -0
- package/translations/extensions/vscode.perl.i18n.json +16 -0
- package/translations/extensions/vscode.php-language-features.i18n.json +31 -0
- package/translations/extensions/vscode.php.i18n.json +16 -0
- package/translations/extensions/vscode.powershell.i18n.json +16 -0
- package/translations/extensions/vscode.pug.i18n.json +16 -0
- package/translations/extensions/vscode.python.i18n.json +16 -0
- package/translations/extensions/vscode.r.i18n.json +16 -0
- package/translations/extensions/vscode.razor.i18n.json +16 -0
- package/translations/extensions/vscode.references-view.i18n.json +61 -0
- package/translations/extensions/vscode.restructuredtext.i18n.json +16 -0
- package/translations/extensions/vscode.ruby.i18n.json +16 -0
- package/translations/extensions/vscode.rust.i18n.json +16 -0
- package/translations/extensions/vscode.scss.i18n.json +16 -0
- package/translations/extensions/vscode.search-result.i18n.json +16 -0
- package/translations/extensions/vscode.shaderlab.i18n.json +16 -0
- package/translations/extensions/vscode.shellscript.i18n.json +16 -0
- package/translations/extensions/vscode.simple-browser.i18n.json +28 -0
- package/translations/extensions/vscode.sql.i18n.json +16 -0
- package/translations/extensions/vscode.swift.i18n.json +16 -0
- package/translations/extensions/vscode.theme-abyss.i18n.json +17 -0
- package/translations/extensions/vscode.theme-defaults.i18n.json +25 -0
- package/translations/extensions/vscode.theme-kimbie-dark.i18n.json +17 -0
- package/translations/extensions/vscode.theme-monokai-dimmed.i18n.json +17 -0
- package/translations/extensions/vscode.theme-monokai.i18n.json +17 -0
- package/translations/extensions/vscode.theme-quietlight.i18n.json +17 -0
- package/translations/extensions/vscode.theme-red.i18n.json +17 -0
- package/translations/extensions/vscode.theme-solarized-dark.i18n.json +17 -0
- package/translations/extensions/vscode.theme-solarized-light.i18n.json +17 -0
- package/translations/extensions/vscode.theme-tomorrow-night-blue.i18n.json +17 -0
- package/translations/extensions/vscode.tunnel-forwarding.i18n.json +27 -0
- package/translations/extensions/vscode.typescript-language-features.i18n.json +350 -0
- package/translations/extensions/vscode.typescript.i18n.json +16 -0
- package/translations/extensions/vscode.vb.i18n.json +16 -0
- package/translations/extensions/vscode.vscode-theme-seti.i18n.json +17 -0
- package/translations/extensions/vscode.xml.i18n.json +16 -0
- package/translations/extensions/vscode.yaml.i18n.json +16 -0
- package/translations/main.i18n.json.js +13020 -0
|
@@ -0,0 +1,606 @@
|
|
|
1
|
+
{
|
|
2
|
+
"": [
|
|
3
|
+
"--------------------------------------------------------------------------------------------",
|
|
4
|
+
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
|
5
|
+
"Licensed under the MIT License. See License.txt in the project root for license information.",
|
|
6
|
+
"--------------------------------------------------------------------------------------------",
|
|
7
|
+
"Do not edit this file. It is machine generated."
|
|
8
|
+
],
|
|
9
|
+
"version": "1.0.0",
|
|
10
|
+
"contents": {
|
|
11
|
+
"bundle": {
|
|
12
|
+
"\"{0}\" has fingerprint \"{1}\"": "\"{0}\" hæs fïñgërprïñt \"{1}\"",
|
|
13
|
+
"$(info) Remote \"{0}\" has no tags.": "$(ïñfø) Rëmøtë \"{0}\" hæs ñø tægs.",
|
|
14
|
+
"$(info) This repository has no tags.": "$(ïñfø) Thïs rëpøsïtørÿ hæs ñø tægs.",
|
|
15
|
+
"A branch named \"{0}\" already exists": "Æ þræñçh ñæmëð \"{0}\" ælrëæðÿ ëxïsts",
|
|
16
|
+
"A git repository was found in the parent folders of the workspace or the open file(s). Would you like to open the repository?": "Æ gït rëpøsïtørÿ wæs føµñð ïñ thë pærëñt følðërs øf thë wørkspæçë ør thë øpëñ fïlë(s). Wøµlð ÿøµ lïkë tø øpëñ thë rëpøsïtørÿ?",
|
|
17
|
+
"Absolute paths not supported in \"git.scanRepositories\" setting.": "Æþsølµtë pæths ñøt sµppørtëð ïñ \"gït.sçæñRëpøsïtørïës\" sëttïñg.",
|
|
18
|
+
"Add Remote": "Æðð Rëmøtë",
|
|
19
|
+
"Add a new remote...": "Æðð æ ñëw rëmøtë...",
|
|
20
|
+
"Add remote from URL": "Æðð rëmøtë frøm ÜR£",
|
|
21
|
+
"Add remote from {0}": "Æðð rëmøtë frøm {0}",
|
|
22
|
+
"Add to Workspace": "Æðð tø Wørkspæçë",
|
|
23
|
+
"All Changes": "Æll Çhæñgës",
|
|
24
|
+
"All Repositories": "Æll Rëpøsïtørïës",
|
|
25
|
+
"Always": "Ælwæÿs",
|
|
26
|
+
"Always Pull": "Ælwæÿs Pµll",
|
|
27
|
+
"Are you sure you want to DELETE {0} files?\\nThis is IRREVERSIBLE!\\nThese files will be FOREVER LOST if you proceed.": "Ærë ÿøµ sµrë ÿøµ wæñt tø ÐË£ËTË {0} fïlës?\\ñThïs ïs ÏRRËVËR§ÏߣË!\\ñThësë fïlës wïll þë FØRËVËR £Ø§T ïf ÿøµ prøçëëð.",
|
|
28
|
+
"Are you sure you want to DELETE {0}?\\nThis is IRREVERSIBLE!\\nThis file will be FOREVER LOST if you proceed.": "Ærë ÿøµ sµrë ÿøµ wæñt tø ÐË£ËTË {0}?\\ñThïs ïs ÏRRËVËR§ÏߣË!\\ñThïs fïlë wïll þë FØRËVËR £Ø§T ïf ÿøµ prøçëëð.",
|
|
29
|
+
"Are you sure you want to continue connecting?": "Ærë ÿøµ sµrë ÿøµ wæñt tø çøñtïñµë çøññëçtïñg?",
|
|
30
|
+
"Are you sure you want to create an empty commit?": "Ærë ÿøµ sµrë ÿøµ wæñt tø çrëætë æñ ëmptÿ çømmït?",
|
|
31
|
+
"Are you sure you want to discard ALL changes in {0} files?\\nThis is IRREVERSIBLE!\\nYour current working set will be FOREVER LOST if you proceed.": "Ærë ÿøµ sµrë ÿøµ wæñt tø ðïsçærð Æ££ çhæñgës ïñ {0} fïlës?\\ñThïs ïs ÏRRËVËR§ÏߣË!\\ñÝøµr çµrrëñt wørkïñg sët wïll þë FØRËVËR £Ø§T ïf ÿøµ prøçëëð.",
|
|
32
|
+
"Are you sure you want to discard changes in {0} files?": "Ærë ÿøµ sµrë ÿøµ wæñt tø ðïsçærð çhæñgës ïñ {0} fïlës?",
|
|
33
|
+
"Are you sure you want to discard changes in {0}?": "Ærë ÿøµ sµrë ÿøµ wæñt tø ðïsçærð çhæñgës ïñ {0}?",
|
|
34
|
+
"Are you sure you want to drop ALL stashes? There are {0} stashes that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "Ærë ÿøµ sµrë ÿøµ wæñt tø ðrøp Æ££ stæshës? Thërë ærë {0} stæshës thæt wïll þë sµþjëçt tø prµñïñg, æñð MÆÝ ßË ÏMPا§Ïß£Ë TØ RËÇØVËR.",
|
|
35
|
+
"Are you sure you want to drop ALL stashes? There is 1 stash that will be subject to pruning, and MAY BE IMPOSSIBLE TO RECOVER.": "Ærë ÿøµ sµrë ÿøµ wæñt tø ðrøp Æ££ stæshës? Thërë ïs 1 stæsh thæt wïll þë sµþjëçt tø prµñïñg, æñð MÆÝ ßË ÏMPا§Ïß£Ë TØ RËÇØVËR.",
|
|
36
|
+
"Are you sure you want to drop the stash: {0}?": "Ærë ÿøµ sµrë ÿøµ wæñt tø ðrøp thë stæsh: {0}?",
|
|
37
|
+
"Are you sure you want to restore {0} files?": "Ærë ÿøµ sµrë ÿøµ wæñt tø rëstørë {0} fïlës?",
|
|
38
|
+
"Are you sure you want to restore {0}?": "Ærë ÿøµ sµrë ÿøµ wæñt tø rëstørë {0}?",
|
|
39
|
+
"Are you sure you want to stage {0} files with merge conflicts?": "Ærë ÿøµ sµrë ÿøµ wæñt tø stægë {0} fïlës wïth mërgë çøñflïçts?",
|
|
40
|
+
"Are you sure you want to stage {0} with merge conflicts?": "Ærë ÿøµ sµrë ÿøµ wæñt tø stægë {0} wïth mërgë çøñflïçts?",
|
|
41
|
+
"Ask Me Later": "Æsk Më £ætër",
|
|
42
|
+
"Branch name": "ßræñçh ñæmë",
|
|
43
|
+
"Branch name needs to match regex: {0}": "ßræñçh ñæmë ñëëðs tø mætçh rëgëx: {0}",
|
|
44
|
+
"Can\\'t push refs to remote. Try running \"Pull\" first to integrate your changes.": "Çæñ\\'t pµsh rëfs tø rëmøtë. Trÿ rµññïñg \"Pµll\" fïrst tø ïñtëgrætë ÿøµr çhæñgës.",
|
|
45
|
+
"Can\\'t undo because HEAD doesn\\'t point to any commit.": "Çæñ\\'t µñðø þëçæµsë HËÆÐ ðøësñ\\'t pøïñt tø æñÿ çømmït.",
|
|
46
|
+
"Changes": "Çhæñgës",
|
|
47
|
+
"Checking Out Branch/Tag...": "Çhëçkïñg صt ßræñçh/Tæg...",
|
|
48
|
+
"Checking Out Changes...": "Çhëçkïñg صt Çhæñgës...",
|
|
49
|
+
"Checkout Branch/Tag...": "Çhëçkøµt ßræñçh/Tæg...",
|
|
50
|
+
"Checkout detached...": "Çhëçkøµt ðëtæçhëð...",
|
|
51
|
+
"Choose Folder...": "Çhøøsë Følðër...",
|
|
52
|
+
"Choose a folder to clone {0} into": "Çhøøsë æ følðër tø çløñë {0} ïñtø",
|
|
53
|
+
"Choose a repository": "Çhøøsë æ rëpøsïtørÿ",
|
|
54
|
+
"Choose which repository to clone": "Çhøøsë whïçh rëpøsïtørÿ tø çløñë",
|
|
55
|
+
"Clone from URL": "Çløñë frøm ÜR£",
|
|
56
|
+
"Clone from {0}": "Çløñë frøm {0}",
|
|
57
|
+
"Cloning git repository \"{0}\"...": "Çløñïñg gït rëpøsïtørÿ \"{0}\"...",
|
|
58
|
+
"Commit": "Çømmït",
|
|
59
|
+
"Commit & Push Changes": "Çømmït & Pµsh Çhæñgës",
|
|
60
|
+
"Commit & Sync Changes": "Çømmït & §ÿñç Çhæñgës",
|
|
61
|
+
"Commit Anyway": "Çømmït Æñÿwæÿ",
|
|
62
|
+
"Commit Changes": "Çømmït Çhæñgës",
|
|
63
|
+
"Commit Changes on \"{0}\"": "Çømmït Çhæñgës øñ \"{0}\"",
|
|
64
|
+
"Commit Changes to New Branch": "Çømmït Çhæñgës tø Ñëw ßræñçh",
|
|
65
|
+
"Commit Hash": "Çømmït Hæsh",
|
|
66
|
+
"Commit message": "Çømmït mëssægë",
|
|
67
|
+
"Commit operation was cancelled due to empty commit message.": "Çømmït øpërætïøñ wæs çæñçëllëð ðµë tø ëmptÿ çømmït mëssægë.",
|
|
68
|
+
"Commit to New Branch & Push Changes": "Çømmït tø Ñëw ßræñçh & Pµsh Çhæñgës",
|
|
69
|
+
"Commit to New Branch & Synchronize Changes": "Çømmït tø Ñëw ßræñçh & §ÿñçhrøñïzë Çhæñgës",
|
|
70
|
+
"Commit to a New Branch": "Çømmït tø æ Ñëw ßræñçh",
|
|
71
|
+
"Commits without verification are not allowed, please enable them with the \"git.allowNoVerifyCommit\" setting.": "Çømmïts wïthøµt vërïfïçætïøñ ærë ñøt ælløwëð, plëæsë ëñæþlë thëm wïth thë \"gït.ælløwÑøVërïfÿÇømmït\" sëttïñg.",
|
|
72
|
+
"Committing & Pushing Changes...": "Çømmïttïñg & Pµshïñg Çhæñgës...",
|
|
73
|
+
"Committing & Synchronizing Changes...": "Çømmïttïñg & §ÿñçhrøñïzïñg Çhæñgës...",
|
|
74
|
+
"Committing Changes to New Branch...": "Çømmïttïñg Çhæñgës tø Ñëw ßræñçh...",
|
|
75
|
+
"Committing Changes...": "Çømmïttïñg Çhæñgës...",
|
|
76
|
+
"Committing to New Branch & Pushing Changes...": "Çømmïttïñg tø Ñëw ßræñçh & Pµshïñg Çhæñgës...",
|
|
77
|
+
"Committing to New Branch & Synchronizing Changes...": "Çømmïttïñg tø Ñëw ßræñçh & §ÿñçhrøñïzïñg Çhæñgës...",
|
|
78
|
+
"Conflict: Added By Them": "Çøñflïçt: Æððëð ßÿ Thëm",
|
|
79
|
+
"Conflict: Added By Us": "Çøñflïçt: Æððëð ßÿ Üs",
|
|
80
|
+
"Conflict: Both Added": "Çøñflïçt: ßøth Æððëð",
|
|
81
|
+
"Conflict: Both Deleted": "Çøñflïçt: ßøth Ðëlëtëð",
|
|
82
|
+
"Conflict: Both Modified": "Çøñflïçt: ßøth Møðïfïëð",
|
|
83
|
+
"Conflict: Deleted By Them": "Çøñflïçt: Ðëlëtëð ßÿ Thëm",
|
|
84
|
+
"Conflict: Deleted By Us": "Çøñflïçt: Ðëlëtëð ßÿ Üs",
|
|
85
|
+
"Continue Rebase": "Çøñtïñµë Rëþæsë",
|
|
86
|
+
"Continuing Rebase...": "Çøñtïñµïñg Rëþæsë...",
|
|
87
|
+
"Could not clone your repository as Git is not installed.": "Çøµlð ñøt çløñë ÿøµr rëpøsïtørÿ æs Gït ïs ñøt ïñstællëð.",
|
|
88
|
+
"Create Empty Commit": "Çrëætë Ëmptÿ Çømmït",
|
|
89
|
+
"Create new branch from...": "Çrëætë ñëw þræñçh frøm...",
|
|
90
|
+
"Create new branch...": "Çrëætë ñëw þræñçh...",
|
|
91
|
+
"Current": "ǵrrëñt",
|
|
92
|
+
"Current commit message only contains whitespace characters": "ǵrrëñt çømmït mëssægë øñlÿ çøñtæïñs whïtëspæçë çhæræçtërs",
|
|
93
|
+
"Delete Branch": "Ðëlëtë ßræñçh",
|
|
94
|
+
"Delete File": "Ðëlëtë Fïlë",
|
|
95
|
+
"Delete Files": "Ðëlëtë Fïlës",
|
|
96
|
+
"Delete file": "Ðëlëtë fïlë",
|
|
97
|
+
"Deleted": "Ðëlëtëð",
|
|
98
|
+
"Discard 1 File": "Ðïsçærð 1 Fïlë",
|
|
99
|
+
"Discard 1 Tracked File": "Ðïsçærð 1 Træçkëð Fïlë",
|
|
100
|
+
"Discard All {0} Files": "Ðïsçærð Æll {0} Fïlës",
|
|
101
|
+
"Discard Changes": "Ðïsçærð Çhæñgës",
|
|
102
|
+
"Discard {0} Tracked Files": "Ðïsçærð {0} Træçkëð Fïlës",
|
|
103
|
+
"Don\\'t Pull": "Ðøñ\\'t Pµll",
|
|
104
|
+
"Don\\'t Show Again": "Ðøñ\\'t §høw Ægæïñ",
|
|
105
|
+
"Download Git": "Ðøwñløæð Gït",
|
|
106
|
+
"Email": "Ëmæïl",
|
|
107
|
+
"Enables the following features: {0}": "Ëñæþlës thë følløwïñg fëætµrës: {0}",
|
|
108
|
+
"Failed to authenticate to git remote.": "Fæïlëð tø æµthëñtïçætë tø gït rëmøtë.",
|
|
109
|
+
"Failed to authenticate to git remote:\\n\\n{0}": "Fæïlëð tø æµthëñtïçætë tø gït rëmøtë:\\ñ\\ñ{0}",
|
|
110
|
+
"File \"{0}\" was deleted by them and modified by us.\\n\\nWhat would you like to do?": "Fïlë \"{0}\" wæs ðëlëtëð þÿ thëm æñð møðïfïëð þÿ µs.\\ñ\\ñWhæt wøµlð ÿøµ lïkë tø ðø?",
|
|
111
|
+
"File \"{0}\" was deleted by us and modified by them.\\n\\nWhat would you like to do?": "Fïlë \"{0}\" wæs ðëlëtëð þÿ µs æñð møðïfïëð þÿ thëm.\\ñ\\ñWhæt wøµlð ÿøµ lïkë tø ðø?",
|
|
112
|
+
"Force Checkout": "Førçë Çhëçkøµt",
|
|
113
|
+
"Force push is not allowed, please enable it with the \"git.allowForcePush\" setting.": "Førçë pµsh ïs ñøt ælløwëð, plëæsë ëñæþlë ït wïth thë \"gït.ælløwFørçëPµsh\" sëttïñg.",
|
|
114
|
+
"Git History": "Gït Hïstørÿ",
|
|
115
|
+
"Git error": "Gït ërrør",
|
|
116
|
+
"Git local working changes": "Gït løçæl wørkïñg çhæñgës",
|
|
117
|
+
"Git not found. Install it or configure it using the \"git.path\" setting.": "Gït ñøt føµñð. Ïñstæll ït ør çøñfïgµrë ït µsïñg thë \"gït.pæth\" sëttïñg.",
|
|
118
|
+
"Git repositories were found in the parent folders of the workspace or the open file(s). Would you like to open the repositories?": "Gït rëpøsïtørïës wërë føµñð ïñ thë pærëñt følðërs øf thë wørkspæçë ør thë øpëñ fïlë(s). Wøµlð ÿøµ lïkë tø øpëñ thë rëpøsïtørïës?",
|
|
119
|
+
"Git: {0}": "Gït: {0}",
|
|
120
|
+
"HEAD version of \"{0}\" is not available.": "HËÆÐ vërsïøñ øf \"{0}\" ïs ñøt ævæïlæþlë.",
|
|
121
|
+
"Ignored": "Ïgñørëð",
|
|
122
|
+
"Incoming": "Ïñçømïñg",
|
|
123
|
+
"Index Added": "Ïñðëx Æððëð",
|
|
124
|
+
"Index Copied": "Ïñðëx Çøpïëð",
|
|
125
|
+
"Index Deleted": "Ïñðëx Ðëlëtëð",
|
|
126
|
+
"Index Modified": "Ïñðëx Møðïfïëð",
|
|
127
|
+
"Index Renamed": "Ïñðëx Rëñæmëð",
|
|
128
|
+
"Initialize Repository": "Ïñïtïælïzë Rëpøsïtørÿ",
|
|
129
|
+
"Intent to Add": "Ïñtëñt tø Æðð",
|
|
130
|
+
"Intent to Rename": "Ïñtëñt tø Rëñæmë",
|
|
131
|
+
"Invalid branch name": "Ïñvælïð þræñçh ñæmë",
|
|
132
|
+
"It looks like the current branch \"{0}\" might have been rebased. Are you sure you still want to pull into it?": "Ït løøks lïkë thë çµrrëñt þræñçh \"{0}\" mïght hævë þëëñ rëþæsëð. Ærë ÿøµ sµrë ÿøµ stïll wæñt tø pµll ïñtø ït?",
|
|
133
|
+
"It looks like the current branch might have been rebased. Are you sure you still want to pull into it?": "Ït løøks lïkë thë çµrrëñt þræñçh mïght hævë þëëñ rëþæsëð. Ærë ÿøµ sµrë ÿøµ stïll wæñt tø pµll ïñtø ït?",
|
|
134
|
+
"It\\'s not possible to change the commit message in the middle of a rebase. Please complete the rebase operation and use interactive rebase instead.": "Ït\\'s ñøt pøssïþlë tø çhæñgë thë çømmït mëssægë ïñ thë mïððlë øf æ rëþæsë. Plëæsë çømplëtë thë rëþæsë øpërætïøñ æñð µsë ïñtëræçtïvë rëþæsë ïñstëæð.",
|
|
135
|
+
"Keep Our Version": "Këëp صr Vërsïøñ",
|
|
136
|
+
"Keep Their Version": "Këëp Thëïr Vërsïøñ",
|
|
137
|
+
"Learn More": "£ëærñ Mørë",
|
|
138
|
+
"Log level: {0}": "£øg lëvël: {0}",
|
|
139
|
+
"Make sure you configure your \"user.name\" and \"user.email\" in git.": "Mækë sµrë ÿøµ çøñfïgµrë ÿøµr \"µsër.ñæmë\" æñð \"µsër.ëmæïl\" ïñ gït.",
|
|
140
|
+
"Manage Unsafe Repositories": "Mæñægë Üñsæfë Rëpøsïtørïës",
|
|
141
|
+
"Merge Changes": "Mërgë Çhæñgës",
|
|
142
|
+
"Message": "Mëssægë",
|
|
143
|
+
"Message (commit on \"{0}\")": "Mëssægë (çømmït øñ \"{0}\")",
|
|
144
|
+
"Message ({0} to commit on \"{1}\")": "Mëssægë ({0} tø çømmït øñ \"{1}\")",
|
|
145
|
+
"Message ({0} to commit)": "Mëssægë ({0} tø çømmït)",
|
|
146
|
+
"Migrate Changes": "Mïgrætë Çhæñgës",
|
|
147
|
+
"Modified": "Møðïfïëð",
|
|
148
|
+
"Never": "Ñëvër",
|
|
149
|
+
"No": "Ñø",
|
|
150
|
+
"No rebase in progress.": "Ñø rëþæsë ïñ prøgrëss.",
|
|
151
|
+
"OK": "ØK",
|
|
152
|
+
"OK, Don\\'t Ask Again": "ØK, Ðøñ\\'t Æsk Ægæïñ",
|
|
153
|
+
"OK, Don\\'t Show Again": "ØK, Ðøñ\\'t §høw Ægæïñ",
|
|
154
|
+
"Open": "Øpëñ",
|
|
155
|
+
"Open Comparison": "Øpëñ Çømpærïsøñ",
|
|
156
|
+
"Open Git Log": "Øpëñ Gït £øg",
|
|
157
|
+
"Open Merge": "Øpëñ Mërgë",
|
|
158
|
+
"Open Repositories In Parent Folders": "Øpëñ Rëpøsïtørïës Ïñ Pærëñt Følðërs",
|
|
159
|
+
"Open Repository": "Øpëñ Rëpøsïtørÿ",
|
|
160
|
+
"Open in New Window": "Øpëñ ïñ Ñëw Wïñðøw",
|
|
161
|
+
"Optionally provide a stash message": "Øptïøñællÿ prøvïðë æ stæsh mëssægë",
|
|
162
|
+
"Passphrase": "Pæssphræsë",
|
|
163
|
+
"Pick a branch to pull from": "Pïçk æ þræñçh tø pµll frøm",
|
|
164
|
+
"Pick a provider to publish the branch \"{0}\" to:": "Pïçk æ prøvïðër tø pµþlïsh thë þræñçh \"{0}\" tø:",
|
|
165
|
+
"Pick a remote to publish the branch \"{0}\" to:": "Pïçk æ rëmøtë tø pµþlïsh thë þræñçh \"{0}\" tø:",
|
|
166
|
+
"Pick a remote to pull the branch from": "Pïçk æ rëmøtë tø pµll thë þræñçh frøm",
|
|
167
|
+
"Pick a remote to remove": "Pïçk æ rëmøtë tø rëmøvë",
|
|
168
|
+
"Pick a repository to mark as safe and open": "Pïçk æ rëpøsïtørÿ tø mærk æs sæfë æñð øpëñ",
|
|
169
|
+
"Pick a repository to open": "Pïçk æ rëpøsïtørÿ tø øpëñ",
|
|
170
|
+
"Pick a repository to reopen": "Pïçk æ rëpøsïtørÿ tø rëøpëñ",
|
|
171
|
+
"Pick a stash to apply": "Pïçk æ stæsh tø æpplÿ",
|
|
172
|
+
"Pick a stash to drop": "Pïçk æ stæsh tø ðrøp",
|
|
173
|
+
"Pick a stash to pop": "Pïçk æ stæsh tø pøp",
|
|
174
|
+
"Pick workspace folder to initialize git repo in": "Pïçk wørkspæçë følðër tø ïñïtïælïzë gït rëpø ïñ",
|
|
175
|
+
"Please check out a branch to push to a remote.": "Plëæsë çhëçk øµt æ þræñçh tø pµsh tø æ rëmøtë.",
|
|
176
|
+
"Please clean your repository working tree before checkout.": "Plëæsë çlëæñ ÿøµr rëpøsïtørÿ wørkïñg trëë þëførë çhëçkøµt.",
|
|
177
|
+
"Please provide a commit message": "Plëæsë prøvïðë æ çømmït mëssægë",
|
|
178
|
+
"Please provide a message to annotate the tag": "Plëæsë prøvïðë æ mëssægë tø æññøtætë thë tæg",
|
|
179
|
+
"Please provide a new branch name": "Plëæsë prøvïðë æ ñëw þræñçh ñæmë",
|
|
180
|
+
"Please provide a remote name": "Plëæsë prøvïðë æ rëmøtë ñæmë",
|
|
181
|
+
"Please provide a tag name": "Plëæsë prøvïðë æ tæg ñæmë",
|
|
182
|
+
"Please provide the commit hash": "Plëæsë prøvïðë thë çømmït hæsh",
|
|
183
|
+
"Publish Branch": "Pµþlïsh ßræñçh",
|
|
184
|
+
"Publish Branch \"{0}\"/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Pµþlïsh Branch \"{0}\"",
|
|
185
|
+
"Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Pµþlïsh Branch",
|
|
186
|
+
"Publish to {0}": "Pµþlïsh tø {0}",
|
|
187
|
+
"Publish to...": "Pµþlïsh tø...",
|
|
188
|
+
"Publishing Branch \"{0}\".../{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Pµþlïshïñg Branch \"{0}\"...",
|
|
189
|
+
"Publishing Branch.../{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "Pµþlïshïñg Branch...",
|
|
190
|
+
"Pull": "Pµll",
|
|
191
|
+
"Pull {0} and push {1} commits between {2}/{3}": "Pµll {0} æñð pµsh {1} çømmïts þëtwëëñ {2}/{3}",
|
|
192
|
+
"Pull {0} commits from {1}/{2}": "Pµll {0} çømmïts frøm {1}/{2}",
|
|
193
|
+
"Push {0} commits to {1}/{2}": "Pµsh {0} çømmïts tø {1}/{2}",
|
|
194
|
+
"Rebasing": "Rëþæsïñg",
|
|
195
|
+
"Remote \"{0}\" already exists.": "Rëmøtë \"{0}\" ælrëæðÿ ëxïsts.",
|
|
196
|
+
"Remote branch at {0}": "Rëmøtë þræñçh æt {0}",
|
|
197
|
+
"Remote name": "Rëmøtë ñæmë",
|
|
198
|
+
"Remote name format invalid": "Rëmøtë ñæmë førmæt ïñvælïð",
|
|
199
|
+
"Reopen Closed Repositories": "Rëøpëñ Çløsëð Rëpøsïtørïës",
|
|
200
|
+
"Replace Local Tag(s)": "Rëplæçë £øçæl Tæg(s)",
|
|
201
|
+
"Restore file": "Rëstørë fïlë",
|
|
202
|
+
"Restore files": "Rëstørë fïlës",
|
|
203
|
+
"Save All & Commit Changes": "§ævë Æll & Çømmït Çhæñgës",
|
|
204
|
+
"Save All & Stash": "§ævë Æll & §tæsh",
|
|
205
|
+
"Select a branch or tag to checkout": "§ëlëçt æ þræñçh ør tæg tø çhëçkøµt",
|
|
206
|
+
"Select a branch to checkout in detached mode": "§ëlëçt æ þræñçh tø çhëçkøµt ïñ ðëtæçhëð møðë",
|
|
207
|
+
"Select a branch to delete": "§ëlëçt æ þræñçh tø ðëlëtë",
|
|
208
|
+
"Select a branch to merge from": "§ëlëçt æ þræñçh tø mërgë frøm",
|
|
209
|
+
"Select a branch to rebase onto": "§ëlëçt æ þræñçh tø rëþæsë øñtø",
|
|
210
|
+
"Select a ref to create the branch from": "§ëlëçt æ rëf tø çrëætë thë þræñçh frøm",
|
|
211
|
+
"Select a remote to delete a tag from": "§ëlëçt æ rëmøtë tø ðëlëtë æ tæg frøm",
|
|
212
|
+
"Select a remote to fetch": "§ëlëçt æ rëmøtë tø fëtçh",
|
|
213
|
+
"Select a tag to delete": "§ëlëçt æ tæg tø ðëlëtë",
|
|
214
|
+
"Select as Repository Destination": "§ëlëçt æs Rëpøsïtørÿ Ðëstïñætïøñ",
|
|
215
|
+
"Show Changes": "§høw Çhæñgës",
|
|
216
|
+
"Show Command Output": "§høw Çømmæñð Øµtpµt",
|
|
217
|
+
"Skipped found git in: \"{0}\"": "§kïppëð føµñð gït ïñ: \"{0}\"",
|
|
218
|
+
"Staged Changes": "§tægëð Çhæñgës",
|
|
219
|
+
"Stash & Checkout": "§tæsh & Çhëçkøµt",
|
|
220
|
+
"Stash Anyway": "§tæsh Æñÿwæÿ",
|
|
221
|
+
"Stash message": "§tæsh mëssægë",
|
|
222
|
+
"Stashed Changes": "§tæshëð Çhæñgës",
|
|
223
|
+
"Successfully pushed.": "§µççëssfµllÿ pµshëð.",
|
|
224
|
+
"Synchronize Changes": "§ÿñçhrøñïzë Çhæñgës",
|
|
225
|
+
"Synchronizing Changes...": "§ÿñçhrøñïzïñg Çhæñgës...",
|
|
226
|
+
"Syncing. Cancelling may cause serious damages to the repository": "§ÿñçïñg. Çæñçëllïñg mæÿ çæµsë sërïøµs ðæmægës tø thë rëpøsïtørÿ",
|
|
227
|
+
"Tag at {0}": "Tæg æt {0}",
|
|
228
|
+
"Tag name": "Tæg ñæmë",
|
|
229
|
+
"The \"{0}\" repository has {1} submodules which won\\'t be opened automatically. You can still open each one individually by opening a file within.": "Thë \"{0}\" rëpøsïtørÿ hæs {1} sµþmøðµlës whïçh wøñ\\'t þë øpëñëð æµtømætïçællÿ. Ýøµ çæñ stïll øpëñ ëæçh øñë ïñðïvïðµællÿ þÿ øpëñïñg æ fïlë wïthïñ.",
|
|
230
|
+
"The branch \"{0}\" has no remote branch. Would you like to publish this branch?": "Thë þræñçh \"{0}\" hæs ñø rëmøtë þræñçh. Wøµlð ÿøµ lïkë tø pµþlïsh thïs þræñçh?",
|
|
231
|
+
"The branch \"{0}\" is not fully merged. Delete anyway?": "Thë þræñçh \"{0}\" ïs ñøt fµllÿ mërgëð. Ðëlëtë æñÿwæÿ?",
|
|
232
|
+
"The current branch is not published to the remote. Would you like to publish it to access your changes elsewhere?": "Thë çµrrëñt þræñçh ïs ñøt pµþlïshëð tø thë rëmøtë. Wøµlð ÿøµ lïkë tø pµþlïsh ït tø æççëss ÿøµr çhæñgës ëlsëwhërë?",
|
|
233
|
+
"The following file has unsaved changes which won\\'t be included in the commit if you proceed: {0}.\\n\\nWould you like to save it before committing?": "Thë følløwïñg fïlë hæs µñsævëð çhæñgës whïçh wøñ\\'t þë ïñçlµðëð ïñ thë çømmït ïf ÿøµ prøçëëð: {0}.\\ñ\\ñWøµlð ÿøµ lïkë tø sævë ït þëførë çømmïttïñg?",
|
|
234
|
+
"The following file has unsaved changes which won\\'t be included in the stash if you proceed: {0}.\\n\\nWould you like to save it before stashing?": "Thë følløwïñg fïlë hæs µñsævëð çhæñgës whïçh wøñ\\'t þë ïñçlµðëð ïñ thë stæsh ïf ÿøµ prøçëëð: {0}.\\ñ\\ñWøµlð ÿøµ lïkë tø sævë ït þëførë stæshïñg?",
|
|
235
|
+
"The following untracked file will be DELETED FROM DISK if discarded: {0}.": "Thë følløwïñg µñtræçkëð fïlë wïll þë ÐË£ËTËÐ FRØM ÐϧK ïf ðïsçærðëð: {0}.",
|
|
236
|
+
"The git repositories in the current folder are potentially unsafe as the folders are owned by someone other than the current user.": "Thë gït rëpøsïtørïës ïñ thë çµrrëñt følðër ærë pøtëñtïællÿ µñsæfë æs thë følðërs ærë øwñëð þÿ sømëøñë øthër thæñ thë çµrrëñt µsër.",
|
|
237
|
+
"The git repository at \"{0}\" has too many active changes, only a subset of Git features will be enabled.": "Thë gït rëpøsïtørÿ æt \"{0}\" hæs tøø mæñÿ æçtïvë çhæñgës, øñlÿ æ sµþsët øf Gït fëætµrës wïll þë ëñæþlëð.",
|
|
238
|
+
"The git repository in the current folder is potentially unsafe as the folder is owned by someone other than the current user.": "Thë gït rëpøsïtørÿ ïñ thë çµrrëñt følðër ïs pøtëñtïællÿ µñsæfë æs thë følðër ïs øwñëð þÿ sømëøñë øthër thæñ thë çµrrëñt µsër.",
|
|
239
|
+
"The last commit was a merge commit. Are you sure you want to undo it?": "Thë læst çømmït wæs æ mërgë çømmït. Ærë ÿøµ sµrë ÿøµ wæñt tø µñðø ït?",
|
|
240
|
+
"The new branch will be \"{0}\"": "Thë ñëw þræñçh wïll þë \"{0}\"",
|
|
241
|
+
"The repository does not have any commits. Please make an initial commit before creating a stash.": "Thë rëpøsïtørÿ ðøës ñøt hævë æñÿ çømmïts. Plëæsë mækë æñ ïñïtïæl çømmït þëførë çrëætïñg æ stæsh.",
|
|
242
|
+
"The selection range does not contain any changes.": "Thë sëlëçtïøñ ræñgë ðøës ñøt çøñtæïñ æñÿ çhæñgës.",
|
|
243
|
+
"There are known issues with the installed Git \"{0}\". Please update to Git >= 2.27 for the git features to work correctly.": "Thërë ærë kñøwñ ïssµës wïth thë ïñstællëð Gït \"{0}\". Plëæsë µpðætë tø Gït >= 2.27 før thë gït fëætµrës tø wørk çørrëçtlÿ.",
|
|
244
|
+
"There are merge conflicts. Resolve them before committing.": "Thërë ærë mërgë çøñflïçts. Rësølvë thëm þëførë çømmïttïñg.",
|
|
245
|
+
"There are no available repositories": "Thërë ærë ñø ævæïlæþlë rëpøsïtørïës",
|
|
246
|
+
"There are no changes to commit.": "Thërë ærë ñø çhæñgës tø çømmït.",
|
|
247
|
+
"There are no changes to stash.": "Thërë ærë ñø çhæñgës tø stæsh.",
|
|
248
|
+
"There are no staged changes to commit.\\n\\nWould you like to stage all your changes and commit them directly?": "Thërë ærë ñø stægëð çhæñgës tø çømmït.\\ñ\\ñWøµlð ÿøµ lïkë tø stægë æll ÿøµr çhæñgës æñð çømmït thëm ðïrëçtlÿ?",
|
|
249
|
+
"There are no staged changes to stash.": "Thërë ærë ñø stægëð çhæñgës tø stæsh.",
|
|
250
|
+
"There are no stashes in the repository.": "Thërë ærë ñø stæshës ïñ thë rëpøsïtørÿ.",
|
|
251
|
+
"There are {0} unsaved files.\\n\\nWould you like to save them before committing?": "Thërë ærë {0} µñsævëð fïlës.\\ñ\\ñWøµlð ÿøµ lïkë tø sævë thëm þëførë çømmïttïñg?",
|
|
252
|
+
"There are {0} unsaved files.\\n\\nWould you like to save them before stashing?": "Thërë ærë {0} µñsævëð fïlës.\\ñ\\ñWøµlð ÿøµ lïkë tø sævë thëm þëførë stæshïñg?",
|
|
253
|
+
"There are {0} untracked files which will be DELETED FROM DISK if discarded.": "Thërë ærë {0} µñtræçkëð fïlës whïçh wïll þë ÐË£ËTËÐ FRØM ÐϧK ïf ðïsçærðëð.",
|
|
254
|
+
"There were merge conflicts while applying the stash.": "Thërë wërë mërgë çøñflïçts whïlë æpplÿïñg thë stæsh.",
|
|
255
|
+
"This action will pull and push commits from and to \"{0}/{1}\".": "Thïs æçtïøñ wïll pµll æñð pµsh çømmïts frøm æñð tø \"{0}/{1}\".",
|
|
256
|
+
"This repository has no remotes configured to fetch from.": "Thïs rëpøsïtørÿ hæs ñø rëmøtës çøñfïgµrëð tø fëtçh frøm.",
|
|
257
|
+
"This will DELETE {0} untracked files!\\nThis is IRREVERSIBLE!\\nThese files will be FOREVER LOST.": "Thïs wïll ÐË£ËTË {0} µñtræçkëð fïlës!\\ñThïs ïs ÏRRËVËR§ÏߣË!\\ñThësë fïlës wïll þë FØRËVËR £Ø§T.",
|
|
258
|
+
"This will create a Git repository in \"{0}\". Are you sure you want to continue?": "Thïs wïll çrëætë æ Gït rëpøsïtørÿ ïñ \"{0}\". Ærë ÿøµ sµrë ÿøµ wæñt tø çøñtïñµë?",
|
|
259
|
+
"Too many changes were detected. Only the first {0} changes will be shown below.": "Tøø mæñÿ çhæñgës wërë ðëtëçtëð. Øñlÿ thë fïrst {0} çhæñgës wïll þë shøwñ þëløw.",
|
|
260
|
+
"Type Changed": "Tÿpë Çhæñgëð",
|
|
261
|
+
"Unable to pull from remote repository due to conflicting tag(s): {0}. Would you like to resolve the conflict by replacing the local tag(s)?": "Üñæþlë tø pµll frøm rëmøtë rëpøsïtørÿ ðµë tø çøñflïçtïñg tæg(s): {0}. Wøµlð ÿøµ lïkë tø rësølvë thë çøñflïçt þÿ rëplæçïñg thë løçæl tæg(s)?",
|
|
262
|
+
"Uncommitted Changes": "Üñçømmïttëð Çhæñgës",
|
|
263
|
+
"Undo merge commit": "Üñðø mërgë çømmït",
|
|
264
|
+
"Untracked": "Üñtræçkëð",
|
|
265
|
+
"Untracked Changes": "Üñtræçkëð Çhæñgës",
|
|
266
|
+
"Update Git": "Üpðætë Gït",
|
|
267
|
+
"Using git \"{0}\" from \"{1}\"": "Üsïñg gït \"{0}\" frøm \"{1}\"",
|
|
268
|
+
"Validating found git in: \"{0}\"": "Vælïðætïñg føµñð gït ïñ: \"{0}\"",
|
|
269
|
+
"Would you like to add \"{0}\" to .gitignore?": "Wøµlð ÿøµ lïkë tø æðð \"{0}\" tø .gïtïgñørë?",
|
|
270
|
+
"Would you like to open the cloned repository, or add it to the current workspace?": "Wøµlð ÿøµ lïkë tø øpëñ thë çløñëð rëpøsïtørÿ, ør æðð ït tø thë çµrrëñt wørkspæçë?",
|
|
271
|
+
"Would you like to open the cloned repository?": "Wøµlð ÿøµ lïkë tø øpëñ thë çløñëð rëpøsïtørÿ?",
|
|
272
|
+
"Would you like to open the initialized repository, or add it to the current workspace?": "Wøµlð ÿøµ lïkë tø øpëñ thë ïñïtïælïzëð rëpøsïtørÿ, ør æðð ït tø thë çµrrëñt wørkspæçë?",
|
|
273
|
+
"Would you like to open the initialized repository?": "Wøµlð ÿøµ lïkë tø øpëñ thë ïñïtïælïzëð rëpøsïtørÿ?",
|
|
274
|
+
"Would you like {0} to [periodically run \"git fetch\"]({1})?": "Wøµlð ÿøµ lïkë {0} tø [përïøðïçællÿ rµñ \"gït fëtçh\"]({1})?",
|
|
275
|
+
"Yes": "Ýës",
|
|
276
|
+
"Yes, Don\\'t Show Again": "Ýës, Ðøñ\\'t §høw Ægæïñ",
|
|
277
|
+
"You": "Ýøµ",
|
|
278
|
+
"You are about to commit your changes without verification, this skips pre-commit hooks and can be undesirable.\\n\\nAre you sure to continue?": "Ýøµ ærë æþøµt tø çømmït ÿøµr çhæñgës wïthøµt vërïfïçætïøñ, thïs skïps prë-çømmït høøks æñð çæñ þë µñðësïræþlë.\\ñ\\ñÆrë ÿøµ sµrë tø çøñtïñµë?",
|
|
279
|
+
"You are about to force push your changes, this can be destructive and could inadvertently overwrite changes made by others.\\n\\nAre you sure to continue?": "Ýøµ ærë æþøµt tø førçë pµsh ÿøµr çhæñgës, thïs çæñ þë ðëstrµçtïvë æñð çøµlð ïñæðvërtëñtlÿ øvërwrïtë çhæñgës mæðë þÿ øthërs.\\ñ\\ñÆrë ÿøµ sµrë tø çøñtïñµë?",
|
|
280
|
+
"You are trying to commit to a protected branch and you might not have permission to push your commits to the remote.\\n\\nHow would you like to proceed?": "Ýøµ ærë trÿïñg tø çømmït tø æ prøtëçtëð þræñçh æñð ÿøµ mïght ñøt hævë përmïssïøñ tø pµsh ÿøµr çømmïts tø thë rëmøtë.\\ñ\\ñHøw wøµlð ÿøµ lïkë tø prøçëëð?",
|
|
281
|
+
"You seem to have git \"{0}\" installed. Code works best with git >= 2": "Ýøµ sëëm tø hævë gït \"{0}\" ïñstællëð. Çøðë wørks þëst wïth gït >= 2",
|
|
282
|
+
"Your local changes would be overwritten by checkout.": "Ýøµr løçæl çhæñgës wøµlð þë øvërwrïttëñ þÿ çhëçkøµt.",
|
|
283
|
+
"Your repository has no remotes configured to publish to.": "Ýøµr rëpøsïtørÿ hæs ñø rëmøtës çøñfïgµrëð tø pµþlïsh tø.",
|
|
284
|
+
"Your repository has no remotes configured to pull from.": "Ýøµr rëpøsïtørÿ hæs ñø rëmøtës çøñfïgµrëð tø pµll frøm.",
|
|
285
|
+
"Your repository has no remotes configured to push to.": "Ýøµr rëpøsïtørÿ hæs ñø rëmøtës çøñfïgµrëð tø pµsh tø.",
|
|
286
|
+
"Your repository has no remotes.": "Ýøµr rëpøsïtørÿ hæs ñø rëmøtës.",
|
|
287
|
+
"no": "ñø",
|
|
288
|
+
"yes": "ÿës",
|
|
289
|
+
"{0} (Deleted)": "{0} (Ðëlëtëð)",
|
|
290
|
+
"{0} (Index)": "{0} (Ïñðëx)",
|
|
291
|
+
"{0} (Intent to add)": "{0} (Ïñtëñt tø æðð)",
|
|
292
|
+
"{0} (Ours)": "{0} (صrs)",
|
|
293
|
+
"{0} (Theirs)": "{0} (Thëïrs)",
|
|
294
|
+
"{0} (Type changed)": "{0} (Tÿpë çhæñgëð)",
|
|
295
|
+
"{0} (Untracked)": "{0} (Üñtræçkëð)",
|
|
296
|
+
"{0} (Working Tree)": "{0} (Wørkïñg Trëë)",
|
|
297
|
+
"{0} ({1})": "{0} ({1})",
|
|
298
|
+
"{0} ({1}) ↔ {0} ({2})": "{0} ({1}) ↔ {0} ({2})",
|
|
299
|
+
"{0} Commit": "{0} Çømmït",
|
|
300
|
+
"{0} Commit & Push": "{0} Çømmït & Pµsh",
|
|
301
|
+
"{0} Commit & Sync": "{0} Çømmït & §ÿñç",
|
|
302
|
+
"{0} Commit (Amend)": "{0} Çømmït (Æmëñð)",
|
|
303
|
+
"{0} Continue": "{0} Çøñtïñµë",
|
|
304
|
+
"{0} Fetch all remotes": "{0} Fëtçh æll rëmøtës",
|
|
305
|
+
"{0} Publish Branch/{Locked=\"Branch\"}Do not translate \"Branch\" as it is a git term": "{0} Pµþlïsh Branch",
|
|
306
|
+
"{0} Sync Changes{1}{2}": "{0} §ÿñç Çhæñgës{1}{2}",
|
|
307
|
+
"{0} characters left in current line": "{0} çhæræçtërs lëft ïñ çµrrëñt lïñë",
|
|
308
|
+
"{0} characters over {1} in current line": "{0} çhæræçtërs øvër {1} ïñ çµrrëñt lïñë",
|
|
309
|
+
"{0} ↔ {1}": "{0} ↔ {1}",
|
|
310
|
+
"{0}\\n\\nThis is IRREVERSIBLE, your current working set will be FOREVER LOST.": "{0}\\ñ\\ñThïs ïs ÏRRËVËR§ÏߣË, ÿøµr çµrrëñt wørkïñg sët wïll þë FØRËVËR £Ø§T."
|
|
311
|
+
},
|
|
312
|
+
"package": {
|
|
313
|
+
"colors.added": "Çølør før æððëð rësøµrçës.",
|
|
314
|
+
"colors.conflict": "Çølør før rësøµrçës wïth çøñflïçts.",
|
|
315
|
+
"colors.deleted": "Çølør før ðëlëtëð rësøµrçës.",
|
|
316
|
+
"colors.ignored": "Çølør før ïgñørëð rësøµrçës.",
|
|
317
|
+
"colors.modified": "Çølør før møðïfïëð rësøµrçës.",
|
|
318
|
+
"colors.renamed": "Çølør før rëñæmëð ør çøpïëð rësøµrçës.",
|
|
319
|
+
"colors.stageDeleted": "Çølør før ðëlëtëð rësøµrçës whïçh hævë þëëñ stægëð.",
|
|
320
|
+
"colors.stageModified": "Çølør før møðïfïëð rësøµrçës whïçh hævë þëëñ stægëð.",
|
|
321
|
+
"colors.submodule": "Çølør før sµþmøðµlë rësøµrçës.",
|
|
322
|
+
"colors.untracked": "Çølør før µñtræçkëð rësøµrçës.",
|
|
323
|
+
"command.addRemote": "Æðð Rëmøtë...",
|
|
324
|
+
"command.api.getRemoteSources": "Gët Rëmøtë §øµrçës",
|
|
325
|
+
"command.api.getRepositories": "Gët Rëpøsïtørïës",
|
|
326
|
+
"command.api.getRepositoryState": "Gët Rëpøsïtørÿ §tætë",
|
|
327
|
+
"command.branch": "Çrëætë ßræñçh...",
|
|
328
|
+
"command.branchFrom": "Çrëætë ßræñçh Frøm...",
|
|
329
|
+
"command.checkout": "Çhëçkøµt tø...",
|
|
330
|
+
"command.checkoutDetached": "Çhëçkøµt tø (Ðëtæçhëð)...",
|
|
331
|
+
"command.cherryPick": "Çhërrÿ Pïçk...",
|
|
332
|
+
"command.clean": "Ðïsçærð Çhæñgës",
|
|
333
|
+
"command.cleanAll": "Ðïsçærð Æll Çhæñgës",
|
|
334
|
+
"command.cleanAllTracked": "Ðïsçærð Æll Træçkëð Çhæñgës",
|
|
335
|
+
"command.cleanAllUntracked": "Ðïsçærð Æll Üñtræçkëð Çhæñgës",
|
|
336
|
+
"command.clone": "Çløñë",
|
|
337
|
+
"command.cloneRecursive": "Çløñë (Rëçµrsïvë)",
|
|
338
|
+
"command.close": "Çløsë Rëpøsïtørÿ",
|
|
339
|
+
"command.closeAllDiffEditors": "Çløsë Æll Ðïff Ëðïtørs",
|
|
340
|
+
"command.commit": "Çømmït",
|
|
341
|
+
"command.commitAll": "Çømmït Æll",
|
|
342
|
+
"command.commitAllAmend": "Çømmït Æll (Æmëñð)",
|
|
343
|
+
"command.commitAllAmendNoVerify": "Çømmït Æll (Æmëñð, Ñø Vërïfÿ)",
|
|
344
|
+
"command.commitAllNoVerify": "Çømmït Æll (Ñø Vërïfÿ)",
|
|
345
|
+
"command.commitAllSigned": "Çømmït Æll (§ïgñëð Øff)",
|
|
346
|
+
"command.commitAllSignedNoVerify": "Çømmït Æll (§ïgñëð Øff, Ñø Vërïfÿ)",
|
|
347
|
+
"command.commitAmend": "Çømmït (Æmëñð)",
|
|
348
|
+
"command.commitAmendNoVerify": "Çømmït (Æmëñð, Ñø Vërïfÿ)",
|
|
349
|
+
"command.commitEmpty": "Çømmït Ëmptÿ",
|
|
350
|
+
"command.commitEmptyNoVerify": "Çømmït Ëmptÿ (Ñø Vërïfÿ)",
|
|
351
|
+
"command.commitMessageAccept": "Æççëpt Çømmït Mëssægë",
|
|
352
|
+
"command.commitMessageDiscard": "Ðïsçærð Çømmït Mëssægë",
|
|
353
|
+
"command.commitNoVerify": "Çømmït (Ñø Vërïfÿ)",
|
|
354
|
+
"command.commitSigned": "Çømmït (§ïgñëð Øff)",
|
|
355
|
+
"command.commitSignedNoVerify": "Çømmït (§ïgñëð Øff, Ñø Vërïfÿ)",
|
|
356
|
+
"command.commitStaged": "Çømmït §tægëð",
|
|
357
|
+
"command.commitStagedAmend": "Çømmït §tægëð (Æmëñð)",
|
|
358
|
+
"command.commitStagedAmendNoVerify": "Çømmït §tægëð (Æmëñð, Ñø Vërïfÿ)",
|
|
359
|
+
"command.commitStagedNoVerify": "Çømmït §tægëð (Ñø Vërïfÿ)",
|
|
360
|
+
"command.commitStagedSigned": "Çømmït §tægëð (§ïgñëð Øff)",
|
|
361
|
+
"command.commitStagedSignedNoVerify": "Çømmït §tægëð (§ïgñëð Øff, Ñø Vërïfÿ)",
|
|
362
|
+
"command.continueInLocalClone": "Çløñë Rëpøsïtørÿ £øçællÿ æñð Øpëñ øñ Ðësktøp...",
|
|
363
|
+
"command.continueInLocalClone.qualifiedName": "Çøñtïñµë Wørkïñg ïñ Ñëw £øçæl Çløñë",
|
|
364
|
+
"command.createTag": "Çrëætë Tæg",
|
|
365
|
+
"command.deleteBranch": "Ðëlëtë ßræñçh...",
|
|
366
|
+
"command.deleteRemoteTag": "Ðëlëtë Rëmøtë Tæg",
|
|
367
|
+
"command.deleteTag": "Ðëlëtë Tæg",
|
|
368
|
+
"command.fetch": "Fëtçh",
|
|
369
|
+
"command.fetchAll": "Fëtçh Frøm Æll Rëmøtës",
|
|
370
|
+
"command.fetchPrune": "Fëtçh (Prµñë)",
|
|
371
|
+
"command.git.acceptMerge": "Çømplëtë Mërgë",
|
|
372
|
+
"command.git.openMergeEditor": "Rësølvë ïñ Mërgë Ëðïtør",
|
|
373
|
+
"command.git.runGitMerge": "Çømpµtë Çøñflïçts Wïth Gït",
|
|
374
|
+
"command.git.runGitMergeDiff3": "Çømpµtë Çøñflïçts Wïth Gït (Ðïff3)",
|
|
375
|
+
"command.ignore": "Æðð tø .gïtïgñørë",
|
|
376
|
+
"command.init": "Ïñïtïælïzë Rëpøsïtørÿ",
|
|
377
|
+
"command.manageUnsafeRepositories": "Mæñægë Üñsæfë Rëpøsïtørïës",
|
|
378
|
+
"command.merge": "Mërgë ßræñçh...",
|
|
379
|
+
"command.mergeAbort": "Æþørt Mërgë",
|
|
380
|
+
"command.openAllChanges": "Øpëñ Æll Çhæñgës",
|
|
381
|
+
"command.openChange": "Øpëñ Çhæñgës",
|
|
382
|
+
"command.openFile": "Øpëñ Fïlë",
|
|
383
|
+
"command.openHEADFile": "Øpëñ Fïlë (HËÆÐ)",
|
|
384
|
+
"command.openRepositoriesInParentFolders": "Øpëñ Rëpøsïtørïës Ïñ Pærëñt Følðërs",
|
|
385
|
+
"command.openRepository": "Øpëñ Rëpøsïtørÿ",
|
|
386
|
+
"command.publish": "Pµþlïsh ßræñçh...",
|
|
387
|
+
"command.pull": "Pµll",
|
|
388
|
+
"command.pullFrom": "Pµll frøm...",
|
|
389
|
+
"command.pullRebase": "Pµll (Rëþæsë)",
|
|
390
|
+
"command.push": "Pµsh",
|
|
391
|
+
"command.pushFollowTags": "Pµsh (Følløw Tægs)",
|
|
392
|
+
"command.pushFollowTagsForce": "Pµsh (Følløw Tægs, Førçë)",
|
|
393
|
+
"command.pushForce": "Pµsh (Førçë)",
|
|
394
|
+
"command.pushTags": "Pµsh Tægs",
|
|
395
|
+
"command.pushTo": "Pµsh tø...",
|
|
396
|
+
"command.pushToForce": "Pµsh tø... (Førçë)",
|
|
397
|
+
"command.rebase": "Rëþæsë ßræñçh...",
|
|
398
|
+
"command.rebaseAbort": "Æþørt Rëþæsë",
|
|
399
|
+
"command.refresh": "Rëfrësh",
|
|
400
|
+
"command.removeRemote": "Rëmøvë Rëmøtë",
|
|
401
|
+
"command.rename": "Rëñæmë",
|
|
402
|
+
"command.renameBranch": "Rëñæmë ßræñçh...",
|
|
403
|
+
"command.reopenClosedRepositories": "Rëøpëñ Çløsëð Rëpøsïtørïës...",
|
|
404
|
+
"command.restoreCommitTemplate": "Rëstørë Çømmït Tëmplætë",
|
|
405
|
+
"command.revealFileInOS.linux": "Øpëñ Çøñtæïñïñg Følðër",
|
|
406
|
+
"command.revealFileInOS.mac": "Rëvëæl ïñ Fïñðër",
|
|
407
|
+
"command.revealFileInOS.windows": "Rëvëæl ïñ Fïlë Ëxplørër",
|
|
408
|
+
"command.revealInExplorer": "Rëvëæl ïñ Ëxplørër Vïëw",
|
|
409
|
+
"command.revertChange": "Rëvërt Çhæñgë",
|
|
410
|
+
"command.revertSelectedRanges": "Rëvërt §ëlëçtëð Ræñgës",
|
|
411
|
+
"command.showOutput": "§høw Gït صtpµt",
|
|
412
|
+
"command.stage": "§tægë Çhæñgës",
|
|
413
|
+
"command.stageAll": "§tægë Æll Çhæñgës",
|
|
414
|
+
"command.stageAllMerge": "§tægë Æll Mërgë Çhæñgës",
|
|
415
|
+
"command.stageAllTracked": "§tægë Æll Træçkëð Çhæñgës",
|
|
416
|
+
"command.stageAllUntracked": "§tægë Æll Üñtræçkëð Çhæñgës",
|
|
417
|
+
"command.stageChange": "§tægë Çhæñgë",
|
|
418
|
+
"command.stageSelectedRanges": "§tægë §ëlëçtëð Ræñgës",
|
|
419
|
+
"command.stash": "§tæsh",
|
|
420
|
+
"command.stashApply": "Æpplÿ §tæsh...",
|
|
421
|
+
"command.stashApplyLatest": "Æpplÿ £ætëst §tæsh",
|
|
422
|
+
"command.stashDrop": "Ðrøp §tæsh...",
|
|
423
|
+
"command.stashDropAll": "Ðrøp Æll §tæshës...",
|
|
424
|
+
"command.stashIncludeUntracked": "§tæsh (Ïñçlµðë Üñtræçkëð)",
|
|
425
|
+
"command.stashPop": "Pøp §tæsh...",
|
|
426
|
+
"command.stashPopLatest": "Pøp £ætëst §tæsh",
|
|
427
|
+
"command.stashStaged": "§tæsh §tægëð",
|
|
428
|
+
"command.sync": "§ÿñç",
|
|
429
|
+
"command.syncRebase": "§ÿñç (Rëþæsë)",
|
|
430
|
+
"command.timelineCompareWithSelected": "Çømpærë wïth §ëlëçtëð",
|
|
431
|
+
"command.timelineCopyCommitId": "Çøpÿ Çømmït ÏÐ",
|
|
432
|
+
"command.timelineCopyCommitMessage": "Çøpÿ Çømmït Mëssægë",
|
|
433
|
+
"command.timelineOpenDiff": "Øpëñ Çhæñgës",
|
|
434
|
+
"command.timelineSelectForCompare": "§ëlëçt før Çømpærë",
|
|
435
|
+
"command.undoCommit": "Üñðø £æst Çømmït",
|
|
436
|
+
"command.unstage": "Üñstægë Çhæñgës",
|
|
437
|
+
"command.unstageAll": "Üñstægë Æll Çhæñgës",
|
|
438
|
+
"command.unstageSelectedRanges": "Üñstægë §ëlëçtëð Ræñgës",
|
|
439
|
+
"config.allowForcePush": "Çøñtrøls whëthër førçë pµsh (wïth ør wïthøµt lëæsë) ïs ëñæþlëð.",
|
|
440
|
+
"config.allowNoVerifyCommit": "Çøñtrøls whëthër çømmïts wïthøµt rµññïñg prë-çømmït æñð çømmït-msg høøks ærë ælløwëð.",
|
|
441
|
+
"config.alwaysShowStagedChangesResourceGroup": "Ælwæÿs shøw thë §tægëð Çhæñgës rësøµrçë grøµp.",
|
|
442
|
+
"config.alwaysSignOff": "Çøñtrøls thë sïgñøff flæg før æll çømmïts.",
|
|
443
|
+
"config.autoRepositoryDetection": "Çøñfïgµrës whëñ rëpøsïtørïës shøµlð þë æµtømætïçællÿ ðëtëçtëð.",
|
|
444
|
+
"config.autoRepositoryDetection.false": "Ðïsæþlë æµtømætïç rëpøsïtørÿ sçæññïñg.",
|
|
445
|
+
"config.autoRepositoryDetection.openEditors": "§çæñ før pærëñt følðërs øf øpëñ fïlës.",
|
|
446
|
+
"config.autoRepositoryDetection.subFolders": "§çæñ før sµþfølðërs øf thë çµrrëñtlÿ øpëñëð følðër.",
|
|
447
|
+
"config.autoRepositoryDetection.true": "§çæñ før þøth sµþfølðërs øf thë çµrrëñt øpëñëð følðër æñð pærëñt følðërs øf øpëñ fïlës.",
|
|
448
|
+
"config.autoStash": "§tæsh æñÿ çhæñgës þëførë pµllïñg æñð rëstørë thëm æftër sµççëssfµl pµll.",
|
|
449
|
+
"config.autofetch": "Whëñ sët tø trµë, çømmïts wïll æµtømætïçællÿ þë fëtçhëð frøm thë ðëfæµlt rëmøtë øf thë çµrrëñt Gït rëpøsïtørÿ. §ëttïñg tø `æll` wïll fëtçh frøm æll rëmøtës.",
|
|
450
|
+
"config.autofetchPeriod": "еrætïøñ ïñ sëçøñðs þëtwëëñ ëæçh æµtømætïç gït fëtçh, whëñ `#gït.æµtøfëtçh#` ïs ëñæþlëð.",
|
|
451
|
+
"config.autorefresh": "Whëthër æµtø rëfrëshïñg ïs ëñæþlëð.",
|
|
452
|
+
"config.branchPrefix": "Prëfïx µsëð whëñ çrëætïñg æ ñëw þræñçh.",
|
|
453
|
+
"config.branchProtection": "£ïst øf prøtëçtëð þræñçhës. ßÿ ðëfæµlt, æ prømpt ïs shøwñ þëførë çhæñgës ærë çømmïttëð tø æ prøtëçtëð þræñçh. Thë prømpt çæñ þë çøñtrøllëð µsïñg thë `#gït.þræñçhPrøtëçtïøñPrømpt#` sëttïñg.",
|
|
454
|
+
"config.branchProtectionPrompt": "Çøñtrøls whëthër æ prømpt ïs þëïñg shøwñ þëførë çhæñgës ærë çømmïttëð tø æ prøtëçtëð þræñçh.",
|
|
455
|
+
"config.branchProtectionPrompt.alwaysCommit": "Ælwæÿs çømmït çhæñgës tø thë prøtëçtëð þræñçh.",
|
|
456
|
+
"config.branchProtectionPrompt.alwaysCommitToNewBranch": "Ælwæÿs çømmït çhæñgës tø æ ñëw þræñçh.",
|
|
457
|
+
"config.branchProtectionPrompt.alwaysPrompt": "Ælwæÿs prømpt þëførë çhæñgës ærë çømmïttëð tø æ prøtëçtëð þræñçh.",
|
|
458
|
+
"config.branchRandomNameDictionary": "£ïst øf ðïçtïøñærïës µsëð før thë ræñðømlÿ gëñërætëð þræñçh ñæmë. Ëæçh vælµë rëprësëñts thë ðïçtïøñærÿ µsëð tø gëñërætë thë sëgmëñt øf thë þræñçh ñæmë. §µppørtëð ðïçtïøñærïës: `æðjëçtïvës`, `æñïmæls`, `çølørs` æñð `ñµmþërs`.",
|
|
459
|
+
"config.branchRandomNameDictionary.adjectives": "Æ ræñðøm æðjëçtïvë",
|
|
460
|
+
"config.branchRandomNameDictionary.animals": "Æ ræñðøm æñïmæl ñæmë",
|
|
461
|
+
"config.branchRandomNameDictionary.colors": "Æ ræñðøm çølør ñæmë",
|
|
462
|
+
"config.branchRandomNameDictionary.numbers": "Æ ræñðøm ñµmþër þëtwëëñ 100 æñð 999",
|
|
463
|
+
"config.branchRandomNameEnable": "Çøñtrøls whëthër æ ræñðøm ñæmë ïs gëñërætëð whëñ çrëætïñg æ ñëw þræñçh.",
|
|
464
|
+
"config.branchSortOrder": "Çøñtrøls thë sørt ørðër før þræñçhës.",
|
|
465
|
+
"config.branchValidationRegex": "Æ rëgµlær ëxprëssïøñ tø vælïðætë ñëw þræñçh ñæmës.",
|
|
466
|
+
"config.branchWhitespaceChar": "Thë çhæræçtër tø rëplæçë whïtëspæçë ïñ ñëw þræñçh ñæmës, æñð tø sëpærætë sëgmëñts øf æ ræñðømlÿ gëñërætëð þræñçh ñæmë.",
|
|
467
|
+
"config.checkoutType": "Çøñtrøls whæt tÿpë øf gït rëfs ærë lïstëð whëñ rµññïñg `Çhëçkøµt tø...`.",
|
|
468
|
+
"config.checkoutType.local": "£øçæl þræñçhës",
|
|
469
|
+
"config.checkoutType.remote": "Rëmøtë þræñçhës",
|
|
470
|
+
"config.checkoutType.tags": "Tægs",
|
|
471
|
+
"config.closeDiffOnOperation": "Çøñtrøls whëthër thë ðïff ëðïtør shøµlð þë æµtømætïçællÿ çløsëð whëñ çhæñgës ærë stæshëð, çømmïttëð, ðïsçærðëð, stægëð, ør µñstægëð.",
|
|
472
|
+
"config.commandsToLog": "£ïst øf gït çømmæñðs (ëx: çømmït, pµsh) thæt wøµlð hævë thëïr `stðøµt` løggëð tø thë [gït øµtpµt](command:git.showOutput). Ïf thë gït çømmæñð hæs æ çlïëñt-sïðë høøk çøñfïgµrëð, thë çlïëñt-sïðë høøk's `stðøµt` wïll ælsø þë løggëð tø thë [gït øµtpµt](command:git.showOutput).",
|
|
473
|
+
"config.confirmEmptyCommits": "Ælwæÿs çøñfïrm thë çrëætïøñ øf ëmptÿ çømmïts før thë 'Gït: Çømmït Ëmptÿ' çømmæñð.",
|
|
474
|
+
"config.confirmForcePush": "Çøñtrøls whëthër tø æsk før çøñfïrmætïøñ þëførë førçë-pµshïñg.",
|
|
475
|
+
"config.confirmNoVerifyCommit": "Çøñtrøls whëthër tø æsk før çøñfïrmætïøñ þëførë çømmïttïñg wïthøµt vërïfïçætïøñ.",
|
|
476
|
+
"config.confirmSync": "Çøñfïrm þëførë sÿñçhrøñïzïñg gït rëpøsïtørïës.",
|
|
477
|
+
"config.countBadge": "Çøñtrøls thë Gït çøµñt þæðgë.",
|
|
478
|
+
"config.countBadge.all": "Çøµñt æll çhæñgës.",
|
|
479
|
+
"config.countBadge.off": "Tµrñ øff çøµñtër.",
|
|
480
|
+
"config.countBadge.tracked": "Çøµñt øñlÿ træçkëð çhæñgës.",
|
|
481
|
+
"config.decorations.enabled": "Çøñtrøls whëthër Gït çøñtrïþµtës çølørs æñð þæðgës tø thë Ëxplørër æñð thë Øpëñ Ëðïtørs vïëw.",
|
|
482
|
+
"config.defaultBranchName": "Thë ñæmë øf thë ðëfæµlt þræñçh (ëx: mæïñ, trµñk, ðëvëløpmëñt) whëñ ïñïtïælïzïñg æ ñëw gït rëpøsïtørÿ. Whëñ sët tø ëmptÿ, thë ðëfæµlt þræñçh ñæmë çøñfïgµrëð ïñ gït wïll þë µsëð. **Ñøtë:** Rëqµïrës gït vërsïøñ `2.28.0` ør lætër.",
|
|
483
|
+
"config.defaultCloneDirectory": "Thë ðëfæµlt løçætïøñ tø çløñë æ gït rëpøsïtørÿ.",
|
|
484
|
+
"config.detectSubmodules": "Çøñtrøls whëthër tø æµtømætïçællÿ ðëtëçt gït sµþmøðµlës.",
|
|
485
|
+
"config.detectSubmodulesLimit": "Çøñtrøls thë lïmït øf gït sµþmøðµlës ðëtëçtëð.",
|
|
486
|
+
"config.discardAllScope": "Çøñtrøls whæt çhæñgës ærë ðïsçærðëð þÿ thë `Ðïsçærð æll çhæñgës` çømmæñð. `æll` ðïsçærðs æll çhæñgës. `træçkëð` ðïsçærðs øñlÿ træçkëð fïlës. `prømpt` shøws æ prømpt ðïæløg ëvërÿ tïmë thë æçtïøñ ïs rµñ.",
|
|
487
|
+
"config.enableCommitSigning": "Ëñæþlës çømmït sïgñïñg wïth GPG ør X.509.",
|
|
488
|
+
"config.enableSmartCommit": "Çømmït æll çhæñgës whëñ thërë ærë ñø stægëð çhæñgës.",
|
|
489
|
+
"config.enableStatusBarSync": "Çøñtrøls whëthër thë Gït §ÿñç çømmæñð æppëærs ïñ thë stætµs þær.",
|
|
490
|
+
"config.enabled": "Whëthër gït ïs ëñæþlëð.",
|
|
491
|
+
"config.experimental.installGuide": "Ëxpërïmëñtæl ïmprøvëmëñts før thë gït sëtµp fløw.",
|
|
492
|
+
"config.fetchOnPull": "Whëñ ëñæþlëð, fëtçh æll þræñçhës whëñ pµllïñg. Øthërwïsë, fëtçh jµst thë çµrrëñt øñë.",
|
|
493
|
+
"config.followTagsWhenSync": "Pµsh æll æññøtætëð tægs whëñ rµññïñg thë sÿñç çømmæñð.",
|
|
494
|
+
"config.ignoreLegacyWarning": "Ïgñørës thë lëgæçÿ Gït wærñïñg.",
|
|
495
|
+
"config.ignoreLimitWarning": "Ïgñørës thë wærñïñg whëñ thërë ærë tøø mæñÿ çhæñgës ïñ æ rëpøsïtørÿ.",
|
|
496
|
+
"config.ignoreMissingGitWarning": "Ïgñørës thë wærñïñg whëñ Gït ïs mïssïñg.",
|
|
497
|
+
"config.ignoreRebaseWarning": "Ïgñørës thë wærñïñg whëñ ït løøks lïkë thë þræñçh mïght hævë þëëñ rëþæsëð whëñ pµllïñg.",
|
|
498
|
+
"config.ignoreSubmodules": "Ïgñørë møðïfïçætïøñs tø sµþmøðµlës ïñ thë fïlë trëë.",
|
|
499
|
+
"config.ignoreWindowsGit27Warning": "Ïgñørës thë wærñïñg whëñ Gït 2.25 - 2.26 ïs ïñstællëð øñ Wïñðøws.",
|
|
500
|
+
"config.ignoredRepositories": "£ïst øf gït rëpøsïtørïës tø ïgñørë.",
|
|
501
|
+
"config.inputValidation": "Çøñtrøls whëñ tø shøw çømmït mëssægë ïñpµt vælïðætïøñ.",
|
|
502
|
+
"config.inputValidationLength": "Çøñtrøls thë çømmït mëssægë lëñgth thrëshølð før shøwïñg æ wærñïñg.",
|
|
503
|
+
"config.inputValidationSubjectLength": "Çøñtrøls thë çømmït mëssægë sµþjëçt lëñgth thrëshølð før shøwïñg æ wærñïñg. Üñsët ït tø ïñhërït thë vælµë øf `#gït.ïñpµtVælïðætïøñ£ëñgth#`.",
|
|
504
|
+
"config.mergeEditor": "Øpëñ thë mërgë ëðïtør før fïlës thæt ærë çµrrëñtlÿ µñðër çøñflïçt.",
|
|
505
|
+
"config.openAfterClone": "Çøñtrøls whëthër tø øpëñ æ rëpøsïtørÿ æµtømætïçællÿ æftër çløñïñg.",
|
|
506
|
+
"config.openAfterClone.always": "Ælwæÿs øpëñ ïñ çµrrëñt wïñðøw.",
|
|
507
|
+
"config.openAfterClone.alwaysNewWindow": "Ælwæÿs øpëñ ïñ æ ñëw wïñðøw.",
|
|
508
|
+
"config.openAfterClone.prompt": "Ælwæÿs prømpt før æçtïøñ.",
|
|
509
|
+
"config.openAfterClone.whenNoFolderOpen": "Øñlÿ øpëñ ïñ çµrrëñt wïñðøw whëñ ñø følðër ïs øpëñëð.",
|
|
510
|
+
"config.openDiffOnClick": "Çøñtrøls whëthër thë ðïff ëðïtør shøµlð þë øpëñëð whëñ çlïçkïñg æ çhæñgë. Øthërwïsë thë rëgµlær ëðïtør wïll þë øpëñëð.",
|
|
511
|
+
"config.openRepositoryInParentFolders": "Çøñtrøl whëthër æ rëpøsïtørÿ ïñ pærëñt følðërs øf wørkspæçës ør øpëñ fïlës shøµlð þë øpëñëð.",
|
|
512
|
+
"config.openRepositoryInParentFolders.always": "Ælwæÿs øpëñ æ rëpøsïtørÿ ïñ pærëñt følðërs øf wørkspæçës ør øpëñ fïlës.",
|
|
513
|
+
"config.openRepositoryInParentFolders.never": "Ñëvër øpëñ æ rëpøsïtørÿ ïñ pærëñt følðërs øf wørkspæçës ør øpëñ fïlës.",
|
|
514
|
+
"config.openRepositoryInParentFolders.prompt": "Prømpt þëførë øpëñïñg æ rëpøsïtørÿ thë pærëñt følðërs øf wørkspæçës ør øpëñ fïlës.",
|
|
515
|
+
"config.optimisticUpdate": "Çøñtrøls whëthër tø øptïmïstïçællÿ µpðætë thë stætë øf thë §øµrçë Çøñtrøl vïëw æftër rµññïñg gït çømmæñðs.",
|
|
516
|
+
"config.path": "Pæth æñð fïlëñæmë øf thë gït ëxëçµtæþlë, ë.g. `Ç:\\Prøgræm Fïlës\\Gït\\þïñ\\gït.ëxë` (Wïñðøws). Thïs çæñ ælsø þë æñ ærræÿ øf strïñg vælµës çøñtæïñïñg mµltïplë pæths tø løøk µp.",
|
|
517
|
+
"config.postCommitCommand": "Rµñ æ gït çømmæñð æftër æ sµççëssfµl çømmït.",
|
|
518
|
+
"config.postCommitCommand.none": "Ðøñ't rµñ æñÿ çømmæñð æftër æ çømmït.",
|
|
519
|
+
"config.postCommitCommand.push": "Rµñ 'gït pµsh' æftër æ sµççëssfµl çømmït.",
|
|
520
|
+
"config.postCommitCommand.sync": "Rµñ 'gït pµll' æñð 'gït pµsh' æftër æ sµççëssfµl çømmït.",
|
|
521
|
+
"config.promptToSaveFilesBeforeCommit": "Çøñtrøls whëthër Gït shøµlð çhëçk før µñsævëð fïlës þëførë çømmïttïñg.",
|
|
522
|
+
"config.promptToSaveFilesBeforeCommit.always": "Çhëçk før æñÿ µñsævëð fïlës.",
|
|
523
|
+
"config.promptToSaveFilesBeforeCommit.never": "Ðïsæþlë thïs çhëçk.",
|
|
524
|
+
"config.promptToSaveFilesBeforeCommit.staged": "Çhëçk øñlÿ før µñsævëð stægëð fïlës.",
|
|
525
|
+
"config.promptToSaveFilesBeforeStash": "Çøñtrøls whëthër Gït shøµlð çhëçk før µñsævëð fïlës þëførë stæshïñg çhæñgës.",
|
|
526
|
+
"config.promptToSaveFilesBeforeStash.always": "Çhëçk før æñÿ µñsævëð fïlës.",
|
|
527
|
+
"config.promptToSaveFilesBeforeStash.never": "Ðïsæþlë thïs çhëçk.",
|
|
528
|
+
"config.promptToSaveFilesBeforeStash.staged": "Çhëçk øñlÿ før µñsævëð stægëð fïlës.",
|
|
529
|
+
"config.pruneOnFetch": "Prµñë whëñ fëtçhïñg.",
|
|
530
|
+
"config.publishBeforeContinueOn": "Çøñtrøls whëthër tø pµþlïsh µñpµþlïshëð gït stætë whëñ µsïñg Çøñtïñµë Wørkïñg Øñ frøm æ gït rëpøsïtørÿ.",
|
|
531
|
+
"config.publishBeforeContinueOn.always": "Ælwæÿs pµþlïsh µñpµþlïshëð gït stætë whëñ µsïñg Çøñtïñµë Wørkïñg Øñ frøm æ gït rëpøsïtørÿ",
|
|
532
|
+
"config.publishBeforeContinueOn.never": "Ñëvër pµþlïsh µñpµþlïshëð gït stætë whëñ µsïñg Çøñtïñµë Wørkïñg Øñ frøm æ gït rëpøsïtørÿ",
|
|
533
|
+
"config.publishBeforeContinueOn.prompt": "Prømpt tø pµþlïsh µñpµþlïshëð gït stætë whëñ µsïñg Çøñtïñµë Wørkïñg Øñ frøm æ gït rëpøsïtørÿ",
|
|
534
|
+
"config.pullBeforeCheckout": "Çøñtrøls whëthër æ þræñçh thæt ðøës ñøt hævë øµtgøïñg çømmïts ïs fæst-førwærðëð þëførë ït ïs çhëçkëð øµt.",
|
|
535
|
+
"config.pullTags": "Fëtçh æll tægs whëñ pµllïñg.",
|
|
536
|
+
"config.rebaseWhenSync": "Førçë gït tø µsë rëþæsë whëñ rµññïñg thë sÿñç çømmæñð.",
|
|
537
|
+
"config.rememberPostCommitCommand": "Rëmëmþër thë læst gït çømmæñð thæt ræñ æftër æ çømmït.",
|
|
538
|
+
"config.repositoryScanIgnoredFolders": "£ïst øf følðërs thæt ærë ïgñørëð whïlë sçæññïñg før Gït rëpøsïtørïës whëñ `#gït.æµtøRëpøsïtørÿÐëtëçtïøñ#` ïs sët tø `trµë` ør `sµþFølðërs`.",
|
|
539
|
+
"config.repositoryScanMaxDepth": "Çøñtrøls thë ðëpth µsëð whëñ sçæññïñg wørkspæçë følðërs før Gït rëpøsïtørïës whëñ `#gït.æµtøRëpøsïtørÿÐëtëçtïøñ#` ïs sët tø `trµë` ør `sµþFølðërs`. Çæñ þë sët tø `-1` før ñø lïmït.",
|
|
540
|
+
"config.requireGitUserConfig": "Çøñtrøls whëthër tø rëqµïrë ëxplïçït Gït µsër çøñfïgµrætïøñ ør ælløw Gït tø gµëss ïf mïssïñg.",
|
|
541
|
+
"config.scanRepositories": "£ïst øf pæths tø sëærçh før gït rëpøsïtørïës ïñ.",
|
|
542
|
+
"config.showActionButton": "Çøñtrøls whëthër æñ æçtïøñ þµttøñ ïs shøwñ ïñ thë §øµrçë Çøñtrøl vïëw.",
|
|
543
|
+
"config.showActionButton.commit": "§høw æñ æçtïøñ þµttøñ tø çømmït çhæñgës whëñ thë løçæl þræñçh hæs møðïfïëð fïlës rëæðÿ tø þë çømmïttëð.",
|
|
544
|
+
"config.showActionButton.publish": "§høw æñ æçtïøñ þµttøñ tø pµþlïsh thë løçæl þræñçh whëñ ït ðøës ñøt hævë æ træçkïñg rëmøtë þræñçh.",
|
|
545
|
+
"config.showActionButton.sync": "§høw æñ æçtïøñ þµttøñ tø sÿñçhrøñïzë çhæñgës whëñ thë løçæl þræñçh ïs ëïthër æhëæð ør þëhïñð thë rëmøtë þræñçh.",
|
|
546
|
+
"config.showCommitInput": "Çøñtrøls whëthër tø shøw thë çømmït ïñpµt ïñ thë Gït søµrçë çøñtrøl pæñël.",
|
|
547
|
+
"config.showInlineOpenFileAction": "Çøñtrøls whëthër tø shøw æñ ïñlïñë Øpëñ Fïlë æçtïøñ ïñ thë Gït çhæñgës vïëw.",
|
|
548
|
+
"config.showProgress": "Çøñtrøls whëthër gït æçtïøñs shøµlð shøw prøgrëss.",
|
|
549
|
+
"config.showPushSuccessNotification": "Çøñtrøls whëthër tø shøw æ ñøtïfïçætïøñ whëñ æ pµsh ïs sµççëssfµl.",
|
|
550
|
+
"config.similarityThreshold": "Çøñtrøls thë thrëshølð øf thë sïmïlærïtÿ ïñðëx (ï.ë. æmøµñt øf æððïtïøñs/ðëlëtïøñs çømpærëð tø thë fïlë's sïzë) før çhæñgës ïñ æ pæïr øf æððëð/ðëlëtëð fïlës tø þë çøñsïðërëð æ rëñæmë. **Ñøtë:** Rëqµïrës gït vërsïøñ `2.18.0` ør lætër.",
|
|
551
|
+
"config.smartCommitChanges": "Çøñtrøl whïçh çhæñgës ærë æµtømætïçællÿ stægëð þÿ §mært Çømmït.",
|
|
552
|
+
"config.smartCommitChanges.all": "Ƶtømætïçællÿ stægë æll çhæñgës.",
|
|
553
|
+
"config.smartCommitChanges.tracked": "Ƶtømætïçællÿ stægë træçkëð çhæñgës øñlÿ.",
|
|
554
|
+
"config.statusLimit": "Çøñtrøls høw tø lïmït thë ñµmþër øf çhæñgës thæt çæñ þë pærsëð frøm Gït stætµs çømmæñð. Çæñ þë sët tø 0 før ñø lïmït.",
|
|
555
|
+
"config.suggestSmartCommit": "§µggësts tø ëñæþlë smært çømmït (çømmït æll çhæñgës whëñ thërë ærë ñø stægëð çhæñgës).",
|
|
556
|
+
"config.supportCancellation": "Çøñtrøls whëthër æ ñøtïfïçætïøñ çømës µp whëñ rµññïñg thë §ÿñç æçtïøñ, whïçh ælløws thë µsër tø çæñçël thë øpërætïøñ.",
|
|
557
|
+
"config.terminalAuthentication": "Çøñtrøls whëthër tø ëñæþlë V§ Çøðë tø þë thë æµthëñtïçætïøñ hæñðlër før Gït prøçëssës spæwñëð ïñ thë Ïñtëgrætëð Tërmïñæl. Ñøtë: Tërmïñæls ñëëð tø þë rëstærtëð tø pïçk µp æ çhæñgë ïñ thïs sëttïñg.",
|
|
558
|
+
"config.terminalGitEditor": "Çøñtrøls whëthër tø ëñæþlë V§ Çøðë tø þë thë Gït ëðïtør før Gït prøçëssës spæwñëð ïñ thë ïñtëgrætëð tërmïñæl. Ñøtë: Tërmïñæls ñëëð tø þë rëstærtëð tø pïçk µp æ çhæñgë ïñ thïs sëttïñg.",
|
|
559
|
+
"config.timeline.date": "Çøñtrøls whïçh ðætë tø µsë før ïtëms ïñ thë Tïmëlïñë vïëw.",
|
|
560
|
+
"config.timeline.date.authored": "Üsë thë æµthørëð ðætë",
|
|
561
|
+
"config.timeline.date.committed": "Üsë thë çømmïttëð ðætë",
|
|
562
|
+
"config.timeline.showAuthor": "Çøñtrøls whëthër tø shøw thë çømmït æµthør ïñ thë Tïmëlïñë vïëw.",
|
|
563
|
+
"config.timeline.showUncommitted": "Çøñtrøls whëthër tø shøw µñçømmïttëð çhæñgës ïñ thë Tïmëlïñë vïëw.",
|
|
564
|
+
"config.untrackedChanges": "Çøñtrøls høw µñtræçkëð çhæñgës þëhævë.",
|
|
565
|
+
"config.untrackedChanges.hidden": "Üñtræçkëð çhæñgës ærë hïððëñ æñð ëxçlµðëð frøm sëvëræl æçtïøñs.",
|
|
566
|
+
"config.untrackedChanges.mixed": "Æll çhæñgës, træçkëð æñð µñtræçkëð, æppëær tøgëthër æñð þëhævë ëqµællÿ.",
|
|
567
|
+
"config.untrackedChanges.separate": "Üñtræçkëð çhæñgës æppëær sëpærætëlÿ ïñ thë §øµrçë Çøñtrøl vïëw. Thëÿ ærë ælsø ëxçlµðëð frøm sëvëræl æçtïøñs.",
|
|
568
|
+
"config.useCommitInputAsStashMessage": "Çøñtrøls whëthër tø µsë thë mëssægë frøm thë çømmït ïñpµt þøx æs thë ðëfæµlt stæsh mëssægë.",
|
|
569
|
+
"config.useEditorAsCommitInput": "Çøñtrøls whëthër æ fµll tëxt ëðïtør wïll þë µsëð tø æµthør çømmït mëssægës, whëñëvër ñø mëssægë ïs prøvïðëð ïñ thë çømmït ïñpµt þøx.",
|
|
570
|
+
"config.useForcePushWithLease": "Çøñtrøls whëthër førçë pµshïñg µsës thë sæfër førçë-wïth-lëæsë værïæñt.",
|
|
571
|
+
"config.useIntegratedAskPass": "Çøñtrøls whëthër GÏT_ƧKPƧ§ shøµlð þë øvërwrïttëñ tø µsë thë ïñtëgrætëð vërsïøñ.",
|
|
572
|
+
"config.verboseCommit": "Ëñæþlë vërþøsë øµtpµt whëñ `#gït.µsëËðïtørÆsÇømmïtÏñpµt#` ïs ëñæþlëð.",
|
|
573
|
+
"description": "Gït §ÇM Ïñtëgrætïøñ",
|
|
574
|
+
"displayName": "Gït",
|
|
575
|
+
"submenu.branch": "ßræñçh",
|
|
576
|
+
"submenu.changes": "Çhæñgës",
|
|
577
|
+
"submenu.commit": "Çømmït",
|
|
578
|
+
"submenu.commit.amend": "Æmëñð",
|
|
579
|
+
"submenu.commit.signoff": "§ïgñ Øff",
|
|
580
|
+
"submenu.explorer": "Gït",
|
|
581
|
+
"submenu.pullpush": "Pµll, Pµsh",
|
|
582
|
+
"submenu.remotes": "Rëmøtë",
|
|
583
|
+
"submenu.stash": "§tæsh",
|
|
584
|
+
"submenu.tags": "Tægs",
|
|
585
|
+
"view.workbench.cloneRepository": "Ýøµ çæñ çløñë æ rëpøsïtørÿ løçællÿ.\r\n[Çløñë Rëpøsïtørÿ](command:git.clone 'Çløñë æ rëpøsïtørÿ øñçë thë gït ëxtëñsïøñ hæs æçtïvætëð')",
|
|
586
|
+
"view.workbench.learnMore": "Tø lëærñ mørë æþøµt høw tø µsë gït æñð søµrçë çøñtrøl ïñ V§ Çøðë [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-sçm).",
|
|
587
|
+
"view.workbench.scm.closedRepositories": "Gït rëpøsïtørïës wërë føµñð thæt wërë prëvïøµslÿ çløsëð.\r\n[Rëøpëñ Çløsëð Rëpøsïtørïës](command:git.reopenClosedRepositories)\r\nTø lëærñ mørë æþøµt høw tø µsë gït æñð søµrçë çøñtrøl ïñ V§ Çøðë [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-sçm).",
|
|
588
|
+
"view.workbench.scm.closedRepository": "Æ gït rëpøsïtørÿ wæs føµñð thæt wæs prëvïøµslÿ çløsëð.\r\n[Rëøpëñ Çløsëð Rëpøsïtørÿ](command:git.reopenClosedRepositories)\r\nTø lëærñ mørë æþøµt høw tø µsë gït æñð søµrçë çøñtrøl ïñ V§ Çøðë [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-sçm).",
|
|
589
|
+
"view.workbench.scm.disabled": "Ïf ÿøµ wøµlð lïkë tø µsë gït fëætµrës, plëæsë ëñæþlë gït ïñ ÿøµr [sëttïñgs](command:workbench.action.openSettings?%5B%22git.enabled%22%5D).\r\nTø lëærñ mørë æþøµt høw tø µsë gït æñð søµrçë çøñtrøl ïñ V§ Çøðë [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-sçm).",
|
|
590
|
+
"view.workbench.scm.empty": "Ïñ ørðër tø µsë gït fëætµrës, ÿøµ çæñ øpëñ æ følðër çøñtæïñïñg æ gït rëpøsïtørÿ ør çløñë frøm æ ÜR£.\r\n[Øpëñ Følðër](command:vscode.openFolder)\r\n[Çløñë Rëpøsïtørÿ](çømmæñð:gït.çløñë)\r\nTø lëærñ mørë æþøµt høw tø µsë gït æñð søµrçë çøñtrøl ïñ V§ Çøðë [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-sçm).",
|
|
591
|
+
"view.workbench.scm.emptyWorkspace": "Thë wørkspæçë çµrrëñtlÿ øpëñ ðøësñ't hævë æñÿ følðërs çøñtæïñïñg gït rëpøsïtørïës.\r\n[Æðð Følðër tø Wørkspæçë](command:workbench.action.addRootFolder)\r\nTø lëærñ mørë æþøµt høw tø µsë gït æñð søµrçë çøñtrøl ïñ V§ Çøðë [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-sçm).",
|
|
592
|
+
"view.workbench.scm.folder": "Thë følðër çµrrëñtlÿ øpëñ ðøësñ't hævë æ gït rëpøsïtørÿ. Ýøµ çæñ ïñïtïælïzë æ rëpøsïtørÿ whïçh wïll ëñæþlë søµrçë çøñtrøl fëætµrës pøwërëð þÿ gït.\r\n[Ïñïtïælïzë Rëpøsïtørÿ](command:git.init?%5Btrue%5D)\r\nTø lëærñ mørë æþøµt høw tø µsë gït æñð søµrçë çøñtrøl ïñ V§ Çøðë [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-sçm).",
|
|
593
|
+
"view.workbench.scm.missing": "Ïñstæll Gït, æ pøpµlær søµrçë çøñtrøl sÿstëm, tø træçk çøðë çhæñgës æñð çøllæþørætë wïth øthërs. £ëærñ mørë ïñ øµr [Gït gµïðës](https://ækæ.ms/vsçøðë-sçm).",
|
|
594
|
+
"view.workbench.scm.missing.linux": "§øµrçë çøñtrøl ðëpëñðs øñ Gït þëïñg ïñstællëð.\r\n[Ðøwñløæð Gït før £ïñµx](https://gït-sçm.çøm/ðøwñløæð/lïñµx)\r\nÆftër ïñstællïñg, plëæsë [rëløæð](command:workbench.action.reloadWindow) (ør [trøµþlëshøøt](çømmæñð:gït.shøwصtpµt)). Æððïtïøñæl søµrçë çøñtrøl prøvïðërs çæñ þë ïñstællëð [frøm thë Mærkëtplæçë](çømmæñð:wørkþëñçh.ëxtëñsïøñs.sëærçh?%22%40çætëgørÿ%3Æ%5Ç%22sçm%20prøvïðërs%5Ç%22%22).",
|
|
595
|
+
"view.workbench.scm.missing.mac": "[Ðøwñløæð Gït før mæçا](https://gït-sçm.çøm/ðøwñløæð/mæç)\r\nÆftër ïñstællïñg, plëæsë [rëløæð](command:workbench.action.reloadWindow) (ør [trøµþlëshøøt](çømmæñð:gït.shøwصtpµt)). Æððïtïøñæl søµrçë çøñtrøl prøvïðërs çæñ þë ïñstællëð [frøm thë Mærkëtplæçë](çømmæñð:wørkþëñçh.ëxtëñsïøñs.sëærçh?%22%40çætëgørÿ%3Æ%5Ç%22sçm%20prøvïðërs%5Ç%22%22).",
|
|
596
|
+
"view.workbench.scm.missing.windows": "[Ðøwñløæð Gït før Wïñðøws](https://gït-sçm.çøm/ðøwñløæð/wïñ)\r\nÆftër ïñstællïñg, plëæsë [rëløæð](command:workbench.action.reloadWindow) (ør [trøµþlëshøøt](çømmæñð:gït.shøwصtpµt)). Æððïtïøñæl søµrçë çøñtrøl prøvïðërs çæñ þë ïñstællëð [frøm thë Mærkëtplæçë](çømmæñð:wørkþëñçh.ëxtëñsïøñs.sëærçh?%22%40çætëgørÿ%3Æ%5Ç%22sçm%20prøvïðërs%5Ç%22%22).",
|
|
597
|
+
"view.workbench.scm.repositoriesInParentFolders": "Gït rëpøsïtørïës wërë føµñð ïñ thë pærëñt følðërs øf thë wørkspæçë ør thë øpëñ fïlë(s).\r\n[Øpëñ Rëpøsïtørÿ](command:git.openRepositoriesInParentFolders)\r\nÜsë thë [gït.øpëñRëpøsïtørÿÏñPærëñtFølðërs](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) sëttïñg tø çøñtrøl whëthër gït rëpøsïtørïës ïñ pærëñt følðërs øf wørkspæçë ør øpëñ fïlës ærë øpëñëð. Tø lëærñ mørë [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-gït-rëpøsïtørÿ-ïñ-pærëñt-følðërs).",
|
|
598
|
+
"view.workbench.scm.repositoryInParentFolders": "Æ gït rëpøsïtørÿ wæs føµñð ïñ thë pærëñt følðërs øf thë wørkspæçë ør thë øpëñ fïlë(s).\r\n[Øpëñ Rëpøsïtørÿ](command:git.openRepositoriesInParentFolders)\r\nÜsë thë [gït.øpëñRëpøsïtørÿÏñPærëñtFølðërs](command:workbench.action.openSettings?%5B%22git.openRepositoryInParentFolders%22%5D) sëttïñg tø çøñtrøl whëthër gït rëpøsïtørïës ïñ pærëñt følðërs øf wørkspæçës ør øpëñ fïlës ærë øpëñëð. Tø lëærñ mørë [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-gït-rëpøsïtørÿ-ïñ-pærëñt-følðërs).",
|
|
599
|
+
"view.workbench.scm.scanFolderForRepositories": "§çæññïñg følðër før gït rëpøsïtørïës...",
|
|
600
|
+
"view.workbench.scm.scanWorkspaceForRepositories": "§çæññïñg wørkspæçë før gït rëpøsïtørïës...",
|
|
601
|
+
"view.workbench.scm.unsafeRepositories": "Thë ðëtëçtëð gït rëpøsïtørïës ærë pøtëñtïællÿ µñsæfë æs thë følðërs ærë øwñëð þÿ sømëøñë øthër thæñ thë çµrrëñt µsër.\r\n[Mæñægë Üñsæfë Rëpøsïtørïës](command:git.manageUnsafeRepositories)\r\nTø lëærñ mørë æþøµt µñsæfë rëpøsïtørïës [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-gït-µñsæfë-rëpøsïtørÿ).",
|
|
602
|
+
"view.workbench.scm.unsafeRepository": "Thë ðëtëçtëð gït rëpøsïtørÿ ïs pøtëñtïællÿ µñsæfë æs thë følðër ïs øwñëð þÿ sømëøñë øthër thæñ thë çµrrëñt µsër.\r\n[Mæñægë Üñsæfë Rëpøsïtørïës](command:git.manageUnsafeRepositories)\r\nTø lëærñ mørë æþøµt µñsæfë rëpøsïtørïës [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-gït-µñsæfë-rëpøsïtørÿ).",
|
|
603
|
+
"view.workbench.scm.workspace": "Thë wørkspæçë çµrrëñtlÿ øpëñ ðøësñ't hævë æñÿ følðërs çøñtæïñïñg gït rëpøsïtørïës. Ýøµ çæñ ïñïtïælïzë æ rëpøsïtørÿ øñ æ følðër whïçh wïll ëñæþlë søµrçë çøñtrøl fëætµrës pøwërëð þÿ gït.\r\n[Ïñïtïælïzë Rëpøsïtørÿ](command:git.init)\r\nTø lëærñ mørë æþøµt høw tø µsë gït æñð søµrçë çøñtrøl ïñ V§ Çøðë [rëæð øµr ðøçs](https://ækæ.ms/vsçøðë-sçm)."
|
|
604
|
+
}
|
|
605
|
+
}
|
|
606
|
+
}
|