@codingame/monaco-vscode-language-pack-pl 8.0.2 → 8.0.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codingame/monaco-vscode-language-pack-pl",
3
- "version": "8.0.2",
3
+ "version": "8.0.3",
4
4
  "keywords": [],
5
5
  "author": {
6
6
  "name": "CodinGame",
@@ -18,6 +18,6 @@
18
18
  "module": "index.js",
19
19
  "types": "index.d.ts",
20
20
  "dependencies": {
21
- "vscode": "npm:@codingame/monaco-vscode-api@8.0.2"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@8.0.3"
22
22
  }
23
23
  }
@@ -10,19 +10,19 @@
10
10
  "contents": {
11
11
  "bundle": {
12
12
  "Error validating custom environment setting: {0}": "Błąd podczas sprawdzania poprawności niestandardowego ustawienia środowiska: {0}",
13
- "Having trouble logging in?": "Having trouble logging in?",
14
- "Microsoft Account configuration has been changed.": "Microsoft Account configuration has been changed.",
13
+ "Having trouble logging in?": "Masz problemy z zalogowaniem?",
14
+ "Microsoft Account configuration has been changed.": "Konfiguracja konta Microsoft została zmieniona.",
15
15
  "Microsoft Authentication": "Uwierzytelnianie firmy Microsoft",
16
16
  "Microsoft Sovereign Cloud Authentication": "Uwierzytelnianie suwerennej chmury firmy Microsoft",
17
17
  "Open settings": "Otwórz ustawienia",
18
18
  "Paste authorization code here...": "Wklej tutaj kod autoryzacji...",
19
19
  "Provide the authorization code to complete the sign in flow.": "Podaj kod autoryzacji, aby ukończyć przepływ logowania.",
20
- "Reload": "Reload",
21
- "Signing in to Microsoft...": "Signing in to Microsoft...",
20
+ "Reload": "Załaduj ponownie",
21
+ "Signing in to Microsoft...": "Trwa logowanie do firmy Microsoft...",
22
22
  "Signing in to your account...": "Trwa logowanie do Twojego konta...",
23
23
  "The environment `{0}` is not a valid environment.": "Środowisko „{0}” nie jest prawidłowym środowiskiem.",
24
- "Would you like to try a different way to sign in to your Microsoft account? ({0})": "Would you like to try a different way to sign in to your Microsoft account? ({0})",
25
- "Yes": "Yes",
24
+ "Would you like to try a different way to sign in to your Microsoft account? ({0})": "Czy chcesz wypróbować inny sposób logowania się do swojego konta Microsoft? ({0})",
25
+ "Yes": "Tak",
26
26
  "You have been signed out because reading stored authentication information failed.": "Nastąpiło wylogowanie z powodu niepowodzenia odczytu przechowywanych informacji uwierzytelniania.",
27
27
  "You must also specify a custom environment in order to use the custom environment auth provider.": "Aby korzystać z dostawcy uwierzytelniania środowiska niestandardowego, musisz również określić środowisko niestandardowe."
28
28
  },
@@ -42,7 +42,7 @@
42
42
  "microsoft-sovereign-cloud.environment.enumDescriptions.custom": "Niestandardowa suwerenna chmura firmy Microsoft",
43
43
  "signIn": "Zaloguj się",
44
44
  "signOut": "Wyloguj się",
45
- "useMsal.description": "Use the Microsoft Authentication Library (MSAL) to sign in with a Microsoft account."
45
+ "useMsal.description": "Użyj biblioteki Microsoft Authentication Library (MSAL), aby zalogować się przy użyciu konta Microsoft."
46
46
  }
47
47
  }
48
48
  }
@@ -246,7 +246,7 @@
246
246
  "javascript.format.enable": "Włącz/wyłącz domyślny program formatujący języka JavaScript.",
247
247
  "javascript.goToProjectConfig.title": "Przejdź do konfiguracji projektu (jsconfig/tsconfig)",
248
248
  "javascript.preferences.jsxAttributeCompletionStyle.auto": "Wstaw „={}” lub „=\"\"” po nazwach atrybutów na podstawie typu prop. Zobacz „javascript.preferences.quoteStyle”, aby kontrolować typ cudzysłowów używanych dla atrybutów ciągu.",
249
- "javascript.preferences.organizeImports": "Advanced preferences that control how imports are ordered. Presets are available in `#javascript.preferences.organizeImports.presets#`",
249
+ "javascript.preferences.organizeImports": "Zaawansowane preferencje kontrolujące sposób uporządkowania importów. Ustawienia wstępne dostępne w pliku „#javascript.preferences.organizeImports.presets#”",
250
250
  "javascript.referencesCodeLens.enabled": "Włącz/wyłącz funkcję CodeLens dla odwołań w plikach języka JavaScript.",
251
251
  "javascript.referencesCodeLens.showOnAllFunctions": "Włącz/wyłącz funkcję CodeLens dla odwołań wszystkich funkcji w plikach języka JavaScript.",
252
252
  "javascript.suggestionActions.enabled": "Włącz/wyłącz diagnostykę sugestii dla plików języka JavaScript w edytorze.",
