feat(translations): update Polish translation

Currently translated at 50.0% (137 of 274 strings)

Translation: Discord Tickets/Bot
Translate-URL: http://i18n.capestar.net/projects/discord-tickets/bot/pl/
This commit is contained in:
Oliwier Thomas 2022-01-16 14:46:30 +00:00 committed by Weblate
parent 58ab7043d6
commit 3c3b7ec63e
No known key found for this signature in database
GPG Key ID: C344946F5CB924CF

View File

@ -1,4 +1,5 @@
{ {
"blacklisted": "❌Jesteś na czarnej liście",
"bot": { "bot": {
"missing_permissions": { "missing_permissions": {
"description": "DiscordTickets potrzebuje tych uprawnień:\n%s", "description": "DiscordTickets potrzebuje tych uprawnień:\n%s",
@ -8,7 +9,7 @@
}, },
"collector_expires_in": "Wygasa w ciągu %d sekund", "collector_expires_in": "Wygasa w ciągu %d sekund",
"command_execution_error": { "command_execution_error": {
"description": "An unexpected error occurred during command execution.\nPlease ask an administrator to check the console output / logs for details.", "description": "Wystąpił nieoczekiwany błąd podczas wykonywania polecenia.\nPoproś administratora o sprawdzenie konsoli / logów w celu uzyskania szczegółów.",
"title": "⚠️" "title": "⚠️"
}, },
"commands": { "commands": {
@ -35,8 +36,14 @@
} }
}, },
"blacklist": { "blacklist": {
"description": "Zblacklistuj/odblacklistuj osobę z interakcji z botem", "description": "Wyświetl lub zmodyfikuj czarną listę",
"name": "blacklist", "name": "blacklist",
"options": {
"show": {
"description": "Pokaż użytkowników i role na czarnej liście",
"name": "pokaż"
}
},
"response": { "response": {
"empty_list": { "empty_list": {
"description": "Nie ma żadnych osób i roli, które są zblacklistowane. Wpisz `%sblacklist <memberOrRole>`, aby dodać osobę lub role do blacklisty.", "description": "Nie ma żadnych osób i roli, które są zblacklistowane. Wpisz `%sblacklist <memberOrRole>`, aby dodać osobę lub role do blacklisty.",
@ -46,6 +53,9 @@
"description": "%s jest administratorem i nie może zostać zblacklistowany.", "description": "%s jest administratorem i nie może zostać zblacklistowany.",
"title": "❌ Nie możesz zblacklistować tej osoby" "title": "❌ Nie możesz zblacklistować tej osoby"
}, },
"invalid": {
"title": "❌ Błąd"
},
"list": { "list": {
"title": "📃 osoby i role, które są zblacklistowane" "title": "📃 osoby i role, które są zblacklistowane"
}, },
@ -69,8 +79,16 @@
}, },
"close": { "close": {
"description": "Close a ticket channel", "description": "Close a ticket channel",
"name": "close", "name": "zamknij",
"options": {
"reason": {
"name": "powód"
}
},
"response": { "response": {
"canceled": {
"title": "🚫 Anulowane"
},
"closed": { "closed": {
"description": "Ticket #%s has been closed.", "description": "Ticket #%s has been closed.",
"title": "✅ Ticket closed" "title": "✅ Ticket closed"
@ -81,21 +99,24 @@
"%d tickets have been closed." "%d tickets have been closed."
], ],
"title": [ "title": [
"✅ Ticket closed", "✅ Ticket zamknięty",
"✅ Tickets closed" "✅ Tickets closed"
] ]
}, },
"confirm": { "confirm": {
"description": "React with ✅ to close this ticket.", "buttons": {
"cancel": "Anuluj"
},
"description": "Proszę potwierdź swoją decyzję.",
"description_with_archive": "You will be able to view an archived version of it after.\nReact with ✅ to close this ticket.", "description_with_archive": "You will be able to view an archived version of it after.\nReact with ✅ to close this ticket.",
"title": "❔ Are you sure?" "title": "❔ Jesteś pewien?"
}, },
"confirm_multiple": { "confirm_multiple": {
"description": [ "description": [
"React with ✅ to close %d ticket.", "React with ✅ to close %d ticket.",
"React with ✅ to close %d tickets." "React with ✅ to close %d tickets."
], ],
"title": "❔ Are you sure?" "title": "❔ Jesteś pewien?"
}, },
"confirmation_timeout": { "confirmation_timeout": {
"description": "You took too long to confirm.", "description": "You took too long to confirm.",
@ -105,6 +126,9 @@
"description": "The time period provided could not be parsed.", "description": "The time period provided could not be parsed.",
"title": "❌ Invalid input" "title": "❌ Invalid input"
}, },
"no_permission": {
"title": "❌ Niewystarczające pozwolenie"
},
"no_tickets": { "no_tickets": {
"description": "There are no tickets which have been inactive for this time period.", "description": "There are no tickets which have been inactive for this time period.",
"title": "❌ No tickets to close" "title": "❌ No tickets to close"
@ -126,7 +150,7 @@
"list": { "list": {
"description": "The commands you have access to are listed below. For more information about a command, type `{prefix}help [command]`. To create a ticket, type `{prefix}new [topic]`.", "description": "The commands you have access to are listed below. For more information about a command, type `{prefix}help [command]`. To create a ticket, type `{prefix}new [topic]`.",
"fields": { "fields": {
"commands": "Commands" "commands": "Komendy"
}, },
"title": "❔ Help" "title": "❔ Help"
} }
@ -142,10 +166,10 @@
"response": { "response": {
"created": { "created": {
"description": "Your ticket has been created: %s.", "description": "Your ticket has been created: %s.",
"title": "✅ Ticket created" "title": "✅ Ticket utworzony"
}, },
"error": { "error": {
"title": "❌ Error" "title": "❌ Błąd"
}, },
"has_a_ticket": { "has_a_ticket": {
"description": "Użyj istniejącego ticketu <#(%s>) lub zamknij go przed utworzeniem innego.", "description": "Użyj istniejącego ticketu <#(%s>) lub zamknij go przed utworzeniem innego.",