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: { lang: {
placeholder: 'Wybierz datę', placeholder: 'Wybierz datę',
rangePlaceholder: ['Data początkowa', 'Data końcowa'], 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, ...CalendarLocale,
}, },
timePickerLocale: { timePickerLocale: {

View File

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