24 lines
489 B
JavaScript
24 lines
489 B
JavaScript
'use strict';
|
|
|
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
|
var l64 = {
|
|
code: 'sm',
|
|
buttonText: {
|
|
prev: 'Talu ai',
|
|
next: 'Mulimuli atu',
|
|
today: 'Aso nei',
|
|
year: 'Tausaga',
|
|
month: 'Masina',
|
|
week: 'Vaiaso',
|
|
day: 'Aso',
|
|
list: 'Faasologa',
|
|
},
|
|
weekText: 'Vaiaso',
|
|
allDayText: 'Aso atoa',
|
|
moreLinkText: 'sili atu',
|
|
noEventsText: 'Leai ni mea na tutupu',
|
|
};
|
|
|
|
exports["default"] = l64;
|