1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

Fix typos in polish translation

This commit is contained in:
pkrolkgp 2021-01-11 07:10:22 +01:00 committed by GitHub
parent 316f196eb5
commit a4495f5c83

View file

@ -8,7 +8,7 @@ export default {
time: 'p', time: 'p',
dateTime: '$t(format:date) $t(format:time)', dateTime: '$t(format:date) $t(format:time)',
longDate: 'd MMM', longDate: 'd MMM',
longDateTime: "d MMMM 'at' p", longDateTime: "d MMMM 'o' p",
}, },
translation: { translation: {
@ -18,11 +18,11 @@ export default {
addAttachment_title: 'Dodaj Załącznik', addAttachment_title: 'Dodaj Załącznik',
addComment: 'Dodaj komentarz', addComment: 'Dodaj komentarz',
addMember_title: 'Dodaj Członka', addMember_title: 'Dodaj Członka',
addUser_title: 'Dodaj Uytkownika', addUser_title: 'Dodaj Użytkownika',
administrator: 'Administrator', administrator: 'Administrator',
all: 'Wszyscy', all: 'Wszyscy',
allChangesWillBeAutomaticallySavedAfterConnectionRestored: allChangesWillBeAutomaticallySavedAfterConnectionRestored:
'Wszystkie zmiany zostaną automatycznie zapisne<br />po przywróceniu połączenia', 'Wszystkie zmiany zostaną automatycznie zapisane<br />po przywróceniu połączenia',
areYouSureYouWantToDeleteThisAttachment: 'Jesteś pewien że chcesz usunąć ten załącznik?', areYouSureYouWantToDeleteThisAttachment: 'Jesteś pewien że chcesz usunąć ten załącznik?',
areYouSureYouWantToDeleteThisBoard: 'Jesteś pewien że chcesz usunąć tę tablicę?', areYouSureYouWantToDeleteThisBoard: 'Jesteś pewien że chcesz usunąć tę tablicę?',
areYouSureYouWantToDeleteThisCard: 'Jesteś pewien że chcesz usunąć tę kartę?', areYouSureYouWantToDeleteThisCard: 'Jesteś pewien że chcesz usunąć tę kartę?',
@ -52,7 +52,7 @@ export default {
currentPassword: 'Aktualne hasło', currentPassword: 'Aktualne hasło',
date: 'Data', date: 'Data',
dueDate_title: 'Termin', dueDate_title: 'Termin',
deleteAttachment_title: 'Usuń Attachment', deleteAttachment_title: 'Usuń Załącznik',
deleteBoard_title: 'Usuń Tablicę', deleteBoard_title: 'Usuń Tablicę',
deleteCard_title: 'Usuń Kartę', deleteCard_title: 'Usuń Kartę',
deleteComment_title: 'Usuń Komentarz', deleteComment_title: 'Usuń Komentarz',
@ -130,14 +130,13 @@ export default {
userActions_title: 'Akcje użytkownika', userActions_title: 'Akcje użytkownika',
userAddedThisCardToList: '<0>{{user}}</0><1> dodał tę kartę w {{list}}</1>', userAddedThisCardToList: '<0>{{user}}</0><1> dodał tę kartę w {{list}}</1>',
userLeftNewCommentToCard: '{{user}} zamieścił nowy komentarz «{{comment}}» w <2>{{card}}</2>', userLeftNewCommentToCard: '{{user}} zamieścił nowy komentarz «{{comment}}» w <2>{{card}}</2>',
userMovedCardFromListToList: userMovedCardFromListToList: '{{user}} przeniósł <2>{{card}}</2> z {{fromList}} do {{toList}}',
'{{user}} przeniósł <2>{{card}}</2> z {{fromList}} do {{toList}}',
userMovedThisCardFromListToList: userMovedThisCardFromListToList:
'<0>{{user}}</0><1> przeniósł tę kartę z {{fromList}} do {{toList}}</1>', '<0>{{user}}</0><1> przeniósł tę kartę z {{fromList}} do {{toList}}</1>',
username: 'Nazwa Użytkownika', username: 'Nazwa Użytkownika',
usernameAlreadyInUse: 'Nazwa użytkownika jest już używana', usernameAlreadyInUse: 'Nazwa użytkownika jest już używana',
users: 'Użytkownicy', users: 'Użytkownicy',
writeComment: 'NApisz komentarz...', writeComment: 'Napisz komentarz...',
}, },
action: { action: {