forked from Plemya-x/ALR
wip
This commit is contained in:
@ -9,64 +9,52 @@ msgstr ""
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: build.go:48
|
||||
#: build.go:44
|
||||
msgid "Build a local package"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:54
|
||||
#: build.go:50
|
||||
msgid "Path to the build script"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:59
|
||||
#: build.go:55
|
||||
msgid "Specify subpackage in script (for multi package script only)"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:64
|
||||
#: build.go:60
|
||||
msgid "Name of the package to build and its repo (example: default/go-bin)"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:69
|
||||
#: build.go:65
|
||||
msgid ""
|
||||
"Build package from scratch even if there's an already built package available"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:75 build.go:79 build.go:88
|
||||
#: build.go:71
|
||||
msgid "Error getting working directory"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:104 build.go:108
|
||||
msgid "Error dropping capabilities"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:115
|
||||
msgid "Error loading config"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:122
|
||||
msgid "Error initialization database"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:131
|
||||
#: build.go:99
|
||||
msgid "Unable to detect a supported package manager on the system"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:137
|
||||
#: build.go:105
|
||||
msgid "Error parsing os release"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:168 build.go:209
|
||||
#: build.go:143 build.go:184
|
||||
msgid "Error building package"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:185
|
||||
#: build.go:160
|
||||
msgid "Package not found"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:212
|
||||
#: build.go:187
|
||||
msgid "Nothing to build"
|
||||
msgstr ""
|
||||
|
||||
#: build.go:221
|
||||
#: build.go:196
|
||||
msgid "Error moving the package"
|
||||
msgstr ""
|
||||
|
||||
@ -166,7 +154,7 @@ msgstr ""
|
||||
msgid "Error encoding script variables"
|
||||
msgstr ""
|
||||
|
||||
#: install.go:45
|
||||
#: install.go:41
|
||||
msgid "Install a new package"
|
||||
msgstr ""
|
||||
|
||||
@ -174,11 +162,11 @@ msgstr ""
|
||||
msgid "Command install expected at least 1 argument, got %d"
|
||||
msgstr ""
|
||||
|
||||
#: install.go:95
|
||||
#: install.go:88
|
||||
msgid "Error pulling repositories"
|
||||
msgstr ""
|
||||
|
||||
#: install.go:158
|
||||
#: install.go:159
|
||||
msgid "Remove an installed package"
|
||||
msgstr ""
|
||||
|
||||
@ -194,6 +182,14 @@ msgstr ""
|
||||
msgid "Error removing packages"
|
||||
msgstr ""
|
||||
|
||||
#: internal/cliutils/app_builder/builder.go:71
|
||||
msgid "Error loading config"
|
||||
msgstr ""
|
||||
|
||||
#: internal/cliutils/app_builder/builder.go:92
|
||||
msgid "Error initialization database"
|
||||
msgstr ""
|
||||
|
||||
#: internal/cliutils/prompt.go:60
|
||||
msgid "Would you like to view the build script for %s"
|
||||
msgstr ""
|
||||
@ -311,7 +307,11 @@ msgstr ""
|
||||
msgid "ERROR"
|
||||
msgstr ""
|
||||
|
||||
#: internal/utils/cmd.go:94
|
||||
#: internal/utils/cmd.go:86
|
||||
msgid "Error dropping capabilities"
|
||||
msgstr ""
|
||||
|
||||
#: internal/utils/cmd.go:93
|
||||
msgid "You need to be root to perform this action"
|
||||
msgstr ""
|
||||
|
||||
@ -331,27 +331,27 @@ msgstr ""
|
||||
msgid "Enable interactive questions and prompts"
|
||||
msgstr ""
|
||||
|
||||
#: main.go:148
|
||||
#: main.go:147
|
||||
msgid "Show help"
|
||||
msgstr ""
|
||||
|
||||
#: main.go:152
|
||||
#: main.go:151
|
||||
msgid "Error while running app"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/build/build.go:392
|
||||
#: pkg/build/build.go:394
|
||||
msgid "Building package"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/build/build.go:421
|
||||
#: pkg/build/build.go:423
|
||||
msgid "The checksums array must be the same length as sources"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/build/build.go:448
|
||||
#: pkg/build/build.go:454
|
||||
msgid "Downloading sources"
|
||||
msgstr ""
|
||||
|
||||
#: pkg/build/build.go:535
|
||||
#: pkg/build/build.go:543
|
||||
msgid "Installing dependencies"
|
||||
msgstr ""
|
||||
|
||||
@ -419,47 +419,47 @@ msgid ""
|
||||
"updating ALR if something doesn't work."
|
||||
msgstr ""
|
||||
|
||||
#: repo.go:40
|
||||
#: repo.go:39
|
||||
msgid "Add a new repository"
|
||||
msgstr ""
|
||||
|
||||
#: repo.go:47
|
||||
#: repo.go:46
|
||||
msgid "Name of the new repo"
|
||||
msgstr ""
|
||||
|
||||
#: repo.go:53
|
||||
#: repo.go:52
|
||||
msgid "URL of the new repo"
|
||||
msgstr ""
|
||||
|
||||
#: repo.go:80
|
||||
#: repo.go:79
|
||||
msgid "Repo %s already exists"
|
||||
msgstr ""
|
||||
|
||||
#: repo.go:91 repo.go:169
|
||||
#: repo.go:90 repo.go:167
|
||||
msgid "Error saving config"
|
||||
msgstr ""
|
||||
|
||||
#: repo.go:117
|
||||
#: repo.go:116
|
||||
msgid "Remove an existing repository"
|
||||
msgstr ""
|
||||
|
||||
#: repo.go:124
|
||||
#: repo.go:123
|
||||
msgid "Name of the repo to be deleted"
|
||||
msgstr ""
|
||||
|
||||
#: repo.go:157
|
||||
msgid "Repo does not exist"
|
||||
#: repo.go:156
|
||||
msgid "Repo \"%s\" does not exist"
|
||||
msgstr ""
|
||||
|
||||
#: repo.go:165
|
||||
#: repo.go:163
|
||||
msgid "Error removing repo directory"
|
||||
msgstr ""
|
||||
|
||||
#: repo.go:188
|
||||
#: repo.go:186
|
||||
msgid "Error removing packages from database"
|
||||
msgstr ""
|
||||
|
||||
#: repo.go:199
|
||||
#: repo.go:197
|
||||
msgid "Pull all repositories that have changed"
|
||||
msgstr ""
|
||||
|
||||
@ -503,14 +503,14 @@ msgstr ""
|
||||
msgid "Upgrade all installed packages"
|
||||
msgstr ""
|
||||
|
||||
#: upgrade.go:101
|
||||
#: upgrade.go:103
|
||||
msgid "Error pulling repos"
|
||||
msgstr ""
|
||||
|
||||
#: upgrade.go:107 upgrade.go:124
|
||||
#: upgrade.go:109 upgrade.go:126
|
||||
msgid "Error checking for updates"
|
||||
msgstr ""
|
||||
|
||||
#: upgrade.go:127
|
||||
#: upgrade.go:129
|
||||
msgid "There is nothing to do."
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user