Skip to content

Commit 4a5ce4b

Browse files
author
mt8
committed
add translate
1 parent 24f8109 commit 4a5ce4b

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

languages/code-snippets-ja.mo

3.38 KB
Binary file not shown.

languages/code-snippets-ja.po

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is distributed under the same license as the Code Snippets package.
22
msgid ""
33
msgstr ""
4-
"PO-Revision-Date: 2013-11-30 00:15+0900\n"
4+
"PO-Revision-Date: 2013-11-30 09:39+0900\n"
55
"MIME-Version: 1.0\n"
66
"Content-Type: text/plain; charset=UTF-8\n"
77
"Content-Transfer-Encoding: 8bit\n"
@@ -94,6 +94,8 @@ msgid ""
9494
"Howdy! Upload your Code Snippets export file and we’ll import the "
9595
"snippets to this site."
9696
msgstr ""
97+
"こんにちは!あなたのコードスニペットエクスポートファイルをアップロードして、"
98+
"このサイトにスニペットをインポートします。"
9799

98100
#: includes/admin/import.php:40
99101
msgid ""
@@ -301,7 +303,7 @@ msgstr ""
301303
#: includes/help/import.php:26 includes/help/manage.php:27
302304
#: includes/help/single.php:31
303305
msgid "For more information:"
304-
msgstr ""
306+
msgstr "より多くの情報:"
305307

306308
#: includes/help/import.php:27 includes/help/single.php:32
307309
msgid ""
@@ -328,6 +330,10 @@ msgid ""
328330
"your existing snippets and preform tasks on them such as activating, "
329331
"deactivating, deleting and exporting."
330332
msgstr ""
333+
"スニペットはプラグインに似ています。両方ともWordPressの機能を拡張します。スニ"
334+
"ペットは、より軽量、わずか数行のコードであり、サーバに負荷をかけません。ここ"
335+
"では、既存のスニペットなどの有効化、停止、削除、エクスポートなど、それらのタ"
336+
"スクを管理することができます。"
331337

332338
#: includes/help/manage.php:12
333339
msgid "Safe Mode"
@@ -427,8 +433,8 @@ msgstr ""
427433
#: includes/admin/import.php:20
428434
msgid "Imported <strong>%d</strong> snippet."
429435
msgid_plural "Imported <strong>%d</strong> snippets."
430-
msgstr[0] ""
431-
msgstr[1] ""
436+
msgstr[0] "スニペットを <strong>%d</strong> 件インポートしました。"
437+
msgstr[1] "スニペットを <strong>%d</strong> 件インポートしました。"
432438

433439
#: includes/help/import.php:29 includes/help/manage.php:30
434440
#: includes/help/single.php:34
@@ -448,13 +454,21 @@ msgid ""
448454
"safe mode by removing this line or replacing <strong>true</strong> with "
449455
"<strong>false</strong>."
450456
msgstr ""
457+
"もしもスニペットに何か問題があってWordPressが使えなくなったら、<code>wp-"
458+
"config.php</code>ファイルに <code>define('CODE_SNIPPETS_SAFE_MODE', true);</"
459+
"code> と記述することでスニペットの実行を停止します。あなたが問題のスニペット"
460+
"を無効にした後は、この行を削除するか、<strong>true</strong> を "
461+
"<strong>false</strong> に置き換えることでセーフモードをオフにすることができま"
462+
"す。"
451463

452464
#: includes/help/single.php:20
453465
msgid ""
454466
"More places to find snippets, as well as a selection of example snippets, "
455467
"can be found in the <a href=\"http://code-snippets.bungeshea.com/docs/"
456468
"finding-snippets/\">plugin documentation</a>"
457469
msgstr ""
470+
"スニペットの例は、<a href=\"http://code-snippets.bungeshea.com/docs/finding-"
471+
"snippets/\">プラグインドキュメント</a> に記載されています。"
458472

459473
#: code-snippets.php:0
460474
msgid "1.7"
@@ -471,16 +485,20 @@ msgstr "申し訳ありません、スニペット編集の許可がないよう
471485
#: includes/admin/single.php:24
472486
msgid "Snippet <strong>updated</strong> and <strong>activated</strong>."
473487
msgstr ""
488+
"スニペットを <strong>更新</strong> し、 <strong>有効化</strong>しました。"
474489

475490
#: includes/admin/single.php:26
476491
msgid "Snippet <strong>added</strong> and <strong>activated</strong>."
477492
msgstr ""
493+
"スニペットを <strong>追加</strong> し、 <strong>有効化</strong>しました。"
478494

479495
#: includes/class-list-table.php:163
480496
msgid ""
481497
"You are about to permanently delete the selected item.\n"
482498
"\t\t\t\t'Cancel' to stop, 'OK' to delete."
483499
msgstr ""
500+
"あなたは永久に選択した項目を削除しようとしています。\n"
501+
"\t\t\t\t 削除するには、'OK'を、中止するには 'Cancel'をクリックして下さい。"
484502

485503
#: includes/class-list-table.php:270
486504
msgid "Filter"
@@ -503,6 +521,8 @@ msgid ""
503521
"You can load your snippets from a code snippets (.xml) export file using "
504522
"this page."
505523
msgstr ""
524+
"このページでスニペットコードをエクスポートファイル(.xml)から読み込むことがで"
525+
"きます。"
506526

507527
#: includes/admin/single.php:74
508528
msgid "Save Changes &amp; Activate"

0 commit comments

Comments
 (0)