# Translation of Plugins - Database Reset - Stable (latest release) in Chinese (China)
# This file is distributed under the same license as the Plugins - Database Reset - Stable (latest release) package.
msgid ""
msgstr ""
"PO-Revision-Date: 2020-06-25 04:00:47+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: GlotPress/4.0.0-alpha.4\n"
"Language: zh_CN\n"
"Project-Id-Version: Plugins - Database Reset - Stable (latest release)\n"

#. Author URI of the plugin/theme
msgid "https://github.com/chrisberthe"
msgstr "https://github.com/chrisberthe"

#. Author of the plugin/theme
msgid "Chris Berthe"
msgstr "Chris Berthe"

#. Description of the plugin/theme
msgid "A plugin that allows you to skip the 5 minute installation and reset WordPress's database back to its original state."
msgstr "一个插件，可让您跳过5分钟的安装并将WordPress的数据库重置回其初始状态。"

#. Plugin URI of the plugin/theme
msgid "https://github.com/chrisberthe/wordpress-database-reset"
msgstr "https://github.com/chrisberthe/wordpress-database-reset"

#. Plugin Name of the plugin/theme
msgid "WordPress Database Reset"
msgstr "WordPress Database Reset"

#: views/partials/submit-button.php:2
msgid "Reset Tables"
msgstr "重置数据表"

#: views/partials/select-tables.php:15
msgid "Reactivate current theme and plugins after reset?"
msgstr "重置后重新激活当前主题和插件？"

#: views/partials/select-tables.php:4
msgid "Select All"
msgstr "全选"

#: views/partials/select-tables.php:1
msgid "Select the database tables you would like to reset"
msgstr "选择您要重置的数据库表"

#: views/partials/security-code.php:2
msgid "Enter the security code into the text box"
msgstr "在文本框中输入安全代码"

#: views/partials/disclaimer.php:2
msgid "You selected the users table. Only the <strong><u>%s</u></strong> user will be restored"
msgstr "您选择了用户表。 只有<strong><u>%s</u></strong>用户将被还原"

#: lib/helpers.php:119
msgid "User already exists. Password inherited."
msgstr "用户已存在。密码保持不变。"

#: lib/helpers.php:116
msgid "Your chosen password."
msgstr "您选择的密码。"

#: lib/helpers.php:111
msgid "<strong><em>Note that password</em></strong> carefully! It is a <em>random</em> password that was generated just for you."
msgstr "<strong><em>请牢记密码</em></strong>！这是为您<em>随机</em>生成的密码。"

#: lib/helpers.php:33
msgid "The WordPress Database Reset plugin requires at least WordPress 3.0!"
msgstr "WordPress Database Reset插件至少需要WordPress 3.0！"

#: lib/helpers.php:29
msgid "The WordPress Database Reset plugin requires at least PHP 5.3!"
msgstr "WordPress Database Reset 插件至少需要PHP 5.3！"

#: class-db-resetter.php:35
msgid "You did not select any database tables"
msgstr "您没有选择任何数据库表"

#: class-db-reset-command.php:95
msgid "The current theme and plugins were reactivated"
msgstr "当前主题和插件已重新激活"

#: class-db-reset-admin.php:177
msgid "Select Tables"
msgstr "选择数据表"

#: class-db-reset-admin.php:176
msgid "Are you sure you want to continue?"
msgstr "您确定要继续吗?"

#: class-db-reset-admin.php:107 class-db-reset-admin.php:108 views/index.php:2
msgid "Database Reset"
msgstr "数据库重置"

#: class-db-reset-admin.php:98
msgid "You entered the wrong security code"
msgstr "您输入了错误的安全码"

#: class-db-reset-admin.php:79 class-db-reset-command.php:92
msgid "The selected tables were reset"
msgstr "选定的数据表被重置"