app_localizations_en.dart 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  1. // ignore: unused_import
  2. import 'package:intl/intl.dart' as intl;
  3. import 'app_localizations.dart';
  4. // ignore_for_file: type=lint
  5. /// The translations for English (`en`).
  6. class AppLocalizationsEn extends AppLocalizations {
  7. AppLocalizationsEn([String locale = 'en']) : super(locale);
  8. @override
  9. String get helloWorld => 'Hello World!';
  10. @override
  11. String get latest => 'Latest';
  12. @override
  13. String get gallery => 'Gallery';
  14. @override
  15. String get dailyPuzzle => 'Daily Puzzle';
  16. @override
  17. String get myworks => 'My Works';
  18. @override
  19. String get inProgress => 'In Progress';
  20. @override
  21. String get completed => 'Completed';
  22. @override
  23. String get chooseDifficulty => 'Choose Difficulty';
  24. @override
  25. String get start => 'Start';
  26. @override
  27. String get blocks => 'Blocks';
  28. @override
  29. String get date => 'Date';
  30. @override
  31. String get playAgain => 'Play Again';
  32. @override
  33. String get share => 'Share';
  34. @override
  35. String get like => 'Like';
  36. @override
  37. String get info => 'View';
  38. @override
  39. String get setting => 'Settings';
  40. @override
  41. String get sound => 'Sound';
  42. @override
  43. String get backgroundMusic => 'Background Music';
  44. @override
  45. String get touchFeedback => 'Touch Feedback';
  46. @override
  47. String get shadowWhenDraging => 'Shadow when draging';
  48. @override
  49. String get showColorPics => 'Show Color Pics';
  50. @override
  51. String get hideCompleted => 'Hide completed images';
  52. @override
  53. String get giveMeAReview => 'Give me a review';
  54. @override
  55. String get bugReport => 'Bug Report';
  56. @override
  57. String get featureRequest => 'Feature Request';
  58. @override
  59. String get termOfService => 'Term of Service';
  60. @override
  61. String get privacyPolicy => 'Privacy Policy';
  62. @override
  63. String get osVersion => 'OS Version';
  64. @override
  65. String get appVersion => 'App Version';
  66. @override
  67. String get save => 'Save';
  68. @override
  69. String get download => 'Download';
  70. @override
  71. String get saveSuccess => 'Save successful!';
  72. @override
  73. String get saveFailed => 'Save failed';
  74. @override
  75. String get removeWatermark => 'Easily remove watermark';
  76. @override
  77. String get onlyOneAd => 'Just one AD to go ~';
  78. @override
  79. String get close => 'Close';
  80. @override
  81. String get continueT => 'Continue';
  82. @override
  83. String get daily => 'Daily';
  84. @override
  85. String get today => 'Today';
  86. @override
  87. String get play => 'Play';
  88. @override
  89. String get adNotReady => 'Ad wasn\'t ready yet.';
  90. @override
  91. String get exit => 'Exit';
  92. @override
  93. String get networkNotGood => 'Network condition is poor, please check';
  94. @override
  95. String get rateUs => 'Rate Us';
  96. @override
  97. String get rateMessage => 'Your support is the power to drive our continuous improvement.';
  98. @override
  99. String get submit => 'Submit';
  100. @override
  101. String get noPuzzles => 'No Puzzles';
  102. @override
  103. String get noPuzzlesInProgress => 'No Puzzles In Progress';
  104. @override
  105. String get noPuzzlesFinished => 'No Puzzles Finished';
  106. @override
  107. String get alreadyCompleted => 'You have completed';
  108. @override
  109. String get puzzles => 'puzzles';
  110. @override
  111. String get notEnoughCoins => 'Coins not enough';
  112. @override
  113. String get lackCoins => 'Not enough coins to unlock this puzzle';
  114. @override
  115. String get lackCoinsToUnlockCollection => 'Not enough coins to unlock this collection';
  116. @override
  117. String get reward => 'Reward';
  118. @override
  119. String get dailyReward => 'Daily Reward';
  120. @override
  121. String get coinsReward => 'Coins Reward';
  122. @override
  123. String get gain => 'Gain';
  124. @override
  125. String get getThisPuzzle => 'Get This Puzzle';
  126. @override
  127. String get getThisCollection => 'Get This Collection';
  128. @override
  129. String get watch1Video => 'Watch 1 video';
  130. @override
  131. String get unlockWith => 'Unlock with';
  132. @override
  133. String get unlockAllWith => 'Unlock all with';
  134. @override
  135. String get collections => 'Collections';
  136. @override
  137. String get noCollections => 'No Collections';
  138. @override
  139. String get unlockCollections => 'You must complete 7 levels to unlock the collection';
  140. @override
  141. String get free => 'free';
  142. @override
  143. String get earnCoins => 'Earn Coins';
  144. @override
  145. String get earnFreeCoins => 'Watch a short video to earn free coins.';
  146. @override
  147. String get unlockSuccess => 'Unlock Success!';
  148. @override
  149. String get welcomBack => 'Welcome Back';
  150. @override
  151. String get welcomBackDesc => 'Get free hints to make your puzzles mush easier';
  152. @override
  153. String get category => 'Category';
  154. @override
  155. String get collection => 'Collection';
  156. @override
  157. String get singlePuzzle => 'Single Puzzle';
  158. @override
  159. String get progress => 'Progress';
  160. @override
  161. String get restart => 'Restart';
  162. @override
  163. String get delete => 'Delete';
  164. @override
  165. String get cancel => 'Cancel';
  166. @override
  167. String get confirm => 'Confirm';
  168. @override
  169. String get useTime => 'Time spent';
  170. @override
  171. String get veryGood => 'Very Good!';
  172. @override
  173. String get good => 'Good!👍';
  174. @override
  175. String get workWillDelete => 'Current saved work will be deleted';
  176. @override
  177. String get sureToRestart => 'Are you sure to restart this puzzle?';
  178. @override
  179. String get sureToDelete => 'Are you sure to delete this puzzle?';
  180. @override
  181. String get lostCurrentProgress => 'The current saved progress will be lost';
  182. @override
  183. String get premiumUser => 'Premium User';
  184. @override
  185. String get removeAllAds => 'Remove banners and popup ads. (Keep ads for rewards)';
  186. @override
  187. String get unlockVideoPics => 'Unlock all locked pics (excluding collection packs)';
  188. @override
  189. String get premiumAlbumPrice => '60% off album package';
  190. @override
  191. String get premiumDailyReward => 'Daily reward of 300 gold coins and 5 hints';
  192. @override
  193. String get subscribe => 'Subscribe';
  194. @override
  195. String get weekly => 'Weekly';
  196. @override
  197. String get monthly => 'Monthly';
  198. @override
  199. String get yearly => 'Yearly';
  200. @override
  201. String get free3day => '3-day free trial, then \$9.99/month';
  202. @override
  203. String get restorePurchases => 'Restore Subscription';
  204. @override
  205. String get successSubsribe => 'You have successfully subscribed';
  206. @override
  207. String get subscriptionDescription => 'You can manage and cancel subscriptions at any time in the App Store. When you cancel a subscription, the current billing cycle will not be refunded, but you will continue to receive the subscribed content during that time. The cancellation will take effect after the current billing cycle ends.';
  208. @override
  209. String get receive => 'receive';
  210. @override
  211. String get premiumBenefits => 'Premium Benefits';
  212. @override
  213. String get premiumRewards => 'Claim exclusive rewards today';
  214. @override
  215. String get hint => 'Hint';
  216. @override
  217. String get useForHint => 'Use it for hint';
  218. @override
  219. String get or => 'Or';
  220. @override
  221. String get prizes => 'Prizes';
  222. @override
  223. String get no_trophies_yet => 'You don\'t have any trophies yet.';
  224. @override
  225. String get to_win_trophy => 'Participate in the event and win a unique trophy!';
  226. @override
  227. String get activities => 'Activities';
  228. @override
  229. String get contour => 'Contour';
  230. @override
  231. String get level => 'Level';
  232. @override
  233. String get addMorePuzzlesSoon => 'We will add more puzzles soon';
  234. @override
  235. String get specialPuzzles => 'Special Puzzles';
  236. @override
  237. String get unlockAlbum => 'You\'ve unlocked the';
  238. @override
  239. String get completePrevious => 'Please complete the previous levels first.';
  240. @override
  241. String get exitConfirm => 'Press the back button again to exit the app.';
  242. @override
  243. String get downloadFailed => 'Download Failed! Please check your network.';
  244. @override
  245. String get noMorePicture => 'More pictures coming soon...';
  246. @override
  247. String get retry => 'Retry';
  248. @override
  249. String get next => 'Next';
  250. @override
  251. String get levelPass => 'Level Passed!';
  252. @override
  253. String get backToHome => 'Back to Home';
  254. @override
  255. String get hardMode => 'Hard Mode';
  256. @override
  257. String get moveToComplete => 'Move pieces to complete the puzzle';
  258. @override
  259. String get collectionLocked => 'This collectible image is not yet unlocked.';
  260. }