additional-base-lib/scripts/transhell/ablrun_zh_CN.transhell
shenmo d590f2acb5
update scripts/transhell/ablrun_zh_CN.transhell.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
2023-08-06 16:35:26 +00:00

10 lines
1.0 KiB
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
TRANSHELL_CONTENT_USAGE="用法: $0 [命令 [参数...]]"
TRANSHELL_CONTENT_ADDITIONAL_BASE_LIB_INFO="该脚本是 additional-base-lib 的一部分。此软件包提供了一个简单的方法来解决应用程序与 glibc 之间的兼容性问题,基于 bubblewrap 提供支持。"
TRANSHELL_CONTENT_SCRIPT_AUTO_DETECT="此脚本会自动检测普通可执行文件和 AppImage并使用指定的脚本来运行它们。如果遇到问题您也可以直接使用这些文件。"
TRANSHELL_CONTENT_APPIMAGE_INFO="对于 AppImage您需要 ablrun-appimage。"
TRANSHELL_CONTENT_NORMAL_EXECUTABLE_INFO="对于普通的可执行文件,您需要 ablrun-normal。"
TRANSHELL_CONTENT_FILE_NOT_EXISTS="文件不存在。"
TRANSHELL_CONTENT_AUTHOR_INFO_AND_LIB_LICENSE="所有打包在 additional-base-lib 中的库文件都来自于 GNU/Linux 发行版。您可能会在包控制文件中找到相关信息。脚本本身由 CongTianKong <https://gitee.com/CongTianKong> 创建。此脚本没有许可证或版权限制,请随意使用。\n"