-
Notifications
You must be signed in to change notification settings - Fork 0
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 #21 from MIERUNE/feat/multi-language
メッセージの多言語化
- Loading branch information
Showing
7 changed files
with
159 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
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,70 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="en"> | ||
<context> | ||
<name>Dialog</name> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="14"/> | ||
<source>JAXA Earth API</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="52"/> | ||
<source>Details</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="68"/> | ||
<source>Load</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="77"/> | ||
<source>Filter-Date</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="184"/> | ||
<source>yyyy/MM/dd</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="127"/> | ||
<source>-></source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>JaxaEarthApiDialog</name> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="116"/> | ||
<source>Select Band</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="121"/> | ||
<source>-------- Global ------------</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="125"/> | ||
<source>--------- Local(Japan) ---------</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="129"/> | ||
<source>----------- Unknown -----------</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="276"/> | ||
<source>A period exceeding 1 year cannot be set.</source> | ||
<translation>A period exceeding 1 year cannot be set.</translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="334"/> | ||
<source>Error</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
</TS> |
Binary file not shown.
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,70 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="ja"> | ||
<context> | ||
<name>Dialog</name> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="14"/> | ||
<source>JAXA Earth API</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="52"/> | ||
<source>Details</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="68"/> | ||
<source>Load</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="77"/> | ||
<source>Filter-Date</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="184"/> | ||
<source>yyyy/MM/dd</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.ui" line="127"/> | ||
<source>-></source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>JaxaEarthApiDialog</name> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="116"/> | ||
<source>Select Band</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="121"/> | ||
<source>-------- Global ------------</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="125"/> | ||
<source>--------- Local(Japan) ---------</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="129"/> | ||
<source>----------- Unknown -----------</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="276"/> | ||
<source>A period exceeding 1 year cannot be set.</source> | ||
<translation type="unfinished">1年を超える期間を指定することは出来ません。</translation> | ||
</message> | ||
<message> | ||
<location filename="../jaxaEarthApiDialog.py" line="334"/> | ||
<source>Error</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
</TS> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
SOURCES += jaxaEarthApiPlugin.py \ | ||
jaxaEarthApiDialog.py | ||
|
||
FORMS += jaxaEarthApiDialog.ui | ||
|
||
TRANSLATIONS = ./i18n/jaxaEarthApi_en.ts ./i18n/jaxaEarthApi_ja.ts |