fix(i18n): improve Polish translations (#4475)

This commit is contained in:
lukaszwojtow 2021-11-21 12:13:18 +01:00 committed by GitHub
parent 1157efc9e5
commit 75a32a62d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',
},
},
}