Files
Serendipity 720ebb535d feat(ui): 添加深色模式支持
- 新增深色/浅色模式切换按钮,位于主窗口底部
- 在配置文件中定义主题颜色(浅色/深色背景、列表背景、前景色)
- 更新 UI 工具函数以支持动态主题切换,包括列表斑马纹适配
- 添加翻译条目(Dark Mode/Light Mode)并更新编译脚本
- 修改主窗口创建逻辑,集成主题切换回调
- 调整列表背景色属性从 BACKCOLOR 改为 BGCOLOR 以保持一致性
2026-05-02 01:32:56 +08:00

135 lines
2.1 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PathEditor package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PathEditor 3.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-03-26 10:00+0800\n"
"PO-Revision-Date: 2026-03-26 10:00+0800\n"
"Last-Translator: LHY <3364451258@qq.com>\n"
"Language-Team: Chinese (Simplified)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: src/main.c
msgid "Environment Variable Editor"
msgstr ""
#: src/main.c
msgid "System Variables"
msgstr ""
#: src/main.c
msgid "User Variables"
msgstr ""
#: src/ui/main_window.c
msgid "Merged Preview"
msgstr ""
#: src/ui/main_window.c
msgid "New"
msgstr ""
#: src/ui/main_window.c
msgid "Edit"
msgstr ""
#: src/ui/main_window.c
msgid "Delete"
msgstr ""
#: src/ui/main_window.c
msgid "Browse"
msgstr ""
#: src/ui/main_window.c
msgid "Move Up"
msgstr ""
#: src/ui/main_window.c
msgid "Move Down"
msgstr ""
#: src/ui/main_window.c
msgid "Clean Invalid"
msgstr ""
#: src/ui/main_window.c
msgid "Undo"
msgstr ""
#: src/ui/main_window.c
msgid "Redo"
msgstr ""
#: src/ui/main_window.c
msgid "OK"
msgstr ""
#: src/ui/main_window.c
msgid "Cancel"
msgstr ""
#: src/ui/main_window.c
msgid "Import"
msgstr ""
#: src/ui/main_window.c
msgid "Export"
msgstr ""
#: src/ui/main_window.c
msgid "Search..."
msgstr ""
#: src/main.c
msgid "Warning"
msgstr ""
#: src/main.c
msgid "Error"
msgstr ""
#: src/main.c
msgid "Running in read-only mode"
msgstr ""
#: src/main.c
msgid "Please run as administrator"
msgstr ""
#: src/ui/main_window.c
msgid "Language"
msgstr ""
#: src/ui/dialogs.c
msgid "Chinese (Simplified)"
msgstr ""
#: src/ui/dialogs.c
msgid "English"
msgstr ""
#: src/controller/callbacks_nav.c
msgid "Undo completed"
msgstr ""
#: src/controller/callbacks_nav.c
msgid "Redo completed"
msgstr ""
#: src/ui/main_window.c
msgid "Dark Mode"
msgstr ""
#: src/ui/main_window.c
msgid "Light Mode"
msgstr ""