aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/ui/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/glossary/ui/index.html
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/de/glossary/ui/index.html')
-rw-r--r--files/de/glossary/ui/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/files/de/glossary/ui/index.html b/files/de/glossary/ui/index.html
new file mode 100644
index 0000000000..7ead5b5252
--- /dev/null
+++ b/files/de/glossary/ui/index.html
@@ -0,0 +1,22 @@
+---
+title: UI
+slug: Glossary/UI
+tags:
+ - Bedienoberfläche
+ - Benutzeroberfläche
+ - Benutzerschnittstelle
+ - User Interface
+translation_of: Glossary/UI
+---
+<p><em><strong>User Interface</strong> </em>(UI) bezeichnet alles, was eine Interaktion zwischen Mensch und Maschine ermöglicht. Im Zusammenhang mit Computern reicht es von einer Tastatur über einen Joystick, einen Bildschirm bis hin zu einem Programm.</p>
+
+<p>Bezogen auf Software kann es sich um eine Kommandozeile handeln, eine Webseite, ein Eingabeformular oder ganz allgemein das Frontend einer Applikation.</p>
+
+<h2 id="Learn_More">Learn More</h2>
+
+<h3 id="General_Knowledge">General Knowledge</h3>
+
+<ul>
+ <li>{{interwiki("wikipedia", "User_interface", "User interface")}} on Wikipedia</li>
+ <li>{{interwiki("wikipedia", "Front_end_development", "Front end development")}} on Wikipedia</li>
+</ul>