.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "LOCALE::PO4A::DIA.3PM 1" .TH LOCALE::PO4A::DIA.3PM 1 2024-06-26 "perl v5.38.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH 名称 .IX Header "名称" Locale::Po4a::Dia \- 将未压缩的 Dia 图表从/转换为 PO 文件 .SH 描述 .IX Header "描述" Po4a (PO For Anything) 项目的目标是在文档等不需要翻译的领域使用 gettext 工具简化翻译(更有趣的是,简化翻译的维护)。 .PP Locale::Po4a::Dia 是一个模块,可帮助将未压缩的 Dia 格式的图表转换为其他 [人类] 语言。 .PP 您可以从以下位置获得 Dia (这些图表的图形编辑器): http://www.gnome.org/projects/dia/ .SH "翻译与 PO4A::DIA" .IX Header "翻译与 PO4A::DIA" 此模块仅转换未压缩的 Dia 图。您可以使用 Dia 本身保存未压缩的图表,取消选中“保存图表”对话框中的“压缩图表文件”。 .PP 另一种方法是使用以下命令行解压缩 dia 文件: gunzip < 原始.dia > 解压缩.dia .SH 此模块的状态 .IX Header "此模块的状态" 该模块功能齐全,因为它依赖于 Locale::Po4a::Xml 模块。这只定义了可翻译标记 (),并过滤了内部字符串 ( 标记的内容),对翻译没有意义。 .SH 参见 .IX Header "参见" \&\fBLocale::Po4a::TransTractor\fR\|(3pm), \fBLocale::Po4a::Xml\fR\|(3pm), \fBpo4a\fR\|(7) .SH 作者 .IX Header "作者" .Vb 1 \& Jordi Vilalta .Ve .SH 翻译 .IX Header "翻译" taotieren .SH 版权和许可 .IX Header "版权和许可" 版权所有 © 2004 Jordi Vilalta .PP This program is free software; you may redistribute it and/or modify it under the terms of GPL v2.0 or later (see the COPYING file).