wp-studio 1.8.1 → 1.8.2
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-BqUwL9Kk.mjs → _events-CA3tM4GV.mjs} +4 -4
- package/dist/cli/{appdata-DqQ7pZEM.mjs → appdata-TP18M7R7.mjs} +1 -1
- package/dist/cli/{certificate-manager-FOFTUHXy.mjs → certificate-manager-CNr2j_S-.mjs} +87 -3
- package/dist/cli/{delete-DYMc-UPN.mjs → delete-C5ryUdly.mjs} +3 -3
- package/dist/cli/{helpers-ysd4ILYs.mjs → helpers-CydgKTE6.mjs} +2 -2
- package/dist/cli/{index-DZU_3nOB.mjs → index-BoStbQGq.mjs} +2 -2
- package/dist/cli/{index-DSF11Tac.mjs → index-ByKye4Bc.mjs} +561 -450
- package/dist/cli/{index-JVSyNk-3.mjs → index-C0RY7dUc.mjs} +301 -50
- package/dist/cli/{list-BhD3PPMZ.mjs → list-Bsnf4vvo.mjs} +3 -3
- package/dist/cli/{login-BW6aZ8P1.mjs → login-vO-fP71n.mjs} +2 -2
- package/dist/cli/{logout-8JfLES1f.mjs → logout-M-yYB6y4.mjs} +2 -2
- package/dist/cli/main.mjs +2 -2
- package/dist/cli/passwords-Do9ZGj8i.mjs +788 -0
- package/dist/cli/{paths-COkSp5Ak.mjs → paths-_AdJ6IVJ.mjs} +1 -1
- package/dist/cli/php-server-child.mjs +157 -39
- package/dist/cli/playground-server-child.mjs +43 -8
- package/dist/cli/process-manager-daemon.mjs +2 -2
- package/dist/cli/{process-manager-ipc-CBIoRMQx.mjs → process-manager-ipc-BBMHcnj0.mjs} +2 -2
- package/dist/cli/proxy-daemon.mjs +1 -1
- package/dist/cli/{prune-pm-logs-DHiFyLAM.mjs → prune-pm-logs-C_tVxL9F.mjs} +1 -1
- package/dist/cli/{resume-lP74OJVg.mjs → resume-jyz1e871.mjs} +10 -4
- package/dist/cli/rewrite-wp-cli-post-content-Wfod7ZMk.mjs +297 -0
- package/dist/cli/{set-CJjcoYpy.mjs → set-DMP-dHXP.mjs} +4 -4
- package/dist/cli/{set-DjPvi0eA.mjs → set-_Kt_Gwjr.mjs} +2 -2
- package/dist/cli/{status-YTRS43jf.mjs → status-DcvWFeQZ.mjs} +2 -2
- package/dist/cli/{wordpress-server-ipc-LCHRL4uO.mjs → wordpress-server-ipc-PoQqdZGl.mjs} +4 -1
- package/dist/cli/{wp-BYFV-TCc.mjs → wp-BGWXruY0.mjs} +4 -3
- package/dist/cli/wp-files/blueprints/blueprints.phar +0 -0
- package/dist/cli/wp-files/latest/available-site-translations.json +1 -1
- package/dist/cli/wp-files/latest/languages/admin-ar.l10n.php +175 -0
- package/dist/cli/wp-files/latest/languages/admin-de_DE.l10n.php +168 -0
- package/dist/cli/wp-files/latest/languages/admin-es_ES.l10n.php +174 -0
- package/dist/cli/wp-files/latest/languages/admin-fr_FR.l10n.php +170 -0
- package/dist/cli/wp-files/latest/languages/admin-he_IL.l10n.php +135 -0
- package/dist/cli/wp-files/latest/languages/admin-hu_HU.l10n.php +186 -0
- package/dist/cli/wp-files/latest/languages/admin-id_ID.l10n.php +172 -0
- package/dist/cli/wp-files/latest/languages/admin-it_IT.l10n.php +174 -0
- package/dist/cli/wp-files/latest/languages/admin-ja.l10n.php +175 -0
- package/dist/cli/wp-files/latest/languages/admin-ko_KR.l10n.php +176 -0
- package/dist/cli/wp-files/latest/languages/admin-network-ar.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-de_DE.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-es_ES.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-fr_FR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-he_IL.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-hu_HU.l10n.php +3 -0
- package/dist/cli/wp-files/latest/languages/admin-network-id_ID.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-it_IT.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-ja.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-ko_KR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-nl_NL.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-pl_PL.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-pt_BR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-ru_RU.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-sv_SE.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-tr_TR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-uk.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-vi.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-zh_CN.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-network-zh_TW.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/admin-nl_NL.l10n.php +174 -0
- package/dist/cli/wp-files/latest/languages/admin-pl_PL.l10n.php +171 -0
- package/dist/cli/wp-files/latest/languages/admin-pt_BR.l10n.php +171 -0
- package/dist/cli/wp-files/latest/languages/admin-ru_RU.l10n.php +176 -0
- package/dist/cli/wp-files/latest/languages/admin-sv_SE.l10n.php +179 -0
- package/dist/cli/wp-files/latest/languages/admin-tr_TR.l10n.php +166 -0
- package/dist/cli/wp-files/latest/languages/admin-uk.l10n.php +110 -0
- package/dist/cli/wp-files/latest/languages/admin-vi.l10n.php +171 -0
- package/dist/cli/wp-files/latest/languages/admin-zh_CN.l10n.php +164 -0
- package/dist/cli/wp-files/latest/languages/admin-zh_TW.l10n.php +164 -0
- package/dist/cli/wp-files/latest/languages/ar-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ar.l10n.php +372 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-ar.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-de_DE.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-es_ES.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-fr_FR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-he_IL.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-hu_HU.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-id_ID.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-it_IT.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-ja.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-ko_KR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-nl_NL.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-pl_PL.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-pt_BR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-ru_RU.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-sv_SE.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-tr_TR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-uk.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-vi.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-zh_CN.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/continents-cities-zh_TW.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/de_DE-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/de_DE.l10n.php +364 -0
- package/dist/cli/wp-files/latest/languages/es_ES-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/es_ES.l10n.php +370 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/fr_FR.l10n.php +365 -0
- package/dist/cli/wp-files/latest/languages/he_IL-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/he_IL.l10n.php +329 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/hu_HU.l10n.php +370 -0
- package/dist/cli/wp-files/latest/languages/id_ID-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/id_ID.l10n.php +370 -0
- package/dist/cli/wp-files/latest/languages/it_IT-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/it_IT.l10n.php +369 -0
- package/dist/cli/wp-files/latest/languages/ja-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ja.l10n.php +367 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ko_KR.l10n.php +370 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/nl_NL.l10n.php +368 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/pl_PL.l10n.php +370 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ar.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-de_DE.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-es_ES.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-fr_FR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-he_IL.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-hu_HU.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-id_ID.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-it_IT.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ja.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ko_KR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-nl_NL.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-pl_PL.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-pt_BR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ru_RU.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-sv_SE.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-tr_TR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-uk.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-vi.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-zh_CN.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/akismet-zh_TW.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/hello-dolly-de_DE.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/hello-dolly-fr_FR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/plugins/hello-dolly-ko_KR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/pt_BR.l10n.php +367 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/ru_RU.l10n.php +373 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/sv_SE.l10n.php +363 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-de_DE.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-es_ES.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-fr_FR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-it_IT.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-ja.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-ko_KR.l10n.php +5 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-nl_NL.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-pl_PL.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-pt_BR.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-ru_RU.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-sv_SE.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-vi.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-zh_CN.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-zh_TW.l10n.php +2 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/tr_TR.l10n.php +365 -0
- package/dist/cli/wp-files/latest/languages/uk-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/uk.l10n.php +374 -0
- package/dist/cli/wp-files/latest/languages/vi-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/vi.l10n.php +362 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_CN.l10n.php +366 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-0cc31205f20441b3df1d1b46100f6b8d.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-0ce75ad2f775d1cac9696967d484808c.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-0eebe503220d4a00341eb011b92769b4.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-17179a5f2930647c89151e365f843b6e.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-1780a2033cf98d69ce13c2e5c8510004.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-1a0cd6a7128913b15c1a10dd68951869.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-1bba9045bb07c89671c88a3f328548e8.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-1c4303f02ff93b290e9faad991eeb06f.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-1d17475f620f63a92e2c5d2681c51ee8.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-2617ce121227a46077ede6c69aa9fcb5.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-270d72d1cff17227d37f3244759cbecb.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-28b3c3d595952907e08d98287077426c.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-2b390f85a3048c5b4255fb45960b6514.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-2c5d274ea625dd91556554ad82901529.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-320f4ad9792aaa6dedb1e71cbdf85d57.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-440127dd25bde48a531ded36f33e927b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-49c6d4acf36cf3aca9f0b2a77617304f.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-4a38fe1c0c45989e44682ba6109d9f46.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-4bfa11da57ff2600004bb500368247f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-50278328b502f4eb3f2b8b7ab49324a1.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-5251f7623766a714c8207c7edb938628.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-529362903a5a05b34b06b5e793fb4cf8.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-569e85ef168299eb8c8f24d8ef8c8a78.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-6025add6bde16aaeb12787d250f9b414.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-60d06fac6f98e8e8f0ec5a945738b660.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-68f2cec7514bf8563c723a4d675fcfe6.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-7233008897033de5ee0d14f86a42a65a.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-7289286ed59e90a8f36ae797df62220b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-7436b7ee9e4f11ac0d618d8cc886eb66.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-77fdfadaf2e1ca3a027d1956b910bc50.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-7b74c8457eaa7fcc50db41b431f8a003.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-7c90cd4398ee2d9d3628c387a87a70e5.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-7d5ca435e60d92f024d46c9257aaa0f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-7f13c36c641b114bf18cd0bcc9ecc7e0.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-803bf1ce2131e13efc590c1bc47851fc.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-81c889563f09dd13de1701135dc62941.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-81d6f084cb273e02e15b01bd9ece87f7.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-8240df461220d1d3a028a9a4c5652a5b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-8860e58c20c6a2ab5876a0f07be43bd9.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-93882e8f9976382d7f724ac595ed7151.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-947c76bb5095da30e16668eec15406b2.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-9b256ea9cd54df92095e04c76758ceb0.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-9c3519f4870fac83dc0dbf18cb6bd4c4.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-9d47a87c240c1d10701cd6a02b28aa1b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-a25d1cc7bf7ca0b4e114f6bea64943f4.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-a2796e57f680e25d84c4b352ee6d7280.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-a9dc201dcd011fe71849743133052619.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-aabfce98c410957228848dc581e3c420.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-ac23eee47530ac63a1178c827db28087.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-bf0f094965d3d4a95b47babcb35fc136.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-bf23b24175490c2e46aaf92ff6a0c70f.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-c31d5f185753910c14afebc6deb2ce24.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-ca28138671823450e87dfd354f7afc6b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-daeb084aab42199d26393a56c3465bc0.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-e2791ba830489d23043be8650a22a22b.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-e2e4c4b80f3adf2c70b431bfdb1b4872.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-e53526243551a102928735ec9eed4edf.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-f575f481034e90e21d832e415fd95fcf.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-f70806bf0c7d62f2908bd5a1c3fe4efc.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW-f8f49d9fc4a9cf7d78ec99285417bd9c.json +1 -0
- package/dist/cli/wp-files/latest/languages/zh_TW.l10n.php +363 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/.php-cs-fixer.php +20 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/LICENSE +1 -1
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/README.md +42 -21
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/composer.json +18 -5
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Cache → Cache}/AbstractCache.php +15 -7
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Cache → Cache}/FilesystemCache.php +20 -15
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Cache → Cache}/NoopCache.php +8 -4
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Cache.php → Cache.php} +10 -7
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Compiler.php → Compiler.php} +226 -108
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Context.php → Context.php} +58 -23
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Engine.php → Engine.php} +270 -136
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Exception → Exception}/InvalidArgumentException.php +6 -2
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Exception → Exception}/LogicException.php +6 -2
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Exception → Exception}/RuntimeException.php +6 -2
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Exception → Exception}/SyntaxException.php +8 -9
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Exception → Exception}/UnknownFilterException.php +8 -8
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Exception → Exception}/UnknownHelperException.php +8 -8
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Exception → Exception}/UnknownTemplateException.php +8 -8
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Exception.php → Exception.php} +4 -5
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/HelperCollection.php → HelperCollection.php} +22 -17
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/LambdaHelper.php → LambdaHelper.php} +28 -8
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Loader → Loader}/ArrayLoader.php +12 -9
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Loader → Loader}/CascadingLoader.php +18 -15
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Loader → Loader}/FilesystemLoader.php +24 -18
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Loader → Loader}/InlineLoader.php +19 -13
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Loader → Loader}/MutableLoader.php +4 -7
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Loader → Loader}/ProductionFilesystemLoader.php +23 -16
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Loader → Loader}/StringLoader.php +8 -4
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Loader.php → Loader.php} +8 -7
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Logger → Logger}/AbstractLogger.php +22 -26
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Logger → Logger}/StreamLogger.php +25 -20
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Logger.php → Logger.php} +13 -37
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Parser.php → Parser.php} +143 -68
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/RenderedString.php +51 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Source → Source}/FilesystemSource.php +11 -7
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Source.php → Source.php} +4 -5
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Template.php → Template.php} +48 -35
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/{Mustache/Tokenizer.php → Tokenizer.php} +59 -25
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/compat.php +282 -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/wp-cli/.typos.toml +14 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/AGENTS.md +121 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/scripts/proxy/proxy.py +5 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/scripts/proxy/start.sh +19 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/scripts/proxy/stop.sh +10 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/codecov.yml +0 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/RegisterShutdownHandler.php +28 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Path.php +260 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/ShutdownHandler.php +329 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/schemas/wp-cli-config.json +218 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/schemas/wp-cli.example.yml +55 -0
- package/package.json +9 -9
- package/dist/cli/passwords-CHfZ7oMW.mjs +0 -117
- package/dist/cli/rewrite-wp-cli-post-content-BAJ-W0ra.mjs +0 -824
- package/dist/cli/wp-files/latest/wordpress/wp-content/plugins/akismet/_inc/img/icon-external.svg +0 -1
- package/dist/cli/wp-files/latest/wordpress/wp-content/plugins/akismet/views/title.php +0 -3
- package/dist/cli/wp-files/latest/wordpress/wp-includes/SimplePie/src/Core.php +0 -56
- package/dist/cli/wp-files/latest/wordpress/wp-includes/SimplePie/src/Decode/HTML/Entities.php +0 -610
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor-rtl.css +0 -3
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor-rtl.min.css +0 -1
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor.css +0 -3
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor.min.css +0 -1
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor-rtl.css +0 -4
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor-rtl.min.css +0 -1
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor.css +0 -4
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor.min.css +0 -1
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor-rtl.css +0 -5
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor-rtl.min.css +0 -1
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor.css +0 -5
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor.min.css +0 -1
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/fields.js +0 -1975
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/fields.min.js +0 -2
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/undo-manager.js +0 -264
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/undo-manager.min.js +0 -2
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/.gitattributes +0 -8
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Autoloader.php +0 -88
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-arguments.php +0 -285
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-cli.php +0 -554
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-colors.php +0 -31
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-shell.php +0 -55
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-table-ascii.php +0 -280
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-table.php +0 -246
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2025-11-20 16:07:07+0000','plural-forms'=>'nplurals=1; plural=0;','project-id-version'=>'WordPress - 6.9.x - Development - Administration - Network Admin','language'=>'ja_JP','messages'=>['Site flagged for deletion.'=>'サイトを削除予定としてマークしました。','Site deletion flag removed.'=>'サイト削除予定マークを取り消しました。','Site permanently deleted.'=>'サイトを完全に削除しました。','Sites permanently deleted.'=>'サイトを完全に削除しました。','Delete these sites permanently'=>'これらのサイトを完全に削除','Flagging a site for deletion makes the site unavailable to its users and visitors. This is a reversible action. A super admin can permanently delete the site at a later date.'=>'サイトを削除予定としてマークすると、サイトはユーザーや訪問者から利用できなくなります。この操作は元に戻すことができます。特権管理者は後で、サイトを完全に削除できます。','Archiving a site makes the site unavailable to its users and visitors. This is a reversible action.'=>'サイトをアーカイブすると、サイトはユーザーや訪問者から利用できなくなります。この操作は元に戻すことができます。','You are about to flag the site %s for deletion.'=>'サイト %s を削除予定としてマークしています。','You are about to remove the deletion flag from the site %s.'=>'サイト %s から削除予定マークを取り消そうとしています。','Flag for Deletion'=>'削除予定としてマーク','siteRemove Deletion Flag'=>'削除予定マークを取り消し','Flagged for Deletion <span class="count">(%s)</span>'=>'削除予定としてマーク <span class="count">(%s)</span>','Flagged for Deletion'=>'削除予定としてマーク済み','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/#network-admin-updates-screen">Documentation on Upgrade Network</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/#network-admin-updates-screen">ネットワークのアップグレードに関するドキュメント</a>','Deleting a site is a permanent action that cannot be undone. This will delete the entire site and its uploads directory.'=>'サイトの削除は元に戻すことのできない永続的な操作です。これにより、サイト全体とそのアップロードディレクトリが削除されます。','Delete this site permanently'=>'このサイトを完全に削除する','Visit to go to the front-end of the live site.'=>'ライブサイトのフロントエンドに移動するには、こちらにアクセスしてください。','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/settings/">Documentation on Network Settings</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/settings/">ネットワーク設定に関するドキュメント</a>','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Documentation on the Network Admin</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">ネットワーク管理に関するドキュメント</a>','<a href="https://developer.wordpress.org/advanced-administration/multisite/create-network/">Documentation on Creating a Network</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/create-network/">ネットワーク作成に関するドキュメント</a>','https://developer.wordpress.org/advanced-administration/server/web-server/nginx/'=>'https://developer.wordpress.org/advanced-administration/server/web-server/nginx/','Missing site title.'=>'サイトタイトルがありません。','Table ordered by User Registered Date.'=>'ユーザー登録日で並べ替えられたテーブル。','Table ordered by Theme Name.'=>'テーマ名で並べ替えられたテーブル。','Table ordered by Site Registered Date.'=>'サイト登録日で並べ替えられたテーブル。','Table ordered by Last Updated.'=>'最終更新日で並べ替えられたテーブル。','Table ordered by Site Path.'=>'サイトパスで並べ替えられたテーブル。','Table ordered by Site Domain Name.'=>'サイトドメイン名で並べ替えられたテーブル。','Network configuration authentication keys'=>'サイトネットワーク構成認証キー','Network configuration rules for %s'=>'%s のサイトネットワーク構成ルール','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'WordPress が更新されました。次に最後のステップとして、ネットワークの個々のサイトを更新する必要があります。','Cannot create an empty site.'=>'空のサイトは作成できません。','You should back up your existing %s file.'=>'既存の %s ファイルをバックアップしてください。','You should back up your existing %1$s and %2$s files.'=>'既存の %1$s と %2$s ファイルをバックアップしてください。','Visit theme site for %s'=>'%s のテーマサイトへ移動','Child theme of %s'=>'%s の子テーマ','sitePublic'=>'公開','siteNot spam'=>'非スパム','%s theme will no longer be auto-updated.'=>'%s個のテーマが自動更新されなくなります。','%s theme will be auto-updated.'=>'%s個のテーマが自動更新されるようになります。','Sorry, you are not allowed to change themes automatic update settings.'=>'テーマの自動更新設定を変更する権限がありません。','No themes are currently available.'=>'利用可能なテーマはありません。','Y/m/d g:i:s a'=>'Y年m月d日 a g:i:s','It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.'=>'サイトネットワークで Nginx Web サーバーを実行しているようです。<a href="%s">詳細設定について詳しくご覧ください</a>。','sitesSpam <span class="count">(%s)</span>'=>'スパム <span class="count">(%s)</span>','Mature <span class="count">(%s)</span>'=>'成人向け <span class="count">(%s)</span>','Archived <span class="count">(%s)</span>'=>'アーカイブ済み <span class="count">(%s)</span>','Public <span class="count">(%s)</span>'=>'公開 <span class="count">(%s)</span>','sitesAll <span class="count">(%s)</span>'=>'すべて <span class="count">(%s)</span>','themesUpdate Available <span class="count">(%s)</span>'=>'更新可能 <span class="count">(%s)</span>','Main'=>'メイン','<a href="https://wordpress.org/documentation/article/tools-network-screen/">Documentation on the Network Screen</a>'=>'<a href="https://ja.wordpress.org/support/article/tools-network-screen/">サイトネットワーク画面の解説</a>','The constant %s cannot be defined when creating a network.'=>'サイトネットワークを作成する際に、%s 定数を定義することはできません。','You are about to delete the following sites:'=>'以下のサイトを削除しようとしています:','User could not be added to this site.'=>'このサイトにユーザーを追加できません。','The username and a link to set the password will be mailed to this email address.'=>'ユーザー名、パスワード設定用のリンクをこのメールアドレス宛てに送信します。','There is a pending change of the network admin email to %s.'=>'サイトネットワーク管理者のメールアドレスの %s への変更が保留されています。','Sub-domain Installation'=>'サブドメインへのインストール','Sub-directory Installation'=>'サブディレクトリへのインストール','Active Child Theme'=>'有効な子テーマ','%s KB'=>'%s KB','%s Sites'=>'%sサイト','Sorry, you are not allowed to delete themes for this site.'=>'このサイトのテーマを削除する権限がありません。','Sorry, you are not allowed to manage network themes.'=>'サイトネットワークのテーマを管理する権限がありません。','Sorry, you are not allowed to delete that site.'=>'そのサイトを削除する権限がありません。','Sorry, you are not allowed to manage themes for this site.'=>'このサイトのテーマを管理する権限がありません。','Sorry, you are not allowed to add sites to this network.'=>'このサイトネットワークにサイトを追加する権限がありません。','Sorry, you are not allowed to edit this site.'=>'このサイトを編集する権限がありません。','The email address of the first comment author on a new site.'=>'新規サイトの最初のコメント投稿者のメールアドレス。','First Comment Email'=>'最初のコメントのメールアドレス','That’s all, stop editing! Happy publishing.'=>'編集が必要なのはここまでです。それでは、WordPress をお楽しみください。','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'%2$s にある %1$s ファイルの %3$s という行の<strong>上に</strong>、次の内容を追加してください:','theme%1$s by %2$s'=>'%2$s の %1$s','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'半角小文字 (a-z)、数字、ハイフンのみが使用できます。','These unique authentication keys are also missing from your %s file.'=>'ユニーク認証キーが %s ファイルに見つかりません。','This unique authentication key is also missing from your %s file.'=>'ユニーク認証キーが %s ファイルに見つかりません。','Because you are using %1$s, the sites in your WordPress network must use sub-directories. Consider using %2$s if you wish to use sub-domains.'=>'%1$s を使用しているため、WordPress サイトネットワーク内のサイトはサブディレクトリを使う必要があります。サブドメインを使いたい場合は %2$s を使用してください。','The internet address of your network will be %s.'=>'サイトネットワークのインターネットアドレスは %s になります。','You should consider changing your site domain to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.'=>'サイトネットワークの機能を有効にする前にサイトドメインを %1$s に変更することを検討してみてください。%2$s のようなアドレスの前に %3$s を追加してもサイトへ移動できますが、リンクには %3$s 接頭辞がつきません。','You cannot change this later.'=>'これは後で変更することができません。','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'WordPress サイトネットワーク内のサイトでサブドメインまたはサブディレクトリのどちらを使うか選択してください。','If %1$s is disabled, ask your administrator to enable that module, or look at the <a href="%2$s">Apache documentation</a> or <a href="%3$s">elsewhere</a> for help setting it up.'=>'%1$s が無効化されている場合は、システム管理者に有効化を依頼してください。または、<a href="%2$s">Apache の解説</a>(英語)や<a href="%3$s">他のリファレンス</a>を読んで設定を行ってください。','It looks like the Apache %s module is not installed.'=>'Apache の %s モジュールがインストールされていないようです。','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'Apache %s モジュールがインストールされているか確認してください。インストールの最後に必要になります。','userRegistered'=>'作成日時','Super Admin <span class="count">(%s)</span>'=>'特権管理者 <span class="count">(%s)</span>','userNot spam'=>'スパムを解除','userMark as spam'=>'スパムとしてマーク','Visit Theme Site'=>'テーマサイトを表示','Broken Theme:'=>'修正が必要なテーマ:','Network Disable %s'=>'%s をサイトネットワークで無効化','Disable %s'=>'%s を無効化','Network Enable %s'=>'%s をサイトネットワークで有効化','Enable %s'=>'%s を有効化','Network Disable'=>'サイトネットワーク無効化','themesBroken <span class="count">(%s)</span>'=>'要修正 <span class="count">(%s)</span>','themesDisabled <span class="count">(%s)</span>'=>'無効 <span class="count">(%s)</span>','themesEnabled <span class="count">(%s)</span>'=>'有効 <span class="count">(%s)</span>','themesAll <span class="count">(%s)</span>'=>'すべて <span class="count">(%s)</span>','No themes found.'=>'テーマは見つかりませんでした。','verb; siteArchive'=>'アーカイブ','Unarchive'=>'アーカイブ化解除','Never'=>'なし','%1$s – %2$s'=>'%1$s – %2$s','siteRegistered'=>'作成日時','Last Updated'=>'最終更新日時','siteNot Spam'=>'スパムを解除','siteMark as spam'=>'スパムとしてマーク','No sites found.'=>'サイトは見つかりません。','Mature'=>'成人向け','siteSpam'=>'スパム','Archived'=>'アーカイブ化','A password reset link will be sent to the user via email.'=>'ユーザーにパスワードリセット用リンクがメールで送信されます。','If registration is disabled, please set %1$s in %2$s to a URL you will redirect visitors to if they visit a non-existent site.'=>'ユーザー登録が無効になっている場合、存在しないブログにアクセスした場合にリダイレクトする URL を %2$s の %1$s に記入して下さい。','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.'=>'サイトネットワークを作成するには %2$s ファイルで %1$s 定数を true として定義しなければいけません。','Themes list navigation'=>'テーマ一覧のナビゲーション','Sites list'=>'サイト一覧','Sites list navigation'=>'サイト一覧のナビゲーション','Site users list'=>'サイトのユーザー一覧','Site users list navigation'=>'サイトのユーザー一覧ナビゲーション','Filter site users list'=>'サイトのユーザー一覧を絞り込み','Site themes list'=>'サイトのテーマ一覧','Site themes list navigation'=>'サイトのテーマ一覧ナビゲーション','Filter site themes list'=>'サイトのテーマ一覧を絞り込み','The domain or path entered conflicts with an existing username.'=>'入力されたドメインやパスは既存のユーザ名と重複しています。','The requested action is not valid.'=>'リクエストされた操作は無効です。','You are about to mark the site %s as not mature.'=>'サイト %s を非成人向けとしてマークしようとしています。','You are about to mark the site %s as mature.'=>'サイト %s を成人向けとしてマークしようとしています。','You are about to delete the site %s.'=>'このサイト %s を削除しようとしています。','You are about to mark the site %s as spam.'=>'サイト %s をスパムとしてマークします。','You are about to unspam the site %s.'=>'サイト %s のスパム扱いを解除します。','You are about to archive the site %s.'=>'サイト %s をアーカイブ化しようとしています。','You are about to unarchive the site %s.'=>'サイト %s のアーカイブ化を解除しようとしています。','The requested site does not exist.'=>'お探しのサイトが存在しません。','Path'=>'パス','Domain'=>'domain','<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentation on Network Users</a>'=>'<a href="https://wpdocs.osdn.jp/Network_Admin_Users_Screen">サイトネットワークユーザーの解説</a>','<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">Documentation on Network Themes</a>'=>'<a href="https://wpdocs.osdn.jp//Network_Admin_Themes_Screen">サイトネットワークテーマの解説</a>','Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s'=>'注: %1$s の更新中に問題が発生しました。サーバーが稼働しているサイトに接続できない可能性があります。エラーメッセージ: %2$s','%s theme deleted.'=>'%s個のテーマが削除されました。','%s theme disabled.'=>'%s個のテーマが無効化されました。','%s theme enabled.'=>'%s個のテーマが有効化されました。','Yes, delete these themes'=>'はい、これらのテーマを削除します','You are about to remove the following themes:'=>'以下のテーマを削除しようとしています:','These themes may be active on other sites in the network.'=>'これらのテーマはサイトネットワーク内の他サイトで有効化されている可能性があります。','Delete Themes'=>'テーマを削除','Size in kilobytes'=>'サイズ (KB)','Allowed file types. Separate types by spaces.'=>'許可するファイルの種類。半角スペースで区切って入力してください。','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'次の内容を %2$s にある %1$s ファイルへ追加して、他の WordPress ルールを<strong>置き換えて</strong>ください:','Confirm your action'=>'操作を確認','Hover over any user on the list to make the edit links appear. The Edit link on the left will take you to their Edit User profile page; the Edit link on the right by any site name goes to an Edit Site screen for that site.'=>'リスト上のユーザーをマウスオーバーすると編集リンクが表示されます。左側の編集リンクを使ってユーザープロフィールの編集画面へ移動できます。サイト名の右側にある編集リンクからは、そのサイトの「サイト編集」画面へ移動します。','To search for a site, <strong>enter the path or domain</strong>.'=>'サイトを検索するには<strong>ドメインまたはパスを入力</strong>してください。','To search for a user, <strong>enter an email address or username</strong>. Use a wildcard to search for a partial username, such as user*.'=>'ユーザーを検索するには<strong>メールアドレスまたはユーザー名</strong>を入力してください。user* などのワイルドカードを利用してユーザー名の一部から検索することもできます。','To add a new site, <strong>click Create a New Site</strong>.'=>'サイトを新しく追加するには<strong>新規サイトを作成</strong>をクリックしてください。','To add a new user, <strong>click Create a New User</strong>.'=>'ユーザーを新しく追加するには<strong>新規ユーザーを作成</strong>をクリックしてください。','Quick Tasks'=>'クイックタスク','To search for a user or site, use the search boxes.'=>'ユーザーまたはサイトを検索するには、検索ボックスを使用してください。','The Right Now widget on this screen provides current user and site counts on your network.'=>'この画面の「現在の状況」は、サイトネットワーク内の現在のユーザーとサイト数を表示します。','Modify global network settings'=>'サイトネットワーク全体設定を編集','Update your network'=>'サイトネットワークを更新','Install and activate themes or plugins'=>'テーマまたはプラグインのインストール・有効化','Add and manage sites or users'=>'サイトまたはユーザーを追加・管理','From here you can:'=>'ここでは以下のようなことができます。','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'サイトネットワーク管理画面へようこそ。この画面は、マルチサイトネットワーク向け各種設定の管理に使います。','Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Toolbar). Clicking the Upgrade Network button will step through each site in the network, five at a time, and make sure any database updates are applied.'=>'この画面は、サイトネットワーク管理メニューまたはツールバーから「更新 / 利用可能な更新」を使って新バージョンの WordPress へアップグレードした際にのみご利用ください。「サイトネットワークをアップグレード」をクリックすると、ネットワーク内の各サイトを5つずつチェックしてデータベースの更新を適用します。','Upgrade Network'=>'サイトネットワークをアップグレード','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'サブディレクトリ型のサイトネットワークは、カスタマイズした wp-content ディレクトリと完全に互換性がない場合があります。','Add the designated lines of code to wp-config.php (just before <code>/*...stop editing...*/</code>) and <code>.htaccess</code> (replacing the existing WordPress rules).'=>'wp-config.php (<code>/*...編集が必要なのはここまでです...*/</code> の直前に) と <code>.htaccess</code> (既存の WordPress のルールを置き換えて) に、コードの所定の行を追加してください。','Language Settings'=>'言語の設定','Allow site administrators to add new users to their site via the "Users → Add User" page'=>'サイト管理者による「ユーザー → ユーザーを追加」ページからのサイトへの新規ユーザー追加を許可','Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Network Admin > Users and click on Username or the Edit action link below that name. This goes to an Edit User page where you can check a box to grant super admin privileges.'=>'設定画面から特権管理者を追加することはできません。「サイトネットワーク管理 > ユーザー」画面の既存ユーザー一覧で、ユーザー名またはその下の「編集」リンクをクリックしてください。次のユーザープロフィール編集画面で、特権管理者に昇格させるためのチェックボックスを有効化できます。','Enter the username and email.'=>'ユーザー名とメールアドレスを入力してください。','User created.'=>'ユーザーを作成しました。','Select a user to remove.'=>'削除するユーザーを選択してください。','Select a user to change role.'=>'権限を変更するユーザーを選択してください。','Enter the username of an existing user.'=>'既存のユーザーのユーザー名を入力してください。','User is already a member of this site.'=>'ユーザーはすでにこのサイトのメンバーです。','Site options updated.'=>'サイトのオプションを更新しました。','Site added. <a href="%1$s">Visit Dashboard</a> or <a href="%2$s">Edit Site</a>'=>'サイトを追加しました。<a href="%1$s">ダッシュボードを表示</a>するか、または<a href="%2$s">サイトを編集</a>してください。','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'この画面は特権管理者がサイトネットワークにサイトを追加するために使われます。登録設定には影響を受けません。','Site info updated.'=>'サイト情報を更新しました。','You cannot delete a theme while it is active on the main site.'=>'メインのサイトで使用中のテーマは削除できません。','Themes can be enabled on a site by site basis by the network admin on the Edit Site screen (which has a Themes tab); get there via the Edit action link on the All Sites screen. Only network admins are able to install or edit themes.'=>'テーマは、サイト編集画面のテーマタブからサイトごとに有効化できます。この画面にはサイト一覧画面の「編集」操作リンクからアクセスできます。テーマのインストールや編集ができるのはサイトネットワーク管理者のみです。','No, return me to the theme list'=>'いいえ、テーマ一覧に戻ります','Yes, delete this theme'=>'はい、このテーマを削除します','Are you sure you want to delete these themes?'=>'本当にこれらのテーマを削除しますか ?','You are about to remove the following theme:'=>'次のテーマを削除しようとしています:','This theme may be active on other sites in the network.'=>'このテーマはサイトネットワーク内の他サイトで有効化されている可能性があります。','Delete Theme'=>'テーマを削除','Network enabled themes are not shown on this screen.'=>'サイトネットワークで有効化されたテーマはこの画面には表示されていません。','No theme selected.'=>'テーマが選択されていません。','Theme disabled.'=>'%s 個のテーマを無効化しました。','Theme enabled.'=>'%s 個のテーマを有効化しました。','Edit Site: %s'=>'サイトを編集: %s','Invalid site ID.'=>'無効なサイト ID です。','Sorry, you are not allowed to delete the site %s.'=>'サイト %s を削除する権限がありません。','Delete Permanently which is a permanent action after the confirmation screen.'=>'「完全に削除」は確認画面の後に実行される、元に戻すことができない操作です。','Dashboard leads to the Dashboard for that site.'=>'「ダッシュボード」は各サイトのダッシュボードにリンクされています。','An Edit link to a separate Edit Site screen.'=>'別のサイト編集画面への「編集」リンク。','Add Site takes you to the screen for adding a new site to the network. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.'=>'「サイトを追加」をクリックすると、ネットワークに新しいサイトを追加する画面へ移動します。サイト名、ID、IP アドレスのいずれかでサイトを検索できます。表示オプションを使って、1ページに表示されるサイト数を選択できます。','Add Users'=>'ユーザーを追加','Cannot add user.'=>'ユーザーを追加できません。','Add User will set up a new user account on the network and send that person an email with username and password.'=>'「ユーザーを追加」は、サイトネットワークにユーザーアカウントを作成し、その人にユーザー名とパスワードを知らせるメールを送信します。','Updates'=>'更新','Network Settings'=>'サイトネットワーク設定','Installed Themes'=>'インストールされているテーマ','All Sites'=>'すべてのサイト','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'これらの手順を完了すると、サイトネットワークの有効化と設定を行います。再度ログインする必要があります。','To make your installation more secure, you should also add:'=>'インストールをさらに安全にするため、次を追加するとよいでしょう。','Complete the following steps to enable the features for creating a network of sites.'=>'サイトネットワーク作成機能を有効化するには、次の手順を実行します。','Enabling the Network'=>'サイトネットワークを有効化中','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'設定手順を完了してください。新しいサイトネットワークを作成するには、サイトネットワークのデータベーステーブルを空にするか削除する必要があります。','An existing WordPress network was detected.'=>'既存の WordPress サイトネットワークを検出しました。','The original configuration steps are shown here for reference.'=>'参考のため、元の設定手順をここに表示します。','Your email address.'=>'あなたのメールアドレス。','What would you like to call your network?'=>'サイトネットワークを何と呼びますか ?','Network Title'=>'サイトネットワーク名','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'新規インストールではないため、WordPress のサイトネットワーク内のサイトはサブドメインを使用する必要があります。','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'この WordPress はディレクトリにインストールされているため、サイトネットワーク内のサイトはサブディレクトリを使う必要があります。','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'サブディレクトリ内にインストールされたメインサイトは、既存のパーマリンクを壊す可能性があるため、パーマリンクの修正が必要になります。','Network Details'=>'サイトネットワークの詳細','Server Address'=>'サーバーアドレス','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'例: <code>%1$s/site1</code>, <code>%1$s/site2</code> など','Sub-directories'=>'サブディレクトリ','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'例: <code>site1.%1$s</code>, <code>site2.%1$s</code> など','Sub-domains'=>'サブドメイン','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'バーチャルホスト (サブドメイン) 機能を使う場合は、ワイルドカード DNS レコードが必要です。','Addresses of Sites in your Network'=>'サイトネットワーク内のサイトアドレス','Fill in the information below and you’ll be on your way to creating a network of WordPress sites. Configuration files will be created in the next step.'=>'以下の情報を記入すれば WordPress サイトネットワークの作成を開始できます。次のステップで設定ファイルを作成します。','Welcome to the Network installation process!'=>'サイトネットワークのインストールプロセスへようこそ。','The network could not be created.'=>'ネットワークを作成できませんでした。','Once the network is created, you may reactivate your plugins.'=>'サイトネットワークを作成後、プラグインを再有効化できます。','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'サイトネットワーク機能を有効化する前に<a href="%s">プラグインを無効化</a>してください。','Network'=>'サイトネットワーク','The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.'=>'この設定が1ヶ月以上前に行われた場合、メインサイトからの “blog” ディレクトリのパーマリンクに関連する問題のため、サブディレクトリサイトの選択肢が無効になっています。将来のバージョンでは対応する予定です。','Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.'=>'このコードを追加してブラウザーで再読み込みを行うと、マルチサイトが有効化されます。追加コードのアーカイブは「サイトネットワーク管理」ナビゲーションメニューからアクセスできるこの画面に保存されます。同メニューをクリックするか、ツールバードロップダウンにある「参加サイト」から各サイト名をクリックすることで、サイトネットワーク管理画面とサイト管理画面を切り替えられます。','The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.'=>'次の「サイトネットワークの設置」画面では、wp-config.php と .htaccess に追加するコードが表示されます。.htaccess ファイルを見つけられるよう、FTP クライアントの設定でファイル名がドットで始まる不可視ファイルを表示するようにしておいてください。まだこのファイルがない場合は作成する必要があるかもしれません。これら2つのファイルは、バックアップコピーをとっておいてください。','Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your installation. Fill out the network details, and click Install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).'=>'サブドメインまたはサブディレクトリを選択してください。これは、インストール設定を変更しない限り後から切り替えることはできません。サイトネットワーク詳細を記入し、インストールボタンをクリックしてください。うまくいかなかった場合、ワイルドカード DNS レコードを追加する (サブドメインの場合) か、パーマリンクの設定を別のものに変更する (サブディレクトリの場合) する必要があるかもしれません。','This screen allows you to configure a network as having subdomains (<code>site1.example.com</code>) or subdirectories (<code>example.com/site1</code>). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.'=>'この画面では、サブドメイン (<code>site1.example.com</code>) またはサブディレクトリ (<code>example.com/site1</code>) を持つサイトネットワークを設定できます。ホスティングサイトが許可している場合、サブドメインを使うには Apache と DNS レコードでワイルドカードサブドメインを有効化する必要があります。','Create a Network of WordPress Sites'=>'WordPress サイトネットワークの作成','The Network creation panel is not for WordPress MU networks.'=>'サイトネットワーク作成パネルは WordPress MU ネットワーク向けではありません。','Warning! User cannot be modified. The user %s is a network administrator.'=>'注意: ユーザーを変更できません。ユーザー %s はサイトネットワーク管理者です。','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'新規サイトの管理者のメールアドレスがデータベースに存在しない場合、新規ユーザーも作られます。','Flag for Deletion, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.'=>'「削除としてマーク」「アーカイブ」「スパム」をクリックすると確認画面に移動します。これらの操作は後から元に戻すことができます。','Hovering over each site reveals seven options (three for the primary site):'=>'各サイトをマウスオーバーするとオプションが7つ表示されます (メインサイトには3つのみ):','Operational settings has fields for the network’s name and admin email.'=>'運用設定には、サイトネットワーク名と管理者メールアドレスの記入欄があります。','The bulk action will permanently delete selected users, or mark/unmark those selected as spam. Spam users will have posts removed and will be unable to sign up again with the same email addresses.'=>'一括操作により、選択したユーザーを永久に削除したり、スパム判定を切り替えることができます。スパムユーザーの投稿は削除され、同じメールアドレスでは再び登録できなくなります。','You can also go to the user’s profile page by clicking on the individual username.'=>'ユーザーの名前をクリックして、各々のユーザーのプロフィール画面にいくこともできます。','Upload settings control the size of the uploaded files and the amount of available upload space for each site. You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only).'=>'アップロード設定ではアップロードされるファイルのサイズと、それぞれのサイトで利用できるアップロード容量を調整できます。特定のサイトを編集するときに、そのサイトのデフォルト値を変更できます。許可されたファイルタイプをリストに入力します (スペースで区切ります)。','You can make an existing user an additional super admin by going to the Edit User profile page and checking the box to grant that privilege.'=>'ユーザープロフィール編集画面にいき、チェックボックスにチェックして権限を昇格させることで、既存のユーザーを追加の特権管理者にすることができます。','Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them.'=>'サイトを作成せずサイトネットワークに登録したユーザーは、メインダッシュボードサイトの購読者として追加され、同サイト上でアカウント管理用のプロフィールページが与えられます。サイトを作成するまでは、これらのユーザーにはメインナビゲーションでダッシュボードと参加サイトのみが表示されます。','You can sort the table by clicking on any of the table headings and switch between list and excerpt views by using the icons above the users list.'=>'見出しをクリックすればテーブルを並び替えられます。ユーザー一覧の上のアイコンを使って、一覧・抜粋表示を切り替えられます。','This table shows all users across the network and the sites to which they are assigned.'=>'このテーブルでは、サイトネットワーク上のすべてのユーザーと所属するサイトを表示しています。','If this process fails for any reason, users logging in to their sites will force the same update.'=>'何らかの理由でこのプロセスが失敗した場合、ユーザーのサイトへのログインと同時に更新を行います。','If a version update to core has not happened, clicking this button will not affect anything.'=>'コアに対するバージョンの更新がない場合は、このボタンをクリックしても何も起きません。','If the network admin disables a theme that is in use, it can still remain selected on that site. If another theme is chosen, the disabled theme will not appear in the site’s Appearance > Themes screen.'=>'サイトネットワーク管理者が利用中のテーマを停止した場合、そのテーマをサイト上で使い続けることはできます。その後に他のテーマを選ぶと、停止されたテーマはサイトの「外観 > テーマ」画面に表示されなくなります。','This screen enables and disables the inclusion of themes available to choose in the Appearance menu for each site. It does not activate or deactivate which theme a site is currently using.'=>'この画面では、テーマを各サイトの「外観」パネルで選択できる、またはできないようにします。現在サイトが使用しているテーマの有効化または停止ではありません。','This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.'=>'これはサイトネットワーク上の全サイトのメインテーブルです。テーブル右上のアイコンを使って一覧・概要表示を切り替えることができます。','Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.'=>'メニュー設定で、特権管理者以外のユーザーに対してプラグインメニューを表示または非表示にできます。非表示にすると、特権管理者ではないサイト管理者はプラグインの有効化操作ができなくなります。','New site settings are defaults applied when a new site is created in the network. These include welcome email for when a new site or user account is registered, and what᾿s put in the first post, page, comment, comment author, and comment URL.'=>'新規サイト設定は、新しいサイトがサイトネットワークに作られるときに適用されるデフォルトの状態です。これには、新しいサイトやアカウントが登録された時のようこそメールや、最初の投稿、ページ、コメント、コメントの作成者、コメント URL も含まれます。','Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network.'=>'登録の設定で、公開登録の有効化、無効化を行えます。サイトへの登録を自由に行えるようにしたい場合は、スパム対策プラグインをインストールしましょう。このサイトネットワーク上で禁止したいサイト名を半角スペース (カンマではありません) 区切りで入力してください。','This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site’s options.'=>'この画面でサイトネットワーク全体の設定を指定、変更できます。最初のサイトはサイトネットワーク上のメインサイトであり、サイトネットワークの設定は元のサイトの設定が適用されます。','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'以下の語句は WordPress の機能によって予約されており、サイト名として使うことはできません: %s','If your browser does not start loading the next page automatically, click this link:'=>'次のページに自動で移動しない場合は、このリンクをクリックしてください。','If you want to ban domains from site registrations. One domain per line.'=>'特定のドメインからのサイト登録を禁止したい場合、禁止するドメインを改行で区切って入力してください。','If you want to limit site registrations to certain domains. One domain per line.'=>'特定のドメインからのみのサイト登録を許可したい場合、許可するドメインを改行で区切って入力してください。','Users removed from spam.'=>'ユーザーのスパマー判定を解除しました。','Site marked as spam.'=>'サイトをスパムとしてマークしました。','Site removed from spam.'=>'サイトのスパム判定を解除しました。','Sites marked as spam.'=>'サイトをスパムとしてマークしました。','Sites removed from spam.'=>'サイトのスパム判定を解除しました。','Users deleted.'=>'ユーザーを削除しました。','Users marked as spam.'=>'ユーザーをスパマーとしてマークしました。','Site unarchived.'=>'サイトのアーカイブ化を解除しました。','Site archived.'=>'サイトをアーカイブ化しました。','Sorry, you are not allowed to change the current site.'=>'このサイトを変更する権限がありません。','There was an error creating the user.'=>'誤りがあったためユーザーを作成できませんでした。','Upload file types'=>'アップロード可能なファイル形式','Limit total size of files uploaded to %s MB'=>'アップロードファイルの合計を %s MB に制限','The URL for the first comment on a new site.'=>'新規サイトの最初のコメント投稿者サイト URL。','The author of the first comment on a new site.'=>'新規サイトの最初のコメント投稿者名。','The first comment on a new site.'=>'新規サイトの最初のコメント。','The first page on a new site.'=>'新規サイトの最初の固定ページ。','The first post on a new site.'=>'新規サイトの最初の投稿。','All done!'=>'すべて完了しました。','Both sites and user accounts can be registered'=>'新規サイトおよびユーザーアカウントの登録をどちらも許可','Logged in users may register new sites'=>'ログイン中のユーザーによる新規サイト登録を許可','User accounts may be registered'=>'ユーザーアカウントの新規登録を許可','Registration is disabled'=>'新規登録は無効化されています','Enable administration menus'=>'管理メニューを有効化','Upload Settings'=>'アップロード設定','New Site Settings'=>'新規サイト設定','Registration Settings'=>'登録の設定','Operational Settings'=>'運用設定','Missing email address.'=>'メールアドレスがありません。','Missing or invalid site address.'=>'サイトのアドレスがないか、または間違っています。','Next Sites'=>'次のサイトへ','Site upload space'=>'サイトのアップロード容量','The welcome email sent to new site owners.'=>'新規サイト所有者に送信される案内メール。','Users are not allowed to register these sites. Separate names by spaces.'=>'登録できないサイト名。半角スペースで区切ってください。','Send the network admin an email notification every time someone registers a site or user account'=>'新しいサイトまたはユーザーが登録されたらサイトネットワーク管理者にメールで通知する','Network Admin Email'=>'サイトネットワーク管理者のメールアドレス','A new user will be created if the above email address is not in the database.'=>'上記メールアドレスがデータベースになければ新規ユーザーが作成されます。','Admin Email'=>'管理者メールアドレス','Add Site'=>'サイトを追加','Default Language'=>'初期設定言語','Max upload file size'=>'アップロードファイルの最大サイズ','First Comment URL'=>'最初のコメントの URL','First Comment Author'=>'最初のコメントの投稿者','First Comment'=>'最初のコメント','First Page'=>'最初の固定ページ','The welcome email sent to new users.'=>'新規ユーザーに送信される案内メール。','Welcome User Email'=>'新ユーザー案内メール','Welcome Email'=>'案内メール','Banned Email Domains'=>'登録を拒否するメールのドメイン','Limited Email Registrations'=>'登録メールアドレスの制限','Banned Names'=>'禁止名','Add New User'=>'新規ユーザーを追加','Registration notification'=>'登録通知','Allow new registrations'=>'新規登録の許可','Duplicated username or email address.'=>'このユーザー名もしくはメールアドレスは使用されています。','Cannot create an empty user.'=>'空のユーザーは作成できません。','Confirm'=>'確認']];
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2026-03-24 02:05:24+0000','plural-forms'=>'nplurals=1; plural=0;','project-id-version'=>'WordPress - 6.9.x - Development - Administration - Network Admin','language'=>'ko_KR','messages'=>['Site flagged for deletion.'=>'삭제 대상으로 표시했습니다.','Site deletion flag removed.'=>'사이트 삭제 대상 표시가 제거되었습니다.','Site permanently deleted.'=>'사이트가 영구적으로 삭제되었습니다.','Sites permanently deleted.'=>'사이트가 영구적으로 삭제되었습니다.','Delete these sites permanently'=>'이 사이트들을 영구적으로 삭제','Flagging a site for deletion makes the site unavailable to its users and visitors. This is a reversible action. A super admin can permanently delete the site at a later date.'=>'사이트를 삭제 대상으로 표시하면 해당 사이트가 사용자 및 방문자에게 표시되지 않습니다. 이 작업은 되돌릴 수 있습니다. 슈퍼 관리자는 추후 해당 사이트를 영구적으로 삭제할 수 있습니다.','Archiving a site makes the site unavailable to its users and visitors. This is a reversible action.'=>'사이트를 보관하면 해당 사이트를 사용자와 방문자가 이용할 수 없게 됩니다. 이는 되돌릴 수 있는 작업입니다.','You are about to flag the site %s for deletion.'=>'%s 사이트를 삭제하려고 합니다.','You are about to remove the deletion flag from the site %s.'=>'%s 사이트에서 삭제 대상 표시를 제거하려고 합니다.','Flag for Deletion'=>'삭제 대상으로 표시','siteRemove Deletion Flag'=>'삭제 대상 표시 제거','Flagged for Deletion <span class="count">(%s)</span>'=>'<span class="count">(%s)</span>개 삭제 요청됨','Flagged for Deletion'=>'삭제 대상으로 표시함','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/#network-admin-updates-screen">Documentation on Upgrade Network</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/#network-admin-updates-screen">업그레이드 네트워크에 대한 문서</a>','Deleting a site is a permanent action that cannot be undone. This will delete the entire site and its uploads directory.'=>'사이트 삭제는 되돌릴 수 없는 영구적인 작업입니다. 이렇게 하면 전체 사이트와 해당 업로드 디렉터리가 삭제됩니다.','Delete this site permanently'=>'사이트를 영구적으로 삭제','Visit to go to the front-end of the live site.'=>'라이브 사이트의 프런트엔드로 이동합니다.','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/settings/">Documentation on Network Settings</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/settings/">네트워크 설정에 대한 문서</a>','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Documentation on the Network Admin</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">네트워크 관리자에 대한 문서</a>','<a href="https://developer.wordpress.org/advanced-administration/multisite/create-network/">Documentation on Creating a Network</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/create-network/">네트워크 생성 관련 문서</a>','https://developer.wordpress.org/advanced-administration/server/web-server/nginx/'=>'https://developer.wordpress.org/advanced-administration/server/web-server/nginx/','Missing site title.'=>'사이트 제목이 없습니다.','Table ordered by User Registered Date.'=>'사용자 등록 날짜별로 정렬.','Table ordered by Theme Name.'=>'테마 이름으로 정렬.','Table ordered by Site Registered Date.'=>'사이트 등록 날짜로 정렬.','Table ordered by Last Updated.'=>'최근 업데이트 순으로 정렬.','Table ordered by Site Path.'=>'사이트 경로 순으로 정렬.','Table ordered by Site Domain Name.'=>'사이트 도메인 이름 순서 테이블.','Network configuration authentication keys'=>'네트워크 환경설정 인증 키','Network configuration rules for %s'=>'%s에 대한 네트워크 환경설정 규칙','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'워드프레스를 업데이트했습니다! 다음의 마지막 단계는 네트워크의 사이트를 개별적으로 업그레이드해야 합니다.','Cannot create an empty site.'=>'빈 사이트를 생성할 수 없습니다.','You should back up your existing %s file.'=>'기존의 %s 파일을 백업해야 합니다.','You should back up your existing %1$s and %2$s files.'=>'기존의 %1$s 및 %2$s 파일을 백업 해야합니다.','Visit theme site for %s'=>'%s의 테마 사이트 방문','Child theme of %s'=>'%s의 자식 테마','sitePublic'=>'공개','siteNot spam'=>'스팸이 아닙니다','%s theme will no longer be auto-updated.'=>'%s 테마를 더 이상 자동 업데이트하지 않을 것입니다.','%s theme will be auto-updated.'=>'%s 테마를 자동 업데이트할 것입니다.','Sorry, you are not allowed to change themes automatic update settings.'=>'죄송합니다. 테마 자동 업데이트 설정을 변경하도록 허용하지 않았습니다.','No themes are currently available.'=>'현재 사용 중인 테마가 없습니다.','Y/m/d g:i:s a'=>'Y/m/d g:i:s a','It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.'=>'네트워크가 엔진엑스 웹 서버로 실행하는 것으로 보입니다. <a href="%s">추가 구성에 대하여 알아보세요</a>.','sitesSpam <span class="count">(%s)</span>'=>'스팸 <span class="count">(%s)</span>','Mature <span class="count">(%s)</span>'=>'성인용 <span class="count">(%s)</span>','Archived <span class="count">(%s)</span>'=>'보관했습니다 <span class="count">(%s)</span>','Public <span class="count">(%s)</span>'=>'발행 <span class="count">(%s)</span>','sitesAll <span class="count">(%s)</span>'=>'모두 <span class="count">(%s)</span>','themesUpdate Available <span class="count">(%s)</span>'=>'사용할 수 있는 업데이트 <span class="count">(%s)</span>','Main'=>'메인','<a href="https://wordpress.org/documentation/article/tools-network-screen/">Documentation on the Network Screen</a>'=>'<a href="https://wordpress.org/documentation/article/tools-network-screen/">네트워크 화면의 문서</a>','The constant %s cannot be defined when creating a network.'=>'네트워크를 만들 때 상수 %s을(를) 정의할 수 없습니다.','You are about to delete the following sites:'=>'다음 사이트를 지우려고 합니다:','User could not be added to this site.'=>'사용자를 이 사이트에 넣을 수 없습니다.','The username and a link to set the password will be mailed to this email address.'=>'비밀번호를 설정하는 사용자 이름과 링크를 이 이메일 주소로 보낼 것입니다.','There is a pending change of the network admin email to %s.'=>'네트워크 관리자 이메일 %s(으)로 기다리는 변경사항이 있습니다.','Sub-domain Installation'=>'하위 도메인 설치하기','Sub-directory Installation'=>'하위 디렉터리 설치하기','Active Child Theme'=>'자식 테마 활성화하기','%s KB'=>'%sKB','%s Sites'=>'%s 사이트','Sorry, you are not allowed to delete themes for this site.'=>'죄송합니다. 이 사이트의 테마를 지우도록 허용하지 않았습니다.','Sorry, you are not allowed to manage network themes.'=>'죄송합니다. 네트워크 테마를 관리하도록 허용하지 않았습니다.','Sorry, you are not allowed to delete that site.'=>'죄송합니다. 사이트를 지우도록 허용하지 않았습니다.','Sorry, you are not allowed to manage themes for this site.'=>'죄송합니다. 이 사이트의 테마를 관리하도록 허용하지 않았습니다.','Sorry, you are not allowed to add sites to this network.'=>'죄송합니다. 이 네트워크에 사이트를 추가하도록 허용하지 않았습니다.','Sorry, you are not allowed to edit this site.'=>'죄송합니다. 이 사이트를 펀집하도록 허용하지 않았습니다.','The email address of the first comment author on a new site.'=>'새 사이트의 첫 댓글 글쓴이의 이메일 주소입니다.','First Comment Email'=>'첫 댓글 이메일','That’s all, stop editing! Happy publishing.'=>'그게 다입니다. 편집을 멈추세요! 즐겁게 발행하세요.','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'%2$s의 %1$s파일에 %3$s행 <strong>위에</strong> 다음을 추가합니다:','theme%1$s by %2$s'=>'%2$s의 %1$s','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'소문자(a-z), 숫자, 그리고 하이픈만 허용합니다.','These unique authentication keys are also missing from your %s file.'=>'이 고유한 인증 키는 %s 파일에서도 보이지 않습니다.','This unique authentication key is also missing from your %s file.'=>'이 고유한 인증 키는 %s 파일에서도 보이지 않습니다.','Because you are using %1$s, the sites in your WordPress network must use sub-directories. Consider using %2$s if you wish to use sub-domains.'=>'왜냐하면 %1$s를 사용하고 있기 때문에, 워드프레스 네트워크의 사이트는 하위 디렉터리를 사용해야만 합니다. 하위 도메인을 사용하기 바란다면 %2$s의 사용을 고려하세요.','The internet address of your network will be %s.'=>'네트워크의 인터넷 주소는 %s이(가) 될 것입니다.','You should consider changing your site domain to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.'=>'네트워크 기능을 활성화하기 전에 사이트 도메인을 %1$s(으)로 변경하는 것을 고려하세요. %2$s와 같은 주소의 %3$s 접두어를 사용하여 사이트를 방문할 수는 있지만 모든 링크에 %3$s 접두어가 있는 것은 아닙니다.','You cannot change this later.'=>'나중에는 변경할 수 없습니다.','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'워드프레스 네트워크의 사이트에서 하위 도메인이나 하위 디렉터리를 사용할 것인지 여부를 선택하기 바랍니다.','If %1$s is disabled, ask your administrator to enable that module, or look at the <a href="%2$s">Apache documentation</a> or <a href="%3$s">elsewhere</a> for help setting it up.'=>'%1$s을(를) 비활성화하면, 모듈을 활성화하도록 관리자에게 요구하거나, 설정을 도울 수 있는 <a href="%2$s">아파치 문서</a>나 <a href="%3$s">다른 곳</a>을 보세요.','It looks like the Apache %s module is not installed.'=>'아파치 %s 모듈을 설치하지 않은 것으로 보입니다.','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'이 설치의 끝에 사용할 아파치 %s 모듈을 설치했는지 확인하기 바랍니다.','userRegistered'=>'등록됨','Super Admin <span class="count">(%s)</span>'=>'슈퍼 관리자 <span class="count">(%s)</span>','userNot spam'=>'스팸이 아닙니다','userMark as spam'=>'스팸으로 표시하기','Visit Theme Site'=>'홈페이지 방문하기','Broken Theme:'=>'깨진 테마:','Network Disable %s'=>'%s 네트워크 활성 해제하기','Disable %s'=>'%s 비활성화','Network Enable %s'=>'%s 네트워크 활성화하기','Enable %s'=>'%s 활성화하기','Network Disable'=>'네트워크 비활성화','themesBroken <span class="count">(%s)</span>'=>'고장 <span class="count">( %s)</span>','themesDisabled <span class="count">(%s)</span>'=>'활성 해제했습니다 <span class="count">(%s)</span>','themesEnabled <span class="count">(%s)</span>'=>'활성화했습니다 <span class="count">( %s)</span>','themesAll <span class="count">(%s)</span>'=>'모두 <span class="count">(%s)</span>','No themes found.'=>'테마를 찾을 수 없습니다.','verb; siteArchive'=>'보관','Unarchive'=>'보관 해제','Never'=>'안함','%1$s – %2$s'=>'%1$s – %2$s','siteRegistered'=>'등록됨','Last Updated'=>'최근 업데이트','siteNot Spam'=>'스팸이 아닙니다','siteMark as spam'=>'스팸으로 표시하기','No sites found.'=>'사이트를 찾을 수 없습니다.','Mature'=>'성인용','siteSpam'=>'스팸','Archived'=>'보관했습니다','A password reset link will be sent to the user via email.'=>'비밀번호 재설정 링크는 이메일을 통해 전송할 것입니다.','If registration is disabled, please set %1$s in %2$s to a URL you will redirect visitors to if they visit a non-existent site.'=>'등록을 활성 해제했다면, 방문자가 존재하지 않는 사이트를 방문하면 방문자를 전활할 %2$s의 %1$s을(를) 설정하시기 바랍니다.','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.'=>'네트워크의 만들기를 허용하는 %2$s 파일의 %1$s 상수를 true로 정의해야만 합니다.','Themes list navigation'=>'테마 목록 탐색','Sites list'=>'사이트 목록','Sites list navigation'=>'사이트 목록 탐색','Site users list'=>'사이트 사용자 목록','Site users list navigation'=>'사이트 사용자 목록 탐색','Filter site users list'=>'사이트 사용자 목록에 필터하기','Site themes list'=>'사이트 테마 목록','Site themes list navigation'=>'사이트 테마 목록 탐색','Filter site themes list'=>'사이트 테마 목록에 필터하기','The domain or path entered conflicts with an existing username.'=>'입력한 도메인이나 경로가 존재하는 사용자 이름과 충돌합니다.','The requested action is not valid.'=>'요청한 동작이 유효하지 않습니다.','You are about to mark the site %s as not mature.'=>'%s 사이트를 성인용이 아닌 것으로 표시하려고 합니다.','You are about to mark the site %s as mature.'=>'%s 사이트를 성인용으로 표시하려고 합니다.','You are about to delete the site %s.'=>'%s 사이트를 지우려고 합니다.','You are about to mark the site %s as spam.'=>'%s 사이트를 스팸으로 표시하려고 합니다.','You are about to unspam the site %s.'=>'%s 사이트를 스팸 해제하려고 합니다.','You are about to archive the site %s.'=>'%s 사이트를 보관하려고 합니다.','You are about to unarchive the site %s.'=>'%s 사이트를 보관 해제하려고 합니다.','The requested site does not exist.'=>'요청한 사이트가 존재하지 않습니다.','Path'=>'경로','Domain'=>'도메인','<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentation on Network Users</a>'=>'<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">네트워크 사용자의 문서</a>','<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">Documentation on Network Themes</a>'=>'<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">네트워크 테마의 문서</a>','Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s'=>'경고! %1$s을(를) 업데이트하는 중에 문제가 있습니다. 서버가 사이트를 실행하고 있는 사이트에 연결할 수 없을 수도 있습니다. 오류 안내문: %2$s','%s theme deleted.'=>'%s 테마를 지웠습니다.','%s theme disabled.'=>'%s 테마를 활성 해제했습니다.','%s theme enabled.'=>'%s 테마를 활성화했습니다.','Yes, delete these themes'=>'예, 테마를 삭제합니다','You are about to remove the following themes:'=>'다음 테마를 제거하려고 합니다:','These themes may be active on other sites in the network.'=>'이 테마를 네트워크의 다른 사이트가 활성화했을 수 있습니다.','Delete Themes'=>'테마 지우기','Size in kilobytes'=>'킬로바이트 단위의 크기','Allowed file types. Separate types by spaces.'=>'허용한 파일 유형입니다. 유형을 공백으로 분리하세요.','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'다른 워드프레스 규칙을 <strong>교체하는</strong> %2$s의 %1$s 파일에 다음을 넣습니다:','Confirm your action'=>'동작 확인하기','Hover over any user on the list to make the edit links appear. The Edit link on the left will take you to their Edit User profile page; the Edit link on the right by any site name goes to an Edit Site screen for that site.'=>'목록의 사용자 위로 마우스를 가져 가면 편집 링크가 나타납니다. 왼쪽의 편집 링크를 누르면 사용자 프로필 편집하기 페이지로 갑니다. 사이트 이름 옆에 있는 오른쪽의 편집 링크 사이트 이름 옆에있는 편집 링크는 그 사이트의 사이트 편집 화면으로 갑니다.','To search for a site, <strong>enter the path or domain</strong>.'=>'사이트를 검색하려면, <strong>경로나 도메인을 입력하세요</strong>.','To search for a user, <strong>enter an email address or username</strong>. Use a wildcard to search for a partial username, such as user*.'=>'사용자를 검색하려면, <strong>이메일 주소나 사용자 이름을 입력하세요</strong>. 사용자*와 같이 사용자 이름을 부분적으로 검색하려면 와일드카드를 사용하세요.','To add a new site, <strong>click Create a New Site</strong>.'=>'새 사이트를 넣으려면, <strong>새 사이트 만드기를 누릅니다</strong>.','To add a new user, <strong>click Create a New User</strong>.'=>'새 사용자를 넣으려면, <strong>새 사용자 만들기를 누릅니다</strong>.','Quick Tasks'=>'빠른 작업','To search for a user or site, use the search boxes.'=>'사용자나 사이트를 검색하려면, 검색 상자를 사용하세요.','The Right Now widget on this screen provides current user and site counts on your network.'=>'이 화면의 바로 지금 위젯은 네트워크의 현재 사용자와 사이트 수를 제공합니다.','Modify global network settings'=>'전체 네트워크 설정 수정하기','Update your network'=>'네트워크 업데이트하기','Install and activate themes or plugins'=>'테마나 플러그인 설치하고 활성화하기','Add and manage sites or users'=>'사이트나 사용자 추가하고 관리하기','From here you can:'=>'여기에서 할 수 있는 일:','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'네트워크 관리자에 오신 것을 환영합니다. 관리자 화면의 이 영역은 다중사이트 네트워크의 모든 측면을 관리하기 위해 사용합니다.','Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Toolbar). Clicking the Upgrade Network button will step through each site in the network, five at a time, and make sure any database updates are applied.'=>'(네트워크 관리 탐색 메뉴 또는 도구 모음을 통한) 업데이트/사용 가능한 업데이트를 통해 새 버전의 워드프레스로 업데이트 한 후에만 이 화면을 사용하세요. 네트워크 업그레이드 버튼을 누르면 네트워크의 각 사이트를 한 번에 5개씩 살펴보고 데이터베이스 업데이트를 적용하였는지 확인합니다.','Upgrade Network'=>'네트워크 업그레이드','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'하위 디렉터리 네트워크는 사용자 정의 wp-content 디렉터리와 완전히 호환하지 않을 수도 있습니다.','Add the designated lines of code to wp-config.php (just before <code>/*...stop editing...*/</code>) and <code>.htaccess</code> (replacing the existing WordPress rules).'=>'지정한 코드 줄을 wp-config.php(<code>/*...stop editing...*/</code>의 바로 앞)과 <code>.htaccess</code> (존재하는 워드프레스 규칙을 교체)에 넣습니다.','Language Settings'=>'언어 설정','Allow site administrators to add new users to their site via the "Users → Add User" page'=>'사이트 관리자가 “사용자 → 새로 추가” 페이지를 통해 새 사용자를 추가할 수 있도록 합니다','Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Network Admin > Users and click on Username or the Edit action link below that name. This goes to an Edit User page where you can check a box to grant super admin privileges.'=>'더 이상 슈퍼 관리자는 옵션 화면에서 추가할 수 없습니다. 이제 네트워크 관리자 > 사용자에 존재하는 사용자 목록으로 가서 사용자 이름이나 그 이름 아래에 이는 편집 동작 링크를 눌러야만 합니다.','Enter the username and email.'=>'사용자 이름과 이메일을 입력하세요.','User created.'=>'사용자를 만들었습니다.','Select a user to remove.'=>'제거할 사용자를 선택하세요.','Select a user to change role.'=>'역할을 변경할 사용자를 선택하세요.','Enter the username of an existing user.'=>'존재하는 사용자의 사용자 이름을 입력합니다.','User is already a member of this site.'=>'사용자는 이미 이 사이트의 구성원입니다.','Site options updated.'=>'사이트 옵션을 업데이트했습니다.','Site added. <a href="%1$s">Visit Dashboard</a> or <a href="%2$s">Edit Site</a>'=>'사이트를 추가했습니다. <a href="%1$s">알림판에 방문</a>하거나 <a href="%2$s">사이트를 편집하기</a>','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'이 화면은 네트워크에 새 사이트를 추가할 수 있는 슈퍼 관리자를 위해 있습니다.등록 설정이 영향을 주지 않습니다.','Site info updated.'=>'사이트 정보를 업데이트했습니다.','You cannot delete a theme while it is active on the main site.'=>'주 사이트에서 활성화하는 동안 테마를 지울 수 없습니다.','Themes can be enabled on a site by site basis by the network admin on the Edit Site screen (which has a Themes tab); get there via the Edit action link on the All Sites screen. Only network admins are able to install or edit themes.'=>'테마는 (테마 탭에 있는) 편집 사이트 화면에서 네트워크 관리자에 의해 사이트에서 활성화할 수 있습니다; 모든 사이트 화면에서 편집 동작 링크를 통해 이동합니다. 네트워크 관리자만 설치하거나 테마를 편집할 수 있습니다.','No, return me to the theme list'=>'아니오, 테마 목록으로 돌아갑니다','Yes, delete this theme'=>'예, 이 테마를 삭제합니다','Are you sure you want to delete these themes?'=>'이 테마를 지우기 원하는 것이 확실한가요?','You are about to remove the following theme:'=>'다음 테마를 제거하려고 합니다:','This theme may be active on other sites in the network.'=>'이 테마는 네트워크의 다른 사이트에서 활성화했을 수도 있습니다.','Delete Theme'=>'테마 지우기','Network enabled themes are not shown on this screen.'=>'네트워크 활성화한 테마는 이 화면에 보이지 않습니다.','No theme selected.'=>'선택한 테마가 없습니다.','Theme disabled.'=>'테마 비활성됨.','Theme enabled.'=>'테마를 활성화했습니다.','Edit Site: %s'=>'사이트 편집하기: %s','Invalid site ID.'=>'유효하지 않은 사이트 ID 입니다.','Sorry, you are not allowed to delete the site %s.'=>'죄송합니다. %s 사이트를 지우도록 허용하지 않았습니다.','Delete Permanently which is a permanent action after the confirmation screen.'=>'영구삭제란 확인 화면 이후 영구적으로 실행되는 작업입니다.','Dashboard leads to the Dashboard for that site.'=>'알림판은 사이트에 대한 알림판으로 연결합니다.','An Edit link to a separate Edit Site screen.'=>'편집은 별도의 편집 사이트 화면으로 링크합니다.','Add Site takes you to the screen for adding a new site to the network. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.'=>'새 사이트 추가를 클릭하면 네트워크에 새 사이트를 추가할 수 있는 화면으로 이동합니다. 이름, ID 번호 또는 IP 주소로 사이트를 검색할 수 있습니다. 화면 옵션에서는 한 페이지에 표시할 사이트 수를 선택할 수 있습니다.','Add Users'=>'사용자 추가하기','Cannot add user.'=>'사용자를 추가할 수 없습니다.','Add User will set up a new user account on the network and send that person an email with username and password.'=>'사용자 추가하기는 네트워크의 새 사용자 계정을 설정하고 그 사람에게 사용자 이름과 비밀번호가 있는 이메일을 보낼 것입니다.','Updates'=>'업데이트하기','Network Settings'=>'네트워크 설정','Installed Themes'=>'설치한 테마','All Sites'=>'모든 사이트','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'이 단계를 완료하고나면, 네트워크를 활성화하고 구성합니다. 다시 로그인해야 합니다.','To make your installation more secure, you should also add:'=>'설치를 좀 더 안전하게 만드려면, 다음도 추가해야 합니다:','Complete the following steps to enable the features for creating a network of sites.'=>'다음 단계를 완료하여 사이트의 네트워크 만들기 기능을 활성화하세요.','Enabling the Network'=>'네트워크 활성화하는 중','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'구성 단계를 완료하기 바랍니다. 새 네트워크를 만드려면, 네트워크 데이터베이스 테이블을 비우거나 제거할 필요가 있습니다.','An existing WordPress network was detected.'=>'존재하는 워드프레스 네트워크를 찾았습니다.','The original configuration steps are shown here for reference.'=>'참조를 위해 원 구성 단계는 여기에 보입니다.','Your email address.'=>'이메일 주소입니다.','What would you like to call your network?'=>'네트워크를 무엇으로 부르는 것이 좋을까요?','Network Title'=>'네트워크 제목','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'새로운 설치가 아니기에, 워드프레스 네트워크의 사이트는 하위 도메인을 사용해야만 합니다.','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'설치가 디렉터리에 있기에, 워드프레스 네트워크의 사이트는 하위 디렉터리를 사용해야만 합니다.','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'하위 디렉터리 설치의 주 사이트는 퍼머링크 구조를 수정하는데 사용할 필요가 있기에 기존 링크를 망가뜨릴 수 있습니다.','Network Details'=>'네트워크 세부사항','Server Address'=>'서버 주소','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'<code>%1$s/site1</code>와(과) <code>%1$s/site2</code>와(과) 같이','Sub-directories'=>'하위 디렉터리','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'<code>site1.%1$s</code>와(과) <code>site2.%1$s</code>와(과) 같이','Sub-domains'=>'하위 도메인','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'가상 호스트(하위 도메인) 기능을 사용할 것이라면 와일드카드 DNS 기록이 필요할 것입니다.','Addresses of Sites in your Network'=>'네트워크에 있는 사이트의 주소입니다','Fill in the information below and you’ll be on your way to creating a network of WordPress sites. Configuration files will be created in the next step.'=>'아래의 정보를 채우고 워드프레스 사이트의 네트워크를 만들 수 있습니다. 다음 단계에서 구성 파일을 만들 것입니다.','Welcome to the Network installation process!'=>'네트워크 설치 절차에 오신 것을 환영합니다!','The network could not be created.'=>'오류: 네트워크를 만들 수 없습니다.','Once the network is created, you may reactivate your plugins.'=>'네트워크를 만들고 나면, 플러그인을 다시 활성화해야 할 수도 있습니다.','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'네트워크 기능을 활성화하기 전에 <a href="%s">플러그인을 활성 해제</a>하기 바랍니다.','Network'=>'네트워크','The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.'=>'주 사이트의 “/blog/”에 대한 퍼머링크 문제 때문에 이 설정이 한 달 이상 지난 경우 하위 디렉터리 사이트의 선택을 활성 해제합니다. 이 활성 해제는 이후 버전에서는 해결될 것입니다.','Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.'=>'이 코드를 넣고 난 뒤에 브라우저를 새로고치면, 다중사이트를 활성화했어야 합니다. 이제 네트워크 관리자 탐색에 있는 이 화면은 추가한 코드의 보관함을 유지할 것입니다. 네트워크 관리자와 사이트 관리자 사이를 네트워크 관리자나 도구모음에 있는 내 사이트 드롭다운 아래의 개별 사이트 이름을 눌러 전환할 수 있습니다.','The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.'=>'네트워크에 대한 다음 화면은 wp-config.php와 .htaccess 파일에 개별적으로 만든 코드의 행을 넣어야 할 것입니다. FTP 클라이언트의 설정이 점으로 시작하는 파일을 보이게 하는지 확인하여, .htaccess를 찾을 수 있도록 하세요. 진짜로 없다면 이 파일을 만들어야 할 수도 있습니다. 이 두 파일의 사본을 백업하세요.','Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your installation. Fill out the network details, and click Install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).'=>'하위도메인이나 하위디렉터리를 선택하세요. 이는 설치를 재구성해야만 나중에 전환할 수 있습니다. 네트워크 세부사항을 채우고, 설치를 누르세요. 동작하지 않는다면, (하위도메인용) 와일드카드 DNS 기록을 추가하거나 퍼머링크의 또 다른 설정(하위디렉터리용)을 바꾸어야 할 수도 있습니다.','This screen allows you to configure a network as having subdomains (<code>site1.example.com</code>) or subdirectories (<code>example.com/site1</code>). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.'=>'이 화면은 하위 도메인(<code>site1.example.com</code>)나 하위 디렉터리(<code>example.com/site1</code>)를 가진 것과 같이 네트워크를 구성하도록 합니다. 호스트가 허용하면 아파치와 DNS 기록에서 와일드카드 하위도메인을 활성화할 필요가 있습니다.','Create a Network of WordPress Sites'=>'워드프레스 사이트의 네트워크 만들기','The Network creation panel is not for WordPress MU networks.'=>'네트워크 만들기 구역은 워드프레스 MU 네트워크용이 아닙니다.','Warning! User cannot be modified. The user %s is a network administrator.'=>'경고! 사용자를 수정할 수 없습니다. %s 사용자는 네트워크 관리자입니다.','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'새 사이트용 관리자 이메일이 데이터베이스에 존재하지 않는다면, 새 사용자를 만들어야 할 것입니다.','Flag for Deletion, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.'=>'삭제, 보관, 스팸 신고는 확인 화면으로 연결됩니다. 이 작업들은 나중에 되돌릴 수 있습니다.','Hovering over each site reveals seven options (three for the primary site):'=>'각 사이트 위로 마우스를 올리면 일곱 가지 옵션(주 사이트에는 세 가지)이 나타납니다:','Operational settings has fields for the network’s name and admin email.'=>'운영 설정은 네트워크의 이름과 관리자 이메일용 항목이 있어야 합니다.','The bulk action will permanently delete selected users, or mark/unmark those selected as spam. Spam users will have posts removed and will be unable to sign up again with the same email addresses.'=>'일괄 동작은 영구적으로 선택한 사용자를 지우거나, 스팸으로 표시하기/표시 해제할 수 있습니다. 스팸 사용자의 글을 지우고 같은 이메질 주소로 등록할 수 없게 될 것입니다.','You can also go to the user’s profile page by clicking on the individual username.'=>'개별 사용자 이름을 눌러 사용자의 프로필 페이지로 갈 수 있습니다.','Upload settings control the size of the uploaded files and the amount of available upload space for each site. You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only).'=>'업로드 설정은 업로드한 파일의 크기와 각 사이트의 사용할 수 있는 업로드 공간의 양을 제어합니다. 특정 사이트를 편집할 때 특정 사이트용 기본 값을 바꿀 수 있습니다. 허용한 파일 유형도 나열할 수 있습니다(공백으로만 구분).','You can make an existing user an additional super admin by going to the Edit User profile page and checking the box to grant that privilege.'=>'편집 사용자 프로필 페이지에 가고 권한을 승인하는 상자를 표시하여 존재하는 사용자를 추가 슈퍼 관리자로 만들 수 있습니다.','Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them.'=>'사이트가 없이 네트워크에 등록한 사용자를 주 또는 기본 알림판 사이트에 그들의 계정을 관리할 수 있는 프로필 페이지를 제공하는 구독자로 추가합니다. 이 사용자는 사이트를 만들 때까지 알림판과 주 탐색의 내 사이트를 볼 것입니다.','You can sort the table by clicking on any of the table headings and switch between list and excerpt views by using the icons above the users list.'=>'테이블 헤딩의 어느 곳이든 눌러 테이블을 정렬할 수 있고 사용자 목록 위에 있는 아이콘을 사용하여 목록과 요약 보기 사이를 전환할 수 있습니다.','This table shows all users across the network and the sites to which they are assigned.'=>'이 테이블은 네트워크와 그들을 지정한 사이트 전체에서 모든 사용자를 보입니다.','If this process fails for any reason, users logging in to their sites will force the same update.'=>'어떤 이유로든 이 절차가 실패하면, 자신의 사이트에 로그인한 사용자는 같은 업데이트를 강제할 것입니다.','If a version update to core has not happened, clicking this button will not affect anything.'=>'코어에 대한 버전 업데이트가 발생하지 않을 경우, 이 버튼을 클릭하면 아무 것에도 영향을 미치지 않습니다.','If the network admin disables a theme that is in use, it can still remain selected on that site. If another theme is chosen, the disabled theme will not appear in the site’s Appearance > Themes screen.'=>'네트워크 관리자가 사용하고 있는 테마를 활성 해제하면, 그 사이트에 선택한 상태를 유지합니다. 또 다른 태마를 선택하면, 활성 해제한 테마는 사이트의 외관 > 테마에서 보이지 않게 될 것입니다.','This screen enables and disables the inclusion of themes available to choose in the Appearance menu for each site. It does not activate or deactivate which theme a site is currently using.'=>'이 화면은 각 사이트의 외관 메뉴에서 선택하는 사용할 수 있는 테마의 포함을 활성화하고 활성 해제합니다. 이는 현재 사용하고 있는 사이트에서 테마를 활성화하거나 활성 해제하지 않습니다.','This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.'=>'이 네트워크의 모든 사이트의 주 테이블입니다. 테이블의 오른쪽 면의 위에 있는 아이콘을 사용하여 목록과 요약 보기 사이를 전환합니다.','Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.'=>'메뉴 설정은 슈퍼 관리자가 아닌 사람에 대하여 플러그인 메뉴를 활성화하기/활성 해제하여 사이트 관리자가 아닌 슈퍼 관리자만 플러그인을 활성화할 수 있도록 접근을 가집니다.','New site settings are defaults applied when a new site is created in the network. These include welcome email for when a new site or user account is registered, and what᾿s put in the first post, page, comment, comment author, and comment URL.'=>'새 사이트 설정은 네트워크에 새 사이트가 만들어지면 적용되는 기본 내용입니다. 여기에는 새 사이트나 사용자를 등록할 때 사용하는 환영 이메일, 첫 글, 첫 페이지, 첫 댓글, 첫 댓글 글쓴이, 첫 댓글 글쓴이 URL을 포함합니다.','Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network.'=>'등록 설정은 공개 등록을 활성 해제/활성화할 수 있습니다. 다른 사람이 사이트에 등록하게 하려면, 스팸 플러그인을 설치하세요. 쉼표가 아닌 공백으로 이 네트워크의 사이트로 금지한 이름을 구분해야 합니다.','This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site’s options.'=>'이 화면은 네트워크 전체에 대한 옵션을 설정하고 바꿉니다. 첫 사이트는 네트워크의 주 사이트이고 네트워크 옵션을 원 사이트의 옵션에서 가지고 옵니다.','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'다음 단어는 WordPress 기능에서 사용하기 위해 유보한 것이며 사이트 이름으로는 사용할 수 없습니다: %s','If your browser does not start loading the next page automatically, click this link:'=>'브라우저가 다음 페이지를 자동으로 로드하지 않을 경우 이 링크를 클릭하세요:','If you want to ban domains from site registrations. One domain per line.'=>'만약 사이트 등록에 특정 도메인을 차단하기를 원한다면 한 줄에 한 개의 도메인을 입력하세요.','If you want to limit site registrations to certain domains. One domain per line.'=>'사이트 등록을 특정 도메인에 제한하기 원한다면, 줄당 한 도메인입니다.','Users removed from spam.'=>'사용자를 스팸에서 제거했습니다.','Site marked as spam.'=>'사이트를 스팸으로 표시했습니다.','Site removed from spam.'=>'사이트를 스팸에서 제거했습니다.','Sites marked as spam.'=>'사이트를 스팸으로 표시했습니다.','Sites removed from spam.'=>'사이트를 스팸에서 제거했습니다.','Users deleted.'=>'사용자를 지웠습니다.','Users marked as spam.'=>'사용자를 스팸으로 표시했습니다.','Site unarchived.'=>'사이트를 보관 해제했습니다.','Site archived.'=>'사이트를 보관했습니다.','Sorry, you are not allowed to change the current site.'=>'죄송합니다. 현재 사이트를 바꾸도록 허용하지 않았습니다.','There was an error creating the user.'=>'사용자를 만드는 중에 오류가 있었습니다.','Upload file types'=>'업로드 파일 유형','Limit total size of files uploaded to %s MB'=>'업로드한 파일의 전체 크기를 %sMB로 제한합니다','The URL for the first comment on a new site.'=>'새 사이트의 첫 댓글에 대한 URL입니다.','The author of the first comment on a new site.'=>'새 사이트의 첫 댓글의 글쓴이입니다.','The first comment on a new site.'=>'새 사이트의 첫 댓글입니다.','The first page on a new site.'=>'새 사이트의 첫 페이지입니다.','The first post on a new site.'=>'새 사이트의 첫 글입니다.','All done!'=>'모두 완료했습니다!','Both sites and user accounts can be registered'=>'사이트와 사용자 계정 모두 등록할 수 있습니다','Logged in users may register new sites'=>'로그인 한 사용자는 새 사이트를 등록 할 수 있습니다.','User accounts may be registered'=>'사용자 계정을 등록할 수 있습니다.','Registration is disabled'=>'등록을 활성 해제했습니다','Enable administration menus'=>'관리 메뉴 활성화하기','Upload Settings'=>'업로드 설정','New Site Settings'=>'새 사이트 설정','Registration Settings'=>'등록 설정','Operational Settings'=>'운영환경 설정','Missing email address.'=>'사라진 이메일 주소입니다.','Missing or invalid site address.'=>'사라지거나 유효하지 않은 사이트 주소입니다.','Next Sites'=>'다음 사이트','Site upload space'=>'사이트 업로드 공간','The welcome email sent to new site owners.'=>'새 사이트 소유자에게 환영 이메일을 보냈습니다.','Users are not allowed to register these sites. Separate names by spaces.'=>'사용자가 이 사이트에 등록하는 것을 허용하지 않습니다. 공백으로 이름을 구분하세요.','Send the network admin an email notification every time someone registers a site or user account'=>'누군가 사이트나 사용자 계정을 등록하는 순간마다 네트워크 관리자에게 이메일 알림을 보냅니다','Network Admin Email'=>'네트워크 관리자 이메일','A new user will be created if the above email address is not in the database.'=>'위의 이메일 주소가 데이터베이스에 없으면 새 사용자를 만들 것입니다.','Admin Email'=>'관리자 이메일','Add Site'=>'사이트 추가하기','Default Language'=>'기본 언어','Max upload file size'=>'최대 업로드 파일 크기','First Comment URL'=>'첫 댓글 URL','First Comment Author'=>'첫 댓글 글쓴이','First Comment'=>'첫 댓글','First Page'=>'첫 페이지','The welcome email sent to new users.'=>'새 사용자에게 환영 이메일을 보냈습니다.','Welcome User Email'=>'사용자 환영 이메일','Welcome Email'=>'환영 이메일','Banned Email Domains'=>'금지한 이메일 도메인','Limited Email Registrations'=>'제한한 이메일 등록','Banned Names'=>'금지한 이름','Add New User'=>'새 사용자 추가하기','Registration notification'=>'등록 알림','Allow new registrations'=>'새 등록 허용하기','Duplicated username or email address.'=>'중복이 있는 사용자 이름이나 이메일 주소입니다.','Cannot create an empty user.'=>'빈 사용자를 만들 수 없습니다.','Confirm'=>'확인']];
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2025-11-16 09:09:15+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'WordPress - 6.9.x - Development - Administration - Network Admin','language'=>'nl','messages'=>['Site flagged for deletion.'=>'Site gemarkeerd voor verwijdering.','Site deletion flag removed.'=>'Markering voor site verwijdering verwijderd.','Site permanently deleted.'=>'Site permanent verwijderd.','Sites permanently deleted.'=>'Sites permanent verwijderd.','Delete these sites permanently'=>'Verwijder deze sites permanent','Flagging a site for deletion makes the site unavailable to its users and visitors. This is a reversible action. A super admin can permanently delete the site at a later date.'=>'Een site markeren voor verwijdering maakt de site onbeschikbaar voor zijn gebruikers en bezoekers. Dit is een omkeerbare actie. Een super beheerder kan de site op een later moment permanent verwijderen.','Archiving a site makes the site unavailable to its users and visitors. This is a reversible action.'=>'Een site archiveren maakt de site onbeschikbaar voor zijn gebruikers en bezoekers. Dit is een omkeerbare actie.','You are about to flag the site %s for deletion.'=>'Je staat op het punt de site %s te markeren voor verwijdering.','You are about to remove the deletion flag from the site %s.'=>'Je staat op het punt de verwijdering markering van de site %s te verwijderen.','Flag for Deletion'=>'Markeren voor verwijdering','siteRemove Deletion Flag'=>'Verwijder verwijdering markering','Flagged for Deletion <span class="count">(%s)</span>'=>'Gemarkeerd voor verwijdering <span class="count">(%s)</span>' . "\0" . 'Gemarkeerd voor verwijdering <span class="count">(%s)</span>','Flagged for Deletion'=>'Gemarkeerd voor verwijdering','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/#network-admin-updates-screen">Documentation on Upgrade Network</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/#network-admin-updates-screen">Documentatie over het upgraden van het netwerk</a>','Deleting a site is a permanent action that cannot be undone. This will delete the entire site and its uploads directory.'=>'Het verwijderen van een site is een permanente actie die niet ongedaan kan worden gemaakt. Hierdoor wordt de hele site en de uploads folder verwijderd.','Delete this site permanently'=>'Deze site permanent verwijderen','Visit to go to the front-end of the live site.'=>'Bezoek om naar de front-end van de live site te gaan.','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/settings/">Documentation on Network Settings</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/settings/">Documentatie over netwerkinstellingen</a>','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Documentation on the Network Admin</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Documentatie over het netwerkbeheer</a>','<a href="https://developer.wordpress.org/advanced-administration/multisite/create-network/">Documentation on Creating a Network</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/create-network/">Documentatie over het maken van een netwerk</a>','https://developer.wordpress.org/advanced-administration/server/web-server/nginx/'=>'https://developer.wordpress.org/advanced-administration/server/web-server/nginx/','Missing site title.'=>'Ontbrekende sitetitel.','Table ordered by User Registered Date.'=>'Tabel gerangschikt op datum van registratie van gebruiker.','Table ordered by Theme Name.'=>'Tabel gerangschikt op themanaam.','Table ordered by Site Registered Date.'=>'Tabel gerangschikt op datum van registratie van de site.','Table ordered by Last Updated.'=>'Tabel gerangschikt op basis van laatst geüpdatet.','Table ordered by Site Path.'=>'Tabel gerangschikt op basis van site pad.','Table ordered by Site Domain Name.'=>'Tabel gerangschikt op basis van domeinnaam van de site.','Network configuration authentication keys'=>'Netwerk configuratie authenticatie sleutels','Network configuration rules for %s'=>'Netwerk configuratie regels voor %s','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'WordPress is geüpdatet. De volgende en laatste stap is de sites in je netwerk individueel te upgraden.','Cannot create an empty site.'=>'Kan geen lege site aanmaken.','You should back up your existing %s file.'=>'Je zou een back-up moeten maken van je bestaande %s bestand.','You should back up your existing %1$s and %2$s files.'=>'Je zou een back-up moeten maken van je bestaande %1$s en %2$s bestanden.','Visit theme site for %s'=>'Themasite bezoeken voor %s','Child theme of %s'=>'Subthema van %s','sitePublic'=>'Openbaar','siteNot spam'=>'Geen spam','%s theme will no longer be auto-updated.'=>'%s thema zal niet langer automatisch geüpdatet worden.' . "\0" . '%s thema\'s zullen niet langer automatisch geüpdatet worden.','%s theme will be auto-updated.'=>'%s thema zal automatisch worden geüpdatet.' . "\0" . '%s thema\'s zullen automatisch worden geüpdatet.','Sorry, you are not allowed to change themes automatic update settings.'=>'Je hebt geen toestemming om de instelling voor het automatisch updaten van thema\'s te wijzigen.','No themes are currently available.'=>'Er zijn momenteel geen thema\'s beschikbaar.','Y/m/d g:i:s a'=>'j F Y H:i','It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.'=>'Het lijkt erop dat je netwerk wordt uitgevoerd met Nginx webserver. <a href="%s">Lees verder over verdere configuratie</a>.','sitesSpam <span class="count">(%s)</span>'=>'Spam <span class="count">(%s)</span>' . "\0" . 'Spam <span class="count">(%s)</span>','Mature <span class="count">(%s)</span>'=>'Volwassenen <span class="count">(%s)</span>' . "\0" . 'Volwassenen <span class="count">(%s)</span>','Archived <span class="count">(%s)</span>'=>'Gearchiveerd <span class="count">(%s)</span>' . "\0" . 'Gearchiveerd <span class="count">(%s)</span>','Public <span class="count">(%s)</span>'=>'Openbaar <span class="count">(%s)</span>' . "\0" . 'Openbaar <span class="count">(%s)</span>','sitesAll <span class="count">(%s)</span>'=>'Alle <span class="count">(%s)</span>' . "\0" . 'Alle <span class="count">(%s)</span>','themesUpdate Available <span class="count">(%s)</span>'=>'Update beschikbaar <span class="count">(%s)</span>' . "\0" . 'Updates beschikbaar <span class="count">(%s)</span>','Main'=>'Hoofd','<a href="https://wordpress.org/documentation/article/tools-network-screen/">Documentation on the Network Screen</a>'=>'<a href="https://wordpress.org/documentation/article/tools-network-screen/">Documentatie over het netwerkscherm</a>','The constant %s cannot be defined when creating a network.'=>'De constante %s kan niet gedefinieerd worden bij het aanmaken van een netwerk.','You are about to delete the following sites:'=>'Je staat op het punt de volgende sites te verwijderen:','User could not be added to this site.'=>'Gebruiker kon niet worden toegevoegd aan deze site.','The username and a link to set the password will be mailed to this email address.'=>'De gebruikersnaam en een link om het wachtwoord in te stellen zullen worden gemaild naar dit e-mailadres.','There is a pending change of the network admin email to %s.'=>'Er is een wijziging van het netwerkbeheerder e-mailadres naar %s in behandeling.','Sub-domain Installation'=>'Subdomein installatie','Sub-directory Installation'=>'Sub-folder installatie','Active Child Theme'=>'Actief subthema','%s KB'=>'%s KB','%s Sites'=>'%s sites','Sorry, you are not allowed to delete themes for this site.'=>'Je hebt geen toestemming om thema\'s van de site te verwijderen.','Sorry, you are not allowed to manage network themes.'=>'Je hebt geen toestemming om netwerk-thema\'s te beheren.','Sorry, you are not allowed to delete that site.'=>'Je hebt geen toestemming om die site te verwijderen.','Sorry, you are not allowed to manage themes for this site.'=>'Je hebt geen toestemming om thema\'s te beheren voor deze site.','Sorry, you are not allowed to add sites to this network.'=>'Je hebt geen toestemming om sites toe te voegen aan dit netwerk.','Sorry, you are not allowed to edit this site.'=>'Je hebt geen toestemming om deze site te bewerken.','The email address of the first comment author on a new site.'=>'Het e-mailadres van de eerste reactie auteur op een nieuwe site.','First Comment Email'=>'Eerste reactie e-mail','That’s all, stop editing! Happy publishing.'=>'Dat is alles, klaar met bewerken! Veel plezier met publiceren.','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'Voeg het volgende toe aan je %1$s bestand in %2$s <strong>boven</strong> de regel waar staat %3$s:','theme%1$s by %2$s'=>'%1$s door %2$s','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'Alleen kleine letters (a-z), cijfers en koppeltekens zijn toegestaan.','These unique authentication keys are also missing from your %s file.'=>'Deze unieke authenticatiesleutels ontbreken ook van je %s bestand.','This unique authentication key is also missing from your %s file.'=>'Deze unieke autorisatiesleutel ontbreekt ook in je %s bestand.','Because you are using %1$s, the sites in your WordPress network must use sub-directories. Consider using %2$s if you wish to use sub-domains.'=>'Omdat je %1$s gebruikt, moeten de sites in je WordPress netwerk subfolders gebruiken. Overweeg om %2$s te gebruiken als je subdomeinen wilt gebruiken.','The internet address of your network will be %s.'=>'Het internetadres van je netwerk wordt %s.','You should consider changing your site domain to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.'=>'Je zou moeten overwegen om je site domein te wijzigen naar %1$s voordat de netwerk functionaliteit wordt geactiveerd. Het is nog steeds mogelijk om je site te bezoeken met het %3$s voorvoegsel in het adres als %2$s, maar elke link zal het %3$s voorvoegsel niet bevatten.','You cannot change this later.'=>'Je kunt dit achteraf niet wijzigen.','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'Maak een keuze of je sites in je WordPress netwerk als subdomeinen of subfolders wilt gebruiken.','If %1$s is disabled, ask your administrator to enable that module, or look at the <a href="%2$s">Apache documentation</a> or <a href="%3$s">elsewhere</a> for help setting it up.'=>'Als %1$s is uitgeschakeld, vraag je beheerder om deze module in te schakelen, of bekijk de <a href="%2$s">Apache documentatie</a> of kijk <a href="%3$s">ergens anders</a> voor hulp om het in te stellen.','It looks like the Apache %s module is not installed.'=>'Het lijkt erop dat de apache %s module niet is geïnstalleerd.','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'Verzeker jezelf ervan dat de Apache %s module is geïnstalleerd aangezien het gebruikt gaat worden na deze installatie.','userRegistered'=>'Geregistreerd','Super Admin <span class="count">(%s)</span>'=>'Super beheerder <span class="count">(%s)</span>' . "\0" . 'Super beheerders <span class="count">(%s)</span>','userNot spam'=>'Geen spam','userMark as spam'=>'Markeer als spam','Visit Theme Site'=>'Thema site bezoeken','Broken Theme:'=>'Kapot thema:','Network Disable %s'=>'%s voor netwerk deactiveren','Disable %s'=>'%s deactiveren','Network Enable %s'=>'%s voor netwerk activeren','Enable %s'=>'%s inschakelen','Network Disable'=>'Netwerk uitschakelen','themesBroken <span class="count">(%s)</span>'=>'Incompleet <span class="count">(%s)</span>' . "\0" . 'Incompleet <span class="count">(%s)</span>','themesDisabled <span class="count">(%s)</span>'=>'Uitgeschakeld <span class="count">(%s)</span>' . "\0" . 'Uitgeschakeld <span class="count">(%s)</span>','themesEnabled <span class="count">(%s)</span>'=>'Ingeschakeld <span class="count">(%s)</span>' . "\0" . 'Ingeschakeld <span class="count">(%s)</span>','themesAll <span class="count">(%s)</span>'=>'Alles <span class="count">(%s)</span>' . "\0" . 'Alles <span class="count">(%s)</span>','No themes found.'=>'Geen thema\'s gevonden.','verb; siteArchive'=>'Archief','Unarchive'=>'Dearchiveren','Never'=>'Nooit','%1$s – %2$s'=>'%1$s – %2$s','siteRegistered'=>'Geregistreerd','Last Updated'=>'Laatst geüpdatet','siteNot Spam'=>'Geen spam','siteMark as spam'=>'Markeer als spam','No sites found.'=>'Geen sites gevonden.','Mature'=>'Volwassen','siteSpam'=>'Spam','Archived'=>'Gearchiveerd','A password reset link will be sent to the user via email.'=>'Een link om het wachtwoord te herstellen wordt verzonden naar de gebruiker via e-mail.','If registration is disabled, please set %1$s in %2$s to a URL you will redirect visitors to if they visit a non-existent site.'=>'Als registratie is uitgeschakeld, stel dan %1$s in %2$s in op een URL waar je bezoekers naar omleidt als ze een niet-bestaande site bezoeken.','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.'=>'Je moet de constante %1$s als true definiëren in je %2$s bestand om het aanmaken van een netwerk toe te staan.','Themes list navigation'=>'Thema\'s lijst navigatie','Sites list'=>'Sites lijst','Sites list navigation'=>'Sites lijst navigatie','Site users list'=>'Sitegebruikerslijst','Site users list navigation'=>'Sitegebruikerslijst navigatie','Filter site users list'=>'Gebruikers van de site filteren','Site themes list'=>'Lijst site thema\'s','Site themes list navigation'=>'Site thema\'s lijst navigatie','Filter site themes list'=>'Thema\'s van de site filteren','The domain or path entered conflicts with an existing username.'=>'Het ingevoerde domein of pad conflicteert met een bestaande gebruikersnaam.','The requested action is not valid.'=>'De opgevraagde actie is ongeldig.','You are about to mark the site %s as not mature.'=>'Je staat op het punt om de site %s te markeren als niet volwassen.','You are about to mark the site %s as mature.'=>'Je staat op het punt om de site %s te markeren als volwassen.','You are about to delete the site %s.'=>'Je staat op het punt om de site %s te verwijderen.','You are about to mark the site %s as spam.'=>'Je staat op het punt om de site %s te markeren als spam.','You are about to unspam the site %s.'=>'Je staat op het punt om de site %s te demarkeren als spam.','You are about to archive the site %s.'=>'Je staat op het punt om de site %s te archiveren.','You are about to unarchive the site %s.'=>'Je staat op het punt om de site %s te herstellen vanuit het archief.','The requested site does not exist.'=>'De opgevraagde site bestaat niet.','Path'=>'Pad','Domain'=>'domein','<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentation on Network Users</a>'=>'<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentatie over netwerkgebruikers</a>','<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">Documentation on Network Themes</a>'=>'<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">Documentatie over Netwerk Thema\'s</a>','Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s'=>'Waarschuwing. Er is een probleem met het updaten van %1$s. Je server is mogelijk niet in staat om verbinding te maken met de sites die er op draaien. Foutmelding: %2$s','%s theme deleted.'=>'%s thema is verwijderd.' . "\0" . '%s thema\'s zijn verwijderd.','%s theme disabled.'=>'%s thema uitgeschakeld.' . "\0" . '%s thema\'s uitgeschakeld.','%s theme enabled.'=>'%s thema ingeschakeld.' . "\0" . '%s thema\'s ingeschakeld.','Yes, delete these themes'=>'Ja, deze thema\'s verwijderen','You are about to remove the following themes:'=>'Je staat op het punt om de volgende thema\'s te verwijderen:','These themes may be active on other sites in the network.'=>'Deze thema\'s kunnen actief zijn op andere sites in het netwerk.','Delete Themes'=>'Thema\'s verwijderen','Size in kilobytes'=>'Grootte in kilobytes','Allowed file types. Separate types by spaces.'=>'Toegestane bestandstypen. De bestandstypes scheiden met spaties.','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'Voeg het volgende toe aan je %1$s bestand in %2$s, en <strong>vervang</strong> daarmee andere WordPress regels:','Confirm your action'=>'Je actie bevestigen','Hover over any user on the list to make the edit links appear. The Edit link on the left will take you to their Edit User profile page; the Edit link on the right by any site name goes to an Edit Site screen for that site.'=>'Hoveren over een gebruiker in de lijst om de bewerkingslinks te laten verschijnen. De bewerkingslink aan de linkerkant brengt je naar hun bewerkingsprofielpagina; de bewerkingslink aan de rechterkant bij een sitenaam gaat naar een Bewerksite scherm voor die site.','To search for a site, <strong>enter the path or domain</strong>.'=>'Om een site te zoeken, <strong>vul het pad of domeinnaam in</strong>.','To search for a user, <strong>enter an email address or username</strong>. Use a wildcard to search for a partial username, such as user*.'=>'Om een gebruiker te zoeken, <strong>vul een e-mailadres of gebruikersnaam in</strong>. Gebruik een wildcard om op een gedeelte van een gebruikersnaam te zoeken, zoals gebrui*.','To add a new site, <strong>click Create a New Site</strong>.'=>'Om een nieuwe site toe te voegen, <strong>klik Nieuwe site toevoegen</strong>.','To add a new user, <strong>click Create a New User</strong>.'=>'Om een nieuwe gebruiker toe te voegen, <strong>klik Nieuwe gebruiker toevoegen</strong>.','Quick Tasks'=>'Snelle taken','To search for a user or site, use the search boxes.'=>'Om te zoeken naar een gebruiker of site, maak gebruik van de zoekvakken.','The Right Now widget on this screen provides current user and site counts on your network.'=>'De op-dit-moment widget op dit scherm biedt informatie over gebruikers en site aantallen van je netwerk.','Modify global network settings'=>'Globale instellingen bewerken','Update your network'=>'Je netwerk updaten','Install and activate themes or plugins'=>'Thema\'s op plugins installeren en activeren','Add and manage sites or users'=>'Sites en gebruikers toevoegen en beheren','From here you can:'=>'Vanaf hier kun je:','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'Welkom bij je netwerkbeheer. Dit gebied van de beheerschermen wordt gebruikt voor het beheren van alle aspecten van je multisite netwerk.','Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Toolbar). Clicking the Upgrade Network button will step through each site in the network, five at a time, and make sure any database updates are applied.'=>'Dit scherm alleen gebruiken wanneer je WordPress hebt geüpdatet via Nieuwe updates beschikbaar (in het netwerkbeheer navigatiemenu of in de toolbar). Het klikken op de update knop zorgt ervoor dat alle database updates worden doorgevoerd voor elke site (5 tegelijkertijd) op alle sites in het netwerk.','Upgrade Network'=>'Netwerk upgraden','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'Netwerken met subfolders kunnen niet volledig compatibel zijn met aangepaste wp-content folders.','Add the designated lines of code to wp-config.php (just before <code>/*...stop editing...*/</code>) and <code>.htaccess</code> (replacing the existing WordPress rules).'=>'De volgende gegenereerde regels toevoegen aan wp-config.php (vlak voor <code>/* ...stop editing... */</code> en aan <code>.htaccess</code> (vervang hier de bestaande WordPress regels).','Language Settings'=>'Taalinstellingen','Allow site administrators to add new users to their site via the "Users → Add User" page'=>'Sta site beheerders toe om nieuwe gebruikers aan hun site toe te voegen via de "Gebruikers → Gebruiker toevoegen" pagina','Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Network Admin > Users and click on Username or the Edit action link below that name. This goes to an Edit User page where you can check a box to grant super admin privileges.'=>'Super beheerders kunnen niet langer worden toegevoegd via het opties scherm. Je gaat nu naar de lijst van bestaande gebruikers op Netwerkbeheer > Gebruikers en klikt op de gebruikersnaam of de bewerklink onder de naam. Dit gaat naar een bewerk gebruiker pagina waar je een gebruiker super beheer rechten kunt geven via een selectievakje.','Enter the username and email.'=>'Voer de gebruikersnaam en e-mailadres in.','User created.'=>'Gebruiker aangemaakt.','Select a user to remove.'=>'Een gebruiker selecteren om te verwijderen.','Select a user to change role.'=>'Een gebruiker selecteren om de rol te wijzigen.','Enter the username of an existing user.'=>'Voer de gebruikersnaam van een bestaande gebruiker in.','User is already a member of this site.'=>'Gebruiker is al lid van deze site.','Site options updated.'=>'Site opties geüpdatet.','Site added. <a href="%1$s">Visit Dashboard</a> or <a href="%2$s">Edit Site</a>'=>'Site toegevoegd. <a href="%1$s">Bezoek het dashboard</a> of <a href="%2$s">bewerk de site</a>','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'Dit scherm is voor super beheerders om nieuwe sites toe te voegen aan het netwerk. Dit wordt niet beïnvloed door registratie instellingen.','Site info updated.'=>'Site informatie geüpdatet.','You cannot delete a theme while it is active on the main site.'=>'Het is niet mogelijk een thema te verwijderen welke actief is op de hoofdsite.','Themes can be enabled on a site by site basis by the network admin on the Edit Site screen (which has a Themes tab); get there via the Edit action link on the All Sites screen. Only network admins are able to install or edit themes.'=>'Thema\'s kunnen per site worden ingeschakeld door de netwerkbeheerder op het Site bewerken scherm (dat een Thema\'s tab heeft); ga daarheen via de Bewerken actie link op het Alle sites scherm. Alleen netwerkbeheerders kunnen thema\'s installeren of bewerken.','No, return me to the theme list'=>'Nee, breng mij terug naar de themalijst','Yes, delete this theme'=>'Ja, dit thema verwijderen' . "\0" . 'Ja, deze thema's verwijderen','Are you sure you want to delete these themes?'=>'Weet je zeker dat je deze thema\'s wilt verwijderen?','You are about to remove the following theme:'=>'Je staat op het punt om het volgende thema te verwijderen:' . "\0" . 'Je staat op het punt om de volgende thema's te verwijderen:','This theme may be active on other sites in the network.'=>'Dit thema kan actief zijn op andere sites in het netwerk.','Delete Theme'=>'Thema verwijderen' . "\0" . 'Thema's verwijderen','Network enabled themes are not shown on this screen.'=>'Netwerk ingeschakelde thema\'s worden niet weergegeven op dit scherm.','No theme selected.'=>'Geen thema geselecteerd.','Theme disabled.'=>'Thema deactiveren.' . "\0" . '%s thema's deactiveren.','Theme enabled.'=>'Thema activeren.' . "\0" . '%s thema&39;s activeren.','Edit Site: %s'=>'Bewerk site: %s','Invalid site ID.'=>'Ongeldige site ID.','Sorry, you are not allowed to delete the site %s.'=>'Je hebt geen toestemming om de site %s te verwijderen.','Delete Permanently which is a permanent action after the confirmation screen.'=>'Permanent verwijderen is een permanente actie na het bevestigingsscherm.','Dashboard leads to the Dashboard for that site.'=>'Dashboard leidt naar het dashboard van de betreffende site.','An Edit link to a separate Edit Site screen.'=>'De Bewerken link verwijst naar een apart site wijzigenscherm.','Add Site takes you to the screen for adding a new site to the network. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.'=>'Site toevoegen brengt je naar het scherm om een nieuwe site aan het netwerk toe te voegen. Je kunt zoeken naar een site op naam, ID-nummer of IP-adres. Schermopties laten je kiezen hoeveel sites er op één pagina worden getoond.','Add Users'=>'Gebruikers toevoegen','Cannot add user.'=>'Toevoegen gebruiker niet mogelijk.','Add User will set up a new user account on the network and send that person an email with username and password.'=>'Gebruiker toevoegen zal een nieuw gebruikersaccount aan het netwerk toevoegen en deze persoon een e-mail zenden met gebruikersnaam en wachtwoord.','Updates'=>'Updates','Network Settings'=>'Netwerkinstellingen','Installed Themes'=>'Geïnstalleerde thema\'s','All Sites'=>'Alle sites','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'Zodra je deze stappen hebt afgerond, is je netwerk ingeschakeld en geconfigureerd. Je zult opnieuw moeten inloggen.','To make your installation more secure, you should also add:'=>'Om je installatie beter te beveiligen, moet je ook toevoegen:','Complete the following steps to enable the features for creating a network of sites.'=>'De volgende stappen afronden om de nieuwe eigenschappen te activeren om een netwerk met sites te creëren.','Enabling the Network'=>'Netwerk activeren','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'Graag de configuratiestappen afronden. Om een nieuw netwerk aan te maken moet je de netwerkdatabasetabellen leegmaken of verwijderen.','An existing WordPress network was detected.'=>'Een bestaande WordPress netwerk was gevonden.','The original configuration steps are shown here for reference.'=>'De originele configuratiestappen worden hier getoond ter referentie.','Your email address.'=>'Je e-mailadres.','What would you like to call your network?'=>'Hoe zou je je netwerk willen noemen?','Network Title'=>'Netwerktitel','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'Aangezien je werkt met een bestaande installatie moeten de sites in je WordPress netwerk gebruik maken van subdomeinen.','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'Omdat je installatie in een folder staat, moeten de sites in je WordPress netwerk subfolders gebruiken.','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'De hoofdsite als een subfolder installatie zorgt ervoor dat de permalink structuur gewijzigd moet worden wat mogelijk bestaande links corrupt maakt.','Network Details'=>'Netwerkdetails','Server Address'=>'Serveradres','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'zoals <code>%1$s/site1</code> en <code>%1$s/site2</code>','Sub-directories'=>'Subfolders','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'zoals <code>site1.%1$s</code> en <code>site2.%1$s</code>','Sub-domains'=>'Subdomeinen','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'Je hebt een wildcard DNS-record nodig als je gebruik wilt maken van de virtual host (subdomein) functionaliteit.','Addresses of Sites in your Network'=>'Adressen van de sites in je netwerk','Fill in the information below and you’ll be on your way to creating a network of WordPress sites. Configuration files will be created in the next step.'=>'Vul onderstaande informatie in en je bent op weg om een netwerk te creëren van WordPress sites. Configuratiebestanden zullen worden gemaakt in de volgende stap.','Welcome to the Network installation process!'=>'Welkom bij het netwerkinstallatie proces!','The network could not be created.'=>'Het netwerk kon niet worden aangemaakt.','Once the network is created, you may reactivate your plugins.'=>'Wanneer het netwerk gemaakt is mag je je plugins weer opnieuw activeren.','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'Graag <a href="%s">je plugins deactiveren</a> voordat je de Netwerk functie gaat inschakelen.','Network'=>'Netwerk','The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.'=>'De keuze van submap-sites is uitgeschakeld als deze setup meer dan een maand oud is, vanwege permalink-problemen met “/blog/” van de hoofdsite. Dit uitschakelen zal in een toekomstige versie aangepast worden.','Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.'=>'Als je deze code eenmaal toegevoegd hebt en je browser vernieuwt, zal de multisite ingeschakeld zijn. Dit scherm, nu in het Netwerkbeheer navigatiemenu, zal een archief bewaren van de toegevoegde code. Je kunt togglen tussen Netwerkbeheer en Sitebeheer door te klikken op Netwerkbeheer of individuele sitenaam onder de Mijn sites dropdown in de toolbar.','The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.'=>'Het volgende scherm voor netwerk instellen geeft je individueel gegenereerde regels code om toe te voegen aan je wp-config.php en .htaccess bestanden. Zorg ervoor dat de instellingen van je FTP client zo zijn dat bestanden die met een punt beginnen zichtbaar zijn, zodat je het .htaccess bestand kunt vinden. Mogelijk moet je dit bestand maken als het er echt niet is. Maak van beide bestanden uiteraard eerst een back-up.','Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your installation. Fill out the network details, and click Install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).'=>'Kies subdomeinen of submappen; dit kan alleen achteraf gewisseld worden door je installatie te herconfigureren. Vul de netwerkdetails in, en klik op installeren. Als het niet werkt, kun je een wildcard DNS-record (voor subdomeinen) toevoegen, of wijzigen met een andere instelling in Permalinks (voor submappen).','This screen allows you to configure a network as having subdomains (<code>site1.example.com</code>) or subdirectories (<code>example.com/site1</code>). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.'=>'Met dit scherm kun je een netwerk configureren met subdomeinen<code>(site1.example.com</code>) of subfolders<code>(example.com/site1</code>). Voor subdomeinen moeten wildcard subdomeinen zijn ingeschakeld in apache en DNS-records, als je host dat toestaat.','Create a Network of WordPress Sites'=>'Maak een netwerk van WordPress sites','The Network creation panel is not for WordPress MU networks.'=>'Het netwerk aanmaakpaneel is niet voor WordPress MU netwerken.','Warning! User cannot be modified. The user %s is a network administrator.'=>'Let op! Gebruiker kan niet worden aangepast. De gebruiker %s is een netwerk administrator.','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'Als de beheerder e-mail voor de nieuwe site niet bestaat in de database zal er een nieuwe gebruiker worden gemaakt.','Flag for Deletion, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.'=>'Markeren voor Verwijderen, Archiveren en Spam leidt tot bevestigingsschermen. Deze acties kunnen later ongedaan worden gemaakt.','Hovering over each site reveals seven options (three for the primary site):'=>'Bij hoveren over elke site verschijnen er zeven opties (drie voor de primaire site):','Operational settings has fields for the network’s name and admin email.'=>'Operationele instellingen bevatten velden voor de netwerknaam en beheerder e-mail.','The bulk action will permanently delete selected users, or mark/unmark those selected as spam. Spam users will have posts removed and will be unable to sign up again with the same email addresses.'=>'De bulkactie zal de geselecteerde gebruikers permanent verwijderen, of de geselecteerde markeren/demarkeren als spam. De berichten van de spam-gebruikers zullen verwijderd worden. Spam gebruikers kunnen zich niet opnieuw aanmelden met dezelfde e-mailadressen.','You can also go to the user’s profile page by clicking on the individual username.'=>'Je kunt ook naar de gebruikers profielpagina gaan door op de individuele gebruikersnaam te klikken.','Upload settings control the size of the uploaded files and the amount of available upload space for each site. You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only).'=>'Upload instellingen regelen de grootte van de geüploade bestanden en de hoeveelheid beschikbare uploadruimte voor elke site. Je kunt de standaardwaarde voor specifieke sites wijzigen wanneer je een bepaalde site bewerkt. Toegestane bestandstypen worden ook vermeld (alleen spatie gescheiden).','You can make an existing user an additional super admin by going to the Edit User profile page and checking the box to grant that privilege.'=>'Je kunt van een bestaande gebruiker een extra superbeheerder maken door naar de pagina gebruikersprofiel bewerken te gaan en het vakje aan te vinken om dat privilege toe te kennen.','Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them.'=>'Gebruikers die zijn geregistreerd op het netwerk zonder een eigen site, worden toegevoegd als inschrijvers op de hoofdsite, ze krijgen toegang in het Dashboard op hun eigen profiel pagina om hun account te beheren. Deze gebruikers zullen het Dashboard en Mijn sites alleen kunnen zien in de hoofdnavigatie, tot zijzelf een eigen site zullen bezitten.','You can sort the table by clicking on any of the table headings and switch between list and excerpt views by using the icons above the users list.'=>'Je kunt de tabel sorteren door op een van de kopteksten te klikken en schakelen tussen de lijst- en samenvatting weergave met de iconen boven de gebruikerslijst.','This table shows all users across the network and the sites to which they are assigned.'=>'Deze tabel toont alle gebruikers in het netwerk en de sites waar ze bij horen.','If this process fails for any reason, users logging in to their sites will force the same update.'=>'Indien dit proces mislukt om wat voor reden dan ook, zullen gebruikers die op hun sites inloggen dezelfde update forceren.','If a version update to core has not happened, clicking this button will not affect anything.'=>'Als er geen versie-update aan de core is gedaan, zal klikken op deze knop niets doen.','If the network admin disables a theme that is in use, it can still remain selected on that site. If another theme is chosen, the disabled theme will not appear in the site’s Appearance > Themes screen.'=>'Als de netwerkbeheerder een thema uitschakelt dat in gebruik is, kan het nog steeds geselecteerd blijven op die site. Als een ander thema wordt gekozen, zal het uitgeschakelde thema niet verschijnen op het scherm Weergave > Thema\'s van de site.','This screen enables and disables the inclusion of themes available to choose in the Appearance menu for each site. It does not activate or deactivate which theme a site is currently using.'=>'Dit scherm laat je kiezen welke thema\'s beschikbaar zijn in het Weergave menu voor elke site. Het thema dat momenteel gebruikt wordt door een site, wordt hierdoor niet geactiveerd of gedeactiveerd.','This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.'=>'Dit is het hoofdoverzicht van alle sites op dit netwerk. Wissel tussen lijst en samenvatting weergaven met gebruik van de iconen aan de rechter bovenkant van het overzicht.','Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.'=>'Menu-instelling schakelt de plugin menu\'s in/uit voor niet superbeheerders, zodat alleen superbeheerders en niet sitebeheerders toegang hebben om plugins te activeren.','New site settings are defaults applied when a new site is created in the network. These include welcome email for when a new site or user account is registered, and what᾿s put in the first post, page, comment, comment author, and comment URL.'=>'Nieuwe site-instellingen worden standaard toegepast als een nieuwe site in het netwerk wordt gemaakt. Deze bevatten een welkomst e-mail wanneer een nieuwe gebruiker of gebruikersaccount is geregistreerd. Het bevat ook berichten voor de inhoud van de site voor het eerste bericht, pagina, reactie, reactie-auteur en reactie URL (internet adres).','Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network.'=>'Registratie instellingen kunnen ingeschakeld/uitgeschakeld worden voor publieke registraties. Als je anderen laat registreren voor een site, installeer dan anti spam plugins. Spaties, geen komma\'s zouden de namen moeten scheiden van sites die verbannen zijn van dit netwerk.','This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site’s options.'=>'Dit scherm is voor de instellingen en wijzigingen voor het netwerk als geheel. De eerste site is de hoofdsite in het netwerk. De netwerk instellingen worden van de originele site instellingen gehaald.','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'De volgende woorden zijn gereserveerd voor gebruik door WordPress functies en kunnen niet gebruikt worden als site namen: %s','If your browser does not start loading the next page automatically, click this link:'=>'Als je browser de volgende pagina niet automatisch laadt, klik op deze link:','If you want to ban domains from site registrations. One domain per line.'=>'Als je domeinen wilt verbieden van site registraties. Een domein per regel.','If you want to limit site registrations to certain domains. One domain per line.'=>'Als je de site registraties wilt beperken tot bepaalde domeinen. Een domein per regel.','Users removed from spam.'=>'Gebruikers verwijderd uit spam.','Site marked as spam.'=>'Site gemarkeerd als spam.','Site removed from spam.'=>'Site verwijderd uit spam.','Sites marked as spam.'=>'Sites gemarkeerd als spam.','Sites removed from spam.'=>'Sites verwijderd uit spam.','Users deleted.'=>'Gebruikers verwijderd.','Users marked as spam.'=>'Gebruikers gemarkeerd als spam.','Site unarchived.'=>'Site herstellen uit het archief.','Site archived.'=>'Site gearchiveerd.','Sorry, you are not allowed to change the current site.'=>'Je hebt geen toestemming om de huidige site te veranderen.','There was an error creating the user.'=>'Er is een fout opgetreden bij het aanmaken van de gebruiker.','Upload file types'=>'Upload bestandstypen','Limit total size of files uploaded to %s MB'=>'De totale grootte beperken van bestanden die worden geüpload tot %s MB','The URL for the first comment on a new site.'=>'De URL voor de eerste reactie op een nieuwe site.','The author of the first comment on a new site.'=>'De auteur van de eerste reactie op een nieuwe site.','The first comment on a new site.'=>'De eerste reactie op een nieuwe site.','The first page on a new site.'=>'De eerste pagina op een nieuwe site.','The first post on a new site.'=>'Het eerste bericht op een nieuwe site.','All done!'=>'Alles gedaan!','Both sites and user accounts can be registered'=>'Zowel sites als gebruikersaccounts kunnen worden geregistreerd','Logged in users may register new sites'=>'Ingelogde gebruikers mogen nieuwe sites registreren','User accounts may be registered'=>'Gebruikersaccounts kunnen worden geregistreerd','Registration is disabled'=>'Registreren is gedeactiveerd','Enable administration menus'=>'Administratiemenu\'s inschakelen','Upload Settings'=>'Upload instellingen','New Site Settings'=>'Nieuwe site instellingen','Registration Settings'=>'Registratie instellingen','Operational Settings'=>'Operationele instellingen','Missing email address.'=>'E-mailadres ontbreekt.','Missing or invalid site address.'=>'Ontbrekend of ongeldig site-adres.','Next Sites'=>'Volgende sites','Site upload space'=>'Site uploadruimte','The welcome email sent to new site owners.'=>'De welkomst e-mail is verstuurd naar de nieuwe site eigenaren.','Users are not allowed to register these sites. Separate names by spaces.'=>'Gebruikers zijn niet toegestaan deze sites te registeren. Namen scheiden door spaties.','Send the network admin an email notification every time someone registers a site or user account'=>'Stuur de netwerkbeheerder een e-mail melding elke keer dat iemand een site of een gebruikersaccount registreert','Network Admin Email'=>'E-mailadres netwerkbeheerder','A new user will be created if the above email address is not in the database.'=>'Een nieuwe gebruiker wordt aangemaakt als bovenstaande e-mailadres niet voorkomt in de database.','Admin Email'=>'Beheerder e-mailadres','Add Site'=>'Site toevoegen','Default Language'=>'Standaard taalinstellingen','Max upload file size'=>'Maximale upload bestandsgrootte','First Comment URL'=>'URL van eerste reactie','First Comment Author'=>'Eerste reactie van de auteur','First Comment'=>'Eerste reactie','First Page'=>'Eerste pagina','The welcome email sent to new users.'=>'De welkomst e-mail verzonden naar nieuwe gebruikers.','Welcome User Email'=>'Welkom gebruiker e-mail','Welcome Email'=>'Welkomst e-mail','Banned Email Domains'=>'Verboden e-mail domeinnamen','Limited Email Registrations'=>'Beperkte e-mailregistraties','Banned Names'=>'Verbande namen','Add New User'=>'Nieuwe gebruiker toevoegen','Registration notification'=>'Registratiemelding','Allow new registrations'=>'Nieuwe registraties toestaan','Duplicated username or email address.'=>'De gebruikersnaam of het e-mailadres is al in gebruik.','Cannot create an empty user.'=>'Aanmaken van lege gebruiker niet mogelijk.','Confirm'=>'Bevestigen']];
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2025-11-16 15:24:20+0000','plural-forms'=>'nplurals=3; plural=(n == 1) ? 0 : ((n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14)) ? 1 : 2);','project-id-version'=>'WordPress - 6.9.x - Development - Administration - Network Admin','language'=>'pl','messages'=>['Site flagged for deletion.'=>'Witryna oznaczona do usunięcia.','Site deletion flag removed.'=>'Usunięto flagę usunięcia witryny.','Site permanently deleted.'=>'Usunięto witrynę.','Sites permanently deleted.'=>'Usunięto witryny.','Delete these sites permanently'=>'Usuń wybrane witryny','Flagging a site for deletion makes the site unavailable to its users and visitors. This is a reversible action. A super admin can permanently delete the site at a later date.'=>'Oznaczenie witryny do usunięcia powoduje, że staje się ona niedostępna dla użytkowników i odwiedzających. Jest to działanie odwracalne. Superadministrator może trwale usunąć witrynę w późniejszym terminie.','Archiving a site makes the site unavailable to its users and visitors. This is a reversible action.'=>'Archiwizacja witryny powoduje, że staje się ona niedostępna dla użytkowników i odwiedzających. Jest to działanie odwracalne.','You are about to flag the site %s for deletion.'=>'Zamierzasz oznaczyć witrynę %s do usunięcia.','You are about to remove the deletion flag from the site %s.'=>'Zamierzasz usunąć oznaczenia usunięcia z witryny %s.','Flag for Deletion'=>'Flaga do usunięcia','siteRemove Deletion Flag'=>'Usuń flagę do usunięcia','Flagged for Deletion <span class="count">(%s)</span>'=>'Oznaczono do usunięcia <span class="count">(%s)</span>.' . "\0" . 'Oznaczono do usunięcia <span class="count">(%s)</span>.' . "\0" . 'Oznaczono do usunięcia <span class="count">(%s)</span>.','Flagged for Deletion'=>'Oznaczone do usunięcia','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/#network-admin-updates-screen">Documentation on Upgrade Network</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/#network-admin-updates-screen">Dokumentacja dotycząca aktualizacji sieci witryn</a>','Deleting a site is a permanent action that cannot be undone. This will delete the entire site and its uploads directory.'=>'Usunięcie witryny jest działaniem trwałym, którego nie można cofnąć. Ta operacja usunie całą witrynę oraz jej katalog z plikami.','Delete this site permanently'=>'Usuń tę witrynę na zawsze','Visit to go to the front-end of the live site.'=>'Przejdź na witrynę w widoku takim, jaki ujrzą odwiedzający ją użytkownicy.','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/settings/">Documentation on Network Settings</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/settings/">Dokumentacja dotycząca ustawień sieci witryn</a>','<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Documentation on the Network Admin</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/">Dokumentacja dot. administracji sieci witryn</a>','<a href="https://developer.wordpress.org/advanced-administration/multisite/create-network/">Documentation on Creating a Network</a>'=>'<a href="https://developer.wordpress.org/advanced-administration/multisite/create-network/">Dokumentacja dot. tworzenia sieci witryn</a>','https://developer.wordpress.org/advanced-administration/server/web-server/nginx/'=>'https://developer.wordpress.org/advanced-administration/server/web-server/nginx/','Missing site title.'=>'Brakuje tytułu witryny.','Table ordered by User Registered Date.'=>'Tabela uporządkowana według daty rejestracji użytkownika.','Table ordered by Theme Name.'=>'Tabela uporządkowana według nazwy motywu.','Table ordered by Site Registered Date.'=>'Tabela uporządkowana według daty rejestracji witryny.','Table ordered by Last Updated.'=>'Tabela uporządkowana według ostatniej aktualizacji.','Table ordered by Site Path.'=>'Tabela uporządkowana według ścieżki witryny.','Table ordered by Site Domain Name.'=>'Tabela uporządkowana według nazwy domeny witryny.','Network configuration authentication keys'=>'Klucze uwierzytelniania konfiguracji sieci','Network configuration rules for %s'=>'Zasady konfiguracji sieci dla %s','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'Zaktualizowano WordPressa! Zanim jednak skończysz, trzeba zaktualizować witryny w sieci.','Cannot create an empty site.'=>'Nie można utworzyć pustej witryny.','You should back up your existing %s file.'=>'Należy utworzyć kopię pliku %s.','You should back up your existing %1$s and %2$s files.'=>'Należy utworzyć kopię plików %1$s i %2$s.','Visit theme site for %s'=>'Odwiedź witrynę motywu %s','Child theme of %s'=>'Motyw potomny motywu %s','sitePublic'=>'Publiczne','siteNot spam'=>'To nie jest spam','%s theme will no longer be auto-updated.'=>'%s motyw nie będzie już automatycznie aktualizowany.' . "\0" . '%s motywy nie będą już automatycznie aktualizowane.' . "\0" . '%s motywów nie będzie już automatycznie aktualizowanych.','%s theme will be auto-updated.'=>'%s motyw będzie automatycznie aktualizowany.' . "\0" . '%s motywy będą automatycznie aktualizowane.' . "\0" . '%s motywów będzie automatycznie aktualizowanych.','Sorry, you are not allowed to change themes automatic update settings.'=>'Przykro nam, nie masz uprawnień do zmiany ustawień automatycznych aktualizacji motywów.','No themes are currently available.'=>'Żaden motyw nie jest aktualnie dostępny.','Y/m/d g:i:s a'=>'Y-m-d G:i:s','It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.'=>'Wygląda na to, że sieć witryn działa w oparciu o serwer Nginx. <a href="%s">Dowiedz się więcej o dalszej konfiguracji</a>.','sitesSpam <span class="count">(%s)</span>'=>'Spam <span class="count">(%s)</span>' . "\0" . 'Spam <span class="count">(%s)</span>' . "\0" . 'Spam <span class="count">(%s)</span>','Mature <span class="count">(%s)</span>'=>'Dojrzałe <span class="count">(%s)</span>' . "\0" . 'Dojrzałe <span class="count">(%s)</span>' . "\0" . 'Dojrzałe <span class="count">(%s)</span>','Archived <span class="count">(%s)</span>'=>'Zarchiwizowane <span class="count">(%s)</span>' . "\0" . 'Zarchiwizowane <span class="count">(%s)</span>' . "\0" . 'Zarchiwizowane <span class="count">(%s)</span>','Public <span class="count">(%s)</span>'=>'Opublikowane <span class="count">(%s)</span>' . "\0" . 'Opublikowane <span class="count">(%s)</span>' . "\0" . 'Opublikowane <span class="count">(%s)</span>','sitesAll <span class="count">(%s)</span>'=>'Wszystkie <span class="count">(%s)</span>' . "\0" . 'Wszystkie <span class="count">(%s)</span>' . "\0" . 'Wszystkie <span class="count">(%s)</span>','themesUpdate Available <span class="count">(%s)</span>'=>'Dostępna aktualizacja <span class="count">(%s)</span>' . "\0" . 'Dostępne aktualizacje <span class="count">(%s)</span>' . "\0" . 'Dostępne aktualizacje <span class="count">(%s)</span>','Main'=>'Główna','<a href="https://wordpress.org/documentation/article/tools-network-screen/">Documentation on the Network Screen</a>'=>'<a href="https://wordpress.org/documentation/article/tools-network-screen/">Dokumentacja dotycząca ekranów administracji siecią witryn (po angielsku)</a>','The constant %s cannot be defined when creating a network.'=>'Stała %s nie może zostać zdefiniowana w czasie tworzenia sieci.','You are about to delete the following sites:'=>'Zamierzasz usunąć następujące witryny:','User could not be added to this site.'=>'Użytkownik nie mógł zostać dodany do witryny. ','The username and a link to set the password will be mailed to this email address.'=>'Nazwa użytkownika i odnośnik do ustawienia hasła zostanie wysłany na podany adres e-mail.','There is a pending change of the network admin email to %s.'=>'Wciąż oczekuje zmiana adresu administratora sieci na %s.','Sub-domain Installation'=>'Instalacja sub-domenowa.','Sub-directory Installation'=>'Instalacja podkatalogowa','Active Child Theme'=>'Aktywny motyw potomny','%s KB'=>'%s KB','%s Sites'=>'%s Witryn','Sorry, you are not allowed to delete themes for this site.'=>'Brak uprawnień do usuwanie motywów z witryny.','Sorry, you are not allowed to manage network themes.'=>'Brak uprawnień do zarządzania motywami sieci.','Sorry, you are not allowed to delete that site.'=>'Brak uprawnień do skasowania wybranej witryny.','Sorry, you are not allowed to manage themes for this site.'=>'Przykro nam, ale nie masz uprawnień do zarządzania motywami w tej witrynie.','Sorry, you are not allowed to add sites to this network.'=>'Przykro nam, ale nie masz uprawnień pozwalających na dodawanie witryn do sieci.','Sorry, you are not allowed to edit this site.'=>'Przykro nam, ale nie masz uprawnień do edycji tej witryny.','The email address of the first comment author on a new site.'=>'Adres e-mail autora pierwszego komentarza na nowej witrynie.','First Comment Email'=>'Adres e-mail pierwszego komentarza','That’s all, stop editing! Happy publishing.'=>'To wszystko, nie edytuj dalej! Szczęśliwego publikowania.','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'Dodaj następujące do pliku %1$s znajdującego sie w %2$s <strong>powyżej</strong> linijki %3$s:','theme%1$s by %2$s'=>'%1$s autorstwa %2$s','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'Dozwolone są małe litery (a-z) [bez polskich znaków diakrytycznych], liczby oraz myślnik.','These unique authentication keys are also missing from your %s file.'=>'W pliku %s brakuje unikatowych kluczy uwierzytelniających.','This unique authentication key is also missing from your %s file.'=>'W twoim pliku %s brakuje unikatowego klucza uwierzytelniającego.','Because you are using %1$s, the sites in your WordPress network must use sub-directories. Consider using %2$s if you wish to use sub-domains.'=>'Ponieważ używasz %1$s, witryny w twojej sieci witryn WordPressa muszą korzystać z podfolderów. Rozważ używanie %2$s, jeśli chcesz korzystać z subdomen.','The internet address of your network will be %s.'=>'Adresem internetowym twojej sieci witryn będzie %s.','You should consider changing your site domain to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.'=>'Przed włączeniem sieci witryn zalecamy zmienienie adresu witryny na %1$s. Wciąż możliwe będzie odwiedzenie witryny przy użyciu prefiksu %3$s w połączeniu z adresem takim jak %2$s, ale jakiekolwiek odnośniki nie będą miały prefiksu %3$s.','You cannot change this later.'=>'Tego ustawienia nie można później zmienić.','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'Wybierz, czy witryny w sieci witryn WordPressa powinny używać subdomen, czy też podkatalogów.','If %1$s is disabled, ask your administrator to enable that module, or look at the <a href="%2$s">Apache documentation</a> or <a href="%3$s">elsewhere</a> for help setting it up.'=>'Jeśli %1$s jest wyłączony, poproś administratora, by go włączył, bądź też zapoznaj się z <a href="%2$s">dokumentacją Apache\'a</a> lub <a href="%3$s">innymi źródłami</a>, aby zmienić to ustawienie samodzielnie.','It looks like the Apache %s module is not installed.'=>'Wygląda na to, że moduł %s Apache\'a nie jest zainstalowany.','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'Upewnij się, że moduł %s Apache\'a jest zainstalowany, ponieważ będzie on używany na końcu procesu instalacji.','userRegistered'=>'Zarejestrowano','Super Admin <span class="count">(%s)</span>'=>'Super administrator <span class="count">(%s)</span>' . "\0" . 'Super administratorzy <span class="count">(%s)</span>' . "\0" . 'Super administratorzy <span class="count">(%s)</span>','userNot spam'=>'To nie jest spam','userMark as spam'=>'Oznacz jako spam','Visit Theme Site'=>'Odwiedź witrynę motywu','Broken Theme:'=>'Uszkodzony motyw:','Network Disable %s'=>'Wyłącz %s w sieci witryn','Disable %s'=>'Wyłącz %s','Network Enable %s'=>'Włącz %s w sieci witryn','Enable %s'=>'Włącz %s','Network Disable'=>'Wyłącz w całej sieci witryn','themesBroken <span class="count">(%s)</span>'=>'Uszkodzone <span class="count">(%s)</span>' . "\0" . 'Uszkodzone <span class="count">(%s)</span>' . "\0" . 'Uszkodzone <span class="count">(%s)</span>','themesDisabled <span class="count">(%s)</span>'=>'Wyłączono <span class="count">(%s)</span>' . "\0" . 'Wyłączono <span class="count">(%s)</span>' . "\0" . 'Wyłączono <span class="count">(%s)</span>','themesEnabled <span class="count">(%s)</span>'=>'Włączone <span class="count">(%s)</span>' . "\0" . 'Włączone <span class="count">(%s)</span>' . "\0" . 'Włączone <span class="count">(%s)</span>','themesAll <span class="count">(%s)</span>'=>'Wszystkie <span class="count">(%s)</span>' . "\0" . 'Wszystkie <span class="count">(%s)</span>' . "\0" . 'Wszystkie <span class="count">(%s)</span>','No themes found.'=>'Nie znaleziono żadnych motywów.','verb; siteArchive'=>'Zarchiwizuj','Unarchive'=>'Przywróć z archiwum','Never'=>'Nigdy','%1$s – %2$s'=>'%1$s – %2$s','siteRegistered'=>'Zarejestrowano','Last Updated'=>'Ostatnia aktualizacja','siteNot Spam'=>'To nie jest spam','siteMark as spam'=>'Oznacz jako spam','No sites found.'=>'Nie znaleziono żadnych witryn.','Mature'=>'Dla dorosłych','siteSpam'=>'Spam','Archived'=>'Zarchiwizowano','A password reset link will be sent to the user via email.'=>'Odnośnik resetujący hasło zostanie wysłany do użytkownika emailem.','If registration is disabled, please set %1$s in %2$s to a URL you will redirect visitors to if they visit a non-existent site.'=>'Jeśli rejestracja jest wyłączona, ustaw %1$s w pliku %2$s na adres URL, do którego mają być przekierowywani odwiedzający, gdy odwiedzą nieistniejącą witrynę.','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.'=>'Musisz zdefiniować stałą %1$s jako true w swoim pliku %2$s, aby zezwolić na stworzenie sieci witryn.','Themes list navigation'=>'Nawigacja listy motywów','Sites list'=>'Lista witryn','Sites list navigation'=>'Nawigacja listy witryn','Site users list'=>'Lista użytkowników witryny','Site users list navigation'=>'Nawigacja listy użytkowników witryny','Filter site users list'=>'Filtrowanie listy użytkowników witryny','Site themes list'=>'Lista motywów witryny','Site themes list navigation'=>'Nawigacja listy motywów witryny','Filter site themes list'=>'Filtrowanie listy motywów witryny','The domain or path entered conflicts with an existing username.'=>'Wprowadzona ścieżka lub domena koliduje z istniejącą nazwą użytkownika.','The requested action is not valid.'=>'Żądane działanie jest nieprawidłowe.','You are about to mark the site %s as not mature.'=>'Zamierzasz cofnąć oznaczenie witryny %s jako witryny dla dorosłych.','You are about to mark the site %s as mature.'=>'Zamierzasz oznaczyć witrynę %s jako witrynę dla dorosłych.','You are about to delete the site %s.'=>'Zamierzasz usunąć witrynę %s.','You are about to mark the site %s as spam.'=>'Zamierzasz oznaczyć witrynę %s jako spam.','You are about to unspam the site %s.'=>'Zamierzasz cofnąć oznaczenie witryny %s jako spam.','You are about to archive the site %s.'=>'Zamierzasz zarchiwizować witrynę %s.','You are about to unarchive the site %s.'=>'Zamierzasz przywrócić witrynę %s z archiwum.','The requested site does not exist.'=>'Wybrana witryna nie istnieje.','Path'=>'Ścieżka','Domain'=>'domena','<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentation on Network Users</a>'=>'<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Dokumentacja na temat Użytkowników Sieci Witryn</a>','<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">Documentation on Network Themes</a>'=>'<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">Dokumentacja na temat Motywów w Sieci Witryn</a>','Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s'=>'Uwaga! Wystąpił problem z aktualizacją %1$s. Twój serwer prawdopodobnie nie może połączyć się z docelową witryną. Błąd: %2$s','%s theme deleted.'=>'Usunięto %s motyw.' . "\0" . 'Usunięto %s motywy.' . "\0" . 'Usunięto %s motywów.','%s theme disabled.'=>'Wyłączono %s motyw.' . "\0" . 'Wyłączono %s motywy.' . "\0" . 'Wyłączono %s motywów.','%s theme enabled.'=>'Włączono %s motyw.' . "\0" . 'Włączono %s motywy.' . "\0" . 'Włączono %s motywów.','Yes, delete these themes'=>'Tak, usuń te motywy','You are about to remove the following themes:'=>'Zamierzasz usunąć następujące motywy:','These themes may be active on other sites in the network.'=>'Te motywy mogą być używane w innych witrynach sieci witryn.','Delete Themes'=>'Usuwanie motywów','Size in kilobytes'=>'Wielkość w kilobajtach','Allowed file types. Separate types by spaces.'=>'Dozwolone typy plików. Oddziel typy spacją.','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'Dodaj następującą treść do swojego pliku %1$s w katalogu %2$s, <strong>zastępując</strong> inne reguły WordPressa:','Confirm your action'=>'Potwierdź swój zamiar','Hover over any user on the list to make the edit links appear. The Edit link on the left will take you to their Edit User profile page; the Edit link on the right by any site name goes to an Edit Site screen for that site.'=>'Umieść wskaźnik myszy nad wierszem z nazwą dowolnego użytkownika, aby wyświetlić odnośniki prowadzące do ekranów edycji. Odnośnik „Edytuj” wyświetlany po lewej stronie przeniesie Cię do ekranu edycji profilu danego użytkownika, natomiast odnośnik „Edytuj” po prawej stronie, przy nazwie witryny, przeniesie Cię do ekranu edycji danej witryny.','To search for a site, <strong>enter the path or domain</strong>.'=>'Aby poszukać witryny, <strong>wprowadź ścieżkę do niej lub jej domenę</strong>.','To search for a user, <strong>enter an email address or username</strong>. Use a wildcard to search for a partial username, such as user*.'=>'Szukając użytkownika, <strong>proszę wprowadzić adres e-mail lub nazwę użytkownika</strong>. Można użyć fragmentu, aby wyszukać użytkowników o nazwach zawierających go zawierających, np. kowals*.','To add a new site, <strong>click Create a New Site</strong>.'=>'Aby dodać nową witrynę, <strong>kliknij „Dodaj nową witrynę”</strong>.','To add a new user, <strong>click Create a New User</strong>.'=>'Aby dodać nowego użytkownika, <strong>kliknij „Dodaj nowego użytkownika”</strong>.','Quick Tasks'=>'Zadania','To search for a user or site, use the search boxes.'=>'Użyj pola wyszukiwania w celu znalezienia użytkownika lub witryny.','The Right Now widget on this screen provides current user and site counts on your network.'=>'Widget „Szybki dostęp” wyświetla informacje o liczbie kont użytkowników i witryn w tej sieci.','Modify global network settings'=>'Zmień globalne ustawienia sieci witryn','Update your network'=>'Aktualizuj sieć witryn','Install and activate themes or plugins'=>'Instaluj i włączaj motywy oraz wtyczki','Add and manage sites or users'=>'Dodaj i zarządzaj witrynami oraz użytkownikami','From here you can:'=>'Stąd możesz:','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'Witaj w Administracji Siecią Witryn. Znajdujesz się w miejscu z którego możesz zarządzać całą swoją siecią witryn.','Only use this screen once you have updated to a new version of WordPress through Updates/Available Updates (via the Network Administration navigation menu or the Toolbar). Clicking the Upgrade Network button will step through each site in the network, five at a time, and make sure any database updates are applied.'=>'Używaj tej funkcjonalność tylko po aktualizacji do nowej wersji WordPressa poprzez Aktualizacje/Dostępne aktualizacje (za pomocą menu nawigacyjnego administratora sieci witryn lub paska narzędzi). Kliknięcie przycisku „Uaktualnij sieć” spowoduje przejście przez każdą witrynę w sieci, żeby zaktualizować bazę danych witryny.','Upgrade Network'=>'Aktualizuj Sieć Witryn','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'Sieć witryn oparta na podkatalogach może nie działać w przypadku zdefiniowania własnego położenia katalogów z wp-content.','Add the designated lines of code to wp-config.php (just before <code>/*...stop editing...*/</code>) and <code>.htaccess</code> (replacing the existing WordPress rules).'=>'Proszę dodać wszystkie linie do pliku wp-config.php (zaraz przed <code>/*...stop editing...*/</code>) oraz do pliku <code>.htaccess</code> (zastępując istniejące wcześniej reguły WordPressa).','Language Settings'=>'Ustawienia językowe','Allow site administrators to add new users to their site via the "Users → Add User" page'=>'Pozwól administratorom witryn dodawać nowych użytkowników do witryn poprzez ekran „Użytkownicy → Dodaj użytkownika”.','Super admins can no longer be added on the Options screen. You must now go to the list of existing users on Network Admin > Users and click on Username or the Edit action link below that name. This goes to an Edit User page where you can check a box to grant super admin privileges.'=>'Uprawnienia superadministratora nie mogą już być nadawane na tym ekranie — teraz, aby to zrobić, należy przejść do listy istniejących kont (Administracja siecią → Użytkownicy) i kliknąć nazwę użytkownika lub znajdujący się pod nią odnośnik „Edytuj”. Spowoduje to przejście na ekran edycji konta, na którym możliwe jest nadanie tych uprawnień.','Enter the username and email.'=>'Wprowadź nazwę użytkownika oraz adres e-mail.','User created.'=>'Konto zostało utworzone.','Select a user to remove.'=>'Wybierz użytkownika, którego konto chcesz usunąć.','Select a user to change role.'=>'Wybierz użytkownika, którego rolę chcesz zmienić.','Enter the username of an existing user.'=>'Wprowadź nazwę zarejestrowanego użytkownika.','User is already a member of this site.'=>'Ten użytkownik został już dodany do tej witryny.','Site options updated.'=>'Ustawienia witryny zostały zaktualizowane.','Site added. <a href="%1$s">Visit Dashboard</a> or <a href="%2$s">Edit Site</a>'=>'Witryna została utworzona. <a href="%1$s">Odwiedź jej kokpit</a> lub <a href="%2$s">edytuj jej ustawienia</a>','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'Ten ekran służy dodawaniu nowych witryn do sieci przez superadministratorów. Nie mają na niego wpływu ustawienia możliwości rejestracji.','Site info updated.'=>'Informacje o witrynie zostały zaktualizowane.','You cannot delete a theme while it is active on the main site.'=>'Nie możesz usunąć motywu, który jest używany na głównej witrynie.','Themes can be enabled on a site by site basis by the network admin on the Edit Site screen (which has a Themes tab); get there via the Edit action link on the All Sites screen. Only network admins are able to install or edit themes.'=>'Motywy mogą również być udostępniane wyłącznie wybranym witrynom. Dokonuje się tego na karcie „Motywy” ekranu edycji witryny, który dostępny jest poprzez odnośnik „Edytuj” na ekranie zarządzania witrynami (Witryny → Wszystkie witryny). Tylko administratorzy sieci mogą instalować i edytować motywy.','No, return me to the theme list'=>'Nie, powróć do listy motywów','Yes, delete this theme'=>'Tak, usuń ten motyw' . "\0" . 'Tak, usuń te motywy' . "\0" . 'Tak, usuń te motywy','Are you sure you want to delete these themes?'=>'Czy na pewno usunąć wybrane motywy?','You are about to remove the following theme:'=>'Zamierzasz usunąć następujący motyw:' . "\0" . 'Zamierzasz usunąć następujące motywy:' . "\0" . 'Zamierzasz usunąć następujące motywy:','This theme may be active on other sites in the network.'=>'Ten motyw może być używany na innych witrynach sieci.' . "\0" . 'Te motywy mogą być używane na innych witrynach sieci.' . "\0" . 'Te motywy mogą być używane na innych witrynach sieci.','Delete Theme'=>'Usuń motyw' . "\0" . 'Usuń motywy' . "\0" . 'Usuń motywy','Network enabled themes are not shown on this screen.'=>'Motywy dostępne w całej sieci witryn nie są wyświetlane na tym ekranie.','No theme selected.'=>'Nie wybrano żadnego motywu.','Theme disabled.'=>'Motyw został wyłączony.' . "\0" . '%s motywy zostały wyłączone.' . "\0" . '%s motywów zostało wyłączonych','Theme enabled.'=>'Motyw został włączony.' . "\0" . '%s motywy zostały włączone.' . "\0" . '%s motywów zostało włączonych.','Edit Site: %s'=>'Edytuj witrynę „%s”','Invalid site ID.'=>'Nieprawidłowy identyfikator witryny.','Sorry, you are not allowed to delete the site %s.'=>'Brak uprawnień do usunięcia witryny %s.','Delete Permanently which is a permanent action after the confirmation screen.'=>'Usuń to trwała czynność wykonywana po wyświetleniu potwierdzenia.','Dashboard leads to the Dashboard for that site.'=>'Odnośnik „Kokpit” przenoszący do kokpitu wybranej witryny.','An Edit link to a separate Edit Site screen.'=>'Odnośnik „Edytuj” przenoszący na osobny ekran edycji witryny.','Add Site takes you to the screen for adding a new site to the network. You can search for a site by Name, ID number, or IP address. Screen Options allows you to choose how many sites to display on one page.'=>'Opcja dodaj witrynę umożliwia przejście do ekranu dodawania nowej witryny do sieci. Możesz wyszukać witrynę według nazwy, identyfikatora lub adresu IP. Opcje ekranu pozwalają wybrać, ile witryn ma być wyświetlanych na jednej stronie.','Add Users'=>'Dodaj użytkowników','Cannot add user.'=>'Nie można dodać użytkownika.','Add User will set up a new user account on the network and send that person an email with username and password.'=>'Dodanie użytkownika spowoduje utworzenie nowego konta w sieci witryn i wysłanie na podany adres email wiadomości z nazwą i hasłem.','Updates'=>'Aktualizacje','Network Settings'=>'Ustawienia sieci','Installed Themes'=>'Zainstalowane motywy','All Sites'=>'Wszystkie witryny','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'Po wykonaniu instrukcji sieć witryn będzie włączona i skonfigurowana. Będzie trzeba ponowne się zalogować.','To make your installation more secure, you should also add:'=>'Aby twoja instalacja była bezpieczniejsza, warto dodać:','Complete the following steps to enable the features for creating a network of sites.'=>'Wykonaj poniższe kroki, aby uruchomić możliwość utworzenia sieć witryn.','Enabling the Network'=>'Włączanie sieci witryn','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'Proszę przejść przez wszystkie etapy konfiguracji. W celu utworzenia nowej sieci witryn konieczne będzie wyczyszczenie lub usunięcie tabel sieci z bazy danych.','An existing WordPress network was detected.'=>'Wykryto istniejącą sieć witryn WordPressa.','The original configuration steps are shown here for reference.'=>'Pierwotne kroki konfiguracji są tutaj pokazane informacyjnie.','Your email address.'=>'Twój adres email.','What would you like to call your network?'=>'Jak się ma nazwać twoja sieć witryn?','Network Title'=>'Nazwa sieci witryn','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'Ze względu na to, iż ta instalacja nie jest nowa, witryny w twojej sieci witryn WordPressa muszą używać subdomen.','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'Ponieważ twoja instalacja znajduje się w katalogu, witryny w sieci witryn WordPressa muszą używać podkatalogów.','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'W instalacji w podkatalogach, główna witryna będzie musiała używać zmodyfikowanej struktury bezpośrednich odnośników, co może zepsuć działanie obecnych adresów.','Network Details'=>'Szczegóły sieci witryn','Server Address'=>'Adres serwera','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'np. <code>%1$s/witryna1</code> i <code>%1$s/witryna2</code>','Sub-directories'=>'Podkatalogi','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'np. <code>witryna1.%1$s</code> i <code>witryna2.%1$s</code>','Sub-domains'=>'Subdomeny','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'Jeśli chcesz używać funkcjonalności serwera wirtualnego (subdomen), niezbędne będzie posiadanie uniwersalnego rekordu wildcard DNS.','Addresses of Sites in your Network'=>'Adresy witryn w twojej sieci witryn','Fill in the information below and you’ll be on your way to creating a network of WordPress sites. Configuration files will be created in the next step.'=>'Wypełnij poniższe pola, by móc rozpocząć tworzenie sieci witryn WordPressa. W następnym kroku stworzymy pliki konfiguracyjne.','Welcome to the Network installation process!'=>'Witamy w instalatorze sieci witryn!','The network could not be created.'=>'Błąd: Nie można było utworzyć sieci witryn.','Once the network is created, you may reactivate your plugins.'=>'Gdy sieć witryn zostanie stworzona, możliwe będzie ponowne włączenie wtyczek.','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'Proszę <a href="%s">wyłączyć wszystkie wtyczki</a> przed próbą uruchomienia sieci witryn.','Network'=>'Sieć witryn','The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.'=>'Wybór konfiguracji korzystającej z adresów w postaci podkatalogów jest zablokowany, jeśli ta instalacja WordPressa jest starsza niż miesiąc, z powodu problemów z bezpośrednimi odnośnikami do elementów głównej witryny zawierającymi tekst „/blog/”. Problem ten zostanie naprawiony w jednej z przyszłych wersji WordPressa.','Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.'=>'Funkcja sieci witryn powinna zostać włączona po dodaniu kodu do pliku i odświeżeniu strony. Ekran będzie od teraz widoczny jako element podmenu pozycji „Administracja siecią witryn”, będzie przechowywał dodany kod na wypadek konieczności wglądu do niego w przyszłości. Można przełączać się między administracją siecią, a witryną przy pomocy pozycji „Administracja siecią witryn” lub nazwy witryny dostępnej w menu „Moje witryny” w pasku narzędzi.','The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.'=>'Następny ekran konfiguracji sieci wyświetli indywidualnie wygenerowane wiersze kodu, które należy dodać do plików wp-config.php i .htaccess. Upewnij się, że ustawienia twojego klienta FTP sprawiają, że pliki zaczynające się od kropki są widoczne, aby można było znaleźć .htaccess. Być może będzie trzeba utworzyć ten plik, jeśli naprawdę go tam nie ma. Zrób kopie zapasowe obu plików.','Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your installation. Fill out the network details, and click Install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).'=>'Wybierz instalację w sub-domenach lub podkatalogach. Ustawienie to może zostać później zmienione w konfiguracji WordPressa. Wprowadź dane sieci i kliknij Zainstaluj. Jeżeli nie zadziała, możesz musieć dodać rekord DNS z wieloznacznikiem (dla sub-domen) lub zmienić strukturę bezpośrednich odnośników (dl podkatalogów).','This screen allows you to configure a network as having subdomains (<code>site1.example.com</code>) or subdirectories (<code>example.com/site1</code>). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.'=>'Tutaj można ustawić, czy sieć witryn ma korzystać z adresów w postaci domen (<code>site1.example.com</code>) lub podkatalogów (<code>example.com/site1</code>). Użycie konfiguracji domenowej wymaga włączenia ich obsługi w konfiguracji Apache i DNS (jeśli hosting na to pozwala).','Create a Network of WordPress Sites'=>'Utwórz sieć witryn opartych na WordPressie','The Network creation panel is not for WordPress MU networks.'=>'Ekran tworzenia sieci witryn nie jest przeznaczony dla sieci opartych na WordPressie MU.','Warning! User cannot be modified. The user %s is a network administrator.'=>'Uwaga! Użytkownik nie mógł zostać usunięty. Użytkownik %s jest administratorem sieci witryn.','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'Jeżeli podany adres e-mail nie istnieje w bazie, to zostanie utworzone nowe konto użytkownika.','Flag for Deletion, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.'=>'Wyłącz, Archiwizuj i Spam wymagają potwierdzenia. Działanie można później cofnąć.','Hovering over each site reveals seven options (three for the primary site):'=>'Umieszczenie wskaźnika myszy nad dowolnym wierszem listy spowoduje wyświetlenie siedmiu opcji (trzech w przypadku głównej witryny):','Operational settings has fields for the network’s name and admin email.'=>'Sekcja „Ustawienia operacyjne” pozwala na zmianę nazwy sieci witryn i e-maila administratora.','The bulk action will permanently delete selected users, or mark/unmark those selected as spam. Spam users will have posts removed and will be unable to sign up again with the same email addresses.'=>'Przy pomocy menu masowych działań można usunąć konta użytkowników na zawsze lub oznaczyć użytkowników jako spamerów/cofnąć oznaczenie ich jako spamerów. Wpisy użytkowników, którzy zostaną oznaczeni jako spamerzy, zostaną usunięte i nie będą oni mogli zarejestrować się ponownie przy użyciu tego samego adresu e-mail.','You can also go to the user’s profile page by clicking on the individual username.'=>'Możesz także przejść na stronę profilu dowolnego użytkownika poprzez kliknięcie jego nazwy.','Upload settings control the size of the uploaded files and the amount of available upload space for each site. You can change the default value for specific sites when you edit a particular site. Allowed file types are also listed (space separated only).'=>'Ustawienia wysyłania na serwer określają maksymalny rozmiar plików wysyłanych na serwer oraz dostępną twórcom każdej witryny przestrzeń dyskową. Możesz zmienić przydzieloną danej witrynie przestrzeń przy pomocy ekranu edycji witryn. Wyświetlane na tym ekranie są także dozwolone typy plików (oddzielane wyłącznie spacją).','You can make an existing user an additional super admin by going to the Edit User profile page and checking the box to grant that privilege.'=>'Możesz uczynić istniejącego użytkownika superadministratorem, przechodząc do ekranu edycji profilu wybranego użytkownika i zaznaczając pole nadające ten przywilej.','Users who are signed up to the network without a site are added as subscribers to the main or primary dashboard site, giving them profile pages to manage their accounts. These users will only see Dashboard and My Sites in the main navigation until a site is created for them.'=>'Użytkownicy, którzy zarejestrują się na tej stronie bez tworzenia witryny, zostaną dodani jako subskrybenci do głównej witryny oraz otrzymają strony profilowe, za pomocą których będą oni mogli zarządzać swoimi kontami. Do czasu przypisania takim użytkownikom witryny, w panelu administracyjnym będą oni widzieli jedynie odnośniki do ekranów „Kokpit” oraz „Moje witryny”','You can sort the table by clicking on any of the table headings and switch between list and excerpt views by using the icons above the users list.'=>'Możesz posortować tabelę, klikając w dowolny z jej pogrubionych nagłówków oraz przełączać między trybem listy, a trybem wypisu przy użyciu ikon, znajdujących się nad listą użytkowników po prawej.','This table shows all users across the network and the sites to which they are assigned.'=>'Ta tabela wyświetla wszystkich użytkowników sieci oraz witryny, do których są oni przypisani.','If this process fails for any reason, users logging in to their sites will force the same update.'=>'Jeśli z jakiegoś powodu ten proces nie zakończy się pomyślnie, użytkownicy logujący się do swoich witryn spowodują uruchomienie tego samego procesu aktualizacji.','If a version update to core has not happened, clicking this button will not affect anything.'=>'Jeśli nie zaktualizowano wersji WordPressa, kliknięcie przycisku niczego nie zmieni.','If the network admin disables a theme that is in use, it can still remain selected on that site. If another theme is chosen, the disabled theme will not appear in the site’s Appearance > Themes screen.'=>'Po wyłączeniu motywu w sieci witryn, będzie on włączony na danej witrynie, która go używa, ale nie będzie już wyświetlany na ekranie Wygląd → Motywy.','This screen enables and disables the inclusion of themes available to choose in the Appearance menu for each site. It does not activate or deactivate which theme a site is currently using.'=>'Na tym ekranie możliwe jest włączenie lub wyłączenie możliwości wyboru motywu przy pomocy menu „Wygląd” na wszystkich witrynach sieci. Nie powoduje to zmiany motywu na żadnej z witryn.','This is the main table of all sites on this network. Switch between list and excerpt views by using the icons above the right side of the table.'=>'Poniżej znajduje się główna lista wszystkich witryn tej sieci. Przełączanie się między widokiem listy oraz widokiem wypisów możliwe jest przy pomocy ikon, znajdujących się ponad listą po prawej stronie.','Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.'=>'W sekcji „Ustawienia menu” możliwe jest włączenie/wyłączenie wyświetlania menu wtyczek użytkownikom, którzy nie są superadministratorami — tak, aby tylko oni mieli do nich dostęp.','New site settings are defaults applied when a new site is created in the network. These include welcome email for when a new site or user account is registered, and what᾿s put in the first post, page, comment, comment author, and comment URL.'=>'Ustawienia dla nowych witryn są domyślnymi ustawieniami, nadawanymi tworzonym witrynom sieci. Składają się na nie: powitalna wiadomość e-mail wysyłana przy rejestracji witryny lub nowego konta oraz treść pierwszego wpisu, pierwszej strony, pierwszego komentarza, nazwa jego autora i adres witryny jego autora.','Registration settings can disable/enable public signups. If you let others sign up for a site, install spam plugins. Spaces, not commas, should separate names banned as sites for this network.'=>'Ustawienia rejestracji pozwalają na wyłączenie/włączenie możliwości rejestracji. Jeśli pozwalasz innym na rejestrację nowych witryn w Twojej sieci witryn, zainstaluj wtyczki zapobiegające spamowi. Spacje, nie przecinki, powinny oddzielać nazwy, których rejestracja w tej sieci jest zabroniona.','This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site’s options.'=>'Ten ekran pozwala na ustawienie i zmianę opcji całej sieci. Główna witryna jest witryną, która jest wyświetlana po wpisaniu adresu sieci, a opcje dla sieci są pobierane z ustawień tej witryny.','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'Następujące słowa są zarezerwowane do użytku przez funkcje WordPressa i nie mogą zostać użyte jako nazwy blogów: %s','If your browser does not start loading the next page automatically, click this link:'=>'Jeśli przeglądarka automatycznie nie rozpocznie wczytywania kolejnej strony, proszę kliknąć w odnośnik:','If you want to ban domains from site registrations. One domain per line.'=>'Jeśli chcesz zabronić rejestracji witryn z określonych domen. Jedna domena na linię.','If you want to limit site registrations to certain domains. One domain per line.'=>'Jeśli chcesz, aby rejestracja witryn była możliwa wyłącznie z określonych domen. Jedna domena na linię.','Users removed from spam.'=>'Cofnięto oznaczenie użytkowników jako spamerów.','Site marked as spam.'=>'Witryna została oznaczona jako spam.','Site removed from spam.'=>'Cofnięto oznaczenie witryny jako spam.','Sites marked as spam.'=>'Witryny zostały oznaczone jako spam.','Sites removed from spam.'=>'Cofnięto oznaczenie witryn jako spam.','Users deleted.'=>'Konta użytkowników zostały usunięte.','Users marked as spam.'=>'Użytkownicy zostali oznaczeni jako spamerzy.','Site unarchived.'=>'Witryna została przywrócona z archiwum.','Site archived.'=>'Witryna została zarchiwizowana.','Sorry, you are not allowed to change the current site.'=>'Brak uprawnień do wprowadzania zmian w używanej witrynie.','There was an error creating the user.'=>'Wystąpił błąd podczas tworzenia konta użytkownika.','Upload file types'=>'Dozwolone typy plików','Limit total size of files uploaded to %s MB'=>'Ogranicz całkowity rozmiar plików wysyłanych na serwer do %s MB','The URL for the first comment on a new site.'=>'Adres URL autora pierwszego komentarza na nowej witrynie.','The author of the first comment on a new site.'=>'Autor pierwszego komentarza na nowej witrynie.','The first comment on a new site.'=>'Treść pierwszego komentarza na nowej witrynie.','The first page on a new site.'=>'Treść pierwszej strony na nowej witrynie.','The first post on a new site.'=>'Treść pierwszego wpisu na nowej witrynie.','All done!'=>'Gotowe!','Both sites and user accounts can be registered'=>'Rejestrowane mogą być zarówno witryny, jak i konta użytkowników','Logged in users may register new sites'=>'Zalogowani użytkownicy mogą rejestrować nowe witryny','User accounts may be registered'=>'Można rejestrować konta użytkowników','Registration is disabled'=>'Możliwość rejestracji jest wyłączona','Enable administration menus'=>'Włącz administracyjne menu','Upload Settings'=>'Ustawienia przesyłania','New Site Settings'=>'Ustawienia nowej witryny','Registration Settings'=>'Ustawienia rejestracji','Operational Settings'=>'Ustawienia operacyjne','Missing email address.'=>'Nie podano adresu e-mail.','Missing or invalid site address.'=>'Brak lub nieprawidłowy adres witryny.','Next Sites'=>'Następne witryny','Site upload space'=>'Przydzielana przestrzeń dyskowa','The welcome email sent to new site owners.'=>'Wiadomość powitalna wysyłana do nowych właścicieli witryn.','Users are not allowed to register these sites. Separate names by spaces.'=>'Użytkownicy nie mogą zarejestrować witryn o takich nazwach. Oddziel nazwy spacjami.','Send the network admin an email notification every time someone registers a site or user account'=>'Za każdym razem, gdy ktoś zarejestruje witrynę lub użytkownika wyślij mailem powiadomienie do administratora sieci.','Network Admin Email'=>'Adres e-mail administratora sieci witryn','A new user will be created if the above email address is not in the database.'=>'Jeżeli wprowadzonego adresu e-mail nie ma w bazie danych, to zostanie utworzone nowe konto.','Admin Email'=>'Adres e-mail administratora','Add Site'=>'Dodaj witrynę','Default Language'=>'Domyślny język','Max upload file size'=>'Maksymalny dopuszczalny rozmiar pliku','First Comment URL'=>'URL autora pierwszego komentarza','First Comment Author'=>'Autor pierwszego komentarza','First Comment'=>'Pierwszy komentarz','First Page'=>'Pierwsza strona','The welcome email sent to new users.'=>'Wiadomość wysyłana do nowych użytkowników.','Welcome User Email'=>'Wiadomość e-mail witająca użytkownika','Welcome Email'=>'Wiadomość powitalna','Banned Email Domains'=>'Zbanowane domeny adresów e-mail','Limited Email Registrations'=>'Dozwolone domeny adresów e-mail','Banned Names'=>'Zakazane nazwy','Add New User'=>'Utwórz użytkownika','Registration notification'=>'Powiadomienie o rejestracji','Allow new registrations'=>'Możliwość rejestracji','Duplicated username or email address.'=>'Nazwa użytkownika lub e-mail już istnieje.','Cannot create an empty user.'=>'Nie można utworzyć konta dla użytkownika bez nazwy.','Confirm'=>'Potwierdź']];
|