feat(translations): Update Norwegian Bokmål translation

Currently translated at 99.1% (226 of 228 strings)

Translation: Discord Tickets/Bot
Translate-URL: http://i18n.capestar.net/projects/discord-tickets/bot/nb_NO/
This commit is contained in:
Allan Nordhøy 2021-09-10 02:54:05 +00:00 committed by Weblate
parent 559d1ffeef
commit ba8f02fc1c

View File

@ -1,10 +1,10 @@
{
"bot": {
"missing_permissions": {
"description": "Discord Tickets requires the following permissions:\n%s",
"description": "Discord-billetter krever følgende tilganger:\n%s",
"title": "⚠️"
},
"version": "[Discord Tickets](%s) v%s Av [eartharoid](%s)"
"version": "[Discord Tickets](%s) v%s av [eartharoid](%s)"
},
"cmd_usage": {
"args": {
@ -14,19 +14,23 @@
"description": "**Bruk:**\n`%s`\n\n**Eksempel:**\n`%s`\n\nObligatoriske felt er prefikset med `❗`.",
"invalid_named_args": {
"description": "There is an error in your command syntax: `%s`.\nType `%s` for an example.\nPlease ask a member of staff if you are unsure.",
"title": "❌ Invalid syntax"
"title": "❌ Ugyldig syntaks"
},
"named_args": "Denne kommandoen bruker navngitte argumenter.\n\n",
"title": "'%s' kommandobruk"
},
"collector_expires_in": "Utløper om %d sekunder",
"command_execution_error": {
"description": "Det oppstod en uventet feil under kommandoutførelsen.\nBe en administrator kontrollere konsollutdataene/-loggene for mer informasjon.",
"title": "⚠️"
},
"commands": {
"add": {
"args": {
"member": {
"description": "The member to add to the ticket",
"example": "@someone",
"name": "member"
"description": "Medlem å legge til i billetten",
"example": "@noen",
"name": "medlem"
},
"ticket": {
"description": "The ticket to add the member to",
@ -35,19 +39,19 @@
}
},
"description": "Add a member to a ticket",
"name": "add",
"name": "legg til",
"response": {
"added": {
"description": "%s has been added to %s.",
"title": "✅ Member added"
"description": "%s har blitt lagt til i %s.",
"title": "✅ Medlem lagt til"
},
"no_member": {
"description": "Please mention the member you want to add.",
"title": "❌ Unknown member"
"description": "Nevn medlemmet du ønsker å legge til.",
"title": "❌ Ukjent medlem"
},
"no_permission": {
"description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.",
"title": "❌ Insufficient permission"
"title": "❌ Utilstrekkelige tilganger"
},
"not_a_ticket": {
"description": "Please use this command in the ticket channel, or mention the channel.",
@ -57,11 +61,11 @@
},
"blacklist": {
"aliases": {
"unblacklist": "fjerne fra svarteliste"
"unblacklist": "fjern fra svarteliste"
},
"args": {
"member_or_role": {
"description": "The member or role to add/remove",
"description": "Medlemmet eller rollen å legge til/fjerne",
"example": "@NaughtyMember",
"name": "medlemEllerRolle"
}
@ -82,7 +86,7 @@
},
"member_added": {
"description": "<@%s> har blitt lagt til i svartelisten. De kan ikke lengre bruke botten.",
"title": "✅ La til medlemmet til svartelisten"
"title": "✅ La til medlemmet i svartelisten"
},
"member_removed": {
"description": "<@%s> har blitt fjernet fra svartelisten. De kan nå bruke botten igjen.",
@ -107,7 +111,8 @@
"reason": {
"alias": "r",
"description": "The reason for closing the ticket(s)",
"name": "reason"
"example": "Løst",
"name": "grunn"
},
"ticket": {
"alias": "t",
@ -123,113 +128,117 @@
}
},
"description": "Lukke en billettkanal",
"name": "lukke",
"name": "lukk",
"response": {
"closed": {
"description": "Ticket #%s has been closed.",
"description": "Billett #%s har blitt stengt.",
"title": "✅ Billetten er stengt"
},
"closed_multiple": {
"description": [
"%d ticket has been closed.",
"%d tickets have been closed."
"%d billett har blitt stengt.",
"%d billetter har blitt stengt."
],
"title": [
"✅ Billetten er stengt",
"✅ Tickets closed"
"✅ Billetter lukket"
]
},
"confirm": {
"description": "React with ✅ to close this ticket.",
"description": "Reager med ✅ for å stenge denne billetten.",
"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?"
},
"confirmation_timeout": {
"description": "You took too long to confirm.",
"title": "❌ Reaksjonstiden har utløpt"
"title": "❔ Er du sikker?"
},
"confirm_multiple": {
"description": [
"React with ✅ to close %d ticket.",
"React with ✅ to close %d tickets."
"Reager med ✅ for å stenge %d billett.",
"Reager med ✅ for å stenge %d billetter."
],
"title": "❔ Are you sure?"
"title": "❔ Er du sikker?"
},
"confirmation_timeout": {
"description": "Du brukte for lang tid på å bekrefte.",
"title": "❌ Reaksjonstiden har utløpt"
},
"invalid_time": {
"description": "The time period provided could not be parsed.",
"title": "❌ Invalid input"
},
"not_a_ticket": {
"description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.",
"title": "❌ This isn't a ticket channel"
"title": "❌ Ugyldig inndata"
},
"no_tickets": {
"description": "There are no tickets which have been inactive for this time period.",
"title": "❌ No tickets to close"
"title": "❌ Ingen billetter å lukke"
},
"not_a_ticket": {
"description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.",
"title": "❌ Dette er ikke en billett-kanal"
},
"unresolvable": {
"description": "`%s` could not be resolved to a ticket. Please provide the ticket ID/mention or number.",
"title": "❌ Error"
"title": "❌ Feil"
}
}
},
"help": {
"aliases": {
"command": "command",
"commands": "commands"
"command": "kommando",
"commands": "kommandoer"
},
"args": {
"command": {
"description": "The command to display information about",
"example": "ny",
"name": "command"
"name": "kommando"
}
},
"description": "List commands you have access to, or find out more about a command",
"name": "help",
"name": "hjelp",
"response": {
"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": "Kommandoer"
},
"title": "❔ Help"
"title": "❔ Hjelp"
}
}
},
"new": {
"aliases": {
"create": "opprette",
"create": "opprett",
"open": "åpne",
"ticket": "billett"
},
"args": {
"topic": {
"description": "Temaet for billetten",
"description": "Billettemnet",
"example": "Problem med fakturering",
"name": "emne"
}
},
"description": "Opprett en ny billett",
"name": "ny",
"request_topic": {
"description": "Vennligst oppgi kort hva denne billetten handler om med noen få ord.",
"title": "Billettemne"
},
"response": {
"created": {
"description": "Billetten er opprettet: %s.",
"title": "✅ Billetten er opprettet"
},
"error": {
"title": "❌ Error"
"title": "❌ Feil"
},
"has_a_ticket": {
"description": "Bruk din eksisterende billett ( <#%s>) eller lukk den før du oppretter en ny.",
"title": "❌ Du har allerede en åpen billett"
},
"max_tickets": {
"description": "Vennligst bruk '%sclose' for å lukke unødvendige billetter.\n\n%s",
"description": "Bruk «%sclose» for å lukke unødvendige billetter.\n\n%s",
"title": "❌ Du har allerede %d åpne billetter"
},
"no_categories": {
"description": "En serveradministrator må opprette minst én billettkategori før en ny billett kan åpnes.",
"description": "En tjeneradministrator må opprette minst én billettkategori før en ny billett kan åpnes.",
"title": "❌ Kan ikke opprette billett"
},
"select_category": {
@ -240,19 +249,15 @@
"description": "Det tok for lang tid å velge billettkategorien.",
"title": "❌ Reaksjonstiden har utløpt"
}
},
"request_topic": {
"description": "Vennligst oppgi kort hva denne billetten handler om med noen få ord.",
"title": "Billettemne"
}
},
"panel": {
"args": {
"categories": {
"alias": "c",
"description": "A category ID",
"description": "En kategori-ID",
"example": "451745464954650634",
"name": "categories"
"name": "kategorier"
},
"description": {
"alias": "d",
@ -278,11 +283,11 @@
"response": {
"invalid_category": {
"description": "One or more of the specified category IDs is invalid.",
"title": "❌ Invalid category"
"title": "❌ Ugyldig kategori"
},
"mismatch": {
"description": "Please provide the name number of emojis and category IDs.",
"title": "❌ Invalid input"
"title": "❌ Ugyldig inndata"
}
}
},
@ -290,58 +295,58 @@
"args": {
"member": {
"description": "The member to remove from the ticket",
"example": "@someone",
"name": "member"
"example": "@noen",
"name": "medlem"
},
"ticket": {
"description": "The ticket to remove the member from",
"description": "Billetten å fjerne medlemmet fra",
"example": "217",
"name": "billett"
}
},
"description": "Remove a member from a ticket",
"name": "remove",
"description": "Fjern et medlem fra en billett",
"name": "fjern",
"response": {
"removed": {
"description": "%s has been removed from %s.",
"title": "✅ Member removed"
},
"no_member": {
"description": "Please mention the member you want to remove.",
"title": "❌ Unknown member"
"description": "Nevn medlemmet du ønsker å fjerne.",
"title": "❌ Ukjent medlem"
},
"no_permission": {
"description": "You are not the creator of this ticket and you are not a staff member; you can't remove members from this ticket.",
"title": "❌ Insufficient permission"
"title": "❌ Utilstrekkelige tilganger"
},
"not_a_ticket": {
"description": "Please use this command in the ticket channel, or mention the channel.",
"title": "❌ This isn't a ticket channel"
"title": "❌ Dette er ikke en billettkanal"
},
"removed": {
"description": "%s har blitt fjernet fra %s.",
"title": "✅ Medlem fjernet"
}
}
},
"settings": {
"aliases": {
"config": "konfiguration"
"config": "oppsett"
},
"description": "Konfigurere Discord Tickets",
"description": "Sett opp Discord-billetter",
"name": "innstillinger",
"response": {
"invalid": "❌ Settings data is invalid; please refer to the documentation.\n%s",
"updated": "✅ innstillinger er oppdatert."
"updated": "✅ innstillinger oppdatert."
}
},
"stats": {
"description": "Display ticket statistics",
"description": "Vis billett-statistikk",
"fields": {
"messages": "Messages",
"messages": "Meldinger",
"response_time": {
"minutes": "%s minutes",
"minutes": "%s minutter",
"title": "Avg. response time"
},
"tickets": "Tickets"
"tickets": "Billetter"
},
"name": "stats",
"name": "statistikk",
"response": {
"global": {
"description": "Statistics about tickets across all guilds where this Discord TIckets instance is used.",
@ -374,7 +379,7 @@
},
"tag": {
"aliases": {
"faq": "faq",
"faq": "OSS",
"t": "t",
"tags": "tags"
},
@ -395,16 +400,16 @@
"missing": "This tag requires the following arguments:\n%s",
"not_a_ticket": {
"description": "This tag can only be used within a ticket channel as it uses ticket references.",
"title": "❌ This isn't a ticket channel"
"title": "❌ Dette er ikke en billettkanal"
}
}
},
"topic": {
"args": {
"new_topic": {
"description": "The new topic of the ticket",
"description": "Nytt emne for billetten",
"example": "billing issue",
"name": "new_topic"
"name": "nytt_emne"
}
},
"description": "Change the topic of the ticket",
@ -412,19 +417,15 @@
"response": {
"changed": {
"description": "This ticket's topic has been changed.",
"title": "✅ Topic changed"
"title": "✅ Emne endret"
},
"not_a_ticket": {
"description": "Please use this command in the ticket channel you want to change the topic of.",
"title": "❌ This isn't a ticket channel"
"title": "❌ Dette er ikke en billettkanal"
}
}
}
},
"command_execution_error": {
"description": "Det oppstod en uventet feil under kommandoutførelsen.\nBe en administrator kontrollere konsollutdataene/-loggene for mer informasjon.",
"title": "⚠️"
},
"message_will_be_deleted_in": "Denne meldingen vil bli slettet om %d sekunder",
"missing_permissions": {
"description": "You do not have the permissions required to use this command:\n%s",
@ -465,7 +466,7 @@
},
"opening_message": {
"fields": {
"topic": "Topic"
"topic": "Emne"
}
},
"questions": "Please answer the following questions:\n\n%s",
@ -475,12 +476,12 @@
},
"survey": {
"complete": {
"description": "Thank you for your feedback.",
"title": "✅ Thank you"
"description": "Takk for din tilbakemelding.",
"title": "✅ Takk"
},
"start": {
"description": "Hey, %s. Before this channel is deleted, would you mind completing a quick %d-question survey? React with ✅ to start, or ignore this message.",
"title": "❔ Feedback"
"title": "❔ Tilbakemelding"
}
}
}