mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-19 01:19:44 -05:00
Automated Crowdin downstream (#6344)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
94d12cb45f
commit
f01c0ec675
62
redbot/core/locales/nb-NO.po
generated
62
redbot/core/locales/nb-NO.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"POT-Creation-Date: 2024-03-27 04:58+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -15,12 +15,12 @@ msgstr ""
|
||||
"X-Crowdin-File-ID: 4\n"
|
||||
"Language: nb_NO\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:317
|
||||
#: redbot/core/_cog_manager.py:320
|
||||
#, docstring
|
||||
msgid "Commands to interface with Red's cog manager."
|
||||
msgstr "Kommandoer for å kommunisere med Red sin cog manager."
|
||||
|
||||
#: redbot/core/_cog_manager.py:326
|
||||
#: redbot/core/_cog_manager.py:329
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists current cog paths in order of priority.\n"
|
||||
@@ -29,13 +29,13 @@ msgstr "\n"
|
||||
" Viser gjeldende cog baner i prioritert rekkefølge.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:334
|
||||
#: redbot/core/_cog_manager.py:337
|
||||
msgid "Install Path: {install_path}\n"
|
||||
"Core Path: {core_path}\n\n"
|
||||
msgstr "Installerings bane: {install_path}\n"
|
||||
"Kjernebane: {core_path}\n\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:348
|
||||
#: redbot/core/_cog_manager.py:351
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Add a path to the list of available cog paths.\n"
|
||||
@@ -44,15 +44,37 @@ msgstr "\n"
|
||||
" Legg til en bane i listen over tilgjengelige cog baner.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:352
|
||||
#: redbot/core/_cog_manager.py:355
|
||||
msgid "That path does not exist or does not point to a valid directory."
|
||||
msgstr "Banen eksisterer ikke eller peker til en ugyldig mappe."
|
||||
|
||||
#: redbot/core/_cog_manager.py:360
|
||||
#: redbot/core/_cog_manager.py:364
|
||||
msgid "A cog path cannot be part of bot's data path ({bot_data_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:374
|
||||
msgid "A cog path cannot be part of bot's core path ({core_path})."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:416
|
||||
msgid "The provided path appears to be a cog package, are you sure that this is the path that you want to add as a **cog path**?\n\n"
|
||||
"For example, in the following case, you should be adding the {path} as a **cog path**:\n"
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:423
|
||||
msgid "\n"
|
||||
"Please consult the Cog Manager UI documentation, if you're unsure: "
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:429
|
||||
msgid "Okay, the path will not be added."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/_cog_manager.py:438
|
||||
msgid "Path successfully added."
|
||||
msgstr "Banen er lagt til."
|
||||
|
||||
#: redbot/core/_cog_manager.py:365
|
||||
#: redbot/core/_cog_manager.py:443
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Removes one or more paths from the available cog paths given the `path_numbers` from `[p]paths`.\n"
|
||||
@@ -61,15 +83,15 @@ msgstr "\n"
|
||||
" Fjerner en eller flere stier fra tilgjengelige cog baner gitt `path_numbers` fra `[p]paths`.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:386
|
||||
#: redbot/core/_cog_manager.py:464
|
||||
msgid "The following paths were removed: {paths}"
|
||||
msgstr "Følgende baner ble fjernet: {paths}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:392
|
||||
#: redbot/core/_cog_manager.py:470
|
||||
msgid "The following path numbers did not exist: {path_numbers}"
|
||||
msgstr "Følgende banenumre finnes ikke: {path_numbers}"
|
||||
|
||||
#: redbot/core/_cog_manager.py:403
|
||||
#: redbot/core/_cog_manager.py:481
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Reorders paths internally to allow discovery of different cogs.\n"
|
||||
@@ -78,19 +100,19 @@ msgstr "\n"
|
||||
" Flytter baner internt for å tillate oppdagelse av forskjellige cogs.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:414
|
||||
#: redbot/core/_cog_manager.py:492
|
||||
msgid "Invalid 'from' index."
|
||||
msgstr "Ugyldig \"fra\" index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:420
|
||||
#: redbot/core/_cog_manager.py:498
|
||||
msgid "Invalid 'to' index."
|
||||
msgstr "Ugyldig \"to\" index."
|
||||
|
||||
#: redbot/core/_cog_manager.py:424
|
||||
#: redbot/core/_cog_manager.py:502
|
||||
msgid "Paths reordered."
|
||||
msgstr "Baner forandret."
|
||||
|
||||
#: redbot/core/_cog_manager.py:429
|
||||
#: redbot/core/_cog_manager.py:507
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Returns the current install path or sets it if one is provided.\n\n"
|
||||
@@ -105,15 +127,15 @@ msgstr "\n"
|
||||
" Ingen installerte cogs vil bli overført til prosessen.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:443
|
||||
#: redbot/core/_cog_manager.py:521
|
||||
msgid "That path does not exist."
|
||||
msgstr "Denne banen finnes ikke."
|
||||
|
||||
#: redbot/core/_cog_manager.py:448
|
||||
#: redbot/core/_cog_manager.py:526
|
||||
msgid "The bot will install new cogs to the `{}` directory."
|
||||
msgstr "Bot'en vil installere nye cogs til \"{}\" mappen."
|
||||
|
||||
#: redbot/core/_cog_manager.py:454
|
||||
#: redbot/core/_cog_manager.py:532
|
||||
#, docstring
|
||||
msgid "\n"
|
||||
" Lists all loaded and available cogs.\n"
|
||||
@@ -122,11 +144,11 @@ msgstr "\n"
|
||||
" Viser alle innlastede og tilgjengelige cogs.\n"
|
||||
" "
|
||||
|
||||
#: redbot/core/_cog_manager.py:467 redbot/core/_cog_manager.py:482
|
||||
#: redbot/core/_cog_manager.py:545 redbot/core/_cog_manager.py:560
|
||||
msgid "**{} loaded:**\n"
|
||||
msgstr "**{} lastet:**\n"
|
||||
|
||||
#: redbot/core/_cog_manager.py:468 redbot/core/_cog_manager.py:484
|
||||
#: redbot/core/_cog_manager.py:546 redbot/core/_cog_manager.py:562
|
||||
msgid "**{} unloaded:**\n"
|
||||
msgstr "**{} u belastet:**\n"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user