msgid ""
msgstr ""
"Project-Id-Version: kalmoya_hidden_attributes 3.0.2\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-11-19T11:03:43+00:00\n"
"PO-Revision-Date: 2023-11-19T11:03:43+00:00\n"
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: packages/kalmoya_hidden_attributes/controller.php:25
msgid "Easily add hidden data to your Express forms — Data provided by you or automatically, not by the submitter. %s Developed by Nour Akalay @ %sKALMOYA - bespoke Concrete5 development%s"
msgstr "轻松将隐藏数据添加到Express表单中-由您提供或自动提供的数据，而不是提交者提供的数据。%s由Nour Akalay @%s KALMOYA开发-可以说是Concrete5开发%s"

#: packages/kalmoya_hidden_attributes/controller.php:30
msgid "Hidden Data Attributes for Express"
msgstr "Express的隐藏数据属性"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/controller.php:264
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:438
msgid "%sSaved value: %s%s%s"
msgstr "%s保存的值：%s%s%s"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/controller.php:265
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:439
msgid "%sExpected value: %s%s%s"
msgstr "%s预期值：%s%s%s"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:8
msgid "Text"
msgstr "文本"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:9
msgid "Email"
msgstr "电子邮箱"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:10
msgid "Phone Number"
msgstr "电话号码"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:11
msgid "URL"
msgstr "网址"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:16
msgid "Hidden Fixed Value Options"
msgstr "隐藏的固定值选项"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:18
msgid "Fixed String"
msgstr "固定字符串"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:20
msgid "This value will be added to your form data when the form is first submitted. It can be any string with a maximum length of 255 characters."
msgstr "首次提交表单时，此值将添加到您的表单数据中。它的字符串长度最大为255个字符。"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:23
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/type_form.php:27
msgid "(In)visibility"
msgstr "（不）可见"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:32
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/type_form.php:36
msgid "Make the attribute only visually hidden"
msgstr "使属性仅在视觉上隐藏"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:35
msgid "This will make the attribute render as a normal text box but will be visually hidden. If modified by the user (tempered with maybe), the modified value will be saved so you can check it. It could be used for honeypots for instance."
msgstr "这将使属性呈现为普通文本框，但将在视觉上隐藏。如果由用户修改（可能是适度的），则将保存修改后的值，以便您进行检查。例如，它可以用于蜜罐。"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:39
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/type_form.php:44
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_dynamic/type_form.php:39
msgid "Data Editing"
msgstr "数据编辑"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:47
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/type_form.php:53
msgid "Allow value editing after first submission"
msgstr "首次提交后允许值编辑"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:49
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/type_form.php:56
msgid "By checking this box you make sure the attribute value is editable after the first submission. Otherwise, it will always retain the value saved on first submission even if the form's submitted data is edited later."
msgstr "通过选中此框，您可以确保在首次提交后属性值是可编辑的。否则，即使以后编辑表单的提交数据，它也将始终保留第一次提交时保存的值。"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:52
msgid "Input Type"
msgstr "输入类型"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:53
msgid "Be careful! If you gave the %sFixed String%s setting above a value (not empty), %smake sure it matches the input type%s you are selecting below. e.g. make %sFixed String%s a valid email address if the selected input type is %sEmail%s. If %sFixed String%s is empty you're fine."
msgstr "注意！如果您将%s固定字符串%s设置的值设置为一个值（不为空），则%s确保它与您在下面选择的输入类型%s相匹配。如果所选输入类型为%s电子邮件%s，则使%s固定字符串%s的有效电子邮件地址。如果%s固定字符串%s为空，则可以。"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_fixed/type_form.php:55
msgid "This will only apply if the input is visually hidden or if the data is editable after the first submission."
msgstr "仅在视觉上隐藏输入或第一次提交后数据可编辑的情况下才适用"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:44
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:398
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:438
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:439
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:442
#: packages/kalmoya_hidden_attributes/src/Concrete/Entity/Attribute/Value/Value/HiddenAttributeBooleanValue.php:57
msgid "Yes"
msgstr "是"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:346
msgid "\"%1$s\" is not a valid boolean value for the attribute with handle %2$s"
msgstr "对于句柄为%2$s的属性，“%1$s”不是有效的布尔值"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:398
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:438
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:439
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/controller.php:442
#: packages/kalmoya_hidden_attributes/src/Concrete/Entity/Attribute/Value/Value/HiddenAttributeBooleanValue.php:57
msgid "No"
msgstr "否"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/type_form.php:9
msgid "Checkbox Options"
msgstr "复选框选择"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/type_form.php:12
msgid "Default Value"
msgstr "默认值"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/type_form.php:22
msgid "The value will be True by default."
msgstr "默认情况下，该值为True。"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/type_form.php:39
msgid "This will make the attribute render as a normal checkbox but will be visually hidden. If modified by the user (tempered with maybe), the modified value will be saved so you can check it. It could be used for honeypots for instance."
msgstr "这将使属性呈现为普通复选框，但将在视觉上隐藏。 如果由用户修改（可能是适度的），则将保存修改后的值，以便您进行检查。 例如，它可以用于蜜罐。"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/type_form.php:61
msgid "Label"
msgstr "标签"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_boolean/type_form.php:63
msgid "This will be displayed next to the checkbox when editing the saved value. If it is blank, the name of the attribute will be displayed."
msgstr "编辑保存的值时，该内容将显示在复选框旁边。如果为空，将显示属性名称。"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_dynamic/controller.php:140
msgid "You must select a data source."
msgstr "您必须选择一个数据源。"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_dynamic/type_form.php:15
msgid "%s Please select a data source %s"
msgstr "%s请选择一个数据源%s"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_dynamic/type_form.php:20
#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_dynamic/type_form.php:29
msgid "The description for your selected data source will appear here if any."
msgstr "所选数据源的描述将在此处显示（如果有）。"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_dynamic/type_form.php:25
msgid "Hidden Dynamic Value Options"
msgstr "隐藏的动态值选项"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_dynamic/type_form.php:27
msgid "Data Source"
msgstr "数据源"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_dynamic/type_form.php:33
msgid "Input Markup Attribute"
msgstr "输入标记属性"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_dynamic/type_form.php:35
msgid "This is really useful if you want to do something to the input with JavaScript. Add any HTML tag attribute like class=%smy-class%s or data-something=%ssomething%s or even my-attribute (without a value) and it will be added to the input. Separate multiple attributes with a space."
msgstr "如果您想对JavaScript的输入做些事情，这真的很有用。 添加任何HTML标记属性，例如class =%smy-class%s或data-something =%so mething%s甚至my-attribute（无值），它将添加到输入中。 用空格分隔多个属性。"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_dynamic/type_form.php:47
msgid "Update value on each submission"
msgstr "每次提交时更新值"

