Skip to content

Commit 1b22423

Browse files
committed
Merge branch 'ja' of github.com:mattn/notebook into ja
2 parents a73ae25 + 6730058 commit 1b22423

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ msgstr "添付ファイル"
8787

8888
#: notebook/static/base/js/dialog.js:283
8989
msgid "Restore"
90-
msgstr "破棄"
90+
msgstr "復元"
9191

9292
#: notebook/static/base/js/dialog.js:293
9393
#: notebook/static/tree/js/notebooklist.js:1018
@@ -820,7 +820,7 @@ msgstr "カーネルがビジーです。出力が欠けるかもしれません
820820

821821
#: notebook/static/notebook/js/notebook.js:461
822822
msgid "This notebook is version %1$s, but we only fully support up to %2$s."
823-
msgstr "このノートブックのバージョンあh %1$s です。しかし完全なサポートは %2$s だけになります。"
823+
msgstr "このノートブックのバージョンは %1$s です。しかし完全なサポートは %2$s だけになります。"
824824

825825
#: notebook/static/notebook/js/notebook.js:463
826826
msgid "You can still work with this notebook, but cell and output types introduced in later notebook versions will not be available."
@@ -937,7 +937,7 @@ msgstr "このノートブックを信頼しますか?"
937937

938938
#: notebook/static/notebook/js/notebook.js:2981
939939
msgid "Notebook failed to load"
940-
msgstr "ノートブックの読み込みでエラーが発生しました"
940+
msgstr "ノートブックの読み込みに失敗しました"
941941

942942
#: notebook/static/notebook/js/notebook.js:2983
943943
msgid "The error was: "
@@ -996,7 +996,7 @@ msgstr "このノートブックの読み込み中に不明なエラーが発生
996996

997997
#: notebook/static/notebook/js/notebook.js:3142
998998
msgid "Error loading notebook"
999-
msgstr "ノートブックの読み込みに失敗"
999+
msgstr "ノートブックの読み込み中にエラー"
10001000

10011001
#: notebook/static/notebook/js/notebook.js:3243
10021002
msgid "Are you sure you want to revert the notebook to the latest checkpoint?"
@@ -1692,7 +1692,7 @@ msgstr "カスタム"
16921692

16931693
#: notebook/static/notebook/js/celltoolbarpresets/rawcell.js:32
16941694
msgid "Set the MIME type of the raw cell:"
1695-
msgstr "Raw セルの MIMME タイプを設定:"
1695+
msgstr "Raw セルの MIME タイプを設定:"
16961696

16971697
#: notebook/static/notebook/js/celltoolbarpresets/rawcell.js:40
16981698
msgid "Raw Cell MIME Type"
@@ -1886,7 +1886,7 @@ msgstr "\"%s\" を削除中にエラーが発生しました。"
18861886

18871887
#: notebook/static/tree/js/notebooklist.js:1037
18881888
msgid "Delete Failed"
1889-
msgstr "ファイルの削除に失敗"
1889+
msgstr "削除に失敗"
18901890

18911891
#: notebook/static/tree/js/notebooklist.js:1078
18921892
#, python-format

notebook/i18n/ja_JP/LC_MESSAGES/nbui.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ msgstr "検索"
5656

5757
#: notebook/templates/edit.html:59
5858
msgid "Find & Replace"
59-
msgstr "検索と置換(&A)"
59+
msgstr "検索と置換"
6060

6161
#: notebook/templates/edit.html:61
6262
msgid "Key Map"

notebook/i18n/ja_JP/LC_MESSAGES/notebook.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ msgstr ""
187187
"起動時にどこでノートブックを開くかを指定します。これは\n"
188188
" 標準ライブラリのメソッド `webbrowser.open` の引数 `new` に渡されます。\n"
189189
" 動作は保証されていませんがブラウザのサポートによって異なります。\n"
190-
" 有効な値::\n"
190+
" 有効な値:\n"
191191
" 2 新しいタブで開く\n"
192192
" 1 新しいウィンドウで開く\n"
193193
" 0 既にあるウィンドウで開く\n"

0 commit comments

Comments
 (0)