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.
home-manager: support i18n of install script
- Loading branch information
Showing
3 changed files
with
60 additions
and
27 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
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Home Manager\n" | ||
"Report-Msgid-Bugs-To: https://github.com/nix-community/home-manager/issues\n" | ||
"POT-Creation-Date: 2021-12-13 00:45+0100\n" | ||
"POT-Creation-Date: 2021-12-14 18:53+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -132,3 +132,36 @@ msgstr "" | |
#: home-manager/home-manager:702 | ||
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 "" |
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