Commit Graph

20 Commits

Author SHA1 Message Date
dengbo d1a8e6c9d6 chore: update translations in .pot file
Update the translations template file (.pot) to reflect the latest
changes in the source code. This includes updating existing messages and
adding new ones. This update ensures that all translatable strings are
available for localization. The changes reflect updates to command-line
options, descriptions, and error messages related to application and
runtime management, repository handling, and building.

Influence:
1. No direct functionality change. Verify that the updated .pot file
contains all the latest translatable strings from the source code.
2. Ensure no regressions in the UI or CLI tool.
3. After the update, if language translations are updated based on this
pot file, test the updated language translations.

chore: 更新 .pot 文件中的翻译

更新翻译模板文件 (.pot) 以反映源代码中的最新更改。这包括更新现有消息和添
加新消息。 此更新确保所有可翻译的字符串都可用于本地化。这些更改反映了与
应用程序和运行时管理、存储库处理和构建相关的命令行选项、描述和错误消息的
更新。

Influence:
1. 没有直接的功能变更。验证更新后的 .pot 文件是否包含源代码中的所有最新
可翻译字符串。
2. 确保 UI 或 CLI 工具中没有回归。
3. 更新后,如果语言翻译是基于此 pot 文件更新的,请测试更新后的语言翻译。
2025-09-11 20:06:25 +08:00
myml e85ff3b6d1 fix: update msgmerge command options in translation workflow
1. Added --no-fuzzy-matching and --backup=off flags to msgmerge command
2. These changes prevent creation of fuzzy matches and backup files
during translation updates
3. Improves consistency in translation files and reduces unnecessary
file clutter
4. The modification affects both custom target and file-level commands
in CMake

fix: 更新翻译工作流中的 msgmerge 命令选项

1. 为 msgmerge 命令添加了 --no-fuzzy-matching 和 --backup=off 标志
2. 这些更改防止在翻译更新过程中创建模糊匹配和备份文件
3. 提高翻译文件的一致性并减少不必要的文件混乱
4. 修改同时影响 CMake 中的自定义目标和文件级命令
2025-07-10 19:28:36 +08:00
ice909 627eb6721e fix: correct translation key in po/en_US.po
Signed-off-by: ice909 <gaochang1@uniontech.com>
2025-06-10 14:40:31 +08:00
ice909 728d6e610e chore: update i18n files
Signed-off-by: ice909 <gaochang1@uniontech.com>
2025-06-09 15:22:11 +08:00
ice909 06682511c1 chore: update translation
Signed-off-by: ice909 <gaochang1@uniontech.com>
2025-04-16 13:24:06 +08:00
ice 5821e5c4ef
chore: update translate (#1114)
add ca、fi、pl、pt_BR、uk translates.
fix some typo.

Signed-off-by: ice909 <gaochang1@uniontech.com>
2025-04-14 14:44:09 +08:00
ice909 a846af863f chore: update translation
Signed-off-by: ice909 <gaochang1@uniontech.com>
2025-04-11 13:29:19 +08:00
ice909 d7edc532c5 chore: update translate
Update translate.
2025-02-20 17:57:17 +08:00
ice909 e5c3654583 feat: `ll-cli ps` output to display only AppID in the App field
Previously, the `App` field in the `ll-cli ps` command output displayed the full package name (e.g., `main:org.dde.calendar/5.14.7.3/x86_64`).
This has been updated to display only the AppID portion (e.g., `org.dde.calendar`).
2025-02-19 18:14:46 +08:00
ice909 fa51411213 feat: add translations for all titles
ll-cli list and search remove arch field.
2025-02-19 16:51:54 +08:00
dengbo c7c3c6bb92 feat: add some translation
1. ll-dialog need to load translation file when running.
2. add some notification message translation.
2025-01-09 14:07:59 +08:00
ComixHe 66fd26ff8b chore: update translations
Signed-off-by: ComixHe <heyuming@deepin.org>
2025-01-07 11:54:08 +08:00
kamiyadm 5682152a1d feat: add new dialog to show cache generation
-

Log:
2024-12-11 15:05:26 +08:00
ComixHe d2e37dc5cf feat: add permission dialog
Signed-off-by: ComixHe <heyuming@deepin.org>
2024-12-10 18:13:49 +08:00
myml 572d384e89 feat: add list and remove commands to builder
builder添加应用列表和删除应用的命令, 便于开发者清理构建缓存
2024-11-29 17:17:03 +08:00
dengbo11 db54a5f645 fix(cli): ll-cli kill can not stop app by reference
1. Compatible with old versions to stop running app container using fuzz reference.
2. Only support enter running app container by fuzz reference.
2024-11-23 17:24:25 +08:00
dengbo11 e6aea9d998 feat(cli): support kill or enter container by appid
Support kill or enter application by appid.
2024-11-22 17:20:22 +08:00
dengbo11 2d561fcab3 fix: subcommand help information display error
Subcommand should add usage, or will inherited the parent command.
2024-11-13 11:30:23 +08:00
dengbo11 f9ae16f25d feat(builder): linglong builder help information internationalization
Add ll-builder chinese, en_US, en_GB and spanish help information.
2024-11-06 18:16:45 +08:00
dengbo11 583ad9d024 feat(cli): linglong cli help information internationalization
Add ll-cli chinese and spanish help information.
2024-11-05 20:12:08 +08:00