diff --git a/src/static/locales/bg-BG.json b/src/static/locales/bg-BG.json index c8c30538..9e854610 100644 --- a/src/static/locales/bg-BG.json +++ b/src/static/locales/bg-BG.json @@ -438,5 +438,21 @@ "or": "или", "or click the button below to download the ": "или щракнете бутона по-долу, за да изтеглите ", "then": "тогава", - "to add your server": "за да добавите сървъра си" + "to add your server": "за да добавите сървъра си", + "Admin Users": "Администратори", + "Add Admin": "Добави администратор", + "Change My Password": "Смени паролата ми", + "Created": "Създаден", + "Last Login": "Последен вход", + "TOTP": "TOTP", + "Actions": "Действия", + "You": "Вие", + "Add New Admin": "Добави нов администратор", + "Edit Admin": "Редактирай администратор", + "Change Password": "Смени парола", + "Reset Password": "Нулирай парола", + "Delete Admin": "Изтрий администратор", + "Confirm Password": "Потвърди парола", + "Confirm New Password": "Потвърди новата парола", + "Save Changes": "Запази промените" } \ No newline at end of file diff --git a/src/static/locales/locale_template.json b/src/static/locales/locale_template.json index af259d73..4856137f 100644 --- a/src/static/locales/locale_template.json +++ b/src/static/locales/locale_template.json @@ -438,5 +438,21 @@ "Assign successfully!": "", "Sessions": "", "Data": "", - "Back": "" + "Back": "", + "Admin Users": "", + "Add Admin": "", + "Change My Password": "", + "Created": "", + "Last Login": "", + "TOTP": "", + "Actions": "", + "You": "", + "Add New Admin": "", + "Edit Admin": "", + "Change Password": "", + "Reset Password": "", + "Delete Admin": "", + "Confirm Password": "", + "Confirm New Password": "", + "Save Changes": "" } \ No newline at end of file diff --git a/src/static/locales/ru-RU.json b/src/static/locales/ru-RU.json index cab481ad..3fa50806 100644 --- a/src/static/locales/ru-RU.json +++ b/src/static/locales/ru-RU.json @@ -365,5 +365,21 @@ "or": "или", "or click the button below to download the ": "Так же, вы можете скачать ", "then": "тогда", - "to add your server": "чтобы добавить свой сервер" + "to add your server": "чтобы добавить свой сервер", + "Admin Users": "Администраторы", + "Add Admin": "Добавить администратора", + "Change My Password": "Сменить мой пароль", + "Created": "Создан", + "Last Login": "Последний вход", + "TOTP": "TOTP", + "Actions": "Действия", + "You": "Вы", + "Add New Admin": "Добавить нового администратора", + "Edit Admin": "Редактировать администратора", + "Change Password": "Сменить пароль", + "Reset Password": "Сбросить пароль", + "Delete Admin": "Удалить администратора", + "Confirm Password": "Подтвердить пароль", + "Confirm New Password": "Подтвердить новый пароль", + "Save Changes": "Сохранить изменения" } \ No newline at end of file