@@ -287,20 +287,20 @@
287
287
  "typescript.preferences.jsxAttributeCompletionStyle.auto": "Wstaw znak „={}” lub „=\"\"” po nazwach atrybutów na podstawie typu właściwości. Zobacz element „typescript.preferences.quoteStyle”, aby kontrolować typ cudzysłowów używanych dla atrybutów ciągu.",
288
288
  "typescript.preferences.jsxAttributeCompletionStyle.braces": "Wstaw element `={}` po nazwach atrybutów.",
289
289
  "typescript.preferences.jsxAttributeCompletionStyle.none": "Wstaw tylko nazwy atrybutów.",
290
- "typescript.preferences.organizeImports": "Advanced preferences that control how imports are ordered. Presets are available in `#typescript.preferences.organizeImports.presets#`",
291
- "typescript.preferences.organizeImports.accentCollation": "Compare characters with diacritical marks as unequal to base character",
292
- "typescript.preferences.organizeImports.caseFirst": "Indicates whether upper-case comes before lower-case. Only applies to `organizeImportsCollation: 'unicode'`",
293
- "typescript.preferences.organizeImports.caseSensitivity.auto": "Detect case-sensitivity for import sorting",
294
- "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sort imports case-insensitively",
295
- "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sort imports case-sensitively",
296
- "typescript.preferences.organizeImports.locale": "Overrides the locale used for collation. Specify `auto` to use the UI locale. Only applies to `organizeImportsCollation: 'unicode'`",
297
- "typescript.preferences.organizeImports.numericCollation": "Sort numeric strings by integer value",
298
- "typescript.preferences.organizeImports.typeOrder.auto": "Detect where type-only named imports should be sorted",
299
- "typescript.preferences.organizeImports.typeOrder.first": "Type only named imports are sorted to the end of the import list",
300
- "typescript.preferences.organizeImports.typeOrder.inline": "Named imports are sorted by name only",
301
- "typescript.preferences.organizeImports.typeOrder.last": "Type only named imports are sorted to the end of the import list",
302
- "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sort imports using the numeric value of each code point",
303
- "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sort imports using the Unicode code collation",
290
+ "typescript.preferences.organizeImports": "Zaawansowane preferencje kontrolujące sposób uporządkowania importów. Ustawienia wstępne dostępne w pliku „#typescript.preferences.organizeImports.presets#”",
291
+ "typescript.preferences.organizeImports.accentCollation": "Porównaj znaki ze znakami diakrytycznymi jako różne od znaku podstawowego",
292
+ "typescript.preferences.organizeImports.caseFirst": "Wskazuje, czy wielkie litery występują przed małymi literami. Dotyczy tylko elementu organizeImportsCollation: 'unicode'",
293
+ "typescript.preferences.organizeImports.caseSensitivity.auto": "Wykrywaj uwzględnianie wielkości liter na potrzeby sortowania importu",
294
+ "typescript.preferences.organizeImports.caseSensitivity.insensitive": "Sortuj importy z uwzględnieniem wielkości liter",
295
+ "typescript.preferences.organizeImports.caseSensitivity.sensitive": "Sortuj importy z uwzględnieniem wielkości liter",
296
+ "typescript.preferences.organizeImports.locale": "Zastępuje ustawienia regionalne używane do sortowania. Określ wartość „auto”, aby używać ustawień regionalnych interfejsu użytkownika. Dotyczy tylko elementu organizeImportsCollation: 'unicode'",
297
+ "typescript.preferences.organizeImports.numericCollation": "Sortuj ciągi liczbowe według wartości liczby całkowitej",
298
+ "typescript.preferences.organizeImports.typeOrder.auto": "Wykrywaj, gdzie powinny być sortowane tylko nazwane importy typu",
299
+ "typescript.preferences.organizeImports.typeOrder.first": "Tylko nazwane importy typu sortowane na końcu listy importu",
300
+ "typescript.preferences.organizeImports.typeOrder.inline": "Nazwane importy sortowane tylko według nazwy",
301
+ "typescript.preferences.organizeImports.typeOrder.last": "Tylko nazwane importy typu sortowane na końcu listy importu",
302
+ "typescript.preferences.organizeImports.unicodeCollation.ordinal": "Sortuj importy przy użyciu wartości liczbowej każdego punktu kodu",
303
+ "typescript.preferences.organizeImports.unicodeCollation.unicode": "Sortuj importy przy użyciu sortowania kodu Unicode",
304
304
  "typescript.preferences.preferTypeOnlyAutoImports": "Uwzględnij słowo kluczowe „type” w automatycznych importach, gdy tylko jest to możliwe. Wymaga użycia języka TypeScript w wersji 5.3 lub nowszej w obszarze roboczym.",
305
305
  "typescript.preferences.quoteStyle": "Preferowany styl cudzysłowu do użycia na potrzeby szybkich poprawek.",
306
306
  "typescript.preferences.quoteStyle.auto": "Wywnioskuj typ cudzysłowu na podstawie istniejącego kodu",