You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: options/locale/locale_en-US.ini
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3729,11 +3729,14 @@ swift.install = Add the package in your <code>Package.swift</code> file:
3729
3729
swift.install2 = and run the following command:
3730
3730
vagrant.install = To add a Vagrant box, run the following command:
3731
3731
settings.link = Link this package to a repository
3732
-
settings.link.description = If you link a package with a repository, the package is listed in the repository's package list.
3732
+
settings.link.description = If you link a package with a repository, the package will appear in the repository's package list. Only repositories under the same owner can be linked. Leaving the field empty will remove the link.
3733
3733
settings.link.select = Select Repository
3734
3734
settings.link.button = Update Repository Link
3735
3735
settings.link.success = Repository link was successfully updated.
3736
3736
settings.link.error = Failed to update repository link.
3737
+
settings.link.repo_not_found = Repository %s not found.
3738
+
settings.unlink.error = Failed to remove repository link.
3739
+
settings.unlink.success = Repository link was successfully removed.
3737
3740
settings.delete = Delete package
3738
3741
settings.delete.description = Deleting a package is permanent and cannot be undone.
3739
3742
settings.delete.notice = You are about to delete %s (%s). This operation is irreversible, are you sure?
0 commit comments