forked from ant-design/ant-design
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add si_LK locale (ant-design#36149)
* දින තේරුම සකස් කිරීම * චීන ප්රලේඛනය යාවත්කාල කිරීම * ඉංග්රීසි ප්රලේඛනය යාවත්කාල කිරීම * තවත් දත්ත ඇතුල් කිරීම * දින දසුනට භාෂාව යෙදීම * ප්රධාන දේශීයකරණ සංරචකය යෙදීම * සැපයුම්කරු සඳහා ගොනුව යෙදීම * කාලය තේරීමට අදාළ සංරචකය යෙදීම * යෝජනාව ඇතුළු කෙරිණි Co-authored-by: Amumu <[email protected]> * නව ඇසුරුමට වෙනස් කළා * ගොනුව යාවත්කාල කෙරිණි Co-authored-by: Amumu <[email protected]>
- Loading branch information
Showing
9 changed files
with
184 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import siLK from '../../date-picker/locale/si_LK'; | ||
|
||
export default siLK; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
import CalendarLocale from 'rc-picker/lib/locale/si_LK'; | ||
import TimePickerLocale from '../../time-picker/locale/si_LK'; | ||
import type { PickerLocale } from '../generatePicker'; | ||
|
||
// Merge into a locale object | ||
const locale: PickerLocale = { | ||
lang: { | ||
placeholder: 'දිනය තෝරන්න', | ||
yearPlaceholder: 'අවුරුද්ද තෝරන්න', | ||
quarterPlaceholder: 'කාර්තුව තෝරන්න', | ||
monthPlaceholder: 'මාසය තෝරන්න', | ||
weekPlaceholder: 'සතිය තෝරන්න', | ||
rangePlaceholder: ['ආරම්භක දිනය', 'නිමවන දිනය'], | ||
rangeYearPlaceholder: ['ආර්ම්භක අවුරුද්ද', 'නිමවන අවුරුද්ද'], | ||
rangeQuarterPlaceholder: ['ආරම්භක කාර්තුව', 'නිමවන කාර්තුව'], | ||
rangeMonthPlaceholder: ['ආරම්භක මාසය', 'නිමවන මාසය'], | ||
rangeWeekPlaceholder: ['ආරම්භක සතිය', 'නිමවන සතිය'], | ||
...CalendarLocale, | ||
}, | ||
timePickerLocale: { | ||
...TimePickerLocale, | ||
}, | ||
}; | ||
|
||
// All settings at: | ||
// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json | ||
|
||
export default locale; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import locale from '../locale/si_LK'; | ||
|
||
export default locale; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
/* eslint-disable no-template-curly-in-string */ | ||
import Pagination from 'rc-pagination/lib/locale/si_LK'; | ||
import DatePicker from '../date-picker/locale/si_LK'; | ||
import TimePicker from '../time-picker/locale/si_LK'; | ||
import Calendar from '../calendar/locale/si_LK'; | ||
import type { Locale } from '../locale-provider'; | ||
|
||
const typeTemplate = '${label} වලංගු ${type} ක් නොවේ'; | ||
|
||
const localeValues: Locale = { | ||
locale: 'si', | ||
Pagination, | ||
DatePicker, | ||
TimePicker, | ||
Calendar, | ||
global: { | ||
placeholder: 'කරුණාකර තෝරන්න', | ||
}, | ||
Table: { | ||
filterTitle: 'පෙරහන්', | ||
filterConfirm: 'හරි', | ||
filterReset: 'යළි සකසන්න', | ||
filterEmptyText: 'පෙරහන් නැත', | ||
filterCheckall: 'සියළු අථක තෝරන්න', | ||
filterSearchPlaceholder: 'පෙරහන් තුළ සොයන්න', | ||
emptyText: 'දත්ත නැත', | ||
selectAll: 'වත්මන් පිටුව තෝරන්න', | ||
selectInvert: 'වත්මන් පිටුව යටියනය', | ||
selectNone: 'සියළු දත්ත ඉවතලන්න', | ||
selectionAll: 'සියළු දත්ත තෝරන්න', | ||
sortTitle: 'පෙළගැසීම', | ||
expand: 'පේළිය දිගහරින්න', | ||
collapse: 'පේළිය හකුළන්න', | ||
triggerDesc: 'අවරෝහණව පෙළගැසීමට ඔබන්න', | ||
triggerAsc: 'ආරෝහණව පෙළගැසීමට ඔබන්න', | ||
cancelSort: 'පෙළගැසීම අවලංගු කිරීමට ඔබන්න', | ||
}, | ||
Modal: { | ||
okText: 'හරි', | ||
cancelText: 'අවලංගු කරන්න', | ||
justOkText: 'හරි', | ||
}, | ||
Popconfirm: { | ||
okText: 'හරි', | ||
cancelText: 'අවලංගු කරන්න', | ||
}, | ||
Transfer: { | ||
titles: ['', ''], | ||
searchPlaceholder: 'මෙතැන සොයන්න', | ||
itemUnit: 'අථකය', | ||
itemsUnit: 'අථක', | ||
remove: 'ඉවත් කරන්න', | ||
selectCurrent: 'වත්මන් පිටුව තෝරන්න', | ||
removeCurrent: 'වත්මන් පිටුව ඉවත් කරන්න', | ||
selectAll: 'සියළු දත්ත තෝරන්න', | ||
removeAll: 'සියළු දත්ත ඉවතලන්න', | ||
selectInvert: 'වත්මන් පිටුව යටියනය', | ||
}, | ||
Upload: { | ||
uploading: 'උඩුගත වෙමින්...', | ||
removeFile: 'ගොනුව ඉවතලන්න', | ||
uploadError: 'උඩුගත වීමේ දෝෂයකි', | ||
previewFile: 'ගොනුවේ පෙරදසුන', | ||
downloadFile: 'ගොනුව බාගන්න', | ||
}, | ||
Empty: { | ||
description: 'දත්ත නැත', | ||
}, | ||
Icon: { | ||
icon: 'නිරූපකය', | ||
}, | ||
Text: { | ||
edit: 'සංස්කරණය', | ||
copy: 'පිටපත්', | ||
copied: 'පිටපත් විය', | ||
expand: 'විහිදුවන්න', | ||
}, | ||
PageHeader: { | ||
back: 'ආපසු', | ||
}, | ||
Form: { | ||
optional: '(විකල්පයකි)', | ||
defaultValidateMessages: { | ||
default: '${label} සඳහා ක්ෂේත්රය වලංගුකරණයේ දෝෂයකි', | ||
required: '${label} ඇතුල් කරන්න', | ||
enum: '[${enum}] වලින් එකක් ${label} විය යුතුය', | ||
whitespace: '${label} හිස් අකුරක් නොවිය යුතුය', | ||
date: { | ||
format: '${label} දිනයේ ආකෘතිය වැරදිය', | ||
parse: '${label} දිනයකට පරිවර්තනය කළ නොහැකිය', | ||
invalid: '${label} වලංගු නොවන දිනයකි', | ||
}, | ||
types: { | ||
string: typeTemplate, | ||
method: typeTemplate, | ||
array: typeTemplate, | ||
object: typeTemplate, | ||
number: typeTemplate, | ||
date: typeTemplate, | ||
boolean: typeTemplate, | ||
integer: typeTemplate, | ||
float: typeTemplate, | ||
regexp: typeTemplate, | ||
email: typeTemplate, | ||
url: typeTemplate, | ||
hex: typeTemplate, | ||
}, | ||
string: { | ||
len: '${label} අකුරු ${len}ක් විය යුතුය', | ||
min: '${label} අවමය අකුරු ${min}ක් විය යුතුය', | ||
max: '${label} අකුරු ${max}ක් දක්වා විය යුතුය', | ||
range: '${label} අකුරු ${min}-${max}ක් අතර විය යුතුය', | ||
}, | ||
number: { | ||
len: '${label} නිසැකව ${len} සමාන විය යුතුය', | ||
min: '${label} අවමය ${min} විය යුතුය', | ||
max: '${label} උපරිමය ${max} විය යුතුය', | ||
range: '${label} නිසැකව ${min}-${max} අතර විය යුතුය', | ||
}, | ||
array: { | ||
len: '${len} ${label} විය යුතුය', | ||
min: 'අවම වශයෙන් ${min} ${label}', | ||
max: 'උපරිම වශයෙන් ${max} ${label}', | ||
range: '${label} ගණන ${min}-${max} අතර විය යුතුය', | ||
}, | ||
pattern: { | ||
mismatch: '${pattern} රටාවට ${label} නොගැළපේ', | ||
}, | ||
}, | ||
}, | ||
Image: { | ||
preview: 'පෙරදසුන', | ||
}, | ||
}; | ||
|
||
export default localeValues; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import type { TimePickerLocale } from '../index'; | ||
|
||
const locale: TimePickerLocale = { | ||
placeholder: 'වේලාව තෝරන්න', | ||
rangePlaceholder: ['ආරම්භක වේලාව', 'නිමවන වේලාව'], | ||
}; | ||
|
||
export default locale; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters