@lemon-fe/components 1.4.25 → 1.4.26
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/es/base-table/locale/id.d.ts +3 -0
- package/es/base-table/locale/id.js +5 -0
- package/es/color-picker/locale/id.d.ts +3 -0
- package/es/color-picker/locale/id.js +4 -0
- package/es/data-grid/locale/id.d.ts +3 -0
- package/es/data-grid/locale/id.js +65 -0
- package/es/duration-picker/locale/id.d.ts +3 -0
- package/es/duration-picker/locale/id.js +14 -0
- package/es/filter/locale/id.d.ts +3 -0
- package/es/filter/locale/id.js +29 -0
- package/es/locale/id.d.ts +3 -0
- package/es/locale/id.js +31 -0
- package/es/request-error-message/locale/id.d.ts +3 -0
- package/es/request-error-message/locale/id.js +4 -0
- package/es/select-panel/locale/id.d.ts +3 -0
- package/es/select-panel/locale/id.js +5 -0
- package/es/select-view/locale/id.d.ts +3 -0
- package/es/select-view/locale/id.js +6 -0
- package/es/sider-tree/locale/id.d.ts +3 -0
- package/es/sider-tree/locale/id.js +5 -0
- package/package.json +2 -2
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
localeText: {
|
|
3
|
+
copy: 'Salin',
|
|
4
|
+
copyWithHeaders: 'Salin (dengan header kolom)',
|
|
5
|
+
copyWithGroupHeaders: 'Salin (dengan header grup kolom)',
|
|
6
|
+
paste: 'Tempel',
|
|
7
|
+
export: 'Ekspor',
|
|
8
|
+
csvExport: 'Ekspor sebagai CSV',
|
|
9
|
+
searchOoo: 'Cari',
|
|
10
|
+
autosizeThiscolumn: 'Ukuran lebar kolom saat ini menyesuaikan otomatis',
|
|
11
|
+
autosizeAllColumns: 'Ukuran lebar semua kolom menyesuaikan otomatis',
|
|
12
|
+
resetColumns: 'Atur ulang semua kolom',
|
|
13
|
+
pinColumn: 'Sematkan kolom',
|
|
14
|
+
pinLeft: 'Sematkan di kiri',
|
|
15
|
+
pinRight: 'Sematkan di kanan',
|
|
16
|
+
noPin: 'Jangan sematkan kolom',
|
|
17
|
+
expandAll: 'Perluas semua',
|
|
18
|
+
collapseAll: 'Ciutkan semua',
|
|
19
|
+
columns: 'Kolom',
|
|
20
|
+
sortAscending: 'Urutkan naik',
|
|
21
|
+
sortDescending: 'Urutkan turun'
|
|
22
|
+
},
|
|
23
|
+
pagination: {
|
|
24
|
+
totalText: 'Total ${total} catatan'
|
|
25
|
+
},
|
|
26
|
+
fieldModal: {
|
|
27
|
+
addCustomColumnText: 'Tambah kolom kustom',
|
|
28
|
+
customColumnNameText: 'Nama kolom kustom',
|
|
29
|
+
customColumnExpressionText: 'Rumus kustom',
|
|
30
|
+
customColumnExpressionPlaceholder: 'Panjang maksimum rumus kustom adalah 300',
|
|
31
|
+
customColumnDecimalPlacesText: 'Jumlah desimal',
|
|
32
|
+
customColumnParentHeaderText: 'Header tabel tingkat atas yang dimilikinya',
|
|
33
|
+
summaryText: 'Ada statistik total?',
|
|
34
|
+
summaryTextTooltip: 'Bidang dalam rumus kustom perlu menampilkan nilai agregat, jika tidak tidak dapat menghitung total (atau agregat) nilai',
|
|
35
|
+
summaryTypeText: 'Aturan perhitungan total',
|
|
36
|
+
summaryTypeContentText: "\n <div>\n <p>1. Jumlahkan nilai data kolom kustom untuk mendapatkan nilai total.</p>\n <p>\n 2. Nilai total dihitung dari sumber data berdasarkan rumus (nilai total ini tidak mendukung ekspor).\n <br />\n Nilai total kolom data yang ditambahkan ke rumus dihitung menurut rumus untuk menghasilkan nilai total kolom kustom, biasanya diterapkan ketika kolom kustom adalah persentase, seperti margin laba kotor.\n </p>\n </div>\n ",
|
|
37
|
+
customSummaryDataText: 'Jumlahkan nilai data kolom kustom untuk mendapatkan nilai total',
|
|
38
|
+
dataSourceSummaryDataText: 'Sumber data menghitung nilai total menurut rumus',
|
|
39
|
+
addFieldText: 'Tambah bidang',
|
|
40
|
+
idTooltip: 'Nama kolom kustom tidak boleh sama dengan nama kolom yang ada, jika kolom dengan nama duplikat telah diatur maka tidak mendukung ekspor',
|
|
41
|
+
bottomTooltip: 'Catatan: Rumus hanya mendukung perhitungan untuk kolom data numerik',
|
|
42
|
+
customColumnNameTextRequired: 'Silakan masukkan nama kolom kustom'
|
|
43
|
+
},
|
|
44
|
+
validate: {
|
|
45
|
+
fieldErrorText: 'Bidang ${field} salah dimasukkan'
|
|
46
|
+
},
|
|
47
|
+
maxWordText: 'Bidang ${headerName} maksimal ${maxLength} karakter',
|
|
48
|
+
operationSuccessText: 'Operasi berhasil',
|
|
49
|
+
displayText: 'Tampilkan',
|
|
50
|
+
searchText: 'Tekan Enter untuk mencari',
|
|
51
|
+
addCustomColumnText: 'Tambah kolom kustom',
|
|
52
|
+
resetText: 'Atur ulang',
|
|
53
|
+
saveText: 'Simpan',
|
|
54
|
+
editText: 'Edit',
|
|
55
|
+
deleteText: 'Hapus',
|
|
56
|
+
searchPlaceholderText: 'Masukkan kata kunci untuk mencari',
|
|
57
|
+
searchPrevText: 'Sebelumnya',
|
|
58
|
+
searchNextText: 'Berikutnya',
|
|
59
|
+
selectedTipText: 'Dipilih ${length} catatan',
|
|
60
|
+
clearSelectedText: 'Hapus semua yang dipilih',
|
|
61
|
+
moreText: 'Lebih banyak',
|
|
62
|
+
actionText: 'Operasi',
|
|
63
|
+
index: 'No. urut'
|
|
64
|
+
};
|
|
65
|
+
export default locale;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
customDateText: 'Waktu kustom',
|
|
3
|
+
todayText: 'Hari ini',
|
|
4
|
+
yesterdayText: 'Kemarin',
|
|
5
|
+
thisWeekText: 'Minggu ini',
|
|
6
|
+
lastWeekText: 'Minggu lalu',
|
|
7
|
+
thisMonthText: 'Bulan ini',
|
|
8
|
+
lastMonthText: 'Bulan lalu',
|
|
9
|
+
lastThirtyDaysText: '30 hari terakhir',
|
|
10
|
+
lastQuarterText: 'Kuartal lalu',
|
|
11
|
+
thisQuarterText: 'Kuartal ini',
|
|
12
|
+
thisYearText: 'Tahun ini'
|
|
13
|
+
};
|
|
14
|
+
export default locale;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
var locale = {
|
|
2
|
+
savePlanModalTitle: 'Skema filter',
|
|
3
|
+
planModalPatternWarning: 'Harap jangan masukkan karakter khusus: $',
|
|
4
|
+
planNameText: 'Nama',
|
|
5
|
+
removePlanText: 'Hapus skema',
|
|
6
|
+
planLimitText: 'Total skema kueri tidak boleh melebihi 6',
|
|
7
|
+
lableDateText: 'Tanggal',
|
|
8
|
+
defaultTitleText: 'Default',
|
|
9
|
+
noDefaultRemoveText: 'Item default tidak boleh dihapus',
|
|
10
|
+
autoPlaceholderText: 'Silakan ${action} ${label}',
|
|
11
|
+
searchText: 'Cari',
|
|
12
|
+
selectText: 'Pilih',
|
|
13
|
+
inputText: 'Masukkan',
|
|
14
|
+
searchOptionText: 'Opsi pencarian',
|
|
15
|
+
advanceSearchText: 'Pencarian lanjutan',
|
|
16
|
+
collapseSearchText: 'Ciutkan pencarian',
|
|
17
|
+
resetText: 'Atur ulang',
|
|
18
|
+
hideOptionKeepOne: 'Harap pertahankan setidaknya satu opsi filter',
|
|
19
|
+
save: 'Simpan',
|
|
20
|
+
delete: 'Hapus',
|
|
21
|
+
rename: 'Ganti nama',
|
|
22
|
+
cancel: 'Batal',
|
|
23
|
+
sameTitleWarning: 'Nama sudah ada, harap masukkan kembali',
|
|
24
|
+
deleteModal: {
|
|
25
|
+
titleText: 'Pemberitahuan',
|
|
26
|
+
confirmDeleteText: 'Apakah Anda yakin ingin menghapus ${title}?'
|
|
27
|
+
}
|
|
28
|
+
};
|
|
29
|
+
export default locale;
|
package/es/locale/id.js
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
2
|
+
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
3
|
+
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
4
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
5
|
+
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
|
|
6
|
+
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
7
|
+
import antId from 'antd/lib/locale/id_ID';
|
|
8
|
+
import { default as BaseTable } from "../base-table/locale/id";
|
|
9
|
+
import { default as ColorPickerLocale } from "../color-picker/locale/id";
|
|
10
|
+
import { default as DataGridLocale } from "../data-grid/locale/id";
|
|
11
|
+
import { default as DurationPickerLocale } from "../duration-picker/locale/id";
|
|
12
|
+
import { default as Filter } from "../filter/locale/id";
|
|
13
|
+
import { default as RequestErrorMessageLocale } from "../request-error-message/locale/id";
|
|
14
|
+
import { default as SelectPanelLocale } from "../select-panel/locale/id";
|
|
15
|
+
import { default as SelectViewLocale } from "../select-view/locale/id";
|
|
16
|
+
import { default as SiderTreeLocale } from "../sider-tree/locale/id";
|
|
17
|
+
var id = _objectSpread(_objectSpread({}, antId), {}, {
|
|
18
|
+
Select: _objectSpread(_objectSpread({}, antId.Select), {}, {
|
|
19
|
+
copy: 'Salin'
|
|
20
|
+
}),
|
|
21
|
+
Filter: Filter,
|
|
22
|
+
BaseTable: BaseTable,
|
|
23
|
+
ColorPicker: ColorPickerLocale,
|
|
24
|
+
DataGrid: DataGridLocale,
|
|
25
|
+
SiderTree: SiderTreeLocale,
|
|
26
|
+
SelectView: SelectViewLocale,
|
|
27
|
+
SelectPanel: SelectPanelLocale,
|
|
28
|
+
DurationPicker: DurationPickerLocale,
|
|
29
|
+
RequestErrorMessage: RequestErrorMessageLocale
|
|
30
|
+
});
|
|
31
|
+
export default id;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lemon-fe/components",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.26",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"registry": "https://registry.npmjs.org"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "02489e006219623a99a26c6360a3c54743a3fd8a"
|
|
62
62
|
}
|