messages.en.yml 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. menu:
  2. about_packagist: About Packagist
  3. rss_feeds: Atom/RSS Feeds
  4. about_composer: About Composer
  5. home: Home
  6. profile: Profile
  7. logout: Logout
  8. login: Login
  9. register: Register
  10. browse_packages: Browse Packages
  11. twitter: "Follow @packagist"
  12. github: GitHub
  13. contact: Contact
  14. stats: Statistics
  15. api_doc: API
  16. mirrors: Mirrors
  17. browse: Browse
  18. submit: Submit
  19. togglenav: Toggle navigation
  20. create_account: Create account
  21. sign_in: Sign in
  22. settings: Settings
  23. change_password: Change password
  24. configure_2fa: Two-factor auth
  25. my_packages: My packages
  26. my_favorites: My favorites
  27. signinbox:
  28. register: No account yet? Create one now!
  29. link_type:
  30. require: Requires
  31. devRequire: Requires (Dev)
  32. suggest: Suggests
  33. conflict: Conflicts
  34. replace: Replaces
  35. provide: Provides
  36. listing:
  37. title: Packages
  38. nopackages: No packages found.
  39. viewall: View All
  40. no_security_advisories: No security advisories found for this package.
  41. explore:
  42. title: Packages
  43. newreleases: New Releases
  44. newpackages: New Packages
  45. popularpackages: Popular Packages
  46. randompackages: Random Packages
  47. search:
  48. claim_html: |
  49. Packagist is the main <a href="https://getcomposer.org/">Composer</a> repository. It aggregates public PHP packages installable with Composer.
  50. packages:
  51. mine: My packages
  52. yours: Your packages
  53. maintained_by: "Packages maintained by %user%"
  54. my_favorites: My favorite packages
  55. users_favorites: "%user%'s favorite packages"
  56. dependant_title: Dependant Packages
  57. dependents: dependents
  58. providers_title: "The following packages provide %name%"
  59. suggesters: suggesters
  60. suggesters_title: Suggesters Packages
  61. from: "Packages from %vendor%"
  62. security_advisory_title: Security Advisories
  63. security_advisories: Security Advisories
  64. browse:
  65. packages: Packages
  66. of_type: "of type %type%"
  67. with_tag: "tagged with %tag%"
  68. join_and: ' and '
  69. join_or: ' or '
  70. submit:
  71. title: Submit package
  72. submit: Submit
  73. guide: |
  74. <p>Please make sure you have read the package <a href="%path_about%#naming-your-package">naming conventions</a> before submitting your package. The authoritative name of your package will be taken from the composer.json file inside the master branch or trunk of your repository, and it can not be changed after that.</p>
  75. <p><strong>Do not submit forks of existing packages.</strong> If you need to test changes to a package that you forked to patch, use <a href="https://getcomposer.org/doc/05-repositories.md#vcs">VCS Repositories</a> instead. If however it is a real long-term fork you intend on maintaining feel free to submit it.</p>
  76. <p>If you need help or if you have any questions please get in touch with the Composer <a href="https://getcomposer.org/doc/07-community.md">community</a>.</p>
  77. abandon:
  78. submit: Abandon Package
  79. warning: |
  80. <p>You are about to mark this package as abandoned. This will alert users that this package will no longer be maintained.</p>
  81. <p>If you are handing this project over to a new maintainer or know of a package that replaces it, please use
  82. the field below to point users to the new package. In case you cannot point them to a new package, this one
  83. will be tagged as abandoned and a replacement can be added later.</p>
  84. edit:
  85. page_title: "Edit Package %name%"
  86. title: "Edit %name%"
  87. submit: Update
  88. profile:
  89. your_api_token: Your API Token
  90. show_api_token: Show API Token
  91. accounts_connected: Account connected to %user%
  92. connect_accounts: Connect accounts
  93. notify_on_failure: Notify me of package update failures
  94. api_token_explain: |
  95. You can use your API token to interact with the Packagist API, see details in <a href="%path_about%#how-to-update-packages">the docs</a>.
  96. stats:
  97. title: Install Statistics
  98. subtitle: install statistics
  99. installs: Installs
  100. overall: Overall
  101. lastmonth: Last 30 days
  102. today: Last 24h
  103. rolling_avg: "rolling average, approx."
  104. daily: Daily installs
  105. daily_per_version: Daily installs per version
  106. averaged: "averaged %avg%"
  107. statistics:
  108. title: Statistics
  109. over_time: Packages/versions over time
  110. last_partial: The last data point is for the current month and shows partial data.
  111. last_partial_day: The last data point is for the current day (UTC) and shows partial data.
  112. last_month: Packages installed in the last 30 days
  113. monthly: Packages installed per month
  114. packages: Packages
  115. installs: Installs
  116. registered: Packages registered
  117. installed: Packages installed
  118. versions: Versions available
  119. versions_avail: Versions available
  120. totals: Totals
  121. since: since
  122. api_doc:
  123. title: API documentation
  124. intro: Packagist has a public API to consume data. See bellow the most important URIs:
  125. listing_names: Listing package names
  126. all_packages: All packages
  127. by_organization: By organization
  128. by_name: By name
  129. by_type: By type
  130. by_tag: By tag
  131. get_statistics: Get statistics
  132. list_by_organization: List packages by organization
  133. list_by_type: List packages by type
  134. searching: Searching for packages
  135. search_by_name: Search packages by name
  136. search_by_tag: Search packages by tag
  137. search_by_type: Search packages by type
  138. get_by_name: Get a package by name
  139. get_package_data: Getting package data
  140. mirrors:
  141. title: Mirrors of the Packagist.org Metadata
  142. caution: 'Disclaimer: A word of caution'
  143. mirror_list: Existing mirrors
  144. running_your_own: Running your own mirror
  145. user:
  146. member_since: member since
  147. packages: "%username%'s packages"
  148. 'Search packages...': 'Search packages...'
  149. brandname: Packagist
  150. navclaim: The PHP Package Repository
  151. Sort: 'Sort'
  152. Order: 'Order'
  153. Username: 'Username'
  154. asc: 'asc'
  155. desc: 'desc'