wp-studio 1.8.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/{_events-CBJ20E6v.mjs → _events-BqUwL9Kk.mjs} +4 -4
- package/dist/cli/{appdata-D-luHxJU.mjs → appdata-DqQ7pZEM.mjs} +1 -1
- package/dist/cli/{certificate-manager-v-yNLDFJ.mjs → certificate-manager-FOFTUHXy.mjs} +45 -15
- package/dist/cli/{delete-CYyQluA6.mjs → delete-DYMc-UPN.mjs} +3 -3
- package/dist/cli/{helpers-D3zgySTA.mjs → helpers-ysd4ILYs.mjs} +2 -2
- package/dist/cli/{index-CopZPgb8.mjs → index-DSF11Tac.mjs} +4574 -1252
- package/dist/cli/{index-Bej4fL6n.mjs → index-DZU_3nOB.mjs} +3 -3
- package/dist/cli/{index-CetzzKjT.mjs → index-JVSyNk-3.mjs} +1761 -450
- package/dist/cli/is-errno-exception-t38xF2pB.mjs +6 -0
- package/dist/cli/{list-Bw3XYkA6.mjs → list-BhD3PPMZ.mjs} +3 -3
- package/dist/cli/{login-CC61r0HV.mjs → login-BW6aZ8P1.mjs} +3 -3
- package/dist/cli/{logout-DimAVmCf.mjs → logout-8JfLES1f.mjs} +2 -2
- package/dist/cli/main.mjs +2 -2
- package/dist/cli/package.json +3 -0
- package/dist/cli/passwords-CHfZ7oMW.mjs +117 -0
- package/dist/cli/{paths-D7DniT1Q.mjs → paths-COkSp5Ak.mjs} +1 -1
- package/dist/cli/php/router.php +35 -0
- package/dist/cli/php/set-default-permalinks.php +17 -0
- package/dist/cli/php/wp-config-transformer.php +471 -0
- package/dist/cli/php-binary-metadata-B51UcEYo.mjs +85 -0
- package/dist/cli/php-server-child.mjs +383 -0
- package/dist/cli/php-versions-C4NIFv0m.mjs +14 -0
- package/dist/cli/{wordpress-server-child.mjs → playground-server-child.mjs} +62 -33
- package/dist/cli/plugin/skills/annotate/SKILL.md +110 -0
- package/dist/cli/process-manager-daemon.mjs +1 -1
- package/dist/cli/{process-manager-ipc-GCdebuBH.mjs → process-manager-ipc-CBIoRMQx.mjs} +2 -1
- package/dist/cli/proxy-daemon.mjs +12 -3
- package/dist/cli/{prune-pm-logs-Dm_Bwi7l.mjs → prune-pm-logs-DHiFyLAM.mjs} +1 -1
- package/dist/cli/reprint-child.mjs +156 -0
- package/dist/cli/reprint.phar +0 -0
- package/dist/cli/{resume-CmZ-XrOV.mjs → resume-lP74OJVg.mjs} +5 -10
- package/dist/cli/{rewrite-wp-cli-post-content-Beo5_Ojo.mjs → rewrite-wp-cli-post-content-BAJ-W0ra.mjs} +18 -122
- package/dist/cli/{set-BFYdMcT5.mjs → set-CJjcoYpy.mjs} +6 -6
- package/dist/cli/{set-Bj8tR0hO.mjs → set-DjPvi0eA.mjs} +2 -2
- package/dist/cli/status-YTRS43jf.mjs +69 -0
- package/dist/cli/{well-known-paths-QcSJNi_l.mjs → well-known-paths-kP8oHPED.mjs} +36 -24
- package/dist/cli/{wordpress-server-ipc-D-8mLjOF.mjs → wordpress-server-ipc-LCHRL4uO.mjs} +16 -5
- package/dist/cli/{wp-D3FmTI4b.mjs → wp-BYFV-TCc.mjs} +45 -18
- package/dist/cli/wp-files/latest/available-site-translations.json +1 -1
- package/dist/cli/wp-files/latest/wordpress/wp-content/plugins/akismet/_inc/img/icon-external.svg +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-content/plugins/akismet/views/title.php +3 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/SimplePie/src/Core.php +56 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/SimplePie/src/Decode/HTML/Entities.php +610 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor-rtl.css +3 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor-rtl.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor.css +3 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-author/editor.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor-rtl.css +4 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor-rtl.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor.css +4 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-content/editor.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor-rtl.css +5 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor-rtl.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor.css +5 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/blocks/post-template/editor.min.css +1 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/fields.js +1975 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/fields.min.js +2 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/undo-manager.js +264 -0
- package/dist/cli/wp-files/latest/wordpress/wp-includes/js/dist/undo-manager.min.js +2 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/.gitattributes +8 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/LICENSE +21 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/README.md +73 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/composer.json +25 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Autoloader.php +88 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Cache/AbstractCache.php +60 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Cache/FilesystemCache.php +161 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Cache/NoopCache.php +47 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Cache.php +43 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Compiler.php +689 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Context.php +242 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Engine.php +829 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/InvalidArgumentException.php +18 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/LogicException.php +18 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/RuntimeException.php +18 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/SyntaxException.php +41 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/UnknownFilterException.php +38 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/UnknownHelperException.php +38 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception/UnknownTemplateException.php +38 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Exception.php +18 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/HelperCollection.php +172 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/LambdaHelper.php +76 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/ArrayLoader.php +79 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/CascadingLoader.php +69 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/FilesystemLoader.php +135 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/InlineLoader.php +123 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/MutableLoader.php +31 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/ProductionFilesystemLoader.php +86 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader/StringLoader.php +39 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Loader.php +27 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Logger/AbstractLogger.php +121 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Logger/StreamLogger.php +194 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Logger.php +126 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Parser.php +317 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Source/FilesystemSource.php +77 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Source.php +40 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Template.php +180 -0
- package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/Mustache/Tokenizer.php +378 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/.actrc +3 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/lib/cli/Shell.php +0 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/lib/cli/Streams.php +0 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/lib/cli/cli.php +0 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Arguments.php +297 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Cli.php +555 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Colors.php +33 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Shell.php +55 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Table.php +292 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/Test_Table_Ascii.php +280 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/bootstrap.php +22 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-arguments.php +285 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-cli.php +554 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-colors.php +31 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-shell.php +55 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-table-ascii.php +280 -0
- package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/php-cli-tools/tests/test-table.php +246 -0
- package/dist/cli/wp-files/sqlite-database-integration/load.php +1 -1
- package/dist/cli/wp-files/sqlite-database-integration/readme.txt +7 -1
- package/dist/cli/wp-files/sqlite-database-integration/wp-includes/database/sqlite/class-wp-pdo-mysql-on-sqlite.php +290 -47
- package/dist/cli/wp-files/sqlite-database-integration/wp-includes/database/version.php +1 -1
- package/package.json +11 -11
- package/dist/cli/status-DNyCON-I.mjs +0 -42
- package/dist/cli/wp-files/latest/languages/admin-ar.l10n.php +0 -175
- package/dist/cli/wp-files/latest/languages/admin-de_DE.l10n.php +0 -166
- package/dist/cli/wp-files/latest/languages/admin-es_ES.l10n.php +0 -174
- package/dist/cli/wp-files/latest/languages/admin-fr_FR.l10n.php +0 -170
- package/dist/cli/wp-files/latest/languages/admin-he_IL.l10n.php +0 -135
- package/dist/cli/wp-files/latest/languages/admin-hu_HU.l10n.php +0 -186
- package/dist/cli/wp-files/latest/languages/admin-id_ID.l10n.php +0 -172
- package/dist/cli/wp-files/latest/languages/admin-it_IT.l10n.php +0 -174
- package/dist/cli/wp-files/latest/languages/admin-ja.l10n.php +0 -175
- package/dist/cli/wp-files/latest/languages/admin-ko_KR.l10n.php +0 -176
- package/dist/cli/wp-files/latest/languages/admin-network-ar.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-de_DE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-es_ES.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-fr_FR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-he_IL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-hu_HU.l10n.php +0 -3
- package/dist/cli/wp-files/latest/languages/admin-network-id_ID.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-it_IT.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-ja.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-ko_KR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-nl_NL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-pl_PL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-pt_BR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-ru_RU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-sv_SE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-tr_TR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-uk.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-vi.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-zh_CN.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-network-zh_TW.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/admin-nl_NL.l10n.php +0 -174
- package/dist/cli/wp-files/latest/languages/admin-pl_PL.l10n.php +0 -171
- package/dist/cli/wp-files/latest/languages/admin-pt_BR.l10n.php +0 -171
- package/dist/cli/wp-files/latest/languages/admin-ru_RU.l10n.php +0 -176
- package/dist/cli/wp-files/latest/languages/admin-sv_SE.l10n.php +0 -179
- package/dist/cli/wp-files/latest/languages/admin-tr_TR.l10n.php +0 -166
- package/dist/cli/wp-files/latest/languages/admin-uk.l10n.php +0 -110
- package/dist/cli/wp-files/latest/languages/admin-vi.l10n.php +0 -171
- package/dist/cli/wp-files/latest/languages/admin-zh_CN.l10n.php +0 -164
- package/dist/cli/wp-files/latest/languages/admin-zh_TW.l10n.php +0 -164
- package/dist/cli/wp-files/latest/languages/ar-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ar.l10n.php +0 -372
- package/dist/cli/wp-files/latest/languages/continents-cities-ar.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-de_DE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-es_ES.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-fr_FR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-he_IL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-hu_HU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-id_ID.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-it_IT.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-ja.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-ko_KR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-nl_NL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-pl_PL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-pt_BR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-ru_RU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-sv_SE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-tr_TR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-uk.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-vi.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-zh_CN.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/continents-cities-zh_TW.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/de_DE-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/de_DE.l10n.php +0 -366
- package/dist/cli/wp-files/latest/languages/es_ES-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/es_ES.l10n.php +0 -370
- package/dist/cli/wp-files/latest/languages/fr_FR-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/fr_FR.l10n.php +0 -365
- package/dist/cli/wp-files/latest/languages/he_IL-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/he_IL.l10n.php +0 -329
- package/dist/cli/wp-files/latest/languages/hu_HU-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/hu_HU.l10n.php +0 -370
- package/dist/cli/wp-files/latest/languages/id_ID-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/id_ID.l10n.php +0 -370
- package/dist/cli/wp-files/latest/languages/it_IT-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/it_IT.l10n.php +0 -369
- package/dist/cli/wp-files/latest/languages/ja-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ja.l10n.php +0 -367
- package/dist/cli/wp-files/latest/languages/ko_KR-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ko_KR.l10n.php +0 -370
- package/dist/cli/wp-files/latest/languages/nl_NL-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/nl_NL.l10n.php +0 -368
- package/dist/cli/wp-files/latest/languages/pl_PL-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pl_PL.l10n.php +0 -370
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ar.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-de_DE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-es_ES.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-fr_FR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-he_IL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-hu_HU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-id_ID.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-it_IT.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ja.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ko_KR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-nl_NL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-pl_PL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-pt_BR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-ru_RU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-sv_SE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-tr_TR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-uk.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-vi.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-zh_CN.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/akismet-zh_TW.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/hello-dolly-de_DE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/hello-dolly-fr_FR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/plugins/hello-dolly-ko_KR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/pt_BR-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/pt_BR.l10n.php +0 -367
- package/dist/cli/wp-files/latest/languages/ru_RU-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/ru_RU.l10n.php +0 -373
- package/dist/cli/wp-files/latest/languages/sv_SE-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/sv_SE.l10n.php +0 -363
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-de_DE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-es_ES.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-fr_FR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-it_IT.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-ja.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-ko_KR.l10n.php +0 -5
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-nl_NL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-pl_PL.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-pt_BR.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-ru_RU.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-sv_SE.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-vi.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-zh_CN.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/themes/twentytwentyfive-zh_TW.l10n.php +0 -2
- package/dist/cli/wp-files/latest/languages/tr_TR-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/tr_TR.l10n.php +0 -365
- package/dist/cli/wp-files/latest/languages/uk-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/uk.l10n.php +0 -374
- package/dist/cli/wp-files/latest/languages/vi-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/vi.l10n.php +0 -362
- package/dist/cli/wp-files/latest/languages/zh_CN-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_CN.l10n.php +0 -366
- package/dist/cli/wp-files/latest/languages/zh_TW-0cc31205f20441b3df1d1b46100f6b8d.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-0ce75ad2f775d1cac9696967d484808c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-0eebe503220d4a00341eb011b92769b4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-17179a5f2930647c89151e365f843b6e.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-1780a2033cf98d69ce13c2e5c8510004.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-1a0cd6a7128913b15c1a10dd68951869.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-1bba9045bb07c89671c88a3f328548e8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-1c4303f02ff93b290e9faad991eeb06f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-1d17475f620f63a92e2c5d2681c51ee8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-2617ce121227a46077ede6c69aa9fcb5.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-270d72d1cff17227d37f3244759cbecb.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-28b3c3d595952907e08d98287077426c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-2b390f85a3048c5b4255fb45960b6514.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-2c5d274ea625dd91556554ad82901529.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-320f4ad9792aaa6dedb1e71cbdf85d57.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-440127dd25bde48a531ded36f33e927b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-49c6d4acf36cf3aca9f0b2a77617304f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-4a38fe1c0c45989e44682ba6109d9f46.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-4bfa11da57ff2600004bb500368247f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-50278328b502f4eb3f2b8b7ab49324a1.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-5251f7623766a714c8207c7edb938628.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-529362903a5a05b34b06b5e793fb4cf8.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-569e85ef168299eb8c8f24d8ef8c8a78.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-6025add6bde16aaeb12787d250f9b414.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-60d06fac6f98e8e8f0ec5a945738b660.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-68f2cec7514bf8563c723a4d675fcfe6.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7233008897033de5ee0d14f86a42a65a.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7289286ed59e90a8f36ae797df62220b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7436b7ee9e4f11ac0d618d8cc886eb66.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-77fdfadaf2e1ca3a027d1956b910bc50.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7b74c8457eaa7fcc50db41b431f8a003.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7c90cd4398ee2d9d3628c387a87a70e5.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7d5ca435e60d92f024d46c9257aaa0f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-7f13c36c641b114bf18cd0bcc9ecc7e0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-803bf1ce2131e13efc590c1bc47851fc.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-81c889563f09dd13de1701135dc62941.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-81d6f084cb273e02e15b01bd9ece87f7.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-8240df461220d1d3a028a9a4c5652a5b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-8860e58c20c6a2ab5876a0f07be43bd9.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-93882e8f9976382d7f724ac595ed7151.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-947c76bb5095da30e16668eec15406b2.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-9b256ea9cd54df92095e04c76758ceb0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-9c3519f4870fac83dc0dbf18cb6bd4c4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-9d47a87c240c1d10701cd6a02b28aa1b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-a25d1cc7bf7ca0b4e114f6bea64943f4.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-a2796e57f680e25d84c4b352ee6d7280.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-a9dc201dcd011fe71849743133052619.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-aabfce98c410957228848dc581e3c420.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-ac23eee47530ac63a1178c827db28087.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-bf0f094965d3d4a95b47babcb35fc136.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-bf23b24175490c2e46aaf92ff6a0c70f.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-c31d5f185753910c14afebc6deb2ce24.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-ca28138671823450e87dfd354f7afc6b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-daeb084aab42199d26393a56c3465bc0.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-e2791ba830489d23043be8650a22a22b.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-e2e4c4b80f3adf2c70b431bfdb1b4872.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-e53526243551a102928735ec9eed4edf.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-f575f481034e90e21d832e415fd95fcf.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-f70806bf0c7d62f2908bd5a1c3fe4efc.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW-f8f49d9fc4a9cf7d78ec99285417bd9c.json +0 -1
- package/dist/cli/wp-files/latest/languages/zh_TW.l10n.php +0 -363
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2026-04-26 00:57:42+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'Themes - Twenty Twenty-Five','language'=>'de','messages'=>['Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.'=>'Twenty Twenty-Five legt Wert auf Einfachheit und Anpassbarkeit. Es bietet flexible Designoptionen, unterstützt durch eine Vielzahl an Vorlagen für verschiedene Seitentypen, wie z. B. Dienstleistungen und Landingpages, und ist damit ideal für die Erstellung von persönlichen Blogs, professionellen Portfolios, Online-Magazinen oder Unternehmens-Websites. Die Templates eignen sich für verschiedene Blogstile, von textlastigen bis zu bildlastigen Layouts. Darüber hinaus werden internationale Typografie und diverse Farbpaletten unterstützt, was die Zugänglichkeit und Anpassbarkeit für Nutzer weltweit gewährleistet.','Twenty Twenty-Five'=>'Twenty Twenty-Five','Pattern titleRight-aligned home'=>'Rechtsbündige Startseite','Pattern titleRight-aligned archive'=>'Rechtsbündiges Archiv','Pattern titleText blog search results'=>'Textblog-Suchergebnisse','Pattern titleRight-aligned query loop'=>'Rechtsbündige Abfrageschleife','Pattern titleText blog query loop'=>'Abfrageschleife des Textblogs','Answer in the FAQs pattern.This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.'=>'Diese exquisite Zusammenstellung zeigt eine Vielzahl an Fotografien, die die Essenz verschiedener Epochen und Kulturen einfangen und die einzigartigen Stile und Perspektiven der einzelnen Künstler widerspiegeln.','Custom template namePage No Title'=>'Seite ohne Titel','Template part nameSidebar'=>'Seitenleiste','Template part nameFooter Newsletter'=>'Footer-Newsletter','Template part nameFooter Columns'=>'Footer-Spalten','Template part nameFooter'=>'Footer','Template part nameHeader with large title'=>'Header mit großem Titel','Template part nameVertical site header'=>'Vertikaler Website-Header','Template part nameHeader'=>'Header','Font family nameBeiruti'=>'Beiruti','Font family nameRoboto Slab'=>'Roboto Slab','Font family namePlatypi'=>'Platypi','Font family nameYsabeau Office'=>'Ysabeau Office','Font family nameFira Sans'=>'Fira Sans','Font family nameFira Code'=>'Fira Code','Font family nameVollkorn'=>'Vollkorn','Font family nameLiterata'=>'Literata','Font family nameManrope'=>'Manrope','Space size nameXX-Large'=>'Extragroß','Space size nameX-Large'=>'Sehr groß','Space size nameLarge'=>'Groß','Space size nameRegular'=>'Normal','Space size nameSmall'=>'Klein','Space size nameX-Small'=>'Sehr klein','Space size nameTiny'=>'Winzig','Style variation nameLiterata & Fira Sans'=>'Literata & Fira Sans','Style variation namePlatypi & Literata'=>'Platypi & Literata','Style variation nameLiterata & Ysabeau Office'=>'Literata & Ysabeau Office','Style variation nameRoboto Slab & Manrope'=>'Roboto Slab & Manrope','Style variation namePlatypi & Ysabeau Office'=>'Platypi & Ysabeau Office','Style variation nameVollkorn & Fira Code'=>'Vollkorn & Fira Code','Style variation nameBeiruti & Literata'=>'Beiruti & Literata','Style variation nameStyle 5'=>'Stil 5','Style variation nameStyle 4'=>'Stil 4','Style variation nameStyle 3'=>'Stil 3','Style variation nameStyle 2'=>'Stil 2','Style variation nameStyle 1'=>'Stil 1','Style variation namePill shaped'=>'Pillenförmig','Style variation nameAnnotation'=>'Anmerkung','Style variation nameSubtitle'=>'Untertitel','Style variation nameDisplay'=>'Display','Duotone nameMidnight filter'=>'Mitternachts-Filter','Style variation nameMidnight'=>'Mitternacht','Style variation nameSunrise'=>'Sonnenaufgang','Style variation nameMorning'=>'Morgen','Style variation nameTwilight'=>'Zwielicht','Style variation nameAfternoon'=>'Nachmittag','Style variation nameDusk'=>'Dämmerung','Font size nameExtra Extra Large'=>'Extrem groß','Font size nameExtra Large'=>'Extragroß','Font size nameLarge'=>'Groß','Font size nameMedium'=>'Mittel','Font size nameSmall'=>'Klein','Style variation nameNoon'=>'Mittag','Color nameAccent 6'=>'Akzentfarbe 6','Color nameAccent 5'=>'Akzentfarbe 5','Color nameAccent 4'=>'Akzentfarbe 4','Color nameAccent 3'=>'Akzentfarbe 3','Color nameAccent 2'=>'Akzentfarbe 2','Color nameAccent 1'=>'Akzentfarbe 1','Color nameContrast'=>'Kontrast','Color nameBase'=>'Basis','Style variation nameEvening'=>'Abend','Pattern descriptionVertical site header with site title and navigation.'=>'Vertikaler Website-Header mit Website-Titel und Navigation.','Pattern titleVertical site header'=>'Vertikaler Website-Header','Question in the FAQs pattern.Are signed copies available?'=>'Sind signierte Exemplare verfügbar?','Question in the FAQs pattern.When will The Stories Book be released?'=>'Wann wird The Stories Book veröffentlicht?','Question in the FAQs pattern.How much does The Stories Book cost?'=>'Wie viel kostet The Stories Book?','Question in the FAQs pattern.What is The Stories Book about?'=>'Worum geht es in The Stories Book?','Heading of the FAQs pattern.Frequently Asked Questions'=>'Häufig gestellte Fragen','Pattern descriptionA FAQs section with a FAQ heading and list of questions and answers.'=>'Ein FAQ-Abschnitt mit einer FAQ-Überschrift und einer Liste von Fragen und Antworten.','Pattern titleFAQs'=>'FAQs','Alt text for testimonial image.Picture of a person typing on a typewriter.'=>'Bild einer Person, die auf einer Schreibmaschine tippt.','Testimonial heading.What people are saying'=>'Was die Leute sagen','Pattern descriptionA testimonial with a large image on the right.'=>'Eine Referenz mit einem großen Bild auf der rechten Seite.','Pattern titleReview with large image on right'=>'Rezension mit großem Bild rechts','Testimonial section heading.What people are saying'=>'Was die Leute sagen','Pattern descriptionA section with three columns and two rows, each containing a testimonial and citation.'=>'Ein Abschnitt mit drei Spalten und zwei Zeilen, die jeweils eine Referenz und ein Zitat enthalten.','Pattern title3 column layout with 6 testimonials'=>'3-Spalten-Layout mit 6 Referenzen','Sample testimonial citation.Otto Reid <br><sub>Springfield, IL</sub>'=>'Jonas Bauer <br><sub>Göttingen</sub>','Sample testimonial.“Amazing quality and care. I love all your products.”'=>'„Fantastische Qualität und Sorgfalt. Ich liebe alle eure Produkte.“','Sample testimonial citation.Jo Mulligan <br /><sub>Atlanta, GA</sub>'=>'Noah Hoffmann <br /><sub>Bonn</sub>','Sample testimonial.“Superb product and customer service!”'=>'„Hervorragendes Produkt und toller Kundenservice!“','Alt text for testimonial image.Picture of a person'=>'Bild einer Person','Pattern descriptionTwo columns with testimonials and avatars.'=>'Zwei Spalten mit Referenzen und Avataren.','Pattern title2 columns with avatar'=>'2 Spalten mit Avatar','Pattern titleRight-aligned single post'=>'Rechtsbündiger Einzelbeitrag','Pattern titleText blog single post'=>'Textblog-Einzelbeitrag','Next Photo'=>'Nächstes Foto','Previous Photo'=>'Vorheriges Foto','Prefix before one or more tags. The tags are displayed in a separate block on the next line.Tagged:'=>'Schlagwörter:','Prefix before one or more categories. The categories are displayed in a separate block on the next line.Categories:'=>'Kategorien:','Prefix before the author name. The post author name is displayed in a separate block on the next line.Posted by'=>'Veröffentlicht von','Pattern titlePhoto blog single post'=>'Fotoblog-Einzelbeitrag','Prefix before the post date block.Published on'=>'Veröffentlicht am','Pattern titleOffset post without featured image'=>'Versetzter Beitrag ohne Beitragsbild','Pattern titleNews blog single post with sidebar'=>'Einzelbeitrag im Nachrichtenblog mit Seitenleiste','Separator between date and categories.·'=>'·','Prefix before the author name. The post author name is displayed in a separate block.by'=>'von','Pattern titlePost with left-aligned content'=>'Beitrag mit linksbündigem Inhalt','Pattern titleRight-aligned blog, search'=>'Rechtsbündiger Blog, Suche','Pattern titlePhoto blog search results'=>'Fotoblog-Suchergebnisse','Pattern titleNews blog search results'=>'Suchergebnisse des Nachrichtenblogs','Pattern descriptionA list of posts, 1 column, with featured image and post date.'=>'Eine Liste von Beiträgen, 1 Spalte, mit Beitragsbild und Beitragsdatum.','Pattern titleList of posts, 1 column'=>'Liste von Beiträgen, 1 Spalte','Pattern titleRight-aligned page'=>'Rechtsbündige Seite','Pattern descriptionA list of posts, 3 columns, with only featured images.'=>'Eine Liste von Beiträgen, 3 Spalten, nur mit Beitragsbildern.','Pattern titlePhoto blog posts'=>'Fotoblogbeiträge','Older Posts'=>'Ältere Beiträge','Newer Posts'=>'Neuere Beiträge','Prefix before the author name. The post author name is displayed in a separate block.Written by'=>'Verfasst von','Pattern titleNews blog query loop'=>'Abfrageschleife des Nachrichtenblogs','Pattern titlePhoto blog page'=>'Fotoblogseite','The Latest'=>'Das Neueste','Pattern titleNews blog with sidebar'=>'Nachrichtenblog mit Seitenleiste','Pattern titleText blog home'=>'Startseite des Textblogs','Architecture'=>'Architektur','Pattern titleNews blog with featured posts grid'=>'Nachrichtenblog mit Raster hervorgehobener Beiträge','Pattern titlePhoto blog home'=>'Startseite des Fotoblogs','Pattern titleNews blog home'=>'Startseite des Nachrichtenblogs','Pattern titleText blog archive'=>'Textblog-Archiv','Pattern titlePhoto blog archive'=>'Fotoblog-Archiv','Pattern titleNews blog archive'=>'Nachrichtenblog-Archiv','Pattern titleRight-aligned 404'=>'Rechtsbündige 404','Man in hat, standing in front of a building.'=>'Mann mit Hut, vor einem Gebäude stehend.','Picture of a person typing on a typewriter.'=>'Bild einer Person, die auf einer Schreibmaschine tippt.','Portrait of a nurse'=>'Porträt einer Krankenschwester','Our small team is a group of driven, detail-oriented people who are passionate about their customers.'=>'Unser kleines Team besteht aus engagierten, detailorientierten Menschen, die sich für ihre Kunden begeistern.','Pattern descriptionDisplay team photos in a services section with grid layout.'=>'Zeigt Teamfotos in einem Dienstleistungsabschnitt mit Raster-Layout an.','Pattern titleServices, team photos'=>'Dienstleistungen, Teamfotos','Smartphones capturing a scenic wildflower meadow with trees'=>'Smartphones fangen eine malerische Wildblumenwiese mit Bäumen ein','View plans'=>'Tarife anzeigen','Subscribe to get unlimited access'=>'Abonnieren, um unbegrenzten Zugang zu erhalten','Pattern descriptionA subscriber-only section highlighting exclusive services and offerings.'=>'Ein Abschnitt nur für Abonnenten, der exklusive Dienstleistungen und Angebote hervorhebt.','Pattern titleServices, subscriber only section'=>'Dienstleistungen, Abschnitt nur für Abonnenten','Deliver'=>'Liefern','Assemble'=>'Zusammenstellen','Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience'=>'Wie Blumen, die an unerwarteten Orten blühen, entfaltet sich jede Geschichte mit Schönheit und Widerstandsfähigkeit','Collect'=>'Sammeln','Image for service'=>'Bild für die Dienstleistung','Our services'=>'Unsere Dienstleistungen','Pattern descriptionThree columns with images and text to showcase services.'=>'Drei Spalten mit Bildern und Text zur Präsentation der Dienstleistungen.','Pattern titleServices, 3 columns'=>'Dienstleistungen, 3 Spalten','40€'=>'40 €','Get access to our paid newsletter and an unlimited pass.'=>'Erhalte Zugang zu unserem kostenpflichtigen Newsletter und unbegrenzten Eintritt.','Name of membership package.Expert'=>'Experte','Month'=>'Monat','20€'=>'20 €','Get access to our paid newsletter and a limited pass for one event.'=>'Erhalte Zugang zu unserem kostenpflichtigen Newsletter und einen limitierten Eintritt für eine Veranstaltung.','Get access to our free articles and weekly newsletter.'=>'Erhalte Zugang zu unseren kostenlosen Artikeln und unserem wöchentlichen Newsletter.','Choose your membership'=>'Mitgliedschaft auswählen','Pattern descriptionA three-column boxed pricing table designed to showcase services, descriptions, and pricing options.'=>'Eine dreispaltige Preistabelle, in der Dienstleistungen, Beschreibungen und Preis-Optionen dargestellt werden.','Pattern titlePricing, 3 columns'=>'Preistabelle, 3 Spalten','20€/month'=>'20 €/Monat','Name of membership package.Single'=>'Einzel','Button text, refers to joining a community. Verb.Join'=>'Beitreten','Join our forums.'=>'Tritt unseren Foren bei.','An elegant addition of home decor collection.'=>'Eine elegante Ergänzung der Wohnkultur-Kollektion.','Get a free tote bag.'=>'Erhalte eine kostenlose Tragetasche.','Join our IRL events.'=>'Nimm an unseren IRL-Veranstaltungen teil.','Get access to our paid articles and weekly newsletter.'=>'Erhalte Zugang zu unseren bezahlten Artikeln und unserem wöchentlichen Newsletter.','0€'=>'0 €','Free'=>'Kostenlos','Cancel or pause anytime.'=>'Du kannst jederzeit kündigen oder pausieren.','Pricing'=>'Preisgestaltung','Pattern descriptionPricing section with two columns, pricing plan, description, and call-to-action buttons.'=>'Preis-Abschnitt mit zwei Spalten, Tarifplan, Beschreibung und Buttons mit Handlungsaufforderung.','Pattern titlePricing, 2 columns'=>'Preistabelle, 2 Spalten','Post navigation'=>'Beitragsnavigation','Pattern descriptionNext and previous post links.'=>'Links zum nächsten und vorherigen Beitrag.','Pattern titlePost navigation'=>'Beitragsnavigation','Pattern descriptionA shop homepage pattern.'=>'Eine Vorlage für eine Shop-Homepage.','Pattern titleShop homepage'=>'Shop-Homepage','Phone number.+1 555 349 1806'=>'+49 123 456789','email@example.com'=>'e-mail@example.com','My name is Anna Möller and these are some of my photo projects.'=>'Mein Name ist Anna Möller und dies sind einige meiner Fotoprojekte.','Pattern descriptionA portfolio homepage pattern.'=>'Eine Vorlage für eine Portfolio-Homepage.','Pattern titlePortfolio homepage'=>'Portfolio-Homepage','I’m Asahachi Kōno, a Japanese photographer, a member of Los Angeles’s Japanese Camera Pictorialists of California. Before returning to Japan, I worked as a photo retoucher.'=>'Ich bin Asahachi Kōno, ein japanischer Fotograf und Mitglied der Japanese Camera Pictorialists of California in Los Angeles. Bevor ich nach Japan zurückkehrte, arbeitete ich als Fotoretuscheur.','Black and white photo focusing on a woman and a child from afar.'=>'Schwarz-Weiß-Foto, auf dem eine Frau und ein Kind aus der Ferne zu sehen sind.','Pattern descriptionA full-width, full-height link in bio section with an image, a paragraph and social links.'=>'Ein Link in voller Breite und Höhe im Biografie-Abschnitt mit einem Bild, einem Absatz und sozialen Links.','Pattern titleLink in bio with tight margins'=>'Link in der Biografie mit schmalen Außenabständen','Pattern placeholder text.I’m Nora, a dedicated public interest attorney based in Denver. I’m a graduate of Stanford University.'=>'Ich bin Nora, eine engagierte Anwältin für öffentliches Interesse mit Sitz in Denver. Ich habe an der Stanford University studiert.','Nora Winslow Keene'=>'Nora Winslow Keene','Pattern descriptionA link in bio landing page with social links, a profile photo and a brief description.'=>'Link in der Biografie: Landingpage mit sozialen Links, einem Profilbild und einer kurzen Beschreibung.','Pattern titleLink in bio with profile, links and wide margins'=>'Link in der Biografie mit Profil, Links und breiten Außenabständen','Photo of a woman worker.'=>'Foto einer Arbeiterin.','Lewis W. Hine studied sociology before moving to New York in 1901 to work at the Ethical Culture School, where he took up photography to enhance his teaching practices'=>'Lewis W. Hine studierte Soziologie, bevor er 1901 nach New York zog, um an der Ethical Culture School zu arbeiten, wo er mit der Fotografie begann, um seine Lehrtätigkeit zu erweitern','Lewis Hine'=>'Lewis Hine','Pattern descriptionA link in bio landing page with a heading, paragraph, links and a full height image.'=>'Link in der Biografie: Landingpage mit einer Überschrift, einem Absatz, Links und einem Bild in voller Höhe.','Pattern titleLink in bio heading, paragraph, links and full-height image'=>'Link in der Biografie: Überschrift, Absatz, Links und Bild in voller Höhe','Pattern descriptionA landing page for the podcast with a hero section, description, logos, grid with videos and newsletter signup.'=>'Eine Landingpage für den Podcast mit einem Hero-Abschnitt, einer Beschreibung, Logos, einem Raster mit Videos und einer Newsletter-Anmeldung.','Pattern titleLanding page for podcast'=>'Landingpage für einen Podcast','Pattern descriptionA landing page for the event with a hero section, description, FAQs and call to action.'=>'Eine Landingpage für die Veranstaltung mit einem Hero-Abschnitt, einer Beschreibung, FAQs und einer Handlungsaufforderung.','Pattern titleLanding page for event'=>'Landingpage für eine Veranstaltung','Pattern descriptionA landing page for the book with a hero section, pre-order links, locations, FAQs and newsletter signup.'=>'Eine Landingpage für das Buch mit einem Hero-Abschnitt, Vorbestellungslinks, Standorten, FAQs und einer Newsletter-Anmeldung.','Pattern titleLanding page for book'=>'Landingpage für ein Buch','Link to a page with information about what the person is working on right now.Now'=>'Aktuelles','LinkedIn'=>'LinkedIn','Woman on beach, splashing water.'=>'Frau am Strand, die mit Wasser spritzt.','Pattern placeholder text.My name is Nora Winslow Keene, and I’m a committed public interest attorney. Living in Denver, Colorado, I’ve spent years championing the rights of underrepresented workers. A graduate of Stanford University, I played a key role in securing critical protections for agricultural laborers, ensuring better wages and access to healthcare. My work has focused on advocating for environmental justice and improving the quality of life for rural communities. Every case I take on is driven by the belief that everyone deserves dignity and fair treatment in the workplace.'=>'Mein Name ist Nora Winslow Keene und ich bin eine engagierte Anwältin für öffentliches Interesse. Ich lebe in Denver, Colorado, und setze mich seit Jahren für die Rechte von unterrepräsentierten Arbeitnehmern ein. Als Absolventin der Stanford University spielte ich eine Schlüsselrolle bei der Durchsetzung wichtiger Schutzmaßnahmen für Landarbeiter, die bessere Löhne und Zugang zu medizinischer Versorgung gewährleisten. Meine Arbeit konzentriert sich auf das Eintreten für Umweltgerechtigkeit und die Verbesserung der Lebensqualität in ländlichen Gemeinden. Jeder Fall, den ich übernehme, ist von der Überzeugung getragen, dass jeder Mensch Würde und eine faire Behandlung am Arbeitsplatz verdient.','Example heading in pattern.Hey,'=>'Hallo,','Pattern descriptionA pattern for a CV/Bio landing page.'=>'Eine Vorlage für eine Landingpage für Lebenslauf/Biografie.','Pattern titleCV/bio'=>'Lebenslauf/Biografie','Subscribe to get notified when our website is ready.'=>'Abonniere, um benachrichtigt zu werden, wenn unsere Website fertig ist.','Something great is coming soon'=>'Etwas Großartiges steht kurz bevor','Event'=>'Veranstaltung','Pattern descriptionA full-width cover banner that can be applied to a page or it can work as a single landing page.'=>'Ein Cover-Banner in voller Breite, das auf eine Seite angewendet werden kann oder als einzelne Landingpage funktioniert.','Pattern titleComing soon'=>'Bald verfügbar','Pattern descriptionA business homepage pattern.'=>'Eine Vorlage für eine Unternehmens-Homepage.','Pattern titleBusiness homepage'=>'Unternehmens-Homepage','Pattern descriptionA section with overlapping images, and a description.'=>'Ein Abschnitt mit überlappenden Bildern und einer Beschreibung.','Pattern titleOverlapping images and paragraph on right'=>'Überlappende Bilder und ein Absatz rechts','More posts'=>'Weitere Beiträge','Pattern descriptionDisplays a list of posts with title and date.'=>'Zeigt eine Liste von Beiträgen mit Titel und Datum an.','Pattern titleMore posts'=>'Weitere Beiträge','Close up of two flowers on a dark background.'=>'Nahaufnahme zweier Blumen auf dunklem Hintergrund.','Portrait of an African Woman dressed in traditional costume, wearing decorative jewelry.'=>'Porträt einer afrikanischen Frau in traditioneller Tracht, die dekorativen Schmuck trägt.','Profile portrait of a native person.'=>'Profilporträt einer einheimischen Person.','Example username for social media account.@example'=>'@beispiel','Pattern descriptionA grid section with photos and a link to an Instagram profile.'=>'Ein Raster-Abschnitt mit Fotos und einem Link zu einem Instagram-Profil.','Pattern titleInstagram grid'=>'Instagram-Raster','The Stories Podcast is sponsored by'=>'The Stories Podcast wird gesponsert von','Pattern descriptionShowcasing the podcast\'s clients with a heading and a series of client logos.'=>'Die Kunden des Podcasts werden mit einer Überschrift und einer Reihe von Kundenlogos vorgestellt.','Pattern titleLogos'=>'Logos','in'=>'in','Written by '=>'Verfasst von ','Pattern titleWritten by'=>'Verfasst von','Message explaining that there are no results returned from a search.Sorry, but nothing was found. Please try a search with different keywords.'=>'Es wurde leider nichts gefunden. Bitte versuche eine Suche mit anderen Suchbegriffen.','Add text or blocks that will display when a query returns no results.'=>'Füge Text oder Blöcke hinzu, die angezeigt werden, wenn eine Abfrage keine Ergebnisse ausgibt.','Other Posts'=>'Andere Beiträge','Pattern titleSidebar'=>'Seitenleiste','Button text. Verb.Search'=>'Suchen','Pattern titleSearch'=>'Suche','Pattern descriptionHidden heading for the home page and index template.'=>'Ausgeblendete Überschrift für die Homepage und das Index-Template.','Pattern titleHidden blog heading'=>'Ausgeblendete Blog-Überschrift','404 error messageThe page you are looking for doesn\'t exist, or it has been moved. Please try searching using the form below.'=>'Die Seite, nach der du suchst, existiert nicht oder sie wurde verschoben. Bitte versuche es über die untenstehende Suche.','404 error messagePage not found'=>'Seite nicht gefunden','image descriptionSmall totara tree on ridge above Long Point'=>'Kleiner Totara-Baum auf dem Bergrücken oberhalb von Long Point','Pattern title404'=>'404','Button textRSS'=>'RSS','Button textPocket Casts'=>'Pocket Casts','Button textSpotify'=>'Spotify','Button textApple Podcasts'=>'Apple Podcasts','Button textYouTube'=>'YouTube','Subscribe on your favorite platform'=>'Auf deiner Lieblingsplattform abonnieren','Podcast descriptionStorytelling, expert analysis, and vivid descriptions. The Stories Podcast brings history to life, making it accessible and engaging for a global audience.'=>'Geschichten, Expertenanalysen und bildhafte Beschreibungen. The Stories Podcast erweckt Geschichte zum Leben und macht sie für ein weltweites Publikum zugänglich und interessant.','The Stories Podcast'=>'The Stories Podcast','Alt text for hero image.Picture of a person'=>'Bild einer Person','Pattern titleHero podcast'=>'Hero-Abschnitt für einen Podcast','Book Image'=>'Bild eines Buchs','Hero - Overlapped book cover pattern subline textA fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.'=>'Eine schöne Sammlung von Momentaufnahmen mit Fotografien von Louis Fleckenstein, Paul Strand und Asahachi Kōno.','Hero - Overlapped book cover pattern headline textThe Stories Book'=>'The Stories Book','Pattern descriptionA hero with an overlapped book cover and links.'=>'Ein Hero-Abschnitt mit einem überlappenden Buchcover und Links.','Pattern titleHero, overlapped book cover with links'=>'Hero, überlappendes Buchcover mit Links','Sample hero paragraphLike flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Wie Blumen, die an unerwarteten Orten blühen, entfaltet sich jede Geschichte mit Schönheit und Widerstandsfähigkeit und offenbart verborgene Wunder.','Sample hero headingTell your story'=>'Erzähle deine Geschichte','Alt text for cover image.Picture of a flower'=>'Bild einer Blume','Pattern descriptionA hero with a full width image, heading, short paragraph and button.'=>'Ein Hero-Abschnitt mit einem Bild in voller Breite, einer Überschrift, einem kurzen Absatz und einem Button.','Pattern titleHero, full width image'=>'Hero, Bild in voller Breite','CTA text of the hero section.Available for pre-order now.'=>'Ab sofort vorbestellbar.','Content of the hero section.A fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.'=>'Eine schöne Sammlung von Momentaufnahmen mit Fotografien von Louis Fleckenstein, Paul Strand und Asahachi Kōno.','Heading of the hero section.The Stories Book'=>'The Stories Book','Image of the book'=>'Bild des Buches','Pattern descriptionA hero section for the book with a description and pre-order link.'=>'Ein Hero-Abschnitt für das Buch mit einer Beschreibung und einem Link zur Vorbestellung.','Pattern titleHero book'=>'Hero-Abschnitt für ein Buch','Alt text for Overview picture.Cliff Palace, Colorado'=>'Cliff Palace, Colorado','Event Overview Text.Held over a weekend, the event is structured around a series of exhibitions, workshops, and panel discussions. The exhibitions showcase a curated selection of photographs that tell compelling stories from various corners of the globe, each image accompanied by detailed narratives that provide context and deeper insight into the historical significance of the scenes depicted. These photographs are drawn from the archives of renowned photographers, as well as emerging talents, ensuring a blend of both classical and contemporary perspectives.'=>'Die Veranstaltung findet an einem Wochenende statt und besteht aus einer Reihe von Ausstellungen, Workshops und Podiumsdiskussionen. Die Ausstellungen zeigen eine kuratierte Auswahl von Fotografien, die fesselnde Geschichten aus verschiedenen Teilen der Welt erzählen. Jedes Bild wird von ausführlichen Erzählungen begleitet, die den Kontext und tiefere Einblicke in die historische Bedeutung der abgebildeten Szenen liefern. Die Fotografien stammen aus den Archiven renommierter Fotografen und aufstrebender Talente, sodass eine Mischung aus klassischen und zeitgenössischen Perspektiven entsteht.','About the event'=>'Über die Veranstaltung','Pattern descriptionA two-column section with a heading and paragraph on the left, and an image on the right.'=>'Ein zweispaltiger Abschnitt mit einer Überschrift und einem Absatz links und einem Bild rechts.','Pattern titleHeading and paragraph with image on the right'=>'Überschrift und Absatz mit Bild rechts','Pattern descriptionSite header with site title and navigation.'=>'Website-Header mit Website-Titel und Navigation.','Pattern titleHeader'=>'Header','Pattern descriptionSite header with large site title and right-aligned navigation.'=>'Website-Header mit großem Website-Titel und rechtsbündiger Navigation.','Pattern titleHeader with large title'=>'Header mit großem Titel','Pattern descriptionSite header with site title and navigation in columns.'=>'Website-Header mit Website-Titel und Navigation in Spalten.','Pattern titleHeader with columns'=>'Header mit Spalten','Pattern descriptionSite header with centered site title and navigation.'=>'Website-Header mit zentriertem Website-Titel und Navigation.','Pattern titleCentered site header'=>'Zentrierter Website-Header','Sunflowers'=>'Sonnenblumen','Cactus'=>'Kaktus','Anthuriums'=>'Flamingoblumen','Close up of a red anthurium.'=>'Nahaufnahme einer roten Flamingoblume.','Top Categories'=>'Top-Kategorien','Pattern descriptionA grid section with different categories.'=>'Ein Raster-Abschnitt mit unterschiedlichen Kategorien.','Pattern titleGrid with categories'=>'Raster mit Kategorien','Podcast'=>'Podcast','Explore the episodes'=>'Erkunde die Folgen','Pattern descriptionA grid with videos.'=>'Ein Raster mit Videos.','Pattern titleGrid with videos'=>'Raster mit Videos','https://example.com'=>'https://example.com','The Stories Book, a fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno, is available for pre-order'=>'The Stories Book, eine schöne Sammlung von Momentaufnahmen mit Fotografien von Louis Fleckenstein, Paul Strand und Asahachi Kōno, kann jetzt vorbestellt werden','Pattern descriptionA link post format with a description and an emphasized link for key content.'=>'Ein Link-Beitragsformat mit einer Beschreibung und einem hervorgehobenen Link für wichtige Inhalte.','Pattern titleLink format'=>'Link-Format','Acoma Pueblo, in New Mexico, stands as a testament to the resilience and cultural heritage of the Acoma people'=>'Das Acoma Pueblo in New Mexico ist ein Zeugnis für die Widerstandsfähigkeit und das kulturelle Erbe des Acoma-Volkes','Episode 1: Acoma Pueblo with Prof. Fiona Presley'=>'Folge 1: Acoma Pueblo mit Prof. Fiona Presley','Pattern descriptionAn audio post format with an image, title, audio player, and description.'=>'Ein Audio-Beitragsformat mit einem Bild, einem Titel, einem Audio-Player und einer Beschreibung.','Pattern titleAudio format'=>'Audio-Format','Pattern descriptionFooter columns with logo, title, tagline and links.'=>'Footer-Spalten mit Logo, Titel, Untertitel und Links.','Pattern titleFooter'=>'Footer','Pattern descriptionFooter with centered site title and social links.'=>'Footer mit zentriertem Website-Titel und sozialen Links.','Pattern titleCentered footer with social links'=>'Zentrierter Footer mit sozialen Links','Receive our articles in your inbox.'=>'Erhalte unsere Artikel in deinem Posteingang.','Pattern descriptionFooter with large site title and newsletter signup.'=>'Footer mit großem Website-Titel und Newsletter-Anmeldung.','Pattern titleFooter with newsletter signup'=>'Footer mit Newsletter-Anmeldung','Themes'=>'Themes','Patterns'=>'Vorlagen','Shop'=>'Shop','Featured'=>'Hervorgehoben','Authors'=>'Autoren','FAQs'=>'FAQs','About'=>'Impressum','Blog'=>'Blog','Pattern descriptionFooter columns with title, tagline and links.'=>'Footer-Spalten mit Titel, Untertitel und Links.','Pattern titleFooter with columns'=>'Footer mit Spalten','Designed with %s'=>'Gestaltet mit %s','Pattern descriptionFooter with centered site title and tagline.'=>'Footer mit zentriertem Website-Titel und Untertitel.','Pattern titleCentered footer'=>'Zentrierter Footer','An introduction to African dialects'=>'Eine Einführung in afrikanische Dialekte','Black and white photo of an African woman.'=>'Ein Schwarzweißfoto einer afrikanischen Frau.','Ancient buildings and symbols'=>'Antike Gebäude und Symbole','The Acropolis of Athens.'=>'Die Akropolis in Athen.','Things you didn’t know about the deep ocean'=>'Was du noch nicht über die Tiefsee wusstest','View of the deep ocean.'=>'Blick auf die Tiefsee.','Pattern placeholder text with link.Lecture by <a href="#">Prof. Fiona Presley</a>'=>'Vortrag von <a href="#">Prof. Fiona Presley</a>','Example event time in pattern.9 AM — 11 AM'=>'9 bis 11 Uhr','Fauna from North America and its characteristics'=>'Nordamerikas Fauna und ihre Merkmale','Birds on a lake.'=>'Vögel auf einem See.','Agenda'=>'Agenda','Pattern descriptionA section with specified dates and times for an event.'=>'Ein Abschnitt mit Datums- und Zeitangaben für eine Veranstaltung.','Pattern titleEvent schedule'=>'Veranstaltungsplan','Close up photo of white flowers on a grey background'=>'Nahaufnahme weißer Blumen vor einem grauen Hintergrund','Abbreviation for "Please respond".RSVP'=>'RSVP','This immersive event celebrates the universal human experience through the lenses of history and ancestry, featuring a diverse array of photographers whose works capture the essence of different cultures and historical moments.'=>'Die Veranstaltung feiert die universelle menschliche Erfahrung durch die Brille der Geschichte und der Vorfahren und präsentiert eine Vielzahl von Fotografen, deren Werke die Essenz verschiedener Kulturen und historischer Momente einfangen.','Free Workshop'=>'Kostenloser Workshop','Pattern descriptionRSVP for an upcoming event with a cover image and event details.'=>'RSVP für eine bevorstehende Veranstaltung mit einem Titelbild und Veranstaltungsdetails.','Pattern titleEvent RSVP'=>'RSVP für Veranstaltung','Event details'=>'Veranstaltungsdetails','Event image'=>'Veranstaltungsbild','These are some of the upcoming events.'=>'Dies sind einige der kommenden Veranstaltungen.','Events'=>'Veranstaltungen','Pattern descriptionA header with title and text and three columns that show 3 events with their images and titles.'=>'Ein Header mit Titel und Text sowie drei Spalten, die 3 Veranstaltungen mit ihren Bildern und Titeln anzeigen.','Pattern titleEvents, 3 columns with event images and titles'=>'Veranstaltungen, 3 Spalten mit Veranstaltungsbildern und -titeln','Subscribe'=>'Abonnieren','Get access to a curated collection of moments in time featuring photographs from historical relevance.'=>'Erhalte Zugang zu einer kuratierten Sammlung von Momentaufnahmen mit Fotos von historischer Bedeutung.','Sign up to get daily stories'=>'Melde dich an, um tägliche Geschichten zu erhalten','Pattern titleNewsletter sign-up'=>'Newsletter-Anmeldung','Search input field placeholder text.Type here...'=>'Hier eingeben …','Search form label.Search'=>'Suche','What are you looking for?'=>'Wonach suchst du?','Pattern descriptionLarge heading with a search form for quick navigation.'=>'Große Überschrift mit einem Suchformular für eine schnelle Navigation.','Pattern titleHeading and search form'=>'Überschrift und Suchformular','Shop now'=>'Jetzt einkaufen','Botany flowers'=>'Botanische Blumen','Cancel anytime'=>'Jederzeit kündbar','Free shipping'=>'Kostenloser Versand','Tailored to your needs'=>'Maßgeschneidert auf deine Bedürfnisse','Flora of Akaka Falls State Park'=>'Flora des Akaka Falls State Parks','30€'=>'30 €','Starting at%s/month'=>'Ab%s/Monat','Closeup of plantlife in the Malibu Canyon area'=>'Nahaufnahme der Pflanzenwelt im Malibu-Canyon','Delivered every week'=>'Wöchentliche Lieferung','Black and white flower'=>'Blume in Schwarz-Weiß','Our online store.'=>'Unser Online-Shop.','Pattern descriptionA call to action featuring product images.'=>'Eine Handlungsaufforderung mit Produktbildern.','Pattern titleCall to action with grid layout with products and link'=>'Handlungsaufforderung mit Raster-Layout mit Produkten und Link','Thornville, OH, USA'=>'Leipzig, Deutschland','Mexico City, Mexico'=>'Freiburg, Deutschland','Buy Tickets'=>'Tickets kaufen','Example event date in pattern.Mon, Jan 1'=>'Mo., 1. Januar','Atlanta, GA, USA'=>'Lübeck, Deutschland','These are some of the upcoming events'=>'Dies sind einige der kommenden Veranstaltungen','Upcoming events'=>'Bevorstehende Veranstaltungen','Pattern descriptionA list of events with call to action.'=>'Eine Liste von Veranstaltungen mit Handlungsaufforderung.','Pattern titleEvents list'=>'Veranstaltungsliste','Learn more'=>'Mehr erfahren','Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Wie Blumen, die an unerwarteten Orten blühen, entfaltet sich jede Geschichte mit Schönheit und Widerstandsfähigkeit und offenbart verborgene Wunder.','Tell your story'=>'Erzähle deine Geschichte','Pattern descriptionA hero with a centered heading, paragraph and button.'=>'Ein Hero-Abschnitt mit einer zentrierten Überschrift, einem Absatz und einem Button.','Pattern titleCentered heading'=>'Zentrierte Überschrift','United Kingdom'=>'Vereinigtes Königreich','United States'=>'Vereinigte Staaten von Amerika','Switzerland'=>'Schweiz','New Zealand'=>'Neuseeland','Japan'=>'Japan','Canada'=>'Kanada','Brazil'=>'Brasilien','Book Store'=>'Buchhandlung','Australia'=>'Australien','The Stories Book will be available from these international retailers.'=>'The Stories Book wird bei diesen internationalen Händlern erhältlich sein.','International editions'=>'Internationale Ausgaben','Pattern descriptionA call to action section with links to get the book in the most popular locations.'=>'Ein Abschnitt mit Handlungsaufforderung und Links, um das Buch an den beliebtesten Orten zu beziehen.','Pattern titleCall to action with locations'=>'Handlungsaufforderung mit Standorten','Pattern placeholder text with link.Outside Europe? View <a href="#" rel="nofollow">international editions</a>.'=>'Außerhalb Europas? Sieh dir die <a href="#" rel="nofollow">internationalen Ausgaben</a> an.','Example brand name.Simon & Schuster'=>'Simon & Schuster','Example brand name.BAM!'=>'Thalia','Example brand name.Spotify'=>'Spotify','Example brand name.Bookshop.org'=>'Bookshop.org','Example brand name.Apple Books'=>'Apple Books','Example brand name.Barnes & Noble'=>'Hugendubel','Example brand name.Audible'=>'Audible','Example brand name.Amazon'=>'Amazon','Buy your copy of The Stories Book'=>'Kaufe dein Exemplar von The Stories Book','Pattern descriptionA call to action section with links to get the book in different websites.'=>'Ein Abschnitt mit Handlungsaufforderung und Links, um das Buch über verschiedene Websites zu beziehen.','Pattern titleCall to action with book links'=>'Handlungsaufforderung mit Buch-Links','The business location'=>'Der Unternehmensstandort','Get directions'=>'Wegbeschreibung anzeigen','Visit us at 123 Example St. Manhattan, NY 10300, United States'=>'Besuche uns in der Beispielstr. 123, 10115 Berlin, Deutschland','Pattern descriptionContact section with a location address, a directions link, and an image of the location.'=>'Kontakt-Abschnitt mit einer Standortadresse, einem Link zur Wegbeschreibung und einem Bild des Standortes.','Pattern titleContact location and link'=>'Kontakt – Standort und Link','Portland'=>'München','Salt Lake City'=>'Hamburg','San Diego'=>'Frankfurt','123 Example St. Manhattan, NY 10300 United States'=>'Beispielstr. 123, 10115 Berlin, Deutschland','New York'=>'Berlin','example@example.com'=>'beispiel@example.com','Email'=>'E-Mail-Adresse','TikTok'=>'TikTok','Facebook'=>'Facebook','Instagram'=>'Instagram','Refers to the social media platform formerly known as Twitter.X'=>'X','Social media'=>'Soziale Medien','How to get in touch with us'=>'So nimmst du Kontakt mit uns auf','Pattern descriptionContact section with social media links, email, and multiple location details.'=>'Kontakt-Abschnitt mit Links zu sozialen Medien, E-Mail-Adresse und Angaben zu mehreren Standorten.','Pattern titleContact, info and locations'=>'Kontakt, Infos und Standorte','Heading of the Contact social link patternGot questions? <br><a href="#" rel="nofollow">Feel free to reach out.</a>'=>'Hast du Fragen? <br><a href="#" rel="nofollow">Dann kannst du uns gerne kontaktieren.</a>','Pattern descriptionCentered contact section with a prominent message and social media links.'=>'Zentrierter Kontakt-Abschnitt mit einer hervorgehobenen Nachricht und Links zu sozialen Medien.','Pattern titleCentered link and social links'=>'Zentrierter Link und soziale Links','Comments'=>'Kommentare','Pattern descriptionComments area with comments list, pagination, and comment form.'=>'Kommentarbereich mit Kommentarliste, Seitennummerierung und Kommentarformular.','Pattern titleComments'=>'Kommentare','Pattern descriptionPrints the name of the post format with the help of the Block Bindings API.'=>'Gibt den Namen des Beitragsformats mithilfe der Block Bindings (Blockbindungs-)API aus.','Pattern titlePost format name'=>'Name des Beitragsformats','Black and white photography close up of a flower.'=>'Schwarz-Weiß-Nahaufnahme einer Blume.','Photography close up of a red flower.'=>'Nahaufnahme einer roten Blume.','%s is a flower delivery and subscription business. Based in the EU, our mission is not only to deliver stunning flower arrangements across but also foster knowledge and enthusiasm on the beautiful gift of nature: flowers.'=>'%s ist ein Blumenversand- und Abonnement-Unternehmen. Mit Sitz in der EU haben wir es uns zur Aufgabe gemacht, nicht nur atemberaubende Blumenarrangements zu liefern, sondern auch das Wissen und die Begeisterung für das schöne Geschenk der Natur zu fördern: Blumen.','About Us'=>'Über uns','Pattern descriptionA banner with a short paragraph, and two images displayed in a grid layout.'=>'Ein Banner mit einem kurzen Absatz und zwei in einem Raster-Layout angezeigten Bildern.','Pattern titleBanner with description and images grid'=>'Banner mit Beschreibung und Bilder-Raster','#stories'=>'#geschichten','Let’s hear them.'=>'Hören wir sie uns an.','Fuego Bar, Mexico City'=>'Fuego Bar, Freiburg','Example event date in pattern.Aug 08—10 2025'=>'8.–10. August 2025','Placeholder heading in four languages.“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”'=>'„Geschichten, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>“','Picture of a historical building in ruins.'=>'Bild von Ruinen eines historischen Gebäudes.','Pattern descriptionA section that can be used as a banner or a landing page to announce an event.'=>'Ein Abschnitt, der als Banner oder Landingpage verwendet werden kann, um eine Veranstaltung anzukündigen.','Pattern titlePoster-like section'=>'Plakatähnlicher Abschnitt','Example brand name.Fleurs'=>'Fleurs','Pattern placeholder text.We\'re %s, our mission is to deliver exquisite flower arrangements that not only adorn living spaces but also inspire a deeper appreciation for natural beauty.'=>'Wir sind %s und haben es uns zur Aufgabe gemacht, exquisite Blumenarrangements zu liefern, die nicht nur Wohnräume schmücken, sondern auch ein tieferes Verständnis für die Schönheit der Natur wecken.','Pattern descriptionA large left-aligned heading with a brand name emphasized in bold.'=>'Eine große, linksbündige Überschrift mit einem in Fettschrift hervorgehobenen Markennamen.','Pattern titleIntro with left-aligned description'=>'Intro mit linksbündiger Beschreibung','Sample description for banner with flower.Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Wie Blumen, die an unerwarteten Orten blühen, entfaltet sich jede Geschichte mit Schönheit und Widerstandsfähigkeit und offenbart verborgene Wunder.','Heading for banner pattern.New arrivals'=>'Neu eingetroffen','Alt text for intro picture.Picture of a flower'=>'Bild einer Blume','Pattern descriptionA Intro pattern with Short heading, paragraph and image on the left.'=>'Eine Intro-Vorlage mit kurzer Überschrift, Absatz und einem Bild links.','Pattern titleShort heading and paragraph and image on the left'=>'Kurze Überschrift und Absatz und Bild links','Stories'=>'Geschichten','Photo of a field full of flowers, a blue sky and a tree.'=>'Foto von einem Feld voller Blumen, einem blauen Himmel und einem Baum.','Pattern descriptionA full-width cover section with a large background image and an oversized heading.'=>'Ein Cover-Abschnitt in voller Breite mit einem großen Hintergrundbild und einer übergroßen Überschrift.','Pattern titleCover with big heading'=>'Cover mit großer Überschrift','Image of a book'=>'Bild eines Buches','Pattern placeholder text.This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein’s evocative imagery, Strand’s groundbreaking modernist approach, and Kōno’s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography. Each image in “The Stories Book” is accompanied by insightful commentary, providing historical context and revealing the stories behind the photographs. This collection is not only a visual feast but also a tribute to the power of photography to preserve and narrate the multifaceted experiences of humanity.'=>'Diese exquisite Zusammenstellung zeigt eine Vielzahl von Fotografien, die die Essenz verschiedener Epochen und Kulturen einfangen und die einzigartigen Stile und Perspektiven der einzelnen Künstler widerspiegeln. Fleckensteins stimmungsvolle Bilder, Strands bahnbrechender modernistischer Ansatz und Kōnos akribische Dokumentation des japanischen Lebens fügen sich zu einer harmonischen Mischung zusammen, die die Kunst der Fotografie feiert. Jedes Bild in „The Stories Book“ wird von einem aufschlussreichen Kommentar begleitet, der den historischen Kontext und die Geschichten hinter den Fotografien offenbart. Diese Sammlung ist nicht nur ein visueller Leckerbissen, sondern auch eine Hommage an die Kraft der Fotografie, die vielfältigen Erfahrungen der Menschheit zu bewahren und zu erzählen.','About the book'=>'Über das Buch','Pattern descriptionBanner with book description and accompanying image for promotion.'=>'Banner mit Buchbeschreibung und begleitendem Bild für Werbezwecke.','Pattern titleBanner with book description'=>'Banner mit Buchbeschreibung','Label for the block binding placeholder in the editorPost format name'=>'Name des Beitragsformats','A collection of post format patterns.'=>'Eine Sammlung von Beitragsformat-Vorlagen.','Post formats'=>'Beitragsformate','A collection of full page layouts.'=>'Eine Sammlung von ganzseitigen Layouts.','Pages'=>'Seiten','Checkmark'=>'Häkchen','https://wordpress.org'=>'https://de.wordpress.org','the WordPress team'=>'Das WordPress-Team','https://wordpress.org/themes/twentytwentyfive/'=>'https://de.wordpress.org/themes/twentytwentyfive/']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2025-11-13 16:14:19+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'Themes - Twenty Twenty-Five','language'=>'es','messages'=>['Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.'=>'Twenty Twenty-Five hace hincapié en la sencillez y la adaptabilidad. Ofrece opciones de diseño flexibles, respaldados por una variedad de patrones para distintos tipos de páginas, como páginas de servicios y de destino, por lo que es ideal para crear blogs personales, porfolios profesionales, revistas digitales o sitios web empresariales. Sus plantillas se adaptan a varios estilos de blog, desde diseños centrados en el texto a otros con muchas imágenes. Además, admite tipografía internacional y diversas paletas de colores, lo que garantiza la accesibilidad y personalización para usuarios de todo el mundo.','Twenty Twenty-Five'=>'Twenty Twenty-Five','Pattern titleRight-aligned home'=>'Inicio alineado a la derecha','Pattern titleRight-aligned archive'=>'Archivo alineado a la derecha','Pattern titleText blog search results'=>'Resultados de la búsqueda de blog de texto','Pattern titleRight-aligned query loop'=>'Consulta de contenidos alineada a la derecha','Pattern titleText blog query loop'=>'Consulta de contenidos de blog de texto','Answer in the FAQs pattern.This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.'=>'Esta exquisita recopilación muestra un conjunto diverso de fotografías que captan la esencia de distintas épocas y culturas, reflejando los estilos y perspectivas únicos de cada artista.','Custom template namePage No Title'=>'Página sin título','Template part nameSidebar'=>'Barra lateral','Template part nameFooter Newsletter'=>'Boletín en pie de página','Template part nameFooter Columns'=>'Columnas del pie de página','Template part nameFooter'=>'Pie de página','Template part nameHeader with large title'=>'Cabecera con título grande','Template part nameVertical site header'=>'Cabecera vertical del sitio','Template part nameHeader'=>'Cabecera','Font family nameBeiruti'=>'Beiruti','Font family nameRoboto Slab'=>'Roboto Slab','Font family namePlatypi'=>'Platypi','Font family nameYsabeau Office'=>'Ysabeau Office','Font family nameFira Sans'=>'Fira Sans','Font family nameFira Code'=>'Fira Code','Font family nameVollkorn'=>'Vollkorn','Font family nameLiterata'=>'Literata','Font family nameManrope'=>'Manrope','Space size nameXX-Large'=>'XX Grande','Space size nameX-Large'=>'X-grande','Space size nameLarge'=>'Grande','Space size nameRegular'=>'Normal','Space size nameSmall'=>'Pequeño','Space size nameX-Small'=>'X-pequeño','Space size nameTiny'=>'Diminuta','Style variation nameLiterata & Fira Sans'=>'Literata & Fira Sans','Style variation namePlatypi & Literata'=>'Platypi & Literata','Style variation nameLiterata & Ysabeau Office'=>'Literata & Ysabeau Office','Style variation nameRoboto Slab & Manrope'=>'Roboto Slab & Manrope','Style variation namePlatypi & Ysabeau Office'=>'Platypi & Ysabeau Office','Style variation nameVollkorn & Fira Code'=>'Vollkorn & Fira Code','Style variation nameBeiruti & Literata'=>'Beiruti & Literata','Style variation nameStyle 5'=>'Estilo 5','Style variation nameStyle 4'=>'Estilo 4','Style variation nameStyle 3'=>'Estilo 3','Style variation nameStyle 2'=>'Estilo 2','Style variation nameStyle 1'=>'Estilo 1','Style variation namePill shaped'=>'Forma de píldora','Style variation nameAnnotation'=>'Notas','Style variation nameSubtitle'=>'Subtítulo','Style variation nameDisplay'=>'Decorativo','Duotone nameMidnight filter'=>'Filtro de medianoche','Style variation nameMidnight'=>'Medianoche','Style variation nameSunrise'=>'Amanecer','Style variation nameMorning'=>'Mañana','Style variation nameTwilight'=>'Crepúsculo','Style variation nameAfternoon'=>'Tarde','Style variation nameDusk'=>'Atardecer','Font size nameExtra Extra Large'=>'Extra extra grande','Font size nameExtra Large'=>'Extra grande','Font size nameLarge'=>'Grande','Font size nameMedium'=>'Medio','Font size nameSmall'=>'Pequeño','Style variation nameNoon'=>'Mediodía','Color nameAccent 6'=>'Énfasis 6','Color nameAccent 5'=>'Énfasis 5','Color nameAccent 4'=>'Énfasis 4','Color nameAccent 3'=>'Énfasis 3','Color nameAccent 2'=>'Énfasis 2','Color nameAccent 1'=>'Énfasis 1','Color nameContrast'=>'Contraste','Color nameBase'=>'Base','Style variation nameEvening'=>'Tarde','Pattern descriptionVertical site header with site title and navigation.'=>'Cabecera vertical del sitio con título del sitio y navegación','Pattern titleVertical site header'=>'Cabecera vertical del sitio','Question in the FAQs pattern.Are signed copies available?'=>'¿Hay ejemplares firmados disponibles?','Question in the FAQs pattern.When will The Stories Book be released?'=>'¿Cuándo saldrá a la venta El libro de las historias?','Question in the FAQs pattern.How much does The Stories Book cost?'=>'¿Cuánto cuesta El libro de las historias?','Question in the FAQs pattern.What is The Stories Book about?'=>'¿De qué trata El libro de las historias?','Heading of the FAQs pattern.Frequently Asked Questions'=>'Preguntas más frecuentes','Pattern descriptionA FAQs section with a FAQ heading and list of questions and answers.'=>'Una sección de FAQs con un encabezado de Preguntas Frecuentes y una lista de preguntas y respuestas.','Pattern titleFAQs'=>'FAQs','Alt text for testimonial image.Picture of a person typing on a typewriter.'=>'Imagen de una persona tecleando en una máquina de escribir.','Testimonial heading.What people are saying'=>'Lo que dice la gente','Pattern descriptionA testimonial with a large image on the right.'=>'Una recomendación con una imagen grande a la derecha.','Pattern titleReview with large image on right'=>'Revisión con imagen grande a la derecha','Testimonial section heading.What people are saying'=>'Lo que dice la gente','Pattern descriptionA section with three columns and two rows, each containing a testimonial and citation.'=>'Una sección con tres columnas y dos filas, cada una de las cuales contiene una recomendación y una cita.','Pattern title3 column layout with 6 testimonials'=>'Diseño en 3 columnas con 6 recomendaciones','Sample testimonial citation.Otto Reid <br><sub>Springfield, IL</sub>'=>'Otto Reid <br><sub>Springfield, IL</sub>','Sample testimonial.“Amazing quality and care. I love all your products.”'=>'«Calidad y atención increíbles. Me encantan todos vuestros productos».','Sample testimonial citation.Jo Mulligan <br /><sub>Atlanta, GA</sub>'=>'Jo Mulligan <br /><sub>Atlanta, GA</sub>','Sample testimonial.“Superb product and customer service!”'=>'«¡Producto y servicio al cliente magníficos!»','Alt text for testimonial image.Picture of a person'=>'Foto de una persona','Pattern descriptionTwo columns with testimonials and avatars.'=>'Dos columnas con testimonios y avatares.','Pattern title2 columns with avatar'=>'2 columnas con avatar','Pattern titleRight-aligned single post'=>'Entrada única alineada a la derecha','Pattern titleText blog single post'=>'Entrada individual de blog de texto','Next Photo'=>'Foto siguiente','Previous Photo'=>'Foto anterior','Prefix before one or more tags. The tags are displayed in a separate block on the next line.Tagged:'=>'Etiquetado:','Prefix before one or more categories. The categories are displayed in a separate block on the next line.Categories:'=>'Categorías: ','Prefix before the author name. The post author name is displayed in a separate block on the next line.Posted by'=>'Publicado por','Pattern titlePhoto blog single post'=>'Entrada única de foto blog','Prefix before the post date block.Published on'=>'Publicado el','Pattern titleOffset post without featured image'=>'Post desplazado sin imagen destacada','Pattern titleNews blog single post with sidebar'=>'Entrada simple de blog de noticias con barrra latertal','Separator between date and categories.·'=>'·','Prefix before the author name. The post author name is displayed in a separate block.by'=>'por','Pattern titlePost with left-aligned content'=>'Entrada con contenido alineado a la izquierda','Pattern titleRight-aligned blog, search'=>'Blog alineado a la derecha, búsqueda','Pattern titlePhoto blog search results'=>'Resultados de la búsqueda en el foto blog','Pattern titleNews blog search results'=>'Resultados de la búsqueda en blogs de noticias','Pattern descriptionA list of posts, 1 column, with featured image and post date.'=>'Una lista de entradas, 1 columna, con imagen destacada y fecha de entrada.','Pattern titleList of posts, 1 column'=>'Lista de entradas, 1 columna','Pattern titleRight-aligned page'=>'Página alineada a la derecha','Pattern descriptionA list of posts, 3 columns, with only featured images.'=>'Una lista de entradas, a 3 columnas, sólo con imágenes destacadas.','Pattern titlePhoto blog posts'=>'Entradas de foto blog','Older Posts'=>'Entradas anteriores','Newer Posts'=>'Entradas más recientes','Prefix before the author name. The post author name is displayed in a separate block.Written by'=>'Escrito por','Pattern titleNews blog query loop'=>'Bucle de consulta del blog de noticias','Pattern titlePhoto blog page'=>'Página del foto blog','The Latest'=>'Lo último','Pattern titleNews blog with sidebar'=>'Blog de noticias con barra lateral','Pattern titleText blog home'=>'Inicio de blog de texto','Architecture'=>'Arquitectura','Pattern titleNews blog with featured posts grid'=>'Blog de noticias con cuadrícula de entradas destacadas','Pattern titlePhoto blog home'=>'Inicio de foto blog','Pattern titleNews blog home'=>'Página de inicio de blog de noticias','Pattern titleText blog archive'=>'Archivo de blog de texto','Pattern titlePhoto blog archive'=>'Archivo de foto blog','Pattern titleNews blog archive'=>'Archivo de blog de noticias','Pattern titleRight-aligned 404'=>'404 alineado a la derecha','Man in hat, standing in front of a building.'=>'Hombre con sombrero, de pie delante de un edificio.','Picture of a person typing on a typewriter.'=>'Imagen de una persona tecleando en una máquina de escribir.','Portrait of a nurse'=>'Retrato de una enfermera','Our small team is a group of driven, detail-oriented people who are passionate about their customers.'=>'Nuestro pequeño equipo es un grupo de personas motivadas, orientadas al detalle y apasionadas por sus clientes.','Pattern descriptionDisplay team photos in a services section with grid layout.'=>'Muestra las fotos del equipo en una sección de servicios con diseño de cuadrícula.','Pattern titleServices, team photos'=>'Servicios, fotos del equipo','Smartphones capturing a scenic wildflower meadow with trees'=>'Teléfonos captando un prado pintoresco de flores silvestres con árboles','View plans'=>'Ver planes','Subscribe to get unlimited access'=>'Suscríbete para tener acceso ilimitado','Pattern descriptionA subscriber-only section highlighting exclusive services and offerings.'=>'Una sección sólo para suscriptores en la que se destacan servicios y ofertas exclusivos.','Pattern titleServices, subscriber only section'=>'Servicios, sección sólo para abonados','Deliver'=>'Entrega','Assemble'=>'Ensamblador','Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience'=>'Como las flores que florecen en lugares inesperados, cada historia se desarrolla con belleza y resistencia','Collect'=>'Recoge','Image for service'=>'Imagen para el servicio','Our services'=>'Nuestros servicios','Pattern descriptionThree columns with images and text to showcase services.'=>'Tres columnas con imágenes y texto para mostrar los servicios.','Pattern titleServices, 3 columns'=>'Servicios, 3 columnas','40€'=>'40€','Get access to our paid newsletter and an unlimited pass.'=>'Consigue acceso a nuestro boletín de pago y a un pase ilimitado.','Name of membership package.Expert'=>'Experto','Month'=>'Mes','20€'=>'20€','Get access to our paid newsletter and a limited pass for one event.'=>'Consigue acceso a nuestro boletín de pago y un pase limitado para un evento.','Get access to our free articles and weekly newsletter.'=>'Accede a nuestros artículos gratuitos y al boletín semanal.','Choose your membership'=>'Elige tu membresía','Pattern descriptionA three-column boxed pricing table designed to showcase services, descriptions, and pricing options.'=>'Una tabla de precios en recuadro de tres columnas diseñada para mostrar servicios, descripciones y opciones de precios.','Pattern titlePricing, 3 columns'=>'Precios, 3 columnas','20€/month'=>'20€/mes','Name of membership package.Single'=>'Único','Button text, refers to joining a community. Verb.Join'=>'Únete','Join our forums.'=>'Únete a nuestros foros.','An elegant addition of home decor collection.'=>'Un complemento elegante de la colección de decoraciones del hogar.','Get a free tote bag.'=>'Consigue una bolsa de asas gratis.','Join our IRL events.'=>'Únete a nuestros eventos presenciales.','Get access to our paid articles and weekly newsletter.'=>'Accede a nuestros artículos de pago y al boletín semanal.','0€'=>'0€','Free'=>'Gratis','Cancel or pause anytime.'=>'Cancela o pausa en cualquier momento.','Pricing'=>'Precios','Pattern descriptionPricing section with two columns, pricing plan, description, and call-to-action buttons.'=>'Sección de precios con dos columnas, plan de precios, descripción y botones de llamada a la acción.','Pattern titlePricing, 2 columns'=>'Precios, 2 columnas','Post navigation'=>'Navegación de entradas','Pattern descriptionNext and previous post links.'=>'Enlaces a las entradas siguiente y anterior.','Pattern titlePost navigation'=>'Navegación de entradas','Pattern descriptionA shop homepage pattern.'=>'Un patrón de página de inicio de tienda.','Pattern titleShop homepage'=>'Página de inicio de la tienda','Phone number.+1 555 349 1806'=>'+34 111 222 333','email@example.com'=>'correoelectronico@ejemplo.com','My name is Anna Möller and these are some of my photo projects.'=>'Me llamo Anna Möller y estos son algunos de mis proyectos fotográficos.','Pattern descriptionA portfolio homepage pattern.'=>'Un patrón de página de inicio de porfolio.','Pattern titlePortfolio homepage'=>'Página de inicio de porfolio','I’m Asahachi Kōno, a Japanese photographer, a member of Los Angeles’s Japanese Camera Pictorialists of California. Before returning to Japan, I worked as a photo retoucher.'=>'Soy Asahachi Kōno, fotógrafo japonés, miembro de los Pictorialistas Japoneses de California de Los Ángeles. Antes de regresar a Japón, trabajé como editor fotográfico.','Black and white photo focusing on a woman and a child from afar.'=>'Foto en blanco y negro enfocando a una mujer y un niño desde lejos.','Pattern descriptionA full-width, full-height link in bio section with an image, a paragraph and social links.'=>'Un enlace de ancho completo y altura completa en la sección bio con una imagen, un párrafo y enlaces sociales.','Pattern titleLink in bio with tight margins'=>'Enlace en bio con márgenes estrechos','Pattern placeholder text.I’m Nora, a dedicated public interest attorney based in Denver. I’m a graduate of Stanford University.'=>'Soy Nora, una dedicada abogada de servicio público residente en Denver. Soy licenciada por la Universidad de Stanford.','Nora Winslow Keene'=>'Nora Winslow Keene','Pattern descriptionA link in bio landing page with social links, a profile photo and a brief description.'=>'Una página de destino con enlaces sociales, una foto de perfil y una breve descripción.','Pattern titleLink in bio with profile, links and wide margins'=>'Enlace en bio con perfil, enlaces y márgenes amplios','Photo of a woman worker.'=>'Foto de una trabajadora.','Lewis W. Hine studied sociology before moving to New York in 1901 to work at the Ethical Culture School, where he took up photography to enhance his teaching practices'=>'Lewis W. Hine estudió sociología antes de trasladarse a Nueva York en 1901 para trabajar en la Escuela de Cultura Ética, donde se aficionó a la fotografía para mejorar sus prácticas docentes.','Lewis Hine'=>'Lewis Hine','Pattern descriptionA link in bio landing page with a heading, paragraph, links and a full height image.'=>'Un enlace en la página de destino de biografía con un encabezado, un párrafo, enlaces y una imagen a toda altura.','Pattern titleLink in bio heading, paragraph, links and full-height image'=>'Enlace en encabezado de la bio, párrafo, enlaces e imagen a toda altura','Pattern descriptionA landing page for the podcast with a hero section, description, logos, grid with videos and newsletter signup.'=>'Una página de destino para el podcast con una sección destacada, enlaces para pedidos anticipados, ubicaciones, preguntas frecuentes y suscripción al boletín.','Pattern titleLanding page for podcast'=>'Página de destino para podcast','Pattern descriptionA landing page for the event with a hero section, description, FAQs and call to action.'=>'Una página de destino para el evento con una sección destacada, descripción, preguntas frecuentes y llamada a la acción.','Pattern titleLanding page for event'=>'Página de destino para el evento','Pattern descriptionA landing page for the book with a hero section, pre-order links, locations, FAQs and newsletter signup.'=>'Una página de destino para el libro con una sección destacada, enlaces para pedidos anticipados, ubicaciones, preguntas frecuentes y suscripción al boletín.','Pattern titleLanding page for book'=>'Página de destinio del libro','Link to a page with information about what the person is working on right now.Now'=>'Ahora','LinkedIn'=>'LinkedIn','Woman on beach, splashing water.'=>'Mujer en la playa, chapoteando en el agua.','Pattern placeholder text.My name is Nora Winslow Keene, and I’m a committed public interest attorney. Living in Denver, Colorado, I’ve spent years championing the rights of underrepresented workers. A graduate of Stanford University, I played a key role in securing critical protections for agricultural laborers, ensuring better wages and access to healthcare. My work has focused on advocating for environmental justice and improving the quality of life for rural communities. Every case I take on is driven by the belief that everyone deserves dignity and fair treatment in the workplace.'=>'Me llamo Nora Winslow Keene y soy una abogada comprometida con el interés general. Vivo en Denver, Colorado, y llevo años defendiendo los derechos de los trabajadores infrarepresentados. Licenciada por la Universidad de Stanford, desempeñé un papel clave en la consecución de protecciones fundamentales para los trabajadores agrícolas, garantizando mejores salarios y acceso a la asistencia sanitaria. Mi trabajo se ha centrado en defender la justicia medioambiental y mejorar la calidad de vida de las comunidades rurales. Todos los casos que asumo están impulsados por la creencia de que todo el mundo merece dignidad y un trato justo en el lugar de trabajo.','Example heading in pattern.Hey,'=>'Hola,','Pattern descriptionA pattern for a CV/Bio landing page.'=>'Un patrón para una página de inicio de CV/Bio.','Pattern titleCV/bio'=>'CV/biografía','Subscribe to get notified when our website is ready.'=>'Suscríbete para que te avisemos cuando nuestro sitio web esté listo.','Something great is coming soon'=>'Pronto llegará algo grande','Event'=>'Evento','Pattern descriptionA full-width cover banner that can be applied to a page or it can work as a single landing page.'=>'Un banner de portada de ancho completo que puede aplicarse a una página o puede funcionar como página de destino única.','Pattern titleComing soon'=>'Próximamente','Pattern descriptionA business homepage pattern.'=>'Un patrón de página de inicio empresarial.','Pattern titleBusiness homepage'=>'Página de inicio empresarial','Pattern descriptionA section with overlapping images, and a description.'=>'Una sección con imágenes superpuestas y una descripción.','Pattern titleOverlapping images and paragraph on right'=>'Imágenes superpuestas y párrafo a la derecha','More posts'=>'Más entradas','Pattern descriptionDisplays a list of posts with title and date.'=>'Muestra una lista de entradas con título y fecha.','Pattern titleMore posts'=>'Más entradas','Close up of two flowers on a dark background.'=>'Primer plano de dos flores sobre fondo oscuro.','Portrait of an African Woman dressed in traditional costume, wearing decorative jewelry.'=>'Retrato de una mujer africana vestida con trajes tradicionales y joyas decorativas.','Profile portrait of a native person.'=>'Retrato de perfil de una persona nativa.','Example username for social media account.@example'=>'@ejemplo','Pattern descriptionA grid section with photos and a link to an Instagram profile.'=>'Una sección de cuadrícula con fotos y un enlace a un perfil de Instagram.','Pattern titleInstagram grid'=>'Cuadrícula de Instagram','The Stories Podcast is sponsored by'=>'El Podcast Historias está patrocinado por','Pattern descriptionShowcasing the podcast\'s clients with a heading and a series of client logos.'=>'Muestra los clientes del podcast con un encabezado y una serie de logotipos de clientes.','Pattern titleLogos'=>'Logotipos','in'=>'en','Written by '=>'Escrito por ','Pattern titleWritten by'=>'Escrito por','Message explaining that there are no results returned from a search.Sorry, but nothing was found. Please try a search with different keywords.'=>'Lo siento, no se ha encontrado nada. Por favor, prueba a buscar con otras palabras clave.','Add text or blocks that will display when a query returns no results.'=>'Añade un texto o bloques que se mostrarán cuando una consulta no devuelva ningún resultado.','Other Posts'=>'Otras entradas','Pattern titleSidebar'=>'Barra lateral','Button text. Verb.Search'=>'Buscar','Pattern titleSearch'=>'Buscar','Pattern descriptionHidden heading for the home page and index template.'=>'Encabezado oculto para la página de inicio y la plantilla de índice.','Pattern titleHidden blog heading'=>'Encabezado oculto del blog','404 error messageThe page you are looking for doesn\'t exist, or it has been moved. Please try searching using the form below.'=>'La página que buscas no existe o se ha movido. Intenta buscarla utilizando el siguiente formulario.','404 error messagePage not found'=>'No se encontró la página','image descriptionSmall totara tree on ridge above Long Point'=>'Pequeña totara en la cresta sobre Long Point','Pattern title404'=>'404','Button textRSS'=>'RSS','Button textPocket Casts'=>'Pocket Casts','Button textSpotify'=>'Spotify','Button textApple Podcasts'=>'Apple Podcasts','Button textYouTube'=>'YouTube','Subscribe on your favorite platform'=>'Suscríbete en tu plataforma favorita','Podcast descriptionStorytelling, expert analysis, and vivid descriptions. The Stories Podcast brings history to life, making it accessible and engaging for a global audience.'=>'Narración de historias, análisis de expertos y descripciones vívidas. El Podcast Historias da vida a la historia, haciéndola accesible y atractiva para un público global.','The Stories Podcast'=>'El Podcast Historias','Alt text for hero image.Picture of a person'=>'Foto de una persona','Pattern titleHero podcast'=>'Sección destacada de podcast','Book Image'=>'Imagen del libro','Hero - Overlapped book cover pattern subline textA fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.'=>'Una excelente colección de momentos en el tiempo con fotografías de Louis Fleckenstein, Paul Strand y Asahachi Kōno.','Hero - Overlapped book cover pattern headline textThe Stories Book'=>'Libro de las historias','Pattern descriptionA hero with an overlapped book cover and links.'=>'Una sección destacada con una cubierta de libro superpuesta y enlaces.','Pattern titleHero, overlapped book cover with links'=>'Sección destacada, cubierta de libro superpuesta con enlaces','Sample hero paragraphLike flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Como las flores que florecen en lugares inesperados, cada historia se despliega con belleza y resistencia, revelando maravillas ocultas.','Sample hero headingTell your story'=>'Cuenta tu historia','Alt text for cover image.Picture of a flower'=>'Foto de una flor','Pattern descriptionA hero with a full width image, heading, short paragraph and button.'=>'Una sección destacada con una imagen de ancho completo, un encabezamiento, un párrafo corto y un botón.','Pattern titleHero, full width image'=>'Sección destacada, imagen a ancho completo','CTA text of the hero section.Available for pre-order now.'=>'Ya disponible para pedido anticipado.','Content of the hero section.A fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.'=>'Una excelente colección de momentos en el tiempo con fotografías de Louis Fleckenstein, Paul Strand y Asahachi Kōno.','Heading of the hero section.The Stories Book'=>'Libro de las historias','Image of the book'=>'Imagen del libro','Pattern descriptionA hero section for the book with a description and pre-order link.'=>'Una sección destacada para el libro con una descripción y un enlace de pedido anticipado.','Pattern titleHero book'=>'Sección destacada para libro','Alt text for Overview picture.Cliff Palace, Colorado'=>'Cliff Palace, Colorado','Event Overview Text.Held over a weekend, the event is structured around a series of exhibitions, workshops, and panel discussions. The exhibitions showcase a curated selection of photographs that tell compelling stories from various corners of the globe, each image accompanied by detailed narratives that provide context and deeper insight into the historical significance of the scenes depicted. These photographs are drawn from the archives of renowned photographers, as well as emerging talents, ensuring a blend of both classical and contemporary perspectives.'=>'Celebrado durante un fin de semana, el evento se estructura en torno a una serie de exposiciones, talleres y mesas redondas. Las exposiciones muestran una cuidada selección de fotografías que narran historias apasionantes de diversos rincones del planeta, cada imagen está acompañada de narraciones detalladas que proporcionan un contexto y una visión más profunda de la importancia histórica de las escenas representadas. Estas fotografías proceden de los archivos de fotógrafos de renombre, así como de talentos emergentes, lo que garantiza una mezcla de perspectivas clásicas y contemporáneas.','About the event'=>'Sobre el evento','Pattern descriptionA two-column section with a heading and paragraph on the left, and an image on the right.'=>'Una sección a dos columnas con un encabezamiento y un párrafo a la izquierda, y una imagen a la derecha.','Pattern titleHeading and paragraph with image on the right'=>'Encabezado y párrafo con imagen a la derecha','Pattern descriptionSite header with site title and navigation.'=>'Cabecera del sitio con título del sitio y navegación.','Pattern titleHeader'=>'Cabecera','Pattern descriptionSite header with large site title and right-aligned navigation.'=>'Cabecera del sitio con título grande del sitio y navegación alineada a la derecha.','Pattern titleHeader with large title'=>'Cabecera con título grande','Pattern descriptionSite header with site title and navigation in columns.'=>'Cabecera del sitio con título del sitio y navegación en columnas.','Pattern titleHeader with columns'=>'Cabecera con columnas','Pattern descriptionSite header with centered site title and navigation.'=>'Cabecera del sitio con el título del sitio y la navegación centrados.','Pattern titleCentered site header'=>'Cabecera centrada del sitio','Sunflowers'=>'Girasoles','Cactus'=>'Cactus','Anthuriums'=>'Lirio flamingo','Close up of a red anthurium.'=>'Primer plano de un lirio flamingo rojo.','Top Categories'=>'Categorías principales','Pattern descriptionA grid section with different categories.'=>'Una sección cuadriculada con diferentes categorías.','Pattern titleGrid with categories'=>'Cuadrícula con categorías','Podcast'=>'Podcast','Explore the episodes'=>'Explora los episodios','Pattern descriptionA grid with videos.'=>'Una cuadrícula con vídeos.','Pattern titleGrid with videos'=>'Cuadrícula con vídeos','https://example.com'=>'https://example.com','The Stories Book, a fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno, is available for pre-order'=>'El Libro de las historias, una excelente colección de momentos en el tiempo con fotografías de Louis Fleckenstein, Paul Strand y Asahachi Kōno, está disponible para pedido anticipado.','Pattern descriptionA link post format with a description and an emphasized link for key content.'=>'Un formato de publicación de enlace con una descripción y un enlace destacado para el contenido clave.','Pattern titleLink format'=>'Formato del enlace','Acoma Pueblo, in New Mexico, stands as a testament to the resilience and cultural heritage of the Acoma people'=>'Acoma Pueblo, en Nuevo México, es un testimonio de la resistencia y el patrimonio cultural del pueblo Acoma','Episode 1: Acoma Pueblo with Prof. Fiona Presley'=>'Episodio 1: Acoma Pueblo con la profesora Fiona Presley','Pattern descriptionAn audio post format with an image, title, audio player, and description.'=>'Un formato de entrada de audio con una imagen, un título, un reproductor de audio y una descripción.','Pattern titleAudio format'=>'Formato de audio','Pattern descriptionFooter columns with logo, title, tagline and links.'=>'Columnas a pie de página con logotipo, título, descripción corta y enlaces.','Pattern titleFooter'=>'Pie','Pattern descriptionFooter with centered site title and social links.'=>'Pie de página con el título del sitio centrado y enlaces sociales.','Pattern titleCentered footer with social links'=>'Pie de página centrado con enlaces a redes sociales','Receive our articles in your inbox.'=>'Recibe nuestros artículos en tu bandeja de entrada.','Pattern descriptionFooter with large site title and newsletter signup.'=>'Pie de página con título grande del sitio e inscripción al boletín.','Pattern titleFooter with newsletter signup'=>'Pie de página con suscripción al boletín','Themes'=>'Temas','Patterns'=>'Patrones','Shop'=>'Tienda','Featured'=>'Destacada','Authors'=>'Autores','FAQs'=>'FAQs','About'=>'Acerca de','Blog'=>'Blog','Pattern descriptionFooter columns with title, tagline and links.'=>'Pie de página con columnas con título, descripción corta y enlaces.','Pattern titleFooter with columns'=>'Pie de página con columnas','Designed with %s'=>'Diseñado con %s','Pattern descriptionFooter with centered site title and tagline.'=>'Pie de página con el título del sitio centrado y el descripción corta.','Pattern titleCentered footer'=>'Pie de página centrado','An introduction to African dialects'=>'Introducción a los dialectos africanos','Black and white photo of an African woman.'=>'Foto en blanco y negro de una mujer africana.','Ancient buildings and symbols'=>'Edificios y símbolos antiguos','The Acropolis of Athens.'=>'La Acrópolis de Atenas.','Things you didn’t know about the deep ocean'=>'Cosas que no sabías sobre las profundidades oceánicas','View of the deep ocean.'=>'Vista de las profundidades oceánicas.','Pattern placeholder text with link.Lecture by <a href="#">Prof. Fiona Presley</a>'=>'Conferencia de <a href="#">Prof. Fiona Presley</a>','Example event time in pattern.9 AM — 11 AM'=>'9 AM — 11 AM','Fauna from North America and its characteristics'=>'Fauna de América del norte y sus características','Birds on a lake.'=>'Pájaros en un lago.','Agenda'=>'Agenda','Pattern descriptionA section with specified dates and times for an event.'=>'Una sección con fechas y horas especificadas para un evento.','Pattern titleEvent schedule'=>'Programa de eventos','Close up photo of white flowers on a grey background'=>'Foto de cerca de flores blancas sobre fondo gris','Abbreviation for "Please respond".RSVP'=>'RSVP','This immersive event celebrates the universal human experience through the lenses of history and ancestry, featuring a diverse array of photographers whose works capture the essence of different cultures and historical moments.'=>'Este evento inmersivo celebra la experiencia humana universal a través de las lentes de la historia y la ascendencia, presentando una diversa gama de fotógrafos cuyas obras captan la esencia de diferentes culturas y momentos históricos.','Free Workshop'=>'Taller gratuito','Pattern descriptionRSVP for an upcoming event with a cover image and event details.'=>'SRC (RSVP) para un próximo evento con una imagen de portada y detalles del evento.','Pattern titleEvent RSVP'=>'RSVP en el evento','Event details'=>'Detalles del evento','Event image'=>'Imagen del evento','These are some of the upcoming events.'=>'Estos son algunos de los próximos acontecimientos.','Events'=>'Eventos','Pattern descriptionA header with title and text and three columns that show 3 events with their images and titles.'=>'Una cabecera con título y texto y tres columnas que muestran 3 eventos con sus imágenes y títulos.','Pattern titleEvents, 3 columns with event images and titles'=>'Eventos, 3 columnas con imágenes y títulos de los eventos','Subscribe'=>'Suscríbete','Get access to a curated collection of moments in time featuring photographs from historical relevance.'=>'Accede a una colección de momentos seleccionados en el tiempo con fotografías de relevancia histórica.','Sign up to get daily stories'=>'Regístrate para recibir historias diariamente','Pattern titleNewsletter sign-up'=>'Suscripción al boletín de noticias','Search input field placeholder text.Type here...'=>'Escribe aquí...','Search form label.Search'=>'Buscar','What are you looking for?'=>'¿Qué estás buscando?','Pattern descriptionLarge heading with a search form for quick navigation.'=>'Encabezado grande con un formulario de búsqueda para una navegación rápida.','Pattern titleHeading and search form'=>'Encabezado y formulario de búsqueda','Shop now'=>'Comprar ahora','Botany flowers'=>'Flores botánicas','Cancel anytime'=>'Cancela cuando quieras','Free shipping'=>'Envío gratis','Tailored to your needs'=>'A la medida de tus necesidades','Flora of Akaka Falls State Park'=>'Flora del Parque estatal de las cataratas Akaka','30€'=>'30€','Starting at%s/month'=>'A partir de %s/mes','Closeup of plantlife in the Malibu Canyon area'=>'Detalle de la flora de la zona del cañón de Malibú','Delivered every week'=>'Entregado cada semana','Black and white flower'=>'Flor blanca y negra','Our online store.'=>'Nuestra tienda online.','Pattern descriptionA call to action featuring product images.'=>'Una llamada a la acción con imágenes de productos.','Pattern titleCall to action with grid layout with products and link'=>'Llamada a la acción con diseño de cuadrícula con productos y enlace','Thornville, OH, USA'=>'Thornville, OH, EE.UU.','Mexico City, Mexico'=>'Ciudad de México, México','Buy Tickets'=>'Comprar entradas','Example event date in pattern.Mon, Jan 1'=>'Lun, 1 Ene','Atlanta, GA, USA'=>'Atlanta, GA, EE.UU.','These are some of the upcoming events'=>'Estos son algunos de los próximos acontecimientos','Upcoming events'=>'Próximos eventos','Pattern descriptionA list of events with call to action.'=>'Una lista de eventos con llamada a la acción.','Pattern titleEvents list'=>'Lista de eventos','Learn more'=>'Saber más','Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Como las flores que florecen en lugares inesperados, cada historia se despliega con belleza y resistencia, revelando maravillas ocultas.','Tell your story'=>'Cuenta tu historia','Pattern descriptionA hero with a centered heading, paragraph and button.'=>'Una sección destacada con un encabezado, un párrafo y un botón centrados.','Pattern titleCentered heading'=>'Encabezamiento centrado','United Kingdom'=>'Reino Unido','United States'=>'Estados Unidos','Switzerland'=>'Suiza','New Zealand'=>'Nueva Zelanda ','Japan'=>'Japón','Canada'=>'Canadá','Brazil'=>'Brasil','Book Store'=>'Tienda de libros','Australia'=>'Australia','The Stories Book will be available from these international retailers.'=>'El libro de historias estará disponible en estos distribuidores internacionales.','International editions'=>'Ediciones internacionales','Pattern descriptionA call to action section with links to get the book in the most popular locations.'=>'Una sección de llamada a la acción con enlaces para conseguir el libro en los lugares más populares.','Pattern titleCall to action with locations'=>'Llamada a la acción con localizaciones','Pattern placeholder text with link.Outside Europe? View <a href="#" rel="nofollow">international editions</a>.'=>'¿Estás fuera de Europa? Ver las <a href="#" rel="nofollow">ediciones internacionales</a>.','Example brand name.Simon & Schuster'=>'Simon & Schuster','Example brand name.BAM!'=>'¡BAM!','Example brand name.Spotify'=>'Spotify','Example brand name.Bookshop.org'=>'Librería.org','Example brand name.Apple Books'=>'Apple Books','Example brand name.Barnes & Noble'=>'Barnes & Noble','Example brand name.Audible'=>'Audible','Example brand name.Amazon'=>'Amazon','Buy your copy of The Stories Book'=>'Compra tu ejemplar de El libro de historias','Pattern descriptionA call to action section with links to get the book in different websites.'=>'Una sección de llamada a la acción con enlaces para conseguir el libro en diferentes webs.','Pattern titleCall to action with book links'=>'Llamada a la acción con enlaces a libros','The business location'=>'La ubicación de la empresa','Get directions'=>'Obtener indicaciones','Visit us at 123 Example St. Manhattan, NY 10300, United States'=>'Visítanos en el Paseo del Prado s/n. 28014 Madrid, España','Pattern descriptionContact section with a location address, a directions link, and an image of the location.'=>'Sección de contacto con la dirección del lugar, un enlace para saber cómo llegar y una imagen del lugar.','Pattern titleContact location and link'=>'Localización y enlace de contacto','Portland'=>'Portland','Salt Lake City'=>'Salt Lake City','San Diego'=>'San Diego','123 Example St. Manhattan, NY 10300 United States'=>'Paseo del Prado s/n. 28014 Madrid, España','New York'=>'Nueva York','example@example.com'=>'ejemplo@ejemplo.com','Email'=>'Correo electrónico','TikTok'=>'TikTok','Facebook'=>'Facebook','Instagram'=>'Instagram','Refers to the social media platform formerly known as Twitter.X'=>'X','Social media'=>'Redes sociales','How to get in touch with us'=>'Cómo ponerte en contacto con nosotros','Pattern descriptionContact section with social media links, email, and multiple location details.'=>'Sección de contacto con enlaces a redes sociales, correo electrónico y detalles de varias ubicaciones.','Pattern titleContact, info and locations'=>'Contacto, información y localización','Heading of the Contact social link patternGot questions? <br><a href="#" rel="nofollow">Feel free to reach out.</a>'=>'¿Tienes preguntas? <br><a href="#" rel="nofollow">No dudes en ponerte en contacto con nosotros.</a>','Pattern descriptionCentered contact section with a prominent message and social media links.'=>'Sección de contacto centrada con un mensaje destacado y enlaces a redes sociales.','Pattern titleCentered link and social links'=>'Enlace centrado y enlaces sociales','Comments'=>'Comentarios','Pattern descriptionComments area with comments list, pagination, and comment form.'=>'Área de comentarios con lista de comentarios, paginación y formulario de comentarios.','Pattern titleComments'=>'Comentarios','Pattern descriptionPrints the name of the post format with the help of the Block Bindings API.'=>'Imprime el nombre del formato de entrada con ayuda de la API de enlaces de bloque.','Pattern titlePost format name'=>'Nombre del formato de publicación','Black and white photography close up of a flower.'=>'Fotografía en blanco y negro primer plano de una flor.','Photography close up of a red flower.'=>'Primer plano fotográfico de una flor roja.','%s is a flower delivery and subscription business. Based in the EU, our mission is not only to deliver stunning flower arrangements across but also foster knowledge and enthusiasm on the beautiful gift of nature: flowers.'=>'%s es una empresa de envío y suscripción de flores. Con sede en la UE, nuestra misión no es sólo entregar impresionantes arreglos florales en todo el mundo, sino también fomentar el conocimiento y el entusiasmo sobre este hermoso regalo de la naturaleza: las flores.','About Us'=>'Quiénes somos','Pattern descriptionA banner with a short paragraph, and two images displayed in a grid layout.'=>'Un banner con un párrafo corto y dos imágenes mostradas en un diseño de cuadrícula.','Pattern titleBanner with description and images grid'=>'Banner con descripción y cuadrícula de imágenes','#stories'=>'#historias','Let’s hear them.'=>'Oigámoslos.','Fuego Bar, Mexico City'=>'Bar Fuego, Ciudad de México','Example event date in pattern.Aug 08—10 2025'=>'08-10 de agosto de 2025','Placeholder heading in four languages.“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”'=>'«Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>»','Picture of a historical building in ruins.'=>'Imagen de un edificio histórico en ruinas.','Pattern descriptionA section that can be used as a banner or a landing page to announce an event.'=>'Una sección que puede utilizarse como banner o página de destino para anunciar un evento.','Pattern titlePoster-like section'=>'Sección tipo póster','Example brand name.Fleurs'=>'Fleurs','Pattern placeholder text.We\'re %s, our mission is to deliver exquisite flower arrangements that not only adorn living spaces but also inspire a deeper appreciation for natural beauty.'=>'Somos %s, nuestra misión es ofrecer exquisitos arreglos florales que no sólo adornen los espacios vitales, sino que también inspiren un aprecio más profundo por la belleza natural.','Pattern descriptionA large left-aligned heading with a brand name emphasized in bold.'=>'Un encabezado grande alineado a la izquierda con el nombre de la marca resaltado en negrita.','Pattern titleIntro with left-aligned description'=>'Intro con descripción alineada a la izquierda','Sample description for banner with flower.Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Como las flores que florecen en lugares inesperados, cada historia se despliega con belleza y resistencia, revelando maravillas ocultas.','Heading for banner pattern.New arrivals'=>'Novedades','Alt text for intro picture.Picture of a flower'=>'Foto de una flor','Pattern descriptionA Intro pattern with Short heading, paragraph and image on the left.'=>'Un patrón de introducción con encabezado corto, párrafo e imagen a la izquierda.','Pattern titleShort heading and paragraph and image on the left'=>'Encabezado corto y párrafo con imagen a la izquierda','Stories'=>'Historias','Photo of a field full of flowers, a blue sky and a tree.'=>'Foto de un campo lleno de flores, un cielo azul y un árbol.','Pattern descriptionA full-width cover section with a large background image and an oversized heading.'=>'Una sección de portada de ancho completo con una gran imagen de fondo y un encabezado sobredimensionado.','Pattern titleCover with big heading'=>'Portada con encabezado grande','Image of a book'=>'Imagen de un libro','Pattern placeholder text.This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein’s evocative imagery, Strand’s groundbreaking modernist approach, and Kōno’s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography. Each image in “The Stories Book” is accompanied by insightful commentary, providing historical context and revealing the stories behind the photographs. This collection is not only a visual feast but also a tribute to the power of photography to preserve and narrate the multifaceted experiences of humanity.'=>'Esta exquisita recopilación muestra un conjunto diverso de fotografías que captan la esencia de distintas épocas y culturas, reflejando los estilos y perspectivas únicos de cada artista. Las evocadoras imágenes de Fleckenstein, el innovador enfoque modernista de Strand y la meticulosa documentación de la vida japonesa de Kōno se unen en una armoniosa mezcla que celebra el arte de la fotografía. Cada imagen de «El libro de las historias» va acompañada de un comentario perspicaz, que proporciona un contexto histórico y revela las historias que hay detrás de las fotografías. Esta colección no es sólo un festín visual, sino también un tributo al poder de la fotografía para preservar y narrar las polifacéticas experiencias de la humanidad.','About the book'=>'Sobre el libro','Pattern descriptionBanner with book description and accompanying image for promotion.'=>'Banner con descripción del libro e imagen adjunta para promoción.','Pattern titleBanner with book description'=>'Banner con la descripción del libro','Label for the block binding placeholder in the editorPost format name'=>'Nombre del formato de publicación','A collection of post format patterns.'=>'Una colección de patrones de formato de publicación.','Post formats'=>'Formatos de entrada','A collection of full page layouts.'=>'Una colección de diseños de página completa.','Pages'=>'Páginas','Checkmark'=>'Marca de comprobación','https://wordpress.org'=>'https://es.wordpress.org','the WordPress team'=>'el equipo de WordPress','https://wordpress.org/themes/twentytwentyfive/'=>'https://wordpress.org/themes/twentytwentyfive/']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2025-08-29 13:31:57+0000','plural-forms'=>'nplurals=2; plural=n > 1;','project-id-version'=>'Themes - Twenty Twenty-Five','language'=>'fr','messages'=>['Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.'=>'Twenty Twenty-Five met l’accent sur la simplicité et la polyvalence. Il offre des options de design flexibles, grâce à une grande variété de compositions pour différents types de pages, tels que les pages services et les pages d’atterrissage. Un thème idéal pour créer des blogs personnels, des portfolios professionnels, des magazines en ligne ou des sites d’entreprise. Ses modèles de pages s’adaptent à différents styles de blog, qu’il s’agisse de mise en pages basées sur des textes ou à l’inverse centrées sur beaucoup d’images. En outre, il prend en charge la typographie internationale et de nombreuses palettes de couleurs, garantissant ainsi l’accessibilité et la personnalisation pour les utilisateurs et utilisatrices du monde entier.','Twenty Twenty-Five'=>'Twenty Twenty-Five','Pattern titleRight-aligned home'=>'Accueil aligné à droite','Pattern titleRight-aligned archive'=>'Archive alignée à droite','Pattern titleText blog search results'=>'Résultats de recherche du blog texte','Pattern titleRight-aligned query loop'=>'Boucle de requête alignée à droite','Pattern titleText blog query loop'=>'Boucle de requête du blog texte','Answer in the FAQs pattern.This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.'=>'Cette magnifique compilation présente un éventail diversifié de photographies qui capturent l’essence de différentes époques et cultures, reflétant les styles et perspectives uniques de chaque artiste.','Custom template namePage No Title'=>'Page sans titre','Template part nameSidebar'=>'Colonne latérale','Template part nameFooter Newsletter'=>'Pied de page avec newsletter','Template part nameFooter Columns'=>'Pied de page avec colonnes','Template part nameFooter'=>'Pied de page','Template part nameHeader with large title'=>'Entête avec grand titre','Template part nameVertical site header'=>'Entête du site vertical','Template part nameHeader'=>'En-tête','Font family nameBeiruti'=>'Beiruti','Font family nameRoboto Slab'=>'Roboto Slab','Font family namePlatypi'=>'Platypi','Font family nameYsabeau Office'=>'Ysabeau Office','Font family nameFira Sans'=>'Fira Sans','Font family nameFira Code'=>'Fira Code','Font family nameVollkorn'=>'Vollkorn','Font family nameLiterata'=>'Literata','Font family nameManrope'=>'Manrope','Space size nameXX-Large'=>'Énorme','Space size nameX-Large'=>'Très grand','Space size nameLarge'=>'Grand','Space size nameRegular'=>'Normal','Space size nameSmall'=>'Petit','Space size nameX-Small'=>'Très petit','Space size nameTiny'=>'Minuscule','Style variation nameLiterata & Fira Sans'=>'Literata & Fira Sans','Style variation namePlatypi & Literata'=>'Platypi & Literata','Style variation nameLiterata & Ysabeau Office'=>'Literata & Ysabeau Office','Style variation nameRoboto Slab & Manrope'=>'Roboto Slab & Manrope','Style variation namePlatypi & Ysabeau Office'=>'Platypi & Ysabeau Office','Style variation nameVollkorn & Fira Code'=>'Vollkorn & Fira Code','Style variation nameBeiruti & Literata'=>'Beiruti & Literata','Style variation nameStyle 5'=>'Style 5','Style variation nameStyle 4'=>'Style 4','Style variation nameStyle 3'=>'Style 3','Style variation nameStyle 2'=>'Style 2','Style variation nameStyle 1'=>'Style 1','Style variation namePill shaped'=>'Forme de pilule','Style variation nameAnnotation'=>'Annotation','Style variation nameSubtitle'=>'Sous-titre','Style variation nameDisplay'=>'Affichage','Duotone nameMidnight filter'=>'Filtre Minuit','Style variation nameMidnight'=>'Minuit','Style variation nameSunrise'=>'Lever du soleil','Style variation nameMorning'=>'Matin','Style variation nameTwilight'=>'Crépuscule','Style variation nameAfternoon'=>'Après-midi','Style variation nameDusk'=>'Fin de journée','Font size nameExtra Extra Large'=>'Très très grande','Font size nameExtra Large'=>'Très grande','Font size nameLarge'=>'Grande','Font size nameMedium'=>'Moyenne','Font size nameSmall'=>'Petite','Style variation nameNoon'=>'Midi','Color nameAccent 6'=>'Accent 6','Color nameAccent 5'=>'Accent 5','Color nameAccent 4'=>'Accent 4','Color nameAccent 3'=>'Accent 3','Color nameAccent 2'=>'Accent 2','Color nameAccent 1'=>'Accent 1','Color nameContrast'=>'Contraste','Color nameBase'=>'Base','Style variation nameEvening'=>'Soir','Pattern descriptionVertical site header with site title and navigation.'=>'Entête du site vertical avec titre du site et navigation.','Pattern titleVertical site header'=>'Entête du site vertical','Question in the FAQs pattern.Are signed copies available?'=>'Est-ce que des versions dédicacées sont disponibles ?','Question in the FAQs pattern.When will The Stories Book be released?'=>'Quand est-ce que le livre « Histoires » sortira ?','Question in the FAQs pattern.How much does The Stories Book cost?'=>'Combien le livre « Histoires » coûtera-t-il ?','Question in the FAQs pattern.What is The Stories Book about?'=>'De quoi parle le livre « Histoires » ?','Heading of the FAQs pattern.Frequently Asked Questions'=>'Foire aux questions','Pattern descriptionA FAQs section with a FAQ heading and list of questions and answers.'=>'Une section de foire aux questions avec un titre et une liste de questions et de réponses.','Pattern titleFAQs'=>'FAQ','Alt text for testimonial image.Picture of a person typing on a typewriter.'=>'Image d’une personne tapant sur une machine à écrire.','Testimonial heading.What people are saying'=>'Témoignages','Pattern descriptionA testimonial with a large image on the right.'=>'Un témoignage avec une grande image sur la droite.','Pattern titleReview with large image on right'=>'Critique avec grande image à droite','Testimonial section heading.What people are saying'=>'Témoignages','Pattern descriptionA section with three columns and two rows, each containing a testimonial and citation.'=>'Une section avec trois colonnes et deux lignes, chacune contenant un témoignage et une citation.','Pattern title3 column layout with 6 testimonials'=>'Mise en page sur 3 colonnes avec 6 témoignages','Sample testimonial citation.Otto Reid <br><sub>Springfield, IL</sub>'=>'Camille Sanzot <br><sub>Brioude, Auvergne</sub>','Sample testimonial.“Amazing quality and care. I love all your products.”'=>'« Qualité et soin exceptionnels. J’adore tous vos produits. »','Sample testimonial citation.Jo Mulligan <br /><sub>Atlanta, GA</sub>'=>'Jeanne Desmoulins <br /><sub>Rennes, Bretagne</sub>','Sample testimonial.“Superb product and customer service!”'=>'« Produit et service client exceptionnels ! »','Alt text for testimonial image.Picture of a person'=>'Photo d’une personne','Pattern descriptionTwo columns with testimonials and avatars.'=>'Deux colonnes avec témoignages et avatars.','Pattern title2 columns with avatar'=>'2 colonnes avec avatar','Pattern titleRight-aligned single post'=>'Publication unique alignée à droite','Pattern titleText blog single post'=>'Publication unique du blog texte','Next Photo'=>'Photo suivante','Previous Photo'=>'Photo précédente','Prefix before one or more tags. The tags are displayed in a separate block on the next line.Tagged:'=>'Étiqueté :','Prefix before one or more categories. The categories are displayed in a separate block on the next line.Categories:'=>'Catégories :','Prefix before the author name. The post author name is displayed in a separate block on the next line.Posted by'=>'Publié par','Pattern titlePhoto blog single post'=>'Publication unique de blog photo','Prefix before the post date block.Published on'=>'Publié le','Pattern titleOffset post without featured image'=>'Publication en décalé sans image mise en avant','Pattern titleNews blog single post with sidebar'=>'Publication unique du blog d’actualités avec colonne latérale','Separator between date and categories.·'=>'·','Prefix before the author name. The post author name is displayed in a separate block.by'=>'par','Pattern titlePost with left-aligned content'=>'Publication avec contenu aligné à gauche','Pattern titleRight-aligned blog, search'=>'Blog aligné à droite, recherche','Pattern titlePhoto blog search results'=>'Résultats de recherche du blog photo','Pattern titleNews blog search results'=>'Résultats de recherche du blog d’actualités','Pattern descriptionA list of posts, 1 column, with featured image and post date.'=>'Une liste de publications, sur une colonne, avec l’image mise en avant et la date de publication.','Pattern titleList of posts, 1 column'=>'Liste de publications, 1 colonne','Pattern titleRight-aligned page'=>'Page alignée à droite','Pattern descriptionA list of posts, 3 columns, with only featured images.'=>'Une liste de publications, sur 3 colonnes, avec seulement les images mises en avant.','Pattern titlePhoto blog posts'=>'Publications de blog photo','Older Posts'=>'Publications précédentes','Newer Posts'=>'Publications plus récentes','Prefix before the author name. The post author name is displayed in a separate block.Written by'=>'Écrit par','Pattern titleNews blog query loop'=>'Boucle de requête du blog d’actualités','Pattern titlePhoto blog page'=>'Page de blog photo','The Latest'=>'Les dernières','Pattern titleNews blog with sidebar'=>'Blog d’actualités avec colonne latérale','Pattern titleText blog home'=>'Accueil du blog texte','Architecture'=>'Architecture','Pattern titleNews blog with featured posts grid'=>'Blog d’actualités avec une grille de publications mises en avant','Pattern titlePhoto blog home'=>'Accueil du blog photo','Pattern titleNews blog home'=>'Accueil du blog d’actualités','Pattern titleText blog archive'=>'Archive du blog texte','Pattern titlePhoto blog archive'=>'Archive du blog photo','Pattern titleNews blog archive'=>'Archive du blog d’actualités','Pattern titleRight-aligned 404'=>'404 aligné à droite','Man in hat, standing in front of a building.'=>'Un homme portant un chapeau se tenant face à un immeuble.','Picture of a person typing on a typewriter.'=>'Portrait d’une personne tapant à la machine à écrire.','Portrait of a nurse'=>'Portrait d’une infirmière','Our small team is a group of driven, detail-oriented people who are passionate about their customers.'=>'Notre petite équipe est composée de personnes motivées et soucieuses du détail, qui ont à cœur la satisfaction de notre clientèle.','Pattern descriptionDisplay team photos in a services section with grid layout.'=>'Afficher les photos d’équipe dans une section de services avec une mise en page en grille.','Pattern titleServices, team photos'=>'Services, photos d’équipe','Smartphones capturing a scenic wildflower meadow with trees'=>'Des smartphones capturant un pré sauvage de fleurs avec des arbres','View plans'=>'Voir les offres','Subscribe to get unlimited access'=>'Inscrivez-vous pour obtenir un accès illimité','Pattern descriptionA subscriber-only section highlighting exclusive services and offerings.'=>'Une section réservée aux personnes abonnées mettant en avant les services et offres exclusifs.','Pattern titleServices, subscriber only section'=>'Services, section réservée aux personnes abonnées','Deliver'=>'Livrer','Assemble'=>'Rassembler','Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience'=>'Comme des fleurs qui s’épanouissent dans des endroits inattendus, chaque histoire se déploie avec beauté et résilience.','Collect'=>'Collecter','Image for service'=>'Image pour le service','Our services'=>'Nos services','Pattern descriptionThree columns with images and text to showcase services.'=>'Trois colonnes avec images et texte pour mettre en avant les services.','Pattern titleServices, 3 columns'=>'Services, 3 colonnes','40€'=>'40 €','Get access to our paid newsletter and an unlimited pass.'=>'Obtenez l’accès à notre newsletter payante et à un pass illimité.','Name of membership package.Expert'=>'Expert·e','Month'=>'Mois','20€'=>'20 €','Get access to our paid newsletter and a limited pass for one event.'=>'Obtenez l’accès à notre newsletter payante et un pass limité pour un événement.','Get access to our free articles and weekly newsletter.'=>'Obtenez l’accès à nos articles gratuits et à notre newsletter hebdomadaire.','Choose your membership'=>'Choisissez votre adhésion','Pattern descriptionA three-column boxed pricing table designed to showcase services, descriptions, and pricing options.'=>'Tableau de prix encadré à trois colonnes conçu pour mettre en avant les services, descriptions et options de prix.','Pattern titlePricing, 3 columns'=>'Tarifs, 3 colonnes','20€/month'=>'20 €/mois','Name of membership package.Single'=>'Simple','Button text, refers to joining a community. Verb.Join'=>'Rejoindre','Join our forums.'=>'Rejoignez nos forums.','An elegant addition of home decor collection.'=>'Un ajout élégant à la collection de décoration intérieure.','Get a free tote bag.'=>'Recevez un tote bag gratuit.','Join our IRL events.'=>'Rejoignez nos évènements en présentiel.','Get access to our paid articles and weekly newsletter.'=>'Obtenez l’accès à nos articles payants et à notre newsletter hebdomadaire.','0€'=>'0 €','Free'=>'Gratuit','Cancel or pause anytime.'=>'Annuler ou mettre en pause à tout moment.','Pricing'=>'Tarifs','Pattern descriptionPricing section with two columns, pricing plan, description, and call-to-action buttons.'=>'Section de tarification avec deux colonnes, offres tarifaires, description et boutons d’appel à l’action.','Pattern titlePricing, 2 columns'=>'Tarifs, 2 colonnes','Post navigation'=>'Navigation des publications','Pattern descriptionNext and previous post links.'=>'Liens vers les publications suivante et précédente.','Pattern titlePost navigation'=>'Navigation de publication','Pattern descriptionA shop homepage pattern.'=>'Une composition de page d’accueil de boutique.','Pattern titleShop homepage'=>'Accueil de la boutique','Phone number.+1 555 349 1806'=>'06.39.98.07.38','email@example.com'=>'email@example.com','My name is Anna Möller and these are some of my photo projects.'=>'Mon nom est Anabelle Bellevue et voici certaines de mes photographies.','Pattern descriptionA portfolio homepage pattern.'=>'Une composition pour la page d’accueil du portfolio.','Pattern titlePortfolio homepage'=>'Accueil du portfolio','I’m Asahachi Kōno, a Japanese photographer, a member of Los Angeles’s Japanese Camera Pictorialists of California. Before returning to Japan, I worked as a photo retoucher.'=>'Je suis Asahachi Kōno, un photographe japonais membre du groupe de Los Angeles des portraitistes japonais de Californie. Avant de revenir au Japon, j’ai travaillé sur de la retouche photo.','Black and white photo focusing on a woman and a child from afar.'=>'Photo en noir et blanc mettant l’accent sur une femme et un enfant de loin.','Pattern descriptionA full-width, full-height link in bio section with an image, a paragraph and social links.'=>'Une section de lien dans la bio, prenant toute la largeur et hauteur, avec une image, un paragraphe et des liens sociaux.','Pattern titleLink in bio with tight margins'=>'Lien dans la bio avec des marges externes étroites','Pattern placeholder text.I’m Nora, a dedicated public interest attorney based in Denver. I’m a graduate of Stanford University.'=>'Je suis Baya, une avocate de droit public basée sur Chambéry. Je suis diplômée de l’Université Grenoble-Alpes.','Nora Winslow Keene'=>'Nora Winslow Keene','Pattern descriptionA link in bio landing page with social links, a profile photo and a brief description.'=>'Un lien dans la page d’atterrissage biographique avec des liens sociaux, une photo de profil et une brève description.','Pattern titleLink in bio with profile, links and wide margins'=>'Lien dans la bio avec profil, liens et des marges externes larges','Photo of a woman worker.'=>'Photo d’une femme au travail.','Lewis W. Hine studied sociology before moving to New York in 1901 to work at the Ethical Culture School, where he took up photography to enhance his teaching practices'=>'Lewis W. Hine a étudié la sociologie avant de déménager à New York en 1901 pour travailler à l’École de culture éthique, où il a commencé à pratiquer la photographie pour améliorer ses méthodes d’enseignement.','Lewis Hine'=>'Lewis Hine','Pattern descriptionA link in bio landing page with a heading, paragraph, links and a full height image.'=>'Un lien dans la page d’atterrissage bio avec un titre, un paragraphe, des liens et une image pleine hauteur.','Pattern titleLink in bio heading, paragraph, links and full-height image'=>'Lien dans la page d’atterrissage bio avec un titre, un paragraphe, des liens et une image pleine hauteur','Pattern descriptionA landing page for the podcast with a hero section, description, logos, grid with videos and newsletter signup.'=>'Une page d’atterrissage pour le podcast avec une bannière d’accroche, une description, des logos, des vidéos en grille et un formulaire d’inscription à la newsletter.','Pattern titleLanding page for podcast'=>'Une page d’atterrissage pour un podcast','Pattern descriptionA landing page for the event with a hero section, description, FAQs and call to action.'=>'Une page d’atterrissage pour un évènement avec une section d’accroche, une description, une FAQ et un appel à l’action.','Pattern titleLanding page for event'=>'Une page d’atterrissage pour un évènement','Pattern descriptionA landing page for the book with a hero section, pre-order links, locations, FAQs and newsletter signup.'=>'Une page d’atterrissage pour le livre avec une section d’accroche, des liens de précommande, des lieux, une FAQ et un formulaire d’inscription à la newsletter.','Pattern titleLanding page for book'=>'Page d’atterrissage pour un livre','Link to a page with information about what the person is working on right now.Now'=>'Maintenant','LinkedIn'=>'LinkedIn','Woman on beach, splashing water.'=>'Femme sur la plage, éclaboussant l’eau.','Pattern placeholder text.My name is Nora Winslow Keene, and I’m a committed public interest attorney. Living in Denver, Colorado, I’ve spent years championing the rights of underrepresented workers. A graduate of Stanford University, I played a key role in securing critical protections for agricultural laborers, ensuring better wages and access to healthcare. My work has focused on advocating for environmental justice and improving the quality of life for rural communities. Every case I take on is driven by the belief that everyone deserves dignity and fair treatment in the workplace.'=>'Je m’appelle Nora Winslow Keene et je suis avocate engagée au service de l’intérêt public. Résidant à Denver, dans le Colorado, j’ai passé des années à défendre les droits des travailleuses et travailleurs peu représentés. Diplômée de l’université de Stanford, j’ai joué un rôle clé dans l’obtention de protections essentielles pour les salarié·e·s agricoles, garantissant de meilleurs salaires et un meilleur accès aux soins. Mon travail s’est concentré sur la défense de la justice environnementale et l’amélioration de la qualité de vie des communautés rurales. Chaque affaire que je prends en charge est guidée par la conviction que chacun·e mérite dignité et traitement équitable sur son lieu de travail.','Example heading in pattern.Hey,'=>'Salut,','Pattern descriptionA pattern for a CV/Bio landing page.'=>'Une composition pour une page d’atterrissage de CV/Bio.','Pattern titleCV/bio'=>'CV/bio','Subscribe to get notified when our website is ready.'=>'Abonnez-vous pour être informé·e lorsque notre site sera prêt.','Something great is coming soon'=>'Une grande nouveauté arrive bientôt','Event'=>'Évènement','Pattern descriptionA full-width cover banner that can be applied to a page or it can work as a single landing page.'=>'Une bannière de couverture pleine largeur qui peut être appliquée à une page ou fonctionner comme une page d’atterrissage unique.','Pattern titleComing soon'=>'Prochainement','Pattern descriptionA business homepage pattern.'=>'Une composition de page d’accueil professionnelle','Pattern titleBusiness homepage'=>'Page d’accueil de l’entreprise','Pattern descriptionA section with overlapping images, and a description.'=>'Une section avec des images superposées et une description.','Pattern titleOverlapping images and paragraph on right'=>'Images et paragraphe à droite se chevauchant','More posts'=>'Plus de publications','Pattern descriptionDisplays a list of posts with title and date.'=>'Affiche une liste de publications avec le titre et la date.','Pattern titleMore posts'=>'Plus de publications','Close up of two flowers on a dark background.'=>'Gros plan sur deux fleurs sur fond sombre.','Portrait of an African Woman dressed in traditional costume, wearing decorative jewelry.'=>'Portrait d’une femme africaine vêtue d’un costume traditionnel, arborant des bijoux décoratifs.','Profile portrait of a native person.'=>'Portrait de profil d’une personne autochtone.','Example username for social media account.@example'=>'@exemple','Pattern descriptionA grid section with photos and a link to an Instagram profile.'=>'Une section de grille avec des photos et un lien vers un profil Instagram.','Pattern titleInstagram grid'=>'Grille Instagram','The Stories Podcast is sponsored by'=>'Le podcast « Histoires » est spnsorisé par','Pattern descriptionShowcasing the podcast\'s clients with a heading and a series of client logos.'=>'Présenter la clientèle du podcast avec un titre et une série de logos de marques.','Pattern titleLogos'=>'Logos','in'=>'dans','Written by '=>'Écrit par ','Pattern titleWritten by'=>'Écrit par','Message explaining that there are no results returned from a search.Sorry, but nothing was found. Please try a search with different keywords.'=>'Désolé, mais rien n’a été trouvé. Veuillez réessayer avec d’autres mots-clés.','Add text or blocks that will display when a query returns no results.'=>'Ajouter du texte ou des blocs qui s’afficheront lorsqu’une requête ne renvoie aucun résultat.','Other Posts'=>'Autres publications','Pattern titleSidebar'=>'Colonne latérale','Button text. Verb.Search'=>'Rechercher','Pattern titleSearch'=>'Recherche','Pattern descriptionHidden heading for the home page and index template.'=>'Titre masqué pour la page d’accueil et le modèle d’index.','Pattern titleHidden blog heading'=>'Titre de blog caché','404 error messageThe page you are looking for doesn\'t exist, or it has been moved. Please try searching using the form below.'=>'La page que vous recherchez n’existe pas, ou elle a été déplacée. Veuillez essayer de faire une recherche à l’aide du formulaire ci-dessous.','404 error messagePage not found'=>'La page est introuvable','image descriptionSmall totara tree on ridge above Long Point'=>'Petit arbre de totara sur la crête au-dessus de Long Point','Pattern title404'=>'404','Button textRSS'=>'RSS','Button textPocket Casts'=>'Pocket Casts','Button textSpotify'=>'Spotify','Button textApple Podcasts'=>'Apple Podcasts','Button textYouTube'=>'YouTube','Subscribe on your favorite platform'=>'Abonnez-vous sur votre plateforme préférée','Podcast descriptionStorytelling, expert analysis, and vivid descriptions. The Stories Podcast brings history to life, making it accessible and engaging for a global audience.'=>'Narration, analyse experte et descriptions vivantes. Le podcast « Histoires » donne vie à l’histoire, la rendant accessible et captivante pour un public mondial.','The Stories Podcast'=>'Le podcast « Histoires »','Alt text for hero image.Picture of a person'=>'Image d’une personne','Pattern titleHero podcast'=>'Bannière d’accroche podcast','Book Image'=>'Image du livre','Hero - Overlapped book cover pattern subline textA fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.'=>'Une belle collection de moments figés dans le temps, avec des photographies de Louis Fleckenstein, Paul Strand et Asahachi Kōno.','Hero - Overlapped book cover pattern headline textThe Stories Book'=>'Le livre « Histoires »','Pattern descriptionA hero with an overlapped book cover and links.'=>'Une bannière avec l’image d’une couverture de livre et des liens.','Pattern titleHero, overlapped book cover with links'=>'Bannière, couverture de livre avec liens','Sample hero paragraphLike flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Tout comme les fleurs qui éclosent dans des endroits inattendus, chaque histoire se déploie avec beauté et résilience, révélant des merveilles cachées.','Sample hero headingTell your story'=>'Racontez votre histoire','Alt text for cover image.Picture of a flower'=>'Image d’une fleur','Pattern descriptionA hero with a full width image, heading, short paragraph and button.'=>'Une bannière d’accroche avec une image pleine largeur, un titre, un paragraphe court et un bouton.','Pattern titleHero, full width image'=>'Bannière d’accroche, image pleine largeur','CTA text of the hero section.Available for pre-order now.'=>'Disponible en précommande maintenant','Content of the hero section.A fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.'=>'Une belle collection de moments figés dans le temps, avec des photographies de Louis Fleckenstein, Paul Strand et Asahachi Kōno.','Heading of the hero section.The Stories Book'=>'Le livre « Histoires »','Image of the book'=>'L‘image du livre','Pattern descriptionA hero section for the book with a description and pre-order link.'=>'Une section de bannière pour le livre avec une description et un lien de pré-commande.','Pattern titleHero book'=>'Bannière d’accroche du livre','Alt text for Overview picture.Cliff Palace, Colorado'=>'Cliff Palace, Colorado','Event Overview Text.Held over a weekend, the event is structured around a series of exhibitions, workshops, and panel discussions. The exhibitions showcase a curated selection of photographs that tell compelling stories from various corners of the globe, each image accompanied by detailed narratives that provide context and deeper insight into the historical significance of the scenes depicted. These photographs are drawn from the archives of renowned photographers, as well as emerging talents, ensuring a blend of both classical and contemporary perspectives.'=>'Organisé sur un week-end, l’événement est structuré autour d’une série d’expositions, d’ateliers et de tables rondes. Les expositions présentent une sélection de photographies mettant en scène des histoires fascinantes de divers endroits du globe, chaque image étant accompagnée de récits détaillés fournissant un contexte et le détail de la signification historique des scènes représentées. Ces photographies sont tirées des archives de photographes de renom, ainsi que de talents émergents, assurant un mélange de perspectives à la fois classiques et contemporaines.','About the event'=>'À propos de l’évènement','Pattern descriptionA two-column section with a heading and paragraph on the left, and an image on the right.'=>'Une section à deux colonnes avec un titre et un paragraphe à gauche, et une image à droite.','Pattern titleHeading and paragraph with image on the right'=>'Entête et paragraphe avec image à droite','Pattern descriptionSite header with site title and navigation.'=>'Entête du site avec titre du site et navigation.','Pattern titleHeader'=>'Entête','Pattern descriptionSite header with large site title and right-aligned navigation.'=>'Entête du site avec titre de site large et navigation alignée à droite.','Pattern titleHeader with large title'=>'Entête avec titre large','Pattern descriptionSite header with site title and navigation in columns.'=>'Entête du site avec titre du site et navigation en colonnes.','Pattern titleHeader with columns'=>'Entête avec colonnes','Pattern descriptionSite header with centered site title and navigation.'=>'Entête du site avec titre du site centré et navigation.','Pattern titleCentered site header'=>'Entête du site centré','Sunflowers'=>'Tournesols','Cactus'=>'Cactus','Anthuriums'=>'Anthuriums','Close up of a red anthurium.'=>'Gros plan sur un anthurium rouge.','Top Categories'=>'Catégories principales','Pattern descriptionA grid section with different categories.'=>'Une section de grille avec différentes catégories.','Pattern titleGrid with categories'=>'Grille avec les catégories','Podcast'=>'Podcast','Explore the episodes'=>'Explorez les épisodes','Pattern descriptionA grid with videos.'=>'Une grille avec des vidéos.','Pattern titleGrid with videos'=>'Grille avec vidéos','https://example.com'=>'https://example.com','The Stories Book, a fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno, is available for pre-order'=>'Le livre « Histoires », belle collection de moments figés dans le temps mettant en avant des photographies de Louis Fleckenstein, Paul Strand et Asahachi Kōno, est disponible en précommande','Pattern descriptionA link post format with a description and an emphasized link for key content.'=>'Un format de publication de lien avec une description et un lien mis en avant pour le contenu clé.','Pattern titleLink format'=>'Format du lien','Acoma Pueblo, in New Mexico, stands as a testament to the resilience and cultural heritage of the Acoma people'=>'Le pueblo d’Acoma, au Nouveau-Mexique, témoigne de la résilience et du patrimoine culturel du peuple acoma.','Episode 1: Acoma Pueblo with Prof. Fiona Presley'=>'Épisode 1 : le pueblo d’Acoma avec Pr. Fiona Presley','Pattern descriptionAn audio post format with an image, title, audio player, and description.'=>'Un format de publication audio avec une image, un titre, un lecteur audio et une description.','Pattern titleAudio format'=>'Format audio','Pattern descriptionFooter columns with logo, title, tagline and links.'=>'Colonnes de pied de page avec logo, titre, slogan et liens.','Pattern titleFooter'=>'Pied de page','Pattern descriptionFooter with centered site title and social links.'=>'Pied de page avec titre du site centré et liens vers les réseaux sociaux.','Pattern titleCentered footer with social links'=>'Pied de page centré avec liens vers les réseaux sociaux','Receive our articles in your inbox.'=>'Recevez nos articles dans votre boîte mail.','Pattern descriptionFooter with large site title and newsletter signup.'=>'Pied de page avec grand titre du site et inscription à la newsletter.','Pattern titleFooter with newsletter signup'=>'Pied de page avec inscription à la newsletter','Themes'=>'Thèmes','Patterns'=>'Compositions','Shop'=>'Boutique','Featured'=>'Mis en avant','Authors'=>'Auteurs/autrices','FAQs'=>'FAQ','About'=>'À propos','Blog'=>'Blog','Pattern descriptionFooter columns with title, tagline and links.'=>'Colonnes de pied de page avec titre, slogan et liens.','Pattern titleFooter with columns'=>'Pied de page avec colonnes','Designed with %s'=>'Conçu avec %s','Pattern descriptionFooter with centered site title and tagline.'=>'Pied de page avec titre et slogan du site centrés.','Pattern titleCentered footer'=>'Pied de page centré','An introduction to African dialects'=>'Une introduction aux dialectes africains','Black and white photo of an African woman.'=>'Photo en noir et blanc d’une femme africaine.','Ancient buildings and symbols'=>'Constructions et symboles anciens','The Acropolis of Athens.'=>'L’Acropole d’Athènes.','Things you didn’t know about the deep ocean'=>'Ce que vous ne saviez pas sur les profondeurs de l‘océan','View of the deep ocean.'=>'Vue des profondeurs de l’océan.','Pattern placeholder text with link.Lecture by <a href="#">Prof. Fiona Presley</a>'=>'Conférence de la <a href="#">Professeure Malika Desgranges</a>','Example event time in pattern.9 AM — 11 AM'=>'9h — 11h','Fauna from North America and its characteristics'=>'La faune d’Amérique du Nord et ses caractéristiques','Birds on a lake.'=>'Des oiseaux sur un lac.','Agenda'=>'Agenda','Pattern descriptionA section with specified dates and times for an event.'=>'Une section avec des dates et heures précises pour un évènement.','Pattern titleEvent schedule'=>'Programme des événements','Close up photo of white flowers on a grey background'=>'Photo en gros plan de fleurs blanches sur un arrière-plan gris','Abbreviation for "Please respond".RSVP'=>'Réservation','This immersive event celebrates the universal human experience through the lenses of history and ancestry, featuring a diverse array of photographers whose works capture the essence of different cultures and historical moments.'=>'Cet évènement immersif célèbre l’expérience humaine universelle à travers les prismes de l’histoire et de la filiation, mettant en avant une diversité de photographes dont les œuvres saisissent l’essence de différentes cultures et époques historiques.','Free Workshop'=>'Atelier gratuit','Pattern descriptionRSVP for an upcoming event with a cover image and event details.'=>'Répondre à l’invitation pour un événement à venir avec une image de couverture et les détails de l’événement.','Pattern titleEvent RSVP'=>'Réservation pour l’événement','Event details'=>'Détails de l’évènement','Event image'=>'Image de l’évènement','These are some of the upcoming events.'=>'Voici quelques-uns des évènements à venir.','Events'=>'Évènements','Pattern descriptionA header with title and text and three columns that show 3 events with their images and titles.'=>'Un entête avec titre, texte et trois colonnes affichant 3 évènements avec leurs images et titres.','Pattern titleEvents, 3 columns with event images and titles'=>'Évènements, 3 colonnes avec images et titres des évènements','Subscribe'=>'S’abonner','Get access to a curated collection of moments in time featuring photographs from historical relevance.'=>'Accédez à une collection soigneusement sélectionnée de moments dans le temps, avec des photographies d’intéret historique.','Sign up to get daily stories'=>'Inscrivez-vous pour recevoir des histoires quotidiennes','Pattern titleNewsletter sign-up'=>'Inscription à la newsletter','Search input field placeholder text.Type here...'=>'Saisissez ici…','Search form label.Search'=>'Recherche','What are you looking for?'=>'Que recherchez-vous ?','Pattern descriptionLarge heading with a search form for quick navigation.'=>'Grand titre avec un formulaire de recherche pour une navigation rapide.','Pattern titleHeading and search form'=>'Titre et formulaire de recherche','Shop now'=>'Acheter maintenant','Botany flowers'=>'Fleurs botaniques','Cancel anytime'=>'Annuler à tout moment','Free shipping'=>'Livraison gratuite','Tailored to your needs'=>'Adapté à vos besoins','Flora of Akaka Falls State Park'=>'Flora au parc national Akaka Falls','30€'=>'30 €','Starting at%s/month'=>'À partir de %s/mois','Closeup of plantlife in the Malibu Canyon area'=>'Gros plan sur la végétation dans la région du canyon de Malibu','Delivered every week'=>'Livré chaque semaine','Black and white flower'=>'Fleur en noir et blanc','Our online store.'=>'Notre boutique en ligne.','Pattern descriptionA call to action featuring product images.'=>'Un appel à l’action présentant des images de produits.','Pattern titleCall to action with grid layout with products and link'=>'Appel à l’action avec mise en page en grille avec produits et lien','Thornville, OH, USA'=>'Briançon, Hautes-Alpes, France','Mexico City, Mexico'=>'Paris, France','Buy Tickets'=>'Acheter des billets','Example event date in pattern.Mon, Jan 1'=>'Lundi 1er janvier','Atlanta, GA, USA'=>'Sète, Hérault, France','These are some of the upcoming events'=>'Voici quelques-uns des évènements à venir','Upcoming events'=>'Évènements à venir','Pattern descriptionA list of events with call to action.'=>'Une liste d’évènements avec appel à l’action.','Pattern titleEvents list'=>'Liste d’évènements','Learn more'=>'En savoir plus','Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Tout comme les fleurs qui éclosent dans des endroits inattendus, chaque histoire se déploie avec beauté et résilience, révélant des merveilles cachées.','Tell your story'=>'Racontez votre histoire','Pattern descriptionA hero with a centered heading, paragraph and button.'=>'Une bannière d’accroche avec un titre centré, un paragraphe et un bouton.','Pattern titleCentered heading'=>'Titre centré','United Kingdom'=>'Royaume-Uni','United States'=>'États-Unis','Switzerland'=>'Suisse','New Zealand'=>'Nouvelle-Zélande','Japan'=>'Japon','Canada'=>'Canada','Brazil'=>'Brésil','Book Store'=>'Librairie','Australia'=>'Australie','The Stories Book will be available from these international retailers.'=>'Le livre « Histoires » sera disponible chez ces détaillants internationaux.','International editions'=>'Éditions internationales','Pattern descriptionA call to action section with links to get the book in the most popular locations.'=>'Une section d’appel à l’action avec des liens pour obtenir le livre dans les lieux les plus populaires.','Pattern titleCall to action with locations'=>'Appel à l’action avec localisations','Pattern placeholder text with link.Outside Europe? View <a href="#" rel="nofollow">international editions</a>.'=>'Hors d’Europe ? Voir les <a href="#" rel="nofollow">versions internationales</a>.','Example brand name.Simon & Schuster'=>'Simon & Schuster','Example brand name.BAM!'=>'BAM!','Example brand name.Spotify'=>'Spotify','Example brand name.Bookshop.org'=>'Bookshop.org','Example brand name.Apple Books'=>'Apple Books','Example brand name.Barnes & Noble'=>'Barnes & Noble','Example brand name.Audible'=>'Audible','Example brand name.Amazon'=>'Amazon','Buy your copy of The Stories Book'=>'Achetez votre exemplaire du livre « Histoires »','Pattern descriptionA call to action section with links to get the book in different websites.'=>'Une section d’appel à l’action avec des liens pour se procurer le livre sur différents sites.','Pattern titleCall to action with book links'=>'Appel à l’action avec liens vers les livres','The business location'=>'L’adresse de l’entreprise','Get directions'=>'Obtenir l’itinéraire','Visit us at 123 Example St. Manhattan, NY 10300, United States'=>'Rendez-vous au 123 Example St., Manhattan, NY 10300, États-Unis','Pattern descriptionContact section with a location address, a directions link, and an image of the location.'=>'Section de contact avec une adresse de localisation, un lien vers l’itinéraire et une image de la localisation.','Pattern titleContact location and link'=>'Emplacement et lien du contact','Portland'=>'Portland','Salt Lake City'=>'Salt Lake City','San Diego'=>'San Diego','123 Example St. Manhattan, NY 10300 United States'=>'123 Example St. Manhattan, NY 10300 États-Unis','New York'=>'New York','example@example.com'=>'exemple@exemple.com','Email'=>'E-mail','TikTok'=>'TikTok','Facebook'=>'Facebook','Instagram'=>'Instagram','Refers to the social media platform formerly known as Twitter.X'=>'X','Social media'=>'Réseaux sociaux','How to get in touch with us'=>'Comment nous contacter','Pattern descriptionContact section with social media links, email, and multiple location details.'=>'Section de contact avec liens vers les réseaux sociaux, e-mail et détails sur plusieurs adresses.','Pattern titleContact, info and locations'=>'Contact, infos et localisation','Heading of the Contact social link patternGot questions? <br><a href="#" rel="nofollow">Feel free to reach out.</a>'=>'Vous avez des questions ? <br><a href="#" rel="nofollow">N’hésitez pas à nous contacter.</a>','Pattern descriptionCentered contact section with a prominent message and social media links.'=>'Section de contact centrée avec un message bien visible et des liens vers les réseaux sociaux.','Pattern titleCentered link and social links'=>'Liens centrés et liens sociaux','Comments'=>'Commentaires','Pattern descriptionComments area with comments list, pagination, and comment form.'=>'Zone de commentaires avec liste de commentaires, pagination et formulaire de commentaire.','Pattern titleComments'=>'Commentaires','Pattern descriptionPrints the name of the post format with the help of the Block Bindings API.'=>'Imprime le nom du format de publication à l’aide de l’API des liaisons de blocs.','Pattern titlePost format name'=>'Nom du format de publication','Black and white photography close up of a flower.'=>'Photographie en noir et blanc en gros plan d’une fleur.','Photography close up of a red flower.'=>'Photographie en gros plan d’une fleur rouge.','%s is a flower delivery and subscription business. Based in the EU, our mission is not only to deliver stunning flower arrangements across but also foster knowledge and enthusiasm on the beautiful gift of nature: flowers.'=>'%s est une entreprise de livraison de fleurs. Basée dans l’UE, notre mission est non seulement de livrer de superbes compositions florales, mais aussi de promouvoir la connaissance et l’enthousiasme autour du magnifique cadeau que sont les fleurs.','About Us'=>'À propos','Pattern descriptionA banner with a short paragraph, and two images displayed in a grid layout.'=>'Une bannière avec un court paragraphe et deux images affichées dans une mise en page en grille.','Pattern titleBanner with description and images grid'=>'Bannière avec description et grille d’images','#stories'=>'#récits','Let’s hear them.'=>'Écoutons-les.','Fuego Bar, Mexico City'=>'Fuego Bar, Mexico City','Example event date in pattern.Aug 08—10 2025'=>'Du 8 au 10 août 2025','Placeholder heading in four languages.“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”'=>'« Histoires, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span> »','Picture of a historical building in ruins.'=>'Image d’un édifice historique en ruines.','Pattern descriptionA section that can be used as a banner or a landing page to announce an event.'=>'Une section pouvant être utilisée comme bannière ou page d’atterrissage pour l’annonce d’un évènement.','Pattern titlePoster-like section'=>'Section de type affiche','Example brand name.Fleurs'=>'Mon Petit Bouquet','Pattern placeholder text.We\'re %s, our mission is to deliver exquisite flower arrangements that not only adorn living spaces but also inspire a deeper appreciation for natural beauty.'=>'Nous sommes %s, notre mission est de créer des compositions florales exquises qui ornent non seulement les espaces de vie, mais inspirent également une appréciation plus profonde de la beauté naturelle.','Pattern descriptionA large left-aligned heading with a brand name emphasized in bold.'=>'Un grand titre aligné à gauche avec le nom de la marque mis en avant en gras.','Pattern titleIntro with left-aligned description'=>'Introduction avec description alignée à gauche','Sample description for banner with flower.Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Tout comme les fleurs qui éclosent dans des endroits inattendus, chaque histoire se déploie avec beauté et résilience, révélant des merveilles cachées.','Heading for banner pattern.New arrivals'=>'Nouveautés','Alt text for intro picture.Picture of a flower'=>'Image d’une fleur','Pattern descriptionA Intro pattern with Short heading, paragraph and image on the left.'=>'Une composition d’introduction avec un titre court, un paragraphe et une image à gauche.','Pattern titleShort heading and paragraph and image on the left'=>'Titre court et paragraphe, avec une image à gauche','Stories'=>'Histoires','Photo of a field full of flowers, a blue sky and a tree.'=>'Image d’un champ rempli de fleurs, avec un ciel bleu et un arbre.','Pattern descriptionA full-width cover section with a large background image and an oversized heading.'=>'Une section de bannière pleine largeur avec une grande image d’arrière-plan et un titre surdimensionné.','Pattern titleCover with big heading'=>'Une avec un grand titre','Image of a book'=>'Image d‘un livre','Pattern placeholder text.This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein’s evocative imagery, Strand’s groundbreaking modernist approach, and Kōno’s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography. Each image in “The Stories Book” is accompanied by insightful commentary, providing historical context and revealing the stories behind the photographs. This collection is not only a visual feast but also a tribute to the power of photography to preserve and narrate the multifaceted experiences of humanity.'=>'Cette compilation exquise présente un éventail diversifié de photographies qui capturent l’essence de différentes époques et cultures, reflétant les styles et perspectives uniques de chaque artiste. L’imagerie évocatrice de Fleckenstein, l’approche moderniste novatrice de Strand et la documentation méticuleuse de la vie japonaise par Kōno s’entrelacent dans un mélange harmonieux qui célèbre l’art de la photographie. Chaque image du livre « Histoires » est accompagnée de commentaires éclairants, fournissant un contexte historique et révélant les récits derrière les photographies. Cette collection est non seulement un festin visuel, mais aussi un hommage au pouvoir de la photographie pour préserver et narrer les expériences multiformes de l’humanité.','About the book'=>'À propos du livre','Pattern descriptionBanner with book description and accompanying image for promotion.'=>'Bannière avec description du livre et image associée pour la promotion.','Pattern titleBanner with book description'=>'Bannière avec la description du livre','Label for the block binding placeholder in the editorPost format name'=>'Nom du format de publication','A collection of post format patterns.'=>'Une collection de compositions de format de publication.','Post formats'=>'Formats de publication','A collection of full page layouts.'=>'Une collection de mises en pages pleine page.','Pages'=>'Pages','Checkmark'=>'Coche','https://wordpress.org'=>'https://fr.wordpress.org','the WordPress team'=>'L’équipe WordPress','https://wordpress.org/themes/twentytwentyfive/'=>'https://fr.wordpress.org/themes/twentytwentyfive/']];
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
return ['x-generator'=>'GlotPress/4.0.3','translation-revision-date'=>'2025-12-08 15:49:13+0000','plural-forms'=>'nplurals=2; plural=n != 1;','project-id-version'=>'Themes - Twenty Twenty-Five','language'=>'it','messages'=>['Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.'=>'Twenty Twenty-Five mette l\'accento su semplicità e adattabilità. Offre opzioni di design flessibili, e una vasta scelta di pattern creati per diversi tipi di pagine, ad esempio servizi o landing page, che rendono questo tema ideale per creare blog personali, portfolio professionali, riviste online, o siti aziendali. I suoi template possono essere ideali per diversi stili di blog, da quelli con layout principalmente testuali a quelli che fanno grande uso di immagini. Inoltre, supporta tipografia internazionale e una varietà di tavolozze di colori, assicurando accessibilità e possibilità di personalizzazione per utenti di tutto il mondo.','Twenty Twenty-Five'=>'Twenty Twenty-Five','Pattern titleRight-aligned home'=>'Home allineata a destra','Pattern titleRight-aligned archive'=>'Archivio allineato a destra','Pattern titleText blog search results'=>'Risultati della ricerca testuale nel blog','Pattern titleRight-aligned query loop'=>'Query loop allineato a destra','Pattern titleText blog query loop'=>'Query loop testuale del blog','Answer in the FAQs pattern.This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist.'=>'Questa squisita compilation presenta una variegata gamma di fotografie che catturano l\'essenza di epoche e culture diverse, riflettendo gli stili e le prospettive uniche di ciascun artista.','Custom template namePage No Title'=>'Pagina senza titolo','Template part nameSidebar'=>'Barra laterale','Template part nameFooter Newsletter'=>'Footer della newsletter','Template part nameFooter Columns'=>'Colonne del footer','Template part nameFooter'=>'Footer','Template part nameHeader with large title'=>'Header con titolo largo','Template part nameVertical site header'=>'Header verticale del sito','Template part nameHeader'=>'Header','Font family nameBeiruti'=>'Beiruti','Font family nameRoboto Slab'=>'Roboto Slab','Font family namePlatypi'=>'Platypi','Font family nameYsabeau Office'=>'Ysabeau Office','Font family nameFira Sans'=>'Fira Sans','Font family nameFira Code'=>'Fira Code','Font family nameVollkorn'=>'Vollkorn','Font family nameLiterata'=>'Literata','Font family nameManrope'=>'Manrope','Space size nameXX-Large'=>'XX-Grandissimo','Space size nameX-Large'=>'X-Grande','Space size nameLarge'=>'Grande','Space size nameRegular'=>'Normale','Space size nameSmall'=>'Piccolo','Space size nameX-Small'=>'X-Piccolo','Space size nameTiny'=>'Minuscolo','Style variation nameLiterata & Fira Sans'=>'Literata e Fira Sans','Style variation namePlatypi & Literata'=>'Platypi e Literata','Style variation nameLiterata & Ysabeau Office'=>'Literata e Ysabeau Office','Style variation nameRoboto Slab & Manrope'=>'Roboto Slab e Manrope','Style variation namePlatypi & Ysabeau Office'=>'Platypi e Ysabeau Office','Style variation nameVollkorn & Fira Code'=>'Vollkorn e Fira Code','Style variation nameBeiruti & Literata'=>'Beiruti e Literata','Style variation nameStyle 5'=>'Stile 5','Style variation nameStyle 4'=>'Stile 4','Style variation nameStyle 3'=>'Stile 3','Style variation nameStyle 2'=>'Stile 2','Style variation nameStyle 1'=>'Stile 1','Style variation namePill shaped'=>'Arrotondato','Style variation nameAnnotation'=>'Annotazione','Style variation nameSubtitle'=>'Sottotitolo','Style variation nameDisplay'=>'Visualizza','Duotone nameMidnight filter'=>'Filtro mezzanotte','Style variation nameMidnight'=>'Mezzanotte','Style variation nameSunrise'=>'Alba','Style variation nameMorning'=>'Mattina','Style variation nameTwilight'=>'Crepuscolo','Style variation nameAfternoon'=>'Pomeriggio','Style variation nameDusk'=>'Crepuscolo','Font size nameExtra Extra Large'=>'Grandissimo','Font size nameExtra Large'=>'Molto grande','Font size nameLarge'=>'Grande','Font size nameMedium'=>'Medio','Font size nameSmall'=>'Piccolo','Style variation nameNoon'=>'Mezzogiorno','Color nameAccent 6'=>'In risalto 6','Color nameAccent 5'=>'In risalto 5','Color nameAccent 4'=>'In risalto 4','Color nameAccent 3'=>'In risalto 3','Color nameAccent 2'=>'In risalto 2','Color nameAccent 1'=>'In risalto 1','Color nameContrast'=>'Contrasto','Color nameBase'=>'Base','Style variation nameEvening'=>'Sera','Pattern descriptionVertical site header with site title and navigation.'=>'Header verticale con titolo del sito e navigazione.','Pattern titleVertical site header'=>'Header verticale del sito','Question in the FAQs pattern.Are signed copies available?'=>'Sono disponibili copie firmate?','Question in the FAQs pattern.When will The Stories Book be released?'=>'Quando verrà pubblicato The Stories Book?','Question in the FAQs pattern.How much does The Stories Book cost?'=>'Quanto costa The Stories Book?','Question in the FAQs pattern.What is The Stories Book about?'=>'Di cosa parla The Stories Book?','Heading of the FAQs pattern.Frequently Asked Questions'=>'FAQ - Domande frequenti','Pattern descriptionA FAQs section with a FAQ heading and list of questions and answers.'=>'Una sezione di FAQ con un titolo FAQ e un elenco di domande e risposte.','Pattern titleFAQs'=>'FAQ','Alt text for testimonial image.Picture of a person typing on a typewriter.'=>'Immagine di una persona che scrive con una macchina per scrivere.','Testimonial heading.What people are saying'=>'Cosa dicono di noi','Pattern descriptionA testimonial with a large image on the right.'=>'Una testimonianza con un\'immagine grande sulla destra.','Pattern titleReview with large image on right'=>'Una recensione con un\'immagine grande sulla destra','Testimonial section heading.What people are saying'=>'Cosa dicono le persone','Pattern descriptionA section with three columns and two rows, each containing a testimonial and citation.'=>'Una sezione con tre colonne e due righe, ciascuna contenente una testimonianza e una fonte.','Pattern title3 column layout with 6 testimonials'=>'Layout 3 colonne con 6 testimonianze','Sample testimonial citation.Otto Reid <br><sub>Springfield, IL</sub>'=>'Otto Reid <br><sub>Springfield, IL</sub>','Sample testimonial.“Amazing quality and care. I love all your products.”'=>'"Qualità e attenzione sorprendenti. Mi piacciono tutti i vostri prodotti."','Sample testimonial citation.Jo Mulligan <br /><sub>Atlanta, GA</sub>'=>'Jo Mulligan <br /><sub>Atlanta, GA</sub>','Sample testimonial.“Superb product and customer service!”'=>'"Prodotto e assistenza clienti eccellenti!"','Alt text for testimonial image.Picture of a person'=>'Immagine di una persona','Pattern descriptionTwo columns with testimonials and avatars.'=>'Due colonne con testimonianze e avatar.','Pattern title2 columns with avatar'=>'2 colonne con avatar','Pattern titleRight-aligned single post'=>'Articolo singolo allineato a destra','Pattern titleText blog single post'=>'Blog di solo testo, singolo articolo','Next Photo'=>'Foto successiva','Previous Photo'=>'Foto precedente','Prefix before one or more tags. The tags are displayed in a separate block on the next line.Tagged:'=>'Taggato:','Prefix before one or more categories. The categories are displayed in a separate block on the next line.Categories:'=>'Categorie:','Prefix before the author name. The post author name is displayed in a separate block on the next line.Posted by'=>'Pubblicato da','Pattern titlePhoto blog single post'=>'Articolo singolo per blog di foto','Prefix before the post date block.Published on'=>'Pubblicato il','Pattern titleOffset post without featured image'=>'Articolo offset senza immagine in evidenza','Pattern titleNews blog single post with sidebar'=>'Articolo singolo con barra laterale per blog di notizie','Separator between date and categories.·'=>'·','Prefix before the author name. The post author name is displayed in a separate block.by'=>'di','Pattern titlePost with left-aligned content'=>'Articolo con contenuto allineato a sinistra','Pattern titleRight-aligned blog, search'=>'Blog allineato a destra, ricerca','Pattern titlePhoto blog search results'=>'Risultati della ricerca nel blog foto','Pattern titleNews blog search results'=>'Risultati della ricerca nel blog di notizie','Pattern descriptionA list of posts, 1 column, with featured image and post date.'=>'Una lista di articoli, una colonna con immagine in evidenza e data di pubblicazione.','Pattern titleList of posts, 1 column'=>'Elenco di articoli in una colonna','Pattern titleRight-aligned page'=>'Pagina allineata a destra','Pattern descriptionA list of posts, 3 columns, with only featured images.'=>'Un elenco di articoli a 3 colonne con solo le immagini in evidenza.','Pattern titlePhoto blog posts'=>'Articoli del blog con foto','Older Posts'=>'Articoli meno recenti','Newer Posts'=>'Articoli più recenti','Prefix before the author name. The post author name is displayed in a separate block.Written by'=>'Scritto da','Pattern titleNews blog query loop'=>'Query loop di blog di notizie','Pattern titlePhoto blog page'=>'Pagina del blog con foto','The Latest'=>'Il più recente','Pattern titleNews blog with sidebar'=>'Blog di notizie con barra laterale','Pattern titleText blog home'=>'Blog di solo testo, homepage','Architecture'=>'Architettura','Pattern titleNews blog with featured posts grid'=>'Blog di notizie con griglia di articoli in evidenza','Pattern titlePhoto blog home'=>'Home per blog di foto','Pattern titleNews blog home'=>'Home per blog di notizie','Pattern titleText blog archive'=>'Blog di solo testo, archivio','Pattern titlePhoto blog archive'=>'Archivio blog di foto','Pattern titleNews blog archive'=>'Archivio blog di notizie','Pattern titleRight-aligned 404'=>'404 allineata a destra','Man in hat, standing in front of a building.'=>'Uomo con cappello, in piedi davanti a un edificio.','Picture of a person typing on a typewriter.'=>'Immagine di una persona che scrive con una macchina per scrivere.','Portrait of a nurse'=>'Ritratto di un\'infermiera','Our small team is a group of driven, detail-oriented people who are passionate about their customers.'=>'Il nostro piccolo team è formato da persone motivate, attente ai dettagli e premurose verso i propri clienti.','Pattern descriptionDisplay team photos in a services section with grid layout.'=>'Visualizza le foto del team in una sezione servizi con layout a griglia.','Pattern titleServices, team photos'=>'Servizi, foto del team','Smartphones capturing a scenic wildflower meadow with trees'=>'Smartphone che catturano un prato di fiori selvatici con alberi','View plans'=>'Visualizza i piani','Subscribe to get unlimited access'=>'Abbonati per ottenere l\'accesso illimitato','Pattern descriptionA subscriber-only section highlighting exclusive services and offerings.'=>'Una sezione solo per sottoscrittori che mette in evidenza servizi e offerte esclusive.','Pattern titleServices, subscriber only section'=>'Servizi, sezione solo per sottoscrittori','Deliver'=>'Consegna','Assemble'=>'Composizione','Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience'=>'Come i fiori che sbocciano in luoghi inaspettati, ogni storia si svela con bellezza e resilienza','Collect'=>'Raccolta','Image for service'=>'Immagine per il servizio','Our services'=>'I nostri servizi','Pattern descriptionThree columns with images and text to showcase services.'=>'Tre colonne con immagini e testo per presentare i servizi.','Pattern titleServices, 3 columns'=>'Servizi, 3 colonne','40€'=>'40€','Get access to our paid newsletter and an unlimited pass.'=>'Ottieni l\'accesso alla nostra newsletter a pagamento e a un pass illimitato.','Name of membership package.Expert'=>'Esperto','Month'=>'Mese','20€'=>'20€','Get access to our paid newsletter and a limited pass for one event.'=>'Ottieni l\'accesso alla nostra newsletter a pagamento e a un pass per un evento.','Get access to our free articles and weekly newsletter.'=>'Ottieni l\'accesso ai nostri articoli gratuiti e alla newsletter settimanale.','Choose your membership'=>'Scegli la tua iscrizione','Pattern descriptionA three-column boxed pricing table designed to showcase services, descriptions, and pricing options.'=>'Una tabella dei prezzi con tre colonne e riquadri disegnata per presentare servizi, descrizioni e opzioni di prezzo.','Pattern titlePricing, 3 columns'=>'Prezzo, 3 colonne','20€/month'=>'20€/mese','Name of membership package.Single'=>'Singolo','Button text, refers to joining a community. Verb.Join'=>'Iscriviti','Join our forums.'=>'Iscriviti ai nostri forum.','An elegant addition of home decor collection.'=>'Un\'elegante aggiunta alla collezione di decorazioni per la casa.','Get a free tote bag.'=>'Ottieni una shopper in omaggio.','Join our IRL events.'=>'Partecipa ai nostri eventi IRL.','Get access to our paid articles and weekly newsletter.'=>'Ottieni l\'accesso ai nostri articoli a pagamento e alla newsletter settimanale.','0€'=>'0€','Free'=>'Gratuito','Cancel or pause anytime.'=>'Annulla o metti in pausa in qualsiasi momento.','Pricing'=>'Prezzi','Pattern descriptionPricing section with two columns, pricing plan, description, and call-to-action buttons.'=>'Sezione prezzi a due colonne, listino prezzi, descrizione e pulsanti d\'invito all\'azione.','Pattern titlePricing, 2 columns'=>'Prezzo, 2 colonne','Post navigation'=>'Navigazione articoli','Pattern descriptionNext and previous post links.'=>'Link all\'articolo precedente e successivo.','Pattern titlePost navigation'=>'Navigazione articoli','Pattern descriptionA shop homepage pattern.'=>'Un pattern di homepage di negozio.','Pattern titleShop homepage'=>'Homepage del negozio','Phone number.+1 555 349 1806'=>'+39 123 456 7890','email@example.com'=>'email@esempio.com','My name is Anna Möller and these are some of my photo projects.'=>'Mi chiamo Anna Möller e questi sono alcuni dei miei progetti fotografici.','Pattern descriptionA portfolio homepage pattern.'=>'Un pattern di homepage per portfolio.','Pattern titlePortfolio homepage'=>'Homepage del portfolio','I’m Asahachi Kōno, a Japanese photographer, a member of Los Angeles’s Japanese Camera Pictorialists of California. Before returning to Japan, I worked as a photo retoucher.'=>'Io sono Asahachi Kōno, fotografo giapponese e membro della «Los Angeles’s Japanese Camera Pictorialists of California». Prima di tornare in Giappone, ho lavorato come fotoritoccatore.','Black and white photo focusing on a woman and a child from afar.'=>'Foto in bianco e nero che ritrae una donna e un bambino da lontano.','Pattern descriptionA full-width, full-height link in bio section with an image, a paragraph and social links.'=>'Un link a larghezza e altezza piena nella sezione bio con un\'immagine, un paragrafo e link social.','Pattern titleLink in bio with tight margins'=>'Link nella bio con margini stretti','Pattern placeholder text.I’m Nora, a dedicated public interest attorney based in Denver. I’m a graduate of Stanford University.'=>'Sono Nora, avvocata specializzata in cause di interesse pubblico a Denver. Mi sono laureata alla Stanford University.','Nora Winslow Keene'=>'Nora Winslow Keene','Pattern descriptionA link in bio landing page with social links, a profile photo and a brief description.'=>'Un link nella landing page della biografia con link social, una foto del profilo e una breve descrizione.','Pattern titleLink in bio with profile, links and wide margins'=>'Un link nella biografia con profilo, link e ampi margini','Photo of a woman worker.'=>'Foto di una lavoratrice.','Lewis W. Hine studied sociology before moving to New York in 1901 to work at the Ethical Culture School, where he took up photography to enhance his teaching practices'=>'Lewis W. Hine studiò sociologia prima di trasferirsi a New York nel 1901 per lavorare alla «Ethical Culture School», dove si dedicò alla fotografia per migliorare le sue tecniche di insegnamento','Lewis Hine'=>'Lewis Hine','Pattern descriptionA link in bio landing page with a heading, paragraph, links and a full height image.'=>'Un link nella landing page della biografia con titolo, paragrafo, link e un\'immagine ad altezza piena.','Pattern titleLink in bio heading, paragraph, links and full-height image'=>'Un link nel titolo della biografia, paragrafo, link e un\'immagine ad altezza piena','Pattern descriptionA landing page for the podcast with a hero section, description, logos, grid with videos and newsletter signup.'=>'Una landing page per il podcast con sezione hero, descrizione, loghi, griglia con video e iscrizione alla newsletter.','Pattern titleLanding page for podcast'=>'Landing page per podcast','Pattern descriptionA landing page for the event with a hero section, description, FAQs and call to action.'=>'Una landing page per l\'evento con una sezione hero, descrizione, FAQ e invito all\'azione.','Pattern titleLanding page for event'=>'Landing page per evento','Pattern descriptionA landing page for the book with a hero section, pre-order links, locations, FAQs and newsletter signup.'=>'Una landing page per il libro con una sezione hero, link per il pre-ordine, località, FAQ e iscrizione alla newsletter.','Pattern titleLanding page for book'=>'Landing page per libro','Link to a page with information about what the person is working on right now.Now'=>'Adesso','LinkedIn'=>'LinkedIn','Woman on beach, splashing water.'=>'Donna sulla spiaggia, schizzi d\'acqua.','Pattern placeholder text.My name is Nora Winslow Keene, and I’m a committed public interest attorney. Living in Denver, Colorado, I’ve spent years championing the rights of underrepresented workers. A graduate of Stanford University, I played a key role in securing critical protections for agricultural laborers, ensuring better wages and access to healthcare. My work has focused on advocating for environmental justice and improving the quality of life for rural communities. Every case I take on is driven by the belief that everyone deserves dignity and fair treatment in the workplace.'=>'Mi chiamo Nora Winslow Keene e sono un\'avvocata impegnata nel settore del pubblico interesse. Vivendo a Denver, Colorado, ho passato anni a difendere i diritti dei lavoratori sottorappresentati. Laureata alla Stanford University, ho svolto un ruolo chiave nell\'assicurare protezioni fondamentali per i lavoratori agricoli, garantendo salari migliori e accesso all\'assistenza sanitaria. Il mio lavoro si è concentrato nel sostenere la giustizia ambientale e migliorare la qualità della vita per le comunità rurali. Ogni caso di cui mi occupo è guidato dalla convinzione che tutti meritano dignità e un trattamento equo sul posto di lavoro.','Example heading in pattern.Hey,'=>'Ehi,','Pattern descriptionA pattern for a CV/Bio landing page.'=>'Un pattern per una landing page di CV/Bio.','Pattern titleCV/bio'=>'CV/biografia','Subscribe to get notified when our website is ready.'=>'Iscriviti per ricevere la notifica di quando il nostro sito web sarà pronto.','Something great is coming soon'=>'Qualcosa di grandioso è in arrivo','Event'=>'Evento','Pattern descriptionA full-width cover banner that can be applied to a page or it can work as a single landing page.'=>'Un banner copertina a larghezza piena che può essere applicato a una pagina oppure può funzionare come una singola landing page.','Pattern titleComing soon'=>'Prossimamente','Pattern descriptionA business homepage pattern.'=>'Un pattern di homepage di affari.','Pattern titleBusiness homepage'=>'Homepage di affari','Pattern descriptionA section with overlapping images, and a description.'=>'Una sezione con immagini sovrapposte e una descrizione.','Pattern titleOverlapping images and paragraph on right'=>'Immagini sovrapposte e a destra un paragrafo','More posts'=>'Altri articoli','Pattern descriptionDisplays a list of posts with title and date.'=>'Visualizza un elenco di articoli con titolo e data.','Pattern titleMore posts'=>'Più articoli','Close up of two flowers on a dark background.'=>'Dettaglio di due fiori su sfondo scuro.','Portrait of an African Woman dressed in traditional costume, wearing decorative jewelry.'=>'Ritratto di donna africana in costume tradizionale, con gioielli decorativi.','Profile portrait of a native person.'=>'Ritratto del profilo di un nativo.','Example username for social media account.@example'=>'@esempio','Pattern descriptionA grid section with photos and a link to an Instagram profile.'=>'Una sezione a griglia con foto e link a un profilo Instagram.','Pattern titleInstagram grid'=>'Griglia di Instagram','The Stories Podcast is sponsored by'=>'The Stories Podcast è sponsorizzato da','Pattern descriptionShowcasing the podcast\'s clients with a heading and a series of client logos.'=>'Mostra i clienti del podcast con un titolo e una serie di loghi dei clienti.','Pattern titleLogos'=>'Loghi','in'=>'in','Written by '=>'Scritto da ','Pattern titleWritten by'=>'Scritto da','Message explaining that there are no results returned from a search.Sorry, but nothing was found. Please try a search with different keywords.'=>'Non è stato trovato nulla. Prova a effettuare una ricerca con parole chiave diverse.','Add text or blocks that will display when a query returns no results.'=>'Aggiungi un testo o dei blocchi da visualizzare quando la query non restituisce alcun risultato.','Other Posts'=>'Altri articoli','Pattern titleSidebar'=>'Barra laterale','Button text. Verb.Search'=>'Cerca','Pattern titleSearch'=>'Ricerca','Pattern descriptionHidden heading for the home page and index template.'=>'Titolo nascosto per la homepage e il template dell\'indice.','Pattern titleHidden blog heading'=>'Titolo del blog nascosto','404 error messageThe page you are looking for doesn\'t exist, or it has been moved. Please try searching using the form below.'=>'La pagina che stai cercando non esiste o è stata spostata. Prova con una nuova ricerca usando il modulo qui sotto.','404 error messagePage not found'=>'La pagina non è stata trovata','image descriptionSmall totara tree on ridge above Long Point'=>'Piccolo albero di totara sul crinale sopra Long Point','Pattern title404'=>'404','Button textRSS'=>'RSS','Button textPocket Casts'=>'Pocket Casts','Button textSpotify'=>'Spotify','Button textApple Podcasts'=>'Apple Podcasts','Button textYouTube'=>'YouTube','Subscribe on your favorite platform'=>'Abbonati sulla tua piattaforma preferita','Podcast descriptionStorytelling, expert analysis, and vivid descriptions. The Stories Podcast brings history to life, making it accessible and engaging for a global audience.'=>'Narrazione, analisi di esperti e descrizioni vivide. The Stories Podcast dà vita alla storia, rendendola accessibile e coinvolgente per un pubblico globale.','The Stories Podcast'=>'The Stories Podcast','Alt text for hero image.Picture of a person'=>'Immagine di una persona','Pattern titleHero podcast'=>'Hero podcast','Book Image'=>'Immagine del libro','Hero - Overlapped book cover pattern subline textA fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.'=>'Una raffinata collezione di momenti nel tempo composta da fotografie di Louis Fleckenstein, Paul Strand e Asahachi Kōno.','Hero - Overlapped book cover pattern headline textThe Stories Book'=>'The Stories Book','Pattern descriptionA hero with an overlapped book cover and links.'=>'Hero con copertina del libro sovrapposta e dei link.','Pattern titleHero, overlapped book cover with links'=>'Hero, copertina del libro sovrapposta e dei link','Sample hero paragraphLike flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Come i fiori che sbocciano in luoghi inaspettati, ogni storia si svela con bellezza e resilienza, rivelando meraviglie nascoste.','Sample hero headingTell your story'=>'Racconta la tua storia','Alt text for cover image.Picture of a flower'=>'Immagine di un fiore','Pattern descriptionA hero with a full width image, heading, short paragraph and button.'=>'Hero con immagine a larghezza piena, titolo, un piccolo paragrafo e un pulsante.','Pattern titleHero, full width image'=>'Hero, con immagine a larghezza piena','CTA text of the hero section.Available for pre-order now.'=>'Disponibile adesso per il preordine.','Content of the hero section.A fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno.'=>'Una raffinata collezione di momenti nel tempo composta da fotografie di Louis Fleckenstein, Paul Strand e Asahachi Kōno.','Heading of the hero section.The Stories Book'=>'The Stories Book','Image of the book'=>'Immagine del libro','Pattern descriptionA hero section for the book with a description and pre-order link.'=>'Una sezione hero per il libro con una descrizione e il link per la prenotazione.','Pattern titleHero book'=>'Hero book','Alt text for Overview picture.Cliff Palace, Colorado'=>'Cliff Palace, Colorado','Event Overview Text.Held over a weekend, the event is structured around a series of exhibitions, workshops, and panel discussions. The exhibitions showcase a curated selection of photographs that tell compelling stories from various corners of the globe, each image accompanied by detailed narratives that provide context and deeper insight into the historical significance of the scenes depicted. These photographs are drawn from the archives of renowned photographers, as well as emerging talents, ensuring a blend of both classical and contemporary perspectives.'=>'Tenuto durante un fine settimana, l\'evento è strutturato attorno ad una serie di mostre, workshop e tavole rotonde. Le mostre presentano una selezione curata di fotografie che raccontano storie avvincenti provenienti da vari angoli del globo, ciascuna immagine accompagnata da narrazioni dettagliate che forniscono il contesto e una visione più profonda del significato storico delle scene rappresentate. Queste fotografie sono tratte dagli archivi di rinomati fotografi e talenti emergenti, garantendo una miscela di prospettive sia classiche che contemporanee.','About the event'=>'Informazioni sull\'evento','Pattern descriptionA two-column section with a heading and paragraph on the left, and an image on the right.'=>'Una sezione a due colonne con titolo e paragrafo sulla sinistra e un\'immagine sulla destra.','Pattern titleHeading and paragraph with image on the right'=>'Titolo e paragrafo con immagine a destra','Pattern descriptionSite header with site title and navigation.'=>'Header del sito con titolo del sito e navigazione.','Pattern titleHeader'=>'Header','Pattern descriptionSite header with large site title and right-aligned navigation.'=>'Header del sito con titolo del sito grande e navigazione allineata a destra.','Pattern titleHeader with large title'=>'Header con titolo grande','Pattern descriptionSite header with site title and navigation in columns.'=>'Header del sito con titolo del sito e navigazione in colonne.','Pattern titleHeader with columns'=>'Header con colonne','Pattern descriptionSite header with centered site title and navigation.'=>'Header del sito con titolo del sito centrato e navigazione.','Pattern titleCentered site header'=>'Header del sito centrato','Sunflowers'=>'Girasoli','Cactus'=>'Cactus','Anthuriums'=>'Anthurium','Close up of a red anthurium.'=>'Primo piano di un anthurium rosso.','Top Categories'=>'Categorie migliori','Pattern descriptionA grid section with different categories.'=>'Una sezione a griglia con differenti categorie.','Pattern titleGrid with categories'=>'Griglia con categorie','Podcast'=>'Podcast','Explore the episodes'=>'Esplora gli episodi','Pattern descriptionA grid with videos.'=>'Una griglia con video.','Pattern titleGrid with videos'=>'Griglia con video','https://example.com'=>'https://example.com','The Stories Book, a fine collection of moments in time featuring photographs from Louis Fleckenstein, Paul Strand and Asahachi Kōno, is available for pre-order'=>'The Stories Book, una raffinata raccolta di momenti nel tempo con fotografie di Louis Fleckenstein, Paul Strand e Asahachi Kōno, è disponibile per il preordine','Pattern descriptionA link post format with a description and an emphasized link for key content.'=>'Un articolo in formato link con descrizione e un link enfatizzato per contenuti chiave.','Pattern titleLink format'=>'Formato del link','Acoma Pueblo, in New Mexico, stands as a testament to the resilience and cultural heritage of the Acoma people'=>'Il villaggio di Acoma Pueblo, nel Nuovo Messico, è una testimonianza della resilienza e del patrimonio culturale del popolo Acoma','Episode 1: Acoma Pueblo with Prof. Fiona Presley'=>'Episodio 1: Acoma Pueblo con la Prof. Fiona Presley','Pattern descriptionAn audio post format with an image, title, audio player, and description.'=>'Un articolo in formato audio con una immagine, titolo, audio player e descrizione.','Pattern titleAudio format'=>'Formato audio','Pattern descriptionFooter columns with logo, title, tagline and links.'=>'Colonne del footer con logo, titolo, motto e link.','Pattern titleFooter'=>'Footer','Pattern descriptionFooter with centered site title and social links.'=>'Footer con titolo del sito centrato e link social.','Pattern titleCentered footer with social links'=>'Footer centrato con link ai social','Receive our articles in your inbox.'=>'Ricevi gli ultimi articoli nella tua casella di posta.','Pattern descriptionFooter with large site title and newsletter signup.'=>'Footer con titolo del sito grande e registrazione alla newsletter.','Pattern titleFooter with newsletter signup'=>'Footer con abbonamento alla newsletter','Themes'=>'Temi','Patterns'=>'Pattern','Shop'=>'Negozio','Featured'=>'In evidenza','Authors'=>'Autori','FAQs'=>'FAQ','About'=>'Chi siamo','Blog'=>'Blog','Pattern descriptionFooter columns with title, tagline and links.'=>'Footer a colonne con titolo, motto e link.','Pattern titleFooter with columns'=>'Footer con colonne','Designed with %s'=>'Progettato con %s','Pattern descriptionFooter with centered site title and tagline.'=>'Footer con titolo del sito centrato e motto.','Pattern titleCentered footer'=>'Footer centrato','An introduction to African dialects'=>'Una introduzione ai dialetti africani','Black and white photo of an African woman.'=>'Foto in bianco e nero di una donna africana.','Ancient buildings and symbols'=>'Edifici antichi e simboli','The Acropolis of Athens.'=>'L\'acropoli di Atene.','Things you didn’t know about the deep ocean'=>'Cose che non sapevi sulla profondità dell\'oceano','View of the deep ocean.'=>'Scorcio di profondità oceanica.','Pattern placeholder text with link.Lecture by <a href="#">Prof. Fiona Presley</a>'=>'Lettura della <a href="#">Prof. Fiona Presley</a>','Example event time in pattern.9 AM — 11 AM'=>'9:00-11:00','Fauna from North America and its characteristics'=>'La fauna del Nord America e le sue caratteristiche','Birds on a lake.'=>'Uccelli in un lago.','Agenda'=>'Agenda','Pattern descriptionA section with specified dates and times for an event.'=>'Una sezione con date e orari specifici per un evento.','Pattern titleEvent schedule'=>'Programma dell\'evento','Close up photo of white flowers on a grey background'=>'Dettaglio di fiori bianchi su sfondo grigio','Abbreviation for "Please respond".RSVP'=>'RSVP','This immersive event celebrates the universal human experience through the lenses of history and ancestry, featuring a diverse array of photographers whose works capture the essence of different cultures and historical moments.'=>'Questo evento coinvolgente celebra l\'esperienza umana universale attraverso le lenti della storia e delle origini, presentando una selezione di fotografi le cui opere catturano l\'essenza di culture differenti e momenti storici.','Free Workshop'=>'Workshop gratuito','Pattern descriptionRSVP for an upcoming event with a cover image and event details.'=>'RSVP per un prossimo evento con immagine di copertina e dettagli dell\'evento.','Pattern titleEvent RSVP'=>'RSVP dell\'evento','Event details'=>'Dettagli evento','Event image'=>'Immagine dell\'evento','These are some of the upcoming events.'=>'Questi sono alcuni dei prossimi eventi.','Events'=>'Eventi','Pattern descriptionA header with title and text and three columns that show 3 events with their images and titles.'=>'Un header con titolo e testo e tre colonne che mostrano tre eventi con immagini e titoli.','Pattern titleEvents, 3 columns with event images and titles'=>'Eventi, 3 colonne con immagini dell\'evento e titoli','Subscribe'=>'Abbonati','Get access to a curated collection of moments in time featuring photographs from historical relevance.'=>'Ottieni l\'accesso ad una raccolta curata di momenti nel tempo con fotografie di rilevanza storica.','Sign up to get daily stories'=>'Abbonati per ottenere storie quotidiane','Pattern titleNewsletter sign-up'=>'Abbonati alla newsletter','Search input field placeholder text.Type here...'=>'Scrivi qui...','Search form label.Search'=>'Cerca','What are you looking for?'=>'Cosa stai cercando?','Pattern descriptionLarge heading with a search form for quick navigation.'=>'Titolo grande con modulo di ricerca per una navigazione veloce.','Pattern titleHeading and search form'=>'Titolo e modulo di ricerca','Shop now'=>'Acquista adesso','Botany flowers'=>'Fiori botanici','Cancel anytime'=>'Annulla in qualsiasi momento','Free shipping'=>'Spedizione gratuita','Tailored to your needs'=>'Su misura per le tue esigenze','Flora of Akaka Falls State Park'=>'Flora dell\'Akaka Falls State Park','30€'=>'30€','Starting at%s/month'=>'A partire da %s/mese','Closeup of plantlife in the Malibu Canyon area'=>'Dettaglio della vita vegetale nell\'area del canyon di Malibu','Delivered every week'=>'Consegnato ogni settimana','Black and white flower'=>'Fiore in nero e bianco','Our online store.'=>'Il nostro negozio online.','Pattern descriptionA call to action featuring product images.'=>'Invito all\'azione con immagini del prodotto.','Pattern titleCall to action with grid layout with products and link'=>'Invito all\'azione con layout a griglia con prodotti e link','Thornville, OH, USA'=>'Thornville, OH, USA','Mexico City, Mexico'=>'Città del Messico, Messico','Buy Tickets'=>'Acquista i biglietti','Example event date in pattern.Mon, Jan 1'=>'Lun, 1 gen','Atlanta, GA, USA'=>'Atlanta, GA, USA','These are some of the upcoming events'=>'Questi sono alcuni dei prossimi eventi','Upcoming events'=>'Prossimi eventi','Pattern descriptionA list of events with call to action.'=>'Una lista di eventi con invito all\'azione.','Pattern titleEvents list'=>'Elenco degli eventi','Learn more'=>'Approfondisci','Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Come i fiori che sbocciano in luoghi inaspettati, ogni storia si svela con bellezza e resilienza, rivelando meraviglie nascoste.','Tell your story'=>'Racconta la tua storia','Pattern descriptionA hero with a centered heading, paragraph and button.'=>'Hero con titolo centrato, paragrafo e pulsante.','Pattern titleCentered heading'=>'Titolo centrato','United Kingdom'=>'Regno Unito','United States'=>'Stati Uniti','Switzerland'=>'Svizzera','New Zealand'=>'Nuova Zelanda','Japan'=>'Giappone','Canada'=>'Canada','Brazil'=>'Brasile','Book Store'=>'Libreria','Australia'=>'Australia','The Stories Book will be available from these international retailers.'=>'The Stories Book sarà disponibile presso questi rivenditori internazionali.','International editions'=>'Edizioni internazionali','Pattern descriptionA call to action section with links to get the book in the most popular locations.'=>'Una sezione di invito all\'azione con i link su dove comprare il libro nei posti più popolari.','Pattern titleCall to action with locations'=>'Invito all\'azione con posizioni','Pattern placeholder text with link.Outside Europe? View <a href="#" rel="nofollow">international editions</a>.'=>'Ti trovi fuori dall\'Europa? Vedi le <a href="#" rel="nofollow">edizioni internazionali</a>.','Example brand name.Simon & Schuster'=>'Simon & Schuster','Example brand name.BAM!'=>'BAM!','Example brand name.Spotify'=>'Spotify','Example brand name.Bookshop.org'=>'Bookshop.org','Example brand name.Apple Books'=>'Apple Books','Example brand name.Barnes & Noble'=>'Barnes & Noble','Example brand name.Audible'=>'Audible','Example brand name.Amazon'=>'Amazon','Buy your copy of The Stories Book'=>'Compra la tua copia di The Stories Book','Pattern descriptionA call to action section with links to get the book in different websites.'=>'Una sezione di invito all\'azione con link per ottenere il libro in diversi siti web.','Pattern titleCall to action with book links'=>'Invito all\'azione con link del libro','The business location'=>'L\'ubicazione dell\'azienda','Get directions'=>'Ottieni indicazioni','Visit us at 123 Example St. Manhattan, NY 10300, United States'=>'Visitaci al 123 di Example St. Manhattan, NY 10300, Stati Uniti','Pattern descriptionContact section with a location address, a directions link, and an image of the location.'=>'Sezione contatti con l\'indirizzo della sede, un link per le indicazioni stradali e un\'immagine della sede.','Pattern titleContact location and link'=>'Posizione e link di contatto','Portland'=>'Portland','Salt Lake City'=>'Salt Lake City','San Diego'=>'San Diego','123 Example St. Manhattan, NY 10300 United States'=>'123 Example St. Manhattan, NY 10300 Stati Uniti','New York'=>'New York','example@example.com'=>'esempio@esempio.com','Email'=>'Email','TikTok'=>'TikTok','Facebook'=>'Facebook','Instagram'=>'Instagram','Refers to the social media platform formerly known as Twitter.X'=>'X','Social media'=>'Social media','How to get in touch with us'=>'Come contattarci','Pattern descriptionContact section with social media links, email, and multiple location details.'=>'Sezione contatti con link ai social media e molteplici dettagli sulla sede.','Pattern titleContact, info and locations'=>'Contatti, informazioni e localizzazione','Heading of the Contact social link patternGot questions? <br><a href="#" rel="nofollow">Feel free to reach out.</a>'=>'Hai domande? <br><a href="#" rel="nofollow">Non esitare a contattare.</a>','Pattern descriptionCentered contact section with a prominent message and social media links.'=>'Sezione contatti centrata con slogan molto in evidenza e link ai social media.','Pattern titleCentered link and social links'=>'Link centrato con link ai social','Comments'=>'Commenti','Pattern descriptionComments area with comments list, pagination, and comment form.'=>'Area dei commenti con lista dei commenti, paginazione e modulo per il commento.','Pattern titleComments'=>'Commenti','Pattern descriptionPrints the name of the post format with the help of the Block Bindings API.'=>'Stampa il nome del formato dell\'articolo con l\'aiuto dell\'API di blocchi con associazioni.','Pattern titlePost format name'=>'Nome del formato dell\'articolo','Black and white photography close up of a flower.'=>'Fotografia in bianco e nero, primo piano di un fiore.','Photography close up of a red flower.'=>'Foto di un fiore rosso in primo piano.','%s is a flower delivery and subscription business. Based in the EU, our mission is not only to deliver stunning flower arrangements across but also foster knowledge and enthusiasm on the beautiful gift of nature: flowers.'=>'%s è un\'attività di consegna e abbonamento di fiori. Con sede nell\'UE, la nostra missione non è solo la fornitura di splendide composizioni floreali, ma anche la promozione della conoscenza e dell\'entusiasmo per il meraviglioso dono della natura: i fiori.','About Us'=>'Chi siamo','Pattern descriptionA banner with a short paragraph, and two images displayed in a grid layout.'=>'Un banner con un paragrafo breve e due immagini presentate con layout a griglia.','Pattern titleBanner with description and images grid'=>'Banner con descrizione e griglia di immagini','#stories'=>'#storie','Let’s hear them.'=>'Ascoltiamole.','Fuego Bar, Mexico City'=>'Fuego Bar, Città del Messico','Example event date in pattern.Aug 08—10 2025'=>'8-10 ago 2025','Placeholder heading in four languages.“Stories, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”'=>'“Storie, <span lang="es">historias</span>, <span lang="uk">iсторії</span>, <span lang="el">iστορίες</span>”','Picture of a historical building in ruins.'=>'Immagine di edificio storico diroccato.','Pattern descriptionA section that can be used as a banner or a landing page to announce an event.'=>'Una sezione che può essere usata come banner o landing page per pubblicizzare un evento.','Pattern titlePoster-like section'=>'Sezione simile ad un poster','Example brand name.Fleurs'=>'Fleurs','Pattern placeholder text.We\'re %s, our mission is to deliver exquisite flower arrangements that not only adorn living spaces but also inspire a deeper appreciation for natural beauty.'=>'Siamo %s, la nostra missione è fornire raffinate composizioni floreali che non solo decorano gli spazi abitativi, ma ispirano anche un più profondo apprezzamento per la bellezza naturale.','Pattern descriptionA large left-aligned heading with a brand name emphasized in bold.'=>'Un grande titolo allineato a sinistra con nome del brand evidenziato in grassetto.','Pattern titleIntro with left-aligned description'=>'Introduzione con descrizione allineata a sinistra','Sample description for banner with flower.Like flowers that bloom in unexpected places, every story unfolds with beauty and resilience, revealing hidden wonders.'=>'Come i fiori che sbocciano in luoghi inaspettati, ogni storia si svela con bellezza e resilienza, rivelando meraviglie nascoste.','Heading for banner pattern.New arrivals'=>'Nuovi arrivi','Alt text for intro picture.Picture of a flower'=>'Immagine di un fiore','Pattern descriptionA Intro pattern with Short heading, paragraph and image on the left.'=>'Un pattern di introduzione con titolo breve, paragrafo e immagine sulla sinistra.','Pattern titleShort heading and paragraph and image on the left'=>'Titolo breve, paragrafo e immagine sulla sinistra','Stories'=>'Storie','Photo of a field full of flowers, a blue sky and a tree.'=>'Foto di un campo fiorito, con cielo azzurro e un albero.','Pattern descriptionA full-width cover section with a large background image and an oversized heading.'=>'Una sezione copertina a larghezza piena con una grande immagine di sfondo e un titolo di grandi dimensioni.','Pattern titleCover with big heading'=>'Copertina con grande titolo','Image of a book'=>'Immagine di un libro','Pattern placeholder text.This exquisite compilation showcases a diverse array of photographs that capture the essence of different eras and cultures, reflecting the unique styles and perspectives of each artist. Fleckenstein’s evocative imagery, Strand’s groundbreaking modernist approach, and Kōno’s meticulous documentation of Japanese life come together in a harmonious blend that celebrates the art of photography. Each image in “The Stories Book” is accompanied by insightful commentary, providing historical context and revealing the stories behind the photographs. This collection is not only a visual feast but also a tribute to the power of photography to preserve and narrate the multifaceted experiences of humanity.'=>'Questa deliziosa raccolta mostra una vasta gamma di fotografie che catturano l\'essenza di epoche e culture diverse, riflettendo gli stili e le prospettive uniche di ogni artista. Le immagini evocative di Fleckenstein, l\'innovativo approccio modernista di Strand e la meticolosa documentazione di Kōno della vita giapponese si uniscono in una miscela armoniosa che celebra l\'arte della fotografia. Ogni immagine in “The Stories Book” è accompagnata da commenti approfonditi, che forniscono un contesto storico e rivelano le storie dietro alle fotografie. Questa collezione non è solo una festa visiva, ma anche un tributo al potere della fotografia di preservare e raccontare le esperienze poliedriche dell\'umanità.','About the book'=>'A proposito del libro','Pattern descriptionBanner with book description and accompanying image for promotion.'=>'Banner con descrizione del libro e immagine di accompagnamento per la promozione.','Pattern titleBanner with book description'=>'Banner con descrizione del libro','Label for the block binding placeholder in the editorPost format name'=>'Nome del formato dell\'articolo','A collection of post format patterns.'=>'Una raccolta di pattern per diversi formati di articolo.','Post formats'=>'Formati dell\'articolo','A collection of full page layouts.'=>'Una collezione di layout di pagine intere.','Pages'=>'Pagine','Checkmark'=>'Segno di spunta','https://wordpress.org'=>'https://wordpress.org','the WordPress team'=>'il team di WordPress','https://wordpress.org/themes/twentytwentyfive/'=>'https://wordpress.org/themes/twentytwentyfive/']];
|