mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 00:03:09 +02:00
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:
parent
58ab7043d6
commit
3c3b7ec63e
@ -1,4 +1,5 @@
|
||||
{
|
||||
"blacklisted": "❌Jesteś na czarnej liście",
|
||||
"bot": {
|
||||
"missing_permissions": {
|
||||
"description": "DiscordTickets potrzebuje tych uprawnień:\n%s",
|
||||
@ -8,7 +9,7 @@
|
||||
},
|
||||
"collector_expires_in": "Wygasa w ciągu %d sekund",
|
||||
"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": "⚠️"
|
||||
},
|
||||
"commands": {
|
||||
@ -35,8 +36,14 @@
|
||||
}
|
||||
},
|
||||
"blacklist": {
|
||||
"description": "Zblacklistuj/odblacklistuj osobę z interakcji z botem",
|
||||
"description": "Wyświetl lub zmodyfikuj czarną listę",
|
||||
"name": "blacklist",
|
||||
"options": {
|
||||
"show": {
|
||||
"description": "Pokaż użytkowników i role na czarnej liście",
|
||||
"name": "pokaż"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"empty_list": {
|
||||
"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.",
|
||||
"title": "❌ Nie możesz zblacklistować tej osoby"
|
||||
},
|
||||
"invalid": {
|
||||
"title": "❌ Błąd"
|
||||
},
|
||||
"list": {
|
||||
"title": "📃 osoby i role, które są zblacklistowane"
|
||||
},
|
||||
@ -69,8 +79,16 @@
|
||||
},
|
||||
"close": {
|
||||
"description": "Close a ticket channel",
|
||||
"name": "close",
|
||||
"name": "zamknij",
|
||||
"options": {
|
||||
"reason": {
|
||||
"name": "powód"
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"canceled": {
|
||||
"title": "🚫 Anulowane"
|
||||
},
|
||||
"closed": {
|
||||
"description": "Ticket #%s has been closed.",
|
||||
"title": "✅ Ticket closed"
|
||||
@ -81,21 +99,24 @@
|
||||
"%d tickets have been closed."
|
||||
],
|
||||
"title": [
|
||||
"✅ Ticket closed",
|
||||
"✅ Ticket zamknięty",
|
||||
"✅ Tickets closed"
|
||||
]
|
||||
},
|
||||
"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.",
|
||||
"title": "❔ Are you sure?"
|
||||
"title": "❔ Jesteś pewien?"
|
||||
},
|
||||
"confirm_multiple": {
|
||||
"description": [
|
||||
"React with ✅ to close %d ticket.",
|
||||
"React with ✅ to close %d tickets."
|
||||
],
|
||||
"title": "❔ Are you sure?"
|
||||
"title": "❔ Jesteś pewien?"
|
||||
},
|
||||
"confirmation_timeout": {
|
||||
"description": "You took too long to confirm.",
|
||||
@ -105,6 +126,9 @@
|
||||
"description": "The time period provided could not be parsed.",
|
||||
"title": "❌ Invalid input"
|
||||
},
|
||||
"no_permission": {
|
||||
"title": "❌ Niewystarczające pozwolenie"
|
||||
},
|
||||
"no_tickets": {
|
||||
"description": "There are no tickets which have been inactive for this time period.",
|
||||
"title": "❌ No tickets to close"
|
||||
@ -126,7 +150,7 @@
|
||||
"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]`.",
|
||||
"fields": {
|
||||
"commands": "Commands"
|
||||
"commands": "Komendy"
|
||||
},
|
||||
"title": "❔ Help"
|
||||
}
|
||||
@ -142,10 +166,10 @@
|
||||
"response": {
|
||||
"created": {
|
||||
"description": "Your ticket has been created: %s.",
|
||||
"title": "✅ Ticket created"
|
||||
"title": "✅ Ticket utworzony"
|
||||
},
|
||||
"error": {
|
||||
"title": "❌ Error"
|
||||
"title": "❌ Błąd"
|
||||
},
|
||||
"has_a_ticket": {
|
||||
"description": "Użyj istniejącego ticketu <#(%s>) lub zamknij go przed utworzeniem innego.",
|
||||
|
Loading…
Reference in New Issue
Block a user