en.php 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?php
  2. $strings = [
  3. 'date-format' => 'Y-m-d H:i',
  4. 'pixiv-lang' => 'en',
  5. 'error' => 'Error',
  6. 'illegal-id' => 'ID is not specified or illegal',
  7. 'network-error' => 'Network error when attempting to fetch data',
  8. 'unauthorized' => 'Authorization failed when attempting to fetch data',
  9. 'no-works' => 'No works to show',
  10. 'all-hidden' => 'No work can be shown because all works have been hidden',
  11. 'load-more' => 'Load More',
  12. 'expand' => 'Expand',
  13. 'discovery' => [
  14. 'title' => 'Discovery',
  15. 'reload' => 'Reload'
  16. ],
  17. 'artwork' => [
  18. 'not-found' => 'Unable to find that artwork',
  19. 'hidden-r15' => 'This work can\'t be shown because it is R-15',
  20. 'hidden-r18' => 'This work can\'t be shown because it is R-18',
  21. 'hidden-r18g' => 'This work can\'t be shown because it is R-18G',
  22. 'hidden-aigc' => 'This work can\'t be shown because it is AI-generated',
  23. 'image-alt' => 'Page %s/%s',
  24. 'images-show-all' => 'Show All',
  25. 'aigc' => 'AI-generated',
  26. 'likes' => 'Likes: %s',
  27. 'bookmarks' => 'Bookmarks: %s',
  28. 'views' => 'Views: %s',
  29. 'comments' => 'Comments (%s)',
  30. 'comments-off' => 'Comments are turned off by the author',
  31. 'no-comments' => 'No comments',
  32. 'view-replies' => 'View Replies',
  33. 'show-more' => 'Show More',
  34. 'comments-popup' => 'Comments on artwork %s',
  35. 'replies-popup' => 'Replies to comment %s',
  36. 'no-replies' => 'No replies to the comment',
  37. 'related' => 'Related works'
  38. ],
  39. 'settings' => [
  40. 'title' => 'Settings',
  41. 'ssfw-notice' => 'Note: This instance has enabled "Super Safe For Work" mode. All R-15, R-18 and R-18G works will be hidden, notwithstanding the settings below.',
  42. 'sfw-notice' => 'Note: This instance has enabled "Safe For Work" mode. All R-18 and R-18G works will be hidden, notwithstanding the settings below.',
  43. 'show-r15' => 'Show R-15 works',
  44. 'show-r18' => 'Show R-18 works',
  45. 'show-r18g' => 'Show R-18G works',
  46. 'show-aigc' => 'Show AI-generated works',
  47. 'collapse-pages' => 'Collapse artwork pages',
  48. 'load-comments' => 'Load comments',
  49. 'load-related' => 'Load related works',
  50. 'timezone' => 'Time zone',
  51. 'theme' => 'Theme',
  52. 'light' => 'Light',
  53. 'dark' => 'Dark',
  54. 'language' => 'Language',
  55. 'en' => 'English',
  56. 'zh' => '简体中文',
  57. 'save' => 'Save'
  58. ],
  59. 'search' => [
  60. 'placeholder' => '🔍 Search works',
  61. 'work-count' => 'Illustrations and Manga (%s)'
  62. ],
  63. 'user' => [
  64. 'not-found' => 'Unable to find that user',
  65. 'artworks' => 'All works',
  66. 'illustrations' => 'Illustrations',
  67. 'manga' => 'Manga',
  68. 'bookmarks' => 'Bookmarks',
  69. 'work-count' => 'Works (%s)',
  70. 'work-count-with-tag' => '%s works (%s)',
  71. 'clear-filter' => '× Clear Filter'
  72. ],
  73. 'source-code' => 'Source Code',
  74. 'license' => 'License'
  75. ];