You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Adds new waitlist lottery confirmation translations for emails.
2
+
3
+
UPDATE translations
4
+
SET translations = jsonb_set(translations, '{confirmation,eligible,waitlistLottery}', '"Eligible applicants will be placed on the waitlist based on lottery rank order."')
5
+
WHERE language ='en';
6
+
7
+
UPDATE translations
8
+
SET translations = jsonb_set(translations, '{confirmation,eligible,waitlistLottery}', '"Los solicitantes elegibles serán colocados en la lista de espera según el orden de clasificación de la lotería."')
9
+
WHERE language ='es';
10
+
11
+
UPDATE translations
12
+
SET translations = jsonb_set(translations, '{confirmation,eligible,waitlistLottery}', '"Ang mga karapat-dapat na aplikante ay ilalagay sa waitlist batay sa order ng ranggo ng lottery."')
13
+
WHERE language ='tl';
14
+
15
+
UPDATE translations
16
+
SET translations = jsonb_set(translations, '{confirmation,eligible,waitlistLottery}', '"Những người nộp đơn đủ điều kiện sẽ được đưa vào danh sách chờ dựa trên thứ hạng xổ số."')
17
+
WHERE language ='vi';
18
+
19
+
UPDATE translations
20
+
SET translations = jsonb_set(translations, '{confirmation,eligible,waitlistLottery}', '"符合資格的申請人將根據抽籤順序列入候補名單。"')
0 commit comments