forked from nix-community/home-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add translation using Weblate (Finnish)
Co-authored-by: Nikolay Korotkiy <[email protected]>
- Loading branch information
Showing
1 changed file
with
166 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,166 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR Home Manager contributors | ||
# This file is distributed under the same license as the Home Manager package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Home Manager\n" | ||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\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" | ||
"Language: fi\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#: home-manager/home-manager:60 | ||
msgid "No configuration file found at %s" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:79 | ||
msgid "No configuration file found. Please create one at %s" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:122 | ||
msgid "Can't inspect options of a flake configuration" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:162 | ||
msgid "Can't instantiate a flake configuration" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:237 | ||
msgid "" | ||
"There is %d unread and relevant news item.\n" | ||
"Read it by running the command \"%s news\"." | ||
msgid_plural "" | ||
"There are %d unread and relevant news items.\n" | ||
"Read them by running the command \"%s news\"." | ||
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: home-manager/home-manager:251 | ||
msgid "Unknown \"news.display\" setting \"%s\"." | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:258 | ||
#, sh-format | ||
msgid "Please set the $EDITOR environment variable" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:273 | ||
msgid "Cannot run build in read-only directory" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:355 | ||
msgid "No generation with ID %s" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:357 | ||
msgid "Cannot remove the current generation %s" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:359 | ||
msgid "Removing generation %s" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:385 | ||
msgid "No generations to expire" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:396 | ||
msgid "No home-manager packages seem to be installed." | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:453 | ||
msgid "Unknown argument %s" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:469 | ||
msgid "This will remove Home Manager from your system." | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:472 | ||
msgid "This is a dry run, nothing will actually be uninstalled." | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:476 | ||
msgid "Really uninstall Home Manager?" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:481 | ||
msgid "Switching to empty Home Manager configuration..." | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:493 | ||
msgid "Yay!" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:500 | ||
msgid "Remove all Home Manager generations?" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:507 | ||
msgid "All generations are now eligible for garbage collection." | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:510 | ||
msgid "Leaving generations but they may still be garbage collected." | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:514 | ||
msgid "Home Manager is uninstalled but your home.nix is left untouched." | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:673 | ||
msgid "%s: unknown option '%s'" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:674 | ||
msgid "Run '%s --help' for usage help" | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:708 | ||
msgid "expire-generations expects one argument, got %d." | ||
msgstr "" | ||
|
||
#: home-manager/home-manager:730 | ||
msgid "Unknown command: %s" | ||
msgstr "" | ||
|
||
#: home-manager/install.nix:22 | ||
msgid "Creating initial Home Manager configuration..." | ||
msgstr "" | ||
|
||
#: home-manager/install.nix:66 | ||
msgid "Creating initial Home Manager generation..." | ||
msgstr "" | ||
|
||
#. translators: The "%s" specifier will be replaced by a file path. | ||
#: home-manager/install.nix:71 | ||
msgid "" | ||
"All done! The home-manager tool should now be installed and you can edit\n" | ||
"\n" | ||
" %s\n" | ||
"\n" | ||
"to configure Home Manager. Run 'man home-configuration.nix' to\n" | ||
"see all available options." | ||
msgstr "" | ||
|
||
#. translators: The "%s" specifier will be replaced by a URL. | ||
#: home-manager/install.nix:76 | ||
msgid "" | ||
"Uh oh, the installation failed! Please create an issue at\n" | ||
"\n" | ||
" %s\n" | ||
"\n" | ||
"if the error seems to be the fault of Home Manager." | ||
msgstr "" | ||
|
||
#: home-manager/install.nix:83 | ||
msgid "This derivation is not buildable, please run it using nix-shell." | ||
msgstr "" |