-
Notifications
You must be signed in to change notification settings - Fork 11
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 #10 from MIERUNE/translation-en
set default lang as English, and add translation for Japanese
- Loading branch information
Showing
7 changed files
with
107 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
SOURCES += gtfs_go.py \ | ||
gtfs_go_dialog.py | ||
|
||
FORMS += gtfs_go_dialog_base.ui \ | ||
gtfs_go_loader_base.ui | ||
|
||
TRANSLATIONS = ./i18n/GTFSGO_ja.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
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
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,78 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!DOCTYPE TS> | ||
<TS version="2.1" language="ja" sourcelanguage="en"> | ||
<context> | ||
<name>GTFSGo</name> | ||
<message> | ||
<location filename="../gtfs_go.py" line="200"/> | ||
<source>&GTFS GO</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
<message> | ||
<location filename="../gtfs_go.py" line="169"/> | ||
<source>GTFS GO</source> | ||
<translation type="unfinished"></translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>GTFSGoDialog</name> | ||
<message> | ||
<location filename="../gtfs_go_dialog.py" line="56"/> | ||
<source>---Load local ZipFile---</source> | ||
<translation>---ZIPファイルから読み込み---</translation> | ||
</message> | ||
<message> | ||
<location filename="../gtfs_go_dialog.py" line="129"/> | ||
<source>finish</source> | ||
<translation>完了</translation> | ||
</message> | ||
<message> | ||
<location filename="../gtfs_go_dialog.py" line="129"/> | ||
<source>generated geojson files: </source> | ||
<translation>GeoJSONファイルが出力されました: </translation> | ||
</message> | ||
</context> | ||
<context> | ||
<name>GTFSGoDockWidgetBase</name> | ||
<message> | ||
<location filename="../gtfs_go_loader_base.ui" line="20"/> | ||
<source>GTFS GO</source> | ||
<translation></translation> | ||
</message> | ||
<message> | ||
<location filename="../gtfs_go_dialog_base.ui" line="41"/> | ||
<source>GTFS-Datasource</source> | ||
<translation>GTFSデータを選択</translation> | ||
</message> | ||
<message> | ||
<location filename="../gtfs_go_dialog_base.ui" line="48"/> | ||
<source>Output directory</source> | ||
<translation>出力先フォルダ</translation> | ||
</message> | ||
<message> | ||
<location filename="../gtfs_go_dialog_base.ui" line="68"/> | ||
<source>Options</source> | ||
<translation>オプション</translation> | ||
</message> | ||
<message> | ||
<location filename="../gtfs_go_dialog_base.ui" line="81"/> | ||
<source>ignore shapes.txt</source> | ||
<translation>shapes.txtを無視する</translation> | ||
</message> | ||
<message> | ||
<location filename="../gtfs_go_dialog_base.ui" line="94"/> | ||
<source>ignore isolated stops</source> | ||
<translation>経路を持たないstopsを無視する</translation> | ||
</message> | ||
<message> | ||
<location filename="../gtfs_go_dialog_base.ui" line="148"/> | ||
<source>Extract on QGIS</source> | ||
<translation>QGISに読み込む</translation> | ||
</message> | ||
<message> | ||
<location filename="../gtfs_go_loader_base.ui" line="52"/> | ||
<source>Abort</source> | ||
<translation>中断</translation> | ||
</message> | ||
</context> | ||
</TS> |