2024-05-23 09:42:14 +00:00
|
|
|
// SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2021-04-12 13:08:05 +00:00
|
|
|
declare const PLUGIN_CHAT_PACKAGE_NAME: string
|
2021-06-11 12:30:46 +00:00
|
|
|
declare const PLUGIN_CHAT_SHORT_NAME: string
|
2023-06-12 17:26:28 +00:00
|
|
|
|
2023-09-22 11:56:48 +00:00
|
|
|
// Constants that begins with "MUSTACHE_" are mustache templates, and are built by build-client.js.
|
|
|
|
declare const MUSTACHE_CONFIGURATION_HOME: string
|
|
|
|
declare const MUSTACHE_CONFIGURATION_CHANNEL: string
|
|
|
|
|
2023-06-12 17:26:28 +00:00
|
|
|
// Constants that begins with "LOC_" are loaded by build-client.js, reading the english locale file.
|
|
|
|
// See the online documentation: https://johnxlivingston.github.io/peertube-plugin-livechat/contributing/translate/
|
2023-07-26 16:16:30 +00:00
|
|
|
declare const LOC_ONLINE_HELP: string
|
2023-06-12 17:26:28 +00:00
|
|
|
declare const LOC_OPEN_CHAT: string
|
|
|
|
declare const LOC_OPEN_CHAT_NEW_WINDOW: string
|
|
|
|
declare const LOC_CLOSE_CHAT: string
|
|
|
|
declare const LOC_USE_CHAT: string
|
|
|
|
declare const LOC_USE_CHAT_HELP: string
|
|
|
|
declare const LOC_SHARE_CHAT_LINK: string
|
|
|
|
declare const LOC_READ_ONLY: string
|
|
|
|
declare const LOC_SHOW_SCROLLBARR: string
|
|
|
|
declare const LOC_TRANSPARENT_BACKGROUND: string
|
|
|
|
declare const LOC_TIPS_FOR_STREAMERS: string
|
|
|
|
declare const LOC_COPY: string
|
|
|
|
declare const LOC_LINK_COPIED: string
|
|
|
|
declare const LOC_ERROR: string
|
|
|
|
declare const LOC_OPEN: string
|
|
|
|
declare const LOC_USE_CURRENT_THEME_COLOR: string
|
|
|
|
declare const LOC_GENERATE_IFRAME: string
|
|
|
|
declare const LOC_CHAT_FOR_LIVE_STREAM: string
|
|
|
|
declare const LOC_ROOM_NAME: string
|
|
|
|
declare const LOC_ROOM_DESCRIPTION: string
|
|
|
|
declare const LOC_NOT_FOUND: string
|
|
|
|
declare const LOC_VIDEO: string
|
|
|
|
declare const LOC_CHANNEL: string
|
|
|
|
declare const LOC_LAST_ACTIVITY: string
|
|
|
|
declare const LOC_WEB: string
|
|
|
|
declare const LOC_CONNECT_USING_XMPP: string
|
|
|
|
declare const LOC_CONNECT_USING_XMPP_HELP: string
|
2023-08-08 15:15:05 +00:00
|
|
|
|
2023-08-09 10:20:19 +00:00
|
|
|
declare const LOC_SAVE: string
|
|
|
|
declare const LOC_CANCEL: string
|
2023-08-09 14:16:02 +00:00
|
|
|
declare const LOC_SUCCESSFULLY_SAVED: string
|
2023-09-06 13:23:39 +00:00
|
|
|
declare const LOC_MENU_CONFIGURATION_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_TITLE: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_DESC: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_PLEASE_SELECT: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_TITLE: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_DESC: string
|
2024-03-07 16:56:27 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_SLOW_MODE_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_SLOW_MODE_DESC: string
|
2023-09-06 13:23:39 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_ENABLE_BOT_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_BOT_OPTIONS_TITLE: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_LABEL: string
|
2023-09-20 16:48:02 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_DESC: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_DESC2: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_REASON_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_REASON_DESC: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_REGEXP_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_REGEXP_DESC: string
|
2023-09-21 14:09:50 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_APPLYTOMODERATORS_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_APPLYTOMODERATORS_DESC: string
|
2024-05-13 14:40:36 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_LABEL_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_LABEL_DESC: string
|
2023-09-25 11:16:15 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_COMMENTS_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FORBIDDEN_WORDS_COMMENTS_DESC: string
|
2023-09-21 14:09:50 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_COMMAND_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_COMMAND_DESC: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_COMMAND_CMD_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_COMMAND_CMD_DESC: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_COMMAND_MESSAGE_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_COMMAND_MESSAGE_DESC: string
|
2023-09-20 16:48:02 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_QUOTE_LABEL: string
|
2023-09-26 12:58:59 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_QUOTE_LABEL2: string
|
2023-09-20 16:48:02 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_QUOTE_DESC: string
|
2023-09-21 14:09:50 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_QUOTE_DESC2: string
|
2023-09-20 16:48:02 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_QUOTE_DELAY_LABEL: string
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_QUOTE_DELAY_DESC: string
|
2023-09-06 13:23:39 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_BANNED_JIDS_LABEL: string
|
2023-09-19 16:56:39 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_BOT_NICKNAME: string
|
2023-09-21 14:09:50 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_FOR_MORE_INFO: string
|
2023-09-25 10:51:15 +00:00
|
|
|
|
2024-06-05 16:27:57 +00:00
|
|
|
declare const LOC_VALIDATION_ERROR: string
|
2023-09-25 10:51:15 +00:00
|
|
|
declare const LOC_INVALID_VALUE: string
|
2024-06-06 09:36:07 +00:00
|
|
|
declare const LOC_INVALID_VALUE_MISSING: string
|
2024-05-26 03:06:28 +00:00
|
|
|
declare const LOC_INVALID_VALUE_WRONG_TYPE: string
|
|
|
|
declare const LOC_INVALID_VALUE_WRONG_FORMAT: string
|
|
|
|
declare const LOC_INVALID_VALUE_NOT_IN_RANGE: string
|
2024-06-06 09:36:07 +00:00
|
|
|
declare const LOC_INVALID_VALUE_FILE_TOO_BIG: string
|
2024-06-06 13:03:12 +00:00
|
|
|
declare const LOC_INVALID_VALUE_DUPLICATE: string
|
2024-06-06 09:36:07 +00:00
|
|
|
|
2024-04-04 08:58:16 +00:00
|
|
|
declare const LOC_CHATROOM_NOT_ACCESSIBLE: string
|
2024-05-17 13:17:36 +00:00
|
|
|
|
|
|
|
declare const LOC_PROMOTE: string
|
2024-06-04 14:39:25 +00:00
|
|
|
|
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_EMOJIS_TITLE: string
|
2024-06-07 09:51:32 +00:00
|
|
|
declare const LOC_LIVECHAT_CONFIGURATION_CHANNEL_EMOJIS_DESC: string
|
2024-06-05 13:56:03 +00:00
|
|
|
declare const LOC_LIVECHAT_EMOJIS_SHORTNAME: string
|
|
|
|
declare const LOC_LIVECHAT_EMOJIS_SHORTNAME_DESC: string
|
|
|
|
declare const LOC_LIVECHAT_EMOJIS_FILE: string
|
|
|
|
declare const LOC_LIVECHAT_EMOJIS_FILE_DESC: string
|
2024-06-10 17:07:55 +00:00
|
|
|
|
|
|
|
declare const LOC_ACTION_IMPORT: string
|
|
|
|
declare const LOC_ACTION_EXPORT: string
|
|
|
|
declare const LOC_ACTION_IMPORT_EMOJIS_INFO: string
|
2024-06-11 10:32:36 +00:00
|
|
|
declare const LOC_ACTION_ADD_ENTRY: string
|
|
|
|
declare const LOC_ACTION_REMOVE_ENTRY: string
|