Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/home-manager/cli/ Translate-URL: https://hosted.weblate.org/projects/home-manager/modules/ Translation: Home Manager/Home Manager CLI Translation: Home Manager/Home Manager Modules
This commit is contained in:
parent
888eac32bd
commit
c607ae8671
28 changed files with 864 additions and 726 deletions
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2022-03-23 18:56+0000\n"
|
||||
"Last-Translator: Manu [tennox] <tennox@posteo.de>\n"
|
||||
"Language-Team: German <https://hosted.weblate.org/projects/home-manager/"
|
||||
|
|
@ -31,48 +31,35 @@ msgstr "Bereinige verwaiste Links unter %s"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr "Erstelle Profilgeneration %s"
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr "Keine Änderungen. Benutze daher letzte Profilgeneration %s"
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
"Ups, nix-env konnte Ihr neues Home Manager Profil nicht installieren!\n"
|
||||
"\n"
|
||||
"Vielleicht gibt es einen Konflikt mit einem Paket, welches über \"nix-env -"
|
||||
"i\" installiert wurde? Versuchen Sie\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
"\n"
|
||||
"auszuführen und wenn es ein problematisches Paket gibt, entfernen Sie es "
|
||||
"mit\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
"\n"
|
||||
"Versuchen Sie dann, Ihre Home Manager Konfiguration erneut zu aktivieren."
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "Aktiviere %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr "Überprüfe zur Sicherheit oldGenNum und oldGenPath"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -100,26 +87,54 @@ msgstr ""
|
|||
"\n"
|
||||
"Führen Sie danach 'home-manager switch' aus. Viel Glück!"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "Starte Home Manager Aktivierung"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr "Überprüfe zur Sicherheit Nix"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr "Dies ist ein Probelauf"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr "Dies ist eine Live-Ausführung"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr "Nutze Nix Version: %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr "Aktivierungsvariablen:"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
#~ "\n"
|
||||
#~ "Perhaps there is a conflict with a package that was installed using\n"
|
||||
#~ "\"nix-env -i\"? Try running\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "and if there is a conflicting package you can remove it with\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {package name}\n"
|
||||
#~ "\n"
|
||||
#~ "Then try activating your Home Manager configuration again."
|
||||
#~ msgstr ""
|
||||
#~ "Ups, nix-env konnte Ihr neues Home Manager Profil nicht installieren!\n"
|
||||
#~ "\n"
|
||||
#~ "Vielleicht gibt es einen Konflikt mit einem Paket, welches über \"nix-env "
|
||||
#~ "-i\" installiert wurde? Versuchen Sie\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "auszuführen und wenn es ein problematisches Paket gibt, entfernen Sie es "
|
||||
#~ "mit\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {package name}\n"
|
||||
#~ "\n"
|
||||
#~ "Versuchen Sie dann, Ihre Home Manager Konfiguration erneut zu aktivieren."
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2022-01-11 12:58+0000\n"
|
||||
"Last-Translator: Mauricio Scheffer <mauricioscheffer@gmail.com>\n"
|
||||
"Language-Team: Spanish <https://hosted.weblate.org/projects/home-manager/"
|
||||
|
|
@ -31,47 +31,35 @@ msgstr "Limpiando vínculos huérfanos de %s"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr "Creando generación de perfil %s"
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr "No hay cambios, reutilizando la generación más reciente del perfil: %s"
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
"nix-env no pudo instalar el nuevo perfil de Home Manager!\n"
|
||||
"\n"
|
||||
"Tal vez haya un conflicto con algún paquete instalado con \"nix-env -i\"? "
|
||||
"Intente ejecutar\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
"\n"
|
||||
"y si hay algún paquete en conflicto bórrelo con:\n"
|
||||
"\n"
|
||||
" nix-env -e {paquete}\n"
|
||||
"\n"
|
||||
"Y después reintente activar su configuración de Home Manager."
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "Activando %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr "Chequeando oldGenNum y oldGenPath"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -99,26 +87,53 @@ msgstr ""
|
|||
"\n"
|
||||
"y luego reintente ejectuar \"home-manager switch\". Suerte!"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "Comenzando activación de Home Manager"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr "Chequeando Nix"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr "Ejecución de simulacro"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr "Ejecución en vivo"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr "Usando Nix versión %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr "Variables de activación:"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
#~ "\n"
|
||||
#~ "Perhaps there is a conflict with a package that was installed using\n"
|
||||
#~ "\"nix-env -i\"? Try running\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "and if there is a conflicting package you can remove it with\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {package name}\n"
|
||||
#~ "\n"
|
||||
#~ "Then try activating your Home Manager configuration again."
|
||||
#~ msgstr ""
|
||||
#~ "nix-env no pudo instalar el nuevo perfil de Home Manager!\n"
|
||||
#~ "\n"
|
||||
#~ "Tal vez haya un conflicto con algún paquete instalado con \"nix-env -i\"? "
|
||||
#~ "Intente ejecutar\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "y si hay algún paquete en conflicto bórrelo con:\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {paquete}\n"
|
||||
#~ "\n"
|
||||
#~ "Y después reintente activar su configuración de Home Manager."
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2022-01-12 22:55+0000\n"
|
||||
"Last-Translator: 6KHCPCPO <lxh43qf2b@relay.firefox.com>\n"
|
||||
"Language-Team: French <https://hosted.weblate.org/projects/home-manager/"
|
||||
|
|
@ -31,48 +31,35 @@ msgstr "Nettoyage des liens orphelins de %s"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr "Création de la génération de profil %s"
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr "Pas de changement, réutilisation du dernier profil génération %s"
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
"Oups, nix-env n'a pas réussi à installer votre nouveau profil de Home "
|
||||
"Manager\n"
|
||||
"\n"
|
||||
"Il y a peut-être un conflit avec un autre paquet qui a été installé avec\n"
|
||||
"« nix-env -i » ? Essayez d'éxecuter\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
"\n"
|
||||
"et s'il y a un paquet en conflict, vous pourrez le supprimer avec\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
"\n"
|
||||
"Après, essayez encore d'activer votre configuration de Home Manager."
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "Activation de %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr "Vérification rationnelle de oldGenNum et oldGenPath"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -102,26 +89,54 @@ msgstr ""
|
|||
"\n"
|
||||
"et d'essayer encore home-manager switch. Bonne chance !"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "Démarrage de l'activation de Home Manager"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr "Vérification rationnelle de Nix"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr "Ceci est une course à sec"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr "Ceci est une course réelle"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr "Usage de la version de Nix : %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr "Variables d'activation :"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
#~ "\n"
|
||||
#~ "Perhaps there is a conflict with a package that was installed using\n"
|
||||
#~ "\"nix-env -i\"? Try running\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "and if there is a conflicting package you can remove it with\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {package name}\n"
|
||||
#~ "\n"
|
||||
#~ "Then try activating your Home Manager configuration again."
|
||||
#~ msgstr ""
|
||||
#~ "Oups, nix-env n'a pas réussi à installer votre nouveau profil de Home "
|
||||
#~ "Manager\n"
|
||||
#~ "\n"
|
||||
#~ "Il y a peut-être un conflit avec un autre paquet qui a été installé avec\n"
|
||||
#~ "« nix-env -i » ? Essayez d'éxecuter\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "et s'il y a un paquet en conflict, vous pourrez le supprimer avec\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {package name}\n"
|
||||
#~ "\n"
|
||||
#~ "Après, essayez encore d'activer votre configuration de Home Manager."
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -28,35 +28,35 @@ msgstr ""
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr ""
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr ""
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -72,26 +72,26 @@ msgid ""
|
|||
"and trying home-manager switch again. Good luck!"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2022-02-12 15:54+0000\n"
|
||||
"Last-Translator: Narazaki Shuji <shujinarazaki@protonmail.com>\n"
|
||||
"Language-Team: Japanese <https://hosted.weblate.org/projects/home-manager/"
|
||||
|
|
@ -31,47 +31,35 @@ msgstr "%s から無効なリンクを消去しています"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr "世代 %s のプロファイルを生成しています"
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr "変更されていないので最新の世代 %s のプロファイルを再利用します"
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
"nix-envはHome managerの新しいプロファイルをインストールできませんでした!\n"
|
||||
"\n"
|
||||
"おそらく\"nix-env -i\"を使ってインストールしたパッケージが矛盾しているのでは?\n"
|
||||
"以下のコマンド\n"
|
||||
"\n"
|
||||
"nix-env -q\n"
|
||||
"\n"
|
||||
"を試してみて、もし衝突しているパッケージがあれば、\n"
|
||||
"\n"
|
||||
"nix-env -e {パッケージ名前}\n"
|
||||
"\n"
|
||||
"で削除し、再度Home Managerの設定の有効化を試してみてください。"
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "%s を有効化しています"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr "oldGenNum と oldGenPath の健全性検査をしています"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -99,26 +87,55 @@ msgstr ""
|
|||
"\n"
|
||||
"を実行して、home-manager switch を再び実行してみることでしょう。幸運を!"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "Home Managerの有効化を開始しました"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr "Nixの健全性検査中です"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr "これは予行練習(dry run)です"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr "これは実際に実行します"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr "Nix バージョン %s を使用しています"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr "有効化変数:"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
#~ "\n"
|
||||
#~ "Perhaps there is a conflict with a package that was installed using\n"
|
||||
#~ "\"nix-env -i\"? Try running\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "and if there is a conflicting package you can remove it with\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {package name}\n"
|
||||
#~ "\n"
|
||||
#~ "Then try activating your Home Manager configuration again."
|
||||
#~ msgstr ""
|
||||
#~ "nix-envはHome managerの新しいプロファイルをインストールできませんでし"
|
||||
#~ "た!\n"
|
||||
#~ "\n"
|
||||
#~ "おそらく\"nix-env -i\"を使ってインストールしたパッケージが矛盾しているので"
|
||||
#~ "は?\n"
|
||||
#~ "以下のコマンド\n"
|
||||
#~ "\n"
|
||||
#~ "nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "を試してみて、もし衝突しているパッケージがあれば、\n"
|
||||
#~ "\n"
|
||||
#~ "nix-env -e {パッケージ名前}\n"
|
||||
#~ "\n"
|
||||
#~ "で削除し、再度Home Managerの設定の有効化を試してみてください。"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2022-01-30 21:50+0000\n"
|
||||
"Last-Translator: 박수원 <bboxone@gmail.com>\n"
|
||||
"Language-Team: Korean <https://hosted.weblate.org/projects/home-manager/"
|
||||
|
|
@ -31,47 +31,37 @@ msgstr "%s에서 연결이 끊어진 링크 파일들을 지우는 중"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr "profile 세대 %s를 생성하는 중"
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr "바뀐 것이 없어서 가장 최근의 profile 세대 %s를 다시 사용하는 것으로 설정하는 중"
|
||||
msgstr ""
|
||||
"바뀐 것이 없어서 가장 최근의 profile 세대 %s를 다시 사용하는 것으로 설정하는 "
|
||||
"중"
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
"아이고, nix-env가 새로운 홈 매니저 profile을 설치하는데 실패했네요!\n"
|
||||
"\n"
|
||||
"혹시나 \"nix-env -i\"를 이용해서 설치된 패키지와 충돌이 일어난 것 일까요?\n"
|
||||
"다음의 명령어를 시도해보세요.\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
"\n"
|
||||
"만약 충돌하는 패키지가 있다면 다음의 명령어로 제거할 수 있습니다.\n"
|
||||
"\n"
|
||||
" nix-env -e {패키지 이름}\n"
|
||||
"\n"
|
||||
"그런 후, 다시 홈 매니저 설정을 활성화 해보세요."
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "%s를 활성화 하는 중"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr "oldGenNum과 oldGenPath가 정상인지 확인 중"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -99,26 +89,54 @@ msgstr ""
|
|||
"\n"
|
||||
"그런 후 'home-manager switch'를 다시 시도해 보십시오. 행운을 빕니다!"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "홈 매니저 활성화를 시작하는 중"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr "Nix가 정상인지 확인 중"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr "모의 실행 중 입니다"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr "모의 실행이 아닌 실제 실행 중 입니다"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr "사용 중인 Nix 버전: %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr "활성화 변수들:"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
#~ "\n"
|
||||
#~ "Perhaps there is a conflict with a package that was installed using\n"
|
||||
#~ "\"nix-env -i\"? Try running\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "and if there is a conflicting package you can remove it with\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {package name}\n"
|
||||
#~ "\n"
|
||||
#~ "Then try activating your Home Manager configuration again."
|
||||
#~ msgstr ""
|
||||
#~ "아이고, nix-env가 새로운 홈 매니저 profile을 설치하는데 실패했네요!\n"
|
||||
#~ "\n"
|
||||
#~ "혹시나 \"nix-env -i\"를 이용해서 설치된 패키지와 충돌이 일어난 것 일까"
|
||||
#~ "요?\n"
|
||||
#~ "다음의 명령어를 시도해보세요.\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "만약 충돌하는 패키지가 있다면 다음의 명령어로 제거할 수 있습니다.\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {패키지 이름}\n"
|
||||
#~ "\n"
|
||||
#~ "그런 후, 다시 홈 매니저 설정을 활성화 해보세요."
|
||||
|
|
|
|||
|
|
@ -7,11 +7,11 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2022-01-03 12:56+0000\n"
|
||||
"Last-Translator: Allan Nordhøy <epost@anotheragency.no>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/"
|
||||
"home-manager/modules/nb_NO/>\n"
|
||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/home-"
|
||||
"manager/modules/nb_NO/>\n"
|
||||
"Language: nb_NO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -32,47 +32,35 @@ msgstr "Tømmer overflødige lenker fra %s …"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr "Oppretter profil for generering %s …"
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr "Ingen endring. Gjenbruker siste profilgenerering %s …"
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
"nix-env kunne ikke installere din nye Home Manager-profil!\n"
|
||||
"\n"
|
||||
"Kanskje det er en konflikt med en pakke som ble installert ved bruk av\n"
|
||||
"«nix-env -i«? Prøv å kjøre\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
"\n"
|
||||
"og hvis det er en pakke i konflikt kan du fjerne den med\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
"\n"
|
||||
"for så å aktivere ditt Home Manager-oppsett igjen."
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "Aktiverer %s …"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr "Kontrollerer verdiene av oldGenNum og oldGenPath"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
|
|
@ -101,26 +89,53 @@ msgstr ""
|
|||
"\n"
|
||||
"for så å prøve «home-manager»-bryteren igjen. Lykke til!"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "Starter aktivering av hjemmebehandler …"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr "Kontrollerer at Nix fungerer"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr "Dette er en simulert kjøring"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr "Dette er en virkelig kjøring"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr "Bruker Nix-versjon: %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr "Aktiveringsvariabler:"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
#~ "\n"
|
||||
#~ "Perhaps there is a conflict with a package that was installed using\n"
|
||||
#~ "\"nix-env -i\"? Try running\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "and if there is a conflicting package you can remove it with\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {package name}\n"
|
||||
#~ "\n"
|
||||
#~ "Then try activating your Home Manager configuration again."
|
||||
#~ msgstr ""
|
||||
#~ "nix-env kunne ikke installere din nye Home Manager-profil!\n"
|
||||
#~ "\n"
|
||||
#~ "Kanskje det er en konflikt med en pakke som ble installert ved bruk av\n"
|
||||
#~ "«nix-env -i«? Prøv å kjøre\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "og hvis det er en pakke i konflikt kan du fjerne den med\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {package name}\n"
|
||||
#~ "\n"
|
||||
#~ "for så å aktivere ditt Home Manager-oppsett igjen."
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2022-03-01 13:58+0000\n"
|
||||
"Last-Translator: Anon Ymous <mivon27841@shackvine.com>\n"
|
||||
"Language-Team: Polish <https://hosted.weblate.org/projects/home-manager/"
|
||||
|
|
@ -32,35 +32,35 @@ msgstr "Czyszczenie osieroconych linków z %s"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr "Tworzenie profilu generacji %s"
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr "Brak zmian więc używam ostatniej generacji profilu %s"
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "Aktywowanie %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr "Sprawdzanie poprawności oldGenNum i oldGenPath"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -76,28 +76,28 @@ msgid ""
|
|||
"and trying home-manager switch again. Good luck!"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "Rozpoczynam aktywację Home Managera"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr "Sprawdzanie poprawności Nix"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
#, fuzzy
|
||||
msgid "This is a dry run"
|
||||
msgstr "To jest próbne wykonanie"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr "Używając wersji Nix: %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
#, fuzzy
|
||||
msgid "Activation variables:"
|
||||
msgstr "Zmienne aktywacyjne:"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
|
@ -28,35 +28,35 @@ msgstr ""
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr ""
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr ""
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -72,26 +72,26 @@ msgid ""
|
|||
"and trying home-manager switch again. Good luck!"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2022-02-24 21:43+0000\n"
|
||||
"Last-Translator: Mikhail Chekan <chekoopa@mail.ru>\n"
|
||||
"Language-Team: Russian <https://hosted.weblate.org/projects/home-manager/"
|
||||
|
|
@ -32,47 +32,35 @@ msgstr "Удаляю устаревшие ссылки из %s"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr "Создаю профиль в поколении %s"
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr "Изменений нет, переиспользую профиль в последнем поколении %s"
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
"Ой, nix-env не смог установить новый профиль Home Manager!\n"
|
||||
"\n"
|
||||
"Возможно, возник конфликт с пакетом, ранее установленным\n"
|
||||
"с помощью \"nix-env -i\". Попробуйте выполнить\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
"\n"
|
||||
"и если найдётся конфликтующий пакет, удалите его командой\n"
|
||||
"\n"
|
||||
" nix-env -e {имя пакета}\n"
|
||||
"\n"
|
||||
"После попробуйте активировать конфигурацию снова."
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "Активирую %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr "Сравниваю oldGenNum и oldGenPath на всякий"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -100,26 +88,53 @@ msgstr ""
|
|||
"\n"
|
||||
"и выполнить home-manager switch ещё раз. Удачи!"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "Начинаю активацию Home Manager"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr "Проверяю Nix на всякий случай"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr "Это пробный запуск"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr "Это реальный запуск"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr "Использую Nix версии: %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr "Переменные для активации:"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
#~ "\n"
|
||||
#~ "Perhaps there is a conflict with a package that was installed using\n"
|
||||
#~ "\"nix-env -i\"? Try running\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "and if there is a conflicting package you can remove it with\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {package name}\n"
|
||||
#~ "\n"
|
||||
#~ "Then try activating your Home Manager configuration again."
|
||||
#~ msgstr ""
|
||||
#~ "Ой, nix-env не смог установить новый профиль Home Manager!\n"
|
||||
#~ "\n"
|
||||
#~ "Возможно, возник конфликт с пакетом, ранее установленным\n"
|
||||
#~ "с помощью \"nix-env -i\". Попробуйте выполнить\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "и если найдётся конфликтующий пакет, удалите его командой\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {имя пакета}\n"
|
||||
#~ "\n"
|
||||
#~ "После попробуйте активировать конфигурацию снова."
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2022-01-03 12:56+0000\n"
|
||||
"Last-Translator: Robert Helgesson <robert@rycee.net>\n"
|
||||
"Language-Team: Swedish <https://hosted.weblate.org/projects/home-manager/"
|
||||
|
|
@ -31,47 +31,35 @@ msgstr "Rensar bort överflödiga länkar från %s"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr "Skapar profil för generation %s"
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr "Ingen förändring, återanvänder därför profil-generation %s"
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
"Ajdå, nix-env lyckades inte installera din nya Home Manager-profil!\n"
|
||||
"\n"
|
||||
"Kanske det finns en konflikt med ett paket som installerades genom\n"
|
||||
"\"nix-env -i\"? Prova att köra\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
"\n"
|
||||
"och om det finns ett paket som är i vägen så kan du ta bort det med\n"
|
||||
"\n"
|
||||
" nix-env -e {paketnamn}\n"
|
||||
"\n"
|
||||
"Prova sedan att aktivera din Home Manager-konfiguration igen."
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "Aktiverar %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr "Kontrollerar värdena på oldGenNum och oldGenPath"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -99,26 +87,53 @@ msgstr ""
|
|||
"\n"
|
||||
"och prova 'home-manager switch' igen. Lycka till!"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "Startar Home Manager-aktivering"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr "Kontrollerar att Nix funkar"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr "Detta är en simulerad körning"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr "Detta är en verklig körning"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr "Använder Nix-version: %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr "Aktiveringsvariabler:"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
#~ "\n"
|
||||
#~ "Perhaps there is a conflict with a package that was installed using\n"
|
||||
#~ "\"nix-env -i\"? Try running\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "and if there is a conflicting package you can remove it with\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {package name}\n"
|
||||
#~ "\n"
|
||||
#~ "Then try activating your Home Manager configuration again."
|
||||
#~ msgstr ""
|
||||
#~ "Ajdå, nix-env lyckades inte installera din nya Home Manager-profil!\n"
|
||||
#~ "\n"
|
||||
#~ "Kanske det finns en konflikt med ett paket som installerades genom\n"
|
||||
#~ "\"nix-env -i\"? Prova att köra\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -q\n"
|
||||
#~ "\n"
|
||||
#~ "och om det finns ett paket som är i vägen så kan du ta bort det med\n"
|
||||
#~ "\n"
|
||||
#~ " nix-env -e {paketnamn}\n"
|
||||
#~ "\n"
|
||||
#~ "Prova sedan att aktivera din Home Manager-konfiguration igen."
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2022-03-01 13:58+0000\n"
|
||||
"Last-Translator: Doğu Us <usdogu@gmail.com>\n"
|
||||
"Language-Team: Turkish <https://hosted.weblate.org/projects/home-manager/"
|
||||
|
|
@ -31,35 +31,35 @@ msgstr "Geçersiz linkler temizleniyor %s"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr ""
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr ""
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "%s etkinleştiriliyor"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -75,26 +75,26 @@ msgid ""
|
|||
"and trying home-manager switch again. Good luck!"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "Home Manager aktivasyonu başlatılıyor"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr "Nix versiyon %s kullanılıyor"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2022-01-05 00:56+0000\n"
|
||||
"Last-Translator: ethinx <eth2net@gmail.com>\n"
|
||||
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
|
||||
|
|
@ -31,35 +31,35 @@ msgstr "正在从 %s 清理孤立链接"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr "正在创建配置文件世代 %s"
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr "未发生变化,正在重新使用最近一次的配置文件世代 %s"
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "正在激活 %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -75,26 +75,26 @@ msgid ""
|
|||
"and trying home-manager switch again. Good luck!"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "正在启动 Home Manager 初始化程序"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr "正在使用的 Nix 版本: %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr ""
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Home Manager Modules\n"
|
||||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n"
|
||||
"POT-Creation-Date: 2022-01-02 11:55+0100\n"
|
||||
"POT-Creation-Date: 2022-03-26 15:08+0100\n"
|
||||
"PO-Revision-Date: 2021-12-29 08:48+0000\n"
|
||||
"Last-Translator: WhiredPlanck <fungdaat31@outlook.com>\n"
|
||||
"Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/"
|
||||
|
|
@ -31,35 +31,35 @@ msgstr "正在從 %s 清理孤立連結"
|
|||
msgid "Creating profile generation %s"
|
||||
msgstr "正在建立配置檔案世代 %s"
|
||||
|
||||
#: modules/files.nix:266
|
||||
#: modules/files.nix:276
|
||||
msgid "No change so reusing latest profile generation %s"
|
||||
msgstr "未發生變化,正在重新使用最近一次的配置檔案世代 %s"
|
||||
|
||||
#: modules/home-environment.nix:589
|
||||
#: modules/home-environment.nix:607
|
||||
msgid ""
|
||||
"Oops, nix-env failed to install your new Home Manager profile!\n"
|
||||
"Oops, Nix failed to install your new Home Manager profile!\n"
|
||||
"\n"
|
||||
"Perhaps there is a conflict with a package that was installed using\n"
|
||||
"\"nix-env -i\"? Try running\n"
|
||||
"\"%s\"? Try running\n"
|
||||
"\n"
|
||||
" nix-env -q\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"and if there is a conflicting package you can remove it with\n"
|
||||
"\n"
|
||||
" nix-env -e {package name}\n"
|
||||
" %s\n"
|
||||
"\n"
|
||||
"Then try activating your Home Manager configuration again."
|
||||
msgstr ""
|
||||
|
||||
#: modules/home-environment.nix:620
|
||||
#: modules/home-environment.nix:639
|
||||
msgid "Activating %s"
|
||||
msgstr "正在啟用 %s"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:30
|
||||
#: modules/lib-bash/activation-init.sh:31
|
||||
msgid "Sanity checking oldGenNum and oldGenPath"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:33
|
||||
#: modules/lib-bash/activation-init.sh:34
|
||||
msgid ""
|
||||
"The previous generation number and path are in conflict! These\n"
|
||||
"must be either both empty or both set but are now set to\n"
|
||||
|
|
@ -75,26 +75,26 @@ msgid ""
|
|||
"and trying home-manager switch again. Good luck!"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:50
|
||||
#: modules/lib-bash/activation-init.sh:51
|
||||
msgid "Starting Home Manager activation"
|
||||
msgstr "正在啟動 Home Manager 初始化程式"
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:54
|
||||
#: modules/lib-bash/activation-init.sh:55
|
||||
msgid "Sanity checking Nix"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:60
|
||||
#: modules/lib-bash/activation-init.sh:61
|
||||
msgid "This is a dry run"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:63
|
||||
#: modules/lib-bash/activation-init.sh:64
|
||||
msgid "This is a live run"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:68
|
||||
#: modules/lib-bash/activation-init.sh:69
|
||||
msgid "Using Nix version: %s"
|
||||
msgstr ""
|
||||
|
||||
#: modules/lib-bash/activation-init.sh:71
|
||||
#: modules/lib-bash/activation-init.sh:72
|
||||
msgid "Activation variables:"
|
||||
msgstr ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue