Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix message on how to download custom repos #946

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions po/ca.po
Original file line number Diff line number Diff line change
Expand Up @@ -1050,9 +1050,9 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr "el pkgbase {base} ja existeix al dipòsit {repo} -- s'omet) "

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""
"el dipòsit {} no s'ha descarregat (utilitzeu -Sya per a descarregar-lo)"
"el dipòsit {} no s'ha descarregat (utilitzeu --pkgbuilds -Sy per a descarregar-lo)"

#: src/install.rs:2284
msgid "repo {} does not have a URL or Path"
Expand Down
4 changes: 2 additions & 2 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -1059,8 +1059,8 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr "pkgbase {base} existiert bereits in Repo {repo} -- überspringe)"

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgstr "Repo {} nicht heruntergeladen (benutze -Sya zum Herunterladen)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr "Repo {} nicht heruntergeladen (benutze --pkgbuilds -Sy zum Herunterladen)"

#: src/install.rs:2284
msgid "repo {} does not have a URL or Path"
Expand Down
2 changes: 1 addition & 1 deletion po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
2 changes: 1 addition & 1 deletion po/fi.po
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
2 changes: 1 addition & 1 deletion po/hi.po
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
2 changes: 1 addition & 1 deletion po/hr.po
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
2 changes: 1 addition & 1 deletion po/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
2 changes: 1 addition & 1 deletion po/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
2 changes: 1 addition & 1 deletion po/ko.po
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
4 changes: 2 additions & 2 deletions po/nl.po
Original file line number Diff line number Diff line change
Expand Up @@ -1064,8 +1064,8 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr "pkgbase {base} is al onderdeel van repo {repo} -- overslaan"

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgstr "repo {} niet gedownload (gebruik -Sya om te downloaden)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr "repo {} niet gedownload (gebruik --pkgbuilds -Sy om te downloaden)"

#: src/install.rs:2284
msgid "repo {} does not have a URL or Path"
Expand Down
2 changes: 1 addition & 1 deletion po/paru.pot
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
4 changes: 2 additions & 2 deletions po/pt.po
Original file line number Diff line number Diff line change
Expand Up @@ -1047,8 +1047,8 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr "pkgbase {base} já existe no repositório {repo} -- a ignorar)"

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgstr "repositório {} não transferido (use -Sya para transferir)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr "repositório {} não transferido (use --pkgbuilds -Sy para transferir)"

#: src/install.rs:2284
msgid "repo {} does not have a URL or Path"
Expand Down
4 changes: 2 additions & 2 deletions po/pt_BR.po
Original file line number Diff line number Diff line change
Expand Up @@ -1050,8 +1050,8 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr "pkgbase {base} já existe no repositório {repo} -- ignorando)"

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgstr "repositório {} não baixado (use -Sya para baixar)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr "repositório {} não baixado (use --pkgbuilds -Sy para baixar)"

#: src/install.rs:2284
msgid "repo {} does not have a URL or Path"
Expand Down
2 changes: 1 addition & 1 deletion po/ro.po
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
2 changes: 1 addition & 1 deletion po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
2 changes: 1 addition & 1 deletion po/sv.po
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
2 changes: 1 addition & 1 deletion po/tr.po
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
4 changes: 2 additions & 2 deletions po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -997,8 +997,8 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr "软件包组 {base} 在软件库 {repo} 中已经存在 -- 跳过安装)"

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgstr "软件库 {} 没有被下载 (使用 -Sya 下载)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr "软件库 {} 没有被下载 (使用 --pkgbuilds -Sy 下载)"

#: src/install.rs:2284
msgid "repo {} does not have a URL or Path"
Expand Down
2 changes: 1 addition & 1 deletion po/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ msgid "pkgbase {base} already exists in repo {repo} -- skipping)"
msgstr ""

#: src/install.rs:2267
msgid "repo {} not downloaded (use -Sya to download)"
msgid "repo {} not downloaded (use --pkgbuilds -Sy to download)"
msgstr ""

#: src/install.rs:2284
Expand Down
5 changes: 4 additions & 1 deletion src/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2303,7 +2303,10 @@ pub fn refresh_custom_repos(config: &Config, fetch: &Fetch) -> Result<()> {
eprintln!(
"{} {}",
c.warning.paint("::"),
tr!("repo {} not downloaded (use -Sya to download)", repo.name)
tr!(
"repo {} not downloaded (use --pkgbuilds -Sy to download)",
repo.name
)
);
}
}
Expand Down