update
This commit is contained in:
+46
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user