#: packages/kalmoya_hidden_attributes/attributes/hidden_attribute_dynamic/type_form.php:49
msgid "By checking this box you make sure the attribute value will be updated on each submission. For instance if you selected the current user as data source and want to always know the latest user who edited the form data, check this box. On the other hand if you only want to know which user first submitted the data, uncheck this box and the value will not change anymore after the first submission."
msgstr "通过选中此复选框，可以确保属性值将在每次提交时更新。例如，如果您选择当前用户作为数据源，并且想始终知道编辑表单数据的最新用户，请选中此框。另一方面，如果您只想知道哪个用户最先提交了数据，请取消选中此框，并且该值在第一次提交后将不再更改。"

#: packages/kalmoya_hidden_attributes/src/KalmoyaHiddenAttributes/Utilities/Installer.php:48
msgid "Hidden Boolean"
msgstr "隐藏的布尔值"

#: packages/kalmoya_hidden_attributes/src/KalmoyaHiddenAttributes/Utilities/Installer.php:49
msgid "Hidden Fixed Value"
msgstr "隐藏的固定值"

#: packages/kalmoya_hidden_attributes/src/KalmoyaHiddenAttributes/Utilities/Installer.php:50
msgid "Hidden Dynamic Value"
msgstr "隐藏的动态值"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentPageDataSource.php:12
msgid "Current Page"
msgstr "当前页面"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentPageDataSource.php:17
msgid "Get the page the user is viewing"
msgstr "获取用户正在查看的页面"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentPageDataSource.php:36
msgid "Page: %s (%s)"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentPageDataSource.php:39
#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentPageDataSource.php:56
msgid "Page deleted"
msgstr "页面已删除"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentPageDataSource.php:42
#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentPageDataSource.php:59
msgid "No page"
msgstr "没有页面"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentPageDataSource.php:53
msgid "Click to visit this page."
msgstr "单击访问此页面。"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentPageDataSource.php:53
msgid "Page: %s"
msgstr "页面：%s"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:14
msgid "Current Date & Time"
msgstr "当前日期时间"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:19
msgid "Get the current date and time"
msgstr "获取当前日期和时间"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:65
msgid "%sTime in user's timezone: %s%s"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:66
msgid "%sUser's timezone: %s%s"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:69
msgid "%sTime in system's timezone: %s%s"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:70
msgid "%sTimestamp: %s"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:75
#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:112
msgid "No available time"
msgstr "没有可用时间"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:101
msgid "%sTime in user's timezone: %s%s%s"
msgstr "%s用户所在时区的时间：%s%s%s"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:102
msgid "%sUser's timezone: %s%s%s"
msgstr "%s用户的时区：%s%s%s"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:105
msgid "%sTime in system's timezone: %s%s%s"
msgstr "%s系统时区中的时间：%s%s%s"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:106
msgid "%sTimestamp: %s%s%s"
msgstr "%s时间戳：%s%s%s"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:153
msgid "Start Date"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:154
msgid "From"
msgstr "自大纲中移除"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:161
msgid "End Date"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentTimeDataSource.php:162
msgid "To"
msgstr "收件人"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:15
msgid "Current User"
msgstr "当前用户"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:20
msgid "Get the current logged-in user"
msgstr "获取当前登录用户"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:44
msgid "User: %s - %s (%s)"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:48
#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:71
msgid "User deleted"
msgstr "用户已删除"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:51
#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:74
msgid "Guest User"
msgstr "来宾用户"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:67
msgid "Click to view this user's information."
msgstr "单击以查看该用户的信息。"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:67
msgid "User: %s"
msgstr "用户：%s"

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:91
msgid "Show entries by unregistred users"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:92
msgid "Show entries by all registred users"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:93
msgid "Show entries by the currently logged-in user"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:94
msgid "Show entries from one specific user"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/CurrentUserDataSource.php:103
msgid "For some reason, clicking on the user selector seems to throw off the entry list so you might have to reload the page to see your filter applied."
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/EmptyValueDataSource.php:13
msgid "Empty Value"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/EmptyValueDataSource.php:18
msgid "Ouput a hidden field with an empty string for value"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/EmptyValueDataSource.php:29
msgid "Value saved: %s"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/DynamicHiddenAttribute/EmptyValueDataSource.php:32
msgid "Empty"
msgstr ""

#: packages/kalmoya_hidden_attributes/src/Concrete/Entity/Attribute/Value/Value/HiddenAttributeFixedValue.php:58
msgid "Saved value: %s"
msgstr "保存的值：%s"

#: packages/kalmoya_hidden_attributes/src/Concrete/Entity/Attribute/Value/Value/HiddenAttributeFixedValue.php:59
msgid "%sExpected value: %s"
msgstr "%s预期值：%s"
