Skip to content

Commit

Permalink
Application page rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Mar 19, 2022
1 parent b973f3f commit 0133fc9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions app/application/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,21 +132,21 @@ <h5 class="build-content m-0 mx-3 flex flex-row text-center font-bold">You are r
<div class="content relative mx-auto mt-20 mb-60 rounded-2xl bg-gray-700 p-1 text-center md:w-9/12 lg:w-3/5">
<h1 class="h1 mb-5">Authme</h1>
<div class="mx-auto hidden w-2/3 rounded-2xl bg-gray-800 pb-5" id="choose">
<h3 data-loc class="pt-3">Choose your import file</h3>
<h4 data-loc>If you don't have an import file containing your 2FA codes please create one!</h4>
<h3 data-loc class="pt-3">Import your codes</h3>
<h4 data-loc>Create your import file from your 2FA codes, or if you have an import file choose it.</h4>
<div class="flex flex-row flex-wrap items-center justify-center gap-3">
<button class="buttoni" id="input" onclick="loadFile()">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 21h7a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v11m0 5l4.879-4.879m0 0a3 3 0 104.243-4.242 3 3 0 00-4.243 4.242z" />
</svg>
<span data-loc>Choose import file</span>
</button>
<button class="buttoni" onclick="createFile()">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 13h6m-3-3v6m5 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z" />
</svg>
<span data-loc>Create import file</span>
</button>
<button class="buttoni" id="input" onclick="loadFile()">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 21h7a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v11m0 5l4.879-4.879m0 0a3 3 0 104.243-4.242 3 3 0 00-4.243 4.242z" />
</svg>
<span data-loc>Choose import file</span>
</button>
</div>
</div>
<div class="mx-auto hidden w-2/3 rounded-2xl bg-gray-800 pb-5" id="starting">
Expand Down
8 changes: 4 additions & 4 deletions languages/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ module.exports = {
"Rate on Microsoft Store",
"Star on GitHub",
"Provide feedback",
"Choose your import file",
"If you don't have an import file containing your 2FA codes please create one!",
"Choose import file",
"Import your codes",
"Create your import file from your 2FA codes, or if you have an import file choose it.",
"Create import file",
"Choose import file",
"Getting started",
"Importing files",
"Help",
Expand Down Expand Up @@ -264,7 +264,7 @@ module.exports = {
"correct_qrcode_found_0": "QR codes imported, you have saved codes, so you can add your new codes under Edit codes.",
"correct_qrcode_found_1": "\n\nNow select where do you want to save the file!",
"correct_qrcode_found_2": "QR codes imported, go back to the main page to see codes!",
"correct_qrcode_found_3": "\n\nDo you want to save to file for a backup?",
"correct_qrcode_found_3": "\n\nDo you want to save the file for a backup?",
"wrong_qrcode_found_0": "Wrong QR code found on the picture:",
"wrong_qrcode_found_1": "\n\nMake sure this is a correct QR code and try again!",
"capture_error": "Error starting capture!",
Expand Down
8 changes: 4 additions & 4 deletions languages/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ module.exports = {
"Értékelés a Microsoft Store-on",
"Csillagozás a GitHub-on",
"Visszajelzés",
"Authme import fájl választása",
"Ha nincs import fájlod hozz létre egyet!",
"Fájl választása",
"Kódok importálása",
"Hozd létre az import fájlodat a 2FA kódjaidból, vagy ha már van import fájlod válaszd ki a azt.",
"Fájl létrehozása",
"Fájl választása",
"Első lépések",
"Fájlok importálása",
"Segítség",
"Minta import fájl",
"Minta fájl",
"Hasznos opciók",
"Beállítások",
"Támogatás",
Expand Down

0 comments on commit 0133fc9

Please sign in to comment.