Guest User

Untitled

a guest
Sep 19th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. en-GB:
  2. date:
  3. abbr_day_names:
  4. - Sun
  5. - Mon
  6. - Tue
  7. - Wed
  8. - Thu
  9. - Fri
  10. - Sat
  11. abbr_month_names:
  12. -
  13. - Jan
  14. - Feb
  15. - Mar
  16. - Apr
  17. - May
  18. - Jun
  19. - Jul
  20. - Aug
  21. - Sep
  22. - Oct
  23. - Nov
  24. - Dec
  25. day_names:
  26. - Sunday
  27. - Monday
  28. - Tuesday
  29. - Wednesday
  30. - Thursday
  31. - Friday
  32. - Saturday
  33. formats:
  34. default: ! '%d-%m-%Y'
  35. long: ! '%d %B, %Y'
  36. short: ! '%d %b'
  37. month_names:
  38. -
  39. - January
  40. - February
  41. - March
  42. - April
  43. - May
  44. - June
  45. - July
  46. - August
  47. - September
  48. - October
  49. - November
  50. - December
  51. order:
  52. - :day
  53. - :month
  54. - :year
  55. datetime:
  56. distance_in_words:
  57. about_x_hours:
  58. one: about 1 hour
  59. other: about %{count} hours
  60. about_x_months:
  61. one: about 1 month
  62. other: about %{count} months
  63. about_x_years:
  64. one: about 1 year
  65. other: about %{count} years
  66. almost_x_years:
  67. one: almost 1 year
  68. other: almost %{count} years
  69. half_a_minute: half a minute
  70. less_than_x_minutes:
  71. one: less than a minute
  72. other: less than %{count} minutes
  73. less_than_x_seconds:
  74. one: less than 1 second
  75. other: less than %{count} seconds
  76. over_x_years:
  77. one: over 1 year
  78. other: over %{count} years
  79. x_days:
  80. one: 1 day
  81. other: ! '%{count} days'
  82. x_minutes:
  83. one: 1 minute
  84. other: ! '%{count} minutes'
  85. x_months:
  86. one: 1 month
  87. other: ! '%{count} months'
  88. x_seconds:
  89. one: 1 second
  90. other: ! '%{count} seconds'
  91. prompts:
  92. day: Day
  93. hour: Hour
  94. minute: Minute
  95. month: Month
  96. second: Seconds
  97. year: Year
  98. errors: &errors
  99. format: ! '%{attribute} %{message}'
  100. messages:
  101. accepted: must be accepted
  102. blank: can't be blank
  103. confirmation: doesn't match confirmation
  104. empty: can't be empty
  105. equal_to: must be equal to %{count}
  106. even: must be even
  107. exclusion: is reserved
  108. greater_than: must be greater than %{count}
  109. greater_than_or_equal_to: must be greater than or equal to %{count}
  110. inclusion: is not included in the list
  111. invalid: is invalid
  112. less_than: must be less than %{count}
  113. less_than_or_equal_to: must be less than or equal to %{count}
  114. not_a_number: is not a number
  115. not_an_integer: must be an integer
  116. odd: must be odd
  117. record_invalid: ! 'Validation failed: %{errors}'
  118. taken: has already been taken
  119. too_long:
  120. one: is too long (maximum is 1 character)
  121. other: is too long (maximum is %{count} characters)
  122. too_short:
  123. one: is too short (minimum is 1 character)
  124. other: is too short (minimum is %{count} characters)
  125. wrong_length:
  126. one: is the wrong length (should be 1 character)
  127. other: is the wrong length (should be %{count} characters)
  128. template:
  129. body: ! 'There were problems with the following fields:'
  130. header:
  131. one: 1 error prohibited this %{model} from being saved
  132. other: ! '%{count} errors prohibited this %{model} from being saved'
  133. helpers:
  134. select:
  135. prompt: Please select
  136. submit:
  137. create: Create %{model}
  138. submit: Save %{model}
  139. update: Update %{model}
  140. number:
  141. currency:
  142. format:
  143. delimiter: ! ','
  144. format: ! '%u%n'
  145. precision: 2
  146. separator: .
  147. significant: false
  148. strip_insignificant_zeros: false
  149. unit: �
  150. format:
  151. delimiter: ! ','
  152. precision: 3
  153. separator: .
  154. significant: false
  155. strip_insignificant_zeros: false
  156. human:
  157. decimal_units:
  158. format: ! '%n %u'
  159. units:
  160. billion: Billion
  161. million: Million
  162. quadrillion: Quadrillion
  163. thousand: Thousand
  164. trillion: Trillion
  165. unit: ''
  166. format:
  167. delimiter: ''
  168. precision: 3
  169. significant: true
  170. strip_insignificant_zeros: true
  171. storage_units:
  172. format: ! '%n %u'
  173. units:
  174. byte:
  175. one: Byte
  176. other: Bytes
  177. gb: GB
  178. kb: KB
  179. mb: MB
  180. tb: TB
  181. percentage:
  182. format:
  183. delimiter: ''
  184. precision:
  185. format:
  186. delimiter: ''
  187. support:
  188. array:
  189. last_word_connector: ! ', and '
  190. two_words_connector: ! ' and '
  191. words_connector: ! ', '
  192. time:
  193. am: am
  194. formats:
  195. default: ! '%a, %d %b %Y %H:%M:%S %z'
  196. long: ! '%d %B, %Y %H:%M'
  197. short: ! '%d %b %H:%M'
  198. pm: pm
  199. # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
  200. activemodel:
  201. errors:
  202. <<: *errors
  203. activerecord:
  204. errors:
  205. <<: *errors
  206. attributes:
  207. batch:
  208. sampletype_id: "Sample type"
  209. process_id: "Process Identifier"
Advertisement
Add Comment
Please, Sign In to add comment