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'=>'2023-03-05 15:52:59+0000','plural-forms'=>'nplurals=6; plural=(n == 0) ? 0 : ((n == 1) ? 1 : ((n == 2) ? 2 : ((n % 100 >= 3 && n % 100 <= 10) ? 3 : ((n % 100 >= 11 && n % 100 <= 99) ? 4 : 5))));','project-id-version'=>'WordPress - 6.4.x - Administration - Network Admin','language'=>'ar','messages'=>['Cannot create an empty user.'=>'غير قادر على إنشاء عضو فارغ.','Next Sites'=>'المواقع التالية','All done!'=>'تمّ بنجاح!','Users marked as spam.'=>'تمتّ الإشارة للأعضاء كأعضاء مزعجين (سبام).','Users deleted.'=>'تمّ حذف الأعضاء.','Users removed from spam.'=>'تمّ إخراج الأعضاء من صندوق السبام (المزعجين).','If your browser does not start loading the next page automatically, click this link:'=>'إذا لم يبدأ متصفحك تلقائياً باستعراض الصفحة التالية، انقر على هذا الرابط:','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.'=>'في هذه الشاشة يمكنك أن تختار ما هي القوالب التي تريدها أن تكون متاحة للاستخدام لدى أصحاب المواقع في الشبكة. الخيارات أدناه لا تؤدي إلى تفعيل أو تعطيل القالب المستخدم في الموقع الرئيسي. لاختيار قالب للموقع الرئيسي توجه إلى صفحة (القوالب) الموجودة في قوائم الإدارة، وتحديداً في قائمة (المظهر).','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.'=>'إذا قام مدير الشبكة بتعطيل قالب معيّن يستخدمه أحد أصحاب المواقع في الشبكة، فلن يتأثر صاحب ذلك الموقع وسوف يستمر القالب بالظهور في موقعه. لكن، عندما يقوم صاحب ذلك الموقع بتغيير القالب المستخدم في موقعه، حينها سيختفي القالب من قائمة القوالب المتاحة لديه.','If a version update to core has not happened, clicking this button will not affect anything.'=>'النقر على زر "تحديث الشبكة" لن يؤدي إلى عمل شيء ما لم تقم بالبداية بتحديث الموقع الرئيسي.','If this process fails for any reason, users logging in to their sites will force the same update.'=>'إذا فشلت عملية التحديث في هذه الشاشة لأي سبب كان، سيتم تحديث المواقع تلقائياً عندما يقوم صاحب كل موقع على الشبكة بتسجيل الدخول لموقعه.','This table shows all users across the network and the sites to which they are assigned.'=>'في هذه الشاشة تظهر قائمة جميع الأعضاء في الشبكة وأمام كل عضو يظهر رابط موقعه الخاص.','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.'=>'يمكنك ترتيب الجدول عبر النقر على أي ترويسة للجدول والتبديل بين عرض القائمة والموجز عبر استخدام الأيقونات فوق قائمة المستخدمين.','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.'=>'العضو الذين ينضم للشبكة بدون أن يكون لديه موقع في الشبكة (أي أنه يملك حساب مستخدم فقط) ستكون رتبته الافتراضية "مشترك". عندما يدخل هذا العضو إلى لوحة التحكم الخاصة به سيشاهد 3 صفحات وهي (الصفحة الرئيسية للوحة التحكم) وفيها تظهر بعض الإحصائيات، (مواقعي) وفيها تظهر قائمة المواقع التابعة له، (حسابك) وهي عملياً الصفحة التي تحتوي على إعدادات العضو الشخصية. عندما يقوم العضو بتسجيل موقع في الشبكة ستظهر له المزيد من قوائم الإدارة في لوحة التحكم حتى يستطيع إدارة موقعه.','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.'=>'يمكنك تحرير أي عضو في القائمة أدناه ومنحه امتيازات مدير عام في الشبكة.','You can also go to the user’s profile page by clicking on the individual username.'=>'يمكنك أيضاً الانتقال إلى صفحة العضو الشخصية (profile) بواسطة النقر مباشرةً على اسم المستخدم.','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.'=>'يمكنك الاستعانة بالقائمة المنسدلة (فوق قائمة الأعضاء في جهة اليمين) لتنفيذ أوامر مختلفة على عدة أعضاء دفعةً واحدة. اختيار الأمر "حذف" سيؤدي إلى حذف العضو نهائياً. اختيار الأمر "مزعج" سيؤدي إلى نقل العضو إلى صندوق المزعجين (سبام) وسيؤدي أيضاً إلى حذف جميع المواضيع المكتوبة بواسطته. العضو المزعج لن يتمكّن من التسجيل مرة أخرى مستخدماً نفس عنوان البريد الإلكتروني.','Warning! User cannot be modified. The user %s is a network administrator.'=>'تحذير! لا يمكن تعديل العضو, العضو %s هو مدير الشبكة.','Add User will set up a new user account on the network and send that person an email with username and password.'=>'في هذه الشاشة يمكن إضافة عضو جديد إلى الشبكة. عند إضافة عضو جديد ستُرسل إلى بريده الإلكتروني رسالة تحتوي على اسم المستخدم وكلمة المرور.','Cannot add user.'=>'لا يمكن إضافة عضو.','Delete Theme'=>'حذف قالب' . "\0" . 'حذف قالب' . "\0" . 'حذف قوالب' . "\0" . 'حذف قوالب' . "\0" . 'حذف قوالب' . "\0" . 'حذف قوالب','This theme may be active on other sites in the network.'=>'هذا القالب قد يكون مفعلاً بمواقع أخرى على الشبكة.' . "\0" . 'هذا القالب قد يكون مفعلاً بمواقع أخرى على الشبكة.' . "\0" . 'هذه القوالب قد تكون مفعّلة بمواقع أخرى على الشبكة.' . "\0" . 'هذه القوالب قد تكون مفعّلة بمواقع أخرى على الشبكة.' . "\0" . 'هذه القوالب قد تكون مفعّلة بمواقع أخرى على الشبكة.' . "\0" . 'هذه القوالب قد تكون مفعّلة بمواقع أخرى على الشبكة.','You are about to remove the following theme:'=>'أنت على وشك حذف القالب التالي:' . "\0" . 'أنت على وشك حذف القالب التالي:' . "\0" . 'أنت على وشك حذف القوالب التالية:' . "\0" . 'أنت على وشك حذف القوالب التالية:' . "\0" . 'أنت على وشك حذف القوالب التالية:' . "\0" . 'أنت على وشك حذف القوالب التالية:','Are you sure you want to delete these themes?'=>'هل أنت متأكّد أنك تريد حذف هذه القوالب؟','Yes, delete this theme'=>'نعم، إحذف هذا القالب' . "\0" . 'نعم، إحذف هذا القالب' . "\0" . 'نعم, إحذف هذه القوالب' . "\0" . 'نعم, إحذف هذه القوالب' . "\0" . 'نعم, إحذف هذه القوالب' . "\0" . 'نعم, إحذف هذه القوالب','No, return me to the theme list'=>'لا، أعدني إلى قائمة القوالب','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.'=>'إذا رغبت أن تمنح صاحب موقع ما المزيد من القوالب أو الامتيازات الأخرى فيمكنك تحرير موقعه بشكل منفصل وذلك عن طريق الدخول إلى صفحة (كافة المواقع) ومن ثم النقر على رابط "تحرير" للدخول إلى إعدادات وخيارات ذلك الموقع. ستلاحظ وجود تبويب خاص بالقوالب من خلاله تستطيع إتاحة قوالب معيّنة لهذا الموقع. فقط مدير الشبكة يستطيع أن يقوم بتنصيب أو تحرير قوالب.','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 مواقع حتى يتم الانتهاء من تحديث كافة المواقع الموجودة على الشبكة. ','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.'=>'أشِر بالفأرة على أي عضو في القائمة لإظهار روابط التحرير. رابط التحرير على اليمين سيأخذك إلى صفحة تحرير الملف الشخصي: رابط التحرير على يسار اسم أي موقع سيأخذك إلى شاشة تحرير ذلك الموقع.','Delete Themes'=>'حذف قوالب','These themes may be active on other sites in the network.'=>'هذه القوالب ممكن أن تكون مفعلّة على مواقع أخرى في الشبكة.','You are about to remove the following themes:'=>'أنت على وشك حذف القوالب التالية:','Yes, delete these themes'=>'نعم، احذف هذه القوالب','%s theme deleted.'=>'تمّ حذف %s قوالب.' . "\0" . 'تمّ حذف قالب واحد.' . "\0" . 'تمّ حذف قالبين.' . "\0" . 'تمّ حذف %s قوالب.' . "\0" . 'تمّ حذف %s قالبًا.' . "\0" . 'تمّ حذف %s قالبًا.','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','<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>','<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>','Themes list navigation'=>'تصفّح قائمة القوالب','theme%1$s by %2$s'=>'%1$s بواسطة %2$s','Sorry, you are not allowed to manage network themes.'=>'عذراً، لا يُسمح لك بإدارة قوالب الشبكة.','Sorry, you are not allowed to delete themes for this site.'=>'عذرًا، لا يُسمح لك بحذف قوالب هذا الموقع.','<a href="https://wordpress.org/documentation/article/network-admin-updates-screen/">Documentation on Upgrade Network</a>'=>'<a href="https://wordpress.org/documentation/article/network-admin-updates-screen/">وثائق المساعدة - ترقية الشبكة</a>','Sorry, you are not allowed to change themes automatic update settings.'=>'عذرًا، غير مسموح لك بتغيير إعدادات التحديث التلقائي للقوالب.','%s theme will be auto-updated.'=>'سيتم تحديث %s قالب تلقائيًا.' . "\0" . 'سيتم تحديث قالب واحد (%s) تلقائيًا.' . "\0" . 'سيتم تحديث قالبين (%s) تلقائيًا.' . "\0" . 'سيتم تحديث %s قوالب تلقائيًا.' . "\0" . 'سيتم تحديث %s قالب تلقائيًا.' . "\0" . 'سيتم تحديث %s قالب تلقائيًا.','%s theme will no longer be auto-updated.'=>'لن يتم تحديث %s قالب بشكل تلقائي.' . "\0" . 'لن يتم تحديث قالب واحد (%s) بشكل تلقائي.' . "\0" . 'لن يتم تحديث قالبين (%s) بشكل تلقائي.' . "\0" . 'لن يتم تحديث %s قوالب بشكل تلقائي.' . "\0" . 'لن يتم تحديث %s قالب بشكل تلقائي.' . "\0" . 'لن يتم تحديث %s قالب بشكل تلقائي.','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'تم تحديث ووردبريس! الخطوة التالية والأخيرة هي ترقية المواقع المضافة في شبكتك بشكل فردي.','Duplicated username or email address.'=>'عنوان البريد الإلكتروني مكرّر أو أنّ اسم المستخدم مكرّر.','Allow new registrations'=>'السماح بالتسجيل','Registration notification'=>'إشعار تسجيل','Add New Users'=>'إضافة مستخدمين جدد','Banned Names'=>'الأسماء الممنوعة','Limited Email Registrations'=>'نطاقات البريد الإلكتروني المسموحة','Banned Email Domains'=>'نطاقات البريد الإلكتروني الممنوعة','Welcome Email'=>'رسالة الترحيب بأصحاب المواقع','Welcome User Email'=>'رسالة الترحيب بالأعضاء الجدد','The welcome email sent to new users.'=>'رسالة الترحيب التي يتم إرسالها للأعضاء الجدد.','First Page'=>'الصفحة الأولى','First Comment'=>'التعليق الأول','First Comment Author'=>'اسم أول معلّق','First Comment URL'=>'رابط أول تعليق','Max upload file size'=>'أقصى حجم للملف المرفوع','Default Language'=>'اللغة الافتراضية','Add Site'=>'أضف موقع','Admin Email'=>'البريد الإلكتروني للمدير','A new user will be created if the above email address is not in the database.'=>'سيتم إنشاء عضو جديد إذا كان عنوان البريد الإلكتروني أعلاه غير موجود في قاعدة البيانات.','Network Admin Email'=>'البريد الإلكتروني لمدير الشبكة','Send the network admin an email notification every time someone registers a site or user account'=>'إرسال إشعار بالبريد الإلكتروني لمدير الشبكة في كل مرة يتم فيها تسجيل موقع أو تسجيل عضو.','Users are not allowed to register these sites. Separate names by spaces.'=>'لا يسمح للأعضاء باختيار هذه الأسماء لمواقعهم. أفصل الأسماء بفراغ.','The welcome email sent to new site owners.'=>'رسالة الترحيب التي يتم إرسالها لأصحاب المواقع الجديدة في الشبكة.','Site upload space'=>'مساحة الرفع المخصّصة','Missing or invalid site address.'=>'يبدو أنك لم تكتب عنوان الموقع أو أنّ العنوان خاطئ.','Missing email address.'=>'عنوان البريد الإلكتروني ناقص.','Operational Settings'=>'إعدادات التشغيل','Registration Settings'=>'إعدادات التسجيل','New Site Settings'=>'إعدادات الموقع الجديد','Upload Settings'=>'إعدادات الرفع','Enable administration menus'=>'قوائم الإدارة المسموحة','Registration is disabled'=>'التسجيل معطّل','User accounts may be registered'=>'السماح بتسجيل حسابات المستخدمين','Logged in users may register new sites'=>'السماح للمستخدمين المتصلين بتسجيل مواقع جديدة','Both sites and user accounts can be registered'=>'السماح بتسجيل كلاً من المواقع وحسابات المستخدمين','The first post on a new site.'=>'النص الافتراضي الذي سيظهر في أول مقالة في الموقع الجديد.','The first page on a new site.'=>'النص الافتراضي الذي سيظهر في أول صفحة في الموقع الجديد.','The first comment on a new site.'=>'النص الافتراضي الذي سيظهر في أول تعليق في الموقع الجديد.','The author of the first comment on a new site.'=>'اسم كاتب أول تعليق في الموقع الجديد.','The URL for the first comment on a new site.'=>'رابط أول تعليق في الموقع الجديد.','Limit total size of files uploaded to %s MB'=>'تحديد الحجم الكلي للملفات المرفوعة لـ %s ميغا','Upload file types'=>'أنواع الملفات المسموح رفعها','There was an error creating the user.'=>'حصل خطأ ما أثناء انشاء العضو.','Sorry, you are not allowed to change the current site.'=>'عذرًا، لا يُسمح لك بتغيير الموقع الحالي.','Sites deleted.'=>'تم حذف المواقع.','Site deleted.'=>'تم حذف الموقع.','Site archived.'=>'تم أرشفة الموقع.','Site unarchived.'=>'تمّ إلغاء أرشفة الموقع.','Site activated.'=>'تم تفعيل الموقع.','Site deactivated.'=>'تمّ تعطيل الموقع.','Sites removed from spam.'=>'تم إخراج الموقع من صندوق السبام.','Sites marked as spam.'=>'تمّت الإشارة للمواقع كمواقع مزعجة.','Site removed from spam.'=>'تم إزالة الموقع من السبام.','Site marked as spam.'=>'تمّت الإشارة للموقع كموقع مزعج.','If you want to limit site registrations to certain domains. One domain per line.'=>'حتى يقتصر التسجيل على عناوين بريد إلكتروني تابعة لنطاقات محدّدة فقط، أضف نطاق واحد في كل سطر.','If you want to ban domains from site registrations. One domain per line.'=>'لمنع التسجيل بعناوين بريد إلكتروني تابعة لنطاقات معيّنة أضف نطاق واحد في كل سطر.','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'هذه الكلمات مخصصة لاستعمال برنامج ووردبريس ولا يمكنك تسجيلها كأسماء مواقع: %s','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.'=>'هذه الشاشة تحتوي على خيارات وإعدادات كثيرة للتحكّم بالشبكة. الموقع الأول في الشبكة هو عملياً الموقع الرئيسي ومنه تستمد باقي المواقع على الشبكة، الخيارات والإعدادات.','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.'=>'في "إعدادات التسجيل" يمكنك تعطيل التسجيل كلياً أو اختيار نوع التسجيل المناسب لك. إذا سمحت بالتسجيل مفضّل أن تقوم بتركيب إضافات للتصدي للتعليقات المزعجة. في حقل "الأسماء الممنوعة" أفصل الأسماء بفراغات وليس بفواصل!','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.'=>'في "إعدادات الموقع الجديد" يمكنك تجهيز رسالة الترحيب لكل من الأعضاء (لا يملكون مواقع على الشبكة) أو لأصحاب المواقع الجدد على الشبكة. يمكنك أيضاً تحرير المقالة الأولى / الصفحة الأولى / التعليق الأول / اسم أول معلّق / رابط أول تعليق. إذا قمت بتغيير هذه الإعدادات ستكون سارية المفعول لحظة تغييرها وسوف تنطبق على كل عضو أو موقع جديد يُضاف للشبكة بعد تغيير الإعدادات.','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.'=>'في "إعدادات القوائم" يمكنك أن تختار ما هي قوائم الإدارة التي ستظهر في لوحة التحكم لدى أصحاب المواقع الموجودة على الشبكة. إذا قمت بوضع إشارة بجانب (الإضافات) حينها يستطيع أصحاب المواقع تفعيل وتعطيل الإضافات في مواقعهم.','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.'=>'في القائمة أدناه تظهر لك جميع المواقع الموجودة على الشبكة. فوق قائمة المواقع (من جهة اليسار) تشاهد أيقونتين. الأيقونة الأولى تعرض قائمة المواقع بشكل مبسّط بينما الأيقونة الثانية تظهر لك نفس القائمة مع المزيد من المعلومات عن كل موقع.','Visit to go to the front-end site live.'=>'زيارة: سيؤدي إلى نقلك للصفحة الرئيسية للموقع.','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).'=>'في "إعدادات الرفع" يمكنك تحديد مساحة الرفع الممنوحة لكل موقع على الشبكة. يمكنك أيضاً تحديد أقصى حجم للملف الواحد المرفوع كما يمكنك تحديد أنواع الملفات المسموح برفعها.','Operational settings has fields for the network’s name and admin email.'=>'في "إعدادات التشغيل" يمكنك اختيار اسم مناسب للشبكة ويمكنك أيضاً تغيير عنوان البريد الإلكتروني. ','Hovering over each site reveals seven options (three for the primary site):'=>'ضع مؤشر الفأرة على أي سطر في القائمة لمشاهدة المزيد من روابط التحكم. للموقع الرئيسي ستظهر 3 روابط فقط بينما لباقي المواقع ستظهر 7 روابط:','Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.'=>'تعطيل / أرشفة / مزعج: جميعها ستنقلك إلى شاشة تأكيد قبل أن تتخذ قراراً نهائياً. جميع هذه الخيارات ستؤدي إلى إيقاف الموقع لكنها لن تؤدي إلى حذفه نهائياً مما يعني أنه يمكنك استعادة الموقع لاحقاً وإرجاعه لوضعه الطبيعي.','The site ID is used internally, and is not shown on the front end of the site or to users/viewers.'=>'رقم ID الذي يظهر في قائمة المواقع يستخدم فقط لأغراض الإدارة ولن يظهر للعضو المشترك.','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'عند إضافة موقع جديد، إذا قمت بكتابة عنوان بريد إلكتروني مسجّل مسبقاً في قاعدة بيانات الشبكة، سيتم إضافة الموقع في نفس حساب العضو، بينما إذا قمت بكتابة عنوان بريد إلكتروني جديد سيتم إنشاء عضو جديد. ','The Network creation panel is not for WordPress MU networks.'=>'لوحة إنشاء شبكة ليست لشبكات ووردبريس متعددة المستخدمين.','Create a Network of WordPress Sites'=>'إنشاء شبكة مواقع ووردبريس','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>). حتى تكون المواقع على نطاقات فرعية يجب تمكين ال (wildcard subdomains) في خادم الأباتشي (Apache) وفي سجلات نظام اسم النطاق (DNS records). إذا لم تكن أنت صاحب الخادم تواصل مع مستضيفك لفحص ما إذا كان الأمر متاحاً لإجراء هذه التعديلات.','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 بديل (للنطاقات الفرعية) أو تغيير إلى إعداد آخر في الروابط الدائمة (للمسارات الفرعية).','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.) توجد قبله نقطة. أحياناً تحتاج أن تقوم بإنشاء ملف htaccess. يدوياً إذا كان غير موجوداً.','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 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.'=>'في حال كان عمر هذا الموقع أكثر من شهر فهناك احتمال كبير أنك لن تكون قادراً على إنشاء مواقع في مجلدات فرعية على الشبكة وسبب المشكلة له علاقة بالروابط الدائمة. سيتم العمل على حل هذه المشكلة في الإصدارات الجديدة القادمة.','Network'=>'الشبكة','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'فضلاً قم بـ <a href="%s"> تعطيل الإضافات الخاصة بك </a> قبل تفعيل ميزة الشبكة.','Once the network is created, you may reactivate your plugins.'=>'بمُجرّد أن يتمّ إنشاء الشبكة، قم بإعادة تفعيل الإضافات الخاصة بك.','You cannot install a network of sites with your server address.'=>'لا يمكنك تثبيت شبكة مواقع باستخدام عنوان الخادم الخاص بك.','Error: The network could not be created.'=>'خطأ: تعذر إنشاء الشبكة.','Welcome to the Network installation process!'=>'مرحبًا بك في عملية تنصيب الشبكة!','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.'=>'أدخل المعلومات المطلوبة أدناه وستكون على طريقك لإنشاء شبكة من مواقع ووردبريس. سيتم إنشاء ملفات إعدادات التكوين في الخطوة التالية.','Addresses of Sites in your Network'=>'عناوين المواقع في شبكتك','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'ستحتاج السجل Wildcard DNS إن كنت تنوي استخدام الإستضافة الإفتراضية (نطاق فرعي).','Sub-domains'=>'النطاقات الفرعية','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'مثل <code>site1.%1$s</code> و<code>site2.%1$s</code>','Sub-directories'=>'المسارات الفرعية','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'مثل <code>%1$s/site1</code> و<code>%1$s/site2</code>','Server Address'=>'عنوان الخادم','Network Details'=>'تفاصيل الشبكة','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'الموقع الرئيسي في تثبيت مسار فرعي سيتطلب استخدام تركيبة روابط مُخصصة، من المحتمل أن يكسر هذا التوافق مع الروابط الموجودة.','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'لأنك قمت بالتثبيت في مسار، المواقع على شبكة ووردبريس الخاصة بك يجب أن تستخدم مسارات فرعية.','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'لأن التثبيت غير جديد، المواقع في شبكة ووردبريس الخاصة بك يجب أن تستخدم النطاقات الفرعية.','Network Title'=>'عنوان الشبكة','What would you like to call your network?'=>'ماذا تريد أن تُسمي شبكتك؟','Your email address.'=>'عنوان بريدك الإلكتروني.','The original configuration steps are shown here for reference.'=>'يتمّ عرض خطوات الإعداد والتكوين الأصلية هنا كمرجع.','An existing WordPress network was detected.'=>'شبكة مواقع ووردبريس سابقة تم إكتشافها.','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'فضلاً أكمل خطوات الإعداد والتكوين - لإنشاء شبكة جديدة، سوف تحتاج إلى إفراغ أو حذف جداول قاعدة بيانات الشبكة.','Enabling the Network'=>'تمكين الشبكة','Complete the following steps to enable the features for creating a network of sites.'=>'أكمل الخطوات التالية لتفعيل مميزات إضافة شبكة.','To make your installation more secure, you should also add:'=>'لجعل تثبيتك أكثر أمانًا، يجب عليك إضافة التالي:','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'بمُجرّد استكمال هذه الخطوات، سيتمّ تفعيل الشبكة وإعدادات التكوين. سوف تحتاج إلى إعادة تسجيل الدخول مرة أخرى.','All Sites'=>'كافة المواقع','Installed Themes'=>'القوالب المنصّبة','Network Settings'=>'إعدادات الشبكة','Updates'=>'تحديثات','Add User'=>'أضف عضو','Add New takes you to the Add New Site screen. 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، أو حسب عنوان الآي بي. يمكنك النقر على زر \\"خيارات الشاشة\\" الموجود في أعلى اليسار لتحديد عدد المواقع التي تريدها أن تظهر في هذه الصفحة.','An Edit link to a separate Edit Site screen.'=>'تحرير: سيقوم بنقلك إلى شاشة جديدة يمكنك من خلالها تحرير إعدادات وخيارات الموقع.','Dashboard leads to the Dashboard for that site.'=>'الصفحة الرئيسية: سيؤدي إلى نقلك إلى لوحة تحكّم الموقع.','Delete which is a permanent action after the confirmation screens.'=>'حذف: سيؤدي إلى نقلك لصفحة جديدة لتأكيد الحذف النهائي للموقع.','Clicking on bold headings can re-sort this table.'=>'النقر على العناوين البارزة يؤدي إلى إعادة عرض محتويات الجدول حسب ترتيب جديد.','Sorry, you are not allowed to delete the site %s.'=>'عذراً، غير مسموح لك حذف الموقع %s.','Invalid site ID.'=>'ID الموقع غير صحيح.','Edit Site: %s'=>'تحرير الموقع: %s','Theme enabled.'=>'لم يتم تفعيل أي قالب.' . "\0" . 'تمّ تفعيل قالب واحد.' . "\0" . 'تمّ تفعيل قالبين.' . "\0" . 'تمّ تفعيل %s قوالب.' . "\0" . 'تمّ تفعيل %s قالب.' . "\0" . 'تمّ تفعيل %s قالب.','Theme disabled.'=>'تمّ تعطيل القالب.' . "\0" . 'تمّ تعطيل القالب.' . "\0" . 'تمّ تعطيل قالبين.' . "\0" . 'تمّ تعطيل %s قوالب.' . "\0" . 'تمّ تعطيل %s قالب.' . "\0" . 'تمّ تعطيل %s قالب.','No theme selected.'=>'لم يتم تحديد أي قالب.','Network enabled themes are not shown on this screen.'=>'القوالب المفعّلة في الشبكة لا تظهر في هذه الشاشة.','Site info updated.'=>'تمّ تحديث معلومات الموقع.','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'في هذه الشاشة يستطيع المدير العام أن يضيف مواقع جديدة إلى الشبكة. إعدادات التسجيل لا يوجد لها تأثير هنا.','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>','Site options updated.'=>'تمّ تحديث خيارات الموقع.','User is already a member of this site.'=>'هذا العضو موجود مسبقاً في هذا الموقع.','Enter the username of an existing user.'=>'أدخل اسم المستخدم لعضو مُسجّل مسبقاً.','Select a user to change role.'=>'اختر العضو الذي تريد تغيير رتبته.','Select a user to remove.'=>'اختر عضواً تريد حذفه.','User created.'=>'تمّ إنشاء العضو.','Enter the username and email.'=>'أدخل اسم المستخدم وعنوان البريد الإلكتروني.','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.'=>'لإضافة مدير عام عليك التوجه إلى (إدارة الشبكة > كافة الأعضاء) ومن هناك يمكنك تحرير أي عضو موجود في قائمة الأعضاء ومنحه امتيازات مدير عام.','Allow site administrators to add new users to their site via the "Users → Add New" page'=>'السماح لمدراء المواقع بإضافة أعضاء جُدد لمواقعهم من صفحة "أعضاء ← أضف جديد"','Language Settings'=>'إعدادات اللغة','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> (استبدل أوامر ووردبريس الموجودة سابقاً في الملف).','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'شبكات المسارات الفرعية قد لا تكون متوافقة بشكل كامل مع مسارات wp-content المُخصصة.','Upgrade Network'=>'ترقية الشبكة','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'مرحبا بك في الشبكة الإدارية الخاصة بك. يتم استخدام هذه المنطقة من الشاشات لإدارة جميع جوانب شبكة المواقع الخاصة بك.','From here you can:'=>'من هنا يمكنك:','Add and manage sites or users'=>'إضافة وإدارة المواقع أو الأعضاء','Install and activate themes or plugins'=>'تنصيب وتفعيل قوالب أو إضافات','Update your network'=>'تحديث الشبكة','Modify global network settings'=>'تعديل إعدادات الشبكة العامة','The Right Now widget on this screen provides current user and site counts on your network.'=>'مربع الإحصائيات يعرض معلومات كمية حول الأعضاء والمواقع في شبكتك.','To search for a user or site, use the search boxes.'=>'للبحث عن عضو أو موقع، استخدم مربعات البحث.','Quick Tasks'=>'مهام سريعة','To add a new user, <strong>click Create a New User</strong>.'=>'لإضافة عضو جديد، أنقر على <strong>إضافة عضو جديد</strong>.','To add a new site, <strong>click Create a New Site</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 search for a site, <strong>enter the path or domain</strong>.'=>'للبحث عن موقع، ادخل <strong>المسار أو النطاق</strong>.','Confirm your action'=>'تأكيد هذا الاجراء','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'أضف التالي إلى الملف %1$s في %2$s، <strong>مُستبدلاً</strong> قواعد الووردبريس الأخرى:','New registrations settings'=>'إعدادات التسجيلات الجديدة','Allowed file types. Separate types by spaces.'=>'أنواع الملفات المسموح بها. أفصل بين الأنواع بمسافات.','Size in kilobytes'=>'الحجم بالكيلوبايت','Enable menus'=>'تمكين القوائم','Set site attributes'=>'ضبط خصائص الموقع','%s theme enabled.'=>'تمّ تمكين %s قوالب.' . "\0" . 'تمّ تمكين قالب واحد.' . "\0" . 'تمّ تمكين قالبين.' . "\0" . 'تمّ تمكين %s قوالب.' . "\0" . 'تمّ تمكين %s قالبًا.' . "\0" . 'تمّ تمكين %s قالبًا.','%s theme disabled.'=>'تمّ تعطيل %s قوالب.' . "\0" . 'تمّ تعطيل قالب واحد.' . "\0" . 'تمّ تعطيل قالبين.' . "\0" . 'تمّ تعطيل %s قوالب.' . "\0" . 'تمّ تعطيل %s قالبًا.' . "\0" . 'تمّ تعطيل %s قالبًا.','Domain'=>'نطاق','Path'=>'مسار','The requested site does not exist.'=>'الموقع المطلوب غير موجود.','You are about to activate the site %s.'=>'أنت على وشك تفعيل الموقع %s.','You are about to deactivate the site %s.'=>'أنت على وشك إلغاء تنشيط الموقع %s.','You are about to unarchive the site %s.'=>'أنت على وشك إلغاء أرشفة الموقع %s.','You are about to archive the site %s.'=>'أنت على وشك أرشفة الموقع %s.','You are about to unspam the site %s.'=>'أنت على وشك إخراج الموقع %s من قائمة المواقع المزعجة.','You are about to mark the site %s as spam.'=>'أنت على وشك الإشارة للموقع %s كموقع مزغج.','You are about to delete the site %s.'=>'أنت على وشك حذف الموقع %s.','You are about to mark the site %s as mature.'=>'أنت على وشك تحديد موقع %s للبالغين.','You are about to mark the site %s as not mature.'=>'أنت على وشك تحديد موقع %s ليس للبالغين.','The requested action is not valid.'=>'الإجراء المطلوب غير صحيح.','The domain or path entered conflicts with an existing username.'=>'النطاق أو المسار المُدخل يتعارض مع اسم المستخدم الحالي.','Filter site themes list'=>'تصفية قائمة قوالب الموقع','Site themes list navigation'=>'تصفّح قائمة قوالب الموقع','Site themes list'=>'قائمة قوالب الموقع','Filter site users list'=>'تصفية قائمة أعضاء الموقع','Site users list navigation'=>'تصفّح قائمة أعضاء الموقع','Site users list'=>'قائمة أعضاء الموقع','Sites list navigation'=>'تصفّح قائمة المواقع','Sites list'=>'قائمة المواقع','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.'=>'يجب عليك تحرير الثابت %1$s إلى true في ملف %2$s للسماح بإنشاء شبكة.','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.'=>'إذا قمت بتعطيل التسجيل، فضلاً قم بوضع %1$s في ملف %2$s إلى رابط يتم تحويل زوارك إليه إذا قاموا بزيارة موقع غير موجود.','A password reset link will be sent to the user via email.'=>'رابط إعادة تعيين كلمة المرور سوف يتمّ إرساله إلى العضو عبر البريد الإلكتروني.','Archived'=>'مؤرشف','siteSpam'=>'مزعج','Deleted'=>'محذوف','Mature'=>'للبالغين','No sites found.'=>'لم يتم إيجاد أي موقع.','siteMark as spam'=>'مزعج','siteNot Spam'=>'غير مزعج','Last Updated'=>'آخر تحديث','siteRegistered'=>'تاريخ التسجيل','%1$s – %2$s'=>'%1$s – %2$s','Never'=>'أبداً','Unarchive'=>'إلغاء الأرشفة','verb; siteArchive'=>'أرشفة','No themes found.'=>'لم يتّم إيجاد قوالب.','themesAll <span class="count">(%s)</span>'=>'الكل <span class="count">(%s)</span>' . "\0" . 'الكل <span class="count">(%s)</span>' . "\0" . 'الكل <span class="count">(%s)</span>' . "\0" . 'الكل <span class="count">(%s)</span>' . "\0" . 'الكل <span class="count">(%s)</span>' . "\0" . 'الكل <span class="count">(%s)</span>','themesEnabled <span class="count">(%s)</span>'=>'مفعّلة <span class="count">(%s)</span>' . "\0" . 'مفعّلة <span class="count">(%s)</span>' . "\0" . 'مفعّلة <span class="count">(%s)</span>' . "\0" . 'مفعّلة <span class="count">(%s)</span>' . "\0" . 'مفعّلة <span class="count">(%s)</span>' . "\0" . 'مفعّلة <span class="count">(%s)</span>','themesDisabled <span class="count">(%s)</span>'=>'معطّلة <span class="count">(%s)</span>' . "\0" . 'معطّلة <span class="count">(%s)</span>' . "\0" . 'معطّلة <span class="count">(%s)</span>' . "\0" . 'معطّلة <span class="count">(%s)</span>' . "\0" . 'معطّلة <span class="count">(%s)</span>' . "\0" . 'معطّلة <span class="count">(%s)</span>','themesBroken <span class="count">(%s)</span>'=>'معطوبة <span class="count">(%s)</span>' . "\0" . 'معطوبة <span class="count">(%s)</span>' . "\0" . 'معطوبة <span class="count">(%s)</span>' . "\0" . 'معطوبة <span class="count">(%s)</span>' . "\0" . 'معطوبة <span class="count">(%s)</span>' . "\0" . 'معطوبة <span class="count">(%s)</span>','Enable'=>'تفعيل','Disable'=>'تعطيل','Network Disable'=>'تعطيل في الشبكة','Enable %s'=>'تفعيل %s','Network Enable %s'=>'%s مفعل في الشبكة','Disable %s'=>'تعطيل %s','Network Disable %s'=>'%s معطل في الشبكة','Broken Theme:'=>'القالب يحتوي على خلل:','Visit Theme Site'=>'زيارة موقع القالب','userMark as spam'=>'مزعج','userNot spam'=>'غير مزعج','Super Admin <span class="count">(%s)</span>'=>'مدير عام <span class="count">(%s)</span>' . "\0" . 'مدير عام <span class="count">(%s)</span>' . "\0" . 'مدير عام <span class="count">(%s)</span>' . "\0" . 'مدير عام <span class="count">(%s)</span>' . "\0" . 'مدير عام <span class="count">(%s)</span>' . "\0" . 'مدير عام <span class="count">(%s)</span>','userRegistered'=>'تاريخ التسجيل','You cannot use port numbers such as %s.'=>'لا يمكنك استخدام أرقام المنافذ كـ %s.','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'يرجى التأكد من أن وحدة الأباتشي %s مُثبتة لأنها ستُستخدم في نهاية هذا التثبيت.','It looks like the Apache %s module is not installed.'=>'يبدو أن وحدة الأباتشي %s غير مُثبّتة.','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> للمساعدة في كيفية التنصيب.','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'يرجى اختيار ما إن كنت ترغب أن تستخدم مواقع الووردبريس في شبكتك نطاقات فرعية أو مسارات فرعية.','You cannot change this later.'=>'لا يمكنك تغيير هذا لاحقًا.','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 قبل البدء بتفعيل ميزة الشبكة. سيكون من الممكن زيارة موقعك باستخدام البادئة %3$s مع العنوان %2$s ولكن لن يبدأ أي رابط بالبادئة %3$s.','The internet address of your network will be %s.'=>'عنوان الإنترنت الخاص بشبكتك سيكون %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 إن كنت تريد استخدام النطاقات الفرعية.','This unique authentication key is also missing from your %s file.'=>'مفتاح التوثيق الفريد من نوعه أيضًا مفقود من ملف %s.','These unique authentication keys are also missing from your %s file.'=>'مفاتيح التوثيق الفريدة من نوعها أيضًا مفقودة من ملف %s.','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'يسمح فقط بالحروف من (a-z)، والأرقام، والشرطات.','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'أضف التالي إلى ملف %1$s الخاص بك في %2$s <strong>فوق</strong> السطر %3$s:','That’s all, stop editing! Happy publishing.'=>'هذا كل شيء، توقف عن التحرير! تدوين سعيد.','First Comment Email'=>'البريد الإلكتروني لأول تعليق','The email address of the first comment author on a new site.'=>'عنوان البريد اﻹلكتروني لكاتب أول تعليق في موقع جديد.','Sorry, you are not allowed to edit this site.'=>'عذرًا، لا يُسمح لك بتحرير هذا الموقع.','Sorry, you are not allowed to add sites to this network.'=>'عذرًا، لا يُسمح لك بإضافة مواقع لهذه الشبكة.','Sorry, you are not allowed to manage themes for this site.'=>'عذراً، لا يُسمح لك بإدارة قوالب هذا الموقع.','Sorry, you are not allowed to delete that site.'=>'عفوًا، غير مسموح لك بحذف ذلك الموقع.','%s Sites'=>'%s مواقع','%s KB'=>'%s كيلوبايت','Attributes'=>'الخصائص','Active Child Theme'=>'القالب الابن المفعّل','Sub-directory Installation'=>'تنصيب باستعمال المسارات الفرعية','Sub-domain Installation'=>'تنصيب باستعمال أسماء النطاقات الفرعية','There is a pending change of the network admin email to %s.'=>'هناك تغيير مُعلّق للبريد الإلكتروني الخاص بمدير الشبكة إلى %s.','The username and a link to set the password will be mailed to this email address.'=>'سيتم إرسال اسم المستخدم ورابط لتعيين كلمة المرور عبر البريد الإلكتروني إلى هذا العنوان.','User could not be added to this site.'=>'تعذرت إضافة المستخدم إلى هذا الموقع.','You are about to delete the following sites:'=>'أنت على وشك حذف المواقع التالية:','The constant %s cannot be defined when creating a network.'=>'لا يمكن تعريف القيمة الثابتة %s عند إنشاء شبكة.','<a href="https://wordpress.org/documentation/article/create-a-network/">Documentation on Creating a Network</a>'=>'<a href="https://wordpress.org/documentation/article/create-a-network/">وثائق المساعدة - إنشاء شبكة</a>','<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>','Main'=>'الرئيسي','themesUpdate Available <span class="count">(%s)</span>'=>'تحديثات متوفرة <span class="count">(%s)</span>' . "\0" . 'تحديثات متوفرة <span class="count">(%s)</span>' . "\0" . 'تحديثات متوفرة <span class="count">(%s)</span>' . "\0" . 'تحديثات متوفرة <span class="count">(%s)</span>' . "\0" . 'تحديثات متوفرة <span class="count">(%s)</span>' . "\0" . 'تحديثات متوفرة <span class="count">(%s)</span>','<a href="https://wordpress.org/documentation/article/network-admin/">Documentation on the Network Admin</a>'=>'<a href="https://wordpress.org/documentation/article/network-admin/">وثائق المساعدة - إدارة الشبكة</a>','sitesAll <span class="count">(%s)</span>'=>'الكل <span class="count">(%s)</span>' . "\0" . 'الكل <span class="count">(%s)</span>' . "\0" . 'الكل <span class="count">(%s)</span>' . "\0" . 'الكل <span class="count">(%s)</span>' . "\0" . 'الكل <span class="count">(%s)</span>' . "\0" . 'الكل <span class="count">(%s)</span>','Public <span class="count">(%s)</span>'=>'عام <span class="count">(%s)</span>' . "\0" . 'عام <span class="count">(%s)</span>' . "\0" . 'عام <span class="count">(%1$s)</span>' . "\0" . 'عام <span class="count">(%1$s)</span>' . "\0" . 'عام <span class="count">(%1$s)</span>' . "\0" . 'عام <span class="count">(%1$s)</span>','Archived <span class="count">(%s)</span>'=>'مؤرشف <span class="count">(%s)</span>' . "\0" . 'مؤرشف <span class="count">(%s)</span>' . "\0" . 'مؤرشف <span class="count">(%s)</span>' . "\0" . 'مؤرشف <span class="count">(%s)</span>' . "\0" . 'مؤرشف <span class="count">(%s)</span>' . "\0" . 'مؤرشف <span class="count">(%s)</span>','Mature <span class="count">(%s)</span>'=>'للبالغين <span class="count">(%s)</span>' . "\0" . 'للبالغين <span class="count">(%s)</span>' . "\0" . 'للبالغين <span class="count">(%s)</span>' . "\0" . 'للبالغين <span class="count">(%s)</span>' . "\0" . 'للبالغين <span class="count">(%s)</span>' . "\0" . 'للبالغين <span class="count">(%s)</span>','sitesSpam <span class="count">(%s)</span>'=>'مزعج <span class="count">(%s)</span>' . "\0" . 'مزعج <span class="count">(%s)</span>' . "\0" . 'مزعج <span class="count">(%s)</span>' . "\0" . 'مزعج <span class="count">(%s)</span>' . "\0" . 'مزعج <span class="count">(%s)</span>' . "\0" . 'مزعج <span class="count">(%s)</span>','Deleted <span class="count">(%s)</span>'=>'محذوف <span class="count">(%s)</span>' . "\0" . 'محذوف <span class="count">(%s)</span>' . "\0" . 'محذوف <span class="count">(%s)</span>' . "\0" . 'محذوف <span class="count">(%s)</span>' . "\0" . 'محذوف <span class="count">(%s)</span>' . "\0" . 'محذوف <span class="count">(%s)</span>','It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.'=>'يبدو أن شبكتك تعمل مع خادم الويب Nginx. <a href="%s">تعرّف على المزيد حول إعدادات التكوين الإضافية</a>.','Y/m/d g:i:s a'=>'d/m/Y g:i:s a','No themes are currently available.'=>'لا توجد قوالب متاحة حاليًا.','siteNot spam'=>'غير مزعج','sitePublic'=>'عام','<a href="https://wordpress.org/documentation/article/network-admin-settings-screen/">Documentation on Network Settings</a>'=>'<a href="https://wordpress.org/documentation/article/network-admin-settings-screen/">وثائق المساعدة - إعدادات الشبكة</a>','Child theme of %s'=>'قالب فرعي من %s','Visit theme site for %s'=>'زيارة موقع القالب (%s)','You should back up your existing %1$s and %2$s files.'=>'يجب عليك أخذ نسخة احتياطية للملفات %1$s و %2$s الموجودة لديك.','You should back up your existing %s file.'=>'يجب عليك أخذ نسخة احتياطية من ملفك %s الموجود.','Cannot create an empty site.'=>'لا يمكن انشاء موقع فارغ.','Network configuration rules for %s'=>'قواعد إعداد الشبكة على %s','Network configuration authentication keys'=>'مفاتيح المصادقة لإعداد الشبكة','https://wordpress.org/documentation/article/nginx/'=>'https://wordpress.org/documentation/article/nginx/']];
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2026-03-21 18:39:38+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'WordPress - 6.9.x - Development - Administration - Network Admin','language'=>'de','messages'=>['Site flagged for deletion.'=>'Die Website wurde zum Löschen markiert.','Site deletion flag removed.'=>'Die Löschmarkierung der Website wurde entfernt.','Site permanently deleted.'=>'Die Website wurde endgültig gelöscht.','Sites permanently deleted.'=>'Die Websites wurden endgültig gelöscht.','Delete these sites permanently'=>'Diese Websites endgültig löschen','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.'=>'Das Markieren einer Website zum Löschen macht die Website für deren Benutzer und Besucher unzugänglich. Diese Aktion ist reversibel. Ein Super-Administrator kann die Website zu einem späteren Zeitpunkt endgültig löschen.','Archiving a site makes the site unavailable to its users and visitors. This is a reversible action.'=>'Durch das Archivieren einer Website wird diese für deren Benutzer und Besucher unzugänglich. Diese Aktion ist reversibel.','You are about to flag the site %s for deletion.'=>'Du bist im Begriff, die Website %s zur Löschung zu markieren.','You are about to remove the deletion flag from the site %s.'=>'Du bist im Begriff, die Löschmarkierung der Website %s zu entfernen.','Flag for Deletion'=>'Zum Löschen markieren','siteRemove Deletion Flag'=>'Löschmarkierung entfernen','Flagged for Deletion <span class="count">(%s)</span>'=>'Zum Löschen markiert <span class="count">(%s)</span>' . "\0" . 'Zum Löschen markiert <span class="count">(%s)</span>','Flagged for Deletion'=>'Zum Löschen markiert','<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">Dokumentation zu Netzwerk-Upgrades (engl.)</a>','Deleting a site is a permanent action that cannot be undone. This will delete the entire site and its uploads directory.'=>'Das Löschen einer Website ist eine endgültige Aktion, die nicht rückgängig gemacht werden kann. Dabei wird die gesamte Website und ihr Uploads-Verzeichnis gelöscht.','Delete this site permanently'=>'Diese Website endgültig löschen','Visit to go to the front-end of the live site.'=>'Aufrufen, um zum Frontend der Live-Website zu gelangen.','<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/">Dokumentation zu den Netzwerkeinstellungen (engl.)</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/">Dokumentation zur Netzwerkverwaltung (engl.)</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/">Dokumentation zur Erstellung eines Netzwerks (engl.)</a>','https://developer.wordpress.org/advanced-administration/server/web-server/nginx/'=>'https://developer.wordpress.org/advanced-administration/server/web-server/nginx/','Missing site title.'=>'Der Titel der Website fehlt.','Table ordered by User Registered Date.'=>'Die Tabelle ist nach Benutzer-Registrierungsdatum sortiert.','Table ordered by Theme Name.'=>'Die Tabelle ist nach Theme-Namen sortiert.','Table ordered by Site Registered Date.'=>'Die Tabelle ist nach Website-Registrierungsdatum sortiert.','Table ordered by Last Updated.'=>'Die Tabelle ist nach letzter Aktualisierung sortiert.','Table ordered by Site Path.'=>'Die Tabelle ist nach Website-Pfad sortiert.','Table ordered by Site Domain Name.'=>'Die Tabelle ist nach Website-Domainname sortiert.','Network configuration authentication keys'=>'Authentifizierungsschlüssel der Netzwerkkonfiguration','Network configuration rules for %s'=>'Netzwerkkonfigurationsregeln für %s','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'WordPress wurde aktualisiert! Der nächste und letzte Schritt besteht darin, die Websites in deinem Netzwerk einzeln zu aktualisieren.','Cannot create an empty site.'=>'Es kann keine leere Website erstellt werden.','You should back up your existing %s file.'=>'Du solltest eine Sicherungskopie deiner bestehenden Datei %s erstellen.','You should back up your existing %1$s and %2$s files.'=>'Du solltest eine Sicherungskopie deiner bestehenden Dateien %1$s und %2$s erstellen.','Visit theme site for %s'=>'Die Theme-Website für %s aufrufen','Child theme of %s'=>'Untergeordnetes Theme von %s','sitePublic'=>'Öffentlich','siteNot spam'=>'Kein Spam','%s theme will no longer be auto-updated.'=>'%s Theme wird nicht mehr automatisch aktualisiert.' . "\0" . '%s Themes werden nicht mehr automatisch aktualisiert.','%s theme will be auto-updated.'=>'%s Theme wird automatisch aktualisiert.' . "\0" . '%s Themes werden automatisch aktualisiert.','Sorry, you are not allowed to change themes automatic update settings.'=>'Du bist leider nicht berechtigt, die Einstellungen für die automatische Aktualisierung der Themes zu ändern.','No themes are currently available.'=>'Momentan sind keine Themes verfügbar.','Y/m/d g:i:s a'=>'j.n.Y, G:i:s','It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.'=>'Es sieht so aus, als würde dein Netzwerk mit einem Nginx-Webserver laufen. <a href="%s">Erfahre hier mehr über die weitere Konfiguration (engl.)</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>'=>'Erwachseneninhalt <span class="count">(%s)</span>' . "\0" . 'Erwachseneninhalt <span class="count">(%s)</span>','Archived <span class="count">(%s)</span>'=>'Archiviert <span class="count">(%s)</span>' . "\0" . 'Archiviert <span class="count">(%s)</span>','Public <span class="count">(%s)</span>'=>'Öffentlich <span class="count">(%s)</span>' . "\0" . 'Öffentlich <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>'=>'Aktualisierung verfügbar <span class="count">(%s)</span>' . "\0" . 'Aktualisierungen verfügbar <span class="count">(%s)</span>','Main'=>'Hauptseite','<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/">Dokumentation über den Netzwerk-Bildschirm (engl.)</a>','The constant %s cannot be defined when creating a network.'=>'Die Konstante %s kann nicht beim Erstellen eines Netzwerks definiert werden.','You are about to delete the following sites:'=>'Du bist dabei, die folgenden Websites zu löschen:','User could not be added to this site.'=>'Benutzer konnte dieser Website nicht hinzugefügt werden.','The username and a link to set the password will be mailed to this email address.'=>'Der Benutzername und ein Link zum Festlegen des Passworts werden an diese E-Mail-Adresse gesendet.','There is a pending change of the network admin email to %s.'=>'Es gibt eine ausstehende Änderung der E-Mail-Adresse des Netzwerkadministrators auf %s.','Sub-domain Installation'=>'Subdomain-Installation','Sub-directory Installation'=>'Unterverzeichnis-Installation','Active Child Theme'=>'Aktives untergeordnetes Theme','%s KB'=>'%s KB','%s Sites'=>'%s Websites','Sorry, you are not allowed to delete themes for this site.'=>'Du bist leider nicht berechtigt, Themes dieser Website zu löschen.','Sorry, you are not allowed to manage network themes.'=>'Du bist leider nicht berechtigt, Themes dieses Netzwerks zu verwalten.','Sorry, you are not allowed to delete that site.'=>'Du bist leider nicht berechtigt, diese Website zu löschen.','Sorry, you are not allowed to manage themes for this site.'=>'Du bist leider nicht berechtigt, Themes dieser Website zu verwalten.','Sorry, you are not allowed to add sites to this network.'=>'Du bist leider nicht berechtigt, Websites zu diesem Netzwerk hinzuzufügen.','Sorry, you are not allowed to edit this site.'=>'Du bist leider nicht berechtigt, diese Website zu bearbeiten.','The email address of the first comment author on a new site.'=>'Die E-Mail-Adresse des ersten Kommentarautors auf einer neuen Website.','First Comment Email'=>'E-Mail-Adresse des ersten Kommentars','That’s all, stop editing! Happy publishing.'=>'Das war’s, Schluss mit dem Bearbeiten! Viel Spaß beim Veröffentlichen.','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'Füge Folgendes zu deiner Datei %1$s unter %2$s hinzu, <strong>oberhalb</strong> der Zeile, die „%3$s“ enthält:','theme%1$s by %2$s'=>'%1$s von %2$s','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'Nur Kleinbuchstaben (a-z), Ziffern und Bindestriche sind erlaubt.','These unique authentication keys are also missing from your %s file.'=>'Diese eindeutigen Authentifizierungsschlüssel fehlen ebenfalls in der Datei %s.','This unique authentication key is also missing from your %s file.'=>'Dieser eindeutige Authentifizierungsschlüssel fehlt ebenfalls in der Datei %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.'=>'Weil du %1$s verwendest, müssen die Websites in deinem WordPress-Netzwerk Unterverzeichnisse verwenden. Du kannst in Erwägung ziehen, %2$s zu verwenden, wenn du Subdomains nutzen möchtest.','The internet address of your network will be %s.'=>'Die Internetadresse deines Netzwerks wird %s sein.','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.'=>'Du solltest in Erwägung ziehen, deine Website-Domain in %1$s zu ändern, bevor du die Netzwerkfunktion aktivierst. Es wird weiterhin möglich sein, deine Website unter Verwendung des Präfixes %3$s mit einer Adresse wie %2$s aufzurufen, aber die Links werden kein Präfix %3$s haben.','You cannot change this later.'=>'Dies kann später nicht geändert werden.','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'Bitte wähle, ob die Websites in deinem WordPress-Netzwerk Subdomains oder Unterverzeichnisse verwenden sollen.','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.'=>'Wenn %1$s deaktiviert ist, bitte deinen Serveradministrator darum, das Modul zu aktivieren oder suche in der <a href="%2$s">Apache-Dokumentation (engl.)</a> oder <a href="%3$s">anderswo</a> nach Hilfe zur Einrichtung.','It looks like the Apache %s module is not installed.'=>'Es sieht danach aus, dass das Apache-Modul %s nicht installiert ist.','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'Bitte vergewissere dich, dass das Apache-Modul %s installiert ist, da es am Ende dieser Installation benötigt wird.','userRegistered'=>'Registriert','Super Admin <span class="count">(%s)</span>'=>'Super-Administrator <span class="count">(%s)</span>' . "\0" . 'Super-Administratoren <span class="count">(%s)</span>','userNot spam'=>'Kein Spam','userMark as spam'=>'Als Spam markieren','Visit Theme Site'=>'Theme-Website aufrufen','Broken Theme:'=>'Fehlerhaftes Theme:','Network Disable %s'=>'%s netzwerkweit deaktivieren','Disable %s'=>'%s deaktivieren','Network Enable %s'=>'%s netzwerkweit aktivieren','Enable %s'=>'%s aktivieren','Network Disable'=>'Netzwerkweit deaktivieren','themesBroken <span class="count">(%s)</span>'=>'Fehlerhaft <span class="count">(%s)</span>' . "\0" . 'Fehlerhaft <span class="count">(%s)</span>','themesDisabled <span class="count">(%s)</span>'=>'Deaktiviert <span class="count">(%s)</span>' . "\0" . 'Deaktiviert <span class="count">(%s)</span>','themesEnabled <span class="count">(%s)</span>'=>'Aktiviert <span class="count">(%s)</span>' . "\0" . 'Aktiviert <span class="count">(%s)</span>','themesAll <span class="count">(%s)</span>'=>'Alle <span class="count">(%s)</span>' . "\0" . 'Alle <span class="count">(%s)</span>','No themes found.'=>'Es wurden keine Themes gefunden.','verb; siteArchive'=>'Archivieren','Unarchive'=>'Wiederherstellen','Never'=>'Noch nie','%1$s – %2$s'=>'%1$s – %2$s','siteRegistered'=>'Registriert','Last Updated'=>'Zuletzt aktualisiert','siteNot Spam'=>'Kein Spam','siteMark as spam'=>'Als Spam markieren','No sites found.'=>'Es wurden keine Websites gefunden.','Mature'=>'Erwachseneninhalt','siteSpam'=>'Spam','Archived'=>'Archiviert','A password reset link will be sent to the user via email.'=>'Ein Link zum Zurücksetzen des Passwortes wird per E-Mail verschickt.','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.'=>'Ändere bitte bei deaktivierter Registrierung %1$s in %2$s in eine URL, zu der Besucher weitergeleitet werden, falls diese eine nicht existierende Website aufrufen.','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.'=>'Die Konstante %1$s in der Datei %2$s muss auf true gesetzt werden, um die Erstellung eines Netzwerks zu erlauben.','Themes list navigation'=>'Navigation für die Themes-Liste','Sites list'=>'Website-Liste','Sites list navigation'=>'Navigation für die Website-Liste','Site users list'=>'Website-Benutzerliste','Site users list navigation'=>'Navigation für die Website-Benutzerliste','Filter site users list'=>'Liste der Website-Benutzer filtern','Site themes list'=>'Website-Themes-Liste','Site themes list navigation'=>'Navigation für die Website-Themes-Liste','Filter site themes list'=>'Themes-Liste der Website filtern','The domain or path entered conflicts with an existing username.'=>'Domain oder Pfad stehen im Konflikt mit einem bereits existierenden Benutzernamen.','The requested action is not valid.'=>'Die angeforderte Aktion ist nicht gültig.','You are about to mark the site %s as not mature.'=>'Du bist dabei, die Website %s als jugendfrei zu kennzeichnen.','You are about to mark the site %s as mature.'=>'Du bist dabei, die Website %s als nicht jugendfrei zu kennzeichnen.','You are about to delete the site %s.'=>'Du bist dabei, die Website %s zu löschen.','You are about to mark the site %s as spam.'=>'Du bist dabei, die Website %s als Spam zu markieren.','You are about to unspam the site %s.'=>'Du bist dabei, die Spam-Markierung der Website %s zu entfernen.','You are about to archive the site %s.'=>'Du bist dabei, die Website %s zu archivieren.','You are about to unarchive the site %s.'=>'Du bist dabei, die Website %s wieder zu aktivieren.','The requested site does not exist.'=>'Die angeforderte Website existiert nicht.','Path'=>'Pfad','Domain'=>'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">Dokumentation zu Netzwerk-Benutzern (engl.)</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">Dokumentation zu Netzwerk-Themes (engl.)</a>','Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s'=>'Warnung! Es ist ein Problem bei der Aktualisierung von %1$s aufgetreten. Dein Server könnte Probleme damit haben, sich mit Websites zu verbinden, die darauf laufen. Fehlermeldung: %2$s','%s theme deleted.'=>'%s Theme wurde gelöscht.' . "\0" . '%s Themes wurden gelöscht.','%s theme disabled.'=>'%s Theme wurde deaktiviert.' . "\0" . '%s Themes wurden deaktiviert.','%s theme enabled.'=>'%s Theme wurde aktiviert.' . "\0" . '%s Themes wurden aktiviert.','Yes, delete these themes'=>'Ja, diese Themes löschen','You are about to remove the following themes:'=>'Du bist dabei, folgende Themes zu entfernen:','These themes may be active on other sites in the network.'=>'Diese Themes könnten auf anderen Websites im Netzwerk aktiviert sein.','Delete Themes'=>'Themes löschen','Size in kilobytes'=>'Größe in Kilobyte','Allowed file types. Separate types by spaces.'=>'Erlaubte Dateitypen. Trenne die einzelnen Typen mit einem Leerzeichen.','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'Füge Folgendes zu deiner Datei %1$s unter %2$s hinzu und <strong>ersetze</strong> dadurch andere WordPress-Regeln:','Confirm your action'=>'Bestätige deine Aktion','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.'=>'Fahre mit der Maus über die Benutzer in der Liste, um die Bearbeiten-Links anzeigen zu lassen. Der Bearbeiten-Link auf der linken Seite bringt dich zur „Benutzerprofil bearbeiten“-Seite. Der Bearbeiten-Link auf der rechten Seite jedes Website-Namens führt zu einer Bearbeiten-Seite für diese Website.','To search for a site, <strong>enter the path or domain</strong>.'=>'Gib den <strong>Pfad oder die Domain</strong> an, um nach einer Website zu suchen.','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*.'=>'Gib eine <strong>E-Mail-Adresse oder einen Benutzernamen</strong> an, um nach einem Benutzer zu suchen. Benutze einen Platzhalter, um nach Teilen eines Benutzernamens zu suchen, wie z. B. Nutzer*.','To add a new site, <strong>click Create a New Site</strong>.'=>'Klicke auf <strong>Neue Website anlegen</strong>, um deinem Netzwerk eine neue Website hinzuzufügen.','To add a new user, <strong>click Create a New User</strong>.'=>'Klicke auf <strong>Neuen Benutzer erstellen</strong>, um einen neuen Benutzer hinzuzufügen.','Quick Tasks'=>'Schnellzugriff','To search for a user or site, use the search boxes.'=>'Nutze die Suchfelder, um nach einem Benutzer oder einer Website zu suchen.','The Right Now widget on this screen provides current user and site counts on your network.'=>'Das „Im Augenblick“-Widget zeigt die aktuelle Anzahl der Websites und Benutzer in deinem Netzwerk.','Modify global network settings'=>'Alle globalen Netzwerkeinstellungen ändern','Update your network'=>'Dein Netzwerk aktualisieren','Install and activate themes or plugins'=>'Themes oder Plugins installieren und aktivieren','Add and manage sites or users'=>'Neue Websites oder Benutzer hinzufügen und verwalten','From here you can:'=>'Von hier aus kannst du:','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'Willkommen in der Netzwerkverwaltung. Diese Bereiche der Administration werden für die Verwaltung aller Aspekte deines Multisite-Netzwerks verwendet.','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.'=>'Benutze diese Ansicht nur, wenn du über „Aktualisierungen > Verfügbare Aktualisierungen“ auf eine neue WordPress-Version aktualisiert hast; etwa über das Netzwerk-Administrationsmenü oder die Werkzeugleiste. Durch Klick auf den „Netzwerk aktualisieren“-Button wirst du schrittweise durch jede Website im Netzwerk geführt, immer fünf zugleich, um sicherzustellen, dass alle Datenbank-Updates angewandt wurden.','Upgrade Network'=>'Netzwerk aktualisieren','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'Unterverzeichnis-Netzwerke können mit eigenen wp-content-Verzeichnissen nicht vollständig kompatibel sein.','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).'=>'Füge die angegebenen Code-Zeilen zur wp-config.php (kurz vor <code>/*… Schluss mit dem Bearbeiten …*/</code>) und <code>.htaccess</code> hinzu (ersetzt die bestehenden WordPress-Regeln).','Language Settings'=>'Spracheinstellungen','Allow site administrators to add new users to their site via the "Users → Add User" page'=>'Website-Administratoren das Hinzufügen neuer Benutzer zu deren Website über die Seite „Benutzer → Benutzer hinzufügen“ erlauben','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-Administratoren können nicht mehr über den Optionen-Bereich hinzugefügt werden. Du musst jetzt über Netzwerkverwaltung > Benutzer zu der Liste der existierenden Benutzer gehen und auf den Benutzernamen oder den Bearbeiten-Link unter dem Namen klicken, dem du Administratorrechte geben möchtest. Du kommst dadurch auf die Benutzerseite und kannst ihm per Checkbox Super-Administrator-Rechte geben.','Enter the username and email.'=>'Bitte gib den Benutzernamen und die E-Mail-Adresse ein.','User created.'=>'Der Benutzer wurde erstellt.','Select a user to remove.'=>'Bitte wähle einen Benutzer zum Entfernen aus.','Select a user to change role.'=>'Bitte wähle einen Benutzer aus, um die Rolle zu ändern.','Enter the username of an existing user.'=>'Gib den Benutzernamen eines bestehenden Benutzers ein.','User is already a member of this site.'=>'Dieser Benutzer ist schon ein Mitglied dieser Website.','Site options updated.'=>'Die Website-Optionen wurden aktualisiert.','Site added. <a href="%1$s">Visit Dashboard</a> or <a href="%2$s">Edit Site</a>'=>'Die Website wurde hinzugefügt. <a href="%1$s">Zum Dashboard wechseln</a> oder <a href="%2$s">Website bearbeiten</a>','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'Diese Ansicht ist für Super-Administratoren, um neue Websites zum Netzwerk hinzuzufügen. Dies wird nicht durch die Registrierungseinstellungen beeinflusst.','Site info updated.'=>'Die Website-Information wurde aktualisiert.','You cannot delete a theme while it is active on the main site.'=>'Du kannst dieses Theme nicht löschen, solange es auf der Haupt-Website aktiv ist.','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.'=>'Themes können durch den Netzwerkadministrator in der Ansicht „Website bearbeiten“ (die einen Tab „Themes“ hat) für jede Website einzeln aktiviert werden; dorthin gelangst du über den Aktionslink „Bearbeiten“ in der Ansicht „Alle Websites“. Nur Netzwerkadministratoren können Themes installieren oder bearbeiten.','No, return me to the theme list'=>'Nein, zurück zur Theme-Liste','Yes, delete this theme'=>'Ja, dieses Theme löschen','Are you sure you want to delete these themes?'=>'Bist du sicher, dass du diese Themes löschen möchtest?','You are about to remove the following theme:'=>'Du bist dabei, folgendes Theme zu entfernen:','This theme may be active on other sites in the network.'=>'Dieses Theme könnte auf anderen Websites im Netzwerk aktiv sein.','Delete Theme'=>'Theme löschen' . "\0" . 'Themes löschen','Network enabled themes are not shown on this screen.'=>'Netzwerkweit aktivierte Themes werden in dieser Ansicht nicht angezeigt.','No theme selected.'=>'Es wurde kein Theme ausgewählt.','Theme disabled.'=>'Das Theme wurde deaktiviert.' . "\0" . '%s Themes wurden deaktiviert.','Theme enabled.'=>'Das Theme wurde aktiviert.' . "\0" . '%s Themes wurden aktiviert.','Edit Site: %s'=>'Website bearbeiten: %s','Invalid site ID.'=>'Die Website-ID ist ungültig.','Sorry, you are not allowed to delete the site %s.'=>'Du bist leider nicht berechtigt, die Website %s zu löschen.','Delete Permanently which is a permanent action after the confirmation screen.'=>'Endgültig löschen ist eine irreversible Aktion nach dem Bestätigungsbildschirm.','Dashboard leads to the Dashboard for that site.'=>'Dashboard führt dich zum jeweiligen Dashboard der Website.','An Edit link to a separate Edit Site screen.'=>'Bearbeiten, um in einem eigenen Bereich weitere Informationen der Website bearbeiten zu können.','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.'=>'„Website hinzufügen“ bringt dich zum Bildschirm für das Hinzufügen einer neuen Website zum Netzwerk. Dort kannst du Websites nach Name, ID oder IP-Adresse suchen. Über „Ansicht anpassen“ kannst du u. a. auswählen, wie viele Websites auf einer Seite dargestellt werden.','Add Users'=>'Benutzer hinzufügen','Cannot add user.'=>'Der Benutzer konnte nicht hinzugefügt werden.','Add User will set up a new user account on the network and send that person an email with username and password.'=>'Die Funktion „Benutzer hinzufügen“ erstellt ein neues Benutzerkonto im Netzwerk und sendet der Person eine E-Mail mit Benutzernamen und Passwort.','Updates'=>'Aktualisierungen','Network Settings'=>'Netzwerk-Einstellungen','Installed Themes'=>'Installierte Themes','All Sites'=>'Alle Websites','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'Nach Abschluss dieser Schritte ist dein Netzwerk aktiviert und eingerichtet. Dann musst du dich erneut anmelden.','To make your installation more secure, you should also add:'=>'Um deine Installation sicherer zu machen, solltest du Folgendes ebenfalls hinzufügen:','Complete the following steps to enable the features for creating a network of sites.'=>'Vervollständige die folgenden Schritte, um die Funktionen zum Erstellen eines Netzwerks von Websites zu aktivieren.','Enabling the Network'=>'Aktivieren des Netzwerks','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'Bitte schließe die Schritte zur Einrichtung ab. Um ein neues Netzwerk anzulegen, musst du die Netzwerk-Datenbanktabellen leeren oder entfernen.','An existing WordPress network was detected.'=>'Ein bestehendes WordPress-Netzwerk wurde gefunden.','The original configuration steps are shown here for reference.'=>'Als Referenz werden hier die originalen Einstellungsschritte gezeigt.','Your email address.'=>'Deine E-Mail-Adresse.','What would you like to call your network?'=>'Wie möchtest du dein Netzwerk nennen?','Network Title'=>'Netzwerk-Titel','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'Da deine Installation nicht neu ist, müssen die Websites in deinem WordPress-Netzwerk Subdomains verwenden.','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'Weil deine Installation in einem Verzeichnis ist, müssen die Websites deines WordPress-Netzwerks Unterverzeichnisse verwenden.','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'Die Haupt-Website einer Installation in einem Unterverzeichnis benötigt eine modifizierte Permalink-Struktur, die möglicherweise bestehende Links beeinträchtigt.','Network Details'=>'Netzwerk-Details','Server Address'=>'Server-Adresse','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'wie <code>%1$s/site1</code> und <code>%1$s/site2</code>','Sub-directories'=>'Unterverzeichnisse','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'wie <code>site1.%1$s</code> und <code>site2.%1$s</code>','Sub-domains'=>'Subdomains','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'Du benötigst einen Wildcard-DNS-Eintrag, wenn du die Funktionalität des Virtual Host (Subdomain) verwenden möchtest.','Addresses of Sites in your Network'=>'Adressen der Websites in deinem Netzwerk','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.'=>'Fülle das nachfolgende Formular aus. Damit beginnst du den Einrichtungsprozess eines Netzwerks von WordPress-Websites. Die Konfigurationsdateien werden im nächsten Schritt erstellt.','Welcome to the Network installation process!'=>'Willkommen zur Netzwerk-Installation!','The network could not be created.'=>'Das Netzwerk konnte nicht erstellt werden.','Once the network is created, you may reactivate your plugins.'=>'Sobald das Netzwerk erstellt wurde, kannst du deine Plugins wieder aktivieren.','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'Bitte <a href="%s">deaktiviere deine Plugins</a>, bevor du die Netzwerkfunktion aktivierst.','Network'=>'Netzwerk','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.'=>'Die Auswahl von Unterverzeichnis-Websites ist deaktiviert, wenn diese Einrichtung älter als einen Monat ist, da es Probleme mit den Permalinks „/blog/“ der Hauptwebsite gibt. Diese Deaktivierung wird in einer zukünftigen Version adressiert.','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.'=>'Sobald du diesen Code hinzugefügt hast und deinen Browser neu lädst, sollte die Multisite aktiviert sein. Diese Ansicht zeigt nun das Netzwerk-Administrationsmenü und enthält eine Archivierung des hinzugefügten Codes. Du kannst zwischen der Netzwerk-Administration und Website-Administration wechseln durch Klicken auf „Netzwerkverwaltung“ oder die individuelle Website unter dem „Meine Websites“-Aufklappmenü in der Werkzeugleiste.','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.'=>'Der nächste Bereich der Netzwerk-Einrichtung gibt dir individuell generierte Code-Zeilen, die du zu deiner wp-config.php- und .htaccess-Datei hinzufügen sollst. Stelle sicher, dass dein FTP-Programm alle Dateien anzeigt, auch die, die mit einem . beginnen, damit du auch die .htaccess findest. Du kannst manuell eine .htaccess-Datei erstellen, sollte noch keine im Verzeichnis vorhanden sein. Mache bitte eine Sicherheitskopie von der wp-config.php- und .htaccess-Datei.','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).'=>'Wähle Subdomains oder Unterverzeichnisse. Dies kann später nur durch Rekonfiguration der Installation verändert werden. Fülle die Netzwerk-Details aus und klicke auf Installieren. Sollte dies nicht funktionieren, solltest du einen Wildcard-DNS-Eintrag (für Subdomains) anlegen oder andere Einstellungen in Permalinks (für Unterverzeichnisse) setzen.','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.'=>'Diese Ansicht ermöglicht dir, ein Netzwerk mit Subdomains (<code>site1.example.com</code>) oder Unterverzeichnissen (<code>example.com/site1</code>) zu konfigurieren. Subdomains erfordern eine Wildcard-Subdomain-Konfiguration in den Apache- und DNS-Einstellungen, sofern dein Server dies unterstützt.','Create a Network of WordPress Sites'=>'Erstelle ein Netzwerk von WordPress-Websites','The Network creation panel is not for WordPress MU networks.'=>'Das Netzwerk-Bedienfeld ist nicht für WordPress-MU-Netzwerke nutzbar.','Warning! User cannot be modified. The user %s is a network administrator.'=>'Warnung! Der Benutzer kann nicht verändert werden. Der Benutzer %s ist ein Netzwerk-Administrator.','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'Falls für die neue Website keine E-Mail-Adresse des Administrators in der Datenbank vorhanden ist, wird außerdem ein neuer Benutzer angelegt.','Flag for Deletion, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.'=>'Die Aktionen „Zum Löschen markieren“, „Archivieren“ und „Spam“ führen zu Bestätigungsbildschirmen. Diese Aktionen können später wieder rückgängig gemacht werden.','Hovering over each site reveals seven options (three for the primary site):'=>'Wenn du den Mauszeiger über eine Website bewegst, werden sieben Optionen angezeigt (drei für die primäre Website):','Operational settings has fields for the network’s name and admin email.'=>'Die Betriebseinstellungen enthalten Felder für den Namen des Netzwerks und die E-Mail-Adresse des Administrators.','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.'=>'Über die „Mehrfachaktionen“ können mehrere ausgewählte Benutzer unwiderruflich gelöscht oder als Spammer gekennzeichnet bzw. diese Kennzeichnung kann wieder entfernt werden. Alle Beiträge der als Spammer gekennzeichneten Benutzer werden entfernt und Spammer können sich nicht erneut mit denselben E-Mail-Adressen registrieren.','You can also go to the user’s profile page by clicking on the individual username.'=>'Du kannst auch auf die Profilseite des Benutzers gehen, indem du auf den jeweiligen Benutzernamen klickst.','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).'=>'Die Upload-Einstellungen legen die Größe der hochgeladenen Dateien und das verfügbare Upload-Speicherplatzkontingent für jede Website fest. Du kannst den Standardwert für bestimmte Websites ändern, wenn du eine bestimmte Website bearbeitest. Die zulässigen Dateitypen sind ebenfalls aufgeführt (durch Leerzeichen getrennt).','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.'=>'Du kannst einen bestehenden Benutzer zu einem weiteren Super-Administrator ernennen, indem du über „Benutzer > Bearbeiten“ auf dessen Profilseite gehst und das entsprechende Kontrollkästchen aktivierst, um ihm diese Berechtigung zu erteilen.','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.'=>'Benutzer, die im Netzwerk registriert sind, aber keine eigene Website haben, werden automatisch als Abonnenten im Dashboard der Haupt-Website hinzugefügt und haben so die Möglichkeit, ihr Profil zu verwalten. Diese Benutzer sehen nur das Dashboard und „Meine Websites“ in der Navigation, bis eine Website für sie erstellt wurde.','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.'=>'Durch Klicken auf eine beliebige Überschrift im Tabellenkopf kannst du die Tabelle entsprechend sortieren und mit den Icons oberhalb der Benutzerliste zwischen Listen-Ansicht und Textauszugs-Ansicht wechseln.','This table shows all users across the network and the sites to which they are assigned.'=>'Diese Übersicht zeigt alle Benutzer im Netzwerk und die Websites, denen sie zugeordnet sind.','If this process fails for any reason, users logging in to their sites will force the same update.'=>'Falls der Vorgang aus irgendeinem Grund abbricht, wird er automatisch ausgeführt, sobald sich ein Benutzer auf seiner Website anmeldet.','If a version update to core has not happened, clicking this button will not affect anything.'=>'Wenn noch kein Versions-Update des Cores stattgefunden hat, hat ein Klick auf diesen Button keine Auswirkungen.','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.'=>'Wenn ein Netzwerk-Administrator ein Theme deaktiviert, das noch benutzt wird, kann es auf der betreffenden Website immer noch ausgewählt bleiben. Erst wenn ein anderes Theme gewählt wird, erscheint das deaktivierte Theme nicht mehr in der Theme-Liste dieser Website.','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.'=>'Hier kannst du festlegen, welche Themes zur Benutzung für die Websites im Netzwerk zur Verfügung stehen. Es aktiviert oder deaktiviert jedoch nicht das jeweils genutzte Theme der Website.','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.'=>'Hier siehst du alle Websites dieses Netzwerks. Benutze die Icons rechts oben, um zwischen einer Ansicht als Liste oder Textauszug zu wechseln.','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.'=>'Mit der Menü-Einstellung kannst du festlegen, ob das Plugin-Menü für reguläre Website-Administratoren aktiviert bzw. deaktiviert werden soll, sodass nur Super-Administratoren (und nicht die Website-Administratoren) Plugins aktivieren können.','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.'=>'Neue Website-Einstellungen sind Standardeinstellungen, die bei der Erstellung einer neuen Website im Netzwerk angewendet werden. Dazu gehören die Willkommens-E-Mail, die bei der Registrierung einer neuen Website oder eines neuen Benutzerkontos versendet wird, sowie der Inhalt des ersten Beitrags, der ersten Seite und des ersten Kommentars, der erste Kommentarautor und die erste Kommentar-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.'=>'Die Registrierungseinstellungen ermöglichen es, öffentliche Registrierungen zu aktivieren oder zu deaktivieren. Wenn du anderen erlaubst, sich auf einer Website zu registrieren, solltest du Plugins zur Spam-Erkennung installieren. Namen, die für Websites dieses Netzwerks gesperrt sind, sollten durch Leerzeichen und nicht durch Kommas getrennt werden.','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.'=>'In diesem Bildschirm werden die Einstellungen für das gesamte Netzwerk verwaltet. Die zuerst bei der Installation des WordPress-Netzwerks erstellte Website ist die Haupt-Website. Von deren Optionen werden auch die Netzwerk-Optionen übernommen.','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'Die folgenden Begriffe sind für die Verwendung durch WordPress-Funktionen reserviert und können nicht als Website-Namen verwendet werden: %s','If your browser does not start loading the next page automatically, click this link:'=>'Falls dein Browser nicht automatisch zur nächsten Seite weiterleitet, klicke auf folgenden Link:','If you want to ban domains from site registrations. One domain per line.'=>'Für den Fall, dass bestimmte Domains für die Registrierung verboten werden sollen. Bitte eine Domain je Zeile.','If you want to limit site registrations to certain domains. One domain per line.'=>'Für den Fall, dass die Website-Registrierungen auf bestimmte Domains beschränkt werden sollen. Bitte eine Domain je Zeile.','Users removed from spam.'=>'Die Benutzer wurden aus dem Spam entfernt.','Site marked as spam.'=>'Die Website wurde als Spam markiert.','Site removed from spam.'=>'Die Website wurde aus dem Spam entfernt.','Sites marked as spam.'=>'Die Websites wurden als Spam markiert.','Sites removed from spam.'=>'Die Websites wurden aus dem Spam entfernt.','Users deleted.'=>'Die Benutzer wurden gelöscht.','Users marked as spam.'=>'Benutzer wurden als Spam markiert.','Site unarchived.'=>'Die Website wurde wiederhergestellt.','Site archived.'=>'Die Website wurde archiviert.','Sorry, you are not allowed to change the current site.'=>'Du bist leider nicht berechtigt, Änderungen an dieser Website vorzunehmen.','There was an error creating the user.'=>'Beim Erstellen des Benutzers ist ein Fehler aufgetreten.','Upload file types'=>'Erlaubte Dateitypen','Limit total size of files uploaded to %s MB'=>'Gesamt-Speicherplatz pro Website auf %s MB begrenzen','The URL for the first comment on a new site.'=>'Die URL für den ersten Kommentar einer neuen Website.','The author of the first comment on a new site.'=>'Der Autor des ersten Kommentars einer neuen Website.','The first comment on a new site.'=>'Der erste Kommentar auf einer neuen Website.','The first page on a new site.'=>'Die erste Seite einer neuen Website.','The first post on a new site.'=>'Der erste Beitrag einer neuen Website.','All done!'=>'Alles erledigt!','Both sites and user accounts can be registered'=>'Sowohl Websites als auch Benutzerkonten können registriert werden','Logged in users may register new sites'=>'Angemeldete Benutzer können neue Websites registrieren','User accounts may be registered'=>'Benutzerkonten können registriert werden','Registration is disabled'=>'Registrierung ist deaktiviert','Enable administration menus'=>'Administrations-Menüs aktivieren','Upload Settings'=>'Upload-Einstellungen','New Site Settings'=>'Einstellungen für neue Website','Registration Settings'=>'Registrierungs-Einstellungen','Operational Settings'=>'Grundeinstellungen','Missing email address.'=>'Fehlende E-Mail-Adresse.','Missing or invalid site address.'=>'Die Website-Adresse fehlt oder ist ungültig.','Next Sites'=>'Weitere Websites','Site upload space'=>'Speicherplatz pro Website','The welcome email sent to new site owners.'=>'Diese E-Mail wird an Benutzer gesendet, die eine neue Website registriert haben.','Users are not allowed to register these sites. Separate names by spaces.'=>'Benutzer dürfen diese Namen nicht als Website-Adresse verwenden. Trenne die einzelnen Namen mit einem Leerzeichen.','Send the network admin an email notification every time someone registers a site or user account'=>'Dem Administrator des Netzwerks jedes Mal eine E-Mail-Benachrichtigung senden, wenn jemand eine Website oder ein Benutzerkonto registriert','Network Admin Email'=>'E-Mail-Adresse des Netzwerkadministrators','A new user will be created if the above email address is not in the database.'=>'Es wird ein neuer Benutzer angelegt, sofern nicht schon ein Benutzer mit dieser E-Mail-Adresse vorhanden ist.','Admin Email'=>'E-Mail-Adresse des Administrators','Add Site'=>'Website hinzufügen','Default Language'=>'Standardsprache','Max upload file size'=>'Maximale Dateigröße eines Uploads','First Comment URL'=>'URL des ersten Kommentars','First Comment Author'=>'Autor des ersten Kommentars','First Comment'=>'Erster Kommentar','First Page'=>'Erste Seite','The welcome email sent to new users.'=>'Diese E-Mail wird an jeden neu registrierten Benutzer gesendet.','Welcome User Email'=>'Willkommens-E-Mail für Benutzer','Welcome Email'=>'Willkommens-E-Mail','Banned Email Domains'=>'Geblockte E-Mail-Domains','Limited Email Registrations'=>'Registrierung für E-Mail-Domains limitieren','Banned Names'=>'Verbotene Namen für Website-Adressen','Add New User'=>'Neuen Benutzer hinzufügen','Registration notification'=>'Registrierungs-Benachrichtigung','Allow new registrations'=>'Neue Registrierungen erlauben','Duplicated username or email address.'=>'Schon vorhandener Benutzername oder vorhandene E-Mail-Adresse.','Cannot create an empty user.'=>'Es kann kein leerer Benutzer erstellt werden.','Confirm'=>'Bestätigen']];
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2025-11-15 20:55:01+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'WordPress - 6.9.x - Development - Administration - Network Admin','language'=>'es','messages'=>['Site flagged for deletion.'=>'Sitio marcado para el borrado.','Site deletion flag removed.'=>'Marca de borrado del sitio quitada.','Site permanently deleted.'=>'Sitio borrado permanentemente.','Sites permanently deleted.'=>'Sitios borrados permanentemente.','Delete these sites permanently'=>'Borrar estos sitios permanentemente','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.'=>'Marcar un sitio para su borrado hace que el sitio no esté disponible para sus usuarios y visitantes. Esta acción es reversible. Un superadministrador puede borrar el sitio de forma permanente en una fecha posterior.','Archiving a site makes the site unavailable to its users and visitors. This is a reversible action.'=>'Archivar un sitio hace que este no esté disponible para sus usuarios y visitantes. Se trata de una acción reversible.','You are about to flag the site %s for deletion.'=>'Estás a punto de marcar el sito %s para el borrado.','You are about to remove the deletion flag from the site %s.'=>'Estás a punto de quitar la marca de borrado del sitio %s.','Flag for Deletion'=>'Marcado para el borrado','siteRemove Deletion Flag'=>'Quitar marca de borrado','Flagged for Deletion <span class="count">(%s)</span>'=>'Marcado para el borrado <span class="count">(%s)</span>' . "\0" . 'Marcados para el borrado <span class="count">(%s)</span>','Flagged for Deletion'=>'Marcado para el borrado','<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">Documentación sobre actualizar la red</a>','Deleting a site is a permanent action that cannot be undone. This will delete the entire site and its uploads directory.'=>'Borrar un sitio es una acción permanente que no se puede deshacer. Esto borrará todo el sitio y su directorio de subidas.','Delete this site permanently'=>'Borrar este sitio permanentemente','Visit to go to the front-end of the live site.'=>'Visitar para ir a la portada del sitio público.','<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/">Documentación sobre ajustes de red</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/">Documentación sobre el administrador de red</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/">Documentación sobre cómo crear una red</a>','https://developer.wordpress.org/advanced-administration/server/web-server/nginx/'=>'https://developer.wordpress.org/advanced-administration/server/web-server/nginx/','Missing site title.'=>'Falta el título del sitio.','Table ordered by User Registered Date.'=>'Tabla ordenada por fecha de registro del usuario.','Table ordered by Theme Name.'=>'Tabla ordenada por nombre del tema.','Table ordered by Site Registered Date.'=>'Tabla ordenada por fecha de registro del sitio.','Table ordered by Last Updated.'=>'Tabla ordenada por última actualización.','Table ordered by Site Path.'=>'Tabla ordenada por ruta del sitio.','Table ordered by Site Domain Name.'=>'Tabla ordenada por nombre de dominio del sitio.','Network configuration authentication keys'=>'Claves de identificación para configurar la red','Network configuration rules for %s'=>'Reglas de configuración de la red para %s','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'¡WordPress se ha actualizado! A continuación, y como último paso, hay que actualizar individualmente los sitios de tu red.','Cannot create an empty site.'=>'No se puede crear un sitio vacío.','You should back up your existing %s file.'=>'Deberías hacer una copia de seguridad de tu archivo %s existente.','You should back up your existing %1$s and %2$s files.'=>'Deberías hacer una copia de seguridad de tus archivos existentes %1$s y %2$s.','Visit theme site for %s'=>'Visita el sitio del tema %s','Child theme of %s'=>'Tema hijo de %s','sitePublic'=>'Público','siteNot spam'=>'No es spam','%s theme will no longer be auto-updated.'=>'%s tema ya no se actualizará automáticamente.' . "\0" . '%s temas ya no se actualizarán automáticamente.','%s theme will be auto-updated.'=>'%s tema se actualizará automáticamente.' . "\0" . '%s temas se actualizarán automáticamente.','Sorry, you are not allowed to change themes automatic update settings.'=>'Lo siento, no tienes permisos para cambiar ajustes de actualización automática de temas.','No themes are currently available.'=>'Actualmente no hay ningún tema disponible.','Y/m/d g:i:s a'=>'d/m/Y H:i:s','It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.'=>'Parece que tu red se está ejecutando con un servidor web Nginx. <a href="%s">Aprende más sobre las configuraciones</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>'=>'Antiguo <span class="count">(%s)</span>' . "\0" . 'Antiguos <span class="count">(%s)</span>','Archived <span class="count">(%s)</span>'=>'Archivado <span class="count">(%s)</span>' . "\0" . 'Archivados <span class="count">(%s)</span>','Public <span class="count">(%s)</span>'=>'Público <span class="count">(%s)</span>' . "\0" . 'Públicos <span class="count">(%s)</span>','sitesAll <span class="count">(%s)</span>'=>'Todo <span class="count">(%s)</span>' . "\0" . 'Todos <span class="count">(%s)</span>','themesUpdate Available <span class="count">(%s)</span>'=>'Actualización disponible <span class="count">(%s)</span>' . "\0" . 'Actualizaciones disponibles <span class="count">(%s)</span>','Main'=>'Principal','<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/">Documentación sobre la pantalla de la red</a>','The constant %s cannot be defined when creating a network.'=>'La constante %s no se puede definir al crear una red.','You are about to delete the following sites:'=>'Estás a punto de borrar los siguientes sitios:','User could not be added to this site.'=>'No se ha podido añadir al usuario a este sitio.','The username and a link to set the password will be mailed to this email address.'=>'El nombre de usuario y un enlace para establecer la contraseña se enviarán por correo electrónico a esta dirección de correo electrónico.','There is a pending change of the network admin email to %s.'=>'Hay un cambio pendiente del correo electrónico de administración de la red en %s.','Sub-domain Installation'=>'Instalación en subdominio','Sub-directory Installation'=>'Instalación en subdirectorio','Active Child Theme'=>'Tema hijo activo','%s KB'=>'%s KB','%s Sites'=>'%s sitios','Sorry, you are not allowed to delete themes for this site.'=>'Lo siento, no tienes permiso para borrar temas en este sitio.','Sorry, you are not allowed to manage network themes.'=>'Lo siento, no tienes permiso para gestionar temas de la red.','Sorry, you are not allowed to delete that site.'=>'Lo siento, no tienes permiso para borrar este sitio.','Sorry, you are not allowed to manage themes for this site.'=>'Lo siento, no tienes permiso para gestionar temas en este sitio.','Sorry, you are not allowed to add sites to this network.'=>'Lo siento, no tienes permiso para añadir sitios a esta red.','Sorry, you are not allowed to edit this site.'=>'Lo siento no tienes permiso para editar este sitio.','The email address of the first comment author on a new site.'=>'La dirección de correo electrónico del autor del primer comentario en cada nuevo sitio.','First Comment Email'=>'Correo electrónico del primer comentario','That’s all, stop editing! Happy publishing.'=>'¡Eso es todo, deja de editar! Disfruta publicando.','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'Añade lo siguiente a tu archivo %1$s en %2$s <strong>por encima de</strong> la línea que dice %3$s:','theme%1$s by %2$s'=>'%1$s por %2$s','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'Solo se permiten minúsculas (a-z), números y guiones.','These unique authentication keys are also missing from your %s file.'=>'Estas claves únicas de identificación también faltan en tu archivo %s.','This unique authentication key is also missing from your %s file.'=>'Esta clave única de identificación también falta en tu archivo %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.'=>'Como estás usando %1$s, los sitios de tu red WordPress deben usar subdirectorios. Si quieres usar subdominios, deberías utilizar %2$s.','The internet address of your network will be %s.'=>'La dirección de internet de tu red será %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.'=>'Antes de activar la característica de red, deberías plantearte cambiar el dominio de tu sitio a %1$s. Todavía será posible visitar tu sitio usando el prefijo %3$s con una dirección como %2$s, pero los enlaces no tendrán el prefijo %3$s.','You cannot change this later.'=>'No podrás cambiar esto después.','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'Por favor, elige si quieres que los sitios de tu red WordPress usen subdominios o subdirectorios.','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.'=>'Si %1$s está desactivado, pide a tu administrador que active ese módulo o echa un vistazo a la <a href="%2$s">documentación de Apache</a> o <a href="%3$s">en otro sitio</a> para saber cómo configurarlo.','It looks like the Apache %s module is not installed.'=>'Parece que el módulo de Apache %s no está instalado.','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'Por favor, asegúrate de que el módulo de Apache %s está instalado, ya que se usará al final de esta instalación.','userRegistered'=>'Registrado','Super Admin <span class="count">(%s)</span>'=>'Superadministrador <span class="count">(%s)</span>' . "\0" . 'Superadministradores <span class="count">(%s)</span>','userNot spam'=>'No es spam','userMark as spam'=>'Marcar como spam','Visit Theme Site'=>'Visitar el sitio del tema','Broken Theme:'=>'Tema roto:','Network Disable %s'=>'Desactivar para la red %s','Disable %s'=>'Desactivar %s','Network Enable %s'=>'Activar para la red %s','Enable %s'=>'Activar %s','Network Disable'=>'Desactivar para la red','themesBroken <span class="count">(%s)</span>'=>'Roto <span class="count">(%s)</span>' . "\0" . 'Rotos <span class="count">(%s)</span>','themesDisabled <span class="count">(%s)</span>'=>'Desactivado <span class="count">(%s)</span>' . "\0" . 'Desactivados <span class="count">(%s)</span>','themesEnabled <span class="count">(%s)</span>'=>'Activado <span class="count">(%s)</span>' . "\0" . 'Activados <span class="count">(%s)</span>','themesAll <span class="count">(%s)</span>'=>'Todo <span class="count">(%s)</span>' . "\0" . 'Todos <span class="count">(%s)</span>','No themes found.'=>'No se han encontrado temas.','verb; siteArchive'=>'Archivar','Unarchive'=>'Restaurar','Never'=>'Nunca','%1$s – %2$s'=>'%1$s – %2$s','siteRegistered'=>'Registrado','Last Updated'=>'Última actualización','siteNot Spam'=>'No es spam','siteMark as spam'=>'Marcar como spam','No sites found.'=>'No se han encontrado sitios.','Mature'=>'Adulto','siteSpam'=>'Spam','Archived'=>'Archivado','A password reset link will be sent to the user via email.'=>'Se enviará al usuario un enlace por correo electrónico para que pueda restablecer la contraseña.','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.'=>'Si el registro de usuarios está desactivado, establece como valor de %1$s en %2$s una URL donde redirigir a los visitantes que accedan a un sitio inexistente.','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.'=>'Debes establecer la constante %1$s como verdadero (true) en tu archivo %2$s para permitir la creación de una red.','Themes list navigation'=>'Navegación por la lista de temas','Sites list'=>'Lista de sitios','Sites list navigation'=>'Navegación por la lista de sitios','Site users list'=>'Lista de usuarios del sitio','Site users list navigation'=>'Navegación por la lista de usuarios del sitio','Filter site users list'=>'Filtrar la lista de usuarios del sitio','Site themes list'=>'Lista de temas del sitio','Site themes list navigation'=>'Navegación por el listado de temas','Filter site themes list'=>'Filtrar la lista de temas','The domain or path entered conflicts with an existing username.'=>'El dominio o la ruta entran en conflicto con un nombre de usuario ya existente.','The requested action is not valid.'=>'La acción solicitada no es válida.','You are about to mark the site %s as not mature.'=>'Estás a punto de marcar el sitio %s como para todos los públicos.','You are about to mark the site %s as mature.'=>'Estás a punto de marcar el sitio %s como para adultos.','You are about to delete the site %s.'=>'Estás a punto de borrar el sitio %s.','You are about to mark the site %s as spam.'=>'Estás a punto de marcar el sitio %s como spam.','You are about to unspam the site %s.'=>'Estás a punto de sacar el sitio %s de spam.','You are about to archive the site %s.'=>'Estás apunto de archivar el sitio %s.','You are about to unarchive the site %s.'=>'Estás a punto de restaurar el sitio %s.','The requested site does not exist.'=>'El sitio solicitado no existe.','Path'=>'Ruta','Domain'=>'dominio','<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">Documentación sobre usuarios de la red</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">Documentación sobre temas de la red</a>','Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s'=>'¡Advertencia! Problema al actualizar %1$s. Parece que tu servidor no es capaz de conectar con los sitios activos en la red. Mensaje de error: %2$s','%s theme deleted.'=>'%s tema borrado.' . "\0" . '%s temas borrados.','%s theme disabled.'=>'%s tema desactivado.' . "\0" . '%s temas desactivados.','%s theme enabled.'=>'%s tema activado.' . "\0" . '%s temas activados.','Yes, delete these themes'=>'Sí, borrar estos temas','You are about to remove the following themes:'=>'Estás a punto de eliminar los siguientes temas:','These themes may be active on other sites in the network.'=>'Estos temas pueden estar activos en otros sitios de la red.','Delete Themes'=>'Borrar temas','Size in kilobytes'=>'Tamaño en kilobytes','Allowed file types. Separate types by spaces.'=>'Tipos de archivos permitidos. Separa los tipos con espacios.','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'Añade lo siguiente a tu archivo %1$s en %2$s, <strong>reemplazando</strong> cualquier otra regla de WordPress:','Confirm your action'=>'Confirma tu acción','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.'=>'Pasa el cursor sobre cualquier usuario de las lista para que se muestren los enlaces de edición. El enlace de edición de la izquierda te llevará a la página de edición del perfil de usuario; el de la derecha de los nombres de los sitios te lleva a la pantalla de edición de ese sitio.','To search for a site, <strong>enter the path or domain</strong>.'=>'Para buscar un sitio, <strong>introduce la ruta o el dominio</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*.'=>'Para buscar un usuario, <strong>introduce una dirección de correo electrónico o un nombre de usuario</strong>. Utiliza comodines para buscar un nombre de usuario parcial, como usuario*.','To add a new site, <strong>click Create a New Site</strong>.'=>'Para añadir un sitio nuevo, <strong>haz clic en Crear un nuevo sitio</strong>.','To add a new user, <strong>click Create a New User</strong>.'=>'Para añadir un nuevo usuario, <strong>haz clic en Crear nuevo usuario</strong>.','Quick Tasks'=>'Tareas rápidas','To search for a user or site, use the search boxes.'=>'Para buscar un usuario o sitio, usa las cajas de búsqueda.','The Right Now widget on this screen provides current user and site counts on your network.'=>'El widget Ahora mismo de esta pantalla ofrece contadores al usuario y sitio actual de tu red.','Modify global network settings'=>'Modifica las opciones globales de la red','Update your network'=>'Actualiza tu red','Install and activate themes or plugins'=>'Instala y activa temas o plugins','Add and manage sites or users'=>'Añade y gestiona sitios o usuarios','From here you can:'=>'Desde aquí puedes:','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'Bienvenido a la administración de la red. Este área de las pantallas de administración se utiliza para gestionar todos los aspectos de tu red multisitio.','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.'=>'Usa solo esta pantalla una vez hayas actualizado a una nueva versión de WordPress desde Actualizaciones/Actualizaciones disponibles (en el menú de navegación o barra de administración de la red). Al hacer clic en el botón Actualizar red, se empezará a actualizar sitio a sitio de la red, cinco cada vez, asegurándose de que se actualizan las bases de datos.','Upgrade Network'=>'Actualizar la red','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'Las redes en subdirectorio puede que no sean completamente compatibles con directorios wp-content personalizados.','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).'=>'Añade las líneas de código designadas a wp-config.php (justo antes de <code>/*...para de editar...*/</code>) y a <code>.htaccess</code> (reemplazando las reglas existentes de WordPress).','Language Settings'=>'Ajustes de idioma','Allow site administrators to add new users to their site via the "Users → Add User" page'=>'Permite a los administradores de sitio añadir nuevos usuarios a su sitio a través de la página «Usuarios → Añadir nuevo»','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.'=>'Los super administadores ya no pueden añadirse en la pantalla de Ajustes. Ahora debes ir a la lista de usuarios existentes en Administrar red > Usuarios y hacer clic en el enlace de acción de Usuario o Editar debajo del nombre. Esto te lleva a una página de Editar usuario en la que puedes marcar una casilla que le dará privilegios de Super administrador.','Enter the username and email.'=>'Introduce el nombre de usuario y correo electrónico.','User created.'=>'Usuario creado.','Select a user to remove.'=>'Elige un usuario para eliminarlo.','Select a user to change role.'=>'Elige un usuario para cambiar su perfil.','Enter the username of an existing user.'=>'Introduce el nombre de usuario de un usuario existente.','User is already a member of this site.'=>'El usuario ya es miembro de este sitio.','Site options updated.'=>'Opciones del sitio actualizadas.','Site added. <a href="%1$s">Visit Dashboard</a> or <a href="%2$s">Edit Site</a>'=>'Sitio añadido. <a href="%1$s">Visita el escritorio</a> o <a href="%2$s">edita el sitio</a>','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'Esta pantalla es para que los Super administradores añadan nuevos sitios a la red. No le afectan los ajustes de registro.','Site info updated.'=>'Información del sitio actualizada.','You cannot delete a theme while it is active on the main site.'=>'No puedes borrar un tema si está activo en el sitio principal.','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.'=>'Los temas puede activarlos el administrador de la red sitio a sitio en la pantalla de Editar sitio (que tiene una pestaña Temas); puedes llegar ahí desde el enlace de acción Editar de la pantalla Todos los sitios. Solo los administradores de red pueden instalar o editar temas. ','No, return me to the theme list'=>'No, devuélveme a la lista de temas','Yes, delete this theme'=>'Sí, borrar este tema','Are you sure you want to delete these themes?'=>'¿Seguro que quieres borrar estos temas?','You are about to remove the following theme:'=>'Estás a punto de eliminar el siguiente tema:','This theme may be active on other sites in the network.'=>'Este tema podría estar activo en otros sitios de la red.' . "\0" . 'Estos temas podrían estar activos en otros sitios de la red.','Delete Theme'=>'Borrar tema' . "\0" . 'Borrar temas','Network enabled themes are not shown on this screen.'=>'Los temas activos para la red no se muestran en esta pantalla.','No theme selected.'=>'Ningún tema seleccionado.','Theme disabled.'=>'Tema desactivado.' . "\0" . '%s temas desactivados.','Theme enabled.'=>'Tema activado' . "\0" . '%s temas activados.','Edit Site: %s'=>'Editar el sitio: %s','Invalid site ID.'=>'ID de sitio no válido.','Sorry, you are not allowed to delete the site %s.'=>'Lo siento, no tienes permiso para borrar el sitio %s.','Delete Permanently which is a permanent action after the confirmation screen.'=>'Borrar permanentemente es una acción permanente después de la pantalla de confirmación.','Dashboard leads to the Dashboard for that site.'=>'Escritorio te lleva al escritorio de ese sitio.','An Edit link to a separate Edit Site screen.'=>'Un enlace de editar que lleva la pantalla de Editar sitio.','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.'=>'«Añadir sitio» te lleva a la pantalla para añadir un nuevo sitio a la red. Puedes buscar un sitio por nombre, número de identificación o dirección IP. Las opciones de pantalla te permite elegir cuántos sitios mostrar en una página.','Add Users'=>'Añadir usuarios','Cannot add user.'=>'No se ha podido añadir el usuario.','Add User will set up a new user account on the network and send that person an email with username and password.'=>'Añadir usuario configurará una nueva cuenta de usuario en la red y enviará a esa persona un correo electrónico con su usuario y contraseña.','Updates'=>'Actualizaciones','Network Settings'=>'Ajustes de la red','Installed Themes'=>'Temas instalados','All Sites'=>'Todos los sitios','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'Una vez completes estos pasos, tu red estará activa y configurada. Tendrás que acceder de nuevo.','To make your installation more secure, you should also add:'=>'Para hacer más segura tu instalación, también deberías añadir:','Complete the following steps to enable the features for creating a network of sites.'=>'Completa los siguientes pasos para activar las características para crear una red de sitios.','Enabling the Network'=>'Activando la red','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'Por favor, completa los pasos de configuración. Para crear una nueva red, tendrás que vaciar o eliminar las tablas de la base de datos de la red.','An existing WordPress network was detected.'=>'Se ha detectado una red WordPress existente.','The original configuration steps are shown here for reference.'=>'Los pasos de la configuración original se muestran aquí como referencia.','Your email address.'=>'Tu dirección de correo electrónico.','What would you like to call your network?'=>'¿Cómo te gustaría llamar a tu red?','Network Title'=>'Título de la red','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'Como tu instalación no es nueva, los sitios de tu red WordPress deben usar subdominios.','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'Como tu instalación está hecha en un directorio, los sitios de tu red WordPress deben usar subdirectorios.','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'El sitio principal en una instalación en subdirectorios tendrá que usar una estructura de enlaces permanentes modificada, lo que es posible que rompa enlaces actuales.','Network Details'=>'Detalles de la red','Server Address'=>'Dirección del servidor','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'como <code>%1$s/sitio1</code> y <code>%1$s/sitio2</code>','Sub-directories'=>'Subdirectorios','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'como <code>sitio1.%1$s</code> y <code>sitio2.%1$s</code>','Sub-domains'=>'Subdominios','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'Necesitarás un registro DNS comodín si vas a usar la funcionalidad de alojamiento virtual (subdominio).','Addresses of Sites in your Network'=>'Direcciones de los sitios de tu red','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.'=>'Rellena la siguiente información y estarás a un paso de crear una red de sitios WordPress. Los archivos de configuración se crearán en el siguiente paso.','Welcome to the Network installation process!'=>'¡Bienvenido al proceso de instalación de la red!','The network could not be created.'=>'No se ha podido crear la red.','Once the network is created, you may reactivate your plugins.'=>'Una vez se haya creado la red, ya podrás reactivar tus plugins.','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'Por favor, <a href="%s">desactiva tus plugins</a> antes de activar la característica de red.','Network'=>'Red','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.'=>'La elección de sitios como subdirectorios está desactivada si esta instalación es de hace más de un mes para evitar problemas con la estructura «/blog/» de los enlaces permanentes del sitio principal. Se solucionará esta desactivación en futuras versiones de WordPress.','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.'=>'Una vez añadido este código y recargado tu navegador, el multisitio debería estar activo. Esta pantalla, una vez que se convierta en el menú de navegación del administrador de la red, mantendrá un archivo del código añadido. Puedes alternar entre Administrador de red y Administración del sitio haciendo clic en el administrador de red o en Mis sitios en el menú desplegable en la barra de herramientas.','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.'=>'La siguiente pantalla para configurar la red te ofrecerá líneas de código autogeneradas para ti, para que las añadas a tus archivos wp-config.php y .htaccess. Asegúrate de que los ajustes de tu cliente FTP permiten que los ficheros con un punto delante se muestren, para que puedas ver el fichero .htaccess; puede que tengas que crear este archivo, si no estuviera ya creado. Haz copias de seguridad de esos dos archivos.','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).'=>'Elige subdominios o subdirectorios. Esto solo puede cambiarse posteriormente reconfigurando tu instalación. Completa los detalles de la red y haz clic en instalar. Si esto no funciona, deberás añadir un registro DNS con comodín (para los subdominios) o cambiar a otro ajuste de enlaces permanentes (para los subdirectorios).','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.'=>'Esta pantalla te permite configurar una red con subdominios (<code>sitio1.ejemplo.com</code>) o subdirectorios (<code>ejemplo.com/sitio1</code>). Los subdominios requieren tener activados los comodines de subdominios en la configuración de Apache y en los registros DNS, si tu alojamiento lo permite.','Create a Network of WordPress Sites'=>'Crear una red de sitios de WordPress','The Network creation panel is not for WordPress MU networks.'=>'El panel de creación de la Red no es para redes de WordPress MU.','Warning! User cannot be modified. The user %s is a network administrator.'=>'¡Atención! El usuario no puede modificarse. El usuario %s es un administrador de la red.','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'Si el correo electrónico del administrador para el nuevo sitio no existe en la base de datos, también se creará un nuevo usuario.','Flag for Deletion, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.'=>'Marcar para desactivar, archivar y enviar a spam te lleva a pantallas de confirmación. Estas acciones pueden revertirse más tarde.','Hovering over each site reveals seven options (three for the primary site):'=>'Al pasar el cursor sobre cada sitio se muestran siete opciones (tres para el sitio primario):','Operational settings has fields for the network’s name and admin email.'=>'Los ajustes operacionales tienen campos para el nombre de red y el correo electrónico del administrador.','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.'=>'La acción en lote borrará permanentemente los usuarios seleccionados o marca/desmarca los seleccionados como spam. Se eliminarán las entradas de los usuarios spam y no podrán acceder de nuevo con la misma dirección de correo electrónico. ','You can also go to the user’s profile page by clicking on the individual username.'=>'También puedes ir a la página de perfil del usuario haciendo clic en el nombre de usuario concreto.','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).'=>'Los ajustes de subida controlan el tamaño para la subida de archivos y la cantidad de espacio de subida disponible para cada sitio. Puedes cambiar el valor por defecto para sitios específicos cuando edites un sitio en concreto. También se listan los tipos de archivo permitidos (separados solo por espacios).','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.'=>'Puedes convertir en super administrador a un usuario existente yendo a la página de edición del perfil del usuario y marcando la casilla que le da este privilegio.','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.'=>'Los usuarios que se registran en la red sin crear un sitio son añadidos al escritorio del sitio principal como suscriptores, dándoles unas páginas de perfil para gestionar sus cuentas. Estos usuarios solo verán el escritorio y Mis sitios en la navegación principal hasta que creen su propio sitio.','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.'=>'Puedes ordenar la tabla haciendo clic en cualquiera de los encabezados de la tabla y cambiando entre vista de listado y de extracto con los iconos de la parte superior de la lista de usuarios.','This table shows all users across the network and the sites to which they are assigned.'=>'Esta tabla muestra todos los usuarios de la red y los sitios que tienen asignados.','If this process fails for any reason, users logging in to their sites will force the same update.'=>'Si este proceso falla por cualquier circunstancia, cuando los usuarios accedan a su sitio forzaran esta misma actualización.','If a version update to core has not happened, clicking this button will not affect anything.'=>'Si no se ha producido una actualización de la versión del núcleo, hacer clic en este botón no afectará a nada.','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.'=>'Si el administrador de la red desactiva un tema que está en uso, podrá continuar seleccionado en el sitio que lo tenga en uso. Si en el sitio selecciona otro tema, el tema ya no le aparecerá en la pantalla Apariencia > Temas.','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.'=>'Esta pantalla activa o desactiva la inclusión en la disponibilidad de Temas para los sitios en el menú Apariencia de cada sitio. No activa o desactiva qué temas se están usando en cada sitio.','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.'=>'Esta es la tabla principal de todos los sitios de la red. Cambia de vista listado o fragmento usando los iconos de la parte superior derecha de la tabla.','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.'=>'En ajustes de menú se activa o desactiva que aparezca o no el menú plugins para los usuarios que no son super administradores. Es decir, solo los super administradores, no los administradores, tienen acceso a los 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.'=>'Los ajustes para nuevos sitios se aplican cuando se crea un nuevo sitio en la red. Esto incluye el correo electrónico de bienvenida, cuando se registra un nuevo sitio, o la cuenta de usuario y qué poner en la primera entrada, página, comentario, autor del comentario y la URL del comentario.','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.'=>'Los ajustes de registro pueden activar/desactivar el registro público. Si permites que la gente registre un sitio, instala un plugin contra el spam. Espacios, sin comas, deben separar los nombres para sitios no permitidos para esta red.','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.'=>'Esta pantalla establece y cambia las opciones para toda la red. El primer sitio es el sitio principal de la red y las opciones de red serán pasadas desde las opciones del sitio original.','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'Las siguientes palabras están reservadas para su uso en las funciones de WordPress y no se pueden usar como nombres de sitios: %s','If your browser does not start loading the next page automatically, click this link:'=>'Si tu navegador no empieza a cargar automáticamente la siguiente página, haz clic en este enlace:','If you want to ban domains from site registrations. One domain per line.'=>'Si quieres prohibir dominios del registro de sitios. Un dominio por línea.','If you want to limit site registrations to certain domains. One domain per line.'=>'Si quieres limitar el registro de sitios a determinados dominios. Un dominio por línea.','Users removed from spam.'=>'Usuarios eliminados de spam.','Site marked as spam.'=>'Sitio marcado como spam.','Site removed from spam.'=>'Sitio eliminado de spam.','Sites marked as spam.'=>'Sitios marcados como spam.','Sites removed from spam.'=>'Sitios eliminados de spam.','Users deleted.'=>'Usuarios borrados.','Users marked as spam.'=>'Usuario marcado como spam.','Site unarchived.'=>'Sitio restaurado.','Site archived.'=>'Sitio archivado.','Sorry, you are not allowed to change the current site.'=>'Lo siento, no tienes permiso para cambiar el sitio actual.','There was an error creating the user.'=>'Ha habido un error al crear el usuario.','Upload file types'=>'Tipos de archivo permitidos','Limit total size of files uploaded to %s MB'=>'Tamaño máximo de espacio para archivos subidos %s MB','The URL for the first comment on a new site.'=>'La URL para el primer comentario en un nuevo sitio.','The author of the first comment on a new site.'=>'El autor del primer comentario en un sitio nuevo.','The first comment on a new site.'=>'El primer comentario en un sitio nuevo.','The first page on a new site.'=>'La primera página en un sitio nuevo.','The first post on a new site.'=>'La primera entrada en un sitio nuevo.','All done!'=>'¡Todo hecho!','Both sites and user accounts can be registered'=>'Pueden registrarse sitios y cuentas de usuario','Logged in users may register new sites'=>'Los usuarios conectados pueden registrar sitios nuevos','User accounts may be registered'=>'Se pueden crear cuentas de usuario.','Registration is disabled'=>'El registro está desactivado','Enable administration menus'=>'Activar menús de administración','Upload Settings'=>'Ajustes de subidas','New Site Settings'=>'Ajustes para sitios nuevos','Registration Settings'=>'Ajustes de registro','Operational Settings'=>'Ajustes operacionales','Missing email address.'=>'Falta la dirección de correo electrónico.','Missing or invalid site address.'=>'La dirección del sitio no está o no es válida.','Next Sites'=>'Siguientes sitios','Site upload space'=>'Espacio de subidas para el sitio','The welcome email sent to new site owners.'=>'El correo electrónico de bienvenida enviado a los dueños de sitios nuevos.','Users are not allowed to register these sites. Separate names by spaces.'=>'Los usuarios no tienen permiso para crear estos sitios. Separa los nombres mediante espacios.','Send the network admin an email notification every time someone registers a site or user account'=>'Envía al administrador de la red un correo electrónico cada vez que alguien se registre o registre un sitio','Network Admin Email'=>'Correo electrónico del administrador de la red','A new user will be created if the above email address is not in the database.'=>'Se creará un nuevo usuario si la dirección de correo electrónico anterior no está en la base de datos.','Admin Email'=>'Correo electrónico del administrador','Add Site'=>'Añadir sitio','Default Language'=>'Idioma por defecto','Max upload file size'=>'Tamaño máximo de archivo','First Comment URL'=>'URL del primer comentario','First Comment Author'=>'Autor del primer comentario','First Comment'=>'Primer comentario','First Page'=>'Primera página','The welcome email sent to new users.'=>'El correo electrónico de bienvenida enviado a los nuevos usuarios.','Welcome User Email'=>'Correo electrónico de bienvenida al usuario','Welcome Email'=>'Correo electrónico de bienvenida','Banned Email Domains'=>'Dominios de correo electrónico no permitidos','Limited Email Registrations'=>'Limitar el registro por correo electrónico','Banned Names'=>'Nombres prohibidos','Add New User'=>'Añadir nuevo usuario','Registration notification'=>'Aviso de registro','Allow new registrations'=>'Permitir nuevos registros','Duplicated username or email address.'=>'Nombre de usuario o correo electrónico duplicado.','Cannot create an empty user.'=>'No se puede crear un usuario vacío.','Confirm'=>'Confirmar']];
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2025-11-16 07:42:27+0000','plural-forms'=>'nplurals=2; plural=n > 1;','project-id-version'=>'WordPress - 6.9.x - Development - Administration - Network Admin','language'=>'fr','messages'=>['Site flagged for deletion.'=>'Site marqué pour suppression.','Site deletion flag removed.'=>'Marquage pour suppression du site retiré.','Site permanently deleted.'=>'Site supprimé définitivement.','Sites permanently deleted.'=>'Sites supprimés définitivement.','Delete these sites permanently'=>'Supprimer ces sites définitivement.','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.'=>'Marquer un site pour suppression rend le site indisponible aux internautes comme aux comptes associés. Cette action est réversible. Un compte super admin pourra supprimer définitivement le site ultérieurement.','Archiving a site makes the site unavailable to its users and visitors. This is a reversible action.'=>'L’archivage d’un site le rend indisponible aux internautes comme aux comptes associés. Cette action est réversible.','You are about to flag the site %s for deletion.'=>'Vous êtes sur le point de marquer pour suppression le site %s.','You are about to remove the deletion flag from the site %s.'=>'Vous êtes sur le point de retirer le marquage pour suppression du site %s.','Flag for Deletion'=>'Marquer pour suppression','siteRemove Deletion Flag'=>'Retirer le marquage pour suppression','Flagged for Deletion <span class="count">(%s)</span>'=>'Marqué pour suppression <span class="count">(%s)</span>' . "\0" . 'Marqués pour suppression <span class="count">(%s)</span>','Flagged for Deletion'=>'Marqué pour suppression','<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">Documentation sur la mise à jour d’un réseau multisite (en anglais)</a>','Deleting a site is a permanent action that cannot be undone. This will delete the entire site and its uploads directory.'=>'Supprimer un site est une action irréversible. Cela supprimera l’ensemble du site ainsi que son dossier contenantles téléversements.','Delete this site permanently'=>'Supprimer définitivement ce site.','Visit to go to the front-end of the live site.'=>'Cliquer pour aller voir le site en live.','<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/">Documentation sur les réglages du réseau multisite (en anglais)</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/">Documentation sur l’administration d’un réseau multisite (en anglais)</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/">Documentation sur la création d’un réseau multisite (en anglais)</a>','https://developer.wordpress.org/advanced-administration/server/web-server/nginx/'=>'https://developer.wordpress.org/advanced-administration/server/web-server/nginx/','Missing site title.'=>'Titre du site manquant.','Table ordered by User Registered Date.'=>'Tableau trié par date d’inscription du compte.','Table ordered by Theme Name.'=>'Tableau trié par nom de thème.','Table ordered by Site Registered Date.'=>'Tableau trié par date de création du site.','Table ordered by Last Updated.'=>'Tableau trié par date de dernière mise à jour.','Table ordered by Site Path.'=>'Tableau trié par chemin d’accès du site.','Table ordered by Site Domain Name.'=>'Tableau trié par nom de domaine du site.','Network configuration authentication keys'=>'Clés d’authentification de la configuration du réseau','Network configuration rules for %s'=>'Règles de configuration du réseau pour le fichier %s','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'WordPress a été mis à jour ! La prochaine étape pour finaliser est de mettre à niveau individuellement les sites de votre réseau.','Cannot create an empty site.'=>'Impossible de créer un site vide.','You should back up your existing %s file.'=>'Vous devez sauvegarder votre fichier %s existant.','You should back up your existing %1$s and %2$s files.'=>'Vous devriez sauvegarder vos fichiers %1$s et %2$s existants.','Visit theme site for %s'=>'Consultez le site du thème pour %s','Child theme of %s'=>'Thème enfant de %s','sitePublic'=>'Public','siteNot spam'=>'Non indésirable','%s theme will no longer be auto-updated.'=>'%s thème ne sera plus mis à jour automatiquement.' . "\0" . '%s thèmes ne seront plus mis à jour automatiquement.','%s theme will be auto-updated.'=>'%s thème sera mis à jour automatiquement.' . "\0" . '%s thèmes seront mis à jour automatiquement.','Sorry, you are not allowed to change themes automatic update settings.'=>'Désolé, vous n’avez pas l’autorisation de modifier les réglages de mise à jour automatique des thèmes.','No themes are currently available.'=>'Aucun thème n’est actuellement disponible.','Y/m/d g:i:s a'=>'d/m/Y G:i:s','It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.'=>'Il semble que votre réseau fonctionne avec un serveur web Nginx. <a href="%s">En savoir plus sur les possibilités de configurations supplémentaires</a>.','sitesSpam <span class="count">(%s)</span>'=>'Indésirable <span class="count">(%s)</span>' . "\0" . 'Indésirables <span class="count">(%s)</span>','Mature <span class="count">(%s)</span>'=>'Contenu adulte <span class="count">(%s)</span>' . "\0" . 'Contenu adulte <span class="count">(%s)</span>','Archived <span class="count">(%s)</span>'=>'Archivé <span class="count">(%s)</span>' . "\0" . 'Archivés <span class="count">(%s)</span>','Public <span class="count">(%s)</span>'=>'Public <span class="count">(%s)</span>' . "\0" . 'Publics <span class="count">(%s)</span>','sitesAll <span class="count">(%s)</span>'=>'Tous <span class="count">(%s)</span>' . "\0" . 'Tous <span class="count">(%s)</span>','themesUpdate Available <span class="count">(%s)</span>'=>'Mise à jour disponible <span class="count">(%s)</span>' . "\0" . 'Mises à jour disponible <span class="count">(%s)</span>','Main'=>'Principal','<a href="https://wordpress.org/documentation/article/tools-network-screen/">Documentation on the Network Screen</a>'=>'<a href="https://wordpress.org/support/article/tools-network-screen/">Documentation sur l’écran Créer un réseau de sites WordPress (en anglais)</a>','The constant %s cannot be defined when creating a network.'=>'La constante %s ne peut pas être définie lors de la création d’un réseau.','You are about to delete the following sites:'=>'Vous allez supprimer les sites suivants :','User could not be added to this site.'=>'Le compte ne peut pas être ajouté à ce site.','The username and a link to set the password will be mailed to this email address.'=>'L’identifiant et un lien pour mettre en place son mot de passe seront envoyés à cette adresse e-mail.','There is a pending change of the network admin email to %s.'=>'Il y a une modification en attente pour l’e-mail d’administration du réseau sur %s.','Sub-domain Installation'=>'Installation en sous-domaine','Sub-directory Installation'=>'Installation en sous-répertoire','Active Child Theme'=>'Thème enfant actif','%s KB'=>'%s Ko','%s Sites'=>'Les sites de %s','Sorry, you are not allowed to delete themes for this site.'=>'Désolé, vous n’avez pas l’autorisation de supprimer les thèmes de ce site.','Sorry, you are not allowed to manage network themes.'=>'Désolé, vous n’avez pas l’autorisation de gérer les thèmes du réseau.','Sorry, you are not allowed to delete that site.'=>'Désolé, vous n’avez pas l’autorisation de supprimer ce site.','Sorry, you are not allowed to manage themes for this site.'=>'Désolé, vous n’avez pas l’autorisation de gérer les thèmes de ce site.','Sorry, you are not allowed to add sites to this network.'=>'Désolé, vous n’avez pas l’autorisation d’ajouter des sites sur ce réseau.','Sorry, you are not allowed to edit this site.'=>'Désolé, vous n’avez pas l’autorisation de modifier ce site.','The email address of the first comment author on a new site.'=>'L’adresse e-mail de l’auteur ou autrice du premier commentaire sur un nouveau site.','First Comment Email'=>'E-mail du premier commentaire','That’s all, stop editing! Happy publishing.'=>'C’est tout, ne touchez pas à ce qui suit ! Bonne publication de contenus !','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'Ajouter ce texte à votre fichier %1$s dans %2$s <strong>au dessus</strong> de la ligne %3$s :','theme%1$s by %2$s'=>'%1$s par %2$s','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'Uniquement des lettres minuscules non accentuées (a-z), des chiffres (0-9), et des traits d’union (-) sont autorisés.','These unique authentication keys are also missing from your %s file.'=>'Ces clés d’authentification uniques manquent également à votre fichier %s.','This unique authentication key is also missing from your %s file.'=>'La clé unique d’authentification est aussi absente de votre fichier %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.'=>'Dans le mesure où vous utilisez %1$s, les sites de votre réseau WordPress doivent fonctionner avec des sous-répertoires. Utilisez plutôt %2$s si vous préférez qu’ils fonctionnent avec des sous-domaines.','The internet address of your network will be %s.'=>'L’adresse internet de votre réseau sera %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.'=>'Il est recommandé de modifier votre adresse de site pour %1$s avant d’activer la fonctionnalité réseau. Il sera toujours possible de parcourir votre site en mettant le préfixe %3$s à une adresse telle que %2$s, mais tous les liens n’auront pas le préfixe %3$s.','You cannot change this later.'=>'Vous ne pourrez pas changer ceci ultérieurement.','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'Veuillez indiquer si vous souhaitez que les sites de votre réseau WordPress utilisent des sous-domaines ou des sous-répertoires.','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.'=>'Si %1$s est désactivé, demandez à votre administrateur ou administratrice d’activer ce module, ou parcourez <a href="%2$s">la documentation Apache </a>. Vous pouvez aussi <a href="%3$s">lancer une recherche</a> afin de trouver de l’aide sur l’installation.','It looks like the Apache %s module is not installed.'=>'Il semble que le module %s d’Apache ne soit pas installé.','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'Veuillez vous assurer que le module %s d’Apache soit installé, car il sera utilisé à la fin de l’installation.','userRegistered'=>'Inscription','Super Admin <span class="count">(%s)</span>'=>'Super-admin <span class="count">(%s)</span>' . "\0" . 'Super-admins <span class="count">(%s)</span>','userNot spam'=>'N’est pas un indésirable','userMark as spam'=>'Marquer comme indésirable','Visit Theme Site'=>'Aller sur le site du thème','Broken Theme:'=>'Thème cassé :','Network Disable %s'=>'Désactiver %s pour le réseau','Disable %s'=>'Désactiver %s','Network Enable %s'=>'Activer %s sur le réseau','Enable %s'=>'Activer %s','Network Disable'=>'Désactiver du réseau','themesBroken <span class="count">(%s)</span>'=>'Cassé <span class="count">(%s)</span>' . "\0" . 'Cassés <span class="count">(%s)</span>','themesDisabled <span class="count">(%s)</span>'=>'Désactivé <span class="count">(%s)</span>' . "\0" . 'Désactivés <span class="count">(%s)</span>','themesEnabled <span class="count">(%s)</span>'=>'Activé <span class="count">(%s)</span>' . "\0" . 'Activés <span class="count">(%s)</span>','themesAll <span class="count">(%s)</span>'=>'Tous <span class="count">(%s)</span>' . "\0" . 'Tous <span class="count">(%s)</span>','No themes found.'=>'Aucun thème trouvé.','verb; siteArchive'=>'Archiver','Unarchive'=>'Désarchiver','Never'=>'Jamais','%1$s – %2$s'=>'%1$s – %2$s','siteRegistered'=>'Inscription','Last Updated'=>'Dernière mise à jour','siteNot Spam'=>'N’est pas un indésirable','siteMark as spam'=>'Marquer comme indésirable','No sites found.'=>'Aucun site trouvé.','Mature'=>'Adulte','siteSpam'=>'Indésirable','Archived'=>'Archivé','A password reset link will be sent to the user via email.'=>'Un lien de réinitialisation de mot de passe sera envoyé par e-mail au compte.','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.'=>'Si la création de compte est désactivée, veuillez remplir la valeur de %1$s (dans le fichier %2$s) avec l’adresse vers laquelle vous souhaitez que les visiteurs soient redirigés lorsqu’ils se rendent à un site qui n’existe pas.','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.'=>'Vous devez mettre la constante %1$s à true dans votre fichier %2$s afin de permettre la création d’un Réseau.','Themes list navigation'=>'Naviguation de la liste des thèmes','Sites list'=>'Liste des sites','Sites list navigation'=>'Navigation de la liste des sites','Site users list'=>'Liste des comptes du site','Site users list navigation'=>'Parcours de la liste des comptes du site','Filter site users list'=>'Filtrer la liste des comptes du site','Site themes list'=>'Liste des thèmes du site','Site themes list navigation'=>'Parcours de la liste des thèmes du site','Filter site themes list'=>'Filtrer la liste des thème du site','The domain or path entered conflicts with an existing username.'=>'Le domaine ou le chemin saisi est entré en conflit avec un identifiant existant.','The requested action is not valid.'=>'L’action demandée n’est pas valide.','You are about to mark the site %s as not mature.'=>'Vous êtes sur le point d’indiquer que le site %s n’est pas réservé aux adultes.','You are about to mark the site %s as mature.'=>'Vous êtes sur le point d’indiquer que le site %s est réservé aux adultes.','You are about to delete the site %s.'=>'Vous êtes sur le point de supprimer le site %s.','You are about to mark the site %s as spam.'=>'Vous êtes sur le point de marquer le site %s comme indésirable.','You are about to unspam the site %s.'=>'Vous êtes sur le point de marquer le site %s comme sain.','You are about to archive the site %s.'=>'Vous êtes sur le point d’archiver le site %s.','You are about to unarchive the site %s.'=>'Vous êtes sur le point de désarchiver le site %s.','The requested site does not exist.'=>'Le site demandé n’existe pas.','Path'=>'Chemin ','Domain'=>'Domaine','<a href="https://codex.wordpress.org/Network_Admin_Users_Screen">Documentation on Network Users</a>'=>'<a href="https://wordpress.org/support/article/network-admin/#users">Documentation sur les comptes du réseau (en anglais)</a>.','<a href="https://codex.wordpress.org/Network_Admin_Themes_Screen">Documentation on Network Themes</a>'=>'<a href="https://wordpress.org/support/article/network-admin/#themes">Documentation sur les thèmes du réseau (en anglais)</a>.','Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s'=>'Attention ! Un problème est survenu lors de la mise à jour de %1$s. Votre serveur peut ne pas être en mesure de se connecter à certains sites qui y sont installés. Message d’erreur : %2$s.','%s theme deleted.'=>'%s thème supprimé.' . "\0" . '%s thèmes supprimés.','%s theme disabled.'=>'%s thème désactivé.' . "\0" . '%s thèmes désactivés.','%s theme enabled.'=>'%s thème activé.' . "\0" . '%s thèmes activés.','Yes, delete these themes'=>'Oui, supprimer ces thèmes','You are about to remove the following themes:'=>'Vous êtes sur le point d’enlever les thèmes suivants :','These themes may be active on other sites in the network.'=>'Ces thèmes peuvent être actifs sur d’autres site de ce réseau.','Delete Themes'=>'Supprimer les thèmes','Size in kilobytes'=>'Taille en kilooctets','Allowed file types. Separate types by spaces.'=>'Types de fichier autorisés. Séparez les types par une espace.','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'Ajoutez les règles suivantes à votre fichier %1$s, dans le dossier %2$s, <strong>en remplacement</strong> d’autres règles de WordPress :','Confirm your action'=>'Confirmez cette 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.'=>'Survolez n’importe quel compte de la liste pour faire apparaître les liens de modification. Le lien Modifier à gauche ouvrira la page de modification du profil du compte ; le lien Modifier à droite de n’importe quel nom de site ouvrira l’écran de modification de ce site.','To search for a site, <strong>enter the path or domain</strong>.'=>'Pour rechercher un site, <strong>saisissez son chemin ou son domaine</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*.'=>'Pour rechercher un compte, <strong>saisissez une adresse e-mail ou un identifiant</strong>. Utilisez le signe étoile (*) pour lancer une recherche sur un identifiant partiel, par exemple compt*.','To add a new site, <strong>click Create a New Site</strong>.'=>'Pour ajouter un nouveau site, <strong>cliquer sur Créer un nouveau site</strong>.','To add a new user, <strong>click Create a New User</strong>.'=>'Pour ajouter un nouveau compte, cliquez sur <strong>Créer un nouveau compte</strong>.','Quick Tasks'=>'Tâches rapides','To search for a user or site, use the search boxes.'=>'Pour rechercher un compte ou un site, utilisez les champs de recherche.','The Right Now widget on this screen provides current user and site counts on your network.'=>'Le widget « Aujourd’hui » de cet écran vous donne le nombre actuel de comptes et de sites sur votre réseau.','Modify global network settings'=>'Modifier les réglages globaux du réseau','Update your network'=>'Mettre à jour votre réseau','Install and activate themes or plugins'=>'Installer et activer des thèmes ou des extensions','Add and manage sites or users'=>'Ajouter et gérer des sites ou des comptes','From here you can:'=>'D’ici, vous pouvez :','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'Bienvenue dans l’administration de votre réseau ! Cette partie des écrans d’administration sert à gérer tous les aspects de votre réseau multisite.','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.'=>'N’utilisez cet écran que quand vous avez mis à jour cette installation de WordPress (au moyen de la fonction de mise à jour automatique ou la barre d’outils). En cliquant sur « Mettre à jour le réseau », WordPress s’occupera de tous les sites du réseau, par groupes de cinq, et s’assurera que toutes les mises à jour de bases de données sont appliquées.','Upgrade Network'=>'Mettre à jour le réseau','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'Les sous-répertoires du réseau peuvent ne pas être totalement compatibles avec les répertoires personnalisés de 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).'=>'Ajoutez les lignes de code désignées dans le fichier wp-config.php (juste avant <code>/*...C’est tout...*/</code>) et le fichier <code>.htaccess</code> (en remplaçant les règles existantes de WordPress).','Language Settings'=>'Réglages de langue','Allow site administrators to add new users to their site via the "Users → Add User" page'=>'Autoriser les administrateurs ou administratrices de sites à ajouter de nouveaux comptes à leurs sites via la page « Comptes → Ajouter ».','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.'=>'Les super-admins ne peuvent plus être ajoutés via l’écran des options. Vous devez aller à la liste des comptes (option « Comptes » du menu « Admin du réseau » et cliquer sur un identifiant ou sur le lien « Modifier » qui s’affiche en dessous. Vous arriverez alors à un écran vous permettant de modifier ce compte, où une case à cocher donne les droits de super-admin.','Enter the username and email.'=>'Saisissez l’identifiant et l’adresse e-mail.','User created.'=>'Le compte a été créé.','Select a user to remove.'=>'Sélectionnez un compte à supprimer.','Select a user to change role.'=>'Sélectionnez un compte dont vous voulez changer le rôle.','Enter the username of an existing user.'=>'Saisir l’identifiant d’un compte existant.','User is already a member of this site.'=>'Ce compte est déjà membre de ce site.','Site options updated.'=>'Les réglages du site ont été mis à jour.','Site added. <a href="%1$s">Visit Dashboard</a> or <a href="%2$s">Edit Site</a>'=>'Site ajouté. <a href="%1$s">Afficher le tableau de bord</a> | <a href="%2$s">Modifier le site</a>','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'Cet écran permet aux super-admins d’ajouter de nouveaux sites au réseau. Il n’est pas limité par les réglages d’inscription.','Site info updated.'=>'Les infos du site ont été mises à jour.','You cannot delete a theme while it is active on the main site.'=>'Vous ne pouvez pas effacer un thème s’il est activé sur le site principal.','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.'=>'Les thèmes peuvent être activés par l’administrateur/administratrice du réseau pour chaque site, individuellement, par le biais de l’écran de modification d’un site (et de son onglet « Thèmes »), accessible via le lien « Modifier » de la liste des sites. Seuls les administrateurs ou administratrices du réseau peuvent installer ou modifier des thèmes.','No, return me to the theme list'=>'Non, je veux revenir à la liste des thèmes.','Yes, delete this theme'=>'Oui, supprimer ce thème','Are you sure you want to delete these themes?'=>'Confirmez-vous la suppression de ces thèmes ?','You are about to remove the following theme:'=>'Vous êtes sur le point de supprimer le thème suivant :','This theme may be active on other sites in the network.'=>'Ce thème est peut-être activé sur d’autres sites du réseau','Delete Theme'=>'Supprimer le thème','Network enabled themes are not shown on this screen.'=>'Les thèmes activés pour le réseau ne sont pas visibles sur cet écran.','No theme selected.'=>'Aucun thème sélectionné.','Theme disabled.'=>'Thème désactivé.','Theme enabled.'=>'Thème activé.','Edit Site: %s'=>'Modifier le site : %s','Invalid site ID.'=>'ID du site non valide.','Sorry, you are not allowed to delete the site %s.'=>'Désolé, vous n’avez pas l’autorisation de supprimer le site %s.','Delete Permanently which is a permanent action after the confirmation screen.'=>'« Supprimer définitivement » est une action irréversible une fois passé l’écran de confirmation.','Dashboard leads to the Dashboard for that site.'=>'« Tableau de bord » envoie vers le tableau de bord du site.','An Edit link to a separate Edit Site screen.'=>'Un lien « Modifier » vers un nouvel écran de modification de site.','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.'=>'« Ajouter un site » vous enverra au formulaire en bas de cette page. Vous pouvez rechercher un site par le nom, l’identifiant ou l’adresse IP. Les options d’écran vous permettent de choisir le nombre de sites à afficher sur une même page.','Add Users'=>'Ajouter un compte','Cannot add user.'=>'Impossible d’ajouter le compte.','Add User will set up a new user account on the network and send that person an email with username and password.'=>'« Ajouter un compte » créera un nouveau compte sur le réseau, et enverra un message contenant son identifiant et son mot de passe au destinataire.','Updates'=>'Mises à jour','Network Settings'=>'Réglages du réseau','Installed Themes'=>'Thèmes installés','All Sites'=>'Tous les sites','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'Une fois que vous aurez passé ces étapes, votre réseau sera activé et configuré. Vous devrez vous reconnecter.','To make your installation more secure, you should also add:'=>'Pour sécuriser encore plus votre installation, vous devriez également ajouter :','Complete the following steps to enable the features for creating a network of sites.'=>'Suivez les étapes suivantes pour activer les fonctionnalités de création de réseau de sites.','Enabling the Network'=>'Activer le Réseau','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'Veuillez suivre les étapes de configuration. Pour créer un nouveau réseau, vous devrez vider ou supprimer les tables du réseau de la base de données.','An existing WordPress network was detected.'=>'Un réseau WordPress pré-existant a été détecté.','The original configuration steps are shown here for reference.'=>'Les étapes de la configuration originale sont affichées ici pour référence.','Your email address.'=>'Votre adresse e-mail.','What would you like to call your network?'=>'Comment souhaitez-vous appeler votre réseau ?','Network Title'=>'Titre du réseau','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'Comme votre installation de WordPress n’est pas récente, les sites de votre réseau doivent utiliser des sous-domaines.','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'Comme votre installation de WordPress se trouve dans un répertoire, les sites de votre réseau doivent utiliser des sous-répertoires.','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'Le site principal d’une installation en sous-répertoire devra utiliser une structure de permaliens modifiée, ce qui pourrait potentiellement casser vos liens existants.','Network Details'=>'Détails du réseau','Server Address'=>'Adresse du serveur','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'comme <code>%1$s/site1</code> et <code>%1$s/site2</code>','Sub-directories'=>'Sous-répertoires','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'comme <code>site1.%1$s</code> et <code>site2.%1$s</code>','Sub-domains'=>'Sous-domaines','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'Si vous souhaitez utiliser la fonctionnalité d’hébergement virtuel (sous-domaine), vous aurez besoin d’un enregistrement DNS générique (joker/wildcard).','Addresses of Sites in your Network'=>'Adresses des sites de votre réseau','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.'=>'Remplissez les informations ci-dessous et vous pourrez créer un réseau de sites WordPress. Les fichiers de configuration seront créés lors de la prochaine étape.','Welcome to the Network installation process!'=>'Bienvenue dans l’installation du Réseau !','The network could not be created.'=>'Le réseau ne peut pas être créé.','Once the network is created, you may reactivate your plugins.'=>'Dès que le réseau sera créé, vous pourrez réactiver vos extensions.','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'Veuillez <a href="%s">désactiver vos extensions</a> avant d’activer la fonctionnalité Réseau.','Network'=>'Réseau','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.'=>'Le choix d’avoir des sites en mode sous-répertoire est désactivé si le réseau a été installé il y a un mois ou plus, afin de pallier les problèmes de permaliens avec l’ajout de « /blog/ » sur les adresses du site principal. Cette limitation sera corrigée dans une prochaine version.','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.'=>'Une fois que vous aurez ajouté ce code et rafraîchi la page dans votre navigateur, le mode multisite devrait être activé. Cet écran, désormais placé dans le menu de navigation Admin du Réseau, conservera une archive du code ajouté. Vous pouvez basculer de l’administration du réseau à l’administration du site en cliquant sur « Admin du réseau », ou en cliquant sur le nom d’un site individuel dans le menu déroulant « Mes Sites » de la barre d’outils.','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.'=>'L’écran suivant vous présentera un ensemble de lignes de code générées à partir de votre configuration, qu’il vous faudra ajouter à vos fichiers wp-config.php et .htaccess. Veillez bien à ce que votre client FTP soit configuré pour afficher les fichiers commençant par un point, afin que vous puissiez trouver le fichier .htaccess. Il est possible que vous ayez à créer ce fichier s’il n’est pas déjà présent. Avant toute modification de wp-config.php et .htaccess, faites-en une copie de sauvegarde.','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).'=>'Faites le choix entre sous-domaines ou sous-dossiers. Une fois l’installation configurée, vous ne pourrez pas revenir en arrière sans recommencer à zéro. Saisissez tous les détails, et cliquez sur « Installer ». Si cela ne marche pas, vous devrez sans doute ajouter une entrée de sous-domaine générique (wildcard) dans vos enregistrements DNS, ou passer à un réglage différent pour vos permaliens (si en mode sous-dossiers).','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.'=>'Cet écran vous permet de configurer un réseau, sous la forme sous-domaines (<code>site1.example.com</code>) ou sous-dossiers (<code>example.com/site1</code>). La forme sous-domaines nécessite une entrée de sous-domaine générique (<i>wildcard</i>) dans les enregistrements DNS et la configuration Apache, si votre hébergeur le permet.','Create a Network of WordPress Sites'=>'Créer un réseau de sites WordPress','The Network creation panel is not for WordPress MU networks.'=>'Le panneau de création de réseau n’est pas conçu pour les réseaux WordPress MU.','Warning! User cannot be modified. The user %s is a network administrator.'=>'Avertissement ! Le compte %s ne peut être modifié car c’est un administrateur ou une administratrice du réseau.','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'Si l’adresse de contact du nouveau site n’existe pas dans la base de données, un nouveau compte sera créé pour l’occasion.','Flag for Deletion, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.'=>'« Marquer pour suppression », « Archiver » et « Indésirable » envoient chacun à des écrans de confirmation. Ces actions peuvent être annulées par la suite.','Hovering over each site reveals seven options (three for the primary site):'=>'Survoler chaque site avec la souris révèle sept options (trois pour le site principal) :','Operational settings has fields for the network’s name and admin email.'=>'Les réglages de fonctionnement permettent de modifier le nom du réseau, et l’adresse e-mail de l’administrateur ou de l’administratrice.','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.'=>'Le menu « Actions groupées » permet de supprimer définitivement plusieurs comptes d’un coup, ou de les marquer comme indésirables ou non. Les comptes indésirables verront leurs articles supprimés, et ne pourront plus se connecter avec leur adresse e-mail.','You can also go to the user’s profile page by clicking on the individual username.'=>'Vous pouvez également aller sur la page de profil d’un compte en cliquant sur son identifiant.','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).'=>'Les réglages d’envoi des fichiers permettent de limiter la taille des fichiers téléversés et l’espace disponible pour chaque site. Vous pouvez préciser la valeur pour chaque site individuellement. Vous pouvez également préciser les types de fichiers acceptés (séparés par des espaces).','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.'=>'Vous pouvez promouvoir un compte existant en super-admin en allant sur leur page de profil, et en cochant la case correspondante.','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.'=>'Les comptes qui se sont inscrits sur le réseau sans créer de site deviennent abonnés du site d’accueil. Celui-ci leur permet d’accéder à leur compte. Ces comptes ne voient dans la navigation principale que les options « Tableau de bord » et « Mes sites », jusqu’à ce qu’un site leur soit créé.','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.'=>'Un clic sur le titre d’une colonne permet de changer le tri du tableau. Les icônes en haut à droite permettent d’afficher des extraits ou non.','This table shows all users across the network and the sites to which they are assigned.'=>'Ce tableau affiche tous les comptes appartenant au réseau, et les sites auxquels ils sont assignés.','If this process fails for any reason, users logging in to their sites will force the same update.'=>'Si ce processus échoue pour n’importe quelles raisons, les comptes se connectant à leurs sites déclencheront la même mise à jour.','If a version update to core has not happened, clicking this button will not affect anything.'=>'S’il n’y a pas eu de mise à jour du cœur WordPress récemment, cliquer sur ce bouton n’aura aucun effet.','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.'=>'Si l’administrateur/administratrice du réseau désactive un thème en cours d’utilisation par un site, ce thème restera en place pour ce site. Si le site change de thème, le thème désactivé n’apparaîtra plus dans l’écran de sélection des thèmes de ce 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.'=>'Cet écran permet d’activer ou désactiver la disponibilité des thèmes pour tous les sites du réseau. Il ne permet pas d’activer ou activer le thème actuellement utilisé ce site.','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.'=>'Voici la liste de tous les sites de ce réseau. Vous pouvez changer de vue (liste avec ou sans extrait) en utilisant les icônes présentes en haut à droite de la liste.','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.'=>'Le réglage du menu (dés)active la section « Extensions » du menu pour les comptes normaux, de telle sorte que seuls les super-admins peuvent y accéder pour activer une extension.','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.'=>'Les réglages des nouveaux sites sont les réglages par défaut appliqués à tout nouveau site créé sur le réseau. Cela comprend le message d’accueil quand un nouveau compte ou un nouveau site est enregistré, ainsi que le contenu du premier article, de la première page et du premier commentaire (dont le nom et l’URL de la personne ayant commenté).','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.'=>'Les réglages d’inscription permettent d’ouvrir ou fermer les inscriptions au public. Si vous ouvrez les inscriptions, veillez à installer des extensions antispam. Les domaines bannis devraient être indiqués séparés d’un espace, non d’une virgule.','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.'=>'Cet écran vous donne accès aux options régissant l’ensemble du réseau. Le premier site est le site principal du réseau, et les options du réseau sont tirées des options de ce premier site.','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'Les mots suivants sont réservés pour l’usage de fonctions WordPress et ne peuvent pas être utilisés comme nom de site : %s','If your browser does not start loading the next page automatically, click this link:'=>'Si votre navigateur ne lance pas automatiquement la page suivante, cliquez sur ce lien :','If you want to ban domains from site registrations. One domain per line.'=>'Si vous souhaitez interdire la création de site aux personnes dont l’adresse e-mail est liée à certains noms de domaines. Un domaine par ligne.','If you want to limit site registrations to certain domains. One domain per line.'=>'Si vous souhaitez que les seules personnes habilitées à créer un site soient celles disposant d’une adresse e-mail liée à certains noms de domaines. Un domaine par ligne.','Users removed from spam.'=>'Comptes retirés de la liste de comptes indésirables.','Site marked as spam.'=>'Site marqué comme indésirable.','Site removed from spam.'=>'Site marqué comme sain.','Sites marked as spam.'=>'Sites marqués comme indésirables.','Sites removed from spam.'=>'Sites retirés des indésirables.','Users deleted.'=>'Comptes supprimés.','Users marked as spam.'=>'Comptes marqués comme indésirables.','Site unarchived.'=>'Site désarchivé.','Site archived.'=>'Site archivé.','Sorry, you are not allowed to change the current site.'=>'Désolé, vous n’avez pas l’autorisation de modifier le site actuel.','There was an error creating the user.'=>'Une erreur s’est produite lors de la création du compte.','Upload file types'=>'Types des fichiers téléversés','Limit total size of files uploaded to %s MB'=>'La taille totale des fichiers téléversés est limitée à %s Mo','The URL for the first comment on a new site.'=>'L’URL du premier commentaire sur tout nouveau site.','The author of the first comment on a new site.'=>'L’auteur ou l’autrice du premier commentaire sur tout nouveau site.','The first comment on a new site.'=>'Le premier commentaire sur tout nouveau site.','The first page on a new site.'=>'La première page sur tout nouveau site.','The first post on a new site.'=>'Le premier article sur un nouveau site.','All done!'=>'Terminé !','Both sites and user accounts can be registered'=>'La création de sites et de comptes est autorisée.','Logged in users may register new sites'=>'Les comptes connectés peuvent créer de nouveaux sites.','User accounts may be registered'=>'Des comptes peuvent être créés.','Registration is disabled'=>'Les inscriptions ne sont pas autorisées pour le moment.','Enable administration menus'=>'Activer les menus d’administration','Upload Settings'=>'Réglages des téléversements','New Site Settings'=>'Réglages des nouveaux sites','Registration Settings'=>'Réglages d’inscription','Operational Settings'=>'Réglages de fonctionnement','Missing email address.'=>'Adresse e-mail manquante.','Missing or invalid site address.'=>'Adresse de site manquante ou non valide.','Next Sites'=>'Sites suivants','Site upload space'=>'Espace de stockage du site','The welcome email sent to new site owners.'=>'Ce message de bienvenue sera envoyé aux propriétaires de nouveaux sites.','Users are not allowed to register these sites. Separate names by spaces.'=>'Les comptes ne sont pas autorisés à créer un site avec l’un de ces noms. Séparez les noms par un espace.','Send the network admin an email notification every time someone registers a site or user account'=>'Envoyer un message à l’administrateur ou à l’administratrice du réseau à chaque création de site ou de compte.','Network Admin Email'=>'E-mail de l’administrateur ou de l’administratrice du réseau','A new user will be created if the above email address is not in the database.'=>'Un nouveau compte sera créé si l’adresse e-mail n’existe pas dans la base de données.','Admin Email'=>'E-mail de l’administrateur ou de l’administratrice','Add Site'=>'Ajouter un site','Default Language'=>'Langue par défaut','Max upload file size'=>'Taille maximale des fichiers téléversés','First Comment URL'=>'Adresse du premier commentaire','First Comment Author'=>'Auteur ou autrice du premier commentaire','First Comment'=>'Premier commentaire','First Page'=>'Première page','The welcome email sent to new users.'=>'Ce message de bienvenue sera envoyé aux nouveaux comptes.','Welcome User Email'=>'Message de bienvenue aux nouveaux comptes','Welcome Email'=>'Message de bienvenue','Banned Email Domains'=>'Noms de domaines bannis','Limited Email Registrations'=>'Enregistrement réservé aux noms de domaines','Banned Names'=>'Noms bannis','Add New User'=>'Ajouter un compte','Registration notification'=>'Notification d’inscription','Allow new registrations'=>'Autoriser les nouvelles inscriptions','Duplicated username or email address.'=>'Identifiant ou adresse e-mail déjà utilisé(e).','Cannot create an empty user.'=>'Impossible de créer un compte vide.','Confirm'=>'Confirmer']];
|