-
Notifications
You must be signed in to change notification settings - Fork 19
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 #516 from biocore/csymons_japan_revisions_2
THDMI Japan Revisions II
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 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,15 @@ | ||
-- Adjust translations of survey questions | ||
UPDATE ag.survey_question SET japanese = '平日(学校あるいは仕事がある日)の「朝、起きる時間」は、だいたい何時ごろですか。' WHERE survey_question_id = 344; | ||
UPDATE ag.survey_question SET japanese = '平日(学校あるいは仕事がある日)の「夜、寝る時間」は、だいたい何時ごろですか。' WHERE survey_question_id = 345; | ||
UPDATE ag.survey_question SET japanese = '休日(学校あるいは仕事がない日)の「朝、起きる時間」は、だいたい何時ごろですか。' WHERE survey_question_id = 346; | ||
UPDATE ag.survey_question SET japanese = '休日(学校あるいは仕事がない日)の「夜、寝る時間」は、だいたい何時ごろですか。' WHERE survey_question_id = 347; | ||
UPDATE ag.survey_question SET japanese = 'ノンカロリーまたは低カロリーの甘味料を含む食品はどれくらい摂取していますか? (※ノンカロリーまたは低カロリーの甘味料とは、糖アルコール(ソルビトール、マンニトール、マルチトール、キシ リトール、還元パラチノース、エリスリトール)、合成甘味料(サッカリン、アスパル テーム、アセスルファムカリウム(アセスルファム K)、スクラロース)を指します。)' WHERE survey_question_id = 463; | ||
UPDATE ag.survey_question SET japanese = 'ノンカロリーまたは低カロリーの甘味料を含む食品を食べたとき、おなかの調子が悪くなることはありますか?' WHERE survey_question_id = 465; | ||
UPDATE ag.survey_question SET japanese = '人工甘味料入りのダイエット飲料を摂取していますか?(※人工甘味料とは、糖アルコール(ソルビトール、マンニトール、マルチトール、キシ リトール、還元パラチノース、エリスリトール)、合成甘味料(サッカリン、アスパル テーム、アセスルファムカリウム(アセスルファム K)、スクラロース)を指します。)' WHERE survey_question_id = 157; | ||
|
||
-- Adjust translations of survey response | ||
UPDATE ag.survey_response SET japanese = '1' WHERE american = 'One'; | ||
UPDATE ag.survey_response SET japanese = '2' WHERE american = 'Two'; | ||
UPDATE ag.survey_response SET japanese = '3' WHERE american = 'Three'; | ||
UPDATE ag.survey_response SET japanese = '雑食主義(肉、魚、野菜を食べる)' WHERE american = 'Omnivore'; | ||
UPDATE ag.survey_response SET japanese = '雑食主義だが、赤身肉は食べない' WHERE american = 'Omnivore but do not eat red meat'; |