osu!ppy.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "osu!ppy.beatmapListing": {
  3. "description": "Displayed when viewing all beatmaps.",
  4. "message": "ビートマップリストを見ています"
  5. },
  6. "osu!ppy.beatmapLooking": {
  7. "description": "Displayed when looking at a beatmap.",
  8. "message": "ビートマップを見ています"
  9. },
  10. "osu!ppy.beatmapPacks": {
  11. "description": "Displayed when viewing all beatmap packs.",
  12. "message": "ビートマップパックを見ています"
  13. },
  14. "osu!ppy.beatmapRankings": {
  15. "description": "Displayed when viewing Kudosu Rankings.",
  16. "message": "クドスランキングを見ています"
  17. },
  18. "osu!ppy.buttonViewBeatmap": {
  19. "description": "Displayed for a button to redirect to the beatmap page.",
  20. "message": "ビートマップを見る"
  21. },
  22. "osu!ppy.countryRankings": {
  23. "description": "Country rankings {0} = gamemode. E.g. Country Rankings [osu!]",
  24. "message": "国別ランキング: {0}"
  25. },
  26. "osu!ppy.performanceRankings": {
  27. "description": "Displayed when viewing the performance rankings.",
  28. "message": "パフォーマンスランキング"
  29. },
  30. "osu!ppy.scoreRankings": {
  31. "description": "{0} = gamemode. E.g. Score Rankings [osu!]",
  32. "message": "スコアランキング: {0}"
  33. },
  34. "osu!ppy.support": {
  35. "description": "Displayed when viewing the support page.",
  36. "message": "osu!ppyを支援する方法"
  37. },
  38. "osu!ppy.wikiMainPage": {
  39. "description": "Displayed when viewing the wiki main page.",
  40. "message": "Wiki メインページ"
  41. }
  42. }