reverse-proxy-frontend/public/locales/en/translations.json

70 lines
2.1 KiB
JSON

{
"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}}",
"Language": {
"English": "English",
"Romanian": "Romanian"
},
"Menu": {
"Home": "Home",
"Sessions": "Sessions",
"ReleaseNotes": "Release notes",
"Log": "Log",
"About": "About"
},
"General": {
"Close": "Close",
"Send": "Send"
},
"Session": {
"Title": "Sessions",
"Session": "Session",
"Active": "Active",
"StartDate": "Start date",
"StopDate": "Stop date",
"RunningTime": "Running time",
"Host": "Host",
"LogRows": "Log rows",
"LogSize": "Log size",
"Forwards": {
"Title": "Forwards",
"From": "From",
"To": "To",
"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."
}
}
},
"ReleaseNotes": {
"Title": "Release notes",
"Version": "Version"
},
"Server": {
"Title": "Server",
"Subtitle": "Expand to see details",
"ServerHostName": "Server host",
"ApiHostName": "API host",
"Domain": "Domain",
"ActiveSession": "Active session",
"ActiveSessionSubtitle": "Expand to see forwards",
"DDNSProvider": "Dynamic DNS Provider",
"Actions": {
"SendMessageToAuthor": "Send message to author"
},
"MessageForAuthor": "Message for author"
}
}