📄 applicationresources_pt_br.properties
字号:
# Jody Here I cannot make sense of this file!
#
# I have organized the remainder of this file by application subsection,
# this should probably be done by splitting this file into separate files?
#
# Sections (Similar comments are present in struts-config.xml)
# --------
# WELCOME
# ADMINISTRATION
# CONFIGURATION
# DATA
#
# Within each section resources are organizing by page,
# the page names agree forwards in the struts-config.xml
#
# Implementation Notes:
# - 'key' from tiles-def is the same as page name, when someone explains to
# to me how to get at page name we can get rid of 'key'.
#
# resource value Example
# -------- ----- -------
# key.label display label for page links Contact
# key.title page title & window title Contact Information
# key.short short description Contact information for webmaster
# key.words key words (Contact Information) (webmaster)
#
# We have a few additional resources grouping in the same section as the pages
# that use them. These appear to be grouped by use.
#
# resource value Example
# -------- ----- -------
# label.* Label for datum, or field Prefix
# help.* Tooltip for datum, or field Namespace prefix used for GML
# message.* Used for information messages Spatial information loaded
# error.* Used for error messages Namespace URI malformed: {0}
# errors.* As abvoe w/ Exception?
#
# If you need aditional resources, please just invent a convention
# make a note of them above
#
# Here are my additional resource entries
# resource value Example
# -------- ----- -------
# text.*(0-9) Long text passage text.welcome1=GeoServer is ....
#
# This is not the best solution, I have not found a decent example of how to
# internationalize page content. Apparently this is something JSP land is
# working on - there are some JCP open on this issue.
#
# Portuguese version: Nataly P. da Silva (UNIVALI - G10)
#
# -- standard errors --
errors.header=<UL>
errors.prefix=<LI>
errors.suffix=</LI>
errors.footer=</UL>
# -- validator --
errors.invalid={0}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -