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

64 lines
1.9 KiB
JSON
Raw Normal View History

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": {
"Close": "Close"
},
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",
"Host": "Host",
"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",
"ActiveSessionSubtitle": "Expand to see forwards"
2020-05-13 23:30:12 +03:00
}
2020-05-13 17:56:51 +03:00
}