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-14 20:47:54+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'WordPress - 6.2.x - Administration - Network Admin','language'=>'he_IL','messages'=>['Users deleted.'=>'משתמשים נמחקו.','Users removed from spam.'=>'משתמשים סומנו כמשתמשים לגיטימיים.','Users marked as spam.'=>'סימנת את המשתמש כספאמר.','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.'=>'אפשר להפוך כל משתמש לחבר בהנהלה בעמוד הפרופיל - צריך לסמן את השורה "לתת לחשבון הזה הרשאות ניהול ברשת האתרים".','The bulk action will permanently delete selected users, or mark/unmark those selected as spam. Spam users will have posts removed and will be unable to sign up again with the same email addresses.'=>'בתפריט העריכה הקבוצתית אפשר למחוק משתמשים או לסמן אותם כספאמרים. משתמשים שסומנו כספאמרים לא יוכלו להירשם מחדש עם אותו האימייל.','You can 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.'=>'ניתן למיין את הטבלה על ידי לחיצה על כל אחת משורות הכותרת, ולעבור בין תצוגה מלאה או מורחבת באמצעות האייקונים מעל רשימת המשתמשים.','You can also go to the user’s profile page by clicking on the individual username.'=>'ניתן גם לגשת לפרופיל המשתמש על ידי לחיצה על השם של משתמש ספציפי.','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.'=>'ריחוף מעל משתמש כלשהו מציג קישור לעריכה. קישור העריכה מימין יוביל לעמוד עריכת פרופיל משתמש; קישור העריכה משמאל מוביל לעמוד עריכת האתר.','This table shows all users across the network and the sites to which they are assigned.'=>'בעמוד זה מופיעים כל המשתמשים ברשת, וכל האתרים שהם חברים בהם.','Warning! User cannot be modified. The user %s is a network administrator.'=>'אזהרה: לא ניתן לשנות את החשבון %s, הוא שייך למנהל רשת.','Cannot add user.'=>'לא ניתן להוסיף משתמש.','Cannot create an empty user.'=>'אי אפשר ליצור משתמש ריק.','<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>','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.'=>'משתמשים שנרשמו לרשת ולא ביקשו לפתוח אתר מופיעים כחברים באתר הראשי או בלוח הבקרה הכללי.','Add User will set up a new user account on the network and send that person an email with username and password.'=>'הוספת משתמש תיצור חשבון חדש ברשת ותשלח לו אימייל עם פרטי ההתחברות.','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'וורדפרס שודרגה! עתה יש לשדרג בנפרד כל אתר ברשת.','Next Sites'=>'האתרים הבאים','If your browser does not start loading the next page automatically, click this link:'=>'אם העמוד הבא לא נפתח אוטומטית, אפשר ללחוץ על הקישור הבא: ','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','All done!'=>'סיימתי!','<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>','If this process fails for any reason, users logging in to their sites will force the same update.'=>'אם התהליך לא יסתיים, מכל סיבה שהיא, כל אתר ישודרג בתורו ברגע שמשתמש יתחבר ללוח הבקרה.','If a version update to core has not happened, clicking this button will not affect anything.'=>'אם לא שדרגת את התקנת הוורדפרס, הכפתור בעמוד זה לא יעשה כלום.','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.'=>'השתמש במסך זה רק אחרי שדרוג לגרסת וורדפרס חדשה דרך מסך השדרוגים. לחיצה על הכפתור שדרוג רשת יעבור על כל אתר ברשת, חמישה בכל פעם, ויוודא שכל מסדי נתונים שודרגו בהתאם.','You cannot delete a theme while it is active on the main site.'=>'לא ניתן למחוק תבנית בזמן שהיא פעילה באתר הראשי.','%s theme will no longer be auto-updated.'=>'תבנית %s לא תעודכן באופן אוטומטי.' . "\0" . '%s תבניות לא יעודכנו באופן אוטומטי.','%s theme will be auto-updated.'=>'תבנית %s תעודכן באופן אוטומטי.' . "\0" . '%s תבניות יעודכנו באופן אוטומטי.','%s theme deleted.'=>'תבנית %s נמחקה.' . "\0" . '%s תבניות נמחקו.','Themes list navigation'=>'ניווט ברשימת תבניות','<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>','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.'=>'מנהל הרשת יכול להפעיל תבנית לכל אתר בעמוד עריכת האתר (שבו יש הכרטיסייה לתבניות), לשם מגיעים דרך קישור עריכת האתר ברשימת כל האתרים. רק מנהלי הרשת יכולים להתקין או לערוך תבניות.','If the network admin disables a theme that is in use, it can still remain selected on that site. If another theme is chosen, the disabled theme will not appear in the site’s Appearance > Themes screen.'=>'אם כיבית תבנית שכבר פועלת באתר מסוים, היא תמשיך לפעול באותו אתר. עם זאת, ברגע שהתבנית של אותו אתר תוחלף, יותר אי אפשר יהיה לבחור אותה.','This screen enables and disables the inclusion of themes available to choose in the Appearance menu for each site. It does not activate or deactivate which theme a site is currently using.'=>'בעמוד זה אפשר לבחור את התבנית שתהיינה זמינות לשימוש על ידי משתמשים ברשת. ההגדרות האלה לא משפיעות על התבניות שנמצאות בשימוש כרגע.','Sorry, you are not allowed to change themes automatic update settings.'=>'אין לך הרשאות לשנות הגדרות עדכון אוטומטי עבור תבניות.','No, return me to the theme list'=>'לא, חזור חזרה לרשימת התבניות','Yes, delete these themes'=>'כן, מחק את התבניות','Yes, delete this theme'=>'כן, מחק תבנית','Are you sure you want to delete these themes?'=>'אתה בטוח שאתה רוצה למחוק את התבניות?','theme%1$s by %2$s'=>'%1$s מאת %2$s','You are about to remove the following themes:'=>'ביקשת להסיר את התבניות הבאות:','These themes may be active on other sites in the network.'=>'תבניות אלה יכולות להיות בשימוש באתרים אחרים ברשת.','Delete Themes'=>'מחיקת תבניות','You are about to remove the following theme:'=>'ביקשת להסיר את התבנית הבאה:','This theme may be active on other sites in the network.'=>'תבנית זו עשויה להיות בשימוש באתרים אחרים ברשת.','Delete Theme'=>'מחיקת תבנית','Sorry, you are not allowed to delete themes for this site.'=>'אין לך הרשאות למחוק תבניות.','Sorry, you are not allowed to manage network themes.'=>'אין לך הרשאות לנהל תבניות ברשת.','Site marked as spam.'=>'האתר סומן כספאם.','Site removed from spam.'=>'האתר סומן כאתר לגיטימי.','Site deactivated.'=>'האתר כובה.','Site activated.'=>'האתר הופעל.','Site unarchived.'=>'האתר הוצא מהארכיון.','Site archived.'=>'האתר עבר לארכיון.','Sorry, you are not allowed to delete that site.'=>'אין לך הרשאות למחוק אתר זה.','Site deleted.'=>'האתר נחמק.','Sites deleted.'=>'האתרים נמחקו.','Sites marked as spam.'=>'האתרים סומנו כספאם.','Sites removed from spam.'=>'האתרים סומנו כאתרים לגיטימיים.','You are about to delete the following sites:'=>'הינך עומד למחוק את האתרים הבאים:','Sorry, you are not allowed to delete the site %s.'=>'אין לך הרשאות למחוק את האתר %s.','Confirm your action'=>'אישור הפעולה','Sorry, you are not allowed to change the current site.'=>'אין לך הרשאות לשנות אתר זה.','The requested action is not valid.'=>'הפעולה אינה חוקית.','You are about to mark the site %s as not mature.'=>'ביקשת להסיר את האתר %s מרשימת האתרים הוותיקים.','You are about to mark the site %s as mature.'=>'ביקשת לסמן את האתר %s כאתר ותיק.','You are about to delete the site %s.'=>'ביקשת למחוק את האתר %s.','You are about to mark the site %s as spam.'=>'ביקשת לסמן את האתר %s כספאם.','You are about to unspam the site %s.'=>'ביקשת לסמן את האתר %s כאתר לגיטימי.','You are about to archive the site %s.'=>'ביקשת להעביר את האתר %s לארכיון.','You are about to unarchive the site %s.'=>'ביקשת להוציא את האתר %s מהארכיון.','You are about to deactivate the site %s.'=>'ביקשת לכבות את האתר %s.','You are about to activate the site %s.'=>'ביקשת להפעיל את האתר %s.','Sites list'=>'רשימת אתרים','Sites list navigation'=>'ניווט ברשימת אתרים','Clicking on bold headings can re-sort this table.'=>'לחיצה על כותרות מודגשות מסדרת מחדש את הטבלה.','The site ID is used internally, and is not shown on the front end of the site or to users/viewers.'=>'מספר הזיהוי או ה-ID לא מוצג למשתמשים, ונועד לשימוש פנימי בלבד.','Visit to go to the front-end site live.'=>'הצג את העמוד הראשי של האתר.','Delete which is a permanent action after the confirmation screens.'=>'אחריאישור הפעולה, המחיקה היא לצמיתות.','Deactivate, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.'=>'לכבות, להעביר לארכיון ולסמן כספאם מובילים למסכי אישור. אפשר לבטל את ההגדרות האלה בהמשך.','Dashboard leads to the Dashboard for that site.'=>'לוח הבקרה של האתר.','An Edit link to a separate Edit Site screen.'=>'קישור עריכה לעמוד נפרד לעריכת אתר.','Hovering over each site reveals seven options (three for the primary 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.'=>'עמוד זה מציג את כל האתרים ברשת. ','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.'=>'הקישור להוספת אתר מעביר למסך הוספת אתר חדש. ניתן לחפש אתר לפי שם, מספר או כתובת IP. אפשרויות המסך מאפשרות לבחור כמה אתרים כדי להציג בדף אחד.','A password reset link will be sent to the user via email.'=>'לינק לאיפוס הסיסמה ישלח לאימייל של המשתמש','Add User'=>'משתמש חדש','Duplicated username or email address.'=>'שם המשתמש או האימייל כבר קיימים.','Enter the username and email.'=>'הזמן שם משתמש ואימייל.','User created.'=>'המשתמש נוצר.','Select a user to remove.'=>'בחר משתמש להסרה.','Select a user to change role.'=>'בחר משתמש כדי לשנות תפקיד.','Enter the username of an existing user.'=>'יש להזין שם משתמש של משתמש קיים.','User could not be added to this site.'=>'לא ניתן להוסיף משתמש לאתר.','User is already a member of this site.'=>'המשתמש כבר חבר באתר.','Site users list'=>'רשימת משתמשי האתר','Site users list navigation'=>'ניווט ברשימת משתמשי האתר','Filter site users list'=>'סינון רשימת משתמשי אתר','Network enabled themes are not shown on this screen.'=>'תבניות הזמינות ברשת אינן מוצגות במסך זה.','No theme selected.'=>'לא נבחרו תבניות.','%s theme disabled.'=>'תבנית %s כובתה.' . "\0" . '%s תבניות כובו.','Theme disabled.'=>'תבנית אינה זמינה.','%s theme enabled.'=>'תבנית %s הופעלה.' . "\0" . '%s תבניות הופעלו.','Theme enabled.'=>'תבנית זמינה.','Site themes list'=>'רשימת תבניות באתר','Site themes list navigation'=>'ניווט ברשימת תבניות באתר','Filter site themes list'=>'סינון רשימת תבניות באתר','Sorry, you are not allowed to manage themes for this site.'=>'אין לך הרשאות לנהל תבניות.','Site options updated.'=>'הגדרות האתר עודכנו.','Add Site'=>'אתר חדש','The username and a link to set the password will be mailed to this email address.'=>'שם המשתמש והקישור להגדרת הסיסמה ישלחו לכתובת האימייל הזו.','A new user will be created if the above email address is not in the database.'=>'אפשר להזין אימייל של משתמש קיים כדי לפתוח עבורו את האתר, או להזין אימייל שלא קיים עדיין ברשת כדי ליצור משתמש חדש.','Admin Email'=>'אימייל של המנהל','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'מותר להשתמש רק באותיות קטנות (a-z), מספרים ומקפים.','Add New Site'=>'אתר חדש','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>','There was an error creating the user.'=>'ארעה שגיעה ביצירת המשתמש.','The domain or path entered conflicts with an existing username.'=>'הדומיין או הנתיב שהוזנו מתנגש עם שם המשתמש הקיים.','Missing email address.'=>'האימייל חסר.','Missing or invalid site address.'=>'כתובת אתר חסרה או שגויה.','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'המילים הבאות שמורות לשימוש על ידי וורדפרס, ולא ניתן להשתמש בהן בשמות של אתרים: %s','Cannot create an empty site.'=>'אי אפשר ליצור אתר ריק.','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'אם האימייל שבחרת עבור האתר החדש לא קיים עדיין במסד הנתונים, יווצר משתמש חדש עבור האתר הזה.','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'מסך למנהלי רשת להוספת אתרים חדשים לרשת. לא מושפע מהגדרות רישום.','Sorry, you are not allowed to add sites to this network.'=>'אין לך הרשאות להוסיף אתרים לרשת.','Set site attributes'=>'הגדרת תכונות אתר','Attributes'=>'תכונות','sitePublic'=>'ציבורי','Edit Site: %s'=>'עריכת אתר: %s','Site info updated.'=>'פרטי האתר עודכנו.','The requested site does not exist.'=>'האתר אינו קיים.','Invalid site ID.'=>'מספר אתר לא תקני.','Sorry, you are not allowed to edit this site.'=>'אין לך הרשאות לערוך אתר זה.','Enable menus'=>'הפעלת תפריטים','Enable administration menus'=>'הפעלת תפריטי ניהול','Default Language'=>'שפה','Language Settings'=>'הגדרות שפה','Size in kilobytes'=>'גודל בקילובייטים','%s KB'=>'%s KB','Max upload file size'=>'גודל קובץ מרבי','Allowed file types. Separate types by spaces.'=>'סוגי קבצים מותרים, מופרדים ברווחים.','Upload file types'=>'סוגי קבצים מותרים','Limit total size of files uploaded to %s MB'=>'להגביל את שטח האחסון ל-%s MB','Site upload space'=>'שטח אחסון','Upload Settings'=>'הגדרות העלאת קבצים','The URL for the first comment on a new site.'=>'כתובת URL של מחבר התגובה הראשונה בכל אתר חדש.','First Comment URL'=>'קישור לתגובה הראשונה','The email address of the first comment author on a new site.'=>'כתובת האימייל של המגיב הראשון באתר.','First Comment Email'=>'אימייל של התגובה הראשונה','The author of the first comment on a new site.'=>'שם המחבר של התגובה הראשונה בכל אתר חדש.','First Comment Author'=>'מחבר התגובה הראשונה','The first comment on a new site.'=>'התגובה הראשונה בכל אתר חדש.','First Comment'=>'תגובה ראשונה','The first page on a new site.'=>'העמוד הראשון בכל אתר חדש.','First Page'=>'עמוד ראשון','The first post on a new site.'=>'הפוסט הראשון בכל אתר חדש.','The welcome email sent to new users.'=>'האימייל הזה נשלח עם הרשמת משתמשים חדשים.','Welcome User Email'=>'אימייל למשתמשים חדשים','The welcome email sent to new site owners.'=>'האימייל הזה נשלח עם פתיחת אתר חדש.','Welcome Email'=>'אימייל לאתרים חדשים','New Site Settings'=>'אתרים חדשים','If you want to ban domains from site registrations. One domain per line.'=>'אימיילים מהדומיינים האלה לא יכולים להרשם לרשת. דומיין אחד בכל שורה. אם השדה נשאר ריק, אפשר להרשם עם אימייל מכל דומיין.','Banned Email Domains'=>'אימיילים אסורים','If you want to limit site registrations to certain domains. One domain per line.'=>'רק אימיילים מהדומיינים האלה יכולים להרשם לרשת. דומיין אחד בכל שורה. אם השדה נשאר ריק, אפשר להרשם עם אימייל מכל דומיין.','Limited Email Registrations'=>'הגבלת הרשמה לפי אימייל','Users are not allowed to register these sites. Separate names by spaces.'=>'הכתובות האלה ישמרו להנהלת הרשת - משתמשים אחרים לא יכולים לפתוח אתרים עם הכתובות האלה.','Banned Names'=>'שמות חסומים','Allow site administrators to add new users to their site via the "Users → Add New" page'=>'אפשר למנהלי מערכת להוסיף משתמשים לאתרים שלהם דרך התפריט "משתמשים ← משתמש חדש".','Add New Users'=>'הוספת משתמשים','Send the network admin an email notification every time someone registers a site or user account'=>'להודיע למנהל הרשת על כל משתמש חדש או אתר חדש','Registration notification'=>'הודעת רישום','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.','Both sites and user accounts can be registered'=>'ניתן לרשום משתמשים ואתרים חדשים','Logged in users may register new sites'=>'משתמשים קיימים יכולים לפתוח אתרים חדשים','User accounts may be registered'=>'הרישום פתוח','Registration is disabled'=>'הרישום כבוי','New registrations settings'=>'הגדרות רישום','Allow new registrations'=>'לאפשר רישום משתמשים חדשים','Registration Settings'=>'הגדרות רישום','There is a pending change of the network admin email to %s.'=>'קיימת בקשה בהמתנה לשינוי כתובת מנהל הרשת אל %s.','Operational Settings'=>'הגדרות כלליות','<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>','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.'=>'כבר לא ניתן להוסיף מנהלי מערכת ממסך האפשרויות. מעתה יש לגשת לרשימת המשתמשים הקיימים במסך המשתמשים ברשת אתרים ושם ללחוץ על שם המשתמש או על קישור עריכת המשתמש מתחת לשמו. הפעולה מעבירה למסך עריכת המשתמש שבו ניתן לבדוק להעניק הרשאות של מנהל מערכת.','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.'=>'הגדרות התפריטים מאפשרות להסתיר את תפריט התוספים עבור משתמשים ברשת. אם התפריט מוסתר, רק הנהלת הרשת יכולה להתקין ולהפעיל תוספים.','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).'=>'הגדרות העלאת קבצים קובעות את סוגי הקבצים שאפשר להעלות ושטח האחסון שיהיה זמין לכל משתמש. אפשר לעקוף את ההגדרות האלה עבור כל אתר בנפרד.','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.'=>'ברירות המחדל לאתרים חדשים מאפשרות לנסח את האימיילים שישלחו למשתמשים והתכנים שיווצרו עבור כל אתר חדש.','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.'=>'הגדרות הרישום קובעות אם משתמשים יוכלו להרשם לרשת בעצמם. ברשתות אתרים עם הרשמה פתוחה, רצוי להתקין אמצעי הגנה מפני ספאמים. את המילים ברשימת הכתובות השמורות יש להפריד עם רווחים, לא פסיקים.','Operational settings has fields for the network’s name and admin email.'=>'ההגדרות הכלליות קובעות את שם הרשת וכתובת האימייל להודעות מנהלתיות.','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.'=>'בעמוד זה אפשר לקבוע את הגדרות רשת האתרים. האתר הראשון הוא האתר הראשי ברשת, והגדרות הרשת מגיעות מההגדרות של אתר זה.','Network Settings'=>'הגדרות רשת','Installed Themes'=>'תבניות מותקנות','All Sites'=>'כל האתרים','Upgrade Network'=>'שדרוג רשת','Updates'=>'שדרוגים','<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>','Quick Tasks'=>'משימות מהירות','To search for a site, <strong>enter the path or domain</strong>.'=>'כדי לחפש אתר, יש להזין <strong>נתיב או כתובת דומיין</strong>.','To search for a user, <strong>enter an email address or username</strong>. Use a wildcard to search for a partial username, such as user*.'=>'כדי לחפש משתמש, <strong>יש להזין כתובת אימייל או שם משתמש</strong>. לחיפוש משתמש חלקי יש להשתמש בביטוי user*.','To search for a user or site, use the search boxes.'=>'לחיפוש משתמש או אתר, השתמש בשדה החיפוש.','To add a new site, <strong>click Create a New Site</strong>.'=>'להוספת אתר חדש, יש ללחוץ על <strong>אתר חדש</strong>.','To add a new user, <strong>click Create a New User</strong>.'=>'להוספת משתמש חדש, יש ללחוץ על <strong>משתמש חדש</strong>.','The Right Now widget on this screen provides current user and site counts on your network.'=>'וידג\'ט המצב לוח הבקרה מציג מידע כמותי אודות המשתמש והאתר ברשת.','Modify global network settings'=>'שינוי הגדרות רשת גלובליות','Update your network'=>'שדרוג רשת','Install and activate themes or plugins'=>'התקנה והפעלה של תוספים ותבניות','Add and manage sites or users'=>'הוספה וניהול אתרים ומשתמשים','From here you can:'=>'מכאן ניתן:','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'ברוכים הבאים ללוח הבקרה של הרשת. אזור זה נועד לניהול כל ההיבטים ברשת האתרים.','Network'=>'רשת','<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>','<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>','The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.'=>'הבחירה של אתרים בתת-ספריית אינו זמינה אם הגדרות אלה ישנות יותר מחודש, בגלל בעיות קישור מהאתר הראשי אל “/blog/”. סוגיה זו תטופל בגרסה עתידית.','Once you add this code and refresh your browser, multisite should be enabled. This screen, now in the Network Admin navigation menu, will keep an archive of the added code. You can toggle between Network Admin and Site Admin by clicking on the Network Admin or an individual site name under the My Sites dropdown in the Toolbar.'=>'ברגע שאתה מוסיף קוד זה ומרענן את הדפדפן, רשת אתרים צריכה להיות מופעלת. מסך ניהול האתרים, ישמור בארכיון של הקוד שנוסף. ניתן לעבור בין ניהול הרשת לניהול האתר על ידי לחיצה על ניהול רשת או שם האתר היחיד תחת רשימת אתרים בסרגל הכלים.','Add the designated lines of code to wp-config.php (just before <code>/*...stop editing...*/</code>) and <code>.htaccess</code> (replacing the existing WordPress rules).'=>'יש להוסיף את שורות הקוד הייעודיות לקובץ wp-config.php (ממש לפני <code>/*...stop editing...*/</code>) ולקובץ <code>.htaccess</code> (תוך החלפת הקוד של וורדפרס).','The next screen for Network Setup will give you individually-generated lines of code to add to your wp-config.php and .htaccess files. Make sure the settings of your FTP client make files starting with a dot visible, so that you can find .htaccess; you may have to create this file if it really is not there. Make backup copies of those two files.'=>'במסך הבא של הגדרת הרשת ייתן שורות קוד נפרדות כדי להוסיף לקובץ wp-config.php ולקובץ htaccess. יש לוודא כי ההגדרות ה-FTP מציג קבצים עם נקודה גלויה, כך שניתן יהיה למצוא את הקובץ htaccess.; ייתכן שיהיה צורך ליצור את הקובץ אם הוא לא קיים. יש ליצור גיבויים לשני הקבצים.','Choose subdomains or subdirectories; this can only be switched afterwards by reconfiguring your installation. Fill out the network details, and click Install. If this does not work, you may have to add a wildcard DNS record (for subdomains) or change to another setting in Permalinks (for subdirectories).'=>'בחר תת-דומיין או תת-ספריות; הדבר ניתן לשינוי על ידי הגדרה מחדש אחרי התקנה. מלא את פרטי הרשת, ולחץ על התקנה. אם זה לא עובד, ייתכן שיהיה צורך בהוספת תחומי משנה כלליים (עבור תת-דומיינים) או לשנות להגדרה אחרת את הקישורים הקבועים (עבור תת-ספריות).','This screen allows you to configure a network as having subdomains (<code>site1.example.com</code>) or subdirectories (<code>example.com/site1</code>). Subdomains require wildcard subdomains to be enabled in Apache and DNS records, if your host allows it.'=>'מסך זה מאפשר להגדיר רשת כבעל תת-דומיינים (<code>site1.example.com</code>) או תת-ספריות (<code>example.com/site1</code>). תת-דומיינים דורשים הפעלה של תחומי משנה כלליים בשרתי Apache ורשומות DNS, אם המארח שלך מאפשר זאת.','Create a Network of WordPress Sites'=>'יצירת רשת אתרי וורדפרס','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.','The Network creation panel is not for WordPress MU networks.'=>'תפריט יצירת רשת אתרים אינו מיועד ליצירת מולטי-רשתות.','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'בתום השלמת השלבים הללו, הרשת תופעל ויהיה צורך בהתחברות מחודשת לאתר.','https://wordpress.org/documentation/article/nginx/'=>'https://wordpress.org/documentation/article/nginx/','It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.'=>'נראה כי הרשת פועלת עם שרת אינטרנט מבוסס Nginx. <a href="%s"> למידע נוסף על הגדרות תצורה</a>.','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'הוסיפו את הקוד הבא בקובץ %1$s ב-%2$s, <strong>החליפו</strong> חוקי וורדפרס אחרים:','Network configuration authentication keys'=>'מפתחות אימות של תצורת רשת','To make your installation more secure, you should also add:'=>'כדי לאבטח יותר את המערכת, יש להוסיף:','These unique authentication keys are also missing from your %s file.'=>'מפתחות יחודיים אלה חסרים בקובץ %s.','This unique authentication key is also missing from your %s file.'=>'מפתח יחודי זה חסר בקובץ %s.','Network configuration rules for %s'=>'כללי תצורת רשת עבור %s','That’s all, stop editing! Happy publishing.'=>'That’s all, stop editing! Happy publishing.','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'הוסיפו את הקוד הבא לקובץ %1$s שנמצא ב-%2$s <strong>מעל</strong> השורה %3$s:','You should back up your existing %s file.'=>'מומלץ לגבות את הקובץ הנוכחי %s.','You should back up your existing %1$s and %2$s files.'=>'מומלץ לגבות את הקובצים הנוכחיים %1$s ו-%2$s.','Complete the following steps to enable the features for creating a network of sites.'=>'השלימו את השלבים הבאים כדי שניתן יהיה ליצור רשת אתרים.','Enabling the Network'=>'הפעלת רשת','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'יש למלא את הצעדים הבאים. כדי ליצור רשת חדשה, יש לרוקן או להסיר את טבלאות מסדי הנתונים של הרשת.','An existing WordPress network was detected.'=>'אותרה רשת אתרים קיימת.','The original configuration steps are shown here for reference.'=>'הצעדים המקוריים מוצגים כאן להמלצה.','Your email address.'=>'כתובת האימייל שלך.','Network Admin Email'=>'אימייל של מנהל הרשת','What would you like to call your network?'=>'איך הרשת תיקרא?','Network Title'=>'שם הרשת','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'מכיוון שזו לא התקנה חדשה, האתרים ברשת חייבים להשתמש בתת-דומיינים.','Sub-domain Installation'=>'התקנה בתת-דומיינים','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'מכיוון שהמערכת מותקנת בתת-ספרייה, האתרים ברשת חייבים להשתמש בתת-ספריות.','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'האתר הראשי בתת-ספרייה יצטרך להשתמש במבנה קישורים שונה, דבר שעלול לשבור קישורים קיימים.','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 אם ברצונך להשתמש תת-דומיינים.','Sub-directory Installation'=>'התקנה בתת-ספריות','Network Details'=>'פרטי רשת','The internet address of your network will be %s.'=>'הכתובת של הרשת תהיה %s.','You should consider changing your site domain to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.'=>'לפני הפעלת הרשת מומלץ לשנות את כתובת האתר אל %1$s. עדיין יהיה ניתן לבקר באתר באמצעות הקידומת %3$s בכתובות כגון %2$s אבל הקישורים עצמם לא יכילו את הקידומת %3$s.','Server Address'=>'כתובת שרת','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'רשת תת-ספריות אינה יכולה לעבוד עם ספריות wp-content מותאמות.','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'כמו <code>%1$s/site1</code> וכן <code>%1$s/site2</code>','Sub-directories'=>'תת-ספריות','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'כמו <code>site1.%1$s</code> וכן <code>site2.%1$s</code>','Sub-domains'=>'תת-דומיינים','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'כדי להשתמש בפונקציונאליות וירטואלית (תת-דומיינים), יש צורך ב- wildcard DNS record.','You cannot change this later.'=>'לא ניתן לשנות אחרי זה.','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'יש לבחור האם האתרים ברשת ישתמשו בתת-דומיינים או בתת-ספריות.','Addresses of Sites in your Network'=>'כתובות של אתרים ברשת','If %1$s is disabled, ask your administrator to enable that module, or look at the <a href="%2$s">Apache documentation</a> or <a href="%3$s">elsewhere</a> for help setting it up.'=>'אם %1$s מושבת, יש לבקש מחברת האחסון להפעיל את המודול, או להיעזר ב<a href="%2$s">תיעוד אפאצ\'</a> או ב<a href="%3$s">גורמים אחרים</a> כדי להגדירו.','It looks like the Apache %s module is not installed.'=>'נראה כי המודול %s של אפאצ\'י אינו מותקן.','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'נא לוודא כי המודול %s של אפאצ\'י מותקן, מאחר והמערכת תשתמש בתום ההתקנה.','Note:'=>'הערה:','Fill in the information below and you’ll be on your way to creating a network of WordPress sites. Configuration files will be created in the next step.'=>'יש מלא את הפרטים הבאים כדי יצור רשת אתרים. קבצי ההגדרות יווצרו בשלב הבא.','Welcome to the Network installation process!'=>'ברוכים הבאים לתהליך התקנת רשת אתרים!','%s Sites'=>'אתרי %s','Error: The network could not be created.'=>'שגיאה: לא ניתן ליצור רשת אתרים.','You cannot use port numbers such as %s.'=>'לא ניתן להשתמש במספרי פורטים כמו %s.','You cannot install a network of sites with your server address.'=>'לא ניתן להתקין רשת אתרים עם כתובת השרת שלך.','Once the network is created, you may reactivate your plugins.'=>'אחרי יצירת הרשת, ניתן להפעיל את התוספים.','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'נא <a href="%s">לכבות את התוספים</a> לפני הפעלת הרשת.','The constant %s cannot be defined when creating a network.'=>'לא ניתן להגדיר את הקבוע %s כשיוצרים רשת אתרים.','userRegistered'=>'תאריך רישום','Super Admin <span class="count">(%s)</span>'=>'משתמש על <span class="count">(%s)</span>' . "\0" . 'משתמשי על <span class="count">(%s)</span>','userNot spam'=>'משתמש לגיטימי','userMark as spam'=>'סמן כספאם','Active Child Theme'=>'תבנית-בת פעילה','Child theme of %s'=>'תבנית בת של %s','Visit Theme Site'=>'אתר התבנית','Visit theme site for %s'=>'בקר באתר תבנית %s','Broken Theme:'=>'תבנית לא תקינה:','Network Disable %s'=>'כיבוי %s ברשת','Disable %s'=>'כיבוי %s','Network Enable %s'=>'הפעלת %s ברשת','Enable %s'=>'הפעלת %s','Network Disable'=>'כיבוי ברשת','Disable'=>'כיבוי','Enable'=>'הפעלה','themesBroken <span class="count">(%s)</span>'=>'לא תקין <span class="count">(%s)</span>' . "\0" . 'לא תקין <span class="count">(%s)</span>','themesUpdate Available <span class="count">(%s)</span>'=>'עדכונים זמינים <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>','themesEnabled <span class="count">(%s)</span>'=>'פעיל <span class="count">(%s)</span>' . "\0" . 'פעילים <span class="count">(%s)</span>','themesAll <span class="count">(%s)</span>'=>'הכל <span class="count">(%s)</span>' . "\0" . 'הכל <span class="count">(%s)</span>','No themes are currently available.'=>'אין כרגע תבניות זמינות.','No themes found.'=>'לא נמצאו תבניות.','siteNot Spam'=>'אתר לגיטימי','verb; siteArchive'=>'להעביר לארכיון','Unarchive'=>'להוציא מארכיון','Main'=>'ראשי','Never'=>'לא עודכן','Y/m/d g:i:s a'=>'Y/m/d G:i:s','%1$s – %2$s'=>'%1$s – %2$s','siteRegistered'=>'תאריך רישום','Last Updated'=>'עדכון אחרון','siteNot spam'=>'אתר לגיטימי','siteMark as spam'=>'סמן כספאם','Deleted <span class="count">(%s)</span>'=>'נמחקו <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>','Mature <span class="count">(%s)</span>'=>'ותיק <span class="count">(%s)</span>' . "\0" . 'ותיק <span class="count">(%s)</span>','Archived <span class="count">(%s)</span>'=>'אורכב <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>','sitesAll <span class="count">(%s)</span>'=>'הכל <span class="count">(%s)</span>' . "\0" . 'הכל <span class="count">(%s)</span>','No sites found.'=>'לא נמצאו אתרים.','Mature'=>'ותיק','Deleted'=>'נמחק','siteSpam'=>'ספאם','Archived'=>'ארכיון']];
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2026-01-26 08:54:10+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'WordPress - 6.9.x - Development - Administration - Network Admin','language'=>'hu','messages'=>['Site flagged for deletion.'=>'Törlésre jelölt webhely.','Site deletion flag removed.'=>'A webhely törlésére vonatkozó jelző eltávolítva.','Site permanently deleted.'=>'A webhely véglegesen törlésre került.','Sites permanently deleted.'=>'Véglegesen törölt webhelyek.','Delete these sites permanently'=>'Töröljük ezeket a webhelyeket véglegesen','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.'=>'Ha egy webhelyet törlésre jelölünk, az webhely nem lesz elérhető a felhasználók és látogatók számára. Ez egy visszafordítható művelet. A szuperadmin később véglegesen törölheti a webhelyet.','Archiving a site makes the site unavailable to its users and visitors. This is a reversible action.'=>'A webhely archiválásával a webhely nem lesz elérhető a felhasználók és látogatók számára. Ez egy visszafordítható művelet.','You are about to flag the site %s for deletion.'=>'A %s webhelyet törlésre készülünk kijelölni.','You are about to remove the deletion flag from the site %s.'=>'A törlési jelzőt a %s webhelyről készülünk eltávolítani.','Flag for Deletion'=>'Törlésre jelölés','siteRemove Deletion Flag'=>'Törlési jelző eltávolítása','Flagged for Deletion <span class="count">(%s)</span>'=>'Törlésre jelölve <span class="count">(%s)</span>' . "\0" . 'Törlésre jelölve <span class="count">(%s)</span>','Flagged for Deletion'=>'Törlésre megjelölve','<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">Dokumentáció a hálózat frissítéséről</a>','Deleting a site is a permanent action that cannot be undone. This will delete the entire site and its uploads directory.'=>'A webhely törlése egy nem visszavonható lépés. Törli az egész webhelyet és a feltöltések könyvtárat.','Delete this site permanently'=>'A webhely végleges törlése.','Visit to go to the front-end of the live site.'=>'Látogassuk meg az élő webhely front-endjét.','<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/">Dokumentáció a hálózati beállításokról</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/">Dokumentáció a hálózat adminisztrációról</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/">Dokumentáció a hálózat létrehozásáról</a>','https://developer.wordpress.org/advanced-administration/server/web-server/nginx/'=>'https://developer.wordpress.org/advanced-administration/server/web-server/nginx/','Missing site title.'=>'Hiányzik az oldal neve','Table ordered by User Registered Date.'=>'A táblázat felhasználó regisztrációs dátuma szerint van rendezve.','Table ordered by Theme Name.'=>'A táblázat sablon név szerint van rendezve.','Table ordered by Site Registered Date.'=>'A táblázat az oldal regisztrációs ideje szerint van rendezve.','Table ordered by Last Updated.'=>'A táblázat az utolsó frissítés dátuma szerint van rendezve.','Table ordered by Site Path.'=>'A táblázat az oldal elérési útja szerint van rendezve.','Table ordered by Site Domain Name.'=>'A táblázat a domain szerint van rendezve.','Network configuration authentication keys'=>'Hálózati konfigurációs hitelesítési kulcsok','Network configuration rules for %s'=>'Hálózati konfigurációs szabályok a %s fájlhoz','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'A WordPress frissítése megtörtént! A következő és egyben utolsó lépés, hogy frissítsük az egyes weboldalakat a hálózaton.','Cannot create an empty site.'=>'Nem lehet üres webhelyet létrehozni.','You should back up your existing %s file.'=>'Biztonsági másolatot kell(ene) készíteni a %s fájlról!','You should back up your existing %1$s and %2$s files.'=>'Biztonsági másolatot kell(ene) készíteni a %1$s és a %2$s fájlokról!l!','Visit theme site for %s'=>'%s sablon megtekintése','Child theme of %s'=>'%s gyermek sablonja','sitePublic'=>'Nyilvános','siteNot spam'=>'Nem spam','%s theme will no longer be auto-updated.'=>'%s sablon a továbbiakban nem frissül automatikusan.' . "\0" . '%s sablon a továbbiakban nem frissül automatikusan.','%s theme will be auto-updated.'=>'%s sablon a továbbiakban automatikusan frissül.' . "\0" . '%s sablon a továbbiakban automatikusan frissül.','Sorry, you are not allowed to change themes automatic update settings.'=>'Sajnáljuk, az automatikus sablonfrissítés nem állítható át.','No themes are currently available.'=>'Nincs elérhető sablon.','Y/m/d g:i:s a'=>'Y.m.d. H:i:s','It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.'=>'Úgy tűnik, a hálózatunk Nginx web kiszolgálón működik. <a href="%s">További tudnivalók a beálltásokról</a>.','sitesSpam <span class="count">(%s)</span>'=>'<span class="count">(%s)</span> spam' . "\0" . '<span class="count">(%s)</span> spam','Mature <span class="count">(%s)</span>'=>'<span class="count">(%s)</span> lejárt' . "\0" . '<span class="count">(%s)</span> lejárt','Archived <span class="count">(%s)</span>'=>'<span class="count">(%s)</span> archivált' . "\0" . '<span class="count">(%s)</span> archivált','Public <span class="count">(%s)</span>'=>'<span class="count">(%s)</span> nyilvános' . "\0" . '<span class="count">(%s)</span> nyilvános','sitesAll <span class="count">(%s)</span>'=>'<span class="count">(%s)</span> összesen' . "\0" . '<span class="count">(%s)</span> összesen','themesUpdate Available <span class="count">(%s)</span>'=>'<span class="count">(%s)</span> elérhető frissítés' . "\0" . '<span class="count">(%s)</span> elérhető frissítés','Main'=>'Fő-','<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 hálózat képernyő dokumentációja</a>','The constant %s cannot be defined when creating a network.'=>'%s állandó nem adható meg, ha egy hálózat létrehozása van folyamatban.','You are about to delete the following sites:'=>'A következő weboldalakat kívánjuk törölni:','User could not be added to this site.'=>'Ehhez a weboldalhoz nem adható hozzá felhasználó.','The username and a link to set the password will be mailed to this email address.'=>'A felhasználónév, és a jelszó beállításához szükséges hivatkozás erre az email címre kerül kiküldésre.','There is a pending change of the network admin email to %s.'=>'A hálózati adminisztrátor email címének módosítása függőben van, erre az email címre: %s.','Sub-domain Installation'=>'Al-domain-es telepítés','Sub-directory Installation'=>'Alkönyvtáras telepítés','Active Child Theme'=>'Gyermek sablon bekapcsolása','%s KB'=>'%s KB','%s Sites'=>'%s honlapok','Sorry, you are not allowed to delete themes for this site.'=>'Sajnáljuk, nincs megfelelő jogosultság ezen honlap sablonjainak törléséhez.','Sorry, you are not allowed to manage network themes.'=>'Sajnáljuk, nincs megfelelő jogosultság a hálózat sablonjait kezelni.','Sorry, you are not allowed to delete that site.'=>'Sajnáljuk, nincs megfelelő jogosultság a honlap törléséhez.','Sorry, you are not allowed to manage themes for this site.'=>'Sajnáljuk, nincs megfelelő jogosultság ezen a honlapon a sablonok kezeléséhez.','Sorry, you are not allowed to add sites to this network.'=>'Sajnáljuk, nincs megfelelő jogosultság ezen a hálózaton honlapot létrehozni.','Sorry, you are not allowed to edit this site.'=>'Sajnáljuk, nincs megfelelő jogosultság ezen honlap szerkesztéséhez.','The email address of the first comment author on a new site.'=>'Az első hozzászólás írójának email címe az új honlapon.','First Comment Email'=>'Első hozzászólás email','That’s all, stop editing! Happy publishing.'=>'Ennyi volt az egész, készen vagyunk a szerkesztéssel! Sok örömet kívánunk a WordPress használatához.','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'Adjuk a következőket a %2$s résznél található %1$s fájlhoz a %3$s sor <strong>fölé</strong>:','theme%1$s by %2$s'=>'%1$s szerzője %2$s','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'Kizárólag az angol abc kisbetűi (a-z), számok és kötőjel használata az engedélyezett.','These unique authentication keys are also missing from your %s file.'=>'Ezek az egyedi kulcsok hiányoznak a %s fájlból.','This unique authentication key is also missing from your %s file.'=>'A %s fájlból hiányzik ez az egyedi ellenőrző kulcs.','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.'=>'A %1$s használata miatt a WordPress hálózat alkönyvtáras rendszerben kell, hogy működjön. Az aldomain-es rendszerhez a %2$s használata a megfontolandó.','The internet address of your network will be %s.'=>'A hálózat internetcíme %s fog lenni.','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.'=>'A hálózat bekapcsolása előtt javasoljuk a weboldal (domain)nevét a következőre módosítani: %1$s. Továbbra is látogatható a webhely a %3$s előtag használatával, olyan címmel, mint a %2$s, de a hivatkozások nem fogják tartalmazni a %3$s előtagot. ','You cannot change this later.'=>'A későbbiekben ez nem módosítható, megváltoztatni csak teljes újratelepítéssel lehetséges.','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'El kell döntenünk, hogy a WordPress hálózatunkat alkönyvtáras, vagy aldomain-es módon szeretnénk használni. (http://honlapunk.tld/alkonyvtarak vagy http://aldomainek.wordpress.tld)','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.'=>'Amennyiben a %1$s modul nincs bekapcsolva, kérjük meg a tárhelyszolgáltatónkat a bekapcsolására, vagy nézzük meg az <a href="%2$s">Apache dokumentáció</a>ban, vagy a <a href="%3$s">Google kereső</a>jében a mod_rewrite tudnivalókat.','It looks like the Apache %s module is not installed.'=>'Úgy tűnik, hogy az Apache %s modul nincs telepítve.','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'Meg kell bizonyosodni róla, hogy az Apache %s modul telepítve van-e, mert a telepítés befejezését követően szükség lesz rá.','userRegistered'=>'Regisztrálva','Super Admin <span class="count">(%s)</span>'=>'Főadmin <span class="count">(%s)</span>' . "\0" . 'Főadmin <span class="count">(%s)</span>','userNot spam'=>'Nem spam','userMark as spam'=>'Spam-nek jelöl','Visit Theme Site'=>'Látogatás a sablon honlapjára','Broken Theme:'=>'Sérült sablon:','Network Disable %s'=>'%s kikapcsolása a hálózaton','Disable %s'=>'%s kikapcsolása','Network Enable %s'=>'%s hálózat bekapcsolása','Enable %s'=>'%s bekapcsolása','Network Disable'=>'Kikapcsolás a hálózatban','themesBroken <span class="count">(%s)</span>'=>'<span class="count">(%s)</span> sérült' . "\0" . '<span class="count">(%s)</span> sérült','themesDisabled <span class="count">(%s)</span>'=>'<span class="count">(%s)</span> kikapcsolva' . "\0" . '<span class="count">(%s)</span> kikapcsolva','themesEnabled <span class="count">(%s)</span>'=>'<span class="count">(%s)</span> bekapcsolva' . "\0" . '<span class="count">(%s)</span> bekapcsolva','themesAll <span class="count">(%s)</span>'=>'Összes <span class="count">(%s)</span>' . "\0" . 'Összes <span class="count">(%s)</span>','No themes found.'=>'Nem találhatóak sablonok.','verb; siteArchive'=>'Összes bejegyzés','Unarchive'=>'Visszaállít','Never'=>'Soha','%1$s – %2$s'=>'%1$s – %2$s','siteRegistered'=>'Regisztrálva','Last Updated'=>'Utoljára frissítve','siteNot Spam'=>'Nem spam','siteMark as spam'=>'Spam-nek jelöl','No sites found.'=>'Nincs honlap találat.','Mature'=>'Korosztályos','siteSpam'=>'Spam','Archived'=>'Archivált','A password reset link will be sent to the user via email.'=>'A jelszóváltoztatás hivatkozását e-mailben fogjuk megküldeni.','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.'=>'Amennyiben a regisztráció kikapcsolt állapotú, állítsuk be a %2$s fájlban a %1$s értéket, hogy milyen URL címre kívánjuk átirányítani a látogatókat, akik egy nem elérhető honlapot kívánnak megtekinteni.','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.'=>'A %2$s fájlban a %1$s állapotát <em>true</em> kell módosítani, amennyiben a Hálózat létrehozását engedélyezni szeretnénk.','Themes list navigation'=>'Sablonlista navigáció','Sites list'=>'Honlapok listája','Sites list navigation'=>'Honlap lista navigáció','Site users list'=>'Honlap felhasználói lista','Site users list navigation'=>'Honlap felhasználói lista navigáció','Filter site users list'=>'Honlap felhasználói lista szűrése','Site themes list'=>'Honlap sablonlista','Site themes list navigation'=>'Honlap sablonlista navigáció','Filter site themes list'=>'Honlap sablonlistájának szűrése','The domain or path entered conflicts with an existing username.'=>'A megadott domain név, vagy elérési útvonal egy létező felhasználónévvel ütközik.','The requested action is not valid.'=>'A kért művelet nem érvényes.','You are about to mark the site %s as not mature.'=>'%s honlapot nem felnőtt tartalomként kívánjuk megjelölni.','You are about to mark the site %s as mature.'=>'%s honlapot felnőtt tartalomként kívánjuk megjelölni.','You are about to delete the site %s.'=>'%s honlapot törlésre jelöltük.','You are about to mark the site %s as spam.'=>'Biztos, hogy spamnek minősítjük ezt a honlapot: %s?','You are about to unspam the site %s.'=>'Biztosan nem spam ez a honlap: %s?','You are about to archive the site %s.'=>'Biztosan archiváljuk ezt a honlapot: %s?','You are about to unarchive the site %s.'=>'Biztosan visszaállítjuk ezt a honlapot az archív állapotból: %s?','The requested site does not exist.'=>'A kért oldal nem létezik.','Path'=>'Útvonal','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" target="_blank">Hálózati felhasználók dokumentáció</a> (angol)','<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" target="_blank">Hálózati sablonok dokumentáció</a> (angol)','Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s'=>'Figyelem! A(z) %1$s frissítése során problémába ütköztünk. A szerver nem képes kapcsolódni a futtató weboldal(ak)hoz. Hibaüzenet: %2$s','%s theme deleted.'=>'%s sablon törölve.' . "\0" . '%s sablon törölve.','%s theme disabled.'=>'%s sablon kikapcsolva.' . "\0" . '%s sablon kikapcsolva.','%s theme enabled.'=>'%s sablon bekapcsolva.' . "\0" . '%s sablon bekapcsolva.','Yes, delete these themes'=>'Igen, töröljük ezeket a sablonokat','You are about to remove the following themes:'=>'A következő sablonok kerültek eltávolításra jelöltként:','These themes may be active on other sites in the network.'=>'Lehetséges, hogy ezek a sablonok a hálózat más honlapjain aktívak.','Delete Themes'=>'Sablonok törlése','Size in kilobytes'=>'Méret (kilobyte)','Allowed file types. Separate types by spaces.'=>'Engedélyezett fájltípusok, szóközzel elválasztva.','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'Adjuk a következőt a %2$s elérési úton lévő %1$s fájl tartalmához, ezzel <strong>cseréljük</strong> a WordPress szabályokat:','Confirm your action'=>'Művelet jóváhagyása','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.'=>'A listában lévő bármelyik felhasználó fölé húzva a mutatót egy szerkesztő hivatkozás jelenik meg. A bal oldali szerkesztő hivatkozás a felhasználó adatlapjának szerkesztéséhez vezet; a jobb oldali bármelyik honlap névnél pedig a honlap szerkesztés oldalára juthatunk.','To search for a site, <strong>enter the path or domain</strong>.'=>'Egy honlap kereséséhez <strong>adjuk meg az elérési utat, vagy a domaint</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*.'=>'Egy felhasználó kereséséhez adjuk meg az <strong>email címét, vagy a felhasználónevét</strong>. Használjuk a dzsóker karaktert ha a felhasználói névnek csak egy részét tudjuk, pl.: *bödönke.','To add a new site, <strong>click Create a New Site</strong>.'=>'Új honlap létrehozásához kattintsunk az <strong>Új honlap létrehozása</strong> feliratra.','To add a new user, <strong>click Create a New User</strong>.'=>'Új felhasználó létrehozásához kattintsunk az <strong>Új felhasználó létrehozása</strong> feliratra.','Quick Tasks'=>'Gyors feladatok','To search for a user or site, use the search boxes.'=>'Felhasználó vagy egy honlap kereséséhez használjuk a keresődobozt.','The Right Now widget on this screen provides current user and site counts on your network.'=>'A Right Now widget a hálózatunkban lévő felhasználók és honlapok aktuális számát mutatja.','Modify global network settings'=>'Teljes hálózatot érintő beállítások módosítani','Update your network'=>'Hálózatot frissíteni','Install and activate themes or plugins'=>'Telepíteni és aktiválni sablonokat vagy bővítményeket','Add and manage sites or users'=>'Hozzáadni és kezelni honlapokat vagy felhasználókat','From here you can:'=>'Itt tudunk:','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'Üdvözlet a Hálózat Adminisztrátorától! Ez a kezelő központ területe, amely minden vonatkozásban saját, több honlapos hálózatunk kezelésére szolgál.','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.'=>'Akkor használjuk ezt a felületet, ha a Frissítések/Elérhető frissítések (a Hálózat adminisztrátora navigációs menüsoron, vagy az Eszköztáron keresztül) részen frissítettük a WordPress-t.
|
|
3
|
+
Kattintsunk a Hálózat frissítése gombra, amelynek hatására a hálózat minden egyes oldala frissülni fog, egyidejűleg öt oldal, és ellenőrzi, hogy minden adatbázis frissítésre került.','Upgrade Network'=>'Hálózat frissítése','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'Az alkönyvtáras hálózatok lehetséges, hogy nem teljesen kompatibilisek az egyéni wp-content könyvtár beállítással.','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).'=>'Illesszük be a szükséges sorokat a wp-config.php (<code>/*... Ennyi volt, kellemes blogolást!...*/</code> sor elé) és a <code>.htaccess</code> (lecserélve az ott lévő WordPress szabályokat) fájlokba.','Language Settings'=>'Nyelv beállításai','Allow site administrators to add new users to their site via the "Users → Add User" page'=>'Engedélyezi a honlap adminisztrátoroknak egy új felhasználó hozzáadását a "Felhasználók → Új hozzáadása" oldalon keresztül','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.'=>'Fő adminokat a Beállítások képernyőn a továbbiakban nem lehet hozzáadni. Mostantól ez a felhasználók listájából érhető el a Hálózati Admin > Felhasználók és a felhasználó nevére kattintással, vagy a Szerkesztés hivatkozással. Ezzel a felhasználó szerkesztő oldalra jutunk, ahol be kell jelölni az ajánlatok közül a megadni kívánt jogokat.','Enter the username and email.'=>'Adjuk meg a felhasználónevet és az e-mail címet.','User created.'=>'Új felhasználó létrehozva.','Select a user to remove.'=>'Felhasználó kiválasztása az eltávolításához.','Select a user to change role.'=>'Szerepkör váltáshoz válasszunk ki egy felhasználót.','Enter the username of an existing user.'=>'Egy létező felhasználóhoz tartozó felhasználónevet kell megadni.','User is already a member of this site.'=>'A felhasználó már tagja ennek a hálózatnak.','Site options updated.'=>'Honlap opciók frissítve.','Site added. <a href="%1$s">Visit Dashboard</a> or <a href="%2$s">Edit Site</a>'=>'Honlap hozzáadva. <a href="%1$s">Vezérlőpult</a> | <a href="%2$s">Szerkesztés</a>','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'Ez a képernyő fő adminoknak teszi lehetővé új honlapok hozzáadását a hálózathoz. Ezt nem befolyásolják a regisztrációs beállítások.','Site info updated.'=>'Honlap információ frissítve.','You cannot delete a theme while it is active on the main site.'=>'Ameddig egy sablon aktív a főoldalon, addig nem lehetséges a törlése.','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.'=>'A sablonokat honlaponként engedélyezheti a hálózat adminisztrátora a Szerkesztés képernyőn (amelynek van Sablonok füle), ahová a Honlapok képernyőn lévő Szerkesztés hivatkozáson keresztül juthatunk. Csak a hálózat adminisztrátorok tudnak sablonokat telepíteni és szerkeszteni.','No, return me to the theme list'=>'Nem, a sablon listához akarok visszamenni','Yes, delete this theme'=>'Igen, töröljük ezt a sablont','Are you sure you want to delete these themes?'=>'Biztosan törölni akarjuk ezeket a sablonokat?','You are about to remove the following theme:'=>'A következő sablon eltávolításra lett jelölve:','This theme may be active on other sites in the network.'=>'Lehetséges, hogy ez a sablon a hálózat egy másik honlapján van bekapcsolva.','Delete Theme'=>'Sablon törlése','Network enabled themes are not shown on this screen.'=>'A bekapcsolt hálózati sablonok nem láthatóak ezen a képernyőn.','No theme selected.'=>'Nincs sablon kiválasztva.','Theme disabled.'=>'Sablon kikapcsolva.','Theme enabled.'=>'Sablon bekapcsolva.','Edit Site: %s'=>'%s honlap szerkesztése','Invalid site ID.'=>'Érvénytelen honlap ID.','Sorry, you are not allowed to delete the site %s.'=>'Sajnáljuk, nincs megfelelő jogosultság a(z) %s weboldal törléséhez.','Delete Permanently which is a permanent action after the confirmation screen.'=>'Végleges törlés, ami egy visszavonhatatlan művelet, a jóváhagyási képernyő után.','Dashboard leads to the Dashboard for that site.'=>'Vezérlőpult hivatkozás az adott honlap vezérlőpultjára irányít.','An Edit link to a separate Edit Site screen.'=>'Egy Szerkesztés hivatkozás egy külön Honlap szerkesztése képernyőhöz.','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.'=>'Az “Új honlap hozzáadása” az új honlap hozzáadása oldalra visz, ahol a webhelyek között kereshetünk név, azonosító szám, vagy IP cím alapján. A Képernyő opciók fülön lehetőség van kiválasztani, hány holnap jelenjen meg egy oldalon.','Add Users'=>'Új felhasználó létrehozása','Cannot add user.'=>'Nem sikerült a felhasználót hozzáadni.','Add User will set up a new user account on the network and send that person an email with username and password.'=>'A felhasználó hozzáadása új felhasználói fiókot hoz létre a hálózaton, és e-mailben elküldi nekik a felhasználónevüket és jelszavukat.','Updates'=>'Frissítések','Network Settings'=>'Hálózat beállításai','Installed Themes'=>'Telepített sablonok','All Sites'=>'Minden honlap','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'Ezzel a lépéssel a hálózat bekapcsolásra és beállításra kerül, és majd újra be kell lépni a rendszerbe.','To make your installation more secure, you should also add:'=>'A telepítés biztonságának fokozására az alábbiakat tehetjük:','Complete the following steps to enable the features for creating a network of sites.'=>'A következő lépések szükségesek a hálózati lehetőség engedélyezéséhez.','Enabling the Network'=>'Hálózat bekapcsolása','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'A konfigurációs lépések befejezéseként az új hálózat létrehozásához a hálózat adatbázis táblákat ki kell üríteni, vagy eltávolítani.','An existing WordPress network was detected.'=>'Egy létező WordPress hálózatot észleltünk.','The original configuration steps are shown here for reference.'=>'Az eredeti konfigurációs lépéseket hivatkozásként felsoroljuk.','Your email address.'=>'Email cím.','What would you like to call your network?'=>'Mi legyen a neve a hálózatnak?','Network Title'=>'Hálózat neve','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'Mivel nem egy új telepítésről van szó, a WordPress hálózat oldalait al-domainekben kell használni.','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'Mivel a telepítés egy könyvtárba történt, a WordPress hálózat honlapjait alkönyvtár szerkezetben kell használni.','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'A főoldal alkönyvtáras szerkezettel került telepítésre, amelynek a módosítása szükségessé vált, ez lehetséges, hogy a korábbi hivatkozásokat elrontja.','Network Details'=>'A hálózat részletei','Server Address'=>'Szerver címe','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'valahogyan így: <code>%1$s/egyik-honlap</code> és<code>%1$s/masik-honlap</code>','Sub-directories'=>'Alkönyvtárak','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'valahogyan így: <code>egyik-honlap.%1$s</code> és<code>masik-honlap.%1$s</code>','Sub-domains'=>'Aldomain-ek','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'Szükség lesz egy joker DNS rekordra (*.*), amennyiben a virtuális hoszt szolgáltatásokat (sub-domain) kívánjuk használni.','Addresses of Sites in your Network'=>'A Hálózatban található honlapok elérési címei','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.'=>'A WordPress-honlapok hálózata - a Hálózat - létrehozásához alul adjuk meg a kért információkat. A konfigurációs fájlokat a következő lépésben fogjuk létrehozni.','Welcome to the Network installation process!'=>'Üdvözlet a Hálózat telepítő műveletnél!','The network could not be created.'=>'HIBA: Nem sikerült létrehozni a hálózatot.','Once the network is created, you may reactivate your plugins.'=>'Miután a Hálózat létrehozásra került, a bővítmények bekapcsolhatóak.','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'<a href="%s">Kapcsoljuk ki a bővítményeket</a> a Hálózat szolgáltatás bekapcsolása előtt.','Network'=>'Hálózat','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.'=>'Az alkönyvtár választási lehetőség kikapcsolásra kerül, ha a telepítés egy hónapnál régebbi, mivel közvetlen hivatkozás problémák lehetnek a “/blog/” címmel kapcsolatban a főoldalon. Ezzel a kikapcsolással a későbbi verziókban még fogunk foglalkozni.','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.'=>'Ahogy hozzáadtuk ezt a kódot, a MultiSite már engedélyezve is van, frissíthetünk a böngészőnkben. Ez a képernyő - most már a Hálózat-kezelő menüben - megőrzi a hálózati beállítások kódját. Válthatunk a Honlap-kezelő és a Hálózat-kezelő nézet között a jobb felső menüből, vagy a honlap nevére kattintással a Honlapjaim legördülő menüből az Eszköztárból.','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.'=>'A következőn képernyőn egyedileg generált kódsorokat fogunk kapni a wp-config.php és a .htaccess fájlokhoz. Bizonyosodjunk meg arról, hogy az FTP kliensünk beállításai megengedik a ponttal kezdődő fájlok megjelenítését, hogy látható legyen a .htaccess; lehetséges, hogy létre kell hoznunk a fájlt, ha ez tényleg nincs ott. Készítsünk biztonsági másolatot a két fájlról.','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).'=>'Aldomain- vagy alkönyvtár-rendszer választása; csak a telepítés újrakonfigurálása után lehet bekapcsolni. A hálózati adatok kitöltését követően egy kattintás a telepítés. Amennyiben nem működik, lehetséges, hogy a DNS rekordhoz hozzá kell adni a joker karaktert (wildcard) az aldomain-rendszer használatához, vagy a Közvetlen hivatkozások beállításait kell másikra cserélni az alkönyvtár-rendszer használatához.','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.'=>'Ezen a képernyőbeállításon van lehetőség beállítani egy hálózatot aldomain (<code>oldal1.pelda.hu</code>), vagy alkönyvtár (<code>pelda.hu/oldal1</code>) szerkezethez. Az aldomain szerkezethez szükség van a subdomain wildcard bekapcsolására az Apache kiszolgálón és a DNS rekordban, ha a szolgáltató engedélyezte annak használatát.','Create a Network of WordPress Sites'=>'WordPress honlapok hálózatának létrehozása','The Network creation panel is not for WordPress MU networks.'=>'A Hálózat létrehozása panel nem a WordPress MU hálózatoké.','Warning! User cannot be modified. The user %s is a network administrator.'=>'Figyelem! A felhasználó nem módosítható. %s egy hálózat-adminisztrátor.','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'Amennyiben az új oldal számára nem létezik az admin email az adatbázisban, egy új felhasználó is létre fog jönni.','Flag for Deletion, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.'=>'Törléshez, Archiváláshoz és Szemétnek nyilvánításhoz megerősítés kell. Ezek a műveletek később visszavonhatóak.','Hovering over each site reveals seven options (three for the primary site):'=>'Ha a honlap fölé visszük az egeret megjelenik hét lehetőség (az elsődleges oldalnál csak három):','Operational settings has fields for the network’s name and admin email.'=>'Működési beállításokban találhatók a hálózat nevével és az admin email címével kapcsolatos mezők.','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.'=>'A csoportos művelet véglegesen törölni fogja a kijelölt felhasználókat, vagy megjelöli / megjelölést megszüntet, mint spamelőket. A spamelő felhasználók bejegyzései eltávolításra kerülnek és nem tudnak ismételten bejelentkezni a használt email címükkel.','You can also go to the user’s profile page by clicking on the individual username.'=>'Egy kattintás az egyén felhasználónevére, és a felhasználó adatlapjára léphetünk.','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).'=>'A feltöltési beállítással meghatározható a feltölthető fájlok mérete és a holnapok által felhasználható tárterületet. Az alap érték holnaponként változtatható, amikor az adott lapot szerkesztjük. A megengedett fájltipusok listája is itt található (szóközzel kell elválasztani).','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.'=>'Egy már létező felhasználót felruházhatunk szuper adminsztrátori jogokkal, úgy, hogy a Felhasználó szerkesztése oldalon bejelöljük a megfelelő négyzetet, a különleges felhasználói szerepkörhöz.','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.'=>'Azok a felhasználók, akik feliratkoznak a hálózatunkra az elsődleges oldal feliratkozói lesznek, vagy az elsődleges vezérlőpult oldal feliratkozói, ahol kapnak egy adatlap oldalt, hogy kezeljék a fiókjukat. Ezek a felhasználók akkortól láthatják a Vezérlőpultot és a Honlapjaim menüt, amikor új honlapot hoznak létre.','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.'=>'A vastagon szedett fejlécre történő kattintással a táblázat rendezhető, a lista és összesítő nézet között lehet váltani a jobb felső részen található ikon használatával.','This table shows all users across the network and the sites to which they are assigned.'=>'Ez a táblázat a hálózat minden felhasználóját mutatja és a honlapokat, amelyekhez kapcsolódtak.','If this process fails for any reason, users logging in to their sites will force the same update.'=>'Amennyiben ez a művelet valamilyen okból nem hajtódik végre, a felhasználók honlapjukra történő belépéskor fog a frissítés kikényszerítésre kerülni.','If a version update to core has not happened, clicking this button will not affect anything.'=>'Amennyiben egy verziófrissítés nem történt meg, erre a gombra történő kattintás nem befolyásol semmit.','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.'=>'Ha a hálózat adminisztrátora letilt egy sablont, ami éppen használatban van, a téma továbbra is használatban marad. Amennyiben másikat választunk Sablonok > Megjelenés lapon már nem lehet visszatérni a régire.','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.'=>'Ezen a képernyőn engedélyezni vagy tiltani lehet a Megjelenés menübe kerülő sablonokat a holnapokhoz. De a már használatban lévő sablonokat nem lehet ezzel az eszközzel kikapcsolni.','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.'=>'Ez a főtábla tartalmazza a hálózat minden honlapját. A lista- és összefoglaló nézet között váltani a táblázat jobb felső részén található ikonnal lehetséges.','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.'=>'A menü beállítással engedélyezhető/letiltható a Bővítmények menü megjelenítése nem szuper adminok számára. Vagyis csak a szuper adminok láthassák, még a hálózat adminisztrátorai sem.','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.'=>'Az új honlap beállítások alapértelmezett értékeket tartalmaznak a hálózaton regisztrálandó új honlapok számára. Ez tartalmazza az üdvözlő levél szövegeket, új felhasználói fiók vagy honlap létrehozásakor, az első bejegyzés tartalmát, az első oldalt, az első hozzászólást, a hozzászólás szerzőjét, és a szerző hivatkozását.','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.'=>'A regisztrációs beállítások ki- és bekapcsolhatóak. Amennyiben a honlapon más bejelentkezés (is) engedélyezett, érdemes egy spam-szűrő bővítményt telepíteni. Szóközzel - nem vesszővel - lehet a hálózatból kitiltott neveket elválasztani.','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.'=>'Ez a képernyőbeállítás beállítja és változtatja az egész hálózat beállításait. Az első honlap a hálózat fő honlapja és a hálózati beállítások össze vannak kötve az eredeti honlap beállításokkal.','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'A következő szavak a WordPress funkciók számára vannak fenntartva, ezért nem lehetnek blog nevek: %s','If your browser does not start loading the next page automatically, click this link:'=>'Amennyiben a böngésző nem kezdi el automatikusan betölteni a következő oldalt, akkor kattintsunk erre a hivatkozásra:','If you want to ban domains from site registrations. One domain per line.'=>'Amennyiben meghatározott domain végződéseket ki kívánunk tiltani a honlap regisztrációból. Soronként egy domain.','If you want to limit site registrations to certain domains. One domain per line.'=>'Amennyiben a honlap regisztrációkat meghatározott domainekre kívánjuk korlátozni. Soronként egy domain.','Users removed from spam.'=>'Spam felhasználói jelölés visszavonása.','Site marked as spam.'=>'A honlap spamként van jelölve.','Site removed from spam.'=>'A honlap spam-jelölése eltávolítva.','Sites marked as spam.'=>'Honlapok spamként jelölve.','Sites removed from spam.'=>'A honlap spamként történő jelölése visszavonva.','Users deleted.'=>'Felhasználók törölve.','Users marked as spam.'=>'Felhasználók spammerként jelölve.','Site unarchived.'=>'A honlap nem lett archíválva.','Site archived.'=>'Honlap archiválva.','Sorry, you are not allowed to change the current site.'=>'Sajnáljuk, nincs megfelelő jogosultság az aktuális honlap módosításához.','There was an error creating the user.'=>'Hiba történt a felhasználó létrehozása közben.','Upload file types'=>'Feltölthető fájl típusok','Limit total size of files uploaded to %s MB'=>'%s MB a fájlok teljes feltöltési mérethatára','The URL for the first comment on a new site.'=>'Első hozzászólás URL egy új honlapon.','The author of the first comment on a new site.'=>'Első hozzászólás szerzője egy új honlapon.','The first comment on a new site.'=>'Első hozzászólás egy új honlapon.','The first page on a new site.'=>'Első oldal egy új honlapon.','The first post on a new site.'=>'Első bejegyzés az új honlapon.','All done!'=>'Minden elkészült!','Both sites and user accounts can be registered'=>'Honlapokat és felhasználói fiókokat is létre lehet hozni','Logged in users may register new sites'=>'Csak belépett felhasználók hozhatnak létre új honlapokat','User accounts may be registered'=>'Felhasználói fiókokat lehet létrehozni','Registration is disabled'=>'Regisztráció letiltva','Enable administration menus'=>'Adminisztrációs menü bekapcsolása','Upload Settings'=>'Beállítások feltöltése','New Site Settings'=>'Új honlap beállítások','Registration Settings'=>'Regisztráció beállításai','Operational Settings'=>'Műveletek beállításai','Missing email address.'=>'Hiányzó email cím.','Missing or invalid site address.'=>'Hiányzó, vagy nem szabványos honlap cím.','Next Sites'=>'Következő honlap','Site upload space'=>'Honlap feltöltési mérete','The welcome email sent to new site owners.'=>'Az üdvözlő email elküldve az új honlap tulajdonosának.','Users are not allowed to register these sites. Separate names by spaces.'=>'A felhasználók részére tiltott ezekkel a nevekkel honlapot regisztrálni. A neveket <strong>szóközzel kell elválasztani</strong>.','Send the network admin an email notification every time someone registers a site or user account'=>'Email küldése a hálózati adminnak, amikor egy új honlapot, vagy felhasználói fiókot regisztrálnak','Network Admin Email'=>'Hálózat admin email címe','A new user will be created if the above email address is not in the database.'=>'Új felhasználó jön létre, ha a fenti email cím nincs az adatbázisban.','Admin Email'=>'Adminisztrátor email','Add Site'=>'Honlap hozzáadása','Default Language'=>'Alapértelmezett nyelv','Max upload file size'=>'Maximális feltölthető fájl méret','First Comment URL'=>'Első hozzászólás URL','First Comment Author'=>'Első hozzászólás szerzője','First Comment'=>'Első hozzászólás','First Page'=>'Első oldal','The welcome email sent to new users.'=>'A felhasználót köszöntő email elküldve az új felhasználónak.','Welcome User Email'=>'Felhasználót köszöntő email','Welcome Email'=>'Üdvözlő email','Banned Email Domains'=>'Tiltott email domainek','Limited Email Registrations'=>'Korlátozott email regisztráció','Banned Names'=>'Tiltott nevek','Add New User'=>'Új felhasználó hozzáadása','Registration notification'=>'Regisztrációs értesítő','Allow new registrations'=>'Új regisztrációk engedélyezése','Duplicated username or email address.'=>'A felhasználó vagy az email cím már szerepel az adatbázisban.','Cannot create an empty user.'=>'Nem sikerült üres felhasználót létrehozni.','Confirm'=>'Megerősítés']];
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2026-01-16 11:21:47+0000','plural-forms'=>'nplurals=2; plural=n > 1;','project-id-version'=>'WordPress - 6.9.x - Development - Administration - Network Admin','language'=>'id','messages'=>['Site flagged for deletion.'=>'Situs ditandai untuk dihapus.','Site deletion flag removed.'=>'Tanda penghapusan situs telah dihapus.','Site permanently deleted.'=>'Situs dihapus secara permanen.','Sites permanently deleted.'=>'Situs dihapus secara permanen.','Delete these sites permanently'=>'Hapus situs-situs ini secara permanen','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.'=>'Menandai situs untuk dihapus akan membuat situs tidak dapat diakses oleh pengguna dan pengunjungnya. Tindakan ini dapat dibatalkan. Super admin dapat menghapus situs secara permanen di kemudian hari.','Archiving a site makes the site unavailable to its users and visitors. This is a reversible action.'=>'Mengarsipkan situs akan membuat situs tidak dapat diakses oleh pengguna dan pengunjungnya. Tindakan ini dapat dibatalkan.','You are about to flag the site %s for deletion.'=>'Anda akan menandai situs %s untuk dihapus.','You are about to remove the deletion flag from the site %s.'=>'Anda akan menghapus peringatan penghapusan dari situs %s.','Flag for Deletion'=>'Peringatan untuk Penghapusan','siteRemove Deletion Flag'=>'Hapus Peringatan Penghapusan','Flagged for Deletion <span class="count">(%s)</span>'=>'Diberi Peringatan untuk Dihapus <span class="count">(%s)</span>' . "\0" . 'Diberi Peringatan untuk Dihapus <span class="count">(%s)</span>','Flagged for Deletion'=>'Diberi Peringatan untuk Dihapus','<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">Dokumentasi tentang Peningkatan Jaringan</a>','Deleting a site is a permanent action that cannot be undone. This will delete the entire site and its uploads directory.'=>'Menghapus situs adalah tindakan permanen yang tidak dapat dibatalkan. Ini akan menghapus seluruh situs dan direktori unggahannya','Delete this site permanently'=>'Hapus situs ini secara permanen','Visit to go to the front-end of the live site.'=>'Buka untuk menuju bagian depan situs saat ini.','<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/">Dokumentasi tentang Pengaturan Jaringan</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/">Dokumentasi tentang Admin Jaringan</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/">Dokumentasi tentang Pembuatan Jaringan</a>','https://developer.wordpress.org/advanced-administration/server/web-server/nginx/'=>'https://developer.wordpress.org/advanced-administration/server/web-server/nginx/','Missing site title.'=>'Judul situs tidak ada.','Table ordered by User Registered Date.'=>'Tabel disusun berdasarkan Tanggal Daftar Pengguna.','Table ordered by Theme Name.'=>'Tabel disusun berdasarkan Nama Tema.','Table ordered by Site Registered Date.'=>'Tabel disusun berdasarkan Tanggal Daftar Situs.','Table ordered by Last Updated.'=>'Tabel disusun berdasarkan Terakhir Diperbarui.','Table ordered by Site Path.'=>'Tabel disusun berdasarkan Jalur Situs.','Table ordered by Site Domain Name.'=>'Tabel disusun berdasarkan Nama Domain Situs.','Network configuration authentication keys'=>'Kunci autentikasi konfigurasi jaringan','Network configuration rules for %s'=>'Aturan konfigurasi jaringan untuk %s','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'WordPress telah diperbarui! Langkah selanjutnya dan terakhir adalah melakukan peningkatan satu per satu situs di jaringan Anda.','Cannot create an empty site.'=>'Tidak dapat membuat situs kosong.','You should back up your existing %s file.'=>'Anda harus mencadangkan berkas %s yang ada.','You should back up your existing %1$s and %2$s files.'=>'Anda harus mencadangkan berkas %1$s dan %2$s yang ada.','Visit theme site for %s'=>'Kunjungi tema situs untuk %s','Child theme of %s'=>'Tema anak dari %s','sitePublic'=>'Publik','siteNot spam'=>'Bukan spam','%s theme will no longer be auto-updated.'=>'%s tema tidak akan diperbarui secara otomatis.' . "\0" . '%s tema tidak akan diperbarui secara otomatis.','%s theme will be auto-updated.'=>'Tema %s akan diperbarui secara otomatis.' . "\0" . 'Tema %s akan diperbarui secara otomatis.','Sorry, you are not allowed to change themes automatic update settings.'=>'Maaf, anda tidak diizinkan untuk mengganti pengaturan pembaruan otomatis tema.','No themes are currently available.'=>'Saat ini tidak ada tema yang tersedia.','Y/m/d g:i:s a'=>'Y/m/d g:i:s a','It seems your network is running with Nginx web server. <a href="%s">Learn more about further configuration</a>.'=>'Kelihatannya jaringan anda berjalan dengan web server Nginx. <a href="%s">Pelajari lebih lanjut tentang konfigurasi</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>'=>'Dewasa <span class="count">(%s)</span>' . "\0" . 'Dewasa <span class="count">(%s)</span>','Archived <span class="count">(%s)</span>'=>'Diarsipkan <span class="count">(%s)</span>' . "\0" . 'Diarsipkan <span class="count">(%s)</span>','Public <span class="count">(%s)</span>'=>'Publik <span class="count">(%s)</span>' . "\0" . 'Publik <span class="count">(%s)</span>','sitesAll <span class="count">(%s)</span>'=>'Semua <span class="count">(%s)</span>' . "\0" . 'Semua <span class="count">(%s)</span>','themesUpdate Available <span class="count">(%s)</span>'=>'Pembaruan Tersedia <span class="count">(%s)</span>' . "\0" . 'Pembaruan Tersedia <span class="count">(%s)</span>','Main'=>'Utama','<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/">Dokumentasi tentang Layar Jaringan</a>','The constant %s cannot be defined when creating a network.'=>'Konstanta %s tidak bisa didefiniskan ketika sedang membuat jaringan.','You are about to delete the following sites:'=>'Anda akan menghapus situs-situs berikut:','User could not be added to this site.'=>'Pengguna tak bisa ditambahkan ke situs ini.','The username and a link to set the password will be mailed to this email address.'=>'Nama pengguna dan tautan untuk menentukan sandi akan dikirimkan ke alamat email ini.','There is a pending change of the network admin email to %s.'=>'Ada perubahan tertunda pada email admin jaringan ke %s.','Sub-domain Installation'=>'Instalasi sub-domain','Sub-directory Installation'=>'Instalasi sub-direktori','Active Child Theme'=>'Tema Anak Aktif','%s KB'=>'%s KB','%s Sites'=>'Situs-situs %s','Sorry, you are not allowed to delete themes for this site.'=>'Maaf, Anda tak diizinkan menghapus tema-tema untuk situs ini.','Sorry, you are not allowed to manage network themes.'=>'Maaf, Anda tak diizinkan mengelola tema-tema jaringan.','Sorry, you are not allowed to delete that site.'=>'Maaf, Anda tak diizinkan menghapus situs itu.','Sorry, you are not allowed to manage themes for this site.'=>'Maaf, Anda tak diizinkan mengelola tema untuk situs ini.','Sorry, you are not allowed to add sites to this network.'=>'Maaf, Anda tak diizinkan menambahkan situs-situs ke dalam jaringan ini.','Sorry, you are not allowed to edit this site.'=>'Maaf, Anda tak diizinkan mengedit situs ini.','The email address of the first comment author on a new site.'=>'Alamat email penulis komentar pertama di sebuah situs baru.','First Comment Email'=>'Email Komentar Pertama','That’s all, stop editing! Happy publishing.'=>'Demikian, selesaikan menyunting! Selamat menulis.','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'Tambahkan berikut ini ke file %1$s Anda dalam %2$s <strong>di atas</strong> baris %3$s:','theme%1$s by %2$s'=>'%1$s oleh %2$s','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'Hanya mengizinkan huruf kecil (a-z), angka, dan tanda hubung.','These unique authentication keys are also missing from your %s file.'=>'Kunci-kunci autentikasi unik berikut juga tidak ada di berkas %s Anda.','This unique authentication key is also missing from your %s file.'=>'Kunci autentikasi unik juga tidak ada di berkas %s Anda.','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.'=>'Karena Anda menggunakan %1$s, situs-situs dalam jaringan WordPress Anda harus memakai sub-direktori. Pertimbangkan untuk menggunakan %2$s jika Anda ingin memakai sub-domain.','The internet address of your network will be %s.'=>'Alamat internet jaringan Anda adalah %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.'=>'Kami sarankan Anda mengubah domain situs Anda menjadi %1$s sebelum mengaktifkan fitur jaringan. Situs Anda masih mungkin dikunjungi dengan menggunakan awalan %3$s dengan alamat seperti %2$s, namun tautan apa pun tidak akan mempunyai awalan %3$s.','You cannot change this later.'=>'Anda nanti tidak bisa mengubahnya lagi.','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'Silakan tentukan apakah Anda menginginkan situs-situs dalam jaringan WordPress Anda memakai sub-domain atau sub-direktori.','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.'=>'Jika %1$s dinonaktifkan, minta administrator Anda untuk mengaktifkan modul tersebut, atau lihat di <a href="%2$s">dokumentasi Apache</a> atau <a href="%3$s">di tempat lain</a> untuk bantuan menyiapkannya.','It looks like the Apache %s module is not installed.'=>'Nampaknya modul %s Apache tidak terinstal. ','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'Pastikan modul Apache %s terinstal, sebab ia akan dijalankan pada akhir proses instalasi ini.','userRegistered'=>'Terdaftar','Super Admin <span class="count">(%s)</span>'=>'Super Admin <span class="count">(%s)</span>' . "\0" . 'Super Admin <span class="count">(%s)</span>','userNot spam'=>'Bukan spam','userMark as spam'=>'Tandai sebagai spam','Visit Theme Site'=>'Kunjungi Situs Tema','Broken Theme:'=>'Tema yang Rusak:','Network Disable %s'=>'Nonaktifkan Jaringan %s','Disable %s'=>'Nonaktifkan %s','Network Enable %s'=>'Aktifkan Jaringan %s','Enable %s'=>'Aktifkan %s','Network Disable'=>'Nonaktifkan Jaringan','themesBroken <span class="count">(%s)</span>'=>'Rusak <span class="count">(%s)</span>' . "\0" . 'Rusak <span class="count">(%s)</span>','themesDisabled <span class="count">(%s)</span>'=>'Dinonaktifkan <span class="count">(%s)</span>' . "\0" . 'Dinonaktifkan <span class="count">(%s)</span>','themesEnabled <span class="count">(%s)</span>'=>'Diaktifkan <span class="count">(%s)</span>' . "\0" . 'Diaktifkan <span class="count">(%s)</span>','themesAll <span class="count">(%s)</span>'=>'Semua <span class="count">(%s)</span>' . "\0" . 'Semua <span class="count">(%s)</span>','No themes found.'=>'Tidak ada tema.','verb; siteArchive'=>'Arsipkan','Unarchive'=>'Batal Diarsipkan','Never'=>'Tidak pernah','%1$s – %2$s'=>'%1$s – %2$s','siteRegistered'=>'Terdaftar','Last Updated'=>'Pembaruan Terakhir','siteNot Spam'=>'Bukan Spam','siteMark as spam'=>'Tandai sebagai spam','No sites found.'=>'Tidak ditemukan situs.','Mature'=>'Matang','siteSpam'=>'Spam','Archived'=>'Diarsipkan','A password reset link will be sent to the user via email.'=>'Tautan reset password akan dikirimkan ke pengguna via email','If registration is disabled, please set %1$s in %2$s to a URL you will redirect visitors to if they visit a non-existent site.'=>'Jika registrasi dinonaktifkan, mohon tentukan %1$s di %2$s ke suatu URL yang akan dipakai untuk mengarahkan para pengunjung saat mereka hendak mengunjungi situs yang tidak tersedia.','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.'=>'Anda harus mendefinisikan konstanta %1$s sebagai true pada berkas %2$s untuk memampukan pembuatan Jaringan.','Themes list navigation'=>'Navigasi daftar tema','Sites list'=>'Daftar situs','Sites list navigation'=>'Navigasi daftar situs','Site users list'=>'Daftar pengguna situs','Site users list navigation'=>'Navigasi daftar pengguna situs','Filter site users list'=>'Saring daftar pengguna situs','Site themes list'=>'Daftar tema situs','Site themes list navigation'=>'Navigasi daftar tema situs','Filter site themes list'=>'Saring daftar tema situs','The domain or path entered conflicts with an existing username.'=>'Domain atau path yang dimasukkan bertentangan dengan nama pengguna yang ada.','The requested action is not valid.'=>'Tindakan yang diminta tidak sah.','You are about to mark the site %s as not mature.'=>'Anda akan menandai %s sebagai situs untuk semua umur.','You are about to mark the site %s as mature.'=>'Anda akan menandai %s sebagai situs dewasa.','You are about to delete the site %s.'=>'Anda akan menghapus situs %s.','You are about to mark the site %s as spam.'=>'Anda akan menandai situs %s sebagai spam.','You are about to unspam the site %s.'=>'Anda akan membatalkan tanda spam pada situs %s.','You are about to archive the site %s.'=>'Anda akan mengarsip situs %s.','You are about to unarchive the site %s.'=>'Anda akan membatalkan pengarsipan situs %s.','The requested site does not exist.'=>'Situs yang diminta tidak ada.','Path'=>'Lokasi','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">Dokumentasi tentang Pengguna Jaringan</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">Dokumentasi tentang Tema Jaringan</a>','Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s'=>'Peringatan! Terjadi masalah saat memutakhirkan %1$s. Server Anda mungkin tak bisa menyambungkan situs-situs yang ada padanya. Pesan galat: %2$s','%s theme deleted.'=>'%s tema dihapus.' . "\0" . '%s tema dihapus.','%s theme disabled.'=>'%s tema tidak didayakan.' . "\0" . '%s tema tidak didayakan.','%s theme enabled.'=>'%s tema didayakan.' . "\0" . '%s tema didayakan.','Yes, delete these themes'=>'Ya, hapus tema-tema berikut','You are about to remove the following themes:'=>'Anda akan menghapus tema-tema berikut:','These themes may be active on other sites in the network.'=>'Tema ini mungkin diaktifkan pada situs lain dalam jaringan.','Delete Themes'=>'Hapus Tema','Size in kilobytes'=>'Ukuran dalam kilobyte','Allowed file types. Separate types by spaces.'=>'Berdayakan tipe file. Pisahkan tiap tipe dengan spasi.','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'Tambahkan yang berikut ini ke file %1$s Anda di %2$s, <strong>menggantikan</strong> aturan WordPress lainnya:','Confirm your action'=>'Konfirmasikan tindakan Anda','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.'=>'Letakkan kursor pada pengguna manapun untuk menampilkan tautan edit. Tautan Edit di sebelah kiri akan membawa Anda ke laman Edit profil pengguna; tautan Edit di sebelah kanan nama situs akan menuju ke layar Edit Situs pada situs tersebut.','To search for a site, <strong>enter the path or domain</strong>.'=>'Untuk mencari sebuah situs, <strong>masukkan alamat atau domain</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*.'=>'Untuk mencari pengguna, <strong>masukkan alamat email atau nama pengguna</strong>. Gunakan wildcard untuk mencari nama pengguna parsial, seperti user*.','To add a new site, <strong>click Create a New Site</strong>.'=>'Untuk menambahkan situs baru, <strong>klik Ciptakan sebuah Situs Baru</strong>.','To add a new user, <strong>click Create a New User</strong>.'=>'Untuk menambahkan pengguna baru, <strong>klik Ciptakan Pengguna Baru</strong>.','Quick Tasks'=>'Tugas Cepat','To search for a user or site, use the search boxes.'=>'Untuk mencari pengguna atau situs, gunakan kotak pencarian.','The Right Now widget on this screen provides current user and site counts on your network.'=>'Widget Kini di layar ini menyediakan angka pengguna terkini dan jumlah situs pada jaringan Anda.','Modify global network settings'=>'Atur pengaturan jaringan global','Update your network'=>'Perbarui jaringan Anda','Install and activate themes or plugins'=>'Pasang dan aktivasi tema atau plugin','Add and manage sites or users'=>'Tambah dan atur situs atau pengguna','From here you can:'=>'Dari sini Anda dapat:','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'Selamat datang di Admin Jaringan. Area Layar Administrasi ini digunakan untuk mengatur berbagai aspek dari Jaringan Multi-situs Anda.','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.'=>'Hanya gunakan laman ini ketika ingin memperbarui WordPress ke versi terbaru melalui Pembaruan/Pembaruan Tersedia (via menu navigasi Administrasi Jaringan atau dari Baris Perkakas). Klik tombol Tingkatkan Jaringan akan berjalan satu per satu melalui setiap situs pada jaringan, sekaligus lima sekali jalan, dan memastikan pembaruan basis data diterapkan.','Upgrade Network'=>'Tingkatkan Jaringan','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'Jaringan subdirektori mungkin tidak sepenuhnya kompatibel dengan direktori kustom 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).'=>'Menambahkan baris kode berikut dalam wp-config.php (tepat sebelum <code>/*...stop editing...*/</code>) dan <code>.htaccess</code> (menimpa aturan WordPress yang telah ada).','Language Settings'=>'Pengaturan Bahasa','Allow site administrators to add new users to their site via the "Users → Add User" page'=>'Izinkan administrator situs untuk menambahkan pengguna baru ke situs mereka via laman "Pengguna → Tambahkan Pengguna"','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.'=>'Admin super tidak lagi dapat ditambahkan pada layar Pengaturan. Anda harus pergi ke daftar pengguna yang telah ada di Admin Jaringan > Pengguna dan mengklik pada Nama pengguna atau pada taut tindakan Sunting di bawah nama. Ini akan mengantarkan Anda ke laman Sunting Pengguna di mana Anda dapat mencentang kotak untuk memberikan wewenang admin super.','Enter the username and email.'=>'Masukkan nama pengguna dan email.','User created.'=>'Pengguna diciptakan.','Select a user to remove.'=>'Pilih pengguna yang ingin disingkirkan.','Select a user to change role.'=>'Pilih pengguna yang ingin diubah peranannya.','Enter the username of an existing user.'=>'Masukkan nama pengguna dari pengguna yang telah ada.','User is already a member of this site.'=>'Pengguna sudah merupakan anggota dari situs ini.','Site options updated.'=>'Pengaturan situs telah diperbarui.','Site added. <a href="%1$s">Visit Dashboard</a> or <a href="%2$s">Edit Site</a>'=>'Situs telah ditambahkan. <a href="%1$s">Kunjungi Dasbor</a> atau <a href="%2$s">Sunting Situs</a>','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'Layar ini ditujukan untuk Admin Super untuk menambahkan situs-situs ke dalam jaringan. Ini tidak mempengaruhi pengaturan pendaftaran.','Site info updated.'=>'Info situs telah diperbarui.','You cannot delete a theme while it is active on the main site.'=>'Anda tidak dapat menghapus sebuah tema ketika tema tersebut aktif di situs utama.','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.'=>'Tema dapat diaktifkan berdasarkan situs per situs oleh admin jaringan pada layar Sunting Situs (yang memiliki tab Tema); pergilah ke sana lewat taut tindakan Sunting pada layar Semua Situs. Hanya admin jaringan yang dapat menginstal atau menyunting tema.','No, return me to the theme list'=>'Tidak, kembalikan saya ke daftar tema','Yes, delete this theme'=>'Ya, hapus tema ini','Are you sure you want to delete these themes?'=>'Apakah Anda yakin ingin menghapus tema-tema ini?','You are about to remove the following theme:'=>'Anda akan menghapus tema berikut ini:' . "\0" . 'Anda akan menghapus tema-tema berikut ini:','This theme may be active on other sites in the network.'=>'Tema ini mungkin aktif di situs lain pada jaringan.' . "\0" . 'Tema-tema ini mungkin aktif di situs lain pada jaringan.','Delete Theme'=>'Hapus Tema' . "\0" . 'Hapus Tema','Network enabled themes are not shown on this screen.'=>'Tema yang diaktifkan pada jaringan tidak ditampilkan di layar ini.','No theme selected.'=>'Tidak ada tema terpilih.','Theme disabled.'=>'Tema dinonaktifkan.' . "\0" . '%s tema dinonaktifkan.','Theme enabled.'=>'Tema diaktifkan.' . "\0" . '%s tema diaktifkan.','Edit Site: %s'=>'Sunting Situs: %s','Invalid site ID.'=>'ID situs tidak sah.','Sorry, you are not allowed to delete the site %s.'=>'Maaf, Anda tak dizinkan menghapus situs %s.','Dashboard leads to the Dashboard for that site.'=>'Dasbor membawa Anda ke Dasbor situs tersebut.','An Edit link to a separate Edit Site screen.'=>'Sebuah taut Sunting untuk layar Sunting Situs yang terpisah.','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.'=>'Tambah Situs Baru membawa Anda ke layar untuk menambahkan situs baru ke dalam jaringan. Anda bisa mencari sebuah situs berdasarkan Nama, nomor ID, atau alamat IP. Opsi Layar memungkinkan Anda untuk memilih jumlah situs yang ditampilkan dalam satu halaman.','Add Users'=>'Tambah Pengguna','Cannot add user.'=>'Tidak bisa menambahkan pengguna.','Add User will set up a new user account on the network and send that person an email with username and password.'=>'Tambah Pengguna akan mengatur sebuah akun pengguna baru pada jaringan dan mengirimkannya sebuah email dengan nama pengguna dan kata sandinya.','Updates'=>'Pembaruan','Network Settings'=>'Pengaturan Jaringan','Installed Themes'=>'Tema Terinstal','All Sites'=>'Semua Situs','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'Setelah Anda menyelesaikan langkah-langkah ini, jaringan Anda telah aktif dan terkonfigurasi. Anda harus log in lagi.','To make your installation more secure, you should also add:'=>'Untuk membuat instalasi Anda lebih aman, Anda sebaiknya juga menambahkan:','Complete the following steps to enable the features for creating a network of sites.'=>'Selesaikan langkah-langkah berikut guna mengaktifkan fitur-fitur untuk membuat sebuah jaringan situs.','Enabling the Network'=>'Mengaktifkan Jaringan','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'Silakan selesaikan langkah-langkah konfigurasi. Untuk membuat jaringan baru, Anda harus mengosongkan atau menghapus tabel-tabel database jaringan.','An existing WordPress network was detected.'=>'Terdeteksi sudah ada jaringan WordPress dibuat sebelumnya.','The original configuration steps are shown here for reference.'=>'Tahapan konfigurasi asli ditunjukkan di sini sebagai referensi.','Your email address.'=>'Alamat email Anda.','What would you like to call your network?'=>'Bagaimana Anda ingin menyebut jaringan ini?','Network Title'=>'Nama Jaringan','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'Karena ini bukan instalasi baru, situs-situs dalam jaringan WordPress Anda harus menggunakan subdomain.','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'Karena instalasi ini berada di dalam direktori, situs-situs dalam jaringan WordPress Anda harus menggunakan subdirektori.','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'Situs utama di dalam instalasi subdirektori harus menerapkan struktur permalink termodifikasi, dengan kemungkinan mengacaukan tautan-tautan yang telah ada.','Network Details'=>'Detail Jaringan','Server Address'=>'Alamat Server','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'seperti <code>%1$s/situs1</code> dan <code>%1$s/situs2</code>','Sub-directories'=>'Sub-direktori','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'seperti <code>situs1.%1$s</code> dan <code>situs2.%1$s</code>','Sub-domains'=>'Subdomain-subdomain','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'Anda membutuhkan sebuah wildcard DNS record jika hendak menggunakan fungsionalitas virtual host (sub-domain).','Addresses of Sites in your Network'=>'Alamat Situs-situs dalam Jaringan Anda','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.'=>'Lengkapi informasi di bawah ini dan Anda akan dapat membuat sebuah jaringan situs WordPress. Berkas konfigurasi akan dibuat pada tahap selanjutnya.','Welcome to the Network installation process!'=>'Selamat datang di proses instalasi Jaringan!','The network could not be created.'=>'Jaringan tidak bisa dibangun.','Once the network is created, you may reactivate your plugins.'=>'Setelah jaringan dibuat, Anda bisa mengaktifkan lagi plugin-plugin Anda.','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'Mohon <a href="%s">nonaktifkan plugin-plugin Anda</a> sebelum mengaktifkan fitur Jaringan.','Network'=>'Jaringan','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.'=>'Pilihan situs subdirektori dinonaktifkan jika pemasang ini berumur lebih dari satu bulan karena masalah permalink dengan “/blog/” di situs utama. Penonaktifan ini akan diperbaiki di versi yang akan datang.','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.'=>'Begitu Anda menambahkan kode ini dan memuat ulang peramban Anda, multi-situs seharusnya sudah aktif. Layar ini, sekarang ada dalam menu navigasi Admin Jaringan, akan menyimpan sebuah arsip dari kode yang ditambahkan. Anda dapat berpindah dari Admin Jaringan dan Admin Situs dengan mengklik pada Admin Jaringan atau pada nama situs individual di dalam kotak seleksi Situsku di dalam Baris Perkakas.','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.'=>'Layar berikutnya untuk Pengaturan Jaringan akan memberikan Anda baris-baris kode yang diciptakan tersendiri untuk Anda tambahkan ke dalam berkas wp-config.php dan .htaccess Anda. Pastikan pengaturan dari klien FTP Anda menampilkan berkas yang diawali oleh tanda titik, jadi Anda dapat mencari .htaccess; Anda mungkin harus menciptakan berkas ini jika memang tidak ada di sana. Buatlah cadangan dari kedua berkas ini.','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).'=>'Pilihlah subdomain atau subdirektori; ini hanya dapat diganti setelahnya dengan mengonfigurasikan ulang instalasi Anda. Lengkapi rincian jaringan, lalu klik Instal. Jika tidak berhasil, Anda mungkin harus menambahkan wildcard DNS records (untuk subdomain) atau ubah ke pengaturan lain dalam Permalink (untuk subdirektori).','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.'=>'Layar ini memungkinkan Anda untuk mengkonfigurasi sebuah jaringan untuk menggunakan subdomain (<code>situs1.contoh.com</code>) atau subdirektori (<code>contoh.com/situs1</code>). Subdomain membutuhkan subdomain dengan wildcard yang harus diaktifkan pada Apache dan catatan DNS, jika diizinkan oleh host Anda.','Create a Network of WordPress Sites'=>'Ciptakan sebuah Jaringan Situs WordPress','The Network creation panel is not for WordPress MU networks.'=>'Panel penciptaan Jaringan tidak diperuntukkan untuk jaringan WordPress MU.','Warning! User cannot be modified. The user %s is a network administrator.'=>'Peringatan! Pengguna tidak dapat diubah. Pengguna %s adalah administrator jaringan.','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'Jika email admin untuk situs baru tidak ada dalam basis data, pengguna baru juga akan diciptakan. ','Hovering over each site reveals seven options (three for the primary site):'=>'Melayang di atas setiap situs menampilkan tujuh opsi (tiga untuk situs utama):','Operational settings has fields for the network’s name and admin email.'=>'Pengaturan operasional memiliki ruas untuk nama jaringan dan email admin.','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.'=>'Tindakan massal akan secara permanen menghapus pengguna yang dipilih, atau menandai/menghapus tanda yang dipilih sebagai spam. Tulisan pengguna spam akan dihapus dan tidak akan bisa mendaftar kembali dengan alamat email yang sama.','You can also go to the user’s profile page by clicking on the individual username.'=>'Anda juga dapat menuju laman profil pengguna dengan mengklik pada nama pengguna individual.','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).'=>'Pengaturan unggah mengendalikan ukuran dari berkas yang diunggah dan jumlah ruang unggah yang tersedia untuk setiap situs. Anda dapat mengubah nilai bawaan untuk situs tertentu ketika Anda menyunting situs tertentu. Jenis berkas yang diperbolehkan juga terdaftar (hanya dipisahkan dengan spasi).','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.'=>'Anda dapat menjadikan pengguna yang ada seorang admin super tambahan dengan pergi ke laman profil Sunting Pengguna dan mencentang kotak untuk memberikan hak istimewa tersebut.','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.'=>'Pengguna yang mendaftar ke jaringan tanpa situs ditambahkan sebagai pelanggan ke situs dasbor utama atau primer, memberi mereka laman profil untuk mengelola akun mereka. Pengguna ini hanya akan melihat Dasbor dan Situs Saya di navigasi utama sampai situs dibuat untuk mereka.','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.'=>'Anda bisa mengurutkan tabel dengan mengklik kepala tabel dan mengubah antara tampilan daftar dan nukilan dengan ikon-ikon di atas daftar pengguna.','This table shows all users across the network and the sites to which they are assigned.'=>'Tabel ini menampilkan semua pengguna di seluruh jaringan dan situs yang diasosiasikan kepada mereka.','If this process fails for any reason, users logging in to their sites will force the same update.'=>'Jika proses ini gagal untuk alasan apapun, pengguna yang masuk log ke situs mereka akan memaksa pembaruan yang sama.','If a version update to core has not happened, clicking this button will not affect anything.'=>'Jika versi pembaruan untuk inti belum terjadi, mengklik tombol ini tidak akan berpengaruh apa-apa.','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.'=>'Jika admin jaringan menonaktifkan tema yang masih dipergunakan, itu masih bisa tetap dipilih di situs tersebut. Jika tema lain dipilih, tema yang dinonaktifkan tidak akan muncul dalam layar situs Tampilan > Tema.','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.'=>'Layar ini mengaktifkan dan menonaktifkan penyertaan tema yang tersedia untuk dipilih dalam menu tampilan untuk setiap situs. Hal itu tidak mengaktifkan atau menonaktifkan tema situs yang saat ini digunakan.','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.'=>'Ini adalah tabel utama semua situs pada jaringan ini. Beralih antara tampilan daftar dan kutipan dengan menggunakan ikon di atas sisi kanan tabel.','Menu setting enables/disables the plugin menus from appearing for non super admins, so that only super admins, not site admins, have access to activate plugins.'=>'Menu pengaturan mengaktifkan/menonaktifkan menu plugin muncul untuk yang bukan admin super, sehingga hanya admin super, bukan admin situs, memiliki akses untuk mengaktifkan plugin.','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.'=>'Pengaturan situs baru adalah bawaan yang dipergunakan ketika situs baru diciptakan dalam jaringan. Ini termasuk email sambutan ketika situs baru atau akun pengguna terdaftar, dan apa yang dimasukkan pertama kali dalam tulisan, laman, komentar, komentar penulis dan komentar 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.'=>'Pengaturan registrasi dapat menonaktifkan/mengaktifkan pendaftaran publik. Jika Anda mengizinkan yang lain mendaftar sebuah situs, instal plugin spam. Spasi, bukan koma, memisahkan nama yang dilarang untuk situs pada jaringan ini.','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.'=>'Layar ini mengatur dan mengubah opsi untuk jaringan secara menyeluruh. Situs pertama adalah situs utama dalam jaringan dan opsi jaringan ditarik dari opsi situs aslinya.','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'Kata-kata berikut ini telah digunakan oleh fungsi WordPress dan tidak dapat digunakan sebagai nama situs: %s','If your browser does not start loading the next page automatically, click this link:'=>'Jika peramban Anda tidak mulai memuat laman berikutnya secara otomatis, klik tautan ini:','If you want to ban domains from site registrations. One domain per line.'=>'Jika Anda ingin mencegah domain dari pendaftaran situs. Satu domain per baris.','If you want to limit site registrations to certain domains. One domain per line.'=>'Jika Anda ingin membatasi pendaftaran situs untuk domain tertentu. Satu domain per baris.','Users removed from spam.'=>'Pengguna dihapus dari spam.','Site marked as spam.'=>'Situs ditandai sebagai spam.','Site removed from spam.'=>'Situs dihapus dari spam.','Sites marked as spam.'=>'Situs-situs ditandai sebagai spam.','Sites removed from spam.'=>'Situs-situs dihapus dari spam.','Users deleted.'=>'Pengguna dihapus.','Users marked as spam.'=>'Pengguna ditandai sebagai spam.','Site unarchived.'=>'Situs tidak diarsip.','Site archived.'=>'Situs diarsip.','Sorry, you are not allowed to change the current site.'=>'Maaf, Anda tak dizinkan mengubah situs saat ini.','There was an error creating the user.'=>'Ada kesalahan ketika menciptakan pengguna.','Upload file types'=>'Jenis berkas unggah','Limit total size of files uploaded to %s MB'=>'Batas ukuran total dari berkas yang diunggah sampai %s MB','The URL for the first comment on a new site.'=>'URL untuk komentar pertama di situs baru.','The author of the first comment on a new site.'=>'Penulis komentar pertama di sebuah situs.','The first comment on a new site.'=>'Komentar pertama di situs baru.','The first page on a new site.'=>'Laman pertama di situs baru.','The first post on a new site.'=>'Tulisan pertama di situs baru.','All done!'=>'Semua selesai!','Both sites and user accounts can be registered'=>'Situs baru maupun akun pengguna baru bisa dibuat.','Logged in users may register new sites'=>'Pengguna yang sudah masuk log bisa membuat situs-situs baru.','User accounts may be registered'=>'Akun pengguna baru bisa didaftarkan.','Registration is disabled'=>'Pendaftaran dinonaktifkan.','Enable administration menus'=>'Aktifkan menu administrasi','Upload Settings'=>'Pengaturan Unggah','New Site Settings'=>'Pengaturan Situs Baru','Registration Settings'=>'Pengaturan Pendaftaran','Operational Settings'=>'Pengaturan Operasional','Missing email address.'=>'Alamat email hilang.','Missing or invalid site address.'=>'Alamat situs hilang atau tidak sah.','Next Sites'=>'Situs Berikutnya','Site upload space'=>'Ruang unggah situs','The welcome email sent to new site owners.'=>'Email sambutan telah dikirim ke pemilik situs baru.','Users are not allowed to register these sites. Separate names by spaces.'=>'Pengguna tidak diperbolehkan untuk mendaftar situs tersebut. Pisahkan nama dengan spasi.','Send the network admin an email notification every time someone registers a site or user account'=>'Kirimkan email pemberitahuan kepada admin jaringan setiap kali ada yang membuat situs baru atau mendaftarkan akun pengguna baru.','Network Admin Email'=>'Email Admin Jaringan','A new user will be created if the above email address is not in the database.'=>'Pengguna baru akan diciptakan jika alamat email di atas tidak ada dalam basis data.','Admin Email'=>'Email Admin','Add Site'=>'Tambah Situs','Default Language'=>'Bahasa Bawaan','Max upload file size'=>'Ukuran maksimal pengunggahan berkas','First Comment URL'=>'URL Komentar Pertama','First Comment Author'=>'Penulis Komentar Pertama','First Comment'=>'Komentar Pertama','First Page'=>'Laman Pertama','The welcome email sent to new users.'=>'Email sambutan terkirim ke pengguna baru.','Welcome User Email'=>'Email Selamat Datang Pengguna','Welcome Email'=>'Email Sambutan','Banned Email Domains'=>'Domain Email yang Dilarang','Limited Email Registrations'=>'Pendaftaran Email Terbatas','Banned Names'=>'Nama yang Dilarang','Add New User'=>'Tambah Pengguna Baru','Registration notification'=>'Pemberitahuan pendaftaran','Allow new registrations'=>'Izinkan pendaftaran baru','Duplicated username or email address.'=>'Nama pengguna atau alamat email sudah ada.','Cannot create an empty user.'=>'Tidak dapat menciptakan pengguna kosong.','Confirm'=>'Konfirmasi']];
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
<?php
|
|
2
|
+
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2025-11-19 16:56:55+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'WordPress - 6.9.x - Development - Administration - Network Admin','language'=>'it','messages'=>['Site flagged for deletion.'=>'Sito contrassegnato per l\'eliminazione.','Site deletion flag removed.'=>'Contrassegno per l\'eliminazione del sito rimosso.','Site permanently deleted.'=>'Sito eliminato definitivamente.','Sites permanently deleted.'=>'Siti eliminati definitivamente.','Delete these sites permanently'=>'Elimina questi siti definitivamente','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.'=>'Contrassegnare un sito per l\'eliminazione rende il sito non disponibile per i suoi utenti e visitatori. Questa è un\'azione annullabile. Un super amministratore può eliminare definitivamente il sito successivamente.','Archiving a site makes the site unavailable to its users and visitors. This is a reversible action.'=>'Archiviare un sito rende il sito non disponibile per i suoi utenti e visitatori. Questa è un\'azione annullabile.','You are about to flag the site %s for deletion.'=>'Stai per contrassegnare il sito %s per l\'eliminazione.','You are about to remove the deletion flag from the site %s.'=>'Stai per rimuovere il contrassegno per l\'eliminazione dal sito %s.','Flag for Deletion'=>'Contrassegna per l\'eliminazione','siteRemove Deletion Flag'=>'Rimuovi il contrassegno per l\'eliminazione','Flagged for Deletion <span class="count">(%s)</span>'=>'Contrassegnato per l\'eliminazione <span class="count">(%s)</span>' . "\0" . 'Contrassegnati per l\'eliminazione <span class="count">(%s)</span>','Flagged for Deletion'=>'Contrassegnato per l\'eliminazione','<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">Documentazione sull\'upgrade del network</a>','Deleting a site is a permanent action that cannot be undone. This will delete the entire site and its uploads directory.'=>'L\'eliminazione di un sito è un\'azione permanente che non può essere annullata. Eliminerà l\'intero sito e la relativa directory uploads.','Delete this site permanently'=>'Elimina questo sito in modo permanente','Visit to go to the front-end of the live site.'=>'Vai al frontend del sito.','<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/">Documentazione sulle impostazioni del network</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/">Documentazione su sull\'amministrazione del network</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/">Documentazione sulla creazione di un network</a>','https://developer.wordpress.org/advanced-administration/server/web-server/nginx/'=>'https://developer.wordpress.org/advanced-administration/server/web-server/nginx/','Missing site title.'=>'Manca il titolo del sito.','Table ordered by User Registered Date.'=>'Tabella ordinata per data di registrazione degli utenti.','Table ordered by Theme Name.'=>'Tabella ordinata per nome dei temi.','Table ordered by Site Registered Date.'=>'Tabella ordinata per data di registrazione dei siti.','Table ordered by Last Updated.'=>'Tabella ordinata per data di ultimo aggiornamento.','Table ordered by Site Path.'=>'Tabella ordinata per percorso dei siti.','Table ordered by Site Domain Name.'=>'Tabella ordinata per nome di dominio dei siti.','Network configuration authentication keys'=>'Chiavi di autenticazione per la configurazione del network','Network configuration rules for %s'=>'Regole di configurazione del network per %s','WordPress has been updated! Next and final step is to individually upgrade the sites in your network.'=>'WordPress è stato aggiornato! Il prossimo e ultimo passo è di aggiornare, uno a uno, i siti nel tuo network.','Cannot create an empty site.'=>'Non è possibile creare un sito vuoto.','You should back up your existing %s file.'=>'Dovresti fare il backup del file %s.','You should back up your existing %1$s and %2$s files.'=>'Dovresti fare il backup dei file %1$s e %2$s.','Visit theme site for %s'=>'Visita il sito del tema %s','Child theme of %s'=>'Tema child di %s','sitePublic'=>'Pubblico','siteNot spam'=>'Non è spam','%s theme will no longer be auto-updated.'=>'%s tema non verrà più aggiornato automaticamente.' . "\0" . '%s temi non verranno più aggiornati automaticamente.','%s theme will be auto-updated.'=>'%s tema verrà aggiornato automaticamente.' . "\0" . '%s temi verranno aggiornati automaticamente.','Sorry, you are not allowed to change themes automatic update settings.'=>'Non hai i permessi per modificare le impostazioni di aggiornamento automatico dei temi.','No themes are currently available.'=>'Nessun tema attualmente disponibile.','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>.'=>'Sembra che il tuo network giri su un server Nginx. <a href="%s">Scopri di più riguardo ad ulteriori configurazioni</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>'=>'Per adulti <span class="count">(%s)</span>' . "\0" . 'Per adulti <span class="count">(%s)</span>','Archived <span class="count">(%s)</span>'=>'Archiviato <span class="count">(%s)</span>' . "\0" . 'Archiviati <span class="count">(%s)</span>','Public <span class="count">(%s)</span>'=>'Pubblico <span class="count">(%s)</span>' . "\0" . 'Pubblici <span class="count">(%s)</span>','sitesAll <span class="count">(%s)</span>'=>'Tutti <span class="count">(%s)</span>' . "\0" . 'Tutti <span class="count">(%s)</span>','themesUpdate Available <span class="count">(%s)</span>'=>'Aggiornamento disponibile <span class="count">(%s)</span>' . "\0" . 'Aggiornamenti disponibili <span class="count">(%s)</span>','Main'=>'Principale','<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/">Documentazione sulla schermata di installazione del network</a>','The constant %s cannot be defined when creating a network.'=>'La costante %s non può essere definita durante la creazione di un network.','You are about to delete the following sites:'=>'Stai per eliminare i seguenti siti:','User could not be added to this site.'=>'L\'utente non può essere aggiunto a questo sito.','The username and a link to set the password will be mailed to this email address.'=>'Il nome utente ed il link per impostare la password saranno inviati a questo indirizzo email.','There is a pending change of the network admin email to %s.'=>'Vi è un cambiamento in sospeso all\'email di amministrazione del network in %s.','Sub-domain Installation'=>'Installazione con sottodomini','Sub-directory Installation'=>'Installazione con sotto directory','Active Child Theme'=>'Tema child attivo','%s KB'=>'%s KB','%s Sites'=>'%s siti','Sorry, you are not allowed to delete themes for this site.'=>'Non hai i permessi per eliminare i temi per questo sito.','Sorry, you are not allowed to manage network themes.'=>'Non hai i permessi per gestire i temi del network.','Sorry, you are not allowed to delete that site.'=>'Non hai i permessi per eliminare questo sito.','Sorry, you are not allowed to manage themes for this site.'=>'Non hai i permessi per gestire i temi per questo sito.','Sorry, you are not allowed to add sites to this network.'=>'Non hai i permessi per aggiungere siti a questo network.','Sorry, you are not allowed to edit this site.'=>'Non hai i permessi per modificare questo sito.','The email address of the first comment author on a new site.'=>'L\'indirizzo email per l\'autore del primo commento su un nuovo sito.','First Comment Email'=>'Email per il primo commento','That’s all, stop editing! Happy publishing.'=>'È tutto, termina le modifiche! Scrivi con gioia.','Add the following to your %1$s file in %2$s <strong>above</strong> the line reading %3$s:'=>'Aggiungi quanto segue nel tuo file %1$s in %2$s <strong>sopra</strong> la linea dove leggi %3$s:','theme%1$s by %2$s'=>'%1$s di %2$s','Only lowercase letters (a-z), numbers, and hyphens are allowed.'=>'Sono consentite solo lettere minuscole (a-z), numeri e trattini.','These unique authentication keys are also missing from your %s file.'=>'Anche queste chiavi uniche di autenticazione mancano dal tuo file %s.','This unique authentication key is also missing from your %s file.'=>'Anche questa chiave unica di autenticazione manca dal tuo file %s.','Because you are using %1$s, the sites in your WordPress network must use sub-directories. Consider using %2$s if you wish to use sub-domains.'=>'Siccome stai usando %1$s, i siti nel tuo network WordPress devono usare sotto directory. Prendi in considerazione di usare %2$s se vuoi usare dei sottodomini.','The internet address of your network will be %s.'=>'L\'indirizzo internet del tuo network sarà %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.'=>'Dovresti prendere in considerazione la modifica dell\'URL del tuo sito in %1$s prima di abilitare la funzionalità del network. Sarà ancora possibile visitare il tuo sito utilizzando il prefisso %3$s con un indirizzo come %2$s, ma tutti i link non avranno il prefisso %3$s.','You cannot change this later.'=>'Non puoi cambiarlo in seguito.','Please choose whether you would like sites in your WordPress network to use sub-domains or sub-directories.'=>'Scegli se vuoi usare sottodomini o sotto directory per i siti del tuo network WordPress.','If %1$s is disabled, ask your administrator to enable that module, or look at the <a href="%2$s">Apache documentation</a> or <a href="%3$s">elsewhere</a> for help setting it up.'=>'Se %1$s è disabilitato, chiedi all\'amministratore di abilitare quel modulo, o di guardare la <a href="%2$s">documentazione Apache</a> o <a href="%3$s">altrove</a> per avere aiuto sulla sua creazione.','It looks like the Apache %s module is not installed.'=>'Sembra che il modulo Apache %s non sia installato.','Please make sure the Apache %s module is installed as it will be used at the end of this installation.'=>'Assicurati che il modulo Apache %s sia installato. Verrà usato alla fine di questa installazione.','userRegistered'=>'Registrato','Super Admin <span class="count">(%s)</span>'=>'Super amministratore <span class="count">(%s)</span>' . "\0" . 'Super amministratori <span class="count">(%s)</span>','userNot spam'=>'Non è spam','userMark as spam'=>'Contrassegna come spam','Visit Theme Site'=>'Visita il sito del tema','Broken Theme:'=>'Tema corrotto:','Network Disable %s'=>'Disabilita %s dal network','Disable %s'=>'Disabilita %s','Network Enable %s'=>'Attiva %s nel network','Enable %s'=>'Attiva %s','Network Disable'=>'Disabilita dal network','themesBroken <span class="count">(%s)</span>'=>'Corrotto <span class="count">(%s)</span>' . "\0" . 'Corrotti <span class="count">(%s)</span>','themesDisabled <span class="count">(%s)</span>'=>'Disabilitato <span class="count">(%s)</span>' . "\0" . 'Disabilitati <span class="count">(%s)</span>','themesEnabled <span class="count">(%s)</span>'=>'Abilitato <span class="count">(%s)</span>' . "\0" . 'Abilitati <span class="count">(%s)</span>','themesAll <span class="count">(%s)</span>'=>'Tutti <span class="count">(%s)</span>' . "\0" . 'Tutti <span class="count">(%s)</span>','No themes found.'=>'Nessun tema trovato.','verb; siteArchive'=>'Archivia','Unarchive'=>'Recupera da archivio','Never'=>'Mai','%1$s – %2$s'=>'%1$s – %2$s','siteRegistered'=>'Registrato','Last Updated'=>'Ultimo aggiornamento','siteNot Spam'=>'Non è spam','siteMark as spam'=>'Contrassegna come spam','No sites found.'=>'Nessun sito trovato.','Mature'=>'Per adulti','siteSpam'=>'Spam','Archived'=>'Archiviato','A password reset link will be sent to the user via email.'=>'All\'utente verrà inviato, tramite email, un link di reimpostazione della password.','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.'=>'Se la registrazione è disabilitata, imposta %1$s in %2$s ad un URL al quale reindirizzare i visitatori se questi visitano un sito inesistente.','You must define the %1$s constant as true in your %2$s file to allow creation of a Network.'=>'Devi definire la costante %1$s come true nel file %2$s per consentire la creazione di un network.','Themes list navigation'=>'Navigazione elenco dei temi','Sites list'=>'Elenco siti','Sites list navigation'=>'Navigazione elenco siti','Site users list'=>'Elenco utenti del sito','Site users list navigation'=>'Navigazione elenco degli utenti','Filter site users list'=>'Filtra elenco utenti del sito','Site themes list'=>'Elenco temi del sito','Site themes list navigation'=>'Navigazione elenco temi del sito','Filter site themes list'=>'Filtra elenco temi del sito','The domain or path entered conflicts with an existing username.'=>'Il dominio o il percorso inseriti sono in conflitto con un nome utente esistente.','The requested action is not valid.'=>'L\'azione richiesta non è valida.','You are about to mark the site %s as not mature.'=>'Stai per contrassegnare il sito %s come non per adulti. ','You are about to mark the site %s as mature.'=>'Stai per contrassegnare il sito %s come per adulti.','You are about to delete the site %s.'=>'Stai per eliminare il sito %s.','You are about to mark the site %s as spam.'=>'Stai per contrassegnare il sito %s come spam.','You are about to unspam the site %s.'=>'Stai per contrassegnare il sito %s come non spam.','You are about to archive the site %s.'=>'Stai per archiviare il sito %s.','You are about to unarchive the site %s.'=>'Stai per recuperare dagli archivi il sito %s.','The requested site does not exist.'=>'Il sito richiesto non esiste.','Path'=>'Percorso','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">Documentazione sugli utenti del Network</a> (in inglese)','<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">Documentazione sui temi del network</a> (in inglese)','Warning! Problem updating %1$s. Your server may not be able to connect to sites running on it. Error message: %2$s'=>'Attenzione! Problemi nell\'aggiornamento di %1$s. Il tuo server potrebbe non essere in grado di connettersi ai siti che girano su di esso. Messaggio di errore: %2$s','%s theme deleted.'=>'%s tema eliminato.' . "\0" . '%s temi eliminati.','%s theme disabled.'=>'%s tema disabilitato.' . "\0" . '%s temi disabilitati.','%s theme enabled.'=>'%s tema abilitato.' . "\0" . '%s temi abilitati.','Yes, delete these themes'=>'Sì, elimina questi temi','You are about to remove the following themes:'=>'Stai per rimuovere i seguenti temi:','These themes may be active on other sites in the network.'=>'Questi temi potrebbero essere attivi su altri siti del network.','Delete Themes'=>'Elimina i temi','Size in kilobytes'=>'Dimensione in kilobyte','Allowed file types. Separate types by spaces.'=>'Tipi di file permessi. Tipologie diverse separate da spazi.','Add the following to your %1$s file in %2$s, <strong>replacing</strong> other WordPress rules:'=>'Aggiungi quanto segue al tuo %1$s file in %2$s, <strong>sostituendo</strong> le altre regole di WordPress:','Confirm your action'=>'Conferma la tua azione','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.'=>'Passando con il mouse sopra un utente di questo elenco appariranno i link di modifica. Il link Modifica sulla sinistra indirizzerà alla pagina del Profilo utente; Il link di Modifica sulla destra di ciascun nome di sito indirizzerà ad una schermata di Modifica per quel sito.','To search for a site, <strong>enter the path or domain</strong>.'=>'Per cercare un sito <strong>inserisci il percorso o il 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*.'=>'Per cercare un utente, <strong>inserisci un indirizzo email o un nome utente</strong>. Utilizza un carattere jolly per effettuare ricerche parziali sul nome utente come ad esempio utente*.','To add a new site, <strong>click Create a New Site</strong>.'=>'Per aggiungere un nuovo sito <strong>fai clic su Crea un nuovo sito</strong>.','To add a new user, <strong>click Create a New User</strong>.'=>'Per aggiungere un nuovo utente <strong>fai clic su Crea un nuovo utente</strong>.','Quick Tasks'=>'Impostazioni rapide','To search for a user or site, use the search boxes.'=>'Per cercare un utente o sito, usa i box di ricerca.','The Right Now widget on this screen provides current user and site counts on your network.'=>'Il widget Stato attuale in questa schermata mostra il numero di utenti e siti all\'interno del tuo network.','Modify global network settings'=>'Modifica le impostazioni generali del network','Update your network'=>'Aggiorna il tuo network','Install and activate themes or plugins'=>'Installa ed attiva temi o plugin','Add and manage sites or users'=>'Aggiungi e amministra siti o utenti','From here you can:'=>'Da qui puoi:','Welcome to your Network Admin. This area of the Administration Screens is used for managing all aspects of your Multisite Network.'=>'Benvenuto nell\'Amministrazione del Network. Quest\'area delle Schermate di Amministrazione serve a gestire tutti gli aspetti del tuo Network Multisito.','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.'=>'Utilizza questa schermata una volta che si è aggiornato ad una nuova versione di WordPress tramite Aggiornamenti/Aggiornamenti disponibili (nel menu di navigazione Amministrazione network o tramite la Barra strumenti). Facendo clic sul pulsante Aggiorna il network si scorreranno i singoli siti del network, cinque alla volta, assicurandosi che siano applicati tutti gli aggiornamenti al database.','Upgrade Network'=>'Aggiorna il network','Subdirectory networks may not be fully compatible with custom wp-content directories.'=>'I network in sottodirectory potrebbe non essere completamente compatibile con cartelle wp-content personalizzate.','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).'=>'Aggiungi le seguenti linee di codice al file wp-config.php (subito prima di <code>/* ...interrompere le modifiche... */</code>) ed al file <code>.htaccess</code> (sostituendo le regole di WordPress esistenti).','Language Settings'=>'Impostazioni lingua','Allow site administrators to add new users to their site via the "Users → Add User" page'=>'Permetti agli amministratori del sito di aggiungere nuovi utenti al sito tramite la pagina "Utenti → Aggiungi utente"','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.'=>'I Super amministratori non possono più venir inseriti dalla schermata delle opzioni. Si deve passare tramite la lista degli utenti esistenti su Gestione network > Utenti e fare clic sul nome utente o sul link di Modifica sotto tale nome. Si andrà a modificare la pagina utente nella quale si potrà selezionare una casella per concedere i privilegi super amministratore.','Enter the username and email.'=>'Inserisci il nome utente e l\'email.','User created.'=>'Utente creato.','Select a user to remove.'=>'Seleziona un utente da rimuovere.','Select a user to change role.'=>'Seleziona un utente per modificare il ruolo.','Enter the username of an existing user.'=>'Inserire un nome utente di un utente registrato.','User is already a member of this site.'=>'Questo utente è già membro di questo sito.','Site options updated.'=>'Opzioni sito aggiornate.','Site added. <a href="%1$s">Visit Dashboard</a> or <a href="%2$s">Edit Site</a>'=>'Sito aggiunto. <a href="%1$s">Vai alla Bacheca</a> o <a href="%2$s">Modifica il sito</a>','This screen is for Super Admins to add new sites to the network. This is not affected by the registration settings.'=>'Questa schermata è per i super amministratori per aggiungere siti al network. Questo non è gestito dalle opzioni di registrazione.','Site info updated.'=>'Informazioni sito aggiornate.','You cannot delete a theme while it is active on the main site.'=>'Non è possibile eliminare un tema mentre è attivo sul sito principale.','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.'=>'I temi possono essere abilitati, tramite la schermata Modifica sito (che ha una scheda Temi), sito per sito da un amministratore del network; è possibile arrivarci tramite il link Modifica nella schermata Tutti i siti. Solo gli amministratori del network sono in grado di installare o modificare i temi.','No, return me to the theme list'=>'No, fammi tornare all\'elenco dei temi','Yes, delete this theme'=>'Sì, elimina questo tema','Are you sure you want to delete these themes?'=>'Vuoi davvero eliminare questi temi?','You are about to remove the following theme:'=>'Stai per rimuovere il seguente tema:','This theme may be active on other sites in the network.'=>'Questo tema può essere attivo in un altro sito del network.','Delete Theme'=>'Elimina tema','Network enabled themes are not shown on this screen.'=>'I temi attivati nel network non sono visualizzati in questa schermata.','No theme selected.'=>'Nessun tema selezionato.','Theme disabled.'=>'Tema disabilitato.','Theme enabled.'=>'Tema abilitato.' . "\0" . '%d temi abilitati.','Edit Site: %s'=>'Modifica il sito: %s','Invalid site ID.'=>'ID sito non valido.','Sorry, you are not allowed to delete the site %s.'=>'Non hai i permessi per eliminare il sito %s.','Delete Permanently which is a permanent action after the confirmation screen.'=>'Elimina definitivamente, che diventa un\'azione permanente dopo la schermata di conferma.','Dashboard leads to the Dashboard for that site.'=>'Bacheca porta alla Bacheca di quel sito.','An Edit link to a separate Edit Site screen.'=>'Un link di Modifica ad una schermata separata di Modifica sito.','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.'=>'Aggiungi sito ti porterà alla schermata di aggiunta di un nuovo sito al network. Sarà possibile cercare un sito per nome, numero ID o indirizzo IP. Da Impostazioni schermata puoi scegliere quanti siti visualizzare per ciascuna pagina.','Add Users'=>'Aggiungi utenti','Cannot add user.'=>'Impossibile aggiungere utenti.','Add User will set up a new user account on the network and send that person an email with username and password.'=>'Aggiungi utente creerà un nuovo account utente per il network e invierà a tale persona una email con nome utente e password.','Updates'=>'Aggiornamenti','Network Settings'=>'Impostazioni network','Installed Themes'=>'Temi installati','All Sites'=>'Tutti i siti','Once you complete these steps, your network is enabled and configured. You will have to log in again.'=>'Dopo aver completato questi passaggi, il tuo network è attivo e configurato. Dovrai accedere nuovamente.','To make your installation more secure, you should also add:'=>'Per rendere la tua installazione più sicura, dovresti anche aggiungere:','Complete the following steps to enable the features for creating a network of sites.'=>'Completa gli step seguenti per abilitare le funzionalità di creazione di un network di siti.','Enabling the Network'=>'Attivazione del network','Please complete the configuration steps. To create a new network, you will need to empty or remove the network database tables.'=>'Completa i passi di configurazione. Per creare un nuovo network, devi o svuotare o rimuovere le tabelle del database del network.','An existing WordPress network was detected.'=>'È stato rilevato un network WordPress già esistente.','The original configuration steps are shown here for reference.'=>'I passi della configurazione originale sono mostrati qui come riferimento.','Your email address.'=>'Il tuo indirizzo email.','What would you like to call your network?'=>'Come vorresti chiamare il tuo network?','Network Title'=>'Nome del network','Because your installation is not new, the sites in your WordPress network must use sub-domains.'=>'Dato che la tua installazione non è nuova, i siti nel tuo network di WordPress devono usare i sottodomini.','Because your installation is in a directory, the sites in your WordPress network must use sub-directories.'=>'Dato che la tua installazione è in una directory, i siti nel tuo network WordPress devono utilizzare le sotto directory.','The main site in a sub-directory installation will need to use a modified permalink structure, potentially breaking existing links.'=>'Il sito principale in una installazione in una sotto directory deve utilizzare una struttura permalink modificata, potenzialmente può rompere i link esistenti.','Network Details'=>'Dettagli del network','Server Address'=>'Indirizzo del server','subdirectory exampleslike <code>%1$s/site1</code> and <code>%1$s/site2</code>'=>'come <code>%1$s/site1</code> e <code>%1$s/site2</code>','Sub-directories'=>'Sotto directory','subdomain exampleslike <code>site1.%1$s</code> and <code>site2.%1$s</code>'=>'come <code>site1.%1$s</code> e <code>site2.%1$s</code>','Sub-domains'=>'Sottodomini','You will need a wildcard DNS record if you are going to use the virtual host (sub-domain) functionality.'=>'Avrai bisogno di un record DNS wildcard se vuoi utilizzare la funzionalità host virtuale (sottodominio)','Addresses of Sites in your Network'=>'Indirizzi dei siti nel tuo network','Fill in the information below and you’ll be on your way to creating a network of WordPress sites. Configuration files will be created in the next step.'=>'Inserisci le informazioni qui di seguito e sarai sulla buona strada per creare un network di siti WordPress. I file di configurazione saranno creati nel passaggio successivo.','Welcome to the Network installation process!'=>'Benvenuto nel processo di installazione del network!','The network could not be created.'=>'Impossibile creare il network.','Once the network is created, you may reactivate your plugins.'=>'Dopo che il network è stato creato puoi riattivare i tuoi plugin.','Please <a href="%s">deactivate your plugins</a> before enabling the Network feature.'=>'<a href="%s">Disabilita i tuoi plugin</a> prima di abilitare le funzionalità network.','Network'=>'Network','The choice of subdirectory sites is disabled if this setup is more than a month old because of permalink problems with “/blog/” from the main site. This disabling will be addressed in a future version.'=>'La scelta di siti come sottodirectory è disattivata se questa configurazione è più vecchia di un mese a causa di problemi con i permalink con "/blog/" del sito principale. Questa disabilitazione verrà affrontata in una futura versione.','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.'=>'Dopo che avrai aggiunto questo codice e aggiornato la pagina nel tuo browser, la modalità multisito dovrebbe essere attiva. Questa schermata, che ora si trova sotto il menu di navigazione Gestione network, manterrà un archivio del codice che è stato aggiunto. Puoi passare dalla modalità Gestione network all\'amministrazione di un singolo sito facendo clic su Gestione network o su uno dei nomi dei siti sotto il menu a discesa I miei siti nella barra strumenti.','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 schermata successiva per la Configurazione del network ti fornirà delle righe di codice generate specificatamente e da aggiungere al tuo wp-config.php e .htaccess. Assicurati che le impostazioni del tuo client FTP rendano visibili i file che iniziano con un punto, in modo che ti sia possibile trovare .htaccess; potresti dover creare questo file se non fosse presente. Fai sempre una copia di backup di questi due file.','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).'=>'Scegliere un sottodominio o sottodirectory; si potrà cambiare tale scelta solo riconfigurando l\'installazione, quindi fare clic su installa. Se non dovesse funzionare occorrerà aggiungere un record wildcard DNS (per i sottodomini) oppure cambiare le impostazioni nei Permalink (per le sottodirectory).','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.'=>'Questa schermata ti permette di configurare il network per usare i sottodomini (<code>sito1.example.com</code>) o le sottodirectory (<code>example.com/sito1</code>). I sottodomini richiedono che la wildcard dei sottodomini sia abilitata sia in Apache che come record DNS, sempre che l\'host lo permetta.','Create a Network of WordPress Sites'=>'Creare un network di siti WordPress','The Network creation panel is not for WordPress MU networks.'=>'Il pannello di creazione Network non è adatto per i network WordPress MU.','Warning! User cannot be modified. The user %s is a network administrator.'=>'Attenzione! L\'utente non può essere modificato. L\'utente %s è un amministratore del network.','If the admin email for the new site does not exist in the database, a new user will also be created.'=>'Se la email di admin per un nuovo sito non esiste nel database, verrà creato un nuovo utente.','Flag for Deletion, Archive, and Spam which lead to confirmation screens. These actions can be reversed later.'=>'I contrassegni per Eliminazione, Archiviazione e Spam portano a delle schermate di conferma. Queste azioni potranno essere successivamente annullate.','Hovering over each site reveals seven options (three for the primary site):'=>'Passando il mouse sopra un sito appariranno sette opzioni (tre per il sito principale):','Operational settings has fields for the network’s name and admin email.'=>'Le impostazioni operative contengono campi per il nome del network e la email di amministrazione.','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.'=>'L\'azione di gruppo eliminerà definitivamente gli utenti selezionati oppure contrassegnerà o meno quelli selezionati come spam. Gli utenti spam avranno i loro articoli rimossi e non saranno più in grado di registrarsi nuovamente con il medesimo indirizzo email.','You can also go to the user’s profile page by clicking on the individual username.'=>'È possibile andare alla pagina del profilo utente anche facendo clic su un singolo nome utente.','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).'=>'Le impostazioni di caricamento controllano le dimensioni dei file caricati e il quantitativo di spazio disponibile per ciascun sito. È possibile cambiare i valori predefiniti per un sito specifico quando si modifica tale sito. Sono anche elencati i tipi di file consentiti (elenco separato da spazi).','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.'=>'È possibile rendere un utente già esistente un nuovo superadmin andando nella pagina Modifica profilo utente e spuntando la casella con questo 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.'=>'Gi utenti che hanno sottoscritto il network senza avere un sito verranno aggiunti come sottoscrittori al sito primario, fornendo loro una pagina di profilo per gestire i loro account. Questi utenti vedranno sola la Bacheca e il Mio sito nella barra di navigazione principale sino a quando non verrà creato un sito per loro.','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.'=>'Puoi ordinare la tabella facendo clic su una qualsiasi delle intestazioni in grassetto e passare dalla lista alla vista riassuntiva tramite l\'icona in alto a destra.','This table shows all users across the network and the sites to which they are assigned.'=>'Questa tabella visualizza tutti gli utenti del network ed i siti a cui sono stati assegnati.','If this process fails for any reason, users logging in to their sites will force the same update.'=>'Se questa procedura fallisce per qualsiasi motivo, gli utenti che si collegheranno ai loro siti forzeranno il medesimo aggiornamento.','If a version update to core has not happened, clicking this button will not affect anything.'=>'Se non c\'è stato un aggiornamento di versione dei file del core, fare clic su questo pulsante non avrà alcun effetto.','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.'=>'Se l\'amministratore del network disabilita un tema che è in uso, questo rimarrà attivo per questo sito. Se si seleziona un tema differente, il tema disabilitato non apparirà più nella schermata del sito Aspetto > Temi.','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.'=>'Questa schermata abilita e disabilita per ciascun sito le inclusioni dei temi disponibili nel menu Aspetto. Non attiva o disattiva il tema che un sito sta attualmente utilizzando.','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.'=>'Questa è la tabella principale di tutti i siti di questo network. Passare dalla vista a lista a quella a riassunto utilizzando l\'icona in alto a destra nella tabella.','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.'=>'L\'impostazione di menu abilita/disabilita il menu dei plugin da apparire per i non super admin, in tal modo solo i super admin, non gli amministratori di un sito, avranno accesso all\'attivazione dei plugin.','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.'=>'Le impostazioni Nuovo sito vengono applicate automaticamente quando viene creato un nuovo sito nel network. Queste impostazioni comprendono l\'email di benvenuto quando viene registrato un nuovo sito o un nuovo utente e quello che viene inserito nel primo articolo, nella prima pagina, nel primo commento, l\'autore del primo commento e l\'URL del commentatore.','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.'=>'Le Impostazioni di registrazione possono abilitare/disabilitare le registrazioni pubbliche. Se si permette ad altri di registrare un sito, si consiglia di installare un plugin antispam. Spazi e non virgole, dovranno separare i nomi dei siti bannati da questo network.','This screen sets and changes options for the network as a whole. The first site is the main site in the network and network options are pulled from that original site’s options.'=>'Questa schermata imposta e modifica le impostazioni per tutto il network. Il primo sito è quello principale del network e le impostazioni del network vengono ricavate dalla impostazioni originali del sito.','The following words are reserved for use by WordPress functions and cannot be used as site names: %s'=>'Le seguenti parole sono riservate per l\'utilizzo da parte delle funzioni di WordPress e non possono essere utilizzate come nomi per i siti: %s','If your browser does not start loading the next page automatically, click this link:'=>'Se il tuo browser non inizia a caricare automaticamente la pagina successiva fai clic su questo link:','If you want to ban domains from site registrations. One domain per line.'=>'Se desideri impedire a specifici domini email la registrazione ai siti. Inserisci un dominio per riga.','If you want to limit site registrations to certain domains. One domain per line.'=>'Se desideri consentire solo a specifici domini email di registrarsi ai siti. Inserisci un dominio per riga.','Users removed from spam.'=>'Utenti rimossi dallo spam.','Site marked as spam.'=>'Sito contrassegnato come spam.','Site removed from spam.'=>'Sito rimosso dallo spam.','Sites marked as spam.'=>'Siti contrassegnati come spam.','Sites removed from spam.'=>'Siti rimossi dallo spam.','Users deleted.'=>'Utenti eliminati.','Users marked as spam.'=>'Utenti contrassegnati come spammer.','Site unarchived.'=>'Sito recuperato da archivio.','Site archived.'=>'Sito archiviato.','Sorry, you are not allowed to change the current site.'=>'Non hai i permessi per modificare il sito corrente.','There was an error creating the user.'=>'Si è verificato un errore nella creazione dell\'utente.','Upload file types'=>'Tipi di file che si possono caricare','Limit total size of files uploaded to %s MB'=>'Limitare la dimensione totale dei file caricati a %s MB','The URL for the first comment on a new site.'=>'L\'URL del primo commento su di un nuovo sito.','The author of the first comment on a new site.'=>'L\'autore del primo commento di un nuovo sito.','The first comment on a new site.'=>'Il primo commento di un nuovo sito.','The first page on a new site.'=>'La prima pagina di un nuovo sito.','The first post on a new site.'=>'Il primo articolo di un nuovo sito.','All done!'=>'Operazione completata!','Both sites and user accounts can be registered'=>'Possono venir registrati sia nuovi account utente che nuovi siti.','Logged in users may register new sites'=>'Gli utenti già autenticati possono registrare nuovi siti.','User accounts may be registered'=>'Possono essere creati nuovi account utente.','Registration is disabled'=>'La registrazione è disabilitata','Enable administration menus'=>'Abilita i menu di amministrazione','Upload Settings'=>'Impostazioni caricamento file','New Site Settings'=>'Impostazioni nuovo sito','Registration Settings'=>'Impostazioni di registrazione','Operational Settings'=>'Impostazioni operative','Missing email address.'=>'Indirizzo email mancante.','Missing or invalid site address.'=>'Indirizzo blog mancante o non corretto.','Next Sites'=>'Siti successivi','Site upload space'=>'Spazio di upload del sito','The welcome email sent to new site owners.'=>'L\'email di benvenuto che viene inviata ai proprietari dei nuovi siti.','Users are not allowed to register these sites. Separate names by spaces.'=>'Agli utenti non è consentito registrare questi siti. Separa i nomi con degli spazi.','Send the network admin an email notification every time someone registers a site or user account'=>'Inviare all’amministratore del network una email di notifica ogni volta che qualcuno registra un sito o un account utente.','Network Admin Email'=>'Email amministratore network','A new user will be created if the above email address is not in the database.'=>'Verrà creato un nuovo utente se l’indirizzo email precedente non è presente nel database.','Admin Email'=>'Email amministratore','Add Site'=>'Aggiungi sito','Default Language'=>'Lingua predefinita','Max upload file size'=>'Dimensione massima dei file','First Comment URL'=>'L\'URL del primo commento','First Comment Author'=>'L\'autore del primo commento','First Comment'=>'Primo commento','First Page'=>'Prima pagina','The welcome email sent to new users.'=>'L\'email di benvenuto che viene inviata ai nuovi utenti.','Welcome User Email'=>'L\'email di benvenuto agli utenti','Welcome Email'=>'Email di benvenuto','Banned Email Domains'=>'Domini email bannati','Limited Email Registrations'=>'Registrazioni limitate per email','Banned Names'=>'Nomi bannati','Add New User'=>'Aggiungi nuovo utente','Registration notification'=>'Notifica registrazione','Allow new registrations'=>'Consenti nuove registrazioni','Duplicated username or email address.'=>'Nomi utente o indirizzi email duplicati.','Cannot create an empty user.'=>'Impossibile creare un utente vuoto.','Confirm'=>'Conferma']];
|