-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(module:i18n): add locale files (#3818)
* chore: sync locale files * docs: update i18n docs
- Loading branch information
Showing
168 changed files
with
1,739 additions
and
132 deletions.
There are no files selected for viewing
Empty file.
Empty file.
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
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,36 @@ | ||
/** | ||
* @license | ||
* Copyright Alibaba.com All Rights Reserved. | ||
* | ||
* Use of this source code is governed by an MIT-style license that can be | ||
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE | ||
*/ | ||
|
||
export default { | ||
today: 'היום', | ||
now: 'עכשיו', | ||
backToToday: 'חזור להיום', | ||
ok: 'אישור', | ||
clear: 'איפוס', | ||
month: 'חודש', | ||
year: 'שנה', | ||
timeSelect: 'בחר שעה', | ||
dateSelect: 'בחר תאריך', | ||
weekSelect: 'בחר שבוע', | ||
monthSelect: 'בחר חודש', | ||
yearSelect: 'בחר שנה', | ||
decadeSelect: 'בחר עשור', | ||
yearFormat: 'YYYY', | ||
dateFormat: 'M/D/YYYY', | ||
dayFormat: 'D', | ||
dateTimeFormat: 'M/D/YYYY HH:mm:ss', | ||
monthBeforeYear: true, | ||
previousMonth: 'חודש קודם (PageUp)', | ||
nextMonth: 'חודש הבא (PageDown)', | ||
previousYear: 'שנה שעברה (Control + left)', | ||
nextYear: 'שנה הבאה (Control + right)', | ||
previousDecade: 'העשור הקודם', | ||
nextDecade: 'העשור הבא', | ||
previousCentury: 'המאה הקודמת', | ||
nextCentury: 'המאה הבאה' | ||
}; |
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,36 @@ | ||
/** | ||
* @license | ||
* Copyright Alibaba.com All Rights Reserved. | ||
* | ||
* Use of this source code is governed by an MIT-style license that can be | ||
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE | ||
*/ | ||
|
||
export default { | ||
today: 'आज', | ||
now: 'अभी', | ||
backToToday: 'आज तक', | ||
ok: 'ठीक', | ||
clear: 'स्पष्ट', | ||
month: 'महीना', | ||
year: 'साल', | ||
timeSelect: 'समय का चयन करें', | ||
dateSelect: 'तारीख़ चुनें', | ||
weekSelect: 'एक सप्ताह चुनें', | ||
monthSelect: 'एक महीना चुनें', | ||
yearSelect: 'एक वर्ष चुनें', | ||
decadeSelect: 'एक दशक चुनें', | ||
yearFormat: 'YYYY', | ||
dateFormat: 'M/D/YYYY', | ||
dayFormat: 'D', | ||
dateTimeFormat: 'M/D/YYYY HH:mm:ss', | ||
monthBeforeYear: true, | ||
previousMonth: 'पिछला महीना (पेजअप)', | ||
nextMonth: 'अगले महीने (पेजडाउन)', | ||
previousYear: 'पिछले साल (Ctrl + बाएं)', | ||
nextYear: 'अगले साल (Ctrl + दाहिना)', | ||
previousDecade: 'पिछला दशक', | ||
nextDecade: 'अगले दशक', | ||
previousCentury: 'पीछ्ली शताब्दी', | ||
nextCentury: 'अगली सदी' | ||
}; |
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,36 @@ | ||
/** | ||
* @license | ||
* Copyright Alibaba.com All Rights Reserved. | ||
* | ||
* Use of this source code is governed by an MIT-style license that can be | ||
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE | ||
*/ | ||
|
||
export default { | ||
today: 'Danas', | ||
now: 'Sad', | ||
backToToday: 'Natrag na danas', | ||
ok: 'Ok', | ||
clear: 'Očisti', | ||
month: 'Mjesec', | ||
year: 'Godina', | ||
timeSelect: 'odaberite vrijeme', | ||
dateSelect: 'odaberite datum', | ||
weekSelect: 'Odaberite tjedan', | ||
monthSelect: 'Odaberite mjesec', | ||
yearSelect: 'Odaberite godinu', | ||
decadeSelect: 'Odaberite desetljeće', | ||
yearFormat: 'YYYY', | ||
dateFormat: 'D.M.YYYY', | ||
dayFormat: 'D', | ||
dateTimeFormat: 'D.M.YYYY HH:mm:ss', | ||
monthBeforeYear: true, | ||
previousMonth: 'Prošli mjesec (PageUp)', | ||
nextMonth: 'Sljedeći mjesec (PageDown)', | ||
previousYear: 'Prošla godina (Control + left)', | ||
nextYear: 'Sljedeća godina (Control + right)', | ||
previousDecade: 'Prošlo desetljeće', | ||
nextDecade: 'Sljedeće desetljeće', | ||
previousCentury: 'Prošlo stoljeće', | ||
nextCentury: 'Sljedeće stoljeće' | ||
}; |
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,36 @@ | ||
/** | ||
* @license | ||
* Copyright Alibaba.com All Rights Reserved. | ||
* | ||
* Use of this source code is governed by an MIT-style license that can be | ||
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE | ||
*/ | ||
|
||
export default { | ||
today: 'Hari ini', | ||
now: 'Sekarang', | ||
backToToday: 'Kembali ke hari ini', | ||
ok: 'Baik', | ||
clear: 'Bersih', | ||
month: 'Bulan', | ||
year: 'Tahun', | ||
timeSelect: 'pilih waktu', | ||
dateSelect: 'pilih tanggal', | ||
weekSelect: 'Pilih satu minggu', | ||
monthSelect: 'Pilih satu bulan', | ||
yearSelect: 'Pilih satu tahun', | ||
decadeSelect: 'Pilih satu dekade', | ||
yearFormat: 'YYYY', | ||
dateFormat: 'M/D/YYYY', | ||
dayFormat: 'D', | ||
dateTimeFormat: 'M/D/YYYY HH:mm:ss', | ||
monthBeforeYear: true, | ||
previousMonth: 'Bulan sebelumnya (PageUp)', | ||
nextMonth: 'Bulan depan (PageDown)', | ||
previousYear: 'Tahun lalu (Control + kiri)', | ||
nextYear: 'Tahun depan (Kontrol + kanan)', | ||
previousDecade: 'Dekade terakhir', | ||
nextDecade: 'Dekade berikutnya', | ||
previousCentury: 'Abad terakhir', | ||
nextCentury: 'Abad berikutnya' | ||
}; |
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,36 @@ | ||
/** | ||
* @license | ||
* Copyright Alibaba.com All Rights Reserved. | ||
* | ||
* Use of this source code is governed by an MIT-style license that can be | ||
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE | ||
*/ | ||
|
||
export default { | ||
today: 'ಇಂದು', | ||
now: 'ಈಗ', | ||
backToToday: 'ಇಂದು ಹಿಂದಿರುಗಿ', | ||
ok: 'ಸರಿ', | ||
clear: 'ಸ್ಪಷ್ಟ', | ||
month: 'ತಿಂಗಳು', | ||
year: 'ವರ್ಷ', | ||
timeSelect: 'ಸಮಯ ಆಯ್ಕೆಮಾಡಿ', | ||
dateSelect: 'ದಿನಾಂಕವನ್ನು ಆಯ್ಕೆ ಮಾಡಿ', | ||
weekSelect: 'ಒಂದು ವಾರದ ಆರಿಸಿ', | ||
monthSelect: 'ಒಂದು ತಿಂಗಳು ಆಯ್ಕೆಮಾಡಿ', | ||
yearSelect: 'ಒಂದು ವರ್ಷ ಆರಿಸಿ', | ||
decadeSelect: 'ಒಂದು ದಶಕದ ಆಯ್ಕೆಮಾಡಿ', | ||
yearFormat: 'YYYY', | ||
dateFormat: 'M/D/YYYY', | ||
dayFormat: 'D', | ||
dateTimeFormat: 'M/D/YYYY HH:mm:ss', | ||
monthBeforeYear: true, | ||
previousMonth: 'ಹಿಂದಿನ ತಿಂಗಳು (ಪೇಜ್ಅಪ್)', | ||
nextMonth: 'ಮುಂದಿನ ತಿಂಗಳು (ಪೇಜ್ಡೌನ್)', | ||
previousYear: 'ಕಳೆದ ವರ್ಷ (Ctrl + ಎಡ)', | ||
nextYear: 'ಮುಂದಿನ ವರ್ಷ (Ctrl + ಬಲ)', | ||
previousDecade: 'ಕಳೆದ ದಶಕ', | ||
nextDecade: 'ಮುಂದಿನ ದಶಕ', | ||
previousCentury: 'ಕಳೆದ ಶತಮಾನ', | ||
nextCentury: 'ಮುಂದಿನ ಶತಮಾನ' | ||
}; |
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,35 @@ | ||
/** | ||
* @license | ||
* Copyright Alibaba.com All Rights Reserved. | ||
* | ||
* Use of this source code is governed by an MIT-style license that can be | ||
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE | ||
*/ | ||
|
||
export default { | ||
today: 'Šodien', | ||
now: 'Tagad', | ||
backToToday: 'Atpakaļ pie šodienas', | ||
ok: 'Ok', | ||
clear: 'Skaidrs', | ||
month: 'Mēnesis', | ||
year: 'Gads', | ||
timeSelect: 'Izvēlieties laiku', | ||
dateSelect: 'Izvēlieties datumu', | ||
monthSelect: 'Izvēlieties mēnesi', | ||
yearSelect: 'Izvēlieties gadu', | ||
decadeSelect: 'Izvēlieties desmit gadus', | ||
yearFormat: 'YYYY', | ||
dateFormat: 'D.M.YYYY', | ||
dayFormat: 'D', | ||
dateTimeFormat: 'D.M.YYYY HH:mm:ss', | ||
monthBeforeYear: true, | ||
previousMonth: 'Iepriekšējais mēnesis (PageUp)', | ||
nextMonth: 'Nākammēnes (PageDown)', | ||
previousYear: 'Pagājušais gads (Control + left)', | ||
nextYear: 'Nākamgad (Control + right)', | ||
previousDecade: 'Pēdējā desmitgadē', | ||
nextDecade: 'Nākamā desmitgade', | ||
previousCentury: 'Pagājušajā gadsimtā', | ||
nextCentury: 'Nākamajā gadsimtā' | ||
}; |
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,36 @@ | ||
/** | ||
* @license | ||
* Copyright Alibaba.com All Rights Reserved. | ||
* | ||
* Use of this source code is governed by an MIT-style license that can be | ||
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE | ||
*/ | ||
|
||
export default { | ||
today: 'ယနေ့', | ||
now: 'ယခု', | ||
backToToday: 'ယနေ့ မတိုင်ခင် သို့', | ||
ok: 'Ok', | ||
clear: 'ရှင်းမည်', | ||
month: 'လ', | ||
year: 'နှစ်', | ||
timeSelect: 'အချိန်ကို ရွေး', | ||
dateSelect: 'နေ့ကို ရွေး', | ||
weekSelect: 'အပတ်ကို ရွေး', | ||
monthSelect: 'လကို ရွေး', | ||
yearSelect: 'နှစ်ကို ရွေး', | ||
decadeSelect: 'ဆယ်စုနှစ်ကို ရွေး', | ||
yearFormat: 'YYYY', | ||
dateFormat: 'M/D/YYYY', | ||
dayFormat: 'D', | ||
dateTimeFormat: 'M/D/YYYY HH:mm:ss', | ||
monthBeforeYear: true, | ||
previousMonth: 'ယခင် လ (PageUp)', | ||
nextMonth: 'နောက် လ (PageDown)', | ||
previousYear: 'ယခင် နှစ် (Control + left)', | ||
nextYear: 'နောက် နှစ် (Control + right)', | ||
previousDecade: 'ယခင် ဆယ်စုနှစ်', | ||
nextDecade: 'နောက် ဆယ်စုနှစ်', | ||
previousCentury: 'ယခင် ရာစုနှစ်', | ||
nextCentury: 'နောက် ရာစုနှစ်' | ||
}; |
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,36 @@ | ||
/** | ||
* @license | ||
* Copyright Alibaba.com All Rights Reserved. | ||
* | ||
* Use of this source code is governed by an MIT-style license that can be | ||
* found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE | ||
*/ | ||
|
||
export default { | ||
today: 'Өнөөдөр', | ||
now: 'Одоо', | ||
backToToday: 'Өнөөдөрлүү буцах', | ||
ok: 'Ok', | ||
clear: 'Цэвэрлэх', | ||
month: 'Сар', | ||
year: 'Жил', | ||
timeSelect: 'Цаг сонгох', | ||
dateSelect: 'Огноо сонгох', | ||
weekSelect: '7 хоног сонгох', | ||
monthSelect: 'Сар сонгох', | ||
yearSelect: 'Жил сонгох', | ||
decadeSelect: 'Арван сонгох', | ||
yearFormat: 'YYYY', | ||
dateFormat: 'YYYY/MM/DD', | ||
dayFormat: 'DD', | ||
dateTimeFormat: 'YYYY/MM/DD HH:mm:ss', | ||
monthBeforeYear: true, | ||
previousMonth: 'Өмнөх сар (PageUp)', | ||
nextMonth: 'Дараа сар (PageDown)', | ||
previousYear: 'Өмнөх жил (Control + left)', | ||
nextYear: 'Дараа жил (Control + right)', | ||
previousDecade: 'Өмнөх арван', | ||
nextDecade: 'Дараа арван', | ||
previousCentury: 'Өмнөх зуун', | ||
nextCentury: 'Дараа зуун' | ||
}; |
Oops, something went wrong.