Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d4dd186

Browse files
author
GitHub Action's update-translation job
committed
Update translation from Transifex
1 parent dd88d69 commit d4dd186

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

using/mac.po

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -503,27 +503,27 @@ msgid ""
503503
msgstr ""
504504
"RELEASE=\"python-\\ |version|\\ 0b2-macos11.pkg\"\n"
505505
"\n"
506-
"# pobierz pakiet instalatora\n"
506+
"# download installer pkg\n"
507507
"curl -O \\https://www.python.org/ftp/python/\\ |version|\\ .0/${RELEASE}\n"
508508
"\n"
509-
"# utwórz zmiany wyboru instalatora aby dostosować instalację:\n"
510-
"# Włącz PythonTFramework-\\ |version|\\ pakiet\n"
511-
"# akceptując pozostałe ustawienia domyślne (zainstaluj wszystkie pozostałe "
512-
"pakiety)\n"
509+
"# create installer choicechanges to customize the install:\n"
510+
"# enable the PythonTFramework-\\ |version|\\ package\n"
511+
"# while accepting the other defaults (install all other packages)\n"
513512
"cat > ./choicechanges.plist <<EOF\n"
514513
"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
515514
"<!DOCTYPE plist PUBLIC \"-//Apple//DTD PLIST 1.0//EN\" \"\\http://www.apple."
516515
"com/DTDs/PropertyList-1.0.dtd\">\n"
517516
"<plist version=\"1.0\">\n"
518517
"<array>\n"
519-
"<dict>\n"
520-
"<key>attributeSetting</key>\n"
521-
"<integer>1</integer>\n"
522-
"<key>choiceAttribute</key>\n"
523-
"<string>selected</string>\n"
524-
"<key>choiceIdentifier</key>\n"
525-
"<string>org.python.Python.PythonTFramework-\\ |version|\\ </string>\n"
526-
"</dict>\n"
518+
" <dict>\n"
519+
" <key>attributeSetting</key>\n"
520+
" <integer>1</integer>\n"
521+
" <key>choiceAttribute</key>\n"
522+
" <string>selected</string>\n"
523+
" <key>choiceIdentifier</key>\n"
524+
" <string>org.python.Python.PythonTFramework-\\ |version|\\ </"
525+
"string>\n"
526+
" </dict>\n"
527527
"</array>\n"
528528
"</plist>\n"
529529
"EOF\n"

0 commit comments

Comments
 (0)