translations.properties

来自「swing编写的库存管理程序。毕业设计类」· PROPERTIES 代码 · 共 171 行 · 第 1/2 页

PROPERTIES
171
字号
#
# Translation mappings
#
# format: context@attribute@oldValue=newValue
# 
# Context is a list of tagnames separated by a dot.
# The context is build according to the contextmap.properties file

#
# Map the old function names to the new ones ...
#
report-definition.functions.expression@class@com.jrefinery.report.function.TextFormatExpression=org.jfree.report.function.TextFormatExpression
report-definition.functions.expression@class@com.jrefinery.report.function.ItemColumnQuotientExpression=org.jfree.report.function.ItemColumnQuotientExpression
report-definition.functions.expression@class@com.jrefinery.report.function.BSHExpression=org.jfree.report.modules.misc.beanshell.BSHExpression
report-definition.functions.function@class@com.jrefinery.report.function.CountDistinctFunction=org.jfree.report.function.CountDistinctFunction
report-definition.functions.function@class@com.jrefinery.report.function.ElementColorFunction=org.jfree.report.function.ElementColorFunction
report-definition.functions.function@class@com.jrefinery.report.function.ElementVisibilitySwitchFunction=org.jfree.report.function.ElementVisibilitySwitchFunction
report-definition.functions.function@class@com.jrefinery.report.function.EventMonitorFunction=org.jfree.report.function.EventMonitorFunction
report-definition.functions.function@class@com.jrefinery.report.function.GroupCountFunction=org.jfree.report.function.GroupCountFunction
report-definition.functions.function@class@com.jrefinery.report.function.ItemAvgFunction=org.jfree.report.function.ItemAvgFunction
report-definition.functions.function@class@com.jrefinery.report.function.ItemCountFunction=org.jfree.report.function.ItemCountFunction
report-definition.functions.function@class@com.jrefinery.report.function.ItemHideFunction=org.jfree.report.function.ItemHideFunction
report-definition.functions.function@class@com.jrefinery.report.function.ItemMaxFunction=org.jfree.report.function.ItemMaxFunction
report-definition.functions.function@class@com.jrefinery.report.function.ItemMinFunction=org.jfree.report.function.ItemMinFunction
report-definition.functions.function@class@com.jrefinery.report.function.ItemPercentageFunction=org.jfree.report.function.ItemPercentageFunction
report-definition.functions.function@class@com.jrefinery.report.function.ItemSumFunction=org.jfree.report.function.ItemSumFunction
report-definition.functions.function@class@com.jrefinery.report.function.PageFunction=org.jfree.report.function.PageFunction
report-definition.functions.function@class@com.jrefinery.report.function.PageTotalFunction=org.jfree.report.function.PageTotalFunction
report-definition.functions.function@class@com.jrefinery.report.function.PaintComponentFunction=org.jfree.report.function.PaintComponentFunction
report-definition.functions.function@class@com.jrefinery.report.function.PaintDynamicComponentFunction=org.jfree.report.function.PaintDynamicComponentFunction
report-definition.functions.function@class@com.jrefinery.report.function.TotalCalculationFunction=org.jfree.report.function.TotalCalculationFunction
report-definition.functions.function@class@com.jrefinery.report.function.TotalGroupSumFunction=org.jfree.report.function.TotalGroupSumFunction
report-definition.functions.function@class@com.jrefinery.report.function.TotalGroupSumQuotientFunction=org.jfree.report.function.TotalGroupSumQuotientFunction

#
# Demo function implementations ...
report-definition.functions.function@class@com.jrefinery.report.demo.helper.FontChangeFunction=org.jfree.report.demo.helper.FontChangeFunction
report-definition.functions.function@class@com.jrefinery.report.demo.helper.ImageRenderFunction=org.jfree.report.demo.helper.ImageRenderFunction
report-definition.functions.function@class@com.jrefinery.report.demo.cards.SelectCardFunction=org.jfree.report.demo.cards.SelectCardFunction

#
# These functions are not mappable, they'd need to rewrite the report ...
#report-definition.configuration.property@class@com.jrefinery.report.functions.ItemColumnQuotientFunction=%invalid%
#report-definition.configuration.property@class@com.jrefinery.report.functions.ReportPropertyFunction=%invalid%


#
# Defines the configuration key mappings ...
#

#
# Preview dialog configuration ...
report-definition.report-config.configuration.property@name@com.jrefinery.report.LogLevel=org.jfree.report.LogLevel
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.plugin.pdf=org.jfree.report.modules.gui.pdf.Enable
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.plugin.csv=org.jfree.report.modules.gui.csv.Enable
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.plugin.html=org.jfree.report.modules.gui.html.Enable
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.plugin.excel=org.jfree.report.modules.gui.xls.Enable
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.plugin.plain=org.jfree.report.modules.gui.plaintext.Enable
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.plugin.page-setup=org.jfree.report.modules.gui.print.pagesetup.Enable
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.plugin.print=org.jfree.report.modules.gui.print.Enable
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.PreferredWidth=org.jfree.report.modules.gui.base.PreferredWidth
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.PreferredHeight=org.jfree.report.modules.gui.base.PreferredHeight
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.MaximumWidth=org.jfree.report.modules.gui.base.MaximumWidth
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.MaximumHeight=org.jfree.report.modules.gui.base.MaximumHeight
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.LargeIconsEnabled=org.jfree.report.modules.gui.base.LargeIcons
report-definition.report-config.configuration.property@name@com.jrefinery.report.preview.ToolbarFloatable=org.jfree.report.modules.gui.base.ToolbarFloatable
report-definition.report-config.configuration.property@name@com.jrefinery.report.encodings.available=org.jfree.report.modules.gui.base.EncodingsAvailable
report-definition.report-config.configuration.property@name@com.jrefinery.report.encodings.file=org.jfree.report.modules.gui.base.EncodingsFile

#
# Base configuration
report-definition.report-config.configuration.property@name@com.jrefinery.report.StrictErrorHandling=org.jfree.report.StrictErrorHandling
report-definition.report-config.configuration.property@name@com.jrefinery.report.targets.G2OutputTarget.useAliasing=org.jfree.report.layout.fontrenderer.UseAliasing
report-definition.report-config.configuration.property@name@com.jrefinery.report.targets.G2OutputTarget.isBuggyFRC=org.jfree.report.layout.fontrenderer.IsBuggyFRC
report-definition.report-config.configuration.property@name@com.jrefinery.report.targets.PDFOutputTarget.AUTOINIT=org.jfree.report.modules.output.support.itext.AutoInit
report-definition.report-config.configuration.property@name@com.jrefinery.report.PrintOperationComment=org.jfree.report.PrintOperationComment
report-definition.report-config.configuration.property@name@com.jrefinery.report.WarnInvalidColumns=org.jfree.report.WarnInvalidColumns
report-definition.report-config.configuration.property@name@com.jrefinery.report.TableFactoryMode=org.jfree.report.modules.misc.tablemodel.TableFactoryMode
report-definition.report-config.configuration.property@name@com.jrefinery.report.NoDefaultDebug=org.jfree.NoDefaultDebug
report-definition.report-config.configuration.property@name@com.jrefinery.report.ResourceBundle=org.jfree.ResourceBundle

# The XML parser's config
report-definition.report-config.configuration.property@name@com.jrefinery.report.io.validate=org.jfree.report.modules.parser.base.Validate

# Output Targets ...
report-definition.report-config.configuration.property@name@com.jrefinery.report.targets.pageable.output.PDFOutputTarget.default.Encoding=org.jfree.report.modules.output.pageable.pdf.Encoding

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?