Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ cython_debug/

# VSCode
.vscode/settings.json
.vscode/launch.json
/.trae
/app/config
/app/config
Expand Down
72 changes: 72 additions & 0 deletions app/Language/modules/history.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,18 @@
"name": "公平抽取",
"description": "公平抽取模式",
},
"export": {
"name": "导出记录",
"description": "将当前表格数据导出为文件",
},
"export_button": {
"name": "导出",
"description": "导出按钮文本",
},
"export_default_filename": {
"name": "点名记录",
"description": "导出文件默认文件名中的描述文字",
},
},
"EN_US": {
"title": {
Expand Down Expand Up @@ -320,6 +332,18 @@
"name": "Fair pick",
"description": "Fair picking mode",
},
"export": {
"name": "Export records",
"description": "Export current table data to a file",
},
"export_button": {
"name": "Export",
"description": "Export button text",
},
"export_default_filename": {
"name": "Picking records",
"description": "Description text in the default export filename",
},
"select_weight": {
"name": "Show weight",
"description": "Whether to show weight in table",
Expand Down Expand Up @@ -419,6 +443,18 @@
"name": "公平抽出",
"description": "公平抽出モード",
},
"export": {
"name": "記録をエクスポート",
"description": "現在のテーブルデータをファイルにエクスポート",
},
"export_button": {
"name": "エクスポート",
"description": "エクスポートボタンテキスト",
},
"export_default_filename": {
"name": "点呼記録",
"description": "エクスポートファイルのデフォルトファイル名の説明文",
},
"select_weight": {
"name": "重みを表示",
"description": "テーブルに重みを表示するかどうか",
Expand Down Expand Up @@ -460,6 +496,18 @@
"name": ["抽奖时间", "抽取数量", "课程", "权重"],
"description": "抽奖历史记录表格列标题(单次记录)",
},
"export": {
"name": "导出记录",
"description": "将当前表格数据导出为文件",
},
"export_button": {
"name": "导出",
"description": "导出按钮文本",
},
"export_default_filename": {
"name": "抽奖记录",
"description": "导出文件默认文件名中的描述文字",
},
},
"EN_US": {
"title": {
Expand Down Expand Up @@ -508,6 +556,18 @@
},
"description": "Lottery history table title column header weight (individual)",
},
"export": {
"name": "Export records",
"description": "Export current table data to a file",
},
"export_button": {
"name": "Export",
"description": "Export button text",
},
"export_default_filename": {
"name": "Lottery records",
"description": "Description text in the default export filename",
},
},
"JA_JP": {
"title": {
Expand Down Expand Up @@ -556,5 +616,17 @@
},
"description": "抽選履歴テーブルの列タイトル(単一記録)",
},
"export": {
"name": "記録をエクスポート",
"description": "現在のテーブルデータをファイルにエクスポート",
},
"export_button": {
"name": "エクスポート",
"description": "エクスポートボタンテキスト",
},
"export_default_filename": {
"name": "抽選記録",
"description": "エクスポートファイルのデフォルトファイル名の説明文",
},
},
}
Loading
Loading