ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
keyenthfr
<-- the first row is automatically ignored by the script, and you can also name it how you like. E.g., 'Eng' instead of 'en'. What IMPORTANT, is the order of it & LANG_KEYS in the settings.json file must match.
2
(Note: I simply use google translate for fr)
3
VC
<-- you can use any row as a comment as long as some column is empty
4
vc_titleRegister hereสมัครสมาชิกที่นี่Inscrivez-vous ici
5
vc_detail
Please provide all required information.
กรุณากรอกข้อมูลให้ครบทุกช่อง
S'il vous plaît fournir toutes les informations requises.
6
7
8
9
<-- you can have any empty rows as you needed
10
11
12
FORM
<-- you can use any font/color
13
form_title_first_nameFirst nameชื่อPrénom
14
form_title_last_nameLast nameนามสกุลnom de famille
15
form_title_phonePhoneเบอร์ติดต่อnuméro de téléphone
16
17
form_button_registerRegisterลงทะเบียนregistre
18
19
form_alert_required_field
Required Field:กรุณากรอก:champs requis:
20
form_alert_button_closeCloseปิดFermer
21
22
form_hud_loadingLoadingกำลังโหลดen cours
23
24
form_hud_account_ready
Your account is ready!
บัญชีของคุณพร้อมใช้งานแล้ว!
Your account is ready (in france)
<-- you can use highlight to remind unfinished rows
25
26
form_hud_please_waitPlease waitโปรดรอสักครู่
<-- or just leave an empty value, so that this row is completely ignored by python script
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100