1 Star 0 Fork 0

love/ooooo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
language.json 3.17 KB
一键复制 编辑 原始数据 按行查看 历史
love 提交于 2024-04-24 14:45 . 3333
{
"current_language": "zh",
"zh": {
"app_title": "图像处理器",
"open_original": "打开原图",
"open_grayscale": "打开原图转灰度图",
"merge_channels": "合并打开多个子图",
"save_image": "保存当前主显示区内容",
"language": "语言",
"confirm_restart": "Confirm Restart",
"restart_warning": "Restarting the application will cause current state and data to be lost. Are you sure you want to restart?",
"exit": "退出",
"file": "文件",
"details": "细节",
"info": "主显示区信息",
"info_str": "图像文件名: {0}\n总像素数: {1:,}\n图像形状: {2}\n图像通道数: {3}\n像素数据类型: {4}",
"crop": "裁剪",
"reset": "重置原图",
"edit": "编辑",
"split": "分割",
"split_channels": "分割所有子通道",
"error": "错误",
"multi_channel_error": "选择的文件中有超过一个通道的图像。",
"single_file_error": "只选择了一个文件,无法进行合并。",
"success": "成功",
"channel_saved": "通道 {0} 已保存为 {1}。",
"no_image_loaded": "没有载入任何图像。",
"no_image_to_be_saved": "没有要保存的图像。",
"no_image_to_be_cropped": "没有要裁剪的图像。",
"crop_failed": "裁剪图像失败",
"no_crop_area": "没有选择裁剪区域。",
"no_reset_image": "没有要重置的图像。",
"single_channel_error": "当前图像只有一个通道,无法分割。",
"channel_title": "通道 {0}",
"save_channel": "保存子图"
},
"en": {
"app_title": "Image Processor",
"open_original": "Open Original",
"open_grayscale": "Open Grayscale",
"merge_channels": "Merge Channels",
"save_image": "Save Current",
"language": "Language",
"confirm_restart": "确认重启",
"restart_warning": "重启应用程序将导致当前状态和数据丢失,确定要重启吗?",
"exit": "Exit",
"file": "File",
"details": "Details",
"info": "Image Info",
"info_str": "Image Path: {0}\nPixel Count: {1:,}\nImage Shape: {2}\nChannels: {3}\ndtype: {4}",
"crop": "Crop",
"reset": "Reset",
"edit": "Edit",
"split": "Split",
"split_channels": "Split Channels",
"error": "Error",
"multi_channel_error": "One of the selected files has more than one channel.",
"single_file_error": "Only one file selected.",
"success": "Success",
"channel_saved": "Channel {0} saved as {1}.",
"no_image_loaded": "No image loaded.",
"no_image_to_be_saved": "No image to be saved。",
"no_image_to_be_cropped": "No image to be cropped。",
"crop_failed": "Crop failed",
"no_crop_area": "No crop area selected.",
"no_reset_image": "No image to be reset.",
"single_channel_error": "Image has only one channel.",
"channel_title": "Channel {0}",
"save_channel": "Save Channel"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guo-jinpo/ooooo.git
git@gitee.com:guo-jinpo/ooooo.git
guo-jinpo
ooooo
ooooo
master

搜索帮助