@codingame/monaco-vscode-language-pack-pl 2.0.0-v2.1 → 2.0.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/package.json +2 -2
- package/translations/extensions/ms-vscode.js-debug.i18n.json +6 -6
- package/translations/extensions/vscode.configuration-editing.i18n.json +1 -1
- package/translations/extensions/vscode.css-language-features.i18n.json +6 -6
- package/translations/extensions/vscode.git.i18n.json +50 -40
- package/translations/extensions/vscode.github.i18n.json +1 -1
- package/translations/extensions/vscode.html-language-features.i18n.json +3 -3
- package/translations/extensions/vscode.json-language-features.i18n.json +13 -13
- package/translations/extensions/vscode.markdown-language-features.i18n.json +14 -8
- package/translations/extensions/vscode.npm.i18n.json +1 -1
- package/translations/extensions/vscode.typescript-language-features.i18n.json +8 -9
- package/translations/main.i18n.json.js +371 -302
|
@@ -43,22 +43,25 @@
|
|
|
43
43
|
"Insert Markdown Media and Links": "Wstaw multimedia i linki Markdown",
|
|
44
44
|
"Insert image": "Wstawianie obrazu",
|
|
45
45
|
"Insert link": "Wstawianie linku",
|
|
46
|
-
"Link definition for
|
|
46
|
+
"Link definition for '{0}' already exists": "Definicja linku dla elementu „{0}” już istnieje",
|
|
47
47
|
"Link definition is unused": "Definicja linku jest nieużywana",
|
|
48
48
|
"Link is already a reference": "Link jest już odwołaniem",
|
|
49
49
|
"Link is also defined here": "Link jest również zdefiniowany w tym miejscu",
|
|
50
|
+
"Link to '# {0}' in '{1}'": "Link to '# {0}' in '{1}'",
|
|
51
|
+
"Link to '{0}'": "Link to '{0}'",
|
|
50
52
|
"Markdown Language Server": "Serwer języka Markdown",
|
|
51
53
|
"Media": "Multimedia",
|
|
52
54
|
"More Information": "Więcej informacji",
|
|
53
55
|
"Never": "Nigdy",
|
|
54
56
|
"No": "Nie",
|
|
55
|
-
"No header found:
|
|
56
|
-
"No link definition found:
|
|
57
|
+
"No header found: '{0}'": "Nie znaleziono nagłówka: „{0}”",
|
|
58
|
+
"No link definition found: '{0}'": "Nie znaleziono definicji linku: „{0}”",
|
|
57
59
|
"Not on link": "Nie na linku",
|
|
58
60
|
"Only load secure content": "Załaduj tylko bezpieczną zawartość",
|
|
59
61
|
"Organize link definitions": "Organizowanie definicji linków",
|
|
60
62
|
"Potentially unsafe or insecure content has been disabled in the Markdown preview. Change the Markdown preview security setting to allow insecure content or enable scripts": "W podglądzie Markdown wyłączono potencjalnie niebezpieczną lub niezabezpieczoną zawartość. Zmień ustawienie zabezpieczeń w podglądzie Markdown, aby zezwolić na niebezpieczną zawartość lub włączyć skrypty",
|
|
61
63
|
"Preview {0}": "Podgląd {0}",
|
|
64
|
+
"Reference link '{0}'": "Reference link '{0}'",
|
|
62
65
|
"Remove duplicate link definition": "Usuń zduplikowaną definicję linku",
|
|
63
66
|
"Remove unused link definition": "Usuń nieużywaną definicję linku",
|
|
64
67
|
"Renaming is not supported here. Try renaming a header or link.": "Zmiana nazwy nie jest tutaj obsługiwana. Spróbuj zmienić nazwę nagłówka lub linku.",
|
|
@@ -74,15 +77,17 @@
|
|
|
74
77
|
"package": {
|
|
75
78
|
"configuration.copyIntoWorkspace.mediaFiles": "Spróbuj skopiować zewnętrzne pliki obrazów i wideo do obszaru roboczego.",
|
|
76
79
|
"configuration.copyIntoWorkspace.never": "Nie kopiuj plików zewnętrznych do obszaru roboczego.",
|
|
77
|
-
"configuration.markdown.copyFiles.destination": "
|
|
80
|
+
"configuration.markdown.copyFiles.destination": "Defines where files copied created by drop or paste should be created. This is a map from globs that match on the Markdown document to destinations.\r\n\r\nThe destinations may use the following variables:\r\n\r\n- `${documentDirName}` — Absolute parent directory path of the Markdown document, e.g. `/Users/me/myProject/docs`.\r\n- `${documentRelativeDirName}` — Relative parent directory path of the Markdown document, e.g. `docs`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${documentFileName}` — The full filename of the Markdown document, e.g. `README.md`.\r\n- `${documentBaseName}` — The basename of the Markdown document, e.g. `README`.\r\n- `${documentExtName}` — The extension of the Markdown document, e.g. `md`.\r\n- `${documentFilePath}` — Absolute path of the Markdown document, e.g. `/Users/me/myProject/docs/README.md`.\r\n- `${documentRelativeFilePath}` — Relative path of the Markdown document, e.g. `docs/README.md`. This is the same as `${documentFilePath}` if the file is not part of a workspace.\r\n- `${documentWorkspaceFolder}` — The workspace folder for the Markdown document, e.g. `/Users/me/myProject`. This is the same as `${documentDirName}` if the file is not part of a workspace.\r\n- `${fileName}` — The file name of the dropped file, e.g. `image.png`.\r\n- `${fileExtName}` — The extension of the dropped file, e.g. `png`.",
|
|
78
81
|
"configuration.markdown.copyFiles.overwriteBehavior": "Określa, czy pliki utworzone przez funkcję upuszczania lub wklejania powinny zastępować istniejące pliki.",
|
|
79
82
|
"configuration.markdown.copyFiles.overwriteBehavior.nameIncrementally": "Jeśli plik o tej samej nazwie już istnieje, dołącz numer do nazwy pliku, na przykład: plik `image.png` będzie `image-1.png`.",
|
|
80
83
|
"configuration.markdown.copyFiles.overwriteBehavior.overwrite": "Jeśli plik o tej samej nazwie już istnieje, zastąp go.",
|
|
81
84
|
"configuration.markdown.editor.drop.copyIntoWorkspace": "Określa, czy pliki spoza obszaru roboczego, które są porzucane do edytora Języka Markdown, powinny zostać skopiowane do obszaru roboczego.\r\n\r\n Użyj polecenia `#markdown.copyFiles.destination#`, aby skonfigurować miejsce tworzenia skopiowanych usuniętych plików",
|
|
82
85
|
"configuration.markdown.editor.drop.enabled": "Włącz upuszczanie plików do edytora Markdown podczas przytrzymania klawisza Shift. Wymaga włączenia elementu `#editor.dropIntoEditor.enabled#`.",
|
|
86
|
+
"configuration.markdown.editor.filePaste.audioSnippet": "Snippet used when adding audio to Markdown. This snippet can use the following variables:\r\n- `${src}` — The resolved path of the audio file.\r\n- `${title}` — The title used for the audio. A snippet placeholder will automatically be created for this variable.",
|
|
83
87
|
"configuration.markdown.editor.filePaste.copyIntoWorkspace": "Określa, czy pliki spoza obszaru roboczego wklejone do edytora języka Markdown powinny zostać skopiowane do obszaru roboczego.\r\n\r\n Użyj polecenia `#markdown.copyFiles.destination#`, aby skonfigurować miejsce tworzenia skopiowanych plików.",
|
|
84
88
|
"configuration.markdown.editor.filePaste.enabled": "Włącz wklejanie plików do Markdown editor, aby tworzyć linki Markdown. Wymaga włączenia elementu \"#editor.pasteAs.enabled#\".",
|
|
85
|
-
"configuration.markdown.editor.
|
|
89
|
+
"configuration.markdown.editor.filePaste.videoSnippet": "Snippet used when adding videos to Markdown. This snippet can use the following variables:\r\n- `${src}` — The resolved path of the video file.\r\n- `${title}` — The title used for the video. A snippet placeholder will automatically be created for this variable.",
|
|
90
|
+
"configuration.markdown.editor.pasteUrlAsFormattedLink.enabled": "Controls if Markdown links are created when URLs are pasted into a Markdown editor. Requires enabling `#editor.pasteAs.enabled#`.",
|
|
86
91
|
"configuration.markdown.links.openLocation.beside": "Otwieraj linki obok aktywnego edytora.",
|
|
87
92
|
"configuration.markdown.links.openLocation.currentGroup": "Otwórz linki w aktywnej grupie edytorów.",
|
|
88
93
|
"configuration.markdown.links.openLocation.description": "Kontroluje, kiedy linki w plikach Markdown powinny być otwierane.",
|
|
@@ -114,9 +119,10 @@
|
|
|
114
119
|
"configuration.markdown.validate.ignoredLinks.description": "Skonfiguruj linki, które nie powinny być weryfikowane. Na przykład „/about” nie może zweryfikować linku „[about](/about)”, podczas gdy glob „/assets/**/*.svg” pozwala pominąć sprawdzanie poprawności dla dowolnego linku do plików „.svg” w katalogu „assets”.",
|
|
115
120
|
"configuration.markdown.validate.referenceLinks.enabled.description": "Weryfikuj linki referencyjne w plikach języka Markdown, np. `[link][ref]`. Wymaga włączenia elementu `#markdown.validate.enabled#`.",
|
|
116
121
|
"configuration.markdown.validate.unusedLinkDefinitions.description": "Zweryfikuj definicje linków nieużywane w bieżącym pliku.",
|
|
117
|
-
"configuration.pasteUrlAsFormattedLink.always": "
|
|
118
|
-
"configuration.pasteUrlAsFormattedLink.never": "
|
|
119
|
-
"configuration.pasteUrlAsFormattedLink.smart": "
|
|
122
|
+
"configuration.pasteUrlAsFormattedLink.always": "Always insert Markdown links.",
|
|
123
|
+
"configuration.pasteUrlAsFormattedLink.never": "Never create Markdown links.",
|
|
124
|
+
"configuration.pasteUrlAsFormattedLink.smart": "Smartly create Markdown links by default when not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
|
|
125
|
+
"configuration.pasteUrlAsFormattedLink.smartWithSelection": "Smartly create Markdown links by default when you have selected text and are not pasting into a code block or other special element. Use the paste widget to switch between pasting as plain text or as Markdown links.",
|
|
120
126
|
"description": "Udostępnia zaawansowaną obsługę języka dla języka Markdown.",
|
|
121
127
|
"displayName": "Funkcje języka Markdown",
|
|
122
128
|
"markdown.copyImage.title": "Kopiuj obraz",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"Runs the script under the debugger": "Uruchamia skrypt pod kontrolą debugera",
|
|
30
30
|
"The currently latest version of the package": "Obecnie najnowsza wersja pakietu",
|
|
31
31
|
"The setting \"npm.autoDetect\" is \"off\".": "Ustawienie „npm.autoDetect” ma wartość „off”.",
|
|
32
|
-
"Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don
|
|
32
|
+
"Using {0} as the preferred package manager. Found multiple lockfiles for {1}. To resolve this issue, delete the lockfiles that don't match your preferred package manager or change the setting \"npm.packageManager\" to a value other than \"auto\".": "Używanie {0} jako preferowanego menedżera pakietów. Znaleziono wiele plików blokady dla {1}. Aby rozwiązać ten problem, usuń pliki blokad, które nie pasują do preferowanego menedżera pakietów lub zmień ustawienie „npm.packageManager” na wartość inną niż „auto”.",
|
|
33
33
|
"in {0}": "za {0}",
|
|
34
34
|
"latest": "najnowsze",
|
|
35
35
|
"now": "teraz",
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
"Could not install typings files for JavaScript language features. Please ensure that NPM is installed, or configure 'typescript.npm' in your user settings. Alternatively, check the [documentation]({0}) to learn more.": "Nie można zainstalować plików wpisywania dla funkcji języka JavaScript. Upewnij się, że program NPM jest zainstalowany lub skonfiguruj plik „typescript.npm” w ustawieniach użytkownika. Możesz też zapoznać się z [dokumentacją]({0}), aby dowiedzieć się więcej.",
|
|
35
35
|
"Could not load the TypeScript version at this path": "Could not load the TypeScript version at this path",
|
|
36
36
|
"Could not open TS Server log file": "Nie można było otworzyć pliku dziennika serwera języka TS",
|
|
37
|
-
"Destination Files": "Pliki docelowe",
|
|
38
37
|
"Disable logging": "Wyłącz rejestrowanie",
|
|
39
38
|
"Disables semantic checking in a JavaScript file. Must be at the top of a file.": "Wyłącza sprawdzanie semantyczne w pliku JavaScript. Musi znajdować się na początku pliku.",
|
|
40
39
|
"Dismiss": "Odrzuć",
|
|
@@ -102,22 +101,21 @@
|
|
|
102
101
|
"TS Server logging is currently enabled which may impact performance.": "Rejestrowanie serwera TS jest obecnie włączone, co może mieć wpływ na wydajność.",
|
|
103
102
|
"TS Server logging is off. Please set 'typescript.tsserver.log' and restart the TS server to enable logging": "Rejestrowanie serwera języka TS jest wyłączone. Ustaw plik „typescript.tsserver.log” i uruchom ponownie serwer języka TS, aby włączyć rejestrowanie",
|
|
104
103
|
"The JS/TS language service crashed 5 times in the last 5 Minutes.": "Usługa językowa JS/TS uległa awarii 5 razy w ciągu ostatnich 5 minut.",
|
|
105
|
-
"The JS/TS language service crashed 5 times in the last 5 Minutes
|
|
104
|
+
"The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service crashed 5 times in the last 5 Minutes.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}\r\nPlease try disabling these extensions before filing an issue against VS Code.",
|
|
106
105
|
"The JS/TS language service crashed.": "Usługa językowa JS/TS uległa awarii.",
|
|
107
|
-
"The JS/TS language service crashed
|
|
106
|
+
"The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service crashed.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.",
|
|
108
107
|
"The JS/TS language service immediately crashed 5 times. The service will not be restarted.": "Usługa językowa JS/TS natychmiast uległa awarii 5 razy. Usługa nie zostanie ponownie uruchomiona.",
|
|
109
|
-
"The JS/TS language service immediately crashed 5 times. The service will not be restarted
|
|
108
|
+
"The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.": "The JS/TS language service immediately crashed 5 times. The service will not be restarted.\r\nThis may be caused by a plugin contributed by one of these extensions: {0}.\r\nPlease try disabling these extensions before filing an issue against VS Code.",
|
|
110
109
|
"The current selection cannot be extracted": "Nie można wyodrębnić bieżącego zaznaczenia",
|
|
110
|
+
"The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.": "The path {0} doesn't point to a valid Node installation to run TS Server. Falling back to bundled Node.",
|
|
111
111
|
"The path {0} doesn't point to a valid tsserver install. Falling back to bundled TypeScript version.": "Ścieżka {0} nie wskazuje prawidłowej instalacji tsserver. Wykonywany jest powrót do dołączonej wersji języka TypeScript.",
|
|
112
|
-
"The
|
|
113
|
-
"The path {0} doesn\\'t point to a valid tsserver install. Falling back to bundled TypeScript version.": "Ścieżka {0} nie wskazuje prawidłowej instalacji tsserver. Wykonywany jest powrót do dołączonej wersji języka TypeScript.",
|
|
114
|
-
"The workspace is using an old version of TypeScript ({0}).\\n\\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "Obszar roboczy używa starej wersji języka TypeScript ({0}).\\n\\nPrzed zgłoszeniem problemu zaktualizuj obszar roboczy, aby używał języka TypeScript {1} lub nowszego, aby upewnić się, że usterka nie została już usunięta.",
|
|
112
|
+
"The workspace is using an old version of TypeScript ({0}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.": "The workspace is using an old version of TypeScript ({0}).\r\n\r\nBefore reporting an issue, please update the workspace to use TypeScript {1} or newer to make sure the bug has not already been fixed.",
|
|
115
113
|
"This workspace contains a TypeScript version. Would you like to use the workspace TypeScript version for TypeScript and JavaScript language features?": "Ten obszar roboczy zawiera wersję języka TypeScript. Czy chcesz użyć wersji języka TypeScript z obszaru roboczego dla funkcji języków TypeScript i JavaScript?",
|
|
116
114
|
"This workspace wants to use the Node installation at '{0}' to run TS Server. Would you like to use it?": "Ten obszar roboczy chce użyć instalacji węzła w „{0}” do uruchomienia serwera TS. Czy chcesz to użyć?",
|
|
117
115
|
"To enable project-wide JavaScript/TypeScript language features, exclude folders with many files, like: {0}": "Aby włączyć funkcje języka JavaScript/TypeScript w całym projekcie, należy wykluczyć foldery z wieloma plikami, na przykład: {0}",
|
|
118
116
|
"To enable project-wide JavaScript/TypeScript language features, exclude large folders with source files that you do not work on.": "Aby włączyć funkcje języka JavaScript/TypeScript w całym projekcie, wyklucz duże foldery z plikami źródłowymi, nad którymi nie pracujesz.",
|
|
119
117
|
"TypeScript Server Log": "Dziennik serwera TypeScript",
|
|
120
|
-
"TypeScript Task in tasks.json contains
|
|
118
|
+
"TypeScript Task in tasks.json contains \"\\\\\". TypeScript tasks tsconfig must use \"/\"": "Zadanie języka TypeScript w pliku tasks.json zawiera „\\\\”. Zadania języka TypeScript w pliku tsconfig muszą używać „/”",
|
|
121
119
|
"TypeScript Version": "Wersja języka TypeScript",
|
|
122
120
|
"TypeScript language server exited with error. Error message is: {0}": "Serwer języka TypeScript zakończył pracę z błędem. Komunikat o błędzie: {0}",
|
|
123
121
|
"TypeScript: Configure Excludes": "TypeScript: konfigurowanie wykluczeń",
|
|
@@ -125,9 +123,10 @@
|
|
|
125
123
|
"Update imports for the following {0} files?": "Zaktualizować importy dla następujących {0} plików?",
|
|
126
124
|
"Use VS Code's Version": "Użyj wersji programu VS Code",
|
|
127
125
|
"Use Workspace Version": "Użyj wersji obszaru roboczego",
|
|
128
|
-
"VS Code
|
|
126
|
+
"VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.": "VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code.",
|
|
129
127
|
"Yes": "Tak",
|
|
130
128
|
"build - {0}": "kompilacja — {0}",
|
|
129
|
+
"destination files": "destination files",
|
|
131
130
|
"invalid version": "nieprawidłowa wersja",
|
|
132
131
|
"watch - {0}": "monitoruj – {0}",
|
|
133
132
|
"{0} (Fix all in file)": "{0} (popraw wszystko w pliku)",
|