This commit is contained in:
Lurkars
2020-11-02 08:29:52 +01:00
commit b7b4e2d032
126 changed files with 18263 additions and 0 deletions
View File
Binary file not shown.
+117
View File
@@ -0,0 +1,117 @@
{
"i18n.test.replace": "Wat!?! {0} {1} {2}",
"greet": "Hallo {0}",
"home": "Start",
"login": {
".": "Login",
"external": "Login",
"invalid": "Falscher Username oder Passwort."
},
"not-found": {
".": "Nicht gefunden",
"text": "Was geht ab!?"
},
"service-unavailable": {
".": "Service nicht erreichbar",
"text": "Zurzeit scheint der Service nicht erreichbar zu sein. Wenn diese Meldung länger besteht, melde dich bitte unter admin@bstly.de!"
},
"logout": "Logout",
"account": "Account",
"token": "Token",
"ok": "Ok",
"tokens": {
".": "Tokens",
"redeem": "Tokens einlösen",
"redeemed": "Das Token wurde bereits eingelöst.",
"get": "Tokens holen",
"enter": "Token eingeben",
"validate": "Prüfen",
"invalid" : "Das Token ist leider nicht gültig.",
"provide-valid" : "Bitte gebe ein gültiges Token ein."
},
"username": {
".": "Username",
"missing": "Bitte gebe einen Usernamen an.",
"error" : "Bitte wähle einen anderen Usernamen aus."
},
"password": {
".": "Passwort",
"forgot": "Passwort vergessen",
"request": "Neues Passwort anfordern",
"reset": "Passwort setzen",
"change": "Passwort ändern",
"changed": "Passwort erfolgreich geändert",
"current": "Akutelles Passwort",
"confirm": "Passwort bestätigen",
"not-match": "Passwörter stimmen nicht überein.",
"invalid": {
"hint": "Bitte gebe das Passwort in einem gültigen Format an."
},
"error" : {
"ILLEGAL_WHITESPACE" : "Bitte keine Leerzeichen verwenden.",
"INSUFFICIENT_DIGIT" : "Bitte mindestens eine Zahl eingeben.",
"INSUFFICIENT_UPPERCASE" : "Bitte mindestens einen Großbuchstaben eingeben.",
"INSUFFICIENT_LOWERCASE" : "Bitte mindestens einen Kleinbuchstaben eingeben.",
"INSUFFICIENT_SPECIAL" : "Bitte mindestens ein Sonderzeichen eingeben.",
"TOO_SHORT" : "Bitte ein längeres Passwort wählen."
}
},
"register": {
".": "Registrierung",
"token.missing": "Du benötigst leider ein gültiges Token!"
},
"email": {
".": "E-Mail Adresse",
"primary": "primäre E-Mail Adresse",
"invalid": "ungültige E-Mail Adresse"
},
"apps": "Apps",
"app": {
"goto": "Gehe zur App"
},
"locale": {
"en": {
"short": "EN",
"long": "Englisch"
},
"de-informal": {
"short": "DE",
"long": "German"
}
},
"info": {
".": "Info"
},
"permissions": {
".": "Berechtigungen",
"name": "Name",
"expires": "Gültig bis"
},
"quotas": {
".": "Quotas",
"name": "Name",
"value": "Quota"
},
"voucher": {
".": "Gutscheincode",
"type": "Typ",
"code": "Code"
},
"vouchers": {
".": "Gutscheincodes",
"info": "Gutscheincodes für Add-Ons und Registrierung",
"registration": "Registrierung",
"add-on": "Add-On",
"temp": {
".": "Temporäre Gutscheincodes",
"info": "Hier werden deine aktuell angefragten Gutscheincodes angezeigt. Bitte speichere diese sicher ab, da wir diese Codes nicht für dich speichern!"
},
"stored-safely": {
".": "Da wir keine Verbindungen von Gutscheincodes zu deinem Account speichern, speichere diesen Code bitte selber sicher ab. Falls du die Seite verlässt oder neuläds ist der Code nicht mehr verfügbar!",
"confirm": "Ich habe den Code sicher abgespeicher!"
}
},
"security": {
".": "Sicherheit"
}
}
+117
View File
@@ -0,0 +1,117 @@
{
"i18n.test.replace": "yes no it's clear! {0} {1} {2}",
"greet": "Hello {0}",
"home": "Home",
"login": {
".": "Login",
"external": "Login",
"invalid": "The username and password were not recognised."
},
"not-found": {
".": "Not Found",
"text": "What's Up!?"
},
"service-unavailable": {
".": "Service Unavailable",
"text": "Currently the service seems unavailable. If this message stays for long, please contact admin@bstly.de!"
},
"logout": "Logout",
"account": "Account",
"token": "Token",
"ok": "Ok",
"tokens": {
".": "Tokens",
"redeem": "Redeem Tokens",
"redeemed": "The provided token is already redeemed.",
"get": "Get Tokens",
"enter": "Enter Token",
"validate": "Validate",
"invalid" : "The provided token is invalid.",
"provide-valid" : "Please provide a valid token"
},
"username": {
".": "Username",
"missing": "Please provide a valid username.",
"error" : "Please choose another username."
},
"password": {
".": "Password",
"forgot": "Forgot Password",
"request": "Request Password",
"reset": "Reset Password",
"change": "Change Password",
"changed": "Succeffuly changed Password!",
"current": "Current Password",
"confirm": "Confirm Password",
"not-match": "Password do not match.",
"invalid": {
"hint": "Please provide a valid password"
},
"error" : {
"ILLEGAL_WHITESPACE" : "Please do not use any whitespace!",
"INSUFFICIENT_DIGIT" : "Please provide at least one digit!",
"INSUFFICIENT_UPPERCASE" : "Please provide at leaste one uppercase character!",
"INSUFFICIENT_LOWERCASE" : "Please provide at leaste one lowercase character!",
"INSUFFICIENT_SPECIAL" : "Please provide at leaste one special character!",
"TOO_SHORT" : "Please choose a longer password!"
}
},
"register": {
".": "Register",
"token.missing": "Please provide a valid token first!"
},
"email": {
".": "E-Mail",
"primary": "Primary E-Mail",
"invalid": "invalid E-Mail"
},
"apps": "Apps",
"app": {
"goto": "Go To App"
},
"locale": {
"en": {
"short": "EN",
"long": "English"
},
"de-informal": {
"short": "DE",
"long": "Deutsch"
}
},
"info": {
".": "Info"
},
"permissions": {
".": "Permissions",
"name": "Name",
"expires": "Expires"
},
"quotas": {
".": "Quotas",
"name": "Name",
"value": "Quota"
},
"voucher": {
".": "Voucher",
"type": "Type",
"code": "Code"
},
"vouchers": {
".": "Vouchers",
"info": "Add-On and Registration Vouchers",
"registration": "Registration",
"add-on": "Add-On",
"temp": {
".": "Temporary Vouchers",
"info": "This list your currently requested vouchers! Please store them safely, the will not get stored for you!"
},
"stored-safely": {
".": "Because we do not store any relation from your account to voucher codes, please store this voucher safely. It will not be available on refresh!",
"confirm": "I have saved my voucher safely!"
}
},
"security": {
".": "Security"
}
}
+1
View File
@@ -0,0 +1 @@
{}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

