Translations:Crowdin Scripts/11/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "* Przetestowane tylko na Linuksie * Potrzebujesz pliku .credentials w twoim katalogu /home/TwójUżytkownik. Plik ten jest prostym plikiem tekstowym zawierającym tylko jedną...")
 
No edit summary
Line 1: Line 1:
* Przetestowane tylko na Linuksie
* Przetestowane tylko na Linuksie
* Potrzebujesz pliku .credentials w twoim katalogu /home/TwójUżytkownik. Plik ten jest prostym plikiem tekstowym zawierającym tylko jedną linię, którą jest klucz API otrzymywany https://crowdin.com/project/freecad/settings#api (tylko dla administratorów)
* Potrzebujesz pliku .credentials w twoim katalogu /home/TwójUżytkownik. Plik ten jest prostym plikiem tekstowym zawierającym tylko jedną linię, którą jest klucz API otrzymywany na https://crowdin.com/project/freecad/settings#api (tylko dla administratorów)
* Upewnij się, że twoje repozytorium jest czyste (git pull, git stash jeśli to konieczne)
* Upewnij się, że twoje repozytorium jest czyste (git pull, git stash jeśli to konieczne)
* cd /path/to/freecad-source-code/src/Tools
* cd /path/to/freecad-source-code/src/Tools

Revision as of 18:21, 6 May 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Crowdin Scripts)
* Only tested on linux
* You need a .credentials file in your /home/YourUser directory. That file is a simple text file containing only one line, which is the API key that you get on https://crowdin.com/project/freecad/settings#api (only for admins)
* Make sure your repository is clean (git pull, git stash if needed)
* cd /path/to/freecad-source-code/src/Tools
* python updatets.py (will fill all the .ts files found in the source with the lastest strings)
* python updatecrowdin.py update (will send the ts files to crowdin. Crowdin will only update strings that are new)
* cd ../.. (go back to the source code root folder)
* git checkout . (undo all the changes to the .ts files, no reason to commit them right now as they are still untranslated)
  • Przetestowane tylko na Linuksie
  • Potrzebujesz pliku .credentials w twoim katalogu /home/TwójUżytkownik. Plik ten jest prostym plikiem tekstowym zawierającym tylko jedną linię, którą jest klucz API otrzymywany na https://crowdin.com/project/freecad/settings#api (tylko dla administratorów)
  • Upewnij się, że twoje repozytorium jest czyste (git pull, git stash jeśli to konieczne)
  • cd /path/to/freecad-source-code/src/Tools
  • python updatets.py (wypełni najnowszymi ciągami tekstowymi wszystkie pliki .ts znalezione w źródłach)
  • python updatecrowdin.py update (wyśle pliki .ts do Crowdin. Crowdin zaktualizuje tylko nowe ciągi tekstowe)
  • cd ../.. (idź z powrotem go głównego katalogu źródeł)
  • git checkout . (cofnij wszystkie zmiany w plikach .ts, nie ma powodu by wprowadzać je już teraz gdy są wciąż nieprzetłumaczone)