StackGenVis: Alignment of Data, Algorithms, and Models for Stacking Ensemble Learning Using Performance Metrics https://doi.org/10.1109/TVCG.2020.3030352
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
StackGenVis/frontend/node_modules/plotly.js/lib/locales/vi.js

38 lines
1.1 KiB

/**
* Copyright 2012-2020, Plotly, Inc.
* All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';
module.exports = {
moduleType: 'locale',
name: 'vi',
dictionary: {},
format: {
days: ['Chủ Nhật', 'Thứ Hai', 'Thứ Ba', 'Thứ Tư', 'Thứ Năm', 'Thứ Sáu', 'Thứ Bảy'],
shortDays: ['CN', 'T2', 'T3', 'T4', 'T5', 'T6', 'T7'],
months: [
'Tháng Một',
'Tháng Hai',
'Tháng Ba',
'Tháng Tư',
'Tháng Năm',
'Tháng Sáu',
'Tháng Bảy',
'Tháng Tám',
'Tháng Chín',
'Tháng Mười',
'Tháng Mười Một',
'Tháng Mười Hai'
],
shortMonths: [
'Tháng 1', 'Tháng 2', 'Tháng 3', 'Tháng 4', 'Tháng 5', 'Tháng 6',
'Tháng 7', 'Tháng 8', 'Tháng 9', 'Tháng 10', 'Tháng 11', 'Tháng 12'
],
date: '%d/%m/%Y'
}
};