wp-studio 1.8.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/{_events-CBJ20E6v.mjs → _events-BqUwL9Kk.mjs} +4 -4
- package/dist/cli/{appdata-D-luHxJU.mjs → appdata-DqQ7pZEM.mjs} +1 -1
- package/dist/cli/{certificate-manager-v-yNLDFJ.mjs → certificate-manager-FOFTUHXy.mjs} +45 -15
- package/dist/cli/{delete-CYyQluA6.mjs → delete-DYMc-UPN.mjs} +3 -3
- package/dist/cli/{helpers-D3zgySTA.mjs → helpers-ysd4ILYs.mjs} +2 -2
- package/dist/cli/{index-CopZPgb8.mjs → index-DSF11Tac.mjs} +4574 -1252
- package/dist/cli/{index-Bej4fL6n.mjs → index-DZU_3nOB.mjs} +3 -3
- package/dist/cli/{index-CetzzKjT.mjs → index-JVSyNk-3.mjs} +1761 -450
- package/dist/cli/is-errno-exception-t38xF2pB.mjs +6 -0
- package/dist/cli/{list-Bw3XYkA6.mjs → list-BhD3PPMZ.mjs} +3 -3
- package/dist/cli/{login-CC61r0HV.mjs → login-BW6aZ8P1.mjs} +3 -3
- package/dist/cli/{logout-DimAVmCf.mjs → logout-8JfLES1f.mjs} +2 -2
- package/dist/cli/main.mjs +2 -2
- package/dist/cli/package.json +3 -0
- package/dist/cli/passwords-CHfZ7oMW.mjs +117 -0
- package/dist/cli/{paths-D7DniT1Q.mjs → paths-COkSp5Ak.mjs} +1 -1
- package/dist/cli/php/router.php +35 -0
- package/dist/cli/php/set-default-permalinks.php +17 -0
- package/dist/cli/php/wp-config-transformer.php +471 -0
- package/dist/cli/php-binary-metadata-B51UcEYo.mjs +85 -0
- package/dist/cli/php-server-child.mjs +383 -0
- package/dist/cli/php-versions-C4NIFv0m.mjs +14 -0
- package/dist/cli/{wordpress-server-child.mjs → playground-server-child.mjs} +62 -33
- package/dist/cli/plugin/skills/annotate/SKILL.md +110 -0
- package/dist/cli/process-manager-daemon.mjs +1 -1
- package/dist/cli/{process-manager-ipc-GCdebuBH.mjs → process-manager-ipc-CBIoRMQx.mjs} +2 -1
- package/dist/cli/proxy-daemon.mjs +12 -3
- package/dist/cli/{prune-pm-logs-Dm_Bwi7l.mjs → prune-pm-logs-DHiFyLAM.mjs} +1 -1
- package/dist/cli/reprint-child.mjs +156 -0
- package/dist/cli/reprint.phar +0 -0
- package/dist/cli/{resume-CmZ-XrOV.mjs → resume-lP74OJVg.mjs} +5 -10
- package/dist/cli/{rewrite-wp-cli-post-content-Beo5_Ojo.mjs → rewrite-wp-cli-post-content-BAJ-W0ra.mjs} +18 -122
- package/dist/cli/{set-BFYdMcT5.mjs → set-CJjcoYpy.mjs} +6 -6
- package/dist/cli/{set-Bj8tR0hO.mjs → set-DjPvi0eA.mjs} +2 -2
- package/dist/cli/status-YTRS43jf.mjs +69 -0
- package/dist/cli/{well-known-paths-QcSJNi_l.mjs → well-known-paths-kP8oHPED.mjs} +36 -24
- package/dist/cli/{wordpress-server-ipc-D-8mLjOF.mjs → wordpress-server-ipc-LCHRL4uO.mjs} +16 -5
- package/dist/cli/{wp-D3FmTI4b.mjs → wp-BYFV-TCc.mjs} +45 -18
- package/dist/cli/wp-files/latest/available-site-translations.json +1 -1
- package/dist/cli/wp-files/latest/wordpress/wp-content/plugins/akismet/_inc/img/icon-external.svg +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-content/plugins/akismet/views/title.php +3 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/SimplePie/src/Core.php +56 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/SimplePie/src/Decode/HTML/Entities.php +610 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor-rtl.css +3 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor-rtl.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor.css +3 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor-rtl.css +4 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor-rtl.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor.css +4 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor-rtl.css +5 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor-rtl.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor.css +5 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/fields.js +1975 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/fields.min.js +2 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/undo-manager.js +264 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/undo-manager.min.js +2 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/.gitattributes +8 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/LICENSE +21 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/README.md +73 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/composer.json +25 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Autoloader.php +88 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Cache/AbstractCache.php +60 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Cache/FilesystemCache.php +161 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Cache/NoopCache.php +47 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Cache.php +43 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Compiler.php +689 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Context.php +242 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Engine.php +829 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/InvalidArgumentException.php +18 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/LogicException.php +18 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/RuntimeException.php +18 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/SyntaxException.php +41 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/UnknownFilterException.php +38 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/UnknownHelperException.php +38 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/UnknownTemplateException.php +38 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception.php +18 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/HelperCollection.php +172 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/LambdaHelper.php +76 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/ArrayLoader.php +79 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/CascadingLoader.php +69 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/FilesystemLoader.php +135 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/InlineLoader.php +123 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/MutableLoader.php +31 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/ProductionFilesystemLoader.php +86 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/StringLoader.php +39 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader.php +27 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Logger/AbstractLogger.php +121 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Logger/StreamLogger.php +194 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Logger.php +126 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Parser.php +317 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Source/FilesystemSource.php +77 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Source.php +40 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Template.php +180 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Tokenizer.php +378 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/.actrc +3 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/lib/cli/Shell.php +0 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/lib/cli/Streams.php +0 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/lib/cli/cli.php +0 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Arguments.php +297 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Cli.php +555 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Colors.php +33 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Shell.php +55 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Table.php +292 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Table_Ascii.php +280 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/bootstrap.php +22 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-arguments.php +285 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-cli.php +554 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-colors.php +31 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-shell.php +55 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-table-ascii.php +280 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-table.php +246 -0
- package/dist/cli/wp-files/sqlite-database-integration/load.php +1 -1
- package/dist/cli/wp-files/sqlite-database-integration/readme.txt +7 -1
- package/dist/cli/wp-files/sqlite-database-integration/wp-includes/database/sqlite/class-wp-pdo-mysql-on-sqlite.php +290 -47
- package/dist/cli/wp-files/sqlite-database-integration/wp-includes/database/version.php +1 -1
- package/package.json +11 -11
- package/dist/cli/status-DNyCON-I.mjs +0 -42
- package/dist/cli/wp-files/latest/languages/admin-ar.l10n.php +0 -175
- package/dist/cli/wp-files/latest/languages/admin-de_DE.l10n.php +0 -166
- package/dist/cli/wp-files/latest/languages/admin-es_ES.l10n.php +0 -174
- package/dist/cli/wp-files/latest/languages/admin-fr_FR.l10n.php +0 -170
- package/dist/cli/wp-files/latest/languages/admin-he_IL.l10n.php +0 -135
- package/dist/cli/wp-files/latest/languages/admin-hu_HU.l10n.php +0 -186
- package/dist/cli/wp-files/latest/languages/admin-id_ID.l10n.php +0 -172
- package/dist/cli/wp-files/latest/languages/admin-it_IT.l10n.php +0 -174
- package/dist/cli/wp-files/latest/languages/admin-ja.l10n.php +0 -175
- package/dist/cli/wp-files/latest/languages/admin-ko_KR.l10n.php +0 -176
- package/dist/cli/wp-files/latest/languages/admin-network-ar.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-de_DE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-es_ES.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-fr_FR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-he_IL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-hu_HU.l10n.php +0 -3
- package/dist/cli/wp-files/latest/languages/admin-network-id_ID.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-it_IT.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-ja.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-ko_KR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-nl_NL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-pl_PL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-pt_BR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-ru_RU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-sv_SE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-tr_TR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-uk.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-vi.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-zh_CN.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-zh_TW.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-nl_NL.l10n.php +0 -174
- package/dist/cli/wp-files/latest/languages/admin-pl_PL.l10n.php +0 -171
- package/dist/cli/wp-files/latest/languages/admin-pt_BR.l10n.php +0 -171
- package/dist/cli/wp-files/latest/languages/admin-ru_RU.l10n.php +0 -176
- package/dist/cli/wp-files/latest/languages/admin-sv_SE.l10n.php +0 -179
- package/dist/cli/wp-files/latest/languages/admin-tr_TR.l10n.php +0 -166
- package/dist/cli/wp-files/latest/languages/admin-uk.l10n.php +0 -110
- package/dist/cli/wp-files/latest/languages/admin-vi.l10n.php +0 -171
- package/dist/cli/wp-files/latest/languages/admin-zh_CN.l10n.php +0 -164
- package/dist/cli/wp-files/latest/languages/admin-zh_TW.l10n.php +0 -164
- package/dist/cli/wp-files/latest/languages/ar-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar.l10n.php +0 -372
- package/dist/cli/wp-files/latest/languages/continents-cities-ar.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-de_DE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-es_ES.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-fr_FR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-he_IL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-hu_HU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-id_ID.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-it_IT.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-ja.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-ko_KR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-nl_NL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-pl_PL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-pt_BR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-ru_RU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-sv_SE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-tr_TR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-uk.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-vi.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-zh_CN.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-zh_TW.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/de_DE-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE.l10n.php +0 -366
- package/dist/cli/wp-files/latest/languages/es_ES-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES.l10n.php +0 -370
- package/dist/cli/wp-files/latest/languages/fr_FR-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR.l10n.php +0 -365
- package/dist/cli/wp-files/latest/languages/he_IL-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL.l10n.php +0 -329
- package/dist/cli/wp-files/latest/languages/hu_HU-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU.l10n.php +0 -370
- package/dist/cli/wp-files/latest/languages/id_ID-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID.l10n.php +0 -370
- package/dist/cli/wp-files/latest/languages/it_IT-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT.l10n.php +0 -369
- package/dist/cli/wp-files/latest/languages/ja-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja.l10n.php +0 -367
- package/dist/cli/wp-files/latest/languages/ko_KR-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR.l10n.php +0 -370
- package/dist/cli/wp-files/latest/languages/nl_NL-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL.l10n.php +0 -368
- package/dist/cli/wp-files/latest/languages/pl_PL-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL.l10n.php +0 -370
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ar.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-de_DE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-es_ES.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-fr_FR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-he_IL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-hu_HU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-id_ID.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-it_IT.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ja.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ko_KR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-nl_NL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-pl_PL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-pt_BR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ru_RU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-sv_SE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-tr_TR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-uk.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-vi.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-zh_CN.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-zh_TW.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/hello-dolly-de_DE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/hello-dolly-fr_FR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/hello-dolly-ko_KR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/pt_BR-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR.l10n.php +0 -367
- package/dist/cli/wp-files/latest/languages/ru_RU-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU.l10n.php +0 -373
- package/dist/cli/wp-files/latest/languages/sv_SE-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE.l10n.php +0 -363
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-de_DE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-es_ES.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-fr_FR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-it_IT.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-ja.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-ko_KR.l10n.php +0 -5
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-nl_NL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-pl_PL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-pt_BR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-ru_RU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-sv_SE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-vi.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-zh_CN.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-zh_TW.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/tr_TR-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR.l10n.php +0 -365
- package/dist/cli/wp-files/latest/languages/uk-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk.l10n.php +0 -374
- package/dist/cli/wp-files/latest/languages/vi-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi.l10n.php +0 -362
- package/dist/cli/wp-files/latest/languages/zh_CN-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN.l10n.php +0 -366
- package/dist/cli/wp-files/latest/languages/zh_TW-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW.l10n.php +0 -363
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2025-11-12 16:53:06+0000','plural-forms'=>'nplurals=3; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);','project-id-version'=>'Plugins - Akismet Anti-spam: Spam Protection - Stable (latest release)','language'=>'uk_UA','messages'=>['Akismet provisionally cleared this comment.'=>'Akismet попередньо схвалив цей коментар.','Show less'=>'Сховати','Show all %d plugins'=>'Показати всі %d плагіни','View documentation'=>'Переглянути документацію','Documentation for %s'=>'Документація для %s','%s logo'=>'Лого %s','See supported integrations'=>'Переглянути підтримувані інтеграції','Akismet works with other plugins to keep spam away.'=>'Akismet працює з іншими плагінами, щоб запобігти спаму.','Compatible plugins'=>'Сумісні плагіни','Error getting compatible plugins.'=>'Помилка отримання сумісних плагінів.','Upgrade plan'=>'Покращити план','We detected commercial activity on your site'=>'Ми виявили комерційну активність на вашому сайті','Almost done! Configure Akismet and say goodbye to spam'=>'Майже готово! Налаштуйте Akismet і попрощайтеся зі спамом','This comment was not sent to Akismet when it was submitted because it was caught by the comment disallowed list.'=>'Цей коментар не було надіслано до Akismet, коли він був надісланий, оскільки він потрапив до списку заборонених коментарів.','This comment was not sent to Akismet when it was submitted because it was caught by something else.'=>'Цей коментар не був надісланий до Akismet, коли він був поданий, оскільки його увагу привернуло щось інше.','Multiple comments matched request.'=>'Кілька коментарів відповідають запиту.','Could not find matching comment.'=>'Не вдалося знайти відповідного коментаря.','The \'comments\' parameter must be an array.'=>'Параметр comments повинен бути масивом.','Akismet cleared this comment during a recheck. It did not update the comment status because it had already been modified by another user or plugin.'=>'Akismet очистив цей коментар під час повторної перевірки. Він не оновив статус коментаря, оскільки його вже було змінено іншим користувачем або плагіном.','Akismet determined this comment was spam during a recheck. It did not update the comment status because it had already been modified by another user or plugin.'=>'Під час повторної перевірки Akismet визначив цей коментар як спам. Він не оновив статус коментаря, оскільки його вже було змінено іншим користувачем або плагіном.','Akismet cleared this comment and updated its status via webhook.'=>'Akismet очистив цей коментар і оновив його статус через веб-хук.','Akismet caught this comment as spam and updated its status via webhook.'=>'Akismet визначив цей коментар як спам і оновив його статус через веб-хук.','Akismet is now protecting your site from spam.'=>'Akismet тепер захищає ваш сайт від спаму.','Account overview'=>'Огляд Облікового запису','Spam in the %1$s older than %2$d day is deleted automatically.'=>'Спам з папки %1$s старіше %2$d дн. видаляється автоматично.' . "\0" . 'Спам з папки %1$s старіше %2$d дн. видаляється автоматично.' . "\0" . 'Спам з папки %1$s старіше %2$d дн. видаляється автоматично.','spam folder'=>'папка «Спам»','Akismet detailed stats'=>'Детальна статистика Akismet','Back to settings'=>'Повернутися до налаштувань','Subscription type'=>'Тип підписки','To help your site with transparency under privacy laws like the GDPR, Akismet can display a notice to your users under your comment forms.'=>'Щоб допомогти вашому сайту забезпечити прозорість відповідно до законів про конфіденційність, таких як GDPR, Akismet може відображати повідомлення для ваших користувачів під вашими формами коментарів.','Spam filtering'=>'Фільтрація спаму','API key'=>'Ключ API','Akismet stats'=>'Статистика Akismet','Automattic - Anti-spam Team'=>'Automattic - Anti-spam Team','Akismet Anti-spam: Spam Protection'=>'Akismet Anti-spam: Захист від спаму','WP-Cron has been disabled using the DISABLE_WP_CRON constant. Comment rechecks may not work properly.'=>'WP-Cron було вимкнено за допомогою константи DISABLE_WP_CRON. Повторна перевірка коментарів може не працювати належним чином.','%1$s - %2$s'=>'%1$s - %2$s','(opens in a new tab)'=>'(відкривати в новій вкладці)','Upgrade to %s'=>'Оновити до %s','Since %1$s, your account made %2$s API calls, compared to your plan’s limit of %3$s.'=>'Починаючи з %1$s, з вашого облікового запису зроблено %2$s API запитів, ліміт за тарифом становить %3$s.','Your account has been restricted'=>'Ваш обліковий запис обмежено','Your Akismet account usage is approaching your plan’s limit'=>'Використання вашого облікового запису Akismet наближається до ліміту вашого плану','Your Akismet account usage is over your plan’s limit'=>'Використання вашого облікового запису Akismet перевищує ліміт вашого плану','Your API key is no longer valid.'=>'Ваш ключ API більше недійсний.','Checking for Spam (%1$s%)'=>'Перевірка на спам (%1$s%)','No comment history.'=>'Немає історії для коментаря.','Akismet was unable to recheck this comment.'=>'Akismet не зміг перевірити ще раз цей коментар.','Akismet was unable to check this comment but will automatically retry later.'=>'Akismet не зміг перевірити цей коментар, але автоматично спробує ще раз пізніше.','Comment was caught by %s.'=>'Коментар спійманий %s.','Akismet is not configured. Please enter an API key.'=>'Akismet не сконфігурований. Вам потрібно ввести ключ API.','Enter your API key'=>'Введіть свій API-ключ.','Akismet could not recheck your comments for spam.'=>'Akismet не може повторно перевірити ваші коментарі на спам.','You don’t have permission to do that.'=>'Ви не маєте на це дозволу.','Stats response could not be decoded.'=>'Відповідь статистики не може бути декодована.','Currently unable to fetch stats. Please try again.'=>'На даний момент отримання статистики неможливе. Спробуйте ще раз.','API key must be set to fetch stats.'=>'Для отримання статистики потрібно встановити ключ API.','Do not display privacy notice.'=>'Не показувати повідомлення про конфіденційність.','Display a privacy notice under your comment forms.'=>'Відображати заяву про конфіденційність під формою коментарів.','Akismet privacy notice'=>'Akismet повідомлення про конфіденційність','Privacy'=>'Конфіденційність','This site uses Akismet to reduce spam. <a href="%s" target="_blank" rel="nofollow noopener">Learn how your comment data is processed.</a>'=>'Цей сайт використовує Akismet для зменшення спаму. <a href="%s" target="_blank" rel="nofollow noopener">Дізнайтеся, як обробляються дані ваших коментарів.</a>','We collect information about visitors who comment on Sites that use our Akismet Anti-spam service. The information we collect depends on how the User sets up Akismet for the Site, but typically includes the commenter\'s IP address, user agent, referrer, and Site URL (along with other information directly provided by the commenter such as their name, username, email address, and the comment itself).'=>'Ми збираємо інформацію про відвідувачів, які коментують сайти, що використовують нашу службу анти-спаму Akismet. Інформація, яку ми збираємо, залежить від того, як користувач налаштував Akismet для сайту, але зазвичай включає в себе IP-адресу, агента користувача, реферер та URL-адресу коментаря (разом з іншою інформацією, яка безпосередньо надана коментатором, такими як їх ім\'я, ім\'я користувача, електронна адреса і сам коментар).','Comment discarded.'=>'Коментар відкинутий.','This site\'s API key is hardcoded and cannot be deleted.'=>'API ключ для цього сайту жорстко заданий в коді і не може бути видалений.','The value provided is not a valid and registered API key.'=>'Задане значення не є вірним і зареєстрованим API ключем.','This site\'s API key is hardcoded and cannot be changed via the API.'=>'API ключ для цього сайту жорстко заданий в коді і не може бути змінений через API.','The time period for which to retrieve stats. Options: 60-days, 6-months, all'=>'Часовий період для статистики. Налаштування: 60-днів, 6-місяців, все','If true, show the number of approved comments beside each comment author in the comments list page.'=>'Якщо встановлено, то в списку коментарів буде вказано кількість схвалених коментарів для кожного автора.','If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.'=>'Якщо встановлено, Akismet автоматично буде видаляти найжахливіший спам, не поміщаючи його в папку спаму.','Your site can’t connect to the Akismet servers.'=>'Ваш сайт не може підключитися до серверів Akismet.','An Akismet API key has been defined in the %s file for this site.'=>'Ключ API Akismet був визначений для цього сайту в файлі %s.','On this page, you are able to update your Akismet settings and view spam stats.'=>'На цій сторінці ви можете оновити налаштування Akismet і переглянути статистику спаму.','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.'=>'Akismet, яким користуються мільйони людей, є чи не найкращим у світі способом <strong>захистити свій блог від спаму</strong>. Антиспам Akismet захищає ваш сайт, навіть коли ви спите. Для початку активуйте плагін Akismet, а потім перейдіть на сторінку налаштувань Akismet, щоб налаштувати ключ API.','Akismet Anti-spam'=>'Akismet Anti-spam','Connect with API key'=>'Підключитися за допомогою ключа API','Connect with Jetpack'=>'Підключитися через Jetpack','Eliminate spam from your site'=>'Виключіть спам на своєму сайті','Set up your Akismet account'=>'Налаштуйте свій обліковий запис Akismet','Statistics'=>'Статистика','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started, just go to <a href="admin.php?page=akismet-key-config">your Akismet Settings page</a> to set up your API key.'=>'Akismet, яким користуються мільйони користувачів, мабуть є найкращим у світі способом <strong>захистити свій блог від спаму</strong>. Він захищає ваш сайт навіть коли ви спите. Щоб почати роботу, просто відкрийте <a href="admin.php?page=akismet-key-config">сторінку налаштувань Akismet</a>, та встановіть свій ключ API.','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Your site is fully configured and being protected, even while you sleep.'=>'Akismet, яким користуються мільйони користувачів, мабуть є найкращим у світі способом <strong>захистити свій блог від спаму</strong>. Ваш сайт повністю налаштований і захищений, навіть коли ви спите.','%s comment was caught as spam.'=>'%s коментар був позначений як спам.' . "\0" . '%s коментаря були позначені як спам.' . "\0" . '%s коментарів були позначені як спам.','No comments were caught as spam.'=>'Спам коментарів немає.','Akismet checked %s comment.'=>'Akismet перевірив %s коментар.' . "\0" . 'Akismet перевірив %s коментаря.' . "\0" . 'Akismet перевірив %s коментарів.','There were no comments to check. Akismet will only check comments awaiting moderation.'=>'Немає коментарів для перевірки. Akismet буде перевіряти тільки коментарі в черзі очікування.','Comment not found.'=>'Коментар не знайдено.','%d comment could not be checked.'=>'%d коментар не може бути перевірений.' . "\0" . '%d коментаря не можуть бути перевірені.' . "\0" . '%d коментарів не можуть бути перевірені.','%d comment moved to Spam.'=>'%d коментар відправлений в Спам.' . "\0" . '%d коментаря відправлені в Спам.' . "\0" . '%d коментарів відправлені в Спам.','Processed %d comment.'=>'Опрацьовано %d коментар.' . "\0" . 'Опрацьовано %d коментаря.' . "\0" . 'Опрацьовано %d коментарів.','Comment #%d could not be checked.'=>'Коментар #%d не може бути перевірений.','Failed to connect to Akismet.'=>'З\'єднання з Akismet не вдалося.','Comment #%d is not spam.'=>'Коментар #%d - не спам.','Comment #%d is spam.'=>'Коментар #%d це спам.','%s false positive'=>'%s хибне спрацьовування' . "\0" . '%s хибних спрацьовування' . "\0" . '%s хибних спрацьовувань','%s missed spam'=>'%s пропущений спам-коментар' . "\0" . '%s пропущених спам-коментаря' . "\0" . '%s пропущених спам-коментарів','You don’t have an Akismet plan.'=>'У вас ще немає підписки Akismet.','Your Akismet subscription is suspended.'=>'Ваша підписка Akismet призупинена.','Your Akismet plan has been cancelled.'=>'Ваша підписка Akismet скасована.','Akismet has saved you %d minute!'=>'Akismet заощадив вам %d хвилину!' . "\0" . 'Akismet заощадив вам %d хвилини!' . "\0" . 'Akismet заощадив вам %d хвилин!','Akismet has saved you %d hour!'=>'Akismet заощадив вам %d годину!' . "\0" . 'Akismet заощадив вам %d години!' . "\0" . 'Akismet заощадив вам %d годин!','Akismet has saved you %s day!'=>'Akismet заощадив вам %s день!' . "\0" . 'Akismet заощадив вам %s дні!' . "\0" . 'Akismet заощадив вам %s днів!','Akismet filters out spam, so you can focus on more important things.'=>'Akismet фільтрує спам, щоб ви могли зайнятися більш важливими речами.','The API key you entered could not be verified.'=>'Не вдалося перевірити введений ключ.','All systems functional.'=>'Всі системи працюють.','Enabled.'=>'Увімкнено.','Akismet encountered a problem with a previous SSL request and disabled it temporarily. It will begin using SSL for requests again shortly.'=>'Akismet виявив проблему при виконанні попереднього SSL-запиту і тимчасово відключив SSL. Через деякий час Akismet знову буде використовувати SSL для запитів.','Temporarily disabled.'=>'Тимчасово вимкнено.','Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.'=>'Ваш сервер не може виконувати SSL-запити; зв\'яжіться з вашим хостинг-провайдером і попросіть їх додати підтримку SSL-запитів.','Disabled.'=>'Вимкнено.','SSL status'=>'Статус SSL','This comment was reported as not spam.'=>'Цей коментар був помічений як не спам.','This comment was reported as spam.'=>'Цей коментар був помічений як спам.','https://automattic.com/wordpress-plugins/'=>'https://automattic.com/wordpress-plugins/','https://akismet.com/'=>'https://akismet.com/','Manually enter an API key'=>'Вручну ввести ключ API','Contact Akismet support'=>'Зв\'язатися з підтримкою Akismet','The key you entered is invalid. Please double-check it.'=>'Введений ключ некоректний. Спробуйте ще раз.','There is a problem with your API key.'=>'Проблема з вашим ключем API.','Network functions are disabled.'=>'Мережеві функції відключені.','Akismet error code: %s'=>'Код помилки Akismet: %s','Some comments have not yet been checked for spam by Akismet. They have been temporarily held for moderation and will automatically be rechecked later.'=>'Akismet ще не перевірив на спам деякі коментарі. Вони ще очікують на модерацію та будуть автоматично перевірені пізніше.','Akismet has detected a problem.'=>'Akismet виявив проблему.','Change'=>'Змінити','Upgrade'=>'Підвищити рівень підписки','Next billing date'=>'Наступна дата виставлення рахунку','Active'=>'Підписка активна','No subscription found'=>'Підписку не знайдено','Missing'=>'Підписка відсутня','Suspended'=>'Підписка заморожена','Cancelled'=>'Підписка відмінена','Save changes'=>'Зберегти зміни','Disconnect this account'=>'Відключити цей обліковий запис','Note:'=>'Примітка:','Always put spam in the Spam folder for review.'=>'Завжди поміщати спам в папку Спам для перегляду.','Silently discard the worst and most pervasive spam so I never see it.'=>'Автоматично відхиляти очевидний спам, щоб він не попадався на очі.','Akismet Anti-spam strictness'=>'Akismet Анти-спам: суворість','Show the number of approved comments beside each comment author.'=>'Показувати кількість схвалених коментарів поруч з кожним автором коментаря.','Accuracy'=>'Точність','All time'=>'За весь час','Spam blocked'=>'Спам заблоковано' . "\0" . 'Спаму заблоковано' . "\0" . 'Спаму заблоковано','Past six months'=>'За шість місяців','Please <a href="%1$s">upgrade WordPress</a> to a current version, or <a href="%2$s">downgrade to version 2.4 of the Akismet plugin</a>.'=>'Будь ласка, <a href="%1$s">оновіть WordPress</a> до поточної версії, або <a href="%2$s">поверніться до використання Akismet версії 2.4</a>.','Akismet %1$s requires WordPress %2$s or higher.'=>'Akismet %1$s вимагає WordPress %2$s або вище.','Akismet cleared this comment during an automatic retry.'=>'Akismet узгодив цей коментар при повторній перевірці.','Akismet caught this comment as spam during an automatic retry.'=>'Akismet позначив цей коментар як спам при повторній перевірці.','%s reported this comment as not spam.'=>'Користувач %s відмітив цей коментар як не спам.','%s reported this comment as spam.'=>'Користувач %s відмітив цей коментар як спам.','%1$s changed the comment status to %2$s.'=>'Користувач %1$s змінив статус коментаря на %2$s.','Akismet was unable to check this comment (response: %s) but will automatically retry later.'=>'Akismet не зміг перевірити цей коментар (відповідь: %s), але автоматично спробує пізніше.','Akismet cleared this comment.'=>'Akismet схвалив цей коментар.','Comment status was changed to %s'=>'Статус коментаря змінено на %s','Akismet caught this comment as spam.'=>'Akismet позначив цей коментар як спам.','<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>'=>'<strong class="count">%1$s спам повідомлення</strong> заблоковане <strong>Akismet</strong>' . "\0" . '<strong class="count">%1$s спам повідомлення</strong> заблоковано <strong>Akismet</strong>' . "\0" . '<strong class="count">%1$s спам повідомлень</strong> заблоковано <strong>Akismet</strong>','Title:'=>'Назва:','Spam Blocked'=>'Спам заблоковано','Display the number of spam comments Akismet has caught'=>'Показувати кількість спам повідомлень, що відслідкував Akismet','Akismet Widget'=>'Akismet віджет','Cleaning up spam takes time.'=>'Видалення спаму займає багато часу.','Please check your <a href="%s">Akismet configuration</a> and contact your web host if problems persist.'=>'Будь ласка, перевірте <a href="%s">налаштування Akismet</a> і зверніться до хостинг-провайдера, якщо проблема не вирішиться.','%s ago'=>'%s тому','%s approved'=>'%s узгоджений' . "\0" . '%s узгоджені' . "\0" . '%s узгоджених','History'=>'Історія','View comment history'=>'Переглянути історію коментаря','Un-spammed by %s'=>'Позначено як не спам корисувачем %s','Flagged as spam by %s'=>'Позначено як спам користувачем %s','Cleared by Akismet'=>'Очищено плагіном Akismet','Flagged as spam by Akismet'=>'Позначено плагіном Akismet як спам','Awaiting spam check'=>'Очікується перевірка на спам','Akismet was unable to recheck this comment (response: %s).'=>'Akismet не зміг перевірити цей коментар (відповідь: %s).','Akismet re-checked and cleared this comment.'=>'Akismet перевірив і видалив цей коментар.','Akismet re-checked and caught this comment as spam.'=>'Akismet перевірив і упіймав цей коментар як спам.','Check for Spam'=>'Перевірити на спам','There’s nothing in your <a href=\'%s\'>spam queue</a> at the moment.'=>'На даний момент <a href=\'%s\'>черга спаму</a> порожня.','There’s <a href="%2$s">%1$s comment</a> in your spam queue right now.'=>'Зараз в черзі спаму <a href="%2$s">%1$s коментар</a>.' . "\0" . 'Зараз в черзі спаму <a href="%2$s">%1$s коментарі</a>.' . "\0" . 'Зараз в черзі спаму <a href="%2$s">%1$s коментарів</a>.','<a href="%s">Akismet</a> blocks spam from getting to your blog. '=>'<a href="%s">Akismet</a> запобігає від потрапляння спаму до вашого блогу. ','<a href="%1$s">Akismet</a> has protected your site from %2$s spam comment already. '=>'<a href="%1$s">Akismet</a> захистив ваш сайт від %2$s спам-коментаря. ' . "\0" . '<a href="%1$s">Akismet</a> захистив ваш сайт від %2$s спам-коментарів. ' . "\0" . '<a href="%1$s">Akismet</a> захистив ваш сайт від %2$s спам-коментарів. ','<a href="%1$s">Akismet</a> has protected your site from <a href="%2$s">%3$s spam comment</a>.'=>'<a href="%1$s">Akismet</a> захистив ваш сайт від <a href="%2$s">%3$s спам-коментаря</a>.' . "\0" . '<a href="%1$s">Akismet</a> захистив ваш сайт від <a href="%2$s">%3$s спам-коментарів</a>.' . "\0" . '<a href="%1$s">Akismet</a> захистив ваш сайт від <a href="%2$s">%3$s спам-коментарів</a>.','commentsSpam'=>'Спам','Cheatin’ uh?'=>'Махлюєш?','Akismet Support'=>'Підтримка Akismet','Akismet FAQ'=>'Часті питання щодо Akismet','For more information:'=>'Більше інформації:','The subscription status - active, cancelled or suspended'=>'Статус підписки — активна, скасована або призупинена','Status'=>'Статус','The Akismet subscription plan'=>'План підписки Akismet','Subscription Type'=>'Тип підписки','Account'=>'Обліковий запис','Choose to either discard the worst spam automatically or to always put all spam in spam folder.'=>'Виберіть, чи відхиляти очевидний спам автоматично, або завжди поміщати весь спам в папку спаму.','Strictness'=>'Режим','Show the number of approved comments beside each comment author in the comments list page.'=>'Відображати кількість схвалених коментарів поруч з кожним автором в списку коментарів.','Comments'=>'Коментарі','Enter/remove an API key.'=>'Ввести/видалити ключ API.','API Key'=>'Ключ API','Akismet Configuration'=>'Конфігурація Akismet','On this page, you are able to view stats on spam filtered on your site.'=>'На цій сторінці ви можете подивитися статистику спаму, відфільтрованого на вашому сайті.','Akismet Stats'=>'Статистика Akismet','Click the Use this Key button.'=>'Натисніть кнопку "Використовувати цей ключ".','Copy and paste the API key into the text field.'=>'Скопіюйте та вставте ключ в текстове поле.','If you already have an API key'=>'Якщо ви вже маєте ключ API','Enter an API Key'=>'Введіть ключ API','Sign up for an account on %s to get an API Key.'=>'Зареєструйте обліковий запис на %s щоб отримати ключ API.','You need to enter an API key to activate the Akismet service on your site.'=>'Щоб активувати сервіс Akismet на вашому сайті, потрібно ввести API-ключ.','New to Akismet'=>'Початок роботи з Akismet','On this page, you are able to set up the Akismet plugin.'=>'На цій сторінці ви можете встановити плагін Akismet.','Akismet Setup'=>'Налаштування Akismet','Overview'=>'Огляд','Re-adding...'=>'Додавання...','(undo)'=>'(відміна)','URL removed'=>'Посилання видалене','Removing...'=>'Видалення...','Remove this URL'=>'Видалити це посилання','Akismet'=>'Akismet','Settings'=>'Налаштування','Comment History'=>'Історія коментаря']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2024-08-23 09:06:45+0000','plural-forms'=>'nplurals=1; plural=0;','project-id-version'=>'Plugins - Akismet Anti-spam: Spam Protection - Stable (latest release)','language'=>'vi_VN','messages'=>['This comment was not sent to Akismet when it was submitted because it was caught by the comment disallowed list.'=>'Bình luận này đã không được gửi đến Akismet khi nó được gửi vì nó đã bị đưa vào danh sách không được phép bình luận.','This comment was not sent to Akismet when it was submitted because it was caught by something else.'=>'Bình luận này đã không được gửi đến Akismet khi nó được gửi đi vì nó đã bị chặn bởi một cái gì đó khác.','Akismet cleared this comment and updated its status via webhook.'=>'Akismet đã chấp thuận bình luận này và cập nhật trạng thái của nó qua webhook.','Akismet cleared this comment during a recheck. It did not update the comment status because it had already been modified by another user or plugin.'=>'Akismet đã chấp thuận bình luận này khi kiểm tra lại. Trạng thái bình luận không được cập nhật vì nó đã được người dùng hoặc plugin khác sửa đổi.','Multiple comments matched request.'=>'Nhiều bình luận phù hợp với yêu cầu.','Could not find matching comment.'=>'Không tìm thấy bình luận phù hợp.','The \'comments\' parameter must be an array.'=>'Tham số \'bình luận\' phải là một array.','Akismet determined this comment was spam during a recheck. It did not update the comment status because it had already been modified by another user or plugin.'=>'Akismet đã xác định bình luận này là bình luận rác trong quá trình kiểm tra lại. Nó không cập nhật trạng thái bình luận vì nó đã được sửa đổi bởi một người dùng hoặc plugin khác.','Akismet caught this comment as spam and updated its status via webhook.'=>'Akismet đã phát hiện bình luận này là bình luận rác và đã cập nhật trạng thái của nó qua webhook.','Account overview'=>'Tổng quan tài khoản','Spam in the %1$s older than %2$d day is deleted automatically.'=>'Nội dung rác trong %1$s cũ hơn %2$d ngày sẽ được xoá tự động.','spam folder'=>'thư mục bình luận rác','Akismet is now protecting your site from spam.'=>'Akismet hiện đang bảo vệ trang web của bạn khỏi bình luận rác.','Akismet detailed stats'=>'Thống kê chi tiết Akismet','Back to settings'=>'Quay lại cài đặt','Subscription type'=>'Loại đăng ký','API key'=>'API key','Akismet stats'=>'Thống kê Akismet','Spam filtering'=>'Lọc bình luận rác','To help your site with transparency under privacy laws like the GDPR, Akismet can display a notice to your users under your comment forms.'=>'Để giúp Web của bạn minh bạch theo các luật về quyền riêng tư như GDPR, Akismet có thể hiển thị một thông báo cho người dùng của bạn dưới các form bình luận.','Automattic - Anti-spam Team'=>'Automattic - Anti-spam Team','Akismet Anti-spam: Spam Protection'=>'Akismet Anti-spam: Spam Protection','WP-Cron has been disabled using the DISABLE_WP_CRON constant. Comment rechecks may not work properly.'=>'WP-Cron đã bị tắt bằng cách sử dụng hằng số DISABLE_WP_CRON. Việc kiểm tra lại bình luận có thể không hoạt động đúng cách.','%1$s - %2$s'=>'%1$s - %2$s','(opens in a new tab)'=>'(mở trong một tab mới)','Upgrade to %s'=>'Nâng cấp lên %s','Since %1$s, your account made %2$s API calls, compared to your plan’s limit of %3$s.'=>'Kể từ %1$s, tài khoản của bạn đã thực hiện %2$s API calls, so với giới hạn của kế hoạch của bạn là %3$s.','Your account has been restricted'=>'Tài khoản của bạn đã bị hạn chế.','Your Akismet account usage is approaching your plan’s limit'=>'Sử dụng tài khoản Akismet của bạn đang gần đến giới hạn của kế hoạch của bạn.','Your Akismet account usage is over your plan’s limit'=>'Sử dụng tài khoản Akismet của bạn đã vượt quá giới hạn của kế hoạch.','Your API key is no longer valid.'=>'ID API của bạn không còn hợp lệ.','Checking for Spam (%1$s%)'=>'Đang kiểm tra bình luận rác (%1$s%)','No comment history.'=>'Không có lịch sử bình luận.','Akismet was unable to recheck this comment.'=>'Akismet không thể kiểm tra lại bình luận này.','Akismet was unable to check this comment but will automatically retry later.'=>'Akismet không thể kiểm tra bình luận này nhưng sẽ tự động thử lại sau.','Akismet is not configured. Please enter an API key.'=>'Akismet chưa được cấu hình. Vui lòng nhập khóa API.','Comment was caught by %s.'=>'Bình luận đã bị bắt bởi %s.','Akismet could not recheck your comments for spam.'=>'Akismet không thể kiểm tra lại bình luận spam.','Enter your API key'=>'Nhập API key','Stats response could not be decoded.'=>'Thống kê phản hồi không thể giải mã.','Currently unable to fetch stats. Please try again.'=>'Hiện không thể tìm nạp số liệu thống kê. Vui lòng thử lại.','API key must be set to fetch stats.'=>'API key phải được set để lấy dữ liệu thống kê.','Akismet privacy notice'=>'Thông báo bảo mật của Akismet','Do not display privacy notice.'=>'Không hiển thị thông báo bảo mật.','Privacy'=>'Riêng tư','Display a privacy notice under your comment forms.'=>'Hiển thị chú ý về chính sách riêng tư bên dưới mục bình luận của bạn.','We collect information about visitors who comment on Sites that use our Akismet Anti-spam service. The information we collect depends on how the User sets up Akismet for the Site, but typically includes the commenter\'s IP address, user agent, referrer, and Site URL (along with other information directly provided by the commenter such as their name, username, email address, and the comment itself).'=>'Chúng tôi thu thập thông tin về những người truy cập bình luận trên các trang web sử dụng dịch vụ chống bình luận rác Akismet của chúng tôi. Thông tin mà chúng tôi thu thập phụ thuộc vào cách mà người dùng thiết lập Akismet cho trang web, nhưng thường bao gồm địa chỉ IP của người bình luận, tác nhân người dùng, người giới thiệu và URL của trang web (cùng với các thông tin khác do người bình luận cung cấp trực tiếp như tên, tên người dùng, địa chỉ email và chính bình luận đó).','This site\'s API key is hardcoded and cannot be deleted.'=>'API key của trang này đã bị đặt vào trong code và không thể xóa được.','This site\'s API key is hardcoded and cannot be changed via the API.'=>'API Key của site này được nhập tay và không thể đổi qua API.','The value provided is not a valid and registered API key.'=>'Thông tin được nhập không phải là key API hợp lệ.','The time period for which to retrieve stats. Options: 60-days, 6-months, all'=>'Thời gian để làm kết quả thống kê. Các lựa chọn: 60 ngày, 6 tháng, tất cả','If true, show the number of approved comments beside each comment author in the comments list page.'=>'Nếu bật, hiển thị số bình luận đã được duyệt bên cạnh tên tác giả bình luận trong danh sách bình luận.','Comment discarded.'=>'Bình luận bị loại bỏ.','If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.'=>'Nếu bật, Akismet sẽ tự động bỏ qua các bình luận rác mức độ cao tự động hơn là bỏ vào thư mục bình luận rác.','Your site can’t connect to the Akismet servers.'=>'Website của bạn không thể kết nối tới máy chủ của Akismet.','An Akismet API key has been defined in the %s file for this site.'=>'API Key được xác định trong file %s của website này.','On this page, you are able to update your Akismet settings and view spam stats.'=>'Trong trang này, bạn có thể cập nhật thiết lập Akismet và xem thống kê bình luận rác.','Connect with API key'=>'Kết nối với API key','Akismet Anti-spam'=>'Akismet Anti-spam','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.'=>'Được sử dụng bởi hàng triệu người, Akismet có thể là cách tốt nhất trên thế giới để <strong>bảo vệ blog của bạn khỏi bình luận rác</strong>. Akismet Anti-spam giữ cho trang web của bạn được bảo vệ ngay cả khi bạn đang ngủ. Để bắt đầu: kích hoạt plugin Akismet và sau đó đi đến trang cài đặt Akismet của bạn để thiết lập API key của bạn.','Connect with Jetpack'=>'Kết nối với Jetpack','Statistics'=>'Thống kê','Akismet checked %s comment.'=>'Akismet đã kiểm tra %s bình luận.','Set up your Akismet account'=>'Cài đặt tài khoản Akismet của bạn','There were no comments to check. Akismet will only check comments awaiting moderation.'=>'Không còn bình luận nào để kiểm tra. Akismet sẽ chỉ kiểm tra các bình luận đang chờ kiểm duyệt.','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Your site is fully configured and being protected, even while you sleep.'=>'Được hàng triệu người sử dụng, Akismet có thể là cách tốt nhất trên thế giới để <strong>bảo vệ blog của bạn khỏi bình luận rác</strong>. Trang web của bạn được cấu hình đầy đủ và được bảo vệ, ngay cả khi bạn ngủ.','Eliminate spam from your site'=>'Loại bỏ bình luận rác từ trang của bạn','%s comment was caught as spam.'=>'%s bình luận bị phát hiện là bình luận rác.','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started, just go to <a href="admin.php?page=akismet-key-config">your Akismet Settings page</a> to set up your API key.'=>'Được sử dụng bởi hàng triệu người, Akismet có thể là cách tốt nhất trên thế giới để <strong>bảo vệ blog của bạn khỏi bình luận rác</strong>. Nó giữ cho trang web của bạn được bảo vệ ngay cả khi bạn đang ngủ. Để bắt đầu, chỉ cần truy cập <a href="admin.php?page=akismet-key-config">trang cài đặt Akismet của bạn</a> để thiết lập API key của bạn.','No comments were caught as spam.'=>'Không có bình luận nào bị phát hiện là bình luận rác.','Comment not found.'=>'Không tìm thấy bình luận.','Processed %d comment.'=>'Đã xử lý %d bình luận. ','Comment #%d could not be checked.'=>'Bình luận #%d không thể kiểm tra.','%d comment could not be checked.'=>'%d bình luận không thể kiểm tra.','Failed to connect to Akismet.'=>'Không thể kết nối với Akismet.','%d comment moved to Spam.'=>'%d bình luận đã được chuyển tới bình luận rác.','Comment #%d is not spam.'=>'Bình luận #%d không phải bình luận rác.','Comment #%d is spam.'=>'Bình luận #%d là bình luận rác.','%s false positive'=>'%s thông báo sai','%s missed spam'=>'%s bỏ qua bình luận rác','Your Akismet plan has been cancelled.'=>'Gói Akismet đã được huỷ.','Your Akismet subscription is suspended.'=>'Gói đăng ký Akismet của bạn đã bị khoá.','You don’t have an Akismet plan.'=>'Bạn không có đăng ký gói Akismet nào.','Akismet has saved you %d hour!'=>'Akismet đã tiết kiệm cho bạn %d giờ! ','Akismet has saved you %s day!'=>'Akismet đã tiết kiệm cho bạn %s ngày!','Akismet has saved you %d minute!'=>'Akismet đã tiết kiệm cho bạn %d phút!','Akismet filters out spam, so you can focus on more important things.'=>'Akismet giúp bạn lọc bình luận rác, nên bạn có thể tập trung làm những chuyện quan trọng hơn.','The API key you entered could not be verified.'=>'Không thể xác minh API key bạn đã nhập.','Enabled.'=>'Kích hoạt.','Temporarily disabled.'=>'Bị tắt tạm thời.','Disabled.'=>'Bị tắt.','This comment was reported as not spam.'=>'Bình luận này được đánh dấu không phải bình luận rác.','Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.'=>'Máy chủ web của bạn không thể gửi yêu cầu SSL, vui lòng liên hệ nhà cung cấp Hosting và đề nghị bật kết nối SSL.','All systems functional.'=>'Hệ thống hoạt động bình thường.','Akismet encountered a problem with a previous SSL request and disabled it temporarily. It will begin using SSL for requests again shortly.'=>'Akismet gặp lỗi với yêu cầu SSL gần nhất và đã tắt tạm thời. Kết nối SSL sẽ được thực thi lại ngay sau đây.','This comment was reported as spam.'=>'Bình luận này bị báo cáo là bình luận rác.','Title:'=>'Tiêu đề:','Account'=>'Tài khoản','%s ago'=>'%s trước','Akismet'=>'Akismet','The key you entered is invalid. Please double-check it.'=>'Khóa nhập vào không hợp lệ. Xin hãy kiểm tra lại.','Network functions are disabled.'=>'Chức năng mạng bị vô hiệu.','Akismet has detected a problem.'=>'Akismet gặp trục trặc.','Awaiting spam check'=>'Đang chờ kiểm duyệt','Akismet Widget'=>'Bảng công cụ Akismet','Display the number of spam comments Akismet has caught'=>'Hiển thị số lượng bình luận rác Akismet đã phát hiện','<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>'=>'<strong class="count">%1$s bình luận rác</strong> đã bị loại bỏ bởi <strong>Akismet</strong>','Settings'=>'Cài đặt','Cheatin’ uh?'=>'Ăn gian?','History'=>'Lịch sử','%s approved'=>'%s được thông qua','Akismet caught this comment as spam during an automatic retry.'=>'Akismet nhận định đây là bình luận rác trong quá trình tự động kiểm tra lại.','Comment status was changed to %s'=>'Trạng thái bình luận đã được thay đổi thành %s','Spam Blocked'=>'Bình luận rác đã bị chặn','For more information:'=>'Thông tin thêm:','Akismet Configuration'=>'Cấu hình Akismet','Akismet Stats'=>'Thống kê Akismet','Copy and paste the API key into the text field.'=>'Sao chép và dán mã API vào trường văn bản bên dưới.','Please check your <a href="%s">Akismet configuration</a> and contact your web host if problems persist.'=>'Hãy kiểm tra <a href="%s">Cấu hình Akismet</a> của bạn và liên hệ với nhà cung cấp host nếu vẫn không khắc phục được sự cố.','Suspended'=>'Đã ngưng','Missing'=>'Lỗi','Always put spam in the Spam folder for review.'=>'Luôn đặt spam trong thư mục spam để xem xét','Manually enter an API key'=>'Nhập khóa API thủ công','Contact Akismet support'=>'Liên hệ đội hỗ trợ Akismet','Removing...'=>'Đang xóa','Remove this URL'=>'Loại bỏ URL này','URL removed'=>'URL đã được loại','Akismet Setup'=>'Cài đặt Akismet','Status'=>'Trạng thái','All time'=>'Mọi lúc','Accuracy'=>'Độ chính xác','Note:'=>'Ghi chú:','Disconnect this account'=>'Ngắt kết nối tài khoản này','Upgrade'=>'Nâng cấp','Please <a href="%1$s">upgrade WordPress</a> to a current version, or <a href="%2$s">downgrade to version 2.4 of the Akismet plugin</a>.'=>'Hãy <a href="%1$s">nâng cấp Wordpress</a> tới phiên bản hiện tại, hoặc <a href="%2$s">hạ cấp plugin Akismet xuống 2.4</a>.','Past six months'=>'6 tháng trước','Akismet Support'=>'Hỗ trợ Akismet','Akismet FAQ'=>'Câu hỏi thường gặp trong Akismet','Active'=>'Kích hoạt','Overview'=>'Tổng quan','Change'=>'Đổi','Re-adding...'=>'Đang thêm vào lại...','New to Akismet'=>'Mới sử dụng Akismet','https://akismet.com/'=>'https://akismet.com/','%1$s changed the comment status to %2$s.'=>'%1$s đổi trạng thái bình luận sang %2$s.','There is a problem with your API key.'=>'Key API của bạn có vấn đề.','Some comments have not yet been checked for spam by Akismet. They have been temporarily held for moderation and will automatically be rechecked later.'=>'Một vài bình luận chưa được kiểm tra bởi Akismet. Nó sẽ bị tạm giữ để kiểm duyệt và được tự động kiểm tra Spam lại sau.','Silently discard the worst and most pervasive spam so I never see it.'=>'Tự động bỏ qua những spam mức độ cao để tôi không nhìn thấy chúng.','https://automattic.com/wordpress-plugins/'=>'https://automattic.com/wordpress-plugins/','Click the Use this Key button.'=>'Nhấp chuột vào nút Sử dụng Key này.','Akismet was unable to recheck this comment (response: %s).'=>'Akismet không thể check lại bình luận này (phản hồi: %s).','The Akismet subscription plan'=>'Gói đăng ký Akismet','Akismet re-checked and caught this comment as spam.'=>'Akismet đã kiểm tra lại và đánh dấu bình luận này là spam.','If you already have an API key'=>'Nếu bạn đã có key API','Akismet was unable to check this comment (response: %s) but will automatically retry later.'=>'Akismet không thể kiểm tra bình luận này (trả về: %s), nhưng sẽ tự động thử lại sau.','On this page, you are able to set up the Akismet plugin.'=>'Trong trang này, bạn có thể cài đặt plugin Akismet.','API Key'=>'API Key','Enter/remove an API key.'=>'Thêm/Gỡ API key','Enter an API Key'=>'Nhập API Key','Cleaning up spam takes time.'=>'Dọn dẹp rác khá tốn thời gian.','Strictness'=>'Độ nghiêm ngặt','Subscription Type'=>'Gói dịch vụ','(undo)'=>'(hoàn tác)','The subscription status - active, cancelled or suspended'=>'Trạng thái gói dịch vụ: đang kích hoạt, đã huỷ hoặc đã khoá','Cancelled'=>'Đã hủy','Show the number of approved comments beside each comment author in the comments list page.'=>'Hiển thị số bình luận đã được thông qua ngay bên cạnh tên của người bình luận trong trang danh sách bình luận.','Comments'=>'Bình luận','View comment history'=>'Xem lịch sử bình luận','Akismet cleared this comment.'=>'Akismet đã chấp thuận bình luận này.','Akismet re-checked and cleared this comment.'=>'Akismet đã kiểm tra lại và chấp thuận bình luận này.','Akismet cleared this comment during an automatic retry.'=>'Akismet đã chấp thuận bình luận này trong quá trình tự động kiểm tra lại.','Cleared by Akismet'=>'Được chấp thuận bởi Akismet','<a href="%1$s">Akismet</a> has protected your site from %2$s spam comment already. '=>'<a href="%1$s">Akismet</a> đã bảo vệ trang web của bạn khỏi bình luận rác %2$s rồi. ','You need to enter an API key to activate the Akismet service on your site.'=>'Bạn cần nhập API key để kích hoạt dịch vụ Akismet trên trang web của mình.','Sign up for an account on %s to get an API Key.'=>'Đăng ký tài khoản trên %s để nhận API Key.','Akismet Anti-spam strictness'=>'Akismet chống bình luận rác nghiêm ngặt','Spam blocked'=>'Bình luận rác đã bị chặn','%s reported this comment as not spam.'=>'%s thông báo bình luận này không phải bình luận rác.','%s reported this comment as spam.'=>'%s thông báo bình luận này là bình luận rác.','Akismet caught this comment as spam.'=>'Akismet đánh dấu bình luận này là bình luận rác.','Un-spammed by %s'=>'Được bỏ đánh dấu là bình luận rác bởi %s','Flagged as spam by %s'=>'Đánh dấu là bình luận rác bởi %s','Flagged as spam by Akismet'=>'Đánh dấu là bình luận rác bởi Akismet','Check for Spam'=>'Tìm bình luận rác','There’s nothing in your <a href=\'%s\'>spam queue</a> at the moment.'=>'Hiện tại không có gì trong <a href=\'%s\'>hàng chờ bình luận rác</a> của bạn.','There’s <a href="%2$s">%1$s comment</a> in your spam queue right now.'=>'Có tổng cộng <a href="%2$s">%1$s bình luận</a> trong mục duyệt bình luận rác ngay lúc này.','<a href="%s">Akismet</a> blocks spam from getting to your blog. '=>'<a href="%s">Akismet</a> đã chặn bình luận rác từ blog của bạn. ','<a href="%1$s">Akismet</a> has protected your site from <a href="%2$s">%3$s spam comment</a>.'=>'<a href="%1$s">Akismet</a> đã bảo vệ site của bạn từ<a href="%2$s">%3$s các bình luận rác</a>.','commentsSpam'=>'Bình luận rác','Choose to either discard the worst spam automatically or to always put all spam in spam folder.'=>'Chọn tự động loại bỏ bình luận rác tồi tệ nhất hoặc luôn đặt tất cả thư rác vào thư mục bình luận rác.','On this page, you are able to view stats on spam filtered on your site.'=>'Trong trang này, bạn có thể xem thống kê về lọc bình luận rác trên website của mình.','Comment History'=>'Lịch sử bình luận']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2026-04-23 22:59:57+0000','plural-forms'=>'nplurals=1; plural=0;','project-id-version'=>'Plugins - Akismet Anti-spam: Spam Protection - Stable (latest release)','language'=>'zh_CN','messages'=>['Would you like to <a href="%s">scan pending comments for spam</a>?'=>'是否要<a href="%s">扫描待处理评论中的垃圾信息</a>?','MCP (Model Context Protocol) allows AI assistants to access Akismet statistics and spam checking features.'=>'MCP(模型上下文协议)允许 AI 助手访问 Akismet 统计信息和垃圾邮件检查功能。',' clients to access Akismet data and functionality'=>' 客户端访问 Akismet 数据和功能','MCP'=>'MCP','Model Context Protocol'=>'模型上下文协议','Allow '=>'允许 ','Tool access'=>'工具访问权限','Copy API key'=>'复制 API 密钥','View detailed stats'=>'查看详细统计数据','If true, allow MCP clients to access Akismet data and functionality.'=>'如果为 true,则允许 MCP 客户端访问 Akismet 数据和功能。','API key for Akismet.'=>'Akismet 的 API 密钥。','Akismet API Key'=>'Akismet API Key','Protect your site from spam.'=>'保护您的站点免遭垃圾邮件侵扰。','Abilities for spam protection and comment moderation with Akismet.'=>'通过 Akismet 实现的垃圾邮件防护与评论审核功能。','Failed to retrieve stats from Akismet API.'=>'从 Akismet API 检索统计信息失败。','Error message if the operation could not be completed.'=>'如果操作无法完成,系统将显示错误消息。','The time interval for these stats.'=>'这些统计信息的时间间隔。','Date for this period.'=>'此期间的日期。','Number of legitimate comments incorrectly marked as spam in this period.'=>'在此期间被错误标记为垃圾评论的合法评论数量。','Number of spam comments that were missed in this period.'=>'在此期间遗漏的垃圾评论数量。','Total number of legitimate comments approved in this period.'=>'在此期间批准的合法评论总数。','Total number of spam comments blocked in this period.'=>'在此期间被拦截的垃圾评论总数。','Monthly breakdown of statistics.'=>'月度统计信息明细。','Estimated time saved by Akismet blocking spam, in seconds.'=>'Akismet 拦截垃圾邮件的估计节省时间(以秒计)。','Accuracy percentage of spam detection.'=>'垃圾邮件检测的准确率百分比。','Number of legitimate comments incorrectly marked as spam.'=>'被错误标记为垃圾评论的合法评论数量。','Number of spam comments that were missed.'=>'遗漏的垃圾评论数量。','Total number of legitimate comments approved.'=>'批准的合法评论总数。','Total number of spam comments blocked.'=>'被拦截的垃圾评论总数。','Whether the stats were successfully retrieved.'=>'是否成功检索到统计信息。','The time interval for stats. Options: "6-months", "all", or "60-days".'=>'统计信息的时间间隔。 选项:“6 个月”、“全时段”或“60 天”。','Retrieves Akismet spam protection statistics including spam blocked count, accuracy percentage, and other key metrics.'=>'检索 Akismet 垃圾邮件防护功能统计信息,包括拦截的垃圾邮件数量、准确率百分比和其他关键指标。','Get Akismet statistics'=>'获取 Akismet 统计信息','Failed to check comment with Akismet API.'=>'使用 Akismet API 检查评论失败。','Debug information to help troubleshoot issues.'=>'调试信息,以帮助排查问题。','Error message if the check could not be completed.'=>'如果检查无法完成,则系统会显示错误消息。','Unique identifier for this check, used for webhooks and updates.'=>'此检查的唯一标识符,用于 Webhook 和更新。','Optional recommendation from Akismet (e.g., "discard" for obvious spam).'=>'Akismet 提供的可选建议(例如,对于明显的垃圾邮件“直接丢弃”)。','Whether the comment is identified as spam.'=>'该评论是否被识别为垃圾邮件。','Whether the check was successfully performed.'=>'检查是否成功执行。','The user role of the comment author if logged in.'=>'评论者的用户角色(如果已登录)。','The HTTP_REFERER header.'=>'HTTP_REFERER 标头。','User agent string of the web browser submitting the comment.'=>'提交评论的 Web 浏览器的用户代理字符串。','IP address of the commenter.'=>'评论者的 IP 地址。','The permanent link to the post or page.'=>'文章或页面的永久链接。','The ID of the post the comment is being submitted to.'=>'该评论所属文章的 ID。','The comment type (e.g., "comment", "trackback", "pingback").'=>'评论类型(例如,“评论”、“Trackback”、“Pingback”)。','The comment content/text.'=>'评论内容/文本。','URL/website of the comment author.'=>'评论者的 URL/网站。','Email address of the comment author.'=>'评论者的电子邮件地址。','Name of the comment author.'=>'评论者的名称。','Checks a comment against the Akismet spam filter to determine if it is spam or legitimate content.'=>'通过 Akismet 垃圾邮件过滤器检查评论,以确定其属于垃圾邮件还是合法内容。','Check comment for spam'=>'检查评论是否为垃圾邮件','Increase your limit'=>'提高您的上限','Add an %s subscription'=>'添加 %s 订阅','Your Akismet usage has been over your plan’s limit for two consecutive months. Next month, we will restrict your account after you reach the limit. Increase your limit to make sure your site stays protected from spam.'=>'您的 Akismet 使用量已连续两个月超出套餐上限。 下个月,我们将在您达到上限后限制您的账户。 提高您的上限,确保您的站点持续免受垃圾邮件侵扰。','Please enter a new key or <a class="akismet-external-link" href="%s" target="_blank">contact Akismet support</a>'=>'请输入新密钥或<a class="akismet-external-link" href="%s" target="_blank">联系 Akismet 支持人员</a>','Once you\'ve chosen a plan, return here to complete your setup.'=>'选择套餐后,请返回此处完成设置。','Please <a class="akismet-external-link" href="%s" target="_blank">choose a free or paid plan</a> so Akismet can protect your site from spam.'=>'请<a class="akismet-external-link" href="%s" target="_blank">选择免费或付费套餐</a>,以便 Akismet 保护您的站点免受垃圾邮件侵害。','You can help us fight spam and upgrade your account by <a class="akismet-external-link" href="%s" target="_blank">contributing a token amount</a>'=>'您可以通过<a class="akismet-external-link" href="%s" target="_blank">捐赠一定金额</a>来协助我们打击垃圾邮件并升级您的账户','Please contact <a class="akismet-external-link" href="%s" target="_blank">Akismet support</a> for assistance.'=>'请联系 <a class="akismet-external-link" href="%s" target="_blank">Akismet 支持人员</a>以获取帮助。','Please visit <a class="akismet-external-link" href="%s" target="_blank">Akismet.com</a> to purchase a new subscription.'=>'请访问 <a class="akismet-external-link" href="%s" target="_blank">Akismet.com</a>,以购买新订阅。','Please contact your web host or firewall administrator and give them <a class="akismet-external-link" href="%s" target="_blank">this information about Akismet’s system requirements</a>'=>'请联系您的网络托管服务提供商或防火墙管理员,并向他们提供<a class="akismet-external-link" href="%s" target="_blank">有关 Akismet 系统要求的以下信息</a>','Your web host or server administrator has disabled PHP’s <code>gethostbynamel</code> function.'=>'您的网络托管服务提供商或服务器管理员已禁用 PHP 的 <code>gethostbynamel</code> 功能。','For more information, see the <a class="akismet-external-link" href="%s">error documentation on akismet.com</a>'=>'如需了解更多信息,请参阅 <a class="akismet-external-link" href="%s">akismet.com 上的错误文档</a>','If you believe your site should not be classified as commercial, <a class="akismet-external-link" href="%s">please get in touch</a>'=>'如果您认为您的站点不应归类为商业站点,<a class="akismet-external-link" href="%s">请联系我们</a>','Your current subscription is for <a class="akismet-external-link" href="%s">personal, non-commercial use</a>. Please upgrade your plan to continue using Akismet.'=>'您当前的订阅仅适用于<a class="akismet-external-link" href="%s">个人非商业用途</a>。 请升级您的套餐以继续使用 Akismet。','Akismet provisionally cleared this comment.'=>'Akismet 暂时清除了这条评论。','Error getting compatible plugins.'=>'获取兼容插件时出错。','Upgrade plan'=>'升级套餐','We detected commercial activity on your site'=>'我们在您的站点上检测到了商业活动','Almost done! Configure Akismet and say goodbye to spam'=>'马上就好! 配置 Akismet,彻底告别垃圾邮件','This comment was not sent to Akismet when it was submitted because it was caught by the comment disallowed list.'=>'此评论提交后未发送至 Akismet,因为它被不允许的评论列表所捕获。','This comment was not sent to Akismet when it was submitted because it was caught by something else.'=>'此评论提交后未发送至 Akismet,因为它被其他软件所捕获。','Multiple comments matched request.'=>'多条评论符合要求。','Could not find matching comment.'=>'无法找到符合要求的评论。','The \'comments\' parameter must be an array.'=>'‘评论’参数必须为数组。','Akismet cleared this comment during a recheck. It did not update the comment status because it had already been modified by another user or plugin.'=>'Akismet 在重新检查时清除了此评论。 评论已被其他用户或插件修改,因此它并未更新评论状态。','Akismet determined this comment was spam during a recheck. It did not update the comment status because it had already been modified by another user or plugin.'=>'Akismet 在重新检查时将此评论确定为垃圾评论。 评论已被其他用户或插件修改,因此并未更新评论状态。','Akismet cleared this comment and updated its status via webhook.'=>'Akismet 清除了此评论,并通过 Webhook 更新了其状态。','Akismet caught this comment as spam and updated its status via webhook.'=>'Akismet 将此评论视为垃圾评论,并通过 Webhook 更新了其状态。','Akismet is now protecting your site from spam.'=>'Akismet 正在保护您的站点免遭垃圾邮件侵扰。','Account overview'=>'账户概览','Spam in the %1$s older than %2$d day is deleted automatically.'=>'%1$s 中的垃圾评论将在 %2$d 天后自动删除。','spam folder'=>'垃圾评论文件夹','Akismet detailed stats'=>'Akismet 详细统计','Back to settings'=>'返回设置','Subscription type'=>'订阅类型','To help your site with transparency under privacy laws like the GDPR, Akismet can display a notice to your users under your comment forms.'=>'为了帮助您的网站在隐私法(如 GDPR)下保持透明度,Akismet 可以在评论表单下向用户显示通知。','Spam filtering'=>'垃圾评论过滤','API key'=>'API密钥','Akismet stats'=>'Akismet 统计数据','Automattic - Anti-spam Team'=>'Automattic - 反垃圾评论团队','Akismet Anti-spam: Spam Protection'=>'Akismet 反垃圾评论:垃圾评论保护','WP-Cron has been disabled using the DISABLE_WP_CRON constant. Comment rechecks may not work properly.'=>'WP-Cron 已被 DISABLE_WP_CRON 常量禁用,评论检查可能无法正常运作。','%1$s - %2$s'=>'%1$s - %2$s','(opens in a new tab)'=>'(在新标签页中打开)','Upgrade to %s'=>'升级至 %s','Since %1$s, your account made %2$s API calls, compared to your plan’s limit of %3$s.'=>'自 %1$s 以来,您的账户 API 已经调用 %2$s 次,而您的账户计划限制为 %3$s 次。','Your Akismet usage has been over your plan’s limit for three consecutive months. We have restricted your account for the rest of the month. Increase your limit to make sure your site stays protected from spam.'=>'您的 Akismet 使用量已连续三个月超出套餐上限。 我们已限制您的账户,有效期至本月结束。 提高您的上限,确保您的站点持续免受垃圾邮件侵扰。','Your Akismet usage is nearing your plan’s limit for the third consecutive month. We will restrict your account after you reach the limit. Increase your limit to make sure your site stays protected from spam.'=>'您的 Akismet 使用量已连续三个月接近套餐上限。 我们将在您达到上限后限制您的账户。 提高您的上限,确保您的站点持续免受垃圾邮件侵扰。','Your account has been restricted'=>'您的帐户已被限制','Your Akismet account usage is approaching your plan’s limit'=>'您的 Akismet 帐户使用量已接近订阅计划的限制','Your Akismet account usage is over your plan’s limit'=>'您的 Akismet 帐户使用量超出了订阅计划的限制','Your API key is no longer valid.'=>'您的API密钥已失效。','Checking for Spam (%1$s%)'=>'正在检查垃圾评论(%1$s%)','No comment history.'=>'没有评论历史记录。','Akismet was unable to recheck this comment.'=>'Akismet 无法重新检查该评论。','Akismet was unable to check this comment but will automatically retry later.'=>'Akismet 无法检查该评论,稍后将自动重试。','Comment was caught by %s.'=>'评论已被 %s 捕获。','Akismet is not configured. Please enter an API key.'=>'Akismet 尚未完成配置。请输入 API 密钥。','Enter your API key'=>'输入您的 API 密钥','Akismet could not recheck your comments for spam.'=>'Akismet 无法重新检查队列中的垃圾评论。','You don’t have permission to do that.'=>'您没有权限执行此操作。','Stats response could not be decoded.'=>'未能解码状态响应。','Currently unable to fetch stats. Please try again.'=>'当前未能载入统计,请重试。','API key must be set to fetch stats.'=>'要载入统计,必须设置API密钥。','Do not display privacy notice.'=>'不展示隐私通知。','Display a privacy notice under your comment forms.'=>'在您的评论表单下展示隐私通知。','Akismet privacy notice'=>'Akismet 隐私声明','Privacy'=>'隐私','This site uses Akismet to reduce spam. <a href="%s" target="_blank" rel="nofollow noopener">Learn how your comment data is processed.</a>'=>'这个站点使用 Akismet 来减少垃圾评论。<a href="%s" target="_blank" rel="nofollow noopener">了解你的评论数据如何被处理</a>。','We collect information about visitors who comment on Sites that use our Akismet Anti-spam service. The information we collect depends on how the User sets up Akismet for the Site, but typically includes the commenter\'s IP address, user agent, referrer, and Site URL (along with other information directly provided by the commenter such as their name, username, email address, and the comment itself).'=>'我们收集在使用 Akismet 反垃圾邮件服务的网站上发表评论的访客信息。我们收集的信息取决于用户如何为网站设置 Akismet,但通常包括评论者的 IP 地址、用户代理、引荐来源网址和网站 URL(以及评论者直接提供的其他信息,如姓名、用户名、电子邮件地址,以及评论本身)。','Comment discarded.'=>'评论已丢弃。','This site\'s API key is hardcoded and cannot be deleted.'=>'这个站点的API密钥是硬编码的,不能被删除。','The value provided is not a valid and registered API key.'=>'提供的键值不是有效且已注册的API密钥。','This site\'s API key is hardcoded and cannot be changed via the API.'=>'本站点的API密钥是硬编码的,不能通过API进行更改。','The time period for which to retrieve stats. Options: 60-days, 6-months, all'=>'检索统计信息的时间段。 选项:60天,6个月,全部','If true, show the number of approved comments beside each comment author in the comments list page.'=>'如果为true,则在评论列表页面中显示评论作者旁边已批准评论的数量。','If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.'=>'如果为true,Akismet会自动丢弃最糟糕的垃圾评论,而不是将其放入垃圾评论文件夹。','A 12-character Akismet API key. Available at akismet.com/account'=>'12 个字符的 Akismet API 密钥。 可在 akismet.com/account 上获取','Your site can’t connect to the Akismet servers.'=>'您的站点无法连接到Akismet服务器。','An Akismet API key has been defined in the %s file for this site.'=>'在本站点的%s文件中已经定义了一个Akismet API密钥。','Manual configuration'=>'手动配置','On this page, you are able to update your Akismet settings and view spam stats.'=>'在此页面上,您可以更新您的Akismet设置并查看垃圾评论统计资料。','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.'=>'Akismet 已被数百万人使用,可能是世界上<strong>保护您的博客免受垃圾邮件侵害</strong>的最佳方法。即使在您睡觉时,Akismet 反垃圾邮件功能也能保护您的网站。开始使用:激活 Akismet 插件,然后进入 Akismet 设置页面设置 API 密钥。','Akismet Anti-spam'=>'Akismet 反垃圾评论','Connect with API key'=>'使用 API 密钥连接','Connect with Jetpack'=>'与 Jetpack 连接','Eliminate spam from your site'=>'消除您站点的垃圾评论','Set up your Akismet account'=>'设置您的 Akismet 帐户','Statistics'=>'统计数据','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started, just go to <a href="admin.php?page=akismet-key-config">your Akismet Settings page</a> to set up your API key.'=>'已被数百万人使用,Akismet 很可能是世界上<strong>保护您的博客免受垃圾评论侵扰</strong>的最佳方式。即使在您睡觉时,它也能保护您的网站。 要开始使用,只需转至<a href="admin.php?page=akismet-key-config">Akismet 设置页面</a>设置您的 API 密钥。','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Your site is fully configured and being protected, even while you sleep.'=>'由千百万人使用,Akismet可能是保护您的站点免受垃圾评论<strong>的世界上最好的方式</strong>。 您的站点已完全配置并获得不间断的保护。','%s comment was caught as spam.'=>'已捕获 %s 则垃圾评论。','No comments were caught as spam.'=>'没有评论被判定为垃圾评论。','Akismet checked %s comment.'=>'Akismet 已检查 %s 则评论。','There were no comments to check. Akismet will only check comments awaiting moderation.'=>'没有可供检查的评论。 Akismet 只会检查等待审核的评论。','Comment not found.'=>'未找到评论。','%d comment could not be checked.'=>'%d条评论无法被检查。','%d comment moved to Spam.'=>'已将%d条评论移动到垃圾评论。','Processed %d comment.'=>'处理了%d条评论。','Comment #%d could not be checked.'=>'评论#%d无法被检查。','Failed to connect to Akismet.'=>'连接Akismet失败。','Comment #%d is not spam.'=>'#%d不是垃圾评论。','Comment #%d is spam.'=>'#%d是垃圾评论。','%s false positive'=>'%s假阳性','%s missed spam'=>'%s错过的垃圾','You don’t have an Akismet plan.'=>'您没有Akismet方案。','Your Akismet subscription is suspended.'=>'您的Akismet订阅已被暂停。','Your Akismet plan has been cancelled.'=>'您的 Akismet 计划已被取消。','Akismet has saved you %d minute!'=>'Akismet为您节省了%d分钟!','Akismet has saved you %d hour!'=>'Akismet为您节省了%d小时!','Akismet has saved you %s day!'=>'Akismet为您节省了%s天!','Akismet filters out spam, so you can focus on more important things.'=>'Akismet为您过滤垃圾,让您可以专注于更重要的事情。','The connection to akismet.com could not be established. Please refer to <a class="akismet-external-link" href="%s" target="_blank">our guide about firewalls</a> and check your server configuration.'=>'无法建立与 akismet.com 的连接。 请参阅<a class="akismet-external-link" href="%s" target="_blank">我们关于防火墙的指南</a>,并检查您的服务器配置。','The API key you entered could not be verified.'=>'您输入的API密钥无法被验证。','All systems functional.'=>'所有系统均正常运行。','Enabled.'=>'启用。','Akismet encountered a problem with a previous SSL request and disabled it temporarily. It will begin using SSL for requests again shortly.'=>'Akismet在早前进行SSL请求时遇到了错误并已暂时将其禁用。Akismet将随即恢复使用SSL作出请求。','Temporarily disabled.'=>'暂时禁用。','Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.'=>'您的网站服务器不能作出SSL请求;请联系您的主机提供商并让他们加入SSL请求支持。','Disabled.'=>'已禁用。','SSL status'=>'SSL 状态','This comment was reported as not spam.'=>'此评论被报告为非垃圾评论。','This comment was reported as spam.'=>'这条评论被报告为垃圾。','https://automattic.com/wordpress-plugins/'=>'https://automattic.com/wordpress-plugins/','https://akismet.com/'=>'https://akismet.com/','Manually enter an API key'=>'手动输入 API 密钥','Contact Akismet support'=>'联系 Akismet 支持','The key you entered is invalid. Please double-check it.'=>'您输入的密钥无效。请仔细检查。','There is a problem with your API key.'=>'您输入的API密钥有问题。','Your firewall may be blocking Akismet from connecting to its API. Please contact your host and refer to <a class="akismet-external-link" href="%s" target="_blank">our guide about firewalls</a>'=>'您的防火墙可能会阻止 Akismet 连接到其 API。 请联系您的托管服务提供商,并参阅<a class="akismet-external-link" href="%s" target="_blank">我们关于防火墙的指南</a>','Network functions are disabled.'=>'网络功能已被禁用。','Akismet error code: %s'=>'Akismet 错误代码:%s','Some comments have not yet been checked for spam by Akismet. They have been temporarily held for moderation and will automatically be rechecked later.'=>'部分评论尚未经过 Akismet 检查是否为垃圾评论。它们已被暂时搁置以待审核,稍后将自动重新检查。','Akismet has detected a problem.'=>'Akismet发现了问题。','Change'=>'更改','Upgrade'=>'升级','Next billing date'=>'下个付款日','Active'=>'活跃','No subscription found'=>'未找到订阅','Missing'=>'缺失','Suspended'=>'暂停','Cancelled'=>'取消','Save changes'=>'保存更改','Disconnect this account'=>'断开此帐户的连接','Note:'=>'注意:','Always put spam in the Spam folder for review.'=>'总是将垃圾评论放入垃圾评论目录以便审阅。','Silently discard the worst and most pervasive spam so I never see it.'=>'自动丢弃显而易见的广告,来个眼不见为净。','Akismet Anti-spam strictness'=>'Akismet 反垃圾评论严密度','Show the number of approved comments beside each comment author.'=>'在每个评论作者旁边显示已批准评论的数量。','Accuracy'=>'精确度','All time'=>'所有时间','Spam blocked'=>'已阻挡的垃圾评论','Past six months'=>'过去六个月','Please <a href="%1$s">upgrade WordPress</a> to a current version, or <a href="%2$s">downgrade to version 2.4 of the Akismet plugin</a>.'=>'请<a href="%1$s">升级WordPress</a>,或<a href="%2$s">将Akismet插件降级至2.4版本</a>。','Akismet %1$s requires WordPress %2$s or higher.'=>'Akismet %1$s 需要 WordPress %2$s 或更高版本。','Akismet cleared this comment during an automatic retry.'=>'Akismet 在自动重试期间清除了此评论。','Akismet caught this comment as spam during an automatic retry.'=>'经过自动重新检查,Akismet认定这是垃圾评论。','%s reported this comment as not spam.'=>'%s报告此评论不是垃圾。','%s reported this comment as spam.'=>'%s报告此评论为垃圾。','%1$s changed the comment status to %2$s.'=>'%1$s将评论状态修改为%2$s。','Akismet was unable to check this comment (response: %s) but will automatically retry later.'=>'Akismet未能检查此评论(响应:%s)但将会稍后自动重试。','Akismet cleared this comment.'=>'Akismet认为这不是垃圾评论。','Comment status was changed to %s'=>'评论状态已更改为 %s','Akismet caught this comment as spam.'=>'Akismet认为这是垃圾评论。','<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>'=>'<strong class="count">%1$s条垃圾评论</strong>已被<strong>Akismet</strong>阻挡','Title:'=>'标题:','Spam Blocked'=>'已阻挡的垃圾评论','Display the number of spam comments Akismet has caught'=>'显示 Akismet 捕获的垃圾评论数量','Akismet Widget'=>'Akismet 小工具','Cleaning up spam takes time.'=>'清除垃圾评论需要时间。','Please check your <a href="%s">Akismet configuration</a> and contact your web host if problems persist.'=>'请检查您的<a href="%s">Akismet配置</a>,如果问题持续存在,请联系您的主机服务提供商。','%s ago'=>'%s前','%s approved'=>'%s获准','History'=>'历史','View comment history'=>'查看评论历史','Un-spammed by %s'=>'由%s取消标记为垃圾','Flagged as spam by %s'=>'由%s标记为垃圾','Cleared by Akismet'=>'由Akismet核查通过','Flagged as spam by Akismet'=>'由Akismet标记为垃圾评论','Awaiting spam check'=>'等待垃圾检查','Akismet was unable to recheck this comment (response: %s).'=>'Akismet未能重新检查此评论(响应:%s)。','Akismet re-checked and cleared this comment.'=>'Akismet重新检查了该评论,并认为这不是垃圾评论。','Akismet re-checked and caught this comment as spam.'=>'Akismet重新检查了该评论,并认为这是垃圾评论。','Check for Spam'=>'检查垃圾评论','There’s nothing in your <a href=\'%s\'>spam queue</a> at the moment.'=>'目前,您的 <a href=\'%s\'> 垃圾评论列表 </a> 为空。','There’s <a href="%2$s">%1$s comment</a> in your spam queue right now.'=>'垃圾评论审核队列中有<a href="%2$s">%1$s条评论</a>待审。','<a href="%s">Akismet</a> blocks spam from getting to your blog. '=>'<a href="%s">Akismet</a>保护您的博客,使其免受垃圾评论的困扰。','<a href="%1$s">Akismet</a> has protected your site from %2$s spam comment already. '=>'<a href="%1$s">Akismet</a>已经为您的站点阻挡了%2$s条垃圾评论。','<a href="%1$s">Akismet</a> has protected your site from <a href="%2$s">%3$s spam comment</a>.'=>'<a href="%1$s">Akismet</a>为您的站点阻挡了<a href="%2$s">%3$s条垃圾评论</a>。','commentsSpam'=>'垃圾评论','Cheatin’ uh?'=>'开玩笑,呵?','Akismet Support'=>'Akismet支持','Akismet FAQ'=>'Akismet常见问题解答','For more information:'=>'需要更多信息:','The subscription status - active, cancelled or suspended'=>'订阅状态——活跃、取消或暂停','Status'=>'状态','The Akismet subscription plan'=>'Akismet订阅方案','Subscription Type'=>'订阅类型','Account'=>'帐户','Choose to either discard the worst spam automatically or to always put all spam in spam folder.'=>'选择自动舍弃最严重的垃圾评论,或是始终将所有垃圾评论移至垃圾文件夹。','Strictness'=>'严格度','Show the number of approved comments beside each comment author in the comments list page.'=>'在评论列表页在评论作者名旁显示已获准的评论数量。','Comments'=>'评论','Enter/remove an API key.'=>'输入/移除API密钥。','API Key'=>'API密钥','Akismet Configuration'=>'Akismet配置','On this page, you are able to view stats on spam filtered on your site.'=>'在这页上,您将能够查看您的站点上的垃圾统计。','Akismet Stats'=>'Akismet统计','Click the Use this Key button.'=>'点击“使用此密钥”按钮。','Copy and paste the API key into the text field.'=>'将API密钥复制粘贴进文本框。','If you already have an API key'=>'如果您已经有一个API密钥','Enter an API Key'=>'请输入API密钥','Sign up for an account on %s to get an API Key.'=>'在%s注册账户来得到一个API密钥。','You need to enter an API key to activate the Akismet service on your site.'=>'您需要输入API密钥来在您的站点上激活Akismet功能。','New to Akismet'=>'首次接触Akismet','On this page, you are able to set up the Akismet plugin.'=>'在这页上,您将能够设置您的Akismet插件。','Akismet Setup'=>'Akismet设置','Overview'=>'概述','Re-adding...'=>'重新加入…','(undo)'=>'(撤销)','URL removed'=>'URL已移除','Removing...'=>'正在移除…','Remove this URL'=>'移除此URL','Akismet'=>'Akismet','Settings'=>'设置','Comment History'=>'评论历史']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2026-04-23 23:00:00+0000','plural-forms'=>'nplurals=1; plural=0;','project-id-version'=>'Plugins - Akismet Anti-spam: Spam Protection - Stable (latest release)','language'=>'zh_TW','messages'=>['Would you like to <a href="%s">scan pending comments for spam</a>?'=>'是否要<a href="%s">掃描待處理的留言中是否出現垃圾訊息</a>?','MCP (Model Context Protocol) allows AI assistants to access Akismet statistics and spam checking features.'=>'MCP (模型上下文協定) 允許 AI 助理存取 Akismet 統計資料和垃圾訊息檢查功能。',' clients to access Akismet data and functionality'=>' 用戶端可存取 Akismet 資料與功能','MCP'=>'MCP','Model Context Protocol'=>'模型上下文協定','Allow '=>'允許 ','Tool access'=>'工具存取權','Copy API key'=>'複製 API 金鑰','View detailed stats'=>'檢視詳細統計資料','If true, allow MCP clients to access Akismet data and functionality.'=>'如果是 True,即允許 MCP 用戶端存取 Akismet 資料與功能。','API key for Akismet.'=>'Akismet 的 API 金鑰。','Akismet API Key'=>'Akismet API 鑰匙','Protect your site from spam.'=>'保護你的網站防止垃圾訊息騷擾。','Abilities for spam protection and comment moderation with Akismet.'=>'透過 Akismet 提供的垃圾訊息防護和留言審核功能。','Failed to retrieve stats from Akismet API.'=>'無法從 Akismet API 擷取統計資料。','Error message if the operation could not be completed.'=>'如果作業無法完成,就會出現錯誤訊息。','The time interval for these stats.'=>'這些統計資料的時間間隔。','Date for this period.'=>'此期間的日期。','Number of legitimate comments incorrectly marked as spam in this period.'=>'這段期間內未正確標示為垃圾訊息的合法留言數目。','Number of spam comments that were missed in this period.'=>'這段期間內遺漏的垃圾訊息留言數目。','Total number of legitimate comments approved in this period.'=>'這段期間核准的合法留言總數。','Total number of spam comments blocked in this period.'=>'這段期間封鎖的垃圾訊息留言總數。','Monthly breakdown of statistics.'=>'每月統計資料明細。','Estimated time saved by Akismet blocking spam, in seconds.'=>'Akismet 封鎖垃圾訊息的預估節省時間 (秒)。','Accuracy percentage of spam detection.'=>'垃圾訊息偵測的精確度百分比。','Number of legitimate comments incorrectly marked as spam.'=>'未正確標示為垃圾訊息的合法留言數目。','Number of spam comments that were missed.'=>'遺漏的垃圾訊息留言數目。','Total number of legitimate comments approved.'=>'已核准的合法留言總數。','Total number of spam comments blocked.'=>'封鎖的垃圾訊息留言總數。','Whether the stats were successfully retrieved.'=>'是否成功擷取統計資料。','The time interval for stats. Options: "6-months", "all", or "60-days".'=>'統計資料的時間間隔。 選項:「6 個月」、「全部」或「60 天」。','Retrieves Akismet spam protection statistics including spam blocked count, accuracy percentage, and other key metrics.'=>'擷取 Akismet 垃圾訊息防護統計資料,包括垃圾訊息封鎖次數、精確度百分比和其他重要指標。','Get Akismet statistics'=>'取得 Akismet 統計資料','Failed to check comment with Akismet API.'=>'無法透過 Akismet API 確認留言。','Debug information to help troubleshoot issues.'=>'偵錯資訊可協助疑難排解問題。','Error message if the check could not be completed.'=>'如果無法完成檢查,就會出現錯誤訊息。','Unique identifier for this check, used for webhooks and updates.'=>'此檢查的唯一識別碼,用於 Webhook 和更新。','Optional recommendation from Akismet (e.g., "discard" for obvious spam).'=>'Akismet 的選用建議 (例如,對於明顯是垃圾訊息的「捨棄」)。','Whether the comment is identified as spam.'=>'留言是否被辨識為垃圾訊息。','Whether the check was successfully performed.'=>'是否已成功執行檢查。','The user role of the comment author if logged in.'=>'留言作者的使用者角色 (若登入)。','The HTTP_REFERER header.'=>'HTTP_REFERER 標頭。','User agent string of the web browser submitting the comment.'=>'提交留言之網頁瀏覽器的使用者代理程式字串。','IP address of the commenter.'=>'留言者的 IP 位址。','The permanent link to the post or page.'=>'文章或頁面的永久連結。','The ID of the post the comment is being submitted to.'=>'在其中提交留言的文章 ID。','The comment type (e.g., "comment", "trackback", "pingback").'=>'留言類型 (例如「留言」、「引用通知」、「引用通知」)。','The comment content/text.'=>'留言內容/文字。','URL/website of the comment author.'=>'留言作者的 URL/網站。','Email address of the comment author.'=>'留言作者的電子郵件地址。','Name of the comment author.'=>'留言者姓名。','Checks a comment against the Akismet spam filter to determine if it is spam or legitimate content.'=>'檢查留言是否符合 Akismet 垃圾訊息篩選條件,以判斷留言是否為垃圾訊息或合法內容。','Check comment for spam'=>'檢查留言中是否有垃圾訊息','Get started'=>'開始使用','Name your own price for personal sites. Businesses start on a paid plan.'=>'個人網站可以自訂付費價格,企業請採用付費方案。','Flexible pricing'=>'靈活的付費方式','Seamlessly integrates with plugins like Elementor, Contact Form 7, Jetpack and WPForms.'=>'可與 Elementor、Contact Form 7、Jetpack 及 WPForms 等外掛提供的聯絡表單無縫整合。','Works with popular contact forms'=>'可與常用的聯絡表單搭配使用','Akismet runs quietly in the background, saving you hours of manual moderation.'=>'Akismet 會在背景中悄無聲息的執行,節省網站管理員手動審閱的寶貴時間。','Zero effort'=>'無須煩心','Learns from billions of spam signals across the web to stop junk before it reaches you.'=>'從數十億個垃圾訊息信號中學習,進而在垃圾訊息開始侵擾網站前便加以阻擋。','Machine learning accuracy'=>'機器學習帶來的精確度','Protect your site from comment spam and contact form spam — automatically.'=>'自動保護這個網站,免受垃圾留言及垃圾聯絡表單回應的侵擾。','Increase your limit'=>'提高上限額度','Add an %s subscription'=>'新增 %s 訂閱','Your Akismet usage has been over your plan’s limit for two consecutive months. Next month, we will restrict your account after you reach the limit. Increase your limit to make sure your site stays protected from spam.'=>'你的 Akismet 用量已連續兩個月超過方案上限。 下個月,我們會在你達到上限後限制你的帳號。 提高上限額度,確保網站遠離垃圾訊息。','Please enter a new key or <a class="akismet-external-link" href="%s" target="_blank">contact Akismet support</a>'=>'請輸入新的金鑰,或<a class="akismet-external-link" href="%s" target="_blank">聯絡 Akismet 支援團隊</a>','Once you\'ve chosen a plan, return here to complete your setup.'=>'選擇方案後,請返回此處完成設定。','Please <a class="akismet-external-link" href="%s" target="_blank">choose a free or paid plan</a> so Akismet can protect your site from spam.'=>'請<a class="akismet-external-link" href="%s" target="_blank">選擇免費或付費方案</a>,讓 Akismet 保護你的網站不受垃圾訊息侵擾。','You can help us fight spam and upgrade your account by <a class="akismet-external-link" href="%s" target="_blank">contributing a token amount</a>'=>'只要<a class="akismet-external-link" href="%s" target="_blank">支付一筆象徵性款項</a>,就能協助我們打擊垃圾訊息,並且升級你的帳號','Please contact <a class="akismet-external-link" href="%s" target="_blank">Akismet support</a> for assistance.'=>'請向 <a class="akismet-external-link" href="%s" target="_blank">Akismet 支援團隊</a>尋求協助。','Please visit <a class="akismet-external-link" href="%s" target="_blank">Akismet.com</a> to purchase a new subscription.'=>'請造訪 <a class="akismet-external-link" href="%s" target="_blank">Akismet.com</a> 購買新的訂閱。','Please contact your web host or firewall administrator and give them <a class="akismet-external-link" href="%s" target="_blank">this information about Akismet’s system requirements</a>'=>'請聯絡你的網頁主機或防火牆管理員,向他們提供<a class="akismet-external-link" href="%s" target="_blank">這項 Akismet 系統需求的資訊</a>','Your web host or server administrator has disabled PHP’s <code>gethostbynamel</code> function.'=>'你的網頁主機服務供應商或伺服器管理員已停用 PHP 的 <code>gethostbynamel</code> 功能。','For more information, see the <a class="akismet-external-link" href="%s">error documentation on akismet.com</a>'=>'如需詳細資訊,請參閱 <a class="akismet-external-link" href="%s">akismet.com上的錯誤說明文件</a>','If you believe your site should not be classified as commercial, <a class="akismet-external-link" href="%s">please get in touch</a>'=>'如果認為你的網站不屬於為商業類別,<a class="akismet-external-link" href="%s">請與我們聯絡</a>','Your current subscription is for <a class="akismet-external-link" href="%s">personal, non-commercial use</a>. Please upgrade your plan to continue using Akismet.'=>'目前的訂閱為<a class="akismet-external-link" href="%s">非商用的個人方案</a>。 請升級方案,以繼續使用 Akismet。','Akismet provisionally cleared this comment.'=>'Akismet 已暫時清除這則留言。','Show less'=>'顯示較少','Show all %d plugins'=>'顯示全部 %d 個外掛','View documentation'=>'查看線上說明','Documentation for %s'=>'%s 線上說明','%s logo'=>'%s 標誌','See supported integrations'=>'查看支援的整合項目','Akismet works with other plugins to keep spam away.'=>'Akismet 可與其他外掛搭配使用,以防垃圾留言侵擾。','Compatible plugins'=>'相容外掛','Error getting compatible plugins.'=>'取得相容外掛時發生錯誤。','Upgrade plan'=>'升級方案','We detected commercial activity on your site'=>'系統在網站中偵測到商業活動','Almost done! Configure Akismet and say goodbye to spam'=>'即將完成!完成 Akismet 設定後,便能告別垃圾留言','This comment was not sent to Akismet when it was submitted because it was caught by the comment disallowed list.'=>'由於這則留言遭到留言封鎖清單攔截,因此並未於提交時傳送至 Akismet。','This comment was not sent to Akismet when it was submitted because it was caught by something else.'=>'由於這則留言遭到其他項目攔截,因此並未於提交時傳送至 Akismet。','Multiple comments matched request.'=>'多則留言符合條件。','Could not find matching comment.'=>'找不到符合條件的留言。','The \'comments\' parameter must be an array.'=>'comments 參數必須是陣列。','Akismet cleared this comment during a recheck. It did not update the comment status because it had already been modified by another user or plugin.'=>'Akismet 在重新檢查時已清除這則留言。由於其他使用者或外掛已修改留言狀態,因此 Akismet 不會更新留言狀態。','Akismet determined this comment was spam during a recheck. It did not update the comment status because it had already been modified by another user or plugin.'=>'Akismet 在重新檢查時已將這則留言判定為垃圾留言。由於其他使用者或外掛已修改留言狀態,因此 Akismet 不會更新留言狀態。','Akismet cleared this comment and updated its status via webhook.'=>'Akismet 已清除這則留言並透過 Webhook 更新其留言狀態。','Akismet caught this comment as spam and updated its status via webhook.'=>'Akismet 已將這則留言判定為垃圾留言並透過 Webhook 更新其留言狀態。','Akismet is now protecting your site from spam.'=>'Akismet 會持續保護這個網站免於垃圾留言的侵擾。','Account overview'=>'帳號總覽','Spam in the %1$s older than %2$d day is deleted automatically.'=>'%1$s中的垃圾留言將在保留 %2$d 天後自動刪除。','spam folder'=>'垃圾留言資料夾','Akismet detailed stats'=>'Akismet 詳細統計資料','Back to settings'=>'返回外掛設定頁面','Subscription type'=>'約期授權類型','To help your site with transparency under privacy laws like the GDPR, Akismet can display a notice to your users under your comment forms.'=>'為了協助這個網站符合個人資料保護法 (例如 GDPR) 的透明度規範,Akismet 可以在網站的留言表單下方向網站訪客顯示相關通知。','Spam filtering'=>'垃圾留言篩選方式','API key'=>'API 金鑰','Akismet stats'=>'Akismet 統計資料','Automattic - Anti-spam Team'=>'Automattic - 反垃圾留言團隊','Akismet Anti-spam: Spam Protection'=>'Akismet Anti-spam: 垃圾留言防護','WP-Cron has been disabled using the DISABLE_WP_CRON constant. Comment rechecks may not work properly.'=>'這個網站使用了 DISABLE_WP_CRON 常數,因此 WP-Cron 已停用,這會造成重新檢查留言的功能無法正確執行。','%1$s - %2$s'=>'%1$s - %2$s','(opens in a new tab)'=>'(在新分頁中開啟)','Upgrade to %s'=>'升級至 %s 方案','Since %1$s, your account made %2$s API calls, compared to your plan’s limit of %3$s.'=>'目前方案的使用量上限為可呼叫 %3$s 次,從 %1$s 年開始,你的 Akismet 帳號已呼叫 %2$s 次 API。','Your Akismet usage has been over your plan’s limit for three consecutive months. We have restricted your account for the rest of the month. Increase your limit to make sure your site stays protected from spam.'=>'你的 Akismet 用量已連續三個月超過方案上限。 我們已限制你的帳號,效期至本月底。 提高上限額度,確保網站遠離垃圾訊息。','Your Akismet usage is nearing your plan’s limit for the third consecutive month. We will restrict your account after you reach the limit. Increase your limit to make sure your site stays protected from spam.'=>'你的 Akismet 使用量已連續第三個月接近方案額度上限。 我們會在你達到上限後,限制你的帳號。 提高上限額度,確保網站遠離垃圾訊息。','Your account has been restricted'=>'你的 Akismet 帳號已受到限制。','Your Akismet account usage is approaching your plan’s limit'=>'你的 Akismet 帳號使用量已接近目前方案的使用量上限。','Your Akismet account usage is over your plan’s limit'=>'你的 Akismet 帳號使用量已超過目前方案的使用量上限。','Your API key is no longer valid.'=>'你的 API 金鑰已失效。','Checking for Spam (%1$s%)'=>'垃圾留言檢查進度: %1$s%','No comment history.'=>'尚無留言歷史記錄。','Akismet was unable to recheck this comment.'=>'Akismet 無法重新檢查這則留言。','Akismet was unable to check this comment but will automatically retry later.'=>'Akismet 無法檢查這則留言,稍後會自動重試。','Comment was caught by %s.'=>'留言已由 %s 進行判定。','Akismet is not configured. Please enter an API key.'=>'Akismet 尚未完成設定,請輸入 API 金鑰。','Enter your API key'=>'輸入 API 金鑰','Akismet could not recheck your comments for spam.'=>'Akismet 不會重新檢查已判定為垃圾留言的項目。','You don’t have permission to do that.'=>'目前的登入身分沒有進行這項操作的權限。','Stats response could not be decoded.'=>'無法解碼統計資料回應。','Currently unable to fetch stats. Please try again.'=>'目前無法擷取統計資料。請再試一次。','API key must be set to fetch stats.'=>'必須設定 API 金鑰才能擷取統計資料。','Do not display privacy notice.'=>'不顯示隱私權聲明','Display a privacy notice under your comment forms.'=>'在留言表單下方顯示隱私權聲明','Akismet privacy notice'=>'Akismet 隱私權聲明','Privacy'=>'隱私權','This site uses Akismet to reduce spam. <a href="%s" target="_blank" rel="nofollow noopener">Learn how your comment data is processed.</a>'=>'這個網站採用 Akismet 服務減少垃圾留言。<a href="%s" target="_blank" rel="nofollow noopener">進一步了解 Akismet 如何處理網站訪客的留言資料</a>。','We collect information about visitors who comment on Sites that use our Akismet Anti-spam service. The information we collect depends on how the User sets up Akismet for the Site, but typically includes the commenter\'s IP address, user agent, referrer, and Site URL (along with other information directly provided by the commenter such as their name, username, email address, and the comment itself).'=>'Akismet 公司會在採用 Akismet 反垃圾留言服務的網站上,對進行留言的訪客收集相關資料。Akismet 公司收集的資訊取決於網站管理員在這個網站上為 Akismet 服務所進行的設定,但通常會包含留言者的 IP 地址、使用者代理程式,參照網址及網站網址,以及由留言者直接提供的其他資訊,例如姓名、使用者名稱、電子郵件地址及留言內容評論本身。','Comment discarded.'=>'留言已捨棄。','This site\'s API key is hardcoded and cannot be deleted.'=>'這個網站的 API 金鑰已強制寫入網站程式碼中,導致無法刪除 API 金鑰。','The value provided is not a valid and registered API key.'=>'目前所提供的 API 金鑰無效且未經註冊。','This site\'s API key is hardcoded and cannot be changed via the API.'=>'這個網站的 API 金鑰已強制寫入網站程式碼中,導致無法變更 API 金鑰。','The time period for which to retrieve stats. Options: 60-days, 6-months, all'=>'擷取指定時間週期的統計資料,可設定為 60 天、6 個月或全期','If true, show the number of approved comments beside each comment author in the comments list page.'=>'設定後 Akismet 會在留言清單頁面中,將已核准的留言數目顯示在每位留言者的名稱旁。','If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.'=>'設定後 Akismet 便會自動捨棄最嚴重的垃圾留言,而不會將其留置於垃圾留言資料夾。','A 12-character Akismet API key. Available at akismet.com/account'=>'一組 12 個字元的 Akismet API 金鑰,可於 akismet.com/account 取得。','Your site can’t connect to the Akismet servers.'=>'這個網站無法與 Akismet 伺服器進行連線。','An Akismet API key has been defined in the %s file for this site.'=>'Akismet API 金鑰已定義於這個網站的 %s 檔案中。','On this page, you are able to update your Akismet settings and view spam stats.'=>'網站管理員可以在這個頁面中為 Akismet 外掛變更設定並檢視垃圾留言統計資料。','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Akismet Anti-spam keeps your site protected even while you sleep. To get started: activate the Akismet plugin and then go to your Akismet Settings page to set up your API key.'=>'數以百萬的使用者採用 Akismet,它是<strong>保護網站遠離垃圾留言</strong>的絕佳方式,也為這個網站提供不間斷的保護。使用方式很簡單,啟用 Akismet 外掛後前往 [Akismet 設定] 頁面,輸入 Akismet 的 API 金鑰後儲存設定。','Akismet Anti-spam'=>'Akismet Anti-Spam','Connect with API key'=>'連結 API 金鑰','Connect with Jetpack'=>'以 Jetpack 進行連結','Eliminate spam from your site'=>'為網站清除垃圾留言','Set up your Akismet account'=>'設定 Akismet 帳號','Statistics'=>'統計資料','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. It keeps your site protected even while you sleep. To get started, just go to <a href="admin.php?page=akismet-key-config">your Akismet Settings page</a> to set up your API key.'=>'數以百萬的使用者採用 Akismet,它是<strong>保護網站遠離垃圾留言</strong>的絕佳方式,也為這個網站提供不間斷的保護。使用方式很簡單,僅需前往 [<a href="admin.php?page=akismet-key-config">Akismet 設定</a>] 頁面,輸入 Akismet 的 API 金鑰後儲存設定。','Used by millions, Akismet is quite possibly the best way in the world to <strong>protect your blog from spam</strong>. Your site is fully configured and being protected, even while you sleep.'=>'數以百萬的使用者採用 Akismet,它是<strong>保護網站遠離垃圾留言</strong>的絕佳方式,這個網站已完成完整設定,並由 Akismet 提供不間斷的保護。','%s comment was caught as spam.'=>'已判定 %s 則留言為垃圾留言。','No comments were caught as spam.'=>'沒有遭到判定為垃圾留言的留言。','Akismet checked %s comment.'=>'Akismet 已檢查 %s 則留言。','There were no comments to check. Akismet will only check comments awaiting moderation.'=>'沒有可供檢查的留言。Akismet 目前僅會檢查在 [待審閱] 清單中的留言。','Comment not found.'=>'沒有留言。','%d comment could not be checked.'=>'有 %d 則留言無法進行檢查。','%d comment moved to Spam.'=>'%d 則留言已移至垃圾留言資料夾。','Processed %d comment.'=>'已處理 %d 則留言。','Comment #%d could not be checked.'=>'無法檢查留言 #%d。','Failed to connect to Akismet.'=>'無法與 Akismet 進行連結。','Comment #%d is not spam.'=>'留言 #%d 不是垃圾留言。','Comment #%d is spam.'=>'留言 #%d 是垃圾留言。','%s false positive'=>'%s 則誤判留言','%s missed spam'=>'%s 則遺漏的垃圾留言','You don’t have an Akismet plan.'=>'這個網站並未採用任何 Akismet 方案。','Your Akismet subscription is suspended.'=>'已暫停目前使用的 Akismet 約期授權。','Your Akismet plan has been cancelled.'=>'已取消目前使用的 Akismet 方案。','Akismet has saved you %d minute!'=>'Akismet 為網站管理員節省了 %d 分鐘的清理時間!','Akismet has saved you %d hour!'=>'Akismet 為網站管理員節省了 %d 小時的清理時間!','Akismet has saved you %s day!'=>'Akismet 為網站管理員節省了 %s 天的清理時間!','Akismet filters out spam, so you can focus on more important things.'=>'Akismet 會自動篩選垃圾留言,所以網站管理員可以專注於更重要的事情。','The connection to akismet.com could not be established. Please refer to <a class="akismet-external-link" href="%s" target="_blank">our guide about firewalls</a> and check your server configuration.'=>'無法建立與 akismet.com 的連線。 請參閱<a class="akismet-external-link" href="%s" target="_blank">我們的防火牆指引</a>,並檢查伺服器設定。','The API key you entered could not be verified.'=>'無法驗證你輸入的 API 金鑰。','All systems functional.'=>'所有系統均正常運作。','Enabled.'=>'已啟用。','Akismet encountered a problem with a previous SSL request and disabled it temporarily. It will begin using SSL for requests again shortly.'=>'Akismet 遇到先前 SSL 要求所造成的問題,這會造成 Akismet 的暫時停用。Akismet 會盡快重新透過 SSL 協定進行要求。','Temporarily disabled.'=>'暫時停用。','Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.'=>'這個網站的網站伺服器無法進行 SSL 要求,請聯絡主機服務提供商並要求它加入對 SSL 要求的支援。','Disabled.'=>'已停用。','SSL status'=>'SSL 狀態','This comment was reported as not spam.'=>'這則留言已回報為非垃圾留言。','This comment was reported as spam.'=>'這則留言已回報為垃圾留言。','https://automattic.com/wordpress-plugins/'=>'https://automattic.com/wordpress-plugins/','https://akismet.com/'=>'https://akismet.com/','Manually enter an API key'=>'手動輸入 API 金鑰','Contact Akismet support'=>'聯絡 Akismet 技術支援團隊','The key you entered is invalid. Please double-check it.'=>'你輸入的金鑰並不正確,請再確認一次。','There is a problem with your API key.'=>'這個網站的 API 金鑰發生問題。','Your firewall may be blocking Akismet from connecting to its API. Please contact your host and refer to <a class="akismet-external-link" href="%s" target="_blank">our guide about firewalls</a>'=>'你的防火牆可能封鎖了 Akismet 與其 API 之間的連線。 請聯絡你的主機服務提供者,並參閱<a class="akismet-external-link" href="%s" target="_blank">我們的防火牆指引</a>','Network functions are disabled.'=>'網路功能已停用。','Akismet error code: %s'=>'Akismet 錯誤代碼: %s','Some comments have not yet been checked for spam by Akismet. They have been temporarily held for moderation and will automatically be rechecked later.'=>'部分留言尚未經由 Akismet 檢查是否為垃圾留言。這些留言已暫時擱置以待審閱,並將在稍後自動重新檢查。','Akismet has detected a problem.'=>'Akismet 已偵測到問題。','Change'=>'變更','Upgrade'=>'升級','Next billing date'=>'下一個帳單日期','Active'=>'使用中','No subscription found'=>'找不到約期授權','Missing'=>'遺漏','Suspended'=>'已暫停','Cancelled'=>'已取消','Save changes'=>'儲存設定','Disconnect this account'=>'中斷連結這個帳號','Note:'=>'請注意:','Always put spam in the Spam folder for review.'=>'一律將垃圾留言移至垃圾留言資料夾中,以供稍後審閱','Silently discard the worst and most pervasive spam so I never see it.'=>'自動捨棄最嚴重和最普遍的垃圾留言,一勞永逸','Akismet Anti-spam strictness'=>'Akismet 反垃圾留言嚴謹度','Show the number of approved comments beside each comment author.'=>'將已核准的留言數目顯示在每位留言者的名稱旁','Accuracy'=>'精確度','All time'=>'採用 Akismet 後','Spam blocked'=>'已阻擋的垃圾留言','Past six months'=>'過去六個月','Please <a href="%1$s">upgrade WordPress</a> to a current version, or <a href="%2$s">downgrade to version 2.4 of the Akismet plugin</a>.'=>'請將 <a href="%1$s">WordPress 升級</a>至最新版本,或<a href="%2$s">將 Akismet 外掛程式降級至 2.4 版</a>。','Akismet %1$s requires WordPress %2$s or higher.'=>'Akismet %1$s 需要 WordPress %2$s 或更新版本。','Akismet cleared this comment during an automatic retry.'=>'Akismet 在自動重試時已清除這則留言。','Akismet caught this comment as spam during an automatic retry.'=>'Akismet 在自動重試時已將這則留言判定為垃圾留言。','%s reported this comment as not spam.'=>'%s 已將這則留言回報為非垃圾留言。','%s reported this comment as spam.'=>'%s 已將這則留言回報為垃圾留言。','%1$s changed the comment status to %2$s.'=>'「%1$s」已將留言狀態變更為 [%2$s]。','Akismet was unable to check this comment (response: %s) but will automatically retry later.'=>'Akismet 無法檢查這則留言 (回應代碼: %s),稍後會自動重試。','Akismet cleared this comment.'=>'Akismet 已清除這則留言。','Comment status was changed to %s'=>'留言狀態已變更為 [%s]','Akismet caught this comment as spam.'=>'Akismet 已將這則留言判定為垃圾留言。','<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>'=>'<strong>Akismet</strong> 已阻擋 <strong class="count">%1$s 則垃圾留言</strong>','Title:'=>'標題:','Spam Blocked'=>'已阻擋的垃圾留言','Display the number of spam comments Akismet has caught'=>'顯示 Akismet 判定為垃圾留言的數量','Akismet Widget'=>'Akismet 小工具','Cleaning up spam takes time.'=>'清除垃圾留言需要一點時間。','Please check your <a href="%s">Akismet configuration</a> and contact your web host if problems persist.'=>'請檢查這個網站的 <a href="%s">Akismet 設定</a>。如果問題持續發生,請聯絡這個網站的主機服務提供商。','%s ago'=>'%s前','%s approved'=>'%s 則已核准留言','History'=>'歷史記錄','View comment history'=>'檢視留言歷史記錄','Un-spammed by %s'=>'由 %s 取消垃圾留言標示','Flagged as spam by %s'=>'由 %s 標示為垃圾留言','Cleared by Akismet'=>'由 Akismet 清除','Flagged as spam by Akismet'=>'由 Akismet 標示為垃圾留言','Awaiting spam check'=>'等待垃圾留言檢查結果','Akismet was unable to recheck this comment (response: %s).'=>'Akismet 無法重新檢查這則留言 (回應代碼: %s)。','Akismet re-checked and cleared this comment.'=>'Akismet 已重新檢查並清除這則留言。','Akismet re-checked and caught this comment as spam.'=>'Akismet 已重新檢查並將這則留言判定為垃圾留言。','Check for Spam'=>'檢查是否有垃圾留言','There’s nothing in your <a href=\'%s\'>spam queue</a> at the moment.'=>'目前<a href=\'%s\'>垃圾留言清單</a>中並無任何垃圾留言。','There’s <a href="%2$s">%1$s comment</a> in your spam queue right now.'=>'目前有 <a href="%2$s">%1$s 則留言</a>在垃圾留言清單中。','<a href="%s">Akismet</a> blocks spam from getting to your blog. '=>'<a href="%s" target="_blank">Akismet</a> 可在這個網站中阻擋垃圾留言。','<a href="%1$s">Akismet</a> has protected your site from %2$s spam comment already. '=>'<a href="%1$s" target="_blank">Akismet</a> 已保護這個網站免於 %2$s 則垃圾留言的侵擾。','<a href="%1$s">Akismet</a> has protected your site from <a href="%2$s">%3$s spam comment</a>.'=>'<a href="%1$s" target="_blank">Akismet</a> 已保護這個網站免於 <a href="%2$s">%3$s 則垃圾留言</a>的侵擾。','commentsSpam'=>'垃圾留言','Cheatin’ uh?'=>'很抱歉,無法進行這項操作。','Akismet Support'=>'Akismet 技術支援','Akismet FAQ'=>'Akismet 常見問題集','For more information:'=>'進一步了解相關資訊:','The subscription status - active, cancelled or suspended'=>'約期授權狀態: 使用中、已取消或已暫停','Status'=>'狀態','The Akismet subscription plan'=>'Akismet 約期授權方案','Subscription Type'=>'約期授權類型','Account'=>'帳號','Choose to either discard the worst spam automatically or to always put all spam in spam folder.'=>'選擇自動捨棄最嚴重的垃圾留言,或是一律將全部垃圾留言移至垃圾留言資料夾。','Strictness'=>'嚴謹度','Show the number of approved comments beside each comment author in the comments list page.'=>'在留言清單頁面中,將已核准的留言數量顯示在每位留言者的名稱旁。','Comments'=>'留言','Enter/remove an API key.'=>'輸入/移除 API 金鑰。','API Key'=>'API 金鑰','Akismet Configuration'=>'Akismet 設定','On this page, you are able to view stats on spam filtered on your site.'=>'網站管理員可以在這個頁面中檢視這個網站的垃圾留言篩選統計資料。','Akismet Stats'=>'Akismet 統計資料','Click the Use this Key button.'=>'點擊 [使用此金鑰] 按鈕。','Copy and paste the API key into the text field.'=>'請複製 API 金鑰並在文字欄位內貼上。','If you already have an API key'=>'如果已有 API 金鑰','Enter an API Key'=>'輸入 API 金鑰','Sign up for an account on %s to get an API Key.'=>'在 %s 上註冊帳號以取得 API 金鑰。','You need to enter an API key to activate the Akismet service on your site.'=>'請輸入 API 金鑰,才能為這個網站啟用 Akismet 服務。','New to Akismet'=>'第一次使用 Akismet','On this page, you are able to set up the Akismet plugin.'=>'網站管理員可以在這個頁面中為 Akismet 外掛進行設定。','Akismet Setup'=>'Akismet 設定','Overview'=>'概觀','Re-adding...'=>'正在重新加入...','(undo)'=>'(復原)','URL removed'=>'網址已移除','Removing...'=>'正在移除...','Remove this URL'=>'移除這個網址','Akismet'=>'Akismet','Settings'=>'設定','Comment History'=>'留言歷史記錄']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2026-03-17 21:06:31+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'Plugins - Hello Dolly - Stable (latest release)','language'=>'de','messages'=>['https://ma.tt/'=>'https://ma.tt/','Matt Mullenweg'=>'Matt Mullenweg','This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.'=>'Dies ist nicht nur ein Plugin, es symbolisiert in zwei Worten, gesungen von Louis Armstrong, die Hoffnung und den Enthusiasmus einer ganzen Generation: Hello, Dolly. Nach Aktivierung werden nach dem Zufallsprinzip aus dem Liedtext von <cite>Hello, Dolly</cite> Zeilen oben rechts im Administrationsbereich angezeigt.','https://wordpress.org/plugins/hello-dolly/'=>'https://de.wordpress.org/plugins/hello-dolly/','Hello Dolly'=>'Hello Dolly']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.1','translation-revision-date'=>'2024-05-24 07:04:35+0000','plural-forms'=>'nplurals=2; plural=n > 1;','project-id-version'=>'Plugins - Hello Dolly - Stable (latest release)','language'=>'fr','messages'=>['Matt Mullenweg'=>'Matt Mullenweg','This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.'=>'Ce n’est pas qu’une extension, cela symbolise l’espoir et l’enthousiasme d’une génération toute entière résumée en deux mots qui furent chantés par le fameux Louis Armstrong : Hello, Dolly. Lorsque vous l’activerez, vous verrez des paroles aléatoires de <cite>Hello, Dolly</cite> en haut à droite de votre écran d’administration sur chaque page.','Hello Dolly'=>'Hello Dolly','https://ma.tt/'=>'https://ma.tt/','https://wordpress.org/plugins/hello-dolly/'=>'https://fr.wordpress.org/plugins/hello-dolly/']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2025-11-26 01:39:19+0000','plural-forms'=>'nplurals=1; plural=0;','project-id-version'=>'Plugins - Hello Dolly - Stable (latest release)','language'=>'ko_KR','messages'=>['https://ma.tt/'=>'https://ma.tt/','Matt Mullenweg'=>'메트 뮐렌베그','This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from <cite>Hello, Dolly</cite> in the upper right of your admin screen on every page.'=>'단순한 플러그인이 아니라, 루이 암스트롱이 불러 가장 유명한 헬로, 달리 이 두 단어에 전 세대를 아우르는 희망과 열정을 상징화했어요. 활성화하면 매 페이지의 관리화면의 오른쪽 위에 <cite>헬로, 달리</cite>의 무작위 가사를 보게 될 거에요.','https://wordpress.org/plugins/hello-dolly/'=>'https://wordpress.org/plugins/hello-dolly/','Hello Dolly'=>'Hello Dolly']];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"The suggested policy text has been copied to your clipboard.":["O texto de pol\u00edtica sugerido foi copiado para a \u00e1rea de transfer\u00eancia."],"An error occurred while attempting to find and erase personal data.":["Ocorreu um erro ao tentar encontrar e remover dados pessoais."],"Personal data was found for this user but some of the personal data found was not erased.":["Os dados deste usu\u00e1rio foram encontrados, por\u00e9m alguns dados pessoais n\u00e3o foram removidos."],"All of the personal data found for this user was erased.":["Todos os dados pessoais encontrados deste usu\u00e1rio foram removidos."],"Personal data was found for this user but was not erased.":["Os dados pessoais deste usu\u00e1rio foram encontrados, por\u00e9m n\u00e3o foram removidos."],"No personal data was found for this user.":["Nenhum dado pessoal foi encontrado para este usu\u00e1rio."],"An error occurred while attempting to export personal data.":["Ocorreu um erro ao tentar exportar dados pessoais."],"No personal data export file was generated.":["Nenhum arquivo de exporta\u00e7\u00e3o de dados pessoais foi gerado."],"This user’s personal data export file was downloaded.":["O arquivo de exporta\u00e7\u00e3o de dados pessoais deste usu\u00e1rio foi baixado."],"This user’s personal data export link was sent.":["O link de exporta\u00e7\u00e3o de dados pessoais deste usu\u00e1rio foi enviado."]}},"comment":{"reference":"wp-admin\/js\/privacy-tools.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"See next tip":["Ver pr\u00f3xima dica"],"Disable tips":["Desativar dicas"],"Editor tips":["Dicas do editor"],"Got it":["Entendi"]}},"comment":{"reference":"wp-includes\/js\/dist\/nux.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"%1$s is deprecated since version %2$s! Use %3$s instead. Please consider writing more inclusive code.":["%1$s est\u00e1 obsoleta desde a vers\u00e3o %2$s. Use %3$s como alternativa. Considere escrever um c\u00f3digo mais inclusivo."]}},"comment":{"reference":"wp-admin\/js\/password-strength-meter.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"%s removed.":["%s exclu\u00eddo."],"%s applied.":["%s aplicado."]}},"comment":{"reference":"wp-includes\/js\/dist\/rich-text.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Detach":["Desanexar"],"Untitled pattern block":["Padr\u00e3o de blocos sem t\u00edtulo"],"Synced pattern created: %s":["Padr\u00e3o sincronizado criado: %s"],"Unsynced pattern created: %s":["Padr\u00e3o dessincronizado criado: %s"],"Create":["Criar"],"Manage patterns":["Gerenciar padr\u00f5es"],"Create pattern":["Criar padr\u00e3o"],"My pattern":["Meu padr\u00e3o"],"Sync this pattern across multiple locations.":["Sincronize esse padr\u00e3o em v\u00e1rios locais."],"pattern (singular)\u0004Synced":["Sincronizado"],"Name":["Nome"],"Cancel":["Cancelar"]}},"comment":{"reference":"wp-includes\/js\/dist\/reusable-blocks.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Embeds":["C\u00f3digos incorporados"],"Reusable blocks":["Blocos reutiliz\u00e1veis"],"%1$s Block. Row %2$d. %3$s":["Bloco %1$s. Linha %2$d. %3$s"],"%1$s Block. Column %2$d. %3$s":["Bloco %1$s. Coluna %2$d. %3$s"],"%1$s Block. Column %2$d":["Bloco %1$s. Coluna %2$d"],"%1$s Block. %2$s":["Bloco %1$s. %2$s"],"%s Block":["Bloco %s"],"Design":["Design"],"%1$s Block. Row %2$d":["Bloco %1$s. Linha %2$d"],"Text":["Texto"],"Theme":["Tema"],"Media":["M\u00eddia"],"Widgets":["Widgets"]}},"comment":{"reference":"wp-includes\/js\/dist\/blocks.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"The response is not a valid JSON response.":["A resposta n\u00e3o \u00e9 um JSON v\u00e1lido."],"Media upload failed. If this is a photo or a large image, please scale it down and try again.":["Falha ao enviar a m\u00eddia. Se for uma foto ou imagem grande, reduza o tamanho e tente novamente."],"Unable to connect. Please check your Internet connection.":["N\u00e3o foi poss\u00edvel se conectar. Verifique sua conex\u00e3o \u00e0 internet."],"Could not get a valid response from the server.":["N\u00e3o foi poss\u00edvel obter uma resposta v\u00e1lida do servidor."]}},"comment":{"reference":"wp-includes\/js\/dist\/api-fetch.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Submitted on:":["Enviado em:"],"%1$s %2$s, %3$s at %4$s:%5$s":["%2$s de %1$s de %3$s, \u00e0s %4$sh%5$s"]}},"comment":{"reference":"wp-admin\/js\/comment.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Selected crop ratio exceeds the boundaries of the image. Try a different ratio.":["A propor\u00e7\u00e3o de recorte excede os limites da image. Tente uma propor\u00e7\u00e3o diferente."],"Could not load the preview image.":["N\u00e3o foi poss\u00edvel carregar a pr\u00e9via da imagem."],"Could not load the preview image. Please reload the page and try again.":["N\u00e3o foi poss\u00edvel carregar a pr\u00e9via da imagem. Recarregue a p\u00e1gina e tente novamente."],"Image updated.":["Imagem atualizada."]}},"comment":{"reference":"wp-admin\/js\/image-edit.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Enable":["Ativar"],"Detach":["Desanexar"],"An error occurred while renaming the pattern.":["Ocorreu um erro ao renomear o padr\u00e3o."],"Synced pattern created: %s":["Padr\u00e3o sincronizado criado: %s"],"Unsynced pattern created: %s":["Padr\u00e3o dessincronizado criado: %s"],"Duplicate pattern":["Duplicar padr\u00e3o"],"Pattern renamed":["Padr\u00e3o renomeado"],"Please enter a new name for this category.":["Digite um novo nome para essa categoria."],"This category already exists. Please use a different name.":["Essa categoria j\u00e1 existe. Escolha um nome diferente."],"Pattern category renamed.":["Categoria de padr\u00e3o renomeada."],"Overrides":["Substitui\u00e7\u00f5es"],"Enable overrides":["Habilitar substitui\u00e7\u00f5es"],"Overrides are changes you make to a block within a synced pattern instance. Use overrides to customize a synced pattern instance to suit its new context. Name this block to specify an override.":["As substitui\u00e7\u00f5es s\u00e3o altera\u00e7\u00f5es que voc\u00ea faz em um bloco dentro de uma inst\u00e2ncia de padr\u00e3o sincronizado. Use substitui\u00e7\u00f5es para personalizar uma inst\u00e2ncia de padr\u00e3o sincronizado para se adequar ao seu novo contexto. Nomeie este bloco para especificar uma substitui\u00e7\u00e3o."],"For example, if you are creating a recipe pattern, you use \"Recipe Title\", \"Recipe Description\", etc.":["Por exemplo, se voc\u00ea estiver criando um padr\u00e3o de receita, use \u201cT\u00edtulo da Receita\u201d, \u201cDescri\u00e7\u00e3o da Receita\u201d, etc."],"Disable overrides":["Desativar substitui\u00e7\u00f5es"],"Are you sure you want to disable overrides? Disabling overrides will revert all applied overrides for this block throughout instances of this pattern.":["Tem certeza de que deseja desativar as substitui\u00e7\u00f5es? Desativar as substitui\u00e7\u00f5es reverter\u00e1 todas as substitui\u00e7\u00f5es aplicadas a este bloco em todas as inst\u00e2ncias deste padr\u00e3o."],"Disable":["Desativar"],"Allow changes to this block throughout instances of this pattern.":["Permitir altera\u00e7\u00f5es a este bloco em todas as inst\u00e2ncias deste padr\u00e3o."],"This %1$s is editable using the \"%2$s\" override.":["Este %1$s \u00e9 edit\u00e1vel usando a substitui\u00e7\u00e3o \"%2$s\"."],"These blocks are editable using overrides.":["Esses blocos s\u00e3o edit\u00e1veis usando substitui\u00e7\u00f5es."],"pattern\u0004%s (Copy)":["%s (Copia)"],"pattern\u0004\"%s\" duplicated.":["\"%s\" duplicado."],"Overrides currently don't support image links. Remove the link first before enabling overrides.":["No momento, as substitui\u00e7\u00f5es n\u00e3o s\u00e3o compat\u00edveis com links de imagens. Remova o link antes de ativar as substitui\u00e7\u00f5es."],"Manage patterns":["Gerenciar padr\u00f5es"],"Create pattern":["Criar padr\u00e3o"],"My pattern":["Meu padr\u00e3o"],"Sync this pattern across multiple locations.":["Sincronize esse padr\u00e3o em v\u00e1rios locais."],"pattern (singular)\u0004Synced":["Sincronizado"],"Reset":["Redefinir"],"Duplicate":["Duplicar"],"Rename":["Renomear"],"Block name changed to: \"%s\".":["Nome do bloco modificado para: \"%s\"."],"Save":["Salvar"],"Name":["Nome"],"Cancel":["Cancelar"],"Categories":["Categorias"],"Add":["Adicionar"]}},"comment":{"reference":"wp-includes\/js\/dist\/patterns.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Open the command palette.":["Abre a paleta de comandos."],"Command palette":["Paleta de comandos"],"Command suggestions":["Sugest\u00f5es de comando"],"Search commands and settings":["Pesquisar comandos e configura\u00e7\u00f5es"],"No results found.":["Nenhum resultado encontrado."]}},"comment":{"reference":"wp-includes\/js\/dist\/commands.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Import from JSON":["Importar de JSON"],"Invalid JSON file":["Arquivo JSON inv\u00e1lido"],"Unknown error":["Erro desconhecido"],"Invalid pattern JSON file":["Arquivo JSON de padr\u00e3o inv\u00e1lido"],"Pattern imported successfully!":["Padr\u00e3o importado com sucesso!"],"button label\u0004Import":["Importar"],"File":["Arquivo"]}},"comment":{"reference":"wp-includes\/js\/dist\/list-reusable-blocks.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"The request could not be completed.":["N\u00e3o foi poss\u00edvel concluir a solicita\u00e7\u00e3o."],"Disabling...":["Desativando..."],"Enabling...":["Ativando..."],"Number of plugins found: %d":["N\u00famero de plugins encontrados: %d"],"You do not appear to have any plugins available at this time.":["Parece que voc\u00ea n\u00e3o tem nenhum plugin dispon\u00edvel no momento."],"%s update failed.":["%s atualiza\u00e7\u00e3o falhou."],"%s theme successfully updated.":["%s tema atualizado com sucesso."],"%s plugin successfully updated.":["%s plugin atualizado com sucesso."],"Caution: These themes may be active on other sites in the network. Are you sure you want to proceed?":["Aten\u00e7\u00e3o: esses temas podem estar ativos em outros sites na rede. Tem certeza de que deseja continuar?"],"Are you sure you want to delete the selected plugins and their data?":["Tem certeza de que deseja excluir os plugins selecionados e os seus dados?"],"Are you sure you want to delete %s?":["Tem certeza de que deseja excluir %s?"],"Are you sure you want to delete %s and its data?":["Tem certeza de que deseja excluir %s e seus dados?"],"Update canceled.":["Atualiza\u00e7\u00e3o cancelada."],"Updates may not complete if you navigate away from this page.":["As atualiza\u00e7\u00f5es podem n\u00e3o ser conclu\u00eddas se voc\u00ea sair desta p\u00e1gina."],"Dependencies check failed: %s":["Falha na verifica\u00e7\u00e3o de depend\u00eancias: %s"],"Connection lost or the server is busy. Please try again later.":["Sem conex\u00e3o ou o servidor est\u00e1 ocupado. Tente novamente mais tarde."],"An error occurred during the update process. Please try again.":["Ocorreu um erro durante o processo de atualiza\u00e7\u00e3o. Tente novamente."],"Deletion failed: %s":["A exclus\u00e3o falhou: %s"],"theme\u0004Deleted!":["Exclu\u00eddo!"],"theme\u0004%s installation failed":["A instala\u00e7\u00e3o de %s falhou"],"theme\u0004Network Activate %s":["Ativar %s na rede"],"theme\u0004Installed!":["Instalado!"],"theme\u0004%s installed!":["%s instalado!"],"theme\u0004Installing %s...":["Instalando %s..."],"theme\u0004Updated!":["Atualizado!"],"Updating... please wait.":["Atualizando... aguarde."],"plugin\u0004Deleted!":["Exclu\u00eddo!"],"plugin\/plugins\u0004%s item":["%s item","%s itens"],"Deleting...":["Excluindo..."],"Importer installed successfully. <a href=\"%s\">Run importer<\/a>":["Importador instalado com sucesso. <a href=\"%s\">Rodar importador<\/a>"],"plugin\u0004%s activation failed":["Falha ao ativar %s"],"Activation failed.":["Ativa\u00e7\u00e3o falhou."],"Activation completed successfully.":["Ativa\u00e7\u00e3o conclu\u00edda com sucesso."],"plugin\u0004Activated!":["Ativado!"],"plugin\u0004Activating %s":["Ativando %s"],"Activating...":["Ativando..."],"Activating... please wait.":["Ativando... Aguarde."],"Activation failed: %s":["Ativa\u00e7\u00e3o falhou: %s"],"plugin\u0004Cannot activate %1$s. %2$s":["N\u00e3o foi poss\u00edvel ativar: %1$s. %2$s"],"Plugin dependencies check completed successfully.":["A verifica\u00e7\u00e3o das depend\u00eancias do plugin foi conclu\u00edda com sucesso."],"Checking plugin dependencies... please wait.":["Verificando depend\u00eancias do plugin... Aguarde."],"Installation failed: %s":["Instala\u00e7\u00e3o falhou: %s"],"plugin\u0004%s installation failed":["A instala\u00e7\u00e3o de %s falhou"],"Installation completed successfully.":["Instala\u00e7\u00e3o conclu\u00edda."],"plugin\u0004%s installed!":["%s instalado!"],"plugin\u0004Installed!":["Instalado!"],"Installing... please wait.":["Instalando... aguarde."],"plugin\u0004Installing %s...":["Instalando %s..."],"Installing...":["Instalando..."],"Update Now":["Atualizar agora"],"Update failed.":["A atualiza\u00e7\u00e3o falhou."],"plugin\u0004%s update failed.":["Falha na atualiza\u00e7\u00e3o de \"%s\"."],"Update failed: %s":["Falha na atualiza\u00e7\u00e3o: %s"],"Update completed successfully.":["Atualiza\u00e7\u00e3o conclu\u00edda com sucesso."],"plugin\u0004%s updated!":["%s foi atualizado!"],"plugin\u0004Updated!":["Atualizado!"],"plugin\u0004Updating %s...":["Atualizando %s..."],"Updating...":["Atualizando..."],"plugin\u0004Active":["Ativo"],"plugin\u0004Update %s now":["Atualizar %s agora"],"Enable auto-updates":["Ativar atualiza\u00e7\u00f5es autom\u00e1ticas"],"Disable auto-updates":["Desativar atualiza\u00e7\u00f5es autom\u00e1ticas"],"plugin\u0004Activate %s":["Ativar %s"],"plugin\u0004Network Activate %s":["Ativar %s na rede"],"plugin\u0004Activate":["Ativar"],"No plugins are currently available.":["Nenhum plugin est\u00e1 dispon\u00edvel no momento."],"No plugins found. Try a different search.":["Nenhum plugin encontrado. Tente uma pesquisa diferente."],"Search Results":["Resultados da pesquisa"],"Auto-updates disabled":["Atualiza\u00e7\u00f5es autom\u00e1ticas desativadas"],"Auto-updates enabled":["Atualiza\u00e7\u00f5es autom\u00e1ticas ativadas"],"Installation failed.":["Falha na instala\u00e7\u00e3o."],"Network Enable":["Ativar na Rede"],"theme\u0004Activate":["Ativar"],"plugin\u0004Network Activate":["Ativar na rede"],"plugin\u0004Install Now":["Instalar agora"],"plugin\u0004Install %s now":["Instale %s agora"],"Run Importer":["Rodar importador"],"Run %s":["Rodar %s"],"Search results for: %s":["Resultados da pesquisa por: %s"],"An error has occurred. Please reload the page and try again.":["Ocorreu um erro. Recarregue a p\u00e1gina e tente novamente."],"Live Preview":["Ver ao vivo"],"theme\u0004Activate %s":["Ativar %s"],"%s update available":["%s atualiza\u00e7\u00e3o dispon\u00edvel","%s atualiza\u00e7\u00f5es dispon\u00edveis"]}},"comment":{"reference":"wp-admin\/js\/updates.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Annotation":["Anota\u00e7\u00e3o"]}},"comment":{"reference":"wp-includes\/js\/dist\/annotations.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Notifications":["Notifica\u00e7\u00f5es"]}},"comment":{"reference":"wp-includes\/js\/dist\/a11y.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Copy Error":["Copiar o erro"],"The editor has encountered an unexpected error.":["O editor encontrou um erro inesperado."],"Document tools":["Ferramentas de documento"],"noun\u0004View":["Visualiza\u00e7\u00e3o"],"Access all block and document tools in a single place":["Acesse todas as ferramentas de blocos e documento em um s\u00f3 lugar."],"Global shortcuts":["Atalhos globais"],"Save your changes.":["Salvar suas altera\u00e7\u00f5es."],"Undo your last changes.":["Desfaz as \u00faltimas altera\u00e7\u00f5es."],"Redo your last undo.":["Refaz seu \u00faltimo desfazer."],"Selection shortcuts":["Atalhos para sele\u00e7\u00e3o"],"Block shortcuts":["Atalhos de teclado dos blocos"],"Change the block type after adding a new paragraph.":["Mude o tipo de bloco ap\u00f3s adicionar um novo par\u00e1grafo."],"Forward-slash":["Barra"],"Text formatting":["Formata\u00e7\u00e3o de texto"],"Make the selected text bold.":["Tornar negrito o texto selecionado."],"Make the selected text italic.":["Tornar it\u00e1lico o texto selecionado."],"Underline the selected text.":["Sublinhar o texto selecionado."],"Convert the selected text into a link.":["Converter o texto selecionado em um link."],"Remove a link.":["Remover um link."],"Block Settings":["Configura\u00e7\u00f5es do bloco"],"Got it":["Entendi"],"Top toolbar":["Barra de ferramentas do topo"],"Top toolbar activated":["Barra de ferramentas superior ativada"],"Top toolbar deactivated":["Barra de ferramentas superior desativada"],"Display these keyboard shortcuts.":["Exibir estes atalhos de teclado."],"Keyboard shortcuts":["Atalhos do teclado"],"Welcome Guide":["Guia de boas-vindas"],"Here's a detailed guide.":["Aqui est\u00e1 um guia detalhado."],"Contain text cursor inside block":["Conter o cursor de texto dentro do bloco"],"Show more settings":["Exibir mais configura\u00e7\u00f5es"],"Preferences":["Prefer\u00eancias"],"Aids screen readers by stopping text caret from leaving blocks.":["Auxilia leitores de tela impedindo que o cursor saia dos blocos."],"Close inserter":["Fechar adicionador"],"Contain text cursor inside block activated":["Cursor de texto dentro do bloco ativado"],"Contain text cursor inside block deactivated":["Cursor de texto dentro do bloco desativado"],"Welcome to block Widgets":["Desejamos boas-vindas aos widgets de bloco"],"Your theme provides different \u201cblock\u201d areas for you to add and edit content.\u00a0Try adding a search bar, social icons, or other types of blocks here and see how they\u2019ll look on your site.":["Seu tema fornece diferentes \u00e1reas de \"bloco\" para voc\u00ea adicionar e editar o conte\u00fado. Tente adicionar uma barra de pesquisa, \u00edcones sociais ou outros tipos de bloco aqui e veja como eles v\u00e3o ficar ficar no seu site."],"You can now add any block to your site\u2019s widget areas. Don\u2019t worry, all of your favorite widgets still work flawlessly.":["Agora voc\u00ea pode adicionar qualquer bloco as \u00e1reas de widgets do seu site. N\u00e3o se preocupe, todos os seus widgets favoritos continuaram funcionando perfeitamente."],"Want to stick with the old widgets?":["Prefere continuar com os widgets antigos?"],"https:\/\/wordpress.org\/plugins\/classic-widgets\/":["https:\/\/br.wordpress.org\/plugins\/classic-widgets\/"],"Get the Classic Widgets plugin.":["Instale o plugin de widgets cl\u00e1ssico."],"New to the block editor?":["Primeira vez usando o editor de blocos?"],"https:\/\/wordpress.org\/documentation\/article\/block-based-widgets-editor\/":["https:\/\/wordpress.org\/documentation\/article\/block-based-widgets-editor\/"],"Insert a link to a post or page.":["Inserir um link para um post ou p\u00e1gina"],"Strikethrough the selected text.":["Tachado no texto selecionado."],"Make the selected text inline code.":["Tornar o texto selecionado um c\u00f3digo embutido."],"Convert the current heading to a paragraph.":["Converter o T\u00edtulo atual para um Par\u00e1grafo."],"Convert the current paragraph or heading to a heading of level 1 to 6.":["Converter o Par\u00e1grafo ou T\u00edtulo atual para um t\u00edtulo de n\u00edvel 1 ao 6."],"https:\/\/wordpress.org\/documentation\/article\/wordpress-block-editor\/":["https:\/\/wordpress.org\/documentation\/article\/wordpress-block-editor\/"],"Add non breaking space.":["Adicionar espa\u00e7o inquebr\u00e1vel."],"Tools":["Ferramentas"],"Options":["Op\u00e7\u00f5es"],"Add a block":["Adicionar um bloco"],"Generic label for block inserter button\u0004Add block":["Adicionar bloco"],"Undo":["Desfazer"],"Redo":["Refazer"],"Help":["Ajuda"],"Customizing":["Personalizando"],"(opens in a new tab)":["(abrir em uma nova aba)"],"Widgets":["Widgets"]}},"comment":{"reference":"wp-includes\/js\/dist\/customize-widgets.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Base":["Base"],"Post Type":["Tipo de Post"],"Widget areas":["\u00c1reas de widget"],"Menu Item":["Item do menu"],"Widget types":["Tipos de widgets"],"Global Styles":["Estilos globais"],"Custom Styles":["Estilos personalizados"],"Status":["Status"],"Taxonomy":["Taxonomia"],"Comment":["Comentar"],"Media":["M\u00eddia"],"Menu Location":["Localiza\u00e7\u00e3o de menu"],"Plugins":["Plugins"],"(no title)":["(sem t\u00edtulo)"],"Themes":["Temas"],"Widgets":["Widgets"],"User":["Usu\u00e1rio"],"Menu":["Menu"],"Site":["Site"]}},"comment":{"reference":"wp-includes\/js\/dist\/core-data.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Running additional tests... please wait.":["Executando testes adicionais... aguarde."],"All site health tests have finished running. There are items that should be addressed.":["Todos os testes de diagn\u00f3stico do site foram conclu\u00eddos. Existem itens que precisam ser corrigidos."],"All site health tests have finished running. Your site is looking good.":["Todos os testes de diagn\u00f3stico do site foram conclu\u00eddos. Seu site parece bom."],"Unavailable":["Indispon\u00edvel"],"No details available":["N\u00e3o h\u00e1 detalhes dispon\u00edveis"],"Should be improved":["Deve ser melhorado"],"Good":["Bom"],"Site information has been copied to your clipboard.":["As informa\u00e7\u00f5es do site foram copiadas para sua \u00e1rea de transfer\u00eancia."],"%s item with no issues detected":["%s item sem problemas detectados","%s itens sem problemas detectados"],"%s recommended improvement":["%s melhoria recomendada","%s melhorias recomendadas"],"%s critical issue":["%s problema cr\u00edtico","%s problemas cr\u00edticos"],"A test is unavailable":["Um teste est\u00e1 indispon\u00edvel"]}},"comment":{"reference":"wp-admin\/js\/site-health.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Use as featured image":["Use como Imagem de Destaque"],"Could not set that as the thumbnail image. Try a different attachment.":["N\u00e3o foi poss\u00edvel definir este anexo como a imagem miniatura. Tente um anexo diferente."],"Saving\u2026":["Salvando..."],"Done":["Conclu\u00eddo"]}},"comment":{"reference":"wp-admin\/js\/set-post-thumbnail.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Drag boxes here":["Arraste caixas aqui"],"Add boxes from the Screen Options menu":["Adicionar caixas a partir do menu Op\u00e7\u00f5es de tela"],"The boxes order has been saved.":["A ordem das caixas foi salva."],"The box is on the last position":["A caixa est\u00e1 na \u00faltima posi\u00e7\u00e3o"],"The box is on the first position":["A caixa est\u00e1 na primeira posi\u00e7\u00e3o"],"Screen Options updated.":["Op\u00e7\u00f5es da tela atualizadas."]}},"comment":{"reference":"wp-admin\/js\/postbox.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Widget has been added to the selected sidebar":["O widget foi adicionado \u00e0 barra lateral selecionada"],"Saved":["Salvo"],"Save":["Salvar"],"The changes you made will be lost if you navigate away from this page.":["As modifica\u00e7\u00f5es que voc\u00ea fez ser\u00e3o perdidas se voc\u00ea sair desta p\u00e1gina."]}},"comment":{"reference":"wp-admin\/js\/widgets.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"All application passwords revoked.":["Todas as senhas da aplica\u00e7\u00e3o foram revogadas."],"Are you sure you want to revoke all passwords? This action cannot be undone.":["Tem certeza de que deseja revogar todas as senhas? Esta a\u00e7\u00e3o n\u00e3o pode ser desfeita."],"Application password revoked.":["Senha de aplica\u00e7\u00e3o revogada."],"Are you sure you want to revoke this password? This action cannot be undone.":["Tem certeza de que deseja revogar esta senha? Esta a\u00e7\u00e3o n\u00e3o pode ser desfeita."],"Dismiss this notice.":["Dispensar este aviso."]}},"comment":{"reference":"wp-admin\/js\/application-passwords.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"URL Slug":["Slug do URL"],"Permalink saved":["Link permanente salvo"],"Password Protected":["Protegido por senha"],"Published on:":["Publicado em:"],"Publish on:":["Publicar em:"],"Schedule for:":["Agendado para:"],"Saving Draft\u2026":["Salvando rascunho..."],"No more comments found.":["N\u00e3o foram encontrados mais coment\u00e1rios."],"Show more comments":["Mostrar mais coment\u00e1rios"],"%1$s %2$s, %3$s at %4$s:%5$s":["%2$s de %1$s de %3$s, \u00e0s %4$sh%5$s"],"post action\/button label\u0004Schedule":["Agenda"],"Public, Sticky":["P\u00fablico, Fixo"],"Privately Published":["Publicado Privativamente"],"Save as Pending":["Salvar como Pendente"],"Public":["P\u00fablico"],"Could not set that as the thumbnail image. Try a different attachment.":["N\u00e3o foi poss\u00edvel definir este anexo como a imagem miniatura. Tente um anexo diferente."],"The file URL has been copied to your clipboard":["O URL do arquivo foi copiado para \u00e0 \u00e1rea de transfer\u00eancia"],"Published":["Publicado"],"Private":["Privado"],"Update":["Atualizar"],"Publish":["Publicar"],"Save Draft":["Salvar como rascunho"],"Cancel":["Cancelar"],"OK":["OK"],"The changes you made will be lost if you navigate away from this page.":["As modifica\u00e7\u00f5es que voc\u00ea fez ser\u00e3o perdidas se voc\u00ea sair desta p\u00e1gina."]}},"comment":{"reference":"wp-admin\/js\/post.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Are you sure you want to do this?\nThe comment changes you made will be lost.":["Tem certeza de que deseja fazer isso?\nAs mudan\u00e7as feitas no coment\u00e1rio ser\u00e3o perdidas."],"Are you sure you want to edit this comment?\nThe changes you made will be lost.":["Tem certeza que deseja editar este coment\u00e1rio?\nAs altera\u00e7\u00f5es feitas ser\u00e3o perdidas."],"Approve and Reply":["Aprovar e responder"],"Comments (%s)":["Coment\u00e1rios (%s)"],"Comments":["Coment\u00e1rios"],"Reply":["Responder"]}},"comment":{"reference":"wp-admin\/js\/edit-comments.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Preference deactivated - %s":["Prefer\u00eancia desativada - %s"],"Preference activated - %s":["Prefer\u00eancia ativada - %s"],"Preferences":["Prefer\u00eancias"],"Back":["Voltar"]}},"comment":{"reference":"wp-includes\/js\/dist\/preferences.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Right to left":["Direita para a esquerda"],"Left to right":["Esquerda para a direita"],"photo":["foto"],"media":["m\u00eddia"],"Inline image":["Imagem embutida"],"Link edited.":["Link editado."],"Inline code":["C\u00f3digo embutido"],"Keyboard input":["Entrada do teclado "],"Highlight":["Destaque"],"Clear Unknown Formatting":["Limpar formata\u00e7\u00e3o desconhecida"],"A valid language attribute, like \"en\" or \"fr\".":["Um atributo de idioma v\u00e1lido, como \"en\" ou \"fr\"."],"Text direction":["Dire\u00e7\u00e3o do texto"],"Non breaking space":["Espa\u00e7o inquebr\u00e1vel"],"CSS classes":["Classes CSS"],"Math":["Matem\u00e1tica"],"Alternative text":["Texto alternativo"],"Background":["Fundo"],"Additional CSS class(es)":["Classes CSS adicionais"],"Link removed.":["Link removido."],"Separate multiple classes with spaces.":["Separe v\u00e1rias classes com espa\u00e7os."],"Describe the purpose of the image.":["Descreva o prop\u00f3sito da imagem."],"Create page: <mark>%s<\/mark>":["Criar p\u00e1gina: <mark>%s<\/mark>"],"Leave empty if decorative.":["Deixe vazio se for decorativo."],"Mark as nofollow":["Marcar como nofollow"],"LaTeX math syntax":["Sintaxe matem\u00e1tica LaTeX"],"e.g., x^2, \\frac{a}{b}":["exemplo, x^2, \\frac{a}{b}"],"Text":["Texto"],"Link inserted.":["Link inserido."],"Replace image":["Substituir imagem"],"https:\/\/www.w3.org\/WAI\/tutorials\/images\/decision-tree\/":["https:\/\/www.w3.org\/WAI\/tutorials\/images\/decision-tree\/"],"Apply":["Aplicar"],"Width":["Largura"],"Language":["Idioma"],"Bold":["Negrito"],"Italic":["It\u00e1lico"],"Underline":["Sublinhado"],"Strikethrough":["Riscado"],"Subscript":["Subescrito"],"Superscript":["Superescrito"],"Link":["Link"],"Warning: the link has been inserted but may have errors. Please test it.":["Aten\u00e7\u00e3o: o link foi inserido, mas pode ter erros. \u00c9 necess\u00e1rio test\u00e1-lo."]}},"comment":{"reference":"wp-includes\/js\/dist\/format-library.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"There are no widgets available.":["N\u00e3o h\u00e1 widgets dispon\u00edveis."],"Legacy Widget":["Widget antigo"],"Move to":["Mover para"],"Select widget":["Selecionar widget"],"Legacy Widget Preview":["Pr\u00e9-visualiza\u00e7\u00e3o do widget legado"],"Widget is missing.":["Widget ausente."],"Move to widget area":["Mover para \u00e1rea de widget"],"The \"%s\" block was affected by errors and may not function properly. Check the developer tools for more details.":["O bloco \"%s\" foi afetado por erros e pode n\u00e3o funcionar corretamente. Verifique as ferramentas para desenvolvedores para mais detalhes."],"Widget Group":["Grupo de widget"],"Create a classic widget layout with a title that\u2019s styled by your theme for your widget areas.":["Crie um modelo cl\u00e1ssico de widget com t\u00edtulo estilizado pelo seu tema para suas \u00e1reas de widget."],"Legacy widget":["Widget legado"],"Convert to blocks":["Converter para blocos"],"No preview available.":["Nenhuma pr\u00e9-visualiza\u00e7\u00e3o dispon\u00edvel."],"Title":["T\u00edtulo"],"Save":["Salvar"]}},"comment":{"reference":"wp-includes\/js\/dist\/widgets.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2026-03-29 18:57:17+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"The file URL has been copied to your clipboard":["O URL do arquivo foi copiado para \u00e0 \u00e1rea de transfer\u00eancia"],"An error has occurred. Please reload the page and try again.":["Ocorreu um erro. Recarregue a p\u00e1gina e tente novamente."]}},"comment":{"reference":"wp-admin\/js\/media.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Plugin details":["Detalhes do plugin"],"Plugin: %s":["Plugin: %s"]}},"comment":{"reference":"wp-admin\/js\/plugin-install.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"Collapse Main menu":["Recolher menu principal"],"Expand Main menu":["Expandir menu principal"],"Please select at least one item to perform this action on.":["Selecione ao menos um item para realizar esta a\u00e7\u00e3o."],"You are about to permanently delete these items from your site.\nThis action cannot be undone.\n'Cancel' to stop, 'OK' to delete.":["Voc\u00ea est\u00e1 prestes a excluir permanentemente estes itens do seu site.\nEsta a\u00e7\u00e3o n\u00e3o pode ser desfeita.\n'Cancelar' para parar, 'OK' para excluir."],"Screen Options updated.":["Op\u00e7\u00f5es da tela atualizadas."],"%1$s is deprecated since version %2$s with no alternative available.":["%1$s est\u00e1 obsoleto desde a vers\u00e3o %2$s sem nenhuma alternativa dispon\u00edvel."],"%1$s is deprecated since version %2$s! Use %3$s instead.":["%1$s est\u00e1 obsoleto desde a vers\u00e3o %2$s! Use %3$s em seu lugar."],"Dismiss this notice.":["Dispensar este aviso."]}},"comment":{"reference":"wp-admin\/js\/common.js"}}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"translation-revision-date":"2025-12-02 18:21:27+0000","generator":"GlotPress\/4.0.3","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"pt_BR"},"The selected tag has been deleted.":["A tag selecionada foi exclu\u00edda."],"An error occurred while processing your request. Please try again later.":["Ocorreu um erro ao processar sua solicita\u00e7\u00e3o. Tente novamente mais tarde."],"Sorry, you are not allowed to do that.":["Sem permiss\u00e3o para fazer isso."]}},"comment":{"reference":"wp-admin\/js\/tags.js"}}
|