+183
View File
@@ -0,0 +1,183 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="180mm"
height="180mm"
viewBox="0 0 637.79528 637.79527"
id="svg2"
version="1.1"
inkscape:version="0.92.5 (2060ec1f9f, 2020-04-08)"
sodipodi:docname="logo.svg"
inkscape:export-filename="/home/lurkars/ownCloud/Bastelei/development/bstl_ui/build/gfx/bstl.png"
inkscape:export-xdpi="24.190475"
inkscape:export-ydpi="24.190475">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow1Lend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Lend"
style="overflow:visible"
inkscape:isstock="true">
<path
id="path4410"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
style="fill:#7560ff;fill-opacity:1;fill-rule:evenodd;stroke:#7560ff;stroke-width:1.00000003pt;stroke-opacity:1"
transform="matrix(-0.8,0,0,-0.8,-10,0)"
inkscape:connector-curvature="0" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="-75.221162"
inkscape:cy="305.4019"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
showguides="true"
inkscape:guide-bbox="true"
inkscape:window-width="1848"
inkscape:window-height="1016"
inkscape:window-x="72"
inkscape:window-y="27"
inkscape:window-maximized="1"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-49.288974,-360.43866)"
style="display:inline">
<g
id="g4145"
style="stroke:#ebb400;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="translate(0,-15.000001)">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path4154"
d="m 468.57022,631.84443 -42.94501,131.608"
style="fill:none;fill-rule:evenodd;stroke:#ebb400;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path4156"
d="M 355.63121,547.02142 660.78242,768.72229"
style="fill:none;fill-rule:evenodd;stroke:#ebb400;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<path
style="fill:none;fill-rule:evenodd;stroke:#006100;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 563.03718,392.90301 492.79039,606.93332 674.34654,739.73223"
id="path4158"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
style="fill:none;fill-rule:evenodd;stroke:#5e45ff;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 546.82821,387.53706 -286.72601,207.38363 44.34514,139.99727 125.28725,-0.48581 -72.0052,221.3299"
id="path4152"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<g
id="g4141"
style="stroke:#c1008d;stroke-width:20;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="translate(0,-15.000001)">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path4150"
d="M 85.517039,769.35462 298.59321,768.46556"
style="fill:none;fill-rule:evenodd;stroke:#c1008d;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cccc"
inkscape:connector-curvature="0"
id="path4148"
d="M 347.86433,949.1813 89.095578,757.90563 249.71676,642.08318 Z"
style="fill:none;fill-rule:evenodd;stroke:#c1008d;stroke-width:20;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<path
sodipodi:type="star"
style="fill:none;fill-opacity:1;stroke:#ffffff;stroke-width:18.2419529;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4138"
sodipodi:sides="5"
sodipodi:cx="360"
sodipodi:cy="583.79077"
sodipodi:r1="294.93686"
sodipodi:r2="238.60893"
sodipodi:arg1="0.95054684"
sodipodi:arg2="1.5788654"
inkscape:flatsided="true"
inkscape:rounded="0"
inkscape:randomized="0"
d="M 531.42857,823.79077 184.72078,820.9931 80.242919,490.38988 362.37983,288.86351 641.2279,494.91659 Z"
inkscape:transform-center-x="0.32354069"
inkscape:transform-center-y="30.570376"
transform="matrix(-1.096361,0.00529662,-0.00529662,-1.096361,766.69563,1285.6526)" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="template"
style="display:none"
transform="translate(-49.288974,-52.170936)">
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 663.78063,451.04608 185.86807,102.14254"
id="path4446"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 551.54329,102.64762 71.720831,450.1401"
id="path4448"
inkscape:connector-curvature="0" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 186.37315,102.14255 180.8173,564.9278"
id="path4450"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 551.54329,103.15269 366.93791,666.81782"
id="path4452"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;fill-rule:evenodd;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 72.730983,451.15025 590.686697,0.25254"
id="path4454"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.2 KiB

@@ -0,0 +1,3 @@
<h2>we.bstly</h2>
<p>Willkommen zur digitalen Bastelei.</p>
<p></p>
+3
View File
@@ -0,0 +1,3 @@
<h2>we.bstly</h2>
<p>Welcome to the digital tinkering.</p>
+1
View File
@@ -0,0 +1 @@
<h1>Hello you lalala</h1>