2020-05-13 17:56:51 +03:00
{
"DATE" : "{{date,intlDate}}" ,
"LONG_DATE" : "{{date,intlLongDate}}" ,
"DATE_FORMAT" : "{{date, format}}" ,
"TIME_FROM_X" : "{{date,intlTimeFromX}}" ,
"H_FROM_X" : "{{date,intlHoursFromX}}" ,
"H_FROM_M" : "{{number,intlHoursFromMinutes}}" ,
"NUMBER" : "{{number,intlNumber}}" ,
"DECIMAL" : "{{number,intlDecimal}}" ,
"DECIMAL2" : "{{number,intlDecimal2}}" ,
2020-05-13 19:16:13 +03:00
"Language" : {
"English" : "English" ,
"Romanian" : "Romanian"
} ,
2020-05-13 19:25:14 +03:00
"Menu" : {
"Home" : "Home" ,
"Sessions" : "Sessions" ,
2020-05-14 15:29:32 +03:00
"ReleaseNotes" : "Release notes" ,
2020-05-14 22:48:30 +03:00
"Log" : "Log" ,
2020-05-13 19:25:14 +03:00
"About" : "About"
} ,
2020-05-14 13:45:35 +03:00
"General" : {
2020-05-20 03:34:38 +03:00
"Close" : "Close" ,
"Send" : "Send"
2020-05-14 13:45:35 +03:00
} ,
2020-05-13 23:30:12 +03:00
"Session" : {
2020-05-14 00:12:19 +03:00
"Title" : "Sessions" ,
2020-05-13 23:30:12 +03:00
"Session" : "Session" ,
"Active" : "Active" ,
"StartDate" : "Start date" ,
"StopDate" : "Stop date" ,
"RunningTime" : "Running time" ,
2020-05-14 03:01:01 +03:00
"Host" : "Host" ,
"LogRows" : "Log rows" ,
"LogSize" : "Log size" ,
2020-05-14 13:45:35 +03:00
"Forwards" : {
2020-05-14 22:30:31 +03:00
"Title" : "Forwards" ,
2020-05-14 03:01:01 +03:00
"From" : "From" ,
"To" : "To" ,
2020-05-14 13:45:35 +03:00
"Options" : {
"Title" : "Options" ,
"Name" : "Name" ,
"Active" : "Active" ,
"TrailingSlash" : "Trailing slash" ,
"TrailingSlashTooltip" : "A trailing slash is the forward slash placed at the end of a URL. The trailing slash is generally used to mark a directory, and if a URL is not terminated using a trailing slash, this generally points to a file." ,
"PathOverwrite" : "Path overwrite" ,
"PathOverwriteTooltip" : "Option by which the base path of the application is automatically overwritten in all http text responses received from it."
}
2020-05-14 03:01:01 +03:00
}
2020-05-14 15:29:32 +03:00
} ,
"ReleaseNotes" : {
"Title" : "Release notes" ,
"Version" : "Version"
2020-05-18 23:52:06 +03:00
} ,
"Server" : {
2020-05-19 02:27:05 +03:00
"Title" : "Server" ,
2020-05-19 11:49:32 +03:00
"Subtitle" : "Expand to see details" ,
2020-05-19 02:27:05 +03:00
"ServerHostName" : "Server host" ,
2020-05-19 02:18:43 +03:00
"ApiHostName" : "API host" ,
"Domain" : "Domain" ,
2020-05-18 23:52:06 +03:00
"ActiveSession" : "Active session" ,
2020-05-19 12:57:11 +03:00
"ActiveSessionSubtitle" : "Expand to see forwards" ,
2020-05-20 03:34:38 +03:00
"DDNSProvider" : "Dynamic DNS Provider" ,
"Actions" : {
"SendMessageToAuthor" : "Send message to author"
} ,
"MessageForAuthor" : "Message for author"
2020-05-21 01:44:11 +03:00
} ,
2020-06-05 02:05:55 +03:00
"Charts" : {
"Server" : {
"Sessions" : {
"RunningTime" : {
"Title" : "Sessions running time" ,
"X" : "Running time" ,
"Y" : "Sessions"
}
}
}
} ,
2020-05-21 01:44:11 +03:00
"Notifications" : {
"MessageSaved" : "Message saved"
2020-05-13 23:30:12 +03:00
}
2020-05-13 17:56:51 +03:00
}