fix: add missed translation in pl_PL (#50023)

* Update pl_PL.ts

Added most translations for polish language

Signed-off-by: Aleksander Marek <45952400+ang33l@users.noreply.github.com>

* Update pl_PL.ts

Signed-off-by: lijianan <574980606@qq.com>

* Update index.test.tsx.snap

Signed-off-by: lijianan <574980606@qq.com>

---------

Signed-off-by: Aleksander Marek <45952400+ang33l@users.noreply.github.com>
Signed-off-by: lijianan <574980606@qq.com>
Co-authored-by: afc163 <afc163@gmail.com>
Co-authored-by: lijianan <574980606@qq.com>
This commit is contained in:
Aleksander Marek 2024-07-28 04:00:48 +02:00 committed by GitHub
parent 6202187d6b
commit be3d440959
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 42 additions and 21 deletions

View File

@ -8,6 +8,27 @@ const locale: PickerLocale = {
lang: {
placeholder: 'Wybierz datę',
rangePlaceholder: ['Data początkowa', 'Data końcowa'],
yearFormat: 'YYYY',
dateFormat: 'M/D/YYYY',
dayFormat: 'D',
dateTimeFormat: 'M/D/YYYY HH:mm:ss',
monthFormat: 'MMMM',
monthBeforeYear: true,
shortWeekDays: ['Niedz', 'Pon', 'Wt', 'Śr', 'Czw', 'Pt', 'Sob'],
shortMonths: [
'Sty',
'Lut',
'Mar',
'Kwi',
'Maj',
'Cze',
'Lip',
'Sie',
'Wrz',
'Paź',
'Lis',
'Gru',
],
...CalendarLocale,
},
timePickerLocale: {

View File

@ -262107,7 +262107,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
tabindex="-1"
type="button"
>
wrz
wrzesień
</button>
<button
aria-label="year panel"
@ -262148,7 +262148,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
<thead>
<tr>
<th>
Pn
Pon
</th>
<th>
Wt
@ -262157,16 +262157,16 @@ exports[`Locale Provider should display the text as pl 1`] = `
Śr
</th>
<th>
Cz
Czw
</th>
<th>
Pt
</th>
<th>
So
Sob
</th>
<th>
Nd
Niedz
</th>
</tr>
</thead>
@ -264332,7 +264332,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
tabindex="-1"
type="button"
>
wrz
wrzesień
</button>
<button
aria-label="year panel"
@ -264375,7 +264375,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
<thead>
<tr>
<th>
Pn
Pon
</th>
<th>
Wt
@ -264384,16 +264384,16 @@ exports[`Locale Provider should display the text as pl 1`] = `
Śr
</th>
<th>
Cz
Czw
</th>
<th>
Pt
</th>
<th>
So
Sob
</th>
<th>
Nd
Niedz
</th>
</tr>
</thead>
@ -264876,7 +264876,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
tabindex="-1"
type="button"
>
paź
październik
</button>
<button
aria-label="year panel"
@ -264917,7 +264917,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
<thead>
<tr>
<th>
Pn
Pon
</th>
<th>
Wt
@ -264926,16 +264926,16 @@ exports[`Locale Provider should display the text as pl 1`] = `
Śr
</th>
<th>
Cz
Czw
</th>
<th>
Pt
</th>
<th>
So
Sob
</th>
<th>
Nd
Niedz
</th>
</tr>
</thead>
@ -265980,9 +265980,9 @@ exports[`Locale Provider should display the text as pl 1`] = `
</span>
<span
class="ant-select-selection-item"
title="wrz"
title="Wrz"
>
wrz
Wrz
</span>
</div>
<span
@ -266072,7 +266072,7 @@ exports[`Locale Provider should display the text as pl 1`] = `
<thead>
<tr>
<th>
Pn
Pon
</th>
<th>
Wt
@ -266081,16 +266081,16 @@ exports[`Locale Provider should display the text as pl 1`] = `
Śr
</th>
<th>
Cz
Czw
</th>
<th>
Pt
</th>
<th>
So
Sob
</th>
<th>
Nd
Niedz
</th>
</tr>
</thead>