All translations

Enter a message name below to show all available translations.

Message

Found 4 translations.

NameCurrent message text
 h Deutsch (de)Die Datei sollte enthalten:
* '''name''': Der Name der Definition. Dieser muss eindeutig sein, da er als Bezeichner in der FreeCAD Benutzeroberfläche und als interner Index verwendet wird.
* '''cut_type''': Entweder {{incode|countersink}} oder {{incode|counterbore}}.
* '''thread_type''': Entweder {{incode|metric}} oder {{incode|metricfine}}.
* '''angle''': Der Winkel einer Kegelsenkung (nicht notwendig bei Flachsenkungen).
* '''data''': Eine Liste von Größen, bestehend aus:
** '''thread''': Name des Gewindes, das FreeCAD bekannt ist.
** '''diameter''': Der Durchmesser des Schnitts.
** '''depth''': Tiefe der Flachsenkung (nicht notwendig bei Kegelsenkungen).
Beispiel:
{{Code|lang=json|code=
{
   "name": "DIN 7984",
   "cut_type": "counterbore",
   "thread_type": "metric",
   "data": [
       { "thread": "M2",  "diameter":  4.3, "depth":  1.6 },
       { "thread": "M2.5", "diameter":  5.0, "depth":  2.0 },
       …
   ]
}
}}
 h English (en)The file should contain:
* '''name''': The name of the definition. This must be unique as it will be used as identifier in the FreeCAD UI and as internal index.
* '''cut_type''': Either {{incode|countersink}} or {{incode|counterbore}}.
* '''thread_type''':  Either {{incode|metric}} or {{incode|metricfine}}.
* '''angle''': The angle of a countersink (not necessary for counterbore).
* '''data''': A list of sizes, consisting of:
** '''thread''': Name of thread known to FreeCAD.
** '''diameter''': The diameter of the cut.
** '''depth''': Depth of the counterbore (not necessary for countersink).
Example:
{{Code|lang=json|code=
{
   "name": "DIN 7984",
   "cut_type": "counterbore",
   "thread_type": "metric",
   "data": [
       { "thread": "M2",  "diameter":  4.3, "depth":  1.6 },
       { "thread": "M2.5", "diameter":  5.0, "depth":  2.0 },
       …
   ]
}
}}
 h français (fr)Le fichier doit contenir :
* '''name''' : Le nom de la définition. Il doit être unique car il sera utilisé comme identifiant dans l'interface utilisateur de FreeCAD et comme index interne.
* '''cut_type''' : Soit {{incode|countersink}} ou {{incode|counterbore}}.
* '''thread_type''' : Soit {{incode|metric}} ou {{incode|metricfine}}.
* '''angle''' : L'angle d'un chanfrein (pas nécessaire pour un alésage).
* '''data''' : Une liste de dimensions, composée de :
** '''thread''' : Nom du filetage connu de FreeCAD.
** '''diameter''' : Le diamètre de la coupe.
** '''depth''' : Profondeur du chambrage (non nécessaire pour le fraisage).
Exemple :
{{Code|lang=json|code=
{
   "name": "DIN 7984",
   "cut_type": "counterbore",
   "thread_type": "metric",
   "data": [
       { "thread": "M2",  "diameter":  4.3, "depth":  1.6 },
       { "thread": "M2.5", "diameter":  5.0, "depth":  2.0 },
       …
   ]
}
}}
 h polski (pl)Plik ten powinien zawierać:
* '''nazwa''': Nazwa definicji. Musi być ona unikalna, ponieważ będzie używana jako identyfikator w interfejsie użytkownika FreeCAD, oraz jako wewnętrzny indeks.
* '''typ_cięcia''': Albo {{incode|pogłębienie stożkowe}} lub {{incode|pogłębienie walcowe}}.
* '''typ_gwintu''':  Albo {{incode| metryczny }} albo {{incode| metryczny drobnozwojowy }}..
* '''kąt''': Kąt pogłębiania (nie jest konieczny dla pogłębienia walcoweego).
* '''dane''': Lista rozmiarowa, obejmująca:
** '''gwint''': Nazwa gwintu używana w programie FreeCAD.
** '''średnicę''': Średnica cięcia.
** '''głębokość''': Głębokość pogłębienia ''(nie jest konieczna w przypadku pogłębiania stożkowego)''.
Przykład:
{{Code|lang=json|code=
{
   "name": "DIN 7984",
   "cut_type": "counterbore",
   "thread_type": "metric",
   "data": [
       { "thread": "M2",  "diameter":  4.3, "depth":  1.6 },
       { "thread": "M2.5", "diameter":  5.0, "depth":  2.0 },
       …
   ]
}
}}