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

118 lines
3.7 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": {
2020-05-20 03:34:38 +03:00
"Close": "Close",
2021-05-16 01:57:02 +03:00
"Send": "Send",
2021-05-16 03:27:09 +03:00
"Advanced": "Advanced",
"Enabled": "Enabled"
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": {
2021-05-16 04:17:04 +03:00
"Title": "Forwards"
2020-05-14 03:01:01 +03:00
}
2020-05-14 15:29:32 +03:00
},
2021-05-16 03:27:09 +03:00
"Forward": {
2021-05-16 04:17:04 +03:00
"Title": "Forward {{forwardId}}",
"Label": "Forward",
"Subtitle": "from {{from}} to {{to}}",
"From": "From",
"To": "To",
2021-05-16 03:27:09 +03:00
"Options": {
2021-05-16 03:52:50 +03:00
"Title": "Options",
"Name": "Name",
"Active": "Active",
"TrailingSlash": {
"Label": "Trailing slash",
"Tooltip": "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": {
"Label": "Path overwrite",
2021-05-16 13:32:16 +03:00
"Tooltip": "Option by which the base path of the application is automatically overwritten in all http text responses received from it."
2021-05-16 03:52:50 +03:00
},
"PathInjection": {
"Label": "Path injection",
2021-05-16 13:32:16 +03:00
"Tooltip": "PathInjection is useful for applications that doesn't have a configuration for base path. With this option, the reverse proxy server will try to inject the base path in each link from each reasponse content."
2021-05-16 03:52:50 +03:00
},
2021-05-16 03:27:09 +03:00
"KeyOverwrite": {
2021-05-16 03:52:50 +03:00
"Label": "Key overwrite",
"Tooltip": "KeyOverwrite can be used to replace any key from all http responses of a forward.",
2021-05-16 03:27:09 +03:00
"Origin": "Origin",
"Substitute": "Substitute"
}
}
},
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-06-06 01:42:11 +03:00
"Thoughts": "This reverse proxy is the only open gate to a secret creation land. There any impulse or thought can fly free and can be materialized without limits. If you don't believe it, ask the ",
"Wizard": "wizard",
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",
"ActiveSessionSubtitle": "Expand to see forwards",
2020-05-20 03:34:38 +03:00
"DDNSProvider": "Dynamic DNS Provider",
"Actions": {
"SendMessageToAuthor": "Send message to author"
},
2020-06-06 00:06:08 +03:00
"MessageForAuthor": "Message for author",
"Details": "Details"
2020-05-21 01:44:11 +03:00
},
2020-06-05 02:05:55 +03:00
"Charts": {
"Server": {
"Sessions": {
"RunningTime": {
"Title": "Sessions running time",
2020-06-05 19:53:56 +03:00
"Session": "Session",
"X": "Running time"
2020-06-05 02:05:55 +03:00
}
}
}
},
2020-05-21 01:44:11 +03:00
"Notifications": {
"MessageSaved": "Message saved"
2020-06-06 03:35:39 +03:00
},
"Chatbot": {
"Wizard": {
"Message1": "I'm the wizard.",
"Message2": "I know everything about nothing. What do you want to ask me?",
"Message3": "Please hurry. I don't have time to waste.",
"Message5": "I don't have time for that. Ask me something serious.",
"Message7": "I don't think I understand '{previousValue}'. You mean, like, flowers?",
"Message9": "I think you're wasting my time. Farewell!"
}
2020-05-13 23:30:12 +03:00
}
2020-05-13 17:56:51 +03:00
}