Translation
This commit is contained in:
34
index.html
34
index.html
@@ -283,7 +283,7 @@
|
|||||||
<button id="info-button" class="info-button" aria-label="Information">?</button>
|
<button id="info-button" class="info-button" aria-label="Information">?</button>
|
||||||
|
|
||||||
<div class="input-section">
|
<div class="input-section">
|
||||||
<label for="text">Enter text or URL:</label>
|
<label for="text">Text oder URL:</label>
|
||||||
<div class="text-input-wrapper">
|
<div class="text-input-wrapper">
|
||||||
<input type="text" id="text" placeholder="https://example.com" value="" autofocus="">
|
<input type="text" id="text" placeholder="https://example.com" value="" autofocus="">
|
||||||
<button type="button" id="clear-text" class="clear-button" aria-label="Clear text" style="display: none;">✕</button>
|
<button type="button" id="clear-text" class="clear-button" aria-label="Clear text" style="display: none;">✕</button>
|
||||||
@@ -291,48 +291,48 @@
|
|||||||
|
|
||||||
<div class="options-row">
|
<div class="options-row">
|
||||||
<div class="options-col">
|
<div class="options-col">
|
||||||
<label for="wifi-ssid">Wifi SSID:</label>
|
<label for="wifi-ssid">WLAN SSID:</label>
|
||||||
<input type="text" id="wifi-ssid" placeholder="">
|
<input type="text" id="wifi-ssid" placeholder="">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="options-col">
|
<div class="options-col">
|
||||||
<label for="wifi-password">Wifi Password:</label>
|
<label for="wifi-password">WLAN Passwort:</label>
|
||||||
<input type="password" id="wifi-password" placeholder="">
|
<input type="password" id="wifi-password" placeholder="">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="options-row">
|
<div class="options-row">
|
||||||
<div class="options-col">
|
<div class="options-col">
|
||||||
<label for="size">QR Code Size:</label>
|
<label for="size">QR Code Grösse:</label>
|
||||||
<select id="size">
|
<select id="size">
|
||||||
<option value="128">Small (128×128)</option>
|
<option value="128">Klein (128×128)</option>
|
||||||
<option value="256" selected="">Medium (256×256)</option>
|
<option value="256" selected="">Mittel (256×256)</option>
|
||||||
<option value="512">Large (512×512)</option>
|
<option value="512">Groß (512×512)</option>
|
||||||
<option value="1024">X-Large (1024×1024)</option>
|
<option value="1024">XL (1024×1024)</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="options-col">
|
<div class="options-col">
|
||||||
<label for="errorCorrection">Error Correction:</label>
|
<label for="errorCorrection">Fehlerkorrektur:</label>
|
||||||
<select id="errorCorrection">
|
<select id="errorCorrection">
|
||||||
<option value="L">Low (7%)</option>
|
<option value="L">Klein (7%)</option>
|
||||||
<option value="M" selected="">Medium (15%)</option>
|
<option value="M" selected="">Mittel (15%)</option>
|
||||||
<option value="Q">Quartile (25%)</option>
|
<option value="Q">Viertel (25%)</option>
|
||||||
<option value="H">High (30%)</option>
|
<option value="H">Hoch (30%)</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="options-row">
|
<div class="options-row">
|
||||||
<div class="options-col">
|
<div class="options-col">
|
||||||
<label for="foreground">Foreground Color:</label>
|
<label for="foreground">Vodergrundfarbe:</label>
|
||||||
<div class="color-input-wrapper">
|
<div class="color-input-wrapper">
|
||||||
<input type="color" id="foreground" value="#000000">
|
<input type="color" id="foreground" value="#000000">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="options-col">
|
<div class="options-col">
|
||||||
<label for="background">Background Color:</label>
|
<label for="background">Hintergrundfarbe:</label>
|
||||||
<div class="color-input-wrapper">
|
<div class="color-input-wrapper">
|
||||||
<input type="color" id="background" value="#ffffff">
|
<input type="color" id="background" value="#ffffff">
|
||||||
</div>
|
</div>
|
||||||
@@ -373,8 +373,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
Dieser QR-Code-Generator funktioniert vollständig in deinem Browser. Es werden keine Daten an einen Server gesendet. Quellcode und README bei <a href="https://gitea.elpatron.me/elpatron/QR-Code-Generator" target="_blank">Gitea</a>.
|
Dieser QR-Code-Generator funktioniert vollständig in deinem Browser. Es werden keine Daten an einen Server gesendet. <i>Quellcode und README bei <a href="https://gitea.elpatron.me/elpatron/QR-Code-Generator" target="_blank">Gitea</a></i>.
|
||||||
<p class="credit">made with ❤️ and 🍪 by markus. self hosted on <a href="https://unraid.net" target="_blank">Unraid</a> for <a href="https://medisoftware.de" target="_blank">medisoftware</a>. credits: <a href="https://qr.alster.space/" target="_blank">alsternerd</a></p>
|
<p class="credit">Made with ❤️ and 🍪 by Markus. Self hosted on <a href="https://unraid.net" target="_blank">Unraid</a> for <a href="https://medisoftware.de" target="_blank">medisoftware</a>. Credits: <a href="https://qr.alster.space/" target="_blank">alsternerd</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Reference in New Issue
Block a user