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.
fix: duplicate locales in locale-provide, a typo
- Loading branch information
1 parent
70b8fb2
commit ada619f
Showing
2 changed files
with
5 additions
and
119 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 |
---|---|---|
@@ -1,117 +1,3 @@ | ||
export default { | ||
locale: 'az', | ||
Pagination: { | ||
// Options.jsx | ||
items_per_page: '/ səhifə', | ||
jump_to: 'Get', | ||
jump_to_confirm: 'təsdiqlə', | ||
page: '', | ||
import locale from '../locale/az_AZ'; | ||
|
||
// Pagination.jsx | ||
prev_page: 'Əvvəlki Səhifə', | ||
next_page: 'Növbəti Səhifə', | ||
prev_5: 'Əvvəlki 5 Səhifə', | ||
next_5: 'Növbəti 5 Səhifə', | ||
prev_3: 'Əvvəlki 3 Səhifə', | ||
next_3: 'Növbəti 3 Səhifə', | ||
}, | ||
DatePicker: { | ||
lang: { | ||
placeholder: 'Tarix seçin', | ||
rangePlaceholder: ['Başlama tarixi', 'Bitmə tarixi'], | ||
today: 'Bugün', | ||
now: 'İndi', | ||
backToToday: 'Bugünə qayıt', | ||
ok: 'Təsdiq', | ||
clear: 'Təmizlə', | ||
month: 'Ay', | ||
year: 'İl', | ||
timeSelect: 'vaxtı seç', | ||
dateSelect: 'tarixi seç', | ||
weekSelect: 'Həftə seç', | ||
monthSelect: 'Ay seç', | ||
yearSelect: 'il seç', | ||
decadeSelect: 'Onillik seçin', | ||
yearFormat: 'YYYY', | ||
dateFormat: 'D.M.YYYY', | ||
dayFormat: 'D', | ||
dateTimeFormat: 'D.M.YYYY HH:mm:ss', | ||
monthBeforeYear: true, | ||
previousMonth: 'Əvvəlki ay (PageUp)', | ||
nextMonth: 'Növbəti ay (PageDown)', | ||
previousYear: 'Sonuncu il (Control + left)', | ||
nextYear: 'Növbəti il (Control + right)', | ||
previousDecade: 'Sonuncu onillik', | ||
nextDecade: 'Növbəti onillik', | ||
previousCentury: 'Sonuncu əsr', | ||
nextCentury: 'Növbəti əsr', | ||
}, | ||
timePickerLocale: { | ||
placeholder: 'Vaxtı seç', | ||
} | ||
}, | ||
TimePicker: { | ||
placeholder: 'Vaxtı seç', | ||
}, | ||
Calendar: { | ||
today: 'Bugün', | ||
now: 'İndi', | ||
backToToday: 'Bugünə qayıt', | ||
ok: 'Bəli', | ||
clear: 'Təmizlə', | ||
month: 'Ay', | ||
year: 'İl', | ||
timeSelect: 'vaxtı seç', | ||
dateSelect: 'tarixi seç', | ||
weekSelect: 'Həftə seç', | ||
monthSelect: 'Ay seç', | ||
yearSelect: 'il seç', | ||
decadeSelect: 'Onillik seçin', | ||
yearFormat: 'İİİİ', | ||
dateFormat: 'gg.aa.iiii', | ||
dayFormat: 'g', | ||
dateTimeFormat: 'gg.aa.iiii ss:dd:ss', | ||
monthBeforeYear: true, | ||
previousMonth: 'Əvvəlki ay (PageUp)', | ||
nextMonth: 'Növbəti ay (PageDown)', | ||
previousYear: 'Sonuncu il (Control + left)', | ||
nextYear: 'Növbəti il (Control + right)', | ||
previousDecade: 'Sonuncu onillik', | ||
nextDecade: 'Növbəti onillik', | ||
previousCentury: 'Sonuncu əsr', | ||
nextCentury: 'Növbəti əsr', | ||
}, | ||
Table: { | ||
filterTitle: 'Filter menyu', | ||
filterConfirm: 'Axtar', | ||
filterReset: 'Sıfırla', | ||
emptyText: 'Məlumat yoxdur', | ||
selectAll: 'Cari səhifəni seç', | ||
selectInvert: 'Invert current page', | ||
}, | ||
Modal: { | ||
okText: 'Bəli', | ||
cancelText: 'Ləğv et', | ||
justOkText: 'Bəli', | ||
}, | ||
Popconfirm: { | ||
okText: 'Bəli', | ||
cancelText: 'Ləğv et', | ||
}, | ||
Transfer: { | ||
titles: ['', ''], | ||
notFoundContent: 'Tapılmadı', | ||
searchPlaceholder: 'Burda axtar', | ||
itemUnit: 'item', | ||
itemsUnit: 'items', | ||
}, | ||
Select: { | ||
notFoundContent: 'Tapılmadı', | ||
}, | ||
Upload: { | ||
uploading: 'Yüklənir...', | ||
removeFile: 'Faylı sil', | ||
uploadError: 'Yükləmə xətası', | ||
previewFile: 'Fayla önbaxış', | ||
} | ||
}; | ||
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