@@ -2,91 +2,91 @@ export default () => ([
2
2
{
3
3
name : 'Builtin' ,
4
4
href : 'https://robotframework.org/robotframework/latest/libraries/BuiltIn.html' ,
5
- description : 'Provides a set of often needed generic keywords. Always automatically available without imports .' ,
6
- tags : [ 'library ' ]
5
+ description : 'Stellt einen Satz häufig benötigter generischer Keywords bereit. Immer automatisch verfügbar, ohne Import .' ,
6
+ tags : [ 'Bibliothek ' ]
7
7
} ,
8
8
{
9
9
name : 'Collections' ,
10
10
href : 'https://robotframework.org/robotframework/latest/libraries/Collections.html' ,
11
- description : 'Provides a set of keywords for handling Python lists and dictionaries .' ,
12
- tags : [ 'library ' ]
11
+ description : 'Stellt einen Satz von Keywords zur Verfügung, um Python-Listen und -Dictionaries zu verarbeiten .' ,
12
+ tags : [ 'Bibliothek ' ]
13
13
} ,
14
14
{
15
15
name : 'DateTime' ,
16
16
href : 'https://robotframework.org/robotframework/latest/libraries/DateTime.html' ,
17
- description : 'Library for date and time conversions .' ,
18
- tags : [ 'library ' ]
17
+ description : 'Bibliothek für Datums- und Zeitkonvertierungen .' ,
18
+ tags : [ 'Bibliothek ' ]
19
19
} ,
20
20
{
21
21
name : 'Dialogs' ,
22
22
href : 'https://robotframework.org/robotframework/latest/libraries/Dialogs.html' ,
23
- description : 'Provides means for pausing the execution and getting input from users .' ,
24
- tags : [ 'library ' ]
23
+ description : 'Bietet Möglichkeiten, die Ausführung zu pausieren und Eingaben von Benutzern zu erhalten .' ,
24
+ tags : [ 'Bibliothek ' ]
25
25
} ,
26
26
{
27
27
name : 'OperatingSystem' ,
28
28
href : 'https://robotframework.org/robotframework/latest/libraries/OperatingSystem.html' ,
29
- description : 'Enables various operating system related tasks to be performed in the system where Robot Framework is running .' ,
30
- tags : [ 'library ' ]
29
+ description : 'Ermöglicht die Durchführung verschiedener Betriebssystemaufgaben auf dem System, auf dem das Robot Framework ausgeführt wird .' ,
30
+ tags : [ 'Bibliothek ' ]
31
31
} ,
32
32
{
33
33
name : 'Process' ,
34
34
href : 'https://robotframework.org/robotframework/latest/libraries/Process.html' ,
35
- description : 'Library for running processes in the system .' ,
36
- tags : [ 'library ' ]
35
+ description : 'Bibliothek für das Ausführen von Prozessen im System .' ,
36
+ tags : [ 'Bibliothek ' ]
37
37
} ,
38
38
{
39
39
name : 'Remote' ,
40
40
href : 'https://github.com/robotframework/RemoteInterface' ,
41
- description : 'Special library acting as a proxy between Robot Framework and libraries elsewhere. Actual libraries can be running on different machines and be implemented using any programming language supporting XML-RPC protocol .' ,
42
- tags : [ 'library ' ]
41
+ description : 'Spezielle Bibliothek, die als Proxy zwischen dem Robot Framework und anderen Bibliotheken fungiert. Tatsächliche Bibliotheken können auf verschiedenen Maschinen laufen und in beliebigen Programmiersprachen implementiert sein, die das XML-RPC-Protokoll unterstützen .' ,
42
+ tags : [ 'Bibliothek ' ]
43
43
} ,
44
44
{
45
45
name : 'Screenshot' ,
46
46
href : 'https://robotframework.org/robotframework/latest/libraries/Screenshot.html' ,
47
- description : 'Provides keywords to capture screenshots of the desktop .' ,
48
- tags : [ 'library ' ]
47
+ description : 'Stellt Keywords zum Aufnehmen von Screenshots des Desktops bereit .' ,
48
+ tags : [ 'Bibliothek ' ]
49
49
} ,
50
50
{
51
51
name : 'String' ,
52
52
href : 'https://robotframework.org/robotframework/latest/libraries/String.html' ,
53
- description : 'Library for generating, modifying and verifying strings .' ,
54
- tags : [ 'library ' ]
53
+ description : 'Bibliothek zum Erstellen, Ändern und Überprüfen von Strings .' ,
54
+ tags : [ 'Bibliothek ' ]
55
55
} ,
56
56
{
57
57
name : 'Telnet' ,
58
58
href : 'https://robotframework.org/robotframework/latest/libraries/Telnet.html' ,
59
- description : 'Makes it possible to connect to Telnet servers and execute commands on the opened connections .' ,
60
- tags : [ 'library ' ]
59
+ description : 'Ermöglicht die Verbindung zu Telnet-Servern und das Ausführen von Kommandos auf den geöffneten Verbindungen .' ,
60
+ tags : [ 'Bibliothek ' ]
61
61
} ,
62
62
{
63
63
name : 'XML' ,
64
64
href : 'https://robotframework.org/robotframework/latest/libraries/XML.html' ,
65
- description : 'Library for generating, modifying and verifying XML files .' ,
66
- tags : [ 'library ' ]
65
+ description : 'Bibliothek zum Erstellen, Bearbeiten und Überprüfen von XML-Dateien .' ,
66
+ tags : [ 'Bibliothek ' ]
67
67
} ,
68
68
{
69
69
name : 'Rebot' ,
70
- description : 'Generate logs and reports based on XML outputs and for combining multiple outputs together .' ,
70
+ description : 'Generiert Logs und Berichte basierend auf XML-Ausgaben und zum Kombinieren mehrerer Ausgaben .' ,
71
71
href : 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#post-processing-outputs' ,
72
- tags : [ 'tool ' ]
72
+ tags : [ 'Tool ' ]
73
73
} ,
74
74
{
75
75
name : 'Libdoc' ,
76
- description : 'Generate keyword documentation for test libraries and resource files .' ,
76
+ description : 'Generiert Keyword-Dokumentation für Testbibliotheken und Ressourcen-Dateien .' ,
77
77
href : 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#libdoc' ,
78
- tags : [ 'tool ' ]
78
+ tags : [ 'Tool ' ]
79
79
} ,
80
80
{
81
81
name : 'Testdoc' ,
82
- description : 'Generate high level HTML documentation based on Robot Framework test cases .' ,
82
+ description : 'Generiert detaillierte HTML-Dokumentation basierend auf Robot Framework-Testfällen .' ,
83
83
href : 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#testdoc' ,
84
- tags : [ 'tool ' ]
84
+ tags : [ 'Tool ' ]
85
85
} ,
86
86
{
87
87
name : 'Tidy' ,
88
- description : 'Cleaning up and changing format of Robot Framework test data files .' ,
88
+ description : 'Bereinigen und Ändern des Formats von Robot Framework-Testdatendateien .' ,
89
89
href : 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#tidy' ,
90
- tags : [ 'tool ' ]
90
+ tags : [ 'Tool ' ]
91
91
}
92
92
] )
0 commit comments