Fix: the emojis import function could add more entries than max allowed emoji count.
+ another minor fix.
This commit is contained in:
@ -455,6 +455,7 @@ invalid_value_wrong_format: "Value is in the wrong format."
|
||||
invalid_value_not_in_range: "Value is not in authorized range."
|
||||
invalid_value_file_too_big: "File size is too big (max size: %s)."
|
||||
invalid_value_duplicate: "Duplicate value"
|
||||
too_many_entries: "Too many entries"
|
||||
|
||||
slow_mode_info: "Slow mode is enabled, users can send a message every %1$s seconds."
|
||||
|
||||
|
@ -522,3 +522,4 @@ livechat_token_disabled_description: "Les utilisateur⋅rices peuvent générer
|
||||
pour inclure le tchat dans les docks web dans OBS.\nConsultez <a href=\"https://livingston.frama.io/peertube-plugin-livechat/fr/documentation/user/obs\"\
|
||||
\ target=\"_blank\">la documentation</a> pour plus d'informations.\nVous pouvez
|
||||
désactiver cette fonctionnalité en cochant ce paramètre.\n"
|
||||
too_many_entries: "Trop d'entrées"
|
||||
|
Reference in New Issue
Block a user