-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from yacchin1205/fix/styles
Improvement of stylesheet and i18n support
- Loading branch information
Showing
18 changed files
with
386 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,10 +71,6 @@ coverage.xml | |
.hypothesis/ | ||
.pytest_cache/ | ||
|
||
# Translations | ||
*.mo | ||
*.pot | ||
|
||
# Scrapy stuff: | ||
.scrapy | ||
|
||
|
44 changes: 44 additions & 0 deletions
44
lc_multi_outputs/locale/ja_JP/LC_MESSAGES/lc_multi_outputs.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"": { | ||
"domain": "lc_multi_outputs", | ||
"language": "ja-JP", | ||
"plural_forms": "nplurals=1; plural=0;", | ||
"version": "2.2.0.test20" | ||
}, | ||
"Close": [ | ||
"\u9589\u3058\u308b" | ||
], | ||
"Pin Outputs": [ | ||
"\u51fa\u529b\u3092\u30d4\u30f3\u7559\u3081" | ||
], | ||
"Pin Outputs In Below All": [ | ||
"\u4ee5\u4e0b\u306e\u3059\u3079\u3066\u306e\u51fa\u529b\u3092\u30d4\u30f3\u7559\u3081" | ||
], | ||
"Pin Outputs In Below Section": [ | ||
"\u4ee5\u4e0b\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u51fa\u529b\u3092\u30d4\u30f3\u7559\u3081" | ||
], | ||
"Pin Outputs On Selection": [ | ||
"\u9078\u629e\u3057\u305f\u51fa\u529b\u3092\u30d4\u30f3\u7559\u3081" | ||
], | ||
"Remove Outputs In Below All": [ | ||
"\u4ee5\u4e0b\u306e\u3059\u3079\u3066\u306e\u51fa\u529b\u3092\u524a\u9664" | ||
], | ||
"Remove Outputs In Below Section": [ | ||
"\u4ee5\u4e0b\u306e\u30bb\u30af\u30b7\u30e7\u30f3\u306e\u51fa\u529b\u3092\u524a\u9664" | ||
], | ||
"Remove Outputs On Selection": [ | ||
"\u9078\u629e\u3057\u305f\u51fa\u529b\u3092\u524a\u9664" | ||
], | ||
"Remove Pinned Outputs Leaving One": [ | ||
"1\u3064\u3092\u6b8b\u3057\u3066\u30d4\u30f3\u7559\u3081\u3055\u308c\u305f\u51fa\u529b\u3092\u524a\u9664" | ||
], | ||
"Search": [ | ||
"\u691c\u7d22" | ||
], | ||
"Search: ": [ | ||
"\u691c\u7d22: " | ||
], | ||
"settings\u0004Max Pinned Outputs": [ | ||
"\u30d4\u30f3\u7559\u3081\u3067\u304d\u308b\u6700\u5927\u51fa\u529b\u6570" | ||
] | ||
} |
Binary file not shown.
69 changes: 69 additions & 0 deletions
69
lc_multi_outputs/locale/ja_JP/LC_MESSAGES/lc_multi_outputs.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: lc_multi_outputs 2.2.0.test20\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2024-05-11 11:43+0900\n" | ||
"PO-Revision-Date: 2024-05-11 10:35+0900\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: ja_JP <LL@li.org>\n" | ||
"Language: ja_JP\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=1; plural=0;\n" | ||
"Generated-By: Babel 2.14.0\n" | ||
|
||
msgctxt "settings" | ||
msgid "Max Pinned Outputs" | ||
msgstr "ピン留めできる最大出力数" | ||
|
||
msgctxt "schema" | ||
msgid "LC Multi Outputs" | ||
msgstr "" | ||
|
||
#: src/commands.ts:114 src/commands.ts:115 | ||
msgid "Remove Outputs In Below Section" | ||
msgstr "以下のセクションの出力を削除" | ||
|
||
#: src/commands.ts:134 src/commands.ts:135 | ||
msgid "Pin Outputs In Below All" | ||
msgstr "以下のすべての出力をピン留め" | ||
|
||
#: src/commands.ts:154 src/commands.ts:155 | ||
msgid "Remove Outputs In Below All" | ||
msgstr "以下のすべての出力を削除" | ||
|
||
#: src/commands.ts:54 src/commands.ts:55 | ||
msgid "Pin Outputs On Selection" | ||
msgstr "選択した出力をピン留め" | ||
|
||
#: src/commands.ts:74 src/commands.ts:75 | ||
msgid "Remove Outputs On Selection" | ||
msgstr "選択した出力を削除" | ||
|
||
#: src/commands.ts:94 src/commands.ts:95 | ||
msgid "Pin Outputs In Below Section" | ||
msgstr "以下のセクションの出力をピン留め" | ||
|
||
#: src/components/SearchBar.tsx:20 | ||
msgid "Search: " | ||
msgstr "検索: " | ||
|
||
#: src/components/SearchBar.tsx:22 | ||
msgid "Search" | ||
msgstr "検索" | ||
|
||
#: src/showOutputAreaDiffDialog.ts:39 | ||
#: ui-tests/node_modules/@jupyterlab/docmanager/src/widgetmanager.ts:397 | ||
#: ui-tests/node_modules/@jupyterlab/filebrowser/src/listing.ts:1415 | ||
msgid "Close" | ||
msgstr "閉じる" | ||
|
||
#: src/toolbar.ts:26 | ||
msgid "Pin Outputs" | ||
msgstr "出力をピン留め" | ||
|
||
#: src/toolbar.ts:41 | ||
msgid "Remove Pinned Outputs Leaving One" | ||
msgstr "1つを残してピン留めされた出力を削除" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: lc_multi_outputs 2.2.0.test20\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: /schema/plugin.json:/properties/maxPinnedOutputs/title | ||
msgctxt "settings" | ||
msgid "Max Pinned Outputs" | ||
msgstr "" | ||
|
||
#: /schema/plugin.json:/title | ||
msgctxt "schema" | ||
msgid "LC Multi Outputs" | ||
msgstr "" | ||
|
||
#: src/commands.ts:114 src/commands.ts:115 | ||
msgid "Remove Outputs In Below Section" | ||
msgstr "" | ||
|
||
#: src/commands.ts:134 src/commands.ts:135 | ||
msgid "Pin Outputs In Below All" | ||
msgstr "" | ||
|
||
#: src/commands.ts:154 src/commands.ts:155 | ||
msgid "Remove Outputs In Below All" | ||
msgstr "" | ||
|
||
#: src/commands.ts:54 src/commands.ts:55 | ||
msgid "Pin Outputs On Selection" | ||
msgstr "" | ||
|
||
#: src/commands.ts:74 src/commands.ts:75 | ||
msgid "Remove Outputs On Selection" | ||
msgstr "" | ||
|
||
#: src/commands.ts:94 src/commands.ts:95 | ||
msgid "Pin Outputs In Below Section" | ||
msgstr "" | ||
|
||
#: src/components/SearchBar.tsx:20 | ||
msgid "Search: " | ||
msgstr "" | ||
|
||
#: src/components/SearchBar.tsx:22 | ||
msgid "Search" | ||
msgstr "" | ||
|
||
#: src/showOutputAreaDiffDialog.ts:39 ui-tests/node_modules/@jupyterlab/docmanager/src/widgetmanager.ts:397 ui-tests/node_modules/@jupyterlab/filebrowser/src/listing.ts:1415 | ||
msgid "Close" | ||
msgstr "" | ||
|
||
#: src/toolbar.ts:26 | ||
msgid "Pin Outputs" | ||
msgstr "" | ||
|
||
#: src/toolbar.ts:41 | ||
msgid "Remove Pinned Outputs Leaving One" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.