diff options
author | Simon Rettberg | 2023-07-18 14:57:43 +0200 |
---|---|---|
committer | Simon Rettberg | 2023-07-18 14:57:43 +0200 |
commit | 393a4e8e12f858f22146cd3d7c9d9ac5457c5959 (patch) | |
tree | 0f43917e18300fe9e2a81c7f8ac2f615761ea270 /modules-available/eventlog/lang/en | |
parent | [statistics] Don't duplicate user in .vmchooser-session event (diff) | |
download | slx-admin-393a4e8e12f858f22146cd3d7c9d9ac5457c5959.tar.gz slx-admin-393a4e8e12f858f22146cd3d7c9d9ac5457c5959.tar.xz slx-admin-393a4e8e12f858f22146cd3d7c9d9ac5457c5959.zip |
[eventlog] Add 'L' suffix to formatting, try to improve help text
Diffstat (limited to 'modules-available/eventlog/lang/en')
-rw-r--r-- | modules-available/eventlog/lang/en/template-tags.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/eventlog/lang/en/template-tags.json b/modules-available/eventlog/lang/en/template-tags.json index a28c9b34..90425156 100644 --- a/modules-available/eventlog/lang/en/template-tags.json +++ b/modules-available/eventlog/lang/en/template-tags.json @@ -37,7 +37,7 @@ "lang_mailUsers": "Users to mail", "lang_mailconfigs": "Mail configs", "lang_messageTemplate": "Message template", - "lang_messageTemplateHelp": "You can refer to the matched rules above by using their index in percentage-signs, like %0%, %1%, etc. If you used a regex and supplied capture groups, you can refer to them individually by using %0:1%, %0:2% etc. Furthermode, you can format raw numbers by appending b, kb, mb, gb to format as size in bytes, ts to format as unix timestamp, or d to format as duration in seconds.", + "lang_messageTemplateHelp": "You can refer to the matched rules above by using their index in percentage-signs, like %0%, %1%, etc. If you use a regex with capture groups, you can refer to them individually by using %n:1%, %n:2% etc. Furthermode, you can format raw numbers by appending \"b\", \"kb\", \"mb\", \"gb\" to interpret the given value as bytes (or kilobytes, megabytes, etc.), \"ts\" if the input value is a unix timestamp, \"d\" to turn a duration in seconds into human readable format, and \"L\" to turn a location id into the according location name.", "lang_noMailConfig": "No mail config", "lang_optionalDescription": "Description (for reference only)", "lang_port": "Port", |