summaryrefslogtreecommitdiff
path: root/localization
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-06 19:29:29 +0400
committerilotterytea <iltsu@alright.party>2025-04-06 19:29:29 +0400
commitd1fcac7411bd0a686c3ccaa7416d98dc197c4e59 (patch)
tree5ea919dc3f55f25b36dba73bc17ab02e6461dccf /localization
parentd1f8efef4a68f81ca104e9b8f51e04497f3bd8aa (diff)
feat: lua execution error
Diffstat (limited to 'localization')
-rw-r--r--localization/english.json1
-rw-r--r--localization/russian.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/localization/english.json b/localization/english.json
index c7cc035..c471ada 100644
--- a/localization/english.json
+++ b/localization/english.json
@@ -19,6 +19,7 @@
"error.external_api_error": "External API error (%s%s)",
"error.insufficient_rights": "Insufficient rights",
"error.illegal_command": "Command not available",
+ "error.lua_execution_error": "Lua execution error: %s",
"ping.response": "{sender.alias_name}: funnywhitecat Pong! %s Uptime: %s · Used memory: %sMB",
diff --git a/localization/russian.json b/localization/russian.json
index 3790aea..4be5345 100644
--- a/localization/russian.json
+++ b/localization/russian.json
@@ -19,6 +19,7 @@
"error.external_api_error": "Ошибка стороннего API (%s%s)",
"error.insufficient_rights": "Недостаточно прав",
"error.illegal_command": "Команда недоступна",
+ "error.lua_execution_error": "Lua execution error: %s",
"ping.response": "{sender.alias_name}: funnywhitecat Понг! %s Время сессии: %s · ОЗУ: %sМБ",