mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
fix(i18n): improve Polish translations (#4475)
This commit is contained in:
parent
1157efc9e5
commit
75a32a62d7
@ -73,7 +73,7 @@ export default {
|
||||
},
|
||||
pagination: {
|
||||
goto: 'Idź do',
|
||||
pagesize: '/strona',
|
||||
pagesize: '/stronę',
|
||||
total: 'Wszystkich {total}',
|
||||
pageClassifier: '',
|
||||
},
|
||||
@ -108,14 +108,14 @@ export default {
|
||||
hasCheckedFormat: 'wybranych: {checked}/{total}',
|
||||
},
|
||||
image: {
|
||||
error: 'FAILED', // to be translated
|
||||
error: 'BŁĄD',
|
||||
},
|
||||
pageHeader: {
|
||||
title: 'Back', // to be translated
|
||||
title: 'Wstecz',
|
||||
},
|
||||
popconfirm: {
|
||||
confirmButtonText: 'Yes', // to be translated
|
||||
cancelButtonText: 'No', // to be translated
|
||||
confirmButtonText: 'Tak',
|
||||
cancelButtonText: 'Nie',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user