diff --git a/App/Setup/TextDomain.php b/App/Setup/TextDomain.php index 3ae1ff14..16c647fe 100644 --- a/App/Setup/TextDomain.php +++ b/App/Setup/TextDomain.php @@ -17,7 +17,7 @@ class TextDomain { public function __construct() { add_filter( 'load_textdomain_mofile', array( $this, '_load_textdomain_mofile' ), 10, 2 ); load_plugin_textdomain( 'snow-monkey-blocks', false, basename( SNOW_MONKEY_BLOCKS_DIR_PATH ) . '/languages' ); - add_action( 'enqueue_block_editor_assets', array( $this, '_enqueue_block_editor_assets' ), 11 ); + add_action( 'enqueue_block_assets', array( $this, '_enqueue_block_assets' ), 11 ); } /** @@ -41,7 +41,7 @@ public function _load_textdomain_mofile( $mofile, $domain ) { /** * Enqueue block script for editor. */ - public function _enqueue_block_editor_assets() { + public function _enqueue_block_assets() { foreach ( \WP_Block_Type_Registry::get_instance()->get_all_registered() as $block_type => $block ) { if ( 0 === strpos( $block_type, 'snow-monkey-blocks/' ) ) { $handle = str_replace( '/', '-', $block_type ) . '-editor-script'; diff --git a/languages/snow-monkey-blocks-ja-02204d545e757adfb38b48b07b83e0ce.json b/languages/snow-monkey-blocks-ja-02204d545e757adfb38b48b07b83e0ce.json index 7cce4d1f..0c8fd02c 100644 --- a/languages/snow-monkey-blocks-ja-02204d545e757adfb38b48b07b83e0ce.json +++ b/languages/snow-monkey-blocks-ja-02204d545e757adfb38b48b07b83e0ce.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/like-me-box\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Facebook page name":["Facebook \u30da\u30fc\u30b8\u540d"],"Like me box":["\u3044\u3044\u306d\uff01\u30dc\u30c3\u30af\u30b9"],"Please input \"Facebook page name\"":["\u300cFacebook \u30da\u30fc\u30b8\u540d\u300d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/like-me-box\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Facebook page name":["Facebook \u30da\u30fc\u30b8\u540d"],"Like me box":["\u3044\u3044\u306d\uff01\u30dc\u30c3\u30af\u30b9"],"Please input \"Facebook page name\"":["\u300cFacebook \u30da\u30fc\u30b8\u540d\u300d\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-02f985593cb8fbbee2cfaf366099f81d.json b/languages/snow-monkey-blocks-ja-02f985593cb8fbbee2cfaf366099f81d.json index 2833db0b..a1fe7dd2 100644 --- a/languages/snow-monkey-blocks-ja-02f985593cb8fbbee2cfaf366099f81d.json +++ b/languages/snow-monkey-blocks-ja-02f985593cb8fbbee2cfaf366099f81d.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"check":["check"],"hand-point-right":["hand-point-right"],"Icon":["\u30a2\u30a4\u30b3\u30f3"],"Color":["\u8272"],"Icon color":["\u30a2\u30a4\u30b3\u30f3\u306e\u8272"],"angle-right":["angle-right"],"angles-right":["angle-right"],"circle-right":["circle-right"],"arrow-right":["arrow-right"],"circle-check":["circle-check"],"square-check":["square-check"],"circle-chevron-right":["circle-chevron-right"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"check":["check"],"hand-point-right":["hand-point-right"],"Icon":["\u30a2\u30a4\u30b3\u30f3"],"Color":["\u8272"],"Icon color":["\u30a2\u30a4\u30b3\u30f3\u306e\u8272"],"angle-right":["angle-right"],"angles-right":["angle-right"],"circle-right":["circle-right"],"arrow-right":["arrow-right"],"circle-check":["circle-check"],"square-check":["square-check"],"circle-chevron-right":["circle-chevron-right"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-03a3a9e02bb1c6bc232ea85be77c60f9.json b/languages/snow-monkey-blocks-ja-03a3a9e02bb1c6bc232ea85be77c60f9.json index 5208cb09..adb271ca 100644 --- a/languages/snow-monkey-blocks-ja-03a3a9e02bb1c6bc232ea85be77c60f9.json +++ b/languages/snow-monkey-blocks-ja-03a3a9e02bb1c6bc232ea85be77c60f9.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/slider\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Link":["\u30ea\u30f3\u30af"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Write caption\u2026":["\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/slider\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Link":["\u30ea\u30f3\u30af"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Write caption\u2026":["\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-0740649811097089a7964e42dd4014a6.json b/languages/snow-monkey-blocks-ja-0740649811097089a7964e42dd4014a6.json index 0e14efd1..760cc86d 100644 --- a/languages/snow-monkey-blocks-ja-0740649811097089a7964e42dd4014a6.json +++ b/languages/snow-monkey-blocks-ja-0740649811097089a7964e42dd4014a6.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/contents-outline\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Contents outline":["\u76ee\u6b21"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Headings":["\u898b\u51fa\u3057"],"Show h2":["h2 \u3092\u8868\u793a"],"Show h3":["h3 \u3092\u8868\u793a"],"Show h4":["h4 \u3092\u8868\u793a"],"Show section block titles":["\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u30bf\u30a4\u30c8\u30eb\u3092\u8868\u793a"],"Show heading blocks in section blocks":["\u30bb\u30af\u30b7\u30e7\u30f3\u5185\u306e\u898b\u51fa\u3057\u3092\u8868\u793a"],"Move to before 1st heading":["\u6700\u521d\u306e\u898b\u51fa\u3057\u306e\u524d\u306b\u79fb\u52d5"],"In the actual screen, it is displayed when headings exists on the page.":["\u5b9f\u969b\u306e\u753b\u9762\u3067\u306f\u3001\u898b\u51fa\u3057\u304c\u30da\u30fc\u30b8\u306b\u5b58\u5728\u3059\u308b\u5834\u5408\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/contents-outline\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Contents outline":["\u76ee\u6b21"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Headings":["\u898b\u51fa\u3057"],"Show h2":["h2 \u3092\u8868\u793a"],"Show h3":["h3 \u3092\u8868\u793a"],"Show h4":["h4 \u3092\u8868\u793a"],"Show section block titles":["\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u30bf\u30a4\u30c8\u30eb\u3092\u8868\u793a"],"Show heading blocks in section blocks":["\u30bb\u30af\u30b7\u30e7\u30f3\u5185\u306e\u898b\u51fa\u3057\u3092\u8868\u793a"],"Move to before 1st heading":["\u6700\u521d\u306e\u898b\u51fa\u3057\u306e\u524d\u306b\u79fb\u52d5"],"In the actual screen, it is displayed when headings exists on the page.":["\u5b9f\u969b\u306e\u753b\u9762\u3067\u306f\u3001\u898b\u51fa\u3057\u304c\u30da\u30fc\u30b8\u306b\u5b58\u5728\u3059\u308b\u5834\u5408\u306b\u8868\u793a\u3055\u308c\u307e\u3059\u3002"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-07a03a2a2264e19228204b61a66595b4.json b/languages/snow-monkey-blocks-ja-07a03a2a2264e19228204b61a66595b4.json index 1334c964..b9c43e76 100644 --- a/languages/snow-monkey-blocks-ja-07a03a2a2264e19228204b61a66595b4.json +++ b/languages/snow-monkey-blocks-ja-07a03a2a2264e19228204b61a66595b4.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/directory-structure\/item\/directory\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Icon":["\u30a2\u30a4\u30b3\u30f3"],"folder - Solid":["\u30d5\u30a9\u30eb\u30c0 - Solid"],"folder-open - Solid":["\u958b\u3044\u3066\u3044\u308b\u30d5\u30a9\u30eb\u30c0 - Slid"],"folder-open - Regular":["\u958b\u3044\u3066\u3044\u308b\u30d5\u30a9\u30eb\u30c0 - Regular"],"folder - Regular":["\u30d5\u30a9\u30eb\u30c0 - Regular"],"Icon color":["\u30a2\u30a4\u30b3\u30f3\u306e\u8272"],"Write directory name\u2026":["\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u540d\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/directory-structure\/item\/directory\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Icon":["\u30a2\u30a4\u30b3\u30f3"],"Icon color":["\u30a2\u30a4\u30b3\u30f3\u306e\u8272"],"folder - Solid":["\u30d5\u30a9\u30eb\u30c0 - Solid"],"folder-open - Solid":["\u958b\u3044\u3066\u3044\u308b\u30d5\u30a9\u30eb\u30c0 - Slid"],"folder-open - Regular":["\u958b\u3044\u3066\u3044\u308b\u30d5\u30a9\u30eb\u30c0 - Regular"],"folder - Regular":["\u30d5\u30a9\u30eb\u30c0 - Regular"],"Write directory name\u2026":["\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u540d\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-07a35cae7d1dd103eb2f2fb420df4efc.json b/languages/snow-monkey-blocks-ja-07a35cae7d1dd103eb2f2fb420df4efc.json index faf9b23b..d7aa865d 100644 --- a/languages/snow-monkey-blocks-ja-07a35cae7d1dd103eb2f2fb420df4efc.json +++ b/languages/snow-monkey-blocks-ja-07a35cae7d1dd103eb2f2fb420df4efc.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/recent-posts\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Recent posts":["\u6700\u8fd1\u306e\u6295\u7a3f"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Layout":["\u30ec\u30a4\u30a2\u30a6\u30c8"],"Rich media":["\u30ea\u30c3\u30c1\u30e1\u30c7\u30a3\u30a2"],"Simple":["\u30b7\u30f3\u30d7\u30eb"],"Text 2":["\u30c6\u30ad\u30b9\u30c82"],"Panels":["\u30d1\u30cd\u30eb"],"Carousel (%1$s)":["\u30ab\u30eb\u30fc\u30bb\u30eb\uff08%1$s\uff09"],"Large image":["\u5927\u304d\u306a\u753b\u50cf"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Number of columns displayed on mobile device":["\u30e2\u30d0\u30a4\u30eb\u7aef\u672b\u6642\u306e\u8868\u793a\u30ab\u30e9\u30e0\u6570"],"1 column":["1\u30ab\u30e9\u30e0"],"2 columns":["2\u30ab\u30e9\u30e0"],"Posts list":["\u6295\u7a3f\u30ea\u30b9\u30c8"],"Latest posts":["\u6700\u65b0\u306e\u6295\u7a3f"],"Post type":["\u6295\u7a3f\u30bf\u30a4\u30d7"],"Taxonomy":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc"],"Filter by %1$s":["%1$s\u3067\u7d5e\u308a\u8fbc\u307f"],"Loading taxonomies\u2026":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059\u2026"],"Authors":["\u8457\u8005"],"Number of posts":["\u8868\u793a\u3059\u308b\u6295\u7a3f\u6570"],"Title tag of each items":["\u5404\u9805\u76ee\u306e\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Images size of each items":["\u5404\u9805\u76ee\u306e\u753b\u50cf\u30b5\u30a4\u30ba"],"Force display meta of each items":["\u5404\u9805\u76ee\u306e\u30e1\u30bf\u60c5\u5831\u3092\u5f37\u5236\u7684\u306b\u8868\u793a\u3059\u308b"],"If it's already displayed, this setting will be ignored.":["\u3059\u3067\u306b\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u3053\u306e\u8a2d\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002"],"Display author of each items":["\u5404\u9805\u76ee\u306e\u8457\u8005\u3092\u8868\u793a\u3059\u308b"],"Display published date of each items":["\u5404\u9805\u76ee\u306e\u516c\u958b\u65e5\u3092\u8868\u793a\u3059\u308b"],"Force display category label of each items":["\u5404\u9805\u76ee\u306e\u30ab\u30c6\u30b4\u30ea\u30fc\u30e9\u30d9\u30eb\u3092\u5f37\u5236\u7684\u306b\u8868\u793a\u3059\u308b"],"Display excerpt of each items":["\u5404\u9805\u76ee\u306e\u629c\u7c8b\u3092\u8868\u793a\u3059\u308b"],"Ignore sticky posts":["\u5148\u982d\u56fa\u5b9a\u8868\u793a\u3092\u9664\u5916\u3059\u308b"],"Text if no posts matched":["\u4e00\u81f4\u3059\u308b\u6295\u7a3f\u304c\u306a\u3044\u5834\u5408\u306e\u30c6\u30ad\u30b9\u30c8"],"Allow HTML":["HTML \u8a31\u53ef"],"The gap between each item":["\u5404\u9805\u76ee\u9593\u306e\u9593\u9694"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/recent-posts\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Recent posts":["\u6700\u8fd1\u306e\u6295\u7a3f"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Layout":["\u30ec\u30a4\u30a2\u30a6\u30c8"],"Rich media":["\u30ea\u30c3\u30c1\u30e1\u30c7\u30a3\u30a2"],"Simple":["\u30b7\u30f3\u30d7\u30eb"],"Text 2":["\u30c6\u30ad\u30b9\u30c82"],"Panels":["\u30d1\u30cd\u30eb"],"Carousel (%1$s)":["\u30ab\u30eb\u30fc\u30bb\u30eb\uff08%1$s\uff09"],"Large image":["\u5927\u304d\u306a\u753b\u50cf"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Number of columns displayed on mobile device":["\u30e2\u30d0\u30a4\u30eb\u7aef\u672b\u6642\u306e\u8868\u793a\u30ab\u30e9\u30e0\u6570"],"1 column":["1\u30ab\u30e9\u30e0"],"2 columns":["2\u30ab\u30e9\u30e0"],"The gap between each item":["\u5404\u9805\u76ee\u9593\u306e\u9593\u9694"],"Posts list":["\u6295\u7a3f\u30ea\u30b9\u30c8"],"Latest posts":["\u6700\u65b0\u306e\u6295\u7a3f"],"Post type":["\u6295\u7a3f\u30bf\u30a4\u30d7"],"Taxonomy":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc"],"Filter by %1$s":["%1$s\u3067\u7d5e\u308a\u8fbc\u307f"],"Loading taxonomies\u2026":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059\u2026"],"Authors":["\u8457\u8005"],"Number of posts":["\u8868\u793a\u3059\u308b\u6295\u7a3f\u6570"],"Title tag of each items":["\u5404\u9805\u76ee\u306e\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Images size of each items":["\u5404\u9805\u76ee\u306e\u753b\u50cf\u30b5\u30a4\u30ba"],"Force display meta of each items":["\u5404\u9805\u76ee\u306e\u30e1\u30bf\u60c5\u5831\u3092\u5f37\u5236\u7684\u306b\u8868\u793a\u3059\u308b"],"If it's already displayed, this setting will be ignored.":["\u3059\u3067\u306b\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u3053\u306e\u8a2d\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002"],"Display author of each items":["\u5404\u9805\u76ee\u306e\u8457\u8005\u3092\u8868\u793a\u3059\u308b"],"Display published date of each items":["\u5404\u9805\u76ee\u306e\u516c\u958b\u65e5\u3092\u8868\u793a\u3059\u308b"],"Force display category label of each items":["\u5404\u9805\u76ee\u306e\u30ab\u30c6\u30b4\u30ea\u30fc\u30e9\u30d9\u30eb\u3092\u5f37\u5236\u7684\u306b\u8868\u793a\u3059\u308b"],"Display excerpt of each items":["\u5404\u9805\u76ee\u306e\u629c\u7c8b\u3092\u8868\u793a\u3059\u308b"],"Ignore sticky posts":["\u5148\u982d\u56fa\u5b9a\u8868\u793a\u3092\u9664\u5916\u3059\u308b"],"Text if no posts matched":["\u4e00\u81f4\u3059\u308b\u6295\u7a3f\u304c\u306a\u3044\u5834\u5408\u306e\u30c6\u30ad\u30b9\u30c8"],"Allow HTML":["HTML \u8a31\u53ef"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-10c2049d48f115b6a7430067bfe71385.json b/languages/snow-monkey-blocks-ja-10c2049d48f115b6a7430067bfe71385.json index 44b3e3c6..8557f7a3 100644 --- a/languages/snow-monkey-blocks-ja-10c2049d48f115b6a7430067bfe71385.json +++ b/languages/snow-monkey-blocks-ja-10c2049d48f115b6a7430067bfe71385.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/js\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Allows for stretching from the basic size.":["\u57fa\u672c\u30b5\u30a4\u30ba\u304b\u3089\u4f38\u5f35\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u3002"],"Allow shrinkage from the basic size.":["\u57fa\u672c\u30b5\u30a4\u30ba\u304b\u3089\u7e2e\u5c0f\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u3002"],"Basic size":["\u57fa\u672c\u30b5\u30a4\u30ba"],"Basic size of the flex item.":["\u30d5\u30ec\u30c3\u30af\u30b9\u30a2\u30a4\u30c6\u30e0\u306e\u57fa\u672c\u30b5\u30a4\u30ba\u3002"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/js\/editor.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Allows for stretching from the basic size.":["\u57fa\u672c\u30b5\u30a4\u30ba\u304b\u3089\u4f38\u5f35\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u3002"],"Allow shrinkage from the basic size.":["\u57fa\u672c\u30b5\u30a4\u30ba\u304b\u3089\u7e2e\u5c0f\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u3002"],"Basic size":["\u57fa\u672c\u30b5\u30a4\u30ba"],"Basic size of the flex item.":["\u30d5\u30ec\u30c3\u30af\u30b9\u30a2\u30a4\u30c6\u30e0\u306e\u57fa\u672c\u30b5\u30a4\u30ba\u3002"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-143541ecb8b7ff67b512ec525eca33cf.json b/languages/snow-monkey-blocks-ja-143541ecb8b7ff67b512ec525eca33cf.json index ec885c9d..bb9f5bdb 100644 --- a/languages/snow-monkey-blocks-ja-143541ecb8b7ff67b512ec525eca33cf.json +++ b/languages/snow-monkey-blocks-ja-143541ecb8b7ff67b512ec525eca33cf.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/hero-header\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Justify items left":["\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u5de6\u63c3\u3048"],"Justify items center":["\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4e2d\u592e\u63c3\u3048"],"Justify items right":["\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u53f3\u63c3\u3048"],"Justify items top":["\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4e0a\u63c3\u3048"],"Justify items bottom":["\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4e0b\u63c3\u3048"],"Left \/ Top \/ Out":["\u5de6 \/ \u4e0a \/ \u30a2\u30a6\u30c8"],"Right \/ Top \/ Out":["\u53f3 \/ \u4e0a \/ \u30a2\u30a6\u30c8"],"Left \/ Bottom \/ Out":["\u5de6 \/ \u4e0b \/ \u30a2\u30a6\u30c8"],"Right \/ Bottom \/ Out":["\u53f3 \/ \u4e0b \/ \u30a2\u30a6\u30c8"],"Left \/ Top \/ In":["\u5de6 \/ \u4e0a \/ \u30a4\u30f3"],"Right \/ Top \/ In":["\u53f3 \/ \u4e0a \/ \u30a4\u30f3"],"Left \/ Bottom \/ In":["\u5de6 \/ \u4e0b \/ \u30a4\u30f3"],"Right \/ Bottom \/ In":["\u53f3 \/ \u4e0b \/ \u30a4\u30f3"],"Center":["\u4e2d\u592e"],"Maximum width":["\u6700\u5927\u5e45"],"Number of columns in grid":["\u30b0\u30ea\u30c3\u30c9\u306e\u30ab\u30e9\u30e0\u6570"],"Number of rows in grid":["\u30b0\u30ea\u30c3\u30c9\u306e\u884c\u6570"],"Background image":["\u80cc\u666f\u753b\u50cf"],"Focal point picker":["\u7126\u70b9\u30d4\u30c3\u30ab\u30fc"],"Fit to the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u5408\u308f\u305b\u308b"],"Aspect ratio":["\u753b\u50cf\u306e\u30a2\u30b9\u30da\u30af\u30c8\u6bd4"],"e.g. 16 \/ 9":["\u4f8b\uff1a16 \/ 9"],"Grid column: start":["\u30b0\u30ea\u30c3\u30c9\u5217\uff1a\u958b\u59cb"],"Grid column: end":["\u30b0\u30ea\u30c3\u30c9\u5217\uff1a\u7d42\u4e86"],"Grid row: start":["\u30b0\u30ea\u30c3\u30c9\u884c\uff1a\u958b\u59cb"],"Grid row: end":["\u30b0\u30ea\u30c3\u30c9\u884c\uff1a\u7d42\u4e86"],"Overlay":["\u30aa\u30fc\u30d0\u30ec\u30a4"],"Contents":["\u30b3\u30f3\u30c6\u30f3\u30c4"],"Alignment on inline axis":["\u30a4\u30f3\u30e9\u30a4\u30f3\u8ef8\u3067\u306e\u914d\u7f6e"],"Alignment on cross axis":["\u4ea4\u5dee\u8ef8\u3067\u306e\u914d\u7f6e"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/hero-header\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Justify items left":["\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u5de6\u63c3\u3048"],"Justify items center":["\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4e2d\u592e\u63c3\u3048"],"Justify items right":["\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u53f3\u63c3\u3048"],"Justify items top":["\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4e0a\u63c3\u3048"],"Justify items bottom":["\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u4e0b\u63c3\u3048"],"Left \/ Top \/ Out":["\u5de6 \/ \u4e0a \/ \u30a2\u30a6\u30c8"],"Right \/ Top \/ Out":["\u53f3 \/ \u4e0a \/ \u30a2\u30a6\u30c8"],"Left \/ Bottom \/ Out":["\u5de6 \/ \u4e0b \/ \u30a2\u30a6\u30c8"],"Right \/ Bottom \/ Out":["\u53f3 \/ \u4e0b \/ \u30a2\u30a6\u30c8"],"Left \/ Top \/ In":["\u5de6 \/ \u4e0a \/ \u30a4\u30f3"],"Right \/ Top \/ In":["\u53f3 \/ \u4e0a \/ \u30a4\u30f3"],"Left \/ Bottom \/ In":["\u5de6 \/ \u4e0b \/ \u30a4\u30f3"],"Right \/ Bottom \/ In":["\u53f3 \/ \u4e0b \/ \u30a4\u30f3"],"Center":["\u4e2d\u592e"],"Maximum width":["\u6700\u5927\u5e45"],"Number of columns in grid":["\u30b0\u30ea\u30c3\u30c9\u306e\u30ab\u30e9\u30e0\u6570"],"Number of rows in grid":["\u30b0\u30ea\u30c3\u30c9\u306e\u884c\u6570"],"Background image":["\u80cc\u666f\u753b\u50cf"],"Focal point picker":["\u7126\u70b9\u30d4\u30c3\u30ab\u30fc"],"Fit to the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u5408\u308f\u305b\u308b"],"Aspect ratio":["\u753b\u50cf\u306e\u30a2\u30b9\u30da\u30af\u30c8\u6bd4"],"e.g. 16 \/ 9":["\u4f8b\uff1a16 \/ 9"],"Grid column: start":["\u30b0\u30ea\u30c3\u30c9\u5217\uff1a\u958b\u59cb"],"Grid column: end":["\u30b0\u30ea\u30c3\u30c9\u5217\uff1a\u7d42\u4e86"],"Grid row: start":["\u30b0\u30ea\u30c3\u30c9\u884c\uff1a\u958b\u59cb"],"Grid row: end":["\u30b0\u30ea\u30c3\u30c9\u884c\uff1a\u7d42\u4e86"],"Overlay":["\u30aa\u30fc\u30d0\u30ec\u30a4"],"Contents":["\u30b3\u30f3\u30c6\u30f3\u30c4"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"Alignment on inline axis":["\u30a4\u30f3\u30e9\u30a4\u30f3\u8ef8\u3067\u306e\u914d\u7f6e"],"Alignment on cross axis":["\u4ea4\u5dee\u8ef8\u3067\u306e\u914d\u7f6e"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-26eec36a407b72e90b1516c7b73fc242.json b/languages/snow-monkey-blocks-ja-26eec36a407b72e90b1516c7b73fc242.json index f4bd35aa..043d31b3 100644 --- a/languages/snow-monkey-blocks-ja-26eec36a407b72e90b1516c7b73fc242.json +++ b/languages/snow-monkey-blocks-ja-26eec36a407b72e90b1516c7b73fc242.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/pattern-inserter\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Insert Pattern (Beta)":["\u30d1\u30bf\u30fc\u30f3\u3092\u633f\u5165\uff08\u30d9\u30fc\u30bf\u7248\uff09"],"Click on the button below to see all available patterns. Click on any pattern you wish to insert, and that pattern will be inserted into the article.":["\u4e0b\u8a18\u306e\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u5229\u7528\u53ef\u80fd\u306a\u3059\u3079\u3066\u306e\u30d1\u30bf\u30fc\u30f3\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\u633f\u5165\u3057\u305f\u3044\u30d1\u30bf\u30fc\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u305d\u306e\u30d1\u30bf\u30fc\u30f3\u304c\u8a18\u4e8b\u306b\u633f\u5165\u3055\u308c\u307e\u3059\u3002"],"Remove this placeholder":["\u3053\u306e\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0\u30fc\u3092\u524a\u9664"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/pattern-inserter\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Insert Pattern (Beta)":["\u30d1\u30bf\u30fc\u30f3\u3092\u633f\u5165\uff08\u30d9\u30fc\u30bf\u7248\uff09"],"Click on the button below to see all available patterns. Click on any pattern you wish to insert, and that pattern will be inserted into the article.":["\u4e0b\u8a18\u306e\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u5229\u7528\u53ef\u80fd\u306a\u3059\u3079\u3066\u306e\u30d1\u30bf\u30fc\u30f3\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002\u633f\u5165\u3057\u305f\u3044\u30d1\u30bf\u30fc\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3059\u308b\u3068\u3001\u305d\u306e\u30d1\u30bf\u30fc\u30f3\u304c\u8a18\u4e8b\u306b\u633f\u5165\u3055\u308c\u307e\u3059\u3002"],"Remove this placeholder":["\u3053\u306e\u30d7\u30ec\u30fc\u30b9\u30db\u30eb\u30c0\u30fc\u3092\u524a\u9664"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-2aa97ec4db7c5b3092a8926d69643191.json b/languages/snow-monkey-blocks-ja-2aa97ec4db7c5b3092a8926d69643191.json index 62e63442..3be7bb71 100644 --- a/languages/snow-monkey-blocks-ja-2aa97ec4db7c5b3092a8926d69643191.json +++ b/languages/snow-monkey-blocks-ja-2aa97ec4db7c5b3092a8926d69643191.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/testimonial\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Columns per row":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570"],"Columns per row (Large window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Columns per row (Medium window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/testimonial\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"The gap between each item":["\u5404\u9805\u76ee\u9593\u306e\u9593\u9694"],"Columns per row":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570"],"Columns per row (Large window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Columns per row (Medium window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-2e70c4ab721d1ef464007a1807635f97.json b/languages/snow-monkey-blocks-ja-2e70c4ab721d1ef464007a1807635f97.json index a1f6b106..5b5e5ceb 100644 --- a/languages/snow-monkey-blocks-ja-2e70c4ab721d1ef464007a1807635f97.json +++ b/languages/snow-monkey-blocks-ja-2e70c4ab721d1ef464007a1807635f97.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/rating-box\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Color":["\u8272"],"Bar color":["\u30d0\u30fc\u306e\u8272"],"Rating":["\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/rating-box\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Title":["\u30bf\u30a4\u30c8\u30eb"],"Numeric font size":["\u6570\u5024\u306e\u6587\u5b57\u30b5\u30a4\u30ba"],"Numeric":["\u6570\u5024"],"Title font size":["\u30bf\u30a4\u30c8\u30eb\u306e\u6587\u5b57\u30b5\u30a4\u30ba"],"Bar color":["\u30d0\u30fc\u306e\u8272"],"Rating":["\u30ec\u30fc\u30c6\u30a3\u30f3\u30b0"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-34c2481a56004f44306911e3c7db6adc.json b/languages/snow-monkey-blocks-ja-34c2481a56004f44306911e3c7db6adc.json index 90ac977e..47c8382e 100644 --- a/languages/snow-monkey-blocks-ja-34c2481a56004f44306911e3c7db6adc.json +++ b/languages/snow-monkey-blocks-ja-34c2481a56004f44306911e3c7db6adc.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/flex\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Blur":["\u307c\u304b\u3057"],"Spread":["\u30b9\u30d7\u30ec\u30c3\u30c9"],"Position":["\u4f4d\u7f6e"],"Outline":["\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3"],"Inset":["\u30a4\u30f3\u30bb\u30c3\u30c8"],"Box Shadow":["\u30dc\u30c3\u30af\u30b9\u30b7\u30e3\u30c9\u30a6"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/flex\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Blur":["\u307c\u304b\u3057"],"Spread":["\u30b9\u30d7\u30ec\u30c3\u30c9"],"Position":["\u4f4d\u7f6e"],"Outline":["\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3"],"Inset":["\u30a4\u30f3\u30bb\u30c3\u30c8"],"Box Shadow":["\u30dc\u30c3\u30af\u30b9\u30b7\u30e3\u30c9\u30a6"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-358cf15fba45a46234637d5b57a66860.json b/languages/snow-monkey-blocks-ja-358cf15fba45a46234637d5b57a66860.json index c1278e93..77ede407 100644 --- a/languages/snow-monkey-blocks-ja-358cf15fba45a46234637d5b57a66860.json +++ b/languages/snow-monkey-blocks-ja-358cf15fba45a46234637d5b57a66860.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/grid\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Minimum width":["\u6700\u5c0f\u5e45"],"Columns count":["\u30ab\u30e9\u30e0\u6570"],"Free input":["\u81ea\u7531\u5165\u529b"],"Auto repeat":["\u81ea\u52d5\u53cd\u5fa9"],"Rows count":["\u884c\u6570"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/grid\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Minimum width":["\u6700\u5c0f\u5e45"],"Columns count":["\u30ab\u30e9\u30e0\u6570"],"Free input":["\u81ea\u7531\u5165\u529b"],"Auto repeat":["\u81ea\u52d5\u53cd\u5fa9"],"Rows count":["\u884c\u6570"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-3749fb8e5ad69dd378a63bb8c44b5a06.json b/languages/snow-monkey-blocks-ja-3749fb8e5ad69dd378a63bb8c44b5a06.json index cf7f2342..6b24ba8a 100644 --- a/languages/snow-monkey-blocks-ja-3749fb8e5ad69dd378a63bb8c44b5a06.json +++ b/languages/snow-monkey-blocks-ja-3749fb8e5ad69dd378a63bb8c44b5a06.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/limited-datetime\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Not been set.":["\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"],"Not initialized properly.":["\u6b63\u3057\u304f\u521d\u671f\u5316\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"],"Start datetime":["\u958b\u59cb\u65e5\u6642"],"Use start datetime":["\u958b\u59cb\u65e5\u6642\u3092\u4f7f\u7528\u3059\u308b"],"End datetime":["\u7d42\u4e86\u65e5\u6642"],"Use end datetime":["\u7d42\u4e86\u65e5\u6642\u3092\u4f7f\u7528\u3059\u308b"],"Only the set period is displayed":["\u8a2d\u5b9a\u3057\u305f\u671f\u9593\u306e\u307f\u8868\u793a\u3055\u308c\u307e\u3059"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/limited-datetime\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Not been set.":["\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"],"Not initialized properly.":["\u6b63\u3057\u304f\u521d\u671f\u5316\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002"],"Start datetime":["\u958b\u59cb\u65e5\u6642"],"Use start datetime":["\u958b\u59cb\u65e5\u6642\u3092\u4f7f\u7528\u3059\u308b"],"End datetime":["\u7d42\u4e86\u65e5\u6642"],"Use end datetime":["\u7d42\u4e86\u65e5\u6642\u3092\u4f7f\u7528\u3059\u308b"],"Only the set period is displayed":["\u8a2d\u5b9a\u3057\u305f\u671f\u9593\u306e\u307f\u8868\u793a\u3055\u308c\u307e\u3059"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-3b9eef194fae067752dfbc4e35443ec2.json b/languages/snow-monkey-blocks-ja-3b9eef194fae067752dfbc4e35443ec2.json index e81ad540..ff94a6c9 100644 --- a/languages/snow-monkey-blocks-ja-3b9eef194fae067752dfbc4e35443ec2.json +++ b/languages/snow-monkey-blocks-ja-3b9eef194fae067752dfbc4e35443ec2.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/countdown\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Color":["\u8272"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Days":["\u65e5"],"Hours":["\u6642\u9593"],"Minutes":["\u5206"],"Seconds":["\u79d2"],"Inline":["\u30a4\u30f3\u30e9\u30a4\u30f3"],"Countdown":["\u30ab\u30a6\u30f3\u30c8\u30c0\u30a6\u30f3"],"Numeric color":["\u6570\u5024\u306e\u8272"],"Clock color":["\u6642\u523b\u306e\u8272"],"Date time":["\u65e5\u6642"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/countdown\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Days":["\u65e5"],"Hours":["\u6642\u9593"],"Minutes":["\u5206"],"Seconds":["\u79d2"],"Inline":["\u30a4\u30f3\u30e9\u30a4\u30f3"],"Countdown":["\u30ab\u30a6\u30f3\u30c8\u30c0\u30a6\u30f3"],"Numeric font size":["\u6570\u5024\u306e\u6587\u5b57\u30b5\u30a4\u30ba"],"Numeric":["\u6570\u5024"],"Clock font size":["\u6642\u523b\u306e\u6587\u5b57\u30b5\u30a4\u30ba"],"Clock":["\u6642\u523b"],"Numeric color":["\u6570\u5024\u306e\u8272"],"Clock color":["\u6642\u523b\u306e\u8272"],"Date time":["\u65e5\u6642"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-41501ed801bebfda0df52e607ab35fff.json b/languages/snow-monkey-blocks-ja-41501ed801bebfda0df52e607ab35fff.json index 6f7b2bf0..228f64fb 100644 --- a/languages/snow-monkey-blocks-ja-41501ed801bebfda0df52e607ab35fff.json +++ b/languages/snow-monkey-blocks-ja-41501ed801bebfda0df52e607ab35fff.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/panels\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Glue each item together":["\u5404\u9805\u76ee\u3092\u304f\u3063\u3064\u3051\u308b"],"Columns per row":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570"],"Columns per row (Large window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Columns per row (Medium window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Columns per row (Small window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Gap":["\u9593\u9694"],"Set padding around images":["\u753b\u50cf\u306e\u5468\u308a\u306b\u4f59\u767d\u3092\u8a2d\u5b9a"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/panels\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Glue each item together":["\u5404\u9805\u76ee\u3092\u304f\u3063\u3064\u3051\u308b"],"Columns per row":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570"],"Columns per row (Large window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Columns per row (Medium window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Columns per row (Small window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Gap":["\u9593\u9694"],"Set padding around images":["\u753b\u50cf\u306e\u5468\u308a\u306b\u4f59\u767d\u3092\u8a2d\u5b9a"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-43d52e769fef294cb2c3bb796583eea6.json b/languages/snow-monkey-blocks-ja-43d52e769fef294cb2c3bb796583eea6.json index e176134b..1aa3ad39 100644 --- a/languages/snow-monkey-blocks-ja-43d52e769fef294cb2c3bb796583eea6.json +++ b/languages/snow-monkey-blocks-ja-43d52e769fef294cb2c3bb796583eea6.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/spider-contents-slider\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Pause autoplay":["\u81ea\u52d5\u518d\u751f\u3092\u4e00\u6642\u505c\u6b62"],"Start autoplay":["\u81ea\u52d5\u518d\u751f\u3092\u958b\u59cb"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Border":["\u67a0\u7dda"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Blur":["\u307c\u304b\u3057"],"Spread":["\u30b9\u30d7\u30ec\u30c3\u30c9"],"Position":["\u4f4d\u7f6e"],"Outline":["\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3"],"Inset":["\u30a4\u30f3\u30bb\u30c3\u30c8"],"Box Shadow":["\u30dc\u30c3\u30af\u30b9\u30b7\u30e3\u30c9\u30a6"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"S":["S"],"M":["M"],"L":["L"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Gap":["\u9593\u9694"],"None":["\u306a\u3057"],"Slides settings":["\u30b9\u30e9\u30a4\u30c9\u8a2d\u5b9a"],"# of slides to show (Large window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Medium window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Small window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Carousel":["\u30ab\u30eb\u30fc\u30bb\u30eb"],"Fade":["\u30d5\u30a7\u30fc\u30c9"],"Shuffle slides":["\u30b9\u30e9\u30a4\u30c9\u3092\u30b7\u30e3\u30c3\u30d5\u30eb"],"Shifting the slider":["\u30b9\u30e9\u30a4\u30c0\u30fc\u3092\u305a\u3089\u3059"],"It must be full width (.alignfull) or wide width (.alignwide).":["\u5168\u5e45 (.alignfull) \u307e\u305f\u306f\u5e45\u5e83 (.alignwide) \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002"],"Animation speed in seconds":["\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306e\u901f\u3055\uff08\u79d2\uff09"],"If \"0\", default animation speed.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u901f\u3055\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/spider-contents-slider\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Pause autoplay":["\u81ea\u52d5\u518d\u751f\u3092\u4e00\u6642\u505c\u6b62"],"Start autoplay":["\u81ea\u52d5\u518d\u751f\u3092\u958b\u59cb"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Border":["\u67a0\u7dda"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Blur":["\u307c\u304b\u3057"],"Spread":["\u30b9\u30d7\u30ec\u30c3\u30c9"],"Position":["\u4f4d\u7f6e"],"Outline":["\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3"],"Inset":["\u30a4\u30f3\u30bb\u30c3\u30c8"],"Box Shadow":["\u30dc\u30c3\u30af\u30b9\u30b7\u30e3\u30c9\u30a6"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Gap":["\u9593\u9694"],"None":["\u306a\u3057"],"S":["S"],"M":["M"],"L":["L"],"Slides settings":["\u30b9\u30e9\u30a4\u30c9\u8a2d\u5b9a"],"# of slides to show (Large window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Medium window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Small window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Carousel":["\u30ab\u30eb\u30fc\u30bb\u30eb"],"Fade":["\u30d5\u30a7\u30fc\u30c9"],"Shuffle slides":["\u30b9\u30e9\u30a4\u30c9\u3092\u30b7\u30e3\u30c3\u30d5\u30eb"],"Shifting the slider":["\u30b9\u30e9\u30a4\u30c0\u30fc\u3092\u305a\u3089\u3059"],"It must be full width (.alignfull) or wide width (.alignwide).":["\u5168\u5e45 (.alignfull) \u307e\u305f\u306f\u5e45\u5e83 (.alignwide) \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002"],"Animation speed in seconds":["\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306e\u901f\u3055\uff08\u79d2\uff09"],"If \"0\", default animation speed.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u901f\u3055\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-4bdf141aa872fbf67c9c5ab56ea8f9b5.json b/languages/snow-monkey-blocks-ja-4bdf141aa872fbf67c9c5ab56ea8f9b5.json index b4e1e717..5e06d39d 100644 --- a/languages/snow-monkey-blocks-ja-4bdf141aa872fbf67c9c5ab56ea8f9b5.json +++ b/languages/snow-monkey-blocks-ja-4bdf141aa872fbf67c9c5ab56ea8f9b5.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/section-with-bgvideo\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Position":["\u4f4d\u7f6e"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"Video":["\u52d5\u753b"],"Overlay":["\u30aa\u30fc\u30d0\u30ec\u30a4"],"None":["\u306a\u3057"],"Wrapper tag":["\u5927\u67a0\u306e\u30bf\u30b0"],"Height":["\u9ad8\u3055"],"Min height":["\u6700\u5c0f\u306e\u9ad8\u3055"],"Use preset":["\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u4f7f\u7528"],"Fit":["\u30d5\u30a3\u30c3\u30c8"],"Wide":["\u5e83\u3081"],"Full":["\u30d5\u30eb"],"Wide width":["\u5e45\u5e83"],"Full width":["\u5168\u5e45"],"Wide width (Only contents)":["\u5e45\u5e83\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Full width (Only contents)":["\u5168\u5e45\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Container alignment":["\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u914d\u7f6e"],"Remove container padding of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u90e8\u5206\u306e\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u4f59\u767d\u3092\u524a\u9664"],"Write subtitle\u2026":["\u30b5\u30d6\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Stripe":["\u30b9\u30c8\u30e9\u30a4\u30d7"],"Noise":["\u30ce\u30a4\u30ba"],"Dots":["\u30c9\u30c3\u30c8"],"Dots 2":["\u30c9\u30c3\u30c82"],"Tilt":["\u50be\u659c"],"Curve":["\u30ab\u30fc\u30d6"],"Wave":["\u6ce2"],"Triangle":["\u4e09\u89d2"],"Triangle (Large)":["\u4e09\u89d2\uff08\u5927\uff09"],"Background text":["\u80cc\u666f\u30c6\u30ad\u30b9\u30c8"],"Size":["\u30b5\u30a4\u30ba"],"Line height":["\u884c\u306e\u9ad8\u3055"],"Outer":["\u5916\u67a0"],"Wrapper":["\u30e9\u30c3\u30d1\u30fc"],"Container":["\u30b3\u30f3\u30c6\u30ca\u30fc"],"Main visual":["\u30e1\u30a4\u30f3\u30d3\u30b8\u30e5\u30a2\u30eb"],"Header video":["\u30d8\u30c3\u30c0\u30fc\u52d5\u753b"],"Video settings":["\u52d5\u753b\u8a2d\u5b9a"],"YouTube URL":["YouTube URL"],"Video width":["\u52d5\u753b\u306e\u6a2a\u5e45"],"Video height":["\u30d3\u30c7\u30aa\u306e\u9ad8\u3055"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/section-with-bgvideo\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Position":["\u4f4d\u7f6e"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"Video":["\u52d5\u753b"],"Overlay":["\u30aa\u30fc\u30d0\u30ec\u30a4"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"Wrapper tag":["\u5927\u67a0\u306e\u30bf\u30b0"],"Height":["\u9ad8\u3055"],"Min height":["\u6700\u5c0f\u306e\u9ad8\u3055"],"Use preset":["\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u4f7f\u7528"],"Fit":["\u30d5\u30a3\u30c3\u30c8"],"Wide":["\u5e83\u3081"],"Full":["\u30d5\u30eb"],"Wide width":["\u5e45\u5e83"],"Full width":["\u5168\u5e45"],"Wide width (Only contents)":["\u5e45\u5e83\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Full width (Only contents)":["\u5168\u5e45\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Container alignment":["\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u914d\u7f6e"],"Remove container padding of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u90e8\u5206\u306e\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u4f59\u767d\u3092\u524a\u9664"],"Write subtitle\u2026":["\u30b5\u30d6\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"None":["\u306a\u3057"],"Stripe":["\u30b9\u30c8\u30e9\u30a4\u30d7"],"Noise":["\u30ce\u30a4\u30ba"],"Dots":["\u30c9\u30c3\u30c8"],"Dots 2":["\u30c9\u30c3\u30c82"],"Tilt":["\u50be\u659c"],"Curve":["\u30ab\u30fc\u30d6"],"Wave":["\u6ce2"],"Triangle":["\u4e09\u89d2"],"Triangle (Large)":["\u4e09\u89d2\uff08\u5927\uff09"],"Background text":["\u80cc\u666f\u30c6\u30ad\u30b9\u30c8"],"Size":["\u30b5\u30a4\u30ba"],"Line height":["\u884c\u306e\u9ad8\u3055"],"Outer":["\u5916\u67a0"],"Wrapper":["\u30e9\u30c3\u30d1\u30fc"],"Container":["\u30b3\u30f3\u30c6\u30ca\u30fc"],"Main visual":["\u30e1\u30a4\u30f3\u30d3\u30b8\u30e5\u30a2\u30eb"],"Header video":["\u30d8\u30c3\u30c0\u30fc\u52d5\u753b"],"Video settings":["\u52d5\u753b\u8a2d\u5b9a"],"YouTube URL":["YouTube URL"],"Video width":["\u52d5\u753b\u306e\u6a2a\u5e45"],"Video height":["\u30d3\u30c7\u30aa\u306e\u9ad8\u3055"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-5223aac9a7b02f562d33b53150cd8609.json b/languages/snow-monkey-blocks-ja-5223aac9a7b02f562d33b53150cd8609.json deleted file mode 100644 index 06b432b4..00000000 --- a/languages/snow-monkey-blocks-ja-5223aac9a7b02f562d33b53150cd8609.json +++ /dev/null @@ -1 +0,0 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/panels\/item\/free\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-54911e9f97d6c3ff11edc536a5f6bb16.json b/languages/snow-monkey-blocks-ja-54911e9f97d6c3ff11edc536a5f6bb16.json index 33b504e4..9c7f0db5 100644 --- a/languages/snow-monkey-blocks-ja-54911e9f97d6c3ff11edc536a5f6bb16.json +++ b/languages/snow-monkey-blocks-ja-54911e9f97d6c3ff11edc536a5f6bb16.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/items\/item\/banner\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Link":["\u30ea\u30f3\u30af"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Fit to the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u5408\u308f\u305b\u308b"],"Overlay":["\u30aa\u30fc\u30d0\u30ec\u30a4"],"Image aspect ratio":["\u753b\u50cf\u306e\u30a2\u30b9\u30da\u30af\u30c8\u6bd4"],"Fit to the image":["\u753b\u50cf\u306b\u5408\u308f\u305b\u308b"],"4:3":["4:3"],"16:9":["16:9"],"3:4":["3:4"],"9:16":["9:16"],"Shade off":["\u307c\u304b\u3059"],"Change content position":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u4f4d\u7f6e\u3092\u5909\u66f4"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/items\/item\/banner\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Link":["\u30ea\u30f3\u30af"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Fit to the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u5408\u308f\u305b\u308b"],"Overlay":["\u30aa\u30fc\u30d0\u30ec\u30a4"],"Image aspect ratio":["\u753b\u50cf\u306e\u30a2\u30b9\u30da\u30af\u30c8\u6bd4"],"Fit to the image":["\u753b\u50cf\u306b\u5408\u308f\u305b\u308b"],"4:3":["4:3"],"16:9":["16:9"],"3:4":["3:4"],"9:16":["9:16"],"Shade off":["\u307c\u304b\u3059"],"Change content position":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u4f4d\u7f6e\u3092\u5909\u66f4"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-564b4c2f67ed4b1295ae8e4f70907201.json b/languages/snow-monkey-blocks-ja-564b4c2f67ed4b1295ae8e4f70907201.json index e73d0344..3d132127 100644 --- a/languages/snow-monkey-blocks-ja-564b4c2f67ed4b1295ae8e4f70907201.json +++ b/languages/snow-monkey-blocks-ja-564b4c2f67ed4b1295ae8e4f70907201.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/spider-slider\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Pause autoplay":["\u81ea\u52d5\u518d\u751f\u3092\u4e00\u6642\u505c\u6b62"],"Start autoplay":["\u81ea\u52d5\u518d\u751f\u3092\u958b\u59cb"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"S":["S"],"M":["M"],"L":["L"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Images size":["\u753b\u50cf\u30b5\u30a4\u30ba"],"Aspect ratio":["\u753b\u50cf\u306e\u30a2\u30b9\u30da\u30af\u30c8\u6bd4"],"Gap":["\u9593\u9694"],"4:3":["4:3"],"16:9":["16:9"],"None":["\u306a\u3057"],"Slides settings":["\u30b9\u30e9\u30a4\u30c9\u8a2d\u5b9a"],"# of slides to show (Large window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Medium window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Small window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Carousel":["\u30ab\u30eb\u30fc\u30bb\u30eb"],"Fade":["\u30d5\u30a7\u30fc\u30c9"],"Shuffle slides":["\u30b9\u30e9\u30a4\u30c9\u3092\u30b7\u30e3\u30c3\u30d5\u30eb"],"Shifting the slider":["\u30b9\u30e9\u30a4\u30c0\u30fc\u3092\u305a\u3089\u3059"],"It must be full width (.alignfull) or wide width (.alignwide).":["\u5168\u5e45 (.alignfull) \u307e\u305f\u306f\u5e45\u5e83 (.alignwide) \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002"],"Animation speed in seconds":["\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306e\u901f\u3055\uff08\u79d2\uff09"],"If \"0\", default animation speed.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u901f\u3055\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002"],"Slider":["\u30b9\u30e9\u30a4\u30c0\u30fc"],"Change dots to thumbnails":["\u30c9\u30c3\u30c8\u3092\u30b5\u30e0\u30cd\u30a4\u30eb\u306b\u5909\u66f4"],"Drag images, upload new ones or select files from your library.":["\u753b\u50cf\u3092\u30c9\u30e9\u30c3\u30b0\u3057\u305f\u308a\u3001\u65b0\u3057\u3044\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u308a\u3001\u30e9\u30a4\u30d6\u30e9\u30ea\u304b\u3089\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u305f\u308a\u3067\u304d\u307e\u3059\u3002"],"Display caption":["\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3092\u8868\u793a"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/spider-slider\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Pause autoplay":["\u81ea\u52d5\u518d\u751f\u3092\u4e00\u6642\u505c\u6b62"],"Start autoplay":["\u81ea\u52d5\u518d\u751f\u3092\u958b\u59cb"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Images size":["\u753b\u50cf\u30b5\u30a4\u30ba"],"Aspect ratio":["\u753b\u50cf\u306e\u30a2\u30b9\u30da\u30af\u30c8\u6bd4"],"Gap":["\u9593\u9694"],"4:3":["4:3"],"16:9":["16:9"],"None":["\u306a\u3057"],"S":["S"],"M":["M"],"L":["L"],"Slides settings":["\u30b9\u30e9\u30a4\u30c9\u8a2d\u5b9a"],"# of slides to show (Large window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Medium window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Small window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Carousel":["\u30ab\u30eb\u30fc\u30bb\u30eb"],"Fade":["\u30d5\u30a7\u30fc\u30c9"],"Shuffle slides":["\u30b9\u30e9\u30a4\u30c9\u3092\u30b7\u30e3\u30c3\u30d5\u30eb"],"Shifting the slider":["\u30b9\u30e9\u30a4\u30c0\u30fc\u3092\u305a\u3089\u3059"],"It must be full width (.alignfull) or wide width (.alignwide).":["\u5168\u5e45 (.alignfull) \u307e\u305f\u306f\u5e45\u5e83 (.alignwide) \u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002"],"Animation speed in seconds":["\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u306e\u901f\u3055\uff08\u79d2\uff09"],"If \"0\", default animation speed.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30c7\u30d5\u30a9\u30eb\u30c8\u306e\u901f\u3055\u304c\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002"],"Slider":["\u30b9\u30e9\u30a4\u30c0\u30fc"],"Change dots to thumbnails":["\u30c9\u30c3\u30c8\u3092\u30b5\u30e0\u30cd\u30a4\u30eb\u306b\u5909\u66f4"],"Drag images, upload new ones or select files from your library.":["\u753b\u50cf\u3092\u30c9\u30e9\u30c3\u30b0\u3057\u305f\u308a\u3001\u65b0\u3057\u3044\u753b\u50cf\u3092\u30a2\u30c3\u30d7\u30ed\u30fc\u30c9\u3057\u305f\u308a\u3001\u30e9\u30a4\u30d6\u30e9\u30ea\u304b\u3089\u30d5\u30a1\u30a4\u30eb\u3092\u9078\u629e\u3057\u305f\u308a\u3067\u304d\u307e\u3059\u3002"],"Display caption":["\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3092\u8868\u793a"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-5702c654bf9afd05d833889096e15dd4.json b/languages/snow-monkey-blocks-ja-5702c654bf9afd05d833889096e15dd4.json index 61805110..1ae730bb 100644 --- a/languages/snow-monkey-blocks-ja-5702c654bf9afd05d833889096e15dd4.json +++ b/languages/snow-monkey-blocks-ja-5702c654bf9afd05d833889096e15dd4.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/slider\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"Aspect ratio":["\u753b\u50cf\u306e\u30a2\u30b9\u30da\u30af\u30c8\u6bd4"],"4:3":["4:3"],"16:9":["16:9"],"Show dot indicators":["\u30c9\u30c3\u30c8\u30a4\u30f3\u30b8\u30b1\u30fc\u30bf\u3092\u8868\u793a\u3059\u308b"],"Prev\/Next arrows":["\u524d\/\u6b21\u306e\u77e2\u5370"],"Slide animation speed in milliseconds":["\u30b9\u30e9\u30a4\u30c9\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u901f\u5ea6\uff08\u30df\u30ea\u79d2\uff09"],"Enable fade":["\u30d5\u30a7\u30fc\u30c9\u3092\u6709\u52b9\u306b\u3059\u308b"],"Change the slider's direction to become right-to-left":["\u30b9\u30e9\u30a4\u30c0\u30fc\u306e\u65b9\u5411\u3092\u53f3\u304b\u3089\u5de6\u306b\u5909\u66f4"],"Slides settings":["\u30b9\u30e9\u30a4\u30c9\u8a2d\u5b9a"],"# of slides to show (Large window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to scroll (Large window)":["\u30b9\u30af\u30ed\u30fc\u30eb\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Medium window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to scroll (Medium window)":["\u30b9\u30af\u30ed\u30fc\u30eb\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Small window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to scroll (Small window)":["\u30b9\u30af\u30ed\u30fc\u30eb\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/slider\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"Aspect ratio":["\u753b\u50cf\u306e\u30a2\u30b9\u30da\u30af\u30c8\u6bd4"],"4:3":["4:3"],"16:9":["16:9"],"Show dot indicators":["\u30c9\u30c3\u30c8\u30a4\u30f3\u30b8\u30b1\u30fc\u30bf\u3092\u8868\u793a\u3059\u308b"],"Prev\/Next arrows":["\u524d\/\u6b21\u306e\u77e2\u5370"],"Slide animation speed in milliseconds":["\u30b9\u30e9\u30a4\u30c9\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u901f\u5ea6\uff08\u30df\u30ea\u79d2\uff09"],"Enable fade":["\u30d5\u30a7\u30fc\u30c9\u3092\u6709\u52b9\u306b\u3059\u308b"],"Change the slider's direction to become right-to-left":["\u30b9\u30e9\u30a4\u30c0\u30fc\u306e\u65b9\u5411\u3092\u53f3\u304b\u3089\u5de6\u306b\u5909\u66f4"],"Slides settings":["\u30b9\u30e9\u30a4\u30c9\u8a2d\u5b9a"],"# of slides to show (Large window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to scroll (Large window)":["\u30b9\u30af\u30ed\u30fc\u30eb\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Medium window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to scroll (Medium window)":["\u30b9\u30af\u30ed\u30fc\u30eb\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to show (Small window)":["\u8868\u793a\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"# of slides to scroll (Small window)":["\u30b9\u30af\u30ed\u30fc\u30eb\u3059\u308b\u30b9\u30e9\u30a4\u30c9\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-589f809ba62c96f35bfb1149c89355b0.json b/languages/snow-monkey-blocks-ja-589f809ba62c96f35bfb1149c89355b0.json index a99a924b..95d154b2 100644 --- a/languages/snow-monkey-blocks-ja-589f809ba62c96f35bfb1149c89355b0.json +++ b/languages/snow-monkey-blocks-ja-589f809ba62c96f35bfb1149c89355b0.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/tabs\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Left":["\u5de6"],"Right":["\u53f3"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Simple":["\u30b7\u30f3\u30d7\u30eb"],"Center":["\u4e2d\u592e"],"Tabs orientation":["\u30bf\u30d6\u306e\u5411\u304d"],"Align the height of each tab panels":["\u5404\u30bf\u30d6\u30d1\u30cd\u30eb\u306e\u9ad8\u3055\u3092\u63c3\u3048\u308b"],"Tabs justification":["\u30bf\u30d6\u306e\u914d\u7f6e"],"Stretch":["\u5747\u7b49"],"Move to left":["\u5de6\u306b\u79fb\u52d5"],"Move to up":["\u4e0a\u306b\u79fb\u52d5"],"Remove this tab":["\u3053\u306e\u30bf\u30d6\u3092\u524a\u9664"],"Move to right":["\u53f3\u306b\u79fb\u52d5"],"Move to down":["\u4e0b\u306b\u79fb\u52d5"],"Tab":["\u30bf\u30d6"],"Line":["\u30e9\u30a4\u30f3"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/tabs\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Left":["\u5de6"],"Right":["\u53f3"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Simple":["\u30b7\u30f3\u30d7\u30eb"],"Center":["\u4e2d\u592e"],"Tabs orientation":["\u30bf\u30d6\u306e\u5411\u304d"],"Align the height of each tab panels":["\u5404\u30bf\u30d6\u30d1\u30cd\u30eb\u306e\u9ad8\u3055\u3092\u63c3\u3048\u308b"],"Tabs justification":["\u30bf\u30d6\u306e\u914d\u7f6e"],"Stretch":["\u5747\u7b49"],"Move to left":["\u5de6\u306b\u79fb\u52d5"],"Move to up":["\u4e0a\u306b\u79fb\u52d5"],"Remove this tab":["\u3053\u306e\u30bf\u30d6\u3092\u524a\u9664"],"Move to right":["\u53f3\u306b\u79fb\u52d5"],"Move to down":["\u4e0b\u306b\u79fb\u52d5"],"Tab":["\u30bf\u30d6"],"Line":["\u30e9\u30a4\u30f3"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-5a7123da4596a1ebd27a7dc8b5b84688.json b/languages/snow-monkey-blocks-ja-5a7123da4596a1ebd27a7dc8b5b84688.json index 1582c63a..9952be66 100644 --- a/languages/snow-monkey-blocks-ja-5a7123da4596a1ebd27a7dc8b5b84688.json +++ b/languages/snow-monkey-blocks-ja-5a7123da4596a1ebd27a7dc8b5b84688.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/information\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Border":["\u67a0\u7dda"],"Left":["\u5de6"],"Right":["\u53f3"],"Color":["\u8272"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"S":["S"],"M":["M"],"L":["L"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Center":["\u4e2d\u592e"],"Label column size":["\u30e9\u30d9\u30eb\u30ab\u30e9\u30e0\u306e\u30b5\u30a4\u30ba"],"25%":["25%"],"33%":["33%"],"50%":["50%"],"Label horizontal alignment":["\u30e9\u30d9\u30eb\u306e\u6a2a\u4f4d\u7f6e"],"Label vertical alignment":["\u30e9\u30d9\u30eb\u306e\u7e26\u4f4d\u7f6e"],"Top":["\u4e0a"],"Middle":["\u4e2d\u592e"],"Don't split the column in a smartphone":["\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3067\u30ab\u30e9\u30e0\u3092\u5206\u5272\u3057\u306a\u3044"],"Label column background color":["\u30e9\u30d9\u30eb\u30ab\u30e9\u30e0\u306e\u80cc\u666f\u8272"],"Label column text color":["\u30e9\u30d9\u30eb\u30ab\u30e9\u30e0\u306e\u6587\u5b57\u8272"],"Content column background color":["\u30b3\u30f3\u30c6\u30f3\u30c4\u30ab\u30e9\u30e0\u306e\u80cc\u666f\u8272"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/information\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Border":["\u67a0\u7dda"],"Left":["\u5de6"],"Right":["\u53f3"],"Color":["\u8272"],"Center":["\u4e2d\u592e"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"Label column size":["\u30e9\u30d9\u30eb\u30ab\u30e9\u30e0\u306e\u30b5\u30a4\u30ba"],"25%":["25%"],"33%":["33%"],"50%":["50%"],"Label horizontal alignment":["\u30e9\u30d9\u30eb\u306e\u6a2a\u4f4d\u7f6e"],"Label vertical alignment":["\u30e9\u30d9\u30eb\u306e\u7e26\u4f4d\u7f6e"],"Top":["\u4e0a"],"Middle":["\u4e2d\u592e"],"Don't split the column in a smartphone":["\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3067\u30ab\u30e9\u30e0\u3092\u5206\u5272\u3057\u306a\u3044"],"Label column background color":["\u30e9\u30d9\u30eb\u30ab\u30e9\u30e0\u306e\u80cc\u666f\u8272"],"Label column text color":["\u30e9\u30d9\u30eb\u30ab\u30e9\u30e0\u306e\u6587\u5b57\u8272"],"Content column background color":["\u30b3\u30f3\u30c6\u30f3\u30c4\u30ab\u30e9\u30e0\u306e\u80cc\u666f\u8272"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-5d151381d8a2f76083ab5069a4df3ef6.json b/languages/snow-monkey-blocks-ja-5d151381d8a2f76083ab5069a4df3ef6.json index c31ff10e..1b3dcaee 100644 --- a/languages/snow-monkey-blocks-ja-5d151381d8a2f76083ab5069a4df3ef6.json +++ b/languages/snow-monkey-blocks-ja-5d151381d8a2f76083ab5069a4df3ef6.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/section-with-bgimage\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Type":["\u30bf\u30a4\u30d7"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Position":["\u4f4d\u7f6e"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Focal point picker":["\u7126\u70b9\u30d4\u30c3\u30ab\u30fc"],"Overlay":["\u30aa\u30fc\u30d0\u30ec\u30a4"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"None":["\u306a\u3057"],"Wrapper tag":["\u5927\u67a0\u306e\u30bf\u30b0"],"Height":["\u9ad8\u3055"],"Min height":["\u6700\u5c0f\u306e\u9ad8\u3055"],"Use preset":["\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u4f7f\u7528"],"Fit":["\u30d5\u30a3\u30c3\u30c8"],"Wide":["\u5e83\u3081"],"Full":["\u30d5\u30eb"],"Wide width":["\u5e45\u5e83"],"Full width":["\u5168\u5e45"],"Wide width (Only contents)":["\u5e45\u5e83\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Full width (Only contents)":["\u5168\u5e45\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Container alignment":["\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u914d\u7f6e"],"Remove container padding of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u90e8\u5206\u306e\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u4f59\u767d\u3092\u524a\u9664"],"Write subtitle\u2026":["\u30b5\u30d6\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Stripe":["\u30b9\u30c8\u30e9\u30a4\u30d7"],"Noise":["\u30ce\u30a4\u30ba"],"Dots":["\u30c9\u30c3\u30c8"],"Dots 2":["\u30c9\u30c3\u30c82"],"Tilt":["\u50be\u659c"],"Curve":["\u30ab\u30fc\u30d6"],"Wave":["\u6ce2"],"Triangle":["\u4e09\u89d2"],"Triangle (Large)":["\u4e09\u89d2\uff08\u5927\uff09"],"Top divider":["\u4e0a\u306e\u4ed5\u5207\u308a"],"Level":["\u30ec\u30d9\u30eb"],"Position (Top \/ Bottom)":["\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Overlap divider on content":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u533a\u5207\u308a\u3092\u91cd\u306d\u308b"],"Bottom divider":["\u4e0b\u306e\u4ed5\u5207\u308a"],"Background text":["\u80cc\u666f\u30c6\u30ad\u30b9\u30c8"],"Size":["\u30b5\u30a4\u30ba"],"Line height":["\u884c\u306e\u9ad8\u3055"],"Outer":["\u5916\u67a0"],"Wrapper":["\u30e9\u30c3\u30d1\u30fc"],"Container":["\u30b3\u30f3\u30c6\u30ca\u30fc"],"Media settings":["\u30e1\u30c7\u30a3\u30a2\u8a2d\u5b9a"],"Main visual":["\u30e1\u30a4\u30f3\u30d3\u30b8\u30e5\u30a2\u30eb"],"Header image":["\u30d8\u30c3\u30c0\u30fc\u753b\u50cf"],"Parallax (Deprecated)":["\u30d1\u30e9\u30e9\u30c3\u30af\u30b9\uff08\u975e\u63a8\u5968\uff09"],"This setting is being retained for backwards compatibility and is not recommended for use. Its use may slow down the page display.":["\u3053\u306e\u8a2d\u5b9a\u306f\u4e0b\u4f4d\u4e92\u63db\u6027\u306e\u305f\u3081\u306b\u4fdd\u6301\u3055\u308c\u3066\u304a\u308a\u3001\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u304a\u52e7\u3081\u3067\u304d\u307e\u305b\u3093\u3002\u4f7f\u7528\u3059\u308b\u3068\u30da\u30fc\u30b8\u306e\u8868\u793a\u901f\u5ea6\u3092\u9045\u304f\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002"],"Repeat images":["\u753b\u50cf\u3092\u7e70\u308a\u8fd4\u3059"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/section-with-bgimage\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Type":["\u30bf\u30a4\u30d7"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Position":["\u4f4d\u7f6e"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Focal point picker":["\u7126\u70b9\u30d4\u30c3\u30ab\u30fc"],"Overlay":["\u30aa\u30fc\u30d0\u30ec\u30a4"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"Wrapper tag":["\u5927\u67a0\u306e\u30bf\u30b0"],"Height":["\u9ad8\u3055"],"Min height":["\u6700\u5c0f\u306e\u9ad8\u3055"],"Use preset":["\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u4f7f\u7528"],"Fit":["\u30d5\u30a3\u30c3\u30c8"],"Wide":["\u5e83\u3081"],"Full":["\u30d5\u30eb"],"Wide width":["\u5e45\u5e83"],"Full width":["\u5168\u5e45"],"Wide width (Only contents)":["\u5e45\u5e83\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Full width (Only contents)":["\u5168\u5e45\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Container alignment":["\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u914d\u7f6e"],"Remove container padding of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u90e8\u5206\u306e\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u4f59\u767d\u3092\u524a\u9664"],"Write subtitle\u2026":["\u30b5\u30d6\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"None":["\u306a\u3057"],"Stripe":["\u30b9\u30c8\u30e9\u30a4\u30d7"],"Noise":["\u30ce\u30a4\u30ba"],"Dots":["\u30c9\u30c3\u30c8"],"Dots 2":["\u30c9\u30c3\u30c82"],"Tilt":["\u50be\u659c"],"Curve":["\u30ab\u30fc\u30d6"],"Wave":["\u6ce2"],"Triangle":["\u4e09\u89d2"],"Triangle (Large)":["\u4e09\u89d2\uff08\u5927\uff09"],"Top divider":["\u4e0a\u306e\u4ed5\u5207\u308a"],"Level":["\u30ec\u30d9\u30eb"],"Position (Top \/ Bottom)":["\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Overlap divider on content":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u533a\u5207\u308a\u3092\u91cd\u306d\u308b"],"Bottom divider":["\u4e0b\u306e\u4ed5\u5207\u308a"],"Background text":["\u80cc\u666f\u30c6\u30ad\u30b9\u30c8"],"Size":["\u30b5\u30a4\u30ba"],"Line height":["\u884c\u306e\u9ad8\u3055"],"Outer":["\u5916\u67a0"],"Wrapper":["\u30e9\u30c3\u30d1\u30fc"],"Container":["\u30b3\u30f3\u30c6\u30ca\u30fc"],"Media settings":["\u30e1\u30c7\u30a3\u30a2\u8a2d\u5b9a"],"Main visual":["\u30e1\u30a4\u30f3\u30d3\u30b8\u30e5\u30a2\u30eb"],"Header image":["\u30d8\u30c3\u30c0\u30fc\u753b\u50cf"],"Parallax (Deprecated)":["\u30d1\u30e9\u30e9\u30c3\u30af\u30b9\uff08\u975e\u63a8\u5968\uff09"],"This setting is being retained for backwards compatibility and is not recommended for use. Its use may slow down the page display.":["\u3053\u306e\u8a2d\u5b9a\u306f\u4e0b\u4f4d\u4e92\u63db\u6027\u306e\u305f\u3081\u306b\u4fdd\u6301\u3055\u308c\u3066\u304a\u308a\u3001\u4f7f\u7528\u3059\u308b\u3053\u3068\u306f\u304a\u52e7\u3081\u3067\u304d\u307e\u305b\u3093\u3002\u4f7f\u7528\u3059\u308b\u3068\u30da\u30fc\u30b8\u306e\u8868\u793a\u901f\u5ea6\u3092\u9045\u304f\u3059\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002"],"Repeat images":["\u753b\u50cf\u3092\u7e70\u308a\u8fd4\u3059"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-5ec3fa13f42448aa71d99e3db61d1446.json b/languages/snow-monkey-blocks-ja-5ec3fa13f42448aa71d99e3db61d1446.json index 4ba28e3f..e7556d2e 100644 --- a/languages/snow-monkey-blocks-ja-5ec3fa13f42448aa71d99e3db61d1446.json +++ b/languages/snow-monkey-blocks-ja-5ec3fa13f42448aa71d99e3db61d1446.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/rss\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Layout":["\u30ec\u30a4\u30a2\u30a6\u30c8"],"Rich media":["\u30ea\u30c3\u30c1\u30e1\u30c7\u30a3\u30a2"],"Simple":["\u30b7\u30f3\u30d7\u30eb"],"Text 2":["\u30c6\u30ad\u30b9\u30c82"],"Panels":["\u30d1\u30cd\u30eb"],"Carousel (%1$s)":["\u30ab\u30eb\u30fc\u30bb\u30eb\uff08%1$s\uff09"],"Large image":["\u5927\u304d\u306a\u753b\u50cf"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Number of columns displayed on mobile device":["\u30e2\u30d0\u30a4\u30eb\u7aef\u672b\u6642\u306e\u8868\u793a\u30ab\u30e9\u30e0\u6570"],"1 column":["1\u30ab\u30e9\u30e0"],"2 columns":["2\u30ab\u30e9\u30e0"],"Number of posts":["\u8868\u793a\u3059\u308b\u6295\u7a3f\u6570"],"Title tag of each items":["\u5404\u9805\u76ee\u306e\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Text if no posts matched":["\u4e00\u81f4\u3059\u308b\u6295\u7a3f\u304c\u306a\u3044\u5834\u5408\u306e\u30c6\u30ad\u30b9\u30c8"],"Allow HTML":["HTML \u8a31\u53ef"],"The gap between each item":["\u5404\u9805\u76ee\u9593\u306e\u9593\u9694"],"Edit RSS URL":["RSS \u306e URL \u3092\u7de8\u96c6"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/rss\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Layout":["\u30ec\u30a4\u30a2\u30a6\u30c8"],"Rich media":["\u30ea\u30c3\u30c1\u30e1\u30c7\u30a3\u30a2"],"Simple":["\u30b7\u30f3\u30d7\u30eb"],"Text 2":["\u30c6\u30ad\u30b9\u30c82"],"Panels":["\u30d1\u30cd\u30eb"],"Carousel (%1$s)":["\u30ab\u30eb\u30fc\u30bb\u30eb\uff08%1$s\uff09"],"Large image":["\u5927\u304d\u306a\u753b\u50cf"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Number of columns displayed on mobile device":["\u30e2\u30d0\u30a4\u30eb\u7aef\u672b\u6642\u306e\u8868\u793a\u30ab\u30e9\u30e0\u6570"],"1 column":["1\u30ab\u30e9\u30e0"],"2 columns":["2\u30ab\u30e9\u30e0"],"The gap between each item":["\u5404\u9805\u76ee\u9593\u306e\u9593\u9694"],"Number of posts":["\u8868\u793a\u3059\u308b\u6295\u7a3f\u6570"],"Title tag of each items":["\u5404\u9805\u76ee\u306e\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Text if no posts matched":["\u4e00\u81f4\u3059\u308b\u6295\u7a3f\u304c\u306a\u3044\u5834\u5408\u306e\u30c6\u30ad\u30b9\u30c8"],"Allow HTML":["HTML \u8a31\u53ef"],"Edit RSS URL":["RSS \u306e URL \u3092\u7de8\u96c6"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-62900ed03c585951958ce7192a290de5.json b/languages/snow-monkey-blocks-ja-62900ed03c585951958ce7192a290de5.json index a14a0f83..207e8ad1 100644 --- a/languages/snow-monkey-blocks-ja-62900ed03c585951958ce7192a290de5.json +++ b/languages/snow-monkey-blocks-ja-62900ed03c585951958ce7192a290de5.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/media-text\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Border":["\u67a0\u7dda"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"S":["S"],"M":["M"],"L":["L"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Focal point picker":["\u7126\u70b9\u30d4\u30c3\u30ab\u30fc"],"25%":["25%"],"33%":["33%"],"50%":["50%"],"Gap":["\u9593\u9694"],"Media & sentence":["\u30e1\u30c7\u30a3\u30a2\u3068\u6587\u7ae0"],"None":["\u306a\u3057"],"Image column size":["\u753b\u50cf\u30ab\u30e9\u30e0\u306e\u30b5\u30a4\u30ba"],"66%":["66%"],"Crop image to fill entire column":["\u30ab\u30e9\u30e0\u5168\u4f53\u3092\u5857\u308a\u3064\u3076\u3059\u3088\u3046\u306b\u753b\u50cf\u3092\u5207\u308a\u629c\u304f"],"Sort by mobile":["\u30e2\u30d0\u30a4\u30eb\u306e\u4e26\u3073\u9806"],"Text > Image":["\u6587\u7ae0 \u2192 \u753b\u50cf"],"Image > Text":["\u753b\u50cf \u2192 \u6587\u7ae0"],"When to divide columns":["\u30ab\u30e9\u30e0\u5206\u5272\u3059\u308b\u30bf\u30a4\u30df\u30f3\u30b0"],"PC":["PC"],"Tablet":["\u30bf\u30d6\u30ec\u30c3\u30c8"],"Show media on left":["\u30e1\u30c7\u30a3\u30a2\u3092\u5de6\u306b\u8868\u793a"],"Show media on right":["\u30e1\u30c7\u30a3\u30a2\u3092\u53f3\u306b\u8868\u793a"],"Write caption\u2026":["\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/media-text\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Border":["\u67a0\u7dda"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Focal point picker":["\u7126\u70b9\u30d4\u30c3\u30ab\u30fc"],"25%":["25%"],"33%":["33%"],"50%":["50%"],"Media & sentence":["\u30e1\u30c7\u30a3\u30a2\u3068\u6587\u7ae0"],"Image column size":["\u753b\u50cf\u30ab\u30e9\u30e0\u306e\u30b5\u30a4\u30ba"],"66%":["66%"],"Crop image to fill entire column":["\u30ab\u30e9\u30e0\u5168\u4f53\u3092\u5857\u308a\u3064\u3076\u3059\u3088\u3046\u306b\u753b\u50cf\u3092\u5207\u308a\u629c\u304f"],"Sort by mobile":["\u30e2\u30d0\u30a4\u30eb\u306e\u4e26\u3073\u9806"],"Text > Image":["\u6587\u7ae0 \u2192 \u753b\u50cf"],"Image > Text":["\u753b\u50cf \u2192 \u6587\u7ae0"],"When to divide columns":["\u30ab\u30e9\u30e0\u5206\u5272\u3059\u308b\u30bf\u30a4\u30df\u30f3\u30b0"],"PC":["PC"],"Tablet":["\u30bf\u30d6\u30ec\u30c3\u30c8"],"Show media on left":["\u30e1\u30c7\u30a3\u30a2\u3092\u5de6\u306b\u8868\u793a"],"Show media on right":["\u30e1\u30c7\u30a3\u30a2\u3092\u53f3\u306b\u8868\u793a"],"Write caption\u2026":["\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-62f605735c6636ebc4f78463caab1402.json b/languages/snow-monkey-blocks-ja-62f605735c6636ebc4f78463caab1402.json index 8380e123..edb223b3 100644 --- a/languages/snow-monkey-blocks-ja-62f605735c6636ebc4f78463caab1402.json +++ b/languages/snow-monkey-blocks-ja-62f605735c6636ebc4f78463caab1402.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/accordion\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Display in open state":["\u958b\u3044\u305f\u72b6\u614b\u3067\u8868\u793a"],"Enter title here":["\u30bf\u30a4\u30c8\u30eb\u3092\u5165\u529b"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/accordion\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Display in open state":["\u958b\u3044\u305f\u72b6\u614b\u3067\u8868\u793a"],"Title background color":["\u30bf\u30a4\u30c8\u30eb\u306e\u80cc\u666f\u8272"],"Title text color":["\u30bf\u30a4\u30c8\u30eb\u306e\u6587\u5b57\u8272"],"Enter title here":["\u30bf\u30a4\u30c8\u30eb\u3092\u5165\u529b"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-67d1ab1dfde9f13d70fe9a52f2d89f2a.json b/languages/snow-monkey-blocks-ja-67d1ab1dfde9f13d70fe9a52f2d89f2a.json new file mode 100644 index 00000000..bbbf743e --- /dev/null +++ b/languages/snow-monkey-blocks-ja-67d1ab1dfde9f13d70fe9a52f2d89f2a.json @@ -0,0 +1 @@ +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/directory-structure\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Icon color":["\u30a2\u30a4\u30b3\u30f3\u306e\u8272"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-7524c0ab3da13d344f0710baafc584a7.json b/languages/snow-monkey-blocks-ja-7524c0ab3da13d344f0710baafc584a7.json index 6d70c2d7..6a2034b1 100644 --- a/languages/snow-monkey-blocks-ja-7524c0ab3da13d344f0710baafc584a7.json +++ b/languages/snow-monkey-blocks-ja-7524c0ab3da13d344f0710baafc584a7.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/items\/item\/block-link\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Button settings":["\u30dc\u30bf\u30f3\u8a2d\u5b9a"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Button":["\u30dc\u30bf\u30f3"],"Link":["\u30ea\u30f3\u30af"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"Display image":["\u753b\u50cf\u3092\u8868\u793a"],"Display button":["\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/items\/item\/block-link\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Button settings":["\u30dc\u30bf\u30f3\u8a2d\u5b9a"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Button":["\u30dc\u30bf\u30f3"],"Link":["\u30ea\u30f3\u30af"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"Display image":["\u753b\u50cf\u3092\u8868\u793a"],"Display button":["\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-7a1bc02da2b2b3ebd1669f80892c1ef2.json b/languages/snow-monkey-blocks-ja-7a1bc02da2b2b3ebd1669f80892c1ef2.json index 2eb70528..da3bcbba 100644 --- a/languages/snow-monkey-blocks-ja-7a1bc02da2b2b3ebd1669f80892c1ef2.json +++ b/languages/snow-monkey-blocks-ja-7a1bc02da2b2b3ebd1669f80892c1ef2.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/step\/item\/standard\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Color":["\u8272"],"Link":["\u30ea\u30f3\u30af"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Center":["\u4e2d\u592e"],"Image position":["\u753b\u50cf\u306e\u4f4d\u7f6e"],"Number color":["\u756a\u53f7\u306e\u8272"],"Link color":["\u30ea\u30f3\u30af\u8272"],"Left side":["\u5de6\u5074"],"Right side":["\u53f3\u5074"],"Link text":["\u30ea\u30f3\u30af\u30c6\u30ad\u30b9\u30c8"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/step\/item\/standard\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Color":["\u8272"],"Link":["\u30ea\u30f3\u30af"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Center":["\u4e2d\u592e"],"Image position":["\u753b\u50cf\u306e\u4f4d\u7f6e"],"Number color":["\u756a\u53f7\u306e\u8272"],"Link color":["\u30ea\u30f3\u30af\u8272"],"Left side":["\u5de6\u5074"],"Right side":["\u53f3\u5074"],"Link text":["\u30ea\u30f3\u30af\u30c6\u30ad\u30b9\u30c8"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-7cd4475ce7448e8433612cd01c9a7a65.json b/languages/snow-monkey-blocks-ja-7cd4475ce7448e8433612cd01c9a7a65.json index aa09cdea..95144a5f 100644 --- a/languages/snow-monkey-blocks-ja-7cd4475ce7448e8433612cd01c9a7a65.json +++ b/languages/snow-monkey-blocks-ja-7cd4475ce7448e8433612cd01c9a7a65.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/alert\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"circle-exclamation":["circle-exclamation"],"check":["check"],"check-circle":["check-circle"],"check-square":["check-square"],"hand-point-right":["hand-point-right"],"edit":["edit"],"lightbulb":["lightbulb"],"Type":["\u30bf\u30a4\u30d7"],"Normal alert":["\u30ce\u30fc\u30de\u30eb\u30a2\u30e9\u30fc\u30c8"],"Warning alert":["\u30ef\u30fc\u30cb\u30f3\u30b0\u30a2\u30e9\u30fc\u30c8"],"Success alert":["\u30b5\u30af\u30bb\u30b9\u30a2\u30e9\u30fc\u30c8"],"Remark alert":["\u30ea\u30de\u30fc\u30af\u30a2\u30e9\u30fc\u30c8"],"Icon":["\u30a2\u30a4\u30b3\u30f3"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/alert\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"circle-exclamation":["circle-exclamation"],"check":["check"],"check-circle":["check-circle"],"check-square":["check-square"],"hand-point-right":["hand-point-right"],"edit":["edit"],"lightbulb":["lightbulb"],"Type":["\u30bf\u30a4\u30d7"],"Normal alert":["\u30ce\u30fc\u30de\u30eb\u30a2\u30e9\u30fc\u30c8"],"Warning alert":["\u30ef\u30fc\u30cb\u30f3\u30b0\u30a2\u30e9\u30fc\u30c8"],"Success alert":["\u30b5\u30af\u30bb\u30b9\u30a2\u30e9\u30fc\u30c8"],"Remark alert":["\u30ea\u30de\u30fc\u30af\u30a2\u30e9\u30fc\u30c8"],"Icon":["\u30a2\u30a4\u30b3\u30f3"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-82d01c37ebe7ca3ec36e96bd114994c8.json b/languages/snow-monkey-blocks-ja-82d01c37ebe7ca3ec36e96bd114994c8.json index 398cfda4..ef8fd185 100644 --- a/languages/snow-monkey-blocks-ja-82d01c37ebe7ca3ec36e96bd114994c8.json +++ b/languages/snow-monkey-blocks-ja-82d01c37ebe7ca3ec36e96bd114994c8.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/evaluation-star\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Color":["\u8272"],"Numeric color":["\u6570\u5024\u306e\u8272"],"Icon color":["\u30a2\u30a4\u30b3\u30f3\u306e\u8272"],"Evaluation":["\u8a55\u4fa1"],"Five-grade evaluation":["5\u6bb5\u968e\u3067\u8a55\u4fa1\u3057\u3066\u304f\u3060\u3055\u3044"],"Title position":["\u30bf\u30a4\u30c8\u30eb\u306e\u4f4d\u7f6e"],"Position left":["\u5de6\u5074"],"Position right":["\u53f3\u5074"],"Show numeric":["\u6570\u5024\u3092\u8868\u793a"],"Numeric position":["\u6570\u5024\u306e\u4f4d\u7f6e"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/evaluation-star\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Numeric color":["\u6570\u5024\u306e\u8272"],"Icon color":["\u30a2\u30a4\u30b3\u30f3\u306e\u8272"],"Evaluation":["\u8a55\u4fa1"],"Five-grade evaluation":["5\u6bb5\u968e\u3067\u8a55\u4fa1\u3057\u3066\u304f\u3060\u3055\u3044"],"Title position":["\u30bf\u30a4\u30c8\u30eb\u306e\u4f4d\u7f6e"],"Position left":["\u5de6\u5074"],"Position right":["\u53f3\u5074"],"Show numeric":["\u6570\u5024\u3092\u8868\u793a"],"Numeric position":["\u6570\u5024\u306e\u4f4d\u7f6e"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-8504c8322dcc3bc7f80630afd466c809.json b/languages/snow-monkey-blocks-ja-8504c8322dcc3bc7f80630afd466c809.json index 15d7cf01..a7b32b9e 100644 --- a/languages/snow-monkey-blocks-ja-8504c8322dcc3bc7f80630afd466c809.json +++ b/languages/snow-monkey-blocks-ja-8504c8322dcc3bc7f80630afd466c809.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/items\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Border":["\u67a0\u7dda"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Glue each item together":["\u5404\u9805\u76ee\u3092\u304f\u3063\u3064\u3051\u308b"],"Align the bottom of the last element of each items":["\u5404\u9805\u76ee\u306e\u6700\u5f8c\u306e\u8981\u7d20\u3092\u4e0b\u306b\u63c3\u3048\u308b"],"Columns per row":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570"],"Columns per row (Large window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Columns per row (Medium window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Columns per row (Small window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Gap":["\u9593\u9694"],"Boundary line":["\u5883\u754c\u7dda"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/items\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Border":["\u67a0\u7dda"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Glue each item together":["\u5404\u9805\u76ee\u3092\u304f\u3063\u3064\u3051\u308b"],"Align the bottom of the last element of each items":["\u5404\u9805\u76ee\u306e\u6700\u5f8c\u306e\u8981\u7d20\u3092\u4e0b\u306b\u63c3\u3048\u308b"],"Columns per row":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570"],"Columns per row (Large window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30e9\u30fc\u30b8\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Columns per row (Medium window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30df\u30c7\u30a3\u30a2\u30e0\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Columns per row (Small window)":["\u884c\u3042\u305f\u308a\u306e\u30ab\u30e9\u30e0\u6570\uff08\u30b9\u30e2\u30fc\u30eb\u30a6\u30a4\u30f3\u30c9\u30a6\uff09"],"Gap":["\u9593\u9694"],"Boundary line":["\u5883\u754c\u7dda"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-87ebc5fb27e822d21fe772d8a3955d0b.json b/languages/snow-monkey-blocks-ja-87ebc5fb27e822d21fe772d8a3955d0b.json index 4facc63b..bd0b61c7 100644 --- a/languages/snow-monkey-blocks-ja-87ebc5fb27e822d21fe772d8a3955d0b.json +++ b/languages/snow-monkey-blocks-ja-87ebc5fb27e822d21fe772d8a3955d0b.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/testimonial\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"],"Write name\u2026":["\u540d\u524d\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/testimonial\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"],"Write name\u2026":["\u540d\u524d\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-8afe3a4cf380576fe94be2e1d03805d1.json b/languages/snow-monkey-blocks-ja-8afe3a4cf380576fe94be2e1d03805d1.json index 3348f582..3e718734 100644 --- a/languages/snow-monkey-blocks-ja-8afe3a4cf380576fe94be2e1d03805d1.json +++ b/languages/snow-monkey-blocks-ja-8afe3a4cf380576fe94be2e1d03805d1.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/directory-structure\/item\/file\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Icon":["\u30a2\u30a4\u30b3\u30f3"],"Icon color":["\u30a2\u30a4\u30b3\u30f3\u306e\u8272"],"file - Solid":["\u30d5\u30a1\u30a4\u30eb - Solid"],"file - Regular":["\u30d5\u30a1\u30a4\u30eb - Regular"],"Write file name\u2026":["\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/directory-structure\/item\/file\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Icon":["\u30a2\u30a4\u30b3\u30f3"],"Icon color":["\u30a2\u30a4\u30b3\u30f3\u306e\u8272"],"file - Solid":["\u30d5\u30a1\u30a4\u30eb - Solid"],"file - Regular":["\u30d5\u30a1\u30a4\u30eb - Regular"],"Write file name\u2026":["\u30d5\u30a1\u30a4\u30eb\u540d\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-93c4484b0349e543917a9d62bbe4d82b.json b/languages/snow-monkey-blocks-ja-93c4484b0349e543917a9d62bbe4d82b.json index ecdd9563..690b6881 100644 --- a/languages/snow-monkey-blocks-ja-93c4484b0349e543917a9d62bbe4d82b.json +++ b/languages/snow-monkey-blocks-ja-93c4484b0349e543917a9d62bbe4d82b.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/price-menu\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Write price\u2026":["\u4fa1\u683c\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/price-menu\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Title":["\u30bf\u30a4\u30c8\u30eb"],"Title font size":["\u30bf\u30a4\u30c8\u30eb\u306e\u6587\u5b57\u30b5\u30a4\u30ba"],"Price font size":["\u4fa1\u683c\u306e\u6587\u5b57\u30b5\u30a4\u30ba"],"Price":["\u4fa1\u683c"],"Write price\u2026":["\u4fa1\u683c\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-9616d35974b640fdaf88c9c07ea57bf9.json b/languages/snow-monkey-blocks-ja-9616d35974b640fdaf88c9c07ea57bf9.json index 4b8f9e2c..1e438435 100644 --- a/languages/snow-monkey-blocks-ja-9616d35974b640fdaf88c9c07ea57bf9.json +++ b/languages/snow-monkey-blocks-ja-9616d35974b640fdaf88c9c07ea57bf9.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/step\/item\/free\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Color":["\u8272"],"Number color":["\u756a\u53f7\u306e\u8272"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/step\/item\/free\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Title":["\u30bf\u30a4\u30c8\u30eb"],"Title font size":["\u30bf\u30a4\u30c8\u30eb\u306e\u6587\u5b57\u30b5\u30a4\u30ba"],"Number color":["\u756a\u53f7\u306e\u8272"],"Title color":["\u30bf\u30a4\u30c8\u30eb\u306e\u8272"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-974dacd3d736f38de07641e6e5927aaf.json b/languages/snow-monkey-blocks-ja-974dacd3d736f38de07641e6e5927aaf.json index 3ad70b47..eb4bfb91 100644 --- a/languages/snow-monkey-blocks-ja-974dacd3d736f38de07641e6e5927aaf.json +++ b/languages/snow-monkey-blocks-ja-974dacd3d736f38de07641e6e5927aaf.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/thumbnail-gallery\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"Prev\/Next arrows":["\u524d\/\u6b21\u306e\u77e2\u5370"],"Slide animation speed in milliseconds":["\u30b9\u30e9\u30a4\u30c9\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u901f\u5ea6\uff08\u30df\u30ea\u79d2\uff09"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/thumbnail-gallery\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"Prev\/Next arrows":["\u524d\/\u6b21\u306e\u77e2\u5370"],"Slide animation speed in milliseconds":["\u30b9\u30e9\u30a4\u30c9\u30a2\u30cb\u30e1\u30fc\u30b7\u30e7\u30f3\u901f\u5ea6\uff08\u30df\u30ea\u79d2\uff09"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-9ab0ea2e410ff425ffcf8638f6b2a005.json b/languages/snow-monkey-blocks-ja-9ab0ea2e410ff425ffcf8638f6b2a005.json index 988114f1..91c9e59b 100644 --- a/languages/snow-monkey-blocks-ja-9ab0ea2e410ff425ffcf8638f6b2a005.json +++ b/languages/snow-monkey-blocks-ja-9ab0ea2e410ff425ffcf8638f6b2a005.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/pricing-table\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Button settings":["\u30dc\u30bf\u30f3\u8a2d\u5b9a"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Button":["\u30dc\u30bf\u30f3"],"Link":["\u30ea\u30f3\u30af"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"Display image":["\u753b\u50cf\u3092\u8868\u793a"],"Display button":["\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Write price\u2026":["\u4fa1\u683c\u3092\u66f8\u304f\u2026"],"Write a description\u2026":["\u8aac\u660e\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/pricing-table\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Button settings":["\u30dc\u30bf\u30f3\u8a2d\u5b9a"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Button":["\u30dc\u30bf\u30f3"],"Link":["\u30ea\u30f3\u30af"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"Display image":["\u753b\u50cf\u3092\u8868\u793a"],"Display button":["\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Write price\u2026":["\u4fa1\u683c\u3092\u66f8\u304f\u2026"],"Write a description\u2026":["\u8aac\u660e\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-9e24b57c88f92a8f107ea4f103dfacd4.json b/languages/snow-monkey-blocks-ja-9e24b57c88f92a8f107ea4f103dfacd4.json index e61c6687..3fcd8bec 100644 --- a/languages/snow-monkey-blocks-ja-9e24b57c88f92a8f107ea4f103dfacd4.json +++ b/languages/snow-monkey-blocks-ja-9e24b57c88f92a8f107ea4f103dfacd4.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/pickup-slider\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Display in random order":["\u30e9\u30f3\u30c0\u30e0\u306a\u9806\u5e8f\u3067\u8868\u793a"],"Link type":["\u30ea\u30f3\u30af\u306e\u7a2e\u985e"],"Button link":["\u30dc\u30bf\u30f3\u30ea\u30f3\u30af"],"Overall link":["\u5168\u4f53\u30ea\u30f3\u30af"],"Maximum number of displays":["\u6700\u5927\u8868\u793a\u6570"],"If \"0\", all items are displayed.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u3059\u3079\u3066\u306e\u9805\u76ee\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002"],"Pickup slider":["\u30d4\u30c3\u30af\u30a2\u30c3\u30d7\u30b9\u30e9\u30a4\u30c0\u30fc"],"Posts with \"pickup\" tag are displayed as sliders.":["\u300cpickup\u300d\u30bf\u30b0\u304c\u4ed8\u4e0e\u3055\u308c\u305f\u8a18\u4e8b\u3092\u30b9\u30e9\u30a4\u30c0\u30fc\u3068\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/pickup-slider\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Display in random order":["\u30e9\u30f3\u30c0\u30e0\u306a\u9806\u5e8f\u3067\u8868\u793a"],"Link type":["\u30ea\u30f3\u30af\u306e\u7a2e\u985e"],"Button link":["\u30dc\u30bf\u30f3\u30ea\u30f3\u30af"],"Overall link":["\u5168\u4f53\u30ea\u30f3\u30af"],"Maximum number of displays":["\u6700\u5927\u8868\u793a\u6570"],"If \"0\", all items are displayed.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u3059\u3079\u3066\u306e\u9805\u76ee\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002"],"Pickup slider":["\u30d4\u30c3\u30af\u30a2\u30c3\u30d7\u30b9\u30e9\u30a4\u30c0\u30fc"],"Posts with \"pickup\" tag are displayed as sliders.":["\u300cpickup\u300d\u30bf\u30b0\u304c\u4ed8\u4e0e\u3055\u308c\u305f\u8a18\u4e8b\u3092\u30b9\u30e9\u30a4\u30c0\u30fc\u3068\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-a048e4ca73e2ad0d2cdec94146f90c49.json b/languages/snow-monkey-blocks-ja-a048e4ca73e2ad0d2cdec94146f90c49.json index 403089f2..ceb78568 100644 --- a/languages/snow-monkey-blocks-ja-a048e4ca73e2ad0d2cdec94146f90c49.json +++ b/languages/snow-monkey-blocks-ja-a048e4ca73e2ad0d2cdec94146f90c49.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/panels\/item\/horizontal\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Show avatar on right":["\u30a2\u30d0\u30bf\u30fc\u3092\u53f3\u306b\u8868\u793a"],"Color":["\u8272"],"Link":["\u30ea\u30f3\u30af"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"Display image":["\u753b\u50cf\u3092\u8868\u793a"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"],"Link settings":["\u30ea\u30f3\u30af\u8a2d\u5b9a"],"Display link":["\u30ea\u30f3\u30af\u3092\u8868\u793a"],"Image position":["\u753b\u50cf\u306e\u4f4d\u7f6e"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/panels\/item\/horizontal\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Show avatar on right":["\u30a2\u30d0\u30bf\u30fc\u3092\u53f3\u306b\u8868\u793a"],"Link":["\u30ea\u30f3\u30af"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"Display image":["\u753b\u50cf\u3092\u8868\u793a"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"],"Link settings":["\u30ea\u30f3\u30af\u8a2d\u5b9a"],"Display link":["\u30ea\u30f3\u30af\u3092\u8868\u793a"],"Image position":["\u753b\u50cf\u306e\u4f4d\u7f6e"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-a31bd3ef366031c0d11261f17c4072d7.json b/languages/snow-monkey-blocks-ja-a31bd3ef366031c0d11261f17c4072d7.json index c95f4250..55d0c50f 100644 --- a/languages/snow-monkey-blocks-ja-a31bd3ef366031c0d11261f17c4072d7.json +++ b/languages/snow-monkey-blocks-ja-a31bd3ef366031c0d11261f17c4072d7.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/btn\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Ghost":["\u30b4\u30fc\u30b9\u30c8"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Button":["\u30dc\u30bf\u30f3"],"Link":["\u30ea\u30f3\u30af"],"Unlink":["\u30ea\u30f3\u30af\u3092\u89e3\u9664"],"Text":["\u30c6\u30ad\u30b9\u30c8"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/btn\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Ghost":["\u30b4\u30fc\u30b9\u30c8"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Button":["\u30dc\u30bf\u30f3"],"Link":["\u30ea\u30f3\u30af"],"Unlink":["\u30ea\u30f3\u30af\u3092\u89e3\u9664"],"Text":["\u30c6\u30ad\u30b9\u30c8"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-ae32cb8682b61bf09cb6eac66a58593b.json b/languages/snow-monkey-blocks-ja-ae32cb8682b61bf09cb6eac66a58593b.json index 0b6753f8..ae98ba53 100644 --- a/languages/snow-monkey-blocks-ja-ae32cb8682b61bf09cb6eac66a58593b.json +++ b/languages/snow-monkey-blocks-ja-ae32cb8682b61bf09cb6eac66a58593b.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/section-side-heading\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Type":["\u30bf\u30a4\u30d7"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"S":["S"],"M":["M"],"L":["L"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"25%":["25%"],"33%":["33%"],"50%":["50%"],"Gap":["\u9593\u9694"],"None":["\u306a\u3057"],"Auto":["\u81ea\u52d5"],"Wrapper tag":["\u5927\u67a0\u306e\u30bf\u30b0"],"Height":["\u9ad8\u3055"],"Min height":["\u6700\u5c0f\u306e\u9ad8\u3055"],"Use preset":["\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u4f7f\u7528"],"Fit":["\u30d5\u30a3\u30c3\u30c8"],"Wide":["\u5e83\u3081"],"Full":["\u30d5\u30eb"],"Wide width":["\u5e45\u5e83"],"Full width":["\u5168\u5e45"],"Wide width (Only contents)":["\u5e45\u5e83\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Full width (Only contents)":["\u5168\u5e45\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Container alignment":["\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u914d\u7f6e"],"Remove container padding of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u90e8\u5206\u306e\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u4f59\u767d\u3092\u524a\u9664"],"Write subtitle\u2026":["\u30b5\u30d6\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Stripe":["\u30b9\u30c8\u30e9\u30a4\u30d7"],"Noise":["\u30ce\u30a4\u30ba"],"Dots":["\u30c9\u30c3\u30c8"],"Dots 2":["\u30c9\u30c3\u30c82"],"Tilt":["\u50be\u659c"],"Curve":["\u30ab\u30fc\u30d6"],"Wave":["\u6ce2"],"Triangle":["\u4e09\u89d2"],"Triangle (Large)":["\u4e09\u89d2\uff08\u5927\uff09"],"Background (Movable) ":["\u80cc\u666f\uff08\u79fb\u52d5\u53ef\u80fd\uff09"],"Background position (Left \/ Right)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u5de6 \/ \u53f3\uff09"],"Background Position (Top \/ Bottom)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Make sure the background doesn't overflow to the outside":["\u80cc\u666f\u304c\u5916\u5074\u306b\u306f\u307f\u51fa\u3055\u306a\u3044\u3088\u3046\u306b\u3059\u308b"],"Texture":["\u30c6\u30af\u30b9\u30c1\u30e3"],"Texture opacity":["\u30c6\u30af\u30b9\u30c1\u30e3\u306e\u4e0d\u900f\u660e\u5ea6"],"Background (Fixed) ":["\u80cc\u666f\uff08\u56fa\u5b9a\uff09"],"Top divider":["\u4e0a\u306e\u4ed5\u5207\u308a"],"Level":["\u30ec\u30d9\u30eb"],"Position (Top \/ Bottom)":["\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Overlap divider on content":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u533a\u5207\u308a\u3092\u91cd\u306d\u308b"],"Bottom divider":["\u4e0b\u306e\u4ed5\u5207\u308a"],"Outer":["\u5916\u67a0"],"Wrapper":["\u30e9\u30c3\u30d1\u30fc"],"Container":["\u30b3\u30f3\u30c6\u30ca\u30fc"],"Columns settings":["\u30ab\u30e9\u30e0\u8a2d\u5b9a"],"Heading column size":["\u898b\u51fa\u3057\u30ab\u30e9\u30e0\u306e\u30b5\u30a4\u30ba"],"Content column size":["\u30b3\u30f3\u30c6\u30f3\u30c4\u30ab\u30e9\u30e0\u306e\u30b5\u30a4\u30ba"],"Show heading on left":["\u898b\u51fa\u3057\u3092\u5de6\u306b\u8868\u793a"],"Show heading on right":["\u898b\u51fa\u3057\u3092\u53f3\u306b\u8868\u793a"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/section-side-heading\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Type":["\u30bf\u30a4\u30d7"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"25%":["25%"],"33%":["33%"],"50%":["50%"],"Gap":["\u9593\u9694"],"Auto":["\u81ea\u52d5"],"Wrapper tag":["\u5927\u67a0\u306e\u30bf\u30b0"],"Height":["\u9ad8\u3055"],"Min height":["\u6700\u5c0f\u306e\u9ad8\u3055"],"Use preset":["\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u4f7f\u7528"],"Fit":["\u30d5\u30a3\u30c3\u30c8"],"Wide":["\u5e83\u3081"],"Full":["\u30d5\u30eb"],"Wide width":["\u5e45\u5e83"],"Full width":["\u5168\u5e45"],"Wide width (Only contents)":["\u5e45\u5e83\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Full width (Only contents)":["\u5168\u5e45\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Container alignment":["\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u914d\u7f6e"],"Remove container padding of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u90e8\u5206\u306e\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u4f59\u767d\u3092\u524a\u9664"],"Write subtitle\u2026":["\u30b5\u30d6\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"None":["\u306a\u3057"],"Stripe":["\u30b9\u30c8\u30e9\u30a4\u30d7"],"Noise":["\u30ce\u30a4\u30ba"],"Dots":["\u30c9\u30c3\u30c8"],"Dots 2":["\u30c9\u30c3\u30c82"],"Tilt":["\u50be\u659c"],"Curve":["\u30ab\u30fc\u30d6"],"Wave":["\u6ce2"],"Triangle":["\u4e09\u89d2"],"Triangle (Large)":["\u4e09\u89d2\uff08\u5927\uff09"],"Background (Movable) ":["\u80cc\u666f\uff08\u79fb\u52d5\u53ef\u80fd\uff09"],"Background position (Left \/ Right)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u5de6 \/ \u53f3\uff09"],"Background Position (Top \/ Bottom)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Make sure the background doesn't overflow to the outside":["\u80cc\u666f\u304c\u5916\u5074\u306b\u306f\u307f\u51fa\u3055\u306a\u3044\u3088\u3046\u306b\u3059\u308b"],"Texture":["\u30c6\u30af\u30b9\u30c1\u30e3"],"Texture opacity":["\u30c6\u30af\u30b9\u30c1\u30e3\u306e\u4e0d\u900f\u660e\u5ea6"],"Background (Fixed) ":["\u80cc\u666f\uff08\u56fa\u5b9a\uff09"],"Top divider":["\u4e0a\u306e\u4ed5\u5207\u308a"],"Level":["\u30ec\u30d9\u30eb"],"Position (Top \/ Bottom)":["\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Overlap divider on content":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u533a\u5207\u308a\u3092\u91cd\u306d\u308b"],"Bottom divider":["\u4e0b\u306e\u4ed5\u5207\u308a"],"Outer":["\u5916\u67a0"],"Wrapper":["\u30e9\u30c3\u30d1\u30fc"],"Container":["\u30b3\u30f3\u30c6\u30ca\u30fc"],"S":["S"],"M":["M"],"L":["L"],"Columns settings":["\u30ab\u30e9\u30e0\u8a2d\u5b9a"],"Heading column size":["\u898b\u51fa\u3057\u30ab\u30e9\u30e0\u306e\u30b5\u30a4\u30ba"],"Content column size":["\u30b3\u30f3\u30c6\u30f3\u30c4\u30ab\u30e9\u30e0\u306e\u30b5\u30a4\u30ba"],"Show heading on left":["\u898b\u51fa\u3057\u3092\u5de6\u306b\u8868\u793a"],"Show heading on right":["\u898b\u51fa\u3057\u3092\u53f3\u306b\u8868\u793a"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-af71485ad475a302d0588e951499ddd8.json b/languages/snow-monkey-blocks-ja-af71485ad475a302d0588e951499ddd8.json index e96b4dfb..1c84aa10 100644 --- a/languages/snow-monkey-blocks-ja-af71485ad475a302d0588e951499ddd8.json +++ b/languages/snow-monkey-blocks-ja-af71485ad475a302d0588e951499ddd8.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/balloon\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Balloon settings":["\u5439\u304d\u51fa\u3057\u8a2d\u5b9a"],"Border":["\u67a0\u7dda"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Avatar settings":["\u30a2\u30d0\u30bf\u30fc\u8a2d\u5b9a"],"Show avatar":["\u30a2\u30d0\u30bf\u30fc\u3092\u8868\u793a"],"Avatar position":["\u30a2\u30d0\u30bf\u30fc\u306e\u4f4d\u7f6e"],"Left":["\u5de6"],"Right":["\u53f3"],"Show avatar on left":["\u30a2\u30d0\u30bf\u30fc\u3092\u5de6\u306b\u8868\u793a"],"Show avatar on right":["\u30a2\u30d0\u30bf\u30fc\u3092\u53f3\u306b\u8868\u793a"],"Name":["\u540d\u524d"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/balloon\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Balloon settings":["\u5439\u304d\u51fa\u3057\u8a2d\u5b9a"],"Border":["\u67a0\u7dda"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Avatar settings":["\u30a2\u30d0\u30bf\u30fc\u8a2d\u5b9a"],"Show avatar":["\u30a2\u30d0\u30bf\u30fc\u3092\u8868\u793a"],"Avatar position":["\u30a2\u30d0\u30bf\u30fc\u306e\u4f4d\u7f6e"],"Left":["\u5de6"],"Right":["\u53f3"],"Show avatar on left":["\u30a2\u30d0\u30bf\u30fc\u3092\u5de6\u306b\u8868\u793a"],"Show avatar on right":["\u30a2\u30d0\u30bf\u30fc\u3092\u53f3\u306b\u8868\u793a"],"Name":["\u540d\u524d"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-b1895914c9e406a0edece46cd1a65efb.json b/languages/snow-monkey-blocks-ja-b1895914c9e406a0edece46cd1a65efb.json index 8351f3b5..b8882551 100644 --- a/languages/snow-monkey-blocks-ja-b1895914c9e406a0edece46cd1a65efb.json +++ b/languages/snow-monkey-blocks-ja-b1895914c9e406a0edece46cd1a65efb.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/categories-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"articles":["\u8a18\u4e8b"],"Recent posts":["\u6700\u8fd1\u306e\u6295\u7a3f"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Categories list":["\u30ab\u30c6\u30b4\u30ea\u30fc\u4e00\u89a7"],"Loading setting data":["\u8a2d\u5b9a\u3092\u30ed\u30fc\u30c9\u4e2d"],"Categories list articles":["\u30ab\u30c6\u30b4\u30ea\u30fc\u30ea\u30b9\u30c8\u306e\u8a18\u4e8b\u6570"],"Exclusion categories settings":["\u9664\u5916\u30ab\u30c6\u30b4\u30ea\u30fc\u8a2d\u5b9a"],"Categories with a post count of 0 are not displayed even if they are not excluded":["\u6295\u7a3f\u6570\u304c0\u306e\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u9664\u5916\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3067\u3082\u8868\u793a\u3055\u308c\u307e\u305b\u3093"],"Display order settings":["\u8868\u793a\u9806\u306e\u8a2d\u5b9a"],"The display order you set is valid only on the actual contribution screen":["\u8a2d\u5b9a\u3057\u305f\u8868\u793a\u9806\u306f\u5b9f\u969b\u306e\u6295\u7a3f\u753b\u9762\u3067\u306e\u307f\u6709\u52b9\u3067\u3059"],"orderby":["\u4e26\u3079\u66ff\u3048\u306e\u57fa\u6e96"],"category id":["\u30ab\u30c6\u30b4\u30ea\u30fcID"],"category name":["\u30ab\u30c6\u30b4\u30ea\u30fc\u540d"],"category slug":["\u30ab\u30c6\u30b4\u30ea\u30fc\u30b9\u30e9\u30c3\u30b0"],"category post count":["\u8a18\u4e8b\u6570"],"term_group":["\u30bf\u30fc\u30e0\u30b0\u30eb\u30fc\u30d7"],"order":["\u4e26\u3079\u66ff\u3048\u306e\u7a2e\u5225"],"asc":["\u6607\u9806"],"desc":["\u964d\u9806"],"Only the actual contribution screen is displayed":["\u901a\u5e38\u306e\u6295\u7a3f\u753b\u9762\u306e\u307f\u8868\u793a\u3055\u308c\u307e\u3059"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/categories-list\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"articles":["\u8a18\u4e8b"],"Recent posts":["\u6700\u8fd1\u306e\u6295\u7a3f"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Categories list":["\u30ab\u30c6\u30b4\u30ea\u30fc\u4e00\u89a7"],"Loading setting data":["\u8a2d\u5b9a\u3092\u30ed\u30fc\u30c9\u4e2d"],"Only the actual contribution screen is displayed":["\u901a\u5e38\u306e\u6295\u7a3f\u753b\u9762\u306e\u307f\u8868\u793a\u3055\u308c\u307e\u3059"],"Categories list articles":["\u30ab\u30c6\u30b4\u30ea\u30fc\u30ea\u30b9\u30c8\u306e\u8a18\u4e8b\u6570"],"Exclusion categories settings":["\u9664\u5916\u30ab\u30c6\u30b4\u30ea\u30fc\u8a2d\u5b9a"],"Categories with a post count of 0 are not displayed even if they are not excluded":["\u6295\u7a3f\u6570\u304c0\u306e\u30ab\u30c6\u30b4\u30ea\u306f\u3001\u9664\u5916\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3067\u3082\u8868\u793a\u3055\u308c\u307e\u305b\u3093"],"Display order settings":["\u8868\u793a\u9806\u306e\u8a2d\u5b9a"],"The display order you set is valid only on the actual contribution screen":["\u8a2d\u5b9a\u3057\u305f\u8868\u793a\u9806\u306f\u5b9f\u969b\u306e\u6295\u7a3f\u753b\u9762\u3067\u306e\u307f\u6709\u52b9\u3067\u3059"],"orderby":["\u4e26\u3079\u66ff\u3048\u306e\u57fa\u6e96"],"category id":["\u30ab\u30c6\u30b4\u30ea\u30fcID"],"category name":["\u30ab\u30c6\u30b4\u30ea\u30fc\u540d"],"category slug":["\u30ab\u30c6\u30b4\u30ea\u30fc\u30b9\u30e9\u30c3\u30b0"],"category post count":["\u8a18\u4e8b\u6570"],"term_group":["\u30bf\u30fc\u30e0\u30b0\u30eb\u30fc\u30d7"],"order":["\u4e26\u3079\u66ff\u3048\u306e\u7a2e\u5225"],"asc":["\u6607\u9806"],"desc":["\u964d\u9806"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-b29ea0221cf87509497cb3d9dbe7c003.json b/languages/snow-monkey-blocks-ja-b29ea0221cf87509497cb3d9dbe7c003.json index 05b609e6..e4b8f984 100644 --- a/languages/snow-monkey-blocks-ja-b29ea0221cf87509497cb3d9dbe7c003.json +++ b/languages/snow-monkey-blocks-ja-b29ea0221cf87509497cb3d9dbe7c003.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/custom-field\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Custom field name":["\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9\u540d"],"Specify a custom field name.":["\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9\u540d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/custom-field\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Custom field name":["\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9\u540d"],"Specify a custom field name.":["\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9\u540d\u3092\u6307\u5b9a\u3057\u3066\u304f\u3060\u3055\u3044\u3002"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-b7a0ca3954ed236d0f6da9e359e2191a.json b/languages/snow-monkey-blocks-ja-b7a0ca3954ed236d0f6da9e359e2191a.json index d815d6e9..5ba5fae3 100644 --- a/languages/snow-monkey-blocks-ja-b7a0ca3954ed236d0f6da9e359e2191a.json +++ b/languages/snow-monkey-blocks-ja-b7a0ca3954ed236d0f6da9e359e2191a.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/thumbnail-gallery\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Write caption\u2026":["\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/thumbnail-gallery\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Write caption\u2026":["\u30ad\u30e3\u30d7\u30b7\u30e7\u30f3\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-b81213bea2790ec46515767a6c9bccf2.json b/languages/snow-monkey-blocks-ja-b81213bea2790ec46515767a6c9bccf2.json index b86e1422..6415b85b 100644 --- a/languages/snow-monkey-blocks-ja-b81213bea2790ec46515767a6c9bccf2.json +++ b/languages/snow-monkey-blocks-ja-b81213bea2790ec46515767a6c9bccf2.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/child-pages\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Title":["\u30bf\u30a4\u30c8\u30eb"],"Child pages":["\u3053\u306e\u30da\u30fc\u30b8\u306e\u5b50\u30da\u30fc\u30b8"],"Layout":["\u30ec\u30a4\u30a2\u30a6\u30c8"],"Rich media":["\u30ea\u30c3\u30c1\u30e1\u30c7\u30a3\u30a2"],"Simple":["\u30b7\u30f3\u30d7\u30eb"],"Text 2":["\u30c6\u30ad\u30b9\u30c82"],"Panels":["\u30d1\u30cd\u30eb"],"Carousel (%1$s)":["\u30ab\u30eb\u30fc\u30bb\u30eb\uff08%1$s\uff09"],"Large image":["\u5927\u304d\u306a\u753b\u50cf"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Images size":["\u753b\u50cf\u30b5\u30a4\u30ba"],"Number of columns displayed on mobile device":["\u30e2\u30d0\u30a4\u30eb\u7aef\u672b\u6642\u306e\u8868\u793a\u30ab\u30e9\u30e0\u6570"],"1 column":["1\u30ab\u30e9\u30e0"],"2 columns":["2\u30ab\u30e9\u30e0"],"Specify the parent page":["\u89aa\u30da\u30fc\u30b8\u3092\u6307\u5b9a\u3059\u308b"],"Search":["\u691c\u7d22"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/child-pages\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Title":["\u30bf\u30a4\u30c8\u30eb"],"Child pages":["\u3053\u306e\u30da\u30fc\u30b8\u306e\u5b50\u30da\u30fc\u30b8"],"Layout":["\u30ec\u30a4\u30a2\u30a6\u30c8"],"Rich media":["\u30ea\u30c3\u30c1\u30e1\u30c7\u30a3\u30a2"],"Simple":["\u30b7\u30f3\u30d7\u30eb"],"Text 2":["\u30c6\u30ad\u30b9\u30c82"],"Panels":["\u30d1\u30cd\u30eb"],"Carousel (%1$s)":["\u30ab\u30eb\u30fc\u30bb\u30eb\uff08%1$s\uff09"],"Large image":["\u5927\u304d\u306a\u753b\u50cf"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Images size":["\u753b\u50cf\u30b5\u30a4\u30ba"],"Number of columns displayed on mobile device":["\u30e2\u30d0\u30a4\u30eb\u7aef\u672b\u6642\u306e\u8868\u793a\u30ab\u30e9\u30e0\u6570"],"1 column":["1\u30ab\u30e9\u30e0"],"2 columns":["2\u30ab\u30e9\u30e0"],"Specify the parent page":["\u89aa\u30da\u30fc\u30b8\u3092\u6307\u5b9a\u3059\u308b"],"Search":["\u691c\u7d22"],"The gap between each item":["\u5404\u9805\u76ee\u9593\u306e\u9593\u9694"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-bac8180577ef7891b14dbb240744c13a.json b/languages/snow-monkey-blocks-ja-bac8180577ef7891b14dbb240744c13a.json index f2aedcbb..9b751736 100644 --- a/languages/snow-monkey-blocks-ja-bac8180577ef7891b14dbb240744c13a.json +++ b/languages/snow-monkey-blocks-ja-bac8180577ef7891b14dbb240744c13a.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/pricing-table\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"25%":["25%"],"33%":["33%"],"50%":["50%"],"Column size":["\u30ab\u30e9\u30e0\u30b5\u30a4\u30ba"],"If the text of each item is long, it is recommended to select other than \"Auto\".":["\u5404\u9805\u76ee\u306e\u30c6\u30ad\u30b9\u30c8\u304c\u9577\u3044\u5834\u5408\u306f\u300c\u81ea\u52d5\u300d\u4ee5\u5916\u3092\u9078\u629e\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002"],"Auto":["\u81ea\u52d5"],"100%":["100%"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/pricing-table\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"25%":["25%"],"33%":["33%"],"50%":["50%"],"Column size":["\u30ab\u30e9\u30e0\u30b5\u30a4\u30ba"],"If the text of each item is long, it is recommended to select other than \"Auto\".":["\u5404\u9805\u76ee\u306e\u30c6\u30ad\u30b9\u30c8\u304c\u9577\u3044\u5834\u5408\u306f\u300c\u81ea\u52d5\u300d\u4ee5\u5916\u3092\u9078\u629e\u3059\u308b\u3053\u3068\u3092\u304a\u52e7\u3081\u3057\u307e\u3059\u3002"],"Auto":["\u81ea\u52d5"],"100%":["100%"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-bef5393904ab999e34f7ac7e8d4f6043.json b/languages/snow-monkey-blocks-ja-bef5393904ab999e34f7ac7e8d4f6043.json index a8f9d0f7..a5116ba9 100644 --- a/languages/snow-monkey-blocks-ja-bef5393904ab999e34f7ac7e8d4f6043.json +++ b/languages/snow-monkey-blocks-ja-bef5393904ab999e34f7ac7e8d4f6043.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/section\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Type":["\u30bf\u30a4\u30d7"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Position":["\u4f4d\u7f6e"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"None":["\u306a\u3057"],"Wrapper tag":["\u5927\u67a0\u306e\u30bf\u30b0"],"Height":["\u9ad8\u3055"],"Min height":["\u6700\u5c0f\u306e\u9ad8\u3055"],"Use preset":["\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u4f7f\u7528"],"Fit":["\u30d5\u30a3\u30c3\u30c8"],"Wide":["\u5e83\u3081"],"Full":["\u30d5\u30eb"],"Wide width":["\u5e45\u5e83"],"Full width":["\u5168\u5e45"],"Wide width (Only contents)":["\u5e45\u5e83\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Full width (Only contents)":["\u5168\u5e45\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Container alignment":["\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u914d\u7f6e"],"Remove container padding of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u90e8\u5206\u306e\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u4f59\u767d\u3092\u524a\u9664"],"Write subtitle\u2026":["\u30b5\u30d6\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Stripe":["\u30b9\u30c8\u30e9\u30a4\u30d7"],"Noise":["\u30ce\u30a4\u30ba"],"Dots":["\u30c9\u30c3\u30c8"],"Dots 2":["\u30c9\u30c3\u30c82"],"Tilt":["\u50be\u659c"],"Curve":["\u30ab\u30fc\u30d6"],"Wave":["\u6ce2"],"Triangle":["\u4e09\u89d2"],"Triangle (Large)":["\u4e09\u89d2\uff08\u5927\uff09"],"Background (Movable) ":["\u80cc\u666f\uff08\u79fb\u52d5\u53ef\u80fd\uff09"],"Background position (Left \/ Right)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u5de6 \/ \u53f3\uff09"],"Background Position (Top \/ Bottom)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Make sure the background doesn't overflow to the outside":["\u80cc\u666f\u304c\u5916\u5074\u306b\u306f\u307f\u51fa\u3055\u306a\u3044\u3088\u3046\u306b\u3059\u308b"],"Texture":["\u30c6\u30af\u30b9\u30c1\u30e3"],"Texture opacity":["\u30c6\u30af\u30b9\u30c1\u30e3\u306e\u4e0d\u900f\u660e\u5ea6"],"Background (Fixed) ":["\u80cc\u666f\uff08\u56fa\u5b9a\uff09"],"Top divider":["\u4e0a\u306e\u4ed5\u5207\u308a"],"Level":["\u30ec\u30d9\u30eb"],"Position (Top \/ Bottom)":["\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Overlap divider on content":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u533a\u5207\u308a\u3092\u91cd\u306d\u308b"],"Bottom divider":["\u4e0b\u306e\u4ed5\u5207\u308a"],"Background text":["\u80cc\u666f\u30c6\u30ad\u30b9\u30c8"],"Size":["\u30b5\u30a4\u30ba"],"Line height":["\u884c\u306e\u9ad8\u3055"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/section\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Type":["\u30bf\u30a4\u30d7"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Position":["\u4f4d\u7f6e"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"Wrapper tag":["\u5927\u67a0\u306e\u30bf\u30b0"],"Height":["\u9ad8\u3055"],"Min height":["\u6700\u5c0f\u306e\u9ad8\u3055"],"Use preset":["\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u4f7f\u7528"],"Fit":["\u30d5\u30a3\u30c3\u30c8"],"Wide":["\u5e83\u3081"],"Full":["\u30d5\u30eb"],"Wide width":["\u5e45\u5e83"],"Full width":["\u5168\u5e45"],"Wide width (Only contents)":["\u5e45\u5e83\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Full width (Only contents)":["\u5168\u5e45\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Container alignment":["\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u914d\u7f6e"],"Remove container padding of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u90e8\u5206\u306e\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u4f59\u767d\u3092\u524a\u9664"],"Write subtitle\u2026":["\u30b5\u30d6\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"None":["\u306a\u3057"],"Stripe":["\u30b9\u30c8\u30e9\u30a4\u30d7"],"Noise":["\u30ce\u30a4\u30ba"],"Dots":["\u30c9\u30c3\u30c8"],"Dots 2":["\u30c9\u30c3\u30c82"],"Tilt":["\u50be\u659c"],"Curve":["\u30ab\u30fc\u30d6"],"Wave":["\u6ce2"],"Triangle":["\u4e09\u89d2"],"Triangle (Large)":["\u4e09\u89d2\uff08\u5927\uff09"],"Background (Movable) ":["\u80cc\u666f\uff08\u79fb\u52d5\u53ef\u80fd\uff09"],"Background position (Left \/ Right)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u5de6 \/ \u53f3\uff09"],"Background Position (Top \/ Bottom)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Make sure the background doesn't overflow to the outside":["\u80cc\u666f\u304c\u5916\u5074\u306b\u306f\u307f\u51fa\u3055\u306a\u3044\u3088\u3046\u306b\u3059\u308b"],"Texture":["\u30c6\u30af\u30b9\u30c1\u30e3"],"Texture opacity":["\u30c6\u30af\u30b9\u30c1\u30e3\u306e\u4e0d\u900f\u660e\u5ea6"],"Background (Fixed) ":["\u80cc\u666f\uff08\u56fa\u5b9a\uff09"],"Top divider":["\u4e0a\u306e\u4ed5\u5207\u308a"],"Level":["\u30ec\u30d9\u30eb"],"Position (Top \/ Bottom)":["\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Overlap divider on content":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u533a\u5207\u308a\u3092\u91cd\u306d\u308b"],"Bottom divider":["\u4e0b\u306e\u4ed5\u5207\u308a"],"Background text":["\u80cc\u666f\u30c6\u30ad\u30b9\u30c8"],"Size":["\u30b5\u30a4\u30ba"],"Line height":["\u884c\u306e\u9ad8\u3055"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-c2c862dcc0a81c984b228ab6eaac6cf9.json b/languages/snow-monkey-blocks-ja-c2c862dcc0a81c984b228ab6eaac6cf9.json index 792fe7ab..05bb1636 100644 --- a/languages/snow-monkey-blocks-ja-c2c862dcc0a81c984b228ab6eaac6cf9.json +++ b/languages/snow-monkey-blocks-ja-c2c862dcc0a81c984b228ab6eaac6cf9.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/items\/item\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Color":["\u8272"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Button":["\u30dc\u30bf\u30f3"],"Link":["\u30ea\u30f3\u30af"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"],"Block link":["\u30d6\u30ed\u30c3\u30af\u30ea\u30f3\u30af"],"Link is made not only to the button but to the whole block.":["\u30dc\u30bf\u30f3\u3060\u3051\u3067\u306a\u304f\u30d6\u30ed\u30c3\u30af\u5168\u4f53\u306b\u30ea\u30f3\u30af\u3092\u5f35\u308a\u307e\u3059\u3002"],"Background color of button":["\u30dc\u30bf\u30f3\u306e\u80cc\u666f\u8272"],"Text color of button":["\u30dc\u30bf\u30f3\u306e\u6587\u5b57\u8272"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/items\/item\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Color":["\u8272"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Button":["\u30dc\u30bf\u30f3"],"Link":["\u30ea\u30f3\u30af"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"],"Block link":["\u30d6\u30ed\u30c3\u30af\u30ea\u30f3\u30af"],"Link is made not only to the button but to the whole block.":["\u30dc\u30bf\u30f3\u3060\u3051\u3067\u306a\u304f\u30d6\u30ed\u30c3\u30af\u5168\u4f53\u306b\u30ea\u30f3\u30af\u3092\u5f35\u308a\u307e\u3059\u3002"],"Background color of button":["\u30dc\u30bf\u30f3\u306e\u80cc\u666f\u8272"],"Text color of button":["\u30dc\u30bf\u30f3\u306e\u6587\u5b57\u8272"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-c448137ee5f1643cbc6e64d9053deafd.json b/languages/snow-monkey-blocks-ja-c448137ee5f1643cbc6e64d9053deafd.json index e75c72cf..7580ffad 100644 --- a/languages/snow-monkey-blocks-ja-c448137ee5f1643cbc6e64d9053deafd.json +++ b/languages/snow-monkey-blocks-ja-c448137ee5f1643cbc6e64d9053deafd.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/spider-pickup-slider\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Maximum number of displays":["\u6700\u5927\u8868\u793a\u6570"],"If \"0\", all items are displayed.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u3059\u3079\u3066\u306e\u9805\u76ee\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002"],"Pickup slider":["\u30d4\u30c3\u30af\u30a2\u30c3\u30d7\u30b9\u30e9\u30a4\u30c0\u30fc"],"Posts with \"pickup\" tag are displayed as sliders.":["\u300cpickup\u300d\u30bf\u30b0\u304c\u4ed8\u4e0e\u3055\u308c\u305f\u8a18\u4e8b\u3092\u30b9\u30e9\u30a4\u30c0\u30fc\u3068\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002"],"Carousel":["\u30ab\u30eb\u30fc\u30bb\u30eb"],"Fade":["\u30d5\u30a7\u30fc\u30c9"],"Shuffle slides":["\u30b9\u30e9\u30a4\u30c9\u3092\u30b7\u30e3\u30c3\u30d5\u30eb"],"Slider":["\u30b9\u30e9\u30a4\u30c0\u30fc"],"Change dots to thumbnails":["\u30c9\u30c3\u30c8\u3092\u30b5\u30e0\u30cd\u30a4\u30eb\u306b\u5909\u66f4"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/spider-pickup-slider\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Maximum number of displays":["\u6700\u5927\u8868\u793a\u6570"],"If \"0\", all items are displayed.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u3059\u3079\u3066\u306e\u9805\u76ee\u304c\u8868\u793a\u3055\u308c\u307e\u3059\u3002"],"Pickup slider":["\u30d4\u30c3\u30af\u30a2\u30c3\u30d7\u30b9\u30e9\u30a4\u30c0\u30fc"],"Posts with \"pickup\" tag are displayed as sliders.":["\u300cpickup\u300d\u30bf\u30b0\u304c\u4ed8\u4e0e\u3055\u308c\u305f\u8a18\u4e8b\u3092\u30b9\u30e9\u30a4\u30c0\u30fc\u3068\u3057\u3066\u8868\u793a\u3057\u307e\u3059\u3002"],"Carousel":["\u30ab\u30eb\u30fc\u30bb\u30eb"],"Fade":["\u30d5\u30a7\u30fc\u30c9"],"Shuffle slides":["\u30b9\u30e9\u30a4\u30c9\u3092\u30b7\u30e3\u30c3\u30d5\u30eb"],"Slider":["\u30b9\u30e9\u30a4\u30c0\u30fc"],"Change dots to thumbnails":["\u30c9\u30c3\u30c8\u3092\u30b5\u30e0\u30cd\u30a4\u30eb\u306b\u5909\u66f4"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-c5c48e2f9385932dcc72b12e8af7a2e3.json b/languages/snow-monkey-blocks-ja-c5c48e2f9385932dcc72b12e8af7a2e3.json index c14c5e4c..168dd1b6 100644 --- a/languages/snow-monkey-blocks-ja-c5c48e2f9385932dcc72b12e8af7a2e3.json +++ b/languages/snow-monkey-blocks-ja-c5c48e2f9385932dcc72b12e8af7a2e3.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/box\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Border":["\u67a0\u7dda"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Blur":["\u307c\u304b\u3057"],"Spread":["\u30b9\u30d7\u30ec\u30c3\u30c9"],"Position":["\u4f4d\u7f6e"],"Outline":["\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3"],"Inset":["\u30a4\u30f3\u30bb\u30c3\u30c8"],"Box Shadow":["\u30dc\u30c3\u30af\u30b9\u30b7\u30e3\u30c9\u30a6"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Background":["\u80cc\u666f"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"S":["S"],"M":["M"],"L":["L"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/box\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Border":["\u67a0\u7dda"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Blur":["\u307c\u304b\u3057"],"Spread":["\u30b9\u30d7\u30ec\u30c3\u30c9"],"Position":["\u4f4d\u7f6e"],"Outline":["\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3"],"Inset":["\u30a4\u30f3\u30bb\u30c3\u30c8"],"Box Shadow":["\u30dc\u30c3\u30af\u30b9\u30b7\u30e3\u30c9\u30a6"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Background":["\u80cc\u666f"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-c63ee0bae942f67d4fa54f32663fa54e.json b/languages/snow-monkey-blocks-ja-c63ee0bae942f67d4fa54f32663fa54e.json index 4b735500..2b805dbb 100644 --- a/languages/snow-monkey-blocks-ja-c63ee0bae942f67d4fa54f32663fa54e.json +++ b/languages/snow-monkey-blocks-ja-c63ee0bae942f67d4fa54f32663fa54e.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/items\/item\/standard\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Button settings":["\u30dc\u30bf\u30f3\u8a2d\u5b9a"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Button":["\u30dc\u30bf\u30f3"],"Link":["\u30ea\u30f3\u30af"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"Display image":["\u753b\u50cf\u3092\u8868\u793a"],"Display button":["\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/items\/item\/standard\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Button settings":["\u30dc\u30bf\u30f3\u8a2d\u5b9a"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Button":["\u30dc\u30bf\u30f3"],"Link":["\u30ea\u30f3\u30af"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"Display image":["\u753b\u50cf\u3092\u8868\u793a"],"Display button":["\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-c6780e738a0509d5bbf51e36350dd012.json b/languages/snow-monkey-blocks-ja-c6780e738a0509d5bbf51e36350dd012.json index 886d0741..268d1ffa 100644 --- a/languages/snow-monkey-blocks-ja-c6780e738a0509d5bbf51e36350dd012.json +++ b/languages/snow-monkey-blocks-ja-c6780e738a0509d5bbf51e36350dd012.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/container\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"Remove left and right spaces":["\u5de6\u53f3\u306e\u30b9\u30da\u30fc\u30b9\u3092\u524a\u9664"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/container\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"Remove left and right spaces":["\u5de6\u53f3\u306e\u30b9\u30da\u30fc\u30b9\u3092\u524a\u9664"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-c690f2db76d6d6da0bc897be0a342cbc.json b/languages/snow-monkey-blocks-ja-c690f2db76d6d6da0bc897be0a342cbc.json index effbe1e0..737abdb0 100644 --- a/languages/snow-monkey-blocks-ja-c690f2db76d6d6da0bc897be0a342cbc.json +++ b/languages/snow-monkey-blocks-ja-c690f2db76d6d6da0bc897be0a342cbc.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/panels\/item\/vertical\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Link":["\u30ea\u30f3\u30af"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"Display image":["\u753b\u50cf\u3092\u8868\u793a"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"],"Link settings":["\u30ea\u30f3\u30af\u8a2d\u5b9a"],"Display link":["\u30ea\u30f3\u30af\u3092\u8868\u793a"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/panels\/item\/vertical\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Link":["\u30ea\u30f3\u30af"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Image settings":["\u753b\u50cf\u8a2d\u5b9a"],"Display image":["\u753b\u50cf\u3092\u8868\u793a"],"Write content\u2026":["\u5185\u5bb9\u3092\u66f8\u304f\u2026"],"Link settings":["\u30ea\u30f3\u30af\u8a2d\u5b9a"],"Display link":["\u30ea\u30f3\u30af\u3092\u8868\u793a"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-cdb43584a525e36059ebaf33559de973.json b/languages/snow-monkey-blocks-ja-cdb43584a525e36059ebaf33559de973.json index bef95880..fe434062 100644 --- a/languages/snow-monkey-blocks-ja-cdb43584a525e36059ebaf33559de973.json +++ b/languages/snow-monkey-blocks-ja-cdb43584a525e36059ebaf33559de973.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/read-more-box\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Ghost":["\u30b4\u30fc\u30b9\u30c8"],"Button settings":["\u30dc\u30bf\u30f3\u8a2d\u5b9a"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Read more":["\u7d9a\u304d\u3092\u8aad\u3080"],"Close":["\u9589\u3058\u308b"],"Label":["\u30e9\u30d9\u30eb"],"Label (for Close)":["\u30e9\u30d9\u30eb\uff08\u9589\u3058\u3066\u3044\u308b\u3068\u304d\u7528\uff09"],"Button justification":["\u30dc\u30bf\u30f3\u306e\u914d\u7f6e"],"Height of contents when closed":["\u9589\u3058\u3066\u3044\u308b\u3068\u304d\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u9ad8\u3055"],"Masks the lower part when closed":["\u9589\u3058\u3066\u3044\u308b\u3068\u304d\u4e0b\u90e8\u3092\u30de\u30b9\u30af\u3059\u308b"],"Mask Color":["\u30de\u30b9\u30af\u306e\u8272"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/read-more-box\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Ghost":["\u30b4\u30fc\u30b9\u30c8"],"Button settings":["\u30dc\u30bf\u30f3\u8a2d\u5b9a"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Read more":["\u7d9a\u304d\u3092\u8aad\u3080"],"Close":["\u9589\u3058\u308b"],"Label":["\u30e9\u30d9\u30eb"],"Label (for Close)":["\u30e9\u30d9\u30eb\uff08\u9589\u3058\u3066\u3044\u308b\u3068\u304d\u7528\uff09"],"Button justification":["\u30dc\u30bf\u30f3\u306e\u914d\u7f6e"],"Height of contents when closed":["\u9589\u3058\u3066\u3044\u308b\u3068\u304d\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u9ad8\u3055"],"Masks the lower part when closed":["\u9589\u3058\u3066\u3044\u308b\u3068\u304d\u4e0b\u90e8\u3092\u30de\u30b9\u30af\u3059\u308b"],"Mask Color":["\u30de\u30b9\u30af\u306e\u8272"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-cf1ac893a41083bd820de5e762851a64.json b/languages/snow-monkey-blocks-ja-cf1ac893a41083bd820de5e762851a64.json index 83eb8a4f..9e1aa984 100644 --- a/languages/snow-monkey-blocks-ja-cf1ac893a41083bd820de5e762851a64.json +++ b/languages/snow-monkey-blocks-ja-cf1ac893a41083bd820de5e762851a64.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/taxonomy-terms\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"orderby":["\u4e26\u3079\u66ff\u3048\u306e\u57fa\u6e96"],"order":["\u4e26\u3079\u66ff\u3048\u306e\u7a2e\u5225"],"asc":["\u6607\u9806"],"desc":["\u964d\u9806"],"Taxonomy":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc"],"Loading taxonomies\u2026":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059\u2026"],"Categories":["\u30ab\u30c6\u30b4\u30ea\u30fc"],"Tags":["\u30bf\u30b0"],"Taxonomies":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc"],"Category id":["\u30ab\u30c6\u30b4\u30ea\u30fcID"],"Category name":["\u30ab\u30c6\u30b4\u30ea\u30fc\u540d"],"Category slug":["\u30ab\u30c6\u30b4\u30ea\u30fc\u30b9\u30e9\u30c3\u30b0"],"Category post count":["\u8a18\u4e8b\u6570"],"Category description":["\u30ab\u30c6\u30b4\u30ea\u30fc\u306e\u8aac\u660e"],"Tag":["\u30bf\u30b0"],"Slash":["\u30b9\u30e9\u30c3\u30b7\u30e5"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/taxonomy-terms\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"orderby":["\u4e26\u3079\u66ff\u3048\u306e\u57fa\u6e96"],"order":["\u4e26\u3079\u66ff\u3048\u306e\u7a2e\u5225"],"asc":["\u6607\u9806"],"desc":["\u964d\u9806"],"Taxonomy":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc"],"Loading taxonomies\u2026":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059\u2026"],"Categories":["\u30ab\u30c6\u30b4\u30ea\u30fc"],"Tags":["\u30bf\u30b0"],"Taxonomies":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc"],"Category id":["\u30ab\u30c6\u30b4\u30ea\u30fcID"],"Category name":["\u30ab\u30c6\u30b4\u30ea\u30fc\u540d"],"Category slug":["\u30ab\u30c6\u30b4\u30ea\u30fc\u30b9\u30e9\u30c3\u30b0"],"Category post count":["\u8a18\u4e8b\u6570"],"Category description":["\u30ab\u30c6\u30b4\u30ea\u30fc\u306e\u8aac\u660e"],"Tag":["\u30bf\u30b0"],"Slash":["\u30b9\u30e9\u30c3\u30b7\u30e5"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-dfd6b8992ea1f21a03e4f92ae75596fa.json b/languages/snow-monkey-blocks-ja-dfd6b8992ea1f21a03e4f92ae75596fa.json index 05a8e263..5ed71b67 100644 --- a/languages/snow-monkey-blocks-ja-dfd6b8992ea1f21a03e4f92ae75596fa.json +++ b/languages/snow-monkey-blocks-ja-dfd6b8992ea1f21a03e4f92ae75596fa.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/taxonomy-posts\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Recent posts":["\u6700\u8fd1\u306e\u6295\u7a3f"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Layout":["\u30ec\u30a4\u30a2\u30a6\u30c8"],"Rich media":["\u30ea\u30c3\u30c1\u30e1\u30c7\u30a3\u30a2"],"Simple":["\u30b7\u30f3\u30d7\u30eb"],"Text 2":["\u30c6\u30ad\u30b9\u30c82"],"Panels":["\u30d1\u30cd\u30eb"],"Carousel (%1$s)":["\u30ab\u30eb\u30fc\u30bb\u30eb\uff08%1$s\uff09"],"Large image":["\u5927\u304d\u306a\u753b\u50cf"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Number of columns displayed on mobile device":["\u30e2\u30d0\u30a4\u30eb\u7aef\u672b\u6642\u306e\u8868\u793a\u30ab\u30e9\u30e0\u6570"],"1 column":["1\u30ab\u30e9\u30e0"],"2 columns":["2\u30ab\u30e9\u30e0"],"Posts list":["\u6295\u7a3f\u30ea\u30b9\u30c8"],"Latest posts":["\u6700\u65b0\u306e\u6295\u7a3f"],"Taxonomy":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc"],"Loading taxonomies\u2026":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059\u2026"],"Number of posts":["\u8868\u793a\u3059\u308b\u6295\u7a3f\u6570"],"Title tag of each items":["\u5404\u9805\u76ee\u306e\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Images size of each items":["\u5404\u9805\u76ee\u306e\u753b\u50cf\u30b5\u30a4\u30ba"],"Force display meta of each items":["\u5404\u9805\u76ee\u306e\u30e1\u30bf\u60c5\u5831\u3092\u5f37\u5236\u7684\u306b\u8868\u793a\u3059\u308b"],"If it's already displayed, this setting will be ignored.":["\u3059\u3067\u306b\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u3053\u306e\u8a2d\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002"],"Display author of each items":["\u5404\u9805\u76ee\u306e\u8457\u8005\u3092\u8868\u793a\u3059\u308b"],"Display published date of each items":["\u5404\u9805\u76ee\u306e\u516c\u958b\u65e5\u3092\u8868\u793a\u3059\u308b"],"Force display category label of each items":["\u5404\u9805\u76ee\u306e\u30ab\u30c6\u30b4\u30ea\u30fc\u30e9\u30d9\u30eb\u3092\u5f37\u5236\u7684\u306b\u8868\u793a\u3059\u308b"],"Display excerpt of each items":["\u5404\u9805\u76ee\u306e\u629c\u7c8b\u3092\u8868\u793a\u3059\u308b"],"Ignore sticky posts":["\u5148\u982d\u56fa\u5b9a\u8868\u793a\u3092\u9664\u5916\u3059\u308b"],"Text if no posts matched":["\u4e00\u81f4\u3059\u308b\u6295\u7a3f\u304c\u306a\u3044\u5834\u5408\u306e\u30c6\u30ad\u30b9\u30c8"],"Allow HTML":["HTML \u8a31\u53ef"],"The gap between each item":["\u5404\u9805\u76ee\u9593\u306e\u9593\u9694"],"Default (Taxonomy selected in this block)":["\u30c7\u30d5\u30a9\u30eb\u30c8\uff08\u3053\u306e\u30d6\u30ed\u30c3\u30af\u3067\u9078\u629e\u3055\u308c\u305f\u30bf\u30af\u30bd\u30ce\u30df\u30fc\uff09"],"Taxonomy to use for the category label":["\u30ab\u30c6\u30b4\u30ea\u30fc\u30e9\u30d9\u30eb\u306b\u4f7f\u7528\u3059\u308b\u30bf\u30af\u30bd\u30ce\u30df\u30fc"],"If no category labels are displayed, this setting will be ignored.":["\u30ab\u30c6\u30b4\u30ea\u30fc\u30e9\u30d9\u30eb\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u3053\u306e\u8a2d\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002"],"Taxonomy posts":["\u4efb\u610f\u306e\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306e\u6295\u7a3f"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/taxonomy-posts\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Recent posts":["\u6700\u8fd1\u306e\u6295\u7a3f"],"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Layout":["\u30ec\u30a4\u30a2\u30a6\u30c8"],"Rich media":["\u30ea\u30c3\u30c1\u30e1\u30c7\u30a3\u30a2"],"Simple":["\u30b7\u30f3\u30d7\u30eb"],"Text 2":["\u30c6\u30ad\u30b9\u30c82"],"Panels":["\u30d1\u30cd\u30eb"],"Carousel (%1$s)":["\u30ab\u30eb\u30fc\u30bb\u30eb\uff08%1$s\uff09"],"Large image":["\u5927\u304d\u306a\u753b\u50cf"],"Display arrows":["\u77e2\u5370\u3092\u8868\u793a"],"Display dots":["\u30c9\u30c3\u30c8\u3092\u8868\u793a"],"Autoplay Speed in seconds":["\u81ea\u52d5\u518d\u751f\u306e\u9593\u9694\uff08\u79d2\uff09"],"If \"0\", no scroll.":["\u300c0\u300d\u306e\u5834\u5408\u3001\u30b9\u30af\u30ed\u30fc\u30eb\u3057\u307e\u305b\u3093\u3002"],"Display pause button for autoplay":["\u81ea\u52d5\u518d\u751f\u306e\u4e00\u6642\u505c\u6b62\u30dc\u30bf\u30f3\u3092\u8868\u793a"],"Number of columns displayed on mobile device":["\u30e2\u30d0\u30a4\u30eb\u7aef\u672b\u6642\u306e\u8868\u793a\u30ab\u30e9\u30e0\u6570"],"1 column":["1\u30ab\u30e9\u30e0"],"2 columns":["2\u30ab\u30e9\u30e0"],"The gap between each item":["\u5404\u9805\u76ee\u9593\u306e\u9593\u9694"],"Posts list":["\u6295\u7a3f\u30ea\u30b9\u30c8"],"Latest posts":["\u6700\u65b0\u306e\u6295\u7a3f"],"Taxonomy":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc"],"Loading taxonomies\u2026":["\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u3092\u8aad\u307f\u8fbc\u3093\u3067\u3044\u307e\u3059\u2026"],"Number of posts":["\u8868\u793a\u3059\u308b\u6295\u7a3f\u6570"],"Title tag of each items":["\u5404\u9805\u76ee\u306e\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Images size of each items":["\u5404\u9805\u76ee\u306e\u753b\u50cf\u30b5\u30a4\u30ba"],"Force display meta of each items":["\u5404\u9805\u76ee\u306e\u30e1\u30bf\u60c5\u5831\u3092\u5f37\u5236\u7684\u306b\u8868\u793a\u3059\u308b"],"If it's already displayed, this setting will be ignored.":["\u3059\u3067\u306b\u8868\u793a\u3055\u308c\u3066\u3044\u308b\u5834\u5408\u3001\u3053\u306e\u8a2d\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002"],"Display author of each items":["\u5404\u9805\u76ee\u306e\u8457\u8005\u3092\u8868\u793a\u3059\u308b"],"Display published date of each items":["\u5404\u9805\u76ee\u306e\u516c\u958b\u65e5\u3092\u8868\u793a\u3059\u308b"],"Force display category label of each items":["\u5404\u9805\u76ee\u306e\u30ab\u30c6\u30b4\u30ea\u30fc\u30e9\u30d9\u30eb\u3092\u5f37\u5236\u7684\u306b\u8868\u793a\u3059\u308b"],"Display excerpt of each items":["\u5404\u9805\u76ee\u306e\u629c\u7c8b\u3092\u8868\u793a\u3059\u308b"],"Ignore sticky posts":["\u5148\u982d\u56fa\u5b9a\u8868\u793a\u3092\u9664\u5916\u3059\u308b"],"Text if no posts matched":["\u4e00\u81f4\u3059\u308b\u6295\u7a3f\u304c\u306a\u3044\u5834\u5408\u306e\u30c6\u30ad\u30b9\u30c8"],"Allow HTML":["HTML \u8a31\u53ef"],"Default (Taxonomy selected in this block)":["\u30c7\u30d5\u30a9\u30eb\u30c8\uff08\u3053\u306e\u30d6\u30ed\u30c3\u30af\u3067\u9078\u629e\u3055\u308c\u305f\u30bf\u30af\u30bd\u30ce\u30df\u30fc\uff09"],"Taxonomy to use for the category label":["\u30ab\u30c6\u30b4\u30ea\u30fc\u30e9\u30d9\u30eb\u306b\u4f7f\u7528\u3059\u308b\u30bf\u30af\u30bd\u30ce\u30df\u30fc"],"If no category labels are displayed, this setting will be ignored.":["\u30ab\u30c6\u30b4\u30ea\u30fc\u30e9\u30d9\u30eb\u304c\u8868\u793a\u3055\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u3053\u306e\u8a2d\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002"],"Taxonomy posts":["\u4efb\u610f\u306e\u30bf\u30af\u30bd\u30ce\u30df\u30fc\u306e\u6295\u7a3f"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-ed1b0b65c42eddac171d8fa42b298e2f.json b/languages/snow-monkey-blocks-ja-ed1b0b65c42eddac171d8fa42b298e2f.json index 8c2628f7..867e7635 100644 --- a/languages/snow-monkey-blocks-ja-ed1b0b65c42eddac171d8fa42b298e2f.json +++ b/languages/snow-monkey-blocks-ja-ed1b0b65c42eddac171d8fa42b298e2f.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/section-break-the-grid\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Type":["\u30bf\u30a4\u30d7"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Blur":["\u307c\u304b\u3057"],"Spread":["\u30b9\u30d7\u30ec\u30c3\u30c9"],"Position":["\u4f4d\u7f6e"],"Outline":["\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3"],"Inset":["\u30a4\u30f3\u30bb\u30c3\u30c8"],"Box Shadow":["\u30dc\u30c3\u30af\u30b9\u30b7\u30e3\u30c9\u30a6"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"S":["S"],"M":["M"],"L":["L"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Overlay":["\u30aa\u30fc\u30d0\u30ec\u30a4"],"50%":["50%"],"None":["\u306a\u3057"],"Sort by mobile":["\u30e2\u30d0\u30a4\u30eb\u306e\u4e26\u3073\u9806"],"Text > Image":["\u6587\u7ae0 \u2192 \u753b\u50cf"],"Image > Text":["\u753b\u50cf \u2192 \u6587\u7ae0"],"Show media on left":["\u30e1\u30c7\u30a3\u30a2\u3092\u5de6\u306b\u8868\u793a"],"Show media on right":["\u30e1\u30c7\u30a3\u30a2\u3092\u53f3\u306b\u8868\u793a"],"Wrapper tag":["\u5927\u67a0\u306e\u30bf\u30b0"],"Height":["\u9ad8\u3055"],"Min height":["\u6700\u5c0f\u306e\u9ad8\u3055"],"Use preset":["\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u4f7f\u7528"],"Fit":["\u30d5\u30a3\u30c3\u30c8"],"Wide":["\u5e83\u3081"],"Full":["\u30d5\u30eb"],"Wide width":["\u5e45\u5e83"],"Full width":["\u5168\u5e45"],"Wide width (Only contents)":["\u5e45\u5e83\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Full width (Only contents)":["\u5168\u5e45\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Container alignment":["\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u914d\u7f6e"],"Remove container padding of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u90e8\u5206\u306e\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u4f59\u767d\u3092\u524a\u9664"],"Write subtitle\u2026":["\u30b5\u30d6\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Stripe":["\u30b9\u30c8\u30e9\u30a4\u30d7"],"Noise":["\u30ce\u30a4\u30ba"],"Dots":["\u30c9\u30c3\u30c8"],"Dots 2":["\u30c9\u30c3\u30c82"],"Tilt":["\u50be\u659c"],"Curve":["\u30ab\u30fc\u30d6"],"Wave":["\u6ce2"],"Triangle":["\u4e09\u89d2"],"Triangle (Large)":["\u4e09\u89d2\uff08\u5927\uff09"],"Background (Movable) ":["\u80cc\u666f\uff08\u79fb\u52d5\u53ef\u80fd\uff09"],"Background position (Left \/ Right)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u5de6 \/ \u53f3\uff09"],"Background Position (Top \/ Bottom)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Make sure the background doesn't overflow to the outside":["\u80cc\u666f\u304c\u5916\u5074\u306b\u306f\u307f\u51fa\u3055\u306a\u3044\u3088\u3046\u306b\u3059\u308b"],"Texture":["\u30c6\u30af\u30b9\u30c1\u30e3"],"Texture opacity":["\u30c6\u30af\u30b9\u30c1\u30e3\u306e\u4e0d\u900f\u660e\u5ea6"],"Background (Fixed) ":["\u80cc\u666f\uff08\u56fa\u5b9a\uff09"],"Top divider":["\u4e0a\u306e\u4ed5\u5207\u308a"],"Level":["\u30ec\u30d9\u30eb"],"Position (Top \/ Bottom)":["\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Overlap divider on content":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u533a\u5207\u308a\u3092\u91cd\u306d\u308b"],"Bottom divider":["\u4e0b\u306e\u4ed5\u5207\u308a"],"Background text":["\u80cc\u666f\u30c6\u30ad\u30b9\u30c8"],"Size":["\u30b5\u30a4\u30ba"],"Line height":["\u884c\u306e\u9ad8\u3055"],"Outer":["\u5916\u67a0"],"Wrapper":["\u30e9\u30c3\u30d1\u30fc"],"Container":["\u30b3\u30f3\u30c6\u30ca\u30fc"],"-50%":["-50%"],"-40%":["-40%"],"-30%":["-30%"],"-20%":["-20%"],"-10%":["-10%"],"+-0%":["+-0%"],"+10%":["+10%"],"+20%":["+20%"],"+30%":["+30%"],"+40%":["+40%"],"+50%":["+50%"],"Media settings":["\u30e1\u30c7\u30a3\u30a2\u8a2d\u5b9a"],"No wrap":["\u6298\u308a\u8fd4\u3055\u306a\u3044"],"Image Size Adjustment":["\u753b\u50cf\u30b5\u30a4\u30ba\u8abf\u6574"],"+60%":["+60%"],"+70%":["+70%"],"+80%":["+80%"],"+90%":["+90%"],"+100%":["+100%"],"Adjust the height of the media to the height of the block.":["\u30e1\u30c7\u30a3\u30a2\u306e\u9ad8\u3055\u3092\u30d6\u30ed\u30c3\u30af\u306e\u9ad8\u3055\u306b\u63c3\u3048\u308b\u3002"],"Contents settings":["\u30b3\u30f3\u30c6\u30f3\u30c4\u8a2d\u5b9a"],"Content size adjustment":["\u30b3\u30f3\u30c6\u30f3\u30c4\u30b5\u30a4\u30ba\u8abf\u6574"],"Degree of overlap of content to image":["\u753b\u50cf\u3068\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u91cd\u306a\u308a\u5177\u5408"],"10%":["10%"],"20%":["20%"],"30%":["30%"],"40%":["40%"],"Vertical position of content":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u7e26\u4f4d\u7f6e"],"Move %1$s up":["\u4e0a\u306b %1$s \u79fb\u52d5"],"Move %1$s down":["\u4e0b\u306b %1$s \u79fb\u52d5"],"Background opacity":["\u80cc\u666f\u306e\u4e0d\u900f\u660e\u5ea6"],"Remove outside padding":["\u5916\u5074\u306e\u30d1\u30c7\u30a3\u30f3\u30b0\u3092\u524a\u9664"],"Shadow settings":["\u5f71\u306e\u8a2d\u5b9a"],"Show media on top":["\u30e1\u30c7\u30a3\u30a2\u3092\u4e0a\u306b\u8868\u793a"],"Show media on bottom":["\u30e1\u30c7\u30a3\u30a2\u3092\u4e0b\u306b\u8868\u793a"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/section-break-the-grid\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Type":["\u30bf\u30a4\u30d7"],"Write title\u2026":["\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Blur":["\u307c\u304b\u3057"],"Spread":["\u30b9\u30d7\u30ec\u30c3\u30c9"],"Position":["\u4f4d\u7f6e"],"Outline":["\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3"],"Inset":["\u30a4\u30f3\u30bb\u30c3\u30c8"],"Box Shadow":["\u30dc\u30c3\u30af\u30b9\u30b7\u30e3\u30c9\u30a6"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Text":["\u30c6\u30ad\u30b9\u30c8"],"Title tag":["\u30bf\u30a4\u30c8\u30eb\u30bf\u30b0"],"Max width of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u6700\u5927\u5e45"],"Make the contents width slim":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u5e45\u3092\u30b9\u30ea\u30e0\u5e45\u306b\u3059\u308b"],"Release":["\u89e3\u9664"],"Media":["\u30e1\u30c7\u30a3\u30a2"],"Image":["\u753b\u50cf"],"Video":["\u52d5\u753b"],"Overlay":["\u30aa\u30fc\u30d0\u30ec\u30a4"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"50%":["50%"],"Sort by mobile":["\u30e2\u30d0\u30a4\u30eb\u306e\u4e26\u3073\u9806"],"Text > Image":["\u6587\u7ae0 \u2192 \u753b\u50cf"],"Image > Text":["\u753b\u50cf \u2192 \u6587\u7ae0"],"Show media on left":["\u30e1\u30c7\u30a3\u30a2\u3092\u5de6\u306b\u8868\u793a"],"Show media on right":["\u30e1\u30c7\u30a3\u30a2\u3092\u53f3\u306b\u8868\u793a"],"Wrapper tag":["\u5927\u67a0\u306e\u30bf\u30b0"],"Height":["\u9ad8\u3055"],"Min height":["\u6700\u5c0f\u306e\u9ad8\u3055"],"Use preset":["\u30d7\u30ea\u30bb\u30c3\u30c8\u3092\u4f7f\u7528"],"Fit":["\u30d5\u30a3\u30c3\u30c8"],"Wide":["\u5e83\u3081"],"Full":["\u30d5\u30eb"],"Wide width":["\u5e45\u5e83"],"Full width":["\u5168\u5e45"],"Wide width (Only contents)":["\u5e45\u5e83\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Full width (Only contents)":["\u5168\u5e45\uff08\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u307f\uff09"],"Container alignment":["\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u914d\u7f6e"],"Remove container padding of the contents":["\u30b3\u30f3\u30c6\u30f3\u30c4\u90e8\u5206\u306e\u30b3\u30f3\u30c6\u30ca\u30fc\u306e\u4f59\u767d\u3092\u524a\u9664"],"Write subtitle\u2026":["\u30b5\u30d6\u30bf\u30a4\u30c8\u30eb\u3092\u66f8\u304f\u2026"],"None":["\u306a\u3057"],"Stripe":["\u30b9\u30c8\u30e9\u30a4\u30d7"],"Noise":["\u30ce\u30a4\u30ba"],"Dots":["\u30c9\u30c3\u30c8"],"Dots 2":["\u30c9\u30c3\u30c82"],"Tilt":["\u50be\u659c"],"Curve":["\u30ab\u30fc\u30d6"],"Wave":["\u6ce2"],"Triangle":["\u4e09\u89d2"],"Triangle (Large)":["\u4e09\u89d2\uff08\u5927\uff09"],"Background (Movable) ":["\u80cc\u666f\uff08\u79fb\u52d5\u53ef\u80fd\uff09"],"Background position (Left \/ Right)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u5de6 \/ \u53f3\uff09"],"Background Position (Top \/ Bottom)":["\u80cc\u666f\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Make sure the background doesn't overflow to the outside":["\u80cc\u666f\u304c\u5916\u5074\u306b\u306f\u307f\u51fa\u3055\u306a\u3044\u3088\u3046\u306b\u3059\u308b"],"Texture":["\u30c6\u30af\u30b9\u30c1\u30e3"],"Texture opacity":["\u30c6\u30af\u30b9\u30c1\u30e3\u306e\u4e0d\u900f\u660e\u5ea6"],"Background (Fixed) ":["\u80cc\u666f\uff08\u56fa\u5b9a\uff09"],"Top divider":["\u4e0a\u306e\u4ed5\u5207\u308a"],"Level":["\u30ec\u30d9\u30eb"],"Position (Top \/ Bottom)":["\u4f4d\u7f6e\uff08\u4e0a \/ \u4e0b\uff09"],"Overlap divider on content":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306b\u533a\u5207\u308a\u3092\u91cd\u306d\u308b"],"Bottom divider":["\u4e0b\u306e\u4ed5\u5207\u308a"],"Background text":["\u80cc\u666f\u30c6\u30ad\u30b9\u30c8"],"Size":["\u30b5\u30a4\u30ba"],"Line height":["\u884c\u306e\u9ad8\u3055"],"Outer":["\u5916\u67a0"],"Wrapper":["\u30e9\u30c3\u30d1\u30fc"],"Container":["\u30b3\u30f3\u30c6\u30ca\u30fc"],"-50%":["-50%"],"-40%":["-40%"],"-30%":["-30%"],"-20%":["-20%"],"-10%":["-10%"],"+-0%":["+-0%"],"+10%":["+10%"],"+20%":["+20%"],"+30%":["+30%"],"+40%":["+40%"],"+50%":["+50%"],"Media settings":["\u30e1\u30c7\u30a3\u30a2\u8a2d\u5b9a"],"No wrap":["\u6298\u308a\u8fd4\u3055\u306a\u3044"],"Image Size Adjustment":["\u753b\u50cf\u30b5\u30a4\u30ba\u8abf\u6574"],"+60%":["+60%"],"+70%":["+70%"],"+80%":["+80%"],"+90%":["+90%"],"+100%":["+100%"],"Adjust the height of the media to the height of the block.":["\u30e1\u30c7\u30a3\u30a2\u306e\u9ad8\u3055\u3092\u30d6\u30ed\u30c3\u30af\u306e\u9ad8\u3055\u306b\u63c3\u3048\u308b\u3002"],"Contents settings":["\u30b3\u30f3\u30c6\u30f3\u30c4\u8a2d\u5b9a"],"Content size adjustment":["\u30b3\u30f3\u30c6\u30f3\u30c4\u30b5\u30a4\u30ba\u8abf\u6574"],"Degree of overlap of content to image":["\u753b\u50cf\u3068\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u91cd\u306a\u308a\u5177\u5408"],"10%":["10%"],"20%":["20%"],"30%":["30%"],"40%":["40%"],"Vertical position of content":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u7e26\u4f4d\u7f6e"],"Move %1$s up":["\u4e0a\u306b %1$s \u79fb\u52d5"],"Move %1$s down":["\u4e0b\u306b %1$s \u79fb\u52d5"],"Background opacity":["\u80cc\u666f\u306e\u4e0d\u900f\u660e\u5ea6"],"S":["S"],"M":["M"],"L":["L"],"Remove outside padding":["\u5916\u5074\u306e\u30d1\u30c7\u30a3\u30f3\u30b0\u3092\u524a\u9664"],"Shadow settings":["\u5f71\u306e\u8a2d\u5b9a"],"Show media on top":["\u30e1\u30c7\u30a3\u30a2\u3092\u4e0a\u306b\u8868\u793a"],"Show media on bottom":["\u30e1\u30c7\u30a3\u30a2\u3092\u4e0b\u306b\u8868\u793a"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-f1c7534e7ddd6f9dfbc5e0bfe1ad0e54.json b/languages/snow-monkey-blocks-ja-f1c7534e7ddd6f9dfbc5e0bfe1ad0e54.json index bce81373..7ebd1a16 100644 --- a/languages/snow-monkey-blocks-ja-f1c7534e7ddd6f9dfbc5e0bfe1ad0e54.json +++ b/languages/snow-monkey-blocks-ja-f1c7534e7ddd6f9dfbc5e0bfe1ad0e54.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/faq\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Color":["\u8272"],"Question color":["\u8cea\u554f\u306e\u8272"],"Answer color":["\u56de\u7b54\u306e\u8272"],"Question label":["\u8cea\u554f\u306e\u30e9\u30d9\u30eb"],"Q":["Q"],"Recommend length up to %d":["\u6587\u5b57\u9577\u306f%d\u307e\u3067\u3092\u63a8\u5968\u3057\u307e\u3059"],"Answer label":["\u56de\u7b54\u306e\u30e9\u30d9\u30eb"],"A":["A"],"Write question\u2026":["\u8cea\u554f\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/faq\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Block settings":["\u30d6\u30ed\u30c3\u30af\u8a2d\u5b9a"],"Question font size":["\u8cea\u554f\u306e\u6587\u5b57\u30b5\u30a4\u30ba"],"Question":["\u8cea\u554f"],"Question label font size":["\u8cea\u554f\u306e\u30e9\u30d9\u30eb\u306e\u6587\u5b57\u30b5\u30a4\u30ba"],"Question label":["\u8cea\u554f\u306e\u30e9\u30d9\u30eb"],"Answer label font size":["\u56de\u7b54\u306e\u30e9\u30d9\u30eb\u306e\u6587\u5b57\u30b5\u30a4\u30ba"],"Answer label":["\u56de\u7b54\u306e\u30e9\u30d9\u30eb"],"Question color":["\u8cea\u554f\u306e\u8272"],"Answer color":["\u56de\u7b54\u306e\u8272"],"Q":["Q"],"Recommend length up to %d":["\u6587\u5b57\u9577\u306f%d\u307e\u3067\u3092\u63a8\u5968\u3057\u307e\u3059"],"A":["A"],"Write question\u2026":["\u8cea\u554f\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-f21ab48dc261af8a9db7e2ee3e39f689.json b/languages/snow-monkey-blocks-ja-f21ab48dc261af8a9db7e2ee3e39f689.json index ea232836..e8eeed62 100644 --- a/languages/snow-monkey-blocks-ja-f21ab48dc261af8a9db7e2ee3e39f689.json +++ b/languages/snow-monkey-blocks-ja-f21ab48dc261af8a9db7e2ee3e39f689.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/panels\/item\/block-link\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Link":["\u30ea\u30f3\u30af"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/panels\/item\/block-link\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Link":["\u30ea\u30f3\u30af"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-f868eab8a091fd7347beba057f542ea8.json b/languages/snow-monkey-blocks-ja-f868eab8a091fd7347beba057f542ea8.json index 35405c4e..d47406a7 100644 --- a/languages/snow-monkey-blocks-ja-f868eab8a091fd7347beba057f542ea8.json +++ b/languages/snow-monkey-blocks-ja-f868eab8a091fd7347beba057f542ea8.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/information\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Write label\u2026":["\u30e9\u30d9\u30eb\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/information\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Write label\u2026":["\u30e9\u30d9\u30eb\u3092\u66f8\u304f\u2026"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-fb4a57c4f3766cc0f1e563ced4c57bf6.json b/languages/snow-monkey-blocks-ja-fb4a57c4f3766cc0f1e563ced4c57bf6.json index e1e87e09..c68f7a02 100644 --- a/languages/snow-monkey-blocks-ja-fb4a57c4f3766cc0f1e563ced4c57bf6.json +++ b/languages/snow-monkey-blocks-ja-fb4a57c4f3766cc0f1e563ced4c57bf6.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/btn-box\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Ghost":["\u30b4\u30fc\u30b9\u30c8"],"Button settings":["\u30dc\u30bf\u30f3\u8a2d\u5b9a"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Button":["\u30dc\u30bf\u30f3"],"Write note\u2026":["\u6ce8\u91c8\u3092\u66f8\u304f\u2026"],"Link":["\u30ea\u30f3\u30af"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/btn-box\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Background color":["\u80cc\u666f\u8272"],"Text color":["\u6587\u5b57\u8272"],"Color":["\u8272"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Default":["\u30c7\u30d5\u30a9\u30eb\u30c8"],"Ghost":["\u30b4\u30fc\u30b9\u30c8"],"Button settings":["\u30dc\u30bf\u30f3\u8a2d\u5b9a"],"Button size":["\u30dc\u30bf\u30f3\u30b5\u30a4\u30ba"],"Normal size":["\u30ce\u30fc\u30de\u30eb\u30b5\u30a4\u30ba"],"Litle wider":["\u5c11\u3057\u5e83\u3081"],"Wider":["\u5e83\u3081"],"More wider":["\u3082\u3063\u3068\u5e83\u3081"],"Full size":["\u30d5\u30eb\u30b5\u30a4\u30ba"],"Wrap":["\u6298\u308a\u8fd4\u3059"],"Write lede\u2026":["\u30ea\u30fc\u30c9\u6587\u3092\u66f8\u304f\u2026"],"Button":["\u30dc\u30bf\u30f3"],"Write note\u2026":["\u6ce8\u91c8\u3092\u66f8\u304f\u2026"],"Link":["\u30ea\u30f3\u30af"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja-fbb269c73a07862753fc5b496ef921d7.json b/languages/snow-monkey-blocks-ja-fbb269c73a07862753fc5b496ef921d7.json index d7f820af..075eede1 100644 --- a/languages/snow-monkey-blocks-ja-fbb269c73a07862753fc5b496ef921d7.json +++ b/languages/snow-monkey-blocks-ja-fbb269c73a07862753fc5b496ef921d7.json @@ -1 +1 @@ -{"translation-revision-date":"2024-06-13 18:45+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/spider-contents-slider\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Border":["\u67a0\u7dda"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Blur":["\u307c\u304b\u3057"],"Spread":["\u30b9\u30d7\u30ec\u30c3\u30c9"],"Position":["\u4f4d\u7f6e"],"Outline":["\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3"],"Inset":["\u30a4\u30f3\u30bb\u30c3\u30c8"],"Box Shadow":["\u30dc\u30c3\u30af\u30b9\u30b7\u30e3\u30c9\u30a6"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"S":["S"],"M":["M"],"L":["L"],"Change content position":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u4f4d\u7f6e\u3092\u5909\u66f4"],"None":["\u306a\u3057"],"Full height":["\u9ad8\u3055100%"],"Alignmentable":["\u914d\u7f6e\u53ef\u80fd"]}}} \ No newline at end of file +{"translation-revision-date":"2024-07-25 15:56+0900","generator":"WP-CLI\/2.9.0","source":"dist\/blocks\/spider-contents-slider\/item\/index.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja_JP","plural-forms":"nplurals=1; plural=0;"},"Border":["\u67a0\u7dda"],"Color":["\u8272"],"Opacity":["\u4e0d\u900f\u660e\u5ea6"],"Horizontal":["\u6c34\u5e73\u65b9\u5411"],"Vertical":["\u5782\u76f4\u65b9\u5411"],"Blur":["\u307c\u304b\u3057"],"Spread":["\u30b9\u30d7\u30ec\u30c3\u30c9"],"Position":["\u4f4d\u7f6e"],"Outline":["\u30a2\u30a6\u30c8\u30e9\u30a4\u30f3"],"Inset":["\u30a4\u30f3\u30bb\u30c3\u30c8"],"Box Shadow":["\u30dc\u30c3\u30af\u30b9\u30b7\u30e3\u30c9\u30a6"],"Border radius":["\u89d2\u4e38\u534a\u5f84"],"Padding":["\u30d1\u30c7\u30a3\u30f3\u30b0"],"Change content position":["\u30b3\u30f3\u30c6\u30f3\u30c4\u306e\u4f4d\u7f6e\u3092\u5909\u66f4"],"None":["\u306a\u3057"],"S":["S"],"M":["M"],"L":["L"],"Full height":["\u9ad8\u3055100%"],"Alignmentable":["\u914d\u7f6e\u53ef\u80fd"]}}} \ No newline at end of file diff --git a/languages/snow-monkey-blocks-ja.l10n.php b/languages/snow-monkey-blocks-ja.l10n.php index e1aa5e97..ceb548d5 100644 --- a/languages/snow-monkey-blocks-ja.l10n.php +++ b/languages/snow-monkey-blocks-ja.l10n.php @@ -1,2 +1,2 @@ 'Snow Monkey Blocks','report-msgid-bugs-to'=>'https://wordpress.org/support/plugin/snow-monkey-blocks','po-revision-date'=>'2024-06-13 18:45+0900','last-translator'=>'inc2734 ','language-team'=>'Takashi Kitajima ','language'=>'ja_JP','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','plural-forms'=>'nplurals=1; plural=0;','x-generator'=>'Poedit 3.4.4','x-poedit-basepath'=>'..','x-poedit-keywordslist'=>'__;_e;esc_html__;esc_html_e','x-poedit-sourcecharset'=>'UTF-8','x-poedit-searchpath-0'=>'.','x-poedit-searchpath-1'=>'./.translation','x-poedit-searchpathexcluded-0'=>'vendor','x-poedit-searchpathexcluded-1'=>'node_modules','x-poedit-searchpathexcluded-2'=>'dist','x-poedit-searchpathexcluded-3'=>'tests','x-poedit-searchpathexcluded-4'=>'languages','messages'=>['# of slides to scroll (Large window)'=>'スクロールするスライド数(ラージウインドウ)','# of slides to scroll (Medium window)'=>'スクロールするスライド数(ミディアムウインドウ)','# of slides to scroll (Small window)'=>'スクロールするスライド数(スモールウインドウ)','# of slides to show (Large window)'=>'表示するスライド数(ラージウインドウ)','# of slides to show (Medium window)'=>'表示するスライド数(ミディアムウインドウ)','# of slides to show (Small window)'=>'表示するスライド数(スモールウインドウ)','(no title)'=>'(タイトルなし)','+-0%'=>'+-0%','+10%'=>'+10%','+100%'=>'+100%','+20%'=>'+20%','+30%'=>'+30%','+40%'=>'+40%','+50%'=>'+50%','+60%'=>'+60%','+70%'=>'+70%','+80%'=>'+80%','+90%'=>'+90%','-10%'=>'-10%','-20%'=>'-20%','-30%'=>'-30%','-40%'=>'-40%','-50%'=>'-50%','1 column'=>'1カラム','10%'=>'10%','100%'=>'100%','16:9'=>'16:9','2 columns'=>'2カラム','20%'=>'20%','25%'=>'25%','30%'=>'30%','33%'=>'33%','3:4'=>'3:4','40%'=>'40%','4:3'=>'4:3','50%'=>'50%','66%'=>'66%','9:16'=>'9:16','A'=>'A','A accordion item'=>'アコーディオン項目','Adjust the height of the media to the height of the block.'=>'メディアの高さをブロックの高さに揃える。','Align the bottom of the last element of each items'=>'各項目の最後の要素を下に揃える','Align the height of each tab panels'=>'各タブパネルの高さを揃える','Alignment on cross axis'=>'交差軸での配置','Alignment on inline axis'=>'インライン軸での配置','Alignmentable'=>'配置可能','Allow HTML'=>'HTML 許可','Allow shrinkage from the basic size.'=>'基本サイズから縮小できるようにする。','Allows for stretching from the basic size.'=>'基本サイズから伸張できるようにする。','Animation speed in seconds'=>'アニメーションの速さ(秒)','Answer color'=>'回答の色','Answer label'=>'回答のラベル','Aspect ratio'=>'画像のアスペクト比','Authors'=>'著者','Auto'=>'自動','Auto repeat'=>'自動反復','Autoplay Speed in seconds'=>'自動再生の間隔(秒)','Available blocks'=>'利用可能なブロック','Avatar position'=>'アバターの位置','Avatar settings'=>'アバター設定','Background'=>'背景','Background (Fixed) '=>'背景(固定)','Background (Movable) '=>'背景(移動可能)','Background Position (Top / Bottom)'=>'背景位置(上 / 下)','Background color'=>'背景色','Background color of button'=>'ボタンの背景色','Background image'=>'背景画像','Background opacity'=>'背景の不透明度','Background position (Left / Right)'=>'背景位置(左 / 右)','Background text'=>'背景テキスト','Balloon settings'=>'吹き出し設定','Bar color'=>'バーの色','Basic size'=>'基本サイズ','Basic size of the flex item.'=>'フレックスアイテムの基本サイズ。','Block link'=>'ブロックリンク','Block settings'=>'ブロック設定','Blur'=>'ぼかし','Border'=>'枠線','Border radius'=>'角丸半径','Bottom divider'=>'下の仕切り','Boundary line'=>'境界線','Box Shadow'=>'ボックスシャドウ','Button'=>'ボタン','Button justification'=>'ボタンの配置','Button link'=>'ボタンリンク','Button settings'=>'ボタン設定','Button size'=>'ボタンサイズ','Carousel'=>'カルーセル','Carousel (%1$s)'=>'カルーセル(%1$s)','Categories'=>'カテゴリー','Categories list'=>'カテゴリー一覧','Categories list articles'=>'カテゴリーリストの記事数','Categories with a post count of 0 are not displayed even if they are not excluded'=>'投稿数が0のカテゴリは、除外されていない場合でも表示されません','Category description'=>'カテゴリーの説明','Category id'=>'カテゴリーID','Category name'=>'カテゴリー名','Category post count'=>'記事数','Category slug'=>'カテゴリースラッグ','Center'=>'中央','Change content position'=>'コンテンツの位置を変更','Change dots to thumbnails'=>'ドットをサムネイルに変更','Change the slider\'s direction to become right-to-left'=>'スライダーの方向を右から左に変更','Child pages'=>'このページの子ページ','Click on the button below to see all available patterns. Click on any pattern you wish to insert, and that pattern will be inserted into the article.'=>'下記のボタンをクリックすると、利用可能なすべてのパターンが表示されます。挿入したいパターンをクリックすると、そのパターンが記事に挿入されます。','Clock color'=>'時刻の色','Close'=>'閉じる','Color'=>'色','Column size'=>'カラムサイズ','Columns count'=>'カラム数','Columns per row'=>'行あたりのカラム数','Columns per row (Large window)'=>'行あたりのカラム数(ラージウインドウ)','Columns per row (Medium window)'=>'行あたりのカラム数(ミディアムウインドウ)','Columns per row (Small window)'=>'行あたりのカラム数(スモールウインドウ)','Columns settings'=>'カラム設定','Container'=>'コンテナー','Container alignment'=>'コンテナーの配置','Content column background color'=>'コンテンツカラムの背景色','Content column size'=>'コンテンツカラムのサイズ','Content size adjustment'=>'コンテンツサイズ調整','Contents'=>'コンテンツ','Contents outline'=>'目次','Contents settings'=>'コンテンツ設定','Countdown'=>'カウントダウン','Crop image to fill entire column'=>'カラム全体を塗りつぶすように画像を切り抜く','Curve'=>'カーブ','Custom field name'=>'カスタムフィールド名','Date time'=>'日時','Days'=>'日','Default'=>'デフォルト','Default (Taxonomy selected in this block)'=>'デフォルト(このブロックで選択されたタクソノミー)','Degree of overlap of content to image'=>'画像とコンテンツの重なり具合','Display arrows'=>'矢印を表示','Display author of each items'=>'各項目の著者を表示する','Display button'=>'ボタンを表示','Display caption'=>'キャプションを表示','Display dots'=>'ドットを表示','Display excerpt of each items'=>'各項目の抜粋を表示する','Display image'=>'画像を表示','Display in open state'=>'開いた状態で表示','Display in random order'=>'ランダムな順序で表示','Display link'=>'リンクを表示','Display order settings'=>'表示順の設定','Display pause button for autoplay'=>'自動再生の一時停止ボタンを表示','Display published date of each items'=>'各項目の公開日を表示する','Don\'t split the column in a smartphone'=>'スマートフォンでカラムを分割しない','Dots'=>'ドット','Dots 2'=>'ドット2','Drag images, upload new ones or select files from your library.'=>'画像をドラッグしたり、新しい画像をアップロードしたり、ライブラリからファイルを選択したりできます。','Edit RSS URL'=>'RSS の URL を編集','Enable fade'=>'フェードを有効にする','End datetime'=>'終了日時','Enter title here'=>'タイトルを入力','Evaluation'=>'評価','Exclusion categories settings'=>'除外カテゴリー設定','Facebook page name'=>'Facebook ページ名','Fade'=>'フェード','Filter by %1$s'=>'%1$sで絞り込み','Fit'=>'フィット','Fit to the contents'=>'コンテンツに合わせる','Fit to the image'=>'画像に合わせる','Five-grade evaluation'=>'5段階で評価してください','Focal point picker'=>'焦点ピッカー','Force display category label of each items'=>'各項目のカテゴリーラベルを強制的に表示する','Force display meta of each items'=>'各項目のメタ情報を強制的に表示する','Free input'=>'自由入力','Full'=>'フル','Full height'=>'高さ100%','Full size'=>'フルサイズ','Full width'=>'全幅','Full width (Only contents)'=>'全幅(コンテンツのみ)','Gap'=>'間隔','Ghost'=>'ゴースト','Glue each item together'=>'各項目をくっつける','Grid column: end'=>'グリッド列:終了','Grid column: start'=>'グリッド列:開始','Grid row: end'=>'グリッド行:終了','Grid row: start'=>'グリッド行:開始','Gutenberg blocks collection made by MonkeyWrench.'=>'モンキーレンチ作のブロック集','Header image'=>'ヘッダー画像','Header video'=>'ヘッダー動画','Heading column size'=>'見出しカラムのサイズ','Headings'=>'見出し','Height'=>'高さ','Height of contents when closed'=>'閉じているときのコンテンツの高さ','Horizontal'=>'水平方向','Hours'=>'時間','Icon'=>'アイコン','Icon color'=>'アイコンの色','If "0", all items are displayed.'=>'「0」の場合、すべての項目が表示されます。','If "0", default animation speed.'=>'「0」の場合、デフォルトの速さが使用されます。','If "0", no scroll.'=>'「0」の場合、スクロールしません。','If it\'s already displayed, this setting will be ignored.'=>'すでに表示されている場合、この設定は無視されます。','If no category labels are displayed, this setting will be ignored.'=>'カテゴリーラベルが表示されていない場合、この設定は無視されます。','If the text of each item is long, it is recommended to select other than "Auto".'=>'各項目のテキストが長い場合は「自動」以外を選択することをお勧めします。','Ignore sticky posts'=>'先頭固定表示を除外する','Image'=>'画像','Image > Text'=>'画像 → 文章','Image Size Adjustment'=>'画像サイズ調整','Image aspect ratio'=>'画像のアスペクト比','Image column size'=>'画像カラムのサイズ','Image position'=>'画像の位置','Image settings'=>'画像設定','Images size'=>'画像サイズ','Images size of each items'=>'各項目の画像サイズ','In the actual screen, it is displayed when headings exists on the page.'=>'実際の画面では、見出しがページに存在する場合に表示されます。','Inline'=>'インライン','Insert Pattern (Beta)'=>'パターンを挿入(ベータ版)','Inset'=>'インセット','It must be full width (.alignfull) or wide width (.alignwide).'=>'全幅 (.alignfull) または幅広 (.alignwide) でなければなりません。','Justify items bottom'=>'コンテンツを下揃え','Justify items center'=>'コンテンツを中央揃え','Justify items left'=>'コンテンツを左揃え','Justify items right'=>'コンテンツを右揃え','Justify items top'=>'コンテンツを上揃え','L'=>'L','Label'=>'ラベル','Label (for Close)'=>'ラベル(閉じているとき用)','Label column background color'=>'ラベルカラムの背景色','Label column size'=>'ラベルカラムのサイズ','Label column text color'=>'ラベルカラムの文字色','Label horizontal alignment'=>'ラベルの横位置','Label vertical alignment'=>'ラベルの縦位置','Large image'=>'大きな画像','Latest posts'=>'最新の投稿','Layout'=>'レイアウト','Left'=>'左','Left / Bottom / In'=>'左 / 下 / イン','Left / Bottom / Out'=>'左 / 下 / アウト','Left / Top / In'=>'左 / 上 / イン','Left / Top / Out'=>'左 / 上 / アウト','Left side'=>'左側','Level'=>'レベル','Like me box'=>'いいね!ボックス','Line'=>'ライン','Line height'=>'行の高さ','Link'=>'リンク','Link color'=>'リンク色','Link is made not only to the button but to the whole block.'=>'ボタンだけでなくブロック全体にリンクを張ります。','Link settings'=>'リンク設定','Link text'=>'リンクテキスト','Link type'=>'リンクの種類','Litle wider'=>'少し広め','Loading setting data'=>'設定をロード中','Loading taxonomies…'=>'タクソノミーを読み込んでいます…','M'=>'M','Main visual'=>'メインビジュアル','Make sure the background doesn\'t overflow to the outside'=>'背景が外側にはみ出さないようにする','Make the contents width slim'=>'コンテンツの幅をスリム幅にする','Mask Color'=>'マスクの色','Masks the lower part when closed'=>'閉じているとき下部をマスクする','Max width of the contents'=>'コンテンツの最大幅','Maximum number of displays'=>'最大表示数','Maximum width'=>'最大幅','Media'=>'メディア','Media & sentence'=>'メディアと文章','Media settings'=>'メディア設定','Middle'=>'中央','Min height'=>'最小の高さ','Minimum width'=>'最小幅','Minutes'=>'分','More wider'=>'もっと広め','Move %1$s down'=>'下に %1$s 移動','Move %1$s up'=>'上に %1$s 移動','Move to before 1st heading'=>'最初の見出しの前に移動','Move to down'=>'下に移動','Move to left'=>'左に移動','Move to right'=>'右に移動','Move to up'=>'上に移動','Name'=>'名前','No pages found.'=>'ページが見つかりませんでした。','No wrap'=>'折り返さない','Noise'=>'ノイズ','None'=>'なし','Normal alert'=>'ノーマルアラート','Normal size'=>'ノーマルサイズ','Not been set.'=>'設定されていません。','Not initialized properly.'=>'正しく初期化されていません。','Number color'=>'番号の色','Number of columns displayed on mobile device'=>'モバイル端末時の表示カラム数','Number of columns in grid'=>'グリッドのカラム数','Number of posts'=>'表示する投稿数','Number of rows in grid'=>'グリッドの行数','Numeric color'=>'数値の色','Numeric position'=>'数値の位置','Only the actual contribution screen is displayed'=>'通常の投稿画面のみ表示されます','Only the set period is displayed'=>'設定した期間のみ表示されます','Opacity'=>'不透明度','Outer'=>'外枠','Outline'=>'アウトライン','Overall link'=>'全体リンク','Overlap divider on content'=>'コンテンツに区切りを重ねる','Overlay'=>'オーバレイ','PC'=>'PC','Padding'=>'パディング','Panels'=>'パネル','Parallax (Deprecated)'=>'パララックス(非推奨)','Pause autoplay'=>'自動再生を一時停止','Pickup slider'=>'ピックアップスライダー','Please input "Facebook page name"'=>'「Facebook ページ名」を入力してください','Position'=>'位置','Position (Top / Bottom)'=>'位置(上 / 下)','Position left'=>'左側','Position right'=>'右側','Post type'=>'投稿タイプ','Posts list'=>'投稿リスト','Posts with "pickup" tag are displayed as sliders.'=>'「pickup」タグが付与された記事をスライダーとして表示します。','Prev/Next arrows'=>'前/次の矢印','Q'=>'Q','Question color'=>'質問の色','Question label'=>'質問のラベル','Rating'=>'レーティング','Read more'=>'続きを読む','Recent posts'=>'最近の投稿','Recommend length up to %d'=>'文字長は%dまでを推奨します','Release'=>'解除','Remark alert'=>'リマークアラート','Remove container padding of the contents'=>'コンテンツ部分のコンテナーの余白を削除','Remove left and right spaces'=>'左右のスペースを削除','Remove outside padding'=>'外側のパディングを削除','Remove this placeholder'=>'このプレースホルダーを削除','Remove this tab'=>'このタブを削除','Repeat images'=>'画像を繰り返す','Reset available blocks settings'=>'利用可能なブロックの設定をリセット','Rich media'=>'リッチメディア','Right'=>'右','Right / Bottom / In'=>'右 / 下 / イン','Right / Bottom / Out'=>'右 / 下 / アウト','Right / Top / In'=>'右 / 上 / イン','Right / Top / Out'=>'右 / 上 / アウト','Right side'=>'右側','Rows count'=>'行数','S'=>'S','Search'=>'検索','Seconds'=>'秒','Set padding around images'=>'画像の周りに余白を設定','Shade off'=>'ぼかす','Shadow settings'=>'影の設定','Shifting the slider'=>'スライダーをずらす','Show avatar'=>'アバターを表示','Show avatar on left'=>'アバターを左に表示','Show avatar on right'=>'アバターを右に表示','Show dot indicators'=>'ドットインジケータを表示する','Show h2'=>'h2 を表示','Show h3'=>'h3 を表示','Show h4'=>'h4 を表示','Show heading blocks in section blocks'=>'セクション内の見出しを表示','Show heading on left'=>'見出しを左に表示','Show heading on right'=>'見出しを右に表示','Show media on bottom'=>'メディアを下に表示','Show media on left'=>'メディアを左に表示','Show media on right'=>'メディアを右に表示','Show media on top'=>'メディアを上に表示','Show numeric'=>'数値を表示','Show section block titles'=>'セクションのタイトルを表示','Shuffle slides'=>'スライドをシャッフル','Simple'=>'シンプル','Size'=>'サイズ','Slash'=>'スラッシュ','Slide animation speed in milliseconds'=>'スライドアニメーション速度(ミリ秒)','Slider'=>'スライダー','Slides settings'=>'スライド設定','Snow Monkey Blocks'=>'Snow Monkey Blocks','Snow Monkey Blocks is optimized for the %1$sSnow Monkey%2$s theme, but it can also be used with other themes.'=>'Snow Monkey Blocksは %1$sSnow Monkey%2$s テーマに最適化されていますが、他のテーマでも使用できます。','Sort by mobile'=>'モバイルの並び順','Specify a custom field name.'=>'カスタムフィールド名を指定してください。','Specify the parent page'=>'親ページを指定する','Spread'=>'スプレッド','Start autoplay'=>'自動再生を開始','Start datetime'=>'開始日時','Stretch'=>'均等','Stripe'=>'ストライプ','Success alert'=>'サクセスアラート','Tab'=>'タブ','Tablet'=>'タブレット','Tabs justification'=>'タブの配置','Tabs orientation'=>'タブの向き','Tag'=>'タグ','Tags'=>'タグ','Taxonomies'=>'タクソノミー','Taxonomy'=>'タクソノミー','Taxonomy posts'=>'任意のタクソノミーの投稿','Taxonomy to use for the category label'=>'カテゴリーラベルに使用するタクソノミー','Text'=>'テキスト','Text 2'=>'テキスト2','Text > Image'=>'文章 → 画像','Text color'=>'文字色','Text color of button'=>'ボタンの文字色','Text if no posts matched'=>'一致する投稿がない場合のテキスト','Texture'=>'テクスチャ','Texture opacity'=>'テクスチャの不透明度','The display order you set is valid only on the actual contribution screen'=>'設定した表示順は実際の投稿画面でのみ有効です','The gap between each item'=>'各項目間の間隔','This setting is being retained for backwards compatibility and is not recommended for use. Its use may slow down the page display.'=>'この設定は下位互換性のために保持されており、使用することはお勧めできません。使用するとページの表示速度を遅くすることがあります。','Tilt'=>'傾斜','Title'=>'タイトル','Title position'=>'タイトルの位置','Title tag'=>'タイトルタグ','Title tag of each items'=>'各項目のタイトルタグ','Top'=>'上','Top divider'=>'上の仕切り','Triangle'=>'三角','Triangle (Large)'=>'三角(大)','Type'=>'タイプ','Unlink'=>'リンクを解除','Use end datetime'=>'終了日時を使用する','Use preset'=>'プリセットを使用','Use start datetime'=>'開始日時を使用する','Vertical'=>'垂直方向','Vertical position of content'=>'コンテンツの縦位置','Video'=>'動画','Video height'=>'ビデオの高さ','Video settings'=>'動画設定','Video width'=>'動画の横幅','Warning alert'=>'ワーニングアラート','Wave'=>'波','When to divide columns'=>'カラム分割するタイミング','When used together with the %1$sSnow Monkey%2$s theme, it can be displayed with the most beautiful balance, and it is displayed on the edit screen with the same design as the front screen.'=>'%1$sSnow Monkey%2$s テーマと一緒に使用すると、最も美しいバランスで表示され、フロントスクリーンと同じデザインで編集画面に表示されます。','Wide'=>'広め','Wide width'=>'幅広','Wide width (Only contents)'=>'幅広(コンテンツのみ)','Wider'=>'広め','Wrap'=>'折り返す','Wrapper'=>'ラッパー','Wrapper tag'=>'大枠のタグ','Write a description…'=>'説明を書く…','Write caption…'=>'キャプションを書く…','Write content…'=>'内容を書く…','Write directory name…'=>'ディレクトリ名を書く…','Write file name…'=>'ファイル名を書く…','Write label…'=>'ラベルを書く…','Write lede…'=>'リード文を書く…','Write name…'=>'名前を書く…','Write note…'=>'注釈を書く…','Write price…'=>'価格を書く…','Write question…'=>'質問を書く…','Write subtitle…'=>'サブタイトルを書く…','Write title…'=>'タイトルを書く…','YouTube URL'=>'YouTube URL','[ PR ] Premium WordPress Theme Snow Monkey'=>'【PR】プレミアム WordPress テーマ Snow Monkey','[Common]'=>'[一般]','[Deprecated]'=>'[非推奨]','[Layout]'=>'[レイアウト]','[Sections]'=>'[セクション]','angle-right'=>'angle-right','angles-right'=>'angle-right','arrow-right'=>'arrow-right','articles'=>'記事','asc'=>'昇順','block descriptionChild blocks can be layout in flex box.'=>'子ブロックをフレックスボックス内にレイアウトできます。','block descriptionChild blocks can be layout in grid.'=>'子ブロックをグリッド内にレイアウトできます。','block descriptionContainer blocks keep content within a certain width.'=>'コンテナブロックはコンテンツを一定の幅に収めます。','block descriptionContents can be separated by appropriate margins.'=>'コンテンツを適切な余白で区切ることができます。','block descriptionDisplay a directory item'=>'ディレクトリ項目を表示する','block descriptionDisplay a file item'=>'ファイル項目を表示する','block descriptionDisplay a list of directories and files'=>'ディレクトリとファイルの一覧を表示する','block descriptionDisplay entries from any RSS or Atom feed.'=>'RSS または Atom フィードからの投稿を表示します。','block descriptionDisplay posts with pickup tags as a slider.'=>'「pickup」タグが付与された記事をスライダーとして表示します。','block descriptionDisplay posts with pickup tags as a slider. This block is being retained for backwards compatibility and is not recommended for use. Its use may slow down the page display.'=>'「pickup」タグが付与された記事をスライダーとして表示します。このブロックは下位互換性のために保持されており、使用することはお勧めできません。使用するとページの表示速度を遅くすることがあります。','block descriptionDisplay the countdown until the set date and time (Front-end only)'=>'設定した日時までのカウントダウンを表示 (実画面のみ反映)','block descriptionDisplay the menu name and the price.'=>'メニュー名と価格を表示します。','block descriptionDisplay the table of contents above the first heading.'=>'最初の見出しの上に目次を表示します。','block descriptionDisplays the value of a custom field.'=>'カスタムフィールドの値を表示します。','block descriptionEvaluate with bars.'=>'バーで評価します。','block descriptionEvaluate with star icons'=>'星アイコンで評価します','block descriptionExpress the steps in an easy-to-understand manner.'=>'ステップをわかりやすい手順で表現しましょう。','block descriptionIcons are displayed only on the actual screen.'=>'アイコンは実際の画面でのみ表示されます。','block descriptionInsert a pattern (Only root). This block is beta version. This block may be significantly modified or discontinued in the future. In that case, however, the inserted patterns will not be affected.'=>'パターンを挿入します(ルートのみ)。このブロックはベータ版です。今後、このブロックは大幅に変更されたり、廃止されたりする可能性があります。ただし、その場合でも挿入したパターンには影響がありません。','block descriptionIt is a block that can express a conversation.'=>'会話を表現できるブロックです。','block descriptionIt is a block that warns visitors.'=>'閲覧者に注意を促すブロックです。','block descriptionIt is a box.'=>'箱です。','block descriptionIt is a break the grid section.'=>'ブロークングリッドセクションです。','block descriptionIt is a button with micro copy.'=>'マイクロコピー付きのボタンです。','block descriptionIt is a child block of the FAQ block.'=>'FAQブロックの子ブロックです。','block descriptionIt is a child block of the contents slider block.'=>'コンテンツスライダーブロックの子ブロックです。','block descriptionIt is a child block of the information block.'=>'情報ブロックの子ブロックです。','block descriptionIt is a child block of the items block.'=>'項目ブロックの子ブロックです。','block descriptionIt is a child block of the panels block.'=>'パネルブロックの子ブロックです。','block descriptionIt is a child block of the price menu block.'=>'価格メニューブロックの子ブロックです。','block descriptionIt is a child block of the pricing table block.'=>'価格表ブロックの子ブロックです。','block descriptionIt is a child block of the rating box block.'=>'レーティングボックスブロックの子ブロックです。','block descriptionIt is a child block of the slider block.'=>'スライダーブロックの子ブロックです。','block descriptionIt is a child block of the step block.'=>'ステップブロックの子ブロックです。','block descriptionIt is a child block of the testimonial block.'=>'お客様の声ブロックの子ブロックです。','block descriptionIt is a child block of the thumbnail gallery block.'=>'サムネイルギャラリーブロックの子ブロックです。','block descriptionIt is a section with a background YouTube video.'=>'背景 YouTube 動画つきのセクションです。','block descriptionIt is a section with a background image/video.'=>'背景画像 / 動画つきのセクションです。','block descriptionLet\'s arrange the voice of the customer.'=>'お客様の声を並べましょう。','block descriptionLet\'s line up the contents like the panel.'=>'パネルのようにコンテンツを並べましょう。','block descriptionLet\'s line up the contents.'=>'コンテンツを並べましょう。','block descriptionLet\'s present the rate plan in an easy-to-understand manner.'=>'料金プランを分かりやすく提示しましょう。','block descriptionOnly the set period is displayed'=>'設定した期間のみ表示されます','block descriptionPrompt visitors to take action with a button-style link.'=>'カスタムボタンで読者にアクションを促しましょう。','block descriptionPrompt visitors to take action with a group of button-style links.'=>'ボタンスタイルのリンクで、訪問者に行動を喚起しましょう。','block descriptionSet media and words side-by-side for a richer layout.'=>'画像と文章を横並びのリッチなレイアウトにします。','block descriptionShow attractive images as beautiful sliders.'=>'魅力的な画像を美しいスライダーとして表示します。','block descriptionShow attractive images as beautiful sliders. This block is being retained for backwards compatibility and is not recommended for use. Its use may slow down the page display.'=>'魅力的な画像を美しいスライダーとして表示します。このブロックは下位互換性のために保持されており、使用することはお勧めできません。使用するとページの表示速度を遅くすることがあります。','block descriptionShow contents as beautiful sliders.'=>'コンテンツを美しいスライダーとして表示します。','block descriptionText can be displayed over large images and videos.'=>'大きな画像や動画の上に文字を表示することができます。','block descriptionThis block can open and close glimpsed contents.'=>'チラ見せしたコンテンツを開閉できるブロックです。','block descriptionThis is a block that displays a list of categories'=>'このブロックはカテゴリーの一覧を表示します','block descriptionThis is tab panel block.'=>'これはタブパネルブロックです。','block descriptionThis is tabs block.'=>'これはタブブロックです。','block descriptionYou can display a slide show with thumbnails. This block is being retained for backwards compatibility and is not recommended for use. Its use may slow down the page display.'=>'サムネイル付きのスライドショーを表示できます。このブロックは下位互換性のために保持されており、使用することはお勧めできません。使用するとページの表示速度を遅くすることがあります。','block descriptionYou can display child pages of this page.'=>'このページの子ページを表示できます。','block descriptionYou can display like me box.'=>'いいね!ボックスを表示できます。','block descriptionYou can display recent posts linked to any taxonomy.'=>'任意のタクソノミーに紐付いた最近の投稿を表示できます。','block descriptionYou can display recent posts with richer.'=>'最近の投稿をよりリッチに表示できます。','block descriptionYou can display terms linked to any taxonomy.'=>'任意のタクソノミーに紐付いたタームの一覧を表示できます。','block descriptionYou can list the FAQs.'=>'FAQを列挙できます。','block descriptionYou can post an information table.'=>'情報テーブルを掲載できます。','block descriptionYou can set up a content area that expands and contracts like the accordion.'=>'アコーディオンのように伸縮するコンテンツエリアを設定できます。','block titleAccordion'=>'アコーディオン','block titleAlert'=>'アラート','block titleBalloon'=>'吹き出し','block titleBanner'=>'バナー','block titleBox'=>'ボックス','block titleButton'=>'ボタン','block titleButton box'=>'ボタンボックス','block titleButtons'=>'ボタン','block titleCategories list'=>'カテゴリー一覧','block titleChild pages'=>'このページの子ページ','block titleContainer'=>'コンテナー','block titleContents outline'=>'目次','block titleContents slider'=>'コンテンツスライダー','block titleCountdown Timer'=>'カウントダウンタイマー','block titleCustom field'=>'カスタムフィールド','block titleDirectory'=>'ディレクトリ','block titleDirectory structure'=>'ディレクトリ構造','block titleEvaluation star'=>'星評価','block titleFAQ'=>'FAQ','block titleFAQs'=>'FAQ','block titleFile'=>'ファイル','block titleFlex'=>'フレックス','block titleGrid'=>'グリッド','block titleHero header'=>'ヒーローヘッダー','block titleIcon list'=>'アイコンリスト','block titleInformation'=>'情報','block titleInsert pattern (Beta)'=>'パターンを挿入(ベータ版)','block titleItem (Block Link)'=>'項目(ブロックリンク)','block titleItem (Deprecated)'=>'項目(非推奨)','block titleItem (Free input)'=>'項目(自由入力)','block titleItem (Standard)'=>'項目(スタンダード)','block titleItems'=>'項目','block titleLike me box'=>'いいね!ボックス','block titleLimited DateTime'=>'期間限定の表示','block titleMedia & text'=>'メディアとテキスト','block titleMenu'=>'メニュー','block titlePanel'=>'パネル','block titlePanel (Free input / Block link)'=>'パネル(自由入力 / ブロックリンク)','block titlePanel (Free input)'=>'パネル(自由入力)','block titlePanel (Horizontal layout)'=>'パネル(水平レイアウト)','block titlePanel (Vertical layout)'=>'パネル(垂直レイアウト)','block titlePanels'=>'パネル','block titlePickup slider'=>'ピックアップスライダー','block titlePickup slider (Deprecated)'=>'ピックアップスライダー(非推奨)','block titlePlan'=>'プラン','block titlePrice menu'=>'価格メニュー','block titlePricing table'=>'価格表','block titleRSS'=>'RSS','block titleRating'=>'レーティング','block titleRating box'=>'レーティングボックス','block titleRead more box'=>'続きを読むボックス','block titleRecent posts'=>'最近の投稿','block titleRow'=>'行','block titleSection'=>'セクション','block titleSection (Break the grid)'=>'セクション(ブロークングリッド)','block titleSection (Side heading)'=>'セクション(サイド見出し)','block titleSection (with background YouTube video)'=>'セクション(背景 YouTube 動画)','block titleSection (with background image/video)'=>'セクション(背景画像 / 動画)','block titleSlide'=>'スライド','block titleSlide (Deprecated)'=>'スライド(非推奨)','block titleSlider'=>'スライダー','block titleSlider (Deprecated)'=>'スライダー(非推奨)','block titleStep (Free input)'=>'ステップ(自由入力)','block titleStep (Standard)'=>'ステップ(スタンダード)','block titleSteps'=>'ステップ','block titleTab panel'=>'タブパネル','block titleTabs'=>'タブ','block titleTaxonomy'=>'タクソノミー','block titleTaxonomy posts'=>'任意のタクソノミーの投稿','block titleTestimonial'=>'お客様の声','block titleTestimonials'=>'お客様の声','block titleThumbnail gallery (Deprecated)'=>'サムネイルギャラリー(非推奨)','category id'=>'カテゴリーID','category name'=>'カテゴリー名','category post count'=>'記事数','category slug'=>'カテゴリースラッグ','check'=>'check','check-circle'=>'check-circle','check-square'=>'check-square','circle-check'=>'circle-check','circle-chevron-right'=>'circle-chevron-right','circle-exclamation'=>'circle-exclamation','circle-right'=>'circle-right','desc'=>'降順','e.g. 16 / 9'=>'例:16 / 9','edit'=>'edit','file - Regular'=>'ファイル - Regular','file - Solid'=>'ファイル - Solid','folder - Regular'=>'フォルダ - Regular','folder - Solid'=>'フォルダ - Solid','folder-open - Regular'=>'開いているフォルダ - Regular','folder-open - Solid'=>'開いているフォルダ - Slid','hand-point-right'=>'hand-point-right','https://2inc.org'=>'https://2inc.org','inc2734'=>'inc2734','lightbulb'=>'lightbulb','order'=>'並べ替えの種別','orderby'=>'並べ替えの基準','square-check'=>'square-check','term_group'=>'タームグループ']]; +return ['project-id-version'=>'Snow Monkey Blocks','report-msgid-bugs-to'=>'https://wordpress.org/support/plugin/snow-monkey-blocks','po-revision-date'=>'2024-07-25 15:56+0900','last-translator'=>'inc2734 ','language-team'=>'Takashi Kitajima ','language'=>'ja_JP','mime-version'=>'1.0','content-type'=>'text/plain; charset=UTF-8','content-transfer-encoding'=>'8bit','plural-forms'=>'nplurals=1; plural=0;','x-generator'=>'Poedit 3.4.4','x-poedit-basepath'=>'..','x-poedit-keywordslist'=>'__;_e;esc_html__;esc_html_e','x-poedit-sourcecharset'=>'UTF-8','x-poedit-searchpath-0'=>'.','x-poedit-searchpath-1'=>'./.translation','x-poedit-searchpathexcluded-0'=>'vendor','x-poedit-searchpathexcluded-1'=>'node_modules','x-poedit-searchpathexcluded-2'=>'dist','x-poedit-searchpathexcluded-3'=>'tests','x-poedit-searchpathexcluded-4'=>'languages','messages'=>['# of slides to scroll (Large window)'=>'スクロールするスライド数(ラージウインドウ)','# of slides to scroll (Medium window)'=>'スクロールするスライド数(ミディアムウインドウ)','# of slides to scroll (Small window)'=>'スクロールするスライド数(スモールウインドウ)','# of slides to show (Large window)'=>'表示するスライド数(ラージウインドウ)','# of slides to show (Medium window)'=>'表示するスライド数(ミディアムウインドウ)','# of slides to show (Small window)'=>'表示するスライド数(スモールウインドウ)','(no title)'=>'(タイトルなし)','+-0%'=>'+-0%','+10%'=>'+10%','+100%'=>'+100%','+20%'=>'+20%','+30%'=>'+30%','+40%'=>'+40%','+50%'=>'+50%','+60%'=>'+60%','+70%'=>'+70%','+80%'=>'+80%','+90%'=>'+90%','-10%'=>'-10%','-20%'=>'-20%','-30%'=>'-30%','-40%'=>'-40%','-50%'=>'-50%','1 column'=>'1カラム','10%'=>'10%','100%'=>'100%','16:9'=>'16:9','2 columns'=>'2カラム','20%'=>'20%','25%'=>'25%','30%'=>'30%','33%'=>'33%','3:4'=>'3:4','40%'=>'40%','4:3'=>'4:3','50%'=>'50%','66%'=>'66%','9:16'=>'9:16','A'=>'A','A accordion item'=>'アコーディオン項目','Adjust the height of the media to the height of the block.'=>'メディアの高さをブロックの高さに揃える。','Align the bottom of the last element of each items'=>'各項目の最後の要素を下に揃える','Align the height of each tab panels'=>'各タブパネルの高さを揃える','Alignment on cross axis'=>'交差軸での配置','Alignment on inline axis'=>'インライン軸での配置','Alignmentable'=>'配置可能','Allow HTML'=>'HTML 許可','Allow shrinkage from the basic size.'=>'基本サイズから縮小できるようにする。','Allows for stretching from the basic size.'=>'基本サイズから伸張できるようにする。','Animation speed in seconds'=>'アニメーションの速さ(秒)','Answer color'=>'回答の色','Answer label'=>'回答のラベル','Answer label font size'=>'回答のラベルの文字サイズ','Aspect ratio'=>'画像のアスペクト比','Authors'=>'著者','Auto'=>'自動','Auto repeat'=>'自動反復','Autoplay Speed in seconds'=>'自動再生の間隔(秒)','Available blocks'=>'利用可能なブロック','Avatar position'=>'アバターの位置','Avatar settings'=>'アバター設定','Background'=>'背景','Background (Fixed) '=>'背景(固定)','Background (Movable) '=>'背景(移動可能)','Background Position (Top / Bottom)'=>'背景位置(上 / 下)','Background color'=>'背景色','Background color of button'=>'ボタンの背景色','Background image'=>'背景画像','Background opacity'=>'背景の不透明度','Background position (Left / Right)'=>'背景位置(左 / 右)','Background text'=>'背景テキスト','Balloon settings'=>'吹き出し設定','Bar color'=>'バーの色','Basic size'=>'基本サイズ','Basic size of the flex item.'=>'フレックスアイテムの基本サイズ。','Block link'=>'ブロックリンク','Block settings'=>'ブロック設定','Blur'=>'ぼかし','Border'=>'枠線','Border radius'=>'角丸半径','Bottom divider'=>'下の仕切り','Boundary line'=>'境界線','Box Shadow'=>'ボックスシャドウ','Button'=>'ボタン','Button justification'=>'ボタンの配置','Button link'=>'ボタンリンク','Button settings'=>'ボタン設定','Button size'=>'ボタンサイズ','Carousel'=>'カルーセル','Carousel (%1$s)'=>'カルーセル(%1$s)','Categories'=>'カテゴリー','Categories list'=>'カテゴリー一覧','Categories list articles'=>'カテゴリーリストの記事数','Categories with a post count of 0 are not displayed even if they are not excluded'=>'投稿数が0のカテゴリは、除外されていない場合でも表示されません','Category description'=>'カテゴリーの説明','Category id'=>'カテゴリーID','Category name'=>'カテゴリー名','Category post count'=>'記事数','Category slug'=>'カテゴリースラッグ','Center'=>'中央','Change content position'=>'コンテンツの位置を変更','Change dots to thumbnails'=>'ドットをサムネイルに変更','Change the slider\'s direction to become right-to-left'=>'スライダーの方向を右から左に変更','Child pages'=>'このページの子ページ','Click on the button below to see all available patterns. Click on any pattern you wish to insert, and that pattern will be inserted into the article.'=>'下記のボタンをクリックすると、利用可能なすべてのパターンが表示されます。挿入したいパターンをクリックすると、そのパターンが記事に挿入されます。','Clock'=>'時刻','Clock color'=>'時刻の色','Clock font size'=>'時刻の文字サイズ','Close'=>'閉じる','Color'=>'色','Column size'=>'カラムサイズ','Columns count'=>'カラム数','Columns per row'=>'行あたりのカラム数','Columns per row (Large window)'=>'行あたりのカラム数(ラージウインドウ)','Columns per row (Medium window)'=>'行あたりのカラム数(ミディアムウインドウ)','Columns per row (Small window)'=>'行あたりのカラム数(スモールウインドウ)','Columns settings'=>'カラム設定','Container'=>'コンテナー','Container alignment'=>'コンテナーの配置','Content column background color'=>'コンテンツカラムの背景色','Content column size'=>'コンテンツカラムのサイズ','Content size adjustment'=>'コンテンツサイズ調整','Contents'=>'コンテンツ','Contents outline'=>'目次','Contents settings'=>'コンテンツ設定','Countdown'=>'カウントダウン','Crop image to fill entire column'=>'カラム全体を塗りつぶすように画像を切り抜く','Curve'=>'カーブ','Custom field name'=>'カスタムフィールド名','Date time'=>'日時','Days'=>'日','Default'=>'デフォルト','Default (Taxonomy selected in this block)'=>'デフォルト(このブロックで選択されたタクソノミー)','Degree of overlap of content to image'=>'画像とコンテンツの重なり具合','Display arrows'=>'矢印を表示','Display author of each items'=>'各項目の著者を表示する','Display button'=>'ボタンを表示','Display caption'=>'キャプションを表示','Display dots'=>'ドットを表示','Display excerpt of each items'=>'各項目の抜粋を表示する','Display image'=>'画像を表示','Display in open state'=>'開いた状態で表示','Display in random order'=>'ランダムな順序で表示','Display link'=>'リンクを表示','Display order settings'=>'表示順の設定','Display pause button for autoplay'=>'自動再生の一時停止ボタンを表示','Display published date of each items'=>'各項目の公開日を表示する','Don\'t split the column in a smartphone'=>'スマートフォンでカラムを分割しない','Dots'=>'ドット','Dots 2'=>'ドット2','Drag images, upload new ones or select files from your library.'=>'画像をドラッグしたり、新しい画像をアップロードしたり、ライブラリからファイルを選択したりできます。','Edit RSS URL'=>'RSS の URL を編集','Enable fade'=>'フェードを有効にする','End datetime'=>'終了日時','Enter title here'=>'タイトルを入力','Evaluation'=>'評価','Exclusion categories settings'=>'除外カテゴリー設定','Facebook page name'=>'Facebook ページ名','Fade'=>'フェード','Filter by %1$s'=>'%1$sで絞り込み','Fit'=>'フィット','Fit to the contents'=>'コンテンツに合わせる','Fit to the image'=>'画像に合わせる','Five-grade evaluation'=>'5段階で評価してください','Focal point picker'=>'焦点ピッカー','Force display category label of each items'=>'各項目のカテゴリーラベルを強制的に表示する','Force display meta of each items'=>'各項目のメタ情報を強制的に表示する','Free input'=>'自由入力','Full'=>'フル','Full height'=>'高さ100%','Full size'=>'フルサイズ','Full width'=>'全幅','Full width (Only contents)'=>'全幅(コンテンツのみ)','Gap'=>'間隔','Ghost'=>'ゴースト','Glue each item together'=>'各項目をくっつける','Grid column: end'=>'グリッド列:終了','Grid column: start'=>'グリッド列:開始','Grid row: end'=>'グリッド行:終了','Grid row: start'=>'グリッド行:開始','Gutenberg blocks collection made by MonkeyWrench.'=>'モンキーレンチ作のブロック集','Header image'=>'ヘッダー画像','Header video'=>'ヘッダー動画','Heading column size'=>'見出しカラムのサイズ','Headings'=>'見出し','Height'=>'高さ','Height of contents when closed'=>'閉じているときのコンテンツの高さ','Horizontal'=>'水平方向','Hours'=>'時間','Icon'=>'アイコン','Icon color'=>'アイコンの色','If "0", all items are displayed.'=>'「0」の場合、すべての項目が表示されます。','If "0", default animation speed.'=>'「0」の場合、デフォルトの速さが使用されます。','If "0", no scroll.'=>'「0」の場合、スクロールしません。','If it\'s already displayed, this setting will be ignored.'=>'すでに表示されている場合、この設定は無視されます。','If no category labels are displayed, this setting will be ignored.'=>'カテゴリーラベルが表示されていない場合、この設定は無視されます。','If the text of each item is long, it is recommended to select other than "Auto".'=>'各項目のテキストが長い場合は「自動」以外を選択することをお勧めします。','Ignore sticky posts'=>'先頭固定表示を除外する','Image'=>'画像','Image > Text'=>'画像 → 文章','Image Size Adjustment'=>'画像サイズ調整','Image aspect ratio'=>'画像のアスペクト比','Image column size'=>'画像カラムのサイズ','Image position'=>'画像の位置','Image settings'=>'画像設定','Images size'=>'画像サイズ','Images size of each items'=>'各項目の画像サイズ','In the actual screen, it is displayed when headings exists on the page.'=>'実際の画面では、見出しがページに存在する場合に表示されます。','Inline'=>'インライン','Insert Pattern (Beta)'=>'パターンを挿入(ベータ版)','Inset'=>'インセット','It must be full width (.alignfull) or wide width (.alignwide).'=>'全幅 (.alignfull) または幅広 (.alignwide) でなければなりません。','Justify items bottom'=>'コンテンツを下揃え','Justify items center'=>'コンテンツを中央揃え','Justify items left'=>'コンテンツを左揃え','Justify items right'=>'コンテンツを右揃え','Justify items top'=>'コンテンツを上揃え','L'=>'L','Label'=>'ラベル','Label (for Close)'=>'ラベル(閉じているとき用)','Label column background color'=>'ラベルカラムの背景色','Label column size'=>'ラベルカラムのサイズ','Label column text color'=>'ラベルカラムの文字色','Label horizontal alignment'=>'ラベルの横位置','Label vertical alignment'=>'ラベルの縦位置','Large image'=>'大きな画像','Latest posts'=>'最新の投稿','Layout'=>'レイアウト','Left'=>'左','Left / Bottom / In'=>'左 / 下 / イン','Left / Bottom / Out'=>'左 / 下 / アウト','Left / Top / In'=>'左 / 上 / イン','Left / Top / Out'=>'左 / 上 / アウト','Left side'=>'左側','Level'=>'レベル','Like me box'=>'いいね!ボックス','Line'=>'ライン','Line height'=>'行の高さ','Link'=>'リンク','Link color'=>'リンク色','Link is made not only to the button but to the whole block.'=>'ボタンだけでなくブロック全体にリンクを張ります。','Link settings'=>'リンク設定','Link text'=>'リンクテキスト','Link type'=>'リンクの種類','Litle wider'=>'少し広め','Loading setting data'=>'設定をロード中','Loading taxonomies…'=>'タクソノミーを読み込んでいます…','M'=>'M','Main visual'=>'メインビジュアル','Make sure the background doesn\'t overflow to the outside'=>'背景が外側にはみ出さないようにする','Make the contents width slim'=>'コンテンツの幅をスリム幅にする','Mask Color'=>'マスクの色','Masks the lower part when closed'=>'閉じているとき下部をマスクする','Max width of the contents'=>'コンテンツの最大幅','Maximum number of displays'=>'最大表示数','Maximum width'=>'最大幅','Media'=>'メディア','Media & sentence'=>'メディアと文章','Media settings'=>'メディア設定','Middle'=>'中央','Min height'=>'最小の高さ','Minimum width'=>'最小幅','Minutes'=>'分','More wider'=>'もっと広め','Move %1$s down'=>'下に %1$s 移動','Move %1$s up'=>'上に %1$s 移動','Move to before 1st heading'=>'最初の見出しの前に移動','Move to down'=>'下に移動','Move to left'=>'左に移動','Move to right'=>'右に移動','Move to up'=>'上に移動','Name'=>'名前','No pages found.'=>'ページが見つかりませんでした。','No wrap'=>'折り返さない','Noise'=>'ノイズ','None'=>'なし','Normal alert'=>'ノーマルアラート','Normal size'=>'ノーマルサイズ','Not been set.'=>'設定されていません。','Not initialized properly.'=>'正しく初期化されていません。','Number color'=>'番号の色','Number of columns displayed on mobile device'=>'モバイル端末時の表示カラム数','Number of columns in grid'=>'グリッドのカラム数','Number of posts'=>'表示する投稿数','Number of rows in grid'=>'グリッドの行数','Numeric'=>'数値','Numeric color'=>'数値の色','Numeric font size'=>'数値の文字サイズ','Numeric position'=>'数値の位置','Only the actual contribution screen is displayed'=>'通常の投稿画面のみ表示されます','Only the set period is displayed'=>'設定した期間のみ表示されます','Opacity'=>'不透明度','Outer'=>'外枠','Outline'=>'アウトライン','Overall link'=>'全体リンク','Overlap divider on content'=>'コンテンツに区切りを重ねる','Overlay'=>'オーバレイ','PC'=>'PC','Padding'=>'パディング','Panels'=>'パネル','Parallax (Deprecated)'=>'パララックス(非推奨)','Pause autoplay'=>'自動再生を一時停止','Pickup slider'=>'ピックアップスライダー','Please input "Facebook page name"'=>'「Facebook ページ名」を入力してください','Position'=>'位置','Position (Top / Bottom)'=>'位置(上 / 下)','Position left'=>'左側','Position right'=>'右側','Post type'=>'投稿タイプ','Posts list'=>'投稿リスト','Posts with "pickup" tag are displayed as sliders.'=>'「pickup」タグが付与された記事をスライダーとして表示します。','Prev/Next arrows'=>'前/次の矢印','Price'=>'価格','Price font size'=>'価格の文字サイズ','Q'=>'Q','Question'=>'質問','Question color'=>'質問の色','Question font size'=>'質問の文字サイズ','Question label'=>'質問のラベル','Question label font size'=>'質問のラベルの文字サイズ','Rating'=>'レーティング','Read more'=>'続きを読む','Recent posts'=>'最近の投稿','Recommend length up to %d'=>'文字長は%dまでを推奨します','Release'=>'解除','Remark alert'=>'リマークアラート','Remove container padding of the contents'=>'コンテンツ部分のコンテナーの余白を削除','Remove left and right spaces'=>'左右のスペースを削除','Remove outside padding'=>'外側のパディングを削除','Remove this placeholder'=>'このプレースホルダーを削除','Remove this tab'=>'このタブを削除','Repeat images'=>'画像を繰り返す','Reset available blocks settings'=>'利用可能なブロックの設定をリセット','Rich media'=>'リッチメディア','Right'=>'右','Right / Bottom / In'=>'右 / 下 / イン','Right / Bottom / Out'=>'右 / 下 / アウト','Right / Top / In'=>'右 / 上 / イン','Right / Top / Out'=>'右 / 上 / アウト','Right side'=>'右側','Rows count'=>'行数','S'=>'S','Search'=>'検索','Seconds'=>'秒','Set padding around images'=>'画像の周りに余白を設定','Shade off'=>'ぼかす','Shadow settings'=>'影の設定','Shifting the slider'=>'スライダーをずらす','Show avatar'=>'アバターを表示','Show avatar on left'=>'アバターを左に表示','Show avatar on right'=>'アバターを右に表示','Show dot indicators'=>'ドットインジケータを表示する','Show h2'=>'h2 を表示','Show h3'=>'h3 を表示','Show h4'=>'h4 を表示','Show heading blocks in section blocks'=>'セクション内の見出しを表示','Show heading on left'=>'見出しを左に表示','Show heading on right'=>'見出しを右に表示','Show media on bottom'=>'メディアを下に表示','Show media on left'=>'メディアを左に表示','Show media on right'=>'メディアを右に表示','Show media on top'=>'メディアを上に表示','Show numeric'=>'数値を表示','Show section block titles'=>'セクションのタイトルを表示','Shuffle slides'=>'スライドをシャッフル','Simple'=>'シンプル','Size'=>'サイズ','Slash'=>'スラッシュ','Slide animation speed in milliseconds'=>'スライドアニメーション速度(ミリ秒)','Slider'=>'スライダー','Slides settings'=>'スライド設定','Snow Monkey Blocks'=>'Snow Monkey Blocks','Snow Monkey Blocks is optimized for the %1$sSnow Monkey%2$s theme, but it can also be used with other themes.'=>'Snow Monkey Blocksは %1$sSnow Monkey%2$s テーマに最適化されていますが、他のテーマでも使用できます。','Sort by mobile'=>'モバイルの並び順','Specify a custom field name.'=>'カスタムフィールド名を指定してください。','Specify the parent page'=>'親ページを指定する','Spread'=>'スプレッド','Start autoplay'=>'自動再生を開始','Start datetime'=>'開始日時','Stretch'=>'均等','Stripe'=>'ストライプ','Success alert'=>'サクセスアラート','Tab'=>'タブ','Tablet'=>'タブレット','Tabs justification'=>'タブの配置','Tabs orientation'=>'タブの向き','Tag'=>'タグ','Tags'=>'タグ','Taxonomies'=>'タクソノミー','Taxonomy'=>'タクソノミー','Taxonomy posts'=>'任意のタクソノミーの投稿','Taxonomy to use for the category label'=>'カテゴリーラベルに使用するタクソノミー','Text'=>'テキスト','Text 2'=>'テキスト2','Text > Image'=>'文章 → 画像','Text color'=>'文字色','Text color of button'=>'ボタンの文字色','Text if no posts matched'=>'一致する投稿がない場合のテキスト','Texture'=>'テクスチャ','Texture opacity'=>'テクスチャの不透明度','The display order you set is valid only on the actual contribution screen'=>'設定した表示順は実際の投稿画面でのみ有効です','The gap between each item'=>'各項目間の間隔','This setting is being retained for backwards compatibility and is not recommended for use. Its use may slow down the page display.'=>'この設定は下位互換性のために保持されており、使用することはお勧めできません。使用するとページの表示速度を遅くすることがあります。','Tilt'=>'傾斜','Title'=>'タイトル','Title background color'=>'タイトルの背景色','Title color'=>'タイトルの色','Title font size'=>'タイトルの文字サイズ','Title position'=>'タイトルの位置','Title tag'=>'タイトルタグ','Title tag of each items'=>'各項目のタイトルタグ','Title text color'=>'タイトルの文字色','Top'=>'上','Top divider'=>'上の仕切り','Triangle'=>'三角','Triangle (Large)'=>'三角(大)','Type'=>'タイプ','Unlink'=>'リンクを解除','Use end datetime'=>'終了日時を使用する','Use preset'=>'プリセットを使用','Use start datetime'=>'開始日時を使用する','Vertical'=>'垂直方向','Vertical position of content'=>'コンテンツの縦位置','Video'=>'動画','Video height'=>'ビデオの高さ','Video settings'=>'動画設定','Video width'=>'動画の横幅','Warning alert'=>'ワーニングアラート','Wave'=>'波','When to divide columns'=>'カラム分割するタイミング','When used together with the %1$sSnow Monkey%2$s theme, it can be displayed with the most beautiful balance, and it is displayed on the edit screen with the same design as the front screen.'=>'%1$sSnow Monkey%2$s テーマと一緒に使用すると、最も美しいバランスで表示され、フロントスクリーンと同じデザインで編集画面に表示されます。','Wide'=>'広め','Wide width'=>'幅広','Wide width (Only contents)'=>'幅広(コンテンツのみ)','Wider'=>'広め','Wrap'=>'折り返す','Wrapper'=>'ラッパー','Wrapper tag'=>'大枠のタグ','Write a description…'=>'説明を書く…','Write caption…'=>'キャプションを書く…','Write content…'=>'内容を書く…','Write directory name…'=>'ディレクトリ名を書く…','Write file name…'=>'ファイル名を書く…','Write label…'=>'ラベルを書く…','Write lede…'=>'リード文を書く…','Write name…'=>'名前を書く…','Write note…'=>'注釈を書く…','Write price…'=>'価格を書く…','Write question…'=>'質問を書く…','Write subtitle…'=>'サブタイトルを書く…','Write title…'=>'タイトルを書く…','YouTube URL'=>'YouTube URL','[ PR ] Premium WordPress Theme Snow Monkey'=>'【PR】プレミアム WordPress テーマ Snow Monkey','[Common]'=>'[一般]','[Deprecated]'=>'[非推奨]','[Layout]'=>'[レイアウト]','[Sections]'=>'[セクション]','angle-right'=>'angle-right','angles-right'=>'angle-right','arrow-right'=>'arrow-right','articles'=>'記事','asc'=>'昇順','block descriptionChild blocks can be layout in flex box.'=>'子ブロックをフレックスボックス内にレイアウトできます。','block descriptionChild blocks can be layout in grid.'=>'子ブロックをグリッド内にレイアウトできます。','block descriptionContainer blocks keep content within a certain width.'=>'コンテナブロックはコンテンツを一定の幅に収めます。','block descriptionContents can be separated by appropriate margins.'=>'コンテンツを適切な余白で区切ることができます。','block descriptionDisplay a directory item'=>'ディレクトリ項目を表示する','block descriptionDisplay a file item'=>'ファイル項目を表示する','block descriptionDisplay a list of directories and files'=>'ディレクトリとファイルの一覧を表示する','block descriptionDisplay entries from any RSS or Atom feed.'=>'RSS または Atom フィードからの投稿を表示します。','block descriptionDisplay posts with pickup tags as a slider.'=>'「pickup」タグが付与された記事をスライダーとして表示します。','block descriptionDisplay posts with pickup tags as a slider. This block is being retained for backwards compatibility and is not recommended for use. Its use may slow down the page display.'=>'「pickup」タグが付与された記事をスライダーとして表示します。このブロックは下位互換性のために保持されており、使用することはお勧めできません。使用するとページの表示速度を遅くすることがあります。','block descriptionDisplay the countdown until the set date and time (Front-end only)'=>'設定した日時までのカウントダウンを表示 (実画面のみ反映)','block descriptionDisplay the menu name and the price.'=>'メニュー名と価格を表示します。','block descriptionDisplay the table of contents above the first heading.'=>'最初の見出しの上に目次を表示します。','block descriptionDisplays the value of a custom field.'=>'カスタムフィールドの値を表示します。','block descriptionEvaluate with bars.'=>'バーで評価します。','block descriptionEvaluate with star icons'=>'星アイコンで評価します','block descriptionExpress the steps in an easy-to-understand manner.'=>'ステップをわかりやすい手順で表現しましょう。','block descriptionIcons are displayed only on the actual screen.'=>'アイコンは実際の画面でのみ表示されます。','block descriptionInsert a pattern (Only root). This block is beta version. This block may be significantly modified or discontinued in the future. In that case, however, the inserted patterns will not be affected.'=>'パターンを挿入します(ルートのみ)。このブロックはベータ版です。今後、このブロックは大幅に変更されたり、廃止されたりする可能性があります。ただし、その場合でも挿入したパターンには影響がありません。','block descriptionIt is a block that can express a conversation.'=>'会話を表現できるブロックです。','block descriptionIt is a block that warns visitors.'=>'閲覧者に注意を促すブロックです。','block descriptionIt is a box.'=>'箱です。','block descriptionIt is a break the grid section.'=>'ブロークングリッドセクションです。','block descriptionIt is a button with micro copy.'=>'マイクロコピー付きのボタンです。','block descriptionIt is a child block of the FAQ block.'=>'FAQブロックの子ブロックです。','block descriptionIt is a child block of the contents slider block.'=>'コンテンツスライダーブロックの子ブロックです。','block descriptionIt is a child block of the information block.'=>'情報ブロックの子ブロックです。','block descriptionIt is a child block of the items block.'=>'項目ブロックの子ブロックです。','block descriptionIt is a child block of the panels block.'=>'パネルブロックの子ブロックです。','block descriptionIt is a child block of the price menu block.'=>'価格メニューブロックの子ブロックです。','block descriptionIt is a child block of the pricing table block.'=>'価格表ブロックの子ブロックです。','block descriptionIt is a child block of the rating box block.'=>'レーティングボックスブロックの子ブロックです。','block descriptionIt is a child block of the slider block.'=>'スライダーブロックの子ブロックです。','block descriptionIt is a child block of the step block.'=>'ステップブロックの子ブロックです。','block descriptionIt is a child block of the testimonial block.'=>'お客様の声ブロックの子ブロックです。','block descriptionIt is a child block of the thumbnail gallery block.'=>'サムネイルギャラリーブロックの子ブロックです。','block descriptionIt is a section with a background YouTube video.'=>'背景 YouTube 動画つきのセクションです。','block descriptionIt is a section with a background image/video.'=>'背景画像 / 動画つきのセクションです。','block descriptionLet\'s arrange the voice of the customer.'=>'お客様の声を並べましょう。','block descriptionLet\'s line up the contents like the panel.'=>'パネルのようにコンテンツを並べましょう。','block descriptionLet\'s line up the contents.'=>'コンテンツを並べましょう。','block descriptionLet\'s present the rate plan in an easy-to-understand manner.'=>'料金プランを分かりやすく提示しましょう。','block descriptionOnly the set period is displayed'=>'設定した期間のみ表示されます','block descriptionPrompt visitors to take action with a button-style link.'=>'カスタムボタンで読者にアクションを促しましょう。','block descriptionPrompt visitors to take action with a group of button-style links.'=>'ボタンスタイルのリンクで、訪問者に行動を喚起しましょう。','block descriptionSet media and words side-by-side for a richer layout.'=>'画像と文章を横並びのリッチなレイアウトにします。','block descriptionShow attractive images as beautiful sliders.'=>'魅力的な画像を美しいスライダーとして表示します。','block descriptionShow attractive images as beautiful sliders. This block is being retained for backwards compatibility and is not recommended for use. Its use may slow down the page display.'=>'魅力的な画像を美しいスライダーとして表示します。このブロックは下位互換性のために保持されており、使用することはお勧めできません。使用するとページの表示速度を遅くすることがあります。','block descriptionShow contents as beautiful sliders.'=>'コンテンツを美しいスライダーとして表示します。','block descriptionText can be displayed over large images and videos.'=>'大きな画像や動画の上に文字を表示することができます。','block descriptionThis block can open and close glimpsed contents.'=>'チラ見せしたコンテンツを開閉できるブロックです。','block descriptionThis is a block that displays a list of categories'=>'このブロックはカテゴリーの一覧を表示します','block descriptionThis is tab panel block.'=>'これはタブパネルブロックです。','block descriptionThis is tabs block.'=>'これはタブブロックです。','block descriptionYou can display a slide show with thumbnails. This block is being retained for backwards compatibility and is not recommended for use. Its use may slow down the page display.'=>'サムネイル付きのスライドショーを表示できます。このブロックは下位互換性のために保持されており、使用することはお勧めできません。使用するとページの表示速度を遅くすることがあります。','block descriptionYou can display child pages of this page.'=>'このページの子ページを表示できます。','block descriptionYou can display like me box.'=>'いいね!ボックスを表示できます。','block descriptionYou can display recent posts linked to any taxonomy.'=>'任意のタクソノミーに紐付いた最近の投稿を表示できます。','block descriptionYou can display recent posts with richer.'=>'最近の投稿をよりリッチに表示できます。','block descriptionYou can display terms linked to any taxonomy.'=>'任意のタクソノミーに紐付いたタームの一覧を表示できます。','block descriptionYou can list the FAQs.'=>'FAQを列挙できます。','block descriptionYou can post an information table.'=>'情報テーブルを掲載できます。','block descriptionYou can set up a content area that expands and contracts like the accordion.'=>'アコーディオンのように伸縮するコンテンツエリアを設定できます。','block titleAccordion'=>'アコーディオン','block titleAlert'=>'アラート','block titleBalloon'=>'吹き出し','block titleBanner'=>'バナー','block titleBox'=>'ボックス','block titleButton'=>'ボタン','block titleButton box'=>'ボタンボックス','block titleButtons'=>'ボタン','block titleCategories list'=>'カテゴリー一覧','block titleChild pages'=>'このページの子ページ','block titleContainer'=>'コンテナー','block titleContents outline'=>'目次','block titleContents slider'=>'コンテンツスライダー','block titleCountdown Timer'=>'カウントダウンタイマー','block titleCustom field'=>'カスタムフィールド','block titleDirectory'=>'ディレクトリ','block titleDirectory structure'=>'ディレクトリ構造','block titleEvaluation star'=>'星評価','block titleFAQ'=>'FAQ','block titleFAQs'=>'FAQ','block titleFile'=>'ファイル','block titleFlex'=>'フレックス','block titleGrid'=>'グリッド','block titleHero header'=>'ヒーローヘッダー','block titleIcon list'=>'アイコンリスト','block titleInformation'=>'情報','block titleInsert pattern (Beta)'=>'パターンを挿入(ベータ版)','block titleItem (Block Link)'=>'項目(ブロックリンク)','block titleItem (Deprecated)'=>'項目(非推奨)','block titleItem (Free input)'=>'項目(自由入力)','block titleItem (Standard)'=>'項目(スタンダード)','block titleItems'=>'項目','block titleLike me box'=>'いいね!ボックス','block titleLimited DateTime'=>'期間限定の表示','block titleMedia & text'=>'メディアとテキスト','block titleMenu'=>'メニュー','block titlePanel'=>'パネル','block titlePanel (Free input / Block link)'=>'パネル(自由入力 / ブロックリンク)','block titlePanel (Free input)'=>'パネル(自由入力)','block titlePanel (Horizontal layout)'=>'パネル(水平レイアウト)','block titlePanel (Vertical layout)'=>'パネル(垂直レイアウト)','block titlePanels'=>'パネル','block titlePickup slider'=>'ピックアップスライダー','block titlePickup slider (Deprecated)'=>'ピックアップスライダー(非推奨)','block titlePlan'=>'プラン','block titlePrice menu'=>'価格メニュー','block titlePricing table'=>'価格表','block titleRSS'=>'RSS','block titleRating'=>'レーティング','block titleRating box'=>'レーティングボックス','block titleRead more box'=>'続きを読むボックス','block titleRecent posts'=>'最近の投稿','block titleRow'=>'行','block titleSection'=>'セクション','block titleSection (Break the grid)'=>'セクション(ブロークングリッド)','block titleSection (Side heading)'=>'セクション(サイド見出し)','block titleSection (with background YouTube video)'=>'セクション(背景 YouTube 動画)','block titleSection (with background image/video)'=>'セクション(背景画像 / 動画)','block titleSlide'=>'スライド','block titleSlide (Deprecated)'=>'スライド(非推奨)','block titleSlider'=>'スライダー','block titleSlider (Deprecated)'=>'スライダー(非推奨)','block titleStep (Free input)'=>'ステップ(自由入力)','block titleStep (Standard)'=>'ステップ(スタンダード)','block titleSteps'=>'ステップ','block titleTab panel'=>'タブパネル','block titleTabs'=>'タブ','block titleTaxonomy'=>'タクソノミー','block titleTaxonomy posts'=>'任意のタクソノミーの投稿','block titleTestimonial'=>'お客様の声','block titleTestimonials'=>'お客様の声','block titleThumbnail gallery (Deprecated)'=>'サムネイルギャラリー(非推奨)','category id'=>'カテゴリーID','category name'=>'カテゴリー名','category post count'=>'記事数','category slug'=>'カテゴリースラッグ','check'=>'check','check-circle'=>'check-circle','check-square'=>'check-square','circle-check'=>'circle-check','circle-chevron-right'=>'circle-chevron-right','circle-exclamation'=>'circle-exclamation','circle-right'=>'circle-right','desc'=>'降順','e.g. 16 / 9'=>'例:16 / 9','edit'=>'edit','file - Regular'=>'ファイル - Regular','file - Solid'=>'ファイル - Solid','folder - Regular'=>'フォルダ - Regular','folder - Solid'=>'フォルダ - Solid','folder-open - Regular'=>'開いているフォルダ - Regular','folder-open - Solid'=>'開いているフォルダ - Slid','hand-point-right'=>'hand-point-right','https://2inc.org'=>'https://2inc.org','inc2734'=>'inc2734','lightbulb'=>'lightbulb','order'=>'並べ替えの種別','orderby'=>'並べ替えの基準','square-check'=>'square-check','term_group'=>'タームグループ']]; diff --git a/languages/snow-monkey-blocks-ja.mo b/languages/snow-monkey-blocks-ja.mo index ea8051b7..885e032b 100644 Binary files a/languages/snow-monkey-blocks-ja.mo and b/languages/snow-monkey-blocks-ja.mo differ diff --git a/languages/snow-monkey-blocks-ja.po b/languages/snow-monkey-blocks-ja.po index 75b66067..2e2fb2a9 100755 --- a/languages/snow-monkey-blocks-ja.po +++ b/languages/snow-monkey-blocks-ja.po @@ -5,8 +5,8 @@ msgstr "" "Project-Id-Version: Snow Monkey Blocks\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/snow-monkey-" "blocks\n" -"POT-Creation-Date: 2024-06-13T09:44:27+00:00\n" -"PO-Revision-Date: 2024-06-13 18:45+0900\n" +"POT-Creation-Date: 2024-07-25T06:53:20+00:00\n" +"PO-Revision-Date: 2024-07-25 15:56+0900\n" "Last-Translator: inc2734 \n" "Language-Team: Takashi Kitajima \n" "Language: ja_JP\n" @@ -73,11 +73,11 @@ msgstr "最近の投稿" msgid "(no title)" msgstr "(タイトルなし)" -#: dist/blocks/child-pages/view.php:82 +#: dist/blocks/child-pages/view.php:84 msgid "No pages found." msgstr "ページが見つかりませんでした。" -#: dist/blocks/contents-outline/view.php:47 +#: dist/blocks/contents-outline/view.php:54 #: dist/blocks/contents-outline/index.js:1 msgid "Contents outline" msgstr "目次" @@ -173,6 +173,14 @@ msgstr "ブロック設定" msgid "Display in open state" msgstr "開いた状態で表示" +#: dist/blocks/accordion/item/index.js:1 +msgid "Title background color" +msgstr "タイトルの背景色" + +#: dist/blocks/accordion/item/index.js:1 +msgid "Title text color" +msgstr "タイトルの文字色" + #: dist/blocks/accordion/item/index.js:1 msgid "Enter title here" msgstr "タイトルを入力" @@ -268,10 +276,6 @@ msgstr "枠線" #: dist/blocks/balloon/index.js:1 dist/blocks/btn-box/index.js:1 #: dist/blocks/btn/index.js:1 dist/blocks/items/item/block-link/index.js:1 #: dist/blocks/items/item/standard/index.js:1 dist/blocks/media-text/index.js:1 -#: dist/blocks/panels/item/block-link/index.js:1 -#: dist/blocks/panels/item/free/index.js:1 -#: dist/blocks/panels/item/horizontal/index.js:1 -#: dist/blocks/panels/item/vertical/index.js:1 #: dist/blocks/pricing-table/item/index.js:1 #: dist/blocks/read-more-box/index.js:1 #: dist/blocks/section-break-the-grid/index.js:25 @@ -283,10 +287,6 @@ msgstr "背景色" #: dist/blocks/items/item/banner/index.js:1 #: dist/blocks/items/item/block-link/index.js:1 #: dist/blocks/items/item/standard/index.js:1 dist/blocks/media-text/index.js:1 -#: dist/blocks/panels/item/block-link/index.js:1 -#: dist/blocks/panels/item/free/index.js:1 -#: dist/blocks/panels/item/horizontal/index.js:1 -#: dist/blocks/panels/item/vertical/index.js:1 #: dist/blocks/pricing-table/item/index.js:1 #: dist/blocks/read-more-box/index.js:1 #: dist/blocks/section-break-the-grid/index.js:1 @@ -331,17 +331,10 @@ msgid "Name" msgstr "名前" #: dist/blocks/box/index.js:1 dist/blocks/btn-box/index.js:1 -#: dist/blocks/btn/index.js:1 dist/blocks/countdown/index.js:1 -#: dist/blocks/evaluation-star/index.js:1 dist/blocks/faq/item/index.js:1 -#: dist/blocks/flex/index.js:1 dist/blocks/hero-header/index.js:1 -#: dist/blocks/information/index.js:1 dist/blocks/items/item/banner/index.js:1 +#: dist/blocks/btn/index.js:1 dist/blocks/flex/index.js:1 +#: dist/blocks/hero-header/index.js:1 dist/blocks/information/index.js:1 +#: dist/blocks/items/item/banner/index.js:1 #: dist/blocks/items/item/item/index.js:1 dist/blocks/list/index.js:1 -#: dist/blocks/media-text/index.js:1 -#: dist/blocks/panels/item/block-link/index.js:1 -#: dist/blocks/panels/item/free/index.js:1 -#: dist/blocks/panels/item/horizontal/index.js:1 -#: dist/blocks/panels/item/vertical/index.js:1 -#: dist/blocks/rating-box/item/index.js:1 #: dist/blocks/section-break-the-grid/index.js:1 #: dist/blocks/section-break-the-grid/index.js:25 #: dist/blocks/section-side-heading/index.js:1 @@ -349,7 +342,6 @@ msgstr "名前" #: dist/blocks/section-with-bgvideo/index.js:1 dist/blocks/section/index.js:1 #: dist/blocks/spider-contents-slider/index.js:1 #: dist/blocks/spider-contents-slider/item/index.js:1 -#: dist/blocks/step/item/free/index.js:1 #: dist/blocks/step/item/standard/index.js:1 msgid "Color" msgstr "色" @@ -438,53 +430,12 @@ msgstr "角丸半径" msgid "Background" msgstr "背景" -#: dist/blocks/box/index.js:1 dist/blocks/hero-header/index.js:1 -#: dist/blocks/information/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:25 -#: dist/blocks/section-side-heading/index.js:1 -#: dist/blocks/section-with-bgimage/index.js:1 -#: dist/blocks/section-with-bgvideo/index.js:1 dist/blocks/section/index.js:1 -#: dist/blocks/spider-contents-slider/item/index.js:1 -msgid "Padding" -msgstr "パディング" - -#: dist/blocks/box/index.js:1 dist/blocks/information/index.js:1 -#: dist/blocks/media-text/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:25 -#: dist/blocks/section-side-heading/index.js:1 -#: dist/blocks/spider-contents-slider/index.js:1 -#: dist/blocks/spider-contents-slider/item/index.js:1 -#: dist/blocks/spider-slider/index.js:1 -msgid "S" -msgstr "S" - -#: dist/blocks/box/index.js:1 dist/blocks/information/index.js:1 -#: dist/blocks/media-text/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:25 -#: dist/blocks/section-side-heading/index.js:1 -#: dist/blocks/spider-contents-slider/index.js:1 -#: dist/blocks/spider-contents-slider/item/index.js:1 -#: dist/blocks/spider-slider/index.js:1 -msgid "M" -msgstr "M" - -#: dist/blocks/box/index.js:1 dist/blocks/information/index.js:1 -#: dist/blocks/media-text/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:25 -#: dist/blocks/section-side-heading/index.js:1 -#: dist/blocks/spider-contents-slider/index.js:1 -#: dist/blocks/spider-contents-slider/item/index.js:1 -#: dist/blocks/spider-slider/index.js:1 -msgid "L" -msgstr "L" - #: dist/blocks/btn-box/index.js:1 dist/blocks/btn/index.js:1 #: dist/blocks/child-pages/index.js:4 dist/blocks/countdown/index.js:1 -#: dist/blocks/hero-header/index.js:1 dist/blocks/information/index.js:1 -#: dist/blocks/items/index.js:1 dist/blocks/media-text/index.js:1 -#: dist/blocks/read-more-box/index.js:1 dist/blocks/recent-posts/index.js:7 -#: dist/blocks/rss/index.js:4 dist/blocks/section-break-the-grid/index.js:1 +#: dist/blocks/hero-header/index.js:1 dist/blocks/items/index.js:1 +#: dist/blocks/media-text/index.js:1 dist/blocks/read-more-box/index.js:1 +#: dist/blocks/recent-posts/index.js:7 dist/blocks/rss/index.js:4 +#: dist/blocks/section-break-the-grid/index.js:1 #: dist/blocks/section-side-heading/index.js:1 #: dist/blocks/section-with-bgimage/index.js:1 #: dist/blocks/section-with-bgvideo/index.js:1 dist/blocks/section/index.js:1 @@ -621,6 +572,10 @@ msgstr "カテゴリー一覧" msgid "Loading setting data" msgstr "設定をロード中" +#: dist/blocks/categories-list/index.js:1 +msgid "Only the actual contribution screen is displayed" +msgstr "通常の投稿画面のみ表示されます" + #: dist/blocks/categories-list/index.js:1 msgid "Categories list articles" msgstr "カテゴリーリストの記事数" @@ -680,11 +635,8 @@ msgstr "昇順" msgid "desc" msgstr "降順" -#: dist/blocks/categories-list/index.js:1 -msgid "Only the actual contribution screen is displayed" -msgstr "通常の投稿画面のみ表示されます" - -#: dist/blocks/child-pages/index.js:1 +#: dist/blocks/child-pages/index.js:1 dist/blocks/price-menu/item/index.js:1 +#: dist/blocks/rating-box/item/index.js:1 dist/blocks/step/item/free/index.js:1 msgid "Title" msgstr "タイトル" @@ -809,6 +761,12 @@ msgstr "親ページを指定する" msgid "Search" msgstr "検索" +#: dist/blocks/child-pages/index.js:4 dist/blocks/recent-posts/index.js:7 +#: dist/blocks/rss/index.js:4 dist/blocks/taxonomy-posts/index.js:4 +#: dist/blocks/testimonial/index.js:1 +msgid "The gap between each item" +msgstr "各項目間の間隔" + #: dist/blocks/container/index.js:1 #: dist/blocks/section-break-the-grid/index.js:1 #: dist/blocks/section-side-heading/index.js:1 @@ -885,6 +843,22 @@ msgstr "インライン" msgid "Countdown" msgstr "カウントダウン" +#: dist/blocks/countdown/index.js:1 dist/blocks/rating-box/item/index.js:1 +msgid "Numeric font size" +msgstr "数値の文字サイズ" + +#: dist/blocks/countdown/index.js:1 dist/blocks/rating-box/item/index.js:1 +msgid "Numeric" +msgstr "数値" + +#: dist/blocks/countdown/index.js:1 +msgid "Clock font size" +msgstr "時刻の文字サイズ" + +#: dist/blocks/countdown/index.js:1 +msgid "Clock" +msgstr "時刻" + #: dist/blocks/countdown/index.js:1 dist/blocks/evaluation-star/index.js:1 msgid "Numeric color" msgstr "数値の色" @@ -905,6 +879,13 @@ msgstr "カスタムフィールド名" msgid "Specify a custom field name." msgstr "カスタムフィールド名を指定してください。" +#: dist/blocks/directory-structure/index.js:1 +#: dist/blocks/directory-structure/item/directory/index.js:1 +#: dist/blocks/directory-structure/item/file/index.js:1 +#: dist/blocks/evaluation-star/index.js:1 dist/blocks/list/index.js:1 +msgid "Icon color" +msgstr "アイコンの色" + #: dist/blocks/directory-structure/item/directory/index.js:1 msgid "folder - Solid" msgstr "フォルダ - Solid" @@ -921,12 +902,6 @@ msgstr "開いているフォルダ - Regular" msgid "folder - Regular" msgstr "フォルダ - Regular" -#: dist/blocks/directory-structure/item/directory/index.js:1 -#: dist/blocks/directory-structure/item/file/index.js:1 -#: dist/blocks/evaluation-star/index.js:1 dist/blocks/list/index.js:1 -msgid "Icon color" -msgstr "アイコンの色" - #: dist/blocks/directory-structure/item/directory/index.js:1 msgid "Write directory name…" msgstr "ディレクトリ名を書く…" @@ -972,17 +947,37 @@ msgid "Numeric position" msgstr "数値の位置" #: dist/blocks/faq/item/index.js:1 -msgid "Question color" -msgstr "質問の色" +msgid "Question font size" +msgstr "質問の文字サイズ" #: dist/blocks/faq/item/index.js:1 -msgid "Answer color" -msgstr "回答の色" +msgid "Question" +msgstr "質問" + +#: dist/blocks/faq/item/index.js:1 +msgid "Question label font size" +msgstr "質問のラベルの文字サイズ" #: dist/blocks/faq/item/index.js:1 msgid "Question label" msgstr "質問のラベル" +#: dist/blocks/faq/item/index.js:1 +msgid "Answer label font size" +msgstr "回答のラベルの文字サイズ" + +#: dist/blocks/faq/item/index.js:1 dist/blocks/faq/item/index.js:4 +msgid "Answer label" +msgstr "回答のラベル" + +#: dist/blocks/faq/item/index.js:1 +msgid "Question color" +msgstr "質問の色" + +#: dist/blocks/faq/item/index.js:1 +msgid "Answer color" +msgstr "回答の色" + #: dist/blocks/faq/item/index.js:1 msgid "Q" msgstr "Q" @@ -992,10 +987,6 @@ msgstr "Q" msgid "Recommend length up to %d" msgstr "文字長は%dまでを推奨します" -#: dist/blocks/faq/item/index.js:4 -msgid "Answer label" -msgstr "回答のラベル" - #: dist/blocks/faq/item/index.js:4 msgid "A" msgstr "A" @@ -1199,6 +1190,16 @@ msgstr "オーバレイ" msgid "Contents" msgstr "コンテンツ" +#: dist/blocks/hero-header/index.js:1 dist/blocks/information/index.js:1 +#: dist/blocks/section-break-the-grid/index.js:1 +#: dist/blocks/section-break-the-grid/index.js:25 +#: dist/blocks/section-side-heading/index.js:1 +#: dist/blocks/section-with-bgimage/index.js:1 +#: dist/blocks/section-with-bgvideo/index.js:1 dist/blocks/section/index.js:1 +#: dist/blocks/spider-contents-slider/item/index.js:1 +msgid "Padding" +msgstr "パディング" + #: dist/blocks/hero-header/index.js:1 msgid "Alignment on inline axis" msgstr "インライン軸での配置" @@ -1293,8 +1294,8 @@ msgstr "行あたりのカラム数(ミディアムウインドウ)" msgid "Columns per row (Small window)" msgstr "行あたりのカラム数(スモールウインドウ)" -#: dist/blocks/items/index.js:1 dist/blocks/media-text/index.js:1 -#: dist/blocks/panels/index.js:1 dist/blocks/section-side-heading/index.js:1 +#: dist/blocks/items/index.js:1 dist/blocks/panels/index.js:1 +#: dist/blocks/section-side-heading/index.js:1 #: dist/blocks/spider-contents-slider/index.js:1 #: dist/blocks/spider-slider/index.js:1 msgid "Gap" @@ -1459,18 +1460,6 @@ msgstr "circle-chevron-right" msgid "Media & sentence" msgstr "メディアと文章" -#: dist/blocks/media-text/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:25 -#: dist/blocks/section-side-heading/index.js:1 -#: dist/blocks/section-with-bgimage/index.js:1 -#: dist/blocks/section-with-bgvideo/index.js:1 dist/blocks/section/index.js:1 -#: dist/blocks/spider-contents-slider/index.js:1 -#: dist/blocks/spider-contents-slider/item/index.js:1 -#: dist/blocks/spider-slider/index.js:1 -msgid "None" -msgstr "なし" - #: dist/blocks/media-text/index.js:1 msgid "Image column size" msgstr "画像カラムのサイズ" @@ -1598,6 +1587,19 @@ msgstr "ピックアップスライダー" msgid "Posts with \"pickup\" tag are displayed as sliders." msgstr "「pickup」タグが付与された記事をスライダーとして表示します。" +#: dist/blocks/price-menu/item/index.js:1 +#: dist/blocks/rating-box/item/index.js:1 dist/blocks/step/item/free/index.js:1 +msgid "Title font size" +msgstr "タイトルの文字サイズ" + +#: dist/blocks/price-menu/item/index.js:1 +msgid "Price font size" +msgstr "価格の文字サイズ" + +#: dist/blocks/price-menu/item/index.js:1 +msgid "Price" +msgstr "価格" + #: dist/blocks/price-menu/item/index.js:1 #: dist/blocks/pricing-table/item/index.js:1 msgid "Write price…" @@ -1749,11 +1751,6 @@ msgstr "一致する投稿がない場合のテキスト" msgid "Allow HTML" msgstr "HTML 許可" -#: dist/blocks/recent-posts/index.js:7 dist/blocks/rss/index.js:4 -#: dist/blocks/taxonomy-posts/index.js:4 -msgid "The gap between each item" -msgstr "各項目間の間隔" - #: dist/blocks/rss/index.js:1 msgid "Edit RSS URL" msgstr "RSS の URL を編集" @@ -1856,6 +1853,17 @@ msgstr "コンテンツ部分のコンテナーの余白を削除" msgid "Write subtitle…" msgstr "サブタイトルを書く…" +#: dist/blocks/section-break-the-grid/index.js:1 +#: dist/blocks/section-break-the-grid/index.js:25 +#: dist/blocks/section-side-heading/index.js:1 +#: dist/blocks/section-with-bgimage/index.js:1 +#: dist/blocks/section-with-bgvideo/index.js:1 dist/blocks/section/index.js:1 +#: dist/blocks/spider-contents-slider/index.js:1 +#: dist/blocks/spider-contents-slider/item/index.js:1 +#: dist/blocks/spider-slider/index.js:1 +msgid "None" +msgstr "なし" + #: dist/blocks/section-break-the-grid/index.js:1 #: dist/blocks/section-side-heading/index.js:1 #: dist/blocks/section-with-bgimage/index.js:1 @@ -2156,6 +2164,30 @@ msgstr "下に %1$s 移動" msgid "Background opacity" msgstr "背景の不透明度" +#: dist/blocks/section-break-the-grid/index.js:25 +#: dist/blocks/section-side-heading/index.js:1 +#: dist/blocks/spider-contents-slider/index.js:1 +#: dist/blocks/spider-contents-slider/item/index.js:1 +#: dist/blocks/spider-slider/index.js:1 +msgid "S" +msgstr "S" + +#: dist/blocks/section-break-the-grid/index.js:25 +#: dist/blocks/section-side-heading/index.js:1 +#: dist/blocks/spider-contents-slider/index.js:1 +#: dist/blocks/spider-contents-slider/item/index.js:1 +#: dist/blocks/spider-slider/index.js:1 +msgid "M" +msgstr "M" + +#: dist/blocks/section-break-the-grid/index.js:25 +#: dist/blocks/section-side-heading/index.js:1 +#: dist/blocks/spider-contents-slider/index.js:1 +#: dist/blocks/spider-contents-slider/item/index.js:1 +#: dist/blocks/spider-slider/index.js:1 +msgid "L" +msgstr "L" + #: dist/blocks/section-break-the-grid/index.js:25 msgid "Remove outside padding" msgstr "外側のパディングを削除" @@ -2360,6 +2392,10 @@ msgstr "キャプションを表示" msgid "Number color" msgstr "番号の色" +#: dist/blocks/step/item/free/index.js:1 +msgid "Title color" +msgstr "タイトルの色" + #: dist/blocks/step/item/standard/index.js:1 msgid "Link color" msgstr "リンク色" @@ -3203,29 +3239,3 @@ msgstr "" msgctxt "block description" msgid "It is a child block of the thumbnail gallery block." msgstr "サムネイルギャラリーブロックの子ブロックです。" - -#~ msgid "Mask" -#~ msgstr "マスク" - -#~ msgctxt "Indicates this palette comes from the theme." -#~ msgid "Theme" -#~ msgstr "テーマ" - -#~ msgctxt "Indicates this palette comes from WordPress." -#~ msgid "Default" -#~ msgstr "デフォルト" - -#~ msgctxt "Indicates this palette comes from the theme." -#~ msgid "Custom" -#~ msgstr "カスタム" - -#~ msgctxt "Indicates this palette is created by the user." -#~ msgid "Custom" -#~ msgstr "カスタム" - -#~ msgid "Image size" -#~ msgstr "画像サイズ" - -#~ msgctxt "block title" -#~ msgid "Flex layout" -#~ msgstr "フレックスレイアウト" diff --git a/languages/snow-monkey-blocks.pot b/languages/snow-monkey-blocks.pot index 0e7eccad..46469724 100644 --- a/languages/snow-monkey-blocks.pot +++ b/languages/snow-monkey-blocks.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL2 or later. msgid "" msgstr "" -"Project-Id-Version: Snow Monkey Blocks 20.5.4\n" +"Project-Id-Version: Snow Monkey Blocks 21.0.3\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/snow-monkey-blocks\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-06-13T09:44:27+00:00\n" +"POT-Creation-Date: 2024-07-25T06:53:20+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "X-Domain: snow-monkey-blocks\n" @@ -65,11 +65,11 @@ msgstr "" msgid "(no title)" msgstr "" -#: dist/blocks/child-pages/view.php:82 +#: dist/blocks/child-pages/view.php:84 msgid "No pages found." msgstr "" -#: dist/blocks/contents-outline/view.php:47 +#: dist/blocks/contents-outline/view.php:54 #: dist/blocks/contents-outline/index.js:1 msgid "Contents outline" msgstr "" @@ -174,6 +174,14 @@ msgstr "" msgid "Display in open state" msgstr "" +#: dist/blocks/accordion/item/index.js:1 +msgid "Title background color" +msgstr "" + +#: dist/blocks/accordion/item/index.js:1 +msgid "Title text color" +msgstr "" + #: dist/blocks/accordion/item/index.js:1 msgid "Enter title here" msgstr "" @@ -281,10 +289,6 @@ msgstr "" #: dist/blocks/items/item/block-link/index.js:1 #: dist/blocks/items/item/standard/index.js:1 #: dist/blocks/media-text/index.js:1 -#: dist/blocks/panels/item/block-link/index.js:1 -#: dist/blocks/panels/item/free/index.js:1 -#: dist/blocks/panels/item/horizontal/index.js:1 -#: dist/blocks/panels/item/vertical/index.js:1 #: dist/blocks/pricing-table/item/index.js:1 #: dist/blocks/read-more-box/index.js:1 #: dist/blocks/section-break-the-grid/index.js:25 @@ -299,10 +303,6 @@ msgstr "" #: dist/blocks/items/item/block-link/index.js:1 #: dist/blocks/items/item/standard/index.js:1 #: dist/blocks/media-text/index.js:1 -#: dist/blocks/panels/item/block-link/index.js:1 -#: dist/blocks/panels/item/free/index.js:1 -#: dist/blocks/panels/item/horizontal/index.js:1 -#: dist/blocks/panels/item/vertical/index.js:1 #: dist/blocks/pricing-table/item/index.js:1 #: dist/blocks/read-more-box/index.js:1 #: dist/blocks/section-break-the-grid/index.js:1 @@ -353,21 +353,12 @@ msgstr "" #: dist/blocks/box/index.js:1 #: dist/blocks/btn-box/index.js:1 #: dist/blocks/btn/index.js:1 -#: dist/blocks/countdown/index.js:1 -#: dist/blocks/evaluation-star/index.js:1 -#: dist/blocks/faq/item/index.js:1 #: dist/blocks/flex/index.js:1 #: dist/blocks/hero-header/index.js:1 #: dist/blocks/information/index.js:1 #: dist/blocks/items/item/banner/index.js:1 #: dist/blocks/items/item/item/index.js:1 #: dist/blocks/list/index.js:1 -#: dist/blocks/media-text/index.js:1 -#: dist/blocks/panels/item/block-link/index.js:1 -#: dist/blocks/panels/item/free/index.js:1 -#: dist/blocks/panels/item/horizontal/index.js:1 -#: dist/blocks/panels/item/vertical/index.js:1 -#: dist/blocks/rating-box/item/index.js:1 #: dist/blocks/section-break-the-grid/index.js:1 #: dist/blocks/section-break-the-grid/index.js:25 #: dist/blocks/section-side-heading/index.js:1 @@ -376,7 +367,6 @@ msgstr "" #: dist/blocks/section/index.js:1 #: dist/blocks/spider-contents-slider/index.js:1 #: dist/blocks/spider-contents-slider/item/index.js:1 -#: dist/blocks/step/item/free/index.js:1 #: dist/blocks/step/item/standard/index.js:1 msgid "Color" msgstr "" @@ -479,58 +469,11 @@ msgstr "" msgid "Background" msgstr "" -#: dist/blocks/box/index.js:1 -#: dist/blocks/hero-header/index.js:1 -#: dist/blocks/information/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:25 -#: dist/blocks/section-side-heading/index.js:1 -#: dist/blocks/section-with-bgimage/index.js:1 -#: dist/blocks/section-with-bgvideo/index.js:1 -#: dist/blocks/section/index.js:1 -#: dist/blocks/spider-contents-slider/item/index.js:1 -msgid "Padding" -msgstr "" - -#: dist/blocks/box/index.js:1 -#: dist/blocks/information/index.js:1 -#: dist/blocks/media-text/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:25 -#: dist/blocks/section-side-heading/index.js:1 -#: dist/blocks/spider-contents-slider/index.js:1 -#: dist/blocks/spider-contents-slider/item/index.js:1 -#: dist/blocks/spider-slider/index.js:1 -msgid "S" -msgstr "" - -#: dist/blocks/box/index.js:1 -#: dist/blocks/information/index.js:1 -#: dist/blocks/media-text/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:25 -#: dist/blocks/section-side-heading/index.js:1 -#: dist/blocks/spider-contents-slider/index.js:1 -#: dist/blocks/spider-contents-slider/item/index.js:1 -#: dist/blocks/spider-slider/index.js:1 -msgid "M" -msgstr "" - -#: dist/blocks/box/index.js:1 -#: dist/blocks/information/index.js:1 -#: dist/blocks/media-text/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:25 -#: dist/blocks/section-side-heading/index.js:1 -#: dist/blocks/spider-contents-slider/index.js:1 -#: dist/blocks/spider-contents-slider/item/index.js:1 -#: dist/blocks/spider-slider/index.js:1 -msgid "L" -msgstr "" - #: dist/blocks/btn-box/index.js:1 #: dist/blocks/btn/index.js:1 #: dist/blocks/child-pages/index.js:4 #: dist/blocks/countdown/index.js:1 #: dist/blocks/hero-header/index.js:1 -#: dist/blocks/information/index.js:1 #: dist/blocks/items/index.js:1 #: dist/blocks/media-text/index.js:1 #: dist/blocks/read-more-box/index.js:1 @@ -694,6 +637,10 @@ msgstr "" msgid "Loading setting data" msgstr "" +#: dist/blocks/categories-list/index.js:1 +msgid "Only the actual contribution screen is displayed" +msgstr "" + #: dist/blocks/categories-list/index.js:1 msgid "Categories list articles" msgstr "" @@ -754,11 +701,10 @@ msgstr "" msgid "desc" msgstr "" -#: dist/blocks/categories-list/index.js:1 -msgid "Only the actual contribution screen is displayed" -msgstr "" - #: dist/blocks/child-pages/index.js:1 +#: dist/blocks/price-menu/item/index.js:1 +#: dist/blocks/rating-box/item/index.js:1 +#: dist/blocks/step/item/free/index.js:1 msgid "Title" msgstr "" @@ -923,6 +869,14 @@ msgstr "" msgid "Search" msgstr "" +#: dist/blocks/child-pages/index.js:4 +#: dist/blocks/recent-posts/index.js:7 +#: dist/blocks/rss/index.js:4 +#: dist/blocks/taxonomy-posts/index.js:4 +#: dist/blocks/testimonial/index.js:1 +msgid "The gap between each item" +msgstr "" + #: dist/blocks/container/index.js:1 #: dist/blocks/section-break-the-grid/index.js:1 #: dist/blocks/section-side-heading/index.js:1 @@ -1001,6 +955,24 @@ msgstr "" msgid "Countdown" msgstr "" +#: dist/blocks/countdown/index.js:1 +#: dist/blocks/rating-box/item/index.js:1 +msgid "Numeric font size" +msgstr "" + +#: dist/blocks/countdown/index.js:1 +#: dist/blocks/rating-box/item/index.js:1 +msgid "Numeric" +msgstr "" + +#: dist/blocks/countdown/index.js:1 +msgid "Clock font size" +msgstr "" + +#: dist/blocks/countdown/index.js:1 +msgid "Clock" +msgstr "" + #: dist/blocks/countdown/index.js:1 #: dist/blocks/evaluation-star/index.js:1 msgid "Numeric color" @@ -1022,6 +994,14 @@ msgstr "" msgid "Specify a custom field name." msgstr "" +#: dist/blocks/directory-structure/index.js:1 +#: dist/blocks/directory-structure/item/directory/index.js:1 +#: dist/blocks/directory-structure/item/file/index.js:1 +#: dist/blocks/evaluation-star/index.js:1 +#: dist/blocks/list/index.js:1 +msgid "Icon color" +msgstr "" + #: dist/blocks/directory-structure/item/directory/index.js:1 msgid "folder - Solid" msgstr "" @@ -1038,13 +1018,6 @@ msgstr "" msgid "folder - Regular" msgstr "" -#: dist/blocks/directory-structure/item/directory/index.js:1 -#: dist/blocks/directory-structure/item/file/index.js:1 -#: dist/blocks/evaluation-star/index.js:1 -#: dist/blocks/list/index.js:1 -msgid "Icon color" -msgstr "" - #: dist/blocks/directory-structure/item/directory/index.js:1 msgid "Write directory name…" msgstr "" @@ -1090,17 +1063,38 @@ msgid "Numeric position" msgstr "" #: dist/blocks/faq/item/index.js:1 -msgid "Question color" +msgid "Question font size" msgstr "" #: dist/blocks/faq/item/index.js:1 -msgid "Answer color" +msgid "Question" +msgstr "" + +#: dist/blocks/faq/item/index.js:1 +msgid "Question label font size" msgstr "" #: dist/blocks/faq/item/index.js:1 msgid "Question label" msgstr "" +#: dist/blocks/faq/item/index.js:1 +msgid "Answer label font size" +msgstr "" + +#: dist/blocks/faq/item/index.js:1 +#: dist/blocks/faq/item/index.js:4 +msgid "Answer label" +msgstr "" + +#: dist/blocks/faq/item/index.js:1 +msgid "Question color" +msgstr "" + +#: dist/blocks/faq/item/index.js:1 +msgid "Answer color" +msgstr "" + #: dist/blocks/faq/item/index.js:1 msgid "Q" msgstr "" @@ -1111,10 +1105,6 @@ msgstr "" msgid "Recommend length up to %d" msgstr "" -#: dist/blocks/faq/item/index.js:4 -msgid "Answer label" -msgstr "" - #: dist/blocks/faq/item/index.js:4 msgid "A" msgstr "" @@ -1336,6 +1326,18 @@ msgstr "" msgid "Contents" msgstr "" +#: dist/blocks/hero-header/index.js:1 +#: dist/blocks/information/index.js:1 +#: dist/blocks/section-break-the-grid/index.js:1 +#: dist/blocks/section-break-the-grid/index.js:25 +#: dist/blocks/section-side-heading/index.js:1 +#: dist/blocks/section-with-bgimage/index.js:1 +#: dist/blocks/section-with-bgvideo/index.js:1 +#: dist/blocks/section/index.js:1 +#: dist/blocks/spider-contents-slider/item/index.js:1 +msgid "Padding" +msgstr "" + #: dist/blocks/hero-header/index.js:1 msgid "Alignment on inline axis" msgstr "" @@ -1439,7 +1441,6 @@ msgid "Columns per row (Small window)" msgstr "" #: dist/blocks/items/index.js:1 -#: dist/blocks/media-text/index.js:1 #: dist/blocks/panels/index.js:1 #: dist/blocks/section-side-heading/index.js:1 #: dist/blocks/spider-contents-slider/index.js:1 @@ -1608,19 +1609,6 @@ msgstr "" msgid "Media & sentence" msgstr "" -#: dist/blocks/media-text/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:1 -#: dist/blocks/section-break-the-grid/index.js:25 -#: dist/blocks/section-side-heading/index.js:1 -#: dist/blocks/section-with-bgimage/index.js:1 -#: dist/blocks/section-with-bgvideo/index.js:1 -#: dist/blocks/section/index.js:1 -#: dist/blocks/spider-contents-slider/index.js:1 -#: dist/blocks/spider-contents-slider/item/index.js:1 -#: dist/blocks/spider-slider/index.js:1 -msgid "None" -msgstr "" - #: dist/blocks/media-text/index.js:1 msgid "Image column size" msgstr "" @@ -1744,6 +1732,20 @@ msgstr "" msgid "Posts with \"pickup\" tag are displayed as sliders." msgstr "" +#: dist/blocks/price-menu/item/index.js:1 +#: dist/blocks/rating-box/item/index.js:1 +#: dist/blocks/step/item/free/index.js:1 +msgid "Title font size" +msgstr "" + +#: dist/blocks/price-menu/item/index.js:1 +msgid "Price font size" +msgstr "" + +#: dist/blocks/price-menu/item/index.js:1 +msgid "Price" +msgstr "" + #: dist/blocks/price-menu/item/index.js:1 #: dist/blocks/pricing-table/item/index.js:1 msgid "Write price…" @@ -1909,12 +1911,6 @@ msgstr "" msgid "Allow HTML" msgstr "" -#: dist/blocks/recent-posts/index.js:7 -#: dist/blocks/rss/index.js:4 -#: dist/blocks/taxonomy-posts/index.js:4 -msgid "The gap between each item" -msgstr "" - #: dist/blocks/rss/index.js:1 msgid "Edit RSS URL" msgstr "" @@ -2031,6 +2027,18 @@ msgstr "" msgid "Write subtitle…" msgstr "" +#: dist/blocks/section-break-the-grid/index.js:1 +#: dist/blocks/section-break-the-grid/index.js:25 +#: dist/blocks/section-side-heading/index.js:1 +#: dist/blocks/section-with-bgimage/index.js:1 +#: dist/blocks/section-with-bgvideo/index.js:1 +#: dist/blocks/section/index.js:1 +#: dist/blocks/spider-contents-slider/index.js:1 +#: dist/blocks/spider-contents-slider/item/index.js:1 +#: dist/blocks/spider-slider/index.js:1 +msgid "None" +msgstr "" + #: dist/blocks/section-break-the-grid/index.js:1 #: dist/blocks/section-side-heading/index.js:1 #: dist/blocks/section-with-bgimage/index.js:1 @@ -2355,6 +2363,30 @@ msgstr "" msgid "Background opacity" msgstr "" +#: dist/blocks/section-break-the-grid/index.js:25 +#: dist/blocks/section-side-heading/index.js:1 +#: dist/blocks/spider-contents-slider/index.js:1 +#: dist/blocks/spider-contents-slider/item/index.js:1 +#: dist/blocks/spider-slider/index.js:1 +msgid "S" +msgstr "" + +#: dist/blocks/section-break-the-grid/index.js:25 +#: dist/blocks/section-side-heading/index.js:1 +#: dist/blocks/spider-contents-slider/index.js:1 +#: dist/blocks/spider-contents-slider/item/index.js:1 +#: dist/blocks/spider-slider/index.js:1 +msgid "M" +msgstr "" + +#: dist/blocks/section-break-the-grid/index.js:25 +#: dist/blocks/section-side-heading/index.js:1 +#: dist/blocks/spider-contents-slider/index.js:1 +#: dist/blocks/spider-contents-slider/item/index.js:1 +#: dist/blocks/spider-slider/index.js:1 +msgid "L" +msgstr "" + #: dist/blocks/section-break-the-grid/index.js:25 msgid "Remove outside padding" msgstr "" @@ -2559,6 +2591,10 @@ msgstr "" msgid "Number color" msgstr "" +#: dist/blocks/step/item/free/index.js:1 +msgid "Title color" +msgstr "" + #: dist/blocks/step/item/standard/index.js:1 msgid "Link color" msgstr ""