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
+46 -1
View File
@@ -1,5 +1,6 @@
{
"i18n.test.replace": "yes no it's clear! {0} {1} {2}",
"date-time-format": "yyyy/dd/MM HH:mm:ss",
"greet": "Hello {0}",
"home": "Home",
"cancel" : "Cancel",
@@ -129,5 +130,49 @@
},
"software" : "Software",
"sourcecode": "Sourcecode",
"homepage": "Homepage"
"homepage": "Homepage",
"profile": "Profile",
"imprint": "Imprint",
"privacy-policy": "Privacy-Policy",
"profileField": {
".": "Profilefield",
"name": {
".": "Name"
},
"type": {
".": "Typ",
"TEXT": {
".": "Textfield"
},
"NUMBER": {
".": "Numeric"
},
"DATE": {
".": "Date"
},
"URL": {
".": "URL"
},
"EMAIL": {
".": "Email"
},
"BOOL": {
".": "Boolean"
}
},
"value": "Value",
"index": "Index",
"visibility": {
".": "Visibility",
"PRIVATE": {
".": "Private"
},
"PROTECTED": {
".": "Protected"
},
"PUBLIC": {
".": "Public"
}
}
}
}