This commit is contained in:
Lurkars
2021-03-11 19:52:37 +01:00
parent cf46cf6fd0
commit c4321d99cb
41 changed files with 1389 additions and 471 deletions
+52 -1
View File
@@ -1,5 +1,6 @@
{
"i18n.test.replace": "Wat!?! {0} {1} {2}",
"date-time-format": "dd.MM.yyyy HH:mm:ss",
"greet": "Hallo {0}",
"home": {
".": "Über we.bstly",
@@ -55,6 +56,8 @@
"account": "Account",
"token": "Token",
"ok": "Ok",
"save": "Speichern",
"close" : "Schliessen",
"tokens": {
".": "Tokens",
"redeem": "Tokens einlösen",
@@ -145,6 +148,7 @@
"permissions": {
".": "Berechtigungen",
"name": "Name",
"starts": "Gültig ab",
"expires": "Gültig bis",
"nextcloud": "Nextcloud",
"mail": "E-Mail Postfach",
@@ -207,6 +211,7 @@
".": "PGP",
"privateKey": {
".": "Privater PGP Schlüssel",
"downloadKey": "Privaten Schlüssel herunterladen",
"confirmStore": "Ich habe meinen privaten Schlüssel sicher gespeichert!"
}
},
@@ -214,5 +219,51 @@
"sourcecode": "Quellcode",
"homepage": "Homepage",
"imprint": "Impressum",
"privacy-policy": "Datenschutzerklärung"
"privacy-policy": "Datenschutzerklärung",
"profile": "Profil",
"profileField": {
".": "Profilfeld",
"name": {
".": "Name"
},
"type": {
".": "Typ",
"TEXT": {
".": "Textfeld"
},
"NUMBER": {
".": "Numerisch"
},
"DATE": {
".": "Datum"
},
"URL": {
".": "URL"
},
"EMAIL": {
".": "E-Mail"
},
"BOOL": {
".": "Boolean"
}
},
"edit": "Bearbeiten",
"delete": "Löschen",
"openBlob" : "Anzeigen",
"create": "Neues Profilfeld hinzufügen",
"value": "Wert",
"index": "Index",
"visibility": {
".": "Sichtbarkeit",
"PRIVATE": {
".": "Privat"
},
"PROTECTED": {
".": "Geschützt"
},
"PUBLIC": {
".": "Öffentlich"
}
}
}
}