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'=>'2026-04-17 04:19:40+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'Plugins - Akismet Anti-spam: Spam Protection - Stable (latest release)','language'=>'hu','messages'=>['Automattic - Anti-spam Team'=>'Automattic - Anti Spam Team','Akismet Anti-spam: Spam Protection'=>'Akismet Anti-Spam: Spamvédelem','WP-Cron has been disabled using the DISABLE_WP_CRON constant. Comment rechecks may not work properly.'=>'A WP-Cron le van tiltva a DISABLE_WP_CRON konstans használatával. Előfordulhat, hogy a megjegyzések újraellenőrzése nem működik megfelelően.','%1$s - %2$s'=>'%1$s – %2$s','(opens in a new tab)'=>'(új lapon nyílik meg)','Upgrade to %s'=>'Frissítés a következőre: %s','Learn more about usage limits'=>'További információ a használati korlátokról.','Since %1$s, your account made %2$s API calls, compared to your plan’s limit of %3$s.'=>'%1$s óta a fiókja %2$s API-hívást hajtott végre a terv %3$s korlátjához képest.','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.'=>'Az Ön Akismet-használata három egymást követő hónapon keresztül meghaladja a terv korlátját. Korlátoztuk fiókját a hónap hátralévő részében. Frissítse tervét, hogy az Akismet továbbra is blokkolhassa a spameket.','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.'=>'Az Akismet-használat már a harmadik egymást követő hónapban közeledik a terv határához. A limit elérése után korlátozzuk fiókját. Frissítse tervét, hogy az Akismet továbbra is blokkolhassa a spameket.','Your account has been restricted'=>'Fiókját korlátozták','Your Akismet account usage is approaching your plan’s limit'=>'Akismet-fiókja használata közeledik a terv határához','Your Akismet account usage is over your plan’s limit'=>'Akismet-fiókja túllépi a terv korlátját','Your API key is no longer valid.'=>'Az API-kulcs már nem érvényes.','Checking for Spam (%1$s%)'=>'Spam keresése (%1$s%)','Akismet is not configured. Please enter an API key.'=>'Az Akismet nincs konfigurálva. Adjon meg egy API-kulcsot.','Akismet was unable to recheck this comment.'=>'Az Akismet nem tudta ismételten ellenőrizni ezt a hozzászólást.','Akismet was unable to check this comment but will automatically retry later.'=>'Az Akismet nem tudta ellenőrizni ezt a hozzászólást, de később automatikusan megpróbálja újra.','Comment was caught by %s.'=>'A megjegyzést %s fogta el.','No comment history.'=>'Nincs hozzászólástörténet.','Akismet could not recheck your comments for spam.'=>'Az Akismet nem tudta ismételten ellenőrizni, hogy a hozzászólás spamnek minősül-e.','Enter your API key'=>'API-kulcs megadása','You don’t have permission to do that.'=>'Nincs engedélye erre.','Stats response could not be decoded.'=>'A statisztika válasza nem dekódolható.','API key must be set to fetch stats.'=>'A statisztika gyűjtéséhez rendelkezni kell az API-kulccsal.','Currently unable to fetch stats. Please try again.'=>'Jelenleg nem lehet letölteni a statisztikát. Kérjük, próbálja újra.','Privacy'=>'Adatvédelem','Do not display privacy notice.'=>'Adatvédelmi nyilatkozat ne jelenjék meg.','Display a privacy notice under your comment forms.'=>'Adatvédelmi nyilatkozat megjelenítése a hozzászólási űrlap alatt.','Akismet privacy notice'=>'Akismet adatvédelmi nyilatkozat','The value provided is not a valid and registered API key.'=>'A megadott érték nem érvényes és regisztrált API-kulcs.','This site\'s API key is hardcoded and cannot be deleted.'=>'A webhely API-kódja merev kódolású, és nem törölhető.','This site\'s API key is hardcoded and cannot be changed via the API.'=>'A webhely API-kódja merev kódolású (bele van építve a rendszerbe), és az API-n keresztül nem módosítható.','The time period for which to retrieve stats. Options: 60-days, 6-months, all'=>'Az az időszak, amelyre a statisztika lehívható. Lehetőségek: 60 nap, 6 hónap, mind','If true, show the number of approved comments beside each comment author in the comments list page.'=>'Ha igaz, akkor az egyes hozzászólásszerzők mellett megjelenik a jóváhagyott hozzászólások száma a hozzászólások listáját tartalmazó oldalon.','If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.'=>'Ha igaz, akkor az Akismet automatikusan törli a legrosszabb spamet, ahelyett, hogy a spam mappába helyezné.','Comment discarded.'=>'Hozzászólás elvetve.','Your site can’t connect to the Akismet servers.'=>'Webhelye nem tud csatlakozni az Akismet szerverekhez.','On this page, you are able to update your Akismet settings and view spam stats.'=>'Ezen az oldalon frissítheti az Akismet beállításait, és megnézheti a spamek statisztikáit.','An Akismet API key has been defined in the %s file for this site.'=>'A webhely számára a(z) %s fájlban meg van határozva egy Akismet API-kulcs.','Connect with API key'=>'Csatlakozás az API-kulccsal','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.'=>'A milliók által használt Akismet talán a világon a legjobb megoldás a <strong>weboldal spam hozzászólások elleni védelmére</strong>. Akkor is védelmet biztosít, amikor Ön éppen szundikál. Első lépésként kapcsolja be az Akismet bővítményt, majd az Akismet beállítási oldalán állítsa be az API-kulcsot.','Set up your Akismet account'=>'Akismet fiók beállítása','Akismet checked %s comment.'=>'Az Akismet %s hozzászólást ellenőrzött.' . "\0" . 'Az Akismet %s hozzászólást ellenőrzött.','Connect with Jetpack'=>'Csatlakozás Jetpackkel','Eliminate spam from your site'=>'Tartsa távol weboldalától a szemetet','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.'=>'A milliók által használt Akismet talán a világon a legjobb megoldás a <strong>weboldal spam hozzászólások elleni védelmére</strong>. Akkor is védelmet biztosít, amikor Ön éppen szundikál.','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.'=>'A milliók által használt Akismet talán a világon a legjobb megoldás a <strong>weboldal spam hozzászólások elleni védelmére</strong>. Akkor is védelmet biztosít, amikor Ön éppen szundikál. Első lépésként menjen az<a href="admin.php?page=akismet-key-config">Aismet beállítási oldalára</a>, és állítsa be az API-kulcsot.','Statistics'=>'Statisztika','%s comment was caught as spam.'=>'%s hozzászólást elcsíptünk spamként.' . "\0" . '%s hozzászólást elcsíptünk spamként.','No comments were caught as spam.'=>'Egyetlen hozzászólás sem lett spamként elfogva.','There were no comments to check. Akismet will only check comments awaiting moderation.'=>'Nincs ellenőrzésre váró megjegyzés. Az Akismet csak a moderálásra váró megjegyzéseket fogja ellenőrizni.','Failed to connect to Akismet.'=>'Hiba az Akismethez történő kapcsolódáskor.','%d comment could not be checked.'=>'%d hozzászólást nem tudtunk ellenőrizni.' . "\0" . '%d hozzászólást nem tudtunk ellenőrizni.','Comment not found.'=>'Hozzászólás nem található.','%d comment moved to Spam.'=>'%d hozzászólás átkerült a Spambe.' . "\0" . '%d hozzászólás átkerült a Spambe.','Processed %d comment.'=>'%d hozzászólás feldolgozva.' . "\0" . '%d hozzászólás feldolgozva.','Comment #%d could not be checked.'=>'#%d hozzászólást nem sikerült ellenőrizni.','Comment #%d is not spam.'=>'#%d hozzászólás nem spam.','Comment #%d is spam.'=>'#%d hozzászólás spam.','%s missed spam'=>'%s elhibázott spam' . "\0" . '%s elhibázott spam','%s false positive'=>'%s téves hibajelzés' . "\0" . '%s téves hibajelzés','Your Akismet plan has been cancelled.'=>'Akismet csomagja törlődött.','Your Akismet subscription is suspended.'=>'Akismet előfizetése fel van függesztve.','You don’t have an Akismet plan.'=>'Önnek nincs Akismet-csomagja.','Akismet has saved you %s day!'=>'Az Akismet %s napot spórolt meg nekünk.' . "\0" . 'Az Akismet %s napot spórolt meg nekünk.','Akismet filters out spam, so you can focus on more important things.'=>'Az Akismet kiszűri a kéretlen hozzászólásokat (spamet), így Ön a fontosabb dolgokra összpontosíthat.','Akismet has saved you %d hour!'=>'Az Akismet %d órát takarított meg Önnek!' . "\0" . 'Az Akismet %d órát takarított meg Önnek!','Akismet has saved you %d minute!'=>'Az Akismet %d percet takarított meg Önnek!' . "\0" . 'Az Akismet %d percet takarított meg Önnek!','The API key you entered could not be verified.'=>'A beírt API-kulcsot nem lehetett ellenőrizni.','Enabled.'=>'Engedélyezve.','This comment was reported as not spam.'=>'Ezt a hozzászólást nem spamnek jelentették.','All systems functional.'=>'Minden rendszer működőképes.','Akismet encountered a problem with a previous SSL request and disabled it temporarily. It will begin using SSL for requests again shortly.'=>'Az Akismet problémát tapasztalt egy korábbi SSL kéréssel kapcsolatban, és ideiglenesen letiltotta. Hamarosan újra elkezdi használni az SSL-t a kérésekhez.','Temporarily disabled.'=>'Ideiglenesen letiltva.','Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.'=>'A webszerver nem tud SSL kéréseket benyújtani; lépjen kapcsolatba a webszolgáltatójával, és kérje meg, hogy támogassa az SSL kéréseket.','Disabled.'=>'Letiltva.','This comment was reported as spam.'=>'Ezt a hozzászólást spamnek jelentették.','Strictness'=>'Szigor','Comments'=>'Hozzászólások','Akismet has detected a problem.'=>'Az Akismet szolgáltatás hibát észlelt.','Akismet Widget'=>'Akismet widget','Settings'=>'Beállítások','Cheatin’ uh?'=>'Csalunk-csalunk?','History'=>'Előzmények','commentsSpam'=>'Spam','Comment status was changed to %s'=>'Hozzászólás állapota erre változott: %s','View comment history'=>'Hozzászólás történetének megtekintése','Akismet'=>'Akismet','Spam Blocked'=>'Spam blokkolva','For more information:'=>'További információk:','Title:'=>'Cím:','Akismet Stats'=>'Akismet statisztikák','Check for Spam'=>'Spam-ellenőrzés','Remove this URL'=>'URL eltávolítása','URL removed'=>'URL eltávolítva','(undo)'=>'(visszavonás)','Overview'=>'Áttekinntés','Account'=>'Fiók','Status'=>'Állapot','Past six months'=>'Az elmúlt hat hónapban','All time'=>'Eddig','Accuracy'=>'Pontosság','Note:'=>'Megjegyzés:','Disconnect this account'=>'Fiók leválasztása','Upgrade'=>'Frissítés','Cleaning up spam takes time.'=>'A spam eltakarítása időbe kerül.','Change'=>'Módosítás','There’s <a href="%2$s">%1$s comment</a> in your spam queue right now.'=>'Jelenleg <a href="%2$s">%1$s hozzászólás</a> vár elbírálásra.' . "\0" . 'Jelenleg <a href="%2$s">%1$s hozzászólás</a> vár elbírálásra.','There is a problem with your API key.'=>'Gond van az API kulccsal.','On this page, you are able to set up the Akismet plugin.'=>'Ezen az oldalon beállíthatjuk az Akismet bővítmény működését.','%s reported this comment as not spam.'=>'%s jelezte, hogy ez a hozzászólás nem spam.','Akismet was unable to recheck this comment (response: %s).'=>'Az Akismet nem tudta ismételten ellenőrizni ezt a hozzászólást (válasz: %s).','Enter an API Key'=>'API-kulcs megadása','API Key'=>'API-kulcs','Enter/remove an API key.'=>'API-kulcs megadása/eltávolítása.','<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>'=>'<strong class="count">%1$s spam</strong> került az <strong>Akismet</strong> által blokkolásra' . "\0" . '<strong class="count">%1$s spam</strong> került az <strong>Akismet</strong> által blokkolásra','Spam blocked'=>'Blokkolt spam' . "\0" . 'Blokkolt spam','Manually enter an API key'=>'API-kulcs megadása kézzel','Akismet re-checked and cleared this comment.'=>'Akismet újra ellenőrizte és jóváhagyta ezt a megjegyzést.','Akismet caught this comment as spam.'=>'Az Akismet spamként fogta el ezt a megjegyzést.','Akismet re-checked and caught this comment as spam.'=>'Akismet újra ellenőrizte és spamnek találta ezt a megjegyzést.','Akismet cleared this comment.'=>'Az Akismet jóváhagyta ezt a hozzászólást.','%s reported this comment as spam.'=>'%s jelezte, hogy ez a hozzászólás spam.','Akismet was unable to check this comment (response: %s) but will automatically retry later.'=>'Az Akismet nem tudta ellenőrizni ezt a hozzászólást (válasz: %s), de később automatikusan megpróbálja újra.','%1$s changed the comment status to %2$s.'=>'%1$s módosította a hozzászólás állapotát erre: %2$s.','https://akismet.com/'=>'https://akismet.com/','Some comments have not yet been checked for spam by Akismet. They have been temporarily held for moderation and will automatically be rechecked later.'=>'Az Akismet néhány hozzászólást még nem ellenőrzött. Ezek később automatikusan újra ellenőrizve lesznek, időszakosan pedig vissza vannak tartva elbírálás végett.','Please check your <a href="%s">Akismet configuration</a> and contact your web host if problems persist.'=>'Ellenőrizze az <a href="%s">Akismet beállításait</a>, és ha a probléma továbbra is fennáll, lépjen kapcsolatba a tárhely-szolgáltatójával.','Active'=>'Aktív','Missing'=>'Hiányzó','Suspended'=>'Felfüggesztve','Cancelled'=>'Törölve','Always put spam in the Spam folder for review.'=>'A spam mindig kerüljön a Spam mappába átnézésre.','Silently discard the worst and most pervasive spam so I never see it.'=>'Csendben szórja ki a legrosszabb és legagresszívebb spamet, hogy soha ne is lássam.','Choose to either discard the worst spam automatically or to always put all spam in spam folder.'=>'Eldöntheti, hogy a legrosszabb szemétnek jelölt hozzászólások automatikusan törlődjenek, vagy csak kerüljenek be a Spam mappába.','https://automattic.com/wordpress-plugins/'=>'https://automattic.com/wordpress-plugins/','Contact Akismet support'=>'Lépjen kapcsolatba az Akismet támogatással','The key you entered is invalid. Please double-check it.'=>'A beírt kulcs érvénytelen. Kérjük, ellenőrizze még egyszer.','Network functions are disabled.'=>'A hálózati funkciók le vannak tiltva.','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>.'=>'Kérjük, <a href="%1$s">frissítse a WordPresst</a> az aktuális verzióra, vagy <a href="%2$s">térjen vissza az Akismet bővítmény 2.4-es verziójához</a>.','Akismet cleared this comment during an automatic retry.'=>'Az Akismet ezt a megjegyzést jóváhagyta egy automatikus újrapróbálkozás során.','Akismet caught this comment as spam during an automatic retry.'=>'Az Akismet ezt a megjegyzést elcsípte spamként egy automatikus újrapróbálkozás során.','Display the number of spam comments Akismet has caught'=>'Az Akismet által spamként elcsípett hozzászólások számának megjelenítése','%s ago'=>'Ennyi idővel ezelőtt: %s','%s approved'=>'%s jóváhagyva' . "\0" . '%s jóváhagyva','Un-spammed by %s'=>'%s visszavonta a spamnek jelölést','Flagged as spam by %s'=>'%s spamnek jelölte','Cleared by Akismet'=>'Akismet által jóváhagyva','Flagged as spam by Akismet'=>'Az Akismet által spamnek jelölve','Awaiting spam check'=>'Várakozás spam-ellenőrzésre','There’s nothing in your <a href=\'%s\'>spam queue</a> at the moment.'=>'Jelenleg üres az <a href=\'%s\'>elbírálandó kéretlen üzenetek sora</a>.','<a href="%s">Akismet</a> blocks spam from getting to your blog. '=>'Az <a href="%s">Akismet</a> megakadályozza a spam bejutását a blogjába. ','<a href="%1$s">Akismet</a> has protected your site from %2$s spam comment already. '=>'Az <a href="%1$s">Akismet</a> már %2$s spamtől óvta meg a honlapot. ' . "\0" . 'Az <a href="%1$s">Akismet</a> már %2$s spamtől óvta meg a honlapot. ','<a href="%1$s">Akismet</a> has protected your site from <a href="%2$s">%3$s spam comment</a>.'=>'Az <a href="%1$s">Akismet</a> <a href="%2$s">%3$s spam hozzászólás</a>tól óvta meg a honlapot.' . "\0" . 'Az <a href="%1$s">Akismet</a> <a href="%2$s">%3$s spam hozzászólás</a>tól óvta meg a honlapot.','Akismet Support'=>'Akismet támogatás','Akismet FAQ'=>'Akismet GYIK','The subscription status - active, cancelled or suspended'=>'Az előfizetés állapota – aktív, törölt vagy felfüggesztett','The Akismet subscription plan'=>'Akismet előfizetési csomagok','Subscription Type'=>'Előfizetés típusa','Show the number of approved comments beside each comment author in the comments list page.'=>'Az elfogadott hozzászólások számának megjelenítése a hozzászólások szerzői mellett a hozzászóláslista oldalán.','Akismet Configuration'=>'Akismet beállítása','On this page, you are able to view stats on spam filtered on your site.'=>'Ezen az oldalon láthatja a weboldalon kiszűrt spam statisztikáit.','Click the Use this Key button.'=>'Kattintson az „Ennek a kulcsnak a használata” gombra.','Copy and paste the API key into the text field.'=>'másolja és illessze be az API-kulcsot a szövegmezőbe.','If you already have an API key'=>'Ha már rendelkezik API-kulccsal,','Sign up for an account on %s to get an API Key.'=>'Fiók regisztrálása az %s rendszerén API-kulcs generáláshoz.','You need to enter an API key to activate the Akismet service on your site.'=>'Az Akismet szolgáltatás webhelyen történő aktiválásához meg kell adnia egy API-kulcsot.','New to Akismet'=>'Még nem ismerem az Akismetet','Akismet Setup'=>'Akismet beállítása','Re-adding...'=>'Újbóli hozzáadás...','Removing...'=>'Eltávolítás…','Comment History'=>'Hozzászólás története']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2026-04-23 23:00:51+0000','plural-forms'=>'nplurals=2; plural=n > 1;','project-id-version'=>'Plugins - Akismet Anti-spam: Spam Protection - Stable (latest release)','language'=>'id','messages'=>['Would you like to <a href="%s">scan pending comments for spam</a>?'=>'Anda ingin <a href="%s">memindai komentar tertunda untuk mencari spam</a>?','MCP (Model Context Protocol) allows AI assistants to access Akismet statistics and spam checking features.'=>'MCP (Model Context Protocol) memungkinkan asisten AI untuk mengakses statistik dan fitur pemeriksaan spam Akismet.',' clients to access Akismet data and functionality'=>' klien untuk mengakses data dan fungsi Akismet','MCP'=>'MCP','Model Context Protocol'=>'Model Context Protocol','Allow '=>'Izinkan ','Tool access'=>'Akses alat','Copy API key'=>'Salin kunci API','View detailed stats'=>'Lihat statistik terperinci','If true, allow MCP clients to access Akismet data and functionality.'=>'Jika true, izinkan klien MCP untuk mengakses fungsi dan data Akismet.','API key for Akismet.'=>'Kunci API untuk Akismet.','Akismet API Key'=>'Kunci API Akismet','Protect your site from spam.'=>'Lindungi situs Anda dari spam.','Abilities for spam protection and comment moderation with Akismet.'=>'Kemampuan perlindungan spam dan moderasi komentar dengan Akismet.','Failed to retrieve stats from Akismet API.'=>'Gagal mengambil statistik dari API Akismet.','Error message if the operation could not be completed.'=>'Pesan error jika operasi tidak dapat diselesaikan.','The time interval for these stats.'=>'Interval waktu untuk statistik ini.','Date for this period.'=>'Tanggal untuk periode ini.','Number of legitimate comments incorrectly marked as spam in this period.'=>'Jumlah komentar sah yang salah ditandai sebagai spam dalam periode ini.','Number of spam comments that were missed in this period.'=>'Jumlah komentar spam yang terlewat dalam periode ini.','Total number of legitimate comments approved in this period.'=>'Jumlah total komentar sah yang disetujui dalam periode ini.','Total number of spam comments blocked in this period.'=>'Jumlah total komentar spam yang diblokir dalam periode ini.','Monthly breakdown of statistics.'=>'Rincian statistik bulanan.','Estimated time saved by Akismet blocking spam, in seconds.'=>'Perkiraan waktu yang dihemat oleh Akismet dengan memblokir spam, dalam detik.','Accuracy percentage of spam detection.'=>'Persentase akurasi deteksi spam.','Number of legitimate comments incorrectly marked as spam.'=>'Jumlah komentar sah yang salah ditandai sebagai spam.','Number of spam comments that were missed.'=>'Jumlah komentar spam yang terlewat.','Total number of legitimate comments approved.'=>'Jumlah total komentar sah yang disetujui.','Total number of spam comments blocked.'=>'Jumlah total komentar spam yang diblokir.','Whether the stats were successfully retrieved.'=>'Apakah statistik berhasil diambil.','The time interval for stats. Options: "6-months", "all", or "60-days".'=>'Interval waktu untuk statistik. Pilihan: "6 bulan", "semua", atau "60 hari".','Retrieves Akismet spam protection statistics including spam blocked count, accuracy percentage, and other key metrics.'=>'Mengambil statistik perlindungan spam Akismet, termasuk hitungan spam terblokir, persentase akurasi, dan metrik penting lainnya.','Get Akismet statistics'=>'Dapatkan statistik Akismet','Failed to check comment with Akismet API.'=>'Gagal memeriksa komentar dengan API Akismet.','Debug information to help troubleshoot issues.'=>'Informasi debug untuk membantu mengatasi masalah.','Error message if the check could not be completed.'=>'Pesan error jika pemeriksaan tidak bisa diselesaikan.','Unique identifier for this check, used for webhooks and updates.'=>'Pengenal unik untuk pemeriksaan ini, digunakan untuk webhook dan pembaruan.','Optional recommendation from Akismet (e.g., "discard" for obvious spam).'=>'Rekomendasi opsional dari Akismet (mis., "buang" untuk spam yang jelas).','Whether the comment is identified as spam.'=>'Apakah komentar diidentifikasi sebagai spam.','Whether the check was successfully performed.'=>'Apakah pemeriksaan berhasil dilakukan.','The user role of the comment author if logged in.'=>'Peran pengguna penulis komentar jika sudah login.','The HTTP_REFERER header.'=>'Header HTTP_REFERER.','User agent string of the web browser submitting the comment.'=>'String user agent pada browser web yang mengirimkan komentar.','IP address of the commenter.'=>'Alamat IP pemberi komentar.','The permanent link to the post or page.'=>'Tautan permanen ke pos atau halaman.','The ID of the post the comment is being submitted to.'=>'ID pos yang menjadi tujuan pengiriman komentar.','The comment type (e.g., "comment", "trackback", "pingback").'=>'Jenis komentar (mis., "komentar", "trackback", "pingback").','The comment content/text.'=>'Isi/teks komentar.','URL/website of the comment author.'=>'URL/situs penulis komentar.','Email address of the comment author.'=>'Alamat email penulis komentar.','Name of the comment author.'=>'Nama penulis komentar.','Checks a comment against the Akismet spam filter to determine if it is spam or legitimate content.'=>'Memeriksa komentar menggunakan filter spam Akismet untuk menentukan apakah itu spam atau konten sungguhan.','Check comment for spam'=>'Periksa keberadaan spam dalam komentar','Increase your limit'=>'Tingkatkan batas Anda','Add an %s subscription'=>'Tambahkan langganan %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.'=>'Penggunaan Akismet Anda telah melebihi batas paket selama dua bulan berturut-turut. Bulan depan, kami akan membatasi akun Anda setelah mencapai batas. Tingkatkan batas untuk memastikan situs Anda tetap terlindungi dari spam.','Please enter a new key or <a class="akismet-external-link" href="%s" target="_blank">contact Akismet support</a>'=>'Masukkan kunci baru atau <a class="akismet-external-link" href="%s" target="_blank">hubungi dukungan Akismet</a>','Once you\'ve chosen a plan, return here to complete your setup.'=>'Setelah Anda memilih paket, kembali ke sini untuk menyelesaikan penyiapan.','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">Pilih paket gratis atau berbayar</a> agar Akismet dapat melindungi situs Anda dari spam.','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>'=>'Anda bisa membantu kami memerangi spam sekaligus mengupgrade akun Anda dengan <a class="akismet-external-link" href="%s" target="_blank">memberikan sejumlah kontribusi kecil</a>','Please contact <a class="akismet-external-link" href="%s" target="_blank">Akismet support</a> for assistance.'=>'Hubungi <a class="akismet-external-link" href="%s" target="_blank">dukungan Akismet</a> untuk mendapatkan bantuan.','Please visit <a class="akismet-external-link" href="%s" target="_blank">Akismet.com</a> to purchase a new subscription.'=>'Kunjungi <a class="akismet-external-link" href="%s" target="_blank">Akismet.com</a> untuk membeli langganan baru.','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>'=>'Hubungi administrator host web atau firewall Anda dan berikan <a class="akismet-external-link" href="%s" target="_blank">informasi tentang persyaratan sistem Akismet ini</a>','Your web host or server administrator has disabled PHP’s <code>gethostbynamel</code> function.'=>'Administrator host web atau server Anda telah menonaktifkan fungsi <code>gethostbynamel</code> PHP.','For more information, see the <a class="akismet-external-link" href="%s">error documentation on akismet.com</a>'=>'Untuk informasi selengkapnya, lihat <a class="akismet-external-link" href="%s">dokumentasi error di 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>'=>'Jika Anda yakin situs Anda bukan untuk kepentingan komersial, <a class="akismet-external-link" href="%s">silakan hubungi kami</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.'=>'Saat ini Anda berlangganan <a class="akismet-external-link" href="%s">paket personal non-komersial</a>. Upgrade paket Anda agar bisa terus menggunakan Akismet.','Akismet provisionally cleared this comment.'=>'Akismet sementara menghapus komentar ini.','Show less'=>'Tampilkan lebih sedikit','Show all %d plugins'=>'Tampilkan seluruh %d plugin','View documentation'=>'Lihat Dokumentasi','Documentation for %s'=>'Dokumentasi untuk %s','%s logo'=>'Logo %s','See supported integrations'=>'Lihat integrasi yang didukung','Akismet works with other plugins to keep spam away.'=>'Akismet dapat digunakan bersama dengan plugin lain untuk mencegah spam.','Compatible plugins'=>'Plugin yang kompatibel','Error getting compatible plugins.'=>'Terjadi error saat mengambil plugin yang kompatibel.','Upgrade plan'=>'Tingkatkan paket','We detected commercial activity on your site'=>'Kami mendeteksi aktivitas komersial di situs Anda','Almost done! Configure Akismet and say goodbye to spam'=>'Hampir selesai! Konfigurasikan Akismet dan ucapkan selamat tinggal pada spam','This comment was not sent to Akismet when it was submitted because it was caught by the comment disallowed list.'=>'Komentar ini tidak terkirim ke Akismet saat dikirim karena tertangkap oleh daftar komentar yang dilarang.','This comment was not sent to Akismet when it was submitted because it was caught by something else.'=>'Komentar ini tidak terkirim ke Akismet saat dikirim karena tertangkap oleh hal lain.','Multiple comments matched request.'=>'Beberapa komentar sesuai dengan permintaan.','Could not find matching comment.'=>'Tidak dapat menemukan komentar yang cocok.','The \'comments\' parameter must be an array.'=>'Parameter \'comments\' harus berupa 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 menghapus komentar ini selama pemeriksaan ulang. Akismet tidak memperbarui status komentar karena komentar tersebut telah dimodifikasi oleh pengguna atau plugin lain.','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 menentukan bahwa komentar ini adalah spam setelah melakukan pengecekan ulang. Akismet tidak memperbarui status komentar karena komentar tersebut telah dimodifikasi oleh pengguna atau plugin lain.','Akismet cleared this comment and updated its status via webhook.'=>'Akismet menghapus komentar ini dan memperbarui statusnya melalui webhook.','Akismet caught this comment as spam and updated its status via webhook.'=>'Akismet menangkap komentar ini sebagai spam dan memperbarui statusnya melalui webhook.','Akismet is now protecting your site from spam.'=>'Sekarang Akismet telah melindungi situs Anda dari spam. Selamat ngeblog.','Account overview'=>'Ikhtisar akun','Spam in the %1$s older than %2$d day is deleted automatically.'=>'Spam dalam %1$s yang lebih dari %2$d hari dihapus otomatis.' . "\0" . 'Spam dalam %1$s yang lebih dari %2$d hari dihapus otomatis.','spam folder'=>'folder spam','Akismet detailed stats'=>'Statistik detail Akismet','Back to settings'=>'Kembali ke pengaturan','Subscription type'=>'Jenis Berlangganan','To help your site with transparency under privacy laws like the GDPR, Akismet can display a notice to your users under your comment forms.'=>'Untuk membantu situs Anda dengan transparansi di bawah undang-undang privasi seperti GDPR, Akismet dapat menampilkan pemberitahuan kepada pengguna Anda di bawah formulir komentar Anda.','Spam filtering'=>'Penyaringan spam','API key'=>'Kunci API','Akismet stats'=>'Statistik Akismet','Automattic - Anti-spam Team'=>'Automattic - Tim Antispam','Akismet Anti-spam: Spam Protection'=>'Antispam Akismet: Perlindungan Spam','WP-Cron has been disabled using the DISABLE_WP_CRON constant. Comment rechecks may not work properly.'=>'WP-Cron telah dinonaktifkan menggunakan konstanta DISABLE_WP_CRON. Pengecekan ulang komentar mungkin tidak akan berfungsi dengan baik.','%1$s - %2$s'=>'%1$s - %2$s','(opens in a new tab)'=>'(buka di tab baru)','Upgrade to %s'=>'Tingkatkan ke %s','Since %1$s, your account made %2$s API calls, compared to your plan’s limit of %3$s.'=>'Sejak %1$s, akun Anda melakukan %2$s panggilan API, dibandingkan dengan batas paket Anda sebesar %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.'=>'Penggunaan Akismet Anda telah melebihi batas paket selama tiga bulan berturut-turut. Kami telah membatasi akun Anda untuk sisa bulan ini. Tingkatkan batas untuk memastikan situs Anda tetap terlindungi dari spam.','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.'=>'Penggunaan Akismet Anda mendekati batas paket selama tiga bulan berturut-turut. Kami akan membatasi akun Anda setelah mencapai batas. Tingkatkan batas untuk memastikan situs Anda tetap terlindungi dari spam.','Your account has been restricted'=>'Akun Anda telah dibatasi','Your Akismet account usage is approaching your plan’s limit'=>'Penggunaan akun Akismet Anda mendekati batas paket Anda','Your Akismet account usage is over your plan’s limit'=>'Penggunaan akun Akismet Anda melebihi batas paket Anda','Your API key is no longer valid.'=>'Kunci API Anda tidak lagi valid.','Checking for Spam (%1$s%)'=>'Memeriksa Spam (%1$s%)','No comment history.'=>'Tidak ada riwayat komentar.','Akismet was unable to recheck this comment.'=>'Akismet tidak dapat memeriksa ulang komentar ini.','Akismet was unable to check this comment but will automatically retry later.'=>'Akismet tidak dapat memeriksa komentar ini tapi secara otomatis akan mencoba lagi.','Comment was caught by %s.'=>'Komentar yang tertangkap oleh %s.','Akismet is not configured. Please enter an API key.'=>'Akismet belum dikonfigurasi. Harap masukkan kunci API.','Enter your API key'=>'Masukkan kunci API Anda','Akismet could not recheck your comments for spam.'=>'Akismet tidak dapat memeriksa kembali komentar Anda untuk spam.','You don’t have permission to do that.'=>'Anda tidak memiliki izin untuk melakukan itu.','Stats response could not be decoded.'=>'Tanggapan statistik tidak dapat diterjemahkan.','Currently unable to fetch stats. Please try again.'=>'Saat ini tidak dapat mengambil statistik. Silakan coba lagi.','API key must be set to fetch stats.'=>'Kunci API harus disetel untuk mengambil statistik.','Do not display privacy notice.'=>'Jangan tampilkan pemberitahuan privasi.','Display a privacy notice under your comment forms.'=>'Tampilkan pemberitahuan privasi di bawah formulir komentar Anda.','Akismet privacy notice'=>'Pemberitahuan privasi akismet','Privacy'=>'Privasi','This site uses Akismet to reduce spam. <a href="%s" target="_blank" rel="nofollow noopener">Learn how your comment data is processed.</a>'=>'Situs ini menggunakan Akismet untuk mengurangi spam. <a href="%s" target="_blank" rel="nofollow noopener">Pelajari bagaimana data komentar Anda diproses</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).'=>'Kami mengumpulkan informasi tentang pengunjung yang berkomentar di Situs yang menggunakan layanan Antispam Akismet kami. Informasi yang kami kumpulkan bergantung pada cara Pengguna mengatur Akismet untuk Situs, tetapi biasanya mencakup alamat IP pemberi komentar, agen pengguna, perujuk, dan URL Situs (bersama dengan informasi lain yang secara langsung diberikan oleh pemberi komentar seperti nama, nama pengguna, alamat surel, dan komentar itu sendiri).','Comment discarded.'=>'Komentar dibuang.','This site\'s API key is hardcoded and cannot be deleted.'=>'Kunci API situs ini adalah hardcode dan tidak dapat dihapus.','The value provided is not a valid and registered API key.'=>'Nilai yang diberikan bukan kunci API yang valid dan terdaftar.','This site\'s API key is hardcoded and cannot be changed via the API.'=>'Kunci API situs ini adalah hardcode dan tidak dapat diubah melalui API.','The time period for which to retrieve stats. Options: 60-days, 6-months, all'=>'Periode waktu untuk mengambil statistik. Pilihan: 60 hari, 6 bulan, semuanya','If true, show the number of approved comments beside each comment author in the comments list page.'=>'Jika benar, perlihatkan jumlah komentar yang disetujui di sebelah setiap penulis komentar di halaman daftar komentar.','If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.'=>'Jika benar, Akismet akan secara otomatis membuang spam terburuk dari pada memasukkannya ke folder spam.','A 12-character Akismet API key. Available at akismet.com/account'=>'Kunci API Akismet 12 karakter. Tersedia di akismet.com/account','Your site can’t connect to the Akismet servers.'=>'Situs Anda tidak dapat terhubung dengan server Akismet.','An Akismet API key has been defined in the %s file for this site.'=>'Kunci API Akismet untuk disuts ini telah ditetapkan pada berkas %s.','On this page, you are able to update your Akismet settings and view spam stats.'=>'Di halaman ini, Anda dapat memperbarui pengaturan Akismet Anda dan melihat statistik 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.'=>'Digunakan oleh jutaan orang, Akismet adalah cara terbaik di dunia untuk <strong>melindungi blog Anda dari spam</strong>. Antispam Akismet menjaga situs Anda tetap terlindungi bahkan ketika Anda sedang tidur. Untuk memulai: aktifkan plugin Akismet, lalu buka halaman Pengaturan Akismet untuk mengatur kunci API Anda.','Akismet Anti-spam'=>'Antispam Akismet','Connect with API key'=>'Terhubung dengan kunci API','Connect with Jetpack'=>'Hubungkan dengan Jetpack','Eliminate spam from your site'=>'Hilangkan spam dari situs Anda','Set up your Akismet account'=>'Atur akun Akismet Anda','Statistics'=>'Statistik','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.'=>'Digunakan oleh jutaan orang, Akismet sangat mungkin cara terbaik di dunia untuk <strong>melindungi blog Anda dari spam</strong>. Membuat situs Anda terlindungi bahkan saat Anda tidur. Untuk memulai, buka <a href="admin.php?page=akismet-key-config">halaman Pengaturan Akismet Anda</a> untuk mengatur kunci API Anda.','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.'=>'Digunakan oleh jutaan orang, Akismet sangat mungkin cara terbaik di dunia untuk <strong>melindungi blog Anda dari spam</strong>. Situs Anda sepenuhnya dikonfigurasi dan dilindungi, bahkan saat Anda tidur.','%s comment was caught as spam.'=>'%s komentar telah didapati sebagai spam.' . "\0" . '%s komentar telah didapati sebagai spam.','No comments were caught as spam.'=>'Tidak ada komentar yang didapati sebagai spam.','Akismet checked %s comment.'=>'Akismet telah memeriksa %s komentar.' . "\0" . 'Akismet telah memeriksa %s komentar.','There were no comments to check. Akismet will only check comments awaiting moderation.'=>'Tidak ada komentar untuk diperiksa. Akismet hanya akan memeriksa komentar yang menunggu moderasi.','Comment not found.'=>'Tidak ditemukan komentar.','%d comment could not be checked.'=>'%d komentar tidak dapat diperiksa.' . "\0" . '%d komentar tidak dapat diperiksa.','%d comment moved to Spam.'=>'%d komentar dipindahkan ke Spam.' . "\0" . '%d komentar dipindahkan ke Spam.','Processed %d comment.'=>'Memproses %d komentar.' . "\0" . 'Memproses %d komentar.','Comment #%d could not be checked.'=>'Komentar #%d tidak dapat diperiksa.','Failed to connect to Akismet.'=>'Gagal terhubung dengan Akismet.','Comment #%d is not spam.'=>'Komentar #%d adalah bukan spam.','Comment #%d is spam.'=>'Komentar #%d adalah spam.','%s false positive'=>'%s positif palsu' . "\0" . '%s positif palsu','%s missed spam'=>'%s spam lolos' . "\0" . '%s spam lolos','You don’t have an Akismet plan.'=>'Anda tidak memiliki paket Akismet.','Your Akismet subscription is suspended.'=>'Langganan Akismet Anda ditangguhkan.','Your Akismet plan has been cancelled.'=>'Langganan Akismet Anda telah dibatalkan.','Akismet has saved you %d minute!'=>'Akismet telah mengehemat %d menit Anda!' . "\0" . 'Akismet telah mengehemat %d menit Anda!','Akismet has saved you %d hour!'=>'Akismet telah mengehemat %d jam Anda!' . "\0" . 'Akismet telah mengehemat %d jam Anda!','Akismet has saved you %s day!'=>'Akismet telah mengehemat %s hari Anda!' . "\0" . 'Akismet telah mengehemat %s hari Anda!','Akismet filters out spam, so you can focus on more important things.'=>'Akismet menyaring spam, sehingga Anda dapat fokus pada hal-hal yang lebih penting.','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.'=>'Koneksi ke akismet.com tidak dapat dibuat. Lihat <a class="akismet-external-link" href="%s" target="_blank">panduan firewall kami</a> dan periksa konfigurasi server Anda.','The API key you entered could not be verified.'=>'Kunci API yang Anda masukkan tidak dapat diverifikasi.','All systems functional.'=>'Seluruh sistem berfungsi.','Enabled.'=>'Diaktifkan.','Akismet encountered a problem with a previous SSL request and disabled it temporarily. It will begin using SSL for requests again shortly.'=>'Akismet mengalami masalah dengan permintaan SSL sebelumnya dan menonaktifkannya untuk sementara. Ini akan segera mulai menggunakan SSL untuk permintaan.','Temporarily disabled.'=>'Dinonaktifkan sementara.','Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.'=>'Server Web Anda tidak dapat membuat permintaan SSL; hubungi hosting Web Anda dan minta mereka untuk menambahkan dukungan untuk permintaan SSL.','Disabled.'=>'Dinonaktifkan.','SSL status'=>'Status SSL','This comment was reported as not spam.'=>'Komentar ini telah dilaporkan sebagai bukan spam.','This comment was reported as spam.'=>'Komentar ini telah dilaporkan sebagai spam.','https://automattic.com/wordpress-plugins/'=>'https://automattic.com/wordpress-plugins/','https://akismet.com/'=>'https://akismet.com/','Manually enter an API key'=>'Masukkan kunci API secara manual','Contact Akismet support'=>'Hubungi dukungan Akismet','The key you entered is invalid. Please double-check it.'=>'Kunci yang Anda masukkan invalid. Harap periksa lagi.','There is a problem with your API key.'=>'Terdapat permasalahan dengan kunci API Anda.','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>'=>'Firewall Anda mungkin memblokir Akismet untuk terhubung ke API-nya. Hubungi host Anda dan lihat <a class="akismet-external-link" href="%s" target="_blank">panduan firewall kami</a>','Network functions are disabled.'=>'Fungsi jaringan dinonaktifkan.','Akismet error code: %s'=>'Kode galat 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.'=>'Beberapa komentar belum diperiksa untuk spam oleh Akismet. Mereka sementara ditahan untuk moderasi dan secara otomatis akan diperiksa ulang nanti.','Akismet has detected a problem.'=>'Akismet mendeteksi adanya masalah.','Change'=>'Ubah','Upgrade'=>'Tingkatkan','Next billing date'=>'Tanggal Penagihan Berikutnya','Active'=>'Aktif','No subscription found'=>'Tidak Menenukan Langganan','Missing'=>'Tidak ada','Suspended'=>'Ditangguhkan','Cancelled'=>'Dibatalkan','Save changes'=>'Simpan Perubahan','Disconnect this account'=>'Putuskan sambungan akun ini','Note:'=>'Catatan:','Always put spam in the Spam folder for review.'=>'Selalu masukkan spam ke folder Spam untuk ditinjau.','Silently discard the worst and most pervasive spam so I never see it.'=>'Buang spam yang paling buruk dan paling meluas secara diam-diam sehingga saya tidak pernah melihatnya.','Akismet Anti-spam strictness'=>'Keketatan Antispam Akismet','Show the number of approved comments beside each comment author.'=>'Perlihatkan jumlah komentar yang disetujui di sebelah setiap penulis komentar.','Accuracy'=>'Akurasi','All time'=>'Sepanjang waktu','Spam blocked'=>'Spam diblokir' . "\0" . 'Spam diblokir','Past six months'=>'Enam bulan terakhir','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>.'=>'Harap <a href="%1$s">tingkatkan WordPress</a> ke versi saat ini, atau <a href="%2$s">turunkan plugin Akismet ke versi 2.4</a>.','Akismet %1$s requires WordPress %2$s or higher.'=>'Akismet %1$s memerlukan WordPress %2$s atau lebih tinggi.','Akismet cleared this comment during an automatic retry.'=>'Akismet membersihkan komentar ini selama coba ulang otomatis.','Akismet caught this comment as spam during an automatic retry.'=>'Akismet mendapati komentar ini sebagai spam selama coba ulang otomatis.','%s reported this comment as not spam.'=>'%s melaporkan komentar ini sebagai bukan spam.','%s reported this comment as spam.'=>'%s melaporkan komentar ini sebagai spam.','%1$s changed the comment status to %2$s.'=>'%1$s merubah status komentar menjadi %2$s.','Akismet was unable to check this comment (response: %s) but will automatically retry later.'=>'Akismet tidak dapat memeriksa komentar ini (respon: %s) tetapi secara otomatis akan mencoba lagi.','Akismet cleared this comment.'=>'Akismet membersihkan komentar ini.','Comment status was changed to %s'=>'Status komentar diubah ke %s','Akismet caught this comment as spam.'=>'Akismet mendapati komentar ini sebagai spam.','<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>'=>'<strong class="count">%1$s spam</strong> diblokir oleh <strong>Akismet</strong>' . "\0" . '<strong class="count">%1$s spam</strong> diblokir oleh <strong>Akismet</strong>','Title:'=>'Judul:','Spam Blocked'=>'Spam Diblokir','Display the number of spam comments Akismet has caught'=>'Tampilkan jumlah komentar spam yang ditangkap Akismet','Akismet Widget'=>'Widget Akismet','Cleaning up spam takes time.'=>'Diperlukan waktu untuk membersihkan spam.','Please check your <a href="%s">Akismet configuration</a> and contact your web host if problems persist.'=>'Harap periksa <a href="%s">Konfigurasi Akismet</a> Anda dan hubungi hosting web Anda jika masalah masih berlanjut.','%s ago'=>'%s yang lalu','%s approved'=>'%s disetujui' . "\0" . '%s disetujui','History'=>'Riwayat','View comment history'=>'Lihat riwayat komentar','Un-spammed by %s'=>'Ditandai bukan spam oleh %s','Flagged as spam by %s'=>'Ditandai sebagai spam oleh %s','Cleared by Akismet'=>'Dibersihkan oleh Akismet','Flagged as spam by Akismet'=>'Ditandai sebagai spam oleh Akismet','Awaiting spam check'=>'Menunggu pemeriksaan spam','Akismet was unable to recheck this comment (response: %s).'=>'Akismet tidak dapat memeriksa ulang komentar ini (respons:%s).','Akismet re-checked and cleared this comment.'=>'Akismet telah memeriksa ulang dan membersihkan komentar ini.','Akismet re-checked and caught this comment as spam.'=>'Akismet telah memeriksa ulang dan mendapati komentar ini sebagai spam.','Check for Spam'=>'Pemeriksaan Spam','There’s nothing in your <a href=\'%s\'>spam queue</a> at the moment.'=>'Tidak ada apapun dalam <a href=\'%s\'>antrian spam</a> Anda saat ini.','There’s <a href="%2$s">%1$s comment</a> in your spam queue right now.'=>'Terdapat <a href="%2$s">%1$s komentar</a> dalam antrean spam Anda sekarang.' . "\0" . 'Terdapat <a href="%2$s">%1$s komentar</a> dalam antrean spam Anda sekarang.','<a href="%s">Akismet</a> blocks spam from getting to your blog. '=>'<a href="%s">Akismet</a> memblokir spam agar tidak masuk ke blog Anda. ','<a href="%1$s">Akismet</a> has protected your site from %2$s spam comment already. '=>'<a href="%1$s">Akismet</a> telah melindungi situs Anda dari %2$s komentar spam. ' . "\0" . '<a href="%1$s">Akismet</a> telah melindungi situs Anda dari %2$s komentar spam. ','<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> telah melindungi situs Anda dari <a href="%2$s">%3$s komentar spam</a>.' . "\0" . '<a href="%1$s">Akismet</a> telah melindungi situs Anda dari <a href="%2$s">%3$s komentar spam</a>.','commentsSpam'=>'Spam','Cheatin’ uh?'=>'Curang ya?','Akismet Support'=>'Dukungan Akismet','Akismet FAQ'=>'FAQ Akismet','For more information:'=>'Untuk informasi lebih lanjut:','The subscription status - active, cancelled or suspended'=>'Status berlangganan - aktif, dibatalkan atau ditangguhkan','Status'=>'Status','The Akismet subscription plan'=>'Paket berlangganan Akismet','Subscription Type'=>'Jenis Berlangganan','Account'=>'Akun','Choose to either discard the worst spam automatically or to always put all spam in spam folder.'=>'Pilih untuk membuang spam terburuk secara otomatis atau untuk selalu menempatkan semua spam di folder spam.','Strictness'=>'Keketatan','Show the number of approved comments beside each comment author in the comments list page.'=>'Perlihatkan jumlah komentar yang disetujui di sebelah setiap penulis komentar di halaman daftar komentar.','Comments'=>'Komentar','Enter/remove an API key.'=>'Masukkan/hapus kunci API.','API Key'=>'Kunci API','Akismet Configuration'=>'Konfigurasi Akismet','On this page, you are able to view stats on spam filtered on your site.'=>'Di halaman ini, Anda dapat melihat statistik spam yang difilter di situs Anda.','Akismet Stats'=>'Statistik Akismet','Click the Use this Key button.'=>'Klik tombol Gunakan Kunci ini.','Copy and paste the API key into the text field.'=>'Salin dan tempel kunci API ke bidang teks.','If you already have an API key'=>'Jika Anda sudah memiliki kunci API','Enter an API Key'=>'Masukkan Kunci API','Sign up for an account on %s to get an API Key.'=>'Daftarkan akun di %s untuk mendapatkan Kunci API.','You need to enter an API key to activate the Akismet service on your site.'=>'Anda perlu memasukkan kunci API untuk mengaktifkan layanan Akismet di situs Anda.','New to Akismet'=>'Baru mengenal Akismet','On this page, you are able to set up the Akismet plugin.'=>'Di halaman ini, Anda dapat mengatur plugin Akismet.','Akismet Setup'=>'Pengaturan Akismet','Overview'=>'Ikhtisar','Re-adding...'=>'Menambahkan ulang...','(undo)'=>'(kembali)','URL removed'=>'URL dihapus','Removing...'=>'Menghapus...','Remove this URL'=>'Hapus URL ini','Akismet'=>'Akismet','Settings'=>'Pengaturan','Comment History'=>'Riwayat Komentar']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2026-04-23 23:00:54+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'Plugins - Akismet Anti-spam: Spam Protection - Stable (latest release)','language'=>'it','messages'=>['Would you like to <a href="%s">scan pending comments for spam</a>?'=>'Desideri <a href="%s">controllare se i commenti in sospeso contengono spam</a>?','MCP (Model Context Protocol) allows AI assistants to access Akismet statistics and spam checking features.'=>'MCP (Model Context Protocol) consente agli assistenti IA di accedere alle statistiche Akismet e alle funzionalità di controllo dello spam.',' clients to access Akismet data and functionality'=>' Client per accedere ai dati e alle funzionalità di Akismet','MCP'=>'MCP','Model Context Protocol'=>'Model Context Protocol','Allow '=>'Consenti ','Tool access'=>'Accesso allo strumento','Copy API key'=>'Copia chiave API','View detailed stats'=>'Visualizza le statistiche dettagliate','If true, allow MCP clients to access Akismet data and functionality.'=>'Se vero, consenti ai client MCP di accedere ai dati e alle funzionalità di Akismet.','API key for Akismet.'=>'Chiave API per Akismet.','Akismet API Key'=>'Chiave API Akismet','Protect your site from spam.'=>'Proteggi il tuo sito dallo spam.','Abilities for spam protection and comment moderation with Akismet.'=>'Funzionalità di protezione antispam e moderazione dei commenti con Akismet.','Failed to retrieve stats from Akismet API.'=>'Impossibile recuperare le statistiche dall\'API Akismet.','Error message if the operation could not be completed.'=>'Messaggio di errore se l\'operazione non può essere completata.','The time interval for these stats.'=>'Intervallo temporale per queste statistiche.','Date for this period.'=>'Data per questo periodo.','Number of legitimate comments incorrectly marked as spam in this period.'=>'Numero di commenti legittimi erroneamente contrassegnati come spam in questo periodo.','Number of spam comments that were missed in this period.'=>'Numero di commenti spam non rilevati in questo periodo.','Total number of legitimate comments approved in this period.'=>'Numero totale di commenti legittimi approvati in questo periodo.','Total number of spam comments blocked in this period.'=>'Numero totale di commenti spam bloccati in questo periodo.','Monthly breakdown of statistics.'=>'Ripartizione mensile delle statistiche.','Estimated time saved by Akismet blocking spam, in seconds.'=>'Tempo stimato risparmiato da Akismet per bloccare lo spam, in secondi.','Accuracy percentage of spam detection.'=>'Percentuale di accuratezza del rilevamento spam.','Number of legitimate comments incorrectly marked as spam.'=>'Numero di commenti legittimi contrassegnati erroneamente come spam.','Number of spam comments that were missed.'=>'Numero di commenti spam non rilevati.','Total number of legitimate comments approved.'=>'Numero totale di commenti legittimi approvati.','Total number of spam comments blocked.'=>'Numero totale di commenti spam bloccati.','Whether the stats were successfully retrieved.'=>'Se le statistiche sono state recuperate correttamente.','The time interval for stats. Options: "6-months", "all", or "60-days".'=>'Intervallo temporale delle statistiche. Opzioni: "6-months", "all" o "60-days".','Retrieves Akismet spam protection statistics including spam blocked count, accuracy percentage, and other key metrics.'=>'Recupera le statistiche della protezione antispam di Akismet, inclusi il conteggio dello spam bloccato, la percentuale di accuratezza e altre metriche chiave.','Get Akismet statistics'=>'Ottieni statistiche Akismet','Failed to check comment with Akismet API.'=>'Controllo del commento con l\'API Akismet non riuscito.','Debug information to help troubleshoot issues.'=>'Informazioni di debug per risolvere i problemi.','Error message if the check could not be completed.'=>'Messaggio di errore se non è stato possibile completare il controllo.','Unique identifier for this check, used for webhooks and updates.'=>'Identificatore univoco per questo controllo, utilizzato per webhook e aggiornamenti.','Optional recommendation from Akismet (e.g., "discard" for obvious spam).'=>'Raccomandazione opzionale da parte di Akismet (ad esempio, "scartare" per lo spam ovvio).','Whether the comment is identified as spam.'=>'Se il commento è identificato come spam.','Whether the check was successfully performed.'=>'Se il controllo è stato eseguito correttamente.','The user role of the comment author if logged in.'=>'Il ruolo utente dell\'autore del commento, se connesso.','The HTTP_REFERER header.'=>'L\'intestazione HTTP_REFERER.','User agent string of the web browser submitting the comment.'=>'Stringa dell\'agente utente del browser che invia il commento.','IP address of the commenter.'=>'Indirizzo IP del commentatore.','The permanent link to the post or page.'=>'Il link permanente all\'articolo o alla pagina.','The ID of the post the comment is being submitted to.'=>'L\'ID dell\'articolo a cui viene inviato il commento.','The comment type (e.g., "comment", "trackback", "pingback").'=>'Il tipo di commento (ad esempio, "commento", "trackback", "pingback").','The comment content/text.'=>'Il contenuto/testo del commento.','URL/website of the comment author.'=>'URL/sito web dell\'autore del commento.','Email address of the comment author.'=>'Indirizzo e-mail dell\'autore del commento.','Name of the comment author.'=>'Nome dell\'autore del commento.','Checks a comment against the Akismet spam filter to determine if it is spam or legitimate content.'=>'Controlla un commento rispetto al filtro antispam di Akismet per determinare se è spam o contenuto legittimo.','Check comment for spam'=>'Controlla se il commento è spam','Get started'=>'Inizia ora','Name your own price for personal sites. Businesses start on a paid plan.'=>'Scegli il prezzo che preferisci per i siti personali. Le aziende iniziano con un piano a pagamento.','Flexible pricing'=>'Flexible pricing','Seamlessly integrates with plugins like Elementor, Contact Form 7, Jetpack and WPForms.'=>'Si integra perfettamente con plugin come Elementor, Contact Form 7, Jetpack e WPForms.','Works with popular contact forms'=>'Funziona con i più comuni moduli di contatto','Akismet runs quietly in the background, saving you hours of manual moderation.'=>'Akismet funziona silenziosamente in background, risparmiandoti ore di moderazione manuale.','Zero effort'=>'Nessuno sforzo','Learns from billions of spam signals across the web to stop junk before it reaches you.'=>'Impara da miliardi di segnali di spam presenti sul web per bloccare la posta indesiderata prima che ti raggiunga.','Machine learning accuracy'=>'Precisione dell\'apprendimento automatico','Protect your site from comment spam and contact form spam — automatically.'=>'Proteggi, in maniera automatica, il tuo sito web dallo spam nei commenti e nei moduli di contatto.','Want to use a different account? <a href="%s" class="akismet-external-link">Visit akismet.com</a> to set it up and get your API key.'=>'Vuoi utilizzare un account diverso? <a href="%s" class="akismet-external-link">Visita akismet.com</a> per configurarlo e ottenere la tua chiave API.','By connecting, we\'ll use your Jetpack account to activate Akismet on this site.'=>'Effettuando il collegamento, utilizzeremo il tuo account Jetpack per attivare Akismet su questo sito.','Contact support'=>'Contatta il supporto','Your Akismet account appears to be suspended. This sometimes happens if there\'s a billing or verification issue. Please contact our support team so we can help you get it sorted.'=>'Il tuo account Akismet sembra essere stato sospeso. Questo accade, a volte, in caso di problemi di fatturazione o verifica. Contatta il nostro team di assistenza per risolvere il problema.','Choose a plan on Akismet.com'=>'Scegli un piano su Akismet.com','Your Jetpack account is connected, but it doesn\'t have an active Akismet subscription yet. To continue, please choose a plan on Akismet.com.'=>'Il tuo account Jetpack è collegato, ma non dispone ancora di un abbonamento Akismet attivo. Per continuare, scegli un piano su Akismet.com.','Signed in as %s'=>'Accesso effettuato come %s','Increase your limit'=>'Aumenta il limite','Add an %s subscription'=>'Aggiungi un abbonamento %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.'=>'Il tuo utilizzo di Akismet ha superato il limite del piano per due mesi consecutivi. Il mese prossimo, limiteremo il tuo account una volta raggiunto il limite. Aumenta il limite per assicurarti che il tuo sito rimanga protetto dallo spam.','Please enter a new key or <a class="akismet-external-link" href="%s" target="_blank">contact Akismet support</a>'=>'Inserisci una nuova chiave o <a class="akismet-external-link" href="%s" target="_blank">contatta il supporto Akismet</a>','Once you\'ve chosen a plan, return here to complete your setup.'=>'Una volta scelto un piano, torna qui per completare la configurazione.','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.'=>'Scegli <a class="akismet-external-link" href="%s" target="_blank">un piano gratuito o a pagamento</a> in modo che Akismet possa proteggere il tuo sito dallo spam.','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>'=>'Puoi aiutarci a combattere lo spam e fare migliorare il tuo account, con un <a class="akismet-external-link" href="%s" target="_blank">contributo di token</a>','Please contact <a class="akismet-external-link" href="%s" target="_blank">Akismet support</a> for assistance.'=>'Contatta il <a class="akismet-external-link" href="%s" target="_blank">supporto Akismet</a> per l\'assistenza.','Please visit <a class="akismet-external-link" href="%s" target="_blank">Akismet.com</a> to purchase a new subscription.'=>'Visita <a class="akismet-external-link" href="%s" target="_blank">Akismet.com</a> per acquistare un nuovo abbonamento.','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>'=>'Contatta l\'host web o l\'amministratore del firewall e fornisci <a class="akismet-external-link" href="%s" target="_blank">queste informazioni sui requisiti di sistema di Akismet</a>','Your web host or server administrator has disabled PHP’s <code>gethostbynamel</code> function.'=>'Il tuo host web o l\'amministratore del server ha disabilitato la funzione <code>gethostbynamel</code> di PHP.','For more information, see the <a class="akismet-external-link" href="%s">error documentation on akismet.com</a>'=>'Per ulteriori informazioni, consulta la <a class="akismet-external-link" href="%s">documentazione sugli errori su 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>'=>'Se credi che il tuo sito non debba essere classificato come commerciale, <a class="akismet-external-link" href="%s">contattaci</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.'=>'Il tuo abbonamento attuale è per <a class="akismet-external-link" href="%s">uso personale, non commerciale</a>. Aggiorna il tuo piano per continuare a usare Akismet.','Akismet provisionally cleared this comment.'=>'Akismet ha cancellato provvisoriamente questo commento.','Show less'=>'Mostra meno','Show all %d plugins'=>'Mostra tutti i %d plugin','View documentation'=>'Visualizza la documentazione','Documentation for %s'=>'Documentazione per %s','%s logo'=>'%s logo','This plugin you\'ve installed is compatible. Follow the documentation link to get started.'=>'Il plugin che hai installato è compatibile. Segui il link alla documentazione per iniziare.' . "\0" . 'I plugin che hai installato sono compatibili. Segui i link alla documentazione per iniziare.','See supported integrations'=>'Vedi le integrazioni supportate','Akismet works with other plugins to keep spam away.'=>'Akismet funziona insieme ad altri plugin per tenere lontano lo spam.','Compatible plugins'=>'Plugin compatibili','Error getting compatible plugins.'=>'Errore durante il recupero dei plugin compatibili.','Upgrade plan'=>'Migliora il tuo piano','We detected commercial activity on your site'=>'Abbiamo rilevato attività commerciale sul tuo sito','Almost done! Configure Akismet and say goodbye to spam'=>'Quasi finito! Configura Akismet e dì addio allo spam','This comment was not sent to Akismet when it was submitted because it was caught by the comment disallowed list.'=>'Questo commento non è stato inviato ad Akismet perché è stato intercettato dall\'elenco dei commenti non ammessi.','This comment was not sent to Akismet when it was submitted because it was caught by something else.'=>'Questo commento non è stato inviato ad Akismet perché è stato intercettato da qualcos\'altro.','Multiple comments matched request.'=>'Richiesta di più commenti corrispondenti.','Could not find matching comment.'=>'Impossibile trovare commento corrispondente.','The \'comments\' parameter must be an array.'=>'Il parametro "commenti" deve essere una matrice.','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 ha ripulito questo commento durante una verifica. Non ha aggiornato lo stato del commento perché era già stato modificato da un altro utente o plugin.','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 ha contrassegnato questo commento come spam durante una verifica. Non ha aggiornato lo stato del commento perché era già stato modificato da un altro utente o plugin.','Akismet cleared this comment and updated its status via webhook.'=>'Akismet ha cancellato questo commento e aggiornato il suo stato tramite webhook.','Akismet caught this comment as spam and updated its status via webhook.'=>'Akismet ha segnalato questo commento come spam e aggiornato il suo stato tramite webhook.','Akismet is now protecting your site from spam.'=>'Akismet adesso protegge il tuo sito dallo spam.','Account overview'=>'Panoramica dell\'account','Spam in the %1$s older than %2$d day is deleted automatically.'=>'Lo spam più vecchio di %2$d giorno nella %1$s viene automaticamente eliminato.' . "\0" . 'Lo spam più vecchio di %2$d giorni nella %1$s viene automaticamente eliminato.','spam folder'=>'cartella dello spam','Akismet detailed stats'=>'Statistiche Akismet dettagliate','Back to settings'=>'Torna alle impostazioni','Subscription type'=>'Tipo di abbonamento','To help your site with transparency under privacy laws like the GDPR, Akismet can display a notice to your users under your comment forms.'=>'Per aiutare il tuo sito a mantenere la trasparenza e a seguire le norme in materia di privacy come il GDPR, Akismet può mostrare un avviso sotto i moduli di commento.','Spam filtering'=>'Filtro per lo spam','API key'=>'Chiave API','Akismet stats'=>'Statistiche Akismet','Automattic - Anti-spam Team'=>'Automattic - Squadra antispam','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 è stato disabilitato usando la costante DISABLE_WP_CRON. Le riverifiche dei commenti potrebbero non funzionare correttamente.','%1$s - %2$s'=>'%1$s - %2$s','(opens in a new tab)'=>'(si apre in una nuova scheda)','Upgrade to %s'=>'Aggiorna a %s','Learn more about usage limits'=>'Approfondisci i limiti di utilizzo.','Since %1$s, your account made %2$s API calls, compared to your plan’s limit of %3$s.'=>'Da %1$s, il tuo account ha effettuato %2$s chiamate API, rispetto al limite del tuo piano di %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.'=>'Il tuo utilizzo di Akismet ha superato il limite del piano per tre mesi consecutivi. Abbiamo limitato il tuo account per il resto del mese. Aumenta il limite per assicurarti che il tuo sito rimanga protetto dallo spam.','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.'=>'Il tuo utilizzo di Akismet si sta avvicinando al limite del tuo piano per il terzo mese consecutivo. Limiteremo il tuo account una volta raggiunto il limite. Aumenta il limite per assicurarti che il tuo sito rimanga protetto dallo spam.','Your account has been restricted'=>'Il tuo account è stato limitato','Your Akismet account usage is approaching your plan’s limit'=>'Sei vicino al limite di utilizzo consentito dal tuo piano Akismet','Your Akismet account usage is over your plan’s limit'=>'Hai superato il limite di utilizzo consentito dal tuo piano Akismet','Your API key is no longer valid.'=>'La tua chiave API non è più valida.','Checking for Spam (%1$s%)'=>'Controllo dello spam (%1$s%)','No comment history.'=>'Nessuna cronologia dei commenti.','Akismet was unable to recheck this comment.'=>'Akismet non ha potuto ricontrollare questo commento.','Akismet was unable to check this comment but will automatically retry later.'=>'Akismet non ha potuto controllare questo commento ma proverà in automatico più tardi.','Comment was caught by %s.'=>'Il commento è stato preso da %s.','Akismet is not configured. Please enter an API key.'=>'Akismet non è configurato. Inserisci una chiave API.','Enter your API key'=>'Inserisci la tua chiave API','Akismet could not recheck your comments for spam.'=>'Akismet non ha potuto ricontrollare lo spam nei tuoi commenti.','You don’t have permission to do that.'=>'Non hai l\'autorizzazione per fare questo.','Stats response could not be decoded.'=>'La risposta delle statistiche non può essere decodificata.','Currently unable to fetch stats. Please try again.'=>'Attualmente non è in grado di recuperare le statistiche. Riprova.','API key must be set to fetch stats.'=>'La chiave API deve essere impostata per recuperare le statistiche.','Do not display privacy notice.'=>'Non visualizzare l\'informativa sulla privacy.','Display a privacy notice under your comment forms.'=>'Visualizza l\'informativa sulla privacy nei form dei commenti.','Akismet privacy notice'=>'Informativa sulla privacy di Akismet','Privacy'=>'Privacy','This site uses Akismet to reduce spam. <a href="%s" target="_blank" rel="nofollow noopener">Learn how your comment data is processed.</a>'=>'Questo sito utilizza Akismet per ridurre lo spam. <a href="%s" target="_blank" rel="nofollow noopener">Scopri come vengono elaborati i dati derivati dai commenti</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).'=>'Raccogliamo informazioni sui visitatori che lasciano commenti sui siti che utilizzano il servizio antispam di Akismet. Le informazioni che raccogliamo dipendono da come l\'utente ha configurato Akismet per il sito, ma solitamente comprendono l\'indirizzo IP del commentatore, lo user agent, il referrer e l\'URL del sito (insieme ad altre informazioni fornite direttamente dal commentatore come il nome, il nome utente, l\'indirizzo e-mail e il commento stesso).','Comment discarded.'=>'Commento scartato.','This site\'s API key is hardcoded and cannot be deleted.'=>'La chiave API di questo sito è scritta direttamente nel codice sorgente e non può essere eliminata.','The value provided is not a valid and registered API key.'=>'Il valore fornito non corrisponde ad una chiave API valida e registrata.','This site\'s API key is hardcoded and cannot be changed via the API.'=>'La API key di questo sito è scritta direttamente nel codice sorgente e non può essere modificata tramite API.','The time period for which to retrieve stats. Options: 60-days, 6-months, all'=>'Lasso di tempo per recuperare le statistiche. Opzioni: 60-giorni, 6-mesi, tutti','If true, show the number of approved comments beside each comment author in the comments list page.'=>'Se è impostato su "true", mostra nella pagina dei commenti il numero di commenti approvati accanto ad ogni autore. ','If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.'=>'Se impostato su true, Akismet scarterà automaticamente lo spam peggiore piuttosto che spostarlo nella cartella di spam.','A 12-character Akismet API key. Available at akismet.com/account'=>'Una chiave API Akismet di 12 caratteri. Disponibile su akismet.com/account','Your site can’t connect to the Akismet servers.'=>'Il tuo sito non riesce a connettersi ai server di Akismet.','An Akismet API key has been defined in the %s file for this site.'=>'Una chiave API di Akismet è stata definita nel file %s di questo sito.','On this page, you are able to update your Akismet settings and view spam stats.'=>'In questa pagina, puoi aggiornare le tue impostazioni di Akismet e vedere le statistiche dello 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.'=>'Usato da milioni di persone, Akismet è probabilmente il miglior modo al mondo per <strong>proteggere il tuo blog dallo spam</strong>. Akismet Anti-spam protegge il tuo sito anche mentre dormi. Per iniziare: attiva il plugin e poi vai alla pagina delle Impostazioni di Akismet per impostare la tua chiave API.','Akismet Anti-spam'=>'Akismet Anti-spam','Connect with API key'=>'Collega con la chiave API','Connect with Jetpack'=>'Collega con Jetpack','Eliminate spam from your site'=>'Elimina lo spam dal tuo sito','Set up your Akismet account'=>'Imposta il tuo account Akismet','Statistics'=>'Statistiche','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.'=>'Usato da milioni di persone, Akismet è probabilmente il miglior modo al mondo di <strong>proteggere il tuo blog dallo spam</strong>. Protegge il tuo sito anche mentre dormi. Per iniziare vai alla <a href="admin.php?page=akismet-key-config">pagina delle Impostazioni di Akismet</a> per impostare la tua chiave 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.'=>'Usato da milioni di persone, Akismet è probabilmente il miglior modo al mondo per <strong>proteggere il tuo blog dallo spam</strong>. Il tuo sito è configurato e protetto completamente, anche mentre dormi. ','%s comment was caught as spam.'=>'%s commento è stato segnato come spam.' . "\0" . '%s commenti sono stati segnati come spam.','No comments were caught as spam.'=>'Nessun commento è stato segnato come spam. ','Akismet checked %s comment.'=>'Akismet ha controllato %s commento.' . "\0" . 'Akismet ha controllato %s commenti.','There were no comments to check. Akismet will only check comments awaiting moderation.'=>'Non c\'erano commenti da controllare. Akismet controlla solo i commenti in attesa di moderazione.','Comment not found.'=>'Non è stato trovato il commento.','%d comment could not be checked.'=>'%d commento non può essere verificato.' . "\0" . '%d commenti non possono essere verificati.','%d comment moved to Spam.'=>'%d commento è stato spostato nello Spam.' . "\0" . '%d commenti sono stati spostati nello Spam.','Processed %d comment.'=>'Processato %d commento.' . "\0" . 'Processati %d commenti.','Comment #%d could not be checked.'=>'Il commento #%d non può essere verificato.','Failed to connect to Akismet.'=>'La connessione a Akismet è fallita.','Comment #%d is not spam.'=>'Il commento #%d non è spam.','Comment #%d is spam.'=>'Il commento #%d è spam.','%s false positive'=>'%s falso positivo' . "\0" . '%s falsi positivi','%s missed spam'=>'%s di spam non rilevato' . "\0" . '%s di spam non rilevati','You don’t have an Akismet plan.'=>'Non disponi di un piano Akismet.','Your Akismet subscription is suspended.'=>'La sottoscrizione Akismet è sospesa.','Your Akismet plan has been cancelled.'=>'Il tuo piano Akismet è stato annullato.','Akismet has saved you %d minute!'=>'Akismet ti ha fatto risparmiare %d minuto!' . "\0" . 'Akismet ti ha fatto risparmiare %d minuti!','Akismet has saved you %d hour!'=>'Akismet ti ha fatto risparmiare %d ora!' . "\0" . 'Akismet ti ha fatto risparmiare %d ore!','Akismet has saved you %s day!'=>'Akismet ti ha fatto risparmiare %s giorno!' . "\0" . 'Akismet ti ha fatto risparmiare %s giorni!','Akismet filters out spam, so you can focus on more important things.'=>'Akismet filtra lo spam, in modo da poterti far concentrare su cose più importanti.','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.'=>'Impossibile stabilire la connessione a akismet.com. Consulta la <a class="akismet-external-link" href="%s" target="_blank">nostra guida sui firewall</a> e controlla la configurazione del server.','The API key you entered could not be verified.'=>'Non è stato possibile verificare la chiave inserita.','All systems functional.'=>'Tutti i sistemi funzionanti.','Enabled.'=>'Abilitato.','Akismet encountered a problem with a previous SSL request and disabled it temporarily. It will begin using SSL for requests again shortly.'=>'Akismet ha incontrato un problema con una precedente richiesta SSL e lo ha temporaneamente disabilitato. Ricomincerà a breve ad utilizzare nuovamente SSL per le richieste.','Temporarily disabled.'=>'Temporaneamente disabilitato.','Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.'=>'Il tuo Web server non può effettuare richieste SSL; contatta il tuo fornitore e chiedi l\'aggiunta del supporto alle richieste SSL.','Disabled.'=>'Disabilitato.','SSL status'=>'Stato SSL','This comment was reported as not spam.'=>'Questo commento è stato segnalato come non spam.','This comment was reported as spam.'=>'Questo commento è stato segnalato come spam.','https://automattic.com/wordpress-plugins/'=>'https://automattic.com/wordpress-plugins/','https://akismet.com/'=>'https://akismet.com/','Manually enter an API key'=>'Inserisci manualmente una chiave API','Contact Akismet support'=>'Contatta il supporto Akismet','The key you entered is invalid. Please double-check it.'=>'La chiave che hai inserito non è valida. Per favore verificala.','There is a problem with your API key.'=>'C\'è un problema con la tua chiave 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>'=>'Il firewall potrebbe impedire ad Akismet di connettersi alla sua API. Contatta il tuo fornitore di hosting e consulta la <a class="akismet-external-link" href="%s" target="_blank">nostra guida sui firewall</a>','Network functions are disabled.'=>'Le funzionalità di rete sono disabilitate.','Akismet error code: %s'=>'Codice di errore 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.'=>'Alcuni commenti non sono stati ancora verificati da Akismet per determinare se sono spam. Sono stati provvisoriamente posti in moderazione e verranno automaticamente ricontrollati successivamente.','Akismet has detected a problem.'=>'Akismet ha identificato un problema.','Change'=>'Cambia','Upgrade'=>'Aggiorna','Next billing date'=>'Data della prossima fatturazione','Active'=>'Attivo','No subscription found'=>'Nessun abbonamento trovato','Missing'=>'Manca','Suspended'=>'Sospeso','Cancelled'=>'Annullato','Save changes'=>'Salva modifiche','Disconnect this account'=>'Scollegare questo account','Note:'=>'Nota:','Always put spam in the Spam folder for review.'=>'Inserisci sempre lo spam nella cartella Spam per controlli.','Silently discard the worst and most pervasive spam so I never see it.'=>'Nascondi per sempre i peggiori e più persuasivi messaggi spam in modo da non vederli mai più.','Akismet Anti-spam strictness'=>'Severità antispam Akismet','Show the number of approved comments beside each comment author.'=>'Mostra il numero di commenti approvati accanto ad ogni autore del commento.','Accuracy'=>'Precisione','All time'=>'Dall\'inizio','Spam blocked'=>'Spam bloccato' . "\0" . 'Spam bloccati','Past six months'=>'Ultimi sei mesi','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>.'=>'Per favore <a href="%1$s"> aggiornare WordPress </a> ad una versione recente, o fare il <a href="%2$s"> downgrade alla versione 2.4 del plugin Akismet </a>.','Akismet %1$s requires WordPress %2$s or higher.'=>'Akismet %1$s richiede WordPress %2$s o successivo.','Akismet cleared this comment during an automatic retry.'=>'Akismet ha ripulito questo commento durante un nuovo tentativo automatico.','Akismet caught this comment as spam during an automatic retry.'=>'Akismet ha identificato questi commenti come spam durante un ricontrollo automatico.','%s reported this comment as not spam.'=>'%s ha segnalato questo commento come non di spam.','%s reported this comment as spam.'=>'%s ha segnalato questo commento come spam.','%1$s changed the comment status to %2$s.'=>'%1$s ha cambiato lo stato del commento in %2$s.','Akismet was unable to check this comment (response: %s) but will automatically retry later.'=>'Akismet non ha potuto riverificare questo commento (risposta: %s) ma riproverà automaticamente più tardi.','Akismet cleared this comment.'=>'Akismet ha azzerato questo commento.','Comment status was changed to %s'=>'Lo stato del commento è stato cambiato in %s','Akismet caught this comment as spam.'=>'Akismet ha identificato questo commento come spam.','<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>'=>'<strong class="count">%1$s spam</strong> bloccato da <strong>Akismet</strong>' . "\0" . '<strong class="count">%1$s spam</strong> bloccati da <strong>Akismet</strong>','Title:'=>'Titolo:','Spam Blocked'=>'Spam bloccato','Display the number of spam comments Akismet has caught'=>'Visualizza il numero di commenti di spam identificati da Akismet','Akismet Widget'=>'Widget Akismet','Cleaning up spam takes time.'=>'Ripulire lo spam richiede tempo.','Please check your <a href="%s">Akismet configuration</a> and contact your web host if problems persist.'=>'Verifica la tua <a href="%s">configurazione di Akismet </a> e contatta il tuo hoster nel caso il problema persista.','%s ago'=>'%s fa','%s approved'=>'%s approvato' . "\0" . '%s approvati','History'=>'Cronologia','View comment history'=>'Visualizza la cronologia del commento','Un-spammed by %s'=>'Rimosso dallo spam da %s','Flagged as spam by %s'=>'Contrassegnato come spam da %s','Cleared by Akismet'=>'Pulito da Akismet','Flagged as spam by Akismet'=>'Contrassegnato come spam da Akismet','Awaiting spam check'=>'In attesa della verifica spam','Akismet was unable to recheck this comment (response: %s).'=>'Akismet non ha potuto riverificare questo commento (risposta: %s).','Akismet re-checked and cleared this comment.'=>'Akismet ha ri-verificato e azzerato questo commento.','Akismet re-checked and caught this comment as spam.'=>'Akismet ha ri-controllato ed identificato questo commento come spam.','Check for Spam'=>'Controlla lo spam','There’s nothing in your <a href=\'%s\'>spam queue</a> at the moment.'=>'Al momento non vi è nulla nella tua <a href=\'%s\'>coda di spam</a>.','There’s <a href="%2$s">%1$s comment</a> in your spam queue right now.'=>'Al momento è presente <a href="%2$s">%1$s commento</a> nella tua coda di spam.' . "\0" . 'Al momento sono presenti <a href="%2$s">%1$s commenti</a> nella tua coda di spam.','<a href="%s">Akismet</a> blocks spam from getting to your blog. '=>'<a href="%s">Akismet</a> impedisce allo spam di raggiungere il tuo blog. ','<a href="%1$s">Akismet</a> has protected your site from %2$s spam comment already. '=>'<a href="%1$s">Akismet</a> ha protetto il tuo sito da %2$s commento di spam. ' . "\0" . '<a href="%1$s">Akismet</a> ha protetto il tuo sito da %2$s commenti di spam. ','<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> ha protetto il tuo sito da <a href="%2$s">%3$s commento spam</a>.' . "\0" . '<a href="%1$s">Akismet</a> ha protetto il tuo sito da <a href="%2$s">%3$s commenti spam</a>.','commentsSpam'=>'Spam','Cheatin’ uh?'=>'Vuoi barare, eh?','Akismet Support'=>'Supporto Akismet','Akismet FAQ'=>'Akismet FAQ','For more information:'=>'Per maggiori informazioni:','The subscription status - active, cancelled or suspended'=>'Stato dell\'abbonamento - attivo, annullato o sospeso','Status'=>'Stato','The Akismet subscription plan'=>'Piano di abbonamento Akismet','Subscription Type'=>'Tipo di abbonamento','Account'=>'Account','Choose to either discard the worst spam automatically or to always put all spam in spam folder.'=>'Scegliere se scartare lo spam peggiore automaticamente oppure mettere sempre tutto lo spam nella cartella spam.','Strictness'=>'Precisione','Show the number of approved comments beside each comment author in the comments list page.'=>'Mostra il numero di commenti approvati accanto a ogni autore del commento nella pagina di elenco dei commenti.','Comments'=>'Commenti','Enter/remove an API key.'=>'Immettere/rimuovere una chiave API.','API Key'=>'Chiave API','Akismet Configuration'=>'Configurazione Akismet','On this page, you are able to view stats on spam filtered on your site.'=>'In questa pagina è possibile visualizzare le statistiche sullo spam filtrato nel tuo sito.','Akismet Stats'=>'Statistiche Akismet','Click the Use this Key button.'=>'Fai clic sul pulsante Usa questa chiave.','Copy and paste the API key into the text field.'=>'Copia e incolla la chiave API nel campo di testo.','If you already have an API key'=>'Se hai già una chiave API','Enter an API Key'=>'Inserisci una chiave API','Sign up for an account on %s to get an API Key.'=>'Iscriviti per un account su %s per ricevere una chiave API.','You need to enter an API key to activate the Akismet service on your site.'=>'È necessario immettere una chiave API per attivare il servizio Akismet sul tuo sito.','New to Akismet'=>'Nuovo per Akismet','On this page, you are able to set up the Akismet plugin.'=>'Su questa pagina, puoi impostare il plugin Akismet.','Akismet Setup'=>'Setup Akismet','Overview'=>'Panoramica','Re-adding...'=>'Ri-aggiungi...','(undo)'=>'(annulla)','URL removed'=>'URL rimosso','Removing...'=>'Rimozione in corso...','Remove this URL'=>'Rimuovi questo URL','Akismet'=>'Akismet','Settings'=>'Impostazioni','Comment History'=>'Cronologia commento']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2026-04-23 23:00:56+0000','plural-forms'=>'nplurals=1; plural=0;','project-id-version'=>'Plugins - Akismet Anti-spam: Spam Protection - Stable (latest release)','language'=>'ja_JP','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'=>'詳細な統計情報を表示','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'=>'コメントのスパムチェック','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 の使用量が2か月連続でプランの上限を超えています。 来月上限に達すると、アカウントの利用が制限されます。 今後もサイトをスパムから保護するため、上限を増やしましょう。','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.'=>'Akismet がサイトをスパムから保護できるように、<a class="akismet-external-link" href="%s" target="_blank">無料プランまたは有料プランを選択</a>してください。','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 logo','This plugin you\'ve installed is compatible. Follow the documentation link to get started.'=>'インストールしたこのプラグインは互換性があります。ドキュメントのリンクに従って開始してください。','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.'=>'「コメント」変数は配列である必要があります。','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.'=>'%2$d日以上経過した%1$s内のスパムは自動的に削除されます。','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: Spam Protection','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 へのアップグレード','Learn more about usage limits'=>'利用制限について詳しくはこちら。','Since %1$s, your account made %2$s API calls, compared to your plan’s limit of %3$s.'=>'%1$s 以降、このアカウントはプランの制限 %3$s を超えて %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 の使用量が3か月連続で上限を超えています。 今月の残りの期間、アカウントに制限が適用されます。 今後もサイトをスパムから保護するため、上限を増やしましょう。','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 の使用量が3か月連続でプランの上限に近づいています。 上限に達した場合はアカウントの利用が制限されます。 今後もサイトをスパムから保護するため、上限を増やしましょう。','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 は最も悪質な種類のスパムをスパムフォルダーに振り分けるのではなく、自動的に削除します。','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 ファイルで定義されています。','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 プラグインを有効化したら設定ページで 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>最良の方法といえるでしょう。あなたが眠りについている時間でさえ、Akismet は常時サイトを守り続けます。始めるには、<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>最良の方法といえるでしょう。このサイトでの設定は完了しており 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 リクエストで問題に直面し、一時的に無効化しました。リクエストでの SSL の使用は直ちに再開されます。','Temporarily disabled.'=>'一時的に無効化中。','Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.'=>'お使いの Web サーバは 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'=>'Aksimet エラーコード: %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'=>'過去6ヶ月間','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=\'%1$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.'=>'API キーを取得するには %s でアカウントを登録してください。','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'=>'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:01:04+0000','plural-forms'=>'nplurals=1; plural=0;','project-id-version'=>'Plugins - Akismet Anti-spam: Spam Protection - Stable (latest release)','language'=>'ko_KR','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 도우미가 아키스밋 통계와 스팸 검사 기능에 접근할 수 있습니다.',' clients to access Akismet data and functionality'=>' 클라이언트가 아키스밋 데이터와 기능에 접근','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 클라이언트가 아키스밋 데이터와 기능에 접근할 수 있습니다.','API key for Akismet.'=>'아키스밋용 API 키.','Akismet API Key'=>'Akismet API 키','Protect your site from spam.'=>'스팸으로부터 사이트를 보호하세요.','Abilities for spam protection and comment moderation with Akismet.'=>'아키스밋으로 스팸을 방지하고 댓글을 검토할 수 있습니다.','Failed to retrieve stats from Akismet API.'=>'아키스밋 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.'=>'아키스밋의 스팸 차단으로 절약한 것으로 추정되는 시간입니다(단위: 초).','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.'=>'스팸 차단 횟수, 정확도 백분율 및 기타 주요 지표를 포함한 아키스밋 스팸 방지 통계를 검색합니다.','Get Akismet statistics'=>'아키스밋 통계 가져오기','Failed to check comment with Akismet API.'=>'아키스밋 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.'=>'웹훅과 업데이트에 사용되는 이 검사의 고유 식별자.','Optional recommendation from Akismet (e.g., "discard" for obvious spam).'=>'아키스밋의 선택적 추천(예: 스팸이 명백한 경우 "폐기").','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.'=>'아키스밋 스팸 필터에 따라 댓글을 검사하여 스팸 또는 적법한 콘텐츠인지 확인합니다.','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.'=>'아키스밋은 백그라운드에서 조용히 실행되므로 수동으로 조정하는 시간을 절약할 수 있습니다.','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.'=>'댓글 스팸과 문의 양식 스팸으로부터 사이트를 자동으로 보호하세요.','Want to use a different account? <a href="%s" class="akismet-external-link">Visit akismet.com</a> to set it up and get your API key.'=>'다른 계정을 사용하고 싶으신가요? <a href="%s" class="akismet-external-link"> akismet.com</a>을 방문하여 설정하고 API 키를 받으세요.','By connecting, we\'ll use your Jetpack account to activate Akismet on this site.'=>'연결하면 Jetpack 계정을 사용하여 이 사이트에서 아키스밋을 활성화할 수 있습니다.','Contact support'=>'연락처 지원','Your Akismet account appears to be suspended. This sometimes happens if there\'s a billing or verification issue. Please contact our support team so we can help you get it sorted.'=>'아키스밋 계정이 일시 정지된 것 같습니다. 청구 또는 인증 문제가 있는 경우 간혹 이런 일이 발생할 수 있습니다. 지원팀에 문의하여 문제를 해결할 수 있도록 도와주세요.','Choose a plan on Akismet.com'=>'Akismet.com에서 요금제 선택','Your Jetpack account is connected, but it doesn\'t have an active Akismet subscription yet. To continue, please choose a plan on Akismet.com.'=>'Jetpack 계정이 연결되었지만 아직 Akismet 구독이 활성화되어 있지 않습니다. 계속하려면 Akismet.com에서 요금제를 선택하세요.','Signed in as %s'=>'%s로 로그인했습니다.','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.'=>'아키스밋 사용량이 2개월 연속 요금제 한도를 초과했습니다. 다음 달에는 한도에 도달한 후 계정을 제한하게 됩니다. 스팸으로부터 사이트를 보호할 수 있도록 한도를 늘리세요.','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">아키스밋 지원팀에 문의</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>를 선택하세요 .','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">아키스밋의 시스템 요구 사항에 대한 이 정보</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 provisionally cleared this comment.'=>'아키스밋에서 임시로 이 댓글을 지웠습니다.','Show less'=>'간략히 보기','Show all %d plugins'=>'모든 %d 플러그인 표시','View documentation'=>'문서 보기','Documentation for %s'=>'%s에 대한 문서','%s logo'=>'%s 로고','This plugin you\'ve installed is compatible. Follow the documentation link to get started.'=>'설치한 이 플러그인은 호환됩니다. 시작하려면 문서 링크를 따라하세요.','See supported integrations'=>'지원되는 통합 보기','Akismet works with other plugins to keep spam away.'=>'아키스밋은 다른 플러그인과 함께 작동하여 스팸을 차단합니다.','Compatible plugins'=>'플러그인 호환','Error getting compatible plugins.'=>'호환되는 플러그인을 가져오는 동안 오류가 발생했습니다.','Upgrade plan'=>'플랜 업그레이드','We detected commercial activity on your site'=>'회원님의 사이트에서 상업 활동이 감지되었습니다.','Almost done! Configure Akismet and say goodbye to spam'=>'거의 완료되었습니다! 아키스밋을 구성하고 스팸에 작별을 고하기','This comment was not sent to Akismet when it was submitted because it was caught by the comment disallowed list.'=>'이 댓글은 허용되지 않는 댓글 목록에 따라 차단되어 제출 당시 아키스밋으로 전송되지 않았습니다.','This comment was not sent to Akismet when it was submitted because it was caught by something else.'=>'이 댓글은 무언가 다른 이유로 차단되어 제출 당시 아키스밋으로 전송되지 않았습니다.','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 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 cleared this comment and updated its status via webhook.'=>'아키스밋에서 이 댓글을 지우고 웹훅을 통해 상태를 업데이트했습니다.','Akismet caught this comment as spam and updated its status via webhook.'=>'아키스밋에서 이 댓글을 스팸으로 감지하고 웹훅을 통해 상태를 업데이트했습니다.','Akismet is now protecting your site from spam.'=>'아키스밋이 현재 스팸으로부터 사이트를 보호하는 중입니다.','Account overview'=>'계정 개요','Spam in the %1$s older than %2$d day is deleted automatically.'=>'%1$s에 있는 스팸은 %2$d일 후 자동으로 삭제됩니다.','spam folder'=>'스팸 폴더','Akismet detailed stats'=>'아키스밋 상세 통계','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'=>'아키스밋 통계','Automattic - Anti-spam Team'=>'Automattic - 스팸 방지 팀','Akismet Anti-spam: Spam Protection'=>'아키스밋 스팸 방지: 스팸 방지','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(으)로 업그레이드','Learn more about usage limits'=>'사용량 제한에 대해 자세히 알아보기','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 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.'=>'아키스밋 사용량이 3개월 연속 요금제 한도를 초과했습니다. 이번 달 남은 기간 동안 계정을 제한하게 됩니다. 스팸으로부터 사이트를 보호할 수 있도록 한도를 늘리세요.','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.'=>'아키스밋 사용량이 3개월 연속 요금제 한도에 이르고 있습니다. 한도에 도달한 후에는 계정을 제한하게 됩니다. 스팸으로부터 사이트를 보호할 수 있도록 한도를 늘리세요.','Your account has been restricted'=>'계정이 제한되었음','Your Akismet account usage is approaching your plan’s limit'=>'아키스밋 계정 사용량이 요금제 한도에 이르고 있음','Your Akismet account usage is over your plan’s limit'=>'아키스밋 계정 사용량이 요금제 한도를 초과함','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 was unable to check this comment but will automatically retry later.'=>'아키스밋은 이 댓글을 확인할 수 없으나 나중에 자동으로 다시 시도할 것입니다.','Comment was caught by %s.'=>'댓글이 %s에 의해 확인되었습니다.','Akismet is not configured. Please enter an API key.'=>'아키스밋이 구성되지 않았습니다. API 키를 입력하시기 바랍니다.','Enter your API key'=>'API 키를 입력하십시오','Akismet could not recheck your comments for spam.'=>'아키스밋이 댓글에서 스팸을 재확인할 수 없습니다.','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'=>'아키스밋 개인 정보 보호 안내','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).'=>'당사는 아키스밋 스팸 방지 서비스를 사용하는 사이트에 댓글을 다는 방문자에 대한 정보를 수집합니다. 당사가 수집하는 정보는 사용자가 사이트에 아키스밋을 설정하는 방법에 따라 다르지만 일반적으로 댓글 작성자의 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.'=>'참인 경우, 아키스밋이 스팸 폴더에 넣지 않고 자동으로 최악의 스팸을 버립니다.','A 12-character Akismet API key. Available at akismet.com/account'=>'12자 아키스밋 API 키입니다. akismet.com/account에서 이용 가능','Your site can’t connect to the Akismet servers.'=>'사이트가 아키스밋 서버에 접속할 수 없습니다.','An Akismet API key has been defined in the %s file for this site.'=>'이 사이트에 대한 아키스밋 API 키가 %s 파일에 정의되었습니다.','Manual configuration'=>'수동 구성','On this page, you are able to update your Akismet settings and view spam stats.'=>'이 페이지에서, 아키스밋 설정을 업데이트하고 스팸 상태를 볼 수 있습니다.','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.'=>'수백만 명이 사용하는 아키스밋은 <strong>스팸으로부터 블로그를 보호</strong>하는 세계 최고의 방법일 것입니다. 아키스밋 안티스팸은 잠자는 동안에도 사이트를 보호합니다. 시작하려면 아키스밋 플러그인을 활성화한 다음 아키스밋 설정 페이지로 이동하여 API 키를 설정하세요.','Akismet Anti-spam'=>'아키스밋 스팸 방지','Connect with API key'=>'API키로 연결하기','Connect with Jetpack'=>'젯팩에 연결하기','Eliminate spam from your site'=>'사이트에서 스팸을 제거합니다','Set up your Akismet account'=>'아키스밋 계정을 설정하십시오','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.'=>'수 백만이 사용합니다, 아키스밋은 아마도 <strong>스팸으로부터 블로그를 보호하는</strong> 세상에서 가장 좋은 방법일 것입니다. 당신이 잠든 사이에도 보호된 사이트가 유지되고 있습니다. 시작하려면, <a href="admin.php?page=akismet-key-config">아키스밋 설정 페이지</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.'=>'수 백만이 사용합니다, 아키스밋은 아마도 <strong>스팸으로부터 블로그를 보호하는</strong> 세상에서 가장 좋은 방법일 것입니다. 당신이 잠 든 사이에도, 사이트가 완전히 구성되어 보호되고 있습니다.','%s comment was caught as spam.'=>'%s개의 댓글이 스팸으로 확인되었습니다.','No comments were caught as spam.'=>'스팸으로 확인된 댓글이 없습니다.','Akismet checked %s comment.'=>'아키스밋이 %s개의 댓글을 확인했습니다.','There were no comments to check. Akismet will only check comments awaiting moderation.'=>'확인할 댓글이 없습니다. 아키스밋이 검토를 기대리는 댓글만 확인할 것입니다.','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.'=>'아키스밋에 연결하는데 실패하였습니다.','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.'=>'아키스밋 요금제가 없습니다.','Your Akismet subscription is suspended.'=>'아키스밋 구독이 일시 정지되었습니다.','Your Akismet plan has been cancelled.'=>'아키스밋 요금제가 취소되었습니다.','Akismet has saved you %d minute!'=>'아키스밋이 %d분을 절약해 드렸습니다!','Akismet has saved you %d hour!'=>'아키스밋이 %d시간을 절약해 드렸습니다!','Akismet has saved you %s day!'=>'아키스밋이 %s일을 절약해 드렸습니다!','Akismet filters out spam, so you can focus on more important things.'=>'아키스밋이 스팸을 걸러 내버려서, 중요한 일에 집중 하실 수 있습니다.','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.'=>'아키스밋이 이전의 SSL 요청에 대해 문제가 발생해 일시적으로 비활성화 됐습니다. 잠시 후 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'=>'아키스밋 지원에 연락','The key you entered is invalid. Please double-check it.'=>'입력된 키가 유효하지 않습니다. 한 번 더 확인하기 바랍니다.','There is a problem with your API key.'=>'키에 문제가 있습니다.','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>'=>'방화벽에서 아키스밋의 API 연결이 차단되고 있을 수 있습니다. 호스트에 문의하고 <a class="akismet-external-link" href="%s" target="_blank">방화벽에 대한 가이드</a>를 참조하세요.','Network functions are disabled.'=>'네트워크 함수가 비활성화되었습니다.','Akismet error code: %s'=>'아키스밋 오류 코드: %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 has detected a problem.'=>'아키스밋이 문제를 찾아냈습니다.','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'=>'아키스밋 스팸 방지 엄격성','Show the number of approved comments beside each comment author.'=>'각 댓글 작성자 옆에 승인된 댓글 수를 보입니다','Accuracy'=>'정확도','All time'=>'모든 기간','Spam blocked'=>'스팸이 차단되었습니다','Past six months'=>'최근 6개월','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">워드프레스를 현재 버전으로 업그레이드</a>하거나, <a href="%2$s">아키스밋 플러그인을 2.4 버전으로 다운그레이드</a>하십시오.','Akismet %1$s requires WordPress %2$s or higher.'=>'아키스밋 %1$s(은)는 워드프레스 %2$s 또는 그 이상이 필요합니다.','Akismet cleared this comment during an automatic retry.'=>'아키스밋은 자동 재시도 중에 이 댓글을 제거했습니다.','Akismet caught this comment as spam during an automatic retry.'=>'아키스밋이 자동으로 재확인하면서 이 댓글을 스팸으로 확인했습니다.','%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.'=>'아키스밋이 이 댓글을 확인할 수 없습니다 (응답: %s) 하지만 나중에 자동으로 다시 시도할 것입니다.','Akismet cleared this comment.'=>'아키스밋이 이 댓글을 정리했습니다.','Comment status was changed to %s'=>'%s(으)로 댓글 상태가 변경되었습니다','Akismet caught this comment as spam.'=>'아키스밋이 이 댓글을 스팸으로 확인했습니다.','<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>'=>'<strong class="count">%1$s개의 스팸</strong>을 <strong>아키스밋</strong>이 차단했습니다','Title:'=>'제목:','Spam Blocked'=>'스팸이 차단되었습니다','Display the number of spam comments Akismet has caught'=>'아키스밋이 잡아낸 스팸 댓글의 갯수를 표시합니다','Akismet Widget'=>'아키스밋 위젯','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">아키스밋 구성</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'=>'아키스밋에 의해 제거되었습니다','Flagged as spam by Akismet'=>'아키스밋에 의해 스팸으로 표시되었습니다','Awaiting spam check'=>'스팸 확인을 기다리는 중입니다','Akismet was unable to recheck this comment (response: %s).'=>'아키스밋은 이 댓글을 다시 확인할 수 없습니다 (응답: %s).','Akismet re-checked and cleared this comment.'=>'아키스밋이 재확인하고 이 댓글을 정리하였습니다.','Akismet re-checked and caught this comment as spam.'=>'아키스밋이 재확인하고 이 댓글을 스팸으로 확인했습니다.','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">아키스밋</a>은 스팸이 블로그에 침투하는 것을 차단합니다. ','<a href="%1$s">Akismet</a> has protected your site from %2$s spam comment already. '=>'<a href="%1$s">아키스밋</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">아키스밋</a>이 <a href="%2$s">%3$s개의 스팸 댓글</a>로부터 사이트를 보호했습니다.','commentsSpam'=>'스팸','Cheatin’ uh?'=>'누구를 속이시려고?','Akismet Support'=>'아키스밋 지원','Akismet FAQ'=>'아키스밋 자주묻는질문','For more information:'=>'더 많은 정보:','The subscription status - active, cancelled or suspended'=>'구독 상태 - 활성, 취소, 중지','Status'=>'상태','The Akismet subscription plan'=>'아키스밋 구독 계획','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'=>'아키스밋 설정','On this page, you are able to view stats on spam filtered on your site.'=>'이 페이지에서 사이트에서 필터된 스팸 통계를 볼 수 있습니다.','Akismet Stats'=>'아키스밋 통계','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.'=>'API 키를 받으려면 %s에서 계정을 만드십시오.','You need to enter an API key to activate the Akismet service on your site.'=>'아키스밋 서비스를 사이트에서 활성화 하려면 API 키를 입력해야 합니다.','New to Akismet'=>'아키스밋 시작','On this page, you are able to set up the Akismet plugin.'=>'이 페이지에서 아키스밋 플러그인을 설정할 수 있습니다.','Akismet Setup'=>'아키스밋 설정','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-24 06:57:01+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'Plugins - Akismet Anti-spam: Spam Protection - Stable (latest release)','language'=>'nl','messages'=>['Would you like to <a href="%s">scan pending comments for spam</a>?'=>'Wil je <a href="%s">wachtende reacties scannen op spam</a>?','MCP (Model Context Protocol) allows AI assistants to access Akismet statistics and spam checking features.'=>'MCP (Model Context Protocol) geeft AI-assistenten toegang tot Akismet-statistieken en functies voor spamcontrole.',' clients to access Akismet data and functionality'=>' klanten met toegang tot Akismet-gegevens en -functionaliteit','MCP'=>'MCP','Model Context Protocol'=>'Model Context Protocol','Allow '=>'Toestaan ','Tool access'=>'Toegang tot tool','Copy API key'=>'API-sleutel kopiëren','View detailed stats'=>'Gedetailleerde statistieken weergeven','If true, allow MCP clients to access Akismet data and functionality.'=>'Indien waar, geef MCP-clients toegang tot Akismet-gegevens en -functionaliteit.','API key for Akismet.'=>'API-sleutel voor Akismet.','Akismet API Key'=>'Akismet API sleutel','Protect your site from spam.'=>'Bescherm je site tegen spam.','Abilities for spam protection and comment moderation with Akismet.'=>'Mogelijkheden voor spambescherming en reactiebeheer met Akismet.','Failed to retrieve stats from Akismet API.'=>'Kon statistieken niet ophalen van Akismet API.','Error message if the operation could not be completed.'=>'Foutmelding als de actie niet kon worden voltooid.','The time interval for these stats.'=>'Het tijdsinterval voor deze statistieken.','Date for this period.'=>'Datum van deze periode.','Number of legitimate comments incorrectly marked as spam in this period.'=>'Aantal legitieme reacties die in deze periode ten onrechte als spam zijn gemarkeerd.','Number of spam comments that were missed in this period.'=>'Aantal spamreacties die in deze periode zijn gemist.','Total number of legitimate comments approved in this period.'=>'Totaal aantal goedgekeurde legitieme reacties in deze periode.','Total number of spam comments blocked in this period.'=>'Totaal aantal geblokkeerde spamreacties in deze periode.','Monthly breakdown of statistics.'=>'Maandelijkse uitsplitsing van statistieken.','Estimated time saved by Akismet blocking spam, in seconds.'=>'Geschatte tijdsbesparing door het blokkeren van spam door Akismet, in seconden.','Accuracy percentage of spam detection.'=>'Nauwkeurigheidspercentage van spamdetectie.','Number of legitimate comments incorrectly marked as spam.'=>'Aantal legitieme reacties die onjuist zijn gemarkeerd als spam.','Number of spam comments that were missed.'=>'Aantal gemiste spamreacties.','Total number of legitimate comments approved.'=>'Totaal aantal goedgekeurde legitieme reacties.','Total number of spam comments blocked.'=>'Totaal aantal geblokkeerde spamreacties.','Whether the stats were successfully retrieved.'=>'Of de statistieken succesvol zijn opgehaald.','The time interval for stats. Options: "6-months", "all", or "60-days".'=>'Het tijdsinterval voor statistieken. Opties: \'6 maanden\', \'alle\' of \'60 dagen\'.','Retrieves Akismet spam protection statistics including spam blocked count, accuracy percentage, and other key metrics.'=>'Haalt spambeschermingsstatistieken van Akismet op, waaronder het aantal geblokkeerde spam, het nauwkeurigheidspercentage en andere belangrijke statistieken.','Get Akismet statistics'=>'Bekijk Akismet-statistieken','Failed to check comment with Akismet API.'=>'Reactie kon niet worden gecontroleerd met Akismet API.','Debug information to help troubleshoot issues.'=>'Debug-informatie om problemen op te lossen.','Error message if the check could not be completed.'=>'Foutmelding als de controle niet kon worden voltooid.','Unique identifier for this check, used for webhooks and updates.'=>'Unieke identifier voor deze controle, gebruikt voor webhooks en updates.','Optional recommendation from Akismet (e.g., "discard" for obvious spam).'=>'Optionele aanbeveling van Akismet (bijv. \'weggooien\' voor duidelijke spam).','Whether the comment is identified as spam.'=>'Of de reactie is geïdentificeerd als spam.','Whether the check was successfully performed.'=>'Of de controle succesvol is uitgevoerd.','The user role of the comment author if logged in.'=>'De gebruikersrol van de auteur van de reactie indien ingelogd.','The HTTP_REFERER header.'=>'De HTTP_REFERER-kop.','User agent string of the web browser submitting the comment.'=>'Gebruikeragentreeks van de webbrowser die de reactie indient.','IP address of the commenter.'=>'IP-adres van de reageerder.','The permanent link to the post or page.'=>'De permanente link naar het bericht of de pagina.','The ID of the post the comment is being submitted to.'=>'De ID van het bericht waarnaar de reactie wordt verzonden.','The comment type (e.g., "comment", "trackback", "pingback").'=>'Het reactietype (bijv. \'reactie\', \'trackback\', \'pingback\').','The comment content/text.'=>'De inhoud van de reactie/tekst.','URL/website of the comment author.'=>'URL/website van de auteur van de reactie.','Email address of the comment author.'=>'E-mailadres van de auteur van de reactie.','Name of the comment author.'=>'Naam van de auteur van de reactie.','Checks a comment against the Akismet spam filter to determine if it is spam or legitimate content.'=>'Controleert een reactie aan de hand van het Akismet-spamfilter om te bepalen of het spam of legitieme content is.','Check comment for spam'=>'Controleer reactie op spam','Get started'=>'Aan de slag','Name your own price for personal sites. Businesses start on a paid plan.'=>'Noem je eigen prijs voor persoonlijke sites. Bedrijven beginnen op een betaald abonnement.','Flexible pricing'=>'Flexibele prijzen','Seamlessly integrates with plugins like Elementor, Contact Form 7, Jetpack and WPForms.'=>'Integreert naadloos met plugins zoals Elementor, Contact Form 7, Jetpack en WPForms.','Works with popular contact forms'=>'Werkt met populaire contactformulieren','Akismet runs quietly in the background, saving you hours of manual moderation.'=>'Akismet draait stilletjes op de achtergrond en bespaart je uren aan handmatige moderatie.','Zero effort'=>'Nul inspanning','Learns from billions of spam signals across the web to stop junk before it reaches you.'=>'Leert van miljarden spam signalen op het web om troep tegen te houden voordat het je bereikt.','Machine learning accuracy'=>'Nauwkeurigheid bij machinaal leren','Protect your site from comment spam and contact form spam — automatically.'=>'Bescherm je site tegen spam voor reacties en contactformulieren - Automatisch.','Want to use a different account? <a href="%s" class="akismet-external-link">Visit akismet.com</a> to set it up and get your API key.'=>'Wil je een ander account gebruiken? <a href="%s" class="akismet-external-link">Ga naar akismet.com</a> om deze in te stellen en je API-sleutel te krijgen.','By connecting, we\'ll use your Jetpack account to activate Akismet on this site.'=>'Door verbinding te maken, zullen we je Jetpack account gebruiken om Akismet op deze site te activeren.','Contact support'=>'Neem contact op met ondersteuning','Your Akismet account appears to be suspended. This sometimes happens if there\'s a billing or verification issue. Please contact our support team so we can help you get it sorted.'=>'Je Akismet account lijkt te zijn opgeschort. Dit gebeurt soms als er een facturerings- of verificatieprobleem is. Neem contact op met ons ondersteuningsteam zodat we je kunnen helpen het probleem op te lossen.','Choose a plan on Akismet.com'=>'Kies een abonnement op Akismet.com','Your Jetpack account is connected, but it doesn\'t have an active Akismet subscription yet. To continue, please choose a plan on Akismet.com.'=>'Je Jetpack account is verbonden, maar heeft nog geen actief Akismet abonnement. Kies een abonnement op Akismet.com om verder te gaan.','Signed in as %s'=>'Aangemeld als %s','Increase your limit'=>'Verhoog je limiet','Add an %s subscription'=>'%s abonnement toevoegen','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.'=>'Je Akismet gebruik is al twee opeenvolgende maanden hoger dan je abonnement’s limiet. Volgende maand zullen we je account beperken als je de limiet heeft bereikt. Verhoog je limiet om ervoor te zorgen dat je site beschermd blijft tegen spam.','Please enter a new key or <a class="akismet-external-link" href="%s" target="_blank">contact Akismet support</a>'=>'Voer een nieuwe sleutel in of <a class="akismet-external-link" href="%s" target="_blank">neem contact op met de ondersteuning van Akismet</a>','Once you\'ve chosen a plan, return here to complete your setup.'=>'Zodra je een abonnement hebt gekozen, keer je hier terug om je configuratie te voltooien.','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">Kies een gratis of betaald abonnement</a>, zodat Akismet je site kan beschermen tegen spam.','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>'=>'Je kan ons helpen spam te bestrijden en je account upgraden door <a class="akismet-external-link" href="%s" target="_blank">een symbolisch bedrag bij te dragen</a>','Please contact <a class="akismet-external-link" href="%s" target="_blank">Akismet support</a> for assistance.'=>'Neem contact op met de <a class="akismet-external-link" href="%s" target="_blank">ondersteuning van Akismet</a> voor hulp.','Please visit <a class="akismet-external-link" href="%s" target="_blank">Akismet.com</a> to purchase a new subscription.'=>'Ga naar <a class="akismet-external-link" href="%s" target="_blank">Akismet.com</a> om een nieuw abonnement aan te schaffen.','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>'=>'Neem contact op met je webhost of firewallbeheerder en geef dan <a class="akismet-external-link" href="%s" target="_blank">deze informatie over de systeemvereisten van Akismet</a>','Your web host or server administrator has disabled PHP’s <code>gethostbynamel</code> function.'=>'Je webhost of serverbeheerder heeft de <code>gethostbynamel</code>-functie van PHP uitgeschakeld.','For more information, see the <a class="akismet-external-link" href="%s">error documentation on akismet.com</a>'=>'Zie voor meer informatie de <a class="akismet-external-link" href="%s">foutdocumentatie op 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">Neem contact op</a> als je denkt dat je site niet geclassificeerd moet worden als commercieel.','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.'=>'Je huidige abonnement is voor <a class="akismet-external-link" href="%s">persoonlijk, niet-commercieel gebruik</a>. Upgrade je abonnement om Akismet te blijven gebruiken.','Akismet provisionally cleared this comment.'=>'Akismet heeft deze reactie voorlopig verwijderd.','Show less'=>'Toon minder','Show all %d plugins'=>'Toon alle %d plugins','View documentation'=>'Bekijk documentatie','Documentation for %s'=>'Documentatie voor %s','%s logo'=>'%s logo','This plugin you\'ve installed is compatible. Follow the documentation link to get started.'=>'De plugin die je hebt geïnstalleerd is compatibel. Volg de link naar de documentatie om aan de slag te gaan.' . "\0" . 'De plugins die je hebt geïnstalleerd zijn compatibel. Volg de links in de documentatie om aan de slag te gaan.','See supported integrations'=>'Ondersteunde integraties bekijken','Akismet works with other plugins to keep spam away.'=>'Akismet werkt samen met andere plugins om spam tegen te houden.','Compatible plugins'=>'Compatibele plugins','Error getting compatible plugins.'=>'Fout bij ophalen compatibele plugins.','Upgrade plan'=>'Upgrade abonnement','We detected commercial activity on your site'=>'We hebben commerciële activiteit op je site gedetecteerd','Almost done! Configure Akismet and say goodbye to spam'=>'Bijna klaar! Configureer Akismet en zeg vaarwel tegen spam','This comment was not sent to Akismet when it was submitted because it was caught by the comment disallowed list.'=>'Deze reactie is niet naar Akismet gestuurd toen hij werd ingediend omdat deze is opgepikt door de lijst met verboden reacties.','This comment was not sent to Akismet when it was submitted because it was caught by something else.'=>'Deze reactie is niet naar Akismet gestuurd toen hij werd ingediend omdat deze is opgepikt door iets anders.','Multiple comments matched request.'=>'Meerdere opmerkingen komen overeen met het verzoek.','Could not find matching comment.'=>'Er kon geen overeenkomende reactie gevonden worden.','The \'comments\' parameter must be an array.'=>'De reactie-parameter moet een reeks zijn.','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 heeft bij een nieuwe controle deze reactie goedgekeurd. De reactiestatus werd niet bijgewerkt omdat deze al gewijzigd is door een andere gebruiker of plugin.','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 bepaalde bij een nieuwe controle dat deze reactie spam is. De reactiestatus werd niet bijgewerkt omdat deze al gewijzigd is door een andere gebruiker of plugin.','Akismet cleared this comment and updated its status via webhook.'=>'Akismet heeft deze reactie goedgekeurd en heeft de status ervan bijgewerkt in webhook.','Akismet caught this comment as spam and updated its status via webhook.'=>'Akismet heeft bepaald dat deze reactie spam is en heeft de status ervan bijgewerkt in webhook.','Akismet is now protecting your site from spam.'=>'Akismet beschermt nu je site tegen spam.','Account overview'=>'Accountoverzicht','Spam in the %1$s older than %2$d day is deleted automatically.'=>'Spam in de %1$s die ouder is dan %2$d dag wordt automatisch verwijderd.' . "\0" . 'Spam in de %1$s die ouder is dan %2$d dagen wordt automatisch verwijderd.','spam folder'=>'spammap','Akismet detailed stats'=>'Akismet gedetailleerde statistieken','Back to settings'=>'Terug naar instellingen','Subscription type'=>'Abonnement 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.'=>'Om je site transparanter te maken onder privacywetten zoals de AVG/GDPR, kan Akismet een melding weergeven aan je gebruikers onder je reactieformulieren.','Spam filtering'=>'Spamfiltering','API key'=>'API-sleutel','Akismet stats'=>'Akismet statistieken','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 is uitgeschakeld omdat de DISABLE_WP_CRON constante gebruikt is. Reactie controle kan mogelijk niet optimaal/goed werken.','%1$s - %2$s'=>'%1$s - %2$s','(opens in a new tab)'=>'(opent in een nieuwe tab)','Upgrade to %s'=>'Upgrade naar %s','Learn more about usage limits'=>'Lees verder over gebruikslimieten.','Since %1$s, your account made %2$s API calls, compared to your plan’s limit of %3$s.'=>'Sinds %1$s, heeft je account %2$s API aanroepen gedaan, vergeleken met je abonnement’s limiet van ’%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.'=>'Je Akismet-gebruik is drie maanden achter elkaar over de limiet van je abonnement gegaan. We hebben je account voor de rest van de maand beperkt. Verhoog je limiet om ervoor te zorgen dat je site beschermd blijft tegen spam.','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.'=>'Je Akismet-gebruik nadert de limiet van je abonnement voor de derde opeenvolgende maand. We zullen je account beperken nadat je de limiet hebt bereikt. Verhoog je limiet om ervoor te zorgen dat je site beschermd blijft tegen spam.','Your account has been restricted'=>'Je account is beperkt','Your Akismet account usage is approaching your plan’s limit'=>'Je Akismet accountgebruik nadert de limiet van het abonnement','Your Akismet account usage is over your plan’s limit'=>'Je Akismet accountgebruik overschrijdt de limiet van het abonnement','Your API key is no longer valid.'=>'Je API-sleutel is niet langer geldig.','Checking for Spam (%1$s%)'=>'Aan het controleren op spam (%1$s%)','No comment history.'=>'Geen reactie geschiedenis.','Akismet was unable to recheck this comment.'=>'Akismet kon deze reactie niet opnieuw controleren.','Akismet was unable to check this comment but will automatically retry later.'=>'Akismet kon deze reactie niet opnieuw controleren, maar probeert het automatisch later opnieuw.','Comment was caught by %s.'=>'Reactie is opgevangen door %s.','Akismet is not configured. Please enter an API key.'=>'Akismet is niet geconfigureerd. Vul een API-sleutel in.','Enter your API key'=>'Voer je API-sleutel in','Akismet could not recheck your comments for spam.'=>'Akismet kon je reacties niet opnieuw controleren voor spam.','You don’t have permission to do that.'=>'Je hebt geen toestemming om dat te doen.','Stats response could not be decoded.'=>'Statistieken reactie kon niet gedecodeerd worden.','Currently unable to fetch stats. Please try again.'=>'Op dit moment kunnen statistieken niet opgehaald worden. Probeer opnieuw.','API key must be set to fetch stats.'=>'API-sleutel moet ingesteld zijn om statistieken te kunnen ophalen.','Do not display privacy notice.'=>'Geef geen privacy bericht weer.','Display a privacy notice under your comment forms.'=>'Toon een privacy bericht onder je reactieformulieren.','Akismet privacy notice'=>'Akismet privacy bericht','Privacy'=>'Privacy','This site uses Akismet to reduce spam. <a href="%s" target="_blank" rel="nofollow noopener">Learn how your comment data is processed.</a>'=>'Deze site gebruikt Akismet om spam te verminderen. <a href="%s" target="_blank" rel="nofollow noopener">Bekijk hoe je reactie gegevens worden verwerkt</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).'=>'We verzamelen informatie over bezoekers die reageren op sites die onze Akismet Anti spam dienst gebruiken. De informatie die we verzamelen hangt af van hoe de gebruiker Akismet heeft ingesteld voor de site, maar normaliter zit hier het IP-adres van de reageerder, user agent, verwijzer en site URL (met ook andere informatie zoals naam, gebruiker naam, e-mailadres en deze reactie zelf) bij.','Comment discarded.'=>'Reactie verwijderd.','This site\'s API key is hardcoded and cannot be deleted.'=>'De API-sleutel van deze site is hard gecodeerd en kan niet verwijderd worden.','The value provided is not a valid and registered API key.'=>'De ingevulde waarde is niet een geldige en geregistreerde API-sleutel.','This site\'s API key is hardcoded and cannot be changed via the API.'=>'De API-sleutel van deze site is hard gecodeerd en kan niet veranderd worden via de API.','The time period for which to retrieve stats. Options: 60-days, 6-months, all'=>'De periode wanneer de statistieken worden opgehaald. Opties: 60 dagen, 6 maanden, alles','If true, show the number of approved comments beside each comment author in the comments list page.'=>'Als waar, toon het aantal toegestane reacties naast iedere reactie auteur op de reactie overzicht pagina.','If true, Akismet will automatically discard the worst spam automatically rather than putting it in the spam folder.'=>'Indien waar, zal Akismet automatisch de ergste spam verwijderen in plaats van het in de spammap te plaatsen.','A 12-character Akismet API key. Available at akismet.com/account'=>'Een 12-karakter Akismet API-sleutel. Beschikbaar op akismet.com/account','Your site can’t connect to the Akismet servers.'=>'Je site kan niet verbinden met de Akismet servers.','An Akismet API key has been defined in the %s file for this site.'=>'Een Akismet API-sleutel is gedefinieerd in het %s bestand voor deze site.','Manual configuration'=>'Handmatige configuratie','On this page, you are able to update your Akismet settings and view spam stats.'=>'Op deze pagina ben je in staat om je Akismet instellingen te updaten en je spam statistieken te bekijken.','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.'=>'Met miljoenen gebruikers is Akismet de beste manier om je <strong>blog te beschermen tegen spam</strong>. Akismet Anti spam houdt je site beschermd, zelfs terwijl je slaapt. Om te beginnen: activeer de Akismet plugin en ga dan naar je Akismet instellingen pagina om je API-sleutel in te stellen.','Akismet Anti-spam'=>'Akismet Anti-spam','Connect with API key'=>'Verbinden met API-sleutel','Connect with Jetpack'=>'Verbind met Jetpack','Eliminate spam from your site'=>'Elimineer spam van je site','Set up your Akismet account'=>'Configureer je Akismet account','Statistics'=>'Statistieken','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.'=>'Met miljoenen gebruikers is Akismet de beste manier om je <strong>blog te beschermen tegen spam</strong>. Het houdt je site beschermd, zelfs terwijl je slaapt. Om te beginnen: activeer de Akismet plugin en ga dan naar <a href="admin.php?page=akismet-key-config">je Akismet instellingen pagina</a> om je API-sleutel te verkrijgen.','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.'=>'Met miljoenen gebruikers is Akismet de beste manier om je <strong>blog te beschermen tegen spam</strong>. Je site is volledig geconfigureerd en beschermd, zelfs terwijl je slaapt.','%s comment was caught as spam.'=>'%s reactie is als spam opgevangen.' . "\0" . '%s comments zijn als spam opgevangen.','No comments were caught as spam.'=>'Geen reacties zijn als spam opgevangen.','Akismet checked %s comment.'=>'Akismet heeft %s reactie gecontroleerd.' . "\0" . 'Akismet heeft %s reacties gecontroleerd.','There were no comments to check. Akismet will only check comments awaiting moderation.'=>'Er zijn geen reacties om te controleren. Akismet controleert alleen reacties in afwachting.','Comment not found.'=>'Reactie niet gevonden.','%d comment could not be checked.'=>'%d reactie kon niet gecontroleerd worden.' . "\0" . '%d reacties konden niet gecontroleerd worden.','%d comment moved to Spam.'=>'%d reactie verplaatst naar spam.' . "\0" . '%d reacties verplaatst naar spam.','Processed %d comment.'=>'%d reactie verwerkt.' . "\0" . '%d reacties verwerkt.','Comment #%d could not be checked.'=>'Reactie #%d kon niet gecontroleerd worden.','Failed to connect to Akismet.'=>'Verbinden met Akismet is mislukt.','Comment #%d is not spam.'=>'Reactie #%d is geen spam.','Comment #%d is spam.'=>'Reactie #%d is spam.','%s false positive'=>'%s false positive' . "\0" . '%s false positives','%s missed spam'=>'%s gemiste spam' . "\0" . '%s gemiste spam','You don’t have an Akismet plan.'=>'Je hebt geen Akismet abonnement.','Your Akismet subscription is suspended.'=>'Je Akismet abonnement is geschorst.','Your Akismet plan has been cancelled.'=>'Je Akismet abonnement is geannuleerd.','Akismet has saved you %d minute!'=>'Akismet heeft je %d minuut bespaard!' . "\0" . 'Akismet heeft je %d minuten bespaard!','Akismet has saved you %d hour!'=>'Akismet heeft je %d uur bespaard!' . "\0" . 'Akismet heeft je %d uren bespaard!','Akismet has saved you %s day!'=>'Akismet heeft je %s dag bespaard!' . "\0" . 'Akismet heeft je %s dagen bespaard!','Akismet filters out spam, so you can focus on more important things.'=>'Akismet filtert spam zodat je kunt focussen op belangrijkere dingen.','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.'=>'Er kon geen verbinding worden gemaakt met akismet.com. Raadpleeg <a class="akismet-external-link" href="%s" target="_blank">onze handleiding over firewalls</a> en controleer je serverconfiguratie.','The API key you entered could not be verified.'=>'De API-sleutel die je hebt ingevoerd kon niet worden geverifieerd.','All systems functional.'=>'Alle systemen functioneren.','Enabled.'=>'Ingeschakeld.','Akismet encountered a problem with a previous SSL request and disabled it temporarily. It will begin using SSL for requests again shortly.'=>'Akismet is een probleem met een eerder SSL aanvraag tegengekomen en heeft dit tijdelijk uitgeschakeld. Het gebruik van SSL voor aanvragen zal vanzelf weer worden ingeschakeld.','Temporarily disabled.'=>'Tijdelijk uitgeschakeld.','Your Web server cannot make SSL requests; contact your Web host and ask them to add support for SSL requests.'=>'Je webserver kan geen SSL aanvraag doen; neem contact op met je webhost en vraag hen ondersteuning voor SSL aanvraag toe te voegen.','Disabled.'=>'Uitgeschakeld.','SSL status'=>'SSL status','This comment was reported as not spam.'=>'Deze reactie is gerapporteerd als geen spam.','This comment was reported as spam.'=>'Deze reactie is gerapporteerd als spam.','https://automattic.com/wordpress-plugins/'=>'https://automattic.com/wordpress-plugins/','https://akismet.com/'=>'https://akismet.com/','Manually enter an API key'=>'Handmatig een API-sleutel invoeren','Contact Akismet support'=>'Contact opnemen met Akismet ondersteuning','The key you entered is invalid. Please double-check it.'=>'De sleutel die je hebt ingevoerd is ongeldig. Controleer hem nog eens.','There is a problem with your API key.'=>'Er is een probleem met je API-sleutel.','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>'=>'Het is mogelijk dat je firewall Akismet niet toestaat om verbinding te maken met zijn API. Neem contact op met je host en raadpleeg <a class="akismet-external-link" href="%s" target="_blank">onze handleiding over firewalls</a>','Network functions are disabled.'=>'Netwerkfuncties zijn uitgeschakeld.','Akismet error code: %s'=>'Akismet foutcode: %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.'=>'Enkele reacties zijn nog niet door Akismet gecontroleerd op spam. Deze zijn tijdelijk vastgehouden voor controle en zullen later automatisch opnieuw gecontroleerd worden.','Akismet has detected a problem.'=>'Akismet heeft een probleem gedetecteerd.','Change'=>'Wijzigen','Upgrade'=>'Upgrade','Next billing date'=>'Volgende facturatiedatum','Active'=>'Actief','No subscription found'=>'Geen abonnement gevonden','Missing'=>'Ontbrekend','Suspended'=>'Geschorst','Cancelled'=>'Geannuleerd','Save changes'=>'Wijzigingen opslaan','Disconnect this account'=>'Dit account ontkoppelen','Note:'=>'Let op:','Always put spam in the Spam folder for review.'=>'Altijd spam in de spam map plaatsen voor beoordeling.','Silently discard the worst and most pervasive spam so I never see it.'=>'Stilletjes de ergste en vervelendste spam verwijderen, zodat ik het nooit hoef te zien.','Akismet Anti-spam strictness'=>'Akismet Anti-spam striktheid','Show the number of approved comments beside each comment author.'=>'Toon het aantal toegestane reacties naast elke reactie auteur.','Accuracy'=>'Accuraatheid','All time'=>'Allertijden','Spam blocked'=>'Spam geblokkeerd' . "\0" . 'Spam geblokkeerd','Past six months'=>'Afgelopen zes maanden','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">Upgrade WordPress</a> naar de huidige versie of <a href="%2$s">ga terug naar versie 2.4 van de Akismet-plugin</a>.','Akismet %1$s requires WordPress %2$s or higher.'=>'Akismet %1$s vereist WordPress %2$s of nieuwer.','Akismet cleared this comment during an automatic retry.'=>'Akismet heeft deze reactie goedgekeurd tijdens een automatische opnieuw proberen.','Akismet caught this comment as spam during an automatic retry.'=>'Akismet ving deze reactie op als spam tijdens een automatische nieuwe poging.','%s reported this comment as not spam.'=>'%s rapporteerde deze reactie als geen spam.','%s reported this comment as spam.'=>'%s rapporteerde deze reactie als spam.','%1$s changed the comment status to %2$s.'=>'%1$s heeft de status van de reactie veranderd naar %2$s.','Akismet was unable to check this comment (response: %s) but will automatically retry later.'=>'Akismet kon deze reactie niet controleren (reactie: %s), maar probeert dit later automatisch opnieuw.','Akismet cleared this comment.'=>'Akismet heeft deze reactie goedgekeurd.','Comment status was changed to %s'=>'Reactie status is gewijzigd in %s','Akismet caught this comment as spam.'=>'Akismet heeft deze reactie gemarkeerd als spam.','<strong class="count">%1$s spam</strong> blocked by <strong>Akismet</strong>'=>'<strong class="count">%1$s spam</strong> reactie geblokkeerd door <strong>Akismet</strong>' . "\0" . '<strong class="count">%1$s spam</strong> reacties geblokkeerd door <strong>Akismet</strong>','Title:'=>'Titel:','Spam Blocked'=>'Spam geblokkeerd','Display the number of spam comments Akismet has caught'=>'Toon het aantal reacties dat door Akismet is gemarkeerd als spam','Akismet Widget'=>'Akismet widget','Cleaning up spam takes time.'=>'Opruimen van spam duurt even.','Please check your <a href="%s">Akismet configuration</a> and contact your web host if problems persist.'=>'Je <a href="%s">Akismet configuratie</a> controleren en contact opnemen met je hosting provider als het probleem blijft bestaan.','%s ago'=>'%s geleden','%s approved'=>'%s toegestaan' . "\0" . '%s toegestaan','History'=>'Geschiedenis','View comment history'=>'Reactiegeschiedenis bekijken','Un-spammed by %s'=>'Spam verwijderd door %s','Flagged as spam by %s'=>'Gemarkeerd als spam door %s','Cleared by Akismet'=>'Goedgekeurd door Akismet','Flagged as spam by Akismet'=>'Door Akismet als spam gemarkeerd','Awaiting spam check'=>'In afwachting van spam controle','Akismet was unable to recheck this comment (response: %s).'=>'Akismet kon deze reactie niet opnieuw controleren (reactie: %s).','Akismet re-checked and cleared this comment.'=>'Akismet heeft deze reactie opnieuw gecontroleerd en goedgekeurd.','Akismet re-checked and caught this comment as spam.'=>'Akismet heeft deze reactie opnieuw gecontroleerd en gemarkeerd als spam.','Check for Spam'=>'Op spam controleren','There’s nothing in your <a href=\'%s\'>spam queue</a> at the moment.'=>'Er staat niets in je <a href=\'%s\'>spam wachtrij</a> op dit moment.','There’s <a href="%2$s">%1$s comment</a> in your spam queue right now.'=>'Er staat op dit moment <a href="%2$s">%1$s reactie</a> in je spam wachtrij.' . "\0" . 'Er zijn op dit moment <a href="%2$s">%1$s reacties</a> in je spam wachtrij.','<a href="%s">Akismet</a> blocks spam from getting to your blog. '=>'<a href="%s">Akismet</a> zorgt voor het blokkeren van spam op je site. ','<a href="%1$s">Akismet</a> has protected your site from %2$s spam comment already. '=>'<a href="%1$s">Akismet</a> heeft je site beschermd tegen %2$s spamreactie. ' . "\0" . '<a href="%1$s">Akismet</a> heeft je site al beschermd voor %2$s spamreacties. ','<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> heeft je site beschermd tegen <a href="%2$s">%3$s spamreactie</a>.' . "\0" . '<a href="%1$s">Akismet</a> heeft je site beschermd tegen <a href="%2$s">%3$s spamreacties</a>.','commentsSpam'=>'Spam','Cheatin’ uh?'=>'Valsspelen hè?','Akismet Support'=>'Akismet ondersteuning','Akismet FAQ'=>'Akismet FAQ','For more information:'=>'Voor meer informatie:','The subscription status - active, cancelled or suspended'=>'Abonnement status - actief, geannuleerd of geschorst','Status'=>'Status','The Akismet subscription plan'=>'Het Akismet abonnementsplan','Subscription Type'=>'Abonnementstype','Account'=>'Account','Choose to either discard the worst spam automatically or to always put all spam in spam folder.'=>'Kies ervoor om automatisch de ergste spam te verwijderen of om deze altijd in de spam map te stoppen.','Strictness'=>'Striktheid','Show the number of approved comments beside each comment author in the comments list page.'=>'Het aantal toegestane reacties tonen naast elke reactie auteur op de reactie overzicht pagina.','Comments'=>'Reacties','Enter/remove an API key.'=>'API-sleutel invoeren of verwijderen.','API Key'=>'API-sleutel','Akismet Configuration'=>'Akismet instellingen','On this page, you are able to view stats on spam filtered on your site.'=>'Op deze pagina kun je statistieken zien over de spam die weggefilterd is op je site.','Akismet Stats'=>'Akismet statistieken','Click the Use this Key button.'=>'Klik op de knop \'Deze sleutel gebruiken\'.','Copy and paste the API key into the text field.'=>'Kopieer en plak de API-sleutel in het tekstveld.','If you already have an API key'=>'Als je al een API-sleutel hebt','Enter an API Key'=>'API-sleutel invoeren','Sign up for an account on %s to get an API Key.'=>'Je aanmelden voor een account op %s om een API-sleutel te krijgen.','You need to enter an API key to activate the Akismet service on your site.'=>'Je hebt een API-sleutel nodig om de Akismet dienst te activeren op je site.','New to Akismet'=>'Nieuw bij Akismet','On this page, you are able to set up the Akismet plugin.'=>'Op deze pagina kun je de Akismet plugin instellen.','Akismet Setup'=>'Akismet instellingen','Overview'=>'Overzicht','Re-adding...'=>'Opnieuw toevoegen...','(undo)'=>'(ongedaan maken)','URL removed'=>'URL verwijderd','Removing...'=>'Aan het verwijderen...','Remove this URL'=>'Verwijder deze URL','Akismet'=>'Akismet','Settings'=>'Instellingen','Comment History'=>'Reactie geschiedenis']];
|