wp-studio 1.7.8-beta2 → 1.7.8-beta3

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.
Files changed (219) hide show
  1. package/README.md +33 -0
  2. package/assets/demo.gif +0 -0
  3. package/dist/cli/{_events-BRGCap7g.mjs → _events-C60cNJ1W.mjs} +1 -1
  4. package/dist/cli/{index-9Oz-0bqF.mjs → index-D9syEMMz.mjs} +4 -4
  5. package/dist/cli/{index-CT4S2538.mjs → index-Ru6CUP6w.mjs} +24 -12
  6. package/dist/cli/{login-D4E3GoXe.mjs → login-C3QlGVbr.mjs} +1 -1
  7. package/dist/cli/{logout-DE-RoshK.mjs → logout-B63eZwJZ.mjs} +1 -1
  8. package/dist/cli/main.mjs +2 -1
  9. package/dist/cli/{resume-DLoXmzNG.mjs → resume-DQT_MK6A.mjs} +1 -1
  10. package/dist/cli/{set-B0L-QiXT.mjs → set-C805heQS.mjs} +1 -1
  11. package/dist/cli/{set-B8YYUENH.mjs → set-CjTbueyB.mjs} +1 -1
  12. package/dist/cli/{status-DEOAA0yx.mjs → status-SnKm1rRP.mjs} +1 -1
  13. package/dist/cli/{wp-CobSX6C6.mjs → wp-D0HZdudM.mjs} +1 -1
  14. package/dist/cli/wp-files/sqlite-command/composer.json +4 -3
  15. package/dist/cli/wp-files/sqlite-command/composer.lock +132 -80
  16. package/dist/cli/wp-files/sqlite-command/vendor/autoload.php +1 -1
  17. package/dist/cli/wp-files/sqlite-command/vendor/composer/autoload_classmap.php +58 -70
  18. package/dist/cli/wp-files/sqlite-command/vendor/composer/autoload_namespaces.php +1 -0
  19. package/dist/cli/wp-files/sqlite-command/vendor/composer/autoload_psr4.php +1 -1
  20. package/dist/cli/wp-files/sqlite-command/vendor/composer/autoload_real.php +5 -5
  21. package/dist/cli/wp-files/sqlite-command/vendor/composer/autoload_static.php +78 -80
  22. package/dist/cli/wp-files/sqlite-command/vendor/composer/installed.json +104 -49
  23. package/dist/cli/wp-files/sqlite-command/vendor/composer/installed.php +29 -16
  24. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/CHANGELOG.md +103 -0
  25. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Comparator/Comparator.php +62 -0
  26. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Comparator/DateComparator.php +50 -0
  27. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Comparator/NumberComparator.php +78 -0
  28. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Exception/AccessDeniedException.php +19 -0
  29. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Exception/DirectoryNotFoundException.php +19 -0
  30. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Finder.php +851 -0
  31. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Gitignore.php +91 -0
  32. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Glob.php +116 -0
  33. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/CustomFilterIterator.php +61 -0
  34. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/DateRangeFilterIterator.php +58 -0
  35. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/DepthRangeFilterIterator.php +48 -0
  36. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/ExcludeDirectoryFilterIterator.php +110 -0
  37. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/FileTypeFilterIterator.php +51 -0
  38. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/FilecontentFilterIterator.php +58 -0
  39. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/FilenameFilterIterator.php +45 -0
  40. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/LazyIterator.php +32 -0
  41. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/MultiplePcreFilterIterator.php +107 -0
  42. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/PathFilterIterator.php +56 -0
  43. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/RecursiveDirectoryIterator.php +134 -0
  44. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/SizeRangeFilterIterator.php +57 -0
  45. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/SortableIterator.php +115 -0
  46. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/Iterator/VcsIgnoredFilterIterator.php +173 -0
  47. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/LICENSE +19 -0
  48. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/README.md +14 -0
  49. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/SplFileInfo.php +80 -0
  50. package/dist/cli/wp-files/sqlite-command/vendor/symfony/finder/composer.json +31 -0
  51. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/mustache/.gitattributes +8 -0
  52. package/dist/cli/wp-files/sqlite-command/vendor/{mustache → wp-cli}/mustache/LICENSE +1 -1
  53. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/mustache/README.md +76 -0
  54. package/dist/cli/wp-files/sqlite-command/vendor/{mustache → wp-cli}/mustache/composer.json +6 -16
  55. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/mustache/src/Mustache/Autoloader.php +88 -0
  56. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Cache/AbstractCache.php +7 -15
  57. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Cache/FilesystemCache.php +15 -20
  58. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Cache/NoopCache.php +4 -8
  59. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Cache.php +7 -10
  60. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Compiler.php +87 -144
  61. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Context.php +19 -23
  62. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Engine.php +134 -251
  63. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Exception/InvalidArgumentException.php +2 -6
  64. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Exception/LogicException.php +2 -6
  65. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Exception/RuntimeException.php +2 -6
  66. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Exception/SyntaxException.php +8 -7
  67. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Exception/UnknownFilterException.php +7 -7
  68. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Exception/UnknownHelperException.php +7 -7
  69. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Exception/UnknownTemplateException.php +7 -7
  70. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Exception.php +5 -4
  71. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/HelperCollection.php +17 -22
  72. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/LambdaHelper.php +8 -28
  73. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Loader/ArrayLoader.php +9 -12
  74. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Loader/CascadingLoader.php +15 -18
  75. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Loader/FilesystemLoader.php +18 -24
  76. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Loader/InlineLoader.php +13 -19
  77. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Loader/MutableLoader.php +7 -4
  78. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Loader/ProductionFilesystemLoader.php +16 -23
  79. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Loader/StringLoader.php +4 -8
  80. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Loader.php +7 -8
  81. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Logger/AbstractLogger.php +26 -22
  82. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Logger/StreamLogger.php +20 -25
  83. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Logger.php +37 -13
  84. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Parser.php +93 -100
  85. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Source/FilesystemSource.php +7 -11
  86. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Source.php +5 -4
  87. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Template.php +32 -39
  88. package/dist/cli/wp-files/sqlite-command/vendor/{mustache/mustache/src → wp-cli/mustache/src/Mustache}/Tokenizer.php +29 -33
  89. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/.actrc +3 -0
  90. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/.gitattributes +6 -0
  91. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/.mailmap +234 -0
  92. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/README.md +4 -4
  93. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/VERSION +1 -1
  94. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/CHANGELOG.md +0 -65
  95. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/README.md +1 -2
  96. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/certificates/cacert.pem +372 -315
  97. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/certificates/cacert.pem.sha256 +1 -1
  98. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/composer.json +5 -7
  99. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/src/Iri.php +18 -20
  100. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/src/Requests.php +1 -1
  101. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/src/Response/Headers.php +1 -1
  102. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/src/Transport/Curl.php +1 -5
  103. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/src/Transport/Fsockopen.php +0 -2
  104. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/src/Utility/CaseInsensitiveDictionary.php +0 -12
  105. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/src/Utility/FilteredIterator.php +2 -2
  106. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/composer.json +13 -30
  107. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/dependencies.yml +6 -0
  108. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/manifest.json +1 -1
  109. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Autoloader.php +2 -4
  110. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/AutoloaderStep.php +1 -10
  111. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/CheckRoot.php +2 -20
  112. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/DefineProtectedCommands.php +3 -3
  113. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/IncludeFrameworkAutoloader.php +4 -3
  114. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/IncludeRequestsAutoloader.php +3 -4
  115. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/InitializeContexts.php +0 -3
  116. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/InitializeLogger.php +1 -1
  117. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LaunchRunner.php +3 -6
  118. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/{RegisterShutdownHandler.php → LoadDispatcher.php} +4 -6
  119. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LoadRequiredCommand.php +5 -9
  120. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Bootstrap/LoadUtilityFunctions.php +0 -1
  121. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Completions.php +6 -149
  122. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Configurator.php +49 -202
  123. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Context/Admin.php +21 -113
  124. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Context/Auto.php +1 -1
  125. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Context/Cli.php +1 -0
  126. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Context/Frontend.php +1 -0
  127. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CommandFactory.php +26 -63
  128. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/CompositeCommand.php +9 -19
  129. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Dispatcher/Subcommand.php +19 -284
  130. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/DocParser.php +5 -17
  131. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Exception/NonExistentKeyException.php +3 -6
  132. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Extractor.php +54 -30
  133. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Fetchers/Base.php +3 -7
  134. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Fetchers/Comment.php +2 -4
  135. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Fetchers/Post.php +3 -8
  136. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Fetchers/Signup.php +1 -3
  137. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Fetchers/Site.php +4 -12
  138. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Fetchers/User.php +1 -3
  139. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/FileCache.php +33 -135
  140. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Formatter.php +57 -221
  141. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Inflector.php +4 -4
  142. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Iterators/CSV.php +1 -6
  143. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Iterators/Query.php +1 -3
  144. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Iterators/Table.php +1 -7
  145. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Iterators/Transform.php +0 -2
  146. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Loggers/Base.php +0 -15
  147. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Loggers/Quiet.php +3 -2
  148. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Loggers/Regular.php +3 -4
  149. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/NoOp.php +0 -4
  150. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Process.php +7 -40
  151. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/RequestsLibrary.php +1 -4
  152. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Runner.php +234 -795
  153. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/SynopsisParser.php +26 -116
  154. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/SynopsisValidator.php +1 -1
  155. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Traverser/RecursiveDataStructureTraverser.php +26 -69
  156. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/UpgraderSkin.php +1 -1
  157. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/WpHttpCacheManager.php +5 -67
  158. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/WpOrgApi.php +3 -3
  159. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/boot-fs.php +2 -2
  160. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/bootstrap.php +2 -5
  161. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/class-wp-cli.php +62 -311
  162. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/commands/src/CLI_Alias_Command.php +60 -292
  163. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/commands/src/CLI_Cache_Command.php +1 -1
  164. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/commands/src/CLI_Command.php +31 -191
  165. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/commands/src/Help_Command.php +35 -177
  166. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/config-spec.php +4 -28
  167. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/utils-wp.php +47 -81
  168. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/utils.php +200 -512
  169. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/wp-cli.php +2 -2
  170. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/wp-settings-cli.php +465 -0
  171. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/templates/man-params.mustache +4 -0
  172. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/templates/man.mustache +0 -8
  173. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/ArgValidationTest.php +74 -0
  174. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/CommandFactoryTest.php +420 -0
  175. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/ConfiguratorTest.php +87 -0
  176. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/DocParserTest.php +213 -0
  177. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/ExtractorTest.php +293 -0
  178. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/FileCacheTest.php +207 -0
  179. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/HelpTest.php +119 -0
  180. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/InflectorTest.php +37 -0
  181. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/LoggingTest.php +124 -0
  182. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/ProcessTest.php +30 -0
  183. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/SynopsisParserTest.php +194 -0
  184. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/UtilsTest.php +1092 -0
  185. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/WPCLITest.php +16 -0
  186. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/WP_CLI/Iterators/CSVTest.php +109 -0
  187. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/WP_CLI/Traversers/RecursiveDataStructureTraverserTest.php +151 -0
  188. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/WP_CLI/WpOrgApiTest.php +166 -0
  189. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/WpVersionCompareTest.php +78 -0
  190. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/bootstrap.php +17 -0
  191. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/commandfactory-doc_comment-class-win.php +70 -0
  192. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/commandfactory-doc_comment-class.php +70 -0
  193. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/commandfactory-doc_comment-function-win.php +19 -0
  194. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/commandfactory-doc_comment-function.php +19 -0
  195. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/expand_globs/bar.ab2 +0 -0
  196. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/expand_globs/baz.ab1 +0 -0
  197. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/expand_globs/baz.ac1 +0 -0
  198. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/expand_globs/baz.efg2 +0 -0
  199. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/expand_globs/foo.ab1 +0 -0
  200. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/expand_globs/foo.ab2 +0 -0
  201. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/expand_globs/foo.efg1 +0 -0
  202. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/data/expand_globs/foo.efg2 +0 -0
  203. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/tests/mock-requests-transport.php +34 -0
  204. package/dist/cli/wp-files/sqlite-command/version +1 -1
  205. package/package.json +4 -3
  206. package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/.php-cs-fixer.php +0 -20
  207. package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/README.md +0 -94
  208. package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/RenderedString.php +0 -51
  209. package/dist/cli/wp-files/sqlite-command/vendor/mustache/mustache/src/compat.php +0 -282
  210. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/.typos.toml +0 -14
  211. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/AGENTS.md +0 -121
  212. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/scripts/proxy/proxy.py +0 -5
  213. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/scripts/proxy/start.sh +0 -19
  214. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/bundle/rmccue/requests/scripts/proxy/stop.sh +0 -10
  215. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/Path.php +0 -260
  216. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/php/WP_CLI/ShutdownHandler.php +0 -329
  217. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/schemas/wp-cli-config.json +0 -218
  218. package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/schemas/wp-cli.example.yml +0 -55
  219. /package/dist/cli/wp-files/sqlite-command/vendor/wp-cli/wp-cli/{codecov.yml → tests/data/expand_globs/bar.ab1} +0 -0
@@ -45,6 +45,7 @@ var __callDispose = (stack, error2, hasError) => {
45
45
  };
46
46
  import path$1, { parse as parse$1 } from "node:path";
47
47
  import { __, sprintf, _n, defaultI18n } from "@wordpress/i18n";
48
+ import semver from "semver";
48
49
  import yargs from "yargs";
49
50
  import * as path from "path";
50
51
  import path__default from "path";
@@ -64,7 +65,6 @@ import os, { tmpdir, platform } from "os";
64
65
  import archiver from "archiver";
65
66
  import require$$1, { promisify } from "util";
66
67
  import yauzl from "yauzl";
67
- import semver from "semver";
68
68
  import require$$1$2, { Writable, Readable } from "stream";
69
69
  import { rootCertificates } from "node:tls";
70
70
  import { loadNodeRuntime, createNodeFsMountHandler } from "@php-wasm/node";
@@ -47814,7 +47814,7 @@ const getDomainNameValidationError = (useCustomDomain, domainName, existingDomai
47814
47814
  };
47815
47815
  const locale_data$j = /* @__PURE__ */ JSON.parse(`{"messages":{"":{"domain":"messages","plural-forms":"nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;","lang":"ar"},"Studio now includes phpMyAdmin, giving you a visual interface to manage your site's database. Access it from the Overview tab.":[],"Manage your database with phpMyAdmin":["إدارة قاعدة بياناتك باستخدام phpMyAdmin"],"Use the <code>studio</code> command in any terminal to manage sites, run WP-CLI commands, and control your local environment. <learn_more_link />":[],"Studio CLI for terminal":[],"Select the skills that will be placed in all existing and new sites. Agents can decide to use skills to help them accomplish specialized tasks. <learn_more_link />":[],"Sync support is available on selected plans only":[],"Refreshing…":[],"Loading…":["جاري التحميل…"],"Your Studio site is configured as a multisite network. WordPress.com does not support multisite, so pushing may cause unexpected issues on the remote site.":[],"Show":["إظهار"],"Instructions":["تعليمات"],"%d warning":[],"Your Studio site is configured as a multisite network. Preview sites do not support multisite, which may cause unexpected issues.":[],"CLI Config (cli.json)":[],"Shared Config (shared.json)":[],"App Config (app.json)":[],"Open Config Files (dev only)":[],"Manage skills for this site. These override the global skills from Studio Settings.":[],"Loading instructions...":[],"Instruction actions":[],"Install instruction files so AI agents know how to work with this site.":[],"Manage instructions":[],"Install instruction files like AGENTS.md so AI agents know how to work with this site.":[],"Manage site skills":[],"You can override global skills for this site.":[],"Studio Settings":[],"Your task agents make use of skills you've installed in":[],"AI Skills":[],"⏎ confirm":[],"a all":[],"→← expand/collapse":[],"space toggle":[],"%d items selected":[],"type to filter":[],"No syncable sites found.":[],"[staging]":[],"Transfer required":[],"Plan upgrade required":["ترقية الخطة مطلوبة"],"Multiple sites match \\"%s\\". Use the site ID instead: %s":[],"No site found matching \\"%s\\"":[],"Site %s is not syncable (%s)":[],"Select items to sync":[],"Database (SQL)":[],"Failed to fetch remote file tree":[],"Failed to fetch latest rewind ID":[],"Failed to download backup":[],"Failed to check backup size":[],"Failed to check import status":[],"Failed to initiate import on remote site":[],"A sync operation is already in progress on this site. Please wait for it to finish and try again.":[],"Failed to check backup status":[],"Failed to initiate backup":[],"Invalid sync option: %s. Valid options: %s":[],"No suitable importer found for the provided backup contents":[],"No suitable backup handler found for the provided backup file":[],"Input file at location \\"%s\\" could not be found.":[],"AI agent for building WordPress sites":[],"Successfully pushed to %s (%s)":[],"Import timed out on %s — no progress detected":[],"Import failed on %s":[],"Initiating import… (%d%%)":[],"Upload cancelled":[],"Press Ctrl+C again to cancel. The upload cannot be safely cancelled mid-transfer.":[],"Uploading archive… (%d%%)":[],"The archive exceeds the %d GB size limit. Please reduce the size of your site and try again.":[],"Select a site to push to":[],"Push failed":[],"Push your local site to a WordPress.com site":[],"Pulled from %s (%s)":[],"Downloading backup… (%d%%)":[],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back. Do you want to continue?":["يتجاوز النسخ الاحتياطي في موقعك %d جيجابايت. سيؤدي سحبه إلى منعك من دفع الموقع مرة أخرى.\\n\\nهل ترغب في المتابعة؟"],"Backup timed out — no progress detected":[],"Creating remote backup… (%d%%)":[],"Remote backup failed":[],"Initializing remote backup… (%d%%)":[],"Fetching file tree…":[],"Select a site to pull from":[],"Found %d sites":[],"Fetching WordPress.com sites…":[],"Pull failed":[],"Remote site URL or ID":[],"Comma-separated sync options: all, sqls, uploads, plugins, themes, contents":[],"Pull a WordPress.com site to your local site":[],"Deleting all preview sites…":[],"Hostname is required unless --all is passed.":[],"Delete all preview sites for your user":[],"Delete preview site(s)":[],"MCP server for AI agents":[],"Starting import…":[],"Import file not found: %s":[],"Failed to import site":[],"Path to the import file":[],"Import a backup file to site":[],"Import failed":["فشل الاستيراد"],"Site imported successfully":[],"Metadata import completed":[],"Importing metadata…":[],"WordPress content import completed":[],"%1$s (%2$d/%3$d)":[],"Database import completed":[],"Importing database file… (%1$d/%2$d)":[],"Failed to extract backup":[],"A warning occurred while extracting backup":[],"Backup extraction completed":[],"Extracting backup file… (%1$d/%2$d)":[],"Backup validation failed":[],"Backup validated":[],"Validating backup…":[],"Started import…":[],"No suitable exporter found for the provided backup file":[],"%s successfully exported":[],"Failed to export site":[],"Invalid export file extension. Must be .sql when exporting database only.":[],"Invalid export file extension. Must be .zip or .tar.gz when exporting the full site.":[],"Export the full site or just the database. Default exports full site.":[],"Path to the export file. Full-site exports use .zip or .tar.gz. Database-only exports use .sql.":[],"Export site to a backup file":[],"Export failed":[],"Site exported successfully":[],"Configuration exported":[],"Backup file created":[],"Backing up file… (%d processed)":[],"Database exported":[],"Exporting database…":[],"WordPress content traversed":[],"Traversing WordPress content…":[],"Creating backup file…":[],"Manage code sessions":[],"List code sessions":[],"esc cancel":[],"⏎ select":[],"↑↓ navigate":[],"Code Sessions":[],"Deleted code session":[],"Stop here":[],"Resume where the agent left off":[],"Reached the turn limit. Continue?":[],"Used %d turn":[],"%1$s is no longer available. Switched to %2$s.":[],"Provider setup canceled. Kept %s.":[],"Select an AI provider":[],"Switched to %s":[],"Select a model":[],"%s (current)":["%s (الحالية)"],"Logged out of WordPress.com":[],"Login failed or canceled":[],"API key update canceled.":[],"Anthropic API key updated.":[],"Preview command completed.":[],"Preview site ready!":[],"Failed to create preview site.":[],"Creating preview site… this may take a moment.":[],"Updating preview site… this may take a moment.":[],"No site selected. Use ↓ to select a site first.":[],"No Anthropic API key saved. Use /api-key to enter one.":[],"Use /login to authenticate to WordPress.com":[],"Logged in as %s":["أنت مسجل الدخول باسم %s."],"Logged in as %1$s (%2$s)":[],"Choose how to connect":[],"WordPress.com (recommended)":[],"Use /api-key to update the Anthropic API key.":[],"No linked Claude session was found. Continuing from transcript only.":[],"Resuming session %s":[],"Session persistence disabled: %s":[],"Session persistence disabled (--no-session-persistence).":[],"ⓘ The \\"studio ai\\" command is now \\"studio code\\".":[],"AI agent for building WordPress":[],"Unknown error":["خطأ غير معروف"],"Permission denied: %s":[],"Ran for %ds before interruption":[],"Interrupted":[],"Thought for %1$ds · %2$d turn":[],"Other (type my own)":[],"... %d more lines · ctrl+o to expand":[],"I'll ask a few quick questions about the name and layout, then build the whole thing for you. The more precise you are about what you want, the better the result will be.":[],"\\"Make a blog for a coffee shop\\"":[],"\\"Build a landing page for a SaaS product\\"":[],"\\"Create a portfolio site for a photographer\\"":[],"Just tell me what you want to build — for example:":[],"Generate preview sites":[],"%s with shareable URLs for quick feedback":[],"%s your local site to the cloud in WordPress.com":[],"Validate":["تحقق"],"%s all block content to ensure it's editor-compatible":[],"screenshots":[],"Take %s (desktop + mobile) to verify the design is well crafted":[],"Preview & Publishing":[],"images and videos":[],"Upload %s to your site, using local media files or remote URLs":[],"Create realistic placeholder content tailored to your site's purpose":[],"navigation menus, site options, post types, taxonomies, and settings":[],"Set up %s":["إعداد %s"],"page content":[],"Generate and import %s using core blocks":[],"Content":["المحتوي"],"plugins":[],"Install and activate %s via WP-CLI":[],"pages and posts":[],"Create %s with valid Gutenberg block content":[],"CSS, PHP, and JavaScript":[],"Write custom %s for themes and plugins":[],"%s block themes with striking, memorable designs":[],"Design & Development":[],"List":["قائمة"],"%s all your local sites and their status":[],"Start / stop":[],"%s existing local sites":[],"%s new local WordPress sites instantly (fully configured, ready to use)":[],"Local Sites Management":[],"Great, you're connected now! Let me tell you what I can do:":[],"Hello, I'm %s, your local WordPress agent and builder.":[],"esc to interrupt":[],"ctrl+o expand":[],"ctrl+o collapse":[],"Code is Poetry":["الكود شعر"],"Type your answer…":[]," ✻ Site deselected":[]," ✻ Selected site: %s":[]," ✻ Selected site: %s (WordPress.com)":[],"Loading WordPress.com sites…":[],"↑↓ navigate · ← local sites · enter select · tab open in browser · esc cancel":[],"↑↓ navigate · → remote sites · enter select · tab open in browser · esc cancel":[],"Search:":["البحث :"],"Local":["محلي"],"[Local]":[],"Failed to load WordPress.com sites. Please try again.":[],"Not logged in. Use /login first.":[],"No sites found. Create one first.":[],"inline content":[],"Update todo list":[],"Run task":[],"Load skill":[],"Search":["البحث"],"Write":["كتابة"],"Read":["قراءه"],"Take screenshot":[],"Validate blocks":[],"Run WP-CLI":[],"Update preview":[],"List previews":[],"Create preview":[],"Get site info":[],"Create site":["قم بإنشاء موقع"],"↓ select site":[],"Run a performance audit on a site":[],"Optimize category taxonomy with AI":[],"Exit the chat":[],"Push the active site to WordPress.com as a preview":[],"Switch the AI provider":[],"Switch the AI model":[],"Log out of WordPress.com":["تسجيل الخروج من ووردبريس.كوم"],"Set or update the Anthropic API key":[],"Open the active site in the browser":[],"Studio now supports light, dark, and system appearance modes. Head to Settings to choose your preferred look.":["يدعم Studio الآن أوضاع المظهر الفاتح والداكن ونظام التشغيل. انتقل إلى الإعدادات لاختيار المظهر المفضل لديك."],"Dark mode is here":["النمط الداكن متاح الآن"],"MCP":["MCP"],"Skills":["المهارات"],"Loading skills...":["جارٍ تحميل المهارات..."],"Install all":["تثبيت الكل"],"Available":["متوفّر"],"Skill actions":["إجراءات المهارة"],"Appearance":["المظهر"],"Dark":["غامق"],"Light":["فاتح"],"System":["النظام"],"Connect your AI coding assistant to the Studio MCP to let it create, configure and interact with your local WordPress sites. Copy the JSON configuration below and add it to your assistant's MCP settings. <learn_more_link />":[],"CLI commands, automation, and search-replace":["أوامر CLI، والأتمتة، والبحث والاستبدال"],"WP-CLI & Ops":["WP-CLI والعمليات"],"Routes, endpoints, schema, and authentication":["المسارات، والنقاط الطرفية، والمخطط، والمصادقة"],"REST API":["REST API"],"Theme.json, templates, patterns, and style variations":["ملف Theme.json، والنماذج، والأنماط، وتنوعات التنسيق"],"Block Themes":["قوالب المكوِّنات"],"Block.json, attributes, rendering, and deprecations":["ملف Block.json، والسمات، والتقديم، والإهمالات"],"Block Development":["تطوير المكوِّنات"],"Hooks, settings API, security, and packaging":["الروابط، واجهة برمجة التطبيقات (API) للإعدادات، والأمان، والتعبئة"],"Plugin Development":["تطوير الإضافات"],"WordPress development workflows using Studio CLI":["سير عمل تطوير ووردبريس باستخدام واجهة سطر الأوامر في Studio"],"phpMyAdmin":["phpMyAdmin"],"Exiting…":["جارٍ الخروج…"],"Reset config and start clean? (Choosing No will exit the CLI)":["إعادة ضبط التهيئة والبدء من جديد؟ (سيؤدي اختيار \\"لا\\" إلى الخروج من واجهة سطر الأوامر CLI)"],"Old Studio config was found, but Studio no longer appears to be installed.\\nReset this config and start clean? You can re-add site directories later.\\n\\nIf Studio is actually installed, open it, update it, then run the CLI again.\\n":["تم العثور على تهيئة Studio قديمة، ولكن يبدو أن Studio لم يعد مثبتًا.\\nهل تريد إعادة ضبط هذه التهيئة والبدء من جديد؟ يمكنك إعادة إضافة أدلة المواقع لاحقًا.\\n\\nإذا كان Studio مثبتًا بالفعل، فافتحه وحدّثه، ثم شغّل CLI مجددًا.\\n"],"Studio is installed, but your config must be migrated by Studio before this CLI can run. Open Studio, update it, then try again.":["Studio مثبت، ولكن يجب ترحيل تهيئتك بواسطة Studio قبل تمكن هذا الـ CLI من العمل. افتح Studio، وقم بتحديثه، ثم حاول مجددًا."],"Preview site not found in config":["لم يتم العثور على موقع المعاينة في التهيئة."],"CLI config file is corrupted.":["ملف تهيئة CLI تالف."],"Invalid CLI config file format.":["تنسيق ملف تهيئة CLI غير صالح."],"Invalid CLI config version. It looks like you have a different version of the \`studio\` CLI installed on your system. Please modify your $PATH environment variable to use the correct version.":["إصدار تهيئة CLI غير صالح. يبدو أن لديك إصدارًا مختلفًا من واجهة سطر الأوامر في Studio مثبتًا على نظامك. يرجى تعديل متغير البيئة $PATH لاستخدام الإصدار الصحيح."],"Failed to read CLI config file.":["فشل قراءة ملف تهيئة CLI."],"Failed to fetch WordPress.com sites":["فشل جلب مواقع WordPress.com"],"Failed to update AI instructions. Proceeding anyway…":["فشل تحديث تعليمات الذكاء الاصطناعي. جارٍ المتابعة على أي حال…"],"Failed to install AI instructions. Proceeding anyway…":["فشل تثبيت تعليمات الذكاء الاصطناعي. جارٍ المتابعة على أي حال…"],"Checking for dependency updates…":["جارٍ التحقق من تحديثات التبعيات…"],"Preview site updated":["تم تحديث موقع المعاينة"],"Preview site name cannot be empty.":["لا يمكن أن يكون اسم موقع المعاينة فارغًا."],"At least one option (--name) is required.":["مطلوب خيار واحد على الأقل (--name)."],"Failed to configure preview site":["فشل تهيئة موقع المعاينة"],"Hostname of the preview site to configure":["اسم المضيف لموقع المعاينة المراد تهيئته"],"Configure preview site settings":["تهيئة إعدادات موقع المعاينة"],"Authentication required. Please log in with \`studio auth login\`.":["المصادقة مطلوبة. يُرجى تسجيل الدخول باستخدام \\"studio auth login\\"."],"Preview site name":["اسم موقع المعاينة"],"MCP server failed":["فشل خادم MCP"],"For other AI assistants, check their documentation for config file locations.":["بالنسبة لمساعدي الذكاء الاصطناعي الأخرى، يرجى الرجوع إلى وثائقها لمعرفة مواقع ملفات التكوين."],"Project":["المشروع"],"Claude Desktop":["Claude Desktop"],"Configuration file locations:":["مواقع ملف التهيئة:"],"For other AI assistants, add the following under the \\"mcpServers\\" key in their MCP configuration:":["بالنسبة لمساعدي الذكاء الاصطناعي الآخرين، أضف ما يلي تحت مفتاح \\"mcpServers\\" في تهيئة MCP الخاصة بهم:"],"Codex":["Codex"],"Claude Code":["Claude Code"],"Run one of the following commands to add MCP support to your AI assistant:":["شغّل أحد الأوامر التالية لإضافة دعم MCP إلى مساعد الذكاء الاصطناعي الخاص بك:"],"WordPress Studio MCP Server":["خادم WordPress Studio MCP"],"You must provide a valid code sessions command":[],"Select a session to resume:":["حدد جلسة لاستئنافها:"],"Failed to resume code session":[],"Resume a code session (id, prefix, \\"latest\\", or picker)":[],"Failed to list code sessions":[],"Most recent first":["الأحدث أولًا"],"(No prompt yet)":["(لا يوجد موجّه بعد)"],"No code sessions found":[],"Select a session to delete:":["حدد جلسة لحذفها:"],"Failed to delete code session":[],"Session id, id prefix, or \\"latest\\"":["معرِّف الجلسة، أو بادئة المعرِّف، أو \\"الأحدث\\""],"Delete a code session (id, prefix, \\"latest\\", or picker)":[],"Record this code session to disk":[],"Anthropic API key required. Switch to Anthropic · API key with /provider to save one.":["مطلوب مفتاح Anthropic API. قم بالتبديل إلى Anthropic · مفتاح API باستخدام /provider لحفظ واحد."],"WordPress.com login required. Use /login to authenticate.":["تسجيل الدخول إلى WordPress.com مطلوب. استخدم /login للمصادقة."],"Username must be 60 characters or fewer.":["يجب ألا يتجاوز اسم المستخدم 60 حرفًا."],"Username can only contain letters, numbers, and _.@- characters.":["يمكن أن يحتوي اسم المستخدم فقط على أحرف وأرقام والرموز _.@-."],"Admin username cannot be empty.":["لا يمكن ترك حقل اسم المستخدم للمشرف فارغًا."],"Please enter a valid email address.":["الرجاء إدخال عنوان بريد إلكتروني صالح."],"Admin email cannot be empty.":["لا يمكن ترك حقل البريد الإلكتروني للمشرف فارغًا."],"Error pushing from %s":["خطأ أثناء الدفع من %s"],"Visual Studio Code":["Visual Studio Code"],"Loading site name":["جارٍ تحميل اسم الموقع"],"Loading site URL":["جارٍ تحميل عنوان الموقع"],"Loading environment":["جارٍ تحميل البيئة"],"A new admin user will be created. WordPress does not support renaming usernames.":["سيتم إنشاء بيانات مستخدم جديد بصلاحيات المشرف. لا يدعم ووردبريس إعادة تسمية أسماء المستخدمين."],"Skip":["تخطي"],"WordPress multisite requires a custom domain.":["تتطلب ميزة WordPress Multisite نطاقًا مخصصًا."],"Admin credentials":["بيانات الاعتماد للمشرف"],"Admin password is required":["كلمة المرور للمشرف مطلوبة"],"Failed to open Visual Studio Code":["فشل فتح Visual Studio Code"],"Show password":["عرض كلمة المرور"],"Hide password":["إخفاء كلمة المرور"],"Copy admin email to clipboard":["نسخ البريد الإلكتروني للمشرف إلى الحافظة"],"Email":["البريد الإلكتروني"],"Install":["تنصيب"],"Open":["مفتوح"],"Installed":["تم التثبيت"],"Installing...":["جاري التنصيب..."],"Agent Instructions":["تعليمات الوكيل"],"Admin email":["البريد الإلكتروني للمشرف"],"Site files already removed":["تمت إزالة ملفات الموقع بالفعل"],"Blueprint source path is missing":["مسار مصدر المخطط مفقود"],"The enableMultisite Blueprint step requires a custom domain. WordPress multisite does not support custom ports. Use --domain <name>.local to set a custom domain.":["تتطلب خطوة مخطط enableMultisite‏ (enableMultisite Blueprint) نطاقًا مخصصًا. لا تدعم ميزة WordPress Multisite المنافذ المخصصة. أستخدم --domain <name>.local لتعيين نطاق مخصص."],"Admin email:":["البريد الإلكتروني للمشرف:"],"Admin password (leave empty to auto-generate):":["كلمة المرور للمشرف (اترك الحقل فارغًا ليتم إنشاؤها تلقائيًا):"],"Admin username:":["اسم مستخدم المشرف"],"Enable HTTPS?":["تفعيل بروتوكول HTTPS"],"Custom domain (leave empty to skip):":["النطاق المخصص (اترك الحقل فارغًا للتخطي):"],"WordPress version:":["نسخة ووردبريس"],"%s (recommended)":["%s (موصى به)"],"Site path:":["مسار الموقع:"],"Site name:":["اسم الموقع :"],"Admin email (defaults to \\"admin@localhost.com\\")":["البريد الإلكتروني للمشرف (تم تعيين القيمة الافتراضية على \\"admin@localhost.com\\")"],"Admin password (auto-generated if not provided). Note: passwords in CLI arguments may be visible in process lists; consider using a Blueprint file for sensitive passwords.":["كلمة المرور للمشرف (سيتم إنشاؤها تلقائيًا إذا لم يتم توفيرها). ملاحظة: قد تكون كلمات المرور في وسيطات واجهة سطر الأوامر (CLI) مرئية في قوائم العمليات؛ يُنصح باستخدام ملف مخطط لكلمات المرور الحساسة."],"Admin username (defaults to \\"admin\\")":["اسم المستخدم للمشرف (تم تعيين القيمة الافتراضية على \\"admin\\")"],"API key is required":["مفتاح واجهة برمجة التطبيقات (API) مطلوب"],"Enter your Anthropic API key (will be saved for future use):":["أدخل مفتاح واجهة برمجة التطبيقات (API) لديك والخاص بـ Anthropic (سيتم حفظه للاستخدام في المستقبل):"],"AI agent failed":["فشل وكيل الذكاء الاصطناعي"],"Display PHP errors and warnings directly in the browser by setting the WP_DEBUG_DISPLAY constant.":["عرض أخطاء وتحذيرات PHP مباشرة في المتصفح عن طريق تعيين الثابت WP_DEBUG_DISPLAY."],"Show errors in browser":["عرض الأخطاء في المتصفح"],"Log PHP errors and warnings to a debug.log file in your site's wp-content directory by setting the WP_DEBUG_LOG constant.":["سجّل أخطاء وتحذيرات PHP في ملف debug.log الموجود في الدليل wp-content لموقعك عن طريق تعيين الثابت WP_DEBUG_LOG."],"Enable debug log":["تمكين سجل تصحيح الأخطاء"],"General":["عام"],"Open Application Logs":["فتح سجلات التطبيق"],"Debug display":["عرض تصحيح الأخطاء"],"Open log file":["فتح ملف السجل"],"Debug log":["سجل الأخطاء"],"Debugging":["تصحيح الأخطاء"],"Applies site configuration.":["يُنفِّذ تهيئة الموقع."],"Runs %s.":["يقوم بتشغيل %s."],"%d WP-CLI command":["%d من أوامر WP-CLI","%d من أوامر WP-CLI","%d من أوامر WP-CLI","%d من أوامر WP-CLI","%d من أوامر WP-CLI","%d من أوامر WP-CLI"],"%d SQL query":["%d من استعلامات SQL","%d من استعلامات SQL","%d من استعلامات SQL","%d من استعلامات SQL","%d من استعلامات SQL","%d من استعلامات SQL"],"%d block of PHP code":["%d من مكوِّنات كود PHP","%d من مكوِّنات كود PHP","%d من مكوِّنات كود PHP","%d من مكوِّنات كود PHP","%d من مكوِّنات كود PHP","%d من مكوِّنات كود PHP"],"Imports content.":["يستورد المحتوى."],"Installs %s.":["يقوم بتثبيت %s."],"%d theme":["%d قالب","%d من القوالب","%d من القوالب","%d من القوالب","%d من القوالب","%d من القوالب"],"%d plugin":["%d إضافة","%d من الإضافات","%d من الإضافات","%d من الإضافات","%d من الإضافات","%d من الإضافات"],"%1$s, and %2$s":["%1$s و %2$s"],"%1$s and %2$s":["%1$s و %2$s"],"Featured Blueprint":["مخطط مميز"],"Copy site…":["جارٍ نسخ الموقع..."],"%s Copy":["نسخ %s"],"An error occurred while copying the site. Please try again. If this problem persists, please contact support.":["حدث خطأ أثناء نسخ موقعك. يُرجى المحاولة مرة أخرى. إذا استمرت هذه المشكلة، يُرجى الاتصال بالدعم."],"Failed to copy site":["فشل نسخ الموقع"],"Failed to start '%s'":["فشل بدء '%s'"],"Not enough memory to start '%s'":["لا توجد ذاكرة كافية لبدء '%s'"],"Failed to initialize custom domains for '%s'":["فشل تهيئة النطاقات المخصصة '%s'"],"Copy site":["نسخ الموقع"],"Start all":["بدء الكل"],"No sites running":["لا توجد مواقع قيد التشغيل"],"Skip printing site URL and admin credentials after starting":["تخطي طباعة عنوان الموقع وبيانات اعتماد المسؤول بعد البدء"],"Skip printing site URL and admin credentials after creating":["تخطي طباعة عنوان الموقع وبيانات اعتماد المسؤول بعد الإنشاء"],"Site ID (UUID format, used internally by Studio app)":["مُعرّف الموقع (تنسيق UUID، مستخدم داخليًا بواسطة تطبيق Studio)"],"Must be a valid UUID":["يجب أن يكون مُعرّف UUID صالحًا"],"Zed":["Zed"],"Antigravity":["مضاد للجاذبية"],"Pause upload":["إيقاف الرفع مؤقتًا"],"Resume upload":["استئناف الرفع"],"Upload is manually paused. Click the resume button to continue uploading.":["تم إيقاف الرفع مؤقتًا يدويًا. انقر على زر الاستئناف لمتابعة الرفع."],"WordPress %s (selected is %s)":["ووردبريس %s (المحدد هو %s)"],"PHP %s (selected is %s)":["PHP %s (المحدد هو %s)"],"Please check the link and try again.":["يُرجى التحقق من الرابط والمحاولة مرة أخرى."],"Could not connect to the server. Please check your internet connection and try again.":["يتعذر الاتصال بالخادم. يُرجى التحقق من اتصالك بالإنترنت والمحاولة مرة أخرى."],"%d warning found":["تم العثور على %d من التحذيرات","تم العثور على %d من التحذيرات","تم العثور على %d من التحذيرات","تم العثور على %d من التحذيرات","تم العثور على %d من التحذيرات","تم العثور على %d من التحذيرات"],"Invalid blueprint":["مخطط غير صالح"],"\\"%s\\" is not a valid Blueprint property":["\\"%s\\" ليست خاصية مخطط صالحة"],"Site files moved to trash":["تم نقل ملفات الموقع إلى سلة المهملات"],"Moving site files to trash…":["جارٍ نقل ملفات الموقع إلى سلة المهملات..."],"Also move site files to trash":["انقل ملفات الموقع أيضًا إلى سلة المهملات"],"SQLite integration skipped":["تم تخطي تكامل SQLite"],"Easily install the %s CLI to run WP-CLI commands from your terminal and create, start, stop, or update your sites.":["قم بتثبيت واجهة سطر الأوامر (CLI) التي تخص %s بسهولة لتشغيل أوامر WP-CLI من وحدتك الطرفية، وقم بإنشاء مواقعك أو تشغيلها أو إيقافها أو تحديثها."],"WP-CLI support and CLI site management":["دعم WP-CLI وإدارة المواقع عبر واجهة سطر الأوامر (CLI)"],"WP-CLI":["WP-CLI"],"Manage sites":["إدارة المواقع"],"Failed to stop sites":["فشل إيقاف المواقع"],"Self-hosted (e.g. jurassic.ninja) sites are not supported":["المواقع المستضافة ذاتيًا (على سبيل المثال: jurassic.ninja) غير مدعومة"],"Error retrieving remote files and directories. Please close and reopen this dialog to try again.":["حدث خطأ أثناء استرداد الملفات والأدلة البعيدة. يُرجى إغلاق مربع الحوار هذا وإعادة فتحه للمحاولة مرة أخرى."],"You are currently offline. Sync will continue running remotely. We will send you an email once it's completed.":["أنت غير متصل بالإنترنت حاليًا. ستستمر المزامنة في التشغيل عن بعد. سنرسل إليك رسالة بالبريد الإلكتروني بمجرد اكتمالها."],"Leave running":["اتركه قيد التشغيل"],"Stop sites":["إيقاف المواقع"],"%d site is currently running. Do you want to stop it before quitting?":["موقع %d قيد التشغيل حاليًا. هل تريد إيقافه قبل المغادرة؟","موقع %d قيد التشغيل حاليًا. هل تريد إيقافه قبل المغادرة؟","مواقع %d قيد التشغيل حاليًا. هل تريد إيقافهم قبل المغادرة؟","مواقع %d قيد التشغيل حاليًا. هل تريد إيقافهم قبل المغادرة؟","مواقع %d قيد التشغيل حاليًا. هل تريد إيقافهم قبل المغادرة؟","مواقع %d قيد التشغيل حاليًا. هل تريد إيقافهم قبل المغادرة؟"],"You have a running site":["لديك موقع قيد التشغيل","لديك موقع قيد التشغيل","لديك مواقع قيد التشغيل","لديك مواقع قيد التشغيل","لديك مواقع قيد التشغيل","لديك مواقع قيد التشغيل"],"Uploading site (%d%%)…":["جارٍ رفع الموقع (%d%%)…"],"The site name is too long. Please choose a shorter site name.":["اسم الموقع طويل للغاية. يرجى اختيار اسم موقع أقصر."],"An error occurred while running the WP-CLI command.":["حدث خطأ في أثناء تشغيل أمر WP-CLI."],"Stopping all WordPress servers…":["إيقاف جميع خوادم ووردبريس..."],"Stop all sites":["إيقاف جميع المواقع"],"Stop site(s)":["إيقاف الموقع (المواقع)"],"Get status of site":["احصل على حالة الموقع"],"List sites":["عرض المواقع"],"SSL certificates deleted":["تم حذف شهادات SSL"],"Deleting SSL certificates…":["جارٍ حذف شهادات SSL…"],"Stopping WordPress server…":["جارٍ إيقاف خادم ووردبريس..."],"Failed to delete associated preview sites. Proceeding anyway…":["فشل حذف مواقع المعاينة المرتبطة. جارٍ المتابعة على أي حال…"],"Starting WordPress server…":["جارٍ بدء خادم ووردبريس..."],"Saving site…":["جارٍ حفظ الموقع..."],"Create a new site":["إنشاء موقع جديد"],"Events watcher failed":["فشل مراقب الأحداث"],"Create a new site from a featured Blueprint on your own. <learn_more_link />":["أنشئ موقعًا جديدًا من مخطط مميز بنفسك. <learn_more_link />"],"Powered by experimental AI. <learn_more_link />":["مدعوم من الذكاء الاصطناعي التجريبي. <learn_more_link />"],"Could not load files. Please close and reopen this dialog to try again.":["يتعذر تحميل الملفات. يُرجى إغلاق مربع الحوار هذا وإعادة فتحه للمحاولة مرة أخرى."],"The site uploading has been paused due to an internet connection issue. We will retry automatically in a few seconds.":["توقف رفع الموقع مؤقتا بسبب مشكلة في الاتصال بالإنترنت. سنعيد المحاولة تلقائيا في غضون بضع ثوان."],"Enable PHP debugging with Xdebug. Only one site can have Xdebug enabled at a time. Note that Xdebug may slow down site performance. <learn_more_link />":["تمكين تصحيح PHP باستخدام Xdebug. يمكن تمكين Xdebug واحد فقط لكل موقع في كل مرة. لاحظ أن Xdebug قد يؤدي إلى إبطاء أداء الموقع. <learn_more_link />"],"Enable Xdebug":["تمكين Xdebug"],"Xdebug is currently enabled for \\"%s\\" site. Disable it there first to enable it for this site.":["تم تمكين Xdebug حاليا للموقع \\"%s\\". عطّله هناك أولاً لتمكينه لهذا الموقع."],"Starting from a Blueprint requires an internet connection.":["يتطلب البدء من مخطط الاتصال بالإنترنت."],"Uploading paused":["توقف الرفع مؤقتًا"],"Xdebug":["تصحيح الأخطاء"],"Dismiss":["تجاهل"],"Build blocks with <button>Telex <ArrowIcon /></button>":["إنشاء المكوّنات باستخدام <button>Telex <ArrowIcon /></button>"],"Build with Telex":["الإنشاء باستخدام Telex"],"Add site from a Blueprint":["إضافة موقع من مخطط"],"Restart Studio now to install the update, or choose Later to continue working and restart when convenient.":["أعد تشغيل Studio الآن لتثبيت التحديث، أو اختر \\"لاحقًا\\" لمواصلة العمل وإعادة التشغيل متى كان ذلك مناسبًا."],"Update ready to install":["التحديث جاهز للتثبيت"],"You're already running the latest version of Studio. No update is needed at this time.":["تُشغل أحدث إصدار من Studio بالفعل. لا حاجة للتحديث في الوقت الحالي."],"No updates available":["لا تتوفر أي تحديثات"],"Studio will notify you when the update is ready to install. You can continue working normally.":["يُخطرك Studio عندما يكون التحديث جاهزا للتثبيت. يمكنك متابعة العمل بشكل طبيعي."],"Downloading update in the background":["جارِ تحميل التحديث في الخلفية"],"It looks like you denied the authorization request. To proceed, please click \\"Approve\\"":["يبدو أنك رفضت طلب التفويض. للمتابعة، يُرجى النقر على \\"موافقة\\""],"Authorization denied":["التفويض مرفوض"],"Windows on Intel/AMD":["نظام تشغيل Windows على Intel/AMD"],"Windows on ARM":["نظام تشغيل Windows على ARM"],"Mac with Intel Chip":["نظام تشغيل Mac مع شريحة Intel"],"Mac with Apple Silicon Chip":["نظام تشغيل Mac مع شريحة Apple Silicon"],"Unsupported PHP version: %s":["إصدار PHP غير مدعوم %s"],"Set auto-start flag for the site(s)":["تعيين علامة البدء التلقائي للموقع (المواقع)"],"Failed to stop site":["فشل إيقاف الموقع"],"Successfully stopped %d site":["تم إيقاف الموقع %d بنجاح","تم إيقاف %d الموقع بنجاح","تم إيقاف المواقع %d بنجاح","تم إيقاف المواقع %d بنجاح","تم إيقاف المواقع %d بنجاح","تم إيقاف المواقع %d بنجاح"],"No sites are currently running":["لا يوجد مواقع قيد التشغيل حاليًا"],"Failed to load site status":["فشل تحميل حالة الموقع"],"Connected to process daemon":["متصل لمعالجة عملية الخلفية"],"Connecting to process daemon…":["جارِ الاتصال لمعالجة الخلفية..."],"Failed to parse Blueprint JSON":["فشل توزيع مخطط JSON"],"Failed to fetch Blueprint":["فشل إحضار المخطط"],"WordPress files copied":["تم نسخ ملفات ووردبريس"],"Copying bundled WordPress…":["نسخ حزمة ووردبريس..."],"Cannot set up WordPress. Bundled WordPress files not found. Please connect to the internet or reinstall Studio.":["لا يمكن إعداد ووردبريس. لم يتم العثور على ملفات ووردبريس المجمعة. يُرجى الاتصال بالإنترنت أو إعادة تثبيت Studio."],"Cannot set up WordPress while offline. Specific WordPress versions require an internet connection. Try using \\"latest\\" version or ensure internet connectivity.":["يتعذر إعداد ووردبريس في أثناء عدم الاتصال بالإنترنت. تغيير إصدار WordPress يتطلب اتصالًا بالإنترنت. حاول إستخدام الإصدار \\"الأحدث\\" أو تأكد من الاتصال بالإنترنت."],"Path or URL to Blueprint JSON file":["المسار أو عنوان الموقع لمخطط ملف JSON"],"Must be: at least %s":["يجب أن يكون: على الأقل %s"],"Must be: \\"latest\\", \\"nightly\\", or a valid version number (e.g., \\"6.4\\", \\"6.4.1\\", \\"6.4-beta1\\")":["يجب أن يكون: \\"الأحدث\\" أو \\"الليل\\" أو رقم إصدار صالح (على سبيل المثال: \\"6.4\\" أو \\"6.4.1\\" أو \\"6.4-beta1\\")"],"Failed to parse Blueprint JSON file: %s":["فشل توزيع ملف JSON: %s"],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, or .wpress file.":["نوع الملف هذا غير مدعوم. يُرجى استخدام ملف بالتنسيق ‎.zip أو ‎.gz أو ‎.tar أو ‎.tar.gz أو ‎.wpress."],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, .wpress, or .sql file.":["نوع الملف هذا غير مدعوم. يُرجى استخدام ملف بالتنسيق ‎.zip أو ‎.gz أو ‎.tar أو ‎.tar.gz أو ‎.wpress أو ‎.sql."],"Studio CLI":["واجهة سطر الأوامر في Studio"],"Your Studio site is using a different WordPress or PHP version than your remote site. The remote site will keep using the newest supported versions.":[],"%s over":["%s بنسبة"],"The push is in progress and will continue running remotely. We will send you an email once it's completed.":["عملية الدفع قيد التقدّم وستستمر في العمل عن بُعد. سنرسل إليك رسالة بالبريد الإلكتروني بمجرد اكتمالها."],"Get smart suggestions from the Studio Assistant":["احصل على اقتراحات ذكية من مساعد Studio"],"Seamlessly sync with WordPress.com and Pressable":["مزامنة سلسة مع WordPress.com وPressable"],"Share preview sites with clients and colleagues":["شارك مواقع المعاينة مع العملاء والزملاء"],"Start by connecting your WordPress.com account to unlock the full power of WordPress Studio.":["ابدأ بربط حسابك على WordPress.com لفتح الإمكانات الكاملة من WordPress Studio."],"Welcome to WordPress Studio":["مرحبًا بك في WordPress Studio"],"Failed to uninstall CLI":["فشل إلغاء تثبيت واجهة سطر الأوامر"],"The CLI has been uninstalled successfully.":["تم إلغاء تثبيت واجهة سطر الأوامر بنجاح."],"CLI uninstalled":["تم إلغاء تثبيت واجهة سطر الأوامر"],"Proceed":["تقدم"],"Blueprint details":["تفاصيل المخطط"],"Start working locally with your site data.":["ابدأ العمل محليًا باستخدام بيانات موقعك."],"Pull content from your remote site.":["اسحب المحتوى من موقعك البعيد."],"Create a new local WordPress site.":["أنشئ موقع ووردبريس محليًا جديدًا."],"Create a new local site and pull your WordPress.com or Pressable site with Jetpack activated.":["أنشئ موقعًا محليًا جديدًا واسحب موقعك على WordPress.com أو Pressable مع تفعيل Jetpack."],"Create a new site from WordPress.com or Pressable":["أنشئ موقعًا جديدًا من WordPress.com أو Pressable"],"Pull an existing site":["اسحب موقعًا موجودًا"],"Blueprint":["مخطط"],"The sync process will continue running remotely after you quit Studio. We will send you an email once it is complete.":["ستستمر عملية المزامنة في العمل عن بُعد بعد إنهاء Studio. سنرسل إليك رسالة بالبريد الإلكتروني بمجرد اكتمالها."],"Sync will continue":["ستستمر المزامنة"],"Initializing remote backup…":["جارٍ تهيئة النسخ الاحتياطي عن بُعد..."],"HTTP proxy server stopped":["تم إيقاف خادم وكيل HTTP"],"Stopping HTTP proxy server…":["جارٍ إيقاف خادم وكيل HTTP..."],"The specified directory is not added to Studio. Use \`studio site create\` to add it.":["لم تتم إضافة الدليل المحدد إلى Studio. استخدم \`studio site create\` لإضافته."],"Failed to stop WordPress server":["فشل إيقاف خادم ووردبريس"],"WordPress server is not running":["خادم ووردبريس لا يعمل"],"Admin password":["كلمة مرور المشرف"],"Admin username":["اسم مستخدم المشرف"],"Status":["الحالة:"],"Site Path":["مسار الموقع"],"Auto-login URL":["عنوان الموقع لتسجيل الدخول التلقائي"],"Site URL":["رابط الموقع"],"Offline":["غير متصل"],"Online":["عبر الإنترنت"],"SQLite integration configured as needed":["تم تهيئة تكامل SQLite حسب الحاجة"],"Setting up SQLite integration, if needed…":["جارٍ إعداد تكامل SQLite، إذا لزم الأمر..."],"Domain removed from hosts file":["تمت إزالة النطاق من ملف المضيفين"],"Removing domain from hosts file…":["جارٍ إزالة النطاق من ملف المضيفين..."],"Associated preview sites deleted":["تم حذف مواقع المعاينة المرتبطة"],"Deleting %d associated preview site…":["جارٍ حذف %d موقع معاينة مرتبط…","جارٍ حذف %d موقع معاينة مرتبط…","جارٍ حذف %d مواقع المعاينة المرتبطة…","جارٍ حذف %d مواقع المعاينة المرتبطة…","جارٍ حذف %d مواقع المعاينة المرتبطة…","جارٍ حذف %d مواقع المعاينة المرتبطة…"],"WordPress server stopped":["تم إيقاف خادم ووردبريس"],"Site loaded":["تم تحميل الموقع"],"Loading site…":["جارٍ تحميل الموقع…"],"Failed to delete site":["لقد تعذّر حذف الموقع"],"Failed to start site":["فشل بدء الموقع"],"Authenticated with WordPress.com as \`%s\`":["تمت المصادقة باستخدام WordPress.com بصفتك \\"%s\\""],"Run \\"studio site start\\" to start the site.":["شغل \\"Studio site start\\" لبدء الموقع."],"Failed to apply Blueprint":["فشل في تنفيذ المخطط"],"Blueprint applied successfully":["تم تنفيذ المخطط بنجاح"],"Applying Blueprint…":["جارٍتنفيذ المخطط..."],"Starting WordPress server and applying Blueprint…":["جارٍ بدء خادم ووردبريس وتنفيذ المخطط..."],"Site created successfully":["تم إنشاء الموقع بنجاح"],"Port assigned: %d":["تم تعيين المنفذ: %d"],"Assigning port…":["جار تعيين المنفذ..."],"SQLite integration configured":["تم تكوين تكامل SQLite"],"Setting up SQLite integration…":["جارٍ إعداد تكامل SQLite..."],"Site directory created":["تم إنشاء دليل الموقع"],"Creating site directory…":["جارٍ إنشاء دليل الموقع..."],"Site configuration validated":["تم التحقق من تكوينات الموقع"],"The selected directory is already in use.":["اسم الدليل المحدد قيد الاستخدام بالفعل."],"Blueprint feature \\"%1$s\\" is not supported: %2$s":["ميزة المخطط \\"⁦%1$s⁩\\" غير مدعومة: ⁦%2$s⁩"],"Blueprint file not found: %s":["لم يتم العثور على ملف التحميل: %s"],"The selected directory is not empty nor an existing WordPress site.":["الدليل المحدّد ليس فارغًا أو موقع ووردبريس موجود."],"Validating site configuration…":["جار التحقق من تكوين الموقع..."],"Start the site after creation":["ابدأ الموقع بعد الإنشاء"],"Enable HTTPS for custom domain":["تمكين HTTPS للنطاق المخصص"],"Custom domain (e.g., \\"mysite.local\\")":["نطاق مخصص (مثل، \\"mySite.local\\")"],"WordPress version (e.g., \\"latest\\", \\"6.4\\", \\"6.4.1\\")":["إصدار ووردبريس (على سبيل المثال، \\"الأحدث\\"، \\"6.4\\"، \\"6.4.1\\")"],"Choose a plan to publish your site":["اختر خطة لنشر موقعك"],"Sync database and files.":["قم بمزامنة تغييرات قاعدة البيانات والملفات."],"Unlock the power of WordPress and share your work with the world with":["أطلق العنان لقوة ووردبريس وشارك عملك مع العالم من خلال"],"Find a perfect plan":["العثور على الخطة المثالية"],"Preparing workers…":["جارٍ إعداد العمال..."],"Running the Blueprint…":["جارٍ تشغيل المخطط..."],"Booting WordPress…":["جارٍ إقلاع ووردبريس..."],"Starting up workers…":["جارٍ بدء العاملين..."],"Downloading WordPress…":["جارٍ تنزيل ووردبريس..."],"WordPress is running":["ووردبريس قيد التشغيل"],"Site not found":["لم يتم العثور على الموقع"],"Failed to start WordPress server":["فشل بدء خادم ووردبريس"],"WordPress server started":["تم بدء خادم ووردبريس"],"WordPress server is already running":["خادم ووردبريس قيد التشغيل بالفعل"],"Process daemon started":["تم بدء تشغيل الخدمة الخفية"],"Starting process daemon…":["جارٍ بدء تشغيل الخدمة الخفية"],"Skip opening the site in browser after starting":["تخطي فتح الموقع في المتصفح بعد البدء"],"Password: ":["كلمة المرور: "],"Username: ":["اسم المستخدم: "],"Site URL: ":["URL الموقع: "],"Publish site":["نشر موقع"],"Failed to select site":["فشل تحديد الموقع"],"Select a site to import":["حدّد موقعًا للاستيراد"],"Publish your site":["نشر موقعك"],"Select a remote site":["حدّد موقعًا عن بُعد"],"Blueprint loaded from URL":["تم تحميل المخطط من رابط URL"],"Download directly from WordPress.com or Pressable":["حمّل مباشرةً من WordPress.com أو Pressable"],"Failed to load Blueprint":["فشل تحميل المخطط"],"Failed to revoke token":["فشل إبطال الرمز المميز"],"Failed to fetch user info":["فشل جلب معلومات المستخدم"],"You must provide a valid auth command":["يتعين توفير أمر مصادقة صالح"],"Manage authentication":["إدارة المصادقة"],"Failed to add domain to hosts file":["فشل إضافة النطاق إلى ملف المضيفين:"],"Domain added to hosts file":["تم إضافة النطاق إلى ملف المضيفين"],"Adding domain to hosts file…":["جارٍ إضافة النطاق إلى ملف المضيفين..."],"SSL certificates generated":["تم إنشاء شهادات SSL"],"Generating SSL certificates…":["جارٍ إنشاء شهادات SSL..."],"HTTP proxy already running":["وكيل HTTP يعمل بالفعل"],"HTTP proxy server started":["تم بدء خادم وكيل HTTP"],"Starting HTTP proxy server…":["جارٍ بدء خادم وكيل HTTP..."],"Failed to check authentication status":["فشل التحقق من حالة المصادقة"],"Authentication token is invalid or expired":["الرمز المميز للمصادقة غير صالح أو منتهي الصلاحية"],"Checking authentication status…":["جارٍ التحقق من حالة المصادقة..."],"Check authentication status":["تحقق من حالة المصادقة"],"Failed to log out":["فشل تسجيل الخروج"],"Successfully logged out":["تم تسجيل الخروج بنجاح"],"Already logged out":["تم تسجيل الخروج بالفعل"],"Logging out…":["تسجيل الخروج…"],"Log out and clear WordPress.com authentication":["تسجيل الخروج ومسح مصادقة WordPress.com"],"Authentication failed":["فشلت المصادقة"],"Authentication failed. Please try again.":["فشلت المصادقة. يُرجى المحاولة مرة أخرى."],"Authentication completed successfully!":["اكتملت المصادقة بنجاح!"],"Authentication token:":["الرمز المميز للمصادقة:"],"Please complete authentication in your browser and paste the generated token here.":["يُرجى إكمال المصادقة في متصفحك ولصق الرمز المميز المُنشأ هنا."],"Failed to open browser. Please open the URL manually: %s":["فشل فتح المتصفح. يُرجى فتح رابط URL يدويًا: %s"],"Browser opened successfully":["تم فتح المتصفح بنجاح"],"Opening browser for authentication…":["جارٍ فتح المتصفح للمصادقة..."],"Already authenticated with WordPress.com":["تمت المصادقة عليه بالفعل باستخدام WordPress.com"],"Downloading the ARM version of Studio will provide better performance.":["سيؤدي تنزيل إصدار ARM من Studio إلى تقديم أداء أفضل."],"An error occurred while deleting all preview sites. Please try again.":["حدث خطأ أثناء حذف جميع مواقع المعاينة. يُرجى المحاولة مرة أخرى."],"Failed to delete all preview sites":["فشل حذف جميع مواقع المعاينة"],"<siteUrlButton /> appears to be deleted or is currently unreachable. <button>Get help ↗</button>":["<siteUrlButton /> يبدو أنه تم حذفه أو أنه لا يمكن الوصول إليه حاليًا. <button>الحصول على المساعدة ↗</button>"],"This preview site has been deleted from the server. You can remove it from the list by clicking Clear button.":["تم حذف موقع المعاينة هذا من الخادم. يمكنك إزالته من القائمة بالنقر على زر المسح."],"Database import failed on the remote site. Please review your database and try again or contact support and provide details from the logs below.":["فشل استيراد قاعدة البيانات على الموقع البعيد. يُرجى مراجعة قاعدة بياناتك والمحاولة مرة أخرى أو الاتصال بالدعم وتقديم التفاصيل من السجلات أدناه."],"Create new backup ↗":["إنشاء نسخة احتياطية جديدة ↗"],"Content from the latest backup: %s.":["محتوى من أحدث نسخة احتياطية: %s."],"Push can not be cancelled while applying changes to the remote site":["تعذر إلغاء عملية الدفع أثناء تطبيق التغييرات على الموقع البعيد"],"Cancel push":["إلغاء عملية الدفع"],"Pull can not be cancelled while importing changes to your local site":["تعذر إلغاء عملية السحب أثناء استيراد التغييرات إلى موقعك المحلي"],"Cancel pull":["إلغاء عملية السحب"],"The push operation has been cancelled.":["اكتمل إلغاء عملية الدفع."],"Push cancelled":["اكتمل إلغاء عملية الدفع"],"The pull operation has been cancelled.":["اكتمل إلغاء عملية السحب."],"Pull cancelled":["اكتمل إلغاء عملية السحب"],"Beta Features":["ميزات الإصدار التجريبي"],"Delete site…":["حذف الموقع"],"Edit site…":["تحرير الموقع..."],"Open in %s":["فتح في %s"],"File Explorer":["مستكشف الملفات"],"%1$s (%2$d%%)":["%1$s (%2$d%%)"],"Importing files…":["جارٍ استيراد ملفات…"],"Importing database… (%d%%)":["جارٍ استيراد قاعدة البيانات… (%d%%)"],"Extracting backup… (%d%%)":["جارٍ استخراج النسخة الاحتياطية… (%d%%)"],"Importing other files…":["جارٍ استيراد ملفات أخرى"],"Importing media uploads…":["جارٍ استيراد من الوسائط..."],"Importing themes…":["جارٍ استيراد القوالب…"],"Importing plugins…":["جار إستيراد الإضافات..."],"Start with an empty site":["البدء بموقع فارغ"],"Studio could not load Blueprints. <button>Try again</button> or use your own Blueprint.":["تعذّر على تطبيق Studio تحميل المخططات. <button>حاول مرة أخرى</button> أو استخدم مخططك الخاص."],"View details":["عرض التفاصيل"],"This Blueprint uses unsupported features in Studio and might not work as expected.":["يستخدم هذا المخطط ميزات غير مدعومة في تطبيق Studio وقد لا يعمل كما هو متوقع."],"Got it":["فهمت"],"Your Blueprint will still work, but these features will be skipped during site creation.":["سيظل مخططك يعمل، ولكن سيتم تخطي هذه الميزات أثناء إنشاء الموقع."],"The following features are not supported in Studio and will be automatically removed:":["الميزات التالية غير مدعومة في تطبيق Studio وستتم إزالتها تلقائيًا:"],"Studio manages its own navigation and landing pages.":["يُدير تطبيق Studio عملية التنقل والصفحات المقصودة الخاصة به"],"Nearly finished":["على وشك الانتهاء"],"Making progress…":["جارٍ التنفيذ..."],"Working on your site…":["جارٍ العمل على موقعك..."],"Getting everything ready…":["جارٍ تجهيز كل شيء..."],"Setting up your new site…":["جارٍ إعداد موقعك الجديد..."],"Failed to list sites":["فشل عرض المواقع"],"Found %d site":["تم العثور على %d من المواقع","تم العثور على %d من المواقع","تم العثور على %d من المواقع","تم العثور على %d من المواقع","تم العثور على %d من المواقع","تم العثور على %d من المواقع"],"Path":["مسار"],"Select a Blueprint that fits your needs and build your WordPress site even faster.":["حدد مخططًا يناسب احتياجاتك وقم بإنشاء موقعك على ووردبريس بشكل أسرع."],"Introducing Blueprints, a new way to streamline site creation.":["نقدم إليكم \\"المخططات\\"، طريقة جديدة لتبسيط إنشاء المواقع."],"Sublime Text":["نص رفيع"],"The current selection exceeds the %d GB push limit. To continue, please change your selection to reduce the total size.":["الاختيار الحالي يتجاوز حد الدفع البالغ %d جيجابايت. للمتابعة، يُرجى تغيير اختيارك لتقليل الحجم الإجمالي."],"Choose a featured Blueprint or use your own":["اختر مخططًا مميزًا أو استخدم مخططك الخاص"],"Featured Blueprints":["مخططات مميزة"],"Using different versions may cause compatibility issues.":["قد يسبب استخدام إصدارات مختلفة إلى مشاكل توافق."],"This Blueprint recommends:":["يوصي هذا المخطط بالآتي:"],"Version differs from Blueprint recommendation":["يختلف الإصدار عن توصية المخطط"],"Blueprint validation failed":["فشل التحقق من المخطط"],"Failed to load Blueprint file. Please try again.":["فشل تحميل ملف المخطط. يُرجى المحاولة مرة أخرى."],"Invalid JSON format: %s":["تنسيق JSON غير صالح: %s"],"Invalid Blueprint format":["تنسيق المخطط غير صالح"],"Blueprint v2 format is not supported yet. Please use Blueprint v1 format.":["لم يتم دعم تنسيق مخطط v2 حتى الآن. الرجاء استخدام تنسيق مخطط v1."],"Your sites will show up here once you create them":["ستظهر مواقعك هنا بمجرد إنشائها"],"Development":["التطوير"],"Push to Development":["دفع إلى التطوير"],"Pull from Development":["سحب من التطوير"],"Selecting individual items to pull will be enabled automatically once your first backup is complete.<br/>Wait a few minutes or run a full sync in the meantime.":["سيتم تمكين تحديد العناصر الفردية المُراد سحبها تلقائيًّا بمجرد اكتمال عملية النسخ الاحتياطيِّ الأولى.<br/>انتظر بضع دقائق أو قم بتشغيل مزامنة كاملة في الوقت الحالي."],"Site name & details":["اسم وتفاصيل الموقع"],"Choose Blueprint":["اختيار مخطط"],"Back":["الرجوع"],"Select backup file":["تحديد ملف نسخ احتياطيِّ"],"Drop your backup file here":["أفلت ملف نسخك الاحتياطيِّ هنا"],"Choose Blueprint file":["اختيار ملف مخطط"],"Remove":["حذف"],"Loading Blueprints...":["جارٍ تحميل المخططات..."],"Blueprint loaded from file":["تم تحميل المخطط من الملف"],"Preview Blueprint":["معاينة المخطط"],"Description":["الوصف"],"Title":["العنوان"],"Thumbnail":["صورة مصغرة"],"The selected Blueprint failed to execute properly. This could be due to invalid PHP code, missing plugins, or other issues in the Blueprint file. Please check your Blueprint file and try again.":["فشل تنفيذ المخطط المحدد بشكل صحيح. قد يرجع هذا إلى وجود رمز PHP غير صالح أو إضافات مفقودة أو مشكلات أخرى في ملف المخطط. يُرجى التحقق من ملف المخطط الخاص بك والمحاولة مرة أخرى."],"Blueprint execution failed":["فشل تنفيذ المخطط"],"Site export completed":["اكتمل تصدير الموقع"],"Database export completed":["اكتمل تصدير قاعدة البيانات"],"Start a site from a backup":["بدء موقع من نسخة احتياطية"],"Import from a backup":["استيراد من نسخة احتياطية"],"Start from a Blueprint":["ابدأ من مخطط"],"Create a site":["إنشاء موقع"],"Add a clean site, start from a Blueprint or import site from a backup":["أضف موقعًا جديدًا، أو ابدأ من مخطط، أو استورد موقعًا من نسخة احتياطية"],"Backing up remote site…":["جارٍ نسخ الموقع البعيد إحتياطيًا..."],"Pushing will overwrite your development site's selected files and database with content from your Studio site. Unchecked items will not be changed. The development site will be backed up before any changes are applied.":["سيؤدي الدفع إلى استبدال الملفات وقاعدة البيانات المحددة لموقع التطوير الخاص بك بالمحتوى من موقع Studio الخاص بك. لن تتغير العناصر غير المُحددة. سيتم نسخ موقع التطوير احتياطيًا قبل تطبيق أي تغييرات."],"Pushing will overwrite your staging site's selected files and database with content from your Studio site. Unchecked items will not be changed. The staging site will be backed up before any changes are applied.":["سيؤدي الدفع إلى استبدال الملفات وقاعدة البيانات المحددة لموقع التشغيل المرحلي الخاص بك بالمحتوى من موقع Studio الخاص بك. لن تتغير العناصر غير المُحددة. سيتم نسخ موقع التشغيل المرحلي احتياطيًا قبل تطبيق أي تغييرات."],"Pushing will overwrite your production site's selected files and database with content from your Studio site. Unchecked items will not be changed. The production site will be backed up before any changes are applied.":["سيؤدي الدفع إلى استبدال الملفات وقاعدة البيانات المحددة في موقع الإنتاج الخاص بك بمحتوى من موقعك على Studio. لن تتغير العناصر غير المُحددة. سيتم نسخ موقع الإنتاج احتياطيًا قبل تطبيق أي تغييرات."],"Pulling will overwrite your Studio site's selected files and database with a copy from your development site. Unchecked items will not be changed.":["سيؤدي السحب إلى استبدال الملفات وقاعدة البيانات المحددة لموقع Studio بنسخة من موقع التطوير الخاص بك. لن تتغير العناصر غير المُحددة."],"Pulling will overwrite your Studio site's selected files and database with a copy from your staging site. Unchecked items will not be changed.":["سيؤدي السحب إلى استبدال قاعدة البيانات والملفات المحددة الخاصة بموقع Studio لديك بنسخة من موقع التشغيل المرحلي لديك. لن يتم تغيير العناصر غير المحددة."],"Pulling will overwrite your Studio site's selected files and database with a copy from your production site. Unchecked items will not be changed.":["سيؤدي السحب إلى استبدال قاعدة البيانات والملفات المحددة الخاصة بموقع Studio لديك بنسخة من موقع الإنتاج لديك. لن يتم تغيير العناصر غير المحددة."],"How can I make WordPress Studio faster?":["كيف يمكنني جعل WordPress Studio أسرع؟"],"WordPress Studio Help":["مساعدة WordPress Studio"],"Empty":["فارغ"],"Empty folder":["مجلد فارغ"],"Studio":["أستوديو"],"About WordPress Studio":["نبذة عن WordPress Studio"],"WordPress Studio":["صورة Studio في ووردبريس"],"WordPress Studio CLI":["WordPress Studio CLI"],"Select files and folders to sync":["حدد الملفات والمجلدات التي ترغب في مزامنتها"],"From %s to %s":["من %s إلى %s"],"Expand":["توسيع"],"Collapse":["طي"],"Feature Flags":["علامات الميزات"],"Log in to Studio with WordPress.com":["تسجيل الدخول إلى موقع Studio باستخدام WordPress.com"],"Open account settings":["افتح إعدادات الحساب"],"Specific files and folders":["ملفات ومُجلدات محددة"],"All files and folders":["كل الملفات والمُجلدات"],"Database":["قاعدة البيانات"],"Files and folders":["الملفات والمُجلدات"],"Read more about <a>environment push <ArrowIcon /></a>":["اقرأ المزيد حول <a>دفع البيئة <ArrowIcon /></a>"],"What would you like to push?":["ما الذي تود دفعه؟"],"Push to Production":["الدفع نحو الإنتاج"],"Push to Staging":["الدفع نحو التشغيل المرحلي"],"Read more about <a>environment pull <ArrowIcon /></a>":["اقرأ المزيد حول <a>سحب البيئة <ArrowIcon /></a>"],"What would you like to pull?":["ما الذي تود سحبه؟"],"Pull from Production":["سحب من الإنتاج"],"Pull from Staging":["سحب من التشغيل المرحلي"],"Almost there…":["تقريبًا هناك!"],"%s has been updated":["تم تحديث %s"],"Studio site has been updated from %s":["تم تحديث موقع Studio من %s"],"Learn more about supported sites.":["تعرف على المزيد حول المواقع المدعومة."],"Can't find your site?":["لا تستطيع العثور على موقعك؟"],"Connect your site":["ربط موقعك"],"Connect another site":["ربط موقع آخر"],"Sync with WordPress.com or Pressable":["مزامنة مع WordPress.com أو Pressable"],"Push is in progress. We will send you an email when it is completed.":["الضغط قيد التقدم. سنرسل إليك رسالة عبر البريد الإلكتروني عند اكتماله."],"You are currently offline so your site will be created with the latest version. Selecting a different WordPress version requires an internet connection.":["أنت غير متصل بالإنترنت حاليًا، لذا سيتم إنشاء موقعك باستخدام أحدث إصدار. يتطلب تحديد إصدار ووردبريس مختلف اتصالاً بالإنترنت."],"Invalid authentication token":["رمز المصادقة المميز غير صالح"],"Running…":["جارٍٍ التشغيل..."],"Deleting…":["جارٍ الحذف…"],"Validating…":["جارٍِ التحقق..."],"Studio was unable to trust the certificate automatically. You may need to trust it manually using certificate manager.":["تعذر على الاستوديو منح الثقة في الشهادة تلقائيًا. قد تحتاج إلى منحها الثقة يدويًا باستخدام مدير الشهادات."],"Certificate Trust Failed":["فشل منح الثقة للشهادة"],"Windsurf":["Windsurf"],"Available terminals":["الوحدات الطرفية المتاحة"],"Terminal application":["طلب الوحدات الطرفية"],"Available editors":["المحررات المتاحة"],"Please ensure your site files have not been moved or deleted.":["يُرجى التأكد من عدم نقل ملفات موقعك أو حذفها."],"Applying final details…":["جارٍ تطبيق التفاصيل النهائية..."],"Starting export…":["جارٍ بدء التصدير..."],"Command Prompt":["موجه الأوامر"],"Creating preview site…":["إنشاء موقع المعاينة"],"What's new":["ما الجديد"],"Ghostty":["Ghostty"],"Warp":["Warp"],"Select":["حدد "],"Please stop some of your running sites first. If this problem persists, try closing other apps that might be using memory and try again.":["يُرجى إيقاف بعض مواقعك المشغلة أولًا. إذا استمرت هذه المشكلة، فحاول إغلاق التطبيقات الأخرى التي قد تستخدم الذاكرة، وحاول مجددًا."],"Failed to save CLI config file":["فشل حفظ ملف تهيئة CLI"],"Studio config file path not found.":["لم نعثر على مسار ملف تكوين الاستوديو."],"Path to the WordPress files":["المسار إلى ملفات WordPress"],"Current directory":["الدليل الحالي"],"Cannot update an expired preview site.":["لا يمكن تحديث معاينة موقع منتهي الصلاحية."],"The specified directory does not match the original site for this preview. If you want to overwrite, run the command with --overwrite.":["الدليل المحدد لا يطابق الموقع الأصلي لهذه المعاينة. إذا كنت تريد استبدال الملفات، فقم بتنفيذ الأمر مع إضافة الخيار --استبدال الملفات."],"Allow updating a preview site from a different directory":["السماح بتحديث معاينة الموقع من دليل مختلف"],"Update preview site":["تحديث معاينة الموقع"],"(%d expired)":["(%d منتهي الصلاحية)","(%d منتهي الصلاحية)","(%d منتهي الصلاحية)","(%d منتهي الصلاحية)","(%d منتهي الصلاحية)","(%d منتهي الصلاحية)"],"Found %d preview site":["تم العثور على %d معاينة الموقع","تم العثور على %d معاينة الموقع","تم العثور على %d معاينة المواقع","تم العثور على %d معاينة المواقع","تم العثور على %d معاينة المواقع","تم العثور على %d معاينة المواقع"],"No preview sites found":["لم يتم العثور على معاينة المواقع"],"Loading preview sites…":["جارٍ تحميل معاينة المواقع…"],"Output format":["تنسيق المخرجات"],"List preview sites":["إدراج معاينة المواقع"],"Preview site '%s' has been deleted.":["تم حذف موقع المعاينة \\"%s''."],"Preview site '%s' has been updated.":["تم تحديث معاينة الموقع \\"%s''."],"Deleting preview site failed":["فشل حذف موقع المعاينة"],"Saving preview site…":["جارٍ حفظ معاينة الموقع..."],"Not installed":["لم يتم التثبيت"],"Preferences":["التفضيلات"],"Code editor":["مُحرر الشفرة البرمجية"],"Shell":["Shell"],"Merge All Windows":["دمج جميع النوافذ"],"Move Tab to New Window":["نقل علامة التبويب إلى نافذة جديدة"],"Show Next Tab":["إظهار علامة التبويب التالية"],"Show Previous Tab":["أظهر علامة التبويب السابقة"],"Zoom":["تكبير"],"Minimize":["تصغير"],"Window":["Windows"],"Toggle Fullscreen":["تبديل وضع ملء الشاشة"],"latest":["آخر"],"Zoom Out":["تصغير"],"Zoom In":["تكبير"],"Actual Size":["الحجم الفعلي"],"Show All Tabs":["إظهار جميع علامات التبويب"],"Show Tab Bar":["إظهار شريط التبويب"],"View":["عرض"],"Stop Speaking":["إيقاف التحدث"],"Start Speaking":["بدء التحدث"],"Speech":["التحدث"],"Select All":["حديد الكل"],"Paste and Match Style":["لصق النمط ومطابقته"],"Paste":["لصق"],"Cut":["قطع"],"Redo":["إعادة"],"Undo":["تراجع"],"File":["ملف"],"Quit":["إنهاء"],"Hide":["إخفاء "],"Services":["خدمات"],"Toggle DevTools":["تبديل DevTools"],"Force Reload":["فرض إعادة التحميل"],"Cursor":["المؤشر"],"WebStorm":["WebStorm"],"The site server failed to start because the port is already in use. Please close any local development apps that may be using port and try again.":["فشل بدء تشغيل خادم الموقع لأن المنفذ قيد الاستخدام بالفعل. يُرجى إغلاق أي تطبيقات تطوير محلية قد تستخدم المنفذ والمحاولة مجددا."],"Stable Versions":["الإصدارات المستقرة"],"Beta & Nightly":["الإصدار التجريبي والليلي"],"Auto-updating":["التحديث التلقائي"],"WordPress Core automatic updates will be disabled for this site.":["تُعطل التحديثات التلقائية الأساسية في WordPress لهذا الموقع."],"Launch your existing WordPress.com or Jetpack-activated Pressable sites, or import an existing one. Then, share your work with the world.":["أطلق مواقعك الحالية على WordPress.com أو Pressable المفعّلة بواسطة Jetpack، أو استيراد موقعًا موجودًا. ثم انشر إبداعك ليراه العالم."],"iTerm":["iTerm"],"Expires in":["تنتهي صلاحيته في"],"Site Name":["اسم الموقع :"],"URL":["URL"],"Failed to create archive":["فشل إنشاء الأرشيف"],"The specified directory is not added to Studio.":["لم تتم إضافة الدليل المحدد إلى Studio."],"Failed to create preview site: site did not become ready within timeout":["فشل إنشاء معاينة الموقع: الموقع غير جاهز خلال المهلة المحددة"],"Failed to upload archive":["فشل في تحميل الأرشيف"],"Invalid API response format":["تنسيق استجابة API غير صالح"],"Invalid site status":["حالة موقع غير صالح"],"Site ID must be a positive integer":["يجب أن يكون معرّف الموقع عددًا صحيحًا."],"Domain name is required":["اسم النطاق مطلوب"],"You must provide a valid command":["يجب عليك تقديم أمر صالح"],"Manage preview sites":["إدارة معاينة المواقع"],"Failed to update preview site":["فشل تحديث معاينة الموقع"],"Updating preview site…":["جارٍٍ تحديث معاينة الموقع..."],"Hostname of the preview site to update":["اسم مضيف معاينة الموقع المراد تحديثه"],"Failed to load preview sites":["فشل تحميل معاينة المواقع"],"Failed to delete preview site":["فشل حذف معاينة الموقع"],"Deletion successful":["تم الحذف بنجاح"],"Preview site not found. Use the \`studio preview list\` command to see available preview sites.":["لم يتم العثور على موقع المعاينة. أستخدم أمر \\"معاينة قائمة الاستوديو\\" لرؤية معاينة المواقع المتاحة."],"Hostname of the preview site to delete":["اسم مضيف معاينة الموقع المراد حذفه"],"Failed to create preview site":["فشل في إنشاء معاينة الموقع"],"Preview site saved to Studio":["حفظ معاينة الموقع في الاستوديو"],"Saving preview site to Studio…":["جارٍٍ حفظ معاينة الموقع في الاستوديو..."],"Preview site available at: %s":["معاينة الموقع متاح على: %s"],"Archive uploaded":["تم رفع الأرشيف"],"Uploading archive…":["جارٍٍ رفع الأرشيف..."],"Archive created":["تم إنشاء أرشيف"],"Creating archive…":["جارٍ إنشاء الأرشيف..."],"Validation successful":["تم التحقق من الصحة بنجاح"],"The installation path %1$s is already occupied by a file or directory. Please remove it and try again.":["مسار التثبيت ⁦%1$s⁩ موجود بالفعل في ملف أو دليل. يرجى إزالة تثبيته والمحاولة مرة أخرى."],"There was an unknown error. Please check the logs for more information.":["يوجد خطأ غير معروف. يُرجى التحقُّق من السجلات لمزيد من المعلومات."],"Previous":["السابق"],"Next":["التالي"],"Done":["تم"],"Illustration for %s":["رسم توضيحي لـ %s"],"What's New in Studio":["ما الجديد في الاستوديو"],"Learn more":["أعرف أكثر"],"Failed to install CLI":["فشل تثبيت واجهة سطر الأوامر (CLI)"],"The CLI has been installed successfully.":["تم تثبيت واجهة CLI بنجاح!"],"CLI Installed":["تم تثبيت فشل تثبيت واجهة CLI"],"What's New":["ما الجديد"],"Your new site was created":["تم إنشاء موقعك الجديد"],"Your new site was imported":["تم استيراد موقعك الجديد"],"You need to manually add the Studio certificate authority to your keychain and trust it.":["يتعين عليك إضافة مرجع مصادقة الاستوديو يدويًا إلى سلسلة مفاتيحك ومنحه الثقة."],"The domain name must end with .local":["يجب أن ينتهي اسم النطاق بـ .local"],"The domain name is already in use":["اسم النطاق قيد الاستخدام بالفعل"],"Please restart Studio and try again. If this problem persists, please contact support.":["يُرجى إعادة تشغيل الاستوديو والمحاولة مرة أخرى. وإذا استمرت هذه المشكلة، يرجى التواصل مع الدعم الفني."],"Studio needs to use port 80 and 443 to enable custom domains and SSL, but one of these ports are already in use by another app. Close any local development apps and restart Studio.":["يحتاج الاستوديو إلى استخدام المنفذين 80 و443 لتمكين النطاقات المخصصة وبرنامج طبقة المنافذ الآمنة (SSL)، ولكن أحد هذين المنفذين قيد الاستخدام بالفعل بواسطة تطبيق آخر. يُرجى إغلاق أي تطبيقات تطوير محلية وإعادة تشغيل الاستوديو."],"You need to manually add the Studio root certificate authority to your keychain and trust it to enable HTTPS.":["يتعين عليك إضافة جهة إصدار شهادات جذر الاستوديو يدويًا إلى سلسلة مفاتيحك، ومن ثم الوثوق بها لتفعيل بروتوكول HTTPS."],"Enable HTTPS":["تفعيل بروتوكول HTTPS"],"Learn how":["تعلّم كيف"],"You need to trust this certificate to prevent your browser from showing a secure connection warning.":["يتعين عليك منح هذه الشهادة الثقة لتجنب عرض متصفحك لتحذير اتصال آمن."],"Trust Certificate":["منح الثقة في الشهادة"],"Disabled":["غير مفعّلة"],"Enabled":["مُفعّل"],"HTTPS":["HTTPS"],"Release Notes":["ملاحظات على الإصدار"],"Saving and restarting…":["جارٍ الحفظ وإعادة البدء..."],"Your Studio site is running versions not supported by preview sites. The preview site will automatically switch to the supported WordPress and PHP versions.":["يُشغل موقع الاستوديو الخاص بك إصدارات غير مدعومة من معاينة المواقع. تُبدل معاينة الموقع تلقائيًا إلى إصدارات WordPress وPHP المدعومة."],"The domain name is required":["اسم النطاق مطلوب."],"The domain name is too long":["اسم النطاق طويل للغاية"],"Please enter a valid domain name":["يُرجى إدخال اسم نطاق صالح."],"Your system password will be required to set up the domain.":["كلمة مرور النظام الخاصة بك سوف تكون مطلوبة لإعداد النطاق."],"Domain name":["اسم النطاق"],"Use custom domain":["استخدام النطاق المخصص"],"Changing WordPress version requires an internet connection.":["تغيير إصدار WordPress يتطلب اتصالا بالإنترنت."],"Latest":["آخر"],"WordPress version":["نسخة ووردبريس"],"Failed":["فشل"],"Importing a site requires an internet connection.":["يتطلب استيراد موقع الاتصال بالإنترنت."],"A WordPress.com account is required to create preview sites.":["يلزم وجود حساب على WordPress.com لإنشاء معاينة المواقع."],"Error updating Studio":["حدث خطأ أثناء تحديث الاستوديو"],"Studio can only update from the writable Applications folder. Please check write permissions and try again.":["يمكن تحديث الاستوديو تلقائيًا فقط من مجلد التطبيقات. تحقَّق من الصلاحيات وحاول مرة أخرى."],"Studio is running from: %s":["يعمل الاستوديو من خلال: %s"],"Studio is running from a disk image at: %s":["يعمل الاستوديو من خلال صورة القرص على: %s"],"A preview of this site is being created. Please wait for it to finish before creating another.":["يجري الآن إنشاء معاينة لهذا الموقع. يرجى الانتظار حتى تنتهي قبل إنشاء معاينة أخرى."],"Preview site '%s' has been created.":["تم إنشاء معاينة الموقع \\"%s\\"."],"The import process timed out after %d hours, which can occur when processing very large imports. If the issue persists, please contact support.":["انتهت مهلة عملية الاستيراد بعد %d من الساعات، التي يمكن أن تحدث عند معالجة عمليات استيراد كبيرة جدا. إذا استمرت المشكلة، فيُرجى الاتصال بالدعم."],"Adding preview site failed":["فشل إضافة موقع المعاينة"],"The directory is already associated with another Studio site. Please choose a different site name or a custom local path.":["الدليل مرتبط بالفعل بموقع Studio آخر. يرجى اختيار اسم موقع مختلف أو مسار محلي مخصص."],"The directory is already associated with another Studio site. Please choose a different custom local path.":["الدليل مرتبط بالفعل بموقع Studio آخر. يرجى اختيار مسار محلي مخصص مختلف."],"Preview sites powered by":["معاينة المواقع المدعومة بواسطة"],"Updating a preview site requires an internet connection.":["يتطلب تحديث موقع المعاينة اتصالاً بالإنترنت."],"Name":["الإسم"],"%s Preview":["معاينة %s"],"Deleting a preview site requires an internet connection.":["يتطلب حذف موقع معاينة اتصالاً بالإنترنت."],"Your site exceeds the %d GB size limit. Please, consider removing unnecessary media files, plugins, or themes from wp-content.":["يتجاوز موقعك حد الحجم البالغ %d جيجابايت. يُرجى مراعاة إزالة ملفات الوسائط أو الإضافات أو القوالب غير الضرورية من wp-content."],"The ZIP archive is invalid. Try to unpack and pack it again. If this problem persists, please contact support.":["أرشيف ZIP غير صالح. حاول فك حزمته وإدراجه في حزمة مجددًا. إذا استمرت هذه المشكلة، فيرجى الاتصال بالدعم."],"%1$s Preview %2$d":["⁦%2$d⁩ لمعاينة ⁦%1$s⁩"],"Deleting preview sites requires an internet connection.":["يتطلب حذف مواقع المعاينة اتصالاً بالإنترنت."],"Missing permissions":["صلاحيات مفقودة"],"Authentication error":["خطأ في المصادقة"],"Actions":["إجراءات"],"Expires":["تنتهي الصلاحية"],"Updated":["تم التحديث"],"Preview site":["معاينة الموقع"],"Updating":["جارٍ التحديث"],"Deleting preview site":["حذف موقع المعاينة"],"%s ago":["%s منذ"],"Rename":["إعادة تسمية"],"Preview actions":["إجراءات المعاينة"],"Your previews files and database along with all posts, pages, comments and media will be lost.":["ستُفقد ملفات المعاينات وقاعدة البيانات الخاصة بك إضافة إلى كل التدوينات والصفحات والتعليقات والوسائط."],"Delete preview":["حذف المعاينة"],"Updating will replace the existing files and database with a copy from your local site. Any changes you've made to your preview site will be permanently lost.":["سيؤدي التحديث إلى أن تحل نسخة من موقعك المحلي محل الملفات وقاعدة البيانات الموجودة. ستُفقد أي تغييرات أجريتها على موقع المعاينة الخاص بك إلى الأبد."],"Overwrite preview":["استبدال المعاينة"],"You've used %d preview sites available on your account.":["لقد استخدمت %d من مواقع المعاينة المتاحة على حسابك.","لقد استخدمت %d من مواقع المعاينة المتاحة على حسابك.","لقد استخدمت %d من مواقع المعاينة المتاحة على حسابك.","لقد استخدمت %d من مواقع المعاينة المتاحة على حسابك.","لقد استخدمت %d من مواقع المعاينة المتاحة على حسابك.","لقد استخدمت جميع %d من مواقع المعاينة المتاحة على حسابك."],"A different preview site is being created. Please wait for it to finish before creating another.":["يجري إنشاء موقع معاينة مختلف. يتم انتظار انتهائه قبل إنشاء آخر."],"Studio is unable to open your default browser. Please ensure it is functioning correctly.":["يتعذر على Studio فتح متصفحك الافتراضي. يرجى التأكد من أنه يعمل بشكل صحيح."],"Failed to open browser":["فشل فتح المتصفح"],"Studio is unable to open PHPStorm. Please ensure it is functioning correctly.":["يتعذر على Studio فتح PHPStorm. يرجى التأكد من أنه يعمل بشكل صحيح."],"Failed to open PHP Storm":["فشل فتح PHP Storm"],"Studio is unable to open Visual Studio Code. Please ensure it is functioning correctly.":["تعذّر على Studio فتح Visual Studio Code. يرجى التأكد من أنه يعمل بشكل صحيح."],"Updating preview site failed":["فشل تحديث موقع المعاينة"],"Cancelled":["تم الالغاء"],"Error when executing wp-cli command":["خطأ عند تنفيذ أمر wp-cli"],"Failed to check backup file size. Please try again.":["فشل التحقق من حجم ملف النسخ الاحتياطي. يرجى المحاولة مجددًا."],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back.\\n\\nDo you want to continue?":["يتجاوز النسخ الاحتياطي في موقعك %d جيجابايت. سيؤدي سحبه إلى منعك من دفع الموقع مرة أخرى.\\n\\nهل ترغب في المتابعة؟"],"Large site's backup":["النسخ الاحتياطي في الموقع الكبير"],"All preview sites that exist for your WordPress.com account, along with all posts, pages, comments, and media, will be lost.":["سيتم فقدان جميع مواقع المعاينة الموجودة لحسابك على ووردبريس.كوم، إضافة إلى جميع التدوينات والصفحات والتعليقات والوسائط."],"Delete all preview sites":["حذف جميع مواقع المعاينة"],"%1$d of %2$d active preview sites":["⁦%1$d⁩ من أصل ⁦%2$d⁩ من مواقع المعاينة النشطة"],"Preview sites are not available for your account.":["مواقع المعاينة غير متاحة لحسابك."],"Preview sites":["مواقع المعاينة"],"Powered by <a> WordPress.com</a>.":["مدعومة من ووردبريس.كوم <a></a>."],"Preview sites expire 7 days after the last update.":["تنتهي صلاحية مواقع المعاينة بعد آخر تحديث."],"Create up to %d preview sites for free.":["أنشئ ما يصل إلى %d من مواقع المعاينة مجانًا."],"Get feedback from anyone, anywhere with a free hosted preview of your Studio site.":["احصل على ملاحظات من الجميع، في أي مكان من خلال معاينة مستضافة مجانية لموقعك على Studio."],"Share a preview of your Studio site":["مشاركة معاينة موقعك على Studio"],"Select an empty directory or a directory with an existing WordPress site. <learn_more_link />":["حدد دليلاً فارغًا أو دليلاً من موقع ووردبريس موجود. <learn_more_link />"],"Open Studio Logs":["فتح سجلات Studio"],"A timeout error occurred while pushing the site, likely due to its large size. Please try reducing the site's content or files and try again. If this problem persists, please contact support.":["حدث خطأ في المهلة الزمنية في أثناء دفع الموقع، بسبب حجمه الكبير على الأرجح. يرجى محاولة تقليل محتوى الموقع أو ملفاته، وحاول مجددًا. إذا استمرت هذه المشكلة، فيرجى الاتصال بالدعم."],"Import a Jetpack backup or a full-site backup in another format. <learn_more_link />":["استورد Jetpack backup أو نسخ للموقع بالكامل احتياطيًا بتنسيق آخر. <learn_more_link />"],"Import a Jetpack backup, a full-site backup in another format, or a .sql database file. <learn_more_link />":["استورد Jetpack backup أو نسخ للموقع بالكامل احتياطيًا بتنسيق آخر أو ملف قاعدة بيانات بتنسيق .sql. <learn_more_link />"],"An error occurred while pushing the site. If this problem persists, please contact support.":["حدث خطأ في أثناء دفع الموقع. إذا استمرت هذه المشكلة، فيرجى الاتصال بالدعم."],"Create a new WordPress.com site":["أنشئ موقع ووردبريس.كوم جديدًا"],"Creating a preview site requires an internet connection.":["يتطلب إنشاء موقع معاينة اتصالاً بالإنترنت."],"No, take me back":["لا، أرجعني"],"Yes, quit the app":["نعم، اخرج من التطبيق"],"There's a sync operation in progress. Quitting the app will abort that operation. Are you sure you want to quit?":["ثمّة عملية مزامنة قيد التقدم. سيؤدي الخروج من التطبيق إلى إلغاء العملية. هل أنت متأكد من رغبتك في الخروج؟"],"Sync is in progress":["المزامنة قيد التقدّم"],"Another Studio site is syncing. Please wait for the sync to finish before you push this site.":["موقع Studio آخر قيد المزامنة. يرجى انتظار انتهاء المزامنة قبل أن تدفع هذا الموقع."],"This Studio site is syncing. Please wait for the sync to finish before you push it.":["موقع Studio هذا قيد المزامنة. يرجى انتظار انتهاء المزامنة قبل أن تدفعه."],"Another Studio site is syncing. Please wait for the sync to finish before you pull this site.":["موقع Studio آخر قيد المزامنة. يرجى انتظار انتهاء المزامنة قبل أن تسحب هذا الموقع."],"This Studio site is syncing. Please wait for the sync to finish before you pull it.":["موقع Studio هذا قيد المزامنة. يرجى انتظار انتهاء المزامنة قبل سحبه."],"This site is syncing. Please wait for the sync to finish before you can disconnect it.":["هذا الموقع قيد المزامنة. يرجى انتظار انتهاء المزامنة قبل أن تتمكن من إلغاء ربطه."],"This Studio site is exporting. Please wait for the export to finish before you import a backup.":["موقع Studio هذا قيد التصدير. يرجى انتظار انتهاء التصدير قبل استيراد نسخة احتياطية."],"This Studio site is syncing. Please wait for the sync to finish before you import a backup.":["موقع Studio هذا قيد المزامنة. يرجى انتظار انتهاء المزامنة قبل استيراد نسخة احتياطية."],"This Studio site is being imported. Please wait for the import to finish before you export it.":["يتم استيراد موقع Studio هذا. يرجى انتظار انتهاء الاستيراد قبل تصديره."],"Another site is syncing. Please wait for the sync to finish before you publish your site.":["جارٍ مزامنة موقع آخر. يُرجى الانتظار حتى تكتمل المزامنة قبل نشر موقعك."],"This Studio site is syncing. Please wait for the sync to finish before you export it.":["موقع Studio هذا قيد المزامنة. يرجى انتظار انتهاء المزامنة قبل تصديره."],"You pushed this site %s ago.":["لقد دفعت هذا الموقع منذ %s مضت."],"You pulled this site %s ago.":["لقد سحبت هذا الموقع منذ %s مضت."],"You have not pushed this site yet.":["لم تدفع هذا الموقع حتى الآن."],"You have not pulled this site yet.":["لم تسحب هذا الموقع حتى الآن."],"Deleted":["محذوف"],"Applying changes…":["جارٍ تطبيق التغييرات..."],"Unsupported site":["موقع غير مدعوم"],"Enable hosting features":["تفعيل ميزات الاستضافة"],"Upgrade plan":["ترقية الخطة"],"Reconnect":["إعادة الاتصال"],"Loading":["جاري التحميل…"],"Syncing":["المزامنة"],"Importing":["جارٍ الاستيراد…"],"Adding":["الإضافة"],"Error pushing changes":["خطأ في أثناء دفع التغييرات"],"Push complete":["اكتمل الدفع"],"Creating backup…":["جارٍ إنشاء نسخة احتياطية..."],"Downloading backup…":["جارٍ تنزيل النسخة الاحتياطية..."],"The site is too large to push. Please reduce the size of the site and try again.":["الموقع كبير جدًا للدفع. يرجى تقليل حجم الموقع والمحاولة مجددًا."],"Error pushing to %s":["خطأ في أثناء الدفع إلى %s"],"Studio was unable to connect to WordPress.com. Please try again.":["تعذر على Studio الاتصال بووردبريس.كوم. يرجى المحاولة مجددًا."],"Error pulling from %s":["خطأ في أثناء السحب من %s"],"You're currently offline":["أنت غير متصل حاليًا."],"Edit profile":["تحرير الملف الشخصي"],"Get help":["احصل على المساعدة"],"Open settings":["فتح الإعدادات"],"Toggle sidebar":["تبديل الشريط الجانبي"],"Clear":["مسح"],"Pulling or pushing a site requires an internet connection.":["يتطلب سحب الموقع أو دفعه اتصالاً بالإنترنت."],"Pull complete":["اكتمل السحب"],"Error pulling changes":["خطأ في أثناء سحب التغييرات"],"Start site":["بدء موقع"],"Stop site":["إيقاف موقع"],"Starting":["جارٍ البدء…"],"Pulling…":["جارٍ السحب..."],"Copy to clipboard":["نسخ إلى الحافظة"],"This feature is only available for sites using the default SQLite integration.":["لا تتوفر هذه الميزة إلا للمواقع التي تستخدم تكامل SQLite الافتراضي."],"Import / Export is not available for this site":["الاستيراد/التصدير غير متوفر لهذا الموقع"],"Your WordPress.com site will not be affected by disconnecting it from Studio.":["لن يتأثر موقعك على ووردبريس.كوم عند فصله عن Studio."],"Disconnect site":["فصل الموقع"],"Disconnect %s":["فصل %s"],"Connect":["ربط"],"Already connected":["تم الربط بالفعل"],"Search sites":["بحث في المواقع"],"No sites found":["لم يتم إيجاد أي موقع."],"No sites found for \\"%s\\"":["لم يتم العثور على أي موقع لـ \\"%s\\"."],"Loading sites…":["جارٍ تحميل المواقع..."],"Push":["دفع"],"Pull":["سحب"],"Production":["إنتاج"],"Staging":["التشغيل المرحلي"],"Disconnect":["قطع الاتصال"],"Please try again.":["الرجاء المحاولة مرة أخرى."],"Failed to connect to site":["فشل الربط بالموقع"],"Create a free account":["إنشاء حساب مجاني"],"New to WordPress.com?":["هل أنت جديد في ووردبريس.كوم؟"],"You're currently offline.":["أنت غير متصل حاليًا."],"Connect site":["ربط الموقع"],"Create new site":["إنشاء موقع جديد"],"Connecting a site requires an internet connection.":["يتطلب ربط الموقع اتصالاً بالإنترنت."],"Creating a site requires an internet connection.":["يتطلب إنشاء موقع اتصالاً بالإنترنت."],"Sync database and file changes.":["قم بمزامنة تغييرات قاعدة البيانات والملف."],"Supports staging and production sites.":["يدعم مواقع التشغيل المرحلي ومواقع الإنتاج."],"Push and pull changes from your live site.":["ادفع التغييرات واسحبها من موقعك المباشر."],"Sync":["مزامنة"],"Still working on it…":["لا يزال العمل مستمرًا على ذلك..."],"This is taking a little longer than I thought…":["قد يستغرق ذلك وقتًا أطول بقليل عما كنت أظن..."],"Stick with me…":["ابق قريبًا مني..."],"Stopping…":["جارٍ التوقف..."],"%d error found":["تم العثور على %d خطأ","تم العثور على %d خطأ","تم العثور على %d أخطاء","تم العثور على %d أخطاء","تم العثور على %d أخطاء","تم العثور على %d أخطاء"],"Open in terminal":["فتح في وحدة طرفية"],"Command copied to the clipboard":["تم نسخ الأمر إلى الحافظة"],"Copied to the clipboard":["تم النسخ إلى الحافظة"],"More suggestions":["مزيد من الاقتراحات"],"Copy local path to clipboard":["نسخ المسار المحلي إلى الحافظة"],"No":["لا"],"Yes":["نعم"],"Was this helpful?":["هل كان ذلك مفيدًا؟"],"Thanks for the feedback!":["شكراً على التعليق!"],"Float on Top of All Other Windows":["الانتشار فوق جميع النوافذ الأخرى"],"Language":["اللغة"],"Import failed. Please try again.":["فشل الاستيراد. ترجى المحاولة مجددًا."],"Importing completed":["اكتمل الاستيراد"],"Importing WordPress content…":["جارٍ استيراد محتوى ووردبريس..."],"Importing database…":["جارٍ استيراد قاعدة البيانات..."],"Extracting backup files…":["جارٍ استخلاص ملفات النسخ الاحتياطي..."],"Extracting backup…":["جارٍ استخلاص النسخة الاحتياطية..."],"A site can't be stopped or started during import.":["يمكنك توقف الموقع أو بدْؤه في أثناء الاستيراد."],"Importing…":["جارٍ الاستيراد…"],"An error occurred while importing the site. Verify the file is a valid Jetpack backup, Local, Playground, .wpress or .sql database file and try again. If this problem persists, please contact support.":["حدث خطأ في أثناء استيراد الموقع. تحقق من أن الملف نسخة احتياطية صالحة على Jetpack أو Local أو Playground أو .wpress أو قاعدة بيانات .sql، وحاول مجددًا. إذا استمرت هذه المشكلة، فيرجى الاتصال بالدعم."],"Failed importing site":["فشل استيراد الموقع"],"Import completed":["اكتمل الاستيراد"],"Export failed. Please try again.":["فشل التصدير. ترجى المحاولة مجددًا."],"Backing up files…":["جارٍ نسخ الملفات احتياطيًا..."],"Exporting configuration…":["جارٍ تصدير التكوين..."],"An error occurred while exporting the site. If this problem persists, please contact support.":["حدث خطأ في أثناء تصدير الموقع. إذا استمرت هذه المشكلة، فيرجى الاتصال بالدعم."],"Failed exporting site":["فشل تصدير الموقع"],"Export completed":["اكتمل التصدير"],"Advanced settings":["الإعدادات المتقدمة"],"Select or drop a file":["تحديد ملف أو إفلاته"],"Drag a file here, or click to select a file":["سحب ملف هنا أو النقر لتحديد ملف"],"Drop file":["إفلات ملف"],"Start again":["إبدأ من جديد"],"Open site ↗":["فتح موقع ↗"],"Import complete!":["اكتمال الاستيراد!"],"Importing backup…":["جارٍ استيراد النسخة الاحتياطية…"],"Import":["الإستيراد"],"Importing a backup will replace the existing files and database for your site.":["سيحل استيراد نسخة احتياطية محل الملفات الموجودة وقاعدة البيانات الخاصة بموقعك."],"Overwrite %s?":["هل تريد استبدال %s؟"],"Export database":["تصدير قاعدة البيانات"],"Export entire site":["تصدير الموقع بالكامل"],"Export your entire site or only the database.":["قم بتصدير موقعك بالكامل أو قاعدة البيانات فقط."],"Save database file":["حفظ ملف قاعدة البيانات"],"Save backup file":["حفظ ملف النسخ الاحتياطي"],"Failed to create site":["فشل في إنشاء موقع"],"Import / Export":["استيراد / تصدير"],"The site's database will be lost. Including all posts, pages, comments, and media.":["ستُفقد قاعدة بيانات الموقع. تضمين جميع التدوينات والصور والتعليقات والوسائط."],"Oops! We couldn't get a response from the assistant. <a>Try again</a>":["عذرًا! يتعذر علينا الحصول على رد من المساعد. <a>المحاولة مجددًا</a>"],"Not now":["ليس الآن"],"The AI assistant requires an internet connection.":["يتطلب AI Assistant اتصالاً بالإنترنت."],"Starting the server before opening the site link":["بدء الخادم قبل فتح رابط الموقع"],"Thinking about that…":["جارٍ التفكير في ذلك..."],"Completed in %s seconds":["مكتمل في غضون %s من الثواني"],"You've reached your <a>usage limit</a> for this month. Your limit will reset in %d day.":["لقد وصلت إلى <a>حد استخدامك</a> لهذا الشهر. سيُعاد تعيين الحد الخاص بك في غضون %d من الأيام.","لقد وصلت إلى <a>حد استخدامك</a> لهذا الشهر. سيُعاد تعيين الحد الخاص بك في غضون %d من الأيام.","لقد وصلت إلى <a>حد استخدامك</a> لهذا الشهر. سيُعاد تعيين الحد الخاص بك في غضون %d من الأيام.","لقد وصلت إلى <a>حد استخدامك</a> لهذا الشهر. سيُعاد تعيين الحد الخاص بك في غضون %d من الأيام.","لقد وصلت إلى <a>حد استخدامك</a> لهذا الشهر. سيُعاد تعيين الحد الخاص بك في غضون %d من الأيام.","لقد وصلت إلى <a>حد استخدامك</a> لهذا الشهر. سيُعاد تعيين الحد الخاص بك في غضون %d من الأيام."],"You've reached your <a>usage limit</a> for this month. Your limit will reset today.":["لقد وصلت إلى <a>حد استخدامك</a> لهذا الشهر. سيُعاد تعيين الحد الخاص بك اليوم."],"Failed to open link":["فشل فتح الرابط"],"Studio Assistant":["Studio Assistant"],"Your message":["رسالتك"],"Run":["تشغيل"],"Run again":["التشغيل مجددًا"],"Thinking…":["جارٍ التفكير..."],"Assistant Menu":["قائمة المساعد"],"This conversation is over two hours old. <button>Clear the history</button> if you have something new to ask.":["هذه المحادثة منذ أكثر من ساعتين. <button>امسح المحفوظات</button> إذا كان لديك شيء جديد لطرحه."],"PHP version":["إصدار PHP"],"PHP version:":["إصدار PHP:"],"Clear conversation":["مسح المحادثة"],"Are you sure you want to clear the conversation?":["هل تريد بالتأكيد مسح المحادثة؟"],"The configuration couldn't be changed to speed up site creation.\\n\\nTo initiate this process again, please go to \\"Help > How can I make Studio faster?\\" in the application menu.":["يتعذر تغيير التكوين لتسريع إنشاء الموقع.\\n\\nلبدء هذه العملية مجددًا، يرجى الانتقال إلى \\"مساعدة > كيف يمكنني جعل Studio أسرع؟\\" في قائمة التطبيقات."],"Microsoft Defender's Real-time protection may slow site creation.\\n\\nTo create sites quickly, we recommend disabling Real-time protection for the Studio app.":["قد تؤدي الحماية في الوقت الفعلي من Microsoft Defender إلى إبطاء إنشاء الموقع.\\n\\nلإنشاء المواقع بسرعة، نوصي بتعطيل الحماية في الوقت الفعلي لتطبيق Studio."],"Want to speed up site creation?":["هل تريد تسريع إنشاء الموقع؟"],"I'm not interested.":["أنا غير مهتم."],"Sounds good, do it for me.":["يبدو جيدًا، افعل ذلك من أجلي."],"Copy":["نسخ"],"Error":["خطأ"],"Success":["تمّ بنجاح"],"Local sites powered by":["المواقع المحلية المدعومة من"],"Share Feedback":["مشاركة الملاحظات"],"Propose a Feature":["اقتراح ميزة"],"Report an Issue":["الإبلاغ بمشكلة"],"%1$d of %2$d monthly prompts used":["تم استخدام⁦%1$d⁩ من ⁦%2$d⁩ من الموجّهات شهريًا"],"AI assistant":["AI assistant"],"Every account gets %d prompts included for free each month.":["يحصل كل حساب على %d من الموجّهات متضمنة مجانًا في كل شهر."],"If you don't have an account yet, <a>create one for free</a>.":["في حال عدم وجود حساب لك حتى الآن، <a>أنشئ واحدًا مجانًا</a>."],"You need to log in to your WordPress.com account to use the assistant.":["يتعين عليك تسجيل الدخول إلى حسابك على ووردبريس.كوم لاستخدام المساعد."],"Hold up!":["اصمد!"],"What would you like to learn?":["ما الذي ترغب في تعلُّمه؟"],"Assistant":["مساعد"],"Delete all":["حذف الكل"],"An error occurred while creating the site. Verify your selected local path is an empty directory or an existing WordPress folder and try again. If this problem persists, please contact support.":["حدث خطأ في أثناء إنشاء الموقع. تحقق من أن مسارك المحلي المحدد دليلاً فارغًا أو مجلد ووردبريس موجود، وحاول مجددًا. إذا استمرت هذه المشكلة، فيرجى الاتصال بالدعم."],"Download":["تنزيل"],"Don't show this warning again":["عدم إظهار هذا التحذير مجددًا"],"Downloading the optimized version of Studio will provide better performance.":["سيؤدي تنزيل إصدار Studio المحسَّن إلى تقديم أداء أفضل."],"Downloading the Apple Silicon Chip version of Studio will provide better performance.":["سيؤدي تنزيل إصدار Apple Silicon Chip من Studio إلى تقديم أداء أفضل."],"This version of Studio is not optimized for your computer":["لم يتم تحسين إصدار Studio هذا لحاسوبك"],"%d minute":["%d دقيقة","%d دقيقة","%d دقيقة","%d دقائق","%d دقيقة","%d دقيقة"],"%d hour":["%d من الساعات","%d من الساعات","%d من الساعات","%d من الساعات","%d من الساعات","%d من الساعات"],"%d day":["%d يوم","%d أيام","%d أيام","%d أيام","%d أيام","%d أيام"],"Sites":["مواقع"],"Offline indicator":["مؤشر عدم الاتصال بالإنترنت"],"Global":["عام"],"We couldn't delete the site '%s'. Please try again":["يتعذر علينا حذف الموقع \\"%s\\". يرجى المحاولة مجددًا"],"Deletion failed":["فشل الحذف"],"Server is running, click to stop.":["الخادم قيد التشغيل، انقر للإيقاف."],"WP admin":["مسؤول ووردبريس"],"Studio can only update automatically from the Applications folder. Please move Studio to Applications and try again.":["يمكن تحديث Studio تلقائيًا فقط من مجلد التطبيقات. يرجى نقل Studio إلى التطبيقات والمحاولة لاحقًا."],"Restart to Apply Updates":["إعادة التشغيل لتطبيق التحديثات"],"Please verify your site's local path directory contains the standard WordPress installation files and try again. If this problem persists, please contact support.":["يرجى التحقق من أن دليل المسار المحلي لموقعك يحتوي على ملفات تثبيت ووردبريس القياسية والمحاولة مجددًا. إذا استمرت هذه المشكلة، فيرجى الاتصال بالدعم."],"Publishing your site requires an internet connection.":["يتطلب نشر موقعك اتصالاً بالإنترنت."],"start %s site":["بدء موقع %s"],"stop %s site":["إيقاف موقع %s"],"%s site stopped.":["تم إيقاف موقع %s."],"%s site started.":["تم بدء موقع %s."],"Select a site to view details.":["حدد موقعًا لعرض التفاصيل."],"Preview of the %s site":["معاينة موقع %s"],"Imagine, Create, Design, Code, Build":["التخيل، الإنشاء، التصميم، التعليمات البرمجية، التكوين"],"Some features will be unavailable.":["ستكون بعض الميزات غير متوفرة."],"Saving…":["جاري الحفظ..."],"You’re currently offline.":["أنت غير متصل حاليًا."],"Delete":["حذف"],"Don't ask again":["عدم السؤال مجددًا"],"Update":["التحديث"],"Importing a remote site requires an internet connection.":["يتطلب استيراد موقع عن بُعد اتصالاً بالإنترنت."],"%s site added.":["تمت إضافة موقع %s."],"Close Window":["أغلق النافذة"],"Select different local path":["تحديد مسار محلي مختلف"],"My WordPress Website":["موقع ووردبريس الخاص بي على الويب"],"My True Website":["موقع True الخاص بي على الويب"],"My Swift Website":["موقع Swift الخاص بي على الويب"],"My Sparkly Website":["موقع Sparkly الخاص بي على الويب"],"My Shiny Website":["موقع Shiny الخاص بي على الويب"],"My Serene Website":["موقع Serene الخاص بي على الويب"],"My Prime Website":["موقع Prime الخاص بي على الويب"],"My Peak Website":["موقع Prime الخاص بي على الويب"],"My Pure Website":["موقع Pure الخاص بي على الويب"],"My Noble Website":["موقع Noble الخاص بي على الويب"],"My Joyful Website":["موقع Joyful الخاص بي على الويب"],"My Happy Website":["موقع Happy الخاص بي على الويب"],"My Glowing Website":["موقع Glowing على الويب"],"My Fresh Website":["موقع Fresh الخاص بي على الويب"],"My Elite Website":["موقع Elite الخاص بي على الويب"],"My Dreamy Website":["موقع Dreamy الخاص بي على الويب"],"My Cool Website":["موقع Cool الخاص بي على الويب"],"My Calm Website":["موقع Calm الخاص بي على الويب"],"My Blissful Website":["موقع Blissful الخاص بي على الويب"],"My Bright Website":["موقع Bright الخاص بي على الويب"],"My Bold Website":["موقع Bold الخاص بي على الويب"],"Overview":["نظرة عامة"],"Stop all":["إيقاف الكل"],"%d site running":["تشغيل %d من المواقع","تشغيل %d من المواقع","تشغيل %d من المواقع","تشغيل %d من المواقع","تشغيل %d من المواقع","تشغيل %d من المواقع"],"Continue":["متابعة"],"Build":["إنشاء"],"Code":["شفرة"],"Design":["التصميم"],"Create":["إنشاء"],"Imagine":["التصوُّر"],"contact support.":["الاتصال بالدعم."],"Try restarting the app, if the problem persists":["حاول إعادة تشغيل التطبيق، إذا استمرت المشكلة"],"We’ve logged the issue to help us track down the problem.":["سجَّلنا المشكلة لمساعدتنا على تتبع المشكلة."],"Something's broken.":["ثمة عطل."],"Uh oh!":["عفوًا!"],"Copy admin password to clipboard":["نسخ كلمة مرور المسؤول إلى الحافظة"],"Copy admin username to clipboard":["نسخ اسم مستخدم المسؤول إلى الحافظة"],"Open local site":["فتح الموقع المحلي"],"Preview unavailable":["المعاينة غير متوفرة"],"Theme":["الثيم"],"Open in…":["فتح في..."],"Could not open the terminal.":["يتعذر فتح المحطة الطرفية."],"Terminal":["المحطة الطرفية"],"PhpStorm":["PhpStorm"],"Finder":["أداة البحث"],"Customize":["تخصيص"],"Widgets":["المربعات الجانبية"],"Menus":["قوائم"],"Customizer":["أداة التخصيص"],"Pages":["الصفحات"],"Templates":["ملفات القالب"],"Navigation":["القائمة"],"Patterns":["الأنماط"],"Styles":["أنماط"],"Site Editor":["محرِّر الموقع"],"Open site":["فتح موقع"],"User avatar":["صورة رمزية للمستخدم"],"Site details":["تفاصيل الموقع"],"Log out":["تسجيل الخروج"],"This directory is not empty. Please select an empty directory or an existing WordPress folder.":["هذا الدليل غير فارغ. يرجى تحديد دليل فارغ أو مجلد ووردبريس موجود."],"New Version Available":["إصدار جديدة متاحة"],"OK":["موافق"],"Application Update":["تحديث التطبيق"],"Later":["لاحقًا"],"Restart":["إعادة البدأ"],"The existing WordPress site at this path will be added.":["ستتم إضافة موقع ووردبريس الحالي الموجود في هذا المسار."],"Add a site":["إضافة موقع"],"Help":["المساعدة"],"Edit":["تعديل"],"Save":["حفظ"],"Edit site":["تحرير الموقع"],"Copy wp-admin url to clipboard":["نسخ عنوان url في مسؤول ووردبريس.كوم إلى الحافظة"],"Admin URL":["عنوان URL للمسؤول"],"Password":["كلمة المرور"],"Username":["اسم المستخدم"],"WP version":["إصدار ووردبريس"],"Local path":["مسار محلي"],"Copied!":["تم النسخ!"],"Copy site url to clipboard":["نسخ موقع url إلى الحافظة"],"Site name":["اسم الموقع :"],"Add Site…":["إضافة موقع…"],"Settings…":["الإعدادات"],"Check for Updates":["التحقق من وجود تحديثات"],"Expired":["منتهي الصلاحية"],"Previews":["معاينات"],"Delete site":["حذف الموقع"],"Cancel":["إلغاء"],"Delete site files from my computer":["حذف ملفات الموقع من حاسوبك"],"Close":["إغلاق"],"Delete %s":["حذف %s"],"Uploading site…":["جارٍ رفع الموقع..."],"Create preview site":["إنشاء موقع المعاينة"],"Create a preview site":["إنشاء معاينة الموقع"],"Log in to WordPress.com":["تسجيل الدخول إلى ووردبريس.كوم"],"Rename preview link":["رابط إعادة تسمية المعاينة"],"More options":["خيارات أوفر"],"html_lang_attribute":["ar"],"text direction\\u0004ltr":["rtl"],"Test Render Failure (dev only)":["فشل العرض عند الاختبار (نطاق dev فقط)"],"Test Hard Crash (dev only)":["عطل قوي عند الاختبار (نطاق dev فقط)"],"Export":["تصدير"],"Running":["تشغيل"],"Stop":["إيقاف"],"Starting…":["جارٍ البدء…"],"Start":["بدء"],"Log in":["تسجيل الدخول"],"Settings":["الإعدادات"],"Account":["حساب"],"WP Admin":["مسؤول ووردبريس"],"Reload":["إعادة تحميل"],"Something went wrong":["حدث خطأ ما"],"Add site":["إضافة موقع"],"Choose folder for site":["اختيار مجلد لموقع"]}}`);
47816
47816
  const locale_data$i = /* @__PURE__ */ JSON.parse(`{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"de"},"Studio now includes phpMyAdmin, giving you a visual interface to manage your site's database. Access it from the Overview tab.":[],"Manage your database with phpMyAdmin":["Verwalte deine Datenbank mit phpMyAdmin."],"Use the <code>studio</code> command in any terminal to manage sites, run WP-CLI commands, and control your local environment. <learn_more_link />":[],"Studio CLI for terminal":[],"Select the skills that will be placed in all existing and new sites. Agents can decide to use skills to help them accomplish specialized tasks. <learn_more_link />":[],"Sync support is available on selected plans only":[],"Refreshing…":["Wird aktualisiert …"],"Loading…":["Wird geladen …"],"Your Studio site is configured as a multisite network. WordPress.com does not support multisite, so pushing may cause unexpected issues on the remote site.":[],"Show":["Anzeigen"],"Instructions":["Anweisungen"],"%d warning":[],"Your Studio site is configured as a multisite network. Preview sites do not support multisite, which may cause unexpected issues.":[],"CLI Config (cli.json)":[],"Shared Config (shared.json)":[],"App Config (app.json)":[],"Open Config Files (dev only)":[],"Manage skills for this site. These override the global skills from Studio Settings.":[],"Loading instructions...":[],"Instruction actions":[],"Install instruction files so AI agents know how to work with this site.":[],"Manage instructions":[],"Install instruction files like AGENTS.md so AI agents know how to work with this site.":[],"Manage site skills":[],"You can override global skills for this site.":[],"Studio Settings":[],"Your task agents make use of skills you've installed in":[],"AI Skills":[],"⏎ confirm":[],"a all":[],"→← expand/collapse":[],"space toggle":[],"%d items selected":[],"type to filter":[],"No syncable sites found.":[],"[staging]":[],"Transfer required":[],"Plan upgrade required":["Tarif-Upgrade erforderlich"],"Multiple sites match \\"%s\\". Use the site ID instead: %s":[],"No site found matching \\"%s\\"":[],"Site %s is not syncable (%s)":[],"Select items to sync":[],"Database (SQL)":[],"Failed to fetch remote file tree":[],"Failed to fetch latest rewind ID":[],"Failed to download backup":[],"Failed to check backup size":[],"Failed to check import status":[],"Failed to initiate import on remote site":[],"A sync operation is already in progress on this site. Please wait for it to finish and try again.":[],"Failed to check backup status":[],"Failed to initiate backup":[],"Invalid sync option: %s. Valid options: %s":[],"No suitable importer found for the provided backup contents":[],"No suitable backup handler found for the provided backup file":[],"Input file at location \\"%s\\" could not be found.":[],"AI agent for building WordPress sites":[],"Successfully pushed to %s (%s)":[],"Import timed out on %s — no progress detected":[],"Import failed on %s":[],"Initiating import… (%d%%)":[],"Upload cancelled":[],"Press Ctrl+C again to cancel. The upload cannot be safely cancelled mid-transfer.":[],"Uploading archive… (%d%%)":[],"The archive exceeds the %d GB size limit. Please reduce the size of your site and try again.":[],"Select a site to push to":[],"Push failed":[],"Push your local site to a WordPress.com site":[],"Pulled from %s (%s)":[],"Downloading backup… (%d%%)":[],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back. Do you want to continue?":["Das Backup deiner Website ist größer als %d GB. Wenn du sie mithilfe eines Pulls überträgst, kannst du sie anschließend nicht mehr mithilfe eines Pushs zurückübertragen.\\n\\nMöchtest du fortfahren?"],"Backup timed out — no progress detected":[],"Creating remote backup… (%d%%)":[],"Remote backup failed":[],"Initializing remote backup… (%d%%)":[],"Fetching file tree…":[],"Select a site to pull from":[],"Found %d sites":[],"Fetching WordPress.com sites…":[],"Pull failed":[],"Remote site URL or ID":[],"Comma-separated sync options: all, sqls, uploads, plugins, themes, contents":[],"Pull a WordPress.com site to your local site":[],"Deleting all preview sites…":[],"Hostname is required unless --all is passed.":[],"Delete all preview sites for your user":[],"Delete preview site(s)":[],"MCP server for AI agents":[],"Starting import…":[],"Import file not found: %s":[],"Failed to import site":[],"Path to the import file":[],"Import a backup file to site":[],"Import failed":["Import fehlgeschlagen"],"Site imported successfully":[],"Metadata import completed":[],"Importing metadata…":[],"WordPress content import completed":[],"%1$s (%2$d/%3$d)":[],"Database import completed":[],"Importing database file… (%1$d/%2$d)":[],"Failed to extract backup":[],"A warning occurred while extracting backup":[],"Backup extraction completed":[],"Extracting backup file… (%1$d/%2$d)":[],"Backup validation failed":[],"Backup validated":[],"Validating backup…":[],"Started import…":[],"No suitable exporter found for the provided backup file":[],"%s successfully exported":[],"Failed to export site":[],"Invalid export file extension. Must be .sql when exporting database only.":[],"Invalid export file extension. Must be .zip or .tar.gz when exporting the full site.":[],"Export the full site or just the database. Default exports full site.":[],"Path to the export file. Full-site exports use .zip or .tar.gz. Database-only exports use .sql.":[],"Export site to a backup file":[],"Export failed":[],"Site exported successfully":[],"Configuration exported":[],"Backup file created":[],"Backing up file… (%d processed)":[],"Database exported":[],"Exporting database…":[],"WordPress content traversed":[],"Traversing WordPress content…":[],"Creating backup file…":[],"Manage code sessions":[],"List code sessions":[],"esc cancel":[],"⏎ select":[],"↑↓ navigate":[],"Code Sessions":[],"Deleted code session":[],"Stop here":[],"Resume where the agent left off":[],"Reached the turn limit. Continue?":[],"Used %d turn":[],"%1$s is no longer available. Switched to %2$s.":[],"Provider setup canceled. Kept %s.":[],"Select an AI provider":[],"Switched to %s":[],"Select a model":[],"%s (current)":["%s (aktuell)"],"Logged out of WordPress.com":[],"Login failed or canceled":[],"API key update canceled.":[],"Anthropic API key updated.":[],"Preview command completed.":[],"Preview site ready!":[],"Failed to create preview site.":[],"Creating preview site… this may take a moment.":[],"Updating preview site… this may take a moment.":[],"No site selected. Use ↓ to select a site first.":[],"No Anthropic API key saved. Use /api-key to enter one.":[],"Use /login to authenticate to WordPress.com":[],"Logged in as %s":["Angemeldet als %s."],"Logged in as %1$s (%2$s)":[],"Choose how to connect":[],"WordPress.com (recommended)":[],"Use /api-key to update the Anthropic API key.":[],"No linked Claude session was found. Continuing from transcript only.":[],"Resuming session %s":[],"Session persistence disabled: %s":[],"Session persistence disabled (--no-session-persistence).":[],"ⓘ The \\"studio ai\\" command is now \\"studio code\\".":[],"AI agent for building WordPress":[],"Unknown error":["Unbekannter Fehler"],"Permission denied: %s":[],"Ran for %ds before interruption":[],"Interrupted":[],"Thought for %1$ds · %2$d turn":[],"Other (type my own)":[],"... %d more lines · ctrl+o to expand":[],"I'll ask a few quick questions about the name and layout, then build the whole thing for you. The more precise you are about what you want, the better the result will be.":[],"\\"Make a blog for a coffee shop\\"":[],"\\"Build a landing page for a SaaS product\\"":[],"\\"Create a portfolio site for a photographer\\"":[],"Just tell me what you want to build — for example:":[],"Generate preview sites":[],"%s with shareable URLs for quick feedback":[],"%s your local site to the cloud in WordPress.com":[],"Validate":["Bestätigen"],"%s all block content to ensure it's editor-compatible":[],"screenshots":[],"Take %s (desktop + mobile) to verify the design is well crafted":[],"Preview & Publishing":[],"images and videos":[],"Upload %s to your site, using local media files or remote URLs":[],"Create realistic placeholder content tailored to your site's purpose":[],"navigation menus, site options, post types, taxonomies, and settings":[],"Set up %s":["%s einrichten"],"page content":[],"Generate and import %s using core blocks":[],"Content":["Inhalte"],"plugins":[],"Install and activate %s via WP-CLI":[],"pages and posts":[],"Create %s with valid Gutenberg block content":[],"CSS, PHP, and JavaScript":[],"Write custom %s for themes and plugins":[],"%s block themes with striking, memorable designs":[],"Design & Development":[],"List":["Liste"],"%s all your local sites and their status":[],"Start / stop":[],"%s existing local sites":[],"%s new local WordPress sites instantly (fully configured, ready to use)":[],"Local Sites Management":[],"Great, you're connected now! Let me tell you what I can do:":[],"Hello, I'm %s, your local WordPress agent and builder.":[],"esc to interrupt":[],"ctrl+o expand":[],"ctrl+o collapse":[],"Code is Poetry":["Code ist Poesie"],"Type your answer…":[]," ✻ Site deselected":[]," ✻ Selected site: %s":[]," ✻ Selected site: %s (WordPress.com)":[],"Loading WordPress.com sites…":[],"↑↓ navigate · ← local sites · enter select · tab open in browser · esc cancel":[],"↑↓ navigate · → remote sites · enter select · tab open in browser · esc cancel":[],"Search:":["Suchen:"],"Local":["Lokal"],"[Local]":[],"Failed to load WordPress.com sites. Please try again.":[],"Not logged in. Use /login first.":[],"No sites found. Create one first.":[],"inline content":[],"Update todo list":[],"Run task":[],"Load skill":[],"Search":["Suche"],"Write":["Verfassen"],"Read":["Lesen"],"Take screenshot":[],"Validate blocks":[],"Run WP-CLI":[],"Update preview":[],"List previews":[],"Create preview":[],"Get site info":[],"Create site":["Website erstellen"],"↓ select site":[],"Run a performance audit on a site":[],"Optimize category taxonomy with AI":[],"Exit the chat":[],"Push the active site to WordPress.com as a preview":[],"Switch the AI provider":[],"Switch the AI model":[],"Log out of WordPress.com":["Bei WordPress.com abmelden"],"Set or update the Anthropic API key":[],"Open the active site in the browser":[],"Studio now supports light, dark, and system appearance modes. Head to Settings to choose your preferred look.":["Studio unterstützt jetzt die Modi „Hell“, „Dunkel“ und „Systemdesign“. Gehe zu den Einstellungen, um deinen bevorzugten Look auszuwählen."],"Dark mode is here":["Dunkelmodus ist hier"],"MCP":["MCP"],"Skills":["Fähigkeiten"],"Loading skills...":["Fähigkeiten werden geladen ..."],"Install all":["Alle installieren"],"Available":["Verfügbar"],"Skill actions":["Fähigkeitenaktionen"],"Appearance":["Darstellung"],"Dark":["Dunkel"],"Light":["Licht"],"System":["System"],"Connect your AI coding assistant to the Studio MCP to let it create, configure and interact with your local WordPress sites. Copy the JSON configuration below and add it to your assistant's MCP settings. <learn_more_link />":[],"CLI commands, automation, and search-replace":["CLI-Befehle, Automatisierung und Search-Replace"],"WP-CLI & Ops":["WP-CLI und OPS"],"Routes, endpoints, schema, and authentication":["Routen, Endpunkte, Schema und Authentifizierung"],"REST API":["REST-API"],"Theme.json, templates, patterns, and style variations":["Theme.json, Templates, Vorlagen und Stilvarianten"],"Block Themes":["Block-Themes"],"Block.json, attributes, rendering, and deprecations":["Block.json, Attribute, Rendering und veraltete Versionen"],"Block Development":["Block-Entwicklung"],"Hooks, settings API, security, and packaging":["Hooks, API-Einstellungen, Sicherheit und Paketerstellung"],"Plugin Development":["Plugin-Entwicklung"],"WordPress development workflows using Studio CLI":["WordPress-Entwicklungs-Workflows mit Studio CLI"],"phpMyAdmin":["phpMyAdmin"],"Exiting…":["Wird beendet ..."],"Reset config and start clean? (Choosing No will exit the CLI)":["Konfiguration zurücksetzen und neu starten? (Wenn Sie „Nein“ wählen, wird die CLI beendet.)"],"Old Studio config was found, but Studio no longer appears to be installed.\\nReset this config and start clean? You can re-add site directories later.\\n\\nIf Studio is actually installed, open it, update it, then run the CLI again.\\n":["Alte Studio-Konfiguration wurde gefunden, aber Studio scheint nicht mehr installiert zu sein.\\nDiese Konfiguration zurücksetzen und neu starten? Du kannst Website-Verzeichnisse später erneut hinzufügen.\\n\\nWenn Studio tatsächlich installiert ist, öffne es, aktualisiere es und führe die CLI dann erneut aus.\\n"],"Studio is installed, but your config must be migrated by Studio before this CLI can run. Open Studio, update it, then try again.":["Studio ist installiert, aber deine Konfiguration muss von Studio migriert werden, bevor diese CLI ausgeführt werden kann. Öffne Studio, aktualisiere es und versuche es erneut."],"Preview site not found in config":["Vorschau-Website in Konfig nicht gefunden"],"CLI config file is corrupted.":["Die CLI-Konfigurationsdatei ist beschädigt."],"Invalid CLI config file format.":["Ungültiges CLI-Konfigurationsdateiformat."],"Invalid CLI config version. It looks like you have a different version of the \`studio\` CLI installed on your system. Please modify your $PATH environment variable to use the correct version.":["Ungültige CLI-Konfigurationsversion. Anscheinend ist auf deinem System eine andere Version der 'studio'-CLI installiert. Bitte ändere deine $PATH-Umgebungsvariable, um die korrekte Version zu verwenden."],"Failed to read CLI config file.":["CLI-Konfigurationsdatei konnte nicht gelesen werden."],"Failed to fetch WordPress.com sites":["WordPress.com-Websites konnten nicht abgerufen werden"],"Failed to update AI instructions. Proceeding anyway…":["KI-Anweisungen konnten nicht aktualisiert werden. Trotzdem fortfahren ..."],"Failed to install AI instructions. Proceeding anyway…":["KI-Anweisungen konnten nicht installiert werden. Trotzdem fortfahren ..."],"Checking for dependency updates…":["Abhängigkeitsaktualisierungen werden gesucht ..."],"Preview site updated":["Vorschau-Website wurde aktualisiert"],"Preview site name cannot be empty.":["Name der Vorschau-Website darf nicht leer sein."],"At least one option (--name) is required.":["Mindestens eine Option (--name) ist erforderlich."],"Failed to configure preview site":["Vorschau-Website konnte nicht konfiguriert werden"],"Hostname of the preview site to configure":["Hostname der zu konfigurierenden Vorschau-Website"],"Configure preview site settings":["Einstellungen der Vorschau-Website konfigurieren"],"Authentication required. Please log in with \`studio auth login\`.":["Authentifizierung erforderlich. Bitte melde dich mit 'studio auth login' an."],"Preview site name":["Name der Vorschau-Website"],"MCP server failed":["MCP-Server fehlgeschlagen"],"For other AI assistants, check their documentation for config file locations.":["Bei anderen AI Assistants findest du die Speicherorte der Konfigurationsdateien in der zugehörigen Dokumentation."],"Project":["Projekt"],"Claude Desktop":["Claude Desktop"],"Configuration file locations:":["Speicherorte der Konfigurationsdateien:"],"For other AI assistants, add the following under the \\"mcpServers\\" key in their MCP configuration:":["Füge bei anderen AI Assistants Folgendes in der MCP-Konfiguration unter dem Schlüssel „mcpServers“ hinzu:"],"Codex":["Codex"],"Claude Code":["Claude Code"],"Run one of the following commands to add MCP support to your AI assistant:":["Führe einen der folgenden Befehle aus, um MCP-Unterstützung zu deinem AI Assistant hinzuzufügen:"],"WordPress Studio MCP Server":["WordPress Studio MCP-Server"],"You must provide a valid code sessions command":[],"Select a session to resume:":["Wähle eine Sitzung zum Fortsetzen aus:"],"Failed to resume code session":[],"Resume a code session (id, prefix, \\"latest\\", or picker)":[],"Failed to list code sessions":[],"Most recent first":["Neueste zuerst"],"(No prompt yet)":["(noch keine Schreibanregung)"],"No code sessions found":[],"Select a session to delete:":["Wähle eine Sitzung zum Löschen aus:"],"Failed to delete code session":[],"Session id, id prefix, or \\"latest\\"":["Sitzungs-ID, ID-Präfix oder „Neueste“"],"Delete a code session (id, prefix, \\"latest\\", or picker)":[],"Record this code session to disk":[],"Anthropic API key required. Switch to Anthropic · API key with /provider to save one.":["Anthropischer API-Schlüssel erforderlich. Wechsle zum Anthropic-API-Schlüssel mit /provider, um einen zu speichern."],"WordPress.com login required. Use /login to authenticate.":["WordPress.com-Anmeldung erforderlich. Verwende /login, um dich zu authentifizieren."],"Username must be 60 characters or fewer.":["Der Benutzername darf höchstens 60 Zeichen lang sein."],"Username can only contain letters, numbers, and _.@- characters.":["Der Benutzername darf nur Buchstaben, Zahlen und die Zeichen _.@- enthalten."],"Admin username cannot be empty.":["Admin-Benutzername darf nicht leer sein."],"Please enter a valid email address.":["Bitte gib eine gültige E-Mail-Adresse ein."],"Admin email cannot be empty.":["E-Mail-Adresse des Administrators darf nicht leer sein."],"Error pushing from %s":["Fehler beim Pushen von %s"],"Visual Studio Code":["Visual Studio Code"],"Loading site name":["Website-Name wird geladen"],"Loading site URL":["Website-URL wird geladen"],"Loading environment":["Umgebung wird geladen"],"A new admin user will be created. WordPress does not support renaming usernames.":["Ein neuer Admin-Benutzer wird erstellt. WordPress unterstützt das Umbenennen von Benutzernamen nicht."],"Skip":["Überspringen"],"WordPress multisite requires a custom domain.":["Für WordPress Multisite ist eine individuelle Domain erforderlich."],"Admin credentials":["Anmeldedaten des Administrators"],"Admin password is required":["Admin-Passwort ist erforderlich"],"Failed to open Visual Studio Code":["Visual Studio Code kann nicht geöffnet werden"],"Show password":["Passwort anzeigen"],"Hide password":["Passwort verbergen"],"Copy admin email to clipboard":["Admin-E-Mail-Adresse in die Zwischenablage kopieren"],"Email":["Email"],"Install":["Installieren"],"Open":["Offen"],"Installed":["Installiert"],"Installing...":["Installiere …"],"Agent Instructions":["Anweisungen für Support-Mitarbeiter"],"Admin email":["E-Mail-Adresse des Administrators"],"Site files already removed":["Website-Dateien bereits entfernt"],"Blueprint source path is missing":["Quellpfad für Blueprint fehlt"],"The enableMultisite Blueprint step requires a custom domain. WordPress multisite does not support custom ports. Use --domain <name>.local to set a custom domain.":["Für den Schritt „Multisite-Blueprint aktivieren“ ist eine individuelle Domain erforderlich. WordPress Multisite unterstützt keine individuellen Ports. Verwende --domain <name>.local, um eine individuelle Domain festzulegen."],"Admin email:":["E-Mail-Adresse des Administrators:"],"Admin password (leave empty to auto-generate):":["Admin-Passwort (leer lassen, um automatisch zu generieren):"],"Admin username:":["Admin-Benutzername"],"Enable HTTPS?":["HTTPS aktivieren"],"Custom domain (leave empty to skip):":["Individuelle Domain (zum Überspringen leer lassen):"],"WordPress version:":["WordPress-Version"],"%s (recommended)":["%s (empfohlen)"],"Site path:":["Website-Pfad:"],"Site name:":["Name der Website"],"Admin email (defaults to \\"admin@localhost.com\\")":["E-Mail-Adresse des Administrators (Standard: „admin@localhost.com“)"],"Admin password (auto-generated if not provided). Note: passwords in CLI arguments may be visible in process lists; consider using a Blueprint file for sensitive passwords.":["Admin-Passwort (automatisch generiert, falls nicht angegeben). Hinweis: Passwörter in CLI-Argumenten können in Prozesslisten sichtbar sein. Für sensible Passwörter sollte eine Blueprint-Datei verwendet werden."],"Admin username (defaults to \\"admin\\")":["Admin-Benutzername (standardmäßig „admin“)"],"API key is required":["API-Schlüssel ist erforderlich"],"Enter your Anthropic API key (will be saved for future use):":["Gib deinen Anthropic-API-Schlüssel ein (wird für die zukünftige Verwendung gespeichert):"],"AI agent failed":["KI-Agent fehlgeschlagen"],"Display PHP errors and warnings directly in the browser by setting the WP_DEBUG_DISPLAY constant.":["Zeige PHP-Fehler und -Warnungen direkt im Browser an, indem du die WP_DEBUG_DISPLAY-Konstante festlegst."],"Show errors in browser":["Fehler im Browser anzeigen"],"Log PHP errors and warnings to a debug.log file in your site's wp-content directory by setting the WP_DEBUG_LOG constant.":["Protokolliere PHP-Fehler und -Warnungen in einer debug.log-Datei im wp-content-Verzeichnis deiner Website, indem du die WP_DEBUG_LOG-Konstante festlegst."],"Enable debug log":["Debug-Protokoll aktivieren"],"General":["Allgemein"],"Open Application Logs":["Anwendungsprotokolle öffnen"],"Debug display":["Debug-Anzeige"],"Open log file":["Protokolldatei öffnen"],"Debug log":["Debug Log (Fehlerprotokoll)"],"Debugging":["Debugging"],"Applies site configuration.":["Wendet die Website-Konfiguration an."],"Runs %s.":["Führt %s aus."],"%d WP-CLI command":["%d WP-CLI-Befehl","%d WP-CLI-Befehle"],"%d SQL query":["%d SQL-Abfrage","%d SQL-Abfragen"],"%d block of PHP code":["%d PHP-Code-Block","%d PHP-Code-Blöcke"],"Imports content.":["Importiert Inhalte."],"Installs %s.":["Installiert %s."],"%d theme":["%d Theme","%d Themes"],"%d plugin":["%d Plugin","%d Plugins"],"%1$s, and %2$s":["%1$s und %2$s"],"%1$s and %2$s":["%1$s und %2$s"],"Featured Blueprint":["Hervorgehobener Blueprint"],"Copy site…":["Website kopieren ..."],"%s Copy":["%s kopieren"],"An error occurred while copying the site. Please try again. If this problem persists, please contact support.":["Beim Erstellen der Website ist ein Fehler aufgetreten. Bitte versuche es erneut. Wende dich an den Support, wenn das Problem weiterhin besteht."],"Failed to copy site":["Kopieren der Website fehlgeschlagen"],"Failed to start '%s'":["„%s“ konnte nicht gestartet werden"],"Not enough memory to start '%s'":["Nicht genügend Arbeitsspeicher zum Starten von „%s“"],"Failed to initialize custom domains for '%s'":["Individuelle Domains für „%s“ konnten nicht initialisiert werden"],"Copy site":["Website kopieren"],"Start all":["Alle starten"],"No sites running":["Keine aktiven Websites"],"Skip printing site URL and admin credentials after starting":["Drucken der Website-URL und Admin-Anmeldedaten nach dem Start überspringen"],"Skip printing site URL and admin credentials after creating":["Drucken der Website-URL und Admin-Anmeldedaten nach dem Erstellen überspringen"],"Site ID (UUID format, used internally by Studio app)":["Website-ID (UUID-Format, intern von der Studio-App verwendet)"],"Must be a valid UUID":["Muss eine gültige UUID sein"],"Zed":["Zed"],"Antigravity":["Antigravity"],"Pause upload":["Upload pausieren"],"Resume upload":["Upload fortsetzen"],"Upload is manually paused. Click the resume button to continue uploading.":["Der Upload wurde manuell pausiert. Klicke auf den Button zum Fortsetzen, um mit dem Hochladen fortzufahren."],"WordPress %s (selected is %s)":["WordPress %s (ausgewählt ist %s)"],"PHP %s (selected is %s)":["PHP %s (ausgewählt ist %s)"],"Please check the link and try again.":["Bitte überprüfe den Link und versuche es erneut."],"Could not connect to the server. Please check your internet connection and try again.":["Es konnte keine Verbindung zum Server hergestellt werden. Bitte überprüfe deine Internetverbindung und versuche es erneut."],"%d warning found":["%d Warnung gefunden","%d Warnungen gefunden"],"Invalid blueprint":["Ungültiger Blueprint"],"\\"%s\\" is not a valid Blueprint property":["„%s“ ist keine gültige Blueprint-Eigenschaft"],"Site files moved to trash":["Website-Dateien in den Papierkorb verschoben"],"Moving site files to trash…":["Website-Dateien werden in den Papierkorb verschoben …"],"Also move site files to trash":["Website-Dateien auch in den Papierkorb verschieben"],"SQLite integration skipped":["SQLite-Integration übersprungen"],"Easily install the %s CLI to run WP-CLI commands from your terminal and create, start, stop, or update your sites.":["Installiere ganz einfach die %s-CLI, um WP-CLI-Befehle von deinem Terminal aus auszuführen und deine Websites zu erstellen, zu starten, zu stoppen oder zu aktualisieren."],"WP-CLI support and CLI site management":["WP-CLI-Unterstützung und CLI-Website-Management"],"WP-CLI":["WP-CLI"],"Manage sites":["Websites verwalten"],"Failed to stop sites":["Websites konnten nicht angehalten werden"],"Self-hosted (e.g. jurassic.ninja) sites are not supported":["Selbst gehostete Websites (z. B. jurassic.ninja) werden nicht unterstützt"],"Error retrieving remote files and directories. Please close and reopen this dialog to try again.":["Fehler beim Abrufen von Remotedateien und -verzeichnissen. Bitte schließe dieses Dialogfeld und öffne es erneut, um es erneut zu versuchen."],"You are currently offline. Sync will continue running remotely. We will send you an email once it's completed.":["Du bist zurzeit offline. Die Synchronisation wird weiterhin remote ausgeführt. Wir senden dir eine E-Mail, sobald sie abgeschlossen ist."],"Leave running":["Laufen lassen"],"Stop sites":["Websites anhalten"],"%d site is currently running. Do you want to stop it before quitting?":["%d Website wird derzeit ausgeführt. Möchtest du sie vor dem Beenden anhalten?","%d Websites werden derzeit ausgeführt. Möchtest du sie vor dem Beenden anhalten?"],"You have a running site":["Du hast eine aktive Website","Du hast aktive Websites"],"Uploading site (%d%%)…":["Website wird hochgeladen (%d%%) ..."],"The site name is too long. Please choose a shorter site name.":["Der Website-Name ist zu lang. Bitte wähle einen kürzeren Website-Namen."],"An error occurred while running the WP-CLI command.":["Beim Ausführen des WP-CLI-Befehls ist ein Fehler aufgetreten."],"Stopping all WordPress servers…":["Alle WordPress-Server werden angehalten ..."],"Stop all sites":["Alle Websites anhalten"],"Stop site(s)":["Website(s) anhalten"],"Get status of site":["Status der Website abrufen"],"List sites":["Websites auflisten"],"SSL certificates deleted":["SSL-Zertifikate gelöscht"],"Deleting SSL certificates…":["SSL-Zertifikate werden gelöscht ..."],"Stopping WordPress server…":["WordPress-Server wird angehalten ..."],"Failed to delete associated preview sites. Proceeding anyway…":["Verknüpfte Vorschau-Websites konnten nicht gelöscht werden. Trotzdem fortfahren ..."],"Starting WordPress server…":["WordPress-Server wird gestartet ..."],"Saving site…":["Website wird gespeichert ..."],"Create a new site":["Neue Website erstellen"],"Events watcher failed":["Ereignisüberwachung fehlgeschlagen"],"Create a new site from a featured Blueprint on your own. <learn_more_link />":["Erstelle selbst eine neue Website aus einem vorgestellten Blueprint. <learn_more_link />"],"Powered by experimental AI. <learn_more_link />":["Unterstützt durch experimentelle KI. <learn_more_link />"],"Could not load files. Please close and reopen this dialog to try again.":["Dateien konnten nicht geladen werden. Bitte schließe dieses Dialogfeld und öffne es erneut, um es noch einmal zu versuchen."],"The site uploading has been paused due to an internet connection issue. We will retry automatically in a few seconds.":["Das Hochladen auf die Website wurde aufgrund eines Problems mit der Internetverbindung angehalten. Wir werden es in ein paar Sekunden automatisch erneut versuchen."],"Enable PHP debugging with Xdebug. Only one site can have Xdebug enabled at a time. Note that Xdebug may slow down site performance. <learn_more_link />":["Aktiviere PHP-Debugging mit Xdebug. Xdebug kann immer nur für eine Website aktiviert sein. Beachte, dass Xdebug die Performance der Website beeinträchtigen kann. <learn_more_link />"],"Enable Xdebug":["Xdebug aktivieren"],"Xdebug is currently enabled for \\"%s\\" site. Disable it there first to enable it for this site.":["Xdebug ist derzeit für die Website „%s“ aktiviert. Deaktiviere es dort zuerst, um es für diese Website zu aktivieren."],"Starting from a Blueprint requires an internet connection.":["Um von einem Blueprint aus zu starten, ist eine Internetverbindung erforderlich."],"Uploading paused":["Hochladen pausiert"],"Xdebug":["Xdebug"],"Dismiss":["Schließen"],"Build blocks with <button>Telex <ArrowIcon /></button>":["Erstelle Blöcke mit <button>Telex <ArrowIcon /></button>"],"Build with Telex":["Mit Telex erstellen"],"Add site from a Blueprint":["Website aus einem Blueprint hinzufügen"],"Restart Studio now to install the update, or choose Later to continue working and restart when convenient.":["Starte Studio jetzt neu, um das Update zu installieren, oder wähle „Später“ aus, um weiterzuarbeiten und das Programm neu zu starten, wenn es dir passt."],"Update ready to install":["Update bereit zur Installation"],"You're already running the latest version of Studio. No update is needed at this time.":["Du verwendest bereits die neueste Version von Studio. Derzeit ist kein Update erforderlich."],"No updates available":["Keine Updates verfügbar"],"Studio will notify you when the update is ready to install. You can continue working normally.":["Studio benachrichtigt dich, wenn das Update zur Installation bereit ist. Du kannst normal weiterarbeiten."],"Downloading update in the background":["Update wird im Hintergrund heruntergeladen"],"It looks like you denied the authorization request. To proceed, please click \\"Approve\\"":["Anscheinend hast du die Autorisierungsanfrage abgelehnt. Um fortzufahren, klicke bitte auf „Genehmigen“"],"Authorization denied":["Autorisierung abgelehnt"],"Windows on Intel/AMD":["Windows auf Intel/AMD"],"Windows on ARM":["Fenster auf ARM"],"Mac with Intel Chip":["Mac mit Intel Chip"],"Mac with Apple Silicon Chip":["Mac mit Apple Silicon Chip"],"Unsupported PHP version: %s":["Nicht unterstützte PHP-Version: %s"],"Set auto-start flag for the site(s)":["Markierung für automatischen Start für die Website(s) festlegen"],"Failed to stop site":["Website konnte nicht angehalten werden"],"Successfully stopped %d site":["%d Website erfolgreich angehalten","%d Websites erfolgreich angehalten"],"No sites are currently running":["Derzeit werden keine Websites ausgeführt"],"Failed to load site status":["Website-Status konnte nicht geladen werden"],"Connected to process daemon":["Mit Prozess-Daemon verbunden"],"Connecting to process daemon…":["Verbindung zum Prozess-Daemon wird hergestellt ..."],"Failed to parse Blueprint JSON":["Blueprint-JSON konnte nicht analysiert werden"],"Failed to fetch Blueprint":["Blueprint konnte nicht abgerufen werden"],"WordPress files copied":["WordPress-Dateien kopiert"],"Copying bundled WordPress…":["WordPress-Paket wird kopiert ..."],"Cannot set up WordPress. Bundled WordPress files not found. Please connect to the internet or reinstall Studio.":["WordPress kann nicht eingerichtet werden. WordPress-Paketdateien nicht gefunden. Stelle eine Internetverbindung her oder installiere Studio neu."],"Cannot set up WordPress while offline. Specific WordPress versions require an internet connection. Try using \\"latest\\" version or ensure internet connectivity.":["WordPress kann im Offlinemodus nicht eingerichtet werden. Für bestimmte WordPress-Versionen ist eine Internetverbindung erforderlich. Versuche es mit der „neuesten“ Version oder stelle die Internetverbindung sicher."],"Path or URL to Blueprint JSON file":["Pfad oder URL zur Blueprint-JSON-Datei"],"Must be: at least %s":["Muss mindestens %s sein"],"Must be: \\"latest\\", \\"nightly\\", or a valid version number (e.g., \\"6.4\\", \\"6.4.1\\", \\"6.4-beta1\\")":["Muss „neueste“, „nächtliche“ oder eine gültige Versionsnummer (z. B. „6.4“, „6.4.1“, „6.4-beta1“) sein"],"Failed to parse Blueprint JSON file: %s":["Blueprint-JSON-Datei konnte nicht analysiert werden: %s"],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, or .wpress file.":["Dieser Dateityp wird nicht unterstützt Bitte verwende eine .zip-, .gz-, .tar-, .tar.gz- oder .wpress-Datei."],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, .wpress, or .sql file.":["Dieser Dateityp wird nicht unterstützt. Bitte verwende eine .zip-, .gz-, .tar-, .tar.gz-, .wpress- oder .sql-Datei."],"Studio CLI":["Studio-CLI"],"Your Studio site is using a different WordPress or PHP version than your remote site. The remote site will keep using the newest supported versions.":[],"%s over":["%s zu viel"],"The push is in progress and will continue running remotely. We will send you an email once it's completed.":["Der Push wird ausgeführt und remote fortgesetzt. Wir senden dir eine E-Mail, sobald die Übertragung abgeschlossen ist."],"Get smart suggestions from the Studio Assistant":["Intelligente Vorschläge mit dem Studio-Assistenten erhalten"],"Seamlessly sync with WordPress.com and Pressable":["Mit WordPress.com und Pressable nahtlos synchronisieren"],"Share preview sites with clients and colleagues":["Vorschau-Websites mit Kunden und Kollegen teilen"],"Start by connecting your WordPress.com account to unlock the full power of WordPress Studio.":["Verbinde zunächst dein WordPress.com-Konto, um alle Funktionen von WordPress Studio zu nutzen."],"Welcome to WordPress Studio":["Willkommen bei WordPress Studio"],"Failed to uninstall CLI":["CLI konnte nicht deinstalliert werden"],"The CLI has been uninstalled successfully.":["Die CLI wurde erfolgreich deinstalliert."],"CLI uninstalled":["CLI deinstalliert"],"Proceed":["Weiter"],"Blueprint details":["Blueprint-Details"],"Start working locally with your site data.":["Arbeite lokal mit deinen Website-Daten."],"Pull content from your remote site.":["Pulle Inhalte von deiner Remote-Website."],"Create a new local WordPress site.":["Erstelle eine neue lokale WordPress-Website."],"Create a new local site and pull your WordPress.com or Pressable site with Jetpack activated.":["Erstelle eine neue lokale Website und pulle deine WordPress.com- oder Pressable-Website, wenn Jetpack aktiviert ist."],"Create a new site from WordPress.com or Pressable":["Eine neue Website von WordPress.com oder Pressable erstellen"],"Pull an existing site":["Eine bestehende Website pullen"],"Blueprint":["Blaupause"],"The sync process will continue running remotely after you quit Studio. We will send you an email once it is complete.":["Der Synchronisierungsvorgang wird nach dem Beenden von Studio remote fortgesetzt. Wir senden dir eine E-Mail, sobald die Synchronisierung abgeschlossen ist."],"Sync will continue":["Synchronisierung wird fortgesetzt"],"Initializing remote backup…":["Remote-Backup wird initialisiert …"],"HTTP proxy server stopped":["HTTP-Proxyserver gestoppt"],"Stopping HTTP proxy server…":["HTTP-Proxyserver wird gestoppt …"],"The specified directory is not added to Studio. Use \`studio site create\` to add it.":["Das angegebene Verzeichnis wird nicht zu Studio hinzugefügt. Verwende \`studio site create\`, um es hinzuzufügen."],"Failed to stop WordPress server":["WordPress-Server konnte nicht gestoppt werden"],"WordPress server is not running":["WordPress-Server läuft nicht"],"Admin password":["Admin-Passwort"],"Admin username":["Admin-Benutzername"],"Status":["Status:"],"Site Path":["Website-Pfad"],"Auto-login URL":["URL für automatische Anmeldung"],"Site URL":["Website-URL"],"Offline":["Offline"],"Online":["Online"],"SQLite integration configured as needed":["SQLite-Integration nach Bedarf konfiguriert"],"Setting up SQLite integration, if needed…":["SQLite-Integration wird nach Bedarf eingerichtet …"],"Domain removed from hosts file":["Domain aus Hosts-Datei entfernt"],"Removing domain from hosts file…":["Domain wird aus Hosts-Datei entfernt …"],"Associated preview sites deleted":["Zugeordnete Vorschau-Websites gelöscht"],"Deleting %d associated preview site…":["%d zugeordnete Vorschau-Website wird gelöscht …","%d zugeordnete Vorschau-Websites werden gelöscht …"],"WordPress server stopped":["WordPress-Server angehalten"],"Site loaded":["Website geladen"],"Loading site…":["Die Website wird geladen ..."],"Failed to delete site":["Website konnte nicht gelöscht werden"],"Failed to start site":["Website konnte nicht gestartet werden"],"Authenticated with WordPress.com as \`%s\`":["Authentifiziert mit WordPress.com als „%s“"],"Run \\"studio site start\\" to start the site.":["Führe „studio site start“ aus, um die Website zu starten."],"Failed to apply Blueprint":["Blueprint konnte nicht angewendet werden"],"Blueprint applied successfully":["Blueprint erfolgreich angewendet"],"Applying Blueprint…":["Blueprint wird angewendet ..."],"Starting WordPress server and applying Blueprint…":["WordPress-Server wird gestartet und Blueprint wird angewendet ..."],"Site created successfully":["Die Website wurde erfolgreich erstellt"],"Port assigned: %d":["Port zugewiesen: %d"],"Assigning port…":["Port wird zugewiesen ..."],"SQLite integration configured":["SQLite-Integration konfiguriert"],"Setting up SQLite integration…":["SQLite-Integration wird eingerichtet ..."],"Site directory created":["Website-Verzeichnis erstellt"],"Creating site directory…":["Website-Verzeichnis wird erstellt ..."],"Site configuration validated":["Website-Konfiguration validiert"],"The selected directory is already in use.":["Das ausgewählte Verzeichnis wird bereits verwendet."],"Blueprint feature \\"%1$s\\" is not supported: %2$s":["Die Blueprint-Funktion „%1$s“ wird nicht unterstützt: %2$s"],"Blueprint file not found: %s":["Blueprint-Datei nicht gefunden: %s"],"The selected directory is not empty nor an existing WordPress site.":["Das ausgewählte Verzeichnis ist weder leer noch eine bestehende WordPress-Website."],"Validating site configuration…":["Website-Konfiguration wird überprüft ..."],"Start the site after creation":["Website nach der Erstellung starten"],"Enable HTTPS for custom domain":["HTTPS für individuelle Domain aktivieren"],"Custom domain (e.g., \\"mysite.local\\")":["Individuelle Domain (z. B. „mysite.local“)"],"WordPress version (e.g., \\"latest\\", \\"6.4\\", \\"6.4.1\\")":["WordPress-Version (z. B. „neueste“, „6.4“, „6.4.1“)"],"Choose a plan to publish your site":["Wähle einen Tarif, um deine Website zu veröffentlichen"],"Sync database and files.":["Synchronisiere Datenbank und Dateien."],"Unlock the power of WordPress and share your work with the world with":["Nutze die Vorteile von WordPress und teile deine Arbeit mit der Welt mit"],"Find a perfect plan":["Finde einen perfekten Tarif"],"Preparing workers…":["Worker werden vorbereitet ..."],"Running the Blueprint…":["Blueprint wird ausgeführt ..."],"Booting WordPress…":["WordPress wird gestartet ..."],"Starting up workers…":["Worker werden gestartet ..."],"Downloading WordPress…":["WordPress wird heruntergeladen ..."],"WordPress is running":["WordPress läuft"],"Site not found":["Website nicht gefunden"],"Failed to start WordPress server":["WordPress-Server konnte nicht gestartet werden"],"WordPress server started":["WordPress-Server gestartet"],"WordPress server is already running":["Der WordPress-Server läuft bereits"],"Process daemon started":["Prozess-Daemon gestartet"],"Starting process daemon…":["Prozess-Daemon wird gestartet ..."],"Skip opening the site in browser after starting":["Das Öffnen der Website im Browser nach dem Start überspringen"],"Password: ":["Passwort: "],"Username: ":["Benutzername: "],"Site URL: ":["Website-URL: "],"Publish site":["Website veröffentlichen"],"Failed to select site":["Website konnte nicht ausgewählt werden"],"Select a site to import":["Website für den Import auswählen"],"Publish your site":["Deine Website veröffentlichen"],"Select a remote site":["Remote-Website auswählen"],"Blueprint loaded from URL":["Blueprint von URL geladen"],"Download directly from WordPress.com or Pressable":["Direkt von WordPress.com oder Pressable herunterladen"],"Failed to load Blueprint":["Blueprint konnte nicht geladen werden"],"Failed to revoke token":["Token konnte nicht widerrufen werden"],"Failed to fetch user info":["Benutzerinformationen konnten nicht abgerufen werden"],"You must provide a valid auth command":["Du musst einen gültigen Auth-Befehl angeben"],"Manage authentication":["Authentifizierung verwalten"],"Failed to add domain to hosts file":["Domain konnte nicht zur Hosts-Datei hinzugefügt werden:"],"Domain added to hosts file":["Domain zur Hosts-Datei hinzugefügt"],"Adding domain to hosts file…":["Domain wird zur Hosts-Datei hinzugefügt ..."],"SSL certificates generated":["SSL-Zertifikate generiert"],"Generating SSL certificates…":["SSL-Zertifikate werden generiert ..."],"HTTP proxy already running":["HTTP-Proxy wird bereits ausgeführt"],"HTTP proxy server started":["HTTP-Proxyserver gestartet"],"Starting HTTP proxy server…":["HTTP-Proxyserver wird gestartet ..."],"Failed to check authentication status":["Authentifizierungsstatus konnte nicht überprüft werden"],"Authentication token is invalid or expired":["Authentifizierungs-Token ist ungültig oder abgelaufen"],"Checking authentication status…":["Authentifizierungsstatus wird geprüft ..."],"Check authentication status":["Authentifizierungsstatus prüfen"],"Failed to log out":["Abmeldung fehlgeschlagen"],"Successfully logged out":["Erfolgreich abgemeldet"],"Already logged out":["Bereits abgemeldet"],"Logging out…":["Abmelden …"],"Log out and clear WordPress.com authentication":["Abmelden und WordPress.com-Authentifizierung löschen"],"Authentication failed":["Authentifizierung fehlgeschlagen"],"Authentication failed. Please try again.":["Authentifizierung ist fehlgeschlagen. Bitte versuche es erneut."],"Authentication completed successfully!":["Authentifizierung erfolgreich abgeschlossen!"],"Authentication token:":["Authentifizierungstoken:"],"Please complete authentication in your browser and paste the generated token here.":["Bitte schließe die Authentifizierung in deinem Browser ab und füge das generierte Token hier ein."],"Failed to open browser. Please open the URL manually: %s":["Browser kann nicht geöffnet werden. Bitte öffne die URL manuell: %s"],"Browser opened successfully":["Browser erfolgreich geöffnet"],"Opening browser for authentication…":["Browser wird zur Authentifizierung geöffnet ..."],"Already authenticated with WordPress.com":["Bereits bei WordPress.com authentifiziert"],"Downloading the ARM version of Studio will provide better performance.":["Wenn du die ARM-Version von Studio herunterlädst, verbessert sich die Performance."],"An error occurred while deleting all preview sites. Please try again.":["Beim Löschen aller Vorschau-Websites ist ein Fehler aufgetreten. Bitte versuche es erneut."],"Failed to delete all preview sites":["Es konnten nicht alle Vorschau-Websites gelöscht werden"],"<siteUrlButton /> appears to be deleted or is currently unreachable. <button>Get help ↗</button>":["Anscheinend ist <siteUrlButton /> gelöscht oder derzeit nicht erreichbar. <button>Hilfe erhalten ↗</button>"],"This preview site has been deleted from the server. You can remove it from the list by clicking Clear button.":["Diese Vorschau-Website wurde vom Server gelöscht. Du kannst sie aus der Liste entfernen, indem du auf den Button „Löschen“ klickst."],"Database import failed on the remote site. Please review your database and try again or contact support and provide details from the logs below.":["Datenbankimport auf der Remote-Website fehlgeschlagen. Bitte überprüfe deine Datenbank und versuche es erneut oder kontaktiere den Support und gib Details aus den Protokollen unten an."],"Create new backup ↗":["Neues Backup erstellen ↗"],"Content from the latest backup: %s.":["Inhalt des letzten Backups: %s."],"Push can not be cancelled while applying changes to the remote site":["Push kann nicht abgebrochen werden, während die Änderungen auf die Remote-Website angewendet werden"],"Cancel push":["Push abbrechen"],"Pull can not be cancelled while importing changes to your local site":["Pull kann nicht abgebrochen werden, während Änderungen auf deine lokale Website importiert werden"],"Cancel pull":["Pull abbrechen"],"The push operation has been cancelled.":["Der Push-Vorgang wurde abgebrochen."],"Push cancelled":["Push abgebrochen"],"The pull operation has been cancelled.":["Der Pull-Vorgang wurde abgebrochen."],"Pull cancelled":["Pull abgebrochen"],"Beta Features":["Betafunktionen"],"Delete site…":["Website löschen"],"Edit site…":["Website bearbeiten …"],"Open in %s":["Öffnen in %s"],"File Explorer":["Datei-Explorer"],"%1$s (%2$d%%)":["%1$s (%2$d%%)"],"Importing files…":["Dateien werden importiert ..."],"Importing database… (%d%%)":["Datenbank wird importiert ...(%d%%)"],"Extracting backup… (%d%%)":["Backup wird extrahiert ...(%d%%)"],"Importing other files…":["Andere Dateien werden importiert ..."],"Importing media uploads…":["Medien-Uploads werden importiert …"],"Importing themes…":["Themes werden importiert ..."],"Importing plugins…":["Plugins werden importiert ..."],"Start with an empty site":["Mit einer leeren Website beginnen"],"Studio could not load Blueprints. <button>Try again</button> or use your own Blueprint.":["Studio konnte Blueprints nicht laden. <button>Versuche es erneut</button> oder verwende deine eigene Blueprint."],"View details":["Details anzeigen"],"This Blueprint uses unsupported features in Studio and might not work as expected.":["Diese Blueprint verwendet nicht unterstützte Funktionen in Studio und funktioniert möglicherweise nicht wie erwartet."],"Got it":["Verstanden"],"Your Blueprint will still work, but these features will be skipped during site creation.":["Deine Blueprint funktioniert weiterhin, aber diese Funktionen werden bei der Website-Erstellung übersprungen."],"The following features are not supported in Studio and will be automatically removed:":["Die folgenden Funktionen werden in Studio nicht unterstützt und werden automatisch entfernt:"],"Studio manages its own navigation and landing pages.":["Studio verwaltet seine eigene Navigation und Zielseiten"],"Nearly finished":["Fast fertig"],"Making progress…":["Wir machen Fortschritte …"],"Working on your site…":["Wir arbeiten an deiner Website …"],"Getting everything ready…":["Bald kann es losgehen …"],"Setting up your new site…":["Wir richten deine neue Website ein …"],"Failed to list sites":["Websites konnten nicht aufgelistet werden"],"Found %d site":["%d Website gefunden","%d Websites gefunden"],"Path":["Pfad"],"Select a Blueprint that fits your needs and build your WordPress site even faster.":["Wähle eine Blueprint, die zu deinen Anforderungen passt, und erstelle deine WordPress-Website noch schneller."],"Introducing Blueprints, a new way to streamline site creation.":["Wir stellen vor: Blueprints – eine neue Möglichkeit, die Erstellung von Websites zu optimieren."],"Sublime Text":["Sublime Text"],"The current selection exceeds the %d GB push limit. To continue, please change your selection to reduce the total size.":["Die aktuelle Auswahl überschreitet das Push-Limit von %d GB. Um fortzufahren, ändere bitte deine Auswahl, um die Gesamtgröße zu reduzieren."],"Choose a featured Blueprint or use your own":["Wähle eine vorgestellte Blueprint oder verwende deine eigene"],"Featured Blueprints":["Vorgestellte Blueprints"],"Using different versions may cause compatibility issues.":["Die Verwendung verschiedener Versionen kann zu Kompatibilitätsproblemen führen."],"This Blueprint recommends:":["Diese Blueprint empfiehlt:"],"Version differs from Blueprint recommendation":["Version weicht von der Blueprint-Empfehlung ab"],"Blueprint validation failed":["Blueprint-Validierung fehlgeschlagen"],"Failed to load Blueprint file. Please try again.":["Blueprint-Datei konnte nicht geladen werden. Bitte versuche es erneut."],"Invalid JSON format: %s":["Ungültiges JSON-Format: %s"],"Invalid Blueprint format":["Ungültiges Blueprint-Format"],"Blueprint v2 format is not supported yet. Please use Blueprint v1 format.":["Das Blueprint v2-Format wird noch nicht unterstützt. Bitte verwende das Blueprint v1-Format."],"Your sites will show up here once you create them":["Deine Websites werden hier angezeigt, sobald du sie erstellt hast."],"Development":["Entwicklung"],"Push to Development":["An Entwicklung pushen"],"Pull from Development":["Aus Entwicklung pullen"],"Selecting individual items to pull will be enabled automatically once your first backup is complete.<br/>Wait a few minutes or run a full sync in the meantime.":["Die Auswahl einzelner Elemente zum Pullen wird automatisch aktiviert, sobald dein erstes Backup abgeschlossen ist.<br/>Warte ein paar Minuten oder führe in der Zwischenzeit eine vollständige Synchronisierung durch."],"Site name & details":["Websitename und -details"],"Choose Blueprint":["Blueprint wählen"],"Back":["Zurück"],"Select backup file":["Backup-Datei auswählen"],"Drop your backup file here":["Backup-Datei hier ablegen"],"Choose Blueprint file":["Blueprint-datei auswählen"],"Remove":["Entfernen"],"Loading Blueprints...":["Blueprints werden geladen …"],"Blueprint loaded from file":["Blueprint aus Datei geladen"],"Preview Blueprint":["Vorschau der Blueprint anzeigen"],"Description":["Beschreibung"],"Title":["Title"],"Thumbnail":["Vorschaubild"],"The selected Blueprint failed to execute properly. This could be due to invalid PHP code, missing plugins, or other issues in the Blueprint file. Please check your Blueprint file and try again.":["Das ausgewählte Blueprint konnte nicht ordnungsgemäß ausgeführt werden. Ursache könnte ungültiger PHP-Code, fehlende Plugins oder ein anderes Problem in der Blueprint-Datei sein. Bitte überprüfe deine Blueprint-Datei und versuche es erneut."],"Blueprint execution failed":["Blueprint-Ausführung fehlgeschlagen"],"Site export completed":["Website-Export abgeschlossen"],"Database export completed":["Datenbankexport abgeschlossen"],"Start a site from a backup":["Mit einer Website aus einem Backup beginnen"],"Import from a backup":["Aus einem Backup importieren"],"Start from a Blueprint":["Mit einer Blueprint beginnen"],"Create a site":["Website erstellen"],"Add a clean site, start from a Blueprint or import site from a backup":["Füge eine leere Website hinzu, beginne mit einer Blueprint oder importiere eine Website aus einem Backup"],"Backing up remote site…":["Remote-Website wird gesichert ..."],"Pushing will overwrite your development site's selected files and database with content from your Studio site. Unchecked items will not be changed. The development site will be backed up before any changes are applied.":["Durch Pushen werden die ausgewählten Dateien und die Datenbank deiner Entwicklungs-Website mit Inhalten von deiner Studio-Website überschrieben. Nicht markierte Elemente werden nicht geändert. Bevor Änderungen angewendet werden, wird ein Backup der Entwicklungs-Website erstellt."],"Pushing will overwrite your staging site's selected files and database with content from your Studio site. Unchecked items will not be changed. The staging site will be backed up before any changes are applied.":["Durch Pushen werden die ausgewählten Dateien und die Datenbank deiner Staging-Website mit Inhalten von deiner Studio-Website überschrieben. Nicht markierte Elemente werden nicht geändert. Bevor Änderungen angewendet werden, wird ein Backup der Staging-Website erstellt."],"Pushing will overwrite your production site's selected files and database with content from your Studio site. Unchecked items will not be changed. The production site will be backed up before any changes are applied.":["Durch Pushen werden die ausgewählten Dateien und die Datenbank deiner veröffentlichten Website mit Inhalten von deiner Studio-Website überschrieben. Nicht markierte Elemente werden nicht geändert. Bevor Änderungen angewendet werden, wird ein Backup der veröffentlichten Website erstellt."],"Pulling will overwrite your Studio site's selected files and database with a copy from your development site. Unchecked items will not be changed.":["Durch Pullen werden die ausgewählten Dateien und die Datenbank deiner Studio-Website mit einer Kopie von deiner Entwicklungs-Website überschrieben. Nicht markierte Elemente werden nicht geändert."],"Pulling will overwrite your Studio site's selected files and database with a copy from your staging site. Unchecked items will not be changed.":["Durch das Abrufen werden die ausgewählten Dateien und die Datenbank deiner Studio-Website mit einer Kopie von deiner Staging-Website überschrieben. Nicht markierte Elemente werden nicht geändert."],"Pulling will overwrite your Studio site's selected files and database with a copy from your production site. Unchecked items will not be changed.":["Durch das Abrufen werden die ausgewählten Dateien und die Datenbank deiner Studio-Website mit einer Kopie von deiner veröffentlichten Website überschrieben. Nicht markierte Elemente werden nicht geändert."],"How can I make WordPress Studio faster?":["Wie kann ich WordPress Studio schneller machen?"],"WordPress Studio Help":["Hilfe zu WordPress Studio"],"Empty":["Leer"],"Empty folder":["Leerer Ordner"],"Studio":["Studio"],"About WordPress Studio":["Über WordPress Studio"],"WordPress Studio":["Bild: WordPress-Studio"],"WordPress Studio CLI":["WordPress-Studio-CLI"],"Select files and folders to sync":["Dateien und Ordner zum Synchronisieren auswählen"],"From %s to %s":["Von %s an %s"],"Expand":["Erweitern"],"Collapse":["Einklappen"],"Feature Flags":["Feature Flags"],"Log in to Studio with WordPress.com":["Mit WordPress.com bei Studio anmelden"],"Open account settings":["Kontoeinstellungen öffnen"],"Specific files and folders":["Bestimmte Dateien und Ordner"],"All files and folders":["Alle Dateien und Ordner"],"Database":["Datenbank"],"Files and folders":["Dateien und Ordner"],"Read more about <a>environment push <ArrowIcon /></a>":["Weitere Informationen zum <a>Push in eine Umgebung <ArrowIcon /></a>"],"What would you like to push?":["Was möchtest du pushen (übertragen)?"],"Push to Production":["Push auf Production"],"Push to Staging":["Push auf Staging"],"Read more about <a>environment pull <ArrowIcon /></a>":["Weitere Informationen zum <a>Pull aus einer Umgebung <ArrowIcon /></a>"],"What would you like to pull?":["Was möchtest du pullen (abrufen)?"],"Pull from Production":["Pull von Production"],"Pull from Staging":["Pull von Staging"],"Almost there…":["Fast geschafft!"],"%s has been updated":["%s wurde aktualisiert"],"Studio site has been updated from %s":["Studio-Website wurde von %s aktualisiert"],"Learn more about supported sites.":["Weitere Informationen zu unterstützten Websites."],"Can't find your site?":["Du kannst deine Website nicht finden?"],"Connect your site":["Verbinde deine Website"],"Connect another site":["Andere Website verbinden"],"Sync with WordPress.com or Pressable":["Mit WordPress.com oder Pressable synchronisieren"],"Push is in progress. We will send you an email when it is completed.":["Push läuft. Wir senden dir eine E-Mail, sobald der Push abgeschlossen ist."],"You are currently offline so your site will be created with the latest version. Selecting a different WordPress version requires an internet connection.":["Du bist derzeit offline. Daher wird deine Website unter Verwendung der neuesten Version erstellt. Um eine andere WordPress-Version auszuwählen, ist eine Internetverbindung erforderlich."],"Invalid authentication token":["Ungültiges Authentifizierungs-Token"],"Running…":["Aktiv ..."],"Deleting…":["Wird gelöscht …"],"Validating…":["Überprüfung läuft ..."],"Studio was unable to trust the certificate automatically. You may need to trust it manually using certificate manager.":["Studio konnte nicht automatisch angeben, dass es dem Zertifikat vertraut. Möglicherweise musst du mithilfe des Zertifikat-Managers manuell angeben, dass du ihm vertraust."],"Certificate Trust Failed":["Fehler bei Zertifikatsvertrauensstellung"],"Windsurf":["Windsurf"],"Available terminals":["Verfügbare Terminals"],"Terminal application":["Terminalanwendung"],"Available editors":["Verfügbare Editoren"],"Please ensure your site files have not been moved or deleted.":["Bitte stelle sicher, dass deine Website-Dateien nicht verschoben oder gelöscht wurden."],"Applying final details…":["Finale Details werden angewendet ..."],"Starting export…":["Export wird gestartet …"],"Command Prompt":["Eingabeaufforderung"],"Creating preview site…":["Vorschau-Website wird erstellt …"],"What's new":["Neuigkeiten"],"Ghostty":["Ghostty"],"Warp":["Warp"],"Select":["Auswahl"],"Please stop some of your running sites first. If this problem persists, try closing other apps that might be using memory and try again.":["Bitte beende zuerst einige deiner aktiven Websites. Wenn das Problem weiterhin besteht, schließe andere Apps, die möglicherweise Speicher verwenden, und versuche es erneut."],"Failed to save CLI config file":["CLI-Konfigurationsdatei konnte nicht gespeichert werden"],"Studio config file path not found.":["Studio-Konfigurationsdateipfad nicht gefunden."],"Path to the WordPress files":["Pfad zu den WordPress-Dateien"],"Current directory":["Aktuelles Verzeichnis"],"Cannot update an expired preview site.":["Eine abgelaufene Vorschau-Website kann nicht aktualisiert werden."],"The specified directory does not match the original site for this preview. If you want to overwrite, run the command with --overwrite.":["Das angegebene Verzeichnis stimmt nicht mit der ursprünglichen Website für diese Vorschau überein. Wenn du überschreiben möchtest, führe den Befehl mit --overwrite aus."],"Allow updating a preview site from a different directory":["Aktualisierung einer Vorschau-Website aus einem anderen Verzeichnis erlauben"],"Update preview site":["Vorschau-Website aktualisieren"],"(%d expired)":["(%d abgelaufen)","(%d abgelaufen)"],"Found %d preview site":["%d Vorschau-Website gefunden","%d Vorschau-Websites gefunden"],"No preview sites found":["Keine Vorschau-Websites gefunden"],"Loading preview sites…":["Vorschau-Websites werden geladen …"],"Output format":["Ausgabeformat"],"List preview sites":["Vorschau-Websites auflisten"],"Preview site '%s' has been deleted.":["Die Vorschau-Website „%s“ wurde gelöscht."],"Preview site '%s' has been updated.":["Die Vorschau-Website „%s“ wurde aktualisiert."],"Deleting preview site failed":["Löschen der Vorschau-Website fehlgeschlagen"],"Saving preview site…":["Vorschau-Website wird gespeichert ..."],"Not installed":["Nicht installiert"],"Preferences":["Einstellungen"],"Code editor":["Code-Editor"],"Shell":["Shell"],"Merge All Windows":["Alle Fenster zusammenführen"],"Move Tab to New Window":["Tab in neues Fenster verschieben"],"Show Next Tab":["Nächsten Tab anzeigen"],"Show Previous Tab":["Vorherigen Tab anzeigen"],"Zoom":["Zoom"],"Minimize":["Minimieren"],"Window":["Fenster"],"Toggle Fullscreen":["Vollbildmodus wechseln"],"latest":["neueste"],"Zoom Out":["Verkleinern"],"Zoom In":["Heranzoomen"],"Actual Size":["Tatsächliche Größe"],"Show All Tabs":["Alle Tabs anzeigen"],"Show Tab Bar":["Tab-Leiste anzeigen"],"View":["Ansicht"],"Stop Speaking":["Sprechen beenden"],"Start Speaking":["Sprechen starten"],"Speech":["Sprache"],"Select All":["Alle auswählen"],"Paste and Match Style":["Einfügen und Stil anpassen"],"Paste":["Einfügen"],"Cut":["Ausschneiden"],"Redo":["Wiederherstellen"],"Undo":["Rückgängig"],"File":["Datei"],"Quit":["Beenden"],"Hide":["Verbergen"],"Services":["Leistungen"],"Toggle DevTools":["DevTools umschalten"],"Force Reload":["Neuladen erzwingen"],"Cursor":["Cursor"],"WebStorm":["WebStorm"],"The site server failed to start because the port is already in use. Please close any local development apps that may be using port and try again.":["Der Website-Server konnte nicht gestartet werden, da der Port bereits verwendet wird. Bitte schließe alle lokalen Entwicklungs-Apps, die möglicherweise den Port verwenden, und versuche es erneut."],"Stable Versions":["Stabile Versionen"],"Beta & Nightly":["Beta und Nightly"],"Auto-updating":["Automatische Aktualisierung"],"WordPress Core automatic updates will be disabled for this site.":["Automatische WordPress Core-Updates werden für diese Website deaktiviert."],"Launch your existing WordPress.com or Jetpack-activated Pressable sites, or import an existing one. Then, share your work with the world.":["Verbinde deine bestehenden WordPress.com- oder Jetpack-aktivierten Pressable-Websites oder erstelle eine neue. Teile deine Arbeit dann mit der Welt."],"iTerm":["iTerm"],"Expires in":["Läuft ab in"],"Site Name":["Name der Website"],"URL":["URL"],"Failed to create archive":["Archiv konnte nicht erstellt werden"],"The specified directory is not added to Studio.":["Das angegebene Verzeichnis wird nicht zu Studio hinzugefügt."],"Failed to create preview site: site did not become ready within timeout":["Vorschau-Website konnte nicht erstellt werden: die Website ist nicht innerhalb der Zeitüberschreitung fertig geworden"],"Failed to upload archive":["Archiv konnte nicht hochgeladen werden"],"Invalid API response format":["Ungültiges API-Antwortformat"],"Invalid site status":["Ungültiger Website-Status"],"Site ID must be a positive integer":["Website-ID muss eine positive Ganzzahl sein"],"Domain name is required":["Domainname ist erforderlich"],"You must provide a valid command":["Gültigen Befehl angeben"],"Manage preview sites":["Vorschau-Websites verwalten"],"Failed to update preview site":["Vorschau-Website konnte nicht aktualisiert werden"],"Updating preview site…":["Aktualisieren der Vorschau-Website ..."],"Hostname of the preview site to update":["Hostname der zu aktualisierenden Vorschau-Website"],"Failed to load preview sites":["Vorschau-Websites konnten nicht geladen werden"],"Failed to delete preview site":["Vorschau-Website konnte nicht gelöscht werden"],"Deletion successful":["Löschen erfolgreich"],"Preview site not found. Use the \`studio preview list\` command to see available preview sites.":["Vorschau-Website nicht gefunden. Verwende den Befehl „studio preview list“, um verfügbare Vorschau-Websites anzuzeigen."],"Hostname of the preview site to delete":["Hostname der zu löschenden Vorschau-Website"],"Failed to create preview site":["Vorschau-Website konnte nicht erstellt werden"],"Preview site saved to Studio":["Vorschau-Website in Studio gespeichert"],"Saving preview site to Studio…":["Vorschau-Website wird in Studio gespeichert ..."],"Preview site available at: %s":["Vorschau-Website verfügbar unter: %s"],"Archive uploaded":["Archiv hochgeladen"],"Uploading archive…":["Archiv wird hochgeladen ..."],"Archive created":["Archiv erstellt"],"Creating archive…":["Archiv wird erstellt ..."],"Validation successful":["Validierung erfolgreich"],"The installation path %1$s is already occupied by a file or directory. Please remove it and try again.":["Der Installationspfad %1$s ist bereits mit einer Datei oder einem Verzeichnis belegt. Bitte entferne sie bzw. es und versuche es erneut."],"There was an unknown error. Please check the logs for more information.":["Es gab einen unbekannten Fehler. Weitere Informationen findest du in den Protokollen."],"Previous":["Zurück"],"Next":["Nächste"],"Done":["Fertig"],"Illustration for %s":["Illustration für %s"],"What's New in Studio":["Neu in Studio"],"Learn more":["Erfahre mehr"],"Failed to install CLI":["CLI konnte nicht installiert werden"],"The CLI has been installed successfully.":["Die CLI wurde erfolgreich installiert."],"CLI Installed":["CLI installiert"],"What's New":["Neues"],"Your new site was created":["Deine neue Website wurde erstellt"],"Your new site was imported":["Deine neue Website wurde importiert"],"You need to manually add the Studio certificate authority to your keychain and trust it.":["Du musst die Studio-Zertifizierungsstelle manuell zu deinem Schlüsselbund hinzufügen und angeben, dass du ihr vertraust."],"The domain name must end with .local":["Der Domainname muss auf .local enden"],"The domain name is already in use":["Der Domainname wird bereits verwendet"],"Please restart Studio and try again. If this problem persists, please contact support.":["Bitte starte Studio neu und versuche es noch einmal. Wende dich an den Support, wenn das Problem weiterhin besteht."],"Studio needs to use port 80 and 443 to enable custom domains and SSL, but one of these ports are already in use by another app. Close any local development apps and restart Studio.":["Studio muss Port 80 und 443 verwenden, um individuelle Domains und SSL aktivieren zu können, aber einer dieser Ports wird bereits von einer anderen App verwendet. Schließe alle lokalen Entwickler-Apps und starte Studio neu."],"You need to manually add the Studio root certificate authority to your keychain and trust it to enable HTTPS.":["Du musst die Studio-Stammzertifizierungsstelle manuell zu deinem Schlüsselbund hinzufügen und angeben, dass du ihr vertraust, um HTTPS zu aktivieren."],"Enable HTTPS":["HTTPS aktivieren"],"Learn how":["So funktioniert es"],"You need to trust this certificate to prevent your browser from showing a secure connection warning.":["Du musst angeben, dass du diesem Zertifikat vertraust, um zu verhindern, dass dein Browser eine Warnung zu einer sicheren Verbindung anzeigt."],"Trust Certificate":["Vertrauenszertifikat"],"Disabled":["Deaktiviert"],"Enabled":["Aktiviert"],"HTTPS":["HTTPS"],"Release Notes":["Versionshinweise"],"Saving and restarting…":["Speichern und neu starten ..."],"Your Studio site is running versions not supported by preview sites. The preview site will automatically switch to the supported WordPress and PHP versions.":["Auf deiner Studio-Website werden Versionen ausgeführt, die von Vorschau-Websites nicht unterstützt werden. Die Vorschau-Website wird automatisch auf die unterstützten WordPress- und PHP-Versionen umgestellt."],"The domain name is required":["Der Domainname ist erforderlich"],"The domain name is too long":["Der Domainname ist zu lang"],"Please enter a valid domain name":["Bitte einen gültigen Domainnamen eingeben"],"Your system password will be required to set up the domain.":["Zum Einrichten der Domain ist dein Systempasswort erforderlich."],"Domain name":["Domainname"],"Use custom domain":["Individuelle Domain verwenden"],"Changing WordPress version requires an internet connection.":["Zum Ändern der WordPress-Version ist eine Internetverbindung erforderlich."],"Latest":["Letztes"],"WordPress version":["WordPress-Version"],"Failed":["Fehlgeschlagen"],"Importing a site requires an internet connection.":["Zum Importieren einer Website ist eine Internetverbindung erforderlich."],"A WordPress.com account is required to create preview sites.":["Zum Erstellen von Vorschau-Websites ist ein WordPress.com-Konto erforderlich."],"Error updating Studio":["Fehler beim Aktualisieren von Studio"],"Studio can only update from the writable Applications folder. Please check write permissions and try again.":["Studio kann nur über den beschreibbaren Anwendungsordner automatisch aktualisiert werden. Überprüfe die Schreibberechtigungen und versuche es erneut."],"Studio is running from: %s":["Studio wird ausgeführt von: %s"],"Studio is running from a disk image at: %s":["Studio wird von einem Festplatten-Image ausgeführt unter: %s"],"A preview of this site is being created. Please wait for it to finish before creating another.":["Es wird gerade eine Vorschau dieser Website erstellt. Bitte warte, bis dieser Prozess abgeschlossen ist, bevor du eine neue erstellst."],"Preview site '%s' has been created.":["Vorschau-Website „%s“ wurde erstellt."],"The import process timed out after %d hours, which can occur when processing very large imports. If the issue persists, please contact support.":["Beim Importvorgang kam es nach %d Stunden zu einer Zeitüberschreitung. Dies kann bei der Verarbeitung sehr großer Importe auftreten. Wenn das Problem weiterhin besteht, wende dich bitte an den Support."],"Adding preview site failed":["Hinzufügen der Vorschau-Website fehlgeschlagen"],"The directory is already associated with another Studio site. Please choose a different site name or a custom local path.":["Das Verzeichnis ist bereits einer anderen Studio-Website zugeordnet. Bitte wähle einen anderen Website-Namen oder einen individuellen lokalen Pfad."],"The directory is already associated with another Studio site. Please choose a different custom local path.":["Das Verzeichnis ist bereits einer anderen Studio-Website zugeordnet. Bitte wähle einen anderen individuellen lokalen Pfad."],"Preview sites powered by":["Vorschau-Websites bereitgestellt von"],"Updating a preview site requires an internet connection.":["Zum Aktualisieren einer Vorschau-Website ist eine Internetverbindung erforderlich."],"Name":["Name"],"%s Preview":["%s-Vorschau"],"Deleting a preview site requires an internet connection.":["Zum Löschen einer Vorschau-Website ist eine Internetverbindung erforderlich."],"Your site exceeds the %d GB size limit. Please, consider removing unnecessary media files, plugins, or themes from wp-content.":["Deine Website überschreitet die Größe von maximal %d GB. Du solltest unnötige Mediendateien, Plugins oder Themes aus wp-content entfernen."],"The ZIP archive is invalid. Try to unpack and pack it again. If this problem persists, please contact support.":["Das ZIP-Archiv ist ungültig. Versuche, das Paket zu entpacken und erneut zu packen. Wende dich an den Support, wenn das Problem weiterhin besteht."],"%1$s Preview %2$d":["%1$s-Vorschau %2$d"],"Deleting preview sites requires an internet connection.":["Zum Löschen von Vorschau-Websites ist eine Internetverbindung erforderlich."],"Missing permissions":["Fehlende Berechtigungen"],"Authentication error":["Authentifizierungsfehler"],"Actions":["Aktionen"],"Expires":["Läuft ab"],"Updated":["Aktualisiert"],"Preview site":["Vorschau-Website"],"Updating":["Aktualisierung"],"Deleting preview site":["Vorschau-Website wird gelöscht"],"%s ago":["vor %s"],"Rename":["Umbenennen"],"Preview actions":["Vorschauaktionen"],"Your previews files and database along with all posts, pages, comments and media will be lost.":["Die Dateien und Datenbanken deiner Vorschau sowie alle Beiträge, Seiten, Kommentare und Medien gehen verloren."],"Delete preview":["Vorschau löschen"],"Updating will replace the existing files and database with a copy from your local site. Any changes you've made to your preview site will be permanently lost.":["Durch das Aktualisieren werden die vorhandenen Dateien und Datenbanken durch eine Kopie von deiner lokalen Website ersetzt. All deine Änderungen an der Vorschau-Website gehen dauerhaft verloren."],"Overwrite preview":["Vorschau überschreiben"],"You've used %d preview sites available on your account.":["Du hast %d für dein Konto verfügbare Vorschau-Websites verwendet.","Du hast alle %d für dein Konto verfügbaren Vorschau-Websites verwendet."],"A different preview site is being created. Please wait for it to finish before creating another.":["Es wird gerade eine andere Vorschau-Website erstellt. Bitte warte, bis dieser Prozess abgeschlossen ist, bevor du eine neue erstellst."],"Studio is unable to open your default browser. Please ensure it is functioning correctly.":["Studio kann deinen Standardbrowser nicht öffnen. Bitte überprüfe, ob es korrekt funktioniert."],"Failed to open browser":["Browser kann nicht geöffnet werden"],"Studio is unable to open PHPStorm. Please ensure it is functioning correctly.":["Studio kann PhpStorm nicht öffnen. Bitte überprüfe, ob es korrekt funktioniert."],"Failed to open PHP Storm":["PhpStorm kann nicht geöffnet werden"],"Studio is unable to open Visual Studio Code. Please ensure it is functioning correctly.":["Studio kann Visual Studio Code nicht öffnen. Bitte überprüfe, ob es korrekt funktioniert."],"Updating preview site failed":["Aktualisieren der Vorschau-Website fehlgeschlagen"],"Cancelled":["Abgebrochen"],"Error when executing wp-cli command":["Fehler beim Ausführen eines WP-CLI-Befehls"],"Failed to check backup file size. Please try again.":["Größe der Backup-Datei konnte nicht überprüft werden. Bitte versuche es erneut."],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back.\\n\\nDo you want to continue?":["Das Backup deiner Website ist größer als %d GB. Wenn du sie mithilfe eines Pulls überträgst, kannst du sie anschließend nicht mehr mithilfe eines Pushs zurückübertragen.\\n\\nMöchtest du fortfahren?"],"Large site's backup":["Backup einer großen Website"],"All preview sites that exist for your WordPress.com account, along with all posts, pages, comments, and media, will be lost.":["Alle Vorschau-Websites, die für dein WordPress.com-Konto existieren, gehen verloren, ebenso wie alle Beiträge, Seiten, Kommentare und Medien."],"Delete all preview sites":["Alle Vorschau-Websites löschen"],"%1$d of %2$d active preview sites":["%1$d von %2$d aktiven Vorschau-Websites"],"Preview sites are not available for your account.":["Vorschau-Websites sind für dein Konto nicht verfügbar."],"Preview sites":["Vorschau-Websites"],"Powered by <a> WordPress.com</a>.":["Bereitgestellt von <a> WordPress.com</a>."],"Preview sites expire 7 days after the last update.":["Vorschau-Websites laufen 7 Tage nach der letzten Aktualisierung ab."],"Create up to %d preview sites for free.":["Erstelle bis zu %d Vorschau-Websites kostenlos."],"Get feedback from anyone, anywhere with a free hosted preview of your Studio site.":["Erhalte mit einer kostenlos gehosteten Vorschau deiner Studio-Website unbegrenzt Feedback von überall."],"Share a preview of your Studio site":["Eine Vorschau deiner Studio-Website teilen"],"Select an empty directory or a directory with an existing WordPress site. <learn_more_link />":["Wähle ein leeres Verzeichnis oder ein Verzeichnis mit einer vorhandenen WordPress-Website aus. <learn_more_link />"],"Open Studio Logs":["Studio-Protokolle öffnen"],"A timeout error occurred while pushing the site, likely due to its large size. Please try reducing the site's content or files and try again. If this problem persists, please contact support.":["Beim Pushen der Website ist ein Zeitüberschreitungsfehler aufgetreten, vermutlich aufgrund ihrer Größe. Reduziere die Inhalte oder Dateien der Website und versuche es erneut. Wenn das Problem weiterhin besteht, kontaktiere den Support."],"Import a Jetpack backup or a full-site backup in another format. <learn_more_link />":["Importiere ein Jetpack-Backup oder ein Backup der gesamten Website in einem anderen Format. <learn_more_link />"],"Import a Jetpack backup, a full-site backup in another format, or a .sql database file. <learn_more_link />":["Importiere ein Jetpack-Backup, ein Backup der gesamten Website in einem anderen Format oder eine SQL-Datenbankdatei. <learn_more_link />"],"An error occurred while pushing the site. If this problem persists, please contact support.":["Beim Pushen der Website ist ein Fehler aufgetreten. Wenn das Problem weiterhin besteht, kontaktiere den Support."],"Create a new WordPress.com site":["Erstelle eine neue WordPress.com-Website"],"Creating a preview site requires an internet connection.":["Zum Erstellen einer Vorschau-Website ist eine Internetverbindung erforderlich."],"No, take me back":["Nein, bringe mich zurück"],"Yes, quit the app":["Ja, App verlassen"],"There's a sync operation in progress. Quitting the app will abort that operation. Are you sure you want to quit?":["Aktuell läuft ein Synchronisierungsvorgang. Der Vorgang wird beim Verlassen der App abgebrochen. Bist du sicher, dass du die App verlassen willst?"],"Sync is in progress":["Synchronisierung läuft"],"Another Studio site is syncing. Please wait for the sync to finish before you push this site.":["Eine andere Studio-Website wird gerade synchronisiert. Bitte warte, bis die Synchronisierung abgeschlossen ist, bevor du diese Website pushst."],"This Studio site is syncing. Please wait for the sync to finish before you push it.":["Diese Studio-Website wird gerade synchronisiert. Bitte warte, bis die Synchronisierung abgeschlossen ist, bevor du sie pushst."],"Another Studio site is syncing. Please wait for the sync to finish before you pull this site.":["Eine andere Studio-Website wird gerade synchronisiert. Bitte warte, bis die Synchronisierung abgeschlossen ist, bevor du diese Seite pullst."],"This Studio site is syncing. Please wait for the sync to finish before you pull it.":["Diese Studio-Website wird gerade synchronisiert. Bitte warte, bis die Synchronisierung abgeschlossen ist, bevor du sie pullst."],"This site is syncing. Please wait for the sync to finish before you can disconnect it.":["Diese Website wird gerade synchronisiert. Warte bitte, bis der Synchronisierungsvorgang abgeschlossen ist, bevor du sie trennst."],"This Studio site is exporting. Please wait for the export to finish before you import a backup.":["Diese Studio-Website wird gerade exportiert. Warte bitte, bis der Exportvorgang abgeschlossen ist, bevor du ein Backup importierst."],"This Studio site is syncing. Please wait for the sync to finish before you import a backup.":["Diese Studio-Website wird gerade synchronisiert. Warte bitte, bis der Synchronisierungsvorgang abgeschlossen ist, bevor du ein Backup importierst."],"This Studio site is being imported. Please wait for the import to finish before you export it.":["Diese Studio-Website wird importiert. Warte bitte, bis der Importvorgang abgeschlossen ist, bevor du sie exportierst."],"Another site is syncing. Please wait for the sync to finish before you publish your site.":["Eine weitere Website wird gerade synchronisiert. Warte bitte, bis der Synchronisierungsvorgang abgeschlossen ist, bevor du deine Website veröffentlichst."],"This Studio site is syncing. Please wait for the sync to finish before you export it.":["Diese Studio-Website wird gerade synchronisiert. Warte bitte, bis der Synchronisierungsvorgang abgeschlossen ist, bevor du sie exportierst."],"You pushed this site %s ago.":["Du hast diese Website vor %s gepusht."],"You pulled this site %s ago.":["Du hast diese Website vor %s gepullt."],"You have not pushed this site yet.":["Du hast diese Website noch nicht gepusht."],"You have not pulled this site yet.":["Du hast diese Website noch nicht gepullt."],"Deleted":["Gelöscht"],"Applying changes…":["Änderungen werden angewendet …"],"Unsupported site":["Nicht unterstützte Website"],"Enable hosting features":["Hosting-Funktionen aktivieren"],"Upgrade plan":["Tarif-Upgrade durchführen"],"Reconnect":["Erneut verbinden"],"Loading":["Wird geladen …"],"Syncing":["Wird synchronisiert"],"Importing":["Inhalte werden importiert …"],"Adding":["Wird hinzugefügt"],"Error pushing changes":["Fehler beim Pushen der Änderungen"],"Push complete":["Push abgeschlossen"],"Creating backup…":["Backup wird erstellt …"],"Downloading backup…":["Backup wird heruntergeladen …"],"The site is too large to push. Please reduce the size of the site and try again.":["Die Website ist zu groß für den Push. Verringere die Größe der Website und versuche es dann erneut."],"Error pushing to %s":["Fehler beim Pushen auf %s"],"Studio was unable to connect to WordPress.com. Please try again.":["Studio konnte keine Verbindung zu WordPress.com herstellen. Bitte versuche es erneut."],"Error pulling from %s":["Fehler beim Pullen von %s"],"You're currently offline":["Du bist zurzeit offline."],"Edit profile":["Profil bearbeiten"],"Get help":["Hilfe erhalten"],"Open settings":["Einstellungen öffnen"],"Toggle sidebar":["Seitenleiste umschalten"],"Clear":["Löschen"],"Pulling or pushing a site requires an internet connection.":["Zum Pullen oder Pushen einer Website ist eine Internetverbindung erforderlich."],"Pull complete":["Pull abgeschlossen"],"Error pulling changes":["Fehler beim Pullen der Änderungen"],"Start site":["Website starten"],"Stop site":["Website stoppen"],"Starting":["Wird gestartet …"],"Pulling…":["Pull läuft…"],"Copy to clipboard":["In die Zwischenablage kopieren"],"This feature is only available for sites using the default SQLite integration.":["Diese Funktion ist nur für Websites verfügbar, bei denen die standardmäßige SQLite-Integration verwendet wird."],"Import / Export is not available for this site":["Import/Export ist für diese Website nicht verfügbar"],"Your WordPress.com site will not be affected by disconnecting it from Studio.":["Wenn du die Verbindung deiner WordPress.com-Website zu Studio trennst, hat das keine Auswirkungen auf deine Website."],"Disconnect site":["Verbindung zu Website trennen"],"Disconnect %s":["%s trennen"],"Connect":["Verbinden"],"Already connected":["Bereits verbunden"],"Search sites":["Websites durchsuchen"],"No sites found":["Keine Websites gefunden"],"No sites found for \\"%s\\"":["Keine Websites gefunden für %s"],"Loading sites…":["Websites werden geladen …"],"Push":["Push"],"Pull":["Pull"],"Production":["Aktive Website"],"Staging":["Staging"],"Disconnect":["Getrennt"],"Please try again.":["Bitte erneut versuchen."],"Failed to connect to site":["Verbindung mit Website fehlgeschlagen"],"Create a free account":["Kostenloses Konto erstellen"],"New to WordPress.com?":["Neu bei WordPress.com?"],"You're currently offline.":["Du bist zurzeit offline."],"Connect site":["Website verbinden"],"Create new site":["Neue Website erstellen"],"Connecting a site requires an internet connection.":["Zum Verbinden einer Website ist eine Internetverbindung erforderlich."],"Creating a site requires an internet connection.":["Zum Erstellen einer Website ist eine Internetverbindung erforderlich."],"Sync database and file changes.":["Synchronisiere Datenbank- und Dateiänderungen."],"Supports staging and production sites.":["Unterstützt Staging- und veröffentlichte Websites."],"Push and pull changes from your live site.":["Pushe und pulle Änderungen von deiner aktiven Website."],"Sync":["Synchronisieren"],"Still working on it…":["Wir arbeiten noch daran …"],"This is taking a little longer than I thought…":["Das dauert ein wenig länger als gedacht …"],"Stick with me…":["Bleib dran …"],"Stopping…":["Stoppen …"],"%d error found":["%d Fehler gefunden","%d Fehler gefunden"],"Open in terminal":["Im Terminal öffnen"],"Command copied to the clipboard":["Befehl in Zwischenablage kopiert"],"Copied to the clipboard":["In Zwischenablage kopiert"],"More suggestions":["Weitere Vorschläge"],"Copy local path to clipboard":["Lokalen Pfad in die Zwischenablage kopieren"],"No":["Nein"],"Yes":["Ja"],"Was this helpful?":["War dies hilfreich?"],"Thanks for the feedback!":["Vielen Dank für deine Rückmeldung!"],"Float on Top of All Other Windows":["Über allen anderen Fenstern anzeigen"],"Language":["Sprache"],"Import failed. Please try again.":["Import fehlgeschlagen. Bitte versuche es erneut."],"Importing completed":["Importvorgang abgeschlossen"],"Importing WordPress content…":["WordPress-Inhalte werden importiert ..."],"Importing database…":["Datenbank wird importiert ..."],"Extracting backup files…":["Backup-Dateien werden extrahiert ..."],"Extracting backup…":["Backup wird extrahiert ..."],"A site can't be stopped or started during import.":["Eine Website kann während des Importvorgangs nicht angehalten oder gestartet werden."],"Importing…":["Inhalte werden importiert …"],"An error occurred while importing the site. Verify the file is a valid Jetpack backup, Local, Playground, .wpress or .sql database file and try again. If this problem persists, please contact support.":["Beim Importieren der Website ist ein Fehler aufgetreten. Vergewissere dich, dass die Datei eine gültige Jetpack Backup-, Local-, Playground, WPRESS- oder SQL-Datenbankdatei ist, und versuche es erneut. Wende dich an den Support, wenn das Problem weiterhin besteht."],"Failed importing site":["Importieren der Website fehlgeschlagen"],"Import completed":["Import abgeschlossen"],"Export failed. Please try again.":["Export fehlgeschlagen. Bitte versuche es erneut."],"Backing up files…":["Backup der Dateien wird erstellt …"],"Exporting configuration…":["Konfiguration wird exportiert …"],"An error occurred while exporting the site. If this problem persists, please contact support.":["Beim Exportieren der Website ist ein Fehler aufgetreten. Wende dich an den Support, wenn das Problem weiterhin besteht."],"Failed exporting site":["Exportieren der Website fehlgeschlagen"],"Export completed":["Export abgeschlossen"],"Advanced settings":["Erweiterte Einstellungen"],"Select or drop a file":["Datei auswählen oder ablegen"],"Drag a file here, or click to select a file":["Ziehe eine Datei in dieses Feld oder klicke hinein, um eine Datei auszuwählen"],"Drop file":["Datei ablegen"],"Start again":["Neu starten"],"Open site ↗":["Website öffnen ↗"],"Import complete!":["Import abgeschlossen!"],"Importing backup…":["Backup wird importiert …"],"Import":["Inhalte importieren"],"Importing a backup will replace the existing files and database for your site.":["Beim Importieren eines Backups werden die vorhandenen Dateien und die Datenbank für deine Website ersetzt."],"Overwrite %s?":["%s überschreiben?"],"Export database":["Datenbank exportieren"],"Export entire site":["Gesamte Website exportieren"],"Export your entire site or only the database.":["Exportiere deine gesamte Website oder nur die Datenbank."],"Save database file":["Datenbankdatei speichern"],"Save backup file":["Backup-Datei speichern"],"Failed to create site":["Website konnte nicht erstellt werden"],"Import / Export":["Import/Export"],"The site's database will be lost. Including all posts, pages, comments, and media.":["Die Datenbank der Website geht dann verloren, einschließlich aller Beiträge, Seiten, Kommentare und Medien."],"Oops! We couldn't get a response from the assistant. <a>Try again</a>":["Ups! Wir haben vom Assistant keine Antwort erhalten. <a>Erneut versuchen</a>"],"Not now":["Nicht jetzt"],"The AI assistant requires an internet connection.":["Für den AI Assistant ist eine Internetverbindung erforderlich."],"Starting the server before opening the site link":["Vor dem Öffnen des Website-Links wird der Server gestartet"],"Thinking about that…":["Ich denke darüber nach ..."],"Completed in %s seconds":["In %s Sekunden abgeschlossen"],"You've reached your <a>usage limit</a> for this month. Your limit will reset in %d day.":["Du hast dein <a>Nutzungslimit</a> für diesen Monat erreicht. Dein Limit wird in %d Tag zurückgesetzt.","Du hast dein <a>Nutzungslimit</a> für diesen Monat erreicht. Dein Limit wird in %d Tagen zurückgesetzt."],"You've reached your <a>usage limit</a> for this month. Your limit will reset today.":["Du hast dein <a>Nutzungslimit</a> für diesen Monat erreicht. Dein Limit wird heute zurückgesetzt."],"Failed to open link":["Link konnte nicht geöffnet werden"],"Studio Assistant":["Studio-Assistent"],"Your message":["Deine Nachricht"],"Run":["Starten"],"Run again":["Erneut ausführen"],"Thinking…":["Lass mich nachdenken …"],"Assistant Menu":["Assistenten-Menü"],"This conversation is over two hours old. <button>Clear the history</button> if you have something new to ask.":["Diese Unterhaltung hat vor mehr als zwei Stunden stattgefunden. <button>Lösche den Verlauf,</button> wenn du weitere Fragen hast."],"PHP version":["PHP-Version"],"PHP version:":["PHP-Version:"],"Clear conversation":["Unterhaltung löschen"],"Are you sure you want to clear the conversation?":["Bist du sicher, dass du die Unterhaltung löschen möchtest?"],"The configuration couldn't be changed to speed up site creation.\\n\\nTo initiate this process again, please go to \\"Help > How can I make Studio faster?\\" in the application menu.":["Die Konfiguration konnte nicht geändert werden, um die Erstellung der Website zu beschleunigen.\\n\\nUm diesen Prozess erneut zu beginnen, gehe im Anwendungsmenü zu „Help > How can I make Studio faster?“ (Hilfe > Wie kann ich Studio schneller machen?)."],"Microsoft Defender's Real-time protection may slow site creation.\\n\\nTo create sites quickly, we recommend disabling Real-time protection for the Studio app.":["Der Echtzeitschutz von Microsoft Defender kann die Website-Erstellung verlangsamen.\\n\\nUm Websites schnell zu erstellen, empfehlen wir, den Echtzeitschutz für die Studio-App zu deaktivieren."],"Want to speed up site creation?":["Möchtest du die Website-Erstellung beschleunigen?"],"I'm not interested.":["Ich bin nicht interessiert."],"Sounds good, do it for me.":["Ja, mach das für mich."],"Copy":["Kopieren"],"Error":["Fehler"],"Success":["Erledigt!"],"Local sites powered by":["Lokale Websites unterstützt von"],"Share Feedback":["Feedback teilen"],"Propose a Feature":["Eine Funktion vorschlagen"],"Report an Issue":["Ein Problem melden"],"%1$d of %2$d monthly prompts used":["%1$d von %2$d monatlichen Prompts verwendet"],"AI assistant":["AI Assistant"],"Every account gets %d prompts included for free each month.":["Jedes Konto erhält pro Monat %d Schreibanregungen kostenlos."],"If you don't have an account yet, <a>create one for free</a>.":["Wenn du noch kein Konto hast, <a>erstelle kostenlos eines</a>."],"You need to log in to your WordPress.com account to use the assistant.":["Du musst dich bei deinem WordPress.com-Konto anmelden, um den AI Assistant zu verwenden."],"Hold up!":["Warte!"],"What would you like to learn?":["Was möchtest du lernen?"],"Assistant":["Assistent"],"Delete all":["Alle löschen"],"An error occurred while creating the site. Verify your selected local path is an empty directory or an existing WordPress folder and try again. If this problem persists, please contact support.":["Beim Erstellen der Website ist ein Fehler aufgetreten. Überprüfe, ob der von dir ausgewählte lokale Pfad zu einem leeren Verzeichnis oder einem bestehenden WordPress-Ordner führt, und versuche es erneut. Wende dich an den Support, wenn das Problem weiterhin besteht."],"Download":["Herunterladen"],"Don't show this warning again":["Diese Warnung nicht erneut anzeigen"],"Downloading the optimized version of Studio will provide better performance.":["Wenn du die optimierte Version von Studio herunterlädst, verbessert sich die Performance."],"Downloading the Apple Silicon Chip version of Studio will provide better performance.":["Wenn du die Apple Chip-Version von Studio herunterlädst, verbessert sich die Performance."],"This version of Studio is not optimized for your computer":["Diese Version von Studio ist nicht für deinen Computer optimiert"],"%d minute":["%d Minute","%d Minuten"],"%d hour":["%d Stunde","%d Stunden"],"%d day":["%d Tag","%d Tage"],"Sites":["Websites"],"Offline indicator":["Offline-Indikator"],"Global":["Global"],"We couldn't delete the site '%s'. Please try again":["Wir konnten die Website „%s“ nicht löschen. Bitte versuche es erneut"],"Deletion failed":["Löschen fehlgeschlagen"],"Server is running, click to stop.":["Der Server läuft. Zum Anhalten klicken."],"WP admin":["WP Admin"],"Studio can only update automatically from the Applications folder. Please move Studio to Applications and try again.":["Studio kann nur über den Anwendungsordner automatisch aktualisiert werden. Verschiebe Studio in den Anwendungsordner und versuch es erneut."],"Restart to Apply Updates":["Neu starten, um Aktualisierungen anzuwenden"],"Please verify your site's local path directory contains the standard WordPress installation files and try again. If this problem persists, please contact support.":["Vergewissere dich, dass das Verzeichnis des lokalen Pfads deiner Website die Standard-Installationsdateien von WordPress enthält und versuche es erneut. Wende dich an den Support, wenn das Problem weiterhin besteht."],"Publishing your site requires an internet connection.":["Zum Veröffentlichen deiner Website ist eine Internetverbindung erforderlich."],"start %s site":["%s-Website starten"],"stop %s site":["%s-Website anhalten"],"%s site stopped.":["%s-Website angehalten."],"%s site started.":["%s-Website gestartet."],"Select a site to view details.":["Wähle eine Website aus, um Details anzuzeigen."],"Preview of the %s site":["Vorschau der %s-Website"],"Imagine, Create, Design, Code, Build":["Vorstellen, Erstellen, Gestalten, Programmieren, Aufbauen"],"Some features will be unavailable.":["Eine Funktionen sind nicht verfügbar."],"Saving…":["Speichern …"],"You’re currently offline.":["Du bist zurzeit offline."],"Delete":["Löschen"],"Don't ask again":["Nicht erneut fragen"],"Update":["Aktualisieren"],"Importing a remote site requires an internet connection.":["Zum Importieren einer Remote-Website ist eine Internetverbindung erforderlich."],"%s site added.":["%s-Website hinzugefügt."],"Close Window":["Fenster schließen"],"Select different local path":["Anderen lokalen Pfad auswählen"],"My WordPress Website":["Meine WordPress-Website"],"My True Website":["Meine wahre Website"],"My Swift Website":["Meine schnelle Website"],"My Sparkly Website":["Meine glänzende Website"],"My Shiny Website":["Meine strahlende Website"],"My Serene Website":["Meine gelassene Website"],"My Prime Website":["Meine Prime-Website"],"My Peak Website":["Meine Spitzen-Website"],"My Pure Website":["Meine unverfälschte Website"],"My Noble Website":["Meine edle Website"],"My Joyful Website":["Meine lebensfrohe Website"],"My Happy Website":["Meine glückliche Website"],"My Glowing Website":["Meine begeisternde Website"],"My Fresh Website":["Meine taufrische Website"],"My Elite Website":["Meine einzigartige Website"],"My Dreamy Website":["Meine traumhafte Website"],"My Cool Website":["Meine coole Website"],"My Calm Website":["Meine entspannte Website"],"My Blissful Website":["Meine paradiesische Website"],"My Bright Website":["Meine brillante Website"],"My Bold Website":["Meine kühne Website"],"Overview":["Überblick"],"Stop all":["Alle anhalten"],"%d site running":["%d Website aktiv","%d Websites aktiv"],"Continue":["Weiter"],"Build":["Erstellen"],"Code":["Code"],"Design":["Design"],"Create":["Erstellen"],"Imagine":["Vorstellen"],"contact support.":["Den Support kontaktieren."],"Try restarting the app, if the problem persists":["Versuche, die App neu zu starten, wenn das Problem weiterhin besteht"],"We’ve logged the issue to help us track down the problem.":["Wir haben den Fehler protokolliert, damit wir das Problem leichter finden können."],"Something's broken.":["Da funktioniert etwas nicht."],"Uh oh!":["Oh oh."],"Copy admin password to clipboard":["Admin-Passwort in Zwischenablage kopieren"],"Copy admin username to clipboard":["Admin-Benutzername in Zwischenablage kopieren"],"Open local site":["Lokale Website öffnen"],"Preview unavailable":["Vorschau nicht verfügbar"],"Theme":["Vorlage"],"Open in…":["Öffnen in …"],"Could not open the terminal.":["Das Terminal konnte nicht geöffnet werden."],"Terminal":["Terminal"],"PhpStorm":["PhpStorm"],"Finder":["Finder"],"Customize":["Customizer"],"Widgets":["Widgets"],"Menus":["Menüs"],"Customizer":["Customizer"],"Pages":["Seiten"],"Templates":["Templates"],"Navigation":["Navigation"],"Patterns":["Vorlagen"],"Styles":["Styles"],"Site Editor":["Site Editor"],"Open site":["Website öffnen"],"User avatar":["Benutzer-Avatar"],"Site details":["Websitedetails"],"Log out":["Abmelden"],"This directory is not empty. Please select an empty directory or an existing WordPress folder.":["Dieses Verzeichnis ist nicht leer. Bitte wähle ein leeres Verzeichnis oder einen vorhandenen WordPress-Ordner."],"New Version Available":["Neue Version verfügbar"],"OK":["OK"],"Application Update":["Anwendungs-Update"],"Later":["Später"],"Restart":["Neustart"],"The existing WordPress site at this path will be added.":["Die unter diesem Pfad bestehende WordPress-Website wird hinzugefügt."],"Add a site":["Füge eine Website hinzu"],"Help":["Hilfe"],"Edit":["Bearbeiten"],"Save":["Speichern"],"Edit site":["Website bearbeiten"],"Copy wp-admin url to clipboard":["WP Admin-URL in die Zwischenablage kopieren"],"Admin URL":["Admin-URL"],"Password":["Passwort"],"Username":["Benutzername"],"WP version":["WP-Version"],"Local path":["Lokaler Pfad"],"Copied!":["Kopiert!"],"Copy site url to clipboard":["Website-URL in die Zwischenablage kopieren"],"Site name":["Name der Website"],"Add Site…":["Website hinzufügen …"],"Settings…":["Einstellungen …"],"Check for Updates":["Auf Updates prüfen"],"Expired":["Abgelaufen"],"Previews":["Vorschauen"],"Delete site":["Website löschen"],"Cancel":["Abbrechen"],"Delete site files from my computer":["Website-Daten von meinem Computer entfernen"],"Close":["Schließen"],"Delete %s":["%s löschen"],"Uploading site…":["Website wird hochgeladen …"],"Create preview site":["Vorschau-Website erstellen"],"Create a preview site":["Vorschau-Website erstellen"],"Log in to WordPress.com":["Bei WordPress.com anmelden"],"Rename preview link":["Vorschau-Link umbenennen"],"More options":["Mehr Optionen"],"html_lang_attribute":["de-DE"],"text direction\\u0004ltr":["ltr"],"Test Render Failure (dev only)":["Fehler beim Test-Rendering (nur Entwickler)"],"Test Hard Crash (dev only)":["Hard Crash beim Test (nur Entwickler)"],"Export":["Exportieren"],"Running":["Läuft"],"Stop":["Anhalten"],"Starting…":["Wird gestartet …"],"Start":["Starten"],"Log in":["Anmelden"],"Settings":["Einstellungen"],"Account":["Konto"],"WP Admin":["WP Admin"],"Reload":["Neu laden"],"Something went wrong":["Es ist ein Fehler aufgetreten"],"Add site":["Website hinzufügen"],"Choose folder for site":["Ordner für Website auswählen"]}}`);
47817
- const locale_data$h = /* @__PURE__ */ JSON.parse(`{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"es"},"Studio now includes phpMyAdmin, giving you a visual interface to manage your site's database. Access it from the Overview tab.":[],"Manage your database with phpMyAdmin":["Gestiona tu base de datos con phpMyAdmin"],"Use the <code>studio</code> command in any terminal to manage sites, run WP-CLI commands, and control your local environment. <learn_more_link />":[],"Studio CLI for terminal":[],"Select the skills that will be placed in all existing and new sites. Agents can decide to use skills to help them accomplish specialized tasks. <learn_more_link />":[],"Sync support is available on selected plans only":[],"Refreshing…":["Actualizando…"],"Loading…":["cargando…"],"Your Studio site is configured as a multisite network. WordPress.com does not support multisite, so pushing may cause unexpected issues on the remote site.":[],"Show":["Mostrar"],"Instructions":["Instrucciones"],"%d warning":[],"Your Studio site is configured as a multisite network. Preview sites do not support multisite, which may cause unexpected issues.":[],"CLI Config (cli.json)":[],"Shared Config (shared.json)":[],"App Config (app.json)":[],"Open Config Files (dev only)":[],"Manage skills for this site. These override the global skills from Studio Settings.":[],"Loading instructions...":[],"Instruction actions":[],"Install instruction files so AI agents know how to work with this site.":[],"Manage instructions":[],"Install instruction files like AGENTS.md so AI agents know how to work with this site.":[],"Manage site skills":[],"You can override global skills for this site.":[],"Studio Settings":[],"Your task agents make use of skills you've installed in":[],"AI Skills":[],"⏎ confirm":[],"a all":[],"→← expand/collapse":[],"space toggle":[],"%d items selected":[],"type to filter":[],"No syncable sites found.":[],"[staging]":[],"Transfer required":[],"Plan upgrade required":["Es necesario mejorar el plan"],"Multiple sites match \\"%s\\". Use the site ID instead: %s":[],"No site found matching \\"%s\\"":[],"Site %s is not syncable (%s)":[],"Select items to sync":[],"Database (SQL)":[],"Failed to fetch remote file tree":[],"Failed to fetch latest rewind ID":[],"Failed to download backup":[],"Failed to check backup size":[],"Failed to check import status":[],"Failed to initiate import on remote site":[],"A sync operation is already in progress on this site. Please wait for it to finish and try again.":[],"Failed to check backup status":[],"Failed to initiate backup":[],"Invalid sync option: %s. Valid options: %s":[],"No suitable importer found for the provided backup contents":[],"No suitable backup handler found for the provided backup file":[],"Input file at location \\"%s\\" could not be found.":[],"AI agent for building WordPress sites":[],"Successfully pushed to %s (%s)":[],"Import timed out on %s — no progress detected":[],"Import failed on %s":[],"Initiating import… (%d%%)":[],"Upload cancelled":[],"Press Ctrl+C again to cancel. The upload cannot be safely cancelled mid-transfer.":[],"Uploading archive… (%d%%)":[],"The archive exceeds the %d GB size limit. Please reduce the size of your site and try again.":[],"Select a site to push to":[],"Push failed":[],"Push your local site to a WordPress.com site":[],"Pulled from %s (%s)":[],"Downloading backup… (%d%%)":[],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back. Do you want to continue?":["La copia de seguridad de tu sitio supera los %d GB. Extraerla te impedirá volver a publicar el sitio.\\n\\n¿Quieres continuar?"],"Backup timed out — no progress detected":[],"Creating remote backup… (%d%%)":[],"Remote backup failed":[],"Initializing remote backup… (%d%%)":[],"Fetching file tree…":[],"Select a site to pull from":[],"Found %d sites":[],"Fetching WordPress.com sites…":[],"Pull failed":[],"Remote site URL or ID":[],"Comma-separated sync options: all, sqls, uploads, plugins, themes, contents":[],"Pull a WordPress.com site to your local site":[],"Deleting all preview sites…":[],"Hostname is required unless --all is passed.":[],"Delete all preview sites for your user":[],"Delete preview site(s)":[],"MCP server for AI agents":[],"Starting import…":[],"Import file not found: %s":[],"Failed to import site":[],"Path to the import file":[],"Import a backup file to site":[],"Import failed":["Error de importación"],"Site imported successfully":[],"Metadata import completed":[],"Importing metadata…":[],"WordPress content import completed":[],"%1$s (%2$d/%3$d)":[],"Database import completed":[],"Importing database file… (%1$d/%2$d)":[],"Failed to extract backup":[],"A warning occurred while extracting backup":[],"Backup extraction completed":[],"Extracting backup file… (%1$d/%2$d)":[],"Backup validation failed":[],"Backup validated":[],"Validating backup…":[],"Started import…":[],"No suitable exporter found for the provided backup file":[],"%s successfully exported":[],"Failed to export site":[],"Invalid export file extension. Must be .sql when exporting database only.":[],"Invalid export file extension. Must be .zip or .tar.gz when exporting the full site.":[],"Export the full site or just the database. Default exports full site.":[],"Path to the export file. Full-site exports use .zip or .tar.gz. Database-only exports use .sql.":[],"Export site to a backup file":[],"Export failed":[],"Site exported successfully":[],"Configuration exported":[],"Backup file created":[],"Backing up file… (%d processed)":[],"Database exported":[],"Exporting database…":[],"WordPress content traversed":[],"Traversing WordPress content…":[],"Creating backup file…":[],"Manage code sessions":[],"List code sessions":[],"esc cancel":[],"⏎ select":[],"↑↓ navigate":[],"Code Sessions":[],"Deleted code session":[],"Stop here":[],"Resume where the agent left off":[],"Reached the turn limit. Continue?":[],"Used %d turn":[],"%1$s is no longer available. Switched to %2$s.":[],"Provider setup canceled. Kept %s.":[],"Select an AI provider":[],"Switched to %s":[],"Select a model":[],"%s (current)":["%s (actual)"],"Logged out of WordPress.com":[],"Login failed or canceled":[],"API key update canceled.":[],"Anthropic API key updated.":[],"Preview command completed.":[],"Preview site ready!":[],"Failed to create preview site.":[],"Creating preview site… this may take a moment.":[],"Updating preview site… this may take a moment.":[],"No site selected. Use ↓ to select a site first.":[],"No Anthropic API key saved. Use /api-key to enter one.":[],"Use /login to authenticate to WordPress.com":[],"Logged in as %s":["Conectado como %s"],"Logged in as %1$s (%2$s)":[],"Choose how to connect":[],"WordPress.com (recommended)":[],"Use /api-key to update the Anthropic API key.":[],"No linked Claude session was found. Continuing from transcript only.":[],"Resuming session %s":[],"Session persistence disabled: %s":[],"Session persistence disabled (--no-session-persistence).":[],"ⓘ The \\"studio ai\\" command is now \\"studio code\\".":[],"AI agent for building WordPress":[],"Unknown error":["Error desconocido"],"Permission denied: %s":[],"Ran for %ds before interruption":[],"Interrupted":[],"Thought for %1$ds · %2$d turn":[],"Other (type my own)":[],"... %d more lines · ctrl+o to expand":[],"I'll ask a few quick questions about the name and layout, then build the whole thing for you. The more precise you are about what you want, the better the result will be.":[],"\\"Make a blog for a coffee shop\\"":[],"\\"Build a landing page for a SaaS product\\"":[],"\\"Create a portfolio site for a photographer\\"":[],"Just tell me what you want to build — for example:":[],"Generate preview sites":[],"%s with shareable URLs for quick feedback":[],"%s your local site to the cloud in WordPress.com":[],"Validate":["Validar"],"%s all block content to ensure it's editor-compatible":[],"screenshots":[],"Take %s (desktop + mobile) to verify the design is well crafted":[],"Preview & Publishing":[],"images and videos":[],"Upload %s to your site, using local media files or remote URLs":[],"Create realistic placeholder content tailored to your site's purpose":[],"navigation menus, site options, post types, taxonomies, and settings":[],"Set up %s":["Configurar %s"],"page content":[],"Generate and import %s using core blocks":[],"Content":["Contenido"],"plugins":[],"Install and activate %s via WP-CLI":[],"pages and posts":[],"Create %s with valid Gutenberg block content":[],"CSS, PHP, and JavaScript":[],"Write custom %s for themes and plugins":[],"%s block themes with striking, memorable designs":[],"Design & Development":[],"List":["Lista"],"%s all your local sites and their status":[],"Start / stop":[],"%s existing local sites":[],"%s new local WordPress sites instantly (fully configured, ready to use)":[],"Local Sites Management":[],"Great, you're connected now! Let me tell you what I can do:":[],"Hello, I'm %s, your local WordPress agent and builder.":[],"esc to interrupt":[],"ctrl+o expand":[],"ctrl+o collapse":[],"Code is Poetry":["El código es poesía"],"Type your answer…":[]," ✻ Site deselected":[]," ✻ Selected site: %s":[]," ✻ Selected site: %s (WordPress.com)":[],"Loading WordPress.com sites…":[],"↑↓ navigate · ← local sites · enter select · tab open in browser · esc cancel":[],"↑↓ navigate · → remote sites · enter select · tab open in browser · esc cancel":[],"Search:":["Buscar:"],"Local":["Local"],"[Local]":[],"Failed to load WordPress.com sites. Please try again.":[],"Not logged in. Use /login first.":[],"No sites found. Create one first.":[],"inline content":[],"Update todo list":[],"Run task":[],"Load skill":[],"Search":["Buscar"],"Write":["Escribir"],"Read":["Lectura"],"Take screenshot":[],"Validate blocks":[],"Run WP-CLI":[],"Update preview":[],"List previews":[],"Create preview":[],"Get site info":[],"Create site":["Crear sitio web"],"↓ select site":[],"Run a performance audit on a site":[],"Optimize category taxonomy with AI":[],"Exit the chat":[],"Push the active site to WordPress.com as a preview":[],"Switch the AI provider":[],"Switch the AI model":[],"Log out of WordPress.com":["Salir de WordPress.com"],"Set or update the Anthropic API key":[],"Open the active site in the browser":[],"Studio now supports light, dark, and system appearance modes. Head to Settings to choose your preferred look.":["Studio ahora admite los modos de apariencia claro, oscuro y del sistema. Ve a Ajustes para elegir el aspecto que prefieras."],"Dark mode is here":["El modo oscuro ya está aquí"],"MCP":["MCP"],"Skills":["Habilidades"],"Loading skills...":["Cargando habilidades…"],"Install all":["Instalar todo"],"Available":["Disponible"],"Skill actions":["Acciones de habilidad"],"Appearance":["Apariencia"],"Dark":["Oscuro"],"Light":["Claro"],"System":["Sistema"],"Connect your AI coding assistant to the Studio MCP to let it create, configure and interact with your local WordPress sites. Copy the JSON configuration below and add it to your assistant's MCP settings. <learn_more_link />":[],"CLI commands, automation, and search-replace":["Comandos de CLI, automatización y función de buscar y reemplazar"],"WP-CLI & Ops":["WP-CLI & Ops"],"Routes, endpoints, schema, and authentication":["Rutas, endpoints, esquema y autenticación"],"REST API":["REST API"],"Theme.json, templates, patterns, and style variations":["Theme.json, plantillas, patrones y variaciones de estilo"],"Block Themes":["Temas de bloques"],"Block.json, attributes, rendering, and deprecations":["Block.json, atributos, renderizado y obsolescencias"],"Block Development":["Desarrollo de bloques"],"Hooks, settings API, security, and packaging":["Ganchos, API de ajustes, seguridad y empaquetado"],"Plugin Development":["Desarrollo de plugins"],"WordPress development workflows using Studio CLI":["Flujos de trabajo de desarrollo de WordPress con la CLI de Studio"],"phpMyAdmin":["phpMyAdmin"],"Exiting…":["Saliendo…"],"Reset config and start clean? (Choosing No will exit the CLI)":["¿Restablecer la configuración y empezar de cero? (Si eliges «No», se saldrá de la CLI)"],"Old Studio config was found, but Studio no longer appears to be installed.\\nReset this config and start clean? You can re-add site directories later.\\n\\nIf Studio is actually installed, open it, update it, then run the CLI again.\\n":["Se ha encontrado la configuración antigua de Studio, pero parece que Studio ya no está instalado.\\n¿Restablecer esta configuración y empezar de cero? Puedes volver a añadir los directorios del sitio más tarde.\\n\\nSi Studio está instalado, ábrelo, actualízalo y ejecuta la CLI de nuevo.\\n"],"Studio is installed, but your config must be migrated by Studio before this CLI can run. Open Studio, update it, then try again.":["Studio está instalado, pero Studio debe migrar tu configuración para que se pueda ejecutar esta CLI. Abre Studio, actualízalo y vuelve a intentarlo."],"Preview site not found in config":["Vista previa del sitio no encontrada en la configuración"],"CLI config file is corrupted.":["El archivo de configuración de la CLI está dañado."],"Invalid CLI config file format.":["Formato de archivo de configuración de CLI no válido."],"Invalid CLI config version. It looks like you have a different version of the \`studio\` CLI installed on your system. Please modify your $PATH environment variable to use the correct version.":["Versión de configuración de CLI no válida. Parece que tienes instalada una versión diferente de la CLI «studio» en tu sistema. Modifica tu variable de entorno $PATH para usar la versión correcta."],"Failed to read CLI config file.":["Error al leer el archivo de configuración de la CLI."],"Failed to fetch WordPress.com sites":["Error al obtener los sitios de WordPress.com."],"Failed to update AI instructions. Proceeding anyway…":["Error al actualizar las instrucciones de IA. Continuando de todas formas…"],"Failed to install AI instructions. Proceeding anyway…":["Error al instalar las instrucciones de IA. Continuando de todas formas…"],"Checking for dependency updates…":["Comprobando actualizaciones de dependencias…"],"Preview site updated":["Vista previa del sitio actualizada"],"Preview site name cannot be empty.":["El nombre de la vista previa del sitio no puede estar vacío."],"At least one option (--name) is required.":["Se necesita al menos una opción (--name)."],"Failed to configure preview site":["Error al configurar la vista previa del sitio."],"Hostname of the preview site to configure":["Nombre de host de la vista previa del sitio que se va a configurar"],"Configure preview site settings":["Configurar ajustes de la vista previa del sitio"],"Authentication required. Please log in with \`studio auth login\`.":["Se necesita autenticación. Accede con «studio authauth login»."],"Preview site name":["Nombre de la vista previa del sitio"],"MCP server failed":["Error del servidor MCP"],"For other AI assistants, check their documentation for config file locations.":["Para otros asistentes de IA, consulta su documentación para ver la ubicación de los archivos de configuración."],"Project":["Proyecto"],"Claude Desktop":["Claude Desktop"],"Configuration file locations:":["Ubicaciones del archivo de configuración:"],"For other AI assistants, add the following under the \\"mcpServers\\" key in their MCP configuration:":["Para otros asistentes de IA, añade lo siguiente bajo la clave «mcpServers» en su configuración de MCP:"],"Codex":["Codex"],"Claude Code":["Claude Code"],"Run one of the following commands to add MCP support to your AI assistant:":["Ejecuta uno de los siguientes comandos para añadir la compatibilidad con MCP a tu asistente de IA:"],"WordPress Studio MCP Server":["Servidor MCP de WordPress Studio"],"You must provide a valid code sessions command":[],"Select a session to resume:":["Elige una sesión para reanudarla:"],"Failed to resume code session":[],"Resume a code session (id, prefix, \\"latest\\", or picker)":[],"Failed to list code sessions":[],"Most recent first":["Más recientes primero"],"(No prompt yet)":["(Aún no hay sugerencias)"],"No code sessions found":[],"Select a session to delete:":["Elige una sesión para eliminarla:"],"Failed to delete code session":[],"Session id, id prefix, or \\"latest\\"":["ID de la sesión, prefijo de ID o «más reciente»"],"Delete a code session (id, prefix, \\"latest\\", or picker)":[],"Record this code session to disk":[],"Anthropic API key required. Switch to Anthropic · API key with /provider to save one.":["Se necesita una clave de API de Anthropic. Cambiar a Anthropic · Clave API con /provider para guardar una."],"WordPress.com login required. Use /login to authenticate.":["Acceso con WordPress.com necesario. Usa /login para autenticarte."],"Username must be 60 characters or fewer.":["El nombre de usuario debe tener 60 caracteres o menos."],"Username can only contain letters, numbers, and _.@- characters.":["El nombre de usuario solo puede contener letras, números y caracteres como _.@-."],"Admin username cannot be empty.":["El nombre de usuario del administrador no puede estar vacío."],"Please enter a valid email address.":["Por favor, introduce una dirección de correo electrónico válida."],"Admin email cannot be empty.":["El correo electrónico del administrador no puede estar vacío."],"Error pushing from %s":["Error al hacer push desde %s"],"Visual Studio Code":["Código de Visual Studio"],"Loading site name":["Cargando nombre del sitio"],"Loading site URL":["Cargando URL del sitio"],"Loading environment":["Cargando entorno"],"A new admin user will be created. WordPress does not support renaming usernames.":["Se creará un nuevo usuario administrador. WordPress no admite el cambio de nombre de usuario."],"Skip":["Omitir"],"WordPress multisite requires a custom domain.":["El multisitio de WordPress requiere un dominio personalizado."],"Admin credentials":["Credenciales del administrador"],"Admin password is required":["La contraseña del administrador es obligatoria"],"Failed to open Visual Studio Code":["No se ha podido abrir el código de Visual Studio"],"Show password":["Mostrar la contraseña"],"Hide password":["Ocultar la contraseña"],"Copy admin email to clipboard":["Copiar el correo electrónico del administrador en el portapapeles"],"Email":["Email"],"Install":["Instalar"],"Open":["Abrir"],"Installed":["Instalado"],"Installing...":["Instalando..."],"Agent Instructions":["Instrucciones del agente"],"Admin email":["Correo electrónico del administrador"],"Site files already removed":["Archivos del sitio ya eliminados"],"Blueprint source path is missing":["Falta la ruta de origen de Blueprint"],"The enableMultisite Blueprint step requires a custom domain. WordPress multisite does not support custom ports. Use --domain <name>.local to set a custom domain.":["El paso de Blueprint enableMultisite requiere un dominio personalizado. El multisitio de WordPress no admite puertos personalizados. Usa --domain <name>.local para establecer un dominio personalizado."],"Admin email:":["Correo electrónico del administrador:"],"Admin password (leave empty to auto-generate):":["Contraseña de administrador (déjalo vacío para generarla automáticamente):"],"Admin username:":["Nombre de usuario del administrador"],"Enable HTTPS?":["Habilitar HTTPS"],"Custom domain (leave empty to skip):":["Dominio personalizado (déjalo en blanco para omitir):"],"WordPress version:":["Versión de WordPress"],"%s (recommended)":["%s (recomendado)"],"Site path:":["Ruta del sitio:"],"Site name:":["Nombre del sitio"],"Admin email (defaults to \\"admin@localhost.com\\")":["Correo electrónico del administrador (por defecto es \\"admin@localhost.com\\")"],"Admin password (auto-generated if not provided). Note: passwords in CLI arguments may be visible in process lists; consider using a Blueprint file for sensitive passwords.":["Contraseña de administrador (generada automáticamente si no se proporciona). Nota: las contraseñas en los argumentos CLI pueden ser visibles en las listas de procesos; considere el uso de un archivo Blueprint para contraseñas confidenciales."],"Admin username (defaults to \\"admin\\")":["Nombre de usuario del administrador (por defecto es \\"admin\\")"],"API key is required":["La clave de la API es obligatoria"],"Enter your Anthropic API key (will be saved for future use):":["Introduce tu clave de API de Anthropic (se guardará para su uso futuro):"],"AI agent failed":["Error del agente de IA"],"Display PHP errors and warnings directly in the browser by setting the WP_DEBUG_DISPLAY constant.":["Muestra los errores PHP y las advertencias directamente en el navegador estableciendo la constante WP_DEBUG_DISPLAY."],"Show errors in browser":["Mostrar errores en el navegador"],"Log PHP errors and warnings to a debug.log file in your site's wp-content directory by setting the WP_DEBUG_LOG constant.":["Registra los errores PHP y las advertencias en un archivo debug.log en el directorio wp-content de tu sitio estableciendo la constante WP_DEBUG_LOG."],"Enable debug log":["Activar registro de depuración"],"General":["General"],"Open Application Logs":["Abrir registros de la aplicación"],"Debug display":["Visualización de depuración"],"Open log file":["Abrir archivo de registro"],"Debug log":["Registro de depuración"],"Debugging":["Depuración"],"Applies site configuration.":["Aplica la configuración del sitio."],"Runs %s.":["Ejecuta %s."],"%d WP-CLI command":["%d comando de WP-CLI","%d comandos de WP-CLI"],"%d SQL query":["%d consulta SQL","%d consultas SQL"],"%d block of PHP code":["%d bloque de código PHP","%d bloques de código PHP"],"Imports content.":["Importa contenido."],"Installs %s.":["Instala %s."],"%d theme":["%d tema","%d temas"],"%d plugin":["%d plugin","%d plugins"],"%1$s, and %2$s":["%1$s y %2$s"],"%1$s and %2$s":["%1$s y %2$s"],"Featured Blueprint":["Modelo destacado"],"Copy site…":["Copiar sitio…"],"%s Copy":["Copia de %s"],"An error occurred while copying the site. Please try again. If this problem persists, please contact support.":["Se ha producido un error al crear el sitio. Inténtalo de nuevo. Si el problema persiste, ponte en contacto con el servicio de soporte."],"Failed to copy site":["No se ha podido copiar"],"Failed to start '%s'":["Error al iniciar «%s»"],"Not enough memory to start '%s'":["Memoria insuficiente para iniciar «%s»"],"Failed to initialize custom domains for '%s'":["No se han podido inicializar los dominios personalizados para «%s»"],"Copy site":["Copiar el sitio"],"Start all":["Empezar todo"],"No sites running":[" Ningún sitio en funcionamiento"],"Skip printing site URL and admin credentials after starting":["Omitir la impresión de la URL del sitio y las credenciales de administrador después de empezar"],"Skip printing site URL and admin credentials after creating":["Omitir la impresión de la URL del sitio y las credenciales de administrador después de crear"],"Site ID (UUID format, used internally by Studio app)":["ID del sitio (formato UUID, utilizado internamente por la aplicación de Studio)"],"Must be a valid UUID":["Debe ser un UUID válido"],"Zed":["Zed"],"Antigravity":["Antigravity"],"Pause upload":["Pausar subida"],"Resume upload":["Subida de currículums"],"Upload is manually paused. Click the resume button to continue uploading.":["La subida se pausa manualmente. Haz clic en el botón de currículum para seguir subiendo contenido."],"WordPress %s (selected is %s)":["WordPress %s (seleccionado es %s)"],"PHP %s (selected is %s)":["PHP %s (seleccionado es %s)"],"Please check the link and try again.":["Comprueba el enlace e inténtalo de nuevo."],"Could not connect to the server. Please check your internet connection and try again.":["No se ha podido conectar con el servidor. Revisa tu conexión a Internet e inténtalo de nuevo."],"%d warning found":["%d Advertencia encontrada","%d Advertencias encontradas"],"Invalid blueprint":["Modelo no válido"],"\\"%s\\" is not a valid Blueprint property":["«%s» no es una propiedad de Blueprint válida"],"Site files moved to trash":["Archivos del sitio movidos a la papelera"],"Moving site files to trash…":["Moviendo los archivos del sitio a la papelera…"],"Also move site files to trash":["Mover también los archivos del sitio a la papelera"],"SQLite integration skipped":["Integración de SQLite omitida"],"Easily install the %s CLI to run WP-CLI commands from your terminal and create, start, stop, or update your sites.":["Instala fácilmente la CLI de %s para ejecutar comandos WP-CLI desde tu terminal y crear, iniciar, detener o actualizar tus sitios."],"WP-CLI support and CLI site management":["Soporte de WP-CLI y gestión del sitio de la CLI"],"WP-CLI":["WP-CLI"],"Manage sites":["Gestionar sitios"],"Failed to stop sites":["Error al detener los sitios"],"Self-hosted (e.g. jurassic.ninja) sites are not supported":["No se admiten sitios autoalojados (por ejemplo, jurassic.ninja)"],"Error retrieving remote files and directories. Please close and reopen this dialog to try again.":["Error al obtener los archivos y directorios remotos. Cierra y vuelve a abrir este diálogo para intentarlo de nuevo."],"You are currently offline. Sync will continue running remotely. We will send you an email once it's completed.":["Actualmente no tienes conexión. La sincronización continuará ejecutándose de forma remota. Te enviaremos un correo electrónico cuando se haya completado."],"Leave running":["Dejar en funcionamiento"],"Stop sites":["Detener sitios"],"%d site is currently running. Do you want to stop it before quitting?":["%d sitio se encuentra actualmente en funcionamiento. ¿Quieres detenerlo antes de salir?","%d sitios se encuentran actualmente en funcionamiento. ¿Quieres detenerlos antes de salir?"],"You have a running site":["Tienes un sitio en funcionamiento","Tienes sitios en funcionamiento"],"Uploading site (%d%%)…":["Subiendo sitio (%d%%)…"],"The site name is too long. Please choose a shorter site name.":["El nombre del sitio es muy largo. Elige un nombre de sitio más corto."],"An error occurred while running the WP-CLI command.":["Se ha producido un error al ejecutar el comando WP-CLI."],"Stopping all WordPress servers…":["Deteniendo todos los servidores de WordPress…"],"Stop all sites":["Detener todos los sitios"],"Stop site(s)":["Detener sitio(s)"],"Get status of site":["Obtener el estado del sitio"],"List sites":["Mostrar lista de sitios"],"SSL certificates deleted":["Certificados SSL eliminados"],"Deleting SSL certificates…":["Eliminando certificados SSL…"],"Stopping WordPress server…":["Deteniendo el servidor de WordPress…"],"Failed to delete associated preview sites. Proceeding anyway…":["Error al eliminar los sitios de vista previa asociados. Continuando de todas formas…"],"Starting WordPress server…":["Iniciando el servidor de WordPress…"],"Saving site…":["Guardando sitio…"],"Create a new site":["Crear un sitio nuevo"],"Events watcher failed":["El observador de eventos ha fallado"],"Create a new site from a featured Blueprint on your own. <learn_more_link />":["Crea un sitio por tu cuenta a partir de un modelo destacado. <learn_more_link />"],"Powered by experimental AI. <learn_more_link />":["Con tecnología de IA experimental. <learn_more_link />"],"Could not load files. Please close and reopen this dialog to try again.":["No se han podido cargar los archivos. Cierra y vuelve a abrir este cuadro de diálogo para intentarlo de nuevo."],"The site uploading has been paused due to an internet connection issue. We will retry automatically in a few seconds.":["La subida del sitio se ha pausado debido a un problema de conexión a Internet. Lo volveremos a intentar automáticamente en unos segundos."],"Enable PHP debugging with Xdebug. Only one site can have Xdebug enabled at a time. Note that Xdebug may slow down site performance. <learn_more_link />":["Activa la depuración de PHP con Xdebug. Solo se puede tener Xdebug activado en un sitio. Ten en cuenta que Xdebug puede ralentizar el rendimiento del sitio. <learn_more_link />"],"Enable Xdebug":["Activar Xdebug"],"Xdebug is currently enabled for \\"%s\\" site. Disable it there first to enable it for this site.":["Xdebug está activado en el sitio \\"%s\\". Desactívalo allí primero para activarlo en este sitio."],"Starting from a Blueprint requires an internet connection.":["Para empezar desde un modelo se necesita conexión a Internet."],"Uploading paused":["Subida en pausa"],"Xdebug":["Xdebug"],"Dismiss":["Descartar"],"Build blocks with <button>Telex <ArrowIcon /></button>":["Crea bloques con <button>Telex <ArrowIcon /></button>"],"Build with Telex":["Crear con Telex"],"Add site from a Blueprint":["Añadir sitio desde un modelo"],"Restart Studio now to install the update, or choose Later to continue working and restart when convenient.":["Reinicia Studio ahora para instalar la actualización o elige Más tarde para seguir trabajando y reiniciar cuando te venga mejor."],"Update ready to install":["Actualización lista para instalarse"],"You're already running the latest version of Studio. No update is needed at this time.":["Ya estás ejecutando la última versión de Studio. No se necesita ninguna actualización en este momento."],"No updates available":["No hay actualizaciones disponibles"],"Studio will notify you when the update is ready to install. You can continue working normally.":["Studio te avisará cuando la actualización esté lista para instalarse. Puedes seguir trabajando normalmente."],"Downloading update in the background":["Descargando la actualización en segundo plano"],"It looks like you denied the authorization request. To proceed, please click \\"Approve\\"":["Parece que has denegado la solicitud de autorización. Para continuar, haz clic en «Aprobar»"],"Authorization denied":["Autorización denegada"],"Windows on Intel/AMD":["Windows en Intel/AMD"],"Windows on ARM":["Windows en ARM"],"Mac with Intel Chip":["Mac con chip Intel"],"Mac with Apple Silicon Chip":["Mac con chip Apple Silicon"],"Unsupported PHP version: %s":["Versión de PHP no compatible: %s"],"Set auto-start flag for the site(s)":["Establecer marca de inicio automático para el sitio o los sitios"],"Failed to stop site":["Error al detener el sitio"],"Successfully stopped %d site":["Se ha detenido correctamente %d sitio","Se han detenido correctamente %d sitios"],"No sites are currently running":["Actualmente no hay ningún sitio en ejecución"],"Failed to load site status":["No se ha podido cargar el estado del sitio"],"Connected to process daemon":["Conectado al daemon de proceso"],"Connecting to process daemon…":["Conectando con el daemon del proceso…"],"Failed to parse Blueprint JSON":["No se ha podido analizar el JSON del modelo"],"Failed to fetch Blueprint":["Error al obtener el modelo"],"WordPress files copied":["Archivos de WordPress copiados"],"Copying bundled WordPress…":["Copiando paquete de WordPress…"],"Cannot set up WordPress. Bundled WordPress files not found. Please connect to the internet or reinstall Studio.":["No se puede configurar WordPress. Archivos de WordPress agrupados no encontrados. Conéctate a Internet o vuelve a instalar Studio."],"Cannot set up WordPress while offline. Specific WordPress versions require an internet connection. Try using \\"latest\\" version or ensure internet connectivity.":["No se puede configurar WordPress sin conexión. Las versiones específicas de WordPress necesitan conexión a Internet. Prueba a usar la versión «latest» o asegúrate de tener conexión a Internet."],"Path or URL to Blueprint JSON file":["Ruta o URL al archivo JSON del modelo"],"Must be: at least %s":["Debe ser: como mínimo %s"],"Must be: \\"latest\\", \\"nightly\\", or a valid version number (e.g., \\"6.4\\", \\"6.4.1\\", \\"6.4-beta1\\")":["Debe ser: «latest», «nightly» o un número de versión válido (por ejemplo, 6.4, 6.4.1, 6.4-beta1)"],"Failed to parse Blueprint JSON file: %s":["No se ha podido analizar el archivo JSON del modelo: %s"],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, or .wpress file.":["Este tipo de archivo no es compatible. Por favor, utiliza un archivo .zip, .gz, .tar, .tar.gz, o .wpress."],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, .wpress, or .sql file.":["Este tipo de archivo no es compatible. Por favor, utiliza un archivo .zip, .gz, .tar, .tar.gz, .wpress o .sql."],"Studio CLI":["CLI de Studio"],"Your Studio site is using a different WordPress or PHP version than your remote site. The remote site will keep using the newest supported versions.":[],"%s over":["%s mayor de"],"The push is in progress and will continue running remotely. We will send you an email once it's completed.":["La inserción está en curso y continuará ejecutándose de forma remota. Te enviaremos un correo electrónico cuando se haya completado."],"Get smart suggestions from the Studio Assistant":["Recibe sugerencias inteligentes de Studio Assistant"],"Seamlessly sync with WordPress.com and Pressable":["Sincroniza de forma fluida con WordPress.com o Pressable"],"Share preview sites with clients and colleagues":["Comparte la vista previa de los sitios con clientes y compañeros"],"Start by connecting your WordPress.com account to unlock the full power of WordPress Studio.":["Empieza conectando tu cuenta de WordPress.com para disfrutar de todas las ventajas de WordPress Studio."],"Welcome to WordPress Studio":["Te damos la bienvenida a WordPress Studio"],"Failed to uninstall CLI":["No se ha podido desinstalar la CLI"],"The CLI has been uninstalled successfully.":["La CLI se ha desinstalado correctamente."],"CLI uninstalled":["CLI desinstalada"],"Proceed":["Ejecutar"],"Blueprint details":["Información del modelo"],"Start working locally with your site data.":["Empieza a trabajar localmente con los datos de tu sitio."],"Pull content from your remote site.":["Extrae contenido de tu sitio remoto."],"Create a new local WordPress site.":["Crea un sitio local de WordPress."],"Create a new local site and pull your WordPress.com or Pressable site with Jetpack activated.":["Crea un sitio local y accede a tu sitio de WordPress.com o Pressable con Jetpack activado."],"Create a new site from WordPress.com or Pressable":["Crea un sitio en WordPress.com o Pressable"],"Pull an existing site":["Hacer pull de un sitio ya existente"],"Blueprint":["Anteproyecto"],"The sync process will continue running remotely after you quit Studio. We will send you an email once it is complete.":["El proceso de sincronización continuará ejecutándose de forma remota cuando salgas de Studio. Te enviaremos un correo electrónico cuando se haya completado."],"Sync will continue":["La sincronización continuará"],"Initializing remote backup…":["Iniciando copia de seguridad remota…"],"HTTP proxy server stopped":["Servidor proxy HTTP detenido"],"Stopping HTTP proxy server…":["Deteniendo el servidor proxy HTTP…"],"The specified directory is not added to Studio. Use \`studio site create\` to add it.":["El directorio especificado no se ha añadido a Studio. Usa \`studio site create\` para añadirlo."],"Failed to stop WordPress server":["No se ha podido detener el servidor de WordPress"],"WordPress server is not running":["El servidor de WordPress no se está ejecutando"],"Admin password":["Contraseña de administrador"],"Admin username":["Nombre de usuario del administrador"],"Status":["Estado:"],"Site Path":["Ruta del sitio"],"Auto-login URL":["URL de acceso automático"],"Site URL":["URL del sitio"],"Offline":["Sin conexión"],"Online":["En línea"],"SQLite integration configured as needed":["Integración con SQLite configurada según sea necesario"],"Setting up SQLite integration, if needed…":["Configurando la integración con SQLite, si es necesario…"],"Domain removed from hosts file":["Dominio eliminado del archivo de hosts"],"Removing domain from hosts file…":["Eliminando el dominio del archivo de hosts…v"],"Associated preview sites deleted":["Se han eliminado los sitios de vista previa asociados"],"Deleting %d associated preview site…":["Eliminando %d sitio de vista previa asociado…","Eliminando %d sitios de vista previa asociados…"],"WordPress server stopped":["El servidor de WordPress se ha detenido"],"Site loaded":["Sitio cargado"],"Loading site…":["Cargando sitio…"],"Failed to delete site":["Error al eliminar el sitio"],"Failed to start site":["Error al iniciar el sitio"],"Authenticated with WordPress.com as \`%s\`":["Autenticado con WordPress.com como «%s»"],"Run \\"studio site start\\" to start the site.":["Ejecuta «iniciar sitio de Studio» para iniciar el sitio."],"Failed to apply Blueprint":["Error al aplicar el modelo"],"Blueprint applied successfully":["Modelo aplicado correctamente"],"Applying Blueprint…":["Aplicando modelo…"],"Starting WordPress server and applying Blueprint…":["Iniciando el servidor de WordPress y aplicando modelo…"],"Site created successfully":["Sitio creado correctamente"],"Port assigned: %d":["Puerto asignado: %d"],"Assigning port…":["Asignando puerto…"],"SQLite integration configured":["Integración de SQLite configurada"],"Setting up SQLite integration…":["Configurando integración de SQLite…"],"Site directory created":["Directorio del sitio creado"],"Creating site directory…":["Creando directorio del sitio…"],"Site configuration validated":["Configuración del sitio validada"],"The selected directory is already in use.":["El directorio seleccionado ya está en uso."],"Blueprint feature \\"%1$s\\" is not supported: %2$s":["La característica «%1$s» del modelo no es compatible: %2$s"],"Blueprint file not found: %s":["Archivo de modelo no encontrado: %s"],"The selected directory is not empty nor an existing WordPress site.":["El directorio seleccionado no está vacío ni es un sitio de WordPress existente."],"Validating site configuration…":["Validando la configuración del sitio…"],"Start the site after creation":["Iniciar el sitio después de la creación"],"Enable HTTPS for custom domain":["Habilitar HTTPS para el dominio personalizado"],"Custom domain (e.g., \\"mysite.local\\")":["Dominio personalizado (por ejemplo, «misitio.local»)"],"WordPress version (e.g., \\"latest\\", \\"6.4\\", \\"6.4.1\\")":["Versión de WordPress (por ejemplo, más reciente, 6.4, 6.4.1)"],"Choose a plan to publish your site":["Elige un plan para publicar tu sitio"],"Sync database and files.":["Sincroniza la base de datos y los archivos."],"Unlock the power of WordPress and share your work with the world with":["Consigue lo mejor de WordPress y comparte tu trabajo con el mundo con"],"Find a perfect plan":["Encuentra el plan perfecto"],"Preparing workers…":["Preparando trabajadores…"],"Running the Blueprint…":["Ejecutando el modelo…"],"Booting WordPress…":["Iniciando WordPress…"],"Starting up workers…":["Empezando a trabajar…"],"Downloading WordPress…":["Descargando WordPress…"],"WordPress is running":["WordPress se está ejecutando"],"Site not found":["Sitio no encontrado"],"Failed to start WordPress server":["Error al iniciar el servidor de WordPress"],"WordPress server started":["Se ha iniciado el servidor de WordPress"],"WordPress server is already running":["El servidor de WordPress ya se está ejecutando"],"Process daemon started":["Daemon del proceso iniciado"],"Starting process daemon…":["Iniciando daemon del proceso…"],"Skip opening the site in browser after starting":["Omitir la apertura del sitio en el navegador después de iniciar"],"Password: ":["Contraseña: "],"Username: ":["Nombre de usuario: "],"Site URL: ":["URL del sitio: "],"Publish site":["Publicar sitio"],"Failed to select site":["Error al seleccionar el sitio"],"Select a site to import":["Selecciona un sitio para importar"],"Publish your site":["Publica tu sitio"],"Select a remote site":["Selecciona un sitio remoto"],"Blueprint loaded from URL":["Modelo cargado desde URL"],"Download directly from WordPress.com or Pressable":["Descargar directamente desde WordPress.com o Pressable"],"Failed to load Blueprint":["Error al cargar el modelo"],"Failed to revoke token":["Error al revocar el token"],"Failed to fetch user info":["Error al obtener la información del usuario"],"You must provide a valid auth command":["Debes proporcionar un comando de autenticación válido"],"Manage authentication":["Gestionar la autenticación"],"Failed to add domain to hosts file":["Error al añadir el dominio al archivo de hosts:"],"Domain added to hosts file":["Dominio añadido al archivo de hosts"],"Adding domain to hosts file…":["Agregando dominio al archivo de hosts…"],"SSL certificates generated":["Certificados SSL generados"],"Generating SSL certificates…":["Generando certificados SSL…"],"HTTP proxy already running":["El proxy HTTP ya está en ejecución"],"HTTP proxy server started":["Servidor proxy HTTP iniciado"],"Starting HTTP proxy server…":["Iniciando el servidor proxy HTTP…"],"Failed to check authentication status":["Error al comprobar el estado de autenticación"],"Authentication token is invalid or expired":["El token de autenticación no es válido o ha caducado"],"Checking authentication status…":["Comprobando el estado de autenticación…"],"Check authentication status":["Comprobar estado de autenticación"],"Failed to log out":["Error al cerrar sesión"],"Successfully logged out":["Sesión cerrada con éxito"],"Already logged out":["Ya has cerrado sesión"],"Logging out…":["Cerrando sesión…"],"Log out and clear WordPress.com authentication":["Cierra sesión y borra la autenticación de WordPress.com"],"Authentication failed":["Autenticación fallida"],"Authentication failed. Please try again.":["Ha fallado la autenticación. Por favor, inténtalo de nuevo."],"Authentication completed successfully!":["¡Autenticación completada con éxito!"],"Authentication token:":["Token de autenticación:"],"Please complete authentication in your browser and paste the generated token here.":["Por favor, completa la autenticación en tu navegador y pega aquí el token generado."],"Failed to open browser. Please open the URL manually: %s":["Error al abrir el navegador. Por favor, abre manualmente la URL: %s"],"Browser opened successfully":["Navegador abierto con éxito"],"Opening browser for authentication…":["Abriendo navegador para la autenticación…"],"Already authenticated with WordPress.com":["Ya estás autenticado en WordPress.com"],"Downloading the ARM version of Studio will provide better performance.":["La descarga de la versión ARM de Studio mejorará el rendimiento."],"An error occurred while deleting all preview sites. Please try again.":["Se ha producido un error el eliminar todos los sitios de previsualización. Inténtalo de nuevo."],"Failed to delete all preview sites":["Error al eliminar todos los sitios de previsualización"],"<siteUrlButton /> appears to be deleted or is currently unreachable. <button>Get help ↗</button>":["Parece que no se puede acceder a <siteUrlButton /> en este momento o se ha eliminado. <button>Consigue ayuda ↗</button>"],"This preview site has been deleted from the server. You can remove it from the list by clicking Clear button.":["Este sitio de previsualización se ha eliminado del servidor. Puedes eliminarlo de la lista haciendo clic en el botón Borrar."],"Database import failed on the remote site. Please review your database and try again or contact support and provide details from the logs below.":["Error al importar la base de datos en el sitio remoto. Revisa tu base de datos e inténtalo de nuevo o ponte en contacto con el servicio de asistencia y proporciona los detalles de los registros que aparecen a continuación."],"Create new backup ↗":["Crear nueva copia de seguridad ↗"],"Content from the latest backup: %s.":["Contenido de la última copia de seguridad: %s."],"Push can not be cancelled while applying changes to the remote site":["La inserción no se puede cancelar mientras se aplican cambios al sitio remoto"],"Cancel push":["Cancelar push"],"Pull can not be cancelled while importing changes to your local site":["La extracción no se puede cancelar al importar cambios a tu sitio local"],"Cancel pull":["Cancelar pull"],"The push operation has been cancelled.":["La operación push se ha cancelado."],"Push cancelled":["Push cancelado"],"The pull operation has been cancelled.":["La operación pull se ha cancelado."],"Pull cancelled":["Pull cancelado"],"Beta Features":["Funciones beta"],"Delete site…":["Eliminar el sitio"],"Edit site…":["Editar sitio…"],"Open in %s":["Abrir en %s"],"File Explorer":["Explorador de archivos"],"%1$s (%2$d%%)":["%1$s (%2$d %%)"],"Importing files…":["Importando archivos…"],"Importing database… (%d%%)":["Importando base de datos… (%d%%)"],"Extracting backup… (%d%%)":["Extrayendo copia de seguridad… (%d%%)"],"Importing other files…":["Importando otros archivos…"],"Importing media uploads…":["Importando archivos multimedia…"],"Importing themes…":["Importando temas…"],"Importing plugins…":["Importando plugins…"],"Start with an empty site":["Empieza con un sitio vacío"],"Studio could not load Blueprints. <button>Try again</button> or use your own Blueprint.":["Studio no puede cargar los modelos. <button>Inténtalo otra vez</button> o usa tu propio modelo."],"View details":["Ver detalles"],"This Blueprint uses unsupported features in Studio and might not work as expected.":["Este modelo usa funciones no compatibles en Studio y podría no funcionar como se espera."],"Got it":["Entendido"],"Your Blueprint will still work, but these features will be skipped during site creation.":["Tu modelo seguirá funcionando, pero estas funciones no se incluirán durante la creación del sitio."],"The following features are not supported in Studio and will be automatically removed:":["Estas funciones no son compatibles en Studio y se quitarán automáticamente:"],"Studio manages its own navigation and landing pages.":["Studio administra su propia navegación y páginas de inicio"],"Nearly finished":["Casi listo"],"Making progress…":["En progreso…"],"Working on your site…":["Trabajando en tu sitio…"],"Getting everything ready…":["Preparando todo…"],"Setting up your new site…":["Configurando tu nuevo sitio…"],"Failed to list sites":["Error al mostrar la lista de sitios"],"Found %d site":["Se ha encontrado %d sitio","Se ha encontrado %d sitios"],"Path":["Ruta"],"Select a Blueprint that fits your needs and build your WordPress site even faster.":["Elige un modelo que se adapte a tus necesidades y crea tu sitio de WordPress aún más rápido."],"Introducing Blueprints, a new way to streamline site creation.":["Te presentamos modelos, una nueva forma de agilizar la creación de sitios."],"Sublime Text":["Texto sublime"],"The current selection exceeds the %d GB push limit. To continue, please change your selection to reduce the total size.":["La selección actual supera el límite de %d GB push. Para continuar, cambia tu selección para reducir el tamaño total."],"Choose a featured Blueprint or use your own":["Elige un modelo existente o utiliza el tuyo propio"],"Featured Blueprints":["Modelos existentes"],"Using different versions may cause compatibility issues.":["El uso de versiones diferentes puede causar problemas de compatibilidad."],"This Blueprint recommends:":["Este modelo recomienda:"],"Version differs from Blueprint recommendation":["La versión difiere de la recomendación del modelo"],"Blueprint validation failed":["Error en la validación del modelo"],"Failed to load Blueprint file. Please try again.":["No se ha podido subir el archivo de modelo. Inténtalo de nuevo."],"Invalid JSON format: %s":["Formato JSON no válido: %s"],"Invalid Blueprint format":["Formato no válido de modelo"],"Blueprint v2 format is not supported yet. Please use Blueprint v1 format.":["El formato de Blueprint v2 aún no es compatible. Utiliza el formato de Blueprint v1."],"Your sites will show up here once you create them":["Tus sitios aparecerán aquí una vez que los crees"],"Development":["Desarrollo"],"Push to Development":["Push a desarrollo"],"Pull from Development":["Pull a desarrollo"],"Selecting individual items to pull will be enabled automatically once your first backup is complete.<br/>Wait a few minutes or run a full sync in the meantime.":["Cuando se complete tu primera copia de seguridad, se podrán seleccionar elementos individuales para hacer pull.<br/>Espera unos minutos o ejecuta una sincronización completa mientras tanto."],"Site name & details":["Nombre y detalles del sitio"],"Choose Blueprint":["Elegir modelo"],"Back":["Volver"],"Select backup file":["Elegir archivo de copia de seguridad"],"Drop your backup file here":["Arrastra aquí tu archivo de copia de seguridad"],"Choose Blueprint file":["Elegir archivo de modelo"],"Remove":["Eliminar"],"Loading Blueprints...":["Cargando modelos…"],"Blueprint loaded from file":["Modelo cargado desde el archivo"],"Preview Blueprint":["Previsualizar modelo"],"Description":["Descripción"],"Title":["Título"],"Thumbnail":["Miniatura"],"The selected Blueprint failed to execute properly. This could be due to invalid PHP code, missing plugins, or other issues in the Blueprint file. Please check your Blueprint file and try again.":["El modelo elegido no se ha podido ejecutar correctamente. Esto podría deberse a un código PHP no válido, a que falten plugins o a otros problemas en el archivo de modelo. Comprueba el archivo de modelo e inténtalo de nuevo."],"Blueprint execution failed":["Error en la ejecución del modelo"],"Site export completed":["Exportación del sitio completada"],"Database export completed":["Exportación de la base de datos completada"],"Start a site from a backup":["Crear un sitio desde una copia de seguridad"],"Import from a backup":["Importar desde una copia de seguridad"],"Start from a Blueprint":["Empezar desde un modelo"],"Create a site":["Crear un sitio"],"Add a clean site, start from a Blueprint or import site from a backup":["Añade un sitio, empieza desde un modelo o importa el sitio desde una copia de seguridad"],"Backing up remote site…":["Respaldando el sitio remoto…"],"Pushing will overwrite your development site's selected files and database with content from your Studio site. Unchecked items will not be changed. The development site will be backed up before any changes are applied.":["Al hacer push, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de desarrollo con el contenido de tu sitio de Studio. Los elementos no marcados no se modificarán. Se creará una copia de seguridad del sitio de desarrollo antes de que se apliquen los cambios."],"Pushing will overwrite your staging site's selected files and database with content from your Studio site. Unchecked items will not be changed. The staging site will be backed up before any changes are applied.":["Al hacer push, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de pruebas con el contenido de tu sitio de Studio. Los elementos no marcados no se modificarán. Se creará una copia de seguridad del sitio de pruebas antes de que se apliquen los cambios."],"Pushing will overwrite your production site's selected files and database with content from your Studio site. Unchecked items will not be changed. The production site will be backed up before any changes are applied.":["Al hacer push, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de producción con el contenido de tu sitio de Studio. Los elementos no marcados no se modificarán. Se creará una copia de seguridad del sitio de producción antes de que se apliquen los cambios."],"Pulling will overwrite your Studio site's selected files and database with a copy from your development site. Unchecked items will not be changed.":["Al hacer pull, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de Studio por una copia de tu sitio de desarrollo. Los elementos no marcados no se modificarán."],"Pulling will overwrite your Studio site's selected files and database with a copy from your staging site. Unchecked items will not be changed.":["Al hacer pull, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de Studio con una copia de tu sitio de pruebas. Los elementos no marcados no se modificarán."],"Pulling will overwrite your Studio site's selected files and database with a copy from your production site. Unchecked items will not be changed.":["Al hacer pull, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de Studio con una copia de tu sitio de producción. Los elementos no marcados no se modificarán."],"How can I make WordPress Studio faster?":["¿Cómo hacer WordPress Studio más rápido?"],"WordPress Studio Help":["Ayuda de WordPress Studio"],"Empty":["Vacío"],"Empty folder":["Carpeta vacía"],"Studio":["Studio"],"About WordPress Studio":["Sobre WordPress Studio"],"WordPress Studio":["WordPress Studio"],"WordPress Studio CLI":["WordPress Studio CLI"],"Select files and folders to sync":["Elige los archivos y las carpetas que quieres sincronizar"],"From %s to %s":["Desde %s en %s"],"Expand":["Ampliar"],"Collapse":["Contraer"],"Feature Flags":["Funciones experimentales"],"Log in to Studio with WordPress.com":["Iniciar sesión en Studio con WordPress.com"],"Open account settings":["Abrir los ajustes de la cuenta"],"Specific files and folders":["Archivos y carpetas específicos"],"All files and folders":["Todos los archivos y carpetas"],"Database":["Base de datos"],"Files and folders":["Archivos y carpetas"],"Read more about <a>environment push <ArrowIcon /></a>":["Leer más sobre <a>push de entorno <ArrowIcon /></a>"],"What would you like to push?":["¿Qué te gustaría sincronizar?"],"Push to Production":["Push a Producción"],"Push to Staging":["Push a Staging"],"Read more about <a>environment pull <ArrowIcon /></a>":["Leer más sobre <a>pull de entorno<ArrowIcon /></a>"],"What would you like to pull?":["¿De qué te gustaría hacer pull?"],"Pull from Production":["Pull de producción"],"Pull from Staging":["Pull de pruebas"],"Almost there…":["Ya casi …"],"%s has been updated":["%s ha sido actualizado"],"Studio site has been updated from %s":["Tu sitio de Studio ha sido actualizado desde %s"],"Learn more about supported sites.":["Descubre más sobre los sitios compatibles."],"Can't find your site?":["¿No encuentras tu sitio?"],"Connect your site":["Conecta tu sitio"],"Connect another site":["Conectar otro sitio"],"Sync with WordPress.com or Pressable":["Sincroniza con WordPress.com o Pressable"],"Push is in progress. We will send you an email when it is completed.":["El push está en curso. Te enviaremos un correo electrónico cuando se complete."],"You are currently offline so your site will be created with the latest version. Selecting a different WordPress version requires an internet connection.":["En este momento no tienes conexión, por lo que tu sitio se creará con la última versión. Para seleccionar una versión diferente de WordPress se necesita una conexión a Internet."],"Invalid authentication token":["Token de autenticación no válido"],"Running…":["Ejecutando…"],"Deleting…":["Eliminando…"],"Validating…":["Validando…"],"Studio was unable to trust the certificate automatically. You may need to trust it manually using certificate manager.":["Studio no ha podido confiar automáticamente en el certificado. Es posible que tengas que confiar en él manualmente utilizando el administrador de certificados."],"Certificate Trust Failed":["Error al confiar en el certificado"],"Windsurf":["WindSurf"],"Available terminals":["Terminales disponibles"],"Terminal application":["Aplicación de terminal"],"Available editors":["Editores disponibles"],"Please ensure your site files have not been moved or deleted.":["Por favor, asegúrate de que los archivos de tu sitio no hayan sido movidos ni eliminados."],"Applying final details…":["Aplicando los detalles finales…"],"Starting export…":["Comenzando exportación…"],"Command Prompt":["Símbolo del sistema"],"Creating preview site…":["Creando sitio de vista previa"],"What's new":["Novedades"],"Ghostty":["Ghostty"],"Warp":["Warp"],"Select":["Seleccionar"],"Please stop some of your running sites first. If this problem persists, try closing other apps that might be using memory and try again.":["Por favor, detén primero algunos de tus sitios en ejecución. Si este problema persiste, intenta cerrar otras aplicaciones que puedan estar usando memoria y vuelve a intentarlo."],"Failed to save CLI config file":["Error al guardar el archivo de configuración de la CLI"],"Studio config file path not found.":["No se ha encontrado el archivo de configuración de Studio."],"Path to the WordPress files":["Ruta a los archivos de WordPress"],"Current directory":["Directorio actual"],"Cannot update an expired preview site.":["No se puede actualizar un sitio de vista previa que ha caducado."],"The specified directory does not match the original site for this preview. If you want to overwrite, run the command with --overwrite.":["El directorio especificado no coincide con el sitio original de esta vista previa. Si quieres sobrescribir, ejecuta el comando con --overwrite."],"Allow updating a preview site from a different directory":["Permitir la actualización de una vista previa del sitio desde un directorio diferente"],"Update preview site":["Actualizar sitio de vista previa"],"(%d expired)":["(%d caducado)","(%d caducados)"],"Found %d preview site":["Encontrado %d sitio de vista previa","Encontrado %d sitios de vista previa"],"No preview sites found":["No se encontró ningún sitio de vista previa"],"Loading preview sites…":["Cargando sitios de vista previa…"],"Output format":["Formato de salida"],"List preview sites":["Lista de sitios de vista previa"],"Preview site '%s' has been deleted.":["Se ha borrado el sitio de vista previa '%s'."],"Preview site '%s' has been updated.":["El sitio de vista previa '%s' ha sido actualizado"],"Deleting preview site failed":["Fallo al eliminar el sitio de vista previa"],"Saving preview site…":["Guardando sitio de vista previa…"],"Not installed":["No instalado"],"Preferences":["Preferencias"],"Code editor":["Editor de código"],"Shell":["Consola"],"Merge All Windows":["Unir todas las ventanas"],"Move Tab to New Window":["Mover la pestaña a nueva ventana"],"Show Next Tab":["Mostrar siguiente pestaña"],"Show Previous Tab":["Mostrar pestaña anterior"],"Zoom":["Zoom"],"Minimize":["Minimizar"],"Window":["Ventana"],"Toggle Fullscreen":["Activar pantalla completa"],"latest":["recientes"],"Zoom Out":["Alejar"],"Zoom In":["Acercar"],"Actual Size":["Tamaño real"],"Show All Tabs":["Mostrar todas las pestañas"],"Show Tab Bar":["Mostrar barra de pestañas"],"View":["Ver"],"Stop Speaking":["Deja de hablar"],"Start Speaking":["Empezar a hablar"],"Speech":["Voz"],"Select All":["Seleccionar todo"],"Paste and Match Style":["Pegar y Hacer Coincidir el Estilo"],"Paste":["Pegar"],"Cut":["Cortar"],"Redo":["Rehacer"],"Undo":["Deshacer"],"File":["Archivo"],"Quit":["Salir"],"Hide":["Ocultar"],"Services":["Servicios"],"Toggle DevTools":["Alternar DevTools"],"Force Reload":["Forzar Recarga"],"Cursor":["Cursor"],"WebStorm":["WebStorm"],"The site server failed to start because the port is already in use. Please close any local development apps that may be using port and try again.":["El sitio no pudo iniciarse porque el puerto ya está en uso. Por favor, cierra cualquier aplicación de desarrollo local que pueda estar utilizando el puerto y vuelve a intentarlo."],"Stable Versions":["Versiones Estables"],"Beta & Nightly":["Beta y Nightly"],"Auto-updating":["Actualización automática"],"WordPress Core automatic updates will be disabled for this site.":["Las actualizaciones automáticas del núcleo de WordPress estarán deshabilitadas para este sitio."],"Launch your existing WordPress.com or Jetpack-activated Pressable sites, or import an existing one. Then, share your work with the world.":["Lanza tus sitios de WordPress.com o de Pressable activados por Jetpack, o importa uno que ya tengas. Luego, comparte tu trabajo con el mundo."],"iTerm":["iTerm"],"Expires in":["Caduca en"],"Site Name":["Nombre del sitio"],"URL":["URL"],"Failed to create archive":["No se pudo crear el archivo"],"The specified directory is not added to Studio.":["El directorio especificado no se ha añadido a Studio."],"Failed to create preview site: site did not become ready within timeout":["Error al crear el sitio de vista previa: el sitio no estuvo listo dentro del tiempo de espera"],"Failed to upload archive":["Error al subir el archivo."],"Invalid API response format":["El formato de respuesta del API no es válido"],"Invalid site status":["Estado del sitio inválido"],"Site ID must be a positive integer":["El ID del sitio debe ser un número entero positivo"],"Domain name is required":["El nombre de dominio es obligatorio"],"You must provide a valid command":["Debes proporcionar un comando válido"],"Manage preview sites":["Gestionar sitios de vista previa"],"Failed to update preview site":["Error al actualizar el sitio de vista previa"],"Updating preview site…":["Actualizando el sitio de vista previa…"],"Hostname of the preview site to update":["Nombre de host del sitio de vista previa a actualizar"],"Failed to load preview sites":["Fallo al cargar los sitios de vista previa"],"Failed to delete preview site":["Error al eliminar el sitio de vista previa"],"Deletion successful":["Eliminado de forma exitosa"],"Preview site not found. Use the \`studio preview list\` command to see available preview sites.":["Sitio de vista previa no encontrado. Use el comando \`studio preview list\` para ver los sitios de vista previa disponibles."],"Hostname of the preview site to delete":["Nombre de dominio del sitio de vista previa a eliminar"],"Failed to create preview site":["Error al crear el sitio de vista previa"],"Preview site saved to Studio":["El sitio de vista previa fue guardado en Studio"],"Saving preview site to Studio…":["Guardando el sitio de vista previa en Studio…"],"Preview site available at: %s":["Sitio de vista previa disponible en: %s"],"Archive uploaded":["Archivo subido"],"Uploading archive…":["Subiendo archivo…"],"Archive created":["Archivo creado"],"Creating archive…":["Creando archivo…"],"Validation successful":["Validación exitosa"],"The installation path %1$s is already occupied by a file or directory. Please remove it and try again.":["La ruta de instalación %1$s ya está ocupada por un archivo o directorio. Por favor, elimínalo e inténtalo de nuevo"],"There was an unknown error. Please check the logs for more information.":["Hubo un error desconocido. Por favor, revisa los logs para obtener más información."],"Previous":["Anterior"],"Next":["Siguiente"],"Done":["Hecho"],"Illustration for %s":["Ilustración para %s"],"What's New in Studio":["Novedades en Studio"],"Learn more":["Más información"],"Failed to install CLI":["Error al instalar la CLI"],"The CLI has been installed successfully.":["La CLI se ha instalado correctamente."],"CLI Installed":["CLI instalada"],"What's New":["Novedades"],"Your new site was created":["Se ha creado tu nuevo sitio"],"Your new site was imported":["Se ha importado tu nuevo sitio"],"You need to manually add the Studio certificate authority to your keychain and trust it.":["Debes añadir manualmente la autoridad certificadora de Studio a tu llavero y confiar en ella."],"The domain name must end with .local":["El nombre de dominio debe terminar con .local"],"The domain name is already in use":["El nombre de dominio ya está en uso"],"Please restart Studio and try again. If this problem persists, please contact support.":["Reinicia Studio e inténtalo de nuevo. Si el problema persiste, ponte en contacto con el servicio de soporte."],"Studio needs to use port 80 and 443 to enable custom domains and SSL, but one of these ports are already in use by another app. Close any local development apps and restart Studio.":["Studio necesita usar los puertos 80 y 443 para habilitar dominios personalizados y SSL, pero uno o ambos puertos ya están siendo utilizados por otra aplicación. Cierra cualquier aplicación de desarrollo local y reinicia Studio."],"You need to manually add the Studio root certificate authority to your keychain and trust it to enable HTTPS.":["Debes añadir manualmente la autoridad certificadora raíz de Studio a tu llavero y confiar en ella para habilitar HTTPS."],"Enable HTTPS":["Habilitar HTTPS"],"Learn how":["Más información"],"You need to trust this certificate to prevent your browser from showing a secure connection warning.":["Debes confiar en este certificado para evitar que tu navegador muestre una advertencia de conexión segura."],"Trust Certificate":["Confiar en el certificado"],"Disabled":["Desactivado"],"Enabled":["Activado"],"HTTPS":["HTTPS"],"Release Notes":["Notas de la versión"],"Saving and restarting…":["Guardando y reiniciando…"],"Your Studio site is running versions not supported by preview sites. The preview site will automatically switch to the supported WordPress and PHP versions.":["Tu sitio de Studio está usando versiones que no son compatibles con los sitios de vista previa. El sitio de vista previa cambiará automáticamente a las versiones de WordPress y PHP compatibles."],"The domain name is required":["El nombre de dominio es obligatorio"],"The domain name is too long":["El nombre del dominio es demasiado largo"],"Please enter a valid domain name":["Introduce un nombre de dominio válido"],"Your system password will be required to set up the domain.":["Se necesitará tu contraseña del sistema para configurar el dominio."],"Domain name":["Nombre de dominio"],"Use custom domain":["Utilizar un dominio personalizado"],"Changing WordPress version requires an internet connection.":["Para cambiar la versión de WordPress, se necesita conexión a Internet."],"Latest":["Última"],"WordPress version":["Versión de WordPress"],"Failed":["Falló"],"Importing a site requires an internet connection.":["Para importar un sitio se necesita conexión a Internet."],"A WordPress.com account is required to create preview sites.":["Se necesita una cuenta de WordPress.com para crear sitios de vista previa."],"Error updating Studio":["Error al actualizar Studio"],"Studio can only update from the writable Applications folder. Please check write permissions and try again.":["Studio solo puede actualizarse desde la carpeta de Aplicaciones con permisos de escritura. Por favor, verifica los permisos de escritura e inténtalo de nuevo."],"Studio is running from: %s":["Studio se está ejecutando desde: %s"],"Studio is running from a disk image at: %s":["Studio se está ejecutando desde una imagen de disco en: %s"],"A preview of this site is being created. Please wait for it to finish before creating another.":["Se está creando una vista previa de este sitio. Espera a que termine antes de crear otra."],"Preview site '%s' has been created.":["Se ha creado el sitio de vista previa «%s»."],"The import process timed out after %d hours, which can occur when processing very large imports. If the issue persists, please contact support.":["El proceso de importación excedió el tiempo límite después de %d horas, lo cual puede ocurrir al procesar importaciones muy grandes. Si el problema persiste, por favor contacta al soporte."],"Adding preview site failed":["Error al añadir el sitio de vista previa"],"The directory is already associated with another Studio site. Please choose a different site name or a custom local path.":["El directorio ya está asociado con otro sitio de Studio. Elige otro nombre de sitio o una ruta local personalizada."],"The directory is already associated with another Studio site. Please choose a different custom local path.":["El directorio ya está asociado con otro sitio de Studio. Elige una ruta local personalizada diferente."],"Preview sites powered by":["Los sitios de vista previa funcionan con la tecnología de"],"Updating a preview site requires an internet connection.":["Para actualizar un sitio de vista previa, se necesita conexión a Internet."],"Name":["Nombre"],"%s Preview":["Vista previa de %s "],"Deleting a preview site requires an internet connection.":["Para borrar un sitio de vista previa, se necesita conexión a Internet."],"Your site exceeds the %d GB size limit. Please, consider removing unnecessary media files, plugins, or themes from wp-content.":["Tu sitio supera el límite de tamaño de %d GB. Plantéate la posibilidad de eliminar archivos multimedia, plugins o temas innecesarios de wp-content."],"The ZIP archive is invalid. Try to unpack and pack it again. If this problem persists, please contact support.":["El archivo ZIP no es válido. Intenta descomprimirlo y volver a comprimirlo. Si el problema persiste, contacta con el soporte."],"%1$s Preview %2$d":["Vista previa %2$d de %1$s"],"Deleting preview sites requires an internet connection.":["Para eliminar los sitios de vista previa necesitas estar conectado a Internet."],"Missing permissions":["Permisos insuficientes"],"Authentication error":["Error de autenticación"],"Actions":["Acciones"],"Expires":["Caduca"],"Updated":["Actualizado"],"Preview site":["Sitio de vista previa"],"Updating":["Actualizando"],"Deleting preview site":["Eliminando el sitio de vista previa"],"%s ago":["hace %s"],"Rename":["Renombrar"],"Preview actions":["Acciones de vista previa"],"Your previews files and database along with all posts, pages, comments and media will be lost.":["Se perderán la base de datos y los archivos de la vista previa, junto con las entradas, las páginas, los comentarios y los medios."],"Delete preview":["Eliminar vista previa"],"Updating will replace the existing files and database with a copy from your local site. Any changes you've made to your preview site will be permanently lost.":["Al actualizar, se sustituirán los archivos existentes y la base de datos por una copia de tu sitio local. Los cambios que hayas realizado en el sitio de vista previa se perderán de forma permanente."],"Overwrite preview":["Sobrescribir vista previa"],"You've used %d preview sites available on your account.":["Has usado %d vistas previas de sitios disponibles en tu cuenta.","Has usado todas las vistas previas de sitios (%d) disponibles en tu cuenta."],"A different preview site is being created. Please wait for it to finish before creating another.":["Se está creando un sitio de vista previa distinto. Espera a que termine antes de crear otro."],"Studio is unable to open your default browser. Please ensure it is functioning correctly.":["Studio no puede abrir tu navegador por defecto. Asegúrate de que funciona correctamente."],"Failed to open browser":["No se ha podido abrir el navegador"],"Studio is unable to open PHPStorm. Please ensure it is functioning correctly.":["Studio no puede abrir PHPStorm. Asegúrate de que funciona correctamente."],"Failed to open PHP Storm":["No se ha podido abrir PHPStorm"],"Studio is unable to open Visual Studio Code. Please ensure it is functioning correctly.":["Studio no puede abrir Visual Studio Code. Comprueba que funciona correctamente."],"Updating preview site failed":["No se ha podido actualizar el sitio de vista previa"],"Cancelled":["Cancelada"],"Error when executing wp-cli command":["Error al ejecutar el comando WP-CLI"],"Failed to check backup file size. Please try again.":["No se ha podido comprobar el tamaño del archivo de copia de seguridad. Inténtalo de nuevo."],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back.\\n\\nDo you want to continue?":["La copia de seguridad de tu sitio supera los %d GB. Extraerla te impedirá volver a publicar el sitio.\\n\\n¿Quieres continuar?"],"Large site's backup":["Copia de seguridad de un sitio de gran tamaño"],"All preview sites that exist for your WordPress.com account, along with all posts, pages, comments, and media, will be lost.":["Se perderán todos los sitios de vista previa que existan en tu cuenta de WordPress.com, junto con todas las páginas, entradas, comentarios y archivos multimedia."],"Delete all preview sites":["Eliminar todos los sitios de vista previa"],"%1$d of %2$d active preview sites":["%1$d de %2$d vistas previas de sitios activas"],"Preview sites are not available for your account.":["Los sitios de vista previa no están disponibles en tu cuenta."],"Preview sites":["Sitios de vista previa"],"Powered by <a> WordPress.com</a>.":["Con la tecnología de <a> WordPress.com</a>."],"Preview sites expire 7 days after the last update.":["Los sitios de vista previa caducan a los 7 días de la última actualización."],"Create up to %d preview sites for free.":["Crea hasta %d sitios de vista previa de forma gratuita."],"Get feedback from anyone, anywhere with a free hosted preview of your Studio site.":["Recibe opiniones de cualquiera, en cualquier parte con una vista previa gratuita alojada de tu sitio de Studio."],"Share a preview of your Studio site":["Comparte una vista previa de tu sitio de Studio"],"Select an empty directory or a directory with an existing WordPress site. <learn_more_link />":["Selecciona un directorio vacío o un directorio con un sitio de WordPress. <learn_more_link />"],"Open Studio Logs":["Abrir registros de Studio"],"A timeout error occurred while pushing the site, likely due to its large size. Please try reducing the site's content or files and try again. If this problem persists, please contact support.":["Se ha producido un error porque se ha agotado el tiempo de espera al hacer push del sitio, probablemente debido a su gran tamaño. Prueba a reducir el contenido o los archivos del sitio e inténtalo de nuevo. Si el problema continúa, ponte en contacto con el servicio de soporte."],"Import a Jetpack backup or a full-site backup in another format. <learn_more_link />":["Importa una copia de seguridad de Jetpack o una copia de seguridad de todo el sitio en otro formato. <learn_more_link />"],"Import a Jetpack backup, a full-site backup in another format, or a .sql database file. <learn_more_link />":["Importa una copia de seguridad de Jetpack, una copia de seguridad de todo el sitio en otro formato o un archivo de base de datos .sql. <learn_more_link />"],"An error occurred while pushing the site. If this problem persists, please contact support.":["Error al hacer push del sitio. Si el problema continúa, ponte en contacto con el servicio de soporte."],"Create a new WordPress.com site":["Crear un sitio nuevo en WordPress.com"],"Creating a preview site requires an internet connection.":["Para crear un sitio de vista previa, se necesita conexión a Internet."],"No, take me back":["No, volver"],"Yes, quit the app":["Sí, salir de la aplicación"],"There's a sync operation in progress. Quitting the app will abort that operation. Are you sure you want to quit?":["Hay una operación de sincronización en curso. Si sales de la aplicación, se cancelará la operación. ¿Seguro que quieres salir?"],"Sync is in progress":["Sincronización en curso"],"Another Studio site is syncing. Please wait for the sync to finish before you push this site.":["Se está sincronizando otro sitio de Studio. Espera a que termine la sincronización antes de hacer push del sitio."],"This Studio site is syncing. Please wait for the sync to finish before you push it.":["Este sitio de Studio se está sincronizando. Espera a que termine la sincronización antes de hacer push."],"Another Studio site is syncing. Please wait for the sync to finish before you pull this site.":["Se está sincronizando otro sitio de Studio. Espera a que termine la sincronización antes de hacer pull de este sitio."],"This Studio site is syncing. Please wait for the sync to finish before you pull it.":["Este sitio de Studio se está sincronizando. Espera a que termine la sincronización antes de hacer pull."],"This site is syncing. Please wait for the sync to finish before you can disconnect it.":["Este sitio se está sincronizando. Espera a que termine la sincronización antes de desconectarlo."],"This Studio site is exporting. Please wait for the export to finish before you import a backup.":["Este sitio de Studio se está exportando. Espera a que termine la exportación antes de importar una copia de seguridad."],"This Studio site is syncing. Please wait for the sync to finish before you import a backup.":["Este sitio de Studio se está sincronizando. Espera a que termine la sincronización antes de importar una copia de seguridad."],"This Studio site is being imported. Please wait for the import to finish before you export it.":["Este sitio de Studio se está importando. Espera a que finalice la importación antes de exportarlo."],"Another site is syncing. Please wait for the sync to finish before you publish your site.":["Se está sincronizando otro sitio. Espera a que termine la sincronización antes de publicar el sitio."],"This Studio site is syncing. Please wait for the sync to finish before you export it.":["Este sitio de Studio se está sincronizando. Espera a que termine la sincronización antes de exportarlo."],"You pushed this site %s ago.":["Has hecho push de este sitio hace %s."],"You pulled this site %s ago.":["Has hecho pull de este sitio hace %s."],"You have not pushed this site yet.":["Todavía no has hecho push de este sitio."],"You have not pulled this site yet.":["Todavía no has hecho pull de este sitio."],"Deleted":["Eliminado"],"Applying changes…":["Aplicando cambios…"],"Unsupported site":["Sitio no compatible"],"Enable hosting features":["habilitar las funciones de alojamiento"],"Upgrade plan":["Mejorar plan"],"Reconnect":["Volver a conectar"],"Loading":["cargando…"],"Syncing":["Sincronizando"],"Importing":["Importando…"],"Adding":["Añadiendo"],"Error pushing changes":["Error al hacer push de los cambios"],"Push complete":["Push completado"],"Creating backup…":["Creando copia de seguridad…"],"Downloading backup…":["Descargando copia de seguridad…"],"The site is too large to push. Please reduce the size of the site and try again.":["El sitio es demasiado grande para hacer push. Reduce el tamaño del sitio e inténtalo de nuevo."],"Error pushing to %s":["Error al hacer push en %s"],"Studio was unable to connect to WordPress.com. Please try again.":["Studio no ha podido conectarse a WordPress.com. Inténtalo de nuevo."],"Error pulling from %s":["Error al hacer pull de %s"],"You're currently offline":["Actualmente estás desconectado de internet."],"Edit profile":["Editar perfil"],"Get help":["Conseguir ayuda"],"Open settings":["Abrir los ajustes"],"Toggle sidebar":["Activar/desactivar barra lateral"],"Clear":["Borrar"],"Pulling or pushing a site requires an internet connection.":["Se necesita conexión a Internet para hacer pull o push de un sitio."],"Pull complete":["Pull completado"],"Error pulling changes":["Error al hacer pull de los cambios"],"Start site":["Iniciar sitio"],"Stop site":["Detener sitio"],"Starting":["Iniciando…"],"Pulling…":["Haciendo pull…"],"Copy to clipboard":["copiar al portapapeles"],"This feature is only available for sites using the default SQLite integration.":["Esta función solo está disponible para los sitios que usan la integración SQLite por defecto."],"Import / Export is not available for this site":["La función de importar y exportar no está disponible para este sitio"],"Your WordPress.com site will not be affected by disconnecting it from Studio.":["Tu sitio de WordPress.com no se verá afectado al desconectarlo de Studio."],"Disconnect site":["Desconectar sitio"],"Disconnect %s":["Desconectar %s"],"Connect":["Conectar"],"Already connected":["Ya conectado"],"Search sites":["Buscar sitios"],"No sites found":["No se encontraron sitios"],"No sites found for \\"%s\\"":["No se encontraron sitios de «%s»"],"Loading sites…":["Cargando sitios…"],"Push":["Push"],"Pull":["Pull"],"Production":["Producción"],"Staging":["Pruebas"],"Disconnect":["Desconectar"],"Please try again.":["Por favor, inténtalo de nuevo."],"Failed to connect to site":["Fallo al conectarse al sitio"],"Create a free account":["Crear una cuenta gratuita"],"New to WordPress.com?":["¿Acabas de llegar a WordPress.com?"],"You're currently offline.":["Actualmente estás desconectado de internet."],"Connect site":["Conectar sitio"],"Create new site":["Crear sitio nuevo"],"Connecting a site requires an internet connection.":["Para conectar un sitio se requiere conexión a Internet."],"Creating a site requires an internet connection.":["Para crear un sitio, se necesita conexión a Internet."],"Sync database and file changes.":["Sincroniza los cambios en la base de datos y en los archivos."],"Supports staging and production sites.":["Compatible con sitios de pruebas y producción."],"Push and pull changes from your live site.":["Haz push o pull de los cambios de tu sitio activo."],"Sync":["Sincronizar"],"Still working on it…":["Trabajando en ello…"],"This is taking a little longer than I thought…":["Esto está tardando un poco más de lo que esperaba…"],"Stick with me…":["No te vayas…"],"Stopping…":["Deteniendo…"],"%d error found":["%d error encontrado","%d errores encontrados"],"Open in terminal":["Abrir en terminal"],"Command copied to the clipboard":["Comando copiado al portapapeles"],"Copied to the clipboard":["Copiado al portapapeles"],"More suggestions":["Más sugerencias"],"Copy local path to clipboard":["Copiar ruta local al portapapeles"],"No":["No"],"Yes":["Sí"],"Was this helpful?":["¿Te ha resultado útil?"],"Thanks for the feedback!":["¡Gracias por tu opinión!"],"Float on Top of All Other Windows":["Flotante sobre el resto de ventanas"],"Language":["Idioma"],"Import failed. Please try again.":["La exportación ha fallado. Por favor, inténtelo de nuevo."],"Importing completed":["Importación completada"],"Importing WordPress content…":["Importando contenido de WordPress…"],"Importing database…":["Importando base de datos…"],"Extracting backup files…":["Descomprimiendo los archivos…"],"Extracting backup…":["Extrayendo copia de seguridad…"],"A site can't be stopped or started during import.":["Un sitio no se puede detener ni iniciar durante la importación."],"Importing…":["Importando…"],"An error occurred while importing the site. Verify the file is a valid Jetpack backup, Local, Playground, .wpress or .sql database file and try again. If this problem persists, please contact support.":["Se ha producido un error al importar el sitio. Comprueba que se trate de un archivo válido de Jetpack Backup, Local, Playground o de base de datos .wpress o .sql e inténtalo de nuevo. Si el problema continúa, ponte en contacto con el servicio de soporte."],"Failed importing site":["Fallo al importar el sitio"],"Import completed":["Importación completada"],"Export failed. Please try again.":["La exportación ha fallado. Por favor, inténtelo de nuevo."],"Backing up files…":["Haciendo copia de seguridad de los archivos…"],"Exporting configuration…":["Exportando configuración…"],"An error occurred while exporting the site. If this problem persists, please contact support.":["Ocurrió un error al exportar el sitio. Si el problema persiste, por favor póngase en contacto con soporte."],"Failed exporting site":["Fallo al exportar el sitio"],"Export completed":["Exportación completada"],"Advanced settings":["Ajustes avanzados"],"Select or drop a file":["Selecciona o arrastra un archivo"],"Drag a file here, or click to select a file":["Arrastra un archivo aquí, o haz click para seleccionar un archivo"],"Drop file":["Suelta el archivo"],"Start again":["Empezar de nuevo"],"Open site ↗":["Abrir sitio ↗"],"Import complete!":["¡Importación completa!"],"Importing backup…":["Importando copia de seguridad…"],"Import":["Importar"],"Importing a backup will replace the existing files and database for your site.":["Al importar una copia de seguridad, se reemplazarán todo los archivos existentes y la base de datos de tu sitio."],"Overwrite %s?":["Reemplazar %s?"],"Export database":["Exportar base de datos"],"Export entire site":["Exportar sitio completo"],"Export your entire site or only the database.":["Exportar el sitio entero o solo la base de datos"],"Save database file":["Guardar archivo de base de datos"],"Save backup file":["Guardar archivo de copia de seguridad"],"Failed to create site":["Fallo al crear sitio"],"Import / Export":["Importar / Exportar"],"The site's database will be lost. Including all posts, pages, comments, and media.":["La base de datos del sitio se perderá. Incluidos todas las publicaciones, páginas, comentarios y medios."],"Oops! We couldn't get a response from the assistant. <a>Try again</a>":["¡Vaya! No pudimos obtener respuesta del asistente. <a>Volver a intentarlo</a>"],"Not now":["Ahora no"],"The AI assistant requires an internet connection.":["El AI Assistant requiere conexión a Internet."],"Starting the server before opening the site link":["Iniciar el servidor antes de abrir el enlace del sitio"],"Thinking about that…":["Pensando…"],"Completed in %s seconds":["Completado en %s segundos"],"You've reached your <a>usage limit</a> for this month. Your limit will reset in %d day.":["Has alcanzado tu <a>límite de uso</a> para este mes. Tu límite se restablecerá en %d día.","Has alcanzado tu <a>límite de uso</a> para este mes. Tu límite se restablecerá en %d días."],"You've reached your <a>usage limit</a> for this month. Your limit will reset today.":["Has alcanzado tu <a>límite de uso</a> para este mes. Tu límite se restablecerá hoy."],"Failed to open link":["No se ha podido abrir el enlace"],"Studio Assistant":["Studio Assistant"],"Your message":["Tu mensaje"],"Run":["Ejecutar"],"Run again":["Ejecutar de nuevo"],"Thinking…":["Pensando…"],"Assistant Menu":["Menú de Assistant"],"This conversation is over two hours old. <button>Clear the history</button> if you have something new to ask.":["Esta conversación tiene más de dos horas. <button>Borra el historial</button> si tienes algo nuevo que preguntar."],"PHP version":["Versión de PHP"],"PHP version:":["Versión de PHP:"],"Clear conversation":["Borrar conversación"],"Are you sure you want to clear the conversation?":["¿Seguro que quieres borrar la conversación?"],"The configuration couldn't be changed to speed up site creation.\\n\\nTo initiate this process again, please go to \\"Help > How can I make Studio faster?\\" in the application menu.":["La configuración no se puede cambiar para acelerar la creación de sitios.\\n\\nPara volver a iniciar este proceso, ve a «Ayuda > ¿Cómo puedo hacer que Studio vaya más rápido?» en el menú de la aplicación."],"Microsoft Defender's Real-time protection may slow site creation.\\n\\nTo create sites quickly, we recommend disabling Real-time protection for the Studio app.":["La protección en tiempo real de Microsoft Defender puede ralentizar la creación de sitios.\\n\\nPara crear sitios rápidamente, recomendamos desactivar la protección en tiempo real de la aplicación de Studio."],"Want to speed up site creation?":["¿Quieres acelerar la creación de sitios?"],"I'm not interested.":["No me interesa."],"Sounds good, do it for me.":["Me parece bien."],"Copy":["Copiar"],"Error":["Error"],"Success":["Correcto"],"Local sites powered by":["Sitios locales impulsados por"],"Share Feedback":["Compartir comentarios"],"Propose a Feature":["Proponer una función"],"Report an Issue":["Informar de un problema"],"%1$d of %2$d monthly prompts used":["%1$d de %2$d peticiones mensuales utilizadas"],"AI assistant":["AI Assistant"],"Every account gets %d prompts included for free each month.":["Cada cuenta recibe %d peticiones gratis al mes."],"If you don't have an account yet, <a>create one for free</a>.":["Si aún no tienes una cuenta, <a>crea una de manera gratuita</a>."],"You need to log in to your WordPress.com account to use the assistant.":["Para utilizar el asistente, debes iniciar sesión en tu cuenta de WordPress.com."],"Hold up!":["¡Espera!"],"What would you like to learn?":["¿Qué quieres saber?"],"Assistant":["Assistant"],"Delete all":["Eliminar todo"],"An error occurred while creating the site. Verify your selected local path is an empty directory or an existing WordPress folder and try again. If this problem persists, please contact support.":["Se ha producido un error al crear el sitio. Verifica que tu ruta local seleccionada es un directorio vacío o una carpeta de WordPress existente y vuelve a intentarlo. Si el problema continúa, ponte en contacto con el servicio de soporte."],"Download":["Descarga"],"Don't show this warning again":["No volver a mostrar esta advertencia"],"Downloading the optimized version of Studio will provide better performance.":["La descarga de la versión optimizada de Studio mejorará el rendimiento."],"Downloading the Apple Silicon Chip version of Studio will provide better performance.":["La descarga de la versión Apple Silicon Chip de Studio mejorará el rendimiento."],"This version of Studio is not optimized for your computer":["Esta versión de Studio no está optimizada para tu ordenador"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d día","%d días"],"Sites":["Sitios"],"Offline indicator":["Indicador de desconexión"],"Global":["Global"],"We couldn't delete the site '%s'. Please try again":["No hemos podido eliminar el sitio \\"%s\\". Inténtalo de nuevo"],"Deletion failed":["Error al eliminar"],"Server is running, click to stop.":["El servidor está ejecutándose, haz clic para detenerlo."],"WP admin":["WP Admin"],"Studio can only update automatically from the Applications folder. Please move Studio to Applications and try again.":["Studio solo puede actualizarse automáticamente desde la carpeta Aplicaciones. Por favor, mueve Studio a Aplicaciones e inténtalo de nuevo."],"Restart to Apply Updates":["Reinicia Para Aplicar la Actualización"],"Please verify your site's local path directory contains the standard WordPress installation files and try again. If this problem persists, please contact support.":["Por favor, verifica que el directorio de la ruta local de tu sitio contenga los archivos de una instalación estándar de WordPress e inténtalo de nuevo. Si el problema persiste, por favor contacta al soporte."],"Publishing your site requires an internet connection.":["Publicar tu sitio requiere una conexión a internet."],"start %s site":["inicia el sitio %s"],"stop %s site":["para el sitio %s"],"%s site stopped.":["se ha detenido el sitio %s."],"%s site started.":["se ha iniciado el sitio %s."],"Select a site to view details.":["Selecciona un sitio para ver sus detalles."],"Preview of the %s site":["Vista previa del sitio %s"],"Imagine, Create, Design, Code, Build":["Imagina, Crea, Diseña, Programa, Construye"],"Some features will be unavailable.":["Algunas funciones no estarán disponibles."],"Saving…":["Guardando…"],"You’re currently offline.":["Actualmente estás desconectado de internet."],"Delete":["Eliminar"],"Don't ask again":["No preguntar de nuevo"],"Update":["Actualizar"],"Importing a remote site requires an internet connection.":["Actualizar un sitio remoto requiere una conexión a internet."],"%s site added.":["se ha añadido el sitio %s."],"Close Window":["Cerrar ventana"],"Select different local path":["Seleccionar ruta local diferente"],"My WordPress Website":["Mi web de WordPress"],"My True Website":["Mi verdadera web"],"My Swift Website":["Mi veloz web"],"My Sparkly Website":["Mi brillante web"],"My Shiny Website":["Mi flamante web"],"My Serene Website":["Mi apacible web"],"My Prime Website":["Mi excelente web"],"My Peak Website":["Mi suprema web"],"My Pure Website":["Mi inmaculada web"],"My Noble Website":["Mi honorable web"],"My Joyful Website":["Mi alegre web"],"My Happy Website":["Mi feliz web"],"My Glowing Website":["Mi radiante web"],"My Fresh Website":["Mi nueva web"],"My Elite Website":["Mi selecta web"],"My Dreamy Website":["Mi web de ensueño"],"My Cool Website":["Mi genial web"],"My Calm Website":["Mi tranquila web"],"My Blissful Website":["Mi maravillosa web"],"My Bright Website":["Mi reluciente web"],"My Bold Website":["Mi intrépida web"],"Overview":["General"],"Stop all":["Detener todo"],"%d site running":["%d sitio en funcionamiento","%d sitios en funcionamiento"],"Continue":["Continuar"],"Build":["Construye"],"Code":["Programa"],"Design":["Diseña"],"Create":["Crea"],"Imagine":["Imagina"],"contact support.":["ponte en contacto con el servicio de soporte."],"Try restarting the app, if the problem persists":["Prueba a reiniciar la aplicación, si el problema persiste."],"We’ve logged the issue to help us track down the problem.":["Hemos registrado la incidencia para ayudarnos a localizar el problema."],"Something's broken.":["Algo no funciona bien."],"Uh oh!":["Uh oh."],"Copy admin password to clipboard":["Copiar la contraseña de administrador en el portapapeles"],"Copy admin username to clipboard":["Copiar el nombre de usuario de administrador en el portapapeles"],"Open local site":["Abrir sitio local"],"Preview unavailable":["Vista previa no disponible"],"Theme":["Tema"],"Open in…":["Abrir en…"],"Could not open the terminal.":["No se ha podido abrir el terminal."],"Terminal":["Terminal"],"PhpStorm":["PhpStorm"],"Finder":["Finder"],"Customize":["Personalizar"],"Widgets":["Widgets"],"Menus":["Menús"],"Customizer":["Personalizador"],"Pages":["Páginas"],"Templates":["Plantillas"],"Navigation":["Navegación"],"Patterns":["Patrones"],"Styles":["Estilos"],"Site Editor":["Editor del sitio"],"Open site":["Abrir sitio"],"User avatar":["Avatar del usuario"],"Site details":["Detalles del sitio"],"Log out":["Salir"],"This directory is not empty. Please select an empty directory or an existing WordPress folder.":["Este directorio no está vacío. Selecciona un directorio vacío o una carpeta de WordPress existente."],"New Version Available":["Nueva versión disponible"],"OK":["Aceptar"],"Application Update":["Actualización de aplicación"],"Later":["Más tarde"],"Restart":["Reiniciar"],"The existing WordPress site at this path will be added.":["Se añadirá el sitio WordPress existente en esta ruta."],"Add a site":["Añadir un sitio"],"Help":["Ayuda"],"Edit":["Editar"],"Save":["Guardar"],"Edit site":["Editar sitio"],"Copy wp-admin url to clipboard":["Copiar la URL wp-admin al portapapeles"],"Admin URL":["URL de administración"],"Password":["Contraseña"],"Username":["Nombre de usuario"],"WP version":["Versión de WP"],"Local path":["Ruta local"],"Copied!":["¡Copiado!"],"Copy site url to clipboard":["Copiar la URL del sitio al portapapeles"],"Site name":["Nombre del sitio"],"Add Site…":["Añadir sitio…"],"Settings…":["Configuración"],"Check for Updates":["Buscar actualizaciones"],"Expired":["Caducada"],"Previews":["Vistas previas"],"Delete site":["Eliminar el sitio"],"Cancel":["Cancelar"],"Delete site files from my computer":["Eliminar archivos del sitio de mi ordenador"],"Close":["Cerrar"],"Delete %s":["Borrar %s"],"Uploading site…":["Subiendo sitio…"],"Create preview site":["Crear sitio de vista previa"],"Create a preview site":["Crea un sitio de vista previa"],"Log in to WordPress.com":["Accede a WordPress.com"],"Rename preview link":["Cambiar el nombre al enlace de vista previa"],"More options":["Más opciones"],"html_lang_attribute":["es"],"text direction\\u0004ltr":["ltr"],"Test Render Failure (dev only)":["Prueba de fallo de renderizado (solo para desarrolladores)"],"Test Hard Crash (dev only)":["Prueba de fallo crítico (solo para desarrolladores)"],"Export":["Exportar"],"Running":["En ejecución"],"Stop":["Detener"],"Starting…":["Iniciando…"],"Start":["Iniciar"],"Log in":["Iniciar sesión"],"Settings":["Configuración"],"Account":["Cuenta"],"WP Admin":["WP Admin"],"Reload":["Recargar"],"Something went wrong":["Se ha producido un error"],"Add site":["Añadir sitio"],"Choose folder for site":["Elegir una carpeta para el sitio"]}}`);
47817
+ const locale_data$h = /* @__PURE__ */ JSON.parse(`{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"es"},"Studio now includes phpMyAdmin, giving you a visual interface to manage your site's database. Access it from the Overview tab.":[],"Manage your database with phpMyAdmin":["Gestiona tu base de datos con phpMyAdmin"],"Use the <code>studio</code> command in any terminal to manage sites, run WP-CLI commands, and control your local environment. <learn_more_link />":[],"Studio CLI for terminal":["Studio CLI para el terminal"],"Select the skills that will be placed in all existing and new sites. Agents can decide to use skills to help them accomplish specialized tasks. <learn_more_link />":[],"Sync support is available on selected plans only":[],"Refreshing…":["Actualizando…"],"Loading…":["cargando…"],"Your Studio site is configured as a multisite network. WordPress.com does not support multisite, so pushing may cause unexpected issues on the remote site.":[],"Show":["Mostrar"],"Instructions":["Instrucciones"],"%d warning":[],"Your Studio site is configured as a multisite network. Preview sites do not support multisite, which may cause unexpected issues.":[],"CLI Config (cli.json)":[],"Shared Config (shared.json)":[],"App Config (app.json)":[],"Open Config Files (dev only)":[],"Manage skills for this site. These override the global skills from Studio Settings.":[],"Loading instructions...":[],"Instruction actions":[],"Install instruction files so AI agents know how to work with this site.":[],"Manage instructions":[],"Install instruction files like AGENTS.md so AI agents know how to work with this site.":[],"Manage site skills":[],"You can override global skills for this site.":[],"Studio Settings":[],"Your task agents make use of skills you've installed in":[],"AI Skills":[],"⏎ confirm":[],"a all":[],"→← expand/collapse":[],"space toggle":[],"%d items selected":[],"type to filter":[],"No syncable sites found.":[],"[staging]":[],"Transfer required":[],"Plan upgrade required":["Es necesario mejorar el plan"],"Multiple sites match \\"%s\\". Use the site ID instead: %s":[],"No site found matching \\"%s\\"":[],"Site %s is not syncable (%s)":[],"Select items to sync":[],"Database (SQL)":[],"Failed to fetch remote file tree":[],"Failed to fetch latest rewind ID":[],"Failed to download backup":[],"Failed to check backup size":[],"Failed to check import status":[],"Failed to initiate import on remote site":[],"A sync operation is already in progress on this site. Please wait for it to finish and try again.":[],"Failed to check backup status":[],"Failed to initiate backup":[],"Invalid sync option: %s. Valid options: %s":[],"No suitable importer found for the provided backup contents":[],"No suitable backup handler found for the provided backup file":[],"Input file at location \\"%s\\" could not be found.":[],"AI agent for building WordPress sites":[],"Successfully pushed to %s (%s)":[],"Import timed out on %s — no progress detected":[],"Import failed on %s":[],"Initiating import… (%d%%)":[],"Upload cancelled":[],"Press Ctrl+C again to cancel. The upload cannot be safely cancelled mid-transfer.":[],"Uploading archive… (%d%%)":[],"The archive exceeds the %d GB size limit. Please reduce the size of your site and try again.":[],"Select a site to push to":[],"Push failed":[],"Push your local site to a WordPress.com site":[],"Pulled from %s (%s)":[],"Downloading backup… (%d%%)":[],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back. Do you want to continue?":["La copia de seguridad de tu sitio supera los %d GB. Extraerla te impedirá volver a publicar el sitio.\\n\\n¿Quieres continuar?"],"Backup timed out — no progress detected":[],"Creating remote backup… (%d%%)":[],"Remote backup failed":[],"Initializing remote backup… (%d%%)":[],"Fetching file tree…":[],"Select a site to pull from":[],"Found %d sites":[],"Fetching WordPress.com sites…":[],"Pull failed":[],"Remote site URL or ID":[],"Comma-separated sync options: all, sqls, uploads, plugins, themes, contents":[],"Pull a WordPress.com site to your local site":[],"Deleting all preview sites…":["Eliminando todos los sitios de vista previa..."],"Hostname is required unless --all is passed.":[],"Delete all preview sites for your user":[],"Delete preview site(s)":[],"MCP server for AI agents":[],"Starting import…":["Iniciando importación..."],"Import file not found: %s":[],"Failed to import site":[],"Path to the import file":[],"Import a backup file to site":[],"Import failed":["Error de importación"],"Site imported successfully":["Sitio importado correctamente"],"Metadata import completed":[],"Importing metadata…":[],"WordPress content import completed":[],"%1$s (%2$d/%3$d)":[],"Database import completed":[],"Importing database file… (%1$d/%2$d)":[],"Failed to extract backup":[],"A warning occurred while extracting backup":[],"Backup extraction completed":[],"Extracting backup file… (%1$d/%2$d)":[],"Backup validation failed":[],"Backup validated":[],"Validating backup…":[],"Started import…":[],"No suitable exporter found for the provided backup file":[],"%s successfully exported":[],"Failed to export site":[],"Invalid export file extension. Must be .sql when exporting database only.":[],"Invalid export file extension. Must be .zip or .tar.gz when exporting the full site.":[],"Export the full site or just the database. Default exports full site.":[],"Path to the export file. Full-site exports use .zip or .tar.gz. Database-only exports use .sql.":[],"Export site to a backup file":[],"Export failed":[],"Site exported successfully":["Sitio exportado correctamente"],"Configuration exported":[],"Backup file created":[],"Backing up file… (%d processed)":[],"Database exported":[],"Exporting database…":["Exportando base de datos…"],"WordPress content traversed":[],"Traversing WordPress content…":[],"Creating backup file…":[],"Manage code sessions":[],"List code sessions":[],"esc cancel":[],"⏎ select":[],"↑↓ navigate":[],"Code Sessions":[],"Deleted code session":[],"Stop here":[],"Resume where the agent left off":[],"Reached the turn limit. Continue?":[],"Used %d turn":[],"%1$s is no longer available. Switched to %2$s.":[],"Provider setup canceled. Kept %s.":[],"Select an AI provider":[],"Switched to %s":[],"Select a model":[],"%s (current)":["%s (actual)"],"Logged out of WordPress.com":[],"Login failed or canceled":[],"API key update canceled.":[],"Anthropic API key updated.":[],"Preview command completed.":[],"Preview site ready!":[],"Failed to create preview site.":["Error al crear el sitio de vista previa."],"Creating preview site… this may take a moment.":[],"Updating preview site… this may take a moment.":[],"No site selected. Use ↓ to select a site first.":[],"No Anthropic API key saved. Use /api-key to enter one.":[],"Use /login to authenticate to WordPress.com":[],"Logged in as %s":["Conectado como %s"],"Logged in as %1$s (%2$s)":[],"Choose how to connect":[],"WordPress.com (recommended)":[],"Use /api-key to update the Anthropic API key.":[],"No linked Claude session was found. Continuing from transcript only.":[],"Resuming session %s":[],"Session persistence disabled: %s":[],"Session persistence disabled (--no-session-persistence).":[],"ⓘ The \\"studio ai\\" command is now \\"studio code\\".":[],"AI agent for building WordPress":[],"Unknown error":["Error desconocido"],"Permission denied: %s":[],"Ran for %ds before interruption":[],"Interrupted":[],"Thought for %1$ds · %2$d turn":[],"Other (type my own)":[],"... %d more lines · ctrl+o to expand":[],"I'll ask a few quick questions about the name and layout, then build the whole thing for you. The more precise you are about what you want, the better the result will be.":[],"\\"Make a blog for a coffee shop\\"":[],"\\"Build a landing page for a SaaS product\\"":[],"\\"Create a portfolio site for a photographer\\"":[],"Just tell me what you want to build — for example:":[],"Generate preview sites":[],"%s with shareable URLs for quick feedback":[],"%s your local site to the cloud in WordPress.com":[],"Validate":["Validar"],"%s all block content to ensure it's editor-compatible":[],"screenshots":[],"Take %s (desktop + mobile) to verify the design is well crafted":[],"Preview & Publishing":[],"images and videos":[],"Upload %s to your site, using local media files or remote URLs":[],"Create realistic placeholder content tailored to your site's purpose":[],"navigation menus, site options, post types, taxonomies, and settings":[],"Set up %s":["Configurar %s"],"page content":[],"Generate and import %s using core blocks":[],"Content":["Contenido"],"plugins":[],"Install and activate %s via WP-CLI":[],"pages and posts":[],"Create %s with valid Gutenberg block content":[],"CSS, PHP, and JavaScript":[],"Write custom %s for themes and plugins":[],"%s block themes with striking, memorable designs":[],"Design & Development":[],"List":["Lista"],"%s all your local sites and their status":[],"Start / stop":[],"%s existing local sites":[],"%s new local WordPress sites instantly (fully configured, ready to use)":[],"Local Sites Management":[],"Great, you're connected now! Let me tell you what I can do:":[],"Hello, I'm %s, your local WordPress agent and builder.":[],"esc to interrupt":[],"ctrl+o expand":[],"ctrl+o collapse":[],"Code is Poetry":["El código es poesía"],"Type your answer…":[]," ✻ Site deselected":[]," ✻ Selected site: %s":[]," ✻ Selected site: %s (WordPress.com)":[],"Loading WordPress.com sites…":[],"↑↓ navigate · ← local sites · enter select · tab open in browser · esc cancel":[],"↑↓ navigate · → remote sites · enter select · tab open in browser · esc cancel":[],"Search:":["Buscar:"],"Local":["Local"],"[Local]":[],"Failed to load WordPress.com sites. Please try again.":[],"Not logged in. Use /login first.":[],"No sites found. Create one first.":[],"inline content":[],"Update todo list":[],"Run task":[],"Load skill":[],"Search":["Buscar"],"Write":["Escribir"],"Read":["Lectura"],"Take screenshot":[],"Validate blocks":[],"Run WP-CLI":[],"Update preview":[],"List previews":[],"Create preview":[],"Get site info":[],"Create site":["Crear sitio web"],"↓ select site":[],"Run a performance audit on a site":[],"Optimize category taxonomy with AI":[],"Exit the chat":[],"Push the active site to WordPress.com as a preview":[],"Switch the AI provider":[],"Switch the AI model":[],"Log out of WordPress.com":["Salir de WordPress.com"],"Set or update the Anthropic API key":[],"Open the active site in the browser":[],"Studio now supports light, dark, and system appearance modes. Head to Settings to choose your preferred look.":["Studio ahora admite los modos de apariencia claro, oscuro y del sistema. Ve a Ajustes para elegir el aspecto que prefieras."],"Dark mode is here":["El modo oscuro ya está aquí"],"MCP":["MCP"],"Skills":["Habilidades"],"Loading skills...":["Cargando habilidades…"],"Install all":["Instalar todo"],"Available":["Disponible"],"Skill actions":["Acciones de habilidad"],"Appearance":["Apariencia"],"Dark":["Oscuro"],"Light":["Claro"],"System":["Sistema"],"Connect your AI coding assistant to the Studio MCP to let it create, configure and interact with your local WordPress sites. Copy the JSON configuration below and add it to your assistant's MCP settings. <learn_more_link />":[],"CLI commands, automation, and search-replace":["Comandos de CLI, automatización y función de buscar y reemplazar"],"WP-CLI & Ops":["WP-CLI & Ops"],"Routes, endpoints, schema, and authentication":["Rutas, endpoints, esquema y autenticación"],"REST API":["REST API"],"Theme.json, templates, patterns, and style variations":["Theme.json, plantillas, patrones y variaciones de estilo"],"Block Themes":["Temas de bloques"],"Block.json, attributes, rendering, and deprecations":["Block.json, atributos, renderizado y obsolescencias"],"Block Development":["Desarrollo de bloques"],"Hooks, settings API, security, and packaging":["Ganchos, API de ajustes, seguridad y empaquetado"],"Plugin Development":["Desarrollo de plugins"],"WordPress development workflows using Studio CLI":["Flujos de trabajo de desarrollo de WordPress con la CLI de Studio"],"phpMyAdmin":["phpMyAdmin"],"Exiting…":["Saliendo…"],"Reset config and start clean? (Choosing No will exit the CLI)":["¿Restablecer la configuración y empezar de cero? (Si eliges «No», se saldrá de la CLI)"],"Old Studio config was found, but Studio no longer appears to be installed.\\nReset this config and start clean? You can re-add site directories later.\\n\\nIf Studio is actually installed, open it, update it, then run the CLI again.\\n":["Se ha encontrado la configuración antigua de Studio, pero parece que Studio ya no está instalado.\\n¿Restablecer esta configuración y empezar de cero? Puedes volver a añadir los directorios del sitio más tarde.\\n\\nSi Studio está instalado, ábrelo, actualízalo y ejecuta la CLI de nuevo.\\n"],"Studio is installed, but your config must be migrated by Studio before this CLI can run. Open Studio, update it, then try again.":["Studio está instalado, pero Studio debe migrar tu configuración para que se pueda ejecutar esta CLI. Abre Studio, actualízalo y vuelve a intentarlo."],"Preview site not found in config":["Vista previa del sitio no encontrada en la configuración"],"CLI config file is corrupted.":["El archivo de configuración de la CLI está dañado."],"Invalid CLI config file format.":["Formato de archivo de configuración de CLI no válido."],"Invalid CLI config version. It looks like you have a different version of the \`studio\` CLI installed on your system. Please modify your $PATH environment variable to use the correct version.":["Versión de configuración de CLI no válida. Parece que tienes instalada una versión diferente de la CLI «studio» en tu sistema. Modifica tu variable de entorno $PATH para usar la versión correcta."],"Failed to read CLI config file.":["Error al leer el archivo de configuración de la CLI."],"Failed to fetch WordPress.com sites":["Error al obtener los sitios de WordPress.com."],"Failed to update AI instructions. Proceeding anyway…":["Error al actualizar las instrucciones de IA. Continuando de todas formas…"],"Failed to install AI instructions. Proceeding anyway…":["Error al instalar las instrucciones de IA. Continuando de todas formas…"],"Checking for dependency updates…":["Comprobando actualizaciones de dependencias…"],"Preview site updated":["Vista previa del sitio actualizada"],"Preview site name cannot be empty.":["El nombre de la vista previa del sitio no puede estar vacío."],"At least one option (--name) is required.":["Se necesita al menos una opción (--name)."],"Failed to configure preview site":["Error al configurar la vista previa del sitio."],"Hostname of the preview site to configure":["Nombre de host de la vista previa del sitio que se va a configurar"],"Configure preview site settings":["Configurar ajustes de la vista previa del sitio"],"Authentication required. Please log in with \`studio auth login\`.":["Se necesita autenticación. Accede con «studio authauth login»."],"Preview site name":["Nombre de la vista previa del sitio"],"MCP server failed":["Error del servidor MCP"],"For other AI assistants, check their documentation for config file locations.":["Para otros asistentes de IA, consulta su documentación para ver la ubicación de los archivos de configuración."],"Project":["Proyecto"],"Claude Desktop":["Claude Desktop"],"Configuration file locations:":["Ubicaciones del archivo de configuración:"],"For other AI assistants, add the following under the \\"mcpServers\\" key in their MCP configuration:":["Para otros asistentes de IA, añade lo siguiente bajo la clave «mcpServers» en su configuración de MCP:"],"Codex":["Codex"],"Claude Code":["Claude Code"],"Run one of the following commands to add MCP support to your AI assistant:":["Ejecuta uno de los siguientes comandos para añadir la compatibilidad con MCP a tu asistente de IA:"],"WordPress Studio MCP Server":["Servidor MCP de WordPress Studio"],"You must provide a valid code sessions command":["Debes proporcionar un comando de sesiones de código válido"],"Select a session to resume:":["Elige una sesión para reanudarla:"],"Failed to resume code session":["Error al reanudar la sesión de código"],"Resume a code session (id, prefix, \\"latest\\", or picker)":["Reanudar una sesión de código (ID, prefijo, «más reciente» o selector)"],"Failed to list code sessions":["Error al mostrar la lista de sesiones de código"],"Most recent first":["Más recientes primero"],"(No prompt yet)":["(Aún no hay sugerencias)"],"No code sessions found":["No se han encontrado sesiones de código"],"Select a session to delete:":["Elige una sesión para eliminarla:"],"Failed to delete code session":["Error al eliminar la sesión de código"],"Session id, id prefix, or \\"latest\\"":["ID de la sesión, prefijo de ID o «más reciente»"],"Delete a code session (id, prefix, \\"latest\\", or picker)":["Eliminar una sesión de código (ID, prefijo, «más reciente» o selector)"],"Record this code session to disk":["Grabar esta sesión de código en el disco"],"Anthropic API key required. Switch to Anthropic · API key with /provider to save one.":["Se necesita una clave de API de Anthropic. Cambiar a Anthropic · Clave API con /provider para guardar una."],"WordPress.com login required. Use /login to authenticate.":["Acceso con WordPress.com necesario. Usa /login para autenticarte."],"Username must be 60 characters or fewer.":["El nombre de usuario debe tener 60 caracteres o menos."],"Username can only contain letters, numbers, and _.@- characters.":["El nombre de usuario solo puede contener letras, números y caracteres como _.@-."],"Admin username cannot be empty.":["El nombre de usuario del administrador no puede estar vacío."],"Please enter a valid email address.":["Por favor, introduce una dirección de correo electrónico válida."],"Admin email cannot be empty.":["El correo electrónico del administrador no puede estar vacío."],"Error pushing from %s":["Error al hacer push desde %s"],"Visual Studio Code":["Código de Visual Studio"],"Loading site name":["Cargando nombre del sitio"],"Loading site URL":["Cargando URL del sitio"],"Loading environment":["Cargando entorno"],"A new admin user will be created. WordPress does not support renaming usernames.":["Se creará un nuevo usuario administrador. WordPress no admite el cambio de nombre de usuario."],"Skip":["Omitir"],"WordPress multisite requires a custom domain.":["El multisitio de WordPress requiere un dominio personalizado."],"Admin credentials":["Credenciales del administrador"],"Admin password is required":["La contraseña del administrador es obligatoria"],"Failed to open Visual Studio Code":["No se ha podido abrir el código de Visual Studio"],"Show password":["Mostrar la contraseña"],"Hide password":["Ocultar la contraseña"],"Copy admin email to clipboard":["Copiar el correo electrónico del administrador en el portapapeles"],"Email":["Email"],"Install":["Instalar"],"Open":["Abrir"],"Installed":["Instalado"],"Installing...":["Instalando..."],"Agent Instructions":["Instrucciones del agente"],"Admin email":["Correo electrónico del administrador"],"Site files already removed":["Archivos del sitio ya eliminados"],"Blueprint source path is missing":["Falta la ruta de origen de Blueprint"],"The enableMultisite Blueprint step requires a custom domain. WordPress multisite does not support custom ports. Use --domain <name>.local to set a custom domain.":["El paso de Blueprint enableMultisite requiere un dominio personalizado. El multisitio de WordPress no admite puertos personalizados. Usa --domain <name>.local para establecer un dominio personalizado."],"Admin email:":["Correo electrónico del administrador:"],"Admin password (leave empty to auto-generate):":["Contraseña de administrador (déjalo vacío para generarla automáticamente):"],"Admin username:":["Nombre de usuario del administrador"],"Enable HTTPS?":["Habilitar HTTPS"],"Custom domain (leave empty to skip):":["Dominio personalizado (déjalo en blanco para omitir):"],"WordPress version:":["Versión de WordPress"],"%s (recommended)":["%s (recomendado)"],"Site path:":["Ruta del sitio:"],"Site name:":["Nombre del sitio"],"Admin email (defaults to \\"admin@localhost.com\\")":["Correo electrónico del administrador (por defecto es \\"admin@localhost.com\\")"],"Admin password (auto-generated if not provided). Note: passwords in CLI arguments may be visible in process lists; consider using a Blueprint file for sensitive passwords.":["Contraseña de administrador (generada automáticamente si no se proporciona). Nota: las contraseñas en los argumentos CLI pueden ser visibles en las listas de procesos; considere el uso de un archivo Blueprint para contraseñas confidenciales."],"Admin username (defaults to \\"admin\\")":["Nombre de usuario del administrador (por defecto es \\"admin\\")"],"API key is required":["La clave de la API es obligatoria"],"Enter your Anthropic API key (will be saved for future use):":["Introduce tu clave de API de Anthropic (se guardará para su uso futuro):"],"AI agent failed":["Error del agente de IA"],"Display PHP errors and warnings directly in the browser by setting the WP_DEBUG_DISPLAY constant.":["Muestra los errores PHP y las advertencias directamente en el navegador estableciendo la constante WP_DEBUG_DISPLAY."],"Show errors in browser":["Mostrar errores en el navegador"],"Log PHP errors and warnings to a debug.log file in your site's wp-content directory by setting the WP_DEBUG_LOG constant.":["Registra los errores PHP y las advertencias en un archivo debug.log en el directorio wp-content de tu sitio estableciendo la constante WP_DEBUG_LOG."],"Enable debug log":["Activar registro de depuración"],"General":["General"],"Open Application Logs":["Abrir registros de la aplicación"],"Debug display":["Visualización de depuración"],"Open log file":["Abrir archivo de registro"],"Debug log":["Registro de depuración"],"Debugging":["Depuración"],"Applies site configuration.":["Aplica la configuración del sitio."],"Runs %s.":["Ejecuta %s."],"%d WP-CLI command":["%d comando de WP-CLI","%d comandos de WP-CLI"],"%d SQL query":["%d consulta SQL","%d consultas SQL"],"%d block of PHP code":["%d bloque de código PHP","%d bloques de código PHP"],"Imports content.":["Importa contenido."],"Installs %s.":["Instala %s."],"%d theme":["%d tema","%d temas"],"%d plugin":["%d plugin","%d plugins"],"%1$s, and %2$s":["%1$s y %2$s"],"%1$s and %2$s":["%1$s y %2$s"],"Featured Blueprint":["Modelo destacado"],"Copy site…":["Copiar sitio…"],"%s Copy":["Copia de %s"],"An error occurred while copying the site. Please try again. If this problem persists, please contact support.":["Se ha producido un error al crear el sitio. Inténtalo de nuevo. Si el problema persiste, ponte en contacto con el servicio de soporte."],"Failed to copy site":["No se ha podido copiar"],"Failed to start '%s'":["Error al iniciar «%s»"],"Not enough memory to start '%s'":["Memoria insuficiente para iniciar «%s»"],"Failed to initialize custom domains for '%s'":["No se han podido inicializar los dominios personalizados para «%s»"],"Copy site":["Copiar el sitio"],"Start all":["Empezar todo"],"No sites running":[" Ningún sitio en funcionamiento"],"Skip printing site URL and admin credentials after starting":["Omitir la impresión de la URL del sitio y las credenciales de administrador después de empezar"],"Skip printing site URL and admin credentials after creating":["Omitir la impresión de la URL del sitio y las credenciales de administrador después de crear"],"Site ID (UUID format, used internally by Studio app)":["ID del sitio (formato UUID, utilizado internamente por la aplicación de Studio)"],"Must be a valid UUID":["Debe ser un UUID válido"],"Zed":["Zed"],"Antigravity":["Antigravity"],"Pause upload":["Pausar subida"],"Resume upload":["Subida de currículums"],"Upload is manually paused. Click the resume button to continue uploading.":["La subida se pausa manualmente. Haz clic en el botón de currículum para seguir subiendo contenido."],"WordPress %s (selected is %s)":["WordPress %s (seleccionado es %s)"],"PHP %s (selected is %s)":["PHP %s (seleccionado es %s)"],"Please check the link and try again.":["Comprueba el enlace e inténtalo de nuevo."],"Could not connect to the server. Please check your internet connection and try again.":["No se ha podido conectar con el servidor. Revisa tu conexión a Internet e inténtalo de nuevo."],"%d warning found":["%d Advertencia encontrada","%d Advertencias encontradas"],"Invalid blueprint":["Modelo no válido"],"\\"%s\\" is not a valid Blueprint property":["«%s» no es una propiedad de Blueprint válida"],"Site files moved to trash":["Archivos del sitio movidos a la papelera"],"Moving site files to trash…":["Moviendo los archivos del sitio a la papelera…"],"Also move site files to trash":["Mover también los archivos del sitio a la papelera"],"SQLite integration skipped":["Integración de SQLite omitida"],"Easily install the %s CLI to run WP-CLI commands from your terminal and create, start, stop, or update your sites.":["Instala fácilmente la CLI de %s para ejecutar comandos WP-CLI desde tu terminal y crear, iniciar, detener o actualizar tus sitios."],"WP-CLI support and CLI site management":["Soporte de WP-CLI y gestión del sitio de la CLI"],"WP-CLI":["WP-CLI"],"Manage sites":["Gestionar sitios"],"Failed to stop sites":["Error al detener los sitios"],"Self-hosted (e.g. jurassic.ninja) sites are not supported":["No se admiten sitios autoalojados (por ejemplo, jurassic.ninja)"],"Error retrieving remote files and directories. Please close and reopen this dialog to try again.":["Error al obtener los archivos y directorios remotos. Cierra y vuelve a abrir este diálogo para intentarlo de nuevo."],"You are currently offline. Sync will continue running remotely. We will send you an email once it's completed.":["Actualmente no tienes conexión. La sincronización continuará ejecutándose de forma remota. Te enviaremos un correo electrónico cuando se haya completado."],"Leave running":["Dejar en funcionamiento"],"Stop sites":["Detener sitios"],"%d site is currently running. Do you want to stop it before quitting?":["%d sitio se encuentra actualmente en funcionamiento. ¿Quieres detenerlo antes de salir?","%d sitios se encuentran actualmente en funcionamiento. ¿Quieres detenerlos antes de salir?"],"You have a running site":["Tienes un sitio en funcionamiento","Tienes sitios en funcionamiento"],"Uploading site (%d%%)…":["Subiendo sitio (%d%%)…"],"The site name is too long. Please choose a shorter site name.":["El nombre del sitio es muy largo. Elige un nombre de sitio más corto."],"An error occurred while running the WP-CLI command.":["Se ha producido un error al ejecutar el comando WP-CLI."],"Stopping all WordPress servers…":["Deteniendo todos los servidores de WordPress…"],"Stop all sites":["Detener todos los sitios"],"Stop site(s)":["Detener sitio(s)"],"Get status of site":["Obtener el estado del sitio"],"List sites":["Mostrar lista de sitios"],"SSL certificates deleted":["Certificados SSL eliminados"],"Deleting SSL certificates…":["Eliminando certificados SSL…"],"Stopping WordPress server…":["Deteniendo el servidor de WordPress…"],"Failed to delete associated preview sites. Proceeding anyway…":["Error al eliminar los sitios de vista previa asociados. Continuando de todas formas…"],"Starting WordPress server…":["Iniciando el servidor de WordPress…"],"Saving site…":["Guardando sitio…"],"Create a new site":["Crear un sitio nuevo"],"Events watcher failed":["El observador de eventos ha fallado"],"Create a new site from a featured Blueprint on your own. <learn_more_link />":["Crea un sitio por tu cuenta a partir de un modelo destacado. <learn_more_link />"],"Powered by experimental AI. <learn_more_link />":["Con tecnología de IA experimental. <learn_more_link />"],"Could not load files. Please close and reopen this dialog to try again.":["No se han podido cargar los archivos. Cierra y vuelve a abrir este cuadro de diálogo para intentarlo de nuevo."],"The site uploading has been paused due to an internet connection issue. We will retry automatically in a few seconds.":["La subida del sitio se ha pausado debido a un problema de conexión a Internet. Lo volveremos a intentar automáticamente en unos segundos."],"Enable PHP debugging with Xdebug. Only one site can have Xdebug enabled at a time. Note that Xdebug may slow down site performance. <learn_more_link />":["Activa la depuración de PHP con Xdebug. Solo se puede tener Xdebug activado en un sitio. Ten en cuenta que Xdebug puede ralentizar el rendimiento del sitio. <learn_more_link />"],"Enable Xdebug":["Activar Xdebug"],"Xdebug is currently enabled for \\"%s\\" site. Disable it there first to enable it for this site.":["Xdebug está activado en el sitio \\"%s\\". Desactívalo allí primero para activarlo en este sitio."],"Starting from a Blueprint requires an internet connection.":["Para empezar desde un modelo se necesita conexión a Internet."],"Uploading paused":["Subida en pausa"],"Xdebug":["Xdebug"],"Dismiss":["Descartar"],"Build blocks with <button>Telex <ArrowIcon /></button>":["Crea bloques con <button>Telex <ArrowIcon /></button>"],"Build with Telex":["Crear con Telex"],"Add site from a Blueprint":["Añadir sitio desde un modelo"],"Restart Studio now to install the update, or choose Later to continue working and restart when convenient.":["Reinicia Studio ahora para instalar la actualización o elige Más tarde para seguir trabajando y reiniciar cuando te venga mejor."],"Update ready to install":["Actualización lista para instalarse"],"You're already running the latest version of Studio. No update is needed at this time.":["Ya estás ejecutando la última versión de Studio. No se necesita ninguna actualización en este momento."],"No updates available":["No hay actualizaciones disponibles"],"Studio will notify you when the update is ready to install. You can continue working normally.":["Studio te avisará cuando la actualización esté lista para instalarse. Puedes seguir trabajando normalmente."],"Downloading update in the background":["Descargando la actualización en segundo plano"],"It looks like you denied the authorization request. To proceed, please click \\"Approve\\"":["Parece que has denegado la solicitud de autorización. Para continuar, haz clic en «Aprobar»"],"Authorization denied":["Autorización denegada"],"Windows on Intel/AMD":["Windows en Intel/AMD"],"Windows on ARM":["Windows en ARM"],"Mac with Intel Chip":["Mac con chip Intel"],"Mac with Apple Silicon Chip":["Mac con chip Apple Silicon"],"Unsupported PHP version: %s":["Versión de PHP no compatible: %s"],"Set auto-start flag for the site(s)":["Establecer marca de inicio automático para el sitio o los sitios"],"Failed to stop site":["Error al detener el sitio"],"Successfully stopped %d site":["Se ha detenido correctamente %d sitio","Se han detenido correctamente %d sitios"],"No sites are currently running":["Actualmente no hay ningún sitio en ejecución"],"Failed to load site status":["No se ha podido cargar el estado del sitio"],"Connected to process daemon":["Conectado al daemon de proceso"],"Connecting to process daemon…":["Conectando con el daemon del proceso…"],"Failed to parse Blueprint JSON":["No se ha podido analizar el JSON del modelo"],"Failed to fetch Blueprint":["Error al obtener el modelo"],"WordPress files copied":["Archivos de WordPress copiados"],"Copying bundled WordPress…":["Copiando paquete de WordPress…"],"Cannot set up WordPress. Bundled WordPress files not found. Please connect to the internet or reinstall Studio.":["No se puede configurar WordPress. Archivos de WordPress agrupados no encontrados. Conéctate a Internet o vuelve a instalar Studio."],"Cannot set up WordPress while offline. Specific WordPress versions require an internet connection. Try using \\"latest\\" version or ensure internet connectivity.":["No se puede configurar WordPress sin conexión. Las versiones específicas de WordPress necesitan conexión a Internet. Prueba a usar la versión «latest» o asegúrate de tener conexión a Internet."],"Path or URL to Blueprint JSON file":["Ruta o URL al archivo JSON del modelo"],"Must be: at least %s":["Debe ser: como mínimo %s"],"Must be: \\"latest\\", \\"nightly\\", or a valid version number (e.g., \\"6.4\\", \\"6.4.1\\", \\"6.4-beta1\\")":["Debe ser: «latest», «nightly» o un número de versión válido (por ejemplo, 6.4, 6.4.1, 6.4-beta1)"],"Failed to parse Blueprint JSON file: %s":["No se ha podido analizar el archivo JSON del modelo: %s"],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, or .wpress file.":["Este tipo de archivo no es compatible. Por favor, utiliza un archivo .zip, .gz, .tar, .tar.gz, o .wpress."],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, .wpress, or .sql file.":["Este tipo de archivo no es compatible. Por favor, utiliza un archivo .zip, .gz, .tar, .tar.gz, .wpress o .sql."],"Studio CLI":["CLI de Studio"],"Your Studio site is using a different WordPress or PHP version than your remote site. The remote site will keep using the newest supported versions.":["Tu sitio de Studio utiliza una versión de WordPress o PHP diferente a la de tu sitio remoto. El sitio remoto seguirá utilizando las versiones compatibles más recientes."],"%s over":["%s mayor de"],"The push is in progress and will continue running remotely. We will send you an email once it's completed.":["La inserción está en curso y continuará ejecutándose de forma remota. Te enviaremos un correo electrónico cuando se haya completado."],"Get smart suggestions from the Studio Assistant":["Recibe sugerencias inteligentes de Studio Assistant"],"Seamlessly sync with WordPress.com and Pressable":["Sincroniza de forma fluida con WordPress.com o Pressable"],"Share preview sites with clients and colleagues":["Comparte la vista previa de los sitios con clientes y compañeros"],"Start by connecting your WordPress.com account to unlock the full power of WordPress Studio.":["Empieza conectando tu cuenta de WordPress.com para disfrutar de todas las ventajas de WordPress Studio."],"Welcome to WordPress Studio":["Te damos la bienvenida a WordPress Studio"],"Failed to uninstall CLI":["No se ha podido desinstalar la CLI"],"The CLI has been uninstalled successfully.":["La CLI se ha desinstalado correctamente."],"CLI uninstalled":["CLI desinstalada"],"Proceed":["Ejecutar"],"Blueprint details":["Información del modelo"],"Start working locally with your site data.":["Empieza a trabajar localmente con los datos de tu sitio."],"Pull content from your remote site.":["Extrae contenido de tu sitio remoto."],"Create a new local WordPress site.":["Crea un sitio local de WordPress."],"Create a new local site and pull your WordPress.com or Pressable site with Jetpack activated.":["Crea un sitio local y accede a tu sitio de WordPress.com o Pressable con Jetpack activado."],"Create a new site from WordPress.com or Pressable":["Crea un sitio en WordPress.com o Pressable"],"Pull an existing site":["Hacer pull de un sitio ya existente"],"Blueprint":["Anteproyecto"],"The sync process will continue running remotely after you quit Studio. We will send you an email once it is complete.":["El proceso de sincronización continuará ejecutándose de forma remota cuando salgas de Studio. Te enviaremos un correo electrónico cuando se haya completado."],"Sync will continue":["La sincronización continuará"],"Initializing remote backup…":["Iniciando copia de seguridad remota…"],"HTTP proxy server stopped":["Servidor proxy HTTP detenido"],"Stopping HTTP proxy server…":["Deteniendo el servidor proxy HTTP…"],"The specified directory is not added to Studio. Use \`studio site create\` to add it.":["El directorio especificado no se ha añadido a Studio. Usa \`studio site create\` para añadirlo."],"Failed to stop WordPress server":["No se ha podido detener el servidor de WordPress"],"WordPress server is not running":["El servidor de WordPress no se está ejecutando"],"Admin password":["Contraseña de administrador"],"Admin username":["Nombre de usuario del administrador"],"Status":["Estado:"],"Site Path":["Ruta del sitio"],"Auto-login URL":["URL de acceso automático"],"Site URL":["URL del sitio"],"Offline":["Sin conexión"],"Online":["En línea"],"SQLite integration configured as needed":["Integración con SQLite configurada según sea necesario"],"Setting up SQLite integration, if needed…":["Configurando la integración con SQLite, si es necesario…"],"Domain removed from hosts file":["Dominio eliminado del archivo de hosts"],"Removing domain from hosts file…":["Eliminando el dominio del archivo de hosts…v"],"Associated preview sites deleted":["Se han eliminado los sitios de vista previa asociados"],"Deleting %d associated preview site…":["Eliminando %d sitio de vista previa asociado…","Eliminando %d sitios de vista previa asociados…"],"WordPress server stopped":["El servidor de WordPress se ha detenido"],"Site loaded":["Sitio cargado"],"Loading site…":["Cargando sitio…"],"Failed to delete site":["Error al eliminar el sitio"],"Failed to start site":["Error al iniciar el sitio"],"Authenticated with WordPress.com as \`%s\`":["Autenticado con WordPress.com como «%s»"],"Run \\"studio site start\\" to start the site.":["Ejecuta «iniciar sitio de Studio» para iniciar el sitio."],"Failed to apply Blueprint":["Error al aplicar el modelo"],"Blueprint applied successfully":["Modelo aplicado correctamente"],"Applying Blueprint…":["Aplicando modelo…"],"Starting WordPress server and applying Blueprint…":["Iniciando el servidor de WordPress y aplicando modelo…"],"Site created successfully":["Sitio creado correctamente"],"Port assigned: %d":["Puerto asignado: %d"],"Assigning port…":["Asignando puerto…"],"SQLite integration configured":["Integración de SQLite configurada"],"Setting up SQLite integration…":["Configurando integración de SQLite…"],"Site directory created":["Directorio del sitio creado"],"Creating site directory…":["Creando directorio del sitio…"],"Site configuration validated":["Configuración del sitio validada"],"The selected directory is already in use.":["El directorio seleccionado ya está en uso."],"Blueprint feature \\"%1$s\\" is not supported: %2$s":["La característica «%1$s» del modelo no es compatible: %2$s"],"Blueprint file not found: %s":["Archivo de modelo no encontrado: %s"],"The selected directory is not empty nor an existing WordPress site.":["El directorio seleccionado no está vacío ni es un sitio de WordPress existente."],"Validating site configuration…":["Validando la configuración del sitio…"],"Start the site after creation":["Iniciar el sitio después de la creación"],"Enable HTTPS for custom domain":["Habilitar HTTPS para el dominio personalizado"],"Custom domain (e.g., \\"mysite.local\\")":["Dominio personalizado (por ejemplo, «misitio.local»)"],"WordPress version (e.g., \\"latest\\", \\"6.4\\", \\"6.4.1\\")":["Versión de WordPress (por ejemplo, más reciente, 6.4, 6.4.1)"],"Choose a plan to publish your site":["Elige un plan para publicar tu sitio"],"Sync database and files.":["Sincroniza la base de datos y los archivos."],"Unlock the power of WordPress and share your work with the world with":["Consigue lo mejor de WordPress y comparte tu trabajo con el mundo con"],"Find a perfect plan":["Encuentra el plan perfecto"],"Preparing workers…":["Preparando trabajadores…"],"Running the Blueprint…":["Ejecutando el modelo…"],"Booting WordPress…":["Iniciando WordPress…"],"Starting up workers…":["Empezando a trabajar…"],"Downloading WordPress…":["Descargando WordPress…"],"WordPress is running":["WordPress se está ejecutando"],"Site not found":["Sitio no encontrado"],"Failed to start WordPress server":["Error al iniciar el servidor de WordPress"],"WordPress server started":["Se ha iniciado el servidor de WordPress"],"WordPress server is already running":["El servidor de WordPress ya se está ejecutando"],"Process daemon started":["Daemon del proceso iniciado"],"Starting process daemon…":["Iniciando daemon del proceso…"],"Skip opening the site in browser after starting":["Omitir la apertura del sitio en el navegador después de iniciar"],"Password: ":["Contraseña: "],"Username: ":["Nombre de usuario: "],"Site URL: ":["URL del sitio: "],"Publish site":["Publicar sitio"],"Failed to select site":["Error al seleccionar el sitio"],"Select a site to import":["Selecciona un sitio para importar"],"Publish your site":["Publica tu sitio"],"Select a remote site":["Selecciona un sitio remoto"],"Blueprint loaded from URL":["Modelo cargado desde URL"],"Download directly from WordPress.com or Pressable":["Descargar directamente desde WordPress.com o Pressable"],"Failed to load Blueprint":["Error al cargar el modelo"],"Failed to revoke token":["Error al revocar el token"],"Failed to fetch user info":["Error al obtener la información del usuario"],"You must provide a valid auth command":["Debes proporcionar un comando de autenticación válido"],"Manage authentication":["Gestionar la autenticación"],"Failed to add domain to hosts file":["Error al añadir el dominio al archivo de hosts:"],"Domain added to hosts file":["Dominio añadido al archivo de hosts"],"Adding domain to hosts file…":["Agregando dominio al archivo de hosts…"],"SSL certificates generated":["Certificados SSL generados"],"Generating SSL certificates…":["Generando certificados SSL…"],"HTTP proxy already running":["El proxy HTTP ya está en ejecución"],"HTTP proxy server started":["Servidor proxy HTTP iniciado"],"Starting HTTP proxy server…":["Iniciando el servidor proxy HTTP…"],"Failed to check authentication status":["Error al comprobar el estado de autenticación"],"Authentication token is invalid or expired":["El token de autenticación no es válido o ha caducado"],"Checking authentication status…":["Comprobando el estado de autenticación…"],"Check authentication status":["Comprobar estado de autenticación"],"Failed to log out":["Error al cerrar sesión"],"Successfully logged out":["Sesión cerrada con éxito"],"Already logged out":["Ya has cerrado sesión"],"Logging out…":["Cerrando sesión…"],"Log out and clear WordPress.com authentication":["Cierra sesión y borra la autenticación de WordPress.com"],"Authentication failed":["Autenticación fallida"],"Authentication failed. Please try again.":["Ha fallado la autenticación. Por favor, inténtalo de nuevo."],"Authentication completed successfully!":["¡Autenticación completada con éxito!"],"Authentication token:":["Token de autenticación:"],"Please complete authentication in your browser and paste the generated token here.":["Por favor, completa la autenticación en tu navegador y pega aquí el token generado."],"Failed to open browser. Please open the URL manually: %s":["Error al abrir el navegador. Por favor, abre manualmente la URL: %s"],"Browser opened successfully":["Navegador abierto con éxito"],"Opening browser for authentication…":["Abriendo navegador para la autenticación…"],"Already authenticated with WordPress.com":["Ya estás autenticado en WordPress.com"],"Downloading the ARM version of Studio will provide better performance.":["La descarga de la versión ARM de Studio mejorará el rendimiento."],"An error occurred while deleting all preview sites. Please try again.":["Se ha producido un error el eliminar todos los sitios de previsualización. Inténtalo de nuevo."],"Failed to delete all preview sites":["Error al eliminar todos los sitios de previsualización"],"<siteUrlButton /> appears to be deleted or is currently unreachable. <button>Get help ↗</button>":["Parece que no se puede acceder a <siteUrlButton /> en este momento o se ha eliminado. <button>Consigue ayuda ↗</button>"],"This preview site has been deleted from the server. You can remove it from the list by clicking Clear button.":["Este sitio de previsualización se ha eliminado del servidor. Puedes eliminarlo de la lista haciendo clic en el botón Borrar."],"Database import failed on the remote site. Please review your database and try again or contact support and provide details from the logs below.":["Error al importar la base de datos en el sitio remoto. Revisa tu base de datos e inténtalo de nuevo o ponte en contacto con el servicio de asistencia y proporciona los detalles de los registros que aparecen a continuación."],"Create new backup ↗":["Crear nueva copia de seguridad ↗"],"Content from the latest backup: %s.":["Contenido de la última copia de seguridad: %s."],"Push can not be cancelled while applying changes to the remote site":["La inserción no se puede cancelar mientras se aplican cambios al sitio remoto"],"Cancel push":["Cancelar push"],"Pull can not be cancelled while importing changes to your local site":["La extracción no se puede cancelar al importar cambios a tu sitio local"],"Cancel pull":["Cancelar pull"],"The push operation has been cancelled.":["La operación push se ha cancelado."],"Push cancelled":["Push cancelado"],"The pull operation has been cancelled.":["La operación pull se ha cancelado."],"Pull cancelled":["Pull cancelado"],"Beta Features":["Funciones beta"],"Delete site…":["Eliminar el sitio"],"Edit site…":["Editar sitio…"],"Open in %s":["Abrir en %s"],"File Explorer":["Explorador de archivos"],"%1$s (%2$d%%)":["%1$s (%2$d %%)"],"Importing files…":["Importando archivos…"],"Importing database… (%d%%)":["Importando base de datos… (%d%%)"],"Extracting backup… (%d%%)":["Extrayendo copia de seguridad… (%d%%)"],"Importing other files…":["Importando otros archivos…"],"Importing media uploads…":["Importando archivos multimedia…"],"Importing themes…":["Importando temas…"],"Importing plugins…":["Importando plugins…"],"Start with an empty site":["Empieza con un sitio vacío"],"Studio could not load Blueprints. <button>Try again</button> or use your own Blueprint.":["Studio no puede cargar los modelos. <button>Inténtalo otra vez</button> o usa tu propio modelo."],"View details":["Ver detalles"],"This Blueprint uses unsupported features in Studio and might not work as expected.":["Este modelo usa funciones no compatibles en Studio y podría no funcionar como se espera."],"Got it":["Entendido"],"Your Blueprint will still work, but these features will be skipped during site creation.":["Tu modelo seguirá funcionando, pero estas funciones no se incluirán durante la creación del sitio."],"The following features are not supported in Studio and will be automatically removed:":["Estas funciones no son compatibles en Studio y se quitarán automáticamente:"],"Studio manages its own navigation and landing pages.":["Studio administra su propia navegación y páginas de inicio"],"Nearly finished":["Casi listo"],"Making progress…":["En progreso…"],"Working on your site…":["Trabajando en tu sitio…"],"Getting everything ready…":["Preparando todo…"],"Setting up your new site…":["Configurando tu nuevo sitio…"],"Failed to list sites":["Error al mostrar la lista de sitios"],"Found %d site":["Se ha encontrado %d sitio","Se ha encontrado %d sitios"],"Path":["Ruta"],"Select a Blueprint that fits your needs and build your WordPress site even faster.":["Elige un modelo que se adapte a tus necesidades y crea tu sitio de WordPress aún más rápido."],"Introducing Blueprints, a new way to streamline site creation.":["Te presentamos los modelos, una nueva forma de agilizar la creación de sitios."],"Sublime Text":["Texto sublime"],"The current selection exceeds the %d GB push limit. To continue, please change your selection to reduce the total size.":["La selección actual supera el límite de %d GB push. Para continuar, cambia tu selección para reducir el tamaño total."],"Choose a featured Blueprint or use your own":["Elige un modelo existente o utiliza el tuyo propio"],"Featured Blueprints":["Modelos existentes"],"Using different versions may cause compatibility issues.":["El uso de versiones diferentes puede causar problemas de compatibilidad."],"This Blueprint recommends:":["Este modelo recomienda:"],"Version differs from Blueprint recommendation":["La versión difiere de la recomendación del modelo"],"Blueprint validation failed":["Error en la validación del modelo"],"Failed to load Blueprint file. Please try again.":["No se ha podido subir el archivo de modelo. Inténtalo de nuevo."],"Invalid JSON format: %s":["Formato JSON no válido: %s"],"Invalid Blueprint format":["Formato no válido de modelo"],"Blueprint v2 format is not supported yet. Please use Blueprint v1 format.":["El formato de Blueprint v2 aún no es compatible. Utiliza el formato de Blueprint v1."],"Your sites will show up here once you create them":["Tus sitios aparecerán aquí una vez que los crees"],"Development":["Desarrollo"],"Push to Development":["Push a desarrollo"],"Pull from Development":["Pull a desarrollo"],"Selecting individual items to pull will be enabled automatically once your first backup is complete.<br/>Wait a few minutes or run a full sync in the meantime.":["Cuando se complete tu primera copia de seguridad, se podrán seleccionar elementos individuales para hacer pull.<br/>Espera unos minutos o ejecuta una sincronización completa mientras tanto."],"Site name & details":["Nombre y detalles del sitio"],"Choose Blueprint":["Elegir modelo"],"Back":["Volver"],"Select backup file":["Elegir archivo de copia de seguridad"],"Drop your backup file here":["Arrastra aquí tu archivo de copia de seguridad"],"Choose Blueprint file":["Elegir archivo de modelo"],"Remove":["Eliminar"],"Loading Blueprints...":["Cargando modelos…"],"Blueprint loaded from file":["Modelo cargado desde el archivo"],"Preview Blueprint":["Previsualizar modelo"],"Description":["Descripción"],"Title":["Título"],"Thumbnail":["Miniatura"],"The selected Blueprint failed to execute properly. This could be due to invalid PHP code, missing plugins, or other issues in the Blueprint file. Please check your Blueprint file and try again.":["El modelo elegido no se ha podido ejecutar correctamente. Esto podría deberse a un código PHP no válido, a que falten plugins o a otros problemas en el archivo de modelo. Comprueba el archivo de modelo e inténtalo de nuevo."],"Blueprint execution failed":["Error en la ejecución del modelo"],"Site export completed":["Exportación del sitio completada"],"Database export completed":["Exportación de la base de datos completada"],"Start a site from a backup":["Crear un sitio desde una copia de seguridad"],"Import from a backup":["Importar desde una copia de seguridad"],"Start from a Blueprint":["Empezar desde un modelo"],"Create a site":["Crear un sitio"],"Add a clean site, start from a Blueprint or import site from a backup":["Añade un sitio, empieza desde un modelo o importa el sitio desde una copia de seguridad"],"Backing up remote site…":["Respaldando el sitio remoto…"],"Pushing will overwrite your development site's selected files and database with content from your Studio site. Unchecked items will not be changed. The development site will be backed up before any changes are applied.":["Al hacer push, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de desarrollo con el contenido de tu sitio de Studio. Los elementos no marcados no se modificarán. Se creará una copia de seguridad del sitio de desarrollo antes de que se apliquen los cambios."],"Pushing will overwrite your staging site's selected files and database with content from your Studio site. Unchecked items will not be changed. The staging site will be backed up before any changes are applied.":["Al hacer push, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de pruebas con el contenido de tu sitio de Studio. Los elementos no marcados no se modificarán. Se creará una copia de seguridad del sitio de pruebas antes de que se apliquen los cambios."],"Pushing will overwrite your production site's selected files and database with content from your Studio site. Unchecked items will not be changed. The production site will be backed up before any changes are applied.":["Al hacer push, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de producción con el contenido de tu sitio de Studio. Los elementos no marcados no se modificarán. Se creará una copia de seguridad del sitio de producción antes de que se apliquen los cambios."],"Pulling will overwrite your Studio site's selected files and database with a copy from your development site. Unchecked items will not be changed.":["Al hacer pull, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de Studio por una copia de tu sitio de desarrollo. Los elementos no marcados no se modificarán."],"Pulling will overwrite your Studio site's selected files and database with a copy from your staging site. Unchecked items will not be changed.":["Al hacer pull, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de Studio con una copia de tu sitio de pruebas. Los elementos no marcados no se modificarán."],"Pulling will overwrite your Studio site's selected files and database with a copy from your production site. Unchecked items will not be changed.":["Al hacer pull, se sobrescribirán los archivos seleccionados y la base de datos de tu sitio de Studio con una copia de tu sitio de producción. Los elementos no marcados no se modificarán."],"How can I make WordPress Studio faster?":["¿Cómo hacer WordPress Studio más rápido?"],"WordPress Studio Help":["Ayuda de WordPress Studio"],"Empty":["Vacío"],"Empty folder":["Carpeta vacía"],"Studio":["Studio"],"About WordPress Studio":["Sobre WordPress Studio"],"WordPress Studio":["WordPress Studio"],"WordPress Studio CLI":["WordPress Studio CLI"],"Select files and folders to sync":["Elige los archivos y las carpetas que quieres sincronizar"],"From %s to %s":["Desde %s en %s"],"Expand":["Ampliar"],"Collapse":["Contraer"],"Feature Flags":["Funciones experimentales"],"Log in to Studio with WordPress.com":["Iniciar sesión en Studio con WordPress.com"],"Open account settings":["Abrir los ajustes de la cuenta"],"Specific files and folders":["Archivos y carpetas específicos"],"All files and folders":["Todos los archivos y carpetas"],"Database":["Base de datos"],"Files and folders":["Archivos y carpetas"],"Read more about <a>environment push <ArrowIcon /></a>":["Leer más sobre <a>push de entorno <ArrowIcon /></a>"],"What would you like to push?":["¿Qué te gustaría sincronizar?"],"Push to Production":["Push a Producción"],"Push to Staging":["Push a Staging"],"Read more about <a>environment pull <ArrowIcon /></a>":["Leer más sobre <a>pull de entorno<ArrowIcon /></a>"],"What would you like to pull?":["¿De qué te gustaría hacer pull?"],"Pull from Production":["Pull de producción"],"Pull from Staging":["Pull de pruebas"],"Almost there…":["Ya casi …"],"%s has been updated":["%s ha sido actualizado"],"Studio site has been updated from %s":["Tu sitio de Studio ha sido actualizado desde %s"],"Learn more about supported sites.":["Descubre más sobre los sitios compatibles."],"Can't find your site?":["¿No encuentras tu sitio?"],"Connect your site":["Conecta tu sitio"],"Connect another site":["Conectar otro sitio"],"Sync with WordPress.com or Pressable":["Sincroniza con WordPress.com o Pressable"],"Push is in progress. We will send you an email when it is completed.":["El push está en curso. Te enviaremos un correo electrónico cuando se complete."],"You are currently offline so your site will be created with the latest version. Selecting a different WordPress version requires an internet connection.":["En este momento no tienes conexión, por lo que tu sitio se creará con la última versión. Para seleccionar una versión diferente de WordPress se necesita una conexión a Internet."],"Invalid authentication token":["Token de autenticación no válido"],"Running…":["Ejecutando…"],"Deleting…":["Eliminando…"],"Validating…":["Validando…"],"Studio was unable to trust the certificate automatically. You may need to trust it manually using certificate manager.":["Studio no ha podido confiar automáticamente en el certificado. Es posible que tengas que confiar en él manualmente utilizando el administrador de certificados."],"Certificate Trust Failed":["Error al confiar en el certificado"],"Windsurf":["WindSurf"],"Available terminals":["Terminales disponibles"],"Terminal application":["Aplicación de terminal"],"Available editors":["Editores disponibles"],"Please ensure your site files have not been moved or deleted.":["Por favor, asegúrate de que los archivos de tu sitio no hayan sido movidos ni eliminados."],"Applying final details…":["Aplicando los detalles finales…"],"Starting export…":["Comenzando exportación…"],"Command Prompt":["Símbolo del sistema"],"Creating preview site…":["Creando sitio de vista previa"],"What's new":["Novedades"],"Ghostty":["Ghostty"],"Warp":["Warp"],"Select":["Seleccionar"],"Please stop some of your running sites first. If this problem persists, try closing other apps that might be using memory and try again.":["Por favor, detén primero algunos de tus sitios en ejecución. Si este problema persiste, intenta cerrar otras aplicaciones que puedan estar usando memoria y vuelve a intentarlo."],"Failed to save CLI config file":["Error al guardar el archivo de configuración de la CLI"],"Studio config file path not found.":["No se ha encontrado el archivo de configuración de Studio."],"Path to the WordPress files":["Ruta a los archivos de WordPress"],"Current directory":["Directorio actual"],"Cannot update an expired preview site.":["No se puede actualizar un sitio de vista previa que ha caducado."],"The specified directory does not match the original site for this preview. If you want to overwrite, run the command with --overwrite.":["El directorio especificado no coincide con el sitio original de esta vista previa. Si quieres sobrescribir, ejecuta el comando con --overwrite."],"Allow updating a preview site from a different directory":["Permitir la actualización de una vista previa del sitio desde un directorio diferente"],"Update preview site":["Actualizar sitio de vista previa"],"(%d expired)":["(%d caducado)","(%d caducados)"],"Found %d preview site":["Encontrado %d sitio de vista previa","Encontrado %d sitios de vista previa"],"No preview sites found":["No se encontró ningún sitio de vista previa"],"Loading preview sites…":["Cargando sitios de vista previa…"],"Output format":["Formato de salida"],"List preview sites":["Lista de sitios de vista previa"],"Preview site '%s' has been deleted.":["Se ha borrado el sitio de vista previa '%s'."],"Preview site '%s' has been updated.":["El sitio de vista previa '%s' ha sido actualizado"],"Deleting preview site failed":["Fallo al eliminar el sitio de vista previa"],"Saving preview site…":["Guardando sitio de vista previa…"],"Not installed":["No instalado"],"Preferences":["Preferencias"],"Code editor":["Editor de código"],"Shell":["Consola"],"Merge All Windows":["Unir todas las ventanas"],"Move Tab to New Window":["Mover la pestaña a nueva ventana"],"Show Next Tab":["Mostrar siguiente pestaña"],"Show Previous Tab":["Mostrar pestaña anterior"],"Zoom":["Zoom"],"Minimize":["Minimizar"],"Window":["Ventana"],"Toggle Fullscreen":["Activar pantalla completa"],"latest":["recientes"],"Zoom Out":["Alejar"],"Zoom In":["Acercar"],"Actual Size":["Tamaño real"],"Show All Tabs":["Mostrar todas las pestañas"],"Show Tab Bar":["Mostrar barra de pestañas"],"View":["Ver"],"Stop Speaking":["Deja de hablar"],"Start Speaking":["Empezar a hablar"],"Speech":["Voz"],"Select All":["Seleccionar todo"],"Paste and Match Style":["Pegar y Hacer Coincidir el Estilo"],"Paste":["Pegar"],"Cut":["Cortar"],"Redo":["Rehacer"],"Undo":["Deshacer"],"File":["Archivo"],"Quit":["Salir"],"Hide":["Ocultar"],"Services":["Servicios"],"Toggle DevTools":["Alternar DevTools"],"Force Reload":["Forzar Recarga"],"Cursor":["Cursor"],"WebStorm":["WebStorm"],"The site server failed to start because the port is already in use. Please close any local development apps that may be using port and try again.":["El sitio no pudo iniciarse porque el puerto ya está en uso. Por favor, cierra cualquier aplicación de desarrollo local que pueda estar utilizando el puerto y vuelve a intentarlo."],"Stable Versions":["Versiones Estables"],"Beta & Nightly":["Beta y Nightly"],"Auto-updating":["Actualización automática"],"WordPress Core automatic updates will be disabled for this site.":["Las actualizaciones automáticas del núcleo de WordPress estarán deshabilitadas para este sitio."],"Launch your existing WordPress.com or Jetpack-activated Pressable sites, or import an existing one. Then, share your work with the world.":["Lanza tus sitios de WordPress.com o de Pressable activados por Jetpack, o importa uno que ya tengas. Luego, comparte tu trabajo con el mundo."],"iTerm":["iTerm"],"Expires in":["Caduca en"],"Site Name":["Nombre del sitio"],"URL":["URL"],"Failed to create archive":["No se pudo crear el archivo"],"The specified directory is not added to Studio.":["El directorio especificado no se ha añadido a Studio."],"Failed to create preview site: site did not become ready within timeout":["Error al crear el sitio de vista previa: el sitio no estuvo listo dentro del tiempo de espera"],"Failed to upload archive":["Error al subir el archivo."],"Invalid API response format":["El formato de respuesta del API no es válido"],"Invalid site status":["Estado del sitio inválido"],"Site ID must be a positive integer":["El ID del sitio debe ser un número entero positivo"],"Domain name is required":["El nombre de dominio es obligatorio"],"You must provide a valid command":["Debes proporcionar un comando válido"],"Manage preview sites":["Gestionar sitios de vista previa"],"Failed to update preview site":["Error al actualizar el sitio de vista previa"],"Updating preview site…":["Actualizando el sitio de vista previa…"],"Hostname of the preview site to update":["Nombre de host del sitio de vista previa a actualizar"],"Failed to load preview sites":["Fallo al cargar los sitios de vista previa"],"Failed to delete preview site":["Error al eliminar el sitio de vista previa"],"Deletion successful":["Eliminado de forma exitosa"],"Preview site not found. Use the \`studio preview list\` command to see available preview sites.":["Sitio de vista previa no encontrado. Use el comando \`studio preview list\` para ver los sitios de vista previa disponibles."],"Hostname of the preview site to delete":["Nombre de dominio del sitio de vista previa a eliminar"],"Failed to create preview site":["Error al crear el sitio de vista previa"],"Preview site saved to Studio":["El sitio de vista previa fue guardado en Studio"],"Saving preview site to Studio…":["Guardando el sitio de vista previa en Studio…"],"Preview site available at: %s":["Sitio de vista previa disponible en: %s"],"Archive uploaded":["Archivo subido"],"Uploading archive…":["Subiendo archivo…"],"Archive created":["Archivo creado"],"Creating archive…":["Creando archivo…"],"Validation successful":["Validación exitosa"],"The installation path %1$s is already occupied by a file or directory. Please remove it and try again.":["La ruta de instalación %1$s ya está ocupada por un archivo o directorio. Por favor, elimínalo e inténtalo de nuevo"],"There was an unknown error. Please check the logs for more information.":["Hubo un error desconocido. Por favor, revisa los logs para obtener más información."],"Previous":["Anterior"],"Next":["Siguiente"],"Done":["Hecho"],"Illustration for %s":["Ilustración para %s"],"What's New in Studio":["Novedades en Studio"],"Learn more":["Más información"],"Failed to install CLI":["Error al instalar la CLI"],"The CLI has been installed successfully.":["La CLI se ha instalado correctamente."],"CLI Installed":["CLI instalada"],"What's New":["Novedades"],"Your new site was created":["Se ha creado tu nuevo sitio"],"Your new site was imported":["Se ha importado tu nuevo sitio"],"You need to manually add the Studio certificate authority to your keychain and trust it.":["Debes añadir manualmente la autoridad certificadora de Studio a tu llavero y confiar en ella."],"The domain name must end with .local":["El nombre de dominio debe terminar con .local"],"The domain name is already in use":["El nombre de dominio ya está en uso"],"Please restart Studio and try again. If this problem persists, please contact support.":["Reinicia Studio e inténtalo de nuevo. Si el problema persiste, ponte en contacto con el servicio de soporte."],"Studio needs to use port 80 and 443 to enable custom domains and SSL, but one of these ports are already in use by another app. Close any local development apps and restart Studio.":["Studio necesita usar los puertos 80 y 443 para habilitar dominios personalizados y SSL, pero uno o ambos puertos ya están siendo utilizados por otra aplicación. Cierra cualquier aplicación de desarrollo local y reinicia Studio."],"You need to manually add the Studio root certificate authority to your keychain and trust it to enable HTTPS.":["Debes añadir manualmente la autoridad certificadora raíz de Studio a tu llavero y confiar en ella para habilitar HTTPS."],"Enable HTTPS":["Habilitar HTTPS"],"Learn how":["Más información"],"You need to trust this certificate to prevent your browser from showing a secure connection warning.":["Debes confiar en este certificado para evitar que tu navegador muestre una advertencia de conexión segura."],"Trust Certificate":["Confiar en el certificado"],"Disabled":["Desactivado"],"Enabled":["Activado"],"HTTPS":["HTTPS"],"Release Notes":["Notas de la versión"],"Saving and restarting…":["Guardando y reiniciando…"],"Your Studio site is running versions not supported by preview sites. The preview site will automatically switch to the supported WordPress and PHP versions.":["Tu sitio de Studio está usando versiones que no son compatibles con los sitios de vista previa. El sitio de vista previa cambiará automáticamente a las versiones de WordPress y PHP compatibles."],"The domain name is required":["El nombre de dominio es obligatorio"],"The domain name is too long":["El nombre del dominio es demasiado largo"],"Please enter a valid domain name":["Introduce un nombre de dominio válido"],"Your system password will be required to set up the domain.":["Se necesitará tu contraseña del sistema para configurar el dominio."],"Domain name":["Nombre de dominio"],"Use custom domain":["Utilizar un dominio personalizado"],"Changing WordPress version requires an internet connection.":["Para cambiar la versión de WordPress, se necesita conexión a Internet."],"Latest":["Última"],"WordPress version":["Versión de WordPress"],"Failed":["Falló"],"Importing a site requires an internet connection.":["Para importar un sitio se necesita conexión a Internet."],"A WordPress.com account is required to create preview sites.":["Se necesita una cuenta de WordPress.com para crear sitios de vista previa."],"Error updating Studio":["Error al actualizar Studio"],"Studio can only update from the writable Applications folder. Please check write permissions and try again.":["Studio solo puede actualizarse desde la carpeta de Aplicaciones con permisos de escritura. Por favor, verifica los permisos de escritura e inténtalo de nuevo."],"Studio is running from: %s":["Studio se está ejecutando desde: %s"],"Studio is running from a disk image at: %s":["Studio se está ejecutando desde una imagen de disco en: %s"],"A preview of this site is being created. Please wait for it to finish before creating another.":["Se está creando una vista previa de este sitio. Espera a que termine antes de crear otra."],"Preview site '%s' has been created.":["Se ha creado el sitio de vista previa «%s»."],"The import process timed out after %d hours, which can occur when processing very large imports. If the issue persists, please contact support.":["El proceso de importación excedió el tiempo límite después de %d horas, lo cual puede ocurrir al procesar importaciones muy grandes. Si el problema persiste, por favor contacta al soporte."],"Adding preview site failed":["Error al añadir el sitio de vista previa"],"The directory is already associated with another Studio site. Please choose a different site name or a custom local path.":["El directorio ya está asociado con otro sitio de Studio. Elige otro nombre de sitio o una ruta local personalizada."],"The directory is already associated with another Studio site. Please choose a different custom local path.":["El directorio ya está asociado con otro sitio de Studio. Elige una ruta local personalizada diferente."],"Preview sites powered by":["Los sitios de vista previa funcionan con la tecnología de"],"Updating a preview site requires an internet connection.":["Para actualizar un sitio de vista previa, se necesita conexión a Internet."],"Name":["Nombre"],"%s Preview":["Vista previa de %s "],"Deleting a preview site requires an internet connection.":["Para borrar un sitio de vista previa, se necesita conexión a Internet."],"Your site exceeds the %d GB size limit. Please, consider removing unnecessary media files, plugins, or themes from wp-content.":["Tu sitio supera el límite de tamaño de %d GB. Plantéate la posibilidad de eliminar archivos multimedia, plugins o temas innecesarios de wp-content."],"The ZIP archive is invalid. Try to unpack and pack it again. If this problem persists, please contact support.":["El archivo ZIP no es válido. Intenta descomprimirlo y volver a comprimirlo. Si el problema persiste, contacta con el soporte."],"%1$s Preview %2$d":["Vista previa %2$d de %1$s"],"Deleting preview sites requires an internet connection.":["Para eliminar los sitios de vista previa necesitas estar conectado a Internet."],"Missing permissions":["Permisos insuficientes"],"Authentication error":["Error de autenticación"],"Actions":["Acciones"],"Expires":["Caduca"],"Updated":["Actualizado"],"Preview site":["Sitio de vista previa"],"Updating":["Actualizando"],"Deleting preview site":["Eliminando el sitio de vista previa"],"%s ago":["hace %s"],"Rename":["Renombrar"],"Preview actions":["Acciones de vista previa"],"Your previews files and database along with all posts, pages, comments and media will be lost.":["Se perderán la base de datos y los archivos de la vista previa, junto con las entradas, las páginas, los comentarios y los medios."],"Delete preview":["Eliminar vista previa"],"Updating will replace the existing files and database with a copy from your local site. Any changes you've made to your preview site will be permanently lost.":["Al actualizar, se sustituirán los archivos existentes y la base de datos por una copia de tu sitio local. Los cambios que hayas realizado en el sitio de vista previa se perderán de forma permanente."],"Overwrite preview":["Sobrescribir vista previa"],"You've used %d preview sites available on your account.":["Has usado %d vistas previas de sitios disponibles en tu cuenta.","Has usado todas las vistas previas de sitios (%d) disponibles en tu cuenta."],"A different preview site is being created. Please wait for it to finish before creating another.":["Se está creando un sitio de vista previa distinto. Espera a que termine antes de crear otro."],"Studio is unable to open your default browser. Please ensure it is functioning correctly.":["Studio no puede abrir tu navegador por defecto. Asegúrate de que funciona correctamente."],"Failed to open browser":["No se ha podido abrir el navegador"],"Studio is unable to open PHPStorm. Please ensure it is functioning correctly.":["Studio no puede abrir PHPStorm. Asegúrate de que funciona correctamente."],"Failed to open PHP Storm":["No se ha podido abrir PHPStorm"],"Studio is unable to open Visual Studio Code. Please ensure it is functioning correctly.":["Studio no puede abrir Visual Studio Code. Comprueba que funciona correctamente."],"Updating preview site failed":["No se ha podido actualizar el sitio de vista previa"],"Cancelled":["Cancelada"],"Error when executing wp-cli command":["Error al ejecutar el comando WP-CLI"],"Failed to check backup file size. Please try again.":["No se ha podido comprobar el tamaño del archivo de copia de seguridad. Inténtalo de nuevo."],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back.\\n\\nDo you want to continue?":["La copia de seguridad de tu sitio supera los %d GB. Extraerla te impedirá volver a publicar el sitio.\\n\\n¿Quieres continuar?"],"Large site's backup":["Copia de seguridad de un sitio de gran tamaño"],"All preview sites that exist for your WordPress.com account, along with all posts, pages, comments, and media, will be lost.":["Se perderán todos los sitios de vista previa que existan en tu cuenta de WordPress.com, junto con todas las páginas, entradas, comentarios y archivos multimedia."],"Delete all preview sites":["Eliminar todos los sitios de vista previa"],"%1$d of %2$d active preview sites":["%1$d de %2$d vistas previas de sitios activas"],"Preview sites are not available for your account.":["Los sitios de vista previa no están disponibles en tu cuenta."],"Preview sites":["Sitios de vista previa"],"Powered by <a> WordPress.com</a>.":["Con la tecnología de <a> WordPress.com</a>."],"Preview sites expire 7 days after the last update.":["Los sitios de vista previa caducan a los 7 días de la última actualización."],"Create up to %d preview sites for free.":["Crea hasta %d sitios de vista previa de forma gratuita."],"Get feedback from anyone, anywhere with a free hosted preview of your Studio site.":["Recibe opiniones de cualquiera, en cualquier parte con una vista previa gratuita alojada de tu sitio de Studio."],"Share a preview of your Studio site":["Comparte una vista previa de tu sitio de Studio"],"Select an empty directory or a directory with an existing WordPress site. <learn_more_link />":["Selecciona un directorio vacío o un directorio con un sitio de WordPress. <learn_more_link />"],"Open Studio Logs":["Abrir registros de Studio"],"A timeout error occurred while pushing the site, likely due to its large size. Please try reducing the site's content or files and try again. If this problem persists, please contact support.":["Se ha producido un error porque se ha agotado el tiempo de espera al hacer push del sitio, probablemente debido a su gran tamaño. Prueba a reducir el contenido o los archivos del sitio e inténtalo de nuevo. Si el problema continúa, ponte en contacto con el servicio de soporte."],"Import a Jetpack backup or a full-site backup in another format. <learn_more_link />":["Importa una copia de seguridad de Jetpack o una copia de seguridad de todo el sitio en otro formato. <learn_more_link />"],"Import a Jetpack backup, a full-site backup in another format, or a .sql database file. <learn_more_link />":["Importa una copia de seguridad de Jetpack, una copia de seguridad de todo el sitio en otro formato o un archivo de base de datos .sql. <learn_more_link />"],"An error occurred while pushing the site. If this problem persists, please contact support.":["Error al hacer push del sitio. Si el problema continúa, ponte en contacto con el servicio de soporte."],"Create a new WordPress.com site":["Crear un sitio nuevo en WordPress.com"],"Creating a preview site requires an internet connection.":["Para crear un sitio de vista previa, se necesita conexión a Internet."],"No, take me back":["No, volver"],"Yes, quit the app":["Sí, salir de la aplicación"],"There's a sync operation in progress. Quitting the app will abort that operation. Are you sure you want to quit?":["Hay una operación de sincronización en curso. Si sales de la aplicación, se cancelará la operación. ¿Seguro que quieres salir?"],"Sync is in progress":["Sincronización en curso"],"Another Studio site is syncing. Please wait for the sync to finish before you push this site.":["Se está sincronizando otro sitio de Studio. Espera a que termine la sincronización antes de hacer push del sitio."],"This Studio site is syncing. Please wait for the sync to finish before you push it.":["Este sitio de Studio se está sincronizando. Espera a que termine la sincronización antes de hacer push."],"Another Studio site is syncing. Please wait for the sync to finish before you pull this site.":["Se está sincronizando otro sitio de Studio. Espera a que termine la sincronización antes de hacer pull de este sitio."],"This Studio site is syncing. Please wait for the sync to finish before you pull it.":["Este sitio de Studio se está sincronizando. Espera a que termine la sincronización antes de hacer pull."],"This site is syncing. Please wait for the sync to finish before you can disconnect it.":["Este sitio se está sincronizando. Espera a que termine la sincronización antes de desconectarlo."],"This Studio site is exporting. Please wait for the export to finish before you import a backup.":["Este sitio de Studio se está exportando. Espera a que termine la exportación antes de importar una copia de seguridad."],"This Studio site is syncing. Please wait for the sync to finish before you import a backup.":["Este sitio de Studio se está sincronizando. Espera a que termine la sincronización antes de importar una copia de seguridad."],"This Studio site is being imported. Please wait for the import to finish before you export it.":["Este sitio de Studio se está importando. Espera a que finalice la importación antes de exportarlo."],"Another site is syncing. Please wait for the sync to finish before you publish your site.":["Se está sincronizando otro sitio. Espera a que termine la sincronización antes de publicar el sitio."],"This Studio site is syncing. Please wait for the sync to finish before you export it.":["Este sitio de Studio se está sincronizando. Espera a que termine la sincronización antes de exportarlo."],"You pushed this site %s ago.":["Has hecho push de este sitio hace %s."],"You pulled this site %s ago.":["Has hecho pull de este sitio hace %s."],"You have not pushed this site yet.":["Todavía no has hecho push de este sitio."],"You have not pulled this site yet.":["Todavía no has hecho pull de este sitio."],"Deleted":["Eliminado"],"Applying changes…":["Aplicando cambios…"],"Unsupported site":["Sitio no compatible"],"Enable hosting features":["habilitar las funciones de alojamiento"],"Upgrade plan":["Mejorar plan"],"Reconnect":["Volver a conectar"],"Loading":["cargando…"],"Syncing":["Sincronizando"],"Importing":["Importando…"],"Adding":["Añadiendo"],"Error pushing changes":["Error al hacer push de los cambios"],"Push complete":["Push completado"],"Creating backup…":["Creando copia de seguridad…"],"Downloading backup…":["Descargando copia de seguridad…"],"The site is too large to push. Please reduce the size of the site and try again.":["El sitio es demasiado grande para hacer push. Reduce el tamaño del sitio e inténtalo de nuevo."],"Error pushing to %s":["Error al hacer push en %s"],"Studio was unable to connect to WordPress.com. Please try again.":["Studio no ha podido conectarse a WordPress.com. Inténtalo de nuevo."],"Error pulling from %s":["Error al hacer pull de %s"],"You're currently offline":["Actualmente estás desconectado de internet."],"Edit profile":["Editar perfil"],"Get help":["Conseguir ayuda"],"Open settings":["Abrir los ajustes"],"Toggle sidebar":["Activar/desactivar barra lateral"],"Clear":["Borrar"],"Pulling or pushing a site requires an internet connection.":["Se necesita conexión a Internet para hacer pull o push de un sitio."],"Pull complete":["Pull completado"],"Error pulling changes":["Error al hacer pull de los cambios"],"Start site":["Iniciar sitio"],"Stop site":["Detener sitio"],"Starting":["Iniciando…"],"Pulling…":["Haciendo pull…"],"Copy to clipboard":["copiar al portapapeles"],"This feature is only available for sites using the default SQLite integration.":["Esta función solo está disponible para los sitios que usan la integración SQLite por defecto."],"Import / Export is not available for this site":["La función de importar y exportar no está disponible para este sitio"],"Your WordPress.com site will not be affected by disconnecting it from Studio.":["Tu sitio de WordPress.com no se verá afectado al desconectarlo de Studio."],"Disconnect site":["Desconectar sitio"],"Disconnect %s":["Desconectar %s"],"Connect":["Conectar"],"Already connected":["Ya conectado"],"Search sites":["Buscar sitios"],"No sites found":["No se encontraron sitios"],"No sites found for \\"%s\\"":["No se encontraron sitios de «%s»"],"Loading sites…":["Cargando sitios…"],"Push":["Push"],"Pull":["Pull"],"Production":["Producción"],"Staging":["Pruebas"],"Disconnect":["Desconectar"],"Please try again.":["Por favor, inténtalo de nuevo."],"Failed to connect to site":["Fallo al conectarse al sitio"],"Create a free account":["Crear una cuenta gratuita"],"New to WordPress.com?":["¿Acabas de llegar a WordPress.com?"],"You're currently offline.":["Actualmente estás desconectado de internet."],"Connect site":["Conectar sitio"],"Create new site":["Crear sitio nuevo"],"Connecting a site requires an internet connection.":["Para conectar un sitio se requiere conexión a Internet."],"Creating a site requires an internet connection.":["Para crear un sitio, se necesita conexión a Internet."],"Sync database and file changes.":["Sincroniza los cambios en la base de datos y en los archivos."],"Supports staging and production sites.":["Compatible con sitios de pruebas y producción."],"Push and pull changes from your live site.":["Haz push o pull de los cambios de tu sitio activo."],"Sync":["Sincronizar"],"Still working on it…":["Trabajando en ello…"],"This is taking a little longer than I thought…":["Esto está tardando un poco más de lo que esperaba…"],"Stick with me…":["No te vayas…"],"Stopping…":["Deteniendo…"],"%d error found":["%d error encontrado","%d errores encontrados"],"Open in terminal":["Abrir en terminal"],"Command copied to the clipboard":["Comando copiado al portapapeles"],"Copied to the clipboard":["Copiado al portapapeles"],"More suggestions":["Más sugerencias"],"Copy local path to clipboard":["Copiar ruta local al portapapeles"],"No":["No"],"Yes":["Sí"],"Was this helpful?":["¿Te ha resultado útil?"],"Thanks for the feedback!":["¡Gracias por tu opinión!"],"Float on Top of All Other Windows":["Flotante sobre el resto de ventanas"],"Language":["Idioma"],"Import failed. Please try again.":["La exportación ha fallado. Por favor, inténtelo de nuevo."],"Importing completed":["Importación completada"],"Importing WordPress content…":["Importando contenido de WordPress…"],"Importing database…":["Importando base de datos…"],"Extracting backup files…":["Descomprimiendo los archivos…"],"Extracting backup…":["Extrayendo copia de seguridad…"],"A site can't be stopped or started during import.":["Un sitio no se puede detener ni iniciar durante la importación."],"Importing…":["Importando…"],"An error occurred while importing the site. Verify the file is a valid Jetpack backup, Local, Playground, .wpress or .sql database file and try again. If this problem persists, please contact support.":["Se ha producido un error al importar el sitio. Comprueba que se trate de un archivo válido de Jetpack Backup, Local, Playground o de base de datos .wpress o .sql e inténtalo de nuevo. Si el problema continúa, ponte en contacto con el servicio de soporte."],"Failed importing site":["Fallo al importar el sitio"],"Import completed":["Importación completada"],"Export failed. Please try again.":["La exportación ha fallado. Por favor, inténtelo de nuevo."],"Backing up files…":["Haciendo copia de seguridad de los archivos…"],"Exporting configuration…":["Exportando configuración…"],"An error occurred while exporting the site. If this problem persists, please contact support.":["Ocurrió un error al exportar el sitio. Si el problema persiste, por favor póngase en contacto con soporte."],"Failed exporting site":["Fallo al exportar el sitio"],"Export completed":["Exportación completada"],"Advanced settings":["Ajustes avanzados"],"Select or drop a file":["Selecciona o arrastra un archivo"],"Drag a file here, or click to select a file":["Arrastra un archivo aquí, o haz click para seleccionar un archivo"],"Drop file":["Suelta el archivo"],"Start again":["Empezar de nuevo"],"Open site ↗":["Abrir sitio ↗"],"Import complete!":["¡Importación completa!"],"Importing backup…":["Importando copia de seguridad…"],"Import":["Importar"],"Importing a backup will replace the existing files and database for your site.":["Al importar una copia de seguridad, se reemplazarán todo los archivos existentes y la base de datos de tu sitio."],"Overwrite %s?":["Reemplazar %s?"],"Export database":["Exportar base de datos"],"Export entire site":["Exportar sitio completo"],"Export your entire site or only the database.":["Exportar el sitio entero o solo la base de datos"],"Save database file":["Guardar archivo de base de datos"],"Save backup file":["Guardar archivo de copia de seguridad"],"Failed to create site":["Fallo al crear sitio"],"Import / Export":["Importar / Exportar"],"The site's database will be lost. Including all posts, pages, comments, and media.":["La base de datos del sitio se perderá. Incluidos todas las publicaciones, páginas, comentarios y medios."],"Oops! We couldn't get a response from the assistant. <a>Try again</a>":["¡Vaya! No pudimos obtener respuesta del asistente. <a>Volver a intentarlo</a>"],"Not now":["Ahora no"],"The AI assistant requires an internet connection.":["El AI Assistant requiere conexión a Internet."],"Starting the server before opening the site link":["Iniciar el servidor antes de abrir el enlace del sitio"],"Thinking about that…":["Pensando…"],"Completed in %s seconds":["Completado en %s segundos"],"You've reached your <a>usage limit</a> for this month. Your limit will reset in %d day.":["Has alcanzado tu <a>límite de uso</a> para este mes. Tu límite se restablecerá en %d día.","Has alcanzado tu <a>límite de uso</a> para este mes. Tu límite se restablecerá en %d días."],"You've reached your <a>usage limit</a> for this month. Your limit will reset today.":["Has alcanzado tu <a>límite de uso</a> para este mes. Tu límite se restablecerá hoy."],"Failed to open link":["No se ha podido abrir el enlace"],"Studio Assistant":["Studio Assistant"],"Your message":["Tu mensaje"],"Run":["Ejecutar"],"Run again":["Ejecutar de nuevo"],"Thinking…":["Pensando…"],"Assistant Menu":["Menú de Assistant"],"This conversation is over two hours old. <button>Clear the history</button> if you have something new to ask.":["Esta conversación tiene más de dos horas. <button>Borra el historial</button> si tienes algo nuevo que preguntar."],"PHP version":["Versión de PHP"],"PHP version:":["Versión de PHP:"],"Clear conversation":["Borrar conversación"],"Are you sure you want to clear the conversation?":["¿Seguro que quieres borrar la conversación?"],"The configuration couldn't be changed to speed up site creation.\\n\\nTo initiate this process again, please go to \\"Help > How can I make Studio faster?\\" in the application menu.":["La configuración no se puede cambiar para acelerar la creación de sitios.\\n\\nPara volver a iniciar este proceso, ve a «Ayuda > ¿Cómo puedo hacer que Studio vaya más rápido?» en el menú de la aplicación."],"Microsoft Defender's Real-time protection may slow site creation.\\n\\nTo create sites quickly, we recommend disabling Real-time protection for the Studio app.":["La protección en tiempo real de Microsoft Defender puede ralentizar la creación de sitios.\\n\\nPara crear sitios rápidamente, recomendamos desactivar la protección en tiempo real de la aplicación de Studio."],"Want to speed up site creation?":["¿Quieres acelerar la creación de sitios?"],"I'm not interested.":["No me interesa."],"Sounds good, do it for me.":["Me parece bien."],"Copy":["Copiar"],"Error":["Error"],"Success":["Correcto"],"Local sites powered by":["Sitios locales impulsados por"],"Share Feedback":["Compartir comentarios"],"Propose a Feature":["Proponer una función"],"Report an Issue":["Informar de un problema"],"%1$d of %2$d monthly prompts used":["%1$d de %2$d peticiones mensuales utilizadas"],"AI assistant":["AI Assistant"],"Every account gets %d prompts included for free each month.":["Cada cuenta recibe %d peticiones gratis al mes."],"If you don't have an account yet, <a>create one for free</a>.":["Si aún no tienes una cuenta, <a>crea una de manera gratuita</a>."],"You need to log in to your WordPress.com account to use the assistant.":["Para utilizar el asistente, debes iniciar sesión en tu cuenta de WordPress.com."],"Hold up!":["¡Espera!"],"What would you like to learn?":["¿Qué quieres saber?"],"Assistant":["Assistant"],"Delete all":["Eliminar todo"],"An error occurred while creating the site. Verify your selected local path is an empty directory or an existing WordPress folder and try again. If this problem persists, please contact support.":["Se ha producido un error al crear el sitio. Verifica que tu ruta local seleccionada es un directorio vacío o una carpeta de WordPress existente y vuelve a intentarlo. Si el problema continúa, ponte en contacto con el servicio de soporte."],"Download":["Descarga"],"Don't show this warning again":["No volver a mostrar esta advertencia"],"Downloading the optimized version of Studio will provide better performance.":["La descarga de la versión optimizada de Studio mejorará el rendimiento."],"Downloading the Apple Silicon Chip version of Studio will provide better performance.":["La descarga de la versión Apple Silicon Chip de Studio mejorará el rendimiento."],"This version of Studio is not optimized for your computer":["Esta versión de Studio no está optimizada para tu ordenador"],"%d minute":["%d minuto","%d minutos"],"%d hour":["%d hora","%d horas"],"%d day":["%d día","%d días"],"Sites":["Sitios"],"Offline indicator":["Indicador de desconexión"],"Global":["Global"],"We couldn't delete the site '%s'. Please try again":["No hemos podido eliminar el sitio \\"%s\\". Inténtalo de nuevo"],"Deletion failed":["Error al eliminar"],"Server is running, click to stop.":["El servidor está ejecutándose, haz clic para detenerlo."],"WP admin":["WP Admin"],"Studio can only update automatically from the Applications folder. Please move Studio to Applications and try again.":["Studio solo puede actualizarse automáticamente desde la carpeta Aplicaciones. Por favor, mueve Studio a Aplicaciones e inténtalo de nuevo."],"Restart to Apply Updates":["Reinicia Para Aplicar la Actualización"],"Please verify your site's local path directory contains the standard WordPress installation files and try again. If this problem persists, please contact support.":["Por favor, verifica que el directorio de la ruta local de tu sitio contenga los archivos de una instalación estándar de WordPress e inténtalo de nuevo. Si el problema persiste, por favor contacta al soporte."],"Publishing your site requires an internet connection.":["Publicar tu sitio requiere una conexión a internet."],"start %s site":["inicia el sitio %s"],"stop %s site":["para el sitio %s"],"%s site stopped.":["se ha detenido el sitio %s."],"%s site started.":["se ha iniciado el sitio %s."],"Select a site to view details.":["Selecciona un sitio para ver sus detalles."],"Preview of the %s site":["Vista previa del sitio %s"],"Imagine, Create, Design, Code, Build":["Imagina, Crea, Diseña, Programa, Construye"],"Some features will be unavailable.":["Algunas funciones no estarán disponibles."],"Saving…":["Guardando…"],"You’re currently offline.":["Actualmente estás desconectado de internet."],"Delete":["Eliminar"],"Don't ask again":["No preguntar de nuevo"],"Update":["Actualizar"],"Importing a remote site requires an internet connection.":["Actualizar un sitio remoto requiere una conexión a internet."],"%s site added.":["se ha añadido el sitio %s."],"Close Window":["Cerrar ventana"],"Select different local path":["Seleccionar ruta local diferente"],"My WordPress Website":["Mi web de WordPress"],"My True Website":["Mi verdadera web"],"My Swift Website":["Mi veloz web"],"My Sparkly Website":["Mi brillante web"],"My Shiny Website":["Mi flamante web"],"My Serene Website":["Mi apacible web"],"My Prime Website":["Mi excelente web"],"My Peak Website":["Mi suprema web"],"My Pure Website":["Mi inmaculada web"],"My Noble Website":["Mi honorable web"],"My Joyful Website":["Mi alegre web"],"My Happy Website":["Mi feliz web"],"My Glowing Website":["Mi radiante web"],"My Fresh Website":["Mi nueva web"],"My Elite Website":["Mi selecta web"],"My Dreamy Website":["Mi web de ensueño"],"My Cool Website":["Mi genial web"],"My Calm Website":["Mi tranquila web"],"My Blissful Website":["Mi maravillosa web"],"My Bright Website":["Mi reluciente web"],"My Bold Website":["Mi intrépida web"],"Overview":["General"],"Stop all":["Detener todo"],"%d site running":["%d sitio en funcionamiento","%d sitios en funcionamiento"],"Continue":["Continuar"],"Build":["Construye"],"Code":["Programa"],"Design":["Diseña"],"Create":["Crea"],"Imagine":["Imagina"],"contact support.":["ponte en contacto con el servicio de soporte."],"Try restarting the app, if the problem persists":["Prueba a reiniciar la aplicación, si el problema persiste."],"We’ve logged the issue to help us track down the problem.":["Hemos registrado la incidencia para ayudarnos a localizar el problema."],"Something's broken.":["Algo no funciona bien."],"Uh oh!":["Uh oh."],"Copy admin password to clipboard":["Copiar la contraseña de administrador en el portapapeles"],"Copy admin username to clipboard":["Copiar el nombre de usuario de administrador en el portapapeles"],"Open local site":["Abrir sitio local"],"Preview unavailable":["Vista previa no disponible"],"Theme":["Tema"],"Open in…":["Abrir en…"],"Could not open the terminal.":["No se ha podido abrir el terminal."],"Terminal":["Terminal"],"PhpStorm":["PhpStorm"],"Finder":["Finder"],"Customize":["Personalizar"],"Widgets":["Widgets"],"Menus":["Menús"],"Customizer":["Personalizador"],"Pages":["Páginas"],"Templates":["Plantillas"],"Navigation":["Navegación"],"Patterns":["Patrones"],"Styles":["Estilos"],"Site Editor":["Editor del sitio"],"Open site":["Abrir sitio"],"User avatar":["Avatar del usuario"],"Site details":["Detalles del sitio"],"Log out":["Salir"],"This directory is not empty. Please select an empty directory or an existing WordPress folder.":["Este directorio no está vacío. Selecciona un directorio vacío o una carpeta de WordPress existente."],"New Version Available":["Nueva versión disponible"],"OK":["Aceptar"],"Application Update":["Actualización de aplicación"],"Later":["Más tarde"],"Restart":["Reiniciar"],"The existing WordPress site at this path will be added.":["Se añadirá el sitio WordPress existente en esta ruta."],"Add a site":["Añadir un sitio"],"Help":["Ayuda"],"Edit":["Editar"],"Save":["Guardar"],"Edit site":["Editar sitio"],"Copy wp-admin url to clipboard":["Copiar la URL wp-admin al portapapeles"],"Admin URL":["URL de administración"],"Password":["Contraseña"],"Username":["Nombre de usuario"],"WP version":["Versión de WP"],"Local path":["Ruta local"],"Copied!":["¡Copiado!"],"Copy site url to clipboard":["Copiar la URL del sitio al portapapeles"],"Site name":["Nombre del sitio"],"Add Site…":["Añadir sitio…"],"Settings…":["Configuración"],"Check for Updates":["Buscar actualizaciones"],"Expired":["Caducada"],"Previews":["Vistas previas"],"Delete site":["Eliminar el sitio"],"Cancel":["Cancelar"],"Delete site files from my computer":["Eliminar archivos del sitio de mi ordenador"],"Close":["Cerrar"],"Delete %s":["Borrar %s"],"Uploading site…":["Subiendo sitio…"],"Create preview site":["Crear sitio de vista previa"],"Create a preview site":["Crea un sitio de vista previa"],"Log in to WordPress.com":["Accede a WordPress.com"],"Rename preview link":["Cambiar el nombre al enlace de vista previa"],"More options":["Más opciones"],"html_lang_attribute":["es"],"text direction\\u0004ltr":["ltr"],"Test Render Failure (dev only)":["Prueba de fallo de renderizado (solo para desarrolladores)"],"Test Hard Crash (dev only)":["Prueba de fallo crítico (solo para desarrolladores)"],"Export":["Exportar"],"Running":["En ejecución"],"Stop":["Detener"],"Starting…":["Iniciando…"],"Start":["Iniciar"],"Log in":["Iniciar sesión"],"Settings":["Configuración"],"Account":["Cuenta"],"WP Admin":["WP Admin"],"Reload":["Recargar"],"Something went wrong":["Se ha producido un error"],"Add site":["Añadir sitio"],"Choose folder for site":["Elegir una carpeta para el sitio"]}}`);
47818
47818
  const locale_data$g = /* @__PURE__ */ JSON.parse(`{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n > 1;","lang":"fr"},"Studio now includes phpMyAdmin, giving you a visual interface to manage your site's database. Access it from the Overview tab.":[],"Manage your database with phpMyAdmin":["Gérer votre base de données avec phpMyAdmin"],"Use the <code>studio</code> command in any terminal to manage sites, run WP-CLI commands, and control your local environment. <learn_more_link />":[],"Studio CLI for terminal":[],"Select the skills that will be placed in all existing and new sites. Agents can decide to use skills to help them accomplish specialized tasks. <learn_more_link />":[],"Sync support is available on selected plans only":[],"Refreshing…":[],"Loading…":["chargement..."],"Your Studio site is configured as a multisite network. WordPress.com does not support multisite, so pushing may cause unexpected issues on the remote site.":[],"Show":["Afficher"],"Instructions":["Instructions"],"%d warning":[],"Your Studio site is configured as a multisite network. Preview sites do not support multisite, which may cause unexpected issues.":[],"CLI Config (cli.json)":[],"Shared Config (shared.json)":[],"App Config (app.json)":[],"Open Config Files (dev only)":[],"Manage skills for this site. These override the global skills from Studio Settings.":[],"Loading instructions...":[],"Instruction actions":[],"Install instruction files so AI agents know how to work with this site.":[],"Manage instructions":[],"Install instruction files like AGENTS.md so AI agents know how to work with this site.":[],"Manage site skills":[],"You can override global skills for this site.":[],"Studio Settings":[],"Your task agents make use of skills you've installed in":[],"AI Skills":[],"⏎ confirm":[],"a all":[],"→← expand/collapse":[],"space toggle":[],"%d items selected":[],"type to filter":[],"No syncable sites found.":[],"[staging]":[],"Transfer required":[],"Plan upgrade required":["Mise à niveau du plan requise"],"Multiple sites match \\"%s\\". Use the site ID instead: %s":[],"No site found matching \\"%s\\"":[],"Site %s is not syncable (%s)":[],"Select items to sync":[],"Database (SQL)":[],"Failed to fetch remote file tree":[],"Failed to fetch latest rewind ID":[],"Failed to download backup":[],"Failed to check backup size":[],"Failed to check import status":[],"Failed to initiate import on remote site":[],"A sync operation is already in progress on this site. Please wait for it to finish and try again.":[],"Failed to check backup status":[],"Failed to initiate backup":[],"Invalid sync option: %s. Valid options: %s":[],"No suitable importer found for the provided backup contents":[],"No suitable backup handler found for the provided backup file":[],"Input file at location \\"%s\\" could not be found.":[],"AI agent for building WordPress sites":[],"Successfully pushed to %s (%s)":[],"Import timed out on %s — no progress detected":[],"Import failed on %s":[],"Initiating import… (%d%%)":[],"Upload cancelled":[],"Press Ctrl+C again to cancel. The upload cannot be safely cancelled mid-transfer.":[],"Uploading archive… (%d%%)":[],"The archive exceeds the %d GB size limit. Please reduce the size of your site and try again.":[],"Select a site to push to":[],"Push failed":[],"Push your local site to a WordPress.com site":[],"Pulled from %s (%s)":[],"Downloading backup… (%d%%)":[],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back. Do you want to continue?":["La sauvegarde de votre site dépasse %d Go. La récupérer vous empêchera de renvoyer le site.\\n\\nVoulez-vous continuer ?"],"Backup timed out — no progress detected":[],"Creating remote backup… (%d%%)":[],"Remote backup failed":[],"Initializing remote backup… (%d%%)":[],"Fetching file tree…":[],"Select a site to pull from":[],"Found %d sites":[],"Fetching WordPress.com sites…":[],"Pull failed":[],"Remote site URL or ID":[],"Comma-separated sync options: all, sqls, uploads, plugins, themes, contents":[],"Pull a WordPress.com site to your local site":[],"Deleting all preview sites…":[],"Hostname is required unless --all is passed.":[],"Delete all preview sites for your user":[],"Delete preview site(s)":[],"MCP server for AI agents":[],"Starting import…":[],"Import file not found: %s":[],"Failed to import site":[],"Path to the import file":[],"Import a backup file to site":[],"Import failed":["Échec de l’importation"],"Site imported successfully":[],"Metadata import completed":[],"Importing metadata…":[],"WordPress content import completed":[],"%1$s (%2$d/%3$d)":[],"Database import completed":[],"Importing database file… (%1$d/%2$d)":[],"Failed to extract backup":[],"A warning occurred while extracting backup":[],"Backup extraction completed":[],"Extracting backup file… (%1$d/%2$d)":[],"Backup validation failed":[],"Backup validated":[],"Validating backup…":[],"Started import…":[],"No suitable exporter found for the provided backup file":[],"%s successfully exported":[],"Failed to export site":[],"Invalid export file extension. Must be .sql when exporting database only.":[],"Invalid export file extension. Must be .zip or .tar.gz when exporting the full site.":[],"Export the full site or just the database. Default exports full site.":[],"Path to the export file. Full-site exports use .zip or .tar.gz. Database-only exports use .sql.":[],"Export site to a backup file":[],"Export failed":[],"Site exported successfully":[],"Configuration exported":[],"Backup file created":[],"Backing up file… (%d processed)":[],"Database exported":[],"Exporting database…":[],"WordPress content traversed":[],"Traversing WordPress content…":[],"Creating backup file…":[],"Manage code sessions":[],"List code sessions":[],"esc cancel":[],"⏎ select":[],"↑↓ navigate":[],"Code Sessions":[],"Deleted code session":[],"Stop here":[],"Resume where the agent left off":[],"Reached the turn limit. Continue?":[],"Used %d turn":[],"%1$s is no longer available. Switched to %2$s.":[],"Provider setup canceled. Kept %s.":[],"Select an AI provider":[],"Switched to %s":[],"Select a model":[],"%s (current)":["%s (version actuelle)"],"Logged out of WordPress.com":[],"Login failed or canceled":[],"API key update canceled.":[],"Anthropic API key updated.":[],"Preview command completed.":[],"Preview site ready!":[],"Failed to create preview site.":[],"Creating preview site… this may take a moment.":[],"Updating preview site… this may take a moment.":[],"No site selected. Use ↓ to select a site first.":[],"No Anthropic API key saved. Use /api-key to enter one.":[],"Use /login to authenticate to WordPress.com":[],"Logged in as %s":["Connecté(e) en tant que %s."],"Logged in as %1$s (%2$s)":[],"Choose how to connect":[],"WordPress.com (recommended)":[],"Use /api-key to update the Anthropic API key.":[],"No linked Claude session was found. Continuing from transcript only.":[],"Resuming session %s":[],"Session persistence disabled: %s":[],"Session persistence disabled (--no-session-persistence).":[],"ⓘ The \\"studio ai\\" command is now \\"studio code\\".":[],"AI agent for building WordPress":[],"Unknown error":["Erreur inconnue"],"Permission denied: %s":[],"Ran for %ds before interruption":[],"Interrupted":[],"Thought for %1$ds · %2$d turn":[],"Other (type my own)":[],"... %d more lines · ctrl+o to expand":[],"I'll ask a few quick questions about the name and layout, then build the whole thing for you. The more precise you are about what you want, the better the result will be.":[],"\\"Make a blog for a coffee shop\\"":[],"\\"Build a landing page for a SaaS product\\"":[],"\\"Create a portfolio site for a photographer\\"":[],"Just tell me what you want to build — for example:":[],"Generate preview sites":[],"%s with shareable URLs for quick feedback":[],"%s your local site to the cloud in WordPress.com":[],"Validate":["Valider"],"%s all block content to ensure it's editor-compatible":[],"screenshots":[],"Take %s (desktop + mobile) to verify the design is well crafted":[],"Preview & Publishing":[],"images and videos":[],"Upload %s to your site, using local media files or remote URLs":[],"Create realistic placeholder content tailored to your site's purpose":[],"navigation menus, site options, post types, taxonomies, and settings":[],"Set up %s":["Configurer %s"],"page content":[],"Generate and import %s using core blocks":[],"Content":["Contenu"],"plugins":[],"Install and activate %s via WP-CLI":[],"pages and posts":[],"Create %s with valid Gutenberg block content":[],"CSS, PHP, and JavaScript":[],"Write custom %s for themes and plugins":[],"%s block themes with striking, memorable designs":[],"Design & Development":[],"List":["Liste"],"%s all your local sites and their status":[],"Start / stop":[],"%s existing local sites":[],"%s new local WordPress sites instantly (fully configured, ready to use)":[],"Local Sites Management":[],"Great, you're connected now! Let me tell you what I can do:":[],"Hello, I'm %s, your local WordPress agent and builder.":[],"esc to interrupt":[],"ctrl+o expand":[],"ctrl+o collapse":[],"Code is Poetry":["Le code est une poésie."],"Type your answer…":[]," ✻ Site deselected":[]," ✻ Selected site: %s":[]," ✻ Selected site: %s (WordPress.com)":[],"Loading WordPress.com sites…":[],"↑↓ navigate · ← local sites · enter select · tab open in browser · esc cancel":[],"↑↓ navigate · → remote sites · enter select · tab open in browser · esc cancel":[],"Search:":["Recherche:"],"Local":["Local"],"[Local]":[],"Failed to load WordPress.com sites. Please try again.":[],"Not logged in. Use /login first.":[],"No sites found. Create one first.":[],"inline content":[],"Update todo list":[],"Run task":[],"Load skill":[],"Search":["Recherche"],"Write":["Écrire"],"Read":["Lire"],"Take screenshot":[],"Validate blocks":[],"Run WP-CLI":[],"Update preview":[],"List previews":[],"Create preview":[],"Get site info":[],"Create site":["Créer un site"],"↓ select site":[],"Run a performance audit on a site":[],"Optimize category taxonomy with AI":[],"Exit the chat":[],"Push the active site to WordPress.com as a preview":[],"Switch the AI provider":[],"Switch the AI model":[],"Log out of WordPress.com":["Se déconnecter de WordPress.com"],"Set or update the Anthropic API key":[],"Open the active site in the browser":[],"Studio now supports light, dark, and system appearance modes. Head to Settings to choose your preferred look.":["Studio prend désormais en charge les modes clair et sombre, et peur reproduire l’apparence du système. Accédez aux réglages pour choisir votre apparence préférée."],"Dark mode is here":["Le mode sombre est ici"],"MCP":["MCP"],"Skills":["Compétences"],"Loading skills...":["Chargement des compétences’"],"Install all":["Tout installer"],"Available":["Disponible"],"Skill actions":["Actions de compétence"],"Appearance":["Apparence"],"Dark":["Sombre"],"Light":["Clair"],"System":["Système"],"Connect your AI coding assistant to the Studio MCP to let it create, configure and interact with your local WordPress sites. Copy the JSON configuration below and add it to your assistant's MCP settings. <learn_more_link />":[],"CLI commands, automation, and search-replace":["Commandes CLI, automatisation et rechercher-remplacer"],"WP-CLI & Ops":["WP-CLI et Ops"],"Routes, endpoints, schema, and authentication":["Routes, points de terminaison, schéma et authentification"],"REST API":["API REST"],"Theme.json, templates, patterns, and style variations":["Theme.json, modèles, compositions et variantes de style"],"Block Themes":["Thèmes basés sur des blocs"],"Block.json, attributes, rendering, and deprecations":["Block.json, attributs, rendu et obsolescence"],"Block Development":["Développement de blocs"],"Hooks, settings API, security, and packaging":["Crochets, API de réglages, sécurité et emballage"],"Plugin Development":["Développement d’extensions"],"WordPress development workflows using Studio CLI":["Flux de travail de développement WordPress utilisant Studio CLI"],"phpMyAdmin":["phpMyAdmin"],"Exiting…":["Sortie…"],"Reset config and start clean? (Choosing No will exit the CLI)":["Réinitialiser la configuration et recommencer à zéro ? (Si vous choisissez Non, l’interface de ligne de commande sera fermée)"],"Old Studio config was found, but Studio no longer appears to be installed.\\nReset this config and start clean? You can re-add site directories later.\\n\\nIf Studio is actually installed, open it, update it, then run the CLI again.\\n":["L’ancienne configuration Studio a été trouvée, mais Studio ne semble plus être installé.\\nRéinitialiser cette configuration et recommencer à zéro ? Vous pourrez rajouter des répertoires de site plus tard.\\n\\nSi Studio est installé, ouvrez-le, mettez-le à jour, puis réexécutez l’interface de ligne de commande.\\n"],"Studio is installed, but your config must be migrated by Studio before this CLI can run. Open Studio, update it, then try again.":["Studio est installé, mais votre configuration doit être migrée par Studio avant que cette interface en ligne de commande puisse s’exécuter. Ouvrez Studio, mettez-le à jour, puis réessayez."],"Preview site not found in config":["Site de prévisualisation non trouvé dans la configuration"],"CLI config file is corrupted.":["Fichier de configuration CLI corrompu."],"Invalid CLI config file format.":["Format de fichier de configuration CLI non valide."],"Invalid CLI config version. It looks like you have a different version of the \`studio\` CLI installed on your system. Please modify your $PATH environment variable to use the correct version.":["Version de la configuration CLI non valide. Il semble que vous ayez une autre version de l’interface de ligne de commande (CLI) « studio » installée sur votre système. Veuillez modifier votre variable d’environnement $PATH pour utiliser la bonne version."],"Failed to read CLI config file.":["Échec de la lecture du fichier de configuration CLI."],"Failed to fetch WordPress.com sites":["Échec de l’extraction des sites WordPress.com."],"Failed to update AI instructions. Proceeding anyway…":["Échec de la mise à jour des instructions d’IA. L’opération se poursuit…"],"Failed to install AI instructions. Proceeding anyway…":["Échec de l’installation des instructions d’IA. L’opération se poursuit…"],"Checking for dependency updates…":["Vérification des mises à jour de dépendances…"],"Preview site updated":["Site de prévisualisation mis à jour"],"Preview site name cannot be empty.":["Le nom du site de prévisualisation ne peut pas être vide."],"At least one option (--name) is required.":["Vous devez indiquer au moins une option (--name)."],"Failed to configure preview site":["Échec de la configuration du site de prévisualisation"],"Hostname of the preview site to configure":["Nom d’hôte du site de prévisualisation à configurer"],"Configure preview site settings":["Configurer les réglages du site de prévisualisation"],"Authentication required. Please log in with \`studio auth login\`.":["Authentification obligatoire. Veuillez vous connecter avec « studio auth login »."],"Preview site name":["Nom du site de prévisualisation"],"MCP server failed":["Échec du serveur MCP"],"For other AI assistants, check their documentation for config file locations.":["Pour les autres assistants IA, consultez leur documentation pour trouver l’emplacement des fichiers de configuration."],"Project":["Projet"],"Claude Desktop":["Claude Desktop"],"Configuration file locations:":["Emplacements des fichiers de configuration :"],"For other AI assistants, add the following under the \\"mcpServers\\" key in their MCP configuration:":["Pour les autres assistants IA, ajoutez ce qui suit sous la clé « mcpServers » dans leur configuration MCP :"],"Codex":["Codex"],"Claude Code":["Claude Code"],"Run one of the following commands to add MCP support to your AI assistant:":["Exécutez l’une des commandes suivantes pour ajouter la prise en charge MCP à votre assistant IA :"],"WordPress Studio MCP Server":["Serveur WordPress Studio MCP"],"You must provide a valid code sessions command":[],"Select a session to resume:":["Sélectionnez une session à reprendre :"],"Failed to resume code session":[],"Resume a code session (id, prefix, \\"latest\\", or picker)":[],"Failed to list code sessions":[],"Most recent first":["La plus récente en premier"],"(No prompt yet)":["(Pas d’invite pour le moment)"],"No code sessions found":[],"Select a session to delete:":["Sélectionnez une session à supprimer :"],"Failed to delete code session":[],"Session id, id prefix, or \\"latest\\"":["ID de session, préfixe d’ID ou la plus récente"],"Delete a code session (id, prefix, \\"latest\\", or picker)":[],"Record this code session to disk":[],"Anthropic API key required. Switch to Anthropic · API key with /provider to save one.":["Clé d’API Anthropic requise. Passez à une clé d’API Anthropic avec /provider pour procéder à l’enregistrement."],"WordPress.com login required. Use /login to authenticate.":["Connexion à WordPress.com requise. Utilisez /login pour procéder à l’authentification."],"Username must be 60 characters or fewer.":["L’identifiant ne doit pas dépasser 60 caractères."],"Username can only contain letters, numbers, and _.@- characters.":["L’identifiant ne peut contenir que des lettres, des chiffres et des caractères _.@-."],"Admin username cannot be empty.":["L’identifiant de l’administrateur doit être renseigné."],"Please enter a valid email address.":["Entrez une adresse e-mail valide."],"Admin email cannot be empty.":["L’adresse e-mail de l’administrateur doit être renseignée."],"Error pushing from %s":["Erreur de l’envoi depuis %s"],"Visual Studio Code":["Visual Studio Code"],"Loading site name":["Chargement du nom du site"],"Loading site URL":["Chargement de l’URL du site"],"Loading environment":["Chargement de l’environnement"],"A new admin user will be created. WordPress does not support renaming usernames.":["Un nouvel administrateur sera créé. WordPress ne prend pas en charge le changement d’identifiant."],"Skip":["Passer"],"WordPress multisite requires a custom domain.":["WordPress multisite nécessite un domaine personnalisé."],"Admin credentials":["Identifiants de connexion de l’administrateur"],"Admin password is required":["Mot de passe de l’administrateur requis"],"Failed to open Visual Studio Code":["Échec de l’ouverture de Visual Studio Code"],"Show password":["Afficher le mot de passe"],"Hide password":["Cacher le mot de passe"],"Copy admin email to clipboard":["Copier l’adresse e-mail de l’administrateur dans le presse-papiers"],"Email":["Adresse de messagerie"],"Install":["Installer"],"Open":["Ouvert"],"Installed":["Installé"],"Installing...":["Installation..."],"Agent Instructions":["Instructions à destination des agents"],"Admin email":["Adresse e-mail de l’administrateur"],"Site files already removed":["Fichiers du site déjà supprimés"],"Blueprint source path is missing":["Chemin d’accès à la source du blueprint manquant"],"The enableMultisite Blueprint step requires a custom domain. WordPress multisite does not support custom ports. Use --domain <name>.local to set a custom domain.":["L’étape d’activation du blueprint multisite requiert un domaine personnalisé. WordPress multisite ne prend pas en charge les ports personnalisés. Utilisez --domain <name>.local pour définir un domaine personnalisé."],"Admin email:":["Adresse e-mail de l’administrateur :"],"Admin password (leave empty to auto-generate):":["Mot de passe de l’administrateur (laisser vide pour le générer automatiquement) :"],"Admin username:":["Identifiant de l’administrateur"],"Enable HTTPS?":["Activer HTTPS"],"Custom domain (leave empty to skip):":["Domaine personnalisé (laisser vide pour ignorer) :"],"WordPress version:":["Version de WordPress "],"%s (recommended)":["%s (recommandé)"],"Site path:":["Chemin du site :"],"Site name:":["Nom du site :"],"Admin email (defaults to \\"admin@localhost.com\\")":["Adresse e-mail de l’administrateur (par défaut « admin@localhost.com »)"],"Admin password (auto-generated if not provided). Note: passwords in CLI arguments may be visible in process lists; consider using a Blueprint file for sensitive passwords.":["Mot de passe de l’administrateur (généré automatiquement si non renseigné). Remarque : les mots de passe dans les arguments CLI peuvent être visibles dans les listes de processus. Il est recommandé d’utiliser un fichier blueprint pour les mots de passe sensibles."],"Admin username (defaults to \\"admin\\")":["Identifiant de l’administrateur (par défaut « admin »)"],"API key is required":["Clé d’API requise"],"Enter your Anthropic API key (will be saved for future use):":["Saisir votre clé d’API Anthropic (sera enregistrée pour une utilisation future) :"],"AI agent failed":["Échec de l’agent d’IA"],"Display PHP errors and warnings directly in the browser by setting the WP_DEBUG_DISPLAY constant.":["Affichez les erreurs et avertissements PHP directement dans le navigateur en configurant la constante WP_DEBUG_DISPLAY."],"Show errors in browser":["Afficher les erreurs dans le navigateur"],"Log PHP errors and warnings to a debug.log file in your site's wp-content directory by setting the WP_DEBUG_LOG constant.":["Enregistrez les erreurs et avertissements PHP dans un fichier debug.log situé dans le répertoire wp-content de votre site en définissant la constante WP_DEBUG_LOG."],"Enable debug log":["Activer le journal de débogage"],"General":["Général"],"Open Application Logs":["Ouvrir les journaux d’application"],"Debug display":["Déboguer l’affichage"],"Open log file":["Ouvrir le fichier journal"],"Debug log":["Journal de débuggage"],"Debugging":["Débogage"],"Applies site configuration.":["Applique la configuration du site."],"Runs %s.":["Exécute %s."],"%d WP-CLI command":["%d commande WP-CLI","%d commandes WP-CLI"],"%d SQL query":["%d requête SQL","%d requêtes SQL"],"%d block of PHP code":["%d bloc de code PHP","%d blocs de code PHP"],"Imports content.":["Importe du contenu."],"Installs %s.":["Installe %s"],"%d theme":["%d thème","%d thèmes"],"%d plugin":["%d extension","%d extensions"],"%1$s, and %2$s":["%1$s et %2$s"],"%1$s and %2$s":["%1$s et %2$s"],"Featured Blueprint":["Blueprint mis en avant"],"Copy site…":["Copier le site…"],"%s Copy":["Copier %s"],"An error occurred while copying the site. Please try again. If this problem persists, please contact support.":["Une erreur est survenue lors de la copie du site. Veuillez réessayer. Si ce problème persiste, contactez l’assistance."],"Failed to copy site":["Échec de la copie du site"],"Failed to start '%s'":["Échec du démarrage de « %s »"],"Not enough memory to start '%s'":["Mémoire insuffisante pour démarrer « %s »"],"Failed to initialize custom domains for '%s'":["Impossible d’initialiser les domaines personnalisés pour « %s »"],"Copy site":["Copier le site Web"],"Start all":["Tout démarrer"],"No sites running":["Aucun site en cours d’exécution"],"Skip printing site URL and admin credentials after starting":["Ignorer l’affichage de l’URL du site et des identifiants de connexion administrateur après le démarrage"],"Skip printing site URL and admin credentials after creating":["Ignorer l’affichage de l’URL du site et des identifiants de connexion administrateur après la création"],"Site ID (UUID format, used internally by Studio app)":["ID du site (format UUID, utilisé en interne par l’application Studio)"],"Must be a valid UUID":["Doit être un UUID valide"],"Zed":["Zed"],"Antigravity":["Antigravity"],"Pause upload":["Mettre en pause le chargement"],"Resume upload":["Reprendre le chargement"],"Upload is manually paused. Click the resume button to continue uploading.":["Le chargement a été mis en pause manuellement. Cliquez sur le bouton de reprise pour continuer le chargement."],"WordPress %s (selected is %s)":["WordPress %s (%s sélectionné)"],"PHP %s (selected is %s)":["PHP %s (%s sélectionné)"],"Please check the link and try again.":["Veuillez vérifier le lien et réessayer."],"Could not connect to the server. Please check your internet connection and try again.":["Connexion au serveur impossible. Veuillez vérifier votre connexion internet et réessayer."],"%d warning found":["%d avertissement trouvé","%d avertissements trouvés"],"Invalid blueprint":["Blueprint non valide"],"\\"%s\\" is not a valid Blueprint property":["« %s » n’est pas une propriété Blueprint valide"],"Site files moved to trash":["Fichiers du site déplacés vers la corbeille"],"Moving site files to trash…":["Déplacement des fichiers du site vers la corbeille…"],"Also move site files to trash":["Déplacer également les fichiers du site vers la corbeille"],"SQLite integration skipped":["Intégration SQLite ignorée"],"Easily install the %s CLI to run WP-CLI commands from your terminal and create, start, stop, or update your sites.":["Installez facilement la CLI %s pour exécuter des commandes WP-CLI depuis votre terminal et créer, démarrer, arrêter ou mettre à jour vos sites."],"WP-CLI support and CLI site management":["Prise en charge des commandes WP-CLI et gestion de site avec la CLI"],"WP-CLI":["WP-CLI"],"Manage sites":["Gérer les sites"],"Failed to stop sites":["Échec de l’arrêt des sites"],"Self-hosted (e.g. jurassic.ninja) sites are not supported":["Les sites auto-hébergés (comme jurassic.ninja) ne sont pas pris en charge."],"Error retrieving remote files and directories. Please close and reopen this dialog to try again.":["Erreur lors de la récupération des fichiers et répertoires distants. Veuillez fermer et rouvrir cette boîte de dialogue pour réessayer."],"You are currently offline. Sync will continue running remotely. We will send you an email once it's completed.":["Vous êtes actuellement hors ligne. La synchronisation continuera à s’exécuter à distance. Nous vous enverrons un e-mail une fois celle-ci terminée."],"Leave running":["Laisser la synchronisation se poursuivre"],"Stop sites":["Arrêter les sites"],"%d site is currently running. Do you want to stop it before quitting?":["%d site est en cours d’exécution. Voulez-vous l’arrêter avant de quitter ?","%d sites sont en cours d’exécution. Voulez-vous les arrêter avant de quitter ?"],"You have a running site":["Vous avez un site en cours d’exécution","Vous avez des sites en cours d’exécution"],"Uploading site (%d%%)…":["Chargement du site (%d%%)…"],"The site name is too long. Please choose a shorter site name.":["Le nom du site est trop long. Veuillez choisir un nom de site plus court."],"An error occurred while running the WP-CLI command.":["Une erreur est survenue lors de l’exécution de la commande WP-CLI."],"Stopping all WordPress servers…":["Arrêt de tous les serveurs WordPress…"],"Stop all sites":["Arrêter tous les sites"],"Stop site(s)":["Arrêter le(s) site(s)"],"Get status of site":["Obtenir l’état du site"],"List sites":["Répertorier les sites"],"SSL certificates deleted":["Certificats SSL supprimés"],"Deleting SSL certificates…":["Suppression des certificats SSL…"],"Stopping WordPress server…":["Arrêt du serveur WordPress…"],"Failed to delete associated preview sites. Proceeding anyway…":["Échec de la suppression des sites d’aperçu associés. Continuer quand même…"],"Starting WordPress server…":["Démarrage du serveur WordPress…"],"Saving site…":["Enregistrement du site…"],"Create a new site":["Créer un nouveau site"],"Events watcher failed":["Échec de l’observateur d’événements"],"Create a new site from a featured Blueprint on your own. <learn_more_link />":["Créez un nouveau site par vous-même à partir d’un Blueprint mis en avant. <learn_more_link />"],"Powered by experimental AI. <learn_more_link />":["Propulsé par une IA expérimentale. <learn_more_link />"],"Could not load files. Please close and reopen this dialog to try again.":["Impossible de charger les fichiers. Veuillez fermer et rouvrir cette boîte de dialogue pour réessayer."],"The site uploading has been paused due to an internet connection issue. We will retry automatically in a few seconds.":["Le chargement du site a été mis en pause en raison d’un problème de connexion Internet. Nous réessaierons automatiquement dans quelques secondes."],"Enable PHP debugging with Xdebug. Only one site can have Xdebug enabled at a time. Note that Xdebug may slow down site performance. <learn_more_link />":["Activez le débogage PHP avec Xdebug. Xdebug ne peut être activé que sur un seul site à la fois. Notez que Xdebug peut ralentir les performances du site. <learn_more_link />"],"Enable Xdebug":["Activer Xdebug"],"Xdebug is currently enabled for \\"%s\\" site. Disable it there first to enable it for this site.":["Xdebug est actuellement activé pour le site « %s ». Désactivez-le d’abord pour l’activer sur ce site."],"Starting from a Blueprint requires an internet connection.":["Pour démarrer à partir d’un Blueprint, une connexion Internet est nécessaire."],"Uploading paused":["Chargement mis en pause"],"Xdebug":["Xdebug"],"Dismiss":["Ignorer"],"Build blocks with <button>Telex <ArrowIcon /></button>":["Créer des blocs avec <button>Telex <ArrowIcon /></button>"],"Build with Telex":["Créer avec Telex"],"Add site from a Blueprint":["Ajouter un site à partir d’un Blueprint"],"Restart Studio now to install the update, or choose Later to continue working and restart when convenient.":["Redémarrez Studio maintenant pour installer la mise à jour, ou choisissez Plus tard pour continuer à travailler et redémarrer au moment qui vous conviendra."],"Update ready to install":["Mise à jour prête à être installée"],"You're already running the latest version of Studio. No update is needed at this time.":["La dernière version de Studio est déjà installée. Aucune mise à jour n’est nécessaire pour le moment."],"No updates available":["Aucune mise à jour disponible"],"Studio will notify you when the update is ready to install. You can continue working normally.":["Studio vous avertira lorsque la mise à jour sera prête à être installée. Vous pouvez continuer à travailler normalement."],"Downloading update in the background":["Téléchargement de la mise à jour en arrière-plan"],"It looks like you denied the authorization request. To proceed, please click \\"Approve\\"":["Il semble que vous ayez refusé la demande d’autorisation. Pour continuer, cliquez sur « Approuver »"],"Authorization denied":["Autorisation refusée"],"Windows on Intel/AMD":["Windows sur Intel/AMD"],"Windows on ARM":["Windows sur ARM"],"Mac with Intel Chip":["Mac avec puce Intel"],"Mac with Apple Silicon Chip":["Mac avec puce Apple Silicon"],"Unsupported PHP version: %s":["Version PHP non prise en charge : %s"],"Set auto-start flag for the site(s)":["Activation du démarrage automatique pour le(s) site(s)"],"Failed to stop site":["Échec de l’arrêt du site"],"Successfully stopped %d site":["%d site arrêté","%d sites arrêtés"],"No sites are currently running":["Aucun site n’est en cours d’exécution"],"Failed to load site status":["Échec du chargement de l’état du site"],"Connected to process daemon":["Connecté au processus démon"],"Connecting to process daemon…":["Connexion au processus démon..."],"Failed to parse Blueprint JSON":["Échec de l’analyse du JSON blueprint"],"Failed to fetch Blueprint":["Échec de l’extraction du blueprint"],"WordPress files copied":["Fichiers WordPress copiés"],"Copying bundled WordPress…":["Copie de WordPress groupé..."],"Cannot set up WordPress. Bundled WordPress files not found. Please connect to the internet or reinstall Studio.":["Impossible de configurer WordPress. Fichiers WordPress groupés introuvables. Veuillez vous connecter à Internet ou réinstaller Studio."],"Cannot set up WordPress while offline. Specific WordPress versions require an internet connection. Try using \\"latest\\" version or ensure internet connectivity.":["Impossible de configurer WordPress hors ligne. Les versions spécifiques de WordPress nécessitent une connexion Internet. Essayez d’utiliser la version la plus récente ou veillez à disposer d’une connexion Internet."],"Path or URL to Blueprint JSON file":["Chemin ou URL du fichier JSON blueprint"],"Must be: at least %s":["Doit être : au moins %s"],"Must be: \\"latest\\", \\"nightly\\", or a valid version number (e.g., \\"6.4\\", \\"6.4.1\\", \\"6.4-beta1\\")":["Doit être : « la dernière », « la nuit » ou un numéro de version valide (par exemple, « 6.4 », « 6.4.1 », « 6.4-beta1 »)"],"Failed to parse Blueprint JSON file: %s":["Échec de l’analyse du fichier JSON blueprint : %s"],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, or .wpress file.":["Ce type de fichier n’est pas pris en charge. Veuillez utiliser un fichier .zip, .gz, .tar, .tar.gz ou .wpress."],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, .wpress, or .sql file.":["Ce type de fichier n’est pas pris en charge. Veuillez utiliser un fichier .zip, .gz, .tar, .tar.gz, .wpress ou .sql."],"Studio CLI":["CLI Studio"],"Your Studio site is using a different WordPress or PHP version than your remote site. The remote site will keep using the newest supported versions.":[],"%s over":["%s sur"],"The push is in progress and will continue running remotely. We will send you an email once it's completed.":["L’envoi est en cours et continuera à s’exécuter à distance. Nous vous enverrons un e-mail une fois qu’il sera achevé."],"Get smart suggestions from the Studio Assistant":["Obtenir des suggestions intelligentes de l’Assistant Studio"],"Seamlessly sync with WordPress.com and Pressable":["Synchroniser en toute fluidité avec WordPress.com ou Pressable"],"Share preview sites with clients and colleagues":["Partagez des aperçus de sites avec des clients et collègues"],"Start by connecting your WordPress.com account to unlock the full power of WordPress Studio.":["Commencez par connecter votre compte WordPress.com pour libérer toute la puissance de WordPress Studio."],"Welcome to WordPress Studio":["Bienvenue dans WordPress Studio"],"Failed to uninstall CLI":["Échec de la désinstallation de la CLI"],"The CLI has been uninstalled successfully.":["La CLI a bien été désinstallée."],"CLI uninstalled":["CLI désinstallée"],"Proceed":["Continuer"],"Blueprint details":["Détails du Blueprint"],"Start working locally with your site data.":["Commencez à travailler localement avec les données de votre site."],"Pull content from your remote site.":["Extrayez du contenu de votre site distant."],"Create a new local WordPress site.":["Créez un nouveau site WordPress local."],"Create a new local site and pull your WordPress.com or Pressable site with Jetpack activated.":["Créez un nouveau site local et récupérez votre site WordPress.com ou Pressable avec Jetpack activé."],"Create a new site from WordPress.com or Pressable":["Créer un nouveau site à partir de WordPress.com ou Pressable"],"Pull an existing site":["Récupérer un site existant"],"Blueprint":["Schéma"],"The sync process will continue running remotely after you quit Studio. We will send you an email once it is complete.":["Le processus de synchronisation continuera à s’exécuter à distance après la fermeture de Studio. Nous vous enverrons un e-mail lorsqu’il sera achevé."],"Sync will continue":["La synchronisation va continuer"],"Initializing remote backup…":["Initialisation de la sauvegarde distante…"],"HTTP proxy server stopped":["Serveur proxy HTTP arrêté"],"Stopping HTTP proxy server…":["Arrêt du serveur proxy HTTP…"],"The specified directory is not added to Studio. Use \`studio site create\` to add it.":["Le répertoire spécifié n’est pas ajouté à Studio. Utilisez \`studio site create\` pour l’ajouter."],"Failed to stop WordPress server":["Échec de l’arrêt du serveur WordPress"],"WordPress server is not running":["Le serveur WordPress n’est pas en cours d’exécution."],"Admin password":["Mot de passe administrateur"],"Admin username":["Identifiant de l’administrateur"],"Status":["État :"],"Site Path":["Chemin du site"],"Auto-login URL":["URL de connexion automatique"],"Site URL":["URL du site"],"Offline":["Hors ligne"],"Online":["En ligne"],"SQLite integration configured as needed":["Intégration de SQLite configurée selon les besoins"],"Setting up SQLite integration, if needed…":["Configuration de l’intégration de SQLite, si nécessaire…"],"Domain removed from hosts file":["Domaine supprimé du fichier d’hébergeurs"],"Removing domain from hosts file…":["Suppression du domaine du fichier d’hôtes…"],"Associated preview sites deleted":["Sites de prévisualisation associés supprimés"],"Deleting %d associated preview site…":["Suppression de %d site de prévisualisation associé…","Suppression de %d sites de prévisualisation associés…"],"WordPress server stopped":["Serveur WordPress arrêté"],"Site loaded":["Site chargé"],"Loading site…":["Chargement du site…"],"Failed to delete site":["Échec de la suppression du site"],"Failed to start site":["Échec du démarrage du site"],"Authenticated with WordPress.com as \`%s\`":["Authentifié avec WordPress.com en tant que « %s »"],"Run \\"studio site start\\" to start the site.":["Exécutez « démarrage du site Studio » pour démarrer le site."],"Failed to apply Blueprint":["Échec de l’application du blueprint"],"Blueprint applied successfully":["Blueprint appliqué avec succès"],"Applying Blueprint…":["Application du blueprint…"],"Starting WordPress server and applying Blueprint…":["Démarrage du serveur WordPress et application du blueprint…"],"Site created successfully":["Site créé avec succès"],"Port assigned: %d":["Port assigné : %d"],"Assigning port…":["Assignation du port…"],"SQLite integration configured":["Intégration de SQLite configurée"],"Setting up SQLite integration…":["Configuration de l’intégration de SQLite…"],"Site directory created":["Répertoire du site créé"],"Creating site directory…":["Création du répertoire du site…"],"Site configuration validated":["Configuration du site validée"],"The selected directory is already in use.":["Le répertoire sélectionné est déjà utilisé."],"Blueprint feature \\"%1$s\\" is not supported: %2$s":["La fonctionnalité Blueprint « %1$s » n’est pas prise en charge : %2$s"],"Blueprint file not found: %s":["Fichier blueprint introuvable : %s"],"The selected directory is not empty nor an existing WordPress site.":["Le répertoire sélectionné n’est pas vide, ni un site WordPress existant."],"Validating site configuration…":["Validation de la configuration du site…"],"Start the site after creation":["Lancer le site après sa création"],"Enable HTTPS for custom domain":["Activer HTTPS pour le domaine personnalisé"],"Custom domain (e.g., \\"mysite.local\\")":["Domaine personnalisé (par exemple, « monsite.local »)"],"WordPress version (e.g., \\"latest\\", \\"6.4\\", \\"6.4.1\\")":["Version de WordPress (par exemple, « dernière », « 6.4 », « 6.4.1 »)"],"Choose a plan to publish your site":["Choisir un plan pour publier votre site"],"Sync database and files.":["Synchronisez la base de données et les fichiers."],"Unlock the power of WordPress and share your work with the world with":["Libérez la puissance de WordPress et partagez votre travail avec le monde entier"],"Find a perfect plan":["Trouvez un plan parfait"],"Preparing workers…":["Préparation des workers…"],"Running the Blueprint…":["Exécution du blueprint…"],"Booting WordPress…":["Démarrage de WordPress…"],"Starting up workers…":["Démarrage des workers…"],"Downloading WordPress…":["Téléchargement de WordPress…"],"WordPress is running":["WordPress est en cours d’exécution"],"Site not found":["Site non trouvé"],"Failed to start WordPress server":["Échec du démarrage du serveur WordPress"],"WordPress server started":["Serveur WordPress démarré"],"WordPress server is already running":["Le serveur WordPress est déjà en cours d’exécution"],"Process daemon started":["Processus démon démarré"],"Starting process daemon…":["Démarrage du processus démon…"],"Skip opening the site in browser after starting":["Ignorer l’ouverture du site dans le navigateur après le démarrage"],"Password: ":["Mot de passe : "],"Username: ":["Identifiant : "],"Site URL: ":["URL du site : "],"Publish site":["Publier le site"],"Failed to select site":["Impossible de sélectionner le site"],"Select a site to import":["Choisir un site à importer"],"Publish your site":["Publier votre site"],"Select a remote site":["Sélectionner un site distant"],"Blueprint loaded from URL":["Blueprint chargé à partir de l’URL"],"Download directly from WordPress.com or Pressable":["Télécharger directement depuis WordPress.com ou Pressable"],"Failed to load Blueprint":["Échec du chargement du blueprint"],"Failed to revoke token":["Échec de la révocation du jeton"],"Failed to fetch user info":["Échec de l’extraction des informations utilisateur"],"You must provide a valid auth command":["Vous devez fournir une commande d’authentification valide"],"Manage authentication":["Gérer l’authentification"],"Failed to add domain to hosts file":["Échec de l’ajout du domaine au fichier d’hôtes :"],"Domain added to hosts file":["Domaine ajouté au fichier d’hébergeurs"],"Adding domain to hosts file…":["Ajout du domaine au fichier d’hôtes…"],"SSL certificates generated":["Certificats SSL générés"],"Generating SSL certificates…":["Génération des certificats SSL…"],"HTTP proxy already running":["Le proxy HTTP est déjà en cours d’exécution"],"HTTP proxy server started":["Serveur proxy HTTP démarré"],"Starting HTTP proxy server…":["Démarrage du serveur proxy HTTP…"],"Failed to check authentication status":["Échec de la vérification de l’état d’authentification"],"Authentication token is invalid or expired":["Le jeton d’authentification est non valide ou a expiré"],"Checking authentication status…":["Vérification de l’état d’authentification…"],"Check authentication status":["Vérifier l’état d’authentification"],"Failed to log out":["Échec de la déconnexion"],"Successfully logged out":["Déconnexion réussie"],"Already logged out":["Déjà déconnecté(e)"],"Logging out…":["Déconnexion..."],"Log out and clear WordPress.com authentication":["Se déconnecter et effacer l’authentification WordPress.com"],"Authentication failed":["Échec de l’authentification"],"Authentication failed. Please try again.":["Échec de l’authentification. Veuillez réessayer."],"Authentication completed successfully!":["Authentification réussie !"],"Authentication token:":["Jeton d’authentification :"],"Please complete authentication in your browser and paste the generated token here.":["Veuillez terminer l’authentification dans votre navigateur et coller le jeton généré ici."],"Failed to open browser. Please open the URL manually: %s":["Échec de l’ouverture du navigateur. Veuillez ouvrir l’URL manuellement : %s"],"Browser opened successfully":["Le navigateur a bien été ouvert"],"Opening browser for authentication…":["Ouverture du navigateur pour authentification…"],"Already authenticated with WordPress.com":["Déjà authentifié(e) auprès de WordPress.com"],"Downloading the ARM version of Studio will provide better performance.":["Télécharger la version ARM de Studio donnera de meilleures performances."],"An error occurred while deleting all preview sites. Please try again.":["Une erreur s’est produite lors de la suppression de l’ensemble des sites de prévisualisation. Veuillez réessayer."],"Failed to delete all preview sites":["Échec de la suppression de l’ensemble des sites de prévisualisation"],"<siteUrlButton /> appears to be deleted or is currently unreachable. <button>Get help ↗</button>":["<siteUrlButton /> semble avoir été supprimé ou est actuellement inaccessible. <button>Obtenir de l’aide ↗</button>"],"This preview site has been deleted from the server. You can remove it from the list by clicking Clear button.":["Ce site de prévisualisation a été supprimé du serveur. Vous pouvez le retirer de la liste en cliquant sur le bouton Effacer."],"Database import failed on the remote site. Please review your database and try again or contact support and provide details from the logs below.":["Échec de l’importation de la base de données sur le site distant. Veuillez vérifier votre base de données et réessayer ou contacter l’assistance et fournir des détails dans les journaux ci-dessous."],"Create new backup ↗":["Créer une nouvelle sauvegarde ↗"],"Content from the latest backup: %s.":["Contenu de la dernière sauvegarde : %s."],"Push can not be cancelled while applying changes to the remote site":["L’envoi ne peut pas être annulé lors de l’application des modifications au site distant"],"Cancel push":["Annuler l’envoi"],"Pull can not be cancelled while importing changes to your local site":["L’extraction ne peut pas être annulée lors de l’importation des modifications sur votre site local"],"Cancel pull":["Annuler l’extraction"],"The push operation has been cancelled.":["L’opération d’envoi a été annulée."],"Push cancelled":["Envoi annulé"],"The pull operation has been cancelled.":["L’opération d’extraction a été annulée."],"Pull cancelled":["Extraction annulée"],"Beta Features":["Fonctionnalités bêta"],"Delete site…":["Supprimer le site"],"Edit site…":["Modifier le site…"],"Open in %s":["Ouvrir dans %s"],"File Explorer":["Explorateur de fichiers"],"%1$s (%2$d%%)":["%1$s (%2$d %%)"],"Importing files…":["Importation des fichiers…"],"Importing database… (%d%%)":["Importation de la base de données… (%d %%)"],"Extracting backup… (%d%%)":["Extraction de la sauvegarde… (%d %%)"],"Importing other files…":["Importation d’autres fichiers…"],"Importing media uploads…":["Importation des chargements médias…"],"Importing themes…":["Importation des thèmes…"],"Importing plugins…":["Importation des extensions…"],"Start with an empty site":["Commencer avec un site vide"],"Studio could not load Blueprints. <button>Try again</button> or use your own Blueprint.":["Studio n’a pas pu charger Blueprints. <button>Réessayez</button> ou utilisez votre propre blueprint."],"View details":["Afficher les détails"],"This Blueprint uses unsupported features in Studio and might not work as expected.":["Ce Blueprint utilise des fonctionnalités non prises en charge dans Studio et pourrait ne pas fonctionner comme prévu."],"Got it":["J’ai compris"],"Your Blueprint will still work, but these features will be skipped during site creation.":["Votre blueprint fonctionnera toujours, mais ces fonctionnalités seront ignorées lors de la création du site."],"The following features are not supported in Studio and will be automatically removed:":["Les fonctionnalités suivantes ne sont pas prises en charge dans Studio et seront automatiquement supprimées :"],"Studio manages its own navigation and landing pages.":["Studio gère ses propres pages de navigation et de destination"],"Nearly finished":["Presque terminé"],"Making progress…":["En cours…"],"Working on your site…":["En train de travailler sur votre site…"],"Getting everything ready…":["Préparation…"],"Setting up your new site…":["Configuration de votre nouveau site…"],"Failed to list sites":["Impossible de répertorier les listes"],"Found %d site":["%d site trouvé","%d sites trouvés"],"Path":["Chemin"],"Select a Blueprint that fits your needs and build your WordPress site even faster.":["Sélectionnez le Blueprint qui répond à vos besoins et créez votre site WordPress plus rapidement que jamais."],"Introducing Blueprints, a new way to streamline site creation.":["Découvrez les Blueprints, une nouvelle façon de simplifier la création de sites."],"Sublime Text":["Sublime Text"],"The current selection exceeds the %d GB push limit. To continue, please change your selection to reduce the total size.":["La sélection actuelle dépasse la limite d’envoi de %d Go. Pour continuer, veuillez modifier votre sélection pour réduire la taille totale."],"Choose a featured Blueprint or use your own":["Choisir un Blueprint mis en avant ou utiliser le vôtre"],"Featured Blueprints":["Blueprint mis en avant"],"Using different versions may cause compatibility issues.":["L’utilisation de versions différentes peut entraîner des problèmes de compatibilité."],"This Blueprint recommends:":["Blueprint recommande :"],"Version differs from Blueprint recommendation":["La version diffère de la recommandation du Blueprint"],"Blueprint validation failed":["Échec de la validation du Blueprint"],"Failed to load Blueprint file. Please try again.":["Échec du chargement du fichier de Blueprint. Veuillez réessayer."],"Invalid JSON format: %s":["Format JSON non valide : %s"],"Invalid Blueprint format":["Format de Blueprint non valide"],"Blueprint v2 format is not supported yet. Please use Blueprint v1 format.":["Le format de Blueprint v2 n’est pas encore pris en charge. Veuillez utiliser le format de Blueprint v1."],"Your sites will show up here once you create them":["Vos sites apparaîtront ici une fois que vous les aurez créés"],"Development":["Développement"],"Push to Development":["Envoyer en développement"],"Pull from Development":["Récupérer du développement"],"Selecting individual items to pull will be enabled automatically once your first backup is complete.<br/>Wait a few minutes or run a full sync in the meantime.":["La sélection des éléments individuels à récupérer sera activée automatiquement une fois votre première sauvegarde terminée.<br/>Patientez quelques minutes ou exécutez une synchronisation complète en attendant."],"Site name & details":["Nom et détails du site"],"Choose Blueprint":["Choisir un Blueprint"],"Back":["Retour"],"Select backup file":["Choisir un fichier de sauvegarde"],"Drop your backup file here":["Déposer le fichier de sauvegarde ici"],"Choose Blueprint file":["Choisir un fichier de Blueprint"],"Remove":["Enlever"],"Loading Blueprints...":["Chargement des blueprints…"],"Blueprint loaded from file":["Blueprint chargé à partir du fichier"],"Preview Blueprint":["Prévisualiser le Blueprint"],"Description":["Description"],"Title":["Titre :"],"Thumbnail":["Miniature"],"The selected Blueprint failed to execute properly. This could be due to invalid PHP code, missing plugins, or other issues in the Blueprint file. Please check your Blueprint file and try again.":["Le Blueprint sélectionné ne s’est pas exécuté correctement. Cela peut être dû à un code PHP non valide, à des extensions manquantes ou à d’autres problèmes dans le fichier de blueprint. Veuillez vérifier votre fichier de Blueprint et réessayer."],"Blueprint execution failed":["Échec de l’exécution du Blueprint"],"Site export completed":["Exportation du site terminée"],"Database export completed":["Exportation de la base de donnée terminée"],"Start a site from a backup":["Créer un site à partir d’une sauvegarde"],"Import from a backup":["Importer une sauvegarde"],"Start from a Blueprint":["Commencez à partir d’un Blueprint"],"Create a site":["Créer un site"],"Add a clean site, start from a Blueprint or import site from a backup":["Ajoutez un site propre, démarrez à partir d’un Blueprint ou importez un site à partir d’une sauvegarde"],"Backing up remote site…":["Sauvegarde du site distant…"],"Pushing will overwrite your development site's selected files and database with content from your Studio site. Unchecked items will not be changed. The development site will be backed up before any changes are applied.":["L’envoi écrasera les fichiers sélectionnés et la base de données de votre site de développement avec le contenu de votre site Studio. Les éléments non cochés ne seront pas modifiés. Le site de développement sera sauvegardé avant l’application de modifications."],"Pushing will overwrite your staging site's selected files and database with content from your Studio site. Unchecked items will not be changed. The staging site will be backed up before any changes are applied.":["L’envoi écrasera les fichiers sélectionnés et la base de données de votre site de préproduction avec le contenu de votre site Studio. Les éléments non cochés ne seront pas modifiés. Le site de préproduction sera sauvegardé avant l’application de modifications."],"Pushing will overwrite your production site's selected files and database with content from your Studio site. Unchecked items will not be changed. The production site will be backed up before any changes are applied.":["L’envoi écrasera les fichiers sélectionnés et la base de données de votre site de production avec le contenu de votre site Studio. Les éléments non cochés ne seront pas modifiés. Le site de production sera sauvegardé avant l’application de modifications."],"Pulling will overwrite your Studio site's selected files and database with a copy from your development site. Unchecked items will not be changed.":["La récupération remplacera les fichiers sélectionnés et la base de données de votre site Studio par une copie de votre site de développement. Les éléments non cochés ne seront pas modifiés."],"Pulling will overwrite your Studio site's selected files and database with a copy from your staging site. Unchecked items will not be changed.":["La récupération remplacera les fichiers sélectionnés et la base de données de votre site Studio par une copie de votre site de préproduction. Les éléments non cochés ne seront pas modifiés."],"Pulling will overwrite your Studio site's selected files and database with a copy from your production site. Unchecked items will not be changed.":["La récupération écrasera les fichiers sélectionnés et la base de données de votre site Studio par une copie de votre site de production. Les éléments non cochés ne seront pas modifiés."],"How can I make WordPress Studio faster?":["Comment rendre WordPress Studio plus rapide ?"],"WordPress Studio Help":["Aide WordPress Studio"],"Empty":["Vide"],"Empty folder":["Dossier vide"],"Studio":["Studio"],"About WordPress Studio":["À propos de WordPress Studio"],"WordPress Studio":["WordPress Studio"],"WordPress Studio CLI":["WordPress Studio CLI"],"Select files and folders to sync":["Sélectionner les fichiers et les dossiers à synchroniser"],"From %s to %s":["De %s vers %s"],"Expand":["Etendre"],"Collapse":["Réduire"],"Feature Flags":["Étiquettes de fonctionnalités"],"Log in to Studio with WordPress.com":["Se connecter à Studio avec WordPress.com"],"Open account settings":["Ouvrir les réglages du compte"],"Specific files and folders":["Fichiers et dossiers spécifiques"],"All files and folders":["Tous les fichiers et dossiers"],"Database":["Base de données"],"Files and folders":["Fichiers et dossiers"],"Read more about <a>environment push <ArrowIcon /></a>":["En savoir plus sur le <a>push vers un environnement<ArrowIcon /></a>"],"What would you like to push?":["Que souhaitez-vous déployer (push) ?"],"Push to Production":["Push vers la production"],"Push to Staging":["Push vers la préproduction"],"Read more about <a>environment pull <ArrowIcon /></a>":["En savoir plus sur le <a>pull depuis l’environnement<ArrowIcon /></a>"],"What would you like to pull?":["Que souhaitez-vous récupérer (pull) ?"],"Pull from Production":["Pull depuis la production"],"Pull from Staging":["Pull depuis la préproduction"],"Almost there…":["On y est presque !"],"%s has been updated":["%s a été mis à jour"],"Studio site has been updated from %s":["Le site Studio a été mis à jour depuis %s"],"Learn more about supported sites.":["En savoir plus sur les sites pris en charge."],"Can't find your site?":["Vous ne trouvez pas votre site ?"],"Connect your site":["Connecter votre site"],"Connect another site":["Connecter un autre site"],"Sync with WordPress.com or Pressable":["Synchroniser avec WordPress.com ou Pressable"],"Push is in progress. We will send you an email when it is completed.":["Le push est en cours. Nous vous enverrons un e-mail lorsqu’il sera terminé."],"You are currently offline so your site will be created with the latest version. Selecting a different WordPress version requires an internet connection.":["Vous êtes actuellement hors ligne, votre site sera donc créé avec la dernière version. Il faut une connexion internet pour choisir une autre version de WordPress."],"Invalid authentication token":["Jeton d’authentification non valide"],"Running…":["Exécution…"],"Deleting…":["Suppression..."],"Validating…":["Validation…"],"Studio was unable to trust the certificate automatically. You may need to trust it manually using certificate manager.":["Studio n’a pas pu approuver automatiquement le certificat. Vous devrez peut-être l’approuver manuellement à l’aide du gestionnaire de certificats."],"Certificate Trust Failed":["Échec de l’approbation du certificat"],"Windsurf":["Windsurf"],"Available terminals":["Terminaux disponibles"],"Terminal application":["Application de terminal"],"Available editors":["Éditeurs disponibles"],"Please ensure your site files have not been moved or deleted.":["Veuillez vous assurer que les fichiers de votre site n’ont pas été déplacés ou supprimés."],"Applying final details…":["Application des derniers détails…"],"Starting export…":["Démarrage de l’exportation…"],"Command Prompt":["Invite de commande"],"Creating preview site…":["Création du site de prévisualisation"],"What's new":["Nouveau"],"Ghostty":["Ghostty"],"Warp":["Warp"],"Select":["Sélectionner"],"Please stop some of your running sites first. If this problem persists, try closing other apps that might be using memory and try again.":["Veuillez d’abord arrêter certains de vos sites en cours d’exécution. Si ce problème persiste, essayez de fermer les autres applications qui pourraient utiliser de la mémoire, puis réessayez."],"Failed to save CLI config file":["Échec de l’enregistrement du fichier de configuration CLI"],"Studio config file path not found.":["Chemin du fichier de configuration Studio introuvable."],"Path to the WordPress files":["Chemin vers les fichiers WordPress"],"Current directory":["Répertoire actuel"],"Cannot update an expired preview site.":["Impossible de mettre à jour un site de prévisualisation expiré."],"The specified directory does not match the original site for this preview. If you want to overwrite, run the command with --overwrite.":["Le répertoire spécifié ne correspond pas au site d’origine de cet aperçu. Si vous souhaitez le remplacer, exécutez la commande avec --overwrite."],"Allow updating a preview site from a different directory":["Autoriser la mise à jour d’un site d’aperçu à partir d’un autre répertoire"],"Update preview site":["Mettre à jour le site de prévisualisation"],"(%d expired)":["(%d expirés)","(%d expirés)"],"Found %d preview site":["%d site de prévisualisation trouvé","%d sites de prévisualisation trouvés"],"No preview sites found":["Aucun site de prévisualisation trouvé"],"Loading preview sites…":["Chargement des sites de prévisualisation…"],"Output format":["Format de sortie"],"List preview sites":["Lister les sites de prévisualisation"],"Preview site '%s' has been deleted.":["Le site de prévisualisation « %s » a été supprimé."],"Preview site '%s' has been updated.":["Le site de prévisualisation « %s » a été mis à jour."],"Deleting preview site failed":["Échec de la suppression du site de prévisualisation"],"Saving preview site…":["Enregistrement du site de prévisualisation…"],"Not installed":["Non installé"],"Preferences":["Préférences"],"Code editor":["Éditeur de code"],"Shell":["Shell"],"Merge All Windows":["Fusionner toutes les fenêtres"],"Move Tab to New Window":["Déplacer l’onglet vers une nouvelle fenêtre"],"Show Next Tab":["Afficher l’onglet suivant"],"Show Previous Tab":["Afficher l’onglet précédent"],"Zoom":["Zoomer"],"Minimize":["Réduire"],"Window":["Fenêtre"],"Toggle Fullscreen":["Basculer en plein écran"],"latest":["les plus récents"],"Zoom Out":["Dézoomer"],"Zoom In":["Zoom avant"],"Actual Size":["Taille réelle"],"Show All Tabs":["Afficher tous les onglets"],"Show Tab Bar":["Afficher la barre d’onglets"],"View":["Voir"],"Stop Speaking":["Arrêter de parler"],"Start Speaking":["Commencer à parler"],"Speech":["Voix"],"Select All":["Sélectionner tout"],"Paste and Match Style":["Coller et faire correspondre le style"],"Paste":["Coller"],"Cut":["Couper"],"Redo":["Rétablir"],"Undo":["Rétablir"],"File":["Fichier"],"Quit":["Quitter"],"Hide":["Masquer"],"Services":["Services"],"Toggle DevTools":["Activer / désactiver DevTools"],"Force Reload":["Forcer le rechargement"],"Cursor":["Curseur"],"WebStorm":["WebStorm"],"The site server failed to start because the port is already in use. Please close any local development apps that may be using port and try again.":["Le serveur du site n’a pas pu démarrer car le port est déjà utilisé. Veuillez fermer toutes les applications de développement locales qui peuvent utiliser le port et réessayer."],"Stable Versions":["Versions stables"],"Beta & Nightly":["Bêta et Nightly"],"Auto-updating":["Mise à jour automatique"],"WordPress Core automatic updates will be disabled for this site.":["Les mises à jour automatiques de WordPress Core seront désactivées pour ce site."],"Launch your existing WordPress.com or Jetpack-activated Pressable sites, or import an existing one. Then, share your work with the world.":["Lancez vos sites WordPress.com ou Pressable avec Jetpack activé, ou importez-en un existant. Partagez ensuite votre travail avec le monde entier."],"iTerm":["iTerm"],"Expires in":["Expire dans"],"Site Name":["Nom du site :"],"URL":["URL"],"Failed to create archive":["Échec de la création de l’archive"],"The specified directory is not added to Studio.":["Le répertoire spécifié n’est pas ajouté à Studio."],"Failed to create preview site: site did not become ready within timeout":["Échec de la création du site de prévisualisation : le site n’était pas prêt dans le délai imparti"],"Failed to upload archive":["Échec du chargement de l’archive"],"Invalid API response format":["Format de réponse API non valide"],"Invalid site status":["État du site non valide"],"Site ID must be a positive integer":["L’ID du site doit être un nombre entier positif"],"Domain name is required":["Le nom de domaine est obligatoire"],"You must provide a valid command":["Vous devez fournir une commande valide"],"Manage preview sites":["Gérer les sites de prévisualisation"],"Failed to update preview site":["Échec de la mise à jour du site de prévisualisation"],"Updating preview site…":["Mise à jour du site de prévisualisation…"],"Hostname of the preview site to update":["Nom d’hôte du site de prévisualisation à mettre à jour"],"Failed to load preview sites":["Échec du chargement des sites de prévisualisation"],"Failed to delete preview site":["Échec de la suppression du site de prévisualisation"],"Deletion successful":["Suppression réussie"],"Preview site not found. Use the \`studio preview list\` command to see available preview sites.":["Site de prévisualisation non trouvé. Utilisez la commande « liste de prévisualisation studio » pour voir les sites de prévisualisation disponibles."],"Hostname of the preview site to delete":["Nom d’hôte du site de prévisualisation à supprimer"],"Failed to create preview site":["Échec de la création du site de prévisualisation"],"Preview site saved to Studio":["Prévisualiser le site enregistré dans Studio"],"Saving preview site to Studio…":["Enregistrement du site de prévisualisation dans Studio…"],"Preview site available at: %s":["Site de prévisualisation disponible à l’adresse : %s"],"Archive uploaded":["Archive chargée"],"Uploading archive…":["Chargement de l’archive…"],"Archive created":["Archive créée"],"Creating archive…":["Création de l’archive…"],"Validation successful":["Validation réussie"],"The installation path %1$s is already occupied by a file or directory. Please remove it and try again.":["Le chemin d’installation %1$s est déjà occupé par un fichier ou un répertoire. Veuillez le supprimer et réessayer."],"There was an unknown error. Please check the logs for more information.":["Une erreur inconnue est survenue. Veuillez consulter les journaux pour plus d’informations."],"Previous":["Précedent"],"Next":["Suivant"],"Done":["Terminé"],"Illustration for %s":["Illustration pour %s"],"What's New in Studio":["Nouveautés de Studio"],"Learn more":["Lire la suite"],"Failed to install CLI":["Échec de l’installation de la CLI"],"The CLI has been installed successfully.":["La CLI a bien été installée."],"CLI Installed":["CLI installée"],"What's New":["Nouveautés"],"Your new site was created":["Votre nouveau site a été créé"],"Your new site was imported":["Votre nouveau site a été importé"],"You need to manually add the Studio certificate authority to your keychain and trust it.":["Vous devez ajouter manuellement l’autorité de certification Studio à votre trousseau et l’approuver."],"The domain name must end with .local":["Le nom de domaine doit se terminer par .local"],"The domain name is already in use":["Le nom de domaine est déjà utilisé"],"Please restart Studio and try again. If this problem persists, please contact support.":["Veuillez redémarrer Studio et réessayer. Si ce problème persiste, contactez l’assistance."],"Studio needs to use port 80 and 443 to enable custom domains and SSL, but one of these ports are already in use by another app. Close any local development apps and restart Studio.":["Studio doit utiliser les ports 80 et 443 pour activer les domaines personnalisés et SSL, mais l’un de ces ports est déjà utilisé par une autre application. Fermez toutes les applications de développement locales et redémarrez Studio."],"You need to manually add the Studio root certificate authority to your keychain and trust it to enable HTTPS.":["Vous devez ajouter manuellement l’autorité de certification racine Studio à votre trousseau et l’approuver pour activer HTTPS."],"Enable HTTPS":["Activer HTTPS"],"Learn how":["Découvrez comment procéder"],"You need to trust this certificate to prevent your browser from showing a secure connection warning.":["Vous devez approuver ce certificat pour empêcher votre navigateur d’afficher un avertissement de connexion sécurisée."],"Trust Certificate":["Certificat de confiance"],"Disabled":["Désactivé"],"Enabled":["Activé"],"HTTPS":["HTTPS"],"Release Notes":["Notes de version"],"Saving and restarting…":["Enregistrement et redémarrage…"],"Your Studio site is running versions not supported by preview sites. The preview site will automatically switch to the supported WordPress and PHP versions.":["Votre site Studio utilise des versions non prises en charge par les sites de prévisualisation. Le site de prévisualisation passera automatiquement aux versions prises en charge de WordPress et de PHP."],"The domain name is required":["Le nom de domaine est obligatoire"],"The domain name is too long":["Le nom de domaine est trop long"],"Please enter a valid domain name":["Veuillez saisir un nom de domaine valide"],"Your system password will be required to set up the domain.":["Le mot de passe de votre système sera nécessaire pour configurer le domaine."],"Domain name":["Nom de domaine"],"Use custom domain":["Utiliser un domaine personnalisé"],"Changing WordPress version requires an internet connection.":["La modification de la version de WordPress nécessite une connexion internet."],"Latest":["Dernière version"],"WordPress version":["Version de WordPress "],"Failed":["Échec"],"Importing a site requires an internet connection.":["L’importation d’un site requiert une connexion internet."],"A WordPress.com account is required to create preview sites.":["Un compte WordPress.com est requis pour créer des sites de prévisualisation."],"Error updating Studio":["Erreur lors de la mise à jour de Studio"],"Studio can only update from the writable Applications folder. Please check write permissions and try again.":["La mise à jour automatique de Studio est possible uniquement depuis le dossier d’écriture Applications. Veuillez vérifier les autorisations d’écriture et réessayer."],"Studio is running from: %s":["Studio s’exécute depuis : %s"],"Studio is running from a disk image at: %s":["Studio s’exécute depuis une image disque sur : %s"],"A preview of this site is being created. Please wait for it to finish before creating another.":["Une aperçu de ce site est en cours de création. Veuillez attendre qu’il soit terminé avant d’en créer un autre."],"Preview site '%s' has been created.":["Le site de prévisualisation « %s » a été créé."],"The import process timed out after %d hours, which can occur when processing very large imports. If the issue persists, please contact support.":["Le processus d’importation a expiré après %d heures, ce qui peut se produire lors du traitement d’importations très volumineuses. Si le problème persiste, veuillez contacter l’assistance."],"Adding preview site failed":["Échec de l’ajout du site de prévisualisation"],"The directory is already associated with another Studio site. Please choose a different site name or a custom local path.":["Ce répertoire est déjà associé à un autre site Studio. Veuillez choisir un nom de site différent ou un chemin d’accès local personnalisé."],"The directory is already associated with another Studio site. Please choose a different custom local path.":["Ce répertoire est déjà associé à un autre site Studio. Veuillez choisir un autre chemin local personnalisé."],"Preview sites powered by":["Sites de prévisualisation propulsés par"],"Updating a preview site requires an internet connection.":["La mise à jour d’un site de prévisualisation requiert une connexion internet."],"Name":["Nom"],"%s Preview":["Aperçu de %s"],"Deleting a preview site requires an internet connection.":["La suppression d’un site de prévisualisation requiert une connexion internet."],"Your site exceeds the %d GB size limit. Please, consider removing unnecessary media files, plugins, or themes from wp-content.":["Votre site dépasse la taille limite de %d Go. Pensez à supprimer les fichiers média, les extensions ou les thèmes inutiles de wp-content."],"The ZIP archive is invalid. Try to unpack and pack it again. If this problem persists, please contact support.":["L’archive ZIP n’est pas valide. Essayez d’extraire son contenu et de recompresser. Si ce problème persiste, contactez l’assistance."],"%1$s Preview %2$d":["Aperçu %2$d de %1$s"],"Deleting preview sites requires an internet connection.":["La suppression de sites de prévisualisation requiert une connexion internet."],"Missing permissions":["Droits manquants"],"Authentication error":["Erreur d’authentification"],"Actions":["Actions"],"Expires":["Expire le"],"Updated":["Mis à jour"],"Preview site":["Site de prévisualisation"],"Updating":["Mise à jour en cours"],"Deleting preview site":["Suppression du site de prévisualisation"],"%s ago":["il y a %s"],"Rename":["Renommer"],"Preview actions":["Prévisualiser les actions"],"Your previews files and database along with all posts, pages, comments and media will be lost.":["La base de données et les fichiers de vos prévisualisations ainsi que l’intégralité des articles, des pages, des commentaires et des médias seront perdus."],"Delete preview":["Supprimer la prévisualisation"],"Updating will replace the existing files and database with a copy from your local site. Any changes you've made to your preview site will be permanently lost.":["La mise à jour remplacera les fichiers et la base de données existants par une copie de votre site local. Tout changement apporté à votre site de prévisualisation sera définitivement perdu."],"Overwrite preview":["Remplacer la prévisualisation"],"You've used %d preview sites available on your account.":["Vous avez utilisé %d sites de prévisualisation disponible sur votre compte.","Vous avez utilisé l’intégralité des %d sites de prévisualisation disponibles sur votre compte."],"A different preview site is being created. Please wait for it to finish before creating another.":["Un site de prévisualisation différent est en cours de création. Veuillez attendre qu’il soit terminé avant d’en créer un autre."],"Studio is unable to open your default browser. Please ensure it is functioning correctly.":["Studio n’arrive pas à ouvrir votre navigateur par défaut. Veuillez vous assurer qu’il fonctionne bien."],"Failed to open browser":["Échec de l’ouverture du navigateur"],"Studio is unable to open PHPStorm. Please ensure it is functioning correctly.":["Studio n’arrive pas à ouvrir PHPStorm. Veuillez vous assurer qu’il fonctionne bien."],"Failed to open PHP Storm":["Échec de l’ouverture de PHPStorm"],"Studio is unable to open Visual Studio Code. Please ensure it is functioning correctly.":["Studio ne parvient pas à ouvrir Visual Studio Code. Veuillez vérifier qu’il fonctionne bien."],"Updating preview site failed":["Échec de la mise à jour du site de prévisualisation"],"Cancelled":["Annulé"],"Error when executing wp-cli command":["Erreur lors de l’exécution de la commande wp-cli"],"Failed to check backup file size. Please try again.":["Échec de la vérification de la taille du fichier de sauvegarde. Veuillez réessayer."],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back.\\n\\nDo you want to continue?":["La sauvegarde de votre site dépasse %d Go. La récupérer vous empêchera de renvoyer le site.\\n\\nVoulez-vous continuer ?"],"Large site's backup":["Sauvegarde de site volumineuse"],"All preview sites that exist for your WordPress.com account, along with all posts, pages, comments, and media, will be lost.":["Tous les sites de prévisualisation qui existent pour votre compte WordPress.com, ainsi que tous les articles, pages, commentaires et médias, seront perdus."],"Delete all preview sites":["Supprimer tous les sites de prévisualisation"],"%1$d of %2$d active preview sites":["Sites de prévisualisation actifs : %1$d sur %2$d"],"Preview sites are not available for your account.":["Les sites de prévisualisation ne sont pas disponibles pour votre compte."],"Preview sites":["Site de prévisualisation"],"Powered by <a> WordPress.com</a>.":["Propulsé par <a> WordPress.com</a>."],"Preview sites expire 7 days after the last update.":["Les sites de prévisualisation expirent 7 jours après la dernière mise à jour."],"Create up to %d preview sites for free.":["Créez jusqu’à %d sites de prévisualisation gratuitement."],"Get feedback from anyone, anywhere with a free hosted preview of your Studio site.":["Obtenez les avis de n’importe qui, n’importe où avec une prévisualisation de votre site Studio hébergée gratuitement."],"Share a preview of your Studio site":["Partager une prévisualisation de votre site Studio"],"Select an empty directory or a directory with an existing WordPress site. <learn_more_link />":["Sélectionnez un répertoire vide ou un répertoire contenant un site WordPress existant. <learn_more_link />"],"Open Studio Logs":["Ouvrir les journaux Studio"],"A timeout error occurred while pushing the site, likely due to its large size. Please try reducing the site's content or files and try again. If this problem persists, please contact support.":["Une erreur de délai d’attente s’est produite lors du push du site, probablement en raison de sa taille importante. Réduisez le contenu ou les fichiers du site et réessayez. Si le problème persiste, contactez l’assistance."],"Import a Jetpack backup or a full-site backup in another format. <learn_more_link />":["Importez une sauvegarde Jetpack ou une sauvegarde complète du site dans un autre format. <learn_more_link />"],"Import a Jetpack backup, a full-site backup in another format, or a .sql database file. <learn_more_link />":["Importez une sauvegarde Jetpack, une sauvegarde complète du site dans un autre format ou un fichier de base de données .sql. <learn_more_link />"],"An error occurred while pushing the site. If this problem persists, please contact support.":["Une erreur est survenue lors du push du site. Si le problème persiste, contactez l’assistance."],"Create a new WordPress.com site":["Créer un nouveau site WordPress.com"],"Creating a preview site requires an internet connection.":["La création d’un site de prévisualisation requiert une connexion internet."],"No, take me back":["Non, retour à l’application"],"Yes, quit the app":["Oui, quitter l’application"],"There's a sync operation in progress. Quitting the app will abort that operation. Are you sure you want to quit?":["Une opération de synchronisation est en cours. Quitter l’application annulera cette opération. Voulez-vous vraiment quitter l’application ?"],"Sync is in progress":["La synchronisation est en cours"],"Another Studio site is syncing. Please wait for the sync to finish before you push this site.":["Un autre site Studio est en cours de synchronisation. Veuillez attendre la fin de la synchronisation avant d’effectuer le push de ce site."],"This Studio site is syncing. Please wait for the sync to finish before you push it.":["Ce site Studio est en cours de synchronisation. Veuillez attendre la fin de la synchronisation avant d’effectuer le push."],"Another Studio site is syncing. Please wait for the sync to finish before you pull this site.":["Un autre site Studio est en cours de synchronisation. Veuillez attendre la fin avant d'effectuer un pull de ce site."],"This Studio site is syncing. Please wait for the sync to finish before you pull it.":["Ce site Studio est en cours de synchronisation. Veuillez attendre la fin avant d’effectuer un pull."],"This site is syncing. Please wait for the sync to finish before you can disconnect it.":["Ce site est en cours de synchronisation. Veuillez attendre la fin de la synchronisation avant de pouvoir le déconnecter."],"This Studio site is exporting. Please wait for the export to finish before you import a backup.":["Ce site Studio est en cours d’exportation. Veuillez attendre la fin de l’exportation avant d’importer une sauvegarde."],"This Studio site is syncing. Please wait for the sync to finish before you import a backup.":["Ce site Studio est en cours de synchronisation. Veuillez attendre la fin de la synchronisation avant d’importer une sauvegarde."],"This Studio site is being imported. Please wait for the import to finish before you export it.":["Ce site Studio est en cours d’importation. Veuillez attendre la fin de l’importation avant de l’exporter."],"Another site is syncing. Please wait for the sync to finish before you publish your site.":["Un autre site est en cours de synchronisation. Veuillez attendre la fin de la synchronisation avant de publier votre site."],"This Studio site is syncing. Please wait for the sync to finish before you export it.":["Ce site Studio est en cours de synchronisation. Veuillez attendre la fin de la synchronisation avant de l’exporter."],"You pushed this site %s ago.":["Vous avez effectué un push de ce site il y a %s."],"You pulled this site %s ago.":["Vous avez effectué un pull de ce site il y a %s."],"You have not pushed this site yet.":["Vous n’avez pas effectué un push de ce site."],"You have not pulled this site yet.":["Vous n’avez pas encore effectué de pull sur ce site."],"Deleted":["Supprimé"],"Applying changes…":["Application des modifications…"],"Unsupported site":["Site non pris en charge"],"Enable hosting features":["Activer les fonctionnalités d’hébergement"],"Upgrade plan":["Mettre à niveau le plan"],"Reconnect":["Reconnecter"],"Loading":["chargement..."],"Syncing":["Synchronisation"],"Importing":["Importation..."],"Adding":["Ajout"],"Error pushing changes":["Erreur lors du push des modifications"],"Push complete":["Push terminé"],"Creating backup…":["Création d’une sauvegarde…"],"Downloading backup…":["Téléchargement de la sauvegarde…"],"The site is too large to push. Please reduce the size of the site and try again.":["Le site est trop volumineux pour un push. Veuillez réduire sa taille et réessayer."],"Error pushing to %s":["Erreur du push vers %s"],"Studio was unable to connect to WordPress.com. Please try again.":["Studio n’a pas pu se connecter à WordPress.com. Veuillez réessayer."],"Error pulling from %s":["Erreur de pull depuis %s"],"You're currently offline":["Vous êtes actuellement hors ligne."],"Edit profile":["Éditer le profil"],"Get help":["Obtenir de l’aide"],"Open settings":["Ouvrir les réglages"],"Toggle sidebar":["Activer la colonne latérale"],"Clear":["Effacer"],"Pulling or pushing a site requires an internet connection.":["Le pull ou le push d’un site nécessite une connexion internet."],"Pull complete":["Pull terminé"],"Error pulling changes":["Erreur lors du pull des modifications"],"Start site":["Lancer le site"],"Stop site":["Arrêter le site"],"Starting":["Démarrage…"],"Pulling…":["Pull en cours…"],"Copy to clipboard":["copier dans presse-papier"],"This feature is only available for sites using the default SQLite integration.":["Cette fonctionnalité n’est disponible que pour les sites utilisant l’intégration SQLite par défaut."],"Import / Export is not available for this site":["Importer / Exporter n’est pas disponible pour ce site"],"Your WordPress.com site will not be affected by disconnecting it from Studio.":["Votre site WordPress.com ne sera pas affecté par une déconnexion de Studio."],"Disconnect site":["Déconnecter le site"],"Disconnect %s":["Déconnecter %s"],"Connect":["Connecter"],"Already connected":["Déjà connecté"],"Search sites":["Rechercher des sites"],"No sites found":["Aucun résultat"],"No sites found for \\"%s\\"":["Aucun site trouvé pour « %s »."],"Loading sites…":["Chargement des sites…"],"Push":["Push"],"Pull":["Pull"],"Production":["Production"],"Staging":["Préproduction"],"Disconnect":["Déconnecter"],"Please try again.":["Veuillez réessayer."],"Failed to connect to site":["Impossible de se connecter au site"],"Create a free account":["Créer un compte gratuit"],"New to WordPress.com?":["Vous démarrez sur WordPress.com ?"],"You're currently offline.":["Vous êtes actuellement hors ligne."],"Connect site":["Connecter le site"],"Create new site":["Créer un nouveau site"],"Connecting a site requires an internet connection.":["Connecter un site requiert une connexion internet."],"Creating a site requires an internet connection.":["La création d’un site requiert une connexion internet."],"Sync database and file changes.":["Synchronisez les modifications de la base de données et des fichiers."],"Supports staging and production sites.":["Prend en charge les sites de préproduction et de production."],"Push and pull changes from your live site.":["Push et pull des modifications depuis votre site en ligne."],"Sync":["Synchronisation"],"Still working on it…":["Toujours en cours…"],"This is taking a little longer than I thought…":["C’est un peu plus long que prévu…"],"Stick with me…":["Restez avec moi…"],"Stopping…":["Interruption…"],"%d error found":["%d erreur trouvée","%d erreurs trouvées"],"Open in terminal":["Ouvrir dans le terminal"],"Command copied to the clipboard":["Commande copiée dans le presse-papiers"],"Copied to the clipboard":["Copiée dans le presse-papiers"],"More suggestions":["Plus de suggestions"],"Copy local path to clipboard":["Copier le chemin d’accès local dans le presse-papiers"],"No":["Non"],"Yes":["Oui"],"Was this helpful?":["Cela vous a-t-il été utile ?"],"Thanks for the feedback!":["Merci pour vos commentaires !"],"Float on Top of All Other Windows":["Faire flotter au-dessus de toutes les autres fenêtres"],"Language":["Langue"],"Import failed. Please try again.":["Échec de l’importation. Veuillez réessayer."],"Importing completed":["Importation terminée"],"Importing WordPress content…":["Importation du contenu WordPress…"],"Importing database…":["Importation de la base de données…"],"Extracting backup files…":["Extraction des fichiers de sauvegarde…"],"Extracting backup…":["Extraction de la sauvegarde…"],"A site can't be stopped or started during import.":["Impossible d’arrêter ou de démarrer un site pendant l’importation."],"Importing…":["Importation..."],"An error occurred while importing the site. Verify the file is a valid Jetpack backup, Local, Playground, .wpress or .sql database file and try again. If this problem persists, please contact support.":["Un erreur est survenue lors de l’importation du site. Vérifiez que le fichier est un fichier de sauvegarde Jetpack, un fichier Local, Playground, .wpress ou un fichier de base de données .sql valide, puis réessayez. Si ce problème persiste, contactez l’assistance."],"Failed importing site":["Échec de l’importation du site"],"Import completed":["Importation terminée"],"Export failed. Please try again.":["Échec de l’exportation. Veuillez réessayer."],"Backing up files…":["Sauvegarde des fichiers…"],"Exporting configuration…":["Exportation de la configuration…"],"An error occurred while exporting the site. If this problem persists, please contact support.":["Un erreur est survenue lors de l’exportation du site. Si ce problème persiste, contactez l’assistance."],"Failed exporting site":["Échec de l’exportation du site"],"Export completed":["Exportation terminée"],"Advanced settings":["Réglages avancés"],"Select or drop a file":["Sélectionner ou déposer un fichier"],"Drag a file here, or click to select a file":["Faire glisser un fichier ici ou cliquer pour sélectionner un fichier"],"Drop file":["Déposer un fichier"],"Start again":["Recommencer"],"Open site ↗":["Site ouvert ↗"],"Import complete!":["Importation terminée !"],"Importing backup…":["Importation d’une sauvegarde…"],"Import":["Importer"],"Importing a backup will replace the existing files and database for your site.":["L’importation d’une sauvegarde remplacera les fichiers et la base de données existants de votre site."],"Overwrite %s?":["Remplacer %s ?"],"Export database":["Exporter la base de données"],"Export entire site":["Exporter l’intégralité du site"],"Export your entire site or only the database.":["Exportez l’intégralité de votre site ou seulement sa base de données."],"Save database file":["Enregistrer le fichier de base de données"],"Save backup file":["Enregistrer le fichier de sauvegarde"],"Failed to create site":["Échec de la création du site"],"Import / Export":["Importer/Exporter"],"The site's database will be lost. Including all posts, pages, comments, and media.":["La base de données du site sera perdue. Y compris tous les articles, pages, commentaires et médias."],"Oops! We couldn't get a response from the assistant. <a>Try again</a>":["Oups ! Nous n’avons pas obtenu de réponse de l’assistant. <a>Réessayer</a>"],"Not now":["Pas maintenant"],"The AI assistant requires an internet connection.":["L’Assistant IA nécessite une connexion internet."],"Starting the server before opening the site link":["Démarrage du serveur avant l’ouverture du lien du site"],"Thinking about that…":["À ce propos…"],"Completed in %s seconds":["Terminé en %s secondes"],"You've reached your <a>usage limit</a> for this month. Your limit will reset in %d day.":["Vous avez atteint votre <a>limite d’utilisation</a> pour ce mois-ci. La limite sera réinitialisée dans %d jour.","Vous avez atteint votre <a>limite d’utilisation</a> pour ce mois-ci. La limite sera réinitialisée dans %d jours."],"You've reached your <a>usage limit</a> for this month. Your limit will reset today.":["Vous avez atteint votre <a>limite d’utilisation</a> pour ce mois-ci. La limite sera réinitialisée aujourd’hui."],"Failed to open link":["Échec de l’ouverture du lien"],"Studio Assistant":["Assistant Studio"],"Your message":["Votre message"],"Run":["Exécuter"],"Run again":["Réessayer"],"Thinking…":["En cours de réflexion…"],"Assistant Menu":["Menu Assistant"],"This conversation is over two hours old. <button>Clear the history</button> if you have something new to ask.":["Cette conversation remonte à plus de deux heures. <button>Effacez l’historique</button> si vous avez une nouvelle question."],"PHP version":["Version de PHP"],"PHP version:":["Version PHP :"],"Clear conversation":["Effacer la conversation"],"Are you sure you want to clear the conversation?":["Voulez-vous vraiment effacer la conversation ?"],"The configuration couldn't be changed to speed up site creation.\\n\\nTo initiate this process again, please go to \\"Help > How can I make Studio faster?\\" in the application menu.":["La configuration n’a pas pu être modifiée pour accélérer la création du site.\\n\\nPour initier à nouveau ce processus, veuillez accéder à « Aide > Comment rendre Studio plus rapide ? » dans le menu de l’application."],"Microsoft Defender's Real-time protection may slow site creation.\\n\\nTo create sites quickly, we recommend disabling Real-time protection for the Studio app.":["La protection en temps réel de Microsoft Defender est susceptible de ralentir la création du site.\\n\\nPour créer des sites rapidement, nous recommandons de désactiver la protection en temps réel pour l’application Studio."],"Want to speed up site creation?":["Vous souhaitez accélérer la création de votre site ?"],"I'm not interested.":["Cela ne m’intéresse pas."],"Sounds good, do it for me.":["Cela me paraît bien, faites-le pour moi."],"Copy":["Copier"],"Error":["Erreur "],"Success":["Réussite"],"Local sites powered by":["Sites locaux propulsés par"],"Share Feedback":["Partager votre avis"],"Propose a Feature":["Proposer une fonctionnalité"],"Report an Issue":["Signaler un problème"],"%1$d of %2$d monthly prompts used":["Invites mensuelles utilisées : %1$d sur %2$d"],"AI assistant":["Assistant IA"],"Every account gets %d prompts included for free each month.":["Chaque compte comprend %d invites gratuites par mois."],"If you don't have an account yet, <a>create one for free</a>.":["Si vous n’avez pas encore de compte, <a>créez-en un gratuitement</a>."],"You need to log in to your WordPress.com account to use the assistant.":["Vous devez vous connecter à votre compte WordPress.com pour utiliser l’assistant."],"Hold up!":["Attendez !"],"What would you like to learn?":["Qu’aimeriez-vous apprendre ?"],"Assistant":["Assistant"],"Delete all":["Tout supprimer"],"An error occurred while creating the site. Verify your selected local path is an empty directory or an existing WordPress folder and try again. If this problem persists, please contact support.":["Un erreur est survenue lors de la création du site. Vérifiez que le chemin d’accès local choisi est un répertoire vide ou un dossier WordPress existant et réessayez. Si ce problème persiste, contactez l’assistance."],"Download":["Télécharger"],"Don't show this warning again":["Ne plus afficher cet avertissement"],"Downloading the optimized version of Studio will provide better performance.":["Télécharger la version optimisée de Studio donnera de meilleures performances."],"Downloading the Apple Silicon Chip version of Studio will provide better performance.":["Télécharger la version de Studio pour puce Apple Silicon donnera de meilleures performances."],"This version of Studio is not optimized for your computer":["Cette version de Studio n’est pas optimisée pour votre ordinateur"],"%d minute":["%d minute","%d minutes"],"%d hour":["%d heure","%d heures"],"%d day":["%d jour","%d jours"],"Sites":["Sites"],"Offline indicator":["Indicateur de mode hors ligne"],"Global":["Global"],"We couldn't delete the site '%s'. Please try again":["Nous n’avons pas pu supprimer le site « %s ». Veuillez réessayer"],"Deletion failed":["Échec de la suppression"],"Server is running, click to stop.":["Le serveur est en cours de fonctionnement, cliquez pour arrêter."],"WP admin":["Tableau de bord"],"Studio can only update automatically from the Applications folder. Please move Studio to Applications and try again.":["La mise à jour automatique de Studio est possible uniquement depuis le dossier Applications. Veuillez déplacer Studio dans Applications et réessayer."],"Restart to Apply Updates":["Redémarrer pour appliquer les mises à jour"],"Please verify your site's local path directory contains the standard WordPress installation files and try again. If this problem persists, please contact support.":["Veuillez vérifier que le répertoire local de votre site contient les fichiers d’installation standard de WordPress et réessayer. Si ce problème persiste, contactez l’assistance."],"Publishing your site requires an internet connection.":["La publication de votre site requiert une connexion internet."],"start %s site":["lancer le site %s"],"stop %s site":["arrêter le site %s"],"%s site stopped.":["Le site %s s’est arrêté."],"%s site started.":["Le site %s a été démarré."],"Select a site to view details.":["Sélectionnez un site pour voir les détails."],"Preview of the %s site":["Aperçu du site %s"],"Imagine, Create, Design, Code, Build":["Imaginer, créer, concevoir, coder, construire"],"Some features will be unavailable.":["Certaines fonctionnalités seront indisponibles."],"Saving…":["Enregistrement en cours…"],"You’re currently offline.":["Vous êtes actuellement hors ligne."],"Delete":["Supprimer "],"Don't ask again":["Ne plus demander"],"Update":["Mettre à jour"],"Importing a remote site requires an internet connection.":["L’importation d’un site distant requiert une connexion internet."],"%s site added.":["Le site %s a été ajouté."],"Close Window":["Fermer la fenêtre"],"Select different local path":["Sélectionner un autre chemin d’accès local"],"My WordPress Website":["Mon site Web WordPress"],"My True Website":["Mon vrai site Web"],"My Swift Website":["Mon site Web rapide"],"My Sparkly Website":["Mon scintillant site Web"],"My Shiny Website":["Mon reluisant site Web"],"My Serene Website":["Mon site Web serein"],"My Prime Website":["Mon premier site Web"],"My Peak Website":["Mon site Web de pointe"],"My Pure Website":["Mon site Web pur"],"My Noble Website":["Mon noble site Web"],"My Joyful Website":["Mon joyeux site Web"],"My Happy Website":["Mon heureux site Web"],"My Glowing Website":["Mon éclatant site Web"],"My Fresh Website":["Mon site Web frais"],"My Elite Website":["Mon site Web d’élite"],"My Dreamy Website":["Mon site Web de rêve"],"My Cool Website":["Mon site Web cool"],"My Calm Website":["Mon site Web calme"],"My Blissful Website":["Mon merveilleux site Web"],"My Bright Website":["Mon brillant site Web"],"My Bold Website":["Mon courageux site Web"],"Overview":["Vue d’ensemble"],"Stop all":["Arrêter tout"],"%d site running":["%d site en cours d’exécution","%d sites en cours d’exécution"],"Continue":["Continuer"],"Build":["Construire"],"Code":["Code"],"Design":["Design"],"Create":["Créer"],"Imagine":["Imaginer"],"contact support.":["contactez l’assistance."],"Try restarting the app, if the problem persists":["Veuillez redémarrer l’application si le problème persiste"],"We’ve logged the issue to help us track down the problem.":["Nous avons enregistré le problème pour nous aider à retracer le problème."],"Something's broken.":["Il y a un problème."],"Uh oh!":["Oh oh."],"Copy admin password to clipboard":["Copier le mot de passe administrateur dans le presse-papiers"],"Copy admin username to clipboard":["Copier l’identifiant administrateur dans le presse-papiers"],"Open local site":["Ouvrir le site local"],"Preview unavailable":["Aperçu non disponible"],"Theme":["Thème"],"Open in…":["Ouvrir dans…"],"Could not open the terminal.":["Impossible d’ouvrir le terminal."],"Terminal":["Terminal"],"PhpStorm":["PhpStorm"],"Finder":["Finder"],"Customize":["Personnaliser"],"Widgets":["Widgets"],"Menus":["Menus"],"Customizer":["Outil de personnalisation"],"Pages":["Pages"],"Templates":["Modèles"],"Navigation":["Navigation"],"Patterns":["Compositions"],"Styles":["Styles"],"Site Editor":["Éditeur de site"],"Open site":["Site ouvert"],"User avatar":["Avatar de l’utilisateur"],"Site details":["Détails du site"],"Log out":["Déconnexion"],"This directory is not empty. Please select an empty directory or an existing WordPress folder.":["Ce répertoire n’est pas vide. Veuillez sélectionner un répertoire vide ou un dossier WordPress existant."],"New Version Available":["Nouvelle version disponible"],"OK":["OK"],"Application Update":["Mise à jour de l’application"],"Later":["Plus tard"],"Restart":["Relancer"],"The existing WordPress site at this path will be added.":["Le site WordPress associé à ce chemin d’accès sera ajouté."],"Add a site":["Ajouter un site"],"Help":["Aide"],"Edit":["Éditer"],"Save":["Enregistrer"],"Edit site":["Modifier le site"],"Copy wp-admin url to clipboard":["Copier l’URL wp-admin dans le presse-papiers"],"Admin URL":["URL administrateur"],"Password":["Mot de passe"],"Username":["Identifiant"],"WP version":["Version WP"],"Local path":["Chemin d’accès local"],"Copied!":["Copié !"],"Copy site url to clipboard":["Copier l’URL du site dans le presse-papiers"],"Site name":["Nom du site :"],"Add Site…":["Ajouter un site…"],"Settings…":["Réglages…"],"Check for Updates":["Vérifier les mises à jour"],"Expired":["Expiré"],"Previews":["Prévisualisations"],"Delete site":["Supprimer le site"],"Cancel":["Annuler"],"Delete site files from my computer":["Supprimer les fichiers de site de mon ordinateur"],"Close":["Fermer"],"Delete %s":["Supprimer %s"],"Uploading site…":["Chargement du site…"],"Create preview site":["Créer un site de prévisualisation"],"Create a preview site":["Créer un site de prévisualisation"],"Log in to WordPress.com":["Se connecter à WordPress.com"],"Rename preview link":["Renommer le lien de prévisualisation"],"More options":["Plus d’options"],"html_lang_attribute":["fr-FR"],"text direction\\u0004ltr":["ltr"],"Test Render Failure (dev only)":["Tester l’échec de rendu (dév. uniquement)"],"Test Hard Crash (dev only)":["Tester les défaillances dures (dév. uniquement)"],"Export":["Exporter"],"Running":["Exécution"],"Stop":["Arrêter"],"Starting…":["Démarrage…"],"Start":["Démarrer"],"Log in":["Se connecter"],"Settings":["Réglages"],"Account":["Compte"],"WP Admin":["Tableau de bord"],"Reload":["Recharger"],"Something went wrong":["Un problème est survenu"],"Add site":["Ajouter un site"],"Choose folder for site":["Choisir un dossier pour le site"]}}`);
47819
47819
  const locale_data$f = /* @__PURE__ */ JSON.parse(`{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"he_IL"},"Studio now includes phpMyAdmin, giving you a visual interface to manage your site's database. Access it from the Overview tab.":[],"Manage your database with phpMyAdmin":["ניהול בסיס הנתונים עם phpMyAdmin"],"Use the <code>studio</code> command in any terminal to manage sites, run WP-CLI commands, and control your local environment. <learn_more_link />":[],"Studio CLI for terminal":[],"Select the skills that will be placed in all existing and new sites. Agents can decide to use skills to help them accomplish specialized tasks. <learn_more_link />":[],"Sync support is available on selected plans only":[],"Refreshing…":[],"Loading…":["טוען..."],"Your Studio site is configured as a multisite network. WordPress.com does not support multisite, so pushing may cause unexpected issues on the remote site.":[],"Show":["להציג"],"Instructions":["הוראות"],"%d warning":[],"Your Studio site is configured as a multisite network. Preview sites do not support multisite, which may cause unexpected issues.":[],"CLI Config (cli.json)":[],"Shared Config (shared.json)":[],"App Config (app.json)":[],"Open Config Files (dev only)":[],"Manage skills for this site. These override the global skills from Studio Settings.":[],"Loading instructions...":[],"Instruction actions":[],"Install instruction files so AI agents know how to work with this site.":[],"Manage instructions":[],"Install instruction files like AGENTS.md so AI agents know how to work with this site.":[],"Manage site skills":[],"You can override global skills for this site.":[],"Studio Settings":[],"Your task agents make use of skills you've installed in":[],"AI Skills":[],"⏎ confirm":[],"a all":[],"→← expand/collapse":[],"space toggle":[],"%d items selected":[],"type to filter":[],"No syncable sites found.":[],"[staging]":[],"Transfer required":[],"Plan upgrade required":["נדרש שדרוג לתוכנית"],"Multiple sites match \\"%s\\". Use the site ID instead: %s":[],"No site found matching \\"%s\\"":[],"Site %s is not syncable (%s)":[],"Select items to sync":[],"Database (SQL)":[],"Failed to fetch remote file tree":[],"Failed to fetch latest rewind ID":[],"Failed to download backup":[],"Failed to check backup size":[],"Failed to check import status":[],"Failed to initiate import on remote site":[],"A sync operation is already in progress on this site. Please wait for it to finish and try again.":[],"Failed to check backup status":[],"Failed to initiate backup":[],"Invalid sync option: %s. Valid options: %s":[],"No suitable importer found for the provided backup contents":[],"No suitable backup handler found for the provided backup file":[],"Input file at location \\"%s\\" could not be found.":[],"AI agent for building WordPress sites":[],"Successfully pushed to %s (%s)":[],"Import timed out on %s — no progress detected":[],"Import failed on %s":[],"Initiating import… (%d%%)":[],"Upload cancelled":[],"Press Ctrl+C again to cancel. The upload cannot be safely cancelled mid-transfer.":[],"Uploading archive… (%d%%)":[],"The archive exceeds the %d GB size limit. Please reduce the size of your site and try again.":[],"Select a site to push to":[],"Push failed":[],"Push your local site to a WordPress.com site":[],"Pulled from %s (%s)":[],"Downloading backup… (%d%%)":[],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back. Do you want to continue?":["הגיבויים באתר שלך חורגים מהגודל של ‎%d GB. משיכת האתר תמנע ממך לדחוף אותו בחזרה.\\n\\nהאם ברצונך להמשיך?"],"Backup timed out — no progress detected":[],"Creating remote backup… (%d%%)":[],"Remote backup failed":[],"Initializing remote backup… (%d%%)":[],"Fetching file tree…":[],"Select a site to pull from":[],"Found %d sites":[],"Fetching WordPress.com sites…":[],"Pull failed":[],"Remote site URL or ID":[],"Comma-separated sync options: all, sqls, uploads, plugins, themes, contents":[],"Pull a WordPress.com site to your local site":[],"Deleting all preview sites…":[],"Hostname is required unless --all is passed.":[],"Delete all preview sites for your user":[],"Delete preview site(s)":[],"MCP server for AI agents":[],"Starting import…":[],"Import file not found: %s":[],"Failed to import site":[],"Path to the import file":[],"Import a backup file to site":[],"Import failed":["היבוא נכשל"],"Site imported successfully":[],"Metadata import completed":[],"Importing metadata…":[],"WordPress content import completed":[],"%1$s (%2$d/%3$d)":[],"Database import completed":[],"Importing database file… (%1$d/%2$d)":[],"Failed to extract backup":[],"A warning occurred while extracting backup":[],"Backup extraction completed":[],"Extracting backup file… (%1$d/%2$d)":[],"Backup validation failed":[],"Backup validated":[],"Validating backup…":[],"Started import…":[],"No suitable exporter found for the provided backup file":[],"%s successfully exported":[],"Failed to export site":[],"Invalid export file extension. Must be .sql when exporting database only.":[],"Invalid export file extension. Must be .zip or .tar.gz when exporting the full site.":[],"Export the full site or just the database. Default exports full site.":[],"Path to the export file. Full-site exports use .zip or .tar.gz. Database-only exports use .sql.":[],"Export site to a backup file":[],"Export failed":[],"Site exported successfully":[],"Configuration exported":[],"Backup file created":[],"Backing up file… (%d processed)":[],"Database exported":[],"Exporting database…":[],"WordPress content traversed":[],"Traversing WordPress content…":[],"Creating backup file…":[],"Manage code sessions":[],"List code sessions":[],"esc cancel":[],"⏎ select":[],"↑↓ navigate":[],"Code Sessions":[],"Deleted code session":[],"Stop here":[],"Resume where the agent left off":[],"Reached the turn limit. Continue?":[],"Used %d turn":[],"%1$s is no longer available. Switched to %2$s.":[],"Provider setup canceled. Kept %s.":[],"Select an AI provider":[],"Switched to %s":[],"Select a model":[],"%s (current)":["%s (נוכחי)"],"Logged out of WordPress.com":[],"Login failed or canceled":[],"API key update canceled.":[],"Anthropic API key updated.":[],"Preview command completed.":[],"Preview site ready!":[],"Failed to create preview site.":[],"Creating preview site… this may take a moment.":[],"Updating preview site… this may take a moment.":[],"No site selected. Use ↓ to select a site first.":[],"No Anthropic API key saved. Use /api-key to enter one.":[],"Use /login to authenticate to WordPress.com":[],"Logged in as %s":["שלום %s"],"Logged in as %1$s (%2$s)":[],"Choose how to connect":[],"WordPress.com (recommended)":[],"Use /api-key to update the Anthropic API key.":[],"No linked Claude session was found. Continuing from transcript only.":[],"Resuming session %s":[],"Session persistence disabled: %s":[],"Session persistence disabled (--no-session-persistence).":[],"ⓘ The \\"studio ai\\" command is now \\"studio code\\".":[],"AI agent for building WordPress":[],"Unknown error":["שגיאה לא ידועה"],"Permission denied: %s":[],"Ran for %ds before interruption":[],"Interrupted":[],"Thought for %1$ds · %2$d turn":[],"Other (type my own)":[],"... %d more lines · ctrl+o to expand":[],"I'll ask a few quick questions about the name and layout, then build the whole thing for you. The more precise you are about what you want, the better the result will be.":[],"\\"Make a blog for a coffee shop\\"":[],"\\"Build a landing page for a SaaS product\\"":[],"\\"Create a portfolio site for a photographer\\"":[],"Just tell me what you want to build — for example:":[],"Generate preview sites":[],"%s with shareable URLs for quick feedback":[],"%s your local site to the cloud in WordPress.com":[],"Validate":["אימות"],"%s all block content to ensure it's editor-compatible":[],"screenshots":[],"Take %s (desktop + mobile) to verify the design is well crafted":[],"Preview & Publishing":[],"images and videos":[],"Upload %s to your site, using local media files or remote URLs":[],"Create realistic placeholder content tailored to your site's purpose":[],"navigation menus, site options, post types, taxonomies, and settings":[],"Set up %s":["הגדרה %s"],"page content":[],"Generate and import %s using core blocks":[],"Content":["תוכן"],"plugins":[],"Install and activate %s via WP-CLI":[],"pages and posts":[],"Create %s with valid Gutenberg block content":[],"CSS, PHP, and JavaScript":[],"Write custom %s for themes and plugins":[],"%s block themes with striking, memorable designs":[],"Design & Development":[],"List":["רשימה"],"%s all your local sites and their status":[],"Start / stop":[],"%s existing local sites":[],"%s new local WordPress sites instantly (fully configured, ready to use)":[],"Local Sites Management":[],"Great, you're connected now! Let me tell you what I can do:":[],"Hello, I'm %s, your local WordPress agent and builder.":[],"esc to interrupt":[],"ctrl+o expand":[],"ctrl+o collapse":[],"Code is Poetry":["קוד הוא שירה"],"Type your answer…":[]," ✻ Site deselected":[]," ✻ Selected site: %s":[]," ✻ Selected site: %s (WordPress.com)":[],"Loading WordPress.com sites…":[],"↑↓ navigate · ← local sites · enter select · tab open in browser · esc cancel":[],"↑↓ navigate · → remote sites · enter select · tab open in browser · esc cancel":[],"Search:":["חיפוש"],"Local":["מקומי"],"[Local]":[],"Failed to load WordPress.com sites. Please try again.":[],"Not logged in. Use /login first.":[],"No sites found. Create one first.":[],"inline content":[],"Update todo list":[],"Run task":[],"Load skill":[],"Search":["לחפש"],"Write":["כתיבה"],"Read":["קרא"],"Take screenshot":[],"Validate blocks":[],"Run WP-CLI":[],"Update preview":[],"List previews":[],"Create preview":[],"Get site info":[],"Create site":["ליצור אתר"],"↓ select site":[],"Run a performance audit on a site":[],"Optimize category taxonomy with AI":[],"Exit the chat":[],"Push the active site to WordPress.com as a preview":[],"Switch the AI provider":[],"Switch the AI model":[],"Log out of WordPress.com":["התנתקות מ-WordPress.com"],"Set or update the Anthropic API key":[],"Open the active site in the browser":[],"Studio now supports light, dark, and system appearance modes. Head to Settings to choose your preferred look.":["Studio תומך כעת במצבי מראה בהיר, כהה ומערכת. יש לעבור להגדרות כדי לבחור את המראה המועדף עליך."],"Dark mode is here":["המצב הכהה כבר כאן"],"MCP":["MCP"],"Skills":["מיומנויות"],"Loading skills...":["טוען מיומנויות..."],"Install all":["התקן הכול"],"Available":["זמין"],"Skill actions":["פעולות מיומנות"],"Appearance":["עיצוב"],"Dark":["כהה"],"Light":["צבעים בהירים"],"System":["מערכת"],"Connect your AI coding assistant to the Studio MCP to let it create, configure and interact with your local WordPress sites. Copy the JSON configuration below and add it to your assistant's MCP settings. <learn_more_link />":[],"CLI commands, automation, and search-replace":["פקודות CLI, אוטומציה וחיפוש והחלפה"],"WP-CLI & Ops":["WP-CLI ו-Ops"],"Routes, endpoints, schema, and authentication":["נתיבים, נקודות קצה, סכימה ואימות"],"REST API":["REST API"],"Theme.json, templates, patterns, and style variations":["Theme.json, ערכות עיצוב, מקבצי בלוקים וסוגי סגנון"],"Block Themes":["ערכות עיצוב של בלוקים"],"Block.json, attributes, rendering, and deprecations":["Block.json, מאפיינים, עיבוד ומינויים"],"Block Development":["פיתוח בלוקים"],"Hooks, settings API, security, and packaging":["רכיבי Hook, ‏API של הגדרות, אבטחה ואריזה"],"Plugin Development":["פיתוח תוספים"],"WordPress development workflows using Studio CLI":["תהליכי עבודה לפיתוח של WordPress באמצעות Studio CLI"],"phpMyAdmin":["PHPMyAdmin"],"Exiting…":["יוצא..."],"Reset config and start clean? (Choosing No will exit the CLI)":["האם לאפס את הגדרות האתר ולהתחיל לנקות? (בחירה ב'לא' תגרום ליציאה מה-CLI)"],"Old Studio config was found, but Studio no longer appears to be installed.\\nReset this config and start clean? You can re-add site directories later.\\n\\nIf Studio is actually installed, open it, update it, then run the CLI again.\\n":["הגדרות ישנות של Studio נמצאו, אבל נראה ש-Studio כבר אינו מותקן.\\nהאם לאפס את התצורה ולהתחיל לנקות? אפשר להוסיף שוב ספריות אתר בשלב מאוחר יותר.\\n\\nאם Studio מותקן בפועל, יש לפתוח אותו, לעדכן אותו ולאחר מכן להפעיל שוב את CLI.\\n"],"Studio is installed, but your config must be migrated by Studio before this CLI can run. Open Studio, update it, then try again.":["Studio מותקן, אך התצורה שלך חייבת לעבור אל Studio לפני שניתן יהיה להפעיל CLI זה. יש לפתוח את Studio, לעדכן אותו ולנסות שוב."],"Preview site not found in config":["תצוגה מקדימה של אתר לא נמצאה בתצורה."],"CLI config file is corrupted.":["קובץ התצורה של CLI פגום."],"Invalid CLI config file format.":["פורמט קובץ התצורה של Studio לא תקף."],"Invalid CLI config version. It looks like you have a different version of the \`studio\` CLI installed on your system. Please modify your $PATH environment variable to use the correct version.":["גרסת התצורה של CLI לא תקפה. נראה שמותקנת במערכת שלך גרסה שונה של ה-CLI של 'סטודיו'. יש לשנות את משתנה הסביבה $PATH כדי להשתמש בגרסה הנכונה."],"Failed to read CLI config file.":["קריאת קובץ התצורה של CLI נכשלה."],"Failed to fetch WordPress.com sites":["הבאת אתרי WordPress.com נכשלה"],"Failed to update AI instructions. Proceeding anyway…":["עדכון הוראות הבינה המלאכותית נכשל. ממשיך בכל זאת..."],"Failed to install AI instructions. Proceeding anyway…":["התקנת הוראות הבינה המלאכותית נכשלה. ממשיך בכל זאת..."],"Checking for dependency updates…":["מחפש עדכוני תלות…"],"Preview site updated":["תצוגה מקדימה של אתר עודכנה"],"Preview site name cannot be empty.":["שם תצוגה מקדימה של אתר לא יכול להיות ריק."],"At least one option (--name) is required.":["נדרשת לפחות אפשרות אחת (name—)."],"Failed to configure preview site":["קביעת תצורת תצוגה מקדימה של אתר נכשלה"],"Hostname of the preview site to configure":["שם המארח של התצוגה המקדימה של האתר המיועדת לקביעת תצורה"],"Configure preview site settings":["קביעת תצורה של הגדרות תצוגה מקדימה של אתר"],"Authentication required. Please log in with \`studio auth login\`.":["נדרש אימות. יש להיכנס באמצעות 'כניסה באמצעות אימות אשל studio'."],"Preview site name":["שם תצוגה מקדימה של אתר"],"MCP server failed":["שרת MCP נכשל"],"For other AI assistants, check their documentation for config file locations.":["לסייעני בינה מלאכותית אחרים, יש לבדוק בתיעוד שלהם את מיקומי של קובצי התצורה."],"Project":["פרויקט"],"Claude Desktop":["Claude Desktop"],"Configuration file locations:":["מיקומים של קובצי תצורה:"],"For other AI assistants, add the following under the \\"mcpServers\\" key in their MCP configuration:":["לסייעני בינה מלאכותית אחרים, יש להוסיף את הפרטים הבאים תחת המפתח \\"mcpServers\\" בתצורת MCP:"],"Codex":["Codex"],"Claude Code":["Claude Code"],"Run one of the following commands to add MCP support to your AI assistant:":["יש להפעיל את אחת מהפקודות הבאות כדי להוסיף תמיכה ב-MCP לסייען הבינה המלאכותית שלך:"],"WordPress Studio MCP Server":["שרת MCP של WordPress Studio"],"You must provide a valid code sessions command":[],"Select a session to resume:":["יש לבחור הפעלה כדי להמשיך:"],"Failed to resume code session":[],"Resume a code session (id, prefix, \\"latest\\", or picker)":[],"Failed to list code sessions":[],"Most recent first":["הפריטים האחרונים"],"(No prompt yet)":["(עדיין אין הנחיה)"],"No code sessions found":[],"Select a session to delete:":["יש לבחור הפעלה למחיקה:"],"Failed to delete code session":[],"Session id, id prefix, or \\"latest\\"":["מזהה הפעלה, קידומת מזהה או \\"latest\\""],"Delete a code session (id, prefix, \\"latest\\", or picker)":[],"Record this code session to disk":[],"Anthropic API key required. Switch to Anthropic · API key with /provider to save one.":["נדרש מפתח API של Anthropic. יש לעבור אל Anthropic · מפתח API עם ‎/provider כדי לשמור אחד."],"WordPress.com login required. Use /login to authenticate.":["נדרשת כניסה אל WordPress.com. יש להשתמש באפשרות ‎/login כדי לאמת."],"Username must be 60 characters or fewer.":["שם המשתמש חייב להכיל 60 תווים לכל היותר."],"Username can only contain letters, numbers, and _.@- characters.":["שם המשתמש יכול להכיל אותיות, מספרים ואת התווים של _.@- בלבד."],"Admin username cannot be empty.":["שם המשתמש של מנהל המערכת לא יכול להיות ריק."],"Please enter a valid email address.":["נא להזין כתובת אימייל תקינה."],"Admin email cannot be empty.":["אימייל של מנהל מערכת אינו יכול להיות ריק."],"Error pushing from %s":["שגיאה בדחיפה מ-%s"],"Visual Studio Code":["Visual Studio Code"],"Loading site name":["טוען שם אתר"],"Loading site URL":["טוען כתובת URL של אתר"],"Loading environment":["טוען סביבה"],"A new admin user will be created. WordPress does not support renaming usernames.":["ייווצר משתמש מנהל מערכת חדש. WordPress אינו תומך בשינוי שמות משתמשים."],"Skip":["דלג"],"WordPress multisite requires a custom domain.":["רשת אתרים של WordPress דורשת דומיין מותאם אישית."],"Admin credentials":["פרטי כניסה של מנהל מערכת"],"Admin password is required":["נדרשת סיסמת מנהל מערכת"],"Failed to open Visual Studio Code":["הפתיחה של Visual Studio Code נכשלה"],"Show password":["הצג סיסמה"],"Hide password":["הסתר סיסמה"],"Copy admin email to clipboard":["העתק את אימייל מנהל המערכת ללוח"],"Email":["אימייל"],"Install":["התקנה"],"Open":["פתח"],"Installed":["מותקן"],"Installing...":["מתקין..."],"Agent Instructions":["הוראות לסוכנים"],"Admin email":["אימייל מנהל המערכת"],"Site files already removed":["קובצי האתר כבר הוסרו"],"Blueprint source path is missing":["נתיב המקור של Blueprint חסר"],"The enableMultisite Blueprint step requires a custom domain. WordPress multisite does not support custom ports. Use --domain <name>.local to set a custom domain.":["שלב enableMultisite Blueprint דורש דומיין אישי. רשת אתרים של WordPress אינה תומכת ביציאות מותאמות אישית. יש להשתמש באפשרות ‏domain<name>.local-- כדי להגדיר דומיין מותאם אישית."],"Admin email:":["אימייל מנהל המערכת:"],"Admin password (leave empty to auto-generate):":["סיסמת מנהל המערכת (השאר ריק ליצירה אוטומטית):"],"Admin username:":["שם משתמש של מנהל מערכת"],"Enable HTTPS?":["להפעיל HTTPS"],"Custom domain (leave empty to skip):":["דומיין אישי (השאר ריק כדי לדלג):"],"WordPress version:":["גרסאת WordPress"],"%s (recommended)":["%s (מומלץ)"],"Site path:":["נתיב האתר:"],"Site name:":["שם האתר:"],"Admin email (defaults to \\"admin@localhost.com\\")":["אימייל מנהל המערכת (ברירת המחדל היא \\"admin@localhost.com\\")"],"Admin password (auto-generated if not provided). Note: passwords in CLI arguments may be visible in process lists; consider using a Blueprint file for sensitive passwords.":["סיסמת מנהל המערכת (נוצרת באופן אוטומטי אם לא סופקה). לתשומת לבך: ייתכן שהסיסמאות בארגומנטים של CLI יהיו גלויות ברשימות התהליכים; כדאי להשתמש בקובץ Blueprint לסיסמאות רגישות."],"Admin username (defaults to \\"admin\\")":["שם משתמש מנהל המערכת (ברירת המחדל היא \\"admin\\")"],"API key is required":["נדרש מפתח API"],"Enter your Anthropic API key (will be saved for future use):":["יש להזין את מפתח ה-API של Anthropic (יישמר לשימוש עתידי):"],"AI agent failed":["סוכן הבינה המלאכותית נכשל"],"Display PHP errors and warnings directly in the browser by setting the WP_DEBUG_DISPLAY constant.":["ניתן להציג שגיאות ואזהרות של PHP ישירות בדפדפן על ידי הגדרה של הקבוע WP_DEBUG_DISPLAY."],"Show errors in browser":["להציג שגיאות בדפדפן"],"Log PHP errors and warnings to a debug.log file in your site's wp-content directory by setting the WP_DEBUG_LOG constant.":["ניתן לרשום שגיאות ואזהרות של PHP לקובץ debug.log בספריית wp-content של האתר שלך על ידי הגדרה של הקבוע WP_DEBUG_LOG."],"Enable debug log":["להפעיל יומן ניפוי שגיאות"],"General":["כללי"],"Open Application Logs":["לפתוח יומני אפליקציה"],"Debug display":["תצוגת ניפוי שגיאות"],"Open log file":["לפתוח קובץ יומן"],"Debug log":["יומן איתור באגים"],"Debugging":["איתור באגים"],"Applies site configuration.":["מחיל את תצורת האתר."],"Runs %s.":["מפעיל את %s."],"%d WP-CLI command":["%d פקודות WP-CLI","%d פקודות WP-CLI"],"%d SQL query":["%d שאילתת SQL","%d שאילתות SQL"],"%d block of PHP code":["%d בלוק של קוד PHP","%d בלוקים של קוד PHP"],"Imports content.":["לייבא תוכן"],"Installs %s.":["מתקין את %s."],"%d theme":["ערכת עיצוב %d","%d ערכות עיצוב"],"%d plugin":["תוסף %d","%d תוספים"],"%1$s, and %2$s":["%1$s ו%2$s"],"%1$s and %2$s":["%1$s ו%2$s"],"Featured Blueprint":["מודל ראשי"],"Copy site…":["להעתיק אתר..."],"%s Copy":["העתק של %s"],"An error occurred while copying the site. Please try again. If this problem persists, please contact support.":["שגיאה בעת העתקת האתר. יש לנסות שוב. אם הבעיה נמשכת, יש לפנות לתמיכה."],"Failed to copy site":["ההעתקה לאתר נכשלה"],"Failed to start '%s'":["התחלת '%s' נכשלה"],"Not enough memory to start '%s'":["אין די זיכרון להפעלת '%s'"],"Failed to initialize custom domains for '%s'":["נכשל באתחול דומיינים מותאמים אישית עבור '%s'"],"Copy site":["להעתיק אתר"],"Start all":["להתחיל הכל"],"No sites running":["אין אתרים פועלים"],"Skip printing site URL and admin credentials after starting":["לדלג על הדפסת כתובת ה-URL של האתר ואישורי מנהל המערכת לאחר ההתחלה"],"Skip printing site URL and admin credentials after creating":["לדלג על הדפסת כתובת ה-URL של האתר ואישורי מנהל המערכת לאחר היצירה"],"Site ID (UUID format, used internally by Studio app)":["מזהה האתר (פורמט UUID, בשימוש פנימי באפליקציה של Studio)"],"Must be a valid UUID":["חייב להיות UUID תקין"],"Zed":["Zed"],"Antigravity":["כוח הכבידה"],"Pause upload":["להשהות העלאה"],"Resume upload":["העלאה של קורות חיים"],"Upload is manually paused. Click the resume button to continue uploading.":["ההעלאה מושהית באופן ידני. יש ללחוץ על כפתור קורות החיים כדי להמשיך בהעלאה."],"WordPress %s (selected is %s)":["WordPress %s (נבחר %s)"],"PHP %s (selected is %s)":["PHP %s (נבחר %s)"],"Please check the link and try again.":["יש לבדוק את הקישור ולנסות שוב."],"Could not connect to the server. Please check your internet connection and try again.":["לא ניתן היה להתחבר אל השרת. יש לבדוק את החיבור לאינטרנט ולנסות שוב."],"%d warning found":["%d נמצאה אזהרה","%d נמצאו אזהרות"],"Invalid blueprint":["תוכנית עבודה לא תקפה"],"\\"%s\\" is not a valid Blueprint property":["\\"%s\\" אינו מאפיין חוקי של Blueprint"],"Site files moved to trash":["הקבצים באתר הועברו לפח"],"Moving site files to trash…":["מעביר את קובצי האתר לפח..."],"Also move site files to trash":["העבר גם את הקבצים של האתר לפח"],"SQLite integration skipped":["בוצע דילוג על שילוב SQLite"],"Easily install the %s CLI to run WP-CLI commands from your terminal and create, start, stop, or update your sites.":["ניתן להתקין בקלות את ה-%s CLI כדי להפעיל פקודות של WP-CLI מהמסוף שלך וליצור, להתחיל, להפסיק או לעדכן את האתרים שלך."],"WP-CLI support and CLI site management":["תמיכה ב-WP-CLI וניהול אתרים של CLI"],"WP-CLI":["WP-CLI"],"Manage sites":["ניהול אתרים"],"Failed to stop sites":["עצירת האתרים נכשלה"],"Self-hosted (e.g. jurassic.ninja) sites are not supported":["אתרים באחסון עצמי (לדוגמה jurassic.ninja) לא נתמכים"],"Error retrieving remote files and directories. Please close and reopen this dialog to try again.":["שגיאה בעת אחזור קבצים וספריות מרוחקים. יש לסגור ולפתוח מחדש את תיבת הדו-שיח הזאת כדי לנסות שוב."],"You are currently offline. Sync will continue running remotely. We will send you an email once it's completed.":["נראה שכרגע מצבך לא מקוון. הסנכרון ימשיך לפעול מרחוק. נשלח לך אימייל לאחר השלמתו."],"Leave running":["לצאת ממצב פעיל"],"Stop sites":["לעצור אתרים"],"%d site is currently running. Do you want to stop it before quitting?":["אתר %d פועל כעת. האם ברצונך להפסיק את הפעולה לפני יציאה?","האתרים %d פועלים כעת. האם ברצונך להפסיק את פעילותם לפני יציאה?"],"You have a running site":["יש לך אתר פעיל","יש לך אתרים פעילים"],"Uploading site (%d%%)…":["אתר העלאה (%d%%)…"],"The site name is too long. Please choose a shorter site name.":["שם האתר ארוך מדי. יש לבחור שם אתר קצר יותר."],"An error occurred while running the WP-CLI command.":["אירעה שגיאה בעת הפעלת הפקודה WP-CLI."],"Stopping all WordPress servers…":["עוצר את כל שרתי WordPress..."],"Stop all sites":["להפסיק את כל האתרים"],"Stop site(s)":["לעצור את האתר/ים"],"Get status of site":["לקבל סטטוס של האתר"],"List sites":["יצירת רשימת אתרים"],"SSL certificates deleted":["אישורי SSL נמחקו"],"Deleting SSL certificates…":["מחיקת אישורי SSL…"],"Stopping WordPress server…":["עוצר את שרת WordPress..."],"Failed to delete associated preview sites. Proceeding anyway…":["נכשלה מחיקת אתרי תצוגה מקדימה משויכים. ממשיך בכל מקרה…"],"Starting WordPress server…":["מפעיל את שרת WordPress..."],"Saving site…":["שומר אתר…"],"Create a new site":["יצירת אתר חדש"],"Events watcher failed":["צופה האירועים נכשל"],"Create a new site from a featured Blueprint on your own. <learn_more_link />":["ליצור אתר חדש מתוך תוכנית Blueprint נבחרת בעצמך. <learn_more_link />"],"Powered by experimental AI. <learn_more_link />":["מופעל על ידי בינה מלאכותית ניסיונית. <learn_more_link />"],"Could not load files. Please close and reopen this dialog to try again.":["לא ניתן היה לטעון את הקבצים. יש לסגור ולפתוח מחדש את תיבת הדו-שיח הזאת כדי לנסות שוב."],"The site uploading has been paused due to an internet connection issue. We will retry automatically in a few seconds.":["העלאת האתר הושהתה עקב בעיה בחיבור לאינטרנט. ננסה שוב באופן אוטומטי בעוד מספר שניות."],"Enable PHP debugging with Xdebug. Only one site can have Xdebug enabled at a time. Note that Xdebug may slow down site performance. <learn_more_link />":["להפעיל איתור באגים של PHP באמצעות Xdebug. ניתן להפעיל את Xdebug באתר אחד בלבד בכל פעם. לתשומת ליבך, הפעילות של Xdebug עלולה להאט את ביצועי האתר. <learn_more_link />"],"Enable Xdebug":["להפעיל את Xdebug"],"Xdebug is currently enabled for \\"%s\\" site. Disable it there first to enable it for this site.":["Xdebug מופעל כרגע עבור אתר \\"%s\\". יש להשבית את הכלי שם תחילה כדי להפעיל אותה עבור האתר הזה."],"Starting from a Blueprint requires an internet connection.":["כדי להתחיל מ-Blueprint נדרש חיבור לאינטרנט."],"Uploading paused":["ההעלאה מושהית"],"Xdebug":["Xdebug"],"Dismiss":["לבטל"],"Build blocks with <button>Telex <ArrowIcon /></button>":["לבנות בלוקים עם <button>Telex <ArrowIcon /></button>"],"Build with Telex":["לבנות עם Telex"],"Add site from a Blueprint":["להוסיף אתר מ-Blueprint"],"Restart Studio now to install the update, or choose Later to continue working and restart when convenient.":["להפעיל מחדש את Studio כעת כדי להתקין את העדכון, או לבחור באפשרות 'מאוחר יותר' כדי להמשיך לעבוד ולהפעיל מחדש מתי שנוח לך."],"Update ready to install":["עדכון מוכן להתקנה"],"You're already running the latest version of Studio. No update is needed at this time.":["הגרסה האחרונה של Studio כבר מופעלת אצלך. אין צורך בעדכון כרגע."],"No updates available":["אין עדכונים זמינים"],"Studio will notify you when the update is ready to install. You can continue working normally.":["השירות של Studio יודיע לך כאשר העדכון מוכן להתקנה. אפשר להמשיך לעבוד כרגיל."],"Downloading update in the background":["מוריד את העדכון ברקע"],"It looks like you denied the authorization request. To proceed, please click \\"Approve\\"":["נראה שדחית את בקשת האישור. כדי להמשיך, יש ללחוץ על 'אישור'"],"Authorization denied":["האישור נדחה"],"Windows on Intel/AMD":["Windows ב- Intel/AMD"],"Windows on ARM":["Windows ב-ARM"],"Mac with Intel Chip":["Mac עם שבב Intel"],"Mac with Apple Silicon Chip":["Mac עם שבב סיליקון של Apple"],"Unsupported PHP version: %s":["גרסת PHP לא נתמכת: %s"],"Set auto-start flag for the site(s)":["להגדיר דגל להתחלה אוטומטית עבור האתרים"],"Failed to stop site":["עצירת האתר נכשלה"],"Successfully stopped %d site":["האתר %d נעצר בהצלחה","האתרים %d נעצרו בהצלחה"],"No sites are currently running":["אין אתרים שפועלים כרגע"],"Failed to load site status":["הטעינה של מצב האתר נכשלה"],"Connected to process daemon":["מחובר לתהליך רקע (daemon)"],"Connecting to process daemon…":["מתחבר לתהליך רקע (daemon)..."],"Failed to parse Blueprint JSON":["נכשלה קריאת ה-JSON של הבלופרינט (Blueprint)"],"Failed to fetch Blueprint":["נכשלה שליפת ה-Blueprint"],"WordPress files copied":["קובצי WordPress הועתקו"],"Copying bundled WordPress…":["מעתיק חבילת WordPress..."],"Cannot set up WordPress. Bundled WordPress files not found. Please connect to the internet or reinstall Studio.":["לא ניתן להגדיר את וורדפרס. קבצים בחבילות של WordPress לא נמצאו. יש להתחבר לאינטרנט או להתקין מחדש את Studio."],"Cannot set up WordPress while offline. Specific WordPress versions require an internet connection. Try using \\"latest\\" version or ensure internet connectivity.":["לא ניתן להגדיר את WordPress במצב לא מקוון. עבור גרסאות WordPress מסוימות נדרש חיבור לאינטרנט. כדאי לנסות להשתמש בגרסה \\"העדכנית ביותר\\" או לוודא את הקישוריות לאינטרנט."],"Path or URL to Blueprint JSON file":["נתיב או כתובת URL לקובץ JSON של תוכנית העבודה (blueprint)"],"Must be: at least %s":["נדרש להיות: לפחות %s"],"Must be: \\"latest\\", \\"nightly\\", or a valid version number (e.g., \\"6.4\\", \\"6.4.1\\", \\"6.4-beta1\\")":["נדרש להיות: latest,‏ nightly או מספר גרסה תקין (לדוגמה, 6.4, 6.4.1, 6.4-beta1)"],"Failed to parse Blueprint JSON file: %s":["נכשלה קריאת קובץ ה-JSON של הבלופרינט (Blueprint): %s"],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, or .wpress file.":["סוג הקובץ הזה אינו נתמך. יש להשתמש בקובץ .zip, .gz, .tar, .tar.gz או .wpress."],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, .wpress, or .sql file.":["סוג הקובץ הזה אינו נתמך. יש להשתמש בקובץ .zip, .gz, .tar, .tar.gz, .wpress או .sql."],"Studio CLI":["ממשק שורת פקודה של Studio"],"Your Studio site is using a different WordPress or PHP version than your remote site. The remote site will keep using the newest supported versions.":[],"%s over":["מעל %s"],"The push is in progress and will continue running remotely. We will send you an email once it's completed.":["תהליך הדחיפה החל וימשיך לפעול מרחוק. אנחנו נשלח לך אימייל לאחר שהתהליך יסתיים."],"Get smart suggestions from the Studio Assistant":["לקבל הצעות חכמות מ-Studio Assistant"],"Seamlessly sync with WordPress.com and Pressable":["לסנכרן באופן חלק עם WordPress.com ו-Pressable"],"Share preview sites with clients and colleagues":["לשתף אתרי תצוגה מקדימה עם לקוחות ועמיתים"],"Start by connecting your WordPress.com account to unlock the full power of WordPress Studio.":["יש להתחיל על ידי חיבור החשבון ב-WordPress.com כדי ליהנות מהעוצמה המלאה של WordPress Studio."],"Welcome to WordPress Studio":["ברוך בואך אל WordPress Studio"],"Failed to uninstall CLI":["נכשל ביטול ההתקנה של ממשק שורת הפקודה"],"The CLI has been uninstalled successfully.":["התקנת ממשק שורת הפקודה בוטלה בהצלחה."],"CLI uninstalled":["התקנת ממשק שורת פקודה בוטלה"],"Proceed":["המשך"],"Blueprint details":["פרטי השרטוט"],"Start working locally with your site data.":["אפשר להתחיל לעבוד באופן מקומי עם נתוני האתר."],"Pull content from your remote site.":["אפשר למשוך תוכן מהאתר המרוחק."],"Create a new local WordPress site.":["אפשר ליצור אתר WordPress מקומי חדש."],"Create a new local site and pull your WordPress.com or Pressable site with Jetpack activated.":["אפשר ליצור אתר מקומי חדש ולמשוך את האתר WordPress.com או האתר Pressable כאשר Jetpack מופעל."],"Create a new site from WordPress.com or Pressable":["ליצור אתר חדש מ-WordPress.com או מ-Pressable"],"Pull an existing site":["למשוך אתר קיים"],"Blueprint":["שרטוט"],"The sync process will continue running remotely after you quit Studio. We will send you an email once it is complete.":["תהליך הסנכרון ימשיך לפעול מרחוק לאחר היציאה מ-Studio. אנחנו נשלח לך אימייל לאחר שהתהליך יסתיים."],"Sync will continue":["הסנכרון ימשיך"],"Initializing remote backup…":["יצירת הגיבוי מרחוק מתחילה…"],"HTTP proxy server stopped":["שרת פרוקסי HTTP נעצר"],"Stopping HTTP proxy server…":["מתבצעת עצירה של שרת פרוקסי HTTP..."],"The specified directory is not added to Studio. Use \`studio site create\` to add it.":["התיקייה שצוינה לא נוספה ל-Studio. יש להשתמש ב\`studio site create\` כדי להוסיף אותו."],"Failed to stop WordPress server":["עצירה של שרת WordPress נכשלה"],"WordPress server is not running":["שרת WordPress אינו פועל"],"Admin password":["סיסמת מנהל מערכת"],"Admin username":["שם משתמש של מנהל מערכת"],"Status":["סטטוס:"],"Site Path":["נתיב אתר"],"Auto-login URL":["כתובת URL להתחברות אוטומטית"],"Site URL":["כתובת אתר"],"Offline":["מצב לא מקוון"],"Online":["מקוון"],"SQLite integration configured as needed":["שילוב SQLite הוגדר לפי הצורך"],"Setting up SQLite integration, if needed…":["מתבצעת הגדרה של שילוב SQLite, אם נדרש..."],"Domain removed from hosts file":["הדומיין הוסר מקובץ המחשבים המארחים"],"Removing domain from hosts file…":["הדומיין מוסר מקובץ המחשבים המארחים..."],"Associated preview sites deleted":["אתרים בתצוגה מקדימה משויכים נמחקו"],"Deleting %d associated preview site…":["מתבצעת מחיקה של אתר בתצוגה מקדימה משויך %d…","מתבצעת מחיקה של אתרים בתצוגה מקדימה משויכים %d…"],"WordPress server stopped":["שרת WordPress הופסק"],"Site loaded":["האתר נטען"],"Loading site…":["האתר בטעינה…"],"Failed to delete site":["מחיקת האתר נכשלה"],"Failed to start site":["התחלת האתר נכשלה"],"Authenticated with WordPress.com as \`%s\`":["בוצע אימות עם WordPress.com בתור '%s'"],"Run \\"studio site start\\" to start the site.":["יש להפעיל את 'studio site start' כדי ליצור את האתר."],"Failed to apply Blueprint":["החלת תוכנית העבודה נכשלה"],"Blueprint applied successfully":["תוכנית העבודה הוחלה בהצלחה"],"Applying Blueprint…":["מחיל את תוכנית העבודה..."],"Starting WordPress server and applying Blueprint…":["מפעיל את שרת WordPress ומחיל את תוכנית העבודה..."],"Site created successfully":["האתר נוצר בהצלחה"],"Port assigned: %d":["השער הוקצה: %d"],"Assigning port…":["מקצה יציאה..."],"SQLite integration configured":["שילוב SQLite הוגדר"],"Setting up SQLite integration…":["מגדיר שילוב SQLite..."],"Site directory created":["ספריית האתר נוצרה"],"Creating site directory…":["יוצר ספריית אתר..."],"Site configuration validated":["תצורת האתר אומתה"],"The selected directory is already in use.":["הספרייה שנבחרה כבר נמצאת בשימוש."],"Blueprint feature \\"%1$s\\" is not supported: %2$s":["אפשרות תוכנית העבודה '⁦%1$s⁩' לא נתמכת: ⁦%2$s⁩"],"Blueprint file not found: %s":["קובץ תוכנית העבודה לא נמצא: %s"],"The selected directory is not empty nor an existing WordPress site.":["הספרייה שנבחרה אינה ריקה ואינה אתר קיים של WordPress."],"Validating site configuration…":["מאמת את תצורת האתר..."],"Start the site after creation":["להתחיל את האתר לאחר היצירה"],"Enable HTTPS for custom domain":["להפעיל HTTPS עבור דומיין אישי"],"Custom domain (e.g., \\"mysite.local\\")":["דומיין אישי (למשל, mysite.local)"],"WordPress version (e.g., \\"latest\\", \\"6.4\\", \\"6.4.1\\")":["גרסת WordPress (למשל, latest,‏ 6.4, 6.4.1)"],"Choose a plan to publish your site":["יש לבחור תוכנית לפרסום האתר שלך"],"Sync database and files.":["יש לסנכרן את מסד הנתונים והקבצים."],"Unlock the power of WordPress and share your work with the world with":["אפשר להתחיל להשתמש בעוצמה של WordPress ולשתף את העבודה שלך עם כולם בעזרת"],"Find a perfect plan":["למצוא תוכנית מושלמת"],"Preparing workers…":["מכין עובדים..."],"Running the Blueprint…":["מפעיל את תוכנית העבודה..."],"Booting WordPress…":["מאתחל את WordPress..."],"Starting up workers…":["מקים עובדים..."],"Downloading WordPress…":["מוריד את WordPress..."],"WordPress is running":["WordPress פועל"],"Site not found":["האתר לא נמצא"],"Failed to start WordPress server":["הפעלת שרת WordPress נכשלה"],"WordPress server started":["שרת WordPress הופעל"],"WordPress server is already running":["השרת של WordPress כבר פועל"],"Process daemon started":["Daemon של תהליך הופעל"],"Starting process daemon…":["מפעיל Daemon של תהליך..."],"Skip opening the site in browser after starting":["לדלג על פתיחת האתר בדפדפן לאחר ההפעלה"],"Password: ":["סיסמה: "],"Username: ":["שם משתמש: "],"Site URL: ":["כתובת URL של אתר: "],"Publish site":["פרסום אתר"],"Failed to select site":["בחירת האתר נכשלה"],"Select a site to import":["יש לבחור אתר לייבוא"],"Publish your site":["לפרסם את האתר שלך"],"Select a remote site":["יש לבחור אתר מרוחק"],"Blueprint loaded from URL":["השרטוט נטען מכתובת URL"],"Download directly from WordPress.com or Pressable":["להוריד ישירות מ-WordPress.com או מ-Pressable"],"Failed to load Blueprint":["טעינת השרטוט נכשלה"],"Failed to revoke token":["ביטול האסימון נכשל"],"Failed to fetch user info":["הבאת פרטי המשתמש נכשלה"],"You must provide a valid auth command":["יש להזין פקודה תקפה אימות"],"Manage authentication":["ניהול אימות"],"Failed to add domain to hosts file":["הוספת דומיין לקובץ מחשבים מארחים נכשלה"],"Domain added to hosts file":["דומיין הוסף לקובץ מחשבים מארחים"],"Adding domain to hosts file…":["מוסיף דומיין לקובץ מחשבים מארחים..."],"SSL certificates generated":["תעודות SSL נוצרו"],"Generating SSL certificates…":["יוצר תעודות SSL..."],"HTTP proxy already running":["שרת פרוקסי HTTP כבר פועל"],"HTTP proxy server started":["שרת פרוקסי HTTP הופעל"],"Starting HTTP proxy server…":["מפעיל שרת פרוקסי HTTP..."],"Failed to check authentication status":["בדיקת מצב האימות נכשלה"],"Authentication token is invalid or expired":["אסימון האימות לא תקין או שפג תוקפו"],"Checking authentication status…":["בודק סטטוס מצב אימות..."],"Check authentication status":["לבדוק סטטוס מצב אימות"],"Failed to log out":["ההתנתקות מהחשבון נכשלה"],"Successfully logged out":["התנתקת בהצלחה מהחשבון"],"Already logged out":["כבר התנתקת מהחשבון"],"Logging out…":["יוצא מהמערכת..."],"Log out and clear WordPress.com authentication":["להתנתק ולאפס את האימות של WordPress.com"],"Authentication failed":["האימות נכשל"],"Authentication failed. Please try again.":["האימות נכשל. כדאי לנסות שוב."],"Authentication completed successfully!":["האימות בוצע בהצלחה!"],"Authentication token:":["אסימון אימות:"],"Please complete authentication in your browser and paste the generated token here.":["יש להשלים את האימות בדפדפן שלך ולהדביק את האסימון שנוצר כאן."],"Failed to open browser. Please open the URL manually: %s":["פתיחת הדפדפן נכשלה. יש לפתוח את כתובת ה-URL באופן ידני: %s"],"Browser opened successfully":["הדפדפן נפתח בהצלחה"],"Opening browser for authentication…":["פותח את הדפדפן לצורך אימות..."],"Already authenticated with WordPress.com":["האימות עם WordPress.com כבר בוצע"],"Downloading the ARM version of Studio will provide better performance.":["הורדה של גרסת ה-ARM של Studio תספק ביצועים טובים יותר."],"An error occurred while deleting all preview sites. Please try again.":["אירעה שגיאה בעת המחיקה של כל האתרים בתצוגה מקדימה. כדאי לנסות שוב."],"Failed to delete all preview sites":["המחיקה של כל האתרים בתצוגה המקדימה נכשלה"],"<siteUrlButton /> appears to be deleted or is currently unreachable. <button>Get help ↗</button>":["נראה ש-<siteUrlButton /> נמחק או שאין כרגע אפשרות להגיע אליו. <button>לקבלת עזרה ↗</button>"],"This preview site has been deleted from the server. You can remove it from the list by clicking Clear button.":["אתר זה בתצוגה מקדימה נמחק מהשרת'. ניתן להסיר את הפריט מהרשימה על ידי לחיצה על הכפתור 'לנקות'."],"Database import failed on the remote site. Please review your database and try again or contact support and provide details from the logs below.":["ייבוא בסיס הנתונים נכשל באתר המרוחק. יש לבדוק את בסיס הנתונים ולנסות שוב או לפנות לתמיכה ולספק פרטים ביומני הרישום שלהלן."],"Create new backup ↗":["ליצור גיבוי חדש ↗"],"Content from the latest backup: %s.":["תוכן מהגיבוי האחרון: %s."],"Push can not be cancelled while applying changes to the remote site":["לא ניתן לבטל את הדחיפה כשמחילים שינויים באתר המרוחק"],"Cancel push":["לבטל דחיפה"],"Pull can not be cancelled while importing changes to your local site":["לא ניתן לבטל משיכה כשמייבאים שינויים לאתר המקומי"],"Cancel pull":["לבטל משיכה"],"The push operation has been cancelled.":["פעולת הדחיפה בוטלה."],"Push cancelled":["הדחיפה בוטלה"],"The pull operation has been cancelled.":["פעולת המשיכה בוטלה."],"Pull cancelled":["המשיכה בוטלה"],"Beta Features":["תכונות ביתא"],"Delete site…":["למחוק אתר"],"Edit site…":["לערוך את האתר..."],"Open in %s":["לפתוח באמצעות %s"],"File Explorer":["סייר הקבצים"],"%1$s (%2$d%%)":["%1$s (%2$d%%)"],"Importing files…":["מייבא קבצים..."],"Importing database… (%d%%)":["מייבא את בסיס הנתונים...(%d%%)"],"Extracting backup… (%d%%)":["מחלץ את הגיבוי...(%d%%)"],"Importing other files…":["מייבא קבצים אחרים..."],"Importing media uploads…":["מייבא העלאות מדיה..."],"Importing themes…":["מייבא תבניות..."],"Importing plugins…":["מייבא תוספים..."],"Start with an empty site":["להתחיל עם אתר ריק"],"Studio could not load Blueprints. <button>Try again</button> or use your own Blueprint.":["Studio לא הצליח לטעון שרטוטים. <button>יש לנסות שוב</button> או להשתמש בשרטוט משלך."],"View details":["להציג פרטים"],"This Blueprint uses unsupported features in Studio and might not work as expected.":["שרטוט זה משתמש בכלים שאינם נתמכים ב-Studio ועלולים שלא לעבוד כצפוי."],"Got it":["הבנתי"],"Your Blueprint will still work, but these features will be skipped during site creation.":["השרטוט עדיין יעבוד, אבל יבוצע דילוג על כלים אלה במהלך יצירת אתר."],"The following features are not supported in Studio and will be automatically removed:":["הכלים הבאים אינם נתמכים ב-Studio והם יוסרו באופן אוטומטי:"],"Studio manages its own navigation and landing pages.":["Studio מנהל את עמודי הנחיתה והניווט שלו"],"Nearly finished":["כמעט הסתיים"],"Making progress…":["מתבצעת התקדמות…"],"Working on your site…":["האתר עדיין בשלבי בנייה…"],"Getting everything ready…":["בהכנה…"],"Setting up your new site…":["מתבצעת הגדרה של האתר החדש…"],"Failed to list sites":["פירוט האתרים נכשל"],"Found %d site":["נמצא אתר %d","נמצאו %d אתרים"],"Path":["נתיב"],"Select a Blueprint that fits your needs and build your WordPress site even faster.":["בחר מודל שמתאים לצרכים שלך ובנה את אתר ה-WordPress שלך מהר יותר. "],"Introducing Blueprints, a new way to streamline site creation.":["שמחים להציג את המודלים — דרך חדשה לפשט את יצירת האתרים. "],"Sublime Text":["טקסט עילי"],"The current selection exceeds the %d GB push limit. To continue, please change your selection to reduce the total size.":["הבחירה הנוכחית חורגת מהגבלת הדחיפה של ‎%dGB. כדי להמשיך, יש לשנות את הבחירה שלך ולצמצם את הגודל הכולל."],"Choose a featured Blueprint or use your own":["בחר מודל מומלץ או השתמש במודל משלך."],"Featured Blueprints":["מודלים מומלצים"],"Using different versions may cause compatibility issues.":["שימוש בגרסאות שונות עלול לגרום לבעיות תאימות."],"This Blueprint recommends:":["מודל זה ממליץ על:"],"Version differs from Blueprint recommendation":["הגרסה שונה מההמלצה במודל."],"Blueprint validation failed":["אימות המודל נכשל."],"Failed to load Blueprint file. Please try again.":["טעינת קובץ המודל נכשלה. נסה שוב. "],"Invalid JSON format: %s":["פורמט JSON לא חוקי: %s"],"Invalid Blueprint format":["פורמט מודל לא תקין"],"Blueprint v2 format is not supported yet. Please use Blueprint v1 format.":["פורמט Blueprint v2 עדיין לא נתמך. השתמש בפורמט Blueprint v1."],"Your sites will show up here once you create them":["האתרים שלך יופיעו כאן אחרי שיווצרו"],"Development":["פיתוח"],"Push to Development":["לדחוף לפיתוח"],"Pull from Development":["למשוך מפיתוח"],"Selecting individual items to pull will be enabled automatically once your first backup is complete.<br/>Wait a few minutes or run a full sync in the meantime.":["לאחר השלמת הגיבוי הראשון, האפשרות למשוך פריטים ספציפיים תופעל באופן אוטומטי.<br/>יש להמתין מספר דקות או להפעיל סנכרון מלא בינתיים."],"Site name & details":["שם ופרטי האתר"],"Choose Blueprint":["בחר מודל"],"Back":["חזרה"],"Select backup file":["לבחור קובץ גיבוי"],"Drop your backup file here":["יש לשחרר את קובץ הגיבוי כאן"],"Choose Blueprint file":["בחר קובץ מודל"],"Remove":["הסר"],"Loading Blueprints...":["טוען מודלים..."],"Blueprint loaded from file":["המודל נטען מקובץ."],"Preview Blueprint":["תצוגה מקדימה של מודל"],"Description":["תיאור"],"Title":["שם"],"Thumbnail":["תמונה מוקטנת"],"The selected Blueprint failed to execute properly. This could be due to invalid PHP code, missing plugins, or other issues in the Blueprint file. Please check your Blueprint file and try again.":["המודל שנבחר לא פעל כראוי. ייתכן שהבעיה נובעת מקוד PHP שגוי, תוספים חסרים או בעיות אחרות בקובץ המודל. בדוק את הקובץ ונסה שוב."],"Blueprint execution failed":["הפעלת המודל נכשלה"],"Site export completed":["הושלם ייצוא האתר"],"Database export completed":["הושלם הייצוא של בסיס הנתונים"],"Start a site from a backup":["ליצור אתר מגיבוי"],"Import from a backup":["לייבא מגיבוי"],"Start from a Blueprint":["התחל ממודל"],"Create a site":["יצירת אתר"],"Add a clean site, start from a Blueprint or import site from a backup":["הוסף אתר חדש, התחל ממודל או יבא אתר מגיבוי"],"Backing up remote site…":["מגבה את האתר המרוחק..."],"Pushing will overwrite your development site's selected files and database with content from your Studio site. Unchecked items will not be changed. The development site will be backed up before any changes are applied.":["פעולת 'דחיפה' תדרוס את הקבצים הנבחרים ובסיס-הנתונים באתר הפיתוח ותציב במקומם תוכן מאתר Studio שלך. הפריטים שלא סומנו לא ישתנו. לפני החלת השינויים יתבצע גיבוי של אתר הפיתוח."],"Pushing will overwrite your staging site's selected files and database with content from your Studio site. Unchecked items will not be changed. The staging site will be backed up before any changes are applied.":["פעולת 'דחיפה' תדרוס את הקבצים הנבחרים ובסיס-הנתונים באתר השכפול ותציב במקומם תוכן מאתר Studio שלך. הפריטים שלא סומנו לא ישתנו. האתר המשוכפל יגובה לפני החלת השינויים."],"Pushing will overwrite your production site's selected files and database with content from your Studio site. Unchecked items will not be changed. The production site will be backed up before any changes are applied.":["פעולת 'דחיפה' תדרוס את הקבצים הנבחרים ובסיס-הנתונים באתר ההפקה ותציב במקומם תוכן מאתר Studio שלך. הפריטים שלא סומנו לא ישתנו. אתר ההפקה יגובה לפני החלת השינויים."],"Pulling will overwrite your Studio site's selected files and database with a copy from your development site. Unchecked items will not be changed.":["פעולת 'משיכה' תדרוס את הקבצים הנבחרים ואת בסיס הנתונים באתר Studio ותציב במקומם עותק מהאתר הפיתוח שלך. הפריטים שלא סומנו לא ישתנו."],"Pulling will overwrite your Studio site's selected files and database with a copy from your staging site. Unchecked items will not be changed.":["האפשרות 'משיכה' תדרוס את הקבצים הנבחרים ובסיס הנתונים באתר של Studio עם עותק מהאתר המשוכפל. הפריטים שלא סומנו לא ישתנו."],"Pulling will overwrite your Studio site's selected files and database with a copy from your production site. Unchecked items will not be changed.":["האפשרות 'משיכה' תדרוס את הקבצים הנבחרים ובסיס הנתונים באתר של Studio עם עותק מאתר ההפקה שלך. הפריטים שלא סומנו לא ישתנו."],"How can I make WordPress Studio faster?":["איך אפשר להפוך את Studio למהיר יותר?"],"WordPress Studio Help":["עזרה של WordPress Studio"],"Empty":["ריק"],"Empty folder":["תיקייה ריקה"],"Studio":["סטודיו"],"About WordPress Studio":["מידע לגבי WordPress Studio"],"WordPress Studio":["WordPress Studio"],"WordPress Studio CLI":["ממשק שורת פקודה של WordPress Studio"],"Select files and folders to sync":["קבצים ותיקיות שנבחרו לסנכרון"],"From %s to %s":["מ-%s אל %s"],"Expand":["הרחב"],"Collapse":["למזער"],"Feature Flags":["דגלי האפשרות"],"Log in to Studio with WordPress.com":["להתחבר אל Studio באמצעות WordPress.com"],"Open account settings":["לפתוח הגדרות חשבון"],"Specific files and folders":["קבצים ותיקיות ספציפיים"],"All files and folders":["כל הקבצים והתיקיות"],"Database":["מסד נתונים"],"Files and folders":["קבצים ותיקיות"],"Read more about <a>environment push <ArrowIcon /></a>":["מידע נוסף על <a>דחיפת סביבה <ArrowIcon /></a>"],"What would you like to push?":["מה ברצונך לדחוף?"],"Push to Production":["לדחוף לאתר ההפקה"],"Push to Staging":["לדחוף לאתר המשוכפל"],"Read more about <a>environment pull <ArrowIcon /></a>":["מידע נוסף על <a>משיכת סביבה <ArrowIcon /></a>"],"What would you like to pull?":["מה ברצונך למשוך?"],"Pull from Production":["משיכה מאתר ההפקה"],"Pull from Staging":["משיכה מאתר משוכפל"],"Almost there…":["כמעט סיימת!"],"%s has been updated":["%s עודכן"],"Studio site has been updated from %s":["אתר Studio עודכן מתוך %s"],"Learn more about supported sites.":["לרשותך מידע נוסף על אתרים נתמכים."],"Can't find your site?":["לא הצלחת למצוא את האתר שלך?"],"Connect your site":["חיבור האתר שלך"],"Connect another site":["חיבור אתר נוסף"],"Sync with WordPress.com or Pressable":["לסנכרן עם WordPress.com או Pressable"],"Push is in progress. We will send you an email when it is completed.":["תהליך הדחיפה החל. נשלח לך אימייל כאשר התהליך יסתיים."],"You are currently offline so your site will be created with the latest version. Selecting a different WordPress version requires an internet connection.":["האתר שלך נמצא כרגע במצב לא מקוון ולכן, הוא ייווצר עם הגרסה האחרונה שלו. כדי לבחור גרסת WordPress אחרת, נדרש חיבור לאינטרנט."],"Invalid authentication token":["אסימון אימות לא חוקי"],"Running…":["בתהליך..."],"Deleting…":["מוחק..."],"Validating…":["מאמת..."],"Studio was unable to trust the certificate automatically. You may need to trust it manually using certificate manager.":["ל-Studio לא הייתה אפשרות לתת אמון באישור באופן אוטומטי. ייתכן שיהיה צורך לתת אמון באופן ידני באמצעות מנהל האישורים."],"Certificate Trust Failed":["נכשל האמון באישור"],"Windsurf":["Windsurf"],"Available terminals":["מסופים זמינים"],"Terminal application":["אפליקציית מסוף"],"Available editors":["עורכים זמינים"],"Please ensure your site files have not been moved or deleted.":["נא לוודא שהקבצים באתר שלך לא הועברו או נמחקו."],"Applying final details…":["מחיל פרטים אחרונים..."],"Starting export…":["מתחיל יצוא..."],"Command Prompt":["שורת פקודה"],"Creating preview site…":["יוצר אתר בתצוגה מקדימה"],"What's new":["מה חדש"],"Ghostty":["Ghostty"],"Warp":["Warp"],"Select":["נבחר"],"Please stop some of your running sites first. If this problem persists, try closing other apps that might be using memory and try again.":["עליך להפסיק תחילה את פעילותם של כמה מהאתרים שלך. אם הבעיה נמשכת, כדאי לנסות לסגור אפליקציות אחרות שאולי משתמשות בזיכרון ולנסות שוב."],"Failed to save CLI config file":["שמירת קובץ תצורת CLI נכשלה"],"Studio config file path not found.":["הנתיב אל קובץ התצורה של Studio לא נמצא."],"Path to the WordPress files":["נתיב אל קובצי WordPress"],"Current directory":["הספרייה הנוכחית"],"Cannot update an expired preview site.":["לא ניתן לעדכן אתר בתצוגה מקדימה שפג תוקפו."],"The specified directory does not match the original site for this preview. If you want to overwrite, run the command with --overwrite.":["התיקייה שצוינה לא תואמת לאתר המקורי של תצוגה מקדימה זו. אם ברצונך לדרוס, יש להפעיל את הפקודה בצירוף ‎--overwrite."],"Allow updating a preview site from a different directory":["לאפשר עדכון של אתר בתצוגה מקדימה מתיקיה אחרת"],"Update preview site":["לעדכן אתר בתצוגה מקדימה"],"(%d expired)":["(פג התוקף של %d)","(פג התוקף של %d)"],"Found %d preview site":["נמצא אתר %d בתצוגה מקדימה","נמצאו %d אתרים בתצוגה מקדימה"],"No preview sites found":["לא נמצאו אתרים בתצוגה מקדימה"],"Loading preview sites…":["טוען אתרים בתצוגה מקדימה..."],"Output format":["פורמט פלט"],"List preview sites":["רשימת אתרים בתצוגה מקדימה"],"Preview site '%s' has been deleted.":["נמחק האתר בתצוגה מקדימה '%s'."],"Preview site '%s' has been updated.":["עודכן האתר בתצוגה מקדימה '%s'."],"Deleting preview site failed":["נכשלה מחיקת האתר בתצוגה מקדימה"],"Saving preview site…":["שומר אתר בתצוגה מקדימה..."],"Not installed":["לא מותקן"],"Preferences":["העדפות"],"Code editor":["עורך קוד"],"Shell":["Shell"],"Merge All Windows":["למזג את כל החלונות"],"Move Tab to New Window":["להעביר לשונית לחלון חדש"],"Show Next Tab":["להציג את הלשונית הבאה"],"Show Previous Tab":["להציג את הלשונית הקודמת"],"Zoom":["זום"],"Minimize":["להקטין"],"Window":["חלון"],"Toggle Fullscreen":["החלפת מסך מלא"],"latest":["פריטים אחרונים"],"Zoom Out":["להקטין תצוגה"],"Zoom In":["להגדיל תצוגה"],"Actual Size":["גודל בפועל"],"Show All Tabs":["להציג את כל הלשוניות"],"Show Tab Bar":["להציג את סרגל הלשוניות"],"View":["להציג"],"Stop Speaking":["להפסיק לדבר"],"Start Speaking":["להתחיל לדבר"],"Speech":["דיבור"],"Select All":["לסמן הכל"],"Paste and Match Style":["הדבקה והתאמת סגנון"],"Paste":["הדבק"],"Cut":["חתוך"],"Redo":["בצע שוב"],"Undo":["ביטול פעולה אחרונה"],"File":["קובץ"],"Quit":["יציאה"],"Hide":["להסתיר"],"Services":["שירותים"],"Toggle DevTools":["החלפת DevTools"],"Force Reload":["לכפות טעינה מחדש"],"Cursor":["סמן"],"WebStorm":["WebStorm"],"The site server failed to start because the port is already in use. Please close any local development apps that may be using port and try again.":["נכשלה ההפעלה של שרת האתר: היציאה כבר בשימוש. יש לסגור את כל אפליקציות הפיתוח המקומיות שייתכן שמשתמשות ביציאה ולנסות שוב."],"Stable Versions":["גרסאות יציבות"],"Beta & Nightly":["Beta ו-Nightly"],"Auto-updating":["עדכון אוטומטי"],"WordPress Core automatic updates will be disabled for this site.":["העדכונים האוטומטיים של WordPress Core יושבתו עבור אתר זה."],"Launch your existing WordPress.com or Jetpack-activated Pressable sites, or import an existing one. Then, share your work with the world.":["לחבר את אתרי WordPress.com או אתרי Pressable המופעלים על ידי Jetpack שלך או לייבא אתר חדש. עכשיו באפשרותך לשתף את העבודה שלך עם העולם כולו."],"iTerm":["iTerm"],"Expires in":["התוקף יפוג בעוד"],"Site Name":["שם האתר:"],"URL":["כתובת אינטרנט"],"Failed to create archive":["נכשלה יצירת הארכיון"],"The specified directory is not added to Studio.":["התיקייה שצוינה לא נוספה ל-Studio."],"Failed to create preview site: site did not become ready within timeout":["נכשלה יצירת האתר בתצוגה מקדימה: הכנת האתר לא הושלמה בתוך הזמן הקצוב"],"Failed to upload archive":["נכשלה העלאת הארכיון"],"Invalid API response format":["תבנית לא תקפה של תגובת API"],"Invalid site status":["סטטוס אתר לא תקף"],"Site ID must be a positive integer":["מזהה אתר חייב להיות מספר שלם חיובי"],"Domain name is required":["חובה לציין שם דומיין"],"You must provide a valid command":["יש להזין פקודה תקפה"],"Manage preview sites":["לנהל אתרים בתצוגה מקדימה"],"Failed to update preview site":["נכשל העדכון של האתר בתצוגה מקדימה"],"Updating preview site…":["מעדכן אתר בתצוגה מקדימה..."],"Hostname of the preview site to update":["שם המארח של האתר בתצוגה מקדימה שיש לעדכן"],"Failed to load preview sites":["נכשלה הטעינה של אתרים בתצוגה מקדימה"],"Failed to delete preview site":["נכשלה מחיקת האתר בתצוגה מקדימה"],"Deletion successful":["המחיקה בוצעה בהצלחה"],"Preview site not found. Use the \`studio preview list\` command to see available preview sites.":["האתר בתצוגה מקדימה לא נמצא. להצגת אתרים זמינים בתצוגה מקדימה יש להשתמש בפקודה studio preview list (רשימת תצוגות מקדימות ב-Studio)."],"Hostname of the preview site to delete":["שם המארח של האתר בתצוגה מקדימה המיועד למחיקה"],"Failed to create preview site":["נכשלה יצירת האתר בתצוגה מקדימה"],"Preview site saved to Studio":["האתר בתצוגה מקדימה נשמר ב-Studio"],"Saving preview site to Studio…":["שומר אתר בתצוגה מקדימה ב-Studio..."],"Preview site available at: %s":["תצוגה מקדימה של האתר זמינה ב: %s"],"Archive uploaded":["הארכיון הועלה"],"Uploading archive…":["מעלה ארכיון..."],"Archive created":["הארכיון נוצר"],"Creating archive…":["יוצר ארכיון..."],"Validation successful":["האימות בוצע בהצלחה"],"The installation path %1$s is already occupied by a file or directory. Please remove it and try again.":["נתיב ההתקנה ⁦%1$s⁩ כבר תפוס על ידי קובץ או ספרייה. נא למחוק אותו ולנסות שוב."],"There was an unknown error. Please check the logs for more information.":["אירעה שגיאה בלתי מוכרת. לקבלת מידע נוסף, יש לבדוק את היומנים."],"Previous":["הקודם"],"Next":["לשלב הבא"],"Done":["הושלם"],"Illustration for %s":["איור עבור %s"],"What's New in Studio":["מה חדש ב-Studio"],"Learn more":["למידע נוסף"],"Failed to install CLI":["נכשלה התקנת הכלי CLI"],"The CLI has been installed successfully.":["התקנת הכלי CLI בוצעה בהצלחה."],"CLI Installed":["CLI מותקן"],"What's New":["מה חדש"],"Your new site was created":["האתר החדש שלך נוצר"],"Your new site was imported":["האתר החדש שלך יובא"],"You need to manually add the Studio certificate authority to your keychain and trust it.":["יש להוסיף באופן ידני את האישור של Studio ל-Keychain ולתת בו אמון."],"The domain name must end with .local":["שם הדומיין חייב להסתיים ב-‎.local"],"The domain name is already in use":["שם הדומיין כבר נמצא בשימוש"],"Please restart Studio and try again. If this problem persists, please contact support.":["יש להפעיל מחדש את Studio ולנסות שוב. אם הבעיה נמשכת, יש לפנות לתמיכה."],"Studio needs to use port 80 and 443 to enable custom domains and SSL, but one of these ports are already in use by another app. Close any local development apps and restart Studio.":["כדי להפעיל דומיינים אישיים ו-SSL, על Studio להשתמש ביציאות 80 ו-443, אך אחת מהן כבר בשימושה של אפליקציה אחרת. יש לסגור את כל אפליקציות הפיתוח המקומיות ולהפעיל מחדש את Studio."],"You need to manually add the Studio root certificate authority to your keychain and trust it to enable HTTPS.":["כדי להפעיל HTTPS יש להוסיף באופן ידני את אישור הבסיס של Studio ל-Keychain ולתת בו אמון."],"Enable HTTPS":["להפעיל HTTPS"],"Learn how":["כך זה עובד"],"You need to trust this certificate to prevent your browser from showing a secure connection warning.":["עליך לתת אמון באישור זה כדי למנוע מהדפדפן להציג אזהרת חיבור מאובטח."],"Trust Certificate":["אמון באישור"],"Disabled":["כיבוי"],"Enabled":["מופעל"],"HTTPS":["HTTPS"],"Release Notes":["הערות לשחרור גרסה"],"Saving and restarting…":["שומר ומפעיל מחדש..."],"Your Studio site is running versions not supported by preview sites. The preview site will automatically switch to the supported WordPress and PHP versions.":["באתר Studio שלך פועלות גרסאות שאתרים בתצוגה מקדימה אינם תומכים בהן. האתר בתצוגה מקדימה יעבור באופן אוטומטי לגרסאות הנתמכות של WordPress ו-PHP."],"The domain name is required":["חובה לציין שם דומיין"],"The domain name is too long":["שם הדומיין ארוך מדי"],"Please enter a valid domain name":["יש להזין שם דומיין תקף"],"Your system password will be required to set up the domain.":["להגדרת הדומיין תידרש לך סיסמת המערכת."],"Domain name":["דומיין"],"Use custom domain":["להשתמש בדומיין אישי"],"Changing WordPress version requires an internet connection.":["כדי לשנות גרסת WordPress נדרש חיבור לאינטרנט."],"Latest":["גרסה עדכנית"],"WordPress version":["גרסאת WordPress"],"Failed":["נכשל"],"Importing a site requires an internet connection.":["כדי ליצור אתר נדרש חיבור לאינטרנט."],"A WordPress.com account is required to create preview sites.":["כדי ליצור אתרים בתצוגה מקדימה דרוש חשבון WordPress.com."],"Error updating Studio":["שגיאה בעת עדכון Studio"],"Studio can only update from the writable Applications folder. Please check write permissions and try again.":["ניתן לעדכן את Studio רק מתוך תיקיית 'אפליקציות' עם הרשאות כתיבה. נא לבדוק את הרשאות הכתיבה ולנסות שוב."],"Studio is running from: %s":["Studio פועל מ: %s"],"Studio is running from a disk image at: %s":["Studio פועל מתמונת דיסק ב: %s"],"A preview of this site is being created. Please wait for it to finish before creating another.":["אנו יוצרים תצוגה מקדימה של אתר זה. יש להמתין לסיום הפעולה לפני יצירה של הדגמה נוספת."],"Preview site '%s' has been created.":["נוצרה התצוגה המקדימה של אתר '%s'."],"The import process timed out after %d hours, which can occur when processing very large imports. If the issue persists, please contact support.":["הזמן הקצוב לתהליך הייבוא הסתיים לאחר %d שעות, דבר שעשוי לקרות בעיבוד של פעולות ייבוא גדולות מאוד. אם הבעיה נמשכת, ניתן ליצור קשר עם התמיכה."],"Adding preview site failed":["הוספה של האתר בתצוגה מקדימה נכשלה"],"The directory is already associated with another Studio site. Please choose a different site name or a custom local path.":["הספרייה כבר משויכת לאתר אחר של Studio. יש לבחור שם אתר שונה או נתיב מקומי מותאם שונה."],"The directory is already associated with another Studio site. Please choose a different custom local path.":["הספרייה כבר משויכת לאתר אחר של Studio. יש לבחור נתיב מקומי מותאם שונה."],"Preview sites powered by":["אתרים בתצוגה מקדימה מופעלים על ידי"],"Updating a preview site requires an internet connection.":["כדי לעדכן אתר בתצוגה מקדימה דרוש חיבור לאינטרנט."],"Name":["שם"],"%s Preview":["תצוגה מקדימה של %s"],"Deleting a preview site requires an internet connection.":["כדי למחוק אתר בתצוגה מקדימה דרוש חיבור לאינטרנט."],"Your site exceeds the %d GB size limit. Please, consider removing unnecessary media files, plugins, or themes from wp-content.":["האתר שלך חורג ממגבלת גודל של ‎%d GB. כדאי לשקול להסיר קובצי מדיה, תוספים או תבניות שלא נחוצים לך מ-wp-content."],"The ZIP archive is invalid. Try to unpack and pack it again. If this problem persists, please contact support.":["ארכיון ה-ZIP לא תקין. כדאי לנסות לחלץ את הקובץ ולדחוס אותו שוב. אם הבעיה נמשכת, יש לפנות לתמיכה."],"%1$s Preview %2$d":["תצוגה מקדימה של ⁦%1$s⁩ %2$d"],"Deleting preview sites requires an internet connection.":["כדי למחוק אתרים בתצוגה מקדימה דרוש חיבור לאינטרנט."],"Missing permissions":["הרשאות חסרות"],"Authentication error":["שגיאת אימות"],"Actions":["פעולות"],"Expires":["פקיעת תוקף"],"Updated":["מעודכן"],"Preview site":["להציג את האתר בתצוגה מקדימה"],"Updating":["מעדכן"],"Deleting preview site":["מחיקת האתר בתצוגה המקדימה"],"%s ago":["%s לפני"],"Rename":["שנה שם"],"Preview actions":["להציג תצוגה מקדימה של הפעולות"],"Your previews files and database along with all posts, pages, comments and media will be lost.":["הקבצים ובסיס הנתונים של התצוגה המקדימה, וכל הפוסטים, העמודים, התגובות והמדיה יימחקו מאתר."],"Delete preview":["למחוק תצוגה מקדימה"],"Updating will replace the existing files and database with a copy from your local site. Any changes you've made to your preview site will be permanently lost.":["העדכון יחליף את בסיס הנתונים ואת הקבצים הקיימים בעותק מהאתר המקומי שלך. כל השינויים שבוצעו באתר בתצוגה מקדימה יימחקו לצמיתות."],"Overwrite preview":["לדרוס את התצוגה המקדימה"],"You've used %d preview sites available on your account.":["השתמשת ב-%d אתרים בתצוגה מקדימה שזמינים בחשבונך.","השתמשת בכל %d האתרים בתצוגה מקדימה שזמינים בחשבונך."],"A different preview site is being created. Please wait for it to finish before creating another.":["אנחנו יוצרים אתר שונה בתצוגה מקדימה. יש להמתין לסיום הפעולה לפני יצירה של הדגמה נוספת."],"Studio is unable to open your default browser. Please ensure it is functioning correctly.":["ל-Studio לא הייתה אפשרות לפתוח את הדפדפן שבברירת מחדל אצלך. עליך לוודא שהכול עובד בצורה תקינה."],"Failed to open browser":["פתיחת הדפדפן נכשלה"],"Studio is unable to open PHPStorm. Please ensure it is functioning correctly.":["ל-Studio לא הייתה אפשרות לפתוח את PHPStorm. עליך לוודא שהכול עובד בצורה תקינה."],"Failed to open PHP Storm":["הפתיחה של PHP Storm נכשלה"],"Studio is unable to open Visual Studio Code. Please ensure it is functioning correctly.":["Studio אינו מצליח לפתוח את Visual Studio Code. יש לוודא שהכול עובד בצורה תקינה."],"Updating preview site failed":["העדכון של האתר בתצוגה מקדימה נכשל"],"Cancelled":["בוטלו"],"Error when executing wp-cli command":["שגיאה בביצוע הפעולה של wp-cli"],"Failed to check backup file size. Please try again.":["בדיקת הגודל של קובץ הגיבוי נכשלה. יש לנסות שוב."],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back.\\n\\nDo you want to continue?":["הגיבויים באתר שלך חורגים מהגודל של ‎%d GB. משיכת האתר תמנע ממך לדחוף אותו בחזרה.\\n\\nהאם ברצונך להמשיך?"],"Large site's backup":["גיבוי של אתר גדול"],"All preview sites that exist for your WordPress.com account, along with all posts, pages, comments, and media, will be lost.":["כל האתרים בתצוגה מקדימה שקיימים עבור חשבון WordPress.com שלך וכל הפוסטים, העמודים, התגובות והמדיה יימחקו."],"Delete all preview sites":["למחוק את כל האתרים בתצוגה המקדימה"],"%1$d of %2$d active preview sites":["⁦%1$d⁩ מתוך ⁦%2$d⁩ אתרים בתצוגה מקדימה פעילה"],"Preview sites are not available for your account.":["אתרים בתצוגה מקדימה לא זמינים לחשבון שלך."],"Preview sites":["להציג אתרים בתצוגה מקדימה"],"Powered by <a> WordPress.com</a>.":["מופעל על ידי <a> WordPress.com</a>."],"Preview sites expire 7 days after the last update.":["תוקפם של אתרים בתצוגה מקדימה מסתיים שבעה ימים אחרי העדכון האחרון."],"Create up to %d preview sites for free.":["ליצור עד %d אתרים בתצוגה מקדימה בחינם."],"Get feedback from anyone, anywhere with a free hosted preview of your Studio site.":["ניתן לקבל משוב מכל אחד ובכל מקום דרך תצוגה מקדימה באחסון חינמי של האתר שלך ב-Studio."],"Share a preview of your Studio site":["לשתף תצוגה מקדימה של האתר שלך ב-Studio"],"Select an empty directory or a directory with an existing WordPress site. <learn_more_link />":["יש לבחור ספרייה קיימת או ספרייה עם אתר WordPress קיים. <learn_more_link />"],"Open Studio Logs":["לפתוח את היומנים של Studio"],"A timeout error occurred while pushing the site, likely due to its large size. Please try reducing the site's content or files and try again. If this problem persists, please contact support.":["אירעה שגיאה של הזמן הקצוב לפעולה במהלך דחיפת האתר, כנראה מכיוון שהאתר גדול. כדאי לנסות לצמצם את התוכן או הקבצים באתר ולנסות שוב. אם הבעיה נמשכת, יש לפנות לתמיכה."],"Import a Jetpack backup or a full-site backup in another format. <learn_more_link />":["לייבא גיבוי של Jetpack או גיבוי של האתר המלא בפורמט אחר. <learn_more_link />"],"Import a Jetpack backup, a full-site backup in another format, or a .sql database file. <learn_more_link />":["לייבא גיבוי של Jetpack, גיבוי של האתר המלא בפורמט אחר או קובץ בסיס-נתונים של ‎.sql <learn_more_link />"],"An error occurred while pushing the site. If this problem persists, please contact support.":["אירעה שגיאה בעת פרסום האתר. אם הבעיה נמשכת, יש לפנות לתמיכה."],"Create a new WordPress.com site":["יצירת אתר WordPress.com חדש"],"Creating a preview site requires an internet connection.":["כדי ליצור אתר בתצוגה מקדימה דרוש חיבור לאינטרנט."],"No, take me back":["לא, אני רוצה לחזור"],"Yes, quit the app":["כן, אני רוצה לצאת מהאפליקציה"],"There's a sync operation in progress. Quitting the app will abort that operation. Are you sure you want to quit?":["פעולת סנכרון מתבצעת. יציאה מהאפליקציה תבטל את הפעולה. האם ברצונך לצאת?"],"Sync is in progress":["סנכרון מתבצע"],"Another Studio site is syncing. Please wait for the sync to finish before you push this site.":["אתר Studio אחר מבצע סנכרון. עליך להמתין שהסנכרון יסתיים לפני שיהיה אפשר לדחוף את האתר."],"This Studio site is syncing. Please wait for the sync to finish before you push it.":["אתר Studio זה מבצע סנכרון. עליך להמתין שהסנכרון יסתיים לפני שיהיה אפשר לדחוף אותו."],"Another Studio site is syncing. Please wait for the sync to finish before you pull this site.":["אתר Studio אחר מבצע סנכרון. עליך להמתין שהסנכרון יסתיים לפני שיהיה אפשר למשוך את האתר."],"This Studio site is syncing. Please wait for the sync to finish before you pull it.":["אתר Studio זה מבצע סנכרון. עליך להמתין שהסנכרון יסתיים לפני שיהיה אפשר למשוך אותו."],"This site is syncing. Please wait for the sync to finish before you can disconnect it.":["אתר זה מבצע סנכרון. עליך להמתין שהסנכרון יסתיים לפני שיהיה אפשר לנתק אותו."],"This Studio site is exporting. Please wait for the export to finish before you import a backup.":["אתר Studio זה מבצע ייצוא. עליך להמתין שהייצוא יסתיים לפני שיהיה אפשר לייבא גיבוי."],"This Studio site is syncing. Please wait for the sync to finish before you import a backup.":["אתר Studio זה מבצע סנכרון. עליך להמתין שהסנכרון יסתיים לפני שיהיה אפשר לייבא גיבוי."],"This Studio site is being imported. Please wait for the import to finish before you export it.":["מתבצע ייבוא של אתר Studio זה. עליך להמתין שהייבוא יסתיים לפני שיהיה אפשר לייצא את האתר."],"Another site is syncing. Please wait for the sync to finish before you publish your site.":["אתר אחר מבצע סנכרון. יש להמתין שהסנכרון יסתיים לפני שיהיה אפשר לפרסם את האתר שלך."],"This Studio site is syncing. Please wait for the sync to finish before you export it.":["אתר Studio זה מבצע סנכרון. עליך להמתין שהסנכרון יסתיים לפני שיהיה אפשר לייצא אותו."],"You pushed this site %s ago.":["דחפת את האתר הזה לפני %s."],"You pulled this site %s ago.":["משכת את האתר הזה לפני %s."],"You have not pushed this site yet.":["עדיין לא דחפת את האתר הזה."],"You have not pulled this site yet.":["עדיין לא משכת את האתר הזה."],"Deleted":["קפוא"],"Applying changes…":["מחיל שינויים..."],"Unsupported site":["אתר לא נתמך"],"Enable hosting features":["להפעיל אפשרויות אחסון"],"Upgrade plan":["לשדרג תוכנית"],"Reconnect":["התחברות מחדש"],"Loading":["טוען..."],"Syncing":["מסנכרן"],"Importing":["מייבא …"],"Adding":["מוסיף"],"Error pushing changes":["שגיאה בדחיפת השינויים"],"Push complete":["הדחיפה הושלמה"],"Creating backup…":["יוצר גיבוי..."],"Downloading backup…":["מוריד גיבוי..."],"The site is too large to push. Please reduce the size of the site and try again.":["האתר הזה גדול מדי לדחיפה. יש לצמצם את גודל האתר ולנסות שוב."],"Error pushing to %s":["שגיאה בדחיפה אל %s"],"Studio was unable to connect to WordPress.com. Please try again.":["ל-Studio לא הייתה אפשרות להתחבר ל-WordPress.com. יש לנסות שוב."],"Error pulling from %s":["שגיאה במשיכה מ-%s"],"You're currently offline":["נראה שהחיבור שלך כרגע במצב לא מקוון."],"Edit profile":["עריכת הפרופיל"],"Get help":["קבלת עזרה"],"Open settings":["לפתוח את ההגדרות"],"Toggle sidebar":["לשנות את הסרגל הצדי"],"Clear":["למחוק"],"Pulling or pushing a site requires an internet connection.":["למשיכה או לדחיפה של אתר נדרש חיבור לאינטרנט."],"Pull complete":["המשיכה הושלמה"],"Error pulling changes":["שגיאה במשיכת השינויים"],"Start site":["להתחיל את האתר"],"Stop site":["לעצור את האתר"],"Starting":["מפעיל..."],"Pulling…":["מושך..."],"Copy to clipboard":["העתק ללוח"],"This feature is only available for sites using the default SQLite integration.":["האפשרות הזאת זמינה רק באתרים שמשתמשים באינטגרציה של SQLite שבברירת מחדל."],"Import / Export is not available for this site":["ייצוא / ייבוא לא זמינים באתר זה"],"Your WordPress.com site will not be affected by disconnecting it from Studio.":["לא תהיה השפעה על האתר שלך ב-WordPress.com אם הוא ינותק מ-Studio."],"Disconnect site":["לנתק את האתר"],"Disconnect %s":["לנתק את %s"],"Connect":["להתחבר"],"Already connected":["כבר מחובר"],"Search sites":["חיפוש אתרים"],"No sites found":["לא נמצאו אתרים"],"No sites found for \\"%s\\"":["לא נמצאו אתרים בשם '%s'"],"Loading sites…":["טוען אתרים..."],"Push":["דחיפה"],"Pull":["למשוך"],"Production":["הפקה"],"Staging":["שכפול אתר"],"Disconnect":["להתנתק"],"Please try again.":["יש לנסות שנית."],"Failed to connect to site":["החיבור לאתר נכשל"],"Create a free account":["ליצור חשבון בחינם"],"New to WordPress.com?":["פעם ראשונה ב-WordPress.com?"],"You're currently offline.":["נראה שהחיבור שלך כרגע במצב לא מקוון."],"Connect site":["לחבר אתר"],"Create new site":["ליצור אתר חדש"],"Connecting a site requires an internet connection.":["כדי לחבר אתר דרוש חיבור לאינטרנט."],"Creating a site requires an internet connection.":["כדי ליצור אתר נדרש חיבור לאינטרנט."],"Sync database and file changes.":["לסנכרן את בסיס-הנתונים והשינויים בקובץ."],"Supports staging and production sites.":["תומך באתרים משוכפלים ובאתרי הפקה."],"Push and pull changes from your live site.":["לדחוף ולמשוך שינויים מהאתר הפעיל."],"Sync":["סנכרון"],"Still working on it…":["אנחנו עדיין עובדים על זה..."],"This is taking a little longer than I thought…":["נראה שהפעולה נמשכת זמן רב מששערתי..."],"Stick with me…":["עוד מעט מסיימים..."],"Stopping…":["עוצר..."],"%d error found":["אותרה %d שגיאה","אותרו %d שגיאות"],"Open in terminal":["לפתוח במסוף"],"Command copied to the clipboard":["הפקודה הועתקה ללוח"],"Copied to the clipboard":["בוצעה העתקה ללוח"],"More suggestions":["הצעות נוספות"],"Copy local path to clipboard":["להעתיק את הנתיב המקומי ללוח"],"No":["לא"],"Yes":["כן"],"Was this helpful?":["האם המידע הזה עזר לך?"],"Thanks for the feedback!":["תודה על המשוב!"],"Float on Top of All Other Windows":["לרחף מעל כל שאר החלונות"],"Language":["שפה"],"Import failed. Please try again.":["הייבוא נכשל. יש לנסות שוב."],"Importing completed":["הייבוא הושלם"],"Importing WordPress content…":["מייבא תוכן של WordPress..."],"Importing database…":["מייבא את בסיס הנתונים..."],"Extracting backup files…":["מחלץ את קובצי הגיבוי..."],"Extracting backup…":["מחלק את הגיבוי..."],"A site can't be stopped or started during import.":["אין אפשרות להפסיק את פעולת האתר או להתחיל אותה במהלך ייבוא."],"Importing…":["מייבא …"],"An error occurred while importing the site. Verify the file is a valid Jetpack backup, Local, Playground, .wpress or .sql database file and try again. If this problem persists, please contact support.":["אירעה שגיאה בעת ייבוא האתר. עליך לאמת שהקובץ הוא גיבוי תקין של Jetpack‏, Local‏, Playground או קובץ בסיס-נתונים תקין של ‎.wpressאו של ‎.sql ולנסות שוב. אם הבעיה נמשכת, יש לפנות לתמיכה."],"Failed importing site":["ייבוא האתר נכשל"],"Import completed":["הייבוא הושלם"],"Export failed. Please try again.":["הייבוא נכשל. יש לנסות שוב."],"Backing up files…":["מגבה את הקבצים..."],"Exporting configuration…":["מייצא את הגדרות התצורה..."],"An error occurred while exporting the site. If this problem persists, please contact support.":["אירעה שגיאה בעת יצוא האתר. אם הבעיה נמשכת, יש לפנות לתמיכה."],"Failed exporting site":["יצוא האתר נכשל"],"Export completed":["הייצוא הושלם"],"Advanced settings":["אפשרויות מתקדמות"],"Select or drop a file":["יש לבחור או לשחרר קובץ"],"Drag a file here, or click to select a file":["יש לגרור את הקובץ לכאן או ללחוץ כדי לבחור קובץ"],"Drop file":["לשחרר את הקובץ"],"Start again":["להתחיל מחדש"],"Open site ↗":["לפתוח את האתר ↗"],"Import complete!":["היבוא הושלם!"],"Importing backup…":["מייבא את הגיבוי..."],"Import":["ייבוא"],"Importing a backup will replace the existing files and database for your site.":["ייבוא הגיבוי יחליף את הקבצים ואת בסיס-הנתונים הקיימים באתר."],"Overwrite %s?":["האם לדרוס את %s?"],"Export database":["לייצא מסד נתונים"],"Export entire site":["לייצא אתר שלם"],"Export your entire site or only the database.":["ניתן לייצא את האתר בשלמותו, או את בסיס הנתונים בלבד."],"Save database file":["לשמור קובץ מסד נתונים"],"Save backup file":["לשמור קובץ גיבוי"],"Failed to create site":["יצירת האתר נכשל"],"Import / Export":["יבוא/יצוא"],"The site's database will be lost. Including all posts, pages, comments, and media.":["בסיס הנתונים של האתר יאבד. כולל כל הפוסטים, העמודים, התגובות והמדיה."],"Oops! We couldn't get a response from the assistant. <a>Try again</a>":["אופס! לא הצלחנו לקבל תגובה מהעוזר. <a>לנסות שוב</a>"],"Not now":["לא עכשיו"],"The AI assistant requires an internet connection.":["דרוש חיבור לאינטרנט עבור עוזר הבינה המלאכותית."],"Starting the server before opening the site link":["מתחילים את השרת לפני פתיחת הקישור לאתר"],"Thinking about that…":["אנחנו חושבים על זה..."],"Completed in %s seconds":["הושלם תוך %s שניות"],"You've reached your <a>usage limit</a> for this month. Your limit will reset in %d day.":["הגעת <a>למכסת השימוש</a> לחודש זה. המכסה שלך תתאפס בעוד יום %d.","הגעת <a>למכסת השימוש</a> לחודש זה. המכסה שלך תתאפס בעוד %d ימים."],"You've reached your <a>usage limit</a> for this month. Your limit will reset today.":["הגעת <a>למכסת השימוש</a> לחודש זה. המכסה שלך תתאפס היום."],"Failed to open link":["פתיחת הקישור נכשלה"],"Studio Assistant":["מסייע Studio"],"Your message":["ההודעה שלך"],"Run":["הפעלה"],"Run again":["להפעיל שוב"],"Thinking…":["מנסה למצוא תשובה…"],"Assistant Menu":["תפריט מסייע"],"This conversation is over two hours old. <button>Clear the history</button> if you have something new to ask.":["השיחה הזו בת יותר משעתיים. אם ברצונך לשאול שאלה חדשה, עליך <button>למחוק את ההיסטוריה</button>."],"PHP version":["גרסת PHP"],"PHP version:":["גרסת PHP:"],"Clear conversation":["לנקות את השיחה"],"Are you sure you want to clear the conversation?":["בטוח שברצונך לנקות את השיחה?"],"The configuration couldn't be changed to speed up site creation.\\n\\nTo initiate this process again, please go to \\"Help > How can I make Studio faster?\\" in the application menu.":["לא ניתן היה לשנות את התצורה כדי להאיץ את יצירת האתר.\\n\\nכדי להתחיל את התהליך הזה מחדש, יש לעבור אל 'עזרה' > 'איך אפשר להפוך את Studio למהיר יותר?' בתפריט הגשת הבקשה."],"Microsoft Defender's Real-time protection may slow site creation.\\n\\nTo create sites quickly, we recommend disabling Real-time protection for the Studio app.":["ההגנה בזמן אמת של Microsoft Defender עלולה להאט את יצירת האתר.\\n\\nכדי ליצור אתרים במהירות, אנחנו ממליצים להשבית הגנה בזמן אמת עבור האפליקציה של Studio."],"Want to speed up site creation?":["רוצה לזרז את יצירת האתר?"],"I'm not interested.":["אין צורך."],"Sounds good, do it for me.":["נשמע טוב, עשו זאת עבורי."],"Copy":["להעתיק"],"Error":["שגיאה"],"Success":["הצלחה"],"Local sites powered by":["אתרים מקומיים מופעלים על ידי"],"Share Feedback":["לשתף משוב"],"Propose a Feature":["להציע תכונה"],"Report an Issue":["לדווח על בעיה"],"%1$d of %2$d monthly prompts used":["נוצלו ⁦%1$d⁩ מתוך ⁦%2$d⁩ הצעות הכתיבה החודשיות"],"AI assistant":["עוזר בינה מלאכותית"],"Every account gets %d prompts included for free each month.":["כל חשבון מקבל %d הצעות כתיבה הכלולות בחינם בכל חודש."],"If you don't have an account yet, <a>create one for free</a>.":["אם אין לך חשבון עדיין, <a>באפשרותך ליצור חשבון בחינם</a>."],"You need to log in to your WordPress.com account to use the assistant.":["יש להתחבר לחשבון שלך ב-WordPress.com כדי להשתמש בעוזר."],"Hold up!":["רק רגע!"],"What would you like to learn?":["מה ברצונך ללמוד?"],"Assistant":["Assistant"],"Delete all":["למחוק הכול"],"An error occurred while creating the site. Verify your selected local path is an empty directory or an existing WordPress folder and try again. If this problem persists, please contact support.":["שגיאה בעת יצירת האתר. יש לוודא שהנתיב המקומי שנבחר הוא ספרייה ריקה או תיקיית WordPress קיימת ולנסות שוב. אם הבעיה נמשכת, יש לפנות לתמיכה."],"Download":["להוריד"],"Don't show this warning again":["אל תציגו את האזהרה הזאת שוב"],"Downloading the optimized version of Studio will provide better performance.":["הורדה של הגרסה הממוטבת של Studio תספק ביצועים טובים יותר."],"Downloading the Apple Silicon Chip version of Studio will provide better performance.":["הורדה של גרסת Apple Silicon Chip של Studio תספק ביצועים טובים יותר."],"This version of Studio is not optimized for your computer":["גרסה זו של Studio לא ממוטבת עבור המחשב שלך"],"%d minute":["דקה אחת","%d דקות"],"%d hour":["שעה %d","%d שעות"],"%d day":["יום %d","%d ימים"],"Sites":["אתרים"],"Offline indicator":["מציין לא מקוון"],"Global":["כללי"],"We couldn't delete the site '%s'. Please try again":["לא הצלחנו למחוק את האתר '%s'. יש לנסות שוב"],"Deletion failed":["המחיקה נכשלה"],"Server is running, click to stop.":["השרת פועל, יש ללחוץ לעצירה."],"WP admin":["ניהול WP"],"Studio can only update automatically from the Applications folder. Please move Studio to Applications and try again.":["ניתן לבצע עדכון אוטומטי של Studio רק מתוך התיקייה 'יישומים'. נא להעביר את Studio לתיקייה 'יישומים' ולנסות שוב."],"Restart to Apply Updates":["כדי להחיל עדכונים יש לבצע הפעלה מחדש"],"Please verify your site's local path directory contains the standard WordPress installation files and try again. If this problem persists, please contact support.":["יש לוודא שספריית הנתיב המקומי של האתר מכילה את קובצי ההתקנה הסטנדרטיים של WordPress ולנסות שוב. אם הבעיה נמשכת, יש לפנות לתמיכה."],"Publishing your site requires an internet connection.":["כדי לפרסם את האתר שלך נדרש חיבור לאינטרנט."],"start %s site":["להפעיל %s אתר"],"stop %s site":["לעצור %s אתר"],"%s site stopped.":["האתר %s נעצר."],"%s site started.":["האתר %s הופעל."],"Select a site to view details.":["יש לבחור אתר כדי להציג פרטים."],"Preview of the %s site":["תצוגה מקדימה של האתר %s"],"Imagine, Create, Design, Code, Build":["לדמיין, ליצור, לתכנן, לכתוב קוד, לבנות"],"Some features will be unavailable.":["אפשרויות מסוימות לא יהיו זמינות."],"Saving…":["שומר..."],"You’re currently offline.":["נראה שהחיבור שלך כרגע במצב לא מקוון."],"Delete":["מחק"],"Don't ask again":["לא לשאול שוב"],"Update":["לעדכן"],"Importing a remote site requires an internet connection.":["כדי לייבא אתר מרוחק נדרש חיבור לאינטרנט."],"%s site added.":["האתר %s נוסף."],"Close Window":["סגור חלון"],"Select different local path":["לבחור נתיב מקומי שונה"],"My WordPress Website":["אתר WordPress שלי"],"My True Website":["האתר האמיתי שלי"],"My Swift Website":["האתר המהיר שלי"],"My Sparkly Website":["האתר המנצנץ שלי"],"My Shiny Website":["האתר הנוצץ שלי"],"My Serene Website":["האתר הרגוע שלי"],"My Prime Website":["האתר הראשי שלי"],"My Peak Website":["אתר השיא שלי"],"My Pure Website":["האתר הטהור שלי"],"My Noble Website":["האתר האצילי שלי"],"My Joyful Website":["האתר המהנה שלי"],"My Happy Website":["האתר השמח שלי"],"My Glowing Website":["האתר הבוהק שלי"],"My Fresh Website":["האתר הרענן שלי"],"My Elite Website":["אתר העילית שלי"],"My Dreamy Website":["האתר החלומי שלי"],"My Cool Website":["האתר המגניב שלי"],"My Calm Website":["האתר השקט שלי"],"My Blissful Website":["האתר המאושר שלי"],"My Bright Website":["האתר הזורח שלי"],"My Bold Website":["האתר הבולט שלי"],"Overview":["סקירה"],"Stop all":["לעצור הכול"],"%d site running":["%d אתר פועל","%d אתרים פועלים"],"Continue":["המשך"],"Build":["לבנות"],"Code":["קוד"],"Design":["עיצוב"],"Create":["צור"],"Imagine":["לדמיין"],"contact support.":["יש לפנות לתמיכה."],"Try restarting the app, if the problem persists":["אם עדיין יש בעיה, כדאי לנסות להפעיל מחדש את האפליקציה"],"We’ve logged the issue to help us track down the problem.":["רשמנו את הבעיה ביומן כדי שנוכל לאתר אותה."],"Something's broken.":["משהו השתבש."],"Uh oh!":["אוי לא."],"Copy admin password to clipboard":["העתקת הסיסמה של מנהל המערכת ללוח"],"Copy admin username to clipboard":["העתקת שם המשתמש של מנהל המערכת ללוח"],"Open local site":["פתיחת אתר מקומי"],"Preview unavailable":["התצוגה המקדימה לא זמינה"],"Theme":["תבנית"],"Open in…":["פתיחה ב..."],"Could not open the terminal.":["לא ניתן לפתוח את המסוף."],"Terminal":["מסוף"],"PhpStorm":["PhpStorm"],"Finder":["Finder"],"Customize":["התאמה אישית"],"Widgets":["וידג'טים"],"Menus":["תפריטים"],"Customizer":["התאמה אישית"],"Pages":["עמודים"],"Templates":["תבניות"],"Navigation":["ניווט"],"Patterns":["מקבצי בלוקים"],"Styles":["סגנונות עיצוב"],"Site Editor":["עורך אתר"],"Open site":["לפתוח את האתר"],"User avatar":["תמונת הפרופיל של המשתמש"],"Site details":["פרטי האתר"],"Log out":["התנתק"],"This directory is not empty. Please select an empty directory or an existing WordPress folder.":["הספרייה לא ריקה. יש לבחור ספרייה ריקה או תיקיית WordPress קיימת."],"New Version Available":["קיימת גרסה חדשה"],"OK":["אישור"],"Application Update":["עדכון לאפליקציה"],"Later":["מאוחר יותר"],"Restart":["הפעל מחדש"],"The existing WordPress site at this path will be added.":["האתר של WordPress שכבר קיים בנתיב הזה יתווסף."],"Add a site":["להוסיף אתר"],"Help":["עזרה"],"Edit":["ערוך"],"Save":["שמור"],"Edit site":["עריכת אתר"],"Copy wp-admin url to clipboard":["להעתיק את כתובת ה-URL של wp-admin ללוח"],"Admin URL":["כתובת URL של מנהל מערכת"],"Password":["סיסמה"],"Username":["שם משתמש"],"WP version":["גרסת WP"],"Local path":["נתיב מקומי"],"Copied!":["הועתק!"],"Copy site url to clipboard":["להעתיק את כתובת ה-URL של האתר ללוח"],"Site name":["שם האתר:"],"Add Site…":["להוסיף אתר..."],"Settings…":["הגדרות..."],"Check for Updates":["לבדוק עדכונים"],"Expired":["פג תוקף"],"Previews":["תצוגות מקדימות"],"Delete site":["למחוק אתר"],"Cancel":["לבטל"],"Delete site files from my computer":["למחוק את קובצי האתר מהמחשב שלי"],"Close":["סגור"],"Delete %s":["מחיקת %s"],"Uploading site…":["טוען את האתר..."],"Create preview site":["ליצור אתר בתצוגה מקדימה"],"Create a preview site":["ליצור אתר בתצוגה מקדימה"],"Log in to WordPress.com":["התחברות ל-WordPress.com"],"Rename preview link":["לשנות את השם של הקישור לתצוגה המקדימה"],"More options":["אפשרויות נוספות"],"html_lang_attribute":["he-IL"],"text direction\\u0004ltr":["rtl"],"Test Render Failure (dev only)":["כשל בעיבוד הבדיקה (מפתחים בלבד)"],"Test Hard Crash (dev only)":["קריסה מלאה של הבדיקה (מפתחים בלבד)"],"Export":["לייצא"],"Running":["מופעל"],"Stop":["לעצור"],"Starting…":["מפעיל..."],"Start":["להפעיל"],"Log in":["התחברות"],"Settings":["הגדרות"],"Account":["חשבון"],"WP Admin":["ניהול WP"],"Reload":["לטעון מחדש"],"Something went wrong":["משהו השתבש"],"Add site":["להוסיף אתר"],"Choose folder for site":["לבחור תיקייה עבור האתר"]}}`);
47820
47820
  const locale_data$e = /* @__PURE__ */ JSON.parse(`{"messages":{"":{"domain":"messages","plural-forms":"nplurals=2; plural=n != 1;","lang":"hu"},"Studio now includes phpMyAdmin, giving you a visual interface to manage your site's database. Access it from the Overview tab.":[],"Manage your database with phpMyAdmin":[],"Use the <code>studio</code> command in any terminal to manage sites, run WP-CLI commands, and control your local environment. <learn_more_link />":[],"Studio CLI for terminal":[],"Select the skills that will be placed in all existing and new sites. Agents can decide to use skills to help them accomplish specialized tasks. <learn_more_link />":[],"Sync support is available on selected plans only":[],"Refreshing…":[],"Loading…":["Betöltés..."],"Your Studio site is configured as a multisite network. WordPress.com does not support multisite, so pushing may cause unexpected issues on the remote site.":[],"Show":["Mutat"],"Instructions":["Instrukciók"],"%d warning":[],"Your Studio site is configured as a multisite network. Preview sites do not support multisite, which may cause unexpected issues.":[],"CLI Config (cli.json)":[],"Shared Config (shared.json)":[],"App Config (app.json)":[],"Open Config Files (dev only)":[],"Manage skills for this site. These override the global skills from Studio Settings.":[],"Loading instructions...":[],"Instruction actions":[],"Install instruction files so AI agents know how to work with this site.":[],"Manage instructions":[],"Install instruction files like AGENTS.md so AI agents know how to work with this site.":[],"Manage site skills":[],"You can override global skills for this site.":[],"Studio Settings":[],"Your task agents make use of skills you've installed in":[],"AI Skills":[],"⏎ confirm":[],"a all":[],"→← expand/collapse":[],"space toggle":[],"%d items selected":[],"type to filter":[],"No syncable sites found.":[],"[staging]":[],"Transfer required":[],"Plan upgrade required":[],"Multiple sites match \\"%s\\". Use the site ID instead: %s":[],"No site found matching \\"%s\\"":[],"Site %s is not syncable (%s)":[],"Select items to sync":[],"Database (SQL)":[],"Failed to fetch remote file tree":[],"Failed to fetch latest rewind ID":[],"Failed to download backup":[],"Failed to check backup size":[],"Failed to check import status":[],"Failed to initiate import on remote site":[],"A sync operation is already in progress on this site. Please wait for it to finish and try again.":[],"Failed to check backup status":[],"Failed to initiate backup":[],"Invalid sync option: %s. Valid options: %s":[],"No suitable importer found for the provided backup contents":[],"No suitable backup handler found for the provided backup file":[],"Input file at location \\"%s\\" could not be found.":[],"AI agent for building WordPress sites":[],"Successfully pushed to %s (%s)":[],"Import timed out on %s — no progress detected":[],"Import failed on %s":[],"Initiating import… (%d%%)":[],"Upload cancelled":[],"Press Ctrl+C again to cancel. The upload cannot be safely cancelled mid-transfer.":[],"Uploading archive… (%d%%)":[],"The archive exceeds the %d GB size limit. Please reduce the size of your site and try again.":[],"Select a site to push to":[],"Push failed":[],"Push your local site to a WordPress.com site":[],"Pulled from %s (%s)":[],"Downloading backup… (%d%%)":[],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back. Do you want to continue?":["Az oldalad biztonsági mentése meghaladja a(z) %d GB-ot. A lekérés után nem fogod tudni visszaküldeni az oldalt.\\n\\nSzeretnéd folytatni?"],"Backup timed out — no progress detected":[],"Creating remote backup… (%d%%)":[],"Remote backup failed":[],"Initializing remote backup… (%d%%)":[],"Fetching file tree…":[],"Select a site to pull from":[],"Found %d sites":[],"Fetching WordPress.com sites…":[],"Pull failed":[],"Remote site URL or ID":[],"Comma-separated sync options: all, sqls, uploads, plugins, themes, contents":[],"Pull a WordPress.com site to your local site":[],"Deleting all preview sites…":[],"Hostname is required unless --all is passed.":[],"Delete all preview sites for your user":[],"Delete preview site(s)":[],"MCP server for AI agents":[],"Starting import…":[],"Import file not found: %s":[],"Failed to import site":[],"Path to the import file":[],"Import a backup file to site":[],"Import failed":["Importálás sikertelen"],"Site imported successfully":[],"Metadata import completed":[],"Importing metadata…":[],"WordPress content import completed":[],"%1$s (%2$d/%3$d)":[],"Database import completed":[],"Importing database file… (%1$d/%2$d)":[],"Failed to extract backup":[],"A warning occurred while extracting backup":[],"Backup extraction completed":[],"Extracting backup file… (%1$d/%2$d)":[],"Backup validation failed":[],"Backup validated":[],"Validating backup…":[],"Started import…":[],"No suitable exporter found for the provided backup file":[],"%s successfully exported":[],"Failed to export site":[],"Invalid export file extension. Must be .sql when exporting database only.":[],"Invalid export file extension. Must be .zip or .tar.gz when exporting the full site.":[],"Export the full site or just the database. Default exports full site.":[],"Path to the export file. Full-site exports use .zip or .tar.gz. Database-only exports use .sql.":[],"Export site to a backup file":[],"Export failed":[],"Site exported successfully":[],"Configuration exported":[],"Backup file created":[],"Backing up file… (%d processed)":[],"Database exported":[],"Exporting database…":[],"WordPress content traversed":[],"Traversing WordPress content…":[],"Creating backup file…":[],"Manage code sessions":[],"List code sessions":[],"esc cancel":[],"⏎ select":[],"↑↓ navigate":[],"Code Sessions":[],"Deleted code session":[],"Stop here":[],"Resume where the agent left off":[],"Reached the turn limit. Continue?":[],"Used %d turn":[],"%1$s is no longer available. Switched to %2$s.":[],"Provider setup canceled. Kept %s.":[],"Select an AI provider":[],"Switched to %s":[],"Select a model":[],"%s (current)":[],"Logged out of WordPress.com":[],"Login failed or canceled":[],"API key update canceled.":[],"Anthropic API key updated.":[],"Preview command completed.":[],"Preview site ready!":[],"Failed to create preview site.":[],"Creating preview site… this may take a moment.":[],"Updating preview site… this may take a moment.":[],"No site selected. Use ↓ to select a site first.":[],"No Anthropic API key saved. Use /api-key to enter one.":[],"Use /login to authenticate to WordPress.com":[],"Logged in as %s":["Bejelentkezve mint %s."],"Logged in as %1$s (%2$s)":[],"Choose how to connect":[],"WordPress.com (recommended)":[],"Use /api-key to update the Anthropic API key.":[],"No linked Claude session was found. Continuing from transcript only.":[],"Resuming session %s":[],"Session persistence disabled: %s":[],"Session persistence disabled (--no-session-persistence).":[],"ⓘ The \\"studio ai\\" command is now \\"studio code\\".":[],"AI agent for building WordPress":[],"Unknown error":["Ismeretlen hiba"],"Permission denied: %s":[],"Ran for %ds before interruption":[],"Interrupted":[],"Thought for %1$ds · %2$d turn":[],"Other (type my own)":[],"... %d more lines · ctrl+o to expand":[],"I'll ask a few quick questions about the name and layout, then build the whole thing for you. The more precise you are about what you want, the better the result will be.":[],"\\"Make a blog for a coffee shop\\"":[],"\\"Build a landing page for a SaaS product\\"":[],"\\"Create a portfolio site for a photographer\\"":[],"Just tell me what you want to build — for example:":[],"Generate preview sites":[],"%s with shareable URLs for quick feedback":[],"%s your local site to the cloud in WordPress.com":[],"Validate":[],"%s all block content to ensure it's editor-compatible":[],"screenshots":[],"Take %s (desktop + mobile) to verify the design is well crafted":[],"Preview & Publishing":[],"images and videos":[],"Upload %s to your site, using local media files or remote URLs":[],"Create realistic placeholder content tailored to your site's purpose":[],"navigation menus, site options, post types, taxonomies, and settings":[],"Set up %s":["%s beállítása"],"page content":[],"Generate and import %s using core blocks":[],"Content":["Tartalom"],"plugins":[],"Install and activate %s via WP-CLI":[],"pages and posts":[],"Create %s with valid Gutenberg block content":[],"CSS, PHP, and JavaScript":[],"Write custom %s for themes and plugins":[],"%s block themes with striking, memorable designs":[],"Design & Development":[],"List":["Listák"],"%s all your local sites and their status":[],"Start / stop":[],"%s existing local sites":[],"%s new local WordPress sites instantly (fully configured, ready to use)":[],"Local Sites Management":[],"Great, you're connected now! Let me tell you what I can do:":[],"Hello, I'm %s, your local WordPress agent and builder.":[],"esc to interrupt":[],"ctrl+o expand":[],"ctrl+o collapse":[],"Code is Poetry":["A kód költészet"],"Type your answer…":[]," ✻ Site deselected":[]," ✻ Selected site: %s":[]," ✻ Selected site: %s (WordPress.com)":[],"Loading WordPress.com sites…":[],"↑↓ navigate · ← local sites · enter select · tab open in browser · esc cancel":[],"↑↓ navigate · → remote sites · enter select · tab open in browser · esc cancel":[],"Search:":["Keresés:"],"Local":[],"[Local]":[],"Failed to load WordPress.com sites. Please try again.":[],"Not logged in. Use /login first.":[],"No sites found. Create one first.":[],"inline content":[],"Update todo list":[],"Run task":[],"Load skill":[],"Search":["Keresés"],"Write":["Írás"],"Read":["Olvasás"],"Take screenshot":[],"Validate blocks":[],"Run WP-CLI":[],"Update preview":[],"List previews":[],"Create preview":[],"Get site info":[],"Create site":[],"↓ select site":[],"Run a performance audit on a site":[],"Optimize category taxonomy with AI":[],"Exit the chat":[],"Push the active site to WordPress.com as a preview":[],"Switch the AI provider":[],"Switch the AI model":[],"Log out of WordPress.com":[],"Set or update the Anthropic API key":[],"Open the active site in the browser":[],"Studio now supports light, dark, and system appearance modes. Head to Settings to choose your preferred look.":["A Studio mostantól támogatja a világos, sötét és rendszer megjelenési módokat. A Beállításokban választhatod ki a kívánt megjelenést."],"Dark mode is here":["Elérhető a sötét mód"],"MCP":["MCP"],"Skills":["Képességek"],"Loading skills...":["Képességek betöltése..."],"Install all":["Összes telepítése"],"Available":["Elérhető"],"Skill actions":["Képesség-műveletek"],"Appearance":["Megjelenés"],"Dark":["Sötét"],"Light":["Világos"],"System":["Rendszer"],"Connect your AI coding assistant to the Studio MCP to let it create, configure and interact with your local WordPress sites. Copy the JSON configuration below and add it to your assistant's MCP settings. <learn_more_link />":[],"CLI commands, automation, and search-replace":["CLI parancsok, automatizálás és keresés-csere"],"WP-CLI & Ops":["WP-CLI és üzemeltetés"],"Routes, endpoints, schema, and authentication":["Útvonalak, végpontok, séma és hitelesítés"],"REST API":["REST API"],"Theme.json, templates, patterns, and style variations":["Theme.json, sablonok, minták és stílusvariációk"],"Block Themes":["Blokk sablonok"],"Block.json, attributes, rendering, and deprecations":["Block.json, attribútumok, renderelés és elavulások"],"Block Development":["Blokkfejlesztés"],"Hooks, settings API, security, and packaging":["Hookok, beállítások API, biztonság és csomagolás"],"Plugin Development":["Bővítményfejlesztés"],"WordPress development workflows using Studio CLI":["WordPress fejlesztési munkafolyamatok a Studio CLI-vel"],"phpMyAdmin":["phpMyAdmin"],"Exiting…":["Kilépés…"],"Reset config and start clean? (Choosing No will exit the CLI)":["Konfiguráció visszaállítása és újrakezdés? (A Nem választása kilép a CLI-ből)"],"Old Studio config was found, but Studio no longer appears to be installed.\\nReset this config and start clean? You can re-add site directories later.\\n\\nIf Studio is actually installed, open it, update it, then run the CLI again.\\n":["Régi Studio konfiguráció található, de úgy tűnik, a Studio már nincs telepítve.\\nVisszaállítod a konfigurációt és újrakezded? Az oldalak könyvtárait később újra hozzáadhatod.\\n\\nHa a Studio valójában telepítve van, nyisd meg, frissítsd, majd futtasd újra a CLI-t.\\n"],"Studio is installed, but your config must be migrated by Studio before this CLI can run. Open Studio, update it, then try again.":["A Studio telepítve van, de a konfigurációt a Studiónak kell migrálnia, mielőtt a CLI futtatható. Nyisd meg a Studiót, frissítsd, majd próbáld újra."],"Preview site not found in config":["Az előnézeti oldal nem található a konfigurációban"],"CLI config file is corrupted.":["A CLI konfigurációs fájl sérült."],"Invalid CLI config file format.":["Érvénytelen CLI konfigurációs fájl formátum."],"Invalid CLI config version. It looks like you have a different version of the \`studio\` CLI installed on your system. Please modify your $PATH environment variable to use the correct version.":["Érvénytelen CLI konfigurációs verzió. Úgy tűnik, a \`studio\` CLI egy másik verziója van telepítve a rendszeredre. Módosítsd a $PATH környezeti változót a megfelelő verzió használatához."],"Failed to read CLI config file.":["A CLI konfigurációs fájl olvasása sikertelen."],"Failed to fetch WordPress.com sites":["A WordPress.com oldalak lekérése sikertelen"],"Failed to update AI instructions. Proceeding anyway…":["Az AI utasítások frissítése sikertelen. Folytatás ennek ellenére…"],"Failed to install AI instructions. Proceeding anyway…":["Az AI utasítások telepítése sikertelen. Folytatás ennek ellenére…"],"Checking for dependency updates…":["Függőségfrissítések keresése…"],"Preview site updated":["Előnézeti oldal frissítve"],"Preview site name cannot be empty.":["Az előnézeti oldal neve nem lehet üres."],"At least one option (--name) is required.":["Legalább egy opció (--name) szükséges."],"Failed to configure preview site":["Az előnézeti oldal konfigurálása sikertelen"],"Hostname of the preview site to configure":["A konfigurálandó előnézeti oldal hosztneve"],"Configure preview site settings":["Előnézeti oldal beállításainak konfigurálása"],"Authentication required. Please log in with \`studio auth login\`.":["Hitelesítés szükséges. Jelentkezz be a \`studio auth login\` paranccsal."],"Preview site name":["Előnézeti oldal neve"],"MCP server failed":["MCP szerver hiba"],"For other AI assistants, check their documentation for config file locations.":["Más AI asszisztensek esetén ellenőrizd a dokumentációjukat a konfigurációs fájlok helyéért."],"Project":["Feladat"],"Claude Desktop":["Claude Desktop"],"Configuration file locations:":["Konfigurációs fájlok helye:"],"For other AI assistants, add the following under the \\"mcpServers\\" key in their MCP configuration:":["Más AI asszisztensek esetén add hozzá az alábbiakat az MCP konfigurációjuk \\"mcpServers\\" kulcsához:"],"Codex":["Codex"],"Claude Code":["Claude Code"],"Run one of the following commands to add MCP support to your AI assistant:":["Futtasd az alábbi parancsok egyikét az MCP támogatás hozzáadásához az AI asszisztensedhez:"],"WordPress Studio MCP Server":["WordPress Studio MCP szerver"],"You must provide a valid code sessions command":[],"Select a session to resume:":["Válassz egy munkamenetet a folytatáshoz:"],"Failed to resume code session":[],"Resume a code session (id, prefix, \\"latest\\", or picker)":[],"Failed to list code sessions":[],"Most recent first":["Legújabb elöl"],"(No prompt yet)":["(Még nincs prompt)"],"No code sessions found":[],"Select a session to delete:":["Válassz egy munkamenetet a törléshez:"],"Failed to delete code session":[],"Session id, id prefix, or \\"latest\\"":["Munkamenet id, id előtag vagy \\"latest\\""],"Delete a code session (id, prefix, \\"latest\\", or picker)":[],"Record this code session to disk":[],"Anthropic API key required. Switch to Anthropic · API key with /provider to save one.":["Anthropic API kulcs szükséges. Válts Anthropic · API kulcsra a /provider paranccsal."],"WordPress.com login required. Use /login to authenticate.":["WordPress.com bejelentkezés szükséges. Használd a /login parancsot a hitelesítéshez."],"Username must be 60 characters or fewer.":["A felhasználónév legfeljebb 60 karakter lehet."],"Username can only contain letters, numbers, and _.@- characters.":["A felhasználónév csak betűket, számokat és _.@- karaktereket tartalmazhat."],"Admin username cannot be empty.":["Az adminisztrátori felhasználónév nem lehet üres."],"Please enter a valid email address.":["Adjunk meg egy valós email címet."],"Admin email cannot be empty.":["Az adminisztrátori e-mail nem lehet üres."],"Error pushing from %s":["Hiba a(z) %s feltöltésekor"],"Visual Studio Code":["Visual Studio Code"],"Loading site name":["Oldal nevének betöltése"],"Loading site URL":["Oldal URL betöltése"],"Loading environment":["Környezet betöltése"],"A new admin user will be created. WordPress does not support renaming usernames.":["Új adminisztrátori felhasználó lesz létrehozva. A WordPress nem támogatja a felhasználónevek átnevezését."],"Skip":["Átugrás"],"WordPress multisite requires a custom domain.":["A WordPress multisite egyéni domaint igényel."],"Admin credentials":["Adminisztrátori hitelesítő adatok"],"Admin password is required":["Adminisztrátori jelszó szükséges"],"Failed to open Visual Studio Code":["A Visual Studio Code megnyitása sikertelen"],"Show password":["Jelszó mutatása"],"Hide password":["Jelszó elrejtése"],"Copy admin email to clipboard":["Adminisztrátori e-mail másolása a vágólapra"],"Email":["E-mail"],"Install":["Telepítés"],"Open":["Nyitott"],"Installed":["Telepítve"],"Installing...":["Telepítés..."],"Agent Instructions":["Ügynök-utasítások"],"Admin email":["Adminisztrátori e-mail"],"Site files already removed":["Az oldal fájljai már el lettek távolítva"],"Blueprint source path is missing":["A Blueprint forrásfájl elérési útja hiányzik"],"The enableMultisite Blueprint step requires a custom domain. WordPress multisite does not support custom ports. Use --domain <name>.local to set a custom domain.":[],"Admin email:":["Adminisztrátori e-mail:"],"Admin password (leave empty to auto-generate):":["Adminisztrátori jelszó (hagyd üresen az automatikus generáláshoz):"],"Admin username:":["Admin felhasználónév"],"Enable HTTPS?":["HTTPS engedélyezése"],"Custom domain (leave empty to skip):":["Egyéni domain (hagyd üresen a kihagyáshoz):"],"WordPress version:":["WordPress verzió"],"%s (recommended)":["%s (ajánlott)"],"Site path:":["Oldal elérési útja:"],"Site name:":["Holnap neve:"],"Admin email (defaults to \\"admin@localhost.com\\")":["Adminisztrátori e-mail (alapértelmezett: \\"admin@localhost.com\\")"],"Admin password (auto-generated if not provided). Note: passwords in CLI arguments may be visible in process lists; consider using a Blueprint file for sensitive passwords.":["Adminisztrátori jelszó (automatikusan generált, ha nincs megadva). Megjegyzés: a CLI argumentumokban megadott jelszavak láthatók lehetnek a folyamatlistákban; érzékeny jelszavakhoz használj Blueprint fájlt."],"Admin username (defaults to \\"admin\\")":["Adminisztrátori felhasználónév (alapértelmezett: \\"admin\\")"],"API key is required":["API kulcs szükséges"],"Enter your Anthropic API key (will be saved for future use):":["Add meg az Anthropic API kulcsodat (mentésre kerül későbbi használatra):"],"AI agent failed":["AI ügynök hiba"],"Display PHP errors and warnings directly in the browser by setting the WP_DEBUG_DISPLAY constant.":["PHP hibák és figyelmeztetések megjelenítése közvetlenül a böngészőben a WP_DEBUG_DISPLAY konstans beállításával."],"Show errors in browser":["Hibák megjelenítése a böngészőben"],"Log PHP errors and warnings to a debug.log file in your site's wp-content directory by setting the WP_DEBUG_LOG constant.":["PHP hibák és figyelmeztetések naplózása egy debug.log fájlba az oldal wp-content könyvtárába a WP_DEBUG_LOG konstans beállításával."],"Enable debug log":["Hibakeresési napló engedélyezése"],"General":["Általános"],"Open Application Logs":["Alkalmazásnapló megnyitása"],"Debug display":["Hibakeresési megjelenítés"],"Open log file":["Naplófájl megnyitása"],"Debug log":["Hibakereső mód"],"Debugging":["Hibakeresés"],"Applies site configuration.":["Oldal konfigurációjának alkalmazása."],"Runs %s.":["%s futtatása."],"%d WP-CLI command":["%d WP-CLI parancs","%d WP-CLI parancs"],"%d SQL query":["%d SQL lekérdezés","%d SQL lekérdezés"],"%d block of PHP code":["%d PHP kódblokk","%d PHP kódblokk"],"Imports content.":["Tartalom importálása."],"Installs %s.":["%s telepítése."],"%d theme":["%d sablon","%d sablon"],"%d plugin":["%d bővítmény","%d bővítmény"],"%1$s, and %2$s":["%1$s és %2$s"],"%1$s and %2$s":["%1$s és %2$s"],"Featured Blueprint":["Kiemelt Blueprint"],"Copy site…":["Oldal másolása…"],"%s Copy":["%s másolat"],"An error occurred while copying the site. Please try again. If this problem persists, please contact support.":["Hiba történt az oldal másolása közben. Kérjük, próbáld újra. Ha a probléma továbbra is fennáll, fordulj az ügyfélszolgálathoz."],"Failed to copy site":["Az oldal másolása sikertelen"],"Failed to start '%s'":["A(z) '%s' indítása sikertelen"],"Not enough memory to start '%s'":["Nincs elég memória a(z) '%s' indításához"],"Failed to initialize custom domains for '%s'":["Az egyéni domainek inicializálása sikertelen a(z) '%s' oldalhoz"],"Copy site":["Oldal másolása"],"Start all":["Összes indítása"],"No sites running":["Nincs elindított oldal"],"Skip printing site URL and admin credentials after starting":["Oldal URL és admin hitelesítő adatok kiírásának kihagyása indítás után"],"Skip printing site URL and admin credentials after creating":["Oldal URL és admin hitelesítő adatok kiírásának kihagyása létrehozás után"],"Site ID (UUID format, used internally by Studio app)":["Oldal azonosító (UUID formátum, a Studio alkalmazás belsőleg használja)"],"Must be a valid UUID":["Érvényes UUID-nak kell lennie"],"Zed":["Zed"],"Antigravity":["Antigravity"],"Pause upload":["Feltöltés szüneteltetése"],"Resume upload":["Feltöltés folytatása"],"Upload is manually paused. Click the resume button to continue uploading.":["A feltöltés manuálisan szünetel. Kattints a folytatás gombra a feltöltés folytatásához."],"WordPress %s (selected is %s)":["WordPress %s (kiválasztva: %s)"],"PHP %s (selected is %s)":["PHP %s (kiválasztva: %s)"],"Please check the link and try again.":["Kérjük, ellenőrizd a linket, és próbáld újra."],"Could not connect to the server. Please check your internet connection and try again.":["Nem sikerült csatlakozni a szerverhez. Kérjük, ellenőrizd az internetkapcsolatodat, és próbáld újra."],"%d warning found":["%d figyelmeztetés","%d figyelmeztetés"],"Invalid blueprint":["Érvénytelen Blueprint"],"\\"%s\\" is not a valid Blueprint property":["A(z) „%s” nem érvényes Blueprint mező"],"Site files moved to trash":["Oldal fájljai a kukába helyezve"],"Moving site files to trash…":["Oldal fájljainak kukába helyezése…"],"Also move site files to trash":["Oldal fájljainak kukába helyezése is"],"SQLite integration skipped":["SQLite integráció kihagyva"],"Easily install the %s CLI to run WP-CLI commands from your terminal and create, start, stop, or update your sites.":["Telepítsd egyszerűen a(z) %s CLI-t, hogy WP-CLI parancsokat futtathass a terminálodból, és oldalakat hozhass létre, indíthass el, állíthass le vagy frissíthess."],"WP-CLI support and CLI site management":["WP-CLI támogatás és CLI oldalkezelés"],"WP-CLI":["WP-CLI"],"Manage sites":["Oldalak kezelése"],"Failed to stop sites":["Nem sikerült leállítani az oldalakat"],"Self-hosted (e.g. jurassic.ninja) sites are not supported":["Az önállóan hosztolt (pl. jurassic.ninja) oldalak nem támogatottak"],"Error retrieving remote files and directories. Please close and reopen this dialog to try again.":["Hiba a távoli fájlok és könyvtárak lekérésekor. Kérjük, zárd be és nyisd újra ezt a párbeszédablakot."],"You are currently offline. Sync will continue running remotely. We will send you an email once it's completed.":["Jelenleg offline vagy. A szinkronizálás távolról folytatódik. E-mailt küldünk, amint befejeződik."],"Leave running":["Hagyjuk futni"],"Stop sites":["Oldalak leállítása"],"%d site is currently running. Do you want to stop it before quitting?":["%d oldal jelenleg fut. Leállítod a kilépés előtt?","%d oldal jelenleg fut. Leállítod őket a kilépés előtt?"],"You have a running site":["Van egy futó oldalad","Futó oldalaid vannak"],"Uploading site (%d%%)…":["Oldal feltöltése (%d%%)…"],"The site name is too long. Please choose a shorter site name.":["Az oldal neve túl hosszú. Kérjük, válassz rövidebb nevet."],"An error occurred while running the WP-CLI command.":["Hiba történt a WP-CLI parancs futtatásakor."],"Stopping all WordPress servers…":["Összes WordPress szerver leállítása…"],"Stop all sites":["Összes oldal leállítása"],"Stop site(s)":["Oldal(ak) leállítása"],"Get status of site":["Oldal állapotának lekérése"],"List sites":["Oldalak listázása"],"SSL certificates deleted":["SSL tanúsítványok törölve"],"Deleting SSL certificates…":["SSL tanúsítványok törlése…"],"Stopping WordPress server…":["WordPress szerver leállítása…"],"Failed to delete associated preview sites. Proceeding anyway…":["Nem sikerült törölni a társított előnézeti oldalakat. Folytatás mindenképpen…"],"Starting WordPress server…":["WordPress szerver indítása…"],"Saving site…":["Oldal mentése…"],"Create a new site":["Új oldal létrehozása"],"Events watcher failed":["Az eseményfigyelő hibát jelzett"],"Create a new site from a featured Blueprint on your own. <learn_more_link />":["Hozz létre új oldalt egy kiemelt Blueprintből saját magad. <learn_more_link />"],"Powered by experimental AI. <learn_more_link />":["Kísérleti AI-jal működik. <learn_more_link />"],"Could not load files. Please close and reopen this dialog to try again.":["Nem sikerült betölteni a fájlokat. Kérjük, zárd be és nyisd újra ezt a párbeszédablakot."],"The site uploading has been paused due to an internet connection issue. We will retry automatically in a few seconds.":["Az oldal feltöltése szünetel internetkapcsolati hiba miatt. Néhány másodperc múlva automatikusan újrapróbáljuk."],"Enable PHP debugging with Xdebug. Only one site can have Xdebug enabled at a time. Note that Xdebug may slow down site performance. <learn_more_link />":["PHP hibakeresés engedélyezése Xdebug-gal. Egyszerre csak egy oldalon lehet engedélyezve az Xdebug. Figyelem: az Xdebug lassíthatja az oldal teljesítményét. <learn_more_link />"],"Enable Xdebug":["Xdebug engedélyezése"],"Xdebug is currently enabled for \\"%s\\" site. Disable it there first to enable it for this site.":["Az Xdebug jelenleg engedélyezve van a(z) „%s” oldalon. Előbb tiltsd le ott, hogy itt engedélyezhesd."],"Starting from a Blueprint requires an internet connection.":["Blueprintből való indításhoz internetkapcsolat szükséges."],"Uploading paused":["Feltöltés szünetelve"],"Xdebug":["Xdebug"],"Dismiss":["Bezárás"],"Build blocks with <button>Telex <ArrowIcon /></button>":["Építs blokkokat a <button>Telex <ArrowIcon /></button> segítségével"],"Build with Telex":["Építs a Telex-szel"],"Add site from a Blueprint":["Oldal hozzáadása Blueprintből"],"Restart Studio now to install the update, or choose Later to continue working and restart when convenient.":["Indítsd újra a Studio-t a frissítés telepítéséhez, vagy válaszd a Később gombot a munka folytatásához."],"Update ready to install":["Frissítés telepítésre kész"],"You're already running the latest version of Studio. No update is needed at this time.":["Már a Studio legújabb verzióját futtatod. Jelenleg nincs szükség frissítésre."],"No updates available":["Nincs elérhető frissítés"],"Studio will notify you when the update is ready to install. You can continue working normally.":["A Studio értesíteni fog, amikor a frissítés telepítésre kész. Addig normálisan dolgozhatsz tovább."],"Downloading update in the background":["Frissítés letöltése a háttérben"],"It looks like you denied the authorization request. To proceed, please click \\"Approve\\"":["Úgy tűnik, elutasítottad az engedélyezési kérelmet. A folytatáshoz kattints az „Approve” gombra"],"Authorization denied":["Engedélyezés megtagadva"],"Windows on Intel/AMD":["Windows Intel/AMD"],"Windows on ARM":["Windows ARM"],"Mac with Intel Chip":["Mac Intel chippel"],"Mac with Apple Silicon Chip":["Mac Apple Silicon chippel"],"Unsupported PHP version: %s":["Nem támogatott PHP verzió: %s"],"Set auto-start flag for the site(s)":["Automatikus indítás beállítása az oldal(ak)hoz"],"Failed to stop site":["Nem sikerült leállítani az oldalt"],"Successfully stopped %d site":["Sikeresen leállítva: %d oldal","Sikeresen leállítva: %d oldal"],"No sites are currently running":["Jelenleg nincs futó oldal"],"Failed to load site status":["Nem sikerült betölteni az oldal státuszát"],"Connected to process daemon":["Csatlakozva a folyamatdémonhoz"],"Connecting to process daemon…":["Csatlakozás a folyamatdémonhoz…"],"Failed to parse Blueprint JSON":["Nem sikerült feldolgozni a Blueprint JSON-t"],"Failed to fetch Blueprint":["Nem sikerült letölteni a Blueprintet"],"WordPress files copied":["WordPress fájlok másolva"],"Copying bundled WordPress…":["Csomagolt WordPress másolása…"],"Cannot set up WordPress. Bundled WordPress files not found. Please connect to the internet or reinstall Studio.":["Nem sikerült beállítani a WordPresst. A csomagolt WordPress fájlok nem találhatók. Kérjük, csatlakozz az internethez, vagy telepítsd újra a Studio-t."],"Cannot set up WordPress while offline. Specific WordPress versions require an internet connection. Try using \\"latest\\" version or ensure internet connectivity.":["Nem lehet beállítani a WordPresst offline módban. Adott WordPress verziókhoz internetkapcsolat szükséges. Próbáld a „latest” verziót, vagy ellenőrizd az internetkapcsolatot."],"Path or URL to Blueprint JSON file":["Blueprint JSON fájl elérési útja vagy URL-je"],"Must be: at least %s":["Legalább %s kell legyen"],"Must be: \\"latest\\", \\"nightly\\", or a valid version number (e.g., \\"6.4\\", \\"6.4.1\\", \\"6.4-beta1\\")":["Érvényes értékek: „latest”, „nightly”, vagy egy verziószám (pl. „6.4”, „6.4.1”, „6.4-beta1”)"],"Failed to parse Blueprint JSON file: %s":["Nem sikerült feldolgozni a Blueprint JSON fájlt: %s"],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, or .wpress file.":["Ez a fájltípus nem támogatott. Kérjük, használj .zip, .gz, .tar, .tar.gz vagy .wpress fájlt."],"This file type is not supported. Please use a .zip, .gz, .tar, .tar.gz, .wpress, or .sql file.":["Ez a fájltípus nem támogatott. Kérjük, használj .zip, .gz, .tar, .tar.gz, .wpress vagy .sql fájlt."],"Studio CLI":["Studio CLI"],"Your Studio site is using a different WordPress or PHP version than your remote site. The remote site will keep using the newest supported versions.":[],"%s over":["%s túllépés"],"The push is in progress and will continue running remotely. We will send you an email once it's completed.":["A küldés folyamatban van, és távolról folytatódik. E-mailt küldünk, amint befejeződik."],"Get smart suggestions from the Studio Assistant":["Intelligens javaslatok a Studio Asszisztenstől"],"Seamlessly sync with WordPress.com and Pressable":["Zökkenőmentes szinkronizálás WordPress.com-mal és Pressable-lel"],"Share preview sites with clients and colleagues":["Előnézeti oldalak megosztása ügyfelekkel és kollégákkal"],"Start by connecting your WordPress.com account to unlock the full power of WordPress Studio.":["Kezdd a WordPress.com fiókod csatlakoztatásával, hogy feloldd a WordPress Studio teljes erejét."],"Welcome to WordPress Studio":["Üdvözöl a WordPress Studio"],"Failed to uninstall CLI":["Nem sikerült eltávolítani a CLI-t"],"The CLI has been uninstalled successfully.":["A CLI sikeresen eltávolítva."],"CLI uninstalled":["CLI eltávolítva"],"Proceed":["Tovább"],"Blueprint details":["Blueprint részletek"],"Start working locally with your site data.":["Kezdj el helyben dolgozni az oldalad adataival."],"Pull content from your remote site.":["Tartalom lekérése a távoli oldaladról."],"Create a new local WordPress site.":["Új helyi WordPress oldal létrehozása."],"Create a new local site and pull your WordPress.com or Pressable site with Jetpack activated.":["Hozz létre egy új helyi oldalt, és kérd le a WordPress.com vagy Pressable oldalad aktivált Jetpackkel."],"Create a new site from WordPress.com or Pressable":["Új oldal létrehozása WordPress.com-ról vagy Pressable-ről"],"Pull an existing site":["Meglévő oldal lekérése"],"Blueprint":["Tervezet"],"The sync process will continue running remotely after you quit Studio. We will send you an email once it is complete.":["A szinkronizálás távolról folytatódik a Studio bezárása után. E-mailt küldünk, amint befejeződik."],"Sync will continue":["A szinkronizálás folytatódik"],"Initializing remote backup…":["Távoli biztonsági mentés előkészítése…"],"HTTP proxy server stopped":["HTTP proxy szerver leállítva"],"Stopping HTTP proxy server…":["HTTP proxy szerver leállítása…"],"The specified directory is not added to Studio. Use \`studio site create\` to add it.":["A megadott könyvtár nincs hozzáadva a Studio-hoz. Használd a \`studio site create\` parancsot a hozzáadáshoz."],"Failed to stop WordPress server":["Nem sikerült leállítani a WordPress szervert"],"WordPress server is not running":["A WordPress szerver nem fut"],"Admin password":["Admin jelszó"],"Admin username":["Admin felhasználónév"],"Status":["Állapot:"],"Site Path":["Oldal elérési útja"],"Auto-login URL":["Automatikus bejelentkezési URL"],"Site URL":["Honlap URL címe"],"Offline":["Offline"],"Online":["online"],"SQLite integration configured as needed":["SQLite integráció szükség szerint beállítva"],"Setting up SQLite integration, if needed…":["SQLite integráció beállítása, ha szükséges…"],"Domain removed from hosts file":["Domain eltávolítva a hosts fájlból"],"Removing domain from hosts file…":["Domain eltávolítása a hosts fájlból…"],"Associated preview sites deleted":["Társított előnézeti oldalak törölve"],"Deleting %d associated preview site…":["%d társított előnézeti oldal törlése…","%d társított előnézeti oldal törlése…"],"WordPress server stopped":["WordPress szerver leállítva"],"Site loaded":["Oldal betöltve"],"Loading site…":["Oldal betöltése…"],"Failed to delete site":["Nem sikerült törölni az oldalt"],"Failed to start site":["Nem sikerült elindítani az oldalt"],"Authenticated with WordPress.com as \`%s\`":["Hitelesítve a WordPress.com-mal mint \`%s\`"],"Run \\"studio site start\\" to start the site.":["Futtasd a „studio site start” parancsot az oldal indításához."],"Failed to apply Blueprint":["Nem sikerült alkalmazni a Blueprintet"],"Blueprint applied successfully":["Blueprint sikeresen alkalmazva"],"Applying Blueprint…":["Blueprint alkalmazása…"],"Starting WordPress server and applying Blueprint…":["WordPress szerver indítása és Blueprint alkalmazása…"],"Site created successfully":["Oldal sikeresen létrehozva"],"Port assigned: %d":["Port hozzárendelve: %d"],"Assigning port…":["Port hozzárendelése…"],"SQLite integration configured":["SQLite integráció beállítva"],"Setting up SQLite integration…":["SQLite integráció beállítása…"],"Site directory created":["Oldal könyvtára létrehozva"],"Creating site directory…":["Oldal könyvtárának létrehozása…"],"Site configuration validated":["Oldal konfigurációja érvényesítve"],"The selected directory is already in use.":["A megadott könyvtár már használatban van."],"Blueprint feature \\"%1$s\\" is not supported: %2$s":["A(z) „%1$s” Blueprint funkció nem támogatott: %2$s"],"Blueprint file not found: %s":["Blueprint fájl nem található: %s"],"The selected directory is not empty nor an existing WordPress site.":["A megadott könyvtár nem üres, és nem meglévő WordPress oldal."],"Validating site configuration…":["Oldal konfigurációjának érvényesítése…"],"Start the site after creation":["Oldal indítása létrehozás után"],"Enable HTTPS for custom domain":["HTTPS engedélyezése egyéni domainhez"],"Custom domain (e.g., \\"mysite.local\\")":["Egyéni domain (pl. „mysite.local”)"],"WordPress version (e.g., \\"latest\\", \\"6.4\\", \\"6.4.1\\")":["WordPress verzió (pl. „latest”, „6.4”, „6.4.1”)"],"Choose a plan to publish your site":["Válassz csomagot az oldalad közzétételéhez"],"Sync database and files.":["Adatbázis és fájlok szinkronizálása."],"Unlock the power of WordPress and share your work with the world with":["Engedd szabadjára a WordPress erejét, és oszd meg a munkádat a világgal ezzel:"],"Find a perfect plan":["Találd meg a tökéletes csomagot"],"Preparing workers…":["Workerek előkészítése…"],"Running the Blueprint…":["Blueprint futtatása…"],"Booting WordPress…":["WordPress indítása…"],"Starting up workers…":["Workerek indítása…"],"Downloading WordPress…":["WordPress letöltése…"],"WordPress is running":["A WordPress fut"],"Site not found":["Oldal nem található"],"Failed to start WordPress server":["Nem sikerült elindítani a WordPress szervert"],"WordPress server started":["WordPress szerver elindítva"],"WordPress server is already running":["A WordPress szerver már fut"],"Process daemon started":["Folyamatdémon elindítva"],"Starting process daemon…":["Folyamatdémon indítása…"],"Skip opening the site in browser after starting":["Oldal megnyitásának kihagyása a böngészőben indítás után"],"Password: ":["Jelszó: "],"Username: ":["Felhasználónév: "],"Site URL: ":["Oldal URL: "],"Publish site":["Oldal közzététele"],"Failed to select site":["Nem sikerült kiválasztani az oldalt"],"Select a site to import":["Válassz egy oldalt az importáláshoz"],"Publish your site":["Tedd közzé az oldalad"],"Select a remote site":["Válassz egy távoli oldalt"],"Blueprint loaded from URL":["Blueprint betöltve URL-ről"],"Download directly from WordPress.com or Pressable":["Letöltés közvetlenül WordPress.com-ról vagy Pressable-ről"],"Failed to load Blueprint":["Nem sikerült betölteni a Blueprintet"],"Failed to revoke token":["Nem sikerült visszavonni a tokent"],"Failed to fetch user info":["Nem sikerült lekérni a felhasználói adatokat"],"You must provide a valid auth command":["Érvényes hitelesítési parancsot kell megadnod"],"Manage authentication":["Hitelesítés kezelése"],"Failed to add domain to hosts file":["Nem sikerült hozzáadni a domaint a hosts fájlhoz"],"Domain added to hosts file":["Domain hozzáadva a hosts fájlhoz"],"Adding domain to hosts file…":["Domain hozzáadása a hosts fájlhoz…"],"SSL certificates generated":["SSL tanúsítványok létrehozva"],"Generating SSL certificates…":["SSL tanúsítványok létrehozása…"],"HTTP proxy already running":["HTTP proxy már fut"],"HTTP proxy server started":["HTTP proxy szerver elindítva"],"Starting HTTP proxy server…":["HTTP proxy szerver indítása…"],"Failed to check authentication status":["Nem sikerült ellenőrizni a hitelesítési állapotot"],"Authentication token is invalid or expired":["A hitelesítési token érvénytelen vagy lejárt"],"Checking authentication status…":["Hitelesítési állapot ellenőrzése…"],"Check authentication status":["Hitelesítési állapot ellenőrzése"],"Failed to log out":["Nem sikerült kijelentkezni"],"Successfully logged out":["Sikeres kijelentkezés"],"Already logged out":["Már kijelentkezve"],"Logging out…":["Kijelentkezés…"],"Log out and clear WordPress.com authentication":["Kijelentkezés és WordPress.com hitelesítés törlése"],"Authentication failed":["Hitelesítés sikertelen"],"Authentication failed. Please try again.":["Hitelesítés sikertelen. Kérjük, próbáld újra."],"Authentication completed successfully!":["Hitelesítés sikeresen befejezve!"],"Authentication token:":["Hitelesítési token:"],"Please complete authentication in your browser and paste the generated token here.":["Kérjük, fejezd be a hitelesítést a böngésződben, és illeszd be ide a generált tokent."],"Failed to open browser. Please open the URL manually: %s":["Nem sikerült megnyitni a böngészőt. Kérjük, nyisd meg az URL-t manuálisan: %s"],"Browser opened successfully":["Böngésző sikeresen megnyitva"],"Opening browser for authentication…":["Böngésző megnyitása a hitelesítéshez…"],"Already authenticated with WordPress.com":["Már hitelesítve a WordPress.com-mal"],"Downloading the ARM version of Studio will provide better performance.":["A Studio ARM verziójának letöltése jobb teljesítményt nyújt."],"An error occurred while deleting all preview sites. Please try again.":["Hiba történt az összes előnézeti oldal törlésekor. Kérjük, próbáld újra."],"Failed to delete all preview sites":["Nem sikerült törölni az összes előnézeti oldalt"],"<siteUrlButton /> appears to be deleted or is currently unreachable. <button>Get help ↗</button>":["A(z) <siteUrlButton /> úgy tűnik, törölve lett vagy jelenleg nem elérhető. <button>Segítség ↗</button>"],"This preview site has been deleted from the server. You can remove it from the list by clicking Clear button.":["Ez az előnézeti oldal törölve lett a szerverről. A listából a Törlés gombra kattintva távolíthatod el."],"Database import failed on the remote site. Please review your database and try again or contact support and provide details from the logs below.":["Az adatbázis importálása sikertelen a távoli oldalon. Kérjük, ellenőrizd az adatbázist, és próbáld újra, vagy lépj kapcsolatba a támogatással, és mellékeld az alábbi naplók részleteit."],"Create new backup ↗":["Új biztonsági mentés létrehozása ↗"],"Content from the latest backup: %s.":["A legutóbbi biztonsági mentés tartalma: %s."],"Push can not be cancelled while applying changes to the remote site":["A küldés nem szakítható meg, amíg a módosítások alkalmazása folyamatban van a távoli oldalon"],"Cancel push":["Küldés megszakítása"],"Pull can not be cancelled while importing changes to your local site":["A lekérés nem szakítható meg, amíg a módosítások importálása folyamatban van a helyi oldalon"],"Cancel pull":["Lekérés megszakítása"],"The push operation has been cancelled.":["A küldési művelet megszakítva."],"Push cancelled":["Küldés megszakítva"],"The pull operation has been cancelled.":["A lekérési művelet megszakítva."],"Pull cancelled":["Lekérés megszakítva"],"Beta Features":["Béta funkciók"],"Delete site…":["Oldal törlése…"],"Edit site…":["Oldal szerkesztése…"],"Open in %s":["Megnyitás: %s"],"File Explorer":["Fájlkezelő"],"%1$s (%2$d%%)":["%1$s (%2$d%%)"],"Importing files…":["Fájlok importálása…"],"Importing database… (%d%%)":["Adatbázis importálása… (%d%%)"],"Extracting backup… (%d%%)":["Biztonsági mentés kicsomagolása… (%d%%)"],"Importing other files…":["Egyéb fájlok importálása…"],"Importing media uploads…":["Médiafeltöltések importálása…"],"Importing themes…":["Sablonok importálása…"],"Importing plugins…":["Bővítmények importálása…"],"Start with an empty site":["Kezdjük egy új, üres oldallal"],"Studio could not load Blueprints. <button>Try again</button> or use your own Blueprint.":["A Studio nem tudta betölteni a Blueprinteket. <button>Próbáld újra</button>, vagy használd a saját Blueprintedet."],"View details":["Részletek"],"This Blueprint uses unsupported features in Studio and might not work as expected.":["Ez a Blueprint nem támogatott funkciókat használ a Studio-ban, és előfordulhat, hogy nem a várt módon működik."],"Got it":["Értem"],"Your Blueprint will still work, but these features will be skipped during site creation.":["A Blueprinted továbbra is működni fog, de ezek a funkciók ki lesznek hagyva az oldal létrehozásakor."],"The following features are not supported in Studio and will be automatically removed:":["A következő funkciók nem támogatottak a Studio-ban, és automatikusan el lesznek távolítva:"],"Studio manages its own navigation and landing pages.":["A Studio saját navigációt és kezdőoldalakat kezel."],"Nearly finished":["Mindjárt kész"],"Making progress…":["Haladunk…"],"Working on your site…":["Oldalad elkészítése…"],"Getting everything ready…":["Minden előkészítése…"],"Setting up your new site…":["Új oldalad beállítása…"],"Failed to list sites":["Nem sikerült listázni az oldalakat"],"Found %d site":["%d oldal található","%d oldal található"],"Path":["Elérési út"],"Select a Blueprint that fits your needs and build your WordPress site even faster.":["Válassz egy Blueprintet, és építsd fel a WordPress oldaladat még gyorsabban."],"Introducing Blueprints, a new way to streamline site creation.":["Bemutatkoznak a Blueprintek, az oldalkészítés egyszerűsítésének új módja."],"Sublime Text":["Sublime Text"],"The current selection exceeds the %d GB push limit. To continue, please change your selection to reduce the total size.":["Az aktuális kijelölés meghaladja a(z) %d GB-os küldési korlátot. A folytatáshoz módosítsd a kijelölést az összméret csökkentéséhez."],"Choose a featured Blueprint or use your own":["Válassz egy kiemelt Blueprintet vagy használd a sajátodat"],"Featured Blueprints":["Kiemelt Blueprintek"],"Using different versions may cause compatibility issues.":["Eltérő verziók használata kompatibilitási problémákat okozhat."],"This Blueprint recommends:":["Ez a Blueprint a következőket ajánlja:"],"Version differs from Blueprint recommendation":["A verzió eltér a Blueprintben ajánlottól"],"Blueprint validation failed":["A blueprint érvényesítése sikertelen"],"Failed to load Blueprint file. Please try again.":["Nem sikerült betölteni a blueprint fájlt. Kérjük, próbáld újra."],"Invalid JSON format: %s":["Érvénytelen JSON formátum: %s"],"Invalid Blueprint format":["Érvénytelen blueprint formátum"],"Blueprint v2 format is not supported yet. Please use Blueprint v1 format.":["A Blueprint v2 formátum még nem támogatott. Kérjük, használd a Blueprint v1 formátumot."],"Your sites will show up here once you create them":["A létrehozott honlapjaid itt fognak megjelenni."],"Development":["Development"],"Push to Development":["Szinkronizálás a Development-re"],"Pull from Development":["Szinkronizálás a Development-ről"],"Selecting individual items to pull will be enabled automatically once your first backup is complete.<br/>Wait a few minutes or run a full sync in the meantime.":["Az egyes elemek kiválasztása elérhető lesz, amint az első biztonsági mentésed befejeződik.<br/>Várj néhány percet, vagy futtass egy teljes szinkronizálást addig."],"Site name & details":["Honlap neve és adatai"],"Choose Blueprint":["Válassz blueprintet"],"Back":["Vissza"],"Select backup file":["Válaszd ki a biztonsági mentés fájlt"],"Drop your backup file here":["Húzd ide a biztonsági mentés fájlt"],"Choose Blueprint file":["Válassza ki a blueprint fájlt"],"Remove":["Eltávolítás"],"Loading Blueprints...":["Blueprintek betöltése..."],"Blueprint loaded from file":["Blueprint betöltve"],"Preview Blueprint":["Blueprint előnézete"],"Description":["Leírás"],"Title":["Cím:"],"Thumbnail":["Bélyegkép"],"The selected Blueprint failed to execute properly. This could be due to invalid PHP code, missing plugins, or other issues in the Blueprint file. Please check your Blueprint file and try again.":["A kiválasztott blueprintet nem sikerült megfelelően végrehajtani. Ennek oka lehet érvénytelen PHP-kód, hiányzó bővítmények vagy egyéb problémák a blueprint fájlban. Kérjük, ellenőrizd a blueprint fájlt, és próbáld meg újra."],"Blueprint execution failed":["A blueprint végrehajtása sikertelen"],"Site export completed":["A honlap exportálása befejeződött"],"Database export completed":["Az adatbázis exportálása befejeződött"],"Start a site from a backup":["Honlap indítása biztonsági mentésből"],"Import from a backup":["Importálás biztonsági mentésből"],"Start from a Blueprint":["Indítás Blueprintből"],"Create a site":["Oldal létrehozása"],"Add a clean site, start from a Blueprint or import site from a backup":["Adj hozzá egy üres oldalt, indíts Blueprintből vagy importálj oldalt biztonsági mentésből"],"Backing up remote site…":["Távoli oldal mentése…"],"Pushing will overwrite your development site's selected files and database with content from your Studio site. Unchecked items will not be changed. The development site will be backed up before any changes are applied.":["A küldés felülírja a fejlesztői oldalad kiválasztott fájljait és adatbázisát a Studio oldalad tartalmával. A nem kijelölt elemek nem változnak. A fejlesztői oldalról biztonsági mentés készül a módosítások alkalmazása előtt."],"Pushing will overwrite your staging site's selected files and database with content from your Studio site. Unchecked items will not be changed. The staging site will be backed up before any changes are applied.":["A küldés felülírja a staging oldalad kiválasztott fájljait és adatbázisát a Studio oldalad tartalmával. A nem kijelölt elemek nem változnak. A staging oldalról biztonsági mentés készül a módosítások alkalmazása előtt."],"Pushing will overwrite your production site's selected files and database with content from your Studio site. Unchecked items will not be changed. The production site will be backed up before any changes are applied.":["A küldés felülírja az éles oldalad kiválasztott fájljait és adatbázisát a Studio oldalad tartalmával. A nem kijelölt elemek nem változnak. Az éles oldalról biztonsági mentés készül a módosítások alkalmazása előtt."],"Pulling will overwrite your Studio site's selected files and database with a copy from your development site. Unchecked items will not be changed.":["A lekérés felülírja a Studio oldalad kiválasztott fájljait és adatbázisát a fejlesztői oldalad másolatával. A nem kijelölt elemek nem változnak."],"Pulling will overwrite your Studio site's selected files and database with a copy from your staging site. Unchecked items will not be changed.":["A lekérés felülírja a Studio oldalad kiválasztott fájljait és adatbázisát a staging oldalad másolatával. A nem kijelölt elemek nem változnak."],"Pulling will overwrite your Studio site's selected files and database with a copy from your production site. Unchecked items will not be changed.":["A lekérés felülírja a Studio oldalad kiválasztott fájljait és adatbázisát az éles oldalad másolatával. A nem kijelölt elemek nem változnak."],"How can I make WordPress Studio faster?":["Hogyan tehetem gyorsabbá a WordPress Studio-t?"],"WordPress Studio Help":["WordPress Stúdió Segítség"],"Empty":["Üres"],"Empty folder":["Üres mappa"],"Studio":["Stúdió"],"About WordPress Studio":["A WordPress Stúdióról"],"WordPress Studio":["WordPress Stúdió"],"WordPress Studio CLI":["WordPress Stúdió CLI"],"Select files and folders to sync":["Válaszd ki a szinkronizálandó fájlokat és mappákat"],"From %s to %s":["A %s-ről a %s-re"],"Expand":["Kiterjeszt"],"Collapse":["Összecsukás"],"Feature Flags":["Feature flag-ek"],"Log in to Studio with WordPress.com":["Jelentkezz be a Stúdióba WordPress.com fiókkal"],"Open account settings":["Nyisd meg a fiók beállításait"],"Specific files and folders":["Kiválasztott fájlok és mappák"],"All files and folders":["Minden fájl és mappa"],"Database":["Adatbázis"],"Files and folders":["Fájlok és mappák"],"Read more about <a>environment push <ArrowIcon /></a>":["Bővebben a <a>környezet feltöltésről <ArrowIcon /></a>"],"What would you like to push?":["Mit szeretnél feltölteni?"],"Push to Production":["Feltöltés a Production környezetre"],"Push to Staging":["Feltöltés a Staging környezetre"],"Read more about <a>environment pull <ArrowIcon /></a>":["Bővebben az <a>környezet letöltésről <ArrowIcon /></a>"],"What would you like to pull?":["Mit szeretnél letölteni?"],"Pull from Production":["Letöltés a Production környezetről"],"Pull from Staging":["Letöltés a Staging környezetről"],"Almost there…":["Majdnem ott vagyunk!"],"%s has been updated":["%s frissítve"],"Studio site has been updated from %s":["A Studio oldal frissítve erről: %s"],"Learn more about supported sites.":["Tudj meg többet a támogatott oldalakról."],"Can't find your site?":["Nem találod az oldalad?"],"Connect your site":["Kapcsolja össze a honlapját"],"Connect another site":["Másik oldal csatlakoztatása"],"Sync with WordPress.com or Pressable":["Szinkronizálás WordPress.com-mal vagy Pressable-lel"],"Push is in progress. We will send you an email when it is completed.":["A küldés folyamatban van. E-mailt küldünk, amint befejeződik."],"You are currently offline so your site will be created with the latest version. Selecting a different WordPress version requires an internet connection.":["Jelenleg offline vagy, ezért az oldalad a legújabb verzióval jön létre. Más WordPress verzió kiválasztásához internetkapcsolat szükséges."],"Invalid authentication token":["Érvénytelen hitelesítési token"],"Running…":["Futtatás…"],"Deleting…":["Törlés…"],"Validating…":["Érvényesítés…"],"Studio was unable to trust the certificate automatically. You may need to trust it manually using certificate manager.":["A Studio nem tudta automatikusan megbízhatóvá tenni a tanúsítványt. Lehet, hogy manuálisan kell megbíznod benne a tanúsítványkezelővel."],"Certificate Trust Failed":["Tanúsítvány megbízhatóvá tétele sikertelen"],"Windsurf":["Windsurf"],"Available terminals":["Elérhető terminálok"],"Terminal application":["Terminál alkalmazás"],"Available editors":["Elérhető szerkesztők"],"Please ensure your site files have not been moved or deleted.":["Kérjük, győződj meg róla, hogy az oldalad fájljai nem lettek áthelyezve vagy törölve."],"Applying final details…":["Végső simítások…"],"Starting export…":["Exportálás indítása…"],"Command Prompt":["Parancssor"],"Creating preview site…":["Előnézeti oldal létrehozása…"],"What's new":["Újdonságok"],"Ghostty":["Ghostty"],"Warp":["Warp"],"Select":["Kiválasztás"],"Please stop some of your running sites first. If this problem persists, try closing other apps that might be using memory and try again.":["Kérjük, előbb állíts le néhány futó oldalt. Ha a probléma továbbra is fennáll, zárd be a memóriát használó alkalmazásokat, és próbáld újra."],"Failed to save CLI config file":["A CLI konfigurációs fájl mentése sikertelen"],"Studio config file path not found.":["A Studio konfigurációs fájl elérési útja nem található."],"Path to the WordPress files":["A WordPress fájlok elérési útja"],"Current directory":["Aktuális könyvtár"],"Cannot update an expired preview site.":["Lejárt előnézeti oldal nem frissíthető."],"The specified directory does not match the original site for this preview. If you want to overwrite, run the command with --overwrite.":["A megadott könyvtár nem egyezik az előnézet eredeti oldalával. Ha felül szeretnéd írni, futtasd a parancsot a --overwrite kapcsolóval."],"Allow updating a preview site from a different directory":["Előnézeti oldal frissítésének engedélyezése másik könyvtárból"],"Update preview site":["Előnézeti oldal frissítése"],"(%d expired)":["(%d lejárt)","(%d lejárt)"],"Found %d preview site":["%d előnézeti oldal található","%d előnézeti oldal található"],"No preview sites found":["Nem található előnézeti oldal"],"Loading preview sites…":["Előnézeti oldalak betöltése…"],"Output format":["Kimeneti formátum"],"List preview sites":["Előnézeti oldalak listázása"],"Preview site '%s' has been deleted.":["A(z) „%s” előnézeti oldal törölve."],"Preview site '%s' has been updated.":["A(z) „%s” előnézeti oldal frissítve."],"Deleting preview site failed":["Nem sikerült törölni az előnézeti oldalt"],"Saving preview site…":["Előnézeti oldal mentése…"],"Not installed":["Nincs telepítve"],"Preferences":["Beállítások"],"Code editor":["Kód szerkesztő"],"Shell":["Shell"],"Merge All Windows":["Összes ablak egyesítése"],"Move Tab to New Window":["Fül áthelyezése új ablakba"],"Show Next Tab":["Következő fül"],"Show Previous Tab":["Előző fül"],"Zoom":["Nagyítás"],"Minimize":["Kis méret"],"Window":["ablak"],"Toggle Fullscreen":["Teljes képernyő be/ki"],"latest":["legújabb"],"Zoom Out":["Zoom Ki"],"Zoom In":["Nagyítás"],"Actual Size":["Valódi méret"],"Show All Tabs":["Összes fül megjelenítése"],"Show Tab Bar":["Fülsáv megjelenítése"],"View":["Megtekintés"],"Stop Speaking":["Felolvasás leállítása"],"Start Speaking":["Felolvasás"],"Speech":["Beszéd"],"Select All":["Összes kijelölése"],"Paste and Match Style":["Beillesztés stílus egyeztetéssel"],"Paste":["Beillesztés"],"Cut":["Kivágás"],"Redo":["Ismét"],"Undo":["Visszavonás"],"File":["Fájl"],"Quit":["Kilépés"],"Hide":["Elrejtés"],"Services":["Szolgáltatások"],"Toggle DevTools":["Fejlesztői eszközök be/ki"],"Force Reload":["Kényszerített újratöltés"],"Cursor":["Cursor"],"WebStorm":["WebStorm"],"The site server failed to start because the port is already in use. Please close any local development apps that may be using port and try again.":["Az oldal szervere nem indult el, mert a port már használatban van. Kérjük, zárd be az összes helyi fejlesztői alkalmazást, amely használhatja a portot, és próbáld újra."],"Stable Versions":["Stabil verziók"],"Beta & Nightly":["Béta és Nightly"],"Auto-updating":["Automatikus frissítés"],"WordPress Core automatic updates will be disabled for this site.":["A WordPress automatikus frissítései ki lesznek kapcsolva ennél az oldalnál."],"Launch your existing WordPress.com or Jetpack-activated Pressable sites, or import an existing one. Then, share your work with the world.":["Indítsd el a meglévő WordPress.com vagy Jetpack-kel aktivált Pressable oldalaidat, vagy importálj egy meglévőt. Utána oszd meg a munkádat a világgal."],"iTerm":["iTerm"],"Expires in":["Lejárat:"],"Site Name":["Holnap neve:"],"URL":["Hivatkozás"],"Failed to create archive":["Nem sikerült létrehozni az archívumot"],"The specified directory is not added to Studio.":["A megadott könyvtár nincs hozzáadva a Studio-hoz."],"Failed to create preview site: site did not become ready within timeout":["Nem sikerült létrehozni az előnézeti oldalt: az oldal nem készült el időben"],"Failed to upload archive":["Nem sikerült feltölteni az archívumot"],"Invalid API response format":["Érvénytelen API válaszformátum"],"Invalid site status":["Érvénytelen oldal státusz"],"Site ID must be a positive integer":["Az oldal azonosítójának pozitív egész számnak kell lennie"],"Domain name is required":["A domain név megadása kötelező"],"You must provide a valid command":["Érvényes parancsot kell megadnod"],"Manage preview sites":["Előnézeti oldalak kezelése"],"Failed to update preview site":["Nem sikerült frissíteni az előnézeti oldalt"],"Updating preview site…":["Előnézeti oldal frissítése…"],"Hostname of the preview site to update":["A frissítendő előnézeti oldal hosztneve"],"Failed to load preview sites":["Nem sikerült betölteni az előnézeti oldalakat"],"Failed to delete preview site":["Nem sikerült törölni az előnézeti oldalt"],"Deletion successful":["Sikeres törlés"],"Preview site not found. Use the \`studio preview list\` command to see available preview sites.":["Előnézeti oldal nem található. Használd a \`studio preview list\` parancsot az elérhető előnézeti oldalak megtekintéséhez."],"Hostname of the preview site to delete":["A törlendő előnézeti oldal hosztneve"],"Failed to create preview site":["Nem sikerült létrehozni az előnézeti oldalt"],"Preview site saved to Studio":["Előnézeti oldal mentve a Studio-ba"],"Saving preview site to Studio…":["Előnézeti oldal mentése a Studio-ba…"],"Preview site available at: %s":["Előnézeti oldal elérhető: %s"],"Archive uploaded":["Archívum feltöltve"],"Uploading archive…":["Archívum feltöltése…"],"Archive created":["Archívum létrehozva"],"Creating archive…":["Archívum létrehozása…"],"Validation successful":["Érvényesítés sikeres"],"The installation path %1$s is already occupied by a file or directory. Please remove it and try again.":["Az %1$s telepítési útvonalat már tartalmaz egy fájlt vagy könyvtárat. Kérjük távolítsd el, és próbáld újra."],"There was an unknown error. Please check the logs for more information.":["Ismeretlen hiba történt. Kérjük nézd meg a naplókat további információkért."],"Previous":["Előző"],"Next":["Következő"],"Done":["Kész"],"Illustration for %s":["%s illusztráció"],"What's New in Studio":["Újdonságok a Stúdióban"],"Learn more":["Bővebben"],"Failed to install CLI":["A CLI telepítése nem sikerült"],"The CLI has been installed successfully.":["A CLI sikeresen telepítve lett."],"CLI Installed":["CLI telepítve"],"What's New":["Újdonságok"],"Your new site was created":["Az új honlapod elkészült"],"Your new site was imported":["Az új honlapod importálva lett"],"You need to manually add the Studio certificate authority to your keychain and trust it.":["Manuálisan kell hozzáadnod a Stúdió tanúsítványait a kulcstartódhoz, és beállítanod megbízhatóként."],"The domain name must end with .local":["A domain névnek .local végződésűnek kell lennie"],"The domain name is already in use":["A domain név már használatban van"],"Please restart Studio and try again. If this problem persists, please contact support.":["Kérlek, indítsd újra a Stúdiót, és próbáld újra. Ha ez a probléma továbbra is fennáll, kérlek, vedd fel a kapcsolatot az ügyfélszolgálatunkkal."],"Studio needs to use port 80 and 443 to enable custom domains and SSL, but one of these ports are already in use by another app. Close any local development apps and restart Studio.":["A Studio-nak a 80-as és 443-as portot kell használnia az egyéni domainek és SSL engedélyezéséhez, de az egyik portot már használja egy másik alkalmazás. Zárd be a helyi fejlesztői alkalmazásokat, és indítsd újra a Studio-t."],"You need to manually add the Studio root certificate authority to your keychain and trust it to enable HTTPS.":["A HTTPS engedélyezéséhez manuálisan hozzá kell adnod a Studio gyökértanúsítványát a kulcstáradhoz, és megbízhatónak kell jelölnöd."],"Enable HTTPS":["HTTPS engedélyezése"],"Learn how":["Tudd meg hogyan"],"You need to trust this certificate to prevent your browser from showing a secure connection warning.":["Meg kell bíznod ebben a tanúsítványban, hogy a böngésződ ne jelenítsen meg biztonságos kapcsolat figyelmeztetést."],"Trust Certificate":["Tanúsítvány megbízhatóvá tétele"],"Disabled":["Kikapcsolva"],"Enabled":["Bekapcsolva"],"HTTPS":["HTTPS"],"Release Notes":["Kiadási megjegyzések"],"Saving and restarting…":["Mentés és újraindítás…"],"Your Studio site is running versions not supported by preview sites. The preview site will automatically switch to the supported WordPress and PHP versions.":["A Studio oldalad olyan verziókat használ, amelyeket az előnézeti oldalak nem támogatnak. Az előnézeti oldal automatikusan átvált a támogatott WordPress és PHP verziókra."],"The domain name is required":["A domain név megadása kötelező"],"The domain name is too long":["A domain név túl hosszú"],"Please enter a valid domain name":["Kérjük, adj meg egy érvényes domain nevet"],"Your system password will be required to set up the domain.":["A domain beállításához szükség lesz a rendszerjelszavadra."],"Domain name":["Domain név"],"Use custom domain":["Egyéni domain használata"],"Changing WordPress version requires an internet connection.":["A WordPress verzió váltásához internetkapcsolat szükséges."],"Latest":["Legfrissebb"],"WordPress version":["WordPress verzió"],"Failed":["Nem sikerült"],"Importing a site requires an internet connection.":["Oldal importálásához internetkapcsolat szükséges."],"A WordPress.com account is required to create preview sites.":["Előnézeti oldalak létrehozásához WordPress.com fiók szükséges."],"Error updating Studio":["Hiba a Studio frissítésekor"],"Studio can only update from the writable Applications folder. Please check write permissions and try again.":["A Studio csak az írható Alkalmazások mappából tud frissülni. Kérjük, ellenőrizd az írási jogosultságokat, és próbáld újra."],"Studio is running from: %s":["A Studio innen fut: %s"],"Studio is running from a disk image at: %s":["A Studio lemezképről fut: %s"],"A preview of this site is being created. Please wait for it to finish before creating another.":["Ennek az oldalnak az előnézete éppen készül. Kérjük, várd meg a befejezését, mielőtt újat hoznál létre."],"Preview site '%s' has been created.":["A(z) „%s” előnézeti oldal létrejött."],"The import process timed out after %d hours, which can occur when processing very large imports. If the issue persists, please contact support.":["Az importálás időtúllépés miatt leállt %d óra után, ami nagyon nagy importok feldolgozásakor fordulhat elő. Ha a probléma továbbra is fennáll, kérjük, lépj kapcsolatba a támogatással."],"Adding preview site failed":["Nem sikerült hozzáadni az előnézeti oldalt"],"The directory is already associated with another Studio site. Please choose a different site name or a custom local path.":["A könyvtár már egy másik Studio oldalhoz van társítva. Kérjük, válassz másik oldalnevet vagy egyéni helyi elérési utat."],"The directory is already associated with another Studio site. Please choose a different custom local path.":["A könyvtár már egy másik Studio oldalhoz van társítva. Kérjük, válassz másik egyéni helyi elérési utat."],"Preview sites powered by":["Előnézeti oldalak üzemeltetője:"],"Updating a preview site requires an internet connection.":["Előnézeti oldal frissítéséhez internetkapcsolat szükséges."],"Name":["Név"],"%s Preview":["%s előnézet"],"Deleting a preview site requires an internet connection.":["Előnézeti oldal törléséhez internetkapcsolat szükséges."],"Your site exceeds the %d GB size limit. Please, consider removing unnecessary media files, plugins, or themes from wp-content.":["Az oldalad meghaladja a(z) %d GB-os méretkorlátot. Kérjük, távolíts el felesleges médiafájlokat, bővítményeket vagy sablonokat a wp-content mappából."],"The ZIP archive is invalid. Try to unpack and pack it again. If this problem persists, please contact support.":["A ZIP archívum érvénytelen. Próbáld kicsomagolni és újracsomagolni. Ha a probléma továbbra is fennáll, kérjük, lépj kapcsolatba a támogatással."],"%1$s Preview %2$d":["%1$s előnézet %2$d"],"Deleting preview sites requires an internet connection.":["Előnézeti oldalak törléséhez internetkapcsolat szükséges."],"Missing permissions":["Hiányzó jogosultságok"],"Authentication error":["Hitelesítési hiba"],"Actions":["Műveletek"],"Expires":["Lejárat"],"Updated":["Frissítve"],"Preview site":["Előnézeti oldal"],"Updating":["Frissítés"],"Deleting preview site":["Előnézeti oldal törlése"],"%s ago":["%s telt el"],"Rename":["Átnevezés"],"Preview actions":["Előnézeti műveletek"],"Your previews files and database along with all posts, pages, comments and media will be lost.":["Az előnézeti oldalaid fájljai és adatbázisa az összes bejegyzéssel, oldallal, hozzászólással és médiával együtt el fognak veszni."],"Delete preview":["Előnézet törlése"],"Updating will replace the existing files and database with a copy from your local site. Any changes you've made to your preview site will be permanently lost.":["A frissítés lecseréli a meglévő fájlokat és adatbázist a helyi oldalad másolatával. Az előnézeti oldalon végzett módosítások véglegesen elvesznek."],"Overwrite preview":["Előnézet felülírása"],"You've used %d preview sites available on your account.":["Felhasználtad a fiókodban elérhető %d előnézeti oldalt.","Felhasználtad a fiókodban elérhető összes %d előnézeti oldalt."],"A different preview site is being created. Please wait for it to finish before creating another.":["Egy másik előnézeti oldal létrehozása folyamatban van. Kérjük, várd meg a befejezését, mielőtt újat hoznál létre."],"Studio is unable to open your default browser. Please ensure it is functioning correctly.":["A Studio nem tudta megnyitni az alapértelmezett böngésződet. Kérjük, ellenőrizd, hogy megfelelően működik-e."],"Failed to open browser":["Nem sikerült megnyitni a böngészőt"],"Studio is unable to open PHPStorm. Please ensure it is functioning correctly.":["A Studio nem tudta megnyitni a PHPStorm-ot. Kérjük, ellenőrizd, hogy megfelelően működik-e."],"Failed to open PHP Storm":["Nem sikerült megnyitni a PHP Storm-ot"],"Studio is unable to open Visual Studio Code. Please ensure it is functioning correctly.":["A Studio nem tudja megnyitni a Visual Studio Code-ot. Kérjük, ellenőrizd, hogy megfelelően működik."],"Updating preview site failed":["Nem sikerült frissíteni az előnézeti oldalt"],"Cancelled":["Elutasítva"],"Error when executing wp-cli command":["Hiba a wp-cli parancs végrehajtásakor"],"Failed to check backup file size. Please try again.":["Nem sikerült ellenőrizni a biztonsági mentés fájlméretét. Kérjük, próbáld újra."],"Your site's backup exceeds %d GB. Pulling it will prevent you from pushing the site back.\\n\\nDo you want to continue?":["Az oldalad biztonsági mentése meghaladja a(z) %d GB-ot. A lekérés után nem fogod tudni visszaküldeni az oldalt.\\n\\nSzeretnéd folytatni?"],"Large site's backup":["Nagy oldal biztonsági mentése"],"All preview sites that exist for your WordPress.com account, along with all posts, pages, comments, and media, will be lost.":["A WordPress.com fiókodhoz tartozó összes előnézeti oldal az összes bejegyzéssel, oldallal, hozzászólással és médiával együtt el fog veszni."],"Delete all preview sites":["Összes előnézeti oldal törlése"],"%1$d of %2$d active preview sites":["%1$d / %2$d aktív előnézeti oldal"],"Preview sites are not available for your account.":["Az előnézeti oldalak nem elérhetők a fiókodhoz."],"Preview sites":["Előnézeti oldalak"],"Powered by <a> WordPress.com</a>.":["Üzemelteti a <a> WordPress.com</a>."],"Preview sites expire 7 days after the last update.":["Az előnézeti oldalak az utolsó frissítés után 7 nappal lejárnak."],"Create up to %d preview sites for free.":["Hozz létre akár %d előnézeti oldalt ingyen."],"Get feedback from anyone, anywhere with a free hosted preview of your Studio site.":["Kérj visszajelzést bárkitől, bárhonnan a Studio oldalad ingyenes, hosztolt előnézetével."],"Share a preview of your Studio site":["Oszd meg a Studio oldalad előnézetét"],"Select an empty directory or a directory with an existing WordPress site. <learn_more_link />":["Válassz egy üres könyvtárat vagy egy meglévő WordPress oldalt tartalmazó könyvtárat. <learn_more_link />"],"Open Studio Logs":["Studio naplók megnyitása"],"A timeout error occurred while pushing the site, likely due to its large size. Please try reducing the site's content or files and try again. If this problem persists, please contact support.":["Időtúllépési hiba történt az oldal küldésekor, valószínűleg a nagy mérete miatt. Kérjük, próbáld csökkenteni az oldal tartalmát vagy fájljait, és próbáld újra. Ha a probléma továbbra is fennáll, kérjük, lépj kapcsolatba a támogatással."],"Import a Jetpack backup or a full-site backup in another format. <learn_more_link />":["Importálj egy Jetpack biztonsági mentést vagy egy teljes oldal biztonsági mentést más formátumban. <learn_more_link />"],"Import a Jetpack backup, a full-site backup in another format, or a .sql database file. <learn_more_link />":["Importálj egy Jetpack biztonsági mentést, egy teljes oldal biztonsági mentést más formátumban, vagy egy .sql adatbázisfájlt. <learn_more_link />"],"An error occurred while pushing the site. If this problem persists, please contact support.":["Hiba történt az oldal küldésekor. Ha a probléma továbbra is fennáll, kérjük, lépj kapcsolatba a támogatással."],"Create a new WordPress.com site":["Új WordPress.com oldal létrehozása"],"Creating a preview site requires an internet connection.":["Előnézeti oldal létrehozásához internetkapcsolat szükséges."],"No, take me back":["Nem, vissza"],"Yes, quit the app":["Igen, kilépés"],"There's a sync operation in progress. Quitting the app will abort that operation. Are you sure you want to quit?":["Szinkronizálás van folyamatban. Az alkalmazásból való kilépés megszakítja a műveletet. Biztosan ki akarsz lépni?"],"Sync is in progress":["Szinkronizálás folyamatban"],"Another Studio site is syncing. Please wait for the sync to finish before you push this site.":["Egy másik Studio oldal szinkronizálás alatt áll. Kérjük, várd meg a befejezését, mielőtt elküldöd ezt az oldalt."],"This Studio site is syncing. Please wait for the sync to finish before you push it.":["Ez a Studio oldal szinkronizálás alatt áll. Kérjük, várd meg a befejezését, mielőtt elküldöd."],"Another Studio site is syncing. Please wait for the sync to finish before you pull this site.":["Egy másik Studio oldal szinkronizálás alatt áll. Kérjük, várd meg a befejezését, mielőtt lekéred ezt az oldalt."],"This Studio site is syncing. Please wait for the sync to finish before you pull it.":["Ez a Studio oldal szinkronizálás alatt áll. Kérjük, várd meg a befejezését, mielőtt lekéred."],"This site is syncing. Please wait for the sync to finish before you can disconnect it.":["Ez az oldal szinkronizálás alatt áll. Kérjük, várd meg a befejezését, mielőtt lecsatlakoztatnád."],"This Studio site is exporting. Please wait for the export to finish before you import a backup.":["Ez a Studio oldal exportálás alatt áll. Kérjük, várd meg az exportálás befejezését, mielőtt biztonsági mentést importálnál."],"This Studio site is syncing. Please wait for the sync to finish before you import a backup.":["Ez a Studio oldal szinkronizálás alatt áll. Kérjük, várd meg a szinkronizálás befejezését, mielőtt biztonsági mentést importálnál."],"This Studio site is being imported. Please wait for the import to finish before you export it.":["Ez a Studio oldal importálás alatt áll. Kérjük, várd meg az importálás befejezését, mielőtt exportálnád."],"Another site is syncing. Please wait for the sync to finish before you publish your site.":["Egy másik oldal szinkronizálás alatt áll. Kérjük, várd meg a szinkronizálás befejezését, mielőtt közzétennéd az oldaladat."],"This Studio site is syncing. Please wait for the sync to finish before you export it.":["Ez a Studio oldal szinkronizálás alatt áll. Kérjük, várd meg a szinkronizálás befejezését, mielőtt exportálnád."],"You pushed this site %s ago.":["Legutóbbi küldés: %s"],"You pulled this site %s ago.":["Legutóbbi lekérés: %s"],"You have not pushed this site yet.":["Ezt az oldalt még nem küldted el."],"You have not pulled this site yet.":["Ezt az oldalt még nem kérted le."],"Deleted":["Törölve"],"Applying changes…":["Módosítások alkalmazása…"],"Unsupported site":["Nem támogatott oldal"],"Enable hosting features":["Tárhely funkciók engedélyezése"],"Upgrade plan":["Csomag frissítése"],"Reconnect":["Újracsatlakoztatás"],"Loading":["Betöltés..."],"Syncing":["Szinkronizálás"],"Importing":["Importálás..."],"Adding":["Hozzáadás"],"Error pushing changes":["Hiba a változtatások küldésekor"],"Push complete":["Küldés kész"],"Creating backup…":["Biztonsági mentés készítése…"],"Downloading backup…":["Biztonsági mentés letöltése…"],"The site is too large to push. Please reduce the size of the site and try again.":["Az oldal túl nagy a küldéshez. Kérjük, csökkentsd az oldal méretét, és próbáld újra."],"Error pushing to %s":["Hiba a küldéskor: %s"],"Studio was unable to connect to WordPress.com. Please try again.":["A Studio nem tudott csatlakozni a WordPress.com-hoz. Kérjük, próbáld újra."],"Error pulling from %s":["Hiba a lekéréskor: %s"],"You're currently offline":["Jelenleg offline vagy"],"Edit profile":["Profil szerkesztése"],"Get help":["Segítség"],"Open settings":["Beállítások megnyitása"],"Toggle sidebar":["Oldalsáv be/ki"],"Clear":["Kiürítés"],"Pulling or pushing a site requires an internet connection.":["Egy oldal küldéséhez vagy lekéréséhez internetkapcsolat szükséges."],"Pull complete":["Lekérés kész"],"Error pulling changes":["Hiba a változtatások lekérésekor"],"Start site":["Oldal indítása"],"Stop site":["Oldal leállítása"],"Starting":["Indítás"],"Pulling…":["Lekérés…"],"Copy to clipboard":["másoláa a vágólapra"],"This feature is only available for sites using the default SQLite integration.":["Ez a funkció csak az alapértelmezett SQLite integrációt használó oldalakhoz érhető el."],"Import / Export is not available for this site":["Az Importálás / Exportálás nem érhető el ehhez az oldalhoz"],"Your WordPress.com site will not be affected by disconnecting it from Studio.":["A WordPress.com oldaladra nem lesz hatással a Studio oldal lecsatlakoztatása."],"Disconnect site":["Oldal lecsatlakoztatása"],"Disconnect %s":["%s lecsatlakoztatása"],"Connect":["Kapcsolódás"],"Already connected":["Már csatlakoztatva"],"Search sites":["Oldalak keresése"],"No sites found":["Nincsenek honlapok"],"No sites found for \\"%s\\"":["Nem található oldal: „%s”"],"Loading sites…":["Oldalak betöltése…"],"Push":["Küldés"],"Pull":["Lekérés"],"Production":["Éles"],"Staging":["Staging"],"Disconnect":["Szétkapcsolás"],"Please try again.":["Újra kellene próbálkozni."],"Failed to connect to site":["Nem sikerült csatlakozni az oldalhoz"],"Create a free account":["Ingyenes fiók létrehozása"],"New to WordPress.com?":["Új vagy a WordPress.com-on?"],"You're currently offline.":["Jelenleg offline vagy."],"Connect site":["Oldal csatlakoztatása"],"Create new site":["Új oldal létrehozása"],"Connecting a site requires an internet connection.":["Oldal csatlakoztatásához internetkapcsolat szükséges."],"Creating a site requires an internet connection.":["Oldal létrehozásához internetkapcsolat szükséges."],"Sync database and file changes.":["Adatbázis- és fájlváltoztatások szinkronizálása."],"Supports staging and production sites.":["Támogatja a staging és éles oldalakat."],"Push and pull changes from your live site.":["Változtatások küldése és lekérése az éles oldaladról."],"Sync":["Szinkronizálás"],"Still working on it…":["Még dolgozom rajta…"],"This is taking a little longer than I thought…":["Ez kicsit tovább tart, mint gondoltam…"],"Stick with me…":["Tarts ki…"],"Stopping…":["Leállítás…"],"%d error found":["%d hiba","%d hiba"],"Open in terminal":["Megnyitás terminálban"],"Command copied to the clipboard":["Parancs vágólapra másolva"],"Copied to the clipboard":["Vágólapra másolva"],"More suggestions":["További javaslatok"],"Copy local path to clipboard":["Helyi elérési út vágólapra másolása"],"No":["Nem"],"Yes":["Igen"],"Was this helpful?":["Ez hasznos volt?"],"Thanks for the feedback!":["Köszönjük a visszajelzést!"],"Float on Top of All Other Windows":["Mindig más ablakok felett"],"Language":["Nyelv"],"Import failed. Please try again.":["Az importálás sikertelen. Kérjük, próbáld újra."],"Importing completed":["Importálás kész"],"Importing WordPress content…":["WordPress tartalom importálása…"],"Importing database…":["Adatbázis importálása…"],"Extracting backup files…":["Biztonsági mentés fájljainak kicsomagolása…"],"Extracting backup…":["Biztonsági mentés kicsomagolása…"],"A site can't be stopped or started during import.":["Importálás közben az oldal nem állítható le és nem indítható el."],"Importing…":["Importálás..."],"An error occurred while importing the site. Verify the file is a valid Jetpack backup, Local, Playground, .wpress or .sql database file and try again. If this problem persists, please contact support.":["Hiba történt az oldal importálásakor. Ellenőrizd, hogy a fájl érvényes Jetpack biztonsági mentés, Local, Playground, .wpress vagy .sql adatbázisfájl-e, és próbáld újra. Ha a probléma továbbra is fennáll, kérjük, lépj kapcsolatba a támogatással."],"Failed importing site":["Nem sikerült importálni az oldalt"],"Import completed":["Importálás kész"],"Export failed. Please try again.":["Az exportálás sikertelen. Kérjük, próbáld újra."],"Backing up files…":["Fájlok mentése…"],"Exporting configuration…":["Konfiguráció exportálása…"],"An error occurred while exporting the site. If this problem persists, please contact support.":["Hiba történt az oldal exportálásakor. Ha a probléma továbbra is fennáll, kérjük, lépj kapcsolatba a támogatással."],"Failed exporting site":["Nem sikerült exportálni az oldalt"],"Export completed":["Exportálás kész"],"Advanced settings":["Speciális beállítások"],"Select or drop a file":["Válassz vagy húzz ide egy fájlt"],"Drag a file here, or click to select a file":["Húzz ide egy fájlt, vagy kattints a fájl kiválasztásához"],"Drop file":["Ejtsd ide a fájlt"],"Start again":["Kezdjük ismét!"],"Open site ↗":["Oldal megnyitása ↗"],"Import complete!":["Importálás kész!"],"Importing backup…":["Biztonsági mentés importálása…"],"Import":["Importálás"],"Importing a backup will replace the existing files and database for your site.":["A biztonsági mentés importálása lecseréli az oldalad meglévő fájljait és adatbázisát."],"Overwrite %s?":["Felülírod: %s?"],"Export database":["Adatbázis exportálása"],"Export entire site":["Teljes oldal exportálása"],"Export your entire site or only the database.":["Exportáld a teljes oldalt vagy csak az adatbázist."],"Save database file":["Adatbázisfájl mentése"],"Save backup file":["Biztonsági mentés fájl mentése"],"Failed to create site":["Nem sikerült létrehozni az oldalt"],"Import / Export":["Import/Export"],"The site's database will be lost. Including all posts, pages, comments, and media.":["Az oldal adatbázisa el fog veszni. Beleértve az összes bejegyzést, oldalt, hozzászólást és médiát."],"Oops! We couldn't get a response from the assistant. <a>Try again</a>":["Hoppá! Nem kaptunk választ az asszisztenstől. <a>Próbáld újra</a>"],"Not now":["Most nem"],"The AI assistant requires an internet connection.":["Az AI asszisztenshez internetkapcsolat szükséges."],"Starting the server before opening the site link":["Szerver indítása az oldal linkjének megnyitása előtt"],"Thinking about that…":["Gondolkodom rajta…"],"Completed in %s seconds":["Kész %s másodperc alatt"],"You've reached your <a>usage limit</a> for this month. Your limit will reset in %d day.":["Elérted a havi <a>használati kereted</a>. A kereted %d nap múlva újraindul.","Elérted a havi <a>használati kereted</a>. A kereted %d nap múlva újraindul."],"You've reached your <a>usage limit</a> for this month. Your limit will reset today.":["Elérted a havi <a>használati kereted</a>. A kereted ma újraindul."],"Failed to open link":["Nem sikerült megnyitni a linket"],"Studio Assistant":["Studio Asszisztens"],"Your message":["Üzeneted"],"Run":["Futtatás"],"Run again":["Újrafuttatás"],"Thinking…":["Gondolkodom…"],"Assistant Menu":["Asszisztens menü"],"This conversation is over two hours old. <button>Clear the history</button> if you have something new to ask.":["Ez a beszélgetés több mint két órás. <button>Töröld az előzményeket</button>, ha valami újat szeretnél kérdezni."],"PHP version":["PHP verzió"],"PHP version:":["PHP verzió:"],"Clear conversation":["Beszélgetés törlése"],"Are you sure you want to clear the conversation?":["Biztosan törölni szeretnéd a beszélgetést?"],"The configuration couldn't be changed to speed up site creation.\\n\\nTo initiate this process again, please go to \\"Help > How can I make Studio faster?\\" in the application menu.":["A konfiguráció nem módosítható az oldalkészítés gyorsításához.\\n\\nA folyamat újraindításához válaszd a „Súgó > Hogyan tehetem gyorsabbá a Studio-t?” menüpontot."],"Microsoft Defender's Real-time protection may slow site creation.\\n\\nTo create sites quickly, we recommend disabling Real-time protection for the Studio app.":["A Microsoft Defender valós idejű védelme lassíthatja az oldalkészítést.\\n\\nAz oldalak gyors létrehozásához javasoljuk a valós idejű védelem kikapcsolását a Studio alkalmazáshoz."],"Want to speed up site creation?":["Gyorsítanád az oldalkészítést?"],"I'm not interested.":["Nem érdekel."],"Sounds good, do it for me.":["Rendben, csináld meg nekem."],"Copy":["Másolás"],"Error":["Hiba"],"Success":["Siker!"],"Local sites powered by":["Helyi oldalak üzemeltetője:"],"Share Feedback":["Visszajelzés küldése"],"Propose a Feature":["Funkció javaslása"],"Report an Issue":["Hiba bejelentése"],"%1$d of %2$d monthly prompts used":["%1$d / %2$d havi prompt felhasználva"],"AI assistant":["AI asszisztens"],"Every account gets %d prompts included for free each month.":["Minden fiók havonta %d ingyenes promptot tartalmaz."],"If you don't have an account yet, <a>create one for free</a>.":["Ha még nincs fiókod, <a>hozz létre egyet ingyen</a>."],"You need to log in to your WordPress.com account to use the assistant.":["Az asszisztens használatához be kell jelentkezned a WordPress.com fiókodba."],"Hold up!":["Állj!"],"What would you like to learn?":["Mit szeretnél megtudni?"],"Assistant":["Asszisztens"],"Delete all":["Összes törlése"],"An error occurred while creating the site. Verify your selected local path is an empty directory or an existing WordPress folder and try again. If this problem persists, please contact support.":["Hiba történt az oldal létrehozásakor. Ellenőrizd, hogy a kiválasztott helyi elérési út egy üres könyvtár vagy egy meglévő WordPress mappa, és próbáld újra. Ha a probléma továbbra is fennáll, kérjük, lépj kapcsolatba a támogatással."],"Download":["Letöltés"],"Don't show this warning again":["Ne mutasd újra ezt a figyelmeztetést"],"Downloading the optimized version of Studio will provide better performance.":["A Studio optimalizált verziójának letöltése jobb teljesítményt nyújt."],"Downloading the Apple Silicon Chip version of Studio will provide better performance.":["A Studio Apple Silicon Chip verziójának letöltése jobb teljesítményt nyújt."],"This version of Studio is not optimized for your computer":["A Studio ezen verziója nincs optimalizálva a számítógépedre"],"%d minute":["%d perce","%d perce"],"%d hour":["%d óra","%d óra"],"%d day":["%d nap","%d napja"],"Sites":["Honlapok"],"Offline indicator":["Offline jelző"],"Global":["Globális"],"We couldn't delete the site '%s'. Please try again":["Nem sikerült törölni a(z) „%s” oldalt. Kérjük, próbáld újra"],"Deletion failed":["Törlés sikertelen"],"Server is running, click to stop.":["A szerver fut, kattints a leállításhoz."],"WP admin":["WP admin"],"Studio can only update automatically from the Applications folder. Please move Studio to Applications and try again.":["A Studio csak az Alkalmazások mappából tud automatikusan frissülni. Kérjük, helyezd át a Studio-t az Alkalmazások mappába, és próbáld újra."],"Restart to Apply Updates":["Újraindítás a frissítések alkalmazásához"],"Please verify your site's local path directory contains the standard WordPress installation files and try again. If this problem persists, please contact support.":["Kérjük, ellenőrizd, hogy az oldalad helyi mappája tartalmazza a standard WordPress telepítési fájlokat, és próbáld újra. Ha a probléma továbbra is fennáll, kérjük, lépj kapcsolatba a támogatással."],"Publishing your site requires an internet connection.":["Az oldal közzétételéhez internetkapcsolat szükséges."],"start %s site":["%s oldal indítása"],"stop %s site":["%s oldal leállítása"],"%s site stopped.":["%s oldal leállítva."],"%s site started.":["%s oldal elindítva."],"Select a site to view details.":["Válassz egy oldalt a részletek megtekintéséhez."],"Preview of the %s site":["A(z) %s oldal előnézete"],"Imagine, Create, Design, Code, Build":["Képzelj, Alkoss, Tervezz, Kódolj, Építs"],"Some features will be unavailable.":["Egyes funkciók nem lesznek elérhetők."],"Saving…":["Mentése..."],"You’re currently offline.":["Jelenleg offline vagy."],"Delete":["Törlés"],"Don't ask again":["Ne kérdezd újra"],"Update":["Frissítés"],"Importing a remote site requires an internet connection.":["Távoli oldal importálásához internetkapcsolat szükséges."],"%s site added.":["%s oldal hozzáadva."],"Close Window":["Ablak bezárása"],"Select different local path":["Másik helyi elérési út választása"],"My WordPress Website":["WordPress weboldalam"],"My True Website":["Valódi weboldalam"],"My Swift Website":["Villámgyors weboldalam"],"My Sparkly Website":["Szikrázó weboldalam"],"My Shiny Website":["Tündöklő weboldalam"],"My Serene Website":["Derűs weboldalam"],"My Prime Website":["Kiváló weboldalam"],"My Peak Website":["Csúcsra törő weboldalam"],"My Pure Website":["Makulátlan weboldalam"],"My Noble Website":["Fennkölt weboldalam"],"My Joyful Website":["Örömteli weboldalam"],"My Happy Website":["Vidám weboldalam"],"My Glowing Website":["Ragyogó weboldalam"],"My Fresh Website":["Üde weboldalam"],"My Elite Website":["Különleges weboldalam"],"My Dreamy Website":["Álomszép weboldalam"],"My Cool Website":["Menő weboldalam"],"My Calm Website":["Békés weboldalam"],"My Blissful Website":["Boldogító weboldalam"],"My Bright Website":["Sugárzó weboldalam"],"My Bold Website":["Vakmerő weboldalam"],"Overview":["Áttekintés"],"Stop all":["Összes leállítása"],"%d site running":["%d futó oldal","%d futó oldal"],"Continue":["Folytatás"],"Build":["Építs"],"Code":["Kódolj"],"Design":["Tervezz"],"Create":["Alkoss"],"Imagine":["Képzelj"],"contact support.":["lépj kapcsolatba a támogatással."],"Try restarting the app, if the problem persists":["Próbáld újraindítani az alkalmazást, ha a probléma továbbra is fennáll"],"We’ve logged the issue to help us track down the problem.":["Naplóztuk a hibát, hogy segítsen a probléma felderítésében."],"Something's broken.":["Valami hiba történt."],"Uh oh!":["Uh oh!"],"Copy admin password to clipboard":["Admin jelszó vágólapra másolása"],"Copy admin username to clipboard":["Admin felhasználónév vágólapra másolása"],"Open local site":["Helyi oldal megnyitása"],"Preview unavailable":["Előnézet nem elérhető"],"Theme":["Sablon"],"Open in…":["Megnyitás…"],"Could not open the terminal.":["Nem sikerült megnyitni a terminált."],"Terminal":["Terminál"],"PhpStorm":["PhpStorm"],"Finder":["Finder"],"Customize":["Testreszabás"],"Widgets":["Widgetek"],"Menus":["Menük"],"Customizer":["Testreszabó"],"Pages":["Oldalak"],"Templates":["Sablonminták"],"Navigation":["Navigáció"],"Patterns":["Minták"],"Styles":["Stílusok"],"Site Editor":["Honlap szerkesztő"],"Open site":["Oldal megnyitása"],"User avatar":["Felhasználói avatar"],"Site details":["Oldal részletei"],"Log out":["Kijelentkezés"],"This directory is not empty. Please select an empty directory or an existing WordPress folder.":["Ez a könyvtár nem üres. Kérjük, válassz egy üres könyvtárat vagy egy meglévő WordPress mappát."],"New Version Available":["Új verzió érhető el"],"OK":["OK"],"Application Update":["Alkalmazásfrissítés"],"Later":["Később"],"Restart":["Újrakezdés"],"The existing WordPress site at this path will be added.":["Az ezen az elérési úton található meglévő WordPress oldal hozzáadásra kerül."],"Add a site":["Oldal hozzáadása"],"Help":["Segítség"],"Edit":["Szerkesztés"],"Save":["Mentés"],"Edit site":["Honlap szerkesztése"],"Copy wp-admin url to clipboard":["WP-admin URL vágólapra másolása"],"Admin URL":["Admin URL"],"Password":["Jelszó"],"Username":["Felhasználónév"],"WP version":["WP verzió"],"Local path":["Helyi elérési út"],"Copied!":["Másolva!"],"Copy site url to clipboard":["Oldal URL vágólapra másolása"],"Site name":["Holnap neve:"],"Add Site…":["Oldal hozzáadása…"],"Settings…":["Beállítások…"],"Check for Updates":["Frissítések keresése"],"Expired":["Lejárt"],"Previews":["Előnézetek"],"Delete site":["Oldal törlése"],"Cancel":["Mégsem"],"Delete site files from my computer":["Oldal fájljainak törlése a számítógépemről"],"Close":["Bezárás"],"Delete %s":["%s törlése"],"Uploading site…":["Oldal feltöltése…"],"Create preview site":["Előnézeti oldal létrehozása"],"Create a preview site":["Előnézeti oldal létrehozása"],"Log in to WordPress.com":["Bejelentkezés a WordPress.com-ba"],"Rename preview link":["Előnézeti link átnevezése"],"More options":["További beállítások"],"html_lang_attribute":["hu"],"text direction\\u0004ltr":["ltr"],"Test Render Failure (dev only)":["Teszt renderelési hiba (csak fejlesztőknek)"],"Test Hard Crash (dev only)":["Teszt összeomlás (csak fejlesztőknek)"],"Export":["Exportálás"],"Running":["Fut"],"Stop":["Leállítás"],"Starting…":["Indítás…"],"Start":["Indítás"],"Log in":["Bejelentkezés"],"Settings":["Beállítások"],"Account":["Fiók"],"WP Admin":["WP Admin"],"Reload":["Újratöltés"],"Something went wrong":["Valami hiba történt"],"Add site":["Oldal hozzáadása"],"Choose folder for site":["Válassz mappát az oldalhoz"]}}`);
@@ -76939,10 +76939,22 @@ function getPlatformMetric() {
76939
76939
  return StatsMetric.UNKNOWN_PLATFORM;
76940
76940
  }
76941
76941
  }
76942
- const version = "1.7.8-beta2";
76942
+ const version = "1.7.8-beta3";
76943
76943
  suppressPunycodeWarning();
76944
76944
  async function main() {
76945
76945
  const yargsLocale = await loadTranslations();
76946
+ if (semver.lt(process.version, "22.0.0")) {
76947
+ console.error(
76948
+ sprintf(
76949
+ __(
76950
+ "Studio CLI requires Node.js %s or newer. You are running %s.\nUpgrade Node.js and run this command again.\nDownload: https://nodejs.org/en/download"
76951
+ ),
76952
+ "22.0.0",
76953
+ process.version
76954
+ )
76955
+ );
76956
+ process.exit(1);
76957
+ }
76946
76958
  const studioArgv = yargs(process.argv.slice(2)).scriptName("studio").usage(__("WordPress Studio CLI")).locale(yargsLocale).version(version).option("avoid-telemetry", {
76947
76959
  type: "boolean",
76948
76960
  hidden: true
@@ -76986,9 +76998,9 @@ async function main() {
76986
76998
  { registerCommand: registerAuthLogoutCommand },
76987
76999
  { registerCommand: registerAuthStatusCommand }
76988
77000
  ] = await Promise.all([
76989
- import("./login-D4E3GoXe.mjs"),
76990
- import("./logout-DE-RoshK.mjs"),
76991
- import("./status-DEOAA0yx.mjs")
77001
+ import("./login-C3QlGVbr.mjs"),
77002
+ import("./logout-B63eZwJZ.mjs"),
77003
+ import("./status-SnKm1rRP.mjs")
76992
77004
  ]);
76993
77005
  registerAuthLoginCommand(authYargs);
76994
77006
  registerAuthLogoutCommand(authYargs);
@@ -76996,7 +77008,7 @@ async function main() {
76996
77008
  authYargs.version(false).demandCommand(1, __("You must provide a valid auth command"));
76997
77009
  });
76998
77010
  const studioCodeCommandBuilder = async (aiYargs) => {
76999
- const { registerCommand: registerAiCommand } = await import("./index-9Oz-0bqF.mjs");
77011
+ const { registerCommand: registerAiCommand } = await import("./index-D9syEMMz.mjs");
77000
77012
  registerAiCommand(aiYargs);
77001
77013
  aiYargs.command("sessions", __("Manage code sessions"), async (sessionsYargs) => {
77002
77014
  const [
@@ -77006,7 +77018,7 @@ async function main() {
77006
77018
  ] = await Promise.all([
77007
77019
  import("./delete-Cx1BaI3O.mjs"),
77008
77020
  import("./list-BCMF7dGI.mjs"),
77009
- import("./resume-DLoXmzNG.mjs")
77021
+ import("./resume-DQT_MK6A.mjs")
77010
77022
  ]);
77011
77023
  sessionsYargs.option("path", {
77012
77024
  hidden: true
@@ -77043,7 +77055,7 @@ async function main() {
77043
77055
  Promise.resolve().then(() => list$2),
77044
77056
  Promise.resolve().then(() => _delete$1),
77045
77057
  Promise.resolve().then(() => update),
77046
- import("./set-B0L-QiXT.mjs")
77058
+ import("./set-C805heQS.mjs")
77047
77059
  ]);
77048
77060
  registerPreviewCreateCommand(previewYargs);
77049
77061
  registerPreviewListCommand(previewYargs);
@@ -77070,7 +77082,7 @@ async function main() {
77070
77082
  Promise.resolve().then(() => start),
77071
77083
  Promise.resolve().then(() => stop),
77072
77084
  Promise.resolve().then(() => _delete),
77073
- import("./set-B8YYUENH.mjs")
77085
+ import("./set-CjTbueyB.mjs")
77074
77086
  ]);
77075
77087
  registerSiteStatusCommand(sitesYargs);
77076
77088
  registerSiteCreateCommand(sitesYargs);
@@ -77092,7 +77104,7 @@ async function main() {
77092
77104
  });
77093
77105
  },
77094
77106
  handler: async (argv) => {
77095
- const { commandHandler: wpCliCommandHandler } = await import("./wp-CobSX6C6.mjs");
77107
+ const { commandHandler: wpCliCommandHandler } = await import("./wp-D0HZdudM.mjs");
77096
77108
  return wpCliCommandHandler(argv);
77097
77109
  }
77098
77110
  }).command({
@@ -77100,7 +77112,7 @@ async function main() {
77100
77112
  describe: false,
77101
77113
  // Hidden command
77102
77114
  handler: async () => {
77103
- const { commandHandler: eventsCommandHandler } = await import("./_events-BRGCap7g.mjs");
77115
+ const { commandHandler: eventsCommandHandler } = await import("./_events-C60cNJ1W.mjs");
77104
77116
  return eventsCommandHandler();
77105
77117
  }
77106
77118
  }).demandCommand(1, __("You must provide a valid command")).strict();