Skip to content

Commit 11a8a12

Browse files
authored
Builtin.js translated in Resources/German
1 parent c88279f commit 11a8a12

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

src/content/resources/german/builtin.js

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,91 +2,91 @@ export default () => ([
22
{
33
name: 'Builtin',
44
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']
77
},
88
{
99
name: 'Collections',
1010
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']
1313
},
1414
{
1515
name: 'DateTime',
1616
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']
1919
},
2020
{
2121
name: 'Dialogs',
2222
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']
2525
},
2626
{
2727
name: 'OperatingSystem',
2828
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']
3131
},
3232
{
3333
name: 'Process',
3434
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']
3737
},
3838
{
3939
name: 'Remote',
4040
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']
4343
},
4444
{
4545
name: 'Screenshot',
4646
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']
4949
},
5050
{
5151
name: 'String',
5252
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']
5555
},
5656
{
5757
name: 'Telnet',
5858
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']
6161
},
6262
{
6363
name: 'XML',
6464
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']
6767
},
6868
{
6969
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.',
7171
href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#post-processing-outputs',
72-
tags: ['tool']
72+
tags: ['Tool']
7373
},
7474
{
7575
name: 'Libdoc',
76-
description: 'Generate keyword documentation for test libraries and resource files.',
76+
description: 'Generiert Keyword-Dokumentation für Testbibliotheken und Ressourcen-Dateien.',
7777
href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#libdoc',
78-
tags: ['tool']
78+
tags: ['Tool']
7979
},
8080
{
8181
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.',
8383
href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#testdoc',
84-
tags: ['tool']
84+
tags: ['Tool']
8585
},
8686
{
8787
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.',
8989
href: 'https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#tidy',
90-
tags: ['tool']
90+
tags: ['Tool']
9191
}
9292
])

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy