Skip to content

Commit

Permalink
翻訳ファイルの修正(ウィジェット表記揺れ)
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed May 9, 2024
1 parent 31a0b73 commit 035e33c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions languages/cocoon.pot
Original file line number Diff line number Diff line change
Expand Up @@ -11201,7 +11201,7 @@ msgid "サイドバー"
msgstr ""

#: lib/widget-areas.php:19
msgid "サイドバーのウィジットエリアです。ウィジェットを入れていない場合は1カラム表示になります。"
msgid "サイドバーのウィジェットエリアです。ウィジェットを入れていない場合は1カラム表示になります。"
msgstr ""

#: lib/widget-areas.php:33
Expand Down Expand Up @@ -11409,35 +11409,35 @@ msgid "フッター左"
msgstr ""

#: lib/widget-areas.php:436
msgid "フッター左側のウィジットエリアです。"
msgid "フッター左側のウィジェットエリアです。"
msgstr ""

#: lib/widget-areas.php:451
msgid "フッター中"
msgstr ""

#: lib/widget-areas.php:452
msgid "フッター中間のウィジットエリアです。"
msgid "フッター中間のウィジェットエリアです。"
msgstr ""

#: lib/widget-areas.php:466
msgid "フッター右"
msgstr ""

#: lib/widget-areas.php:468
msgid "フッター右側フッター中のウィジットエリアです。"
msgid "フッター右側フッター中のウィジェットエリアです。"
msgstr ""

#: lib/widget-areas.php:483
msgid "フッター(モバイル用)"
msgstr ""

#: lib/widget-areas.php:485
msgid "モバイルで表示するウィジットエリアです。834px以下で表示されます。"
msgid "モバイルで表示するウィジェットエリアです。834px以下で表示されます。"
msgstr ""

#: lib/widget-areas.php:502
msgid "404ページをカスタマイズするためのウィジットエリアです。"
msgid "404ページをカスタマイズするためのウィジェットエリアです。"
msgstr ""

#: lib/widgets/ad.php:20
Expand Down
4 changes: 2 additions & 2 deletions lib/widgets/info-list.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
///////////////////////////////////////////////////
//新着情報ウイジェットの追加
//新着情報ウィジェットの追加
///////////////////////////////////////////////////
/**
* Cocoon WordPress Theme
Expand All @@ -19,7 +19,7 @@ function __construct() {
WIDGET_NAME_PREFIX.__( '新着情報', THEME_NAME ),
array('description' => __( '最近書かれた記事のタイトルリストを表示します。', THEME_NAME )),
array( 'width' => 400, 'height' => 350 )
);//ウイジェット名
);//ウィジェット名
}
function widget($args, $instance) {
extract( $args );
Expand Down

0 comments on commit 035e33c

Please sign in to comment.