All translations

Enter a message name below to show all available translations.

Message

Found 5 translations.

NameCurrent message text
 h Deutsch (de)* nur auf Linux getestet;
* es muss eine '.credentials'-Datei im lokalen /home/YourUser Vezeichnis existieren. Diese einfache Textdatei enthält nur eine Zeile mit dem API-Schlüssel (key), den man von https://crowdin.com/project/freecad/settings#api bekommt (nur für Administratoren)
* das Repository muß sauber sein (git pull, git stash, wenn erforderlich);
* cd /path/to/freecad-source-code/src/Tools
* 'python updatecrowdin.py build' (erstellt eine zip-Datei auf crowdin mit allen Dateien (dies kann eine Weile dauern). Dieser Schritt kann auch auf der crowdin-Website ausgeführt werden.
* 'python updatecrowdin.py download' holt eine freecad.zip-Datei in dieses Verzeichnis;
* 'mv freecad.zip ~' verschiebt die zip-Datei ins lokale home-Verzeichnis, um zu vermeiden, dass sie später versehentlich übergeben wird;
* (optional) das 'updatefromcrowdin.py'-Skript öffnen und prüfen, ob die vorgegebenen Sprachen (default_languages) alle gewünschten enthalten (im Grunde sind das mehr als 50%)
* python updatefromcrowdin.py -z /home/YourUser/freecad.zip
* cd ../.. (go back to the source code root folder)
* wenn etwas schief ging oder man ist sich nicht sicher, mit 'git checkout .' bereinigen;
* wenn alles in Ordnung ist, (git status), mit 'git add . && git commit' übergeben;
* einen PR auf FreeCAD erzeugen;
 h English (en)* 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 updatecrowdin.py build (will create a zip on crowdin side with all the files, can take a while.. This step can also be done on the crowdin website)
* python updatecrowdin.py download (will download a freecad.zip file in this directory)
* mv freecad.zip ~ move the zip file to your home dir, to avoid accidentally committing it later)
* (optional) edit updatefromcrowdin.py script and check that the default_languages contain all the ones you want (basically all that are at more than 50%)
* python updatefromcrowdin.py -z /home/YourUser/freecad.zip
* cd ../.. (go back to the source code root folder)
* if something went wrong  or you are unsure, clean everything with git checkout .
* if everything looks ok (git status), commit with git add . && git commit
* Create a PR on FreeCAD
 h français (fr)* Testé uniquement sur Linux
* Vous avez besoin d’un fichier .credentials dans votre répertoire /home/YourUser. Ce fichier est un simple fichier texte contenant une seule ligne, qui correspond à la clé API que vous obtenez sur https://crowdin.com/project/freecad/settings#api (uniquement pour les administrateurs).
* Assurez-vous que votre dépôt est libre (git pull, git stash si nécessaire)
* cd /path/to/freecad-source-code/src/Tools Outils
* Python updatecrowdin.py build (créera un zip du côté de crowdin avec tous les fichiers, peut prendre un certain temps .. Cette étape peut également être effectuée sur le site web de crowdin)
* python updatecrowdin.py télécharger (téléchargera le fichier freecad.zip dans ce répertoire)
* mv freecad.zip ~ déplace le fichier zip dans votre répertoire personnel, pour éviter de le commettre accidentellement plus tard)
* (facultatif) éditez le script updatefromcrowdin.py et vérifiez que les default_languages ​​contiennent tous ceux que vous voulez (essentiellement tous ceux qui sont à plus de 50%)
* python updatefromcrowdin.py -z /home/YourUser/freecad.zip
* cd ../.. (retourne au dossier racine du code source)
* Si quelque chose s'est mal passé ou si vous avez un doute, nettoyez tout avec Git Checkout.
* Si tout se passe bien (statut git), validez avec git add. && git commit
* Créer un PR sur FreeCAD
 h italiano (it)* Testato solo su Linux
* È necessario un file .credentials nella propria directory /home/YourUser. Questo file è un semplice file di testo contenente solo una riga, che è la chiave API che si trova su https://crowdin.com/project/freecad/settings#api (solo per gli amministratori)
* Accertarsi che il proprio repository sia pulito (git pull, git stash se necessario)
* cd /path/to/freecad-source-code/src/Tools
* python updatecrowdin.py build (crea un file zip nel sito di crowdin con tutti i file, può richiedere un po 'di tempo. Questo passaggio può essere fatto anche sul sito Web di crowdin)
* python updatecrowdin.py download (scarica un file freecad.zip in questa directory)
* mv freecad.zip ~ sposta il file zip nella vostra directory home, per evitare un commit accidentalmente in seguito)
* (optionale) edita lo updatefromcrowdin.py script e controlla che le default_languages contengano tutte le lingue che si vuole (in pratica tutte quelle che superano il 50% di traduzione)
* python updatefromcrowdin.py -z /home/YourUser/freecad.zip
* cd ../.. (torna alla cartella radice del codice sorgente)
* Se qualcosa è andato storto o non si è sicuri, pulire tutto con il git checkout.
* Se tutto sembra ok (git status), convalidare con git add . && git commit
* Creare un PR su FreeCAD
 h polski (pl)* Przetestowane tylko w systemie Linuks,
* Potrzebujesz pliku .credentials w katalogu /home/TwójUżytkownik. Plik ten jest zwykłym plikiem tekstowym zawierającym tylko jeden wiersz, jest to 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 updatecrowdin.py build ''(stworzy zip po stronie Crowdin z wszystkimi plikami, może potrwać chwilę... Krok ten może zostać też wykonany na stronie internetowej Crowdin)'',
* python updatecrowdin.py download ''(pobierze plik freecad.zip do tego katalogu)'',
* mv freecad.zip ~ przenieś plik zip do twojego katalogu domowego, ''(by uniknąć przypadkowego wprowadzenia go później)'',
* ''(opcjonalnie)'' zedytuj skrypt updatefromcrowdin.py i sprawdź czy default_languages zawiera wszystkie języki, których wymagasz ''(co do zasady wszystkie, które maja ponad 50% zaawansowania)'',
* python updatefromcrowdin.py -z /home/TwójUżytkownik/freecad.zip,
* cd ../.. ''(przejdź z powrotem go głównego katalogu źródeł)''.
* jeśli coś pójdzie nie tak lub nie jesteś pewien, wyczyść wszytko używając git checkout,
* jeśli wszystko wygląda w porządku ''(git status)'', wprowadź zmiany używając git add . && git commit,
* Utwórz prośbę o połączenie ''(PR)'' dla FreeCAD.