dobo 1.0.13 → 1.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bajo/init.js +2 -2
- package/bajo/intl/en-US.json +215 -0
- package/bajo/intl/id.json +228 -0
- package/bajo/method/attachment/copy-uploaded.js +2 -2
- package/bajo/method/attachment/create.js +2 -2
- package/bajo/method/attachment/remove.js +1 -1
- package/bajo/method/get-schema.js +1 -1
- package/bajo/method/model/exists.js +1 -1
- package/bajo/method/prep-pagination.js +1 -1
- package/bajo/method/record/create.js +1 -1
- package/bajo/method/record/remove.js +1 -1
- package/bajo/method/record/update.js +1 -1
- package/bajo/method/sanitize/date.js +1 -1
- package/bajo/method/stat/histogram.js +1 -1
- package/bajo/method/validate.js +1 -1
- package/bajo/start.js +1 -1
- package/bajoCli/applet/connection.js +4 -4
- package/bajoCli/applet/lib/post-process.js +5 -5
- package/bajoCli/applet/model-clear.js +1 -1
- package/bajoCli/applet/model-rebuild.js +14 -14
- package/bajoCli/applet/record-create.js +6 -6
- package/bajoCli/applet/record-find.js +3 -3
- package/bajoCli/applet/record-get.js +1 -1
- package/bajoCli/applet/record-remove.js +1 -1
- package/bajoCli/applet/record-update.js +8 -8
- package/bajoCli/applet/schema.js +4 -4
- package/bajoCli/applet/stat-count.js +3 -3
- package/lib/add-fixtures.js +3 -4
- package/lib/build-bulk-action.js +2 -2
- package/lib/check-unique.js +2 -2
- package/lib/collect-connections.js +2 -2
- package/lib/collect-drivers.js +3 -3
- package/lib/collect-feature.js +3 -3
- package/lib/collect-schemas.js +3 -3
- package/lib/generic-prop-sanitizer.js +2 -9
- package/lib/mem-db/instantiate.js +1 -1
- package/lib/mem-db/method/record/create.js +1 -1
- package/lib/mem-db/method/record/get.js +1 -1
- package/lib/mem-db/start.js +2 -2
- package/lib/resolve-method.js +2 -2
- package/lib/sanitize-schema.js +5 -5
- package/package.json +1 -1
- package/bajoI18N/resource/en-US.json +0 -92
- package/bajoI18N/resource/id.json +0 -185
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"field": {
|
|
3
|
-
"id": "ID",
|
|
4
|
-
"code": "Kode",
|
|
5
|
-
"name": "Name",
|
|
6
|
-
"dt": "Date/Time",
|
|
7
|
-
"createdAt": "Created At",
|
|
8
|
-
"updatedAt": "Updated At",
|
|
9
|
-
"title": "Title",
|
|
10
|
-
"description": "Description",
|
|
11
|
-
"subTitle": "Sub Title",
|
|
12
|
-
"plugin": "Plugin",
|
|
13
|
-
"author": "Author",
|
|
14
|
-
"dir": "Directory",
|
|
15
|
-
"file": "File",
|
|
16
|
-
"meta": "Meta Info",
|
|
17
|
-
"level": "Level",
|
|
18
|
-
"ref": "Reference",
|
|
19
|
-
"section": "Section",
|
|
20
|
-
"asset": "Asset",
|
|
21
|
-
"category": "Category",
|
|
22
|
-
"categoryId": "Category ID",
|
|
23
|
-
"username": "Username",
|
|
24
|
-
"password": "Password",
|
|
25
|
-
"password2": "Repeat Password",
|
|
26
|
-
"firstName": "First Name",
|
|
27
|
-
"lastName": "Last Name",
|
|
28
|
-
"address1": "Address 1",
|
|
29
|
-
"address2": "Address 2",
|
|
30
|
-
"city": "City Name",
|
|
31
|
-
"zipCode": "Zip Code",
|
|
32
|
-
"provinceState": "State",
|
|
33
|
-
"country": "Country",
|
|
34
|
-
"phone": "Phone",
|
|
35
|
-
"email": "Email",
|
|
36
|
-
"key": "Key",
|
|
37
|
-
"status": "Status",
|
|
38
|
-
"orgName": "Organization",
|
|
39
|
-
"picName": "PIC Name",
|
|
40
|
-
"picRole": "PIC Role",
|
|
41
|
-
"picPhone": "PIC Phone",
|
|
42
|
-
"picEmail": "PIC Email",
|
|
43
|
-
"website": "Website",
|
|
44
|
-
"alias": "Alias",
|
|
45
|
-
"twitter": "Twitter",
|
|
46
|
-
"instagram": "Instagram",
|
|
47
|
-
"linkedIn": "Linked In",
|
|
48
|
-
"facebook": "Faceboook",
|
|
49
|
-
"userId": "User ID",
|
|
50
|
-
"siteId": "Site ID",
|
|
51
|
-
"theme": "Theme",
|
|
52
|
-
"token": "Token",
|
|
53
|
-
"field": "Field",
|
|
54
|
-
"agree": "Agreement",
|
|
55
|
-
"method": "Metode",
|
|
56
|
-
"masterId": "Master ID",
|
|
57
|
-
"details": "Details",
|
|
58
|
-
"qty": "QTY",
|
|
59
|
-
"link": "Link",
|
|
60
|
-
"amount": "Amount",
|
|
61
|
-
"cycle": "Cycle",
|
|
62
|
-
"default": "Default"
|
|
63
|
-
},
|
|
64
|
-
"validation": {
|
|
65
|
-
"any.required": "Required",
|
|
66
|
-
"any.only": "Must match with {{ref}}",
|
|
67
|
-
"string.alphanum": "Must only contain alpha-numeric characters",
|
|
68
|
-
"string.base": "Must be a string",
|
|
69
|
-
"string.base64": "Must be a valid base64 string",
|
|
70
|
-
"string.creditCard": "Must be a credit card",
|
|
71
|
-
"string.dataUri": "Must be a valid dataUri string",
|
|
72
|
-
"string.domain": "Must contain a valid domain name",
|
|
73
|
-
"string.email": "Must be a valid email",
|
|
74
|
-
"string.empty": "Required",
|
|
75
|
-
"string.guid": "Must be a valid GUID",
|
|
76
|
-
"string.hex": "Must only contain hexadecimal characters",
|
|
77
|
-
"string.hexAlign": "Hex decoded representation must be byte aligned",
|
|
78
|
-
"string.hostname": "Must be a valid hostname",
|
|
79
|
-
"string.ip": "must be a valid ip address with a {{cidr}} CIDR",
|
|
80
|
-
"string.ipVersion": "Must be a valid ip address of one of the following versions {{version}} with a {{cidr}} CIDR",
|
|
81
|
-
"string.isoDate": "Must be in iso format",
|
|
82
|
-
"string.isoDuration": "Must be a valid ISO 8601 duration",
|
|
83
|
-
"string.length": "Length must be {{limit}} characters long",
|
|
84
|
-
"string.lowercase": "Must only contain lowercase characters",
|
|
85
|
-
"string.max": "Length must be less than or equal to {{limit}} characters long",
|
|
86
|
-
"string.min": "Length must be at least {{limit}} characters long",
|
|
87
|
-
"string.token": "Must only contain alpha-numeric and underscore characters",
|
|
88
|
-
"string.trim": "Must not have leading or trailing whitespace",
|
|
89
|
-
"string.uri": "Must be a valid uri",
|
|
90
|
-
"string.uppercase": "Must only contain uppercase characters"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
@@ -1,185 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"[%s] '%s' is connected": "[%s] '%s' telah tersambung",
|
|
3
|
-
"[%s] Error on '%s': %s": "[%s] Kesalahan pada '%s': %s",
|
|
4
|
-
"[%s] '%s' is destroyed": "[%s] '%s' telah dimusnahkan",
|
|
5
|
-
"[%s] Loaded schemas: %s": "[%s] Skema termuat: %s",
|
|
6
|
-
"[%s] Load schema: %s (%d)": "[%s] Muat skema: %s (%d)",
|
|
7
|
-
"[%s] Loaded connections: %s": "[%s] Koneksi termuat: %s",
|
|
8
|
-
"Unsupported property type '%s' in '%s'": "Tipe properti '%s' di '%s' tidak didukung",
|
|
9
|
-
"No schema found!": "Tidak ditemukan skema!",
|
|
10
|
-
"Enter schema name(s), separated by space:": "Masukkan nama skema, dipisah dengan spasi:",
|
|
11
|
-
"No schema matched": "Tidak ditemukan skema yang cocok",
|
|
12
|
-
"Schema (%d)": "Skema (%d)",
|
|
13
|
-
"The above mentioned schema(s) will be rebuilt & modeled. Continue?": "Semua skema tersebut diatas akan dibuat ulang sebagai model. Anda yakin?",
|
|
14
|
-
"Rebuilding '%s'...": "Pembuatan ulang '%s'...",
|
|
15
|
-
"No database connection '%s' for '%s'. Aborted!'": "Tidak ada koneksi database '%s' untuk '%s'. Batalkan!",
|
|
16
|
-
"Error on dropping model '%s': %s": "Gagal menghapus model '%s': %s",
|
|
17
|
-
"Model '%s' exists. Won't rebuild without --force": "Model '%s' telah ada. Tidak dilakukan pembuatan ulang tanpa --force",
|
|
18
|
-
"Model '%s' successfully created": "Model '%s' sukses dibuat",
|
|
19
|
-
"Error on creating model '%s': %s": "Gagal membuat model '%s': %s",
|
|
20
|
-
"Model '%s' successfully dropped": "Model '%s' sukses dihapus",
|
|
21
|
-
"Db '%s' for '%s' is a memory database, skipped": "Db '%s' untuk '%s' adalah database memori, lewati",
|
|
22
|
-
"[%s] Model '%s@%s' successfully built on the fly": "[%s] Model '%s@%s' sukses dibuat ulang on the fly",
|
|
23
|
-
"Unable to build model '%s@%s': %s": "Gagal membuat ulang model '%s' di '%s': %s",
|
|
24
|
-
"Unknown schema '%s'": "Skema '%s' tidak dikenal",
|
|
25
|
-
"Payload must be a valid JSON object": "Data harus berupa obyek JSON yang valid",
|
|
26
|
-
"Please select a schema:": "Silahkan masukkan sebuah skema:",
|
|
27
|
-
"Enter JSON payload:": "Masukkan data JSON:",
|
|
28
|
-
"Payload is required": "Data harus diisi",
|
|
29
|
-
"Invalid payload syntax": "Sintak data tidak valid",
|
|
30
|
-
"Creating record": "Pembuatan data",
|
|
31
|
-
"Enter record ID:": "Masukkan ID data:",
|
|
32
|
-
"ID is required": "ID harus diisi",
|
|
33
|
-
"Getting record": "Mengambil data",
|
|
34
|
-
"Removing record": "Menghapus data",
|
|
35
|
-
"Can't find schema named %s": "Tidak bisa menemukan skema dengan nama %s",
|
|
36
|
-
"Record '%s@%s' not found!": "Data '%s@%s' tidak ditemukan",
|
|
37
|
-
"Invalid schema '%s'": "Skema '%s' tidak valid",
|
|
38
|
-
"Schema '%s' doesn't have properties at all": "Skema '%s' tidak memiliki properti sama sekali",
|
|
39
|
-
"Field 'id@%s' is a reserved field and should not be added manually": "Kolom 'id@%s' adalah kolom ter-reservasi dan seharusnya tidak ditambahkan secara manual",
|
|
40
|
-
"Missing property type for '%s@%s'": "Tipe properti untuk '%s@%s' tidak ditemukan",
|
|
41
|
-
"Unsupported property type '%s@%s' in '%s'": "Tipe properti '%s@%s' di '%s' tidak didukung",
|
|
42
|
-
"Unknown connection '%s@%s'": "Koneksi '%s@%s' tidak dikenal",
|
|
43
|
-
"Field '%s@%s' is required": "Kolom '%s@%s' harus diisi",
|
|
44
|
-
"'%s' key is required": "Kunci '%s' harus diisi",
|
|
45
|
-
"Please enter a query (if any):": "Silahkan masukkan kueri (jika ada):",
|
|
46
|
-
"Finding record(s)": "Temukan data",
|
|
47
|
-
"Record '%s@%s' exists already!": "Data '%s@%s' sudah ada",
|
|
48
|
-
"Field to group aggregate is missing": "Field to group aggregate is missing",
|
|
49
|
-
"Field to calculate aggregate is missing": "Field to calculate aggregate is missing",
|
|
50
|
-
"Base field for histogram must be provided": "Base field for histogram must be provided",
|
|
51
|
-
"Unknown base field for histogram '%s'": "Unknown base field for histogram '%s'",
|
|
52
|
-
"Field type '%s@%s' must be a datetime field": "Field type '%s@%s' must be a datetime field",
|
|
53
|
-
"Group field to aggregate is missing": "Group field to aggregate is missing",
|
|
54
|
-
"Unknown group field '%s@%s'": "Unknown group field '%s@%s'",
|
|
55
|
-
"Group field must be of type integer, smallint or float": "Group field must be of type integer, smallint or float",
|
|
56
|
-
"Unsupported aggregate type: '%s'": "Unsupported aggregate type: '%s'",
|
|
57
|
-
"'%s@%s' key is required": "'%s@%s' key is required",
|
|
58
|
-
"Full text index need integer type primary id in '%s@%s'": "Full text index need integer type primary id in '%s@%s'",
|
|
59
|
-
"Unsupported aggregate '%s'": "Unsupported aggregate '%s'",
|
|
60
|
-
"Unsupported %s '%s' for '%s@%s'. Allowed choices: %s": "Unsupported %s '%s' for '%s@%s'. Allowed choices: %s",
|
|
61
|
-
"Method '%s@%s' is disabled": "Metode '%s@%s' dinonaktifkan",
|
|
62
|
-
"Invalid model for persistence: %s": "Model untuk penyimpanan tidak valid: %s",
|
|
63
|
-
"Can't load %s: %s": "Tidak bisa memuat %s: %s",
|
|
64
|
-
"No record found": "Tidak ditemukan data",
|
|
65
|
-
"%d record(s) found": "Ditemukan %d data",
|
|
66
|
-
"Add": "Tambah",
|
|
67
|
-
"Edit": "Ubah",
|
|
68
|
-
"Delete": "Hapus",
|
|
69
|
-
"Export": "Ekspor",
|
|
70
|
-
"Query": "Kueri",
|
|
71
|
-
"Query Builder": "Pembuat Kueri",
|
|
72
|
-
"List": "Daftar",
|
|
73
|
-
"Submit Query": "Kirim Kueri",
|
|
74
|
-
"Data Export": "Ekspor Data",
|
|
75
|
-
"field": {
|
|
76
|
-
"id": "ID",
|
|
77
|
-
"code": "Kode",
|
|
78
|
-
"name": "Nama",
|
|
79
|
-
"dt": "Tgl/Jam",
|
|
80
|
-
"createdAt": "Dibuat Pada",
|
|
81
|
-
"updatedAt": "Diubah Pada",
|
|
82
|
-
"title": "Judul",
|
|
83
|
-
"description": "Keterangan",
|
|
84
|
-
"subTitle": "Sub Judul",
|
|
85
|
-
"plugin": "Plugin",
|
|
86
|
-
"author": "Penulis",
|
|
87
|
-
"dir": "Direktori",
|
|
88
|
-
"file": "Berkas",
|
|
89
|
-
"meta": "Info Meta",
|
|
90
|
-
"level": "Tingkat",
|
|
91
|
-
"ref": "Referensi",
|
|
92
|
-
"section": "Bagian",
|
|
93
|
-
"asset": "Aset",
|
|
94
|
-
"category": "Kategori",
|
|
95
|
-
"categoryId": "ID Kategori",
|
|
96
|
-
"username": "Nama Pengguna",
|
|
97
|
-
"password": "Kata Sandi",
|
|
98
|
-
"password2": "Ulangi Kata Sandi",
|
|
99
|
-
"firstName": "Nama Depan",
|
|
100
|
-
"lastName": "Nama Belakang",
|
|
101
|
-
"address1": "Alamat 1",
|
|
102
|
-
"address2": "Alamat 2",
|
|
103
|
-
"city": "Nama Kota",
|
|
104
|
-
"zipCode": "Kode Pos",
|
|
105
|
-
"provinceState": "Propinsi",
|
|
106
|
-
"country": "Negara",
|
|
107
|
-
"phone": "Telepon",
|
|
108
|
-
"email": "Surel",
|
|
109
|
-
"key": "Kunci",
|
|
110
|
-
"status": "Status",
|
|
111
|
-
"orgName": "Organisasi",
|
|
112
|
-
"picName": "Nama PJ",
|
|
113
|
-
"picRole": "Peran PJ",
|
|
114
|
-
"picPhone": "Telpon PJ",
|
|
115
|
-
"picEmail": "Surel PJ",
|
|
116
|
-
"website": "Alamat Situs",
|
|
117
|
-
"alias": "Alias",
|
|
118
|
-
"twitter": "Twitter",
|
|
119
|
-
"instagram": "Instagram",
|
|
120
|
-
"linkedIn": "Linked In",
|
|
121
|
-
"facebook": "Faceboook",
|
|
122
|
-
"userId": "ID Pengguna",
|
|
123
|
-
"siteId": "ID Situs",
|
|
124
|
-
"theme": "Tema",
|
|
125
|
-
"token": "Token",
|
|
126
|
-
"field": "Field",
|
|
127
|
-
"agree": "Persetujuan",
|
|
128
|
-
"method": "Metode",
|
|
129
|
-
"masterId": "ID Master",
|
|
130
|
-
"details": "Detil",
|
|
131
|
-
"qty": "JML",
|
|
132
|
-
"link": "Tautan",
|
|
133
|
-
"amount": "Nilai",
|
|
134
|
-
"cycle": "Cycle",
|
|
135
|
-
"default": "Default"
|
|
136
|
-
},
|
|
137
|
-
"Validation Error": "Kesalahan Validasi",
|
|
138
|
-
"validation": {
|
|
139
|
-
"any": {
|
|
140
|
-
"required": "Harus diisi/dipilih",
|
|
141
|
-
"only": "Harus sesuai dengan {{ref}}"
|
|
142
|
-
},
|
|
143
|
-
"string": {
|
|
144
|
-
"alphanum": "Harus berupa alfa numerik karakter saja",
|
|
145
|
-
"base": "Harus berupa string",
|
|
146
|
-
"base64": "Harus berupa string base64 yang valid",
|
|
147
|
-
"creditCard": "Harus berupa nomor kartu kredit",
|
|
148
|
-
"dataUri": "Harus berupa string dataUri yang valid",
|
|
149
|
-
"domain": "Harus mengandung nama domain yang valid",
|
|
150
|
-
"email": "Harus berupa surel yang valid",
|
|
151
|
-
"empty": "Harus diisi/dipilih",
|
|
152
|
-
"guid": "Harus berupa GUID yang valid",
|
|
153
|
-
"hex": "Harus mengandung hexadesimal karakter yang valid saja",
|
|
154
|
-
"hexAlign": "Representasi hex yang terdekode harus byte aligned",
|
|
155
|
-
"hostname": "Harus berupa nama host yang valid",
|
|
156
|
-
"ip": "Harus berupa alamat ip yang valid dengan CIDR {{cidr}}",
|
|
157
|
-
"ipVersion": "Harus berupa alamat ip yang valid dengan versi {{version}} dan CIDR {{cidr}}",
|
|
158
|
-
"isoDate": "Harus dalam format ISO",
|
|
159
|
-
"isoDuration": "Harus berupa durasi ISO 8601 yang valid",
|
|
160
|
-
"length": "Panjang harus pas {{limit}} karakter",
|
|
161
|
-
"lowercase": "Hanya boleh mengandung huruf kecil saja",
|
|
162
|
-
"max": "Panjang karakter harus lebih kecil atau sama dengan {{limit}} karakter",
|
|
163
|
-
"min": "Panjang karakter harus setidaknya {{limit}} karakter",
|
|
164
|
-
"token": "Hanya boleh terdiri atas karakter alfanumerik dan garis bawah saja",
|
|
165
|
-
"trim": "Tidak boleh memiliki spasi didepan atau dibelakang",
|
|
166
|
-
"uri": "Harus berupa URI yang valid",
|
|
167
|
-
"uppercase": "Hanya boleh mengandung huruf besar saja"
|
|
168
|
-
},
|
|
169
|
-
"number": {
|
|
170
|
-
"base": "Harus berupa angka",
|
|
171
|
-
"greater": "Harus lebih besar dari {{limit}}",
|
|
172
|
-
"infinity": "Tidak bisa tak terbatas",
|
|
173
|
-
"integer": "Harus berupa integer",
|
|
174
|
-
"less": "Harus lebih kecil dari {{limit}}",
|
|
175
|
-
"max": "Harus lebih kecil atau sama dengan {{limit}}",
|
|
176
|
-
"min": "Harus lebih besar atau sama dengan {{limit}}",
|
|
177
|
-
"multiple": "Harus kelipatan dari {{multiple}}",
|
|
178
|
-
"negative": "Harus berupa angka negatif",
|
|
179
|
-
"port": "Harus berupa nomor port yang valid",
|
|
180
|
-
"positive": "Harus berupa angka positif",
|
|
181
|
-
"precision": "Harus memiliki tidak lebih dari {{limit}} tempat desimal",
|
|
182
|
-
"unsafe": "Harus berupa nomor yang aman"
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
}
|