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

48 lines
1.5 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",
"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 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-13 23:30:12 +03:00
}
2020-05-13 17:56:51 +03:00
}