Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Japanese translation #5233

Merged
merged 1 commit into from Nov 17, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Marlin/language_kana.h
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
#define MSG_INFO_EXTRUDERS "\xb4\xb8\xbd\xc4\xd9\xb0\xc0\xde\xb0\xbd\xb3" // "エクストルーダースウ" ("Extruders")
#define MSG_INFO_BAUDRATE "\xce\xde\xb0\xda\xb0\xc4" // "ボーレート" ("Baud")
#define MSG_INFO_PROTOCOL "\xcc\xdf\xdb\xc4\xba\xd9" // "プロトコル" ("Protocol")
#define MSG_INFO_PRINT_COUNT "\xcc\xdf\xd8\xdd\xc4\xbd\xb3 " // "プリントスウ " ("Print Count")
#define MSG_INFO_PRINT_COUNT "\xcc\xdf\xd8\xdd\xc4\xbd\xb3" // "プリントスウ" ("Print Count")
#define MSG_INFO_COMPLETED_PRINTS "\xb6\xdd\xd8\xae\xb3\xbd\xb3" // "カンリョウスウ" ("Completed")
#define MSG_INFO_PRINT_TIME "\xcc\xdf\xd8\xdd\xc4\xbc\xde\xb6\xdd\xd9\xb2\xb9\xb2" // "プリントジカンルイケイ" ("Total print time")
#define MSG_INFO_PRINT_LONGEST "\xbb\xb2\xc1\xae\xb3\xcc\xdf\xd8\xdd\xc4\xbc\xde\xb6\xdd" // "サイチョウプリントジカン" ("Longest job time")
Expand Down
2 changes: 1 addition & 1 deletion Marlin/language_kana_utf8.h
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
#define MSG_INFO_EXTRUDERS "エクストルーダースウ" // "Extruders"
#define MSG_INFO_BAUDRATE "ボーレート" // "Baud"
#define MSG_INFO_PROTOCOL "プロトコル" // "Protocol"
#define MSG_INFO_PRINT_COUNT "プリントスウ " // "Print Count"
#define MSG_INFO_PRINT_COUNT "プリントスウ " // "Print Count"
#define MSG_INFO_COMPLETED_PRINTS "カンリョウスウ" // "Completed"
#define MSG_INFO_PRINT_TIME "プリントジカンルイケイ" // "Total print time"
#define MSG_INFO_PRINT_LONGEST "サイチョウプリントジカン" // "Longest job time"
Expand Down