From 87d122229e375806f999c8b5034bd7242d728686 Mon Sep 17 00:00:00 2001 From: Takayuki Miyauchi Date: Sat, 16 May 2020 05:11:47 +0900 Subject: [PATCH 1/3] bug fix #21466 --- packages/babel-plugin-makepot/src/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/babel-plugin-makepot/src/index.js b/packages/babel-plugin-makepot/src/index.js index 507c988be91bb..bba9a255ff6ff 100644 --- a/packages/babel-plugin-makepot/src/index.js +++ b/packages/babel-plugin-makepot/src/index.js @@ -132,6 +132,11 @@ function getExtractedComment( path, _originalNodeLine ) { let comment; forEach( node.leadingComments, ( commentNode ) => { + let line = 0; + if ( commentNode && commentNode.loc && commentNode.loc.end ) { + line = commentNode.loc.end.line; + } + const { line } = commentNode.loc.end; if ( line < _originalNodeLine - 1 || line > _originalNodeLine ) { return; From f0d0cb892adfad59ce6f3e743008715fb20c36ae Mon Sep 17 00:00:00 2001 From: Takayuki Miyauchi Date: Sun, 17 May 2020 06:09:19 +0900 Subject: [PATCH 2/3] bug fix --- languages/gutenberg.pot | 3393 ++++++++++++++++++++ packages/babel-plugin-makepot/src/index.js | 1 - 2 files changed, 3393 insertions(+), 1 deletion(-) create mode 100644 languages/gutenberg.pot diff --git a/languages/gutenberg.pot b/languages/gutenberg.pot new file mode 100644 index 0000000000000..80f93d944c804 --- /dev/null +++ b/languages/gutenberg.pot @@ -0,0 +1,3393 @@ +msgid "" +msgstr "" +"Content-Type: text/plain; charset=utf-8\n" +"X-Generator: babel-plugin-makepot\n" + +#: packages/annotations/build-module/format/annotation.js:160 +msgid "Annotation" +msgstr "" + +#: packages/api-fetch/build-module/index.js:111 +msgid "An unknown error occurred." +msgstr "" + +#: packages/api-fetch/build-module/index.js:99 +msgid "The response is not a valid JSON response." +msgstr "" + +#: packages/block-library/build-module/archives/edit.js:21 +msgid "Archives Settings" +msgstr "" + +#: packages/block-library/build-module/archives/edit.js:23 +#: packages/block-library/build-module/categories/edit.js:194 +msgid "Display as Dropdown" +msgstr "" + +#: packages/block-library/build-module/archives/edit.js:31 +#: packages/block-library/build-module/categories/edit.js:202 +msgid "Show Post Counts" +msgstr "" + +#: packages/block-library/build-module/archives/index.js:15 +msgid "Archives" +msgstr "" + +#: packages/block-library/build-module/archives/index.js:16 +msgid "Display a monthly archive of your posts." +msgstr "" + +#: packages/block-library/build-module/audio/edit.js:203 +msgid "Edit audio" +msgstr "" + +#: packages/block-library/build-module/audio/edit.js:207 +msgid "Audio Settings" +msgstr "" + +#: packages/block-library/build-module/audio/edit.js:209 +#: packages/block-library/build-module/video/edit.js:234 +msgid "Autoplay" +msgstr "" + +#: packages/block-library/build-module/audio/edit.js:213 +#: packages/block-library/build-module/video/edit.js:238 +msgid "Loop" +msgstr "" + +#: packages/block-library/build-module/audio/edit.js:217 +#: packages/block-library/build-module/video/edit.js:250 +msgid "Preload" +msgstr "" + +#: packages/block-library/build-module/audio/edit.js:227 +#: packages/block-library/build-module/video/edit.js:259 +msgid "Auto" +msgstr "" + +#: packages/block-library/build-module/audio/edit.js:230 +#: packages/block-library/build-module/video/edit.js:262 +msgid "Metadata" +msgstr "" + +#: packages/block-library/build-module/audio/edit.js:233 +#: packages/block-library/build-module/gallery/edit.js:39 +#: packages/block-library/build-module/image/edit.js:383 +#: packages/block-library/build-module/video/edit.js:265 +msgid "None" +msgstr "" + +#: packages/block-library/build-module/audio/edit.js:242 +#: packages/block-library/build-module/embed/embed-preview.js:73 +#: packages/block-library/build-module/gallery/gallery-image.js:173 +#: packages/block-library/build-module/image/edit.js:713 +#: packages/block-library/build-module/video/edit.js:295 +msgid "Write caption…" +msgstr "" + +#: packages/block-library/build-module/audio/index.js:18 +#: packages/editor/build-module/components/media-placeholder/index.js:233 +#: packages/editor/build-module/components/post-format/index.js:46 +msgid "Audio" +msgstr "" + +#: packages/block-library/build-module/audio/index.js:19 +msgid "Embed a simple audio player." +msgstr "" + +#: packages/block-library/build-module/block/edit-panel/index.js:101 +msgid "Name:" +msgstr "" + +#: packages/block-library/build-module/block/edit-panel/index.js:116 +#: packages/editor/build-module/components/post-permalink/editor.js:98 +msgid "Save" +msgstr "" + +#: packages/block-library/build-module/block/edit-panel/index.js:95 +#: packages/editor/build-module/components/post-permalink/index.js:148 +#: packages/format-library/build-module/link/inline.js:131 +msgid "Edit" +msgstr "" + +#: packages/block-library/build-module/block/edit.js:154 +msgid "Block has been deleted or is unavailable." +msgstr "" + +#: packages/block-library/build-module/block/index.js:12 +msgid "Reusable Block" +msgstr "" + +#: packages/block-library/build-module/block/index.js:14 +msgid "" +"Create content, and save it for you and other contributors to reuse across " +"your site. Update the block, and the changes apply everywhere it’s used." +msgstr "" + +# %s: title/name of the reusable block +#: packages/block-library/build-module/block/indicator/index.js:12 +msgid "Reusable Block: %s" +msgstr "" + +#: packages/block-library/build-module/button/edit.js:104 +#: packages/block-library/build-module/media-text/edit.js:208 +#: packages/block-library/build-module/paragraph/edit.js:201 +#: packages/block-library/build-module/pullquote/edit.js:119 +msgid "Color Settings" +msgstr "" + +#: packages/block-library/build-module/button/edit.js:108 +#: packages/block-library/build-module/media-text/edit.js:163 +#: packages/block-library/build-module/paragraph/edit.js:206 +msgid "Background Color" +msgstr "" + +#: packages/block-library/build-module/button/edit.js:112 +#: packages/block-library/build-module/paragraph/edit.js:210 +#: packages/block-library/build-module/pullquote/edit.js:127 +msgid "Text Color" +msgstr "" + +#: packages/block-library/build-module/button/edit.js:138 +#: packages/editor/build-module/components/media-placeholder/index.js:53 +#: packages/format-library/build-module/link/inline.js:91 +msgid "Apply" +msgstr "" + +#: packages/block-library/build-module/button/edit.js:87 +#: packages/block-library/build-module/file/edit.js:239 +msgid "Add text…" +msgstr "" + +#: packages/block-library/build-module/button/index.js:63 +msgid "Button" +msgstr "" + +#: packages/block-library/build-module/button/index.js:64 +msgid "Prompt visitors to take action with a custom button." +msgstr "" + +#: packages/block-library/build-module/button/index.js:86 +msgid "Outline" +msgstr "" + +#: packages/block-library/build-module/categories/edit.js:102 +#: packages/block-library/build-module/latest-posts/edit.js:206 +msgid "(Untitled)" +msgstr "" + +#: packages/block-library/build-module/categories/edit.js:192 +msgid "Categories Settings" +msgstr "" + +#: packages/block-library/build-module/categories/edit.js:198 +msgid "Show Hierarchy" +msgstr "" + +#: packages/block-library/build-module/categories/edit.js:210 +#: packages/block-library/build-module/categories/index.js:15 +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:451 +msgid "Categories" +msgstr "" + +#: packages/block-library/build-module/categories/index.js:16 +msgid "Display a list of all categories." +msgstr "" + +#: packages/block-library/build-module/classic/edit.js:174 +msgid "Insert Media" +msgstr "" + +#: packages/block-library/build-module/classic/edit.js:227 +msgid "Classic" +msgstr "" + +#: packages/block-library/build-module/classic/index.js:17 +msgid "Use the classic WordPress editor." +msgstr "" + +#: packages/block-library/build-module/code/edit.js:25 +msgid "Write code…" +msgstr "" + +#: packages/block-library/build-module/code/edit.js:26 +#: packages/block-library/build-module/code/index.js:16 +#: packages/format-library/build-module/code/index.js:12 +msgid "Code" +msgstr "" + +#: packages/block-library/build-module/code/index.js:17 +msgid "Display code snippets that respect your spacing and tabs." +msgstr "" + +#: packages/block-library/build-module/columns/column.js:11 +msgid "Column" +msgstr "" + +#: packages/block-library/build-module/columns/column.js:22 +msgid "A single column within a columns block." +msgstr "" + +#: packages/block-library/build-module/columns/index.js:109 +msgid "" +"Add a block that displays content in multiple columns, then add whatever " +"content blocks you’d like." +msgstr "" + +#: packages/block-library/build-module/columns/index.js:176 +#: packages/block-library/build-module/gallery/edit.js:272 +#: packages/block-library/build-module/latest-posts/edit.js:142 +#: packages/block-library/build-module/text-columns/index.js:100 +msgid "Columns" +msgstr "" + +#: packages/block-library/build-module/cover/index.js:259 +#: packages/block-library/build-module/media-text/media-container.js:46 +msgid "Edit media" +msgstr "" + +#: packages/block-library/build-module/cover/index.js:265 +msgid "Cover Settings" +msgstr "" + +#: packages/block-library/build-module/cover/index.js:267 +msgid "Fixed Background" +msgstr "" + +#: packages/block-library/build-module/cover/index.js:271 +msgid "Overlay" +msgstr "" + +#: packages/block-library/build-module/cover/index.js:276 +msgid "Overlay Color" +msgstr "" + +#: packages/block-library/build-module/cover/index.js:279 +msgid "Background Opacity" +msgstr "" + +#: packages/block-library/build-module/cover/index.js:295 +msgid "Cover" +msgstr "" + +#: packages/block-library/build-module/cover/index.js:301 +msgid "" +"Drag an image or a video, upload a new one or select a file from your " +"library." +msgstr "" + +#: packages/block-library/build-module/cover/index.js:328 +msgid "Write title…" +msgstr "" + +#: packages/block-library/build-module/cover/index.js:60 +msgid "Add an image or video with a text overlay — great for headers." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:105 +msgid "Embed Cloudup content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:113 +msgid "Embed CollegeHumor content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:121 +msgid "Embed a Dailymotion video." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:129 +msgid "Embed Hulu content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:137 +msgid "Embed Imgur content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:145 +msgid "Embed Issuu content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:153 +msgid "Embed Kickstarter content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:161 +msgid "Embed Meetup.com content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:169 +msgid "music" +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:169 +msgid "audio" +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:17 +msgid "Embed a tweet." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:170 +msgid "Embed Mixcloud content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:178 +msgid "Embed Polldaddy content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:186 +msgid "Embed a Reddit thread." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:194 +msgid "Embed ReverbNation content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:202 +msgid "Embed Screencast content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:210 +msgid "Embed Scribd content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:218 +msgid "Embed Slideshare content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:226 +msgid "Embed SmugMug content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:254 +msgid "Embed Speaker Deck content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:26 +msgid "Embed a YouTube video." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:262 +msgid "Embed a TED video." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:270 +msgid "Embed a Tumblr post." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:278 +#: packages/block-library/build-module/media-text/index.js:77 +msgid "video" +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:279 +msgid "Embed a VideoPress video." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:287 +msgid "Embed a WordPress.tv video." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:34 +msgid "Embed a Facebook post." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:43 +msgid "Embed an Instagram post." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:51 +msgid "post" +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:51 +msgid "blog" +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:53 +msgid "Embed a WordPress post." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:61 +msgid "Embed SoundCloud content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:70 +msgid "Embed Spotify content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:78 +#: packages/block-library/build-module/media-text/index.js:77 +msgid "image" +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:79 +msgid "Embed Flickr content." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:88 +msgid "Embed a Vimeo video." +msgstr "" + +#: packages/block-library/build-module/embed/core-embeds.js:97 +msgid "Embed an Animoto video." +msgstr "" + +#: packages/block-library/build-module/embed/edit.js:162 +msgid "This embed will preserve its aspect ratio when the browser is resized." +msgstr "" + +#: packages/block-library/build-module/embed/edit.js:162 +msgid "This embed may not preserve its aspect ratio when the browser is resized." +msgstr "" + +#: packages/block-library/build-module/embed/edit.js:204 +msgid "%s URL" +msgstr "" + +#: packages/block-library/build-module/embed/embed-controls.js:21 +msgid "Edit URL" +msgstr "" + +#: packages/block-library/build-module/embed/embed-controls.js:25 +msgid "Media Settings" +msgstr "" + +#: packages/block-library/build-module/embed/embed-controls.js:28 +msgid "Resize for smaller devices" +msgstr "" + +#: packages/block-library/build-module/embed/embed-loading.js:12 +msgid "Embedding…" +msgstr "" + +#: packages/block-library/build-module/embed/embed-placeholder.js:33 +msgid "Enter URL to embed here…" +msgstr "" + +#: packages/block-library/build-module/embed/embed-placeholder.js:40 +msgid "Sorry, we could not embed that content." +msgstr "" + +#: packages/block-library/build-module/embed/embed-preview.js:43 +msgid "Embedded content from %s" +msgstr "" + +#: packages/block-library/build-module/embed/embed-preview.js:71 +msgid "Sorry, we cannot preview this embedded content in the editor." +msgstr "" + +#: packages/block-library/build-module/embed/index.js:18 +msgid "" +"Embed videos, images, tweets, audio, and other content from external " +"sources." +msgstr "" + +# %s: Name of service (e.g. VideoPress, YouTube) +#: packages/block-library/build-module/embed/settings.js:56 +msgid "" +"Add a block that displays content pulled from other sites, like Twitter, " +"Instagram or YouTube." +msgstr "" + +#: packages/block-library/build-module/file/edit.js:175 +#: packages/block-library/build-module/file/index.js:24 +#: packages/list-reusable-blocks/build-module/components/import-form/index.js:125 +msgid "File" +msgstr "" + +#: packages/block-library/build-module/file/edit.js:176 +msgid "Drag a file, upload a new one or select a file from your library." +msgstr "" + +#: packages/block-library/build-module/file/edit.js:207 +msgid "Edit file" +msgstr "" + +#: packages/block-library/build-module/file/edit.js:221 +msgid "Write file name…" +msgstr "" + +#: packages/block-library/build-module/file/edit.js:253 +#: packages/edit-post/build-module/plugins/copy-content-menu-item/index.js:28 +#: packages/editor/build-module/components/post-publish-panel/postpublish.js:116 +msgid "Copied!" +msgstr "" + +#: packages/block-library/build-module/file/edit.js:253 +msgid "Copy URL" +msgstr "" + +#: packages/block-library/build-module/file/index.js:25 +msgid "Add a link to a downloadable file." +msgstr "" + +#: packages/block-library/build-module/file/index.js:36 +msgid "document" +msgstr "" + +#: packages/block-library/build-module/file/index.js:36 +msgid "pdf" +msgstr "" + +#: packages/block-library/build-module/file/inspector.js:12 +msgid "The download button is visible." +msgstr "" + +#: packages/block-library/build-module/file/inspector.js:12 +msgid "The download button is hidden." +msgstr "" + +#: packages/block-library/build-module/file/inspector.js:27 +#: packages/edit-post/build-module/components/sidebar/post-link/index.js:57 +#: packages/editor/build-module/components/media-placeholder/index.js:46 +#: packages/editor/build-module/components/url-input/index.js:292 +msgid "URL" +msgstr "" + +#: packages/block-library/build-module/file/inspector.js:33 +#: packages/block-library/build-module/gallery/edit.js:36 +#: packages/block-library/build-module/image/edit.js:386 +msgid "Media File" +msgstr "" + +#: packages/block-library/build-module/file/inspector.js:36 +#: packages/block-library/build-module/gallery/edit.js:33 +#: packages/block-library/build-module/image/edit.js:389 +msgid "Attachment Page" +msgstr "" + +#: packages/block-library/build-module/file/inspector.js:41 +msgid "Text Link Settings" +msgstr "" + +#: packages/block-library/build-module/file/inspector.js:43 +#: packages/block-library/build-module/gallery/edit.js:283 +#: packages/block-library/build-module/image/edit.js:568 +msgid "Link To" +msgstr "" + +#: packages/block-library/build-module/file/inspector.js:48 +#: packages/block-library/build-module/image/edit.js:579 +#: packages/format-library/build-module/link/inline.js:300 +msgid "Open in New Tab" +msgstr "" + +#: packages/block-library/build-module/file/inspector.js:52 +msgid "Download Button Settings" +msgstr "" + +#: packages/block-library/build-module/file/inspector.js:54 +msgid "Show Download Button" +msgstr "" + +#: packages/block-library/build-module/gallery/edit.js:160 +msgid "Thumbnails are cropped to align." +msgstr "" + +#: packages/block-library/build-module/gallery/edit.js:160 +msgid "Thumbnails are not cropped." +msgstr "" + +#: packages/block-library/build-module/gallery/edit.js:245 +msgid "Edit Gallery" +msgstr "" + +#: packages/block-library/build-module/gallery/edit.js:257 +#: packages/block-library/build-module/gallery/index.js:86 +#: packages/editor/build-module/components/post-format/index.js:25 +msgid "Gallery" +msgstr "" + +#: packages/block-library/build-module/gallery/edit.js:258 +msgid "Drag images, upload new ones or select files from your library." +msgstr "" + +#: packages/block-library/build-module/gallery/edit.js:270 +msgid "Gallery Settings" +msgstr "" + +#: packages/block-library/build-module/gallery/edit.js:278 +msgid "Crop Images" +msgstr "" + +#: packages/block-library/build-module/gallery/edit.js:318 +msgid "Upload an image" +msgstr "" + +#: packages/block-library/build-module/gallery/gallery-image.js:168 +msgid "Remove Image" +msgstr "" + +#: packages/block-library/build-module/gallery/index.js:102 +msgid "images" +msgstr "" + +#: packages/block-library/build-module/gallery/index.js:102 +msgid "photos" +msgstr "" + +#: packages/block-library/build-module/gallery/index.js:87 +msgid "Display multiple images in a rich gallery." +msgstr "" + +#: packages/block-library/build-module/heading/edit.js:38 +msgid "Heading Settings" +msgstr "" + +#: packages/block-library/build-module/heading/edit.js:39 +msgid "Level" +msgstr "" + +#: packages/block-library/build-module/heading/edit.js:48 +msgid "Text Alignment" +msgstr "" + +#: packages/block-library/build-module/heading/edit.js:86 +msgid "Write heading…" +msgstr "" + +# %s: heading level e.g: "1", "2", "3" +#: packages/block-library/build-module/heading/heading-toolbar.js:37 +msgid "Heading %d" +msgstr "" + +#: packages/block-library/build-module/heading/index.js:58 +msgid "Heading" +msgstr "" + +#: packages/block-library/build-module/heading/index.js:59 +msgid "" +"Introduce new sections and organize content to help visitors (and search " +"engines) understand the structure of your content." +msgstr "" + +#: packages/block-library/build-module/heading/index.js:70 +msgid "title" +msgstr "" + +#: packages/block-library/build-module/heading/index.js:70 +msgid "subtitle" +msgstr "" + +#: packages/block-library/build-module/html/index.js:14 +msgid "Custom HTML" +msgstr "" + +#: packages/block-library/build-module/html/index.js:15 +msgid "Add custom HTML code and preview it as you edit." +msgstr "" + +#: packages/block-library/build-module/html/index.js:23 +msgid "embed" +msgstr "" + +#: packages/block-library/build-module/html/index.js:81 +#: packages/edit-post/build-module/components/sidebar/post-link/index.js:92 +#: packages/editor/build-module/components/block-preview/index.js:32 +msgid "Preview" +msgstr "" + +#: packages/block-library/build-module/html/index.js:91 +msgid "Write HTML…" +msgstr "" + +#: packages/block-library/build-module/html/index.js:92 +msgid "HTML" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:392 +msgid "Custom URL" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:471 +msgid "Edit image" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:514 +msgid "Image Settings" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:516 +#: packages/block-library/build-module/media-text/edit.js:202 +msgid "Alt Text (Alternative Text)" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:519 +#: packages/block-library/build-module/media-text/edit.js:205 +msgid "" +"Alternative text describes your image to people who can’t see it. Add a " +"short description with its key details." +msgstr "" + +#: packages/block-library/build-module/image/edit.js:529 +msgid "Image Dimensions" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:534 +msgid "Width" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:542 +msgid "Height" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:550 +msgid "Image Size" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:565 +#: packages/components/build-module/font-size-picker/index.js:111 +#: packages/components/build-module/range-control/index.js:78 +msgid "Reset" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:566 +#: packages/editor/build-module/components/url-popover/index.js:66 +msgid "Link Settings" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:573 +msgid "Link URL" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:583 +msgid "Link CSS Class" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:587 +msgid "Link Rel" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:614 +msgid "This image has an empty alt attribute; its file name is %s" +msgstr "" + +#: packages/block-library/build-module/image/edit.js:616 +msgid "This image has an empty alt attribute" +msgstr "" + +#: packages/block-library/build-module/image/index.js:120 +#: packages/editor/build-module/components/media-placeholder/index.js:235 +#: packages/editor/build-module/components/post-format/index.js:31 +#: packages/format-library/build-module/image/index.js:21 +msgid "Image" +msgstr "" + +#: packages/block-library/build-module/image/index.js:121 +msgid "Insert an image to make a visual statement." +msgstr "" + +#: packages/block-library/build-module/image/index.js:135 +#: packages/format-library/build-module/image/index.js:22 +msgid "photo" +msgstr "" + +#: packages/block-library/build-module/latest-comments/edit.js:102 +msgid "Display Excerpt" +msgstr "" + +#: packages/block-library/build-module/latest-comments/edit.js:106 +msgid "Number of Comments" +msgstr "" + +#: packages/block-library/build-module/latest-comments/edit.js:92 +msgid "Latest Comments Settings" +msgstr "" + +#: packages/block-library/build-module/latest-comments/edit.js:94 +msgid "Display Avatar" +msgstr "" + +#: packages/block-library/build-module/latest-comments/edit.js:98 +msgid "Display Date" +msgstr "" + +#: packages/block-library/build-module/latest-comments/index.js:15 +msgid "Latest Comments" +msgstr "" + +#: packages/block-library/build-module/latest-comments/index.js:16 +msgid "Display a list of your most recent comments." +msgstr "" + +#: packages/block-library/build-module/latest-comments/index.js:29 +msgid "recent comments" +msgstr "" + +#: packages/block-library/build-module/latest-posts/edit.js:109 +msgid "Latest Posts Settings" +msgstr "" + +#: packages/block-library/build-module/latest-posts/edit.js:138 +msgid "Display post date" +msgstr "" + +#: packages/block-library/build-module/latest-posts/edit.js:157 +#: packages/block-library/build-module/latest-posts/index.js:15 +msgid "Latest Posts" +msgstr "" + +#: packages/block-library/build-module/latest-posts/edit.js:158 +msgid "No posts found." +msgstr "" + +#: packages/block-library/build-module/latest-posts/edit.js:165 +msgid "List View" +msgstr "" + +#: packages/block-library/build-module/latest-posts/edit.js:174 +msgid "Grid View" +msgstr "" + +#: packages/block-library/build-module/latest-posts/index.js:16 +msgid "Display a list of your most recent posts." +msgstr "" + +#: packages/block-library/build-module/latest-posts/index.js:57 +msgid "recent posts" +msgstr "" + +#: packages/block-library/build-module/list/index.js:230 +msgid "Write list…" +msgstr "" + +#: packages/block-library/build-module/list/index.js:55 +msgid "List" +msgstr "" + +#: packages/block-library/build-module/list/index.js:56 +msgid "Create a bulleted or numbered list." +msgstr "" + +#: packages/block-library/build-module/list/index.js:64 +msgid "bullet list" +msgstr "" + +#: packages/block-library/build-module/list/index.js:64 +msgid "ordered list" +msgstr "" + +#: packages/block-library/build-module/list/index.js:64 +msgid "numbered list" +msgstr "" + +#: packages/block-library/build-module/media-text/edit.js:167 +msgid "Show media on left" +msgstr "" + +#: packages/block-library/build-module/media-text/edit.js:176 +msgid "Show media on right" +msgstr "" + +#: packages/block-library/build-module/media-text/edit.js:192 +msgid "Media & Text Settings" +msgstr "" + +#: packages/block-library/build-module/media-text/edit.js:194 +msgid "Stack on mobile" +msgstr "" + +#: packages/block-library/build-module/media-text/index.js:68 +msgid "Media & Text" +msgstr "" + +#: packages/block-library/build-module/media-text/index.js:69 +msgid "Set media and words side-by-side for a richer layout." +msgstr "" + +#: packages/block-library/build-module/media-text/media-container.js:89 +msgid "Media area" +msgstr "" + +#: packages/block-library/build-module/missing/index.js:24 +msgid "" +"Your site doesn’t include support for the \"%s\" block. You can leave this " +"block intact, convert its content to a Custom HTML block, or remove it " +"entirely." +msgstr "" + +#: packages/block-library/build-module/missing/index.js:30 +msgid "Keep as HTML" +msgstr "" + +#: packages/block-library/build-module/missing/index.js:32 +msgid "" +"Your site doesn’t include support for the \"%s\" block. You can leave this " +"block intact or remove it entirely." +msgstr "" + +#: packages/block-library/build-module/missing/index.js:59 +msgid "Unrecognized Block" +msgstr "" + +#: packages/block-library/build-module/missing/index.js:60 +msgid "Your site doesn’t include support for this block." +msgstr "" + +#: packages/block-library/build-module/more/edit.js:33 +msgid "Read more" +msgstr "" + +#: packages/block-library/build-module/more/edit.js:78 +msgid "Hide the teaser before the \"More\" tag" +msgstr "" + +#: packages/block-library/build-module/more/index.js:23 +msgid "" +"Mark the excerpt of this content. Content before this block will be shown " +"in the excerpt on your archives page." +msgstr "" + +#: packages/block-library/build-module/nextpage/edit.js:10 +msgid "Page break" +msgstr "" + +#: packages/block-library/build-module/nextpage/index.js:13 +msgid "Page Break" +msgstr "" + +#: packages/block-library/build-module/nextpage/index.js:14 +msgid "Separate your content into a multi-page experience." +msgstr "" + +#: packages/block-library/build-module/nextpage/index.js:22 +msgid "next page" +msgstr "" + +#: packages/block-library/build-module/nextpage/index.js:22 +msgid "pagination" +msgstr "" + +#: packages/block-library/build-module/paragraph/edit.js:189 +msgid "Text Settings" +msgstr "" + +#: packages/block-library/build-module/paragraph/edit.js:196 +msgid "Drop Cap" +msgstr "" + +#: packages/block-library/build-module/paragraph/edit.js:246 +msgid "Paragraph block" +msgstr "" + +#: packages/block-library/build-module/paragraph/edit.js:246 +msgid "Empty block; start writing or type forward slash to choose a block" +msgstr "" + +#: packages/block-library/build-module/paragraph/edit.js:247 +#: packages/editor/build-module/components/default-block-appender/index.js:37 +msgid "Start writing or type / to choose a block" +msgstr "" + +#: packages/block-library/build-module/paragraph/edit.js:88 +msgid "Showing large initial letter." +msgstr "" + +#: packages/block-library/build-module/paragraph/edit.js:88 +msgid "Toggle to show a large initial letter." +msgstr "" + +#: packages/block-library/build-module/paragraph/index.js:69 +msgid "Paragraph" +msgstr "" + +#: packages/block-library/build-module/paragraph/index.js:70 +msgid "Start with the building block of all narrative." +msgstr "" + +#: packages/block-library/build-module/paragraph/index.js:78 +msgid "text" +msgstr "" + +#: packages/block-library/build-module/preformatted/index.js:12 +msgid "Preformatted" +msgstr "" + +#: packages/block-library/build-module/preformatted/index.js:13 +msgid "Add text that respects your spacing and tabs, and also allows styling." +msgstr "" + +#: packages/block-library/build-module/preformatted/index.js:95 +msgid "Write preformatted text…" +msgstr "" + +# placeholder text used for the quote +#: packages/block-library/build-module/pullquote/edit.js:106 +#: packages/block-library/build-module/quote/index.js:268 +msgid "Write quote…" +msgstr "" + +# placeholder text used for the citation +#: packages/block-library/build-module/pullquote/edit.js:111 +#: packages/block-library/build-module/quote/index.js:278 +msgid "Write citation…" +msgstr "" + +#: packages/block-library/build-module/pullquote/edit.js:123 +msgid "Main Color" +msgstr "" + +#: packages/block-library/build-module/pullquote/index.js:47 +msgid "Pullquote" +msgstr "" + +#: packages/block-library/build-module/pullquote/index.js:48 +msgid "Give special visual emphasis to a quote from your text." +msgstr "" + +#: packages/block-library/build-module/pullquote/index.js:70 +msgid "Solid Color" +msgstr "" + +#: packages/block-library/build-module/quote/index.js:42 +#: packages/editor/build-module/components/post-format/index.js:34 +msgid "Quote" +msgstr "" + +#: packages/block-library/build-module/quote/index.js:43 +msgid "" +"Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" " +"— Julio Cortázar" +msgstr "" + +#: packages/block-library/build-module/quote/index.js:54 +msgid "blockquote" +msgstr "" + +#: packages/block-library/build-module/separator/index.js:11 +msgid "Separator" +msgstr "" + +#: packages/block-library/build-module/separator/index.js:12 +msgid "Create a break between ideas or sections with a horizontal separator." +msgstr "" + +#: packages/block-library/build-module/separator/index.js:23 +msgid "horizontal-line" +msgstr "" + +#: packages/block-library/build-module/separator/index.js:23 +msgid "divider" +msgstr "" + +#: packages/block-library/build-module/separator/index.js:26 +msgid "Short Line" +msgstr "" + +#: packages/block-library/build-module/separator/index.js:30 +msgid "Wide Line" +msgstr "" + +#: packages/block-library/build-module/separator/index.js:33 +msgid "Dots" +msgstr "" + +#: packages/block-library/build-module/shortcode/index.js:15 +msgid "Insert additional custom elements with a WordPress shortcode." +msgstr "" + +#: packages/block-library/build-module/shortcode/index.js:68 +msgid "Shortcode" +msgstr "" + +#: packages/block-library/build-module/shortcode/index.js:72 +msgid "Write shortcode here…" +msgstr "" + +#: packages/block-library/build-module/spacer/index.js:18 +msgid "Spacer" +msgstr "" + +#: packages/block-library/build-module/spacer/index.js:19 +msgid "Add white space between blocks and customize its height." +msgstr "" + +#: packages/block-library/build-module/spacer/index.js:69 +msgid "Spacer Settings" +msgstr "" + +#: packages/block-library/build-module/spacer/index.js:71 +msgid "Height in pixels" +msgstr "" + +#: packages/block-library/build-module/subhead/index.js:14 +msgid "Subheading (deprecated)" +msgstr "" + +#: packages/block-library/build-module/subhead/index.js:15 +msgid "This block is deprecated. Please use the Paragraph block instead." +msgstr "" + +#: packages/block-library/build-module/subhead/index.js:77 +msgid "Write subheading…" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:328 +msgid "Add Row Before" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:333 +msgid "Add Row After" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:338 +msgid "Delete Row" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:343 +msgid "Add Column Before" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:348 +msgid "Add Column After" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:353 +msgid "Delete Column" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:442 +msgid "Column Count" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:448 +msgid "Row Count" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:455 +msgid "Create" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:463 +msgid "Edit Table" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:466 +msgid "Table Settings" +msgstr "" + +#: packages/block-library/build-module/table/edit.js:469 +msgid "Fixed width table cells" +msgstr "" + +#: packages/block-library/build-module/table/index.js:105 +msgid "Stripes" +msgstr "" + +#: packages/block-library/build-module/table/index.js:78 +msgid "Table" +msgstr "" + +#: packages/block-library/build-module/table/index.js:79 +msgid "Insert a table — perfect for sharing charts and data." +msgstr "" + +#: packages/block-library/build-module/template/index.js:11 +msgid "Reusable Template" +msgstr "" + +#: packages/block-library/build-module/template/index.js:13 +msgid "Template block used as a container." +msgstr "" + +#: packages/block-library/build-module/text-columns/index.js:125 +msgid "New Column" +msgstr "" + +#: packages/block-library/build-module/text-columns/index.js:24 +msgid "Text Columns (deprecated)" +msgstr "" + +#: packages/block-library/build-module/text-columns/index.js:25 +msgid "This block is deprecated. Please use the Columns block instead." +msgstr "" + +#: packages/block-library/build-module/verse/index.js:13 +msgid "Verse" +msgstr "" + +#: packages/block-library/build-module/verse/index.js:14 +msgid "Insert poetry. Use special spacing formats. Or quote song lyrics." +msgstr "" + +#: packages/block-library/build-module/verse/index.js:25 +msgid "poetry" +msgstr "" + +#: packages/block-library/build-module/verse/index.js:78 +msgid "Write…" +msgstr "" + +#: packages/block-library/build-module/video/edit.js:228 +msgid "Edit video" +msgstr "" + +#: packages/block-library/build-module/video/edit.js:232 +msgid "Video Settings" +msgstr "" + +#: packages/block-library/build-module/video/edit.js:242 +msgid "Muted" +msgstr "" + +#: packages/block-library/build-module/video/edit.js:246 +msgid "Playback Controls" +msgstr "" + +#: packages/block-library/build-module/video/edit.js:269 +msgid "Poster Image" +msgstr "" + +#: packages/block-library/build-module/video/edit.js:280 +msgid "Select Poster Image" +msgstr "" + +#: packages/block-library/build-module/video/edit.js:280 +#: packages/editor/build-module/components/post-featured-image/index.js:91 +msgid "Replace image" +msgstr "" + +#: packages/block-library/build-module/video/edit.js:286 +msgid "Remove Poster Image" +msgstr "" + +#: packages/block-library/build-module/video/index.js:18 +#: packages/editor/build-module/components/media-placeholder/index.js:237 +#: packages/editor/build-module/components/post-format/index.js:43 +msgid "Video" +msgstr "" + +#: packages/block-library/build-module/video/index.js:19 +msgid "Embed a video from your media library or upload a new one." +msgstr "" + +#: packages/block-library/build-module/video/index.js:29 +msgid "movie" +msgstr "" + +#: packages/blocks/build-module/store/reducer.js:21 +msgid "Common Blocks" +msgstr "" + +#: packages/blocks/build-module/store/reducer.js:24 +msgid "Formatting" +msgstr "" + +#: packages/blocks/build-module/store/reducer.js:27 +msgid "Layout Elements" +msgstr "" + +#: packages/blocks/build-module/store/reducer.js:30 +msgid "Widgets" +msgstr "" + +#: packages/blocks/build-module/store/reducer.js:33 +msgid "Embeds" +msgstr "" + +#: packages/blocks/build-module/store/reducer.js:36 +msgid "Reusable Blocks" +msgstr "" + +#: packages/components/build-module/autocomplete/index.js:287 +#: packages/components/build-module/form-token-field/index.js:257 +#: packages/editor/build-module/components/url-input/index.js:137 +msgid "%d result found, use up and down arrow keys to navigate." +msgid_plural "%d results found, use up and down arrow keys to navigate." +msgstr[0] "" +msgstr[1] "" + +#: packages/components/build-module/autocomplete/index.js:289 +#: packages/components/build-module/form-token-field/index.js:259 +#: packages/editor/build-module/components/url-input/index.js:139 +msgid "No results." +msgstr "" + +#: packages/components/build-module/color-palette/index.js:100 +msgid "Clear" +msgstr "" + +#: packages/components/build-module/color-palette/index.js:35 +msgid "Custom color picker" +msgstr "" + +# %s: The name of the color e.g: "vivid red". +#: packages/components/build-module/color-palette/index.js:61 +msgid "Color: %s" +msgstr "" + +# %s: color hex code e.g: "#f00". +#: packages/components/build-module/color-palette/index.js:62 +msgid "Color code: %s" +msgstr "" + +#: packages/components/build-module/color-picker/alpha.js:223 +msgid "Alpha value, from 0 (transparent) to 1 (fully opaque)." +msgstr "" + +#: packages/components/build-module/color-picker/hue.js:220 +msgid "Hue value in degrees, from 0 to 359." +msgstr "" + +#: packages/components/build-module/color-picker/hue.js:228 +msgid "Move the arrow left or right to change hue." +msgstr "" + +#: packages/components/build-module/color-picker/inputs.js:163 +msgid "Hue/saturation/lightness mode active" +msgstr "" + +#: packages/components/build-module/color-picker/inputs.js:169 +msgid "Hex color mode active" +msgstr "" + +#: packages/components/build-module/color-picker/inputs.js:174 +msgid "RGB mode active" +msgstr "" + +#: packages/components/build-module/color-picker/inputs.js:228 +msgid "Color value in hexadecimal" +msgstr "" + +#: packages/components/build-module/color-picker/inputs.js:236 +msgid "Color value in RGB" +msgstr "" + +#: packages/components/build-module/color-picker/inputs.js:275 +msgid "Color value in HSL" +msgstr "" + +#: packages/components/build-module/color-picker/inputs.js:322 +msgid "Change color format" +msgstr "" + +#: packages/components/build-module/color-picker/saturation.js:224 +msgid "Choose a shade" +msgstr "" + +#: packages/components/build-module/color-picker/saturation.js:232 +msgid "" +"Use your arrow keys to change the base color. Move up to lighten the color, " +"down to darken, left to increase saturation, and right to decrease " +"saturation." +msgstr "" + +#: packages/components/build-module/date-time/index.js:72 +msgid "Click to Select" +msgstr "" + +#: packages/components/build-module/date-time/index.js:72 +msgid "" +"Click the right or left arrows to select other months in the past or the " +"future." +msgstr "" + +#: packages/components/build-module/date-time/index.js:72 +msgid "Click the desired day to select it." +msgstr "" + +#: packages/components/build-module/date-time/index.js:72 +msgid "Navigating with a keyboard" +msgstr "" + +#: packages/components/build-module/date-time/index.js:76 +msgid "Select the date in focus." +msgstr "" + +#: packages/components/build-module/date-time/index.js:77 +msgid "Left and Right Arrows" +msgstr "" + +#: packages/components/build-module/date-time/index.js:80 +msgid "Move backward (left) or forward (right) by one day." +msgstr "" + +#: packages/components/build-module/date-time/index.js:81 +msgid "Up and Down Arrows" +msgstr "" + +#: packages/components/build-module/date-time/index.js:84 +msgid "Move backward (up) or forward (down) by one week." +msgstr "" + +#: packages/components/build-module/date-time/index.js:85 +msgid "Page Up and Page Down" +msgstr "" + +#: packages/components/build-module/date-time/index.js:86 +msgid "PgUp/PgDn" +msgstr "" + +#: packages/components/build-module/date-time/index.js:88 +msgid "Move backward (PgUp) or forward (PgDn) by one month." +msgstr "" + +#: packages/components/build-module/date-time/index.js:89 +msgid "Home and End" +msgstr "" + +#: packages/components/build-module/date-time/index.js:90 +msgid "Home/End" +msgstr "" + +#: packages/components/build-module/date-time/index.js:92 +msgid "Go to the first (home) or last (end) day of a week." +msgstr "" + +#: packages/components/build-module/date-time/index.js:95 +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/index.js:87 +#: packages/edit-post/build-module/components/options-modal/index.js:37 +#: packages/editor/build-module/components/url-input/button.js:83 +msgid "Close" +msgstr "" + +#: packages/components/build-module/date-time/index.js:99 +msgid "Calendar Help" +msgstr "" + +#: packages/components/build-module/date-time/time.js:301 +msgid "Date" +msgstr "" + +#: packages/components/build-module/date-time/time.js:306 +msgid "Month" +msgstr "" + +#: packages/components/build-module/date-time/time.js:313 +msgid "January" +msgstr "" + +#: packages/components/build-module/date-time/time.js:315 +msgid "February" +msgstr "" + +#: packages/components/build-module/date-time/time.js:317 +msgid "March" +msgstr "" + +#: packages/components/build-module/date-time/time.js:319 +msgid "April" +msgstr "" + +#: packages/components/build-module/date-time/time.js:321 +msgid "May" +msgstr "" + +#: packages/components/build-module/date-time/time.js:323 +msgid "June" +msgstr "" + +#: packages/components/build-module/date-time/time.js:325 +msgid "July" +msgstr "" + +#: packages/components/build-module/date-time/time.js:327 +msgid "August" +msgstr "" + +#: packages/components/build-module/date-time/time.js:329 +msgid "September" +msgstr "" + +#: packages/components/build-module/date-time/time.js:331 +msgid "October" +msgstr "" + +#: packages/components/build-module/date-time/time.js:333 +msgid "November" +msgstr "" + +#: packages/components/build-module/date-time/time.js:335 +msgid "December" +msgstr "" + +#: packages/components/build-module/date-time/time.js:338 +msgid "Day" +msgstr "" + +#: packages/components/build-module/date-time/time.js:349 +msgid "Year" +msgstr "" + +#: packages/components/build-module/date-time/time.js:358 +msgid "Time" +msgstr "" + +#: packages/components/build-module/date-time/time.js:363 +msgid "Hours" +msgstr "" + +#: packages/components/build-module/date-time/time.js:376 +msgid "Minutes" +msgstr "" + +#: packages/components/build-module/date-time/time.js:392 +msgid "AM" +msgstr "" + +#: packages/components/build-module/date-time/time.js:398 +msgid "PM" +msgstr "" + +#: packages/components/build-module/drop-zone/index.js:110 +msgid "Drop files to upload" +msgstr "" + +# accessibility text +#: packages/components/build-module/external-link/index.js:42 +#: packages/editor/build-module/components/post-preview-button/index.js:164 +msgid "(opens in a new tab)" +msgstr "" + +#: packages/components/build-module/font-size-picker/index.js:100 +msgid "Custom font size" +msgstr "" + +#: packages/components/build-module/font-size-picker/index.js:113 +msgid "Custom Size" +msgstr "" + +#: packages/components/build-module/font-size-picker/index.js:52 +msgid "Font Size" +msgstr "" + +# %s: font size name +#: packages/components/build-module/font-size-picker/index.js:69 +msgid "Font size: %s" +msgstr "" + +#: packages/components/build-module/form-token-field/index.js:588 +msgid "Add item" +msgstr "" + +#: packages/components/build-module/form-token-field/index.js:636 +msgid "Separate with commas" +msgstr "" + +#: packages/components/build-module/form-token-field/index.js:670 +msgid "Item added." +msgstr "" + +#: packages/components/build-module/form-token-field/index.js:671 +msgid "Item removed." +msgstr "" + +#: packages/components/build-module/form-token-field/index.js:672 +msgid "Remove item" +msgstr "" + +# 1: term name, 2: term position in a set of terms, 3: total term set count. +#: packages/components/build-module/form-token-field/token.js:54 +msgid "%1$s (%2$s of %3$s)" +msgstr "" + +#: packages/components/build-module/modal/header.js:20 +msgid "Close dialog" +msgstr "" + +#: packages/components/build-module/notice/index.js:57 +msgid "Dismiss this notice" +msgstr "" + +#: packages/components/build-module/query-controls/index.js:32 +msgid "Order by" +msgstr "" + +#: packages/components/build-module/query-controls/index.js:35 +msgid "Newest to Oldest" +msgstr "" + +#: packages/components/build-module/query-controls/index.js:38 +msgid "Oldest to Newest" +msgstr "" + +# label for ordering posts by title in ascending order +#: packages/components/build-module/query-controls/index.js:42 +msgid "A → Z" +msgstr "" + +# label for ordering posts by title in descending order +#: packages/components/build-module/query-controls/index.js:46 +msgid "Z → A" +msgstr "" + +#: packages/components/build-module/query-controls/index.js:66 +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:195 +msgid "Category" +msgstr "" + +#: packages/components/build-module/query-controls/index.js:67 +msgid "All" +msgstr "" + +#: packages/components/build-module/query-controls/index.js:72 +msgid "Number of items" +msgstr "" + +# %s: error message describing the problem +#: packages/components/build-module/server-side-render/index.js:126 +msgid "Error loading block: %s" +msgstr "" + +#: packages/components/build-module/server-side-render/index.js:129 +msgid "No results found." +msgstr "" + +#: packages/edit-post/build-module/components/header/fullscreen-mode-close/index.js:31 +msgid "View Posts" +msgstr "" + +# accessibility text for the editor toolbar when Top Toolbar is on +#: packages/edit-post/build-module/components/header/header-toolbar/index.js:24 +msgid "Document and block tools" +msgstr "" + +# accessibility text for the editor toolbar when Top Toolbar is off +#: packages/edit-post/build-module/components/header/header-toolbar/index.js:26 +msgid "Document tools" +msgstr "" + +#: packages/edit-post/build-module/components/header/header-toolbar/index.js:35 +msgid "" +"Welcome to the wonderful world of blocks! Click the “+” (“Add block”) " +"button to add a new block. There are blocks available for all kinds of " +"content: you can insert text, headings, images, lists, and lots more!" +msgstr "" + +#: packages/edit-post/build-module/components/header/index.js:34 +msgid "Editor top bar" +msgstr "" + +#: packages/edit-post/build-module/components/header/index.js:55 +msgid "Settings" +msgstr "" + +#: packages/edit-post/build-module/components/header/index.js:62 +msgid "" +"You’ll find more settings for your page and blocks in the sidebar. Click " +"“Settings” to open it." +msgstr "" + +#: packages/edit-post/build-module/components/header/mode-switcher/index.js:24 +msgid "Visual Editor" +msgstr "" + +#: packages/edit-post/build-module/components/header/mode-switcher/index.js:27 +msgid "Code Editor" +msgstr "" + +#: packages/edit-post/build-module/components/header/mode-switcher/index.js:43 +msgid "Editor" +msgstr "" + +#: packages/edit-post/build-module/components/header/more-menu/index.js:19 +msgid "Show more tools & options" +msgstr "" + +#: packages/edit-post/build-module/components/header/more-menu/index.js:21 +msgid "Hide more tools & options" +msgstr "" + +#: packages/edit-post/build-module/components/header/options-menu-item/index.js:17 +#: packages/edit-post/build-module/components/options-modal/index.js:36 +msgid "Options" +msgstr "" + +#: packages/edit-post/build-module/components/header/plugins-more-menu-group/index.js:24 +msgid "Plugins" +msgstr "" + +#: packages/edit-post/build-module/components/header/tools-more-menu-group/index.js:24 +msgid "Tools" +msgstr "" + +#: packages/edit-post/build-module/components/header/writing-menu/index.js:21 +msgid "Top Toolbar" +msgstr "" + +#: packages/edit-post/build-module/components/header/writing-menu/index.js:22 +msgid "Access all block and document tools in a single place" +msgstr "" + +#: packages/edit-post/build-module/components/header/writing-menu/index.js:26 +msgid "Spotlight Mode" +msgstr "" + +#: packages/edit-post/build-module/components/header/writing-menu/index.js:27 +msgid "Focus on one block at a time" +msgstr "" + +#: packages/edit-post/build-module/components/header/writing-menu/index.js:31 +msgid "Fullscreen Mode" +msgstr "" + +#: packages/edit-post/build-module/components/header/writing-menu/index.js:32 +msgid "Work without distraction" +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:100 +msgid "Make the selected text italic." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:103 +msgid "Underline the selected text." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:106 +msgid "Convert the selected text into a link." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:109 +msgid "Remove a link." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:112 +msgid "Add a strikethrough to the selected text." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:115 +msgid "Display the selected text in a monospaced font." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:16 +msgid "Global shortcuts" +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:19 +msgid "Display this help." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:22 +msgid "Save your changes." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:25 +msgid "Undo your last changes." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:28 +msgid "Redo your last undo." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:31 +msgid "Show or hide the settings sidebar." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:35 +msgid "Open the block navigation menu." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:38 +msgid "Navigate to the next part of the editor." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:42 +msgid "Navigate to the previous part of the editor." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:46 +msgid "Navigate to the next part of the editor (alternative)." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:49 +msgid "Navigate to the previous part of the editor (alternative)." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:52 +msgid "Navigate to the nearest toolbar." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:55 +msgid "Switch between Visual Editor and Code Editor." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:59 +msgid "Selection shortcuts" +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:62 +msgid "Select all text when typing. Press again to select all blocks." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:65 +msgid "Clear selection." +msgstr "" + +# The 'escape' key on a keyboard. +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:68 +msgid "Escape" +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:72 +msgid "Block shortcuts" +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:75 +msgid "Duplicate the selected block(s)." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:78 +msgid "Remove the selected block(s)." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:81 +msgid "Insert a new block before the selected block(s)." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:84 +msgid "Insert a new block after the selected block(s)." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:87 +msgid "Change the block type after adding a new paragraph." +msgstr "" + +# The forward-slash character. e.g. '/'. +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:90 +msgid "Forward-slash" +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:94 +msgid "Text formatting" +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:97 +msgid "Make the selected text bold." +msgstr "" + +#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/index.js:80 +#: packages/edit-post/build-module/plugins/keyboard-shortcuts-help-menu-item/index.js:19 +msgid "Keyboard Shortcuts" +msgstr "" + +# accessibility text for the publish landmark region. +#: packages/edit-post/build-module/components/layout/index.js:59 +msgid "Editor publish" +msgstr "" + +#: packages/edit-post/build-module/components/layout/index.js:69 +msgid "Editor content" +msgstr "" + +#: packages/edit-post/build-module/components/layout/index.js:93 +msgid "Open publish panel" +msgstr "" + +#: packages/edit-post/build-module/components/options-modal/index.js:40 +msgid "General" +msgstr "" + +#: packages/edit-post/build-module/components/options-modal/index.js:42 +msgid "Enable Pre-publish Checks" +msgstr "" + +#: packages/edit-post/build-module/components/options-modal/index.js:44 +msgid "Enable Tips" +msgstr "" + +#: packages/edit-post/build-module/components/options-modal/index.js:46 +msgid "Document Panels" +msgstr "" + +#: packages/edit-post/build-module/components/options-modal/index.js:48 +#: packages/edit-post/build-module/components/sidebar/post-link/index.js:53 +msgid "Permalink" +msgstr "" + +#: packages/edit-post/build-module/components/options-modal/index.js:58 +#: packages/edit-post/build-module/components/sidebar/featured-image/index.js:33 +#: packages/editor/build-module/components/post-featured-image/index.js:25 +msgid "Featured Image" +msgstr "" + +#: packages/edit-post/build-module/components/options-modal/index.js:61 +#: packages/edit-post/build-module/components/sidebar/post-excerpt/index.js:27 +msgid "Excerpt" +msgstr "" + +#: packages/edit-post/build-module/components/options-modal/index.js:64 +#: packages/edit-post/build-module/components/sidebar/discussion-panel/index.js:29 +msgid "Discussion" +msgstr "" + +#: packages/edit-post/build-module/components/options-modal/index.js:67 +#: packages/edit-post/build-module/components/sidebar/page-attributes/index.js:32 +msgid "Page Attributes" +msgstr "" + +#: packages/edit-post/build-module/components/options-modal/index.js:70 +msgid "Advanced Panels" +msgstr "" + +#: packages/edit-post/build-module/components/options-modal/meta-boxes-section.js:36 +msgid "Custom Fields" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/plugin-sidebar/index.js:47 +msgid "Editor plugins" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/plugin-sidebar/index.js:49 +msgid "Close plugin" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/plugin-sidebar/index.js:52 +msgid "Unpin from toolbar" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/plugin-sidebar/index.js:52 +msgid "Pin to toolbar" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/post-schedule/index.js:18 +#: packages/editor/build-module/components/post-publish-button/label.js:36 +msgid "Publish" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/post-schedule/index.js:27 +msgid "Click to change" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/post-status/index.js:34 +msgid "Status & Visibility" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/post-visibility/index.js:15 +msgid "Visibility" +msgstr "" + +# ARIA label for the Document sidebar tab, selected. +#: packages/edit-post/build-module/components/sidebar/settings-header/index.js:23 +msgid "Document (selected)" +msgstr "" + +# ARIA label for the Block sidebar tab, selected. +#: packages/edit-post/build-module/components/sidebar/settings-header/index.js:30 +msgid "Block (selected)" +msgstr "" + +# ARIA label for the Block sidebar tab, not selected. +#: packages/edit-post/build-module/components/sidebar/settings-header/index.js:31 +msgid "Block" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/settings-header/index.js:38 +msgid "Close settings" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/settings-header/index.js:44 +msgid "Document" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/settings-sidebar/index.js:32 +msgid "Editor settings" +msgstr "" + +#: packages/edit-post/build-module/components/sidebar/sidebar-header/index.js:32 +#: packages/editor/build-module/components/post-publish-panel/postpublish.js:97 +#: packages/editor/build-module/components/url-input/index.js:328 +msgid "(no title)" +msgstr "" + +#: packages/edit-post/build-module/components/text-editor/index.js:20 +msgid "Editing Code" +msgstr "" + +#: packages/edit-post/build-module/components/text-editor/index.js:24 +msgid "Exit Code Editor" +msgstr "" + +#: packages/edit-post/build-module/components/visual-editor/block-inspector-button.js:32 +msgid "Block settings closed" +msgstr "" + +#: packages/edit-post/build-module/components/visual-editor/block-inspector-button.js:34 +msgid "Additional settings are now available in the Editor block settings sidebar" +msgstr "" + +#: packages/edit-post/build-module/components/visual-editor/block-inspector-button.js:38 +msgid "Hide Block Settings" +msgstr "" + +#: packages/edit-post/build-module/components/visual-editor/block-inspector-button.js:38 +msgid "Show Block Settings" +msgstr "" + +#: packages/edit-post/build-module/hooks/components/media-upload/index.js:123 +msgid "Select" +msgstr "" + +#: packages/edit-post/build-module/hooks/components/media-upload/index.js:90 +msgid "Select or Upload Media" +msgstr "" + +#: packages/edit-post/build-module/hooks/validate-multiple-use/index.js:84 +msgid "Find original" +msgstr "" + +#: packages/edit-post/build-module/hooks/validate-multiple-use/index.js:90 +msgid "Remove" +msgstr "" + +#: packages/edit-post/build-module/hooks/validate-multiple-use/index.js:96 +msgid "Transform into:" +msgstr "" + +#: packages/edit-post/build-module/hooks/validate-multiple-use/index.js:97 +msgid "This block can only be used once." +msgstr "" + +#: packages/edit-post/build-module/plugins/copy-content-menu-item/index.js:28 +msgid "Copy All Content" +msgstr "" + +#: packages/edit-post/build-module/plugins/index.js:24 +#: packages/editor/build-module/components/inserter/menu.js:369 +msgid "Manage All Reusable Blocks" +msgstr "" + +#: packages/edit-post/build-module/store/effects.js:130 +msgid "Visual editor selected" +msgstr "" + +#: packages/edit-post/build-module/store/effects.js:130 +msgid "Code editor selected" +msgstr "" + +#: packages/editor/build-module/components/alignment-toolbar/index.js:24 +msgid "Align text left" +msgstr "" + +#: packages/editor/build-module/components/alignment-toolbar/index.js:28 +msgid "Align text center" +msgstr "" + +#: packages/editor/build-module/components/alignment-toolbar/index.js:32 +msgid "Align text right" +msgstr "" + +#: packages/editor/build-module/components/alignment-toolbar/index.js:54 +msgid "Change Text Alignment" +msgstr "" + +#: packages/editor/build-module/components/block-alignment-toolbar/index.js:20 +msgid "Align left" +msgstr "" + +#: packages/editor/build-module/components/block-alignment-toolbar/index.js:24 +msgid "Align center" +msgstr "" + +#: packages/editor/build-module/components/block-alignment-toolbar/index.js:28 +msgid "Align right" +msgstr "" + +#: packages/editor/build-module/components/block-alignment-toolbar/index.js:32 +msgid "Wide width" +msgstr "" + +#: packages/editor/build-module/components/block-alignment-toolbar/index.js:36 +msgid "Full width" +msgstr "" + +#: packages/editor/build-module/components/block-alignment-toolbar/index.js:63 +msgid "Change Alignment" +msgstr "" + +#: packages/editor/build-module/components/block-compare/index.js:100 +msgid "After Conversion" +msgstr "" + +#: packages/editor/build-module/components/block-compare/index.js:93 +msgid "Current" +msgstr "" + +#: packages/editor/build-module/components/block-compare/index.js:96 +#: packages/editor/build-module/components/block-list/block-invalid-warning.js:99 +msgid "Convert to HTML" +msgstr "" + +#: packages/editor/build-module/components/block-inspector/index.js:47 +msgid "No block selected." +msgstr "" + +#: packages/editor/build-module/components/block-inspector/index.js:62 +msgid "Styles" +msgstr "" + +#: packages/editor/build-module/components/block-inspector/index.js:69 +msgid "Advanced" +msgstr "" + +#: packages/editor/build-module/components/block-list-appender/index.js:51 +#: packages/editor/build-module/components/default-block-appender/index.js:69 +#: packages/editor/build-module/components/inserter/index.js:29 +msgid "Add block" +msgstr "" + +#: packages/editor/build-module/components/block-list/block-contextual-toolbar.js:21 +msgid "Block tools" +msgstr "" + +#: packages/editor/build-module/components/block-list/block-crash-warning.js:12 +msgid "This block has encountered an error and cannot be previewed." +msgstr "" + +#: packages/editor/build-module/components/block-list/block-invalid-warning.js:101 +msgid "This block contains unexpected or invalid content." +msgstr "" + +#: packages/editor/build-module/components/block-list/block-invalid-warning.js:68 +msgid "Convert to Classic Block" +msgstr "" + +# Dialog title to fix block content +#: packages/editor/build-module/components/block-list/block-invalid-warning.js:75 +msgid "Resolve Block" +msgstr "" + +#: packages/editor/build-module/components/block-list/block-invalid-warning.js:83 +#: packages/editor/build-module/components/block-settings-menu/block-convert-button.js:17 +msgid "Convert to Blocks" +msgstr "" + +#: packages/editor/build-module/components/block-list/block.js:429 +msgid "Block: %s" +msgstr "" + +#: packages/editor/build-module/components/block-mover/index.js:101 +msgid "Move up" +msgstr "" + +#: packages/editor/build-module/components/block-mover/index.js:118 +msgid "Move down" +msgstr "" + +# %s: Type of block (i.e. Text, Image etc) +#: packages/editor/build-module/components/block-mover/mover-description.js:29 +msgid "Block %s is the only block, and cannot be moved" +msgstr "" + +# 1: Type of block (i.e. Text, Image etc), 2: Position of selected block, 3: New position +#: packages/editor/build-module/components/block-mover/mover-description.js:35 +msgid "Move %1$s block from position %2$d down to position %3$d" +msgstr "" + +# %s: Type of block (i.e. Text, Image etc) +#: packages/editor/build-module/components/block-mover/mover-description.js:41 +msgid "Block %s is at the end of the content and can’t be moved down" +msgstr "" + +# 1: Type of block (i.e. Text, Image etc), 2: Position of selected block, 3: New position +#: packages/editor/build-module/components/block-mover/mover-description.js:47 +msgid "Move %1$s block from position %2$d up to position %3$d" +msgstr "" + +# %s: Type of block (i.e. Text, Image etc) +#: packages/editor/build-module/components/block-mover/mover-description.js:53 +msgid "Block %s is at the beginning of the content and can’t be moved up" +msgstr "" + +#: packages/editor/build-module/components/block-mover/mover-description.js:73 +msgid "Blocks cannot be moved up as they are already at the top" +msgstr "" + +#: packages/editor/build-module/components/block-mover/mover-description.js:77 +msgid "Blocks cannot be moved down as they are already at the bottom" +msgstr "" + +# 1: Number of selected blocks, 2: Position of selected blocks +#: packages/editor/build-module/components/block-mover/mover-description.js:82 +msgid "Move %1$d block from position %2$d up by one place" +msgid_plural "Move %1$d blocks from position %2$d up by one place" +msgstr[0] "" +msgstr[1] "" + +# 1: Number of selected blocks, 2: Position of selected blocks +#: packages/editor/build-module/components/block-mover/mover-description.js:87 +msgid "Move %1$d block from position %2$d down by one place" +msgid_plural "Move %1$d blocks from position %2$d down by one place" +msgstr[0] "" +msgstr[1] "" + +#: packages/editor/build-module/components/block-navigation/dropdown.js:39 +#: packages/editor/build-module/components/block-navigation/index.js:86 +msgid "Block Navigation" +msgstr "" + +#: packages/editor/build-module/components/block-navigation/index.js:58 +msgid "(selected block)" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/block-mode-toggle.js:27 +msgid "Edit as HTML" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/block-mode-toggle.js:27 +msgid "Edit visually" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/index.js:120 +msgid "Remove Block" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/index.js:53 +msgid "Hide options" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/index.js:53 +#: packages/editor/build-module/components/warning/index.js:48 +msgid "More options" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/index.js:89 +msgid "Duplicate" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/index.js:94 +msgid "Insert Before" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/index.js:99 +msgid "Insert After" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/reusable-block-convert-button.js:31 +msgid "Add to Reusable Blocks" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/reusable-block-convert-button.js:35 +msgid "Convert to Regular Block" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/reusable-block-delete-button.js:31 +msgid "Remove from Reusable Blocks" +msgstr "" + +#: packages/editor/build-module/components/block-settings-menu/reusable-block-delete-button.js:55 +msgid "" +"Are you sure you want to delete this Reusable Block?\n" +"\n" +"It will be permanently removed from all posts and pages that use it." +msgstr "" + +#: packages/editor/build-module/components/block-switcher/index.js:117 +msgid "Change block type" +msgstr "" + +#: packages/editor/build-module/components/block-switcher/index.js:117 +msgid "Change type of %d block" +msgid_plural "Change type of %d blocks" +msgstr[0] "" +msgstr[1] "" + +#: packages/editor/build-module/components/block-switcher/index.js:140 +msgid "Block Styles" +msgstr "" + +#: packages/editor/build-module/components/block-switcher/index.js:147 +msgid "Transform To:" +msgstr "" + +#: packages/editor/build-module/components/block-switcher/index.js:94 +msgid "Block icon" +msgstr "" + +#: packages/editor/build-module/components/color-palette/control.js:19 +msgid "(current %s: %s)" +msgstr "" + +#: packages/editor/build-module/components/contrast-checker/index.js:37 +msgid "" +"This color combination may be hard for people to read. Try using a darker " +"background color and/or a brighter text color." +msgstr "" + +#: packages/editor/build-module/components/contrast-checker/index.js:37 +msgid "" +"This color combination may be hard for people to read. Try using a brighter " +"background color and/or a darker text color." +msgstr "" + +#: packages/editor/build-module/components/document-outline/index.js:111 +msgid "Title" +msgstr "" + +#: packages/editor/build-module/components/document-outline/index.js:26 +msgid "(Empty heading)" +msgstr "" + +#: packages/editor/build-module/components/document-outline/index.js:31 +msgid "(Incorrect heading level)" +msgstr "" + +#: packages/editor/build-module/components/document-outline/index.js:36 +msgid "(Your theme may already use a H1 for the post title)" +msgstr "" + +#: packages/editor/build-module/components/document-outline/index.js:41 +msgid "(Multiple H1 headings are not recommended)" +msgstr "" + +#: packages/editor/build-module/components/document-outline/item.js:51 +msgid "(Click to focus this heading)" +msgstr "" + +#: packages/editor/build-module/components/editor-history/redo.js:17 +msgid "Redo" +msgstr "" + +#: packages/editor/build-module/components/editor-history/undo.js:17 +msgid "Undo" +msgstr "" + +#: packages/editor/build-module/components/error-boundary/index.js:81 +msgid "Attempt Recovery" +msgstr "" + +#: packages/editor/build-module/components/error-boundary/index.js:85 +msgid "Copy Post Text" +msgstr "" + +#: packages/editor/build-module/components/error-boundary/index.js:89 +msgid "Copy Error" +msgstr "" + +#: packages/editor/build-module/components/error-boundary/index.js:90 +msgid "The editor has encountered an unexpected error." +msgstr "" + +#: packages/editor/build-module/components/inserter-with-shortcuts/index.js:44 +msgid "Add %s" +msgstr "" + +#: packages/editor/build-module/components/inserter/inline-elements.js:28 +msgid "Inline Elements" +msgstr "" + +#: packages/editor/build-module/components/inserter/menu.js:259 +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:353 +msgid "%d result found." +msgid_plural "%d results found." +msgstr[0] "" +msgstr[1] "" + +#: packages/editor/build-module/components/inserter/menu.js:310 +msgid "Search for a block" +msgstr "" + +#: packages/editor/build-module/components/inserter/menu.js:319 +msgid "Available block types" +msgstr "" + +#: packages/editor/build-module/components/inserter/menu.js:357 +msgid "Reusable" +msgstr "" + +#: packages/editor/build-module/components/inserter/menu.js:371 +msgid "No blocks found." +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:196 +msgid "To edit this block, you need permission to upload media." +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:207 +msgid "Drag a media file, upload a new one or select a file from your library." +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:210 +msgid "Drag an audio, upload a new one or select a file from your library." +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:212 +msgid "Drag an image, upload a new one or select a file from your library." +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:214 +msgid "Drag a video, upload a new one or select a file from your library." +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:217 +msgid "Given your current role, you can only link a media file, you cannot upload." +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:220 +msgid "Given your current role, you can only link an audio, you cannot upload." +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:222 +msgid "Given your current role, you can only link an image, you cannot upload." +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:224 +msgid "Given your current role, you can only link a video, you cannot upload." +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:230 +msgid "Media" +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:257 +msgid "Upload" +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:269 +msgid "Media Library" +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:278 +msgid "Insert from URL" +msgstr "" + +#: packages/editor/build-module/components/media-placeholder/index.js:47 +msgid "Paste or type URL" +msgstr "" + +# %d: number of blocks +#: packages/editor/build-module/components/multi-selection-inspector/index.js:36 +msgid "%d block" +msgid_plural "%d blocks" +msgstr[0] "" +msgstr[1] "" + +# %d: number of words +#: packages/editor/build-module/components/multi-selection-inspector/index.js:40 +msgid "%d word" +msgid_plural "%d words" +msgstr[0] "" +msgstr[1] "" + +#: packages/editor/build-module/components/page-attributes/order.js:44 +msgid "Order" +msgstr "" + +#: packages/editor/build-module/components/page-attributes/parent.js:37 +msgid "no title" +msgstr "" + +#: packages/editor/build-module/components/page-attributes/parent.js:43 +msgid "no parent" +msgstr "" + +#: packages/editor/build-module/components/page-attributes/template.js:25 +msgid "Template:" +msgstr "" + +#: packages/editor/build-module/components/panel-color-settings/index.js:55 +msgid "(%s: %s)" +msgstr "" + +#: packages/editor/build-module/components/post-author/index.js:56 +msgid "Author" +msgstr "" + +#: packages/editor/build-module/components/post-comments/index.js:24 +msgid "Allow Comments" +msgstr "" + +#: packages/editor/build-module/components/post-excerpt/index.js:17 +msgid "Write an excerpt (optional)" +msgstr "" + +#: packages/editor/build-module/components/post-excerpt/index.js:24 +msgid "https://codex.wordpress.org/Excerpt" +msgstr "" + +#: packages/editor/build-module/components/post-excerpt/index.js:25 +msgid "Learn more about manual excerpts" +msgstr "" + +#: packages/editor/build-module/components/post-featured-image/index.js:27 +msgid "Set featured image" +msgstr "" + +#: packages/editor/build-module/components/post-featured-image/index.js:29 +msgid "Remove image" +msgstr "" + +#: packages/editor/build-module/components/post-featured-image/index.js:39 +msgid "To edit the featured image, you need permission to upload media." +msgstr "" + +#: packages/editor/build-module/components/post-featured-image/index.js:70 +msgid "Edit or update the image" +msgstr "" + +#: packages/editor/build-module/components/post-format/index.js:22 +msgid "Aside" +msgstr "" + +#: packages/editor/build-module/components/post-format/index.js:28 +#: packages/format-library/build-module/link/index.js:126 +msgid "Link" +msgstr "" + +#: packages/editor/build-module/components/post-format/index.js:37 +msgid "Standard" +msgstr "" + +#: packages/editor/build-module/components/post-format/index.js:40 +msgid "Status" +msgstr "" + +#: packages/editor/build-module/components/post-format/index.js:49 +msgid "Chat" +msgstr "" + +#: packages/editor/build-module/components/post-format/index.js:75 +msgid "Post Format" +msgstr "" + +#: packages/editor/build-module/components/post-format/index.js:89 +#: packages/editor/build-module/components/post-publish-panel/maybe-post-format-panel.js:36 +#: packages/editor/build-module/components/post-publish-panel/maybe-tags-panel.js:24 +msgid "Suggestion:" +msgstr "" + +#: packages/editor/build-module/components/post-last-revision/index.js:26 +msgid "%d Revision" +msgid_plural "%d Revisions" +msgstr[0] "" +msgstr[1] "" + +#: packages/editor/build-module/components/post-locked-modal/index.js:193 +msgid "Someone else has taken over this post." +msgstr "" + +#: packages/editor/build-module/components/post-locked-modal/index.js:193 +msgid "This post is already being edited." +msgstr "" + +#: packages/editor/build-module/components/post-locked-modal/index.js:201 +msgid "Avatar" +msgstr "" + +# %s: user's display name +#: packages/editor/build-module/components/post-locked-modal/index.js:205 +msgid "" +"%s now has editing control of this post. Don’t worry, your changes up to " +"this moment have been saved." +msgstr "" + +#: packages/editor/build-module/components/post-locked-modal/index.js:205 +msgid "" +"Another user now has editing control of this post. Don’t worry, your " +"changes up to this moment have been saved." +msgstr "" + +# %s: user's display name +#: packages/editor/build-module/components/post-locked-modal/index.js:213 +msgid "" +"%s is currently working on this post, which means you cannot make changes, " +"unless you take over." +msgstr "" + +#: packages/editor/build-module/components/post-locked-modal/index.js:213 +msgid "" +"Another user is currently working on this post, which means you cannot make " +"changes, unless you take over." +msgstr "" + +#: packages/editor/build-module/components/post-locked-modal/index.js:223 +msgid "Take Over" +msgstr "" + +#: packages/editor/build-module/components/post-pending-status/index.js:25 +msgid "Pending Review" +msgstr "" + +#: packages/editor/build-module/components/post-permalink/editor.js:83 +msgid "Edit post permalink" +msgstr "" + +#: packages/editor/build-module/components/post-permalink/index.js:104 +msgid "Permalink copied" +msgstr "" + +#: packages/editor/build-module/components/post-permalink/index.js:104 +msgid "Copy the permalink" +msgstr "" + +#: packages/editor/build-module/components/post-permalink/index.js:126 +msgid "Permalink:" +msgstr "" + +#: packages/editor/build-module/components/post-permalink/index.js:154 +msgid "Change Permalinks" +msgstr "" + +#: packages/editor/build-module/components/post-pingbacks/index.js:24 +msgid "Allow Pingbacks & Trackbacks" +msgstr "" + +#: packages/editor/build-module/components/post-preview-button/index.js:166 +msgid "" +"Click “Preview” to load a preview of this page, so you can make sure you’re " +"happy with your blocks." +msgstr "" + +#: packages/editor/build-module/components/post-preview-button/index.js:49 +msgid "Generating preview…" +msgstr "" + +#: packages/editor/build-module/components/post-publish-button/index.js:119 +msgid "Schedule…" +msgstr "" + +#: packages/editor/build-module/components/post-publish-button/index.js:119 +msgid "Publish…" +msgstr "" + +#: packages/editor/build-module/components/post-publish-button/index.js:129 +msgid "" +"Finished writing? That’s great, let’s get this published right now. Just " +"click “Publish” and you’re good to go." +msgstr "" + +#: packages/editor/build-module/components/post-publish-button/label.js:21 +msgid "Publishing…" +msgstr "" + +#: packages/editor/build-module/components/post-publish-button/label.js:23 +msgid "Updating…" +msgstr "" + +#: packages/editor/build-module/components/post-publish-button/label.js:25 +msgid "Scheduling…" +msgstr "" + +#: packages/editor/build-module/components/post-publish-button/label.js:29 +msgid "Submit for Review" +msgstr "" + +#: packages/editor/build-module/components/post-publish-button/label.js:31 +msgid "Update" +msgstr "" + +#: packages/editor/build-module/components/post-publish-button/label.js:33 +msgid "Schedule" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/index.js:107 +msgid "Close panel" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/index.js:115 +msgid "Always show pre-publish checks." +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/index.js:94 +msgid "Scheduled" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/index.js:94 +msgid "Published" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/maybe-post-format-panel.js:39 +msgid "Use a post format" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/maybe-post-format-panel.js:43 +msgid "" +"Your theme uses post formats to highlight different kinds of content, like " +"images or videos. Apply a post format to see this special styling." +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/maybe-post-format-panel.js:46 +msgid "Apply the \"%1$s\" format." +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/maybe-tags-panel.js:27 +msgid "Add tags" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/maybe-tags-panel.js:31 +msgid "" +"Tags help users and search engines navigate your site and find your " +"content. Add a few keywords to describe your post." +msgstr "" + +# %s: post type singular name +#: packages/editor/build-module/components/post-publish-panel/postpublish.js:104 +msgid "%s address" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/postpublish.js:116 +msgid "Copy Link" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/postpublish.js:89 +msgid "is now scheduled. It will go live on" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/postpublish.js:89 +msgid "is now live." +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/postpublish.js:99 +msgid "What’s next?" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/prepublish.js:33 +msgid "Are you ready to submit for review?" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/prepublish.js:34 +msgid "" +"When you’re ready, submit your work for review, and an Editor will be able " +"to approve it for you." +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/prepublish.js:36 +msgid "Are you ready to schedule?" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/prepublish.js:37 +msgid "Your work will be published at the specified date and time." +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/prepublish.js:39 +msgid "Are you ready to publish?" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/prepublish.js:40 +msgid "Double-check your settings before publishing." +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/prepublish.js:47 +msgid "Visibility:" +msgstr "" + +#: packages/editor/build-module/components/post-publish-panel/prepublish.js:53 +msgid "Publish:" +msgstr "" + +#: packages/editor/build-module/components/post-saved-state/index.js:112 +msgid "Saved" +msgstr "" + +#: packages/editor/build-module/components/post-saved-state/index.js:123 +msgid "Save as Pending" +msgstr "" + +#: packages/editor/build-module/components/post-saved-state/index.js:123 +msgid "Save Draft" +msgstr "" + +#: packages/editor/build-module/components/post-saved-state/index.js:96 +msgid "Autosaving" +msgstr "" + +#: packages/editor/build-module/components/post-saved-state/index.js:96 +msgid "Saving" +msgstr "" + +#: packages/editor/build-module/components/post-schedule/label.js:13 +msgid "Immediately" +msgstr "" + +#: packages/editor/build-module/components/post-sticky/index.js:20 +msgid "Stick to the Front Page" +msgstr "" + +#: packages/editor/build-module/components/post-switch-to-draft-button/index.js:25 +msgid "Are you sure you want to unpublish this post?" +msgstr "" + +#: packages/editor/build-module/components/post-switch-to-draft-button/index.js:27 +msgid "Are you sure you want to unschedule this post?" +msgstr "" + +#: packages/editor/build-module/components/post-switch-to-draft-button/index.js:41 +msgid "Switch to Draft" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:283 +msgid "Add New Tag" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:283 +msgid "Add New Term" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:284 +msgid "Tag" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:284 +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:195 +msgid "Term" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:444 +msgid "Add new category" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:444 +msgid "Add new term" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:445 +msgid "Parent Category" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:445 +msgid "Parent Term" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:451 +msgid "Terms" +msgstr "" + +#: packages/editor/build-module/components/post-text-editor/index.js:85 +msgid "Type text or HTML" +msgstr "" + +#: packages/editor/build-module/components/post-text-editor/index.js:93 +msgid "Start writing with text or HTML" +msgstr "" + +#: packages/editor/build-module/components/post-title/index.js:154 +msgid "Add title" +msgstr "" + +#: packages/editor/build-module/components/post-trash/index.js:31 +msgid "Move to trash" +msgstr "" + +#: packages/editor/build-module/components/post-visibility/index.js:118 +msgid "Post Visibility" +msgstr "" + +#: packages/editor/build-module/components/post-visibility/index.js:147 +msgid "Create password" +msgstr "" + +#: packages/editor/build-module/components/post-visibility/index.js:153 +msgid "Use a secure password" +msgstr "" + +#: packages/editor/build-module/components/post-visibility/index.js:57 +msgid "Would you like to privately publish this post now?" +msgstr "" + +#: packages/editor/build-module/components/post-visibility/utils.js:11 +msgid "Private" +msgstr "" + +#: packages/editor/build-module/components/post-visibility/utils.js:12 +msgid "Only visible to site admins and editors." +msgstr "" + +#: packages/editor/build-module/components/post-visibility/utils.js:15 +msgid "Password Protected" +msgstr "" + +#: packages/editor/build-module/components/post-visibility/utils.js:16 +msgid "" +"Protected with a password you choose. Only those with the password can view " +"this post." +msgstr "" + +#: packages/editor/build-module/components/post-visibility/utils.js:7 +msgid "Public" +msgstr "" + +#: packages/editor/build-module/components/post-visibility/utils.js:8 +msgid "Visible to everyone." +msgstr "" + +#: packages/editor/build-module/components/provider/index.js:48 +msgid "" +"There is an autosave of this post that is more recent than the version " +"below." +msgstr "" + +#: packages/editor/build-module/components/provider/index.js:51 +msgid "View the autosave" +msgstr "" + +#: packages/editor/build-module/components/rich-text/list-edit.js:102 +msgid "Indent list item" +msgstr "" + +#: packages/editor/build-module/components/rich-text/list-edit.js:71 +msgid "Convert to unordered list" +msgstr "" + +#: packages/editor/build-module/components/rich-text/list-edit.js:83 +msgid "Convert to ordered list" +msgstr "" + +#: packages/editor/build-module/components/rich-text/list-edit.js:95 +msgid "Outdent list item" +msgstr "" + +#: packages/editor/build-module/components/skip-to-selected-block/index.js:28 +msgid "Skip to the selected block" +msgstr "" + +#: packages/editor/build-module/components/table-of-contents/index.js:28 +msgid "Content structure" +msgstr "" + +#: packages/editor/build-module/components/table-of-contents/panel.js:23 +msgid "Document Statistics" +msgstr "" + +#: packages/editor/build-module/components/table-of-contents/panel.js:27 +msgid "Words" +msgstr "" + +#: packages/editor/build-module/components/table-of-contents/panel.js:29 +msgid "Headings" +msgstr "" + +#: packages/editor/build-module/components/table-of-contents/panel.js:33 +msgid "Paragraphs" +msgstr "" + +#: packages/editor/build-module/components/table-of-contents/panel.js:37 +msgid "Blocks" +msgstr "" + +#: packages/editor/build-module/components/table-of-contents/panel.js:41 +msgid "Document Outline" +msgstr "" + +#: packages/editor/build-module/components/template-validation-notice/index.js:22 +msgid "" +"Resetting the template may result in loss of content, do you want to " +"continue?" +msgstr "" + +#: packages/editor/build-module/components/template-validation-notice/index.js:31 +msgid "" +"The content of your post doesn’t match the template assigned to your post " +"type." +msgstr "" + +#: packages/editor/build-module/components/template-validation-notice/index.js:34 +msgid "Keep it as is" +msgstr "" + +#: packages/editor/build-module/components/template-validation-notice/index.js:37 +msgid "Reset the template" +msgstr "" + +#: packages/editor/build-module/components/unsaved-changes-warning/index.js:54 +msgid "You have unsaved changes. If you proceed, they will be lost." +msgstr "" + +#: packages/editor/build-module/components/url-input/button.js:65 +msgid "Edit Link" +msgstr "" + +#: packages/editor/build-module/components/url-input/button.js:65 +msgid "Insert Link" +msgstr "" + +#: packages/editor/build-module/components/url-input/button.js:90 +msgid "Submit" +msgstr "" + +#: packages/editor/build-module/components/url-input/index.js:236 +msgid "Link selected." +msgstr "" + +#: packages/editor/build-module/components/url-input/index.js:297 +msgid "Paste URL or type to search" +msgstr "" + +#: packages/editor/build-module/hooks/anchor.js:68 +msgid "HTML Anchor" +msgstr "" + +#: packages/editor/build-module/hooks/anchor.js:69 +msgid "Anchors lets you link directly to a section on a page." +msgstr "" + +#: packages/editor/build-module/hooks/custom-class-name.js:59 +msgid "Additional CSS Class" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:102 +msgid "Full Size" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:26 +msgid "Pale pink" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:30 +msgid "Vivid red" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:34 +msgid "Luminous vivid orange" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:38 +msgid "Luminous vivid amber" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:42 +msgid "Light green cyan" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:46 +msgid "Vivid green cyan" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:50 +msgid "Pale cyan blue" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:54 +msgid "Vivid cyan blue" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:58 +msgid "Very light gray" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:62 +msgid "Cyan bluish gray" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:66 +msgid "Very dark gray" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:93 +msgid "Thumbnail" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:96 +msgid "Medium" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:99 +msgid "Large" +msgstr "" + +#: packages/editor/build-module/store/effects.js:207 +msgid "%s block selected." +msgid_plural "%s blocks selected." +msgstr[0] "" +msgstr[1] "" + +#: packages/editor/build-module/store/effects/posts.js:270 +msgid "Publishing failed" +msgstr "" + +#: packages/editor/build-module/store/effects/posts.js:271 +msgid "Scheduling failed" +msgstr "" + +#: packages/editor/build-module/store/effects/posts.js:273 +msgid "Updating failed" +msgstr "" + +#: packages/editor/build-module/store/effects/posts.js:350 +msgid "Trashing failed" +msgstr "" + +#: packages/editor/build-module/store/effects/reusable-blocks.js:213 +msgid "Block created." +msgstr "" + +#: packages/editor/build-module/store/effects/reusable-blocks.js:213 +msgid "Block updated." +msgstr "" + +#: packages/editor/build-module/store/effects/reusable-blocks.js:325 +msgid "Block deleted." +msgstr "" + +#: packages/editor/build-module/store/effects/reusable-blocks.js:417 +msgid "Untitled Reusable Block" +msgstr "" + +#: packages/editor/build-module/utils/media-upload/media-upload.js:149 +msgid "Sorry, this file type is not permitted for security reasons." +msgstr "" + +#: packages/editor/build-module/utils/media-upload/media-upload.js:162 +msgid "Sorry, this file type is not supported here." +msgstr "" + +#: packages/editor/build-module/utils/media-upload/media-upload.js:175 +msgid "This file exceeds the maximum upload size for this site." +msgstr "" + +#: packages/editor/build-module/utils/media-upload/media-upload.js:188 +msgid "This file is empty." +msgstr "" + +# %s: file name +#: packages/editor/build-module/utils/media-upload/media-upload.js:278 +msgid "Error while uploading file %s to the media library." +msgstr "" + +#: packages/format-library/build-module/bold/index.js:34 +msgid "Bold" +msgstr "" + +#: packages/format-library/build-module/image/index.js:22 +msgid "media" +msgstr "" + +#: packages/format-library/build-module/image/index.js:81 +msgid "Inline Image" +msgstr "" + +#: packages/format-library/build-module/italic/index.js:34 +msgid "Italic" +msgstr "" + +#: packages/format-library/build-module/link/index.js:118 +msgid "Unlink" +msgstr "" + +#: packages/format-library/build-module/link/index.js:89 +msgid "Link removed." +msgstr "" + +#: packages/format-library/build-module/link/inline.js:241 +msgid "Warning: the link has been inserted but may have errors. Please test it." +msgstr "" + +#: packages/format-library/build-module/link/inline.js:243 +msgid "Link edited." +msgstr "" + +#: packages/format-library/build-module/link/inline.js:245 +msgid "Link inserted." +msgstr "" + +# accessibility label for external links, where the argument is the link text +#: packages/format-library/build-module/link/inline.js:58 +msgid "%s (opens in a new tab)" +msgstr "" + +#: packages/format-library/build-module/strikethrough/index.js:34 +msgid "Strikethrough" +msgstr "" + +#: packages/keycodes/build-module/index.js:148 +msgid "Comma" +msgstr "" + +#: packages/keycodes/build-module/index.js:148 +msgid "Period" +msgstr "" + +#: packages/keycodes/build-module/index.js:148 +msgid "Backtick" +msgstr "" + +#: packages/list-reusable-blocks/build-module/components/import-dropdown/index.js:32 +msgid "Import from JSON" +msgstr "" + +#: packages/list-reusable-blocks/build-module/components/import-form/index.js:91 +msgid "Invalid JSON file" +msgstr "" + +#: packages/list-reusable-blocks/build-module/components/import-form/index.js:95 +msgid "Invalid Reusable Block JSON file" +msgstr "" + +#: packages/list-reusable-blocks/build-module/components/import-form/index.js:99 +msgid "Unknown error" +msgstr "" + +#: packages/list-reusable-blocks/build-module/index.js:34 +msgid "Reusable block imported successfully!" +msgstr "" + +#: packages/nux/build-module/components/dot-tip/index.js:42 +msgid "Editor tips" +msgstr "" + +#: packages/nux/build-module/components/dot-tip/index.js:47 +msgid "See next tip" +msgstr "" + +#: packages/nux/build-module/components/dot-tip/index.js:47 +msgid "Got it" +msgstr "" + +#: packages/nux/build-module/components/dot-tip/index.js:50 +msgid "Disable tips" +msgstr "" + +#: packages/block-library/build-module/button/index.js:82 +msgctxt "block style" +msgid "Rounded" +msgstr "" + +#: packages/block-library/build-module/button/index.js:89 +msgctxt "block style" +msgid "Squared" +msgstr "" + +#: packages/block-library/build-module/pullquote/index.js:66 +#: packages/block-library/build-module/quote/index.js:58 +#: packages/block-library/build-module/table/index.js:101 +msgctxt "block style" +msgid "Regular" +msgstr "" + +#: packages/block-library/build-module/quote/index.js:62 +msgctxt "block style" +msgid "Large" +msgstr "" + +#: packages/block-library/build-module/classic/edit.js:158 +msgctxt "button to expand options" +msgid "More" +msgstr "" + +#: packages/block-library/build-module/classic/index.js:16 +msgctxt "block title" +msgid "Classic" +msgstr "" + +#: packages/block-library/build-module/embed/index.js:17 +msgctxt "block title" +msgid "Embed" +msgstr "" + +#: packages/block-library/build-module/embed/embed-placeholder.js:38 +msgctxt "button label" +msgid "Embed" +msgstr "" + +#: packages/block-library/build-module/embed/embed-placeholder.js:43 +msgctxt "button label" +msgid "Try again" +msgstr "" + +#: packages/block-library/build-module/embed/embed-placeholder.js:46 +msgctxt "button label" +msgid "Convert to link" +msgstr "" + +#: packages/block-library/build-module/file/index.js:71 +msgctxt "button label" +msgid "Download" +msgstr "" + +#: packages/list-reusable-blocks/build-module/components/import-form/index.js:135 +msgctxt "button label" +msgid "Import" +msgstr "" + +#: packages/block-library/build-module/media-text/edit.js:36 +msgctxt "content placeholder" +msgid "Content…" +msgstr "" + +#: packages/block-library/build-module/more/index.js:22 +msgctxt "block name" +msgid "More" +msgstr "" + +#: packages/block-library/build-module/paragraph/edit.js:179 +msgctxt "editor button" +msgid "Left to right" +msgstr "" + +#: packages/components/build-module/date-time/index.js:73 +msgctxt "keyboard button" +msgid "Enter" +msgstr "" + +#: packages/components/build-module/font-size-picker/index.js:49 +#: packages/editor/build-module/store/defaults.js:75 +msgctxt "font size name" +msgid "Normal" +msgstr "" + +#: packages/components/build-module/font-size-picker/index.js:49 +msgctxt "font size name" +msgid "Custom" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:71 +msgctxt "font size name" +msgid "Small" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:79 +msgctxt "font size name" +msgid "Medium" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:83 +msgctxt "font size name" +msgid "Large" +msgstr "" + +#: packages/editor/build-module/store/defaults.js:87 +msgctxt "font size name" +msgid "Huge" +msgstr "" + +#: packages/edit-post/build-module/components/header/writing-menu/index.js:18 +msgctxt "noun" +msgid "View" +msgstr "" + +# Button to fix block content +#: packages/editor/build-module/components/block-list/block-invalid-warning.js:94 +msgctxt "imperative verb" +msgid "Resolve" +msgstr "" + +#: packages/editor/build-module/components/post-preview-button/index.js:160 +msgctxt "imperative verb" +msgid "Preview" +msgstr "" + +#: packages/editor/build-module/components/inserter/menu.js:326 +msgctxt "blocks" +msgid "Most Used" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:285 +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:195 +msgctxt "term" +msgid "%s added" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:286 +msgctxt "term" +msgid "%s removed" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:287 +msgctxt "term" +msgid "Remove %s" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:450 +msgctxt "term" +msgid "Search %s" +msgstr "" + +#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:451 +msgctxt "term" +msgid "Available %s" +msgstr "" + +#: packages/editor/build-module/components/word-count/index.js:18 +msgctxt "Word count type. Do not translate!" +msgid "words" +msgstr "" \ No newline at end of file diff --git a/packages/babel-plugin-makepot/src/index.js b/packages/babel-plugin-makepot/src/index.js index bba9a255ff6ff..d6598e63c94a3 100644 --- a/packages/babel-plugin-makepot/src/index.js +++ b/packages/babel-plugin-makepot/src/index.js @@ -137,7 +137,6 @@ function getExtractedComment( path, _originalNodeLine ) { line = commentNode.loc.end.line; } - const { line } = commentNode.loc.end; if ( line < _originalNodeLine - 1 || line > _originalNodeLine ) { return; } From d8f43b26cf8e85e277252277f7cc0b7a454f634f Mon Sep 17 00:00:00 2001 From: Takayuki Miyauchi Date: Tue, 9 Jun 2020 02:54:50 +0900 Subject: [PATCH 3/3] removed gutenberg.pot --- languages/gutenberg.pot | 3393 --------------------------------------- 1 file changed, 3393 deletions(-) delete mode 100644 languages/gutenberg.pot diff --git a/languages/gutenberg.pot b/languages/gutenberg.pot deleted file mode 100644 index 80f93d944c804..0000000000000 --- a/languages/gutenberg.pot +++ /dev/null @@ -1,3393 +0,0 @@ -msgid "" -msgstr "" -"Content-Type: text/plain; charset=utf-8\n" -"X-Generator: babel-plugin-makepot\n" - -#: packages/annotations/build-module/format/annotation.js:160 -msgid "Annotation" -msgstr "" - -#: packages/api-fetch/build-module/index.js:111 -msgid "An unknown error occurred." -msgstr "" - -#: packages/api-fetch/build-module/index.js:99 -msgid "The response is not a valid JSON response." -msgstr "" - -#: packages/block-library/build-module/archives/edit.js:21 -msgid "Archives Settings" -msgstr "" - -#: packages/block-library/build-module/archives/edit.js:23 -#: packages/block-library/build-module/categories/edit.js:194 -msgid "Display as Dropdown" -msgstr "" - -#: packages/block-library/build-module/archives/edit.js:31 -#: packages/block-library/build-module/categories/edit.js:202 -msgid "Show Post Counts" -msgstr "" - -#: packages/block-library/build-module/archives/index.js:15 -msgid "Archives" -msgstr "" - -#: packages/block-library/build-module/archives/index.js:16 -msgid "Display a monthly archive of your posts." -msgstr "" - -#: packages/block-library/build-module/audio/edit.js:203 -msgid "Edit audio" -msgstr "" - -#: packages/block-library/build-module/audio/edit.js:207 -msgid "Audio Settings" -msgstr "" - -#: packages/block-library/build-module/audio/edit.js:209 -#: packages/block-library/build-module/video/edit.js:234 -msgid "Autoplay" -msgstr "" - -#: packages/block-library/build-module/audio/edit.js:213 -#: packages/block-library/build-module/video/edit.js:238 -msgid "Loop" -msgstr "" - -#: packages/block-library/build-module/audio/edit.js:217 -#: packages/block-library/build-module/video/edit.js:250 -msgid "Preload" -msgstr "" - -#: packages/block-library/build-module/audio/edit.js:227 -#: packages/block-library/build-module/video/edit.js:259 -msgid "Auto" -msgstr "" - -#: packages/block-library/build-module/audio/edit.js:230 -#: packages/block-library/build-module/video/edit.js:262 -msgid "Metadata" -msgstr "" - -#: packages/block-library/build-module/audio/edit.js:233 -#: packages/block-library/build-module/gallery/edit.js:39 -#: packages/block-library/build-module/image/edit.js:383 -#: packages/block-library/build-module/video/edit.js:265 -msgid "None" -msgstr "" - -#: packages/block-library/build-module/audio/edit.js:242 -#: packages/block-library/build-module/embed/embed-preview.js:73 -#: packages/block-library/build-module/gallery/gallery-image.js:173 -#: packages/block-library/build-module/image/edit.js:713 -#: packages/block-library/build-module/video/edit.js:295 -msgid "Write caption…" -msgstr "" - -#: packages/block-library/build-module/audio/index.js:18 -#: packages/editor/build-module/components/media-placeholder/index.js:233 -#: packages/editor/build-module/components/post-format/index.js:46 -msgid "Audio" -msgstr "" - -#: packages/block-library/build-module/audio/index.js:19 -msgid "Embed a simple audio player." -msgstr "" - -#: packages/block-library/build-module/block/edit-panel/index.js:101 -msgid "Name:" -msgstr "" - -#: packages/block-library/build-module/block/edit-panel/index.js:116 -#: packages/editor/build-module/components/post-permalink/editor.js:98 -msgid "Save" -msgstr "" - -#: packages/block-library/build-module/block/edit-panel/index.js:95 -#: packages/editor/build-module/components/post-permalink/index.js:148 -#: packages/format-library/build-module/link/inline.js:131 -msgid "Edit" -msgstr "" - -#: packages/block-library/build-module/block/edit.js:154 -msgid "Block has been deleted or is unavailable." -msgstr "" - -#: packages/block-library/build-module/block/index.js:12 -msgid "Reusable Block" -msgstr "" - -#: packages/block-library/build-module/block/index.js:14 -msgid "" -"Create content, and save it for you and other contributors to reuse across " -"your site. Update the block, and the changes apply everywhere it’s used." -msgstr "" - -# %s: title/name of the reusable block -#: packages/block-library/build-module/block/indicator/index.js:12 -msgid "Reusable Block: %s" -msgstr "" - -#: packages/block-library/build-module/button/edit.js:104 -#: packages/block-library/build-module/media-text/edit.js:208 -#: packages/block-library/build-module/paragraph/edit.js:201 -#: packages/block-library/build-module/pullquote/edit.js:119 -msgid "Color Settings" -msgstr "" - -#: packages/block-library/build-module/button/edit.js:108 -#: packages/block-library/build-module/media-text/edit.js:163 -#: packages/block-library/build-module/paragraph/edit.js:206 -msgid "Background Color" -msgstr "" - -#: packages/block-library/build-module/button/edit.js:112 -#: packages/block-library/build-module/paragraph/edit.js:210 -#: packages/block-library/build-module/pullquote/edit.js:127 -msgid "Text Color" -msgstr "" - -#: packages/block-library/build-module/button/edit.js:138 -#: packages/editor/build-module/components/media-placeholder/index.js:53 -#: packages/format-library/build-module/link/inline.js:91 -msgid "Apply" -msgstr "" - -#: packages/block-library/build-module/button/edit.js:87 -#: packages/block-library/build-module/file/edit.js:239 -msgid "Add text…" -msgstr "" - -#: packages/block-library/build-module/button/index.js:63 -msgid "Button" -msgstr "" - -#: packages/block-library/build-module/button/index.js:64 -msgid "Prompt visitors to take action with a custom button." -msgstr "" - -#: packages/block-library/build-module/button/index.js:86 -msgid "Outline" -msgstr "" - -#: packages/block-library/build-module/categories/edit.js:102 -#: packages/block-library/build-module/latest-posts/edit.js:206 -msgid "(Untitled)" -msgstr "" - -#: packages/block-library/build-module/categories/edit.js:192 -msgid "Categories Settings" -msgstr "" - -#: packages/block-library/build-module/categories/edit.js:198 -msgid "Show Hierarchy" -msgstr "" - -#: packages/block-library/build-module/categories/edit.js:210 -#: packages/block-library/build-module/categories/index.js:15 -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:451 -msgid "Categories" -msgstr "" - -#: packages/block-library/build-module/categories/index.js:16 -msgid "Display a list of all categories." -msgstr "" - -#: packages/block-library/build-module/classic/edit.js:174 -msgid "Insert Media" -msgstr "" - -#: packages/block-library/build-module/classic/edit.js:227 -msgid "Classic" -msgstr "" - -#: packages/block-library/build-module/classic/index.js:17 -msgid "Use the classic WordPress editor." -msgstr "" - -#: packages/block-library/build-module/code/edit.js:25 -msgid "Write code…" -msgstr "" - -#: packages/block-library/build-module/code/edit.js:26 -#: packages/block-library/build-module/code/index.js:16 -#: packages/format-library/build-module/code/index.js:12 -msgid "Code" -msgstr "" - -#: packages/block-library/build-module/code/index.js:17 -msgid "Display code snippets that respect your spacing and tabs." -msgstr "" - -#: packages/block-library/build-module/columns/column.js:11 -msgid "Column" -msgstr "" - -#: packages/block-library/build-module/columns/column.js:22 -msgid "A single column within a columns block." -msgstr "" - -#: packages/block-library/build-module/columns/index.js:109 -msgid "" -"Add a block that displays content in multiple columns, then add whatever " -"content blocks you’d like." -msgstr "" - -#: packages/block-library/build-module/columns/index.js:176 -#: packages/block-library/build-module/gallery/edit.js:272 -#: packages/block-library/build-module/latest-posts/edit.js:142 -#: packages/block-library/build-module/text-columns/index.js:100 -msgid "Columns" -msgstr "" - -#: packages/block-library/build-module/cover/index.js:259 -#: packages/block-library/build-module/media-text/media-container.js:46 -msgid "Edit media" -msgstr "" - -#: packages/block-library/build-module/cover/index.js:265 -msgid "Cover Settings" -msgstr "" - -#: packages/block-library/build-module/cover/index.js:267 -msgid "Fixed Background" -msgstr "" - -#: packages/block-library/build-module/cover/index.js:271 -msgid "Overlay" -msgstr "" - -#: packages/block-library/build-module/cover/index.js:276 -msgid "Overlay Color" -msgstr "" - -#: packages/block-library/build-module/cover/index.js:279 -msgid "Background Opacity" -msgstr "" - -#: packages/block-library/build-module/cover/index.js:295 -msgid "Cover" -msgstr "" - -#: packages/block-library/build-module/cover/index.js:301 -msgid "" -"Drag an image or a video, upload a new one or select a file from your " -"library." -msgstr "" - -#: packages/block-library/build-module/cover/index.js:328 -msgid "Write title…" -msgstr "" - -#: packages/block-library/build-module/cover/index.js:60 -msgid "Add an image or video with a text overlay — great for headers." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:105 -msgid "Embed Cloudup content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:113 -msgid "Embed CollegeHumor content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:121 -msgid "Embed a Dailymotion video." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:129 -msgid "Embed Hulu content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:137 -msgid "Embed Imgur content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:145 -msgid "Embed Issuu content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:153 -msgid "Embed Kickstarter content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:161 -msgid "Embed Meetup.com content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:169 -msgid "music" -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:169 -msgid "audio" -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:17 -msgid "Embed a tweet." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:170 -msgid "Embed Mixcloud content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:178 -msgid "Embed Polldaddy content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:186 -msgid "Embed a Reddit thread." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:194 -msgid "Embed ReverbNation content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:202 -msgid "Embed Screencast content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:210 -msgid "Embed Scribd content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:218 -msgid "Embed Slideshare content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:226 -msgid "Embed SmugMug content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:254 -msgid "Embed Speaker Deck content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:26 -msgid "Embed a YouTube video." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:262 -msgid "Embed a TED video." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:270 -msgid "Embed a Tumblr post." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:278 -#: packages/block-library/build-module/media-text/index.js:77 -msgid "video" -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:279 -msgid "Embed a VideoPress video." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:287 -msgid "Embed a WordPress.tv video." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:34 -msgid "Embed a Facebook post." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:43 -msgid "Embed an Instagram post." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:51 -msgid "post" -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:51 -msgid "blog" -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:53 -msgid "Embed a WordPress post." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:61 -msgid "Embed SoundCloud content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:70 -msgid "Embed Spotify content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:78 -#: packages/block-library/build-module/media-text/index.js:77 -msgid "image" -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:79 -msgid "Embed Flickr content." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:88 -msgid "Embed a Vimeo video." -msgstr "" - -#: packages/block-library/build-module/embed/core-embeds.js:97 -msgid "Embed an Animoto video." -msgstr "" - -#: packages/block-library/build-module/embed/edit.js:162 -msgid "This embed will preserve its aspect ratio when the browser is resized." -msgstr "" - -#: packages/block-library/build-module/embed/edit.js:162 -msgid "This embed may not preserve its aspect ratio when the browser is resized." -msgstr "" - -#: packages/block-library/build-module/embed/edit.js:204 -msgid "%s URL" -msgstr "" - -#: packages/block-library/build-module/embed/embed-controls.js:21 -msgid "Edit URL" -msgstr "" - -#: packages/block-library/build-module/embed/embed-controls.js:25 -msgid "Media Settings" -msgstr "" - -#: packages/block-library/build-module/embed/embed-controls.js:28 -msgid "Resize for smaller devices" -msgstr "" - -#: packages/block-library/build-module/embed/embed-loading.js:12 -msgid "Embedding…" -msgstr "" - -#: packages/block-library/build-module/embed/embed-placeholder.js:33 -msgid "Enter URL to embed here…" -msgstr "" - -#: packages/block-library/build-module/embed/embed-placeholder.js:40 -msgid "Sorry, we could not embed that content." -msgstr "" - -#: packages/block-library/build-module/embed/embed-preview.js:43 -msgid "Embedded content from %s" -msgstr "" - -#: packages/block-library/build-module/embed/embed-preview.js:71 -msgid "Sorry, we cannot preview this embedded content in the editor." -msgstr "" - -#: packages/block-library/build-module/embed/index.js:18 -msgid "" -"Embed videos, images, tweets, audio, and other content from external " -"sources." -msgstr "" - -# %s: Name of service (e.g. VideoPress, YouTube) -#: packages/block-library/build-module/embed/settings.js:56 -msgid "" -"Add a block that displays content pulled from other sites, like Twitter, " -"Instagram or YouTube." -msgstr "" - -#: packages/block-library/build-module/file/edit.js:175 -#: packages/block-library/build-module/file/index.js:24 -#: packages/list-reusable-blocks/build-module/components/import-form/index.js:125 -msgid "File" -msgstr "" - -#: packages/block-library/build-module/file/edit.js:176 -msgid "Drag a file, upload a new one or select a file from your library." -msgstr "" - -#: packages/block-library/build-module/file/edit.js:207 -msgid "Edit file" -msgstr "" - -#: packages/block-library/build-module/file/edit.js:221 -msgid "Write file name…" -msgstr "" - -#: packages/block-library/build-module/file/edit.js:253 -#: packages/edit-post/build-module/plugins/copy-content-menu-item/index.js:28 -#: packages/editor/build-module/components/post-publish-panel/postpublish.js:116 -msgid "Copied!" -msgstr "" - -#: packages/block-library/build-module/file/edit.js:253 -msgid "Copy URL" -msgstr "" - -#: packages/block-library/build-module/file/index.js:25 -msgid "Add a link to a downloadable file." -msgstr "" - -#: packages/block-library/build-module/file/index.js:36 -msgid "document" -msgstr "" - -#: packages/block-library/build-module/file/index.js:36 -msgid "pdf" -msgstr "" - -#: packages/block-library/build-module/file/inspector.js:12 -msgid "The download button is visible." -msgstr "" - -#: packages/block-library/build-module/file/inspector.js:12 -msgid "The download button is hidden." -msgstr "" - -#: packages/block-library/build-module/file/inspector.js:27 -#: packages/edit-post/build-module/components/sidebar/post-link/index.js:57 -#: packages/editor/build-module/components/media-placeholder/index.js:46 -#: packages/editor/build-module/components/url-input/index.js:292 -msgid "URL" -msgstr "" - -#: packages/block-library/build-module/file/inspector.js:33 -#: packages/block-library/build-module/gallery/edit.js:36 -#: packages/block-library/build-module/image/edit.js:386 -msgid "Media File" -msgstr "" - -#: packages/block-library/build-module/file/inspector.js:36 -#: packages/block-library/build-module/gallery/edit.js:33 -#: packages/block-library/build-module/image/edit.js:389 -msgid "Attachment Page" -msgstr "" - -#: packages/block-library/build-module/file/inspector.js:41 -msgid "Text Link Settings" -msgstr "" - -#: packages/block-library/build-module/file/inspector.js:43 -#: packages/block-library/build-module/gallery/edit.js:283 -#: packages/block-library/build-module/image/edit.js:568 -msgid "Link To" -msgstr "" - -#: packages/block-library/build-module/file/inspector.js:48 -#: packages/block-library/build-module/image/edit.js:579 -#: packages/format-library/build-module/link/inline.js:300 -msgid "Open in New Tab" -msgstr "" - -#: packages/block-library/build-module/file/inspector.js:52 -msgid "Download Button Settings" -msgstr "" - -#: packages/block-library/build-module/file/inspector.js:54 -msgid "Show Download Button" -msgstr "" - -#: packages/block-library/build-module/gallery/edit.js:160 -msgid "Thumbnails are cropped to align." -msgstr "" - -#: packages/block-library/build-module/gallery/edit.js:160 -msgid "Thumbnails are not cropped." -msgstr "" - -#: packages/block-library/build-module/gallery/edit.js:245 -msgid "Edit Gallery" -msgstr "" - -#: packages/block-library/build-module/gallery/edit.js:257 -#: packages/block-library/build-module/gallery/index.js:86 -#: packages/editor/build-module/components/post-format/index.js:25 -msgid "Gallery" -msgstr "" - -#: packages/block-library/build-module/gallery/edit.js:258 -msgid "Drag images, upload new ones or select files from your library." -msgstr "" - -#: packages/block-library/build-module/gallery/edit.js:270 -msgid "Gallery Settings" -msgstr "" - -#: packages/block-library/build-module/gallery/edit.js:278 -msgid "Crop Images" -msgstr "" - -#: packages/block-library/build-module/gallery/edit.js:318 -msgid "Upload an image" -msgstr "" - -#: packages/block-library/build-module/gallery/gallery-image.js:168 -msgid "Remove Image" -msgstr "" - -#: packages/block-library/build-module/gallery/index.js:102 -msgid "images" -msgstr "" - -#: packages/block-library/build-module/gallery/index.js:102 -msgid "photos" -msgstr "" - -#: packages/block-library/build-module/gallery/index.js:87 -msgid "Display multiple images in a rich gallery." -msgstr "" - -#: packages/block-library/build-module/heading/edit.js:38 -msgid "Heading Settings" -msgstr "" - -#: packages/block-library/build-module/heading/edit.js:39 -msgid "Level" -msgstr "" - -#: packages/block-library/build-module/heading/edit.js:48 -msgid "Text Alignment" -msgstr "" - -#: packages/block-library/build-module/heading/edit.js:86 -msgid "Write heading…" -msgstr "" - -# %s: heading level e.g: "1", "2", "3" -#: packages/block-library/build-module/heading/heading-toolbar.js:37 -msgid "Heading %d" -msgstr "" - -#: packages/block-library/build-module/heading/index.js:58 -msgid "Heading" -msgstr "" - -#: packages/block-library/build-module/heading/index.js:59 -msgid "" -"Introduce new sections and organize content to help visitors (and search " -"engines) understand the structure of your content." -msgstr "" - -#: packages/block-library/build-module/heading/index.js:70 -msgid "title" -msgstr "" - -#: packages/block-library/build-module/heading/index.js:70 -msgid "subtitle" -msgstr "" - -#: packages/block-library/build-module/html/index.js:14 -msgid "Custom HTML" -msgstr "" - -#: packages/block-library/build-module/html/index.js:15 -msgid "Add custom HTML code and preview it as you edit." -msgstr "" - -#: packages/block-library/build-module/html/index.js:23 -msgid "embed" -msgstr "" - -#: packages/block-library/build-module/html/index.js:81 -#: packages/edit-post/build-module/components/sidebar/post-link/index.js:92 -#: packages/editor/build-module/components/block-preview/index.js:32 -msgid "Preview" -msgstr "" - -#: packages/block-library/build-module/html/index.js:91 -msgid "Write HTML…" -msgstr "" - -#: packages/block-library/build-module/html/index.js:92 -msgid "HTML" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:392 -msgid "Custom URL" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:471 -msgid "Edit image" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:514 -msgid "Image Settings" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:516 -#: packages/block-library/build-module/media-text/edit.js:202 -msgid "Alt Text (Alternative Text)" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:519 -#: packages/block-library/build-module/media-text/edit.js:205 -msgid "" -"Alternative text describes your image to people who can’t see it. Add a " -"short description with its key details." -msgstr "" - -#: packages/block-library/build-module/image/edit.js:529 -msgid "Image Dimensions" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:534 -msgid "Width" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:542 -msgid "Height" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:550 -msgid "Image Size" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:565 -#: packages/components/build-module/font-size-picker/index.js:111 -#: packages/components/build-module/range-control/index.js:78 -msgid "Reset" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:566 -#: packages/editor/build-module/components/url-popover/index.js:66 -msgid "Link Settings" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:573 -msgid "Link URL" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:583 -msgid "Link CSS Class" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:587 -msgid "Link Rel" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:614 -msgid "This image has an empty alt attribute; its file name is %s" -msgstr "" - -#: packages/block-library/build-module/image/edit.js:616 -msgid "This image has an empty alt attribute" -msgstr "" - -#: packages/block-library/build-module/image/index.js:120 -#: packages/editor/build-module/components/media-placeholder/index.js:235 -#: packages/editor/build-module/components/post-format/index.js:31 -#: packages/format-library/build-module/image/index.js:21 -msgid "Image" -msgstr "" - -#: packages/block-library/build-module/image/index.js:121 -msgid "Insert an image to make a visual statement." -msgstr "" - -#: packages/block-library/build-module/image/index.js:135 -#: packages/format-library/build-module/image/index.js:22 -msgid "photo" -msgstr "" - -#: packages/block-library/build-module/latest-comments/edit.js:102 -msgid "Display Excerpt" -msgstr "" - -#: packages/block-library/build-module/latest-comments/edit.js:106 -msgid "Number of Comments" -msgstr "" - -#: packages/block-library/build-module/latest-comments/edit.js:92 -msgid "Latest Comments Settings" -msgstr "" - -#: packages/block-library/build-module/latest-comments/edit.js:94 -msgid "Display Avatar" -msgstr "" - -#: packages/block-library/build-module/latest-comments/edit.js:98 -msgid "Display Date" -msgstr "" - -#: packages/block-library/build-module/latest-comments/index.js:15 -msgid "Latest Comments" -msgstr "" - -#: packages/block-library/build-module/latest-comments/index.js:16 -msgid "Display a list of your most recent comments." -msgstr "" - -#: packages/block-library/build-module/latest-comments/index.js:29 -msgid "recent comments" -msgstr "" - -#: packages/block-library/build-module/latest-posts/edit.js:109 -msgid "Latest Posts Settings" -msgstr "" - -#: packages/block-library/build-module/latest-posts/edit.js:138 -msgid "Display post date" -msgstr "" - -#: packages/block-library/build-module/latest-posts/edit.js:157 -#: packages/block-library/build-module/latest-posts/index.js:15 -msgid "Latest Posts" -msgstr "" - -#: packages/block-library/build-module/latest-posts/edit.js:158 -msgid "No posts found." -msgstr "" - -#: packages/block-library/build-module/latest-posts/edit.js:165 -msgid "List View" -msgstr "" - -#: packages/block-library/build-module/latest-posts/edit.js:174 -msgid "Grid View" -msgstr "" - -#: packages/block-library/build-module/latest-posts/index.js:16 -msgid "Display a list of your most recent posts." -msgstr "" - -#: packages/block-library/build-module/latest-posts/index.js:57 -msgid "recent posts" -msgstr "" - -#: packages/block-library/build-module/list/index.js:230 -msgid "Write list…" -msgstr "" - -#: packages/block-library/build-module/list/index.js:55 -msgid "List" -msgstr "" - -#: packages/block-library/build-module/list/index.js:56 -msgid "Create a bulleted or numbered list." -msgstr "" - -#: packages/block-library/build-module/list/index.js:64 -msgid "bullet list" -msgstr "" - -#: packages/block-library/build-module/list/index.js:64 -msgid "ordered list" -msgstr "" - -#: packages/block-library/build-module/list/index.js:64 -msgid "numbered list" -msgstr "" - -#: packages/block-library/build-module/media-text/edit.js:167 -msgid "Show media on left" -msgstr "" - -#: packages/block-library/build-module/media-text/edit.js:176 -msgid "Show media on right" -msgstr "" - -#: packages/block-library/build-module/media-text/edit.js:192 -msgid "Media & Text Settings" -msgstr "" - -#: packages/block-library/build-module/media-text/edit.js:194 -msgid "Stack on mobile" -msgstr "" - -#: packages/block-library/build-module/media-text/index.js:68 -msgid "Media & Text" -msgstr "" - -#: packages/block-library/build-module/media-text/index.js:69 -msgid "Set media and words side-by-side for a richer layout." -msgstr "" - -#: packages/block-library/build-module/media-text/media-container.js:89 -msgid "Media area" -msgstr "" - -#: packages/block-library/build-module/missing/index.js:24 -msgid "" -"Your site doesn’t include support for the \"%s\" block. You can leave this " -"block intact, convert its content to a Custom HTML block, or remove it " -"entirely." -msgstr "" - -#: packages/block-library/build-module/missing/index.js:30 -msgid "Keep as HTML" -msgstr "" - -#: packages/block-library/build-module/missing/index.js:32 -msgid "" -"Your site doesn’t include support for the \"%s\" block. You can leave this " -"block intact or remove it entirely." -msgstr "" - -#: packages/block-library/build-module/missing/index.js:59 -msgid "Unrecognized Block" -msgstr "" - -#: packages/block-library/build-module/missing/index.js:60 -msgid "Your site doesn’t include support for this block." -msgstr "" - -#: packages/block-library/build-module/more/edit.js:33 -msgid "Read more" -msgstr "" - -#: packages/block-library/build-module/more/edit.js:78 -msgid "Hide the teaser before the \"More\" tag" -msgstr "" - -#: packages/block-library/build-module/more/index.js:23 -msgid "" -"Mark the excerpt of this content. Content before this block will be shown " -"in the excerpt on your archives page." -msgstr "" - -#: packages/block-library/build-module/nextpage/edit.js:10 -msgid "Page break" -msgstr "" - -#: packages/block-library/build-module/nextpage/index.js:13 -msgid "Page Break" -msgstr "" - -#: packages/block-library/build-module/nextpage/index.js:14 -msgid "Separate your content into a multi-page experience." -msgstr "" - -#: packages/block-library/build-module/nextpage/index.js:22 -msgid "next page" -msgstr "" - -#: packages/block-library/build-module/nextpage/index.js:22 -msgid "pagination" -msgstr "" - -#: packages/block-library/build-module/paragraph/edit.js:189 -msgid "Text Settings" -msgstr "" - -#: packages/block-library/build-module/paragraph/edit.js:196 -msgid "Drop Cap" -msgstr "" - -#: packages/block-library/build-module/paragraph/edit.js:246 -msgid "Paragraph block" -msgstr "" - -#: packages/block-library/build-module/paragraph/edit.js:246 -msgid "Empty block; start writing or type forward slash to choose a block" -msgstr "" - -#: packages/block-library/build-module/paragraph/edit.js:247 -#: packages/editor/build-module/components/default-block-appender/index.js:37 -msgid "Start writing or type / to choose a block" -msgstr "" - -#: packages/block-library/build-module/paragraph/edit.js:88 -msgid "Showing large initial letter." -msgstr "" - -#: packages/block-library/build-module/paragraph/edit.js:88 -msgid "Toggle to show a large initial letter." -msgstr "" - -#: packages/block-library/build-module/paragraph/index.js:69 -msgid "Paragraph" -msgstr "" - -#: packages/block-library/build-module/paragraph/index.js:70 -msgid "Start with the building block of all narrative." -msgstr "" - -#: packages/block-library/build-module/paragraph/index.js:78 -msgid "text" -msgstr "" - -#: packages/block-library/build-module/preformatted/index.js:12 -msgid "Preformatted" -msgstr "" - -#: packages/block-library/build-module/preformatted/index.js:13 -msgid "Add text that respects your spacing and tabs, and also allows styling." -msgstr "" - -#: packages/block-library/build-module/preformatted/index.js:95 -msgid "Write preformatted text…" -msgstr "" - -# placeholder text used for the quote -#: packages/block-library/build-module/pullquote/edit.js:106 -#: packages/block-library/build-module/quote/index.js:268 -msgid "Write quote…" -msgstr "" - -# placeholder text used for the citation -#: packages/block-library/build-module/pullquote/edit.js:111 -#: packages/block-library/build-module/quote/index.js:278 -msgid "Write citation…" -msgstr "" - -#: packages/block-library/build-module/pullquote/edit.js:123 -msgid "Main Color" -msgstr "" - -#: packages/block-library/build-module/pullquote/index.js:47 -msgid "Pullquote" -msgstr "" - -#: packages/block-library/build-module/pullquote/index.js:48 -msgid "Give special visual emphasis to a quote from your text." -msgstr "" - -#: packages/block-library/build-module/pullquote/index.js:70 -msgid "Solid Color" -msgstr "" - -#: packages/block-library/build-module/quote/index.js:42 -#: packages/editor/build-module/components/post-format/index.js:34 -msgid "Quote" -msgstr "" - -#: packages/block-library/build-module/quote/index.js:43 -msgid "" -"Give quoted text visual emphasis. \"In quoting others, we cite ourselves.\" " -"— Julio Cortázar" -msgstr "" - -#: packages/block-library/build-module/quote/index.js:54 -msgid "blockquote" -msgstr "" - -#: packages/block-library/build-module/separator/index.js:11 -msgid "Separator" -msgstr "" - -#: packages/block-library/build-module/separator/index.js:12 -msgid "Create a break between ideas or sections with a horizontal separator." -msgstr "" - -#: packages/block-library/build-module/separator/index.js:23 -msgid "horizontal-line" -msgstr "" - -#: packages/block-library/build-module/separator/index.js:23 -msgid "divider" -msgstr "" - -#: packages/block-library/build-module/separator/index.js:26 -msgid "Short Line" -msgstr "" - -#: packages/block-library/build-module/separator/index.js:30 -msgid "Wide Line" -msgstr "" - -#: packages/block-library/build-module/separator/index.js:33 -msgid "Dots" -msgstr "" - -#: packages/block-library/build-module/shortcode/index.js:15 -msgid "Insert additional custom elements with a WordPress shortcode." -msgstr "" - -#: packages/block-library/build-module/shortcode/index.js:68 -msgid "Shortcode" -msgstr "" - -#: packages/block-library/build-module/shortcode/index.js:72 -msgid "Write shortcode here…" -msgstr "" - -#: packages/block-library/build-module/spacer/index.js:18 -msgid "Spacer" -msgstr "" - -#: packages/block-library/build-module/spacer/index.js:19 -msgid "Add white space between blocks and customize its height." -msgstr "" - -#: packages/block-library/build-module/spacer/index.js:69 -msgid "Spacer Settings" -msgstr "" - -#: packages/block-library/build-module/spacer/index.js:71 -msgid "Height in pixels" -msgstr "" - -#: packages/block-library/build-module/subhead/index.js:14 -msgid "Subheading (deprecated)" -msgstr "" - -#: packages/block-library/build-module/subhead/index.js:15 -msgid "This block is deprecated. Please use the Paragraph block instead." -msgstr "" - -#: packages/block-library/build-module/subhead/index.js:77 -msgid "Write subheading…" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:328 -msgid "Add Row Before" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:333 -msgid "Add Row After" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:338 -msgid "Delete Row" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:343 -msgid "Add Column Before" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:348 -msgid "Add Column After" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:353 -msgid "Delete Column" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:442 -msgid "Column Count" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:448 -msgid "Row Count" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:455 -msgid "Create" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:463 -msgid "Edit Table" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:466 -msgid "Table Settings" -msgstr "" - -#: packages/block-library/build-module/table/edit.js:469 -msgid "Fixed width table cells" -msgstr "" - -#: packages/block-library/build-module/table/index.js:105 -msgid "Stripes" -msgstr "" - -#: packages/block-library/build-module/table/index.js:78 -msgid "Table" -msgstr "" - -#: packages/block-library/build-module/table/index.js:79 -msgid "Insert a table — perfect for sharing charts and data." -msgstr "" - -#: packages/block-library/build-module/template/index.js:11 -msgid "Reusable Template" -msgstr "" - -#: packages/block-library/build-module/template/index.js:13 -msgid "Template block used as a container." -msgstr "" - -#: packages/block-library/build-module/text-columns/index.js:125 -msgid "New Column" -msgstr "" - -#: packages/block-library/build-module/text-columns/index.js:24 -msgid "Text Columns (deprecated)" -msgstr "" - -#: packages/block-library/build-module/text-columns/index.js:25 -msgid "This block is deprecated. Please use the Columns block instead." -msgstr "" - -#: packages/block-library/build-module/verse/index.js:13 -msgid "Verse" -msgstr "" - -#: packages/block-library/build-module/verse/index.js:14 -msgid "Insert poetry. Use special spacing formats. Or quote song lyrics." -msgstr "" - -#: packages/block-library/build-module/verse/index.js:25 -msgid "poetry" -msgstr "" - -#: packages/block-library/build-module/verse/index.js:78 -msgid "Write…" -msgstr "" - -#: packages/block-library/build-module/video/edit.js:228 -msgid "Edit video" -msgstr "" - -#: packages/block-library/build-module/video/edit.js:232 -msgid "Video Settings" -msgstr "" - -#: packages/block-library/build-module/video/edit.js:242 -msgid "Muted" -msgstr "" - -#: packages/block-library/build-module/video/edit.js:246 -msgid "Playback Controls" -msgstr "" - -#: packages/block-library/build-module/video/edit.js:269 -msgid "Poster Image" -msgstr "" - -#: packages/block-library/build-module/video/edit.js:280 -msgid "Select Poster Image" -msgstr "" - -#: packages/block-library/build-module/video/edit.js:280 -#: packages/editor/build-module/components/post-featured-image/index.js:91 -msgid "Replace image" -msgstr "" - -#: packages/block-library/build-module/video/edit.js:286 -msgid "Remove Poster Image" -msgstr "" - -#: packages/block-library/build-module/video/index.js:18 -#: packages/editor/build-module/components/media-placeholder/index.js:237 -#: packages/editor/build-module/components/post-format/index.js:43 -msgid "Video" -msgstr "" - -#: packages/block-library/build-module/video/index.js:19 -msgid "Embed a video from your media library or upload a new one." -msgstr "" - -#: packages/block-library/build-module/video/index.js:29 -msgid "movie" -msgstr "" - -#: packages/blocks/build-module/store/reducer.js:21 -msgid "Common Blocks" -msgstr "" - -#: packages/blocks/build-module/store/reducer.js:24 -msgid "Formatting" -msgstr "" - -#: packages/blocks/build-module/store/reducer.js:27 -msgid "Layout Elements" -msgstr "" - -#: packages/blocks/build-module/store/reducer.js:30 -msgid "Widgets" -msgstr "" - -#: packages/blocks/build-module/store/reducer.js:33 -msgid "Embeds" -msgstr "" - -#: packages/blocks/build-module/store/reducer.js:36 -msgid "Reusable Blocks" -msgstr "" - -#: packages/components/build-module/autocomplete/index.js:287 -#: packages/components/build-module/form-token-field/index.js:257 -#: packages/editor/build-module/components/url-input/index.js:137 -msgid "%d result found, use up and down arrow keys to navigate." -msgid_plural "%d results found, use up and down arrow keys to navigate." -msgstr[0] "" -msgstr[1] "" - -#: packages/components/build-module/autocomplete/index.js:289 -#: packages/components/build-module/form-token-field/index.js:259 -#: packages/editor/build-module/components/url-input/index.js:139 -msgid "No results." -msgstr "" - -#: packages/components/build-module/color-palette/index.js:100 -msgid "Clear" -msgstr "" - -#: packages/components/build-module/color-palette/index.js:35 -msgid "Custom color picker" -msgstr "" - -# %s: The name of the color e.g: "vivid red". -#: packages/components/build-module/color-palette/index.js:61 -msgid "Color: %s" -msgstr "" - -# %s: color hex code e.g: "#f00". -#: packages/components/build-module/color-palette/index.js:62 -msgid "Color code: %s" -msgstr "" - -#: packages/components/build-module/color-picker/alpha.js:223 -msgid "Alpha value, from 0 (transparent) to 1 (fully opaque)." -msgstr "" - -#: packages/components/build-module/color-picker/hue.js:220 -msgid "Hue value in degrees, from 0 to 359." -msgstr "" - -#: packages/components/build-module/color-picker/hue.js:228 -msgid "Move the arrow left or right to change hue." -msgstr "" - -#: packages/components/build-module/color-picker/inputs.js:163 -msgid "Hue/saturation/lightness mode active" -msgstr "" - -#: packages/components/build-module/color-picker/inputs.js:169 -msgid "Hex color mode active" -msgstr "" - -#: packages/components/build-module/color-picker/inputs.js:174 -msgid "RGB mode active" -msgstr "" - -#: packages/components/build-module/color-picker/inputs.js:228 -msgid "Color value in hexadecimal" -msgstr "" - -#: packages/components/build-module/color-picker/inputs.js:236 -msgid "Color value in RGB" -msgstr "" - -#: packages/components/build-module/color-picker/inputs.js:275 -msgid "Color value in HSL" -msgstr "" - -#: packages/components/build-module/color-picker/inputs.js:322 -msgid "Change color format" -msgstr "" - -#: packages/components/build-module/color-picker/saturation.js:224 -msgid "Choose a shade" -msgstr "" - -#: packages/components/build-module/color-picker/saturation.js:232 -msgid "" -"Use your arrow keys to change the base color. Move up to lighten the color, " -"down to darken, left to increase saturation, and right to decrease " -"saturation." -msgstr "" - -#: packages/components/build-module/date-time/index.js:72 -msgid "Click to Select" -msgstr "" - -#: packages/components/build-module/date-time/index.js:72 -msgid "" -"Click the right or left arrows to select other months in the past or the " -"future." -msgstr "" - -#: packages/components/build-module/date-time/index.js:72 -msgid "Click the desired day to select it." -msgstr "" - -#: packages/components/build-module/date-time/index.js:72 -msgid "Navigating with a keyboard" -msgstr "" - -#: packages/components/build-module/date-time/index.js:76 -msgid "Select the date in focus." -msgstr "" - -#: packages/components/build-module/date-time/index.js:77 -msgid "Left and Right Arrows" -msgstr "" - -#: packages/components/build-module/date-time/index.js:80 -msgid "Move backward (left) or forward (right) by one day." -msgstr "" - -#: packages/components/build-module/date-time/index.js:81 -msgid "Up and Down Arrows" -msgstr "" - -#: packages/components/build-module/date-time/index.js:84 -msgid "Move backward (up) or forward (down) by one week." -msgstr "" - -#: packages/components/build-module/date-time/index.js:85 -msgid "Page Up and Page Down" -msgstr "" - -#: packages/components/build-module/date-time/index.js:86 -msgid "PgUp/PgDn" -msgstr "" - -#: packages/components/build-module/date-time/index.js:88 -msgid "Move backward (PgUp) or forward (PgDn) by one month." -msgstr "" - -#: packages/components/build-module/date-time/index.js:89 -msgid "Home and End" -msgstr "" - -#: packages/components/build-module/date-time/index.js:90 -msgid "Home/End" -msgstr "" - -#: packages/components/build-module/date-time/index.js:92 -msgid "Go to the first (home) or last (end) day of a week." -msgstr "" - -#: packages/components/build-module/date-time/index.js:95 -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/index.js:87 -#: packages/edit-post/build-module/components/options-modal/index.js:37 -#: packages/editor/build-module/components/url-input/button.js:83 -msgid "Close" -msgstr "" - -#: packages/components/build-module/date-time/index.js:99 -msgid "Calendar Help" -msgstr "" - -#: packages/components/build-module/date-time/time.js:301 -msgid "Date" -msgstr "" - -#: packages/components/build-module/date-time/time.js:306 -msgid "Month" -msgstr "" - -#: packages/components/build-module/date-time/time.js:313 -msgid "January" -msgstr "" - -#: packages/components/build-module/date-time/time.js:315 -msgid "February" -msgstr "" - -#: packages/components/build-module/date-time/time.js:317 -msgid "March" -msgstr "" - -#: packages/components/build-module/date-time/time.js:319 -msgid "April" -msgstr "" - -#: packages/components/build-module/date-time/time.js:321 -msgid "May" -msgstr "" - -#: packages/components/build-module/date-time/time.js:323 -msgid "June" -msgstr "" - -#: packages/components/build-module/date-time/time.js:325 -msgid "July" -msgstr "" - -#: packages/components/build-module/date-time/time.js:327 -msgid "August" -msgstr "" - -#: packages/components/build-module/date-time/time.js:329 -msgid "September" -msgstr "" - -#: packages/components/build-module/date-time/time.js:331 -msgid "October" -msgstr "" - -#: packages/components/build-module/date-time/time.js:333 -msgid "November" -msgstr "" - -#: packages/components/build-module/date-time/time.js:335 -msgid "December" -msgstr "" - -#: packages/components/build-module/date-time/time.js:338 -msgid "Day" -msgstr "" - -#: packages/components/build-module/date-time/time.js:349 -msgid "Year" -msgstr "" - -#: packages/components/build-module/date-time/time.js:358 -msgid "Time" -msgstr "" - -#: packages/components/build-module/date-time/time.js:363 -msgid "Hours" -msgstr "" - -#: packages/components/build-module/date-time/time.js:376 -msgid "Minutes" -msgstr "" - -#: packages/components/build-module/date-time/time.js:392 -msgid "AM" -msgstr "" - -#: packages/components/build-module/date-time/time.js:398 -msgid "PM" -msgstr "" - -#: packages/components/build-module/drop-zone/index.js:110 -msgid "Drop files to upload" -msgstr "" - -# accessibility text -#: packages/components/build-module/external-link/index.js:42 -#: packages/editor/build-module/components/post-preview-button/index.js:164 -msgid "(opens in a new tab)" -msgstr "" - -#: packages/components/build-module/font-size-picker/index.js:100 -msgid "Custom font size" -msgstr "" - -#: packages/components/build-module/font-size-picker/index.js:113 -msgid "Custom Size" -msgstr "" - -#: packages/components/build-module/font-size-picker/index.js:52 -msgid "Font Size" -msgstr "" - -# %s: font size name -#: packages/components/build-module/font-size-picker/index.js:69 -msgid "Font size: %s" -msgstr "" - -#: packages/components/build-module/form-token-field/index.js:588 -msgid "Add item" -msgstr "" - -#: packages/components/build-module/form-token-field/index.js:636 -msgid "Separate with commas" -msgstr "" - -#: packages/components/build-module/form-token-field/index.js:670 -msgid "Item added." -msgstr "" - -#: packages/components/build-module/form-token-field/index.js:671 -msgid "Item removed." -msgstr "" - -#: packages/components/build-module/form-token-field/index.js:672 -msgid "Remove item" -msgstr "" - -# 1: term name, 2: term position in a set of terms, 3: total term set count. -#: packages/components/build-module/form-token-field/token.js:54 -msgid "%1$s (%2$s of %3$s)" -msgstr "" - -#: packages/components/build-module/modal/header.js:20 -msgid "Close dialog" -msgstr "" - -#: packages/components/build-module/notice/index.js:57 -msgid "Dismiss this notice" -msgstr "" - -#: packages/components/build-module/query-controls/index.js:32 -msgid "Order by" -msgstr "" - -#: packages/components/build-module/query-controls/index.js:35 -msgid "Newest to Oldest" -msgstr "" - -#: packages/components/build-module/query-controls/index.js:38 -msgid "Oldest to Newest" -msgstr "" - -# label for ordering posts by title in ascending order -#: packages/components/build-module/query-controls/index.js:42 -msgid "A → Z" -msgstr "" - -# label for ordering posts by title in descending order -#: packages/components/build-module/query-controls/index.js:46 -msgid "Z → A" -msgstr "" - -#: packages/components/build-module/query-controls/index.js:66 -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:195 -msgid "Category" -msgstr "" - -#: packages/components/build-module/query-controls/index.js:67 -msgid "All" -msgstr "" - -#: packages/components/build-module/query-controls/index.js:72 -msgid "Number of items" -msgstr "" - -# %s: error message describing the problem -#: packages/components/build-module/server-side-render/index.js:126 -msgid "Error loading block: %s" -msgstr "" - -#: packages/components/build-module/server-side-render/index.js:129 -msgid "No results found." -msgstr "" - -#: packages/edit-post/build-module/components/header/fullscreen-mode-close/index.js:31 -msgid "View Posts" -msgstr "" - -# accessibility text for the editor toolbar when Top Toolbar is on -#: packages/edit-post/build-module/components/header/header-toolbar/index.js:24 -msgid "Document and block tools" -msgstr "" - -# accessibility text for the editor toolbar when Top Toolbar is off -#: packages/edit-post/build-module/components/header/header-toolbar/index.js:26 -msgid "Document tools" -msgstr "" - -#: packages/edit-post/build-module/components/header/header-toolbar/index.js:35 -msgid "" -"Welcome to the wonderful world of blocks! Click the “+” (“Add block”) " -"button to add a new block. There are blocks available for all kinds of " -"content: you can insert text, headings, images, lists, and lots more!" -msgstr "" - -#: packages/edit-post/build-module/components/header/index.js:34 -msgid "Editor top bar" -msgstr "" - -#: packages/edit-post/build-module/components/header/index.js:55 -msgid "Settings" -msgstr "" - -#: packages/edit-post/build-module/components/header/index.js:62 -msgid "" -"You’ll find more settings for your page and blocks in the sidebar. Click " -"“Settings” to open it." -msgstr "" - -#: packages/edit-post/build-module/components/header/mode-switcher/index.js:24 -msgid "Visual Editor" -msgstr "" - -#: packages/edit-post/build-module/components/header/mode-switcher/index.js:27 -msgid "Code Editor" -msgstr "" - -#: packages/edit-post/build-module/components/header/mode-switcher/index.js:43 -msgid "Editor" -msgstr "" - -#: packages/edit-post/build-module/components/header/more-menu/index.js:19 -msgid "Show more tools & options" -msgstr "" - -#: packages/edit-post/build-module/components/header/more-menu/index.js:21 -msgid "Hide more tools & options" -msgstr "" - -#: packages/edit-post/build-module/components/header/options-menu-item/index.js:17 -#: packages/edit-post/build-module/components/options-modal/index.js:36 -msgid "Options" -msgstr "" - -#: packages/edit-post/build-module/components/header/plugins-more-menu-group/index.js:24 -msgid "Plugins" -msgstr "" - -#: packages/edit-post/build-module/components/header/tools-more-menu-group/index.js:24 -msgid "Tools" -msgstr "" - -#: packages/edit-post/build-module/components/header/writing-menu/index.js:21 -msgid "Top Toolbar" -msgstr "" - -#: packages/edit-post/build-module/components/header/writing-menu/index.js:22 -msgid "Access all block and document tools in a single place" -msgstr "" - -#: packages/edit-post/build-module/components/header/writing-menu/index.js:26 -msgid "Spotlight Mode" -msgstr "" - -#: packages/edit-post/build-module/components/header/writing-menu/index.js:27 -msgid "Focus on one block at a time" -msgstr "" - -#: packages/edit-post/build-module/components/header/writing-menu/index.js:31 -msgid "Fullscreen Mode" -msgstr "" - -#: packages/edit-post/build-module/components/header/writing-menu/index.js:32 -msgid "Work without distraction" -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:100 -msgid "Make the selected text italic." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:103 -msgid "Underline the selected text." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:106 -msgid "Convert the selected text into a link." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:109 -msgid "Remove a link." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:112 -msgid "Add a strikethrough to the selected text." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:115 -msgid "Display the selected text in a monospaced font." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:16 -msgid "Global shortcuts" -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:19 -msgid "Display this help." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:22 -msgid "Save your changes." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:25 -msgid "Undo your last changes." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:28 -msgid "Redo your last undo." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:31 -msgid "Show or hide the settings sidebar." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:35 -msgid "Open the block navigation menu." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:38 -msgid "Navigate to the next part of the editor." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:42 -msgid "Navigate to the previous part of the editor." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:46 -msgid "Navigate to the next part of the editor (alternative)." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:49 -msgid "Navigate to the previous part of the editor (alternative)." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:52 -msgid "Navigate to the nearest toolbar." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:55 -msgid "Switch between Visual Editor and Code Editor." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:59 -msgid "Selection shortcuts" -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:62 -msgid "Select all text when typing. Press again to select all blocks." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:65 -msgid "Clear selection." -msgstr "" - -# The 'escape' key on a keyboard. -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:68 -msgid "Escape" -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:72 -msgid "Block shortcuts" -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:75 -msgid "Duplicate the selected block(s)." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:78 -msgid "Remove the selected block(s)." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:81 -msgid "Insert a new block before the selected block(s)." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:84 -msgid "Insert a new block after the selected block(s)." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:87 -msgid "Change the block type after adding a new paragraph." -msgstr "" - -# The forward-slash character. e.g. '/'. -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:90 -msgid "Forward-slash" -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:94 -msgid "Text formatting" -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/config.js:97 -msgid "Make the selected text bold." -msgstr "" - -#: packages/edit-post/build-module/components/keyboard-shortcut-help-modal/index.js:80 -#: packages/edit-post/build-module/plugins/keyboard-shortcuts-help-menu-item/index.js:19 -msgid "Keyboard Shortcuts" -msgstr "" - -# accessibility text for the publish landmark region. -#: packages/edit-post/build-module/components/layout/index.js:59 -msgid "Editor publish" -msgstr "" - -#: packages/edit-post/build-module/components/layout/index.js:69 -msgid "Editor content" -msgstr "" - -#: packages/edit-post/build-module/components/layout/index.js:93 -msgid "Open publish panel" -msgstr "" - -#: packages/edit-post/build-module/components/options-modal/index.js:40 -msgid "General" -msgstr "" - -#: packages/edit-post/build-module/components/options-modal/index.js:42 -msgid "Enable Pre-publish Checks" -msgstr "" - -#: packages/edit-post/build-module/components/options-modal/index.js:44 -msgid "Enable Tips" -msgstr "" - -#: packages/edit-post/build-module/components/options-modal/index.js:46 -msgid "Document Panels" -msgstr "" - -#: packages/edit-post/build-module/components/options-modal/index.js:48 -#: packages/edit-post/build-module/components/sidebar/post-link/index.js:53 -msgid "Permalink" -msgstr "" - -#: packages/edit-post/build-module/components/options-modal/index.js:58 -#: packages/edit-post/build-module/components/sidebar/featured-image/index.js:33 -#: packages/editor/build-module/components/post-featured-image/index.js:25 -msgid "Featured Image" -msgstr "" - -#: packages/edit-post/build-module/components/options-modal/index.js:61 -#: packages/edit-post/build-module/components/sidebar/post-excerpt/index.js:27 -msgid "Excerpt" -msgstr "" - -#: packages/edit-post/build-module/components/options-modal/index.js:64 -#: packages/edit-post/build-module/components/sidebar/discussion-panel/index.js:29 -msgid "Discussion" -msgstr "" - -#: packages/edit-post/build-module/components/options-modal/index.js:67 -#: packages/edit-post/build-module/components/sidebar/page-attributes/index.js:32 -msgid "Page Attributes" -msgstr "" - -#: packages/edit-post/build-module/components/options-modal/index.js:70 -msgid "Advanced Panels" -msgstr "" - -#: packages/edit-post/build-module/components/options-modal/meta-boxes-section.js:36 -msgid "Custom Fields" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/plugin-sidebar/index.js:47 -msgid "Editor plugins" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/plugin-sidebar/index.js:49 -msgid "Close plugin" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/plugin-sidebar/index.js:52 -msgid "Unpin from toolbar" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/plugin-sidebar/index.js:52 -msgid "Pin to toolbar" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/post-schedule/index.js:18 -#: packages/editor/build-module/components/post-publish-button/label.js:36 -msgid "Publish" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/post-schedule/index.js:27 -msgid "Click to change" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/post-status/index.js:34 -msgid "Status & Visibility" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/post-visibility/index.js:15 -msgid "Visibility" -msgstr "" - -# ARIA label for the Document sidebar tab, selected. -#: packages/edit-post/build-module/components/sidebar/settings-header/index.js:23 -msgid "Document (selected)" -msgstr "" - -# ARIA label for the Block sidebar tab, selected. -#: packages/edit-post/build-module/components/sidebar/settings-header/index.js:30 -msgid "Block (selected)" -msgstr "" - -# ARIA label for the Block sidebar tab, not selected. -#: packages/edit-post/build-module/components/sidebar/settings-header/index.js:31 -msgid "Block" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/settings-header/index.js:38 -msgid "Close settings" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/settings-header/index.js:44 -msgid "Document" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/settings-sidebar/index.js:32 -msgid "Editor settings" -msgstr "" - -#: packages/edit-post/build-module/components/sidebar/sidebar-header/index.js:32 -#: packages/editor/build-module/components/post-publish-panel/postpublish.js:97 -#: packages/editor/build-module/components/url-input/index.js:328 -msgid "(no title)" -msgstr "" - -#: packages/edit-post/build-module/components/text-editor/index.js:20 -msgid "Editing Code" -msgstr "" - -#: packages/edit-post/build-module/components/text-editor/index.js:24 -msgid "Exit Code Editor" -msgstr "" - -#: packages/edit-post/build-module/components/visual-editor/block-inspector-button.js:32 -msgid "Block settings closed" -msgstr "" - -#: packages/edit-post/build-module/components/visual-editor/block-inspector-button.js:34 -msgid "Additional settings are now available in the Editor block settings sidebar" -msgstr "" - -#: packages/edit-post/build-module/components/visual-editor/block-inspector-button.js:38 -msgid "Hide Block Settings" -msgstr "" - -#: packages/edit-post/build-module/components/visual-editor/block-inspector-button.js:38 -msgid "Show Block Settings" -msgstr "" - -#: packages/edit-post/build-module/hooks/components/media-upload/index.js:123 -msgid "Select" -msgstr "" - -#: packages/edit-post/build-module/hooks/components/media-upload/index.js:90 -msgid "Select or Upload Media" -msgstr "" - -#: packages/edit-post/build-module/hooks/validate-multiple-use/index.js:84 -msgid "Find original" -msgstr "" - -#: packages/edit-post/build-module/hooks/validate-multiple-use/index.js:90 -msgid "Remove" -msgstr "" - -#: packages/edit-post/build-module/hooks/validate-multiple-use/index.js:96 -msgid "Transform into:" -msgstr "" - -#: packages/edit-post/build-module/hooks/validate-multiple-use/index.js:97 -msgid "This block can only be used once." -msgstr "" - -#: packages/edit-post/build-module/plugins/copy-content-menu-item/index.js:28 -msgid "Copy All Content" -msgstr "" - -#: packages/edit-post/build-module/plugins/index.js:24 -#: packages/editor/build-module/components/inserter/menu.js:369 -msgid "Manage All Reusable Blocks" -msgstr "" - -#: packages/edit-post/build-module/store/effects.js:130 -msgid "Visual editor selected" -msgstr "" - -#: packages/edit-post/build-module/store/effects.js:130 -msgid "Code editor selected" -msgstr "" - -#: packages/editor/build-module/components/alignment-toolbar/index.js:24 -msgid "Align text left" -msgstr "" - -#: packages/editor/build-module/components/alignment-toolbar/index.js:28 -msgid "Align text center" -msgstr "" - -#: packages/editor/build-module/components/alignment-toolbar/index.js:32 -msgid "Align text right" -msgstr "" - -#: packages/editor/build-module/components/alignment-toolbar/index.js:54 -msgid "Change Text Alignment" -msgstr "" - -#: packages/editor/build-module/components/block-alignment-toolbar/index.js:20 -msgid "Align left" -msgstr "" - -#: packages/editor/build-module/components/block-alignment-toolbar/index.js:24 -msgid "Align center" -msgstr "" - -#: packages/editor/build-module/components/block-alignment-toolbar/index.js:28 -msgid "Align right" -msgstr "" - -#: packages/editor/build-module/components/block-alignment-toolbar/index.js:32 -msgid "Wide width" -msgstr "" - -#: packages/editor/build-module/components/block-alignment-toolbar/index.js:36 -msgid "Full width" -msgstr "" - -#: packages/editor/build-module/components/block-alignment-toolbar/index.js:63 -msgid "Change Alignment" -msgstr "" - -#: packages/editor/build-module/components/block-compare/index.js:100 -msgid "After Conversion" -msgstr "" - -#: packages/editor/build-module/components/block-compare/index.js:93 -msgid "Current" -msgstr "" - -#: packages/editor/build-module/components/block-compare/index.js:96 -#: packages/editor/build-module/components/block-list/block-invalid-warning.js:99 -msgid "Convert to HTML" -msgstr "" - -#: packages/editor/build-module/components/block-inspector/index.js:47 -msgid "No block selected." -msgstr "" - -#: packages/editor/build-module/components/block-inspector/index.js:62 -msgid "Styles" -msgstr "" - -#: packages/editor/build-module/components/block-inspector/index.js:69 -msgid "Advanced" -msgstr "" - -#: packages/editor/build-module/components/block-list-appender/index.js:51 -#: packages/editor/build-module/components/default-block-appender/index.js:69 -#: packages/editor/build-module/components/inserter/index.js:29 -msgid "Add block" -msgstr "" - -#: packages/editor/build-module/components/block-list/block-contextual-toolbar.js:21 -msgid "Block tools" -msgstr "" - -#: packages/editor/build-module/components/block-list/block-crash-warning.js:12 -msgid "This block has encountered an error and cannot be previewed." -msgstr "" - -#: packages/editor/build-module/components/block-list/block-invalid-warning.js:101 -msgid "This block contains unexpected or invalid content." -msgstr "" - -#: packages/editor/build-module/components/block-list/block-invalid-warning.js:68 -msgid "Convert to Classic Block" -msgstr "" - -# Dialog title to fix block content -#: packages/editor/build-module/components/block-list/block-invalid-warning.js:75 -msgid "Resolve Block" -msgstr "" - -#: packages/editor/build-module/components/block-list/block-invalid-warning.js:83 -#: packages/editor/build-module/components/block-settings-menu/block-convert-button.js:17 -msgid "Convert to Blocks" -msgstr "" - -#: packages/editor/build-module/components/block-list/block.js:429 -msgid "Block: %s" -msgstr "" - -#: packages/editor/build-module/components/block-mover/index.js:101 -msgid "Move up" -msgstr "" - -#: packages/editor/build-module/components/block-mover/index.js:118 -msgid "Move down" -msgstr "" - -# %s: Type of block (i.e. Text, Image etc) -#: packages/editor/build-module/components/block-mover/mover-description.js:29 -msgid "Block %s is the only block, and cannot be moved" -msgstr "" - -# 1: Type of block (i.e. Text, Image etc), 2: Position of selected block, 3: New position -#: packages/editor/build-module/components/block-mover/mover-description.js:35 -msgid "Move %1$s block from position %2$d down to position %3$d" -msgstr "" - -# %s: Type of block (i.e. Text, Image etc) -#: packages/editor/build-module/components/block-mover/mover-description.js:41 -msgid "Block %s is at the end of the content and can’t be moved down" -msgstr "" - -# 1: Type of block (i.e. Text, Image etc), 2: Position of selected block, 3: New position -#: packages/editor/build-module/components/block-mover/mover-description.js:47 -msgid "Move %1$s block from position %2$d up to position %3$d" -msgstr "" - -# %s: Type of block (i.e. Text, Image etc) -#: packages/editor/build-module/components/block-mover/mover-description.js:53 -msgid "Block %s is at the beginning of the content and can’t be moved up" -msgstr "" - -#: packages/editor/build-module/components/block-mover/mover-description.js:73 -msgid "Blocks cannot be moved up as they are already at the top" -msgstr "" - -#: packages/editor/build-module/components/block-mover/mover-description.js:77 -msgid "Blocks cannot be moved down as they are already at the bottom" -msgstr "" - -# 1: Number of selected blocks, 2: Position of selected blocks -#: packages/editor/build-module/components/block-mover/mover-description.js:82 -msgid "Move %1$d block from position %2$d up by one place" -msgid_plural "Move %1$d blocks from position %2$d up by one place" -msgstr[0] "" -msgstr[1] "" - -# 1: Number of selected blocks, 2: Position of selected blocks -#: packages/editor/build-module/components/block-mover/mover-description.js:87 -msgid "Move %1$d block from position %2$d down by one place" -msgid_plural "Move %1$d blocks from position %2$d down by one place" -msgstr[0] "" -msgstr[1] "" - -#: packages/editor/build-module/components/block-navigation/dropdown.js:39 -#: packages/editor/build-module/components/block-navigation/index.js:86 -msgid "Block Navigation" -msgstr "" - -#: packages/editor/build-module/components/block-navigation/index.js:58 -msgid "(selected block)" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/block-mode-toggle.js:27 -msgid "Edit as HTML" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/block-mode-toggle.js:27 -msgid "Edit visually" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/index.js:120 -msgid "Remove Block" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/index.js:53 -msgid "Hide options" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/index.js:53 -#: packages/editor/build-module/components/warning/index.js:48 -msgid "More options" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/index.js:89 -msgid "Duplicate" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/index.js:94 -msgid "Insert Before" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/index.js:99 -msgid "Insert After" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/reusable-block-convert-button.js:31 -msgid "Add to Reusable Blocks" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/reusable-block-convert-button.js:35 -msgid "Convert to Regular Block" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/reusable-block-delete-button.js:31 -msgid "Remove from Reusable Blocks" -msgstr "" - -#: packages/editor/build-module/components/block-settings-menu/reusable-block-delete-button.js:55 -msgid "" -"Are you sure you want to delete this Reusable Block?\n" -"\n" -"It will be permanently removed from all posts and pages that use it." -msgstr "" - -#: packages/editor/build-module/components/block-switcher/index.js:117 -msgid "Change block type" -msgstr "" - -#: packages/editor/build-module/components/block-switcher/index.js:117 -msgid "Change type of %d block" -msgid_plural "Change type of %d blocks" -msgstr[0] "" -msgstr[1] "" - -#: packages/editor/build-module/components/block-switcher/index.js:140 -msgid "Block Styles" -msgstr "" - -#: packages/editor/build-module/components/block-switcher/index.js:147 -msgid "Transform To:" -msgstr "" - -#: packages/editor/build-module/components/block-switcher/index.js:94 -msgid "Block icon" -msgstr "" - -#: packages/editor/build-module/components/color-palette/control.js:19 -msgid "(current %s: %s)" -msgstr "" - -#: packages/editor/build-module/components/contrast-checker/index.js:37 -msgid "" -"This color combination may be hard for people to read. Try using a darker " -"background color and/or a brighter text color." -msgstr "" - -#: packages/editor/build-module/components/contrast-checker/index.js:37 -msgid "" -"This color combination may be hard for people to read. Try using a brighter " -"background color and/or a darker text color." -msgstr "" - -#: packages/editor/build-module/components/document-outline/index.js:111 -msgid "Title" -msgstr "" - -#: packages/editor/build-module/components/document-outline/index.js:26 -msgid "(Empty heading)" -msgstr "" - -#: packages/editor/build-module/components/document-outline/index.js:31 -msgid "(Incorrect heading level)" -msgstr "" - -#: packages/editor/build-module/components/document-outline/index.js:36 -msgid "(Your theme may already use a H1 for the post title)" -msgstr "" - -#: packages/editor/build-module/components/document-outline/index.js:41 -msgid "(Multiple H1 headings are not recommended)" -msgstr "" - -#: packages/editor/build-module/components/document-outline/item.js:51 -msgid "(Click to focus this heading)" -msgstr "" - -#: packages/editor/build-module/components/editor-history/redo.js:17 -msgid "Redo" -msgstr "" - -#: packages/editor/build-module/components/editor-history/undo.js:17 -msgid "Undo" -msgstr "" - -#: packages/editor/build-module/components/error-boundary/index.js:81 -msgid "Attempt Recovery" -msgstr "" - -#: packages/editor/build-module/components/error-boundary/index.js:85 -msgid "Copy Post Text" -msgstr "" - -#: packages/editor/build-module/components/error-boundary/index.js:89 -msgid "Copy Error" -msgstr "" - -#: packages/editor/build-module/components/error-boundary/index.js:90 -msgid "The editor has encountered an unexpected error." -msgstr "" - -#: packages/editor/build-module/components/inserter-with-shortcuts/index.js:44 -msgid "Add %s" -msgstr "" - -#: packages/editor/build-module/components/inserter/inline-elements.js:28 -msgid "Inline Elements" -msgstr "" - -#: packages/editor/build-module/components/inserter/menu.js:259 -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:353 -msgid "%d result found." -msgid_plural "%d results found." -msgstr[0] "" -msgstr[1] "" - -#: packages/editor/build-module/components/inserter/menu.js:310 -msgid "Search for a block" -msgstr "" - -#: packages/editor/build-module/components/inserter/menu.js:319 -msgid "Available block types" -msgstr "" - -#: packages/editor/build-module/components/inserter/menu.js:357 -msgid "Reusable" -msgstr "" - -#: packages/editor/build-module/components/inserter/menu.js:371 -msgid "No blocks found." -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:196 -msgid "To edit this block, you need permission to upload media." -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:207 -msgid "Drag a media file, upload a new one or select a file from your library." -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:210 -msgid "Drag an audio, upload a new one or select a file from your library." -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:212 -msgid "Drag an image, upload a new one or select a file from your library." -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:214 -msgid "Drag a video, upload a new one or select a file from your library." -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:217 -msgid "Given your current role, you can only link a media file, you cannot upload." -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:220 -msgid "Given your current role, you can only link an audio, you cannot upload." -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:222 -msgid "Given your current role, you can only link an image, you cannot upload." -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:224 -msgid "Given your current role, you can only link a video, you cannot upload." -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:230 -msgid "Media" -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:257 -msgid "Upload" -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:269 -msgid "Media Library" -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:278 -msgid "Insert from URL" -msgstr "" - -#: packages/editor/build-module/components/media-placeholder/index.js:47 -msgid "Paste or type URL" -msgstr "" - -# %d: number of blocks -#: packages/editor/build-module/components/multi-selection-inspector/index.js:36 -msgid "%d block" -msgid_plural "%d blocks" -msgstr[0] "" -msgstr[1] "" - -# %d: number of words -#: packages/editor/build-module/components/multi-selection-inspector/index.js:40 -msgid "%d word" -msgid_plural "%d words" -msgstr[0] "" -msgstr[1] "" - -#: packages/editor/build-module/components/page-attributes/order.js:44 -msgid "Order" -msgstr "" - -#: packages/editor/build-module/components/page-attributes/parent.js:37 -msgid "no title" -msgstr "" - -#: packages/editor/build-module/components/page-attributes/parent.js:43 -msgid "no parent" -msgstr "" - -#: packages/editor/build-module/components/page-attributes/template.js:25 -msgid "Template:" -msgstr "" - -#: packages/editor/build-module/components/panel-color-settings/index.js:55 -msgid "(%s: %s)" -msgstr "" - -#: packages/editor/build-module/components/post-author/index.js:56 -msgid "Author" -msgstr "" - -#: packages/editor/build-module/components/post-comments/index.js:24 -msgid "Allow Comments" -msgstr "" - -#: packages/editor/build-module/components/post-excerpt/index.js:17 -msgid "Write an excerpt (optional)" -msgstr "" - -#: packages/editor/build-module/components/post-excerpt/index.js:24 -msgid "https://codex.wordpress.org/Excerpt" -msgstr "" - -#: packages/editor/build-module/components/post-excerpt/index.js:25 -msgid "Learn more about manual excerpts" -msgstr "" - -#: packages/editor/build-module/components/post-featured-image/index.js:27 -msgid "Set featured image" -msgstr "" - -#: packages/editor/build-module/components/post-featured-image/index.js:29 -msgid "Remove image" -msgstr "" - -#: packages/editor/build-module/components/post-featured-image/index.js:39 -msgid "To edit the featured image, you need permission to upload media." -msgstr "" - -#: packages/editor/build-module/components/post-featured-image/index.js:70 -msgid "Edit or update the image" -msgstr "" - -#: packages/editor/build-module/components/post-format/index.js:22 -msgid "Aside" -msgstr "" - -#: packages/editor/build-module/components/post-format/index.js:28 -#: packages/format-library/build-module/link/index.js:126 -msgid "Link" -msgstr "" - -#: packages/editor/build-module/components/post-format/index.js:37 -msgid "Standard" -msgstr "" - -#: packages/editor/build-module/components/post-format/index.js:40 -msgid "Status" -msgstr "" - -#: packages/editor/build-module/components/post-format/index.js:49 -msgid "Chat" -msgstr "" - -#: packages/editor/build-module/components/post-format/index.js:75 -msgid "Post Format" -msgstr "" - -#: packages/editor/build-module/components/post-format/index.js:89 -#: packages/editor/build-module/components/post-publish-panel/maybe-post-format-panel.js:36 -#: packages/editor/build-module/components/post-publish-panel/maybe-tags-panel.js:24 -msgid "Suggestion:" -msgstr "" - -#: packages/editor/build-module/components/post-last-revision/index.js:26 -msgid "%d Revision" -msgid_plural "%d Revisions" -msgstr[0] "" -msgstr[1] "" - -#: packages/editor/build-module/components/post-locked-modal/index.js:193 -msgid "Someone else has taken over this post." -msgstr "" - -#: packages/editor/build-module/components/post-locked-modal/index.js:193 -msgid "This post is already being edited." -msgstr "" - -#: packages/editor/build-module/components/post-locked-modal/index.js:201 -msgid "Avatar" -msgstr "" - -# %s: user's display name -#: packages/editor/build-module/components/post-locked-modal/index.js:205 -msgid "" -"%s now has editing control of this post. Don’t worry, your changes up to " -"this moment have been saved." -msgstr "" - -#: packages/editor/build-module/components/post-locked-modal/index.js:205 -msgid "" -"Another user now has editing control of this post. Don’t worry, your " -"changes up to this moment have been saved." -msgstr "" - -# %s: user's display name -#: packages/editor/build-module/components/post-locked-modal/index.js:213 -msgid "" -"%s is currently working on this post, which means you cannot make changes, " -"unless you take over." -msgstr "" - -#: packages/editor/build-module/components/post-locked-modal/index.js:213 -msgid "" -"Another user is currently working on this post, which means you cannot make " -"changes, unless you take over." -msgstr "" - -#: packages/editor/build-module/components/post-locked-modal/index.js:223 -msgid "Take Over" -msgstr "" - -#: packages/editor/build-module/components/post-pending-status/index.js:25 -msgid "Pending Review" -msgstr "" - -#: packages/editor/build-module/components/post-permalink/editor.js:83 -msgid "Edit post permalink" -msgstr "" - -#: packages/editor/build-module/components/post-permalink/index.js:104 -msgid "Permalink copied" -msgstr "" - -#: packages/editor/build-module/components/post-permalink/index.js:104 -msgid "Copy the permalink" -msgstr "" - -#: packages/editor/build-module/components/post-permalink/index.js:126 -msgid "Permalink:" -msgstr "" - -#: packages/editor/build-module/components/post-permalink/index.js:154 -msgid "Change Permalinks" -msgstr "" - -#: packages/editor/build-module/components/post-pingbacks/index.js:24 -msgid "Allow Pingbacks & Trackbacks" -msgstr "" - -#: packages/editor/build-module/components/post-preview-button/index.js:166 -msgid "" -"Click “Preview” to load a preview of this page, so you can make sure you’re " -"happy with your blocks." -msgstr "" - -#: packages/editor/build-module/components/post-preview-button/index.js:49 -msgid "Generating preview…" -msgstr "" - -#: packages/editor/build-module/components/post-publish-button/index.js:119 -msgid "Schedule…" -msgstr "" - -#: packages/editor/build-module/components/post-publish-button/index.js:119 -msgid "Publish…" -msgstr "" - -#: packages/editor/build-module/components/post-publish-button/index.js:129 -msgid "" -"Finished writing? That’s great, let’s get this published right now. Just " -"click “Publish” and you’re good to go." -msgstr "" - -#: packages/editor/build-module/components/post-publish-button/label.js:21 -msgid "Publishing…" -msgstr "" - -#: packages/editor/build-module/components/post-publish-button/label.js:23 -msgid "Updating…" -msgstr "" - -#: packages/editor/build-module/components/post-publish-button/label.js:25 -msgid "Scheduling…" -msgstr "" - -#: packages/editor/build-module/components/post-publish-button/label.js:29 -msgid "Submit for Review" -msgstr "" - -#: packages/editor/build-module/components/post-publish-button/label.js:31 -msgid "Update" -msgstr "" - -#: packages/editor/build-module/components/post-publish-button/label.js:33 -msgid "Schedule" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/index.js:107 -msgid "Close panel" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/index.js:115 -msgid "Always show pre-publish checks." -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/index.js:94 -msgid "Scheduled" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/index.js:94 -msgid "Published" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/maybe-post-format-panel.js:39 -msgid "Use a post format" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/maybe-post-format-panel.js:43 -msgid "" -"Your theme uses post formats to highlight different kinds of content, like " -"images or videos. Apply a post format to see this special styling." -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/maybe-post-format-panel.js:46 -msgid "Apply the \"%1$s\" format." -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/maybe-tags-panel.js:27 -msgid "Add tags" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/maybe-tags-panel.js:31 -msgid "" -"Tags help users and search engines navigate your site and find your " -"content. Add a few keywords to describe your post." -msgstr "" - -# %s: post type singular name -#: packages/editor/build-module/components/post-publish-panel/postpublish.js:104 -msgid "%s address" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/postpublish.js:116 -msgid "Copy Link" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/postpublish.js:89 -msgid "is now scheduled. It will go live on" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/postpublish.js:89 -msgid "is now live." -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/postpublish.js:99 -msgid "What’s next?" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/prepublish.js:33 -msgid "Are you ready to submit for review?" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/prepublish.js:34 -msgid "" -"When you’re ready, submit your work for review, and an Editor will be able " -"to approve it for you." -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/prepublish.js:36 -msgid "Are you ready to schedule?" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/prepublish.js:37 -msgid "Your work will be published at the specified date and time." -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/prepublish.js:39 -msgid "Are you ready to publish?" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/prepublish.js:40 -msgid "Double-check your settings before publishing." -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/prepublish.js:47 -msgid "Visibility:" -msgstr "" - -#: packages/editor/build-module/components/post-publish-panel/prepublish.js:53 -msgid "Publish:" -msgstr "" - -#: packages/editor/build-module/components/post-saved-state/index.js:112 -msgid "Saved" -msgstr "" - -#: packages/editor/build-module/components/post-saved-state/index.js:123 -msgid "Save as Pending" -msgstr "" - -#: packages/editor/build-module/components/post-saved-state/index.js:123 -msgid "Save Draft" -msgstr "" - -#: packages/editor/build-module/components/post-saved-state/index.js:96 -msgid "Autosaving" -msgstr "" - -#: packages/editor/build-module/components/post-saved-state/index.js:96 -msgid "Saving" -msgstr "" - -#: packages/editor/build-module/components/post-schedule/label.js:13 -msgid "Immediately" -msgstr "" - -#: packages/editor/build-module/components/post-sticky/index.js:20 -msgid "Stick to the Front Page" -msgstr "" - -#: packages/editor/build-module/components/post-switch-to-draft-button/index.js:25 -msgid "Are you sure you want to unpublish this post?" -msgstr "" - -#: packages/editor/build-module/components/post-switch-to-draft-button/index.js:27 -msgid "Are you sure you want to unschedule this post?" -msgstr "" - -#: packages/editor/build-module/components/post-switch-to-draft-button/index.js:41 -msgid "Switch to Draft" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:283 -msgid "Add New Tag" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:283 -msgid "Add New Term" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:284 -msgid "Tag" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:284 -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:195 -msgid "Term" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:444 -msgid "Add new category" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:444 -msgid "Add new term" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:445 -msgid "Parent Category" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:445 -msgid "Parent Term" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:451 -msgid "Terms" -msgstr "" - -#: packages/editor/build-module/components/post-text-editor/index.js:85 -msgid "Type text or HTML" -msgstr "" - -#: packages/editor/build-module/components/post-text-editor/index.js:93 -msgid "Start writing with text or HTML" -msgstr "" - -#: packages/editor/build-module/components/post-title/index.js:154 -msgid "Add title" -msgstr "" - -#: packages/editor/build-module/components/post-trash/index.js:31 -msgid "Move to trash" -msgstr "" - -#: packages/editor/build-module/components/post-visibility/index.js:118 -msgid "Post Visibility" -msgstr "" - -#: packages/editor/build-module/components/post-visibility/index.js:147 -msgid "Create password" -msgstr "" - -#: packages/editor/build-module/components/post-visibility/index.js:153 -msgid "Use a secure password" -msgstr "" - -#: packages/editor/build-module/components/post-visibility/index.js:57 -msgid "Would you like to privately publish this post now?" -msgstr "" - -#: packages/editor/build-module/components/post-visibility/utils.js:11 -msgid "Private" -msgstr "" - -#: packages/editor/build-module/components/post-visibility/utils.js:12 -msgid "Only visible to site admins and editors." -msgstr "" - -#: packages/editor/build-module/components/post-visibility/utils.js:15 -msgid "Password Protected" -msgstr "" - -#: packages/editor/build-module/components/post-visibility/utils.js:16 -msgid "" -"Protected with a password you choose. Only those with the password can view " -"this post." -msgstr "" - -#: packages/editor/build-module/components/post-visibility/utils.js:7 -msgid "Public" -msgstr "" - -#: packages/editor/build-module/components/post-visibility/utils.js:8 -msgid "Visible to everyone." -msgstr "" - -#: packages/editor/build-module/components/provider/index.js:48 -msgid "" -"There is an autosave of this post that is more recent than the version " -"below." -msgstr "" - -#: packages/editor/build-module/components/provider/index.js:51 -msgid "View the autosave" -msgstr "" - -#: packages/editor/build-module/components/rich-text/list-edit.js:102 -msgid "Indent list item" -msgstr "" - -#: packages/editor/build-module/components/rich-text/list-edit.js:71 -msgid "Convert to unordered list" -msgstr "" - -#: packages/editor/build-module/components/rich-text/list-edit.js:83 -msgid "Convert to ordered list" -msgstr "" - -#: packages/editor/build-module/components/rich-text/list-edit.js:95 -msgid "Outdent list item" -msgstr "" - -#: packages/editor/build-module/components/skip-to-selected-block/index.js:28 -msgid "Skip to the selected block" -msgstr "" - -#: packages/editor/build-module/components/table-of-contents/index.js:28 -msgid "Content structure" -msgstr "" - -#: packages/editor/build-module/components/table-of-contents/panel.js:23 -msgid "Document Statistics" -msgstr "" - -#: packages/editor/build-module/components/table-of-contents/panel.js:27 -msgid "Words" -msgstr "" - -#: packages/editor/build-module/components/table-of-contents/panel.js:29 -msgid "Headings" -msgstr "" - -#: packages/editor/build-module/components/table-of-contents/panel.js:33 -msgid "Paragraphs" -msgstr "" - -#: packages/editor/build-module/components/table-of-contents/panel.js:37 -msgid "Blocks" -msgstr "" - -#: packages/editor/build-module/components/table-of-contents/panel.js:41 -msgid "Document Outline" -msgstr "" - -#: packages/editor/build-module/components/template-validation-notice/index.js:22 -msgid "" -"Resetting the template may result in loss of content, do you want to " -"continue?" -msgstr "" - -#: packages/editor/build-module/components/template-validation-notice/index.js:31 -msgid "" -"The content of your post doesn’t match the template assigned to your post " -"type." -msgstr "" - -#: packages/editor/build-module/components/template-validation-notice/index.js:34 -msgid "Keep it as is" -msgstr "" - -#: packages/editor/build-module/components/template-validation-notice/index.js:37 -msgid "Reset the template" -msgstr "" - -#: packages/editor/build-module/components/unsaved-changes-warning/index.js:54 -msgid "You have unsaved changes. If you proceed, they will be lost." -msgstr "" - -#: packages/editor/build-module/components/url-input/button.js:65 -msgid "Edit Link" -msgstr "" - -#: packages/editor/build-module/components/url-input/button.js:65 -msgid "Insert Link" -msgstr "" - -#: packages/editor/build-module/components/url-input/button.js:90 -msgid "Submit" -msgstr "" - -#: packages/editor/build-module/components/url-input/index.js:236 -msgid "Link selected." -msgstr "" - -#: packages/editor/build-module/components/url-input/index.js:297 -msgid "Paste URL or type to search" -msgstr "" - -#: packages/editor/build-module/hooks/anchor.js:68 -msgid "HTML Anchor" -msgstr "" - -#: packages/editor/build-module/hooks/anchor.js:69 -msgid "Anchors lets you link directly to a section on a page." -msgstr "" - -#: packages/editor/build-module/hooks/custom-class-name.js:59 -msgid "Additional CSS Class" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:102 -msgid "Full Size" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:26 -msgid "Pale pink" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:30 -msgid "Vivid red" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:34 -msgid "Luminous vivid orange" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:38 -msgid "Luminous vivid amber" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:42 -msgid "Light green cyan" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:46 -msgid "Vivid green cyan" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:50 -msgid "Pale cyan blue" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:54 -msgid "Vivid cyan blue" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:58 -msgid "Very light gray" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:62 -msgid "Cyan bluish gray" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:66 -msgid "Very dark gray" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:93 -msgid "Thumbnail" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:96 -msgid "Medium" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:99 -msgid "Large" -msgstr "" - -#: packages/editor/build-module/store/effects.js:207 -msgid "%s block selected." -msgid_plural "%s blocks selected." -msgstr[0] "" -msgstr[1] "" - -#: packages/editor/build-module/store/effects/posts.js:270 -msgid "Publishing failed" -msgstr "" - -#: packages/editor/build-module/store/effects/posts.js:271 -msgid "Scheduling failed" -msgstr "" - -#: packages/editor/build-module/store/effects/posts.js:273 -msgid "Updating failed" -msgstr "" - -#: packages/editor/build-module/store/effects/posts.js:350 -msgid "Trashing failed" -msgstr "" - -#: packages/editor/build-module/store/effects/reusable-blocks.js:213 -msgid "Block created." -msgstr "" - -#: packages/editor/build-module/store/effects/reusable-blocks.js:213 -msgid "Block updated." -msgstr "" - -#: packages/editor/build-module/store/effects/reusable-blocks.js:325 -msgid "Block deleted." -msgstr "" - -#: packages/editor/build-module/store/effects/reusable-blocks.js:417 -msgid "Untitled Reusable Block" -msgstr "" - -#: packages/editor/build-module/utils/media-upload/media-upload.js:149 -msgid "Sorry, this file type is not permitted for security reasons." -msgstr "" - -#: packages/editor/build-module/utils/media-upload/media-upload.js:162 -msgid "Sorry, this file type is not supported here." -msgstr "" - -#: packages/editor/build-module/utils/media-upload/media-upload.js:175 -msgid "This file exceeds the maximum upload size for this site." -msgstr "" - -#: packages/editor/build-module/utils/media-upload/media-upload.js:188 -msgid "This file is empty." -msgstr "" - -# %s: file name -#: packages/editor/build-module/utils/media-upload/media-upload.js:278 -msgid "Error while uploading file %s to the media library." -msgstr "" - -#: packages/format-library/build-module/bold/index.js:34 -msgid "Bold" -msgstr "" - -#: packages/format-library/build-module/image/index.js:22 -msgid "media" -msgstr "" - -#: packages/format-library/build-module/image/index.js:81 -msgid "Inline Image" -msgstr "" - -#: packages/format-library/build-module/italic/index.js:34 -msgid "Italic" -msgstr "" - -#: packages/format-library/build-module/link/index.js:118 -msgid "Unlink" -msgstr "" - -#: packages/format-library/build-module/link/index.js:89 -msgid "Link removed." -msgstr "" - -#: packages/format-library/build-module/link/inline.js:241 -msgid "Warning: the link has been inserted but may have errors. Please test it." -msgstr "" - -#: packages/format-library/build-module/link/inline.js:243 -msgid "Link edited." -msgstr "" - -#: packages/format-library/build-module/link/inline.js:245 -msgid "Link inserted." -msgstr "" - -# accessibility label for external links, where the argument is the link text -#: packages/format-library/build-module/link/inline.js:58 -msgid "%s (opens in a new tab)" -msgstr "" - -#: packages/format-library/build-module/strikethrough/index.js:34 -msgid "Strikethrough" -msgstr "" - -#: packages/keycodes/build-module/index.js:148 -msgid "Comma" -msgstr "" - -#: packages/keycodes/build-module/index.js:148 -msgid "Period" -msgstr "" - -#: packages/keycodes/build-module/index.js:148 -msgid "Backtick" -msgstr "" - -#: packages/list-reusable-blocks/build-module/components/import-dropdown/index.js:32 -msgid "Import from JSON" -msgstr "" - -#: packages/list-reusable-blocks/build-module/components/import-form/index.js:91 -msgid "Invalid JSON file" -msgstr "" - -#: packages/list-reusable-blocks/build-module/components/import-form/index.js:95 -msgid "Invalid Reusable Block JSON file" -msgstr "" - -#: packages/list-reusable-blocks/build-module/components/import-form/index.js:99 -msgid "Unknown error" -msgstr "" - -#: packages/list-reusable-blocks/build-module/index.js:34 -msgid "Reusable block imported successfully!" -msgstr "" - -#: packages/nux/build-module/components/dot-tip/index.js:42 -msgid "Editor tips" -msgstr "" - -#: packages/nux/build-module/components/dot-tip/index.js:47 -msgid "See next tip" -msgstr "" - -#: packages/nux/build-module/components/dot-tip/index.js:47 -msgid "Got it" -msgstr "" - -#: packages/nux/build-module/components/dot-tip/index.js:50 -msgid "Disable tips" -msgstr "" - -#: packages/block-library/build-module/button/index.js:82 -msgctxt "block style" -msgid "Rounded" -msgstr "" - -#: packages/block-library/build-module/button/index.js:89 -msgctxt "block style" -msgid "Squared" -msgstr "" - -#: packages/block-library/build-module/pullquote/index.js:66 -#: packages/block-library/build-module/quote/index.js:58 -#: packages/block-library/build-module/table/index.js:101 -msgctxt "block style" -msgid "Regular" -msgstr "" - -#: packages/block-library/build-module/quote/index.js:62 -msgctxt "block style" -msgid "Large" -msgstr "" - -#: packages/block-library/build-module/classic/edit.js:158 -msgctxt "button to expand options" -msgid "More" -msgstr "" - -#: packages/block-library/build-module/classic/index.js:16 -msgctxt "block title" -msgid "Classic" -msgstr "" - -#: packages/block-library/build-module/embed/index.js:17 -msgctxt "block title" -msgid "Embed" -msgstr "" - -#: packages/block-library/build-module/embed/embed-placeholder.js:38 -msgctxt "button label" -msgid "Embed" -msgstr "" - -#: packages/block-library/build-module/embed/embed-placeholder.js:43 -msgctxt "button label" -msgid "Try again" -msgstr "" - -#: packages/block-library/build-module/embed/embed-placeholder.js:46 -msgctxt "button label" -msgid "Convert to link" -msgstr "" - -#: packages/block-library/build-module/file/index.js:71 -msgctxt "button label" -msgid "Download" -msgstr "" - -#: packages/list-reusable-blocks/build-module/components/import-form/index.js:135 -msgctxt "button label" -msgid "Import" -msgstr "" - -#: packages/block-library/build-module/media-text/edit.js:36 -msgctxt "content placeholder" -msgid "Content…" -msgstr "" - -#: packages/block-library/build-module/more/index.js:22 -msgctxt "block name" -msgid "More" -msgstr "" - -#: packages/block-library/build-module/paragraph/edit.js:179 -msgctxt "editor button" -msgid "Left to right" -msgstr "" - -#: packages/components/build-module/date-time/index.js:73 -msgctxt "keyboard button" -msgid "Enter" -msgstr "" - -#: packages/components/build-module/font-size-picker/index.js:49 -#: packages/editor/build-module/store/defaults.js:75 -msgctxt "font size name" -msgid "Normal" -msgstr "" - -#: packages/components/build-module/font-size-picker/index.js:49 -msgctxt "font size name" -msgid "Custom" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:71 -msgctxt "font size name" -msgid "Small" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:79 -msgctxt "font size name" -msgid "Medium" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:83 -msgctxt "font size name" -msgid "Large" -msgstr "" - -#: packages/editor/build-module/store/defaults.js:87 -msgctxt "font size name" -msgid "Huge" -msgstr "" - -#: packages/edit-post/build-module/components/header/writing-menu/index.js:18 -msgctxt "noun" -msgid "View" -msgstr "" - -# Button to fix block content -#: packages/editor/build-module/components/block-list/block-invalid-warning.js:94 -msgctxt "imperative verb" -msgid "Resolve" -msgstr "" - -#: packages/editor/build-module/components/post-preview-button/index.js:160 -msgctxt "imperative verb" -msgid "Preview" -msgstr "" - -#: packages/editor/build-module/components/inserter/menu.js:326 -msgctxt "blocks" -msgid "Most Used" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:285 -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:195 -msgctxt "term" -msgid "%s added" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:286 -msgctxt "term" -msgid "%s removed" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/flat-term-selector.js:287 -msgctxt "term" -msgid "Remove %s" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:450 -msgctxt "term" -msgid "Search %s" -msgstr "" - -#: packages/editor/build-module/components/post-taxonomies/hierarchical-term-selector.js:451 -msgctxt "term" -msgid "Available %s" -msgstr "" - -#: packages/editor/build-module/components/word-count/index.js:18 -msgctxt "Word count type. Do not translate!" -msgid "words" -msgstr "" \ No newline at end of file