feat: add user_template setting (#36)

This commit is contained in:
仓鼠
2024-12-07 01:17:00 +08:00
committed by GitHub
parent d702996021
commit c01a48cab9
6 changed files with 116 additions and 4 deletions

View File

@@ -152,5 +152,13 @@
"NewUser": "New user",
"Count": "Count",
"LastBlockReason": "Last Block Reason",
"LastBlockTime": "Last ban time"
"LastBlockTime": "Last ban time",
"Theme": "Theme",
"Author": "Author",
"Repository": "Repository",
"Community": "Community",
"Official": "Official",
"CommunityThemeWarning": "You are using a community theme",
"CommunityThemeDescription": "This theme is provided by the community, use it at your own risk",
"Cancel": "Cancel"
}

View File

@@ -152,5 +152,13 @@
"NewUser": "Nuovo utente",
"Count": "Contare",
"LastBlockReason": "Motivo dell'ultimo divieto",
"LastBlockTime": "L'ultima volta che è stato vietato"
"LastBlockTime": "L'ultima volta che è stato vietato",
"Theme": "Tema",
"Author": "Autore",
"Repository": "Repository",
"Community": "Comunità",
"Official": "Ufficiale",
"CommunityThemeWarning": "Questo tema appartiene alla comunità",
"CommunityThemeDescription": "Questo tema viene fornito dalla comunità, utilizzalo a tuo rischio e pericolo",
"Cancel": "Annulla"
}

View File

@@ -152,5 +152,13 @@
"NewUser": "新用户",
"Count": "计数",
"LastBlockReason": "最后封禁原因",
"LastBlockTime": "最后封禁时间"
"LastBlockTime": "最后封禁时间",
"Theme": "主题",
"Author": "作者",
"Repository": "仓库",
"Community": "社区",
"Official": "官方",
"CommunityThemeWarning": "正在使用社区主题",
"CommunityThemeDescription": "社区主题未经官方审计,需自行甄别风险。",
"Cancel": "取消"
}

View File

@@ -152,5 +152,13 @@
"NewUser": "新用戶",
"Count": "計數",
"LastBlockReason": "最後封鎖原因",
"LastBlockTime": "最後封鎖時間"
"LastBlockTime": "最後封鎖時間",
"Theme": "主題",
"Author": "作者",
"Repository": "仓库",
"Community": "社区",
"Official": "官方",
"CommunityThemeWarning": "正在使用社區主題",
"CommunityThemeDescription": "社區主題未經官方審計,需自行甄別風險。",
"Cancel": "取消"
}