social_stream 2.0.0.beta2 → 2.0.0.beta3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (227) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -0
  3. data/README.rdoc +5 -4
  4. data/Rakefile +1 -1
  5. data/base/app/assets/images/icons/files_ico-50.png +0 -0
  6. data/base/app/assets/images/icons/files_ico-70.png +0 -0
  7. data/base/app/assets/images/logos/medium/group.png +0 -0
  8. data/base/app/assets/images/logos/medium/user.png +0 -0
  9. data/base/app/assets/images/logos/original/group.png +0 -0
  10. data/base/app/assets/images/logos/original/user.png +0 -0
  11. data/base/app/assets/images/logos/small/group.png +0 -0
  12. data/base/app/assets/images/logos/small/user.png +0 -0
  13. data/base/app/assets/javascripts/social_stream/contact.js +23 -56
  14. data/base/app/assets/javascripts/social_stream/object.js +5 -0
  15. data/base/app/assets/javascripts/social_stream/relation_customs.js +1 -1
  16. data/base/app/assets/javascripts/social_stream/wall.js +1 -0
  17. data/base/app/assets/stylesheets/social_stream-base.css.sass +81 -2
  18. data/base/app/assets/stylesheets/social_stream/base/adjust.css.sass +5 -0
  19. data/base/app/assets/stylesheets/social_stream/base/{_adjust.css.sass → adjust/_adjust.css.sass} +1 -5
  20. data/base/app/assets/stylesheets/social_stream/base/adjust/layout/_adjust.css.sass +10 -0
  21. data/base/app/assets/stylesheets/social_stream/base/buttons.css.sass +2 -0
  22. data/base/app/assets/stylesheets/social_stream/base/{_buttons.scss.sass → buttons/_buttons.scss.sass} +0 -0
  23. data/base/app/assets/stylesheets/social_stream/base/contacts.css.sass +10 -0
  24. data/base/app/assets/stylesheets/social_stream/base/contacts/_contacts.css.sass +12 -7
  25. data/base/app/assets/stylesheets/social_stream/base/contacts/layouts/_contacts.css.sass +35 -27
  26. data/base/app/assets/stylesheets/social_stream/base/contacts/responsive/_responsive-1200px-min.css.sass +13 -3
  27. data/base/app/assets/stylesheets/social_stream/base/contacts/responsive/_responsive-767px-max.css.sass +38 -3
  28. data/base/app/assets/stylesheets/social_stream/base/conversation.css.sass +10 -0
  29. data/base/app/assets/stylesheets/social_stream/base/conversation/_conversation.css.sass +3 -3
  30. data/base/app/assets/stylesheets/social_stream/base/conversation/layout/_conversation.css.sass +3 -0
  31. data/base/app/assets/stylesheets/social_stream/base/conversation/responsive/_responsive-767px-max.css.sass +4 -1
  32. data/base/app/assets/stylesheets/social_stream/base/explore.css.sass +18 -0
  33. data/base/app/assets/stylesheets/social_stream/base/explore/_explore.css.sass +8 -3
  34. data/base/app/assets/stylesheets/social_stream/base/explore/layout/_explore-search.css.sass +1 -0
  35. data/base/app/assets/stylesheets/social_stream/base/explore/layout/_explore-timeline.css.sass +9 -5
  36. data/base/app/assets/stylesheets/social_stream/base/explore/layout/_explore.css.sass +4 -5
  37. data/base/app/assets/stylesheets/social_stream/base/explore/responsive/_responsive-1200px-min.css.sass +12 -10
  38. data/base/app/assets/stylesheets/social_stream/base/explore/responsive/_responsive-767px-max.css.sass +2 -0
  39. data/base/app/assets/stylesheets/social_stream/base/explore/responsive/_responsive-768px-979px.css.sass +2 -0
  40. data/base/app/assets/stylesheets/social_stream/base/footer.css.sass +2 -0
  41. data/base/app/assets/stylesheets/social_stream/base/footer/layout/_footer.css.sass +4 -3
  42. data/base/app/assets/stylesheets/social_stream/base/frontpage_devise.css.sass +16 -0
  43. data/base/app/assets/stylesheets/social_stream/base/groups/_groups.css.sass +17 -0
  44. data/base/app/assets/stylesheets/social_stream/base/{_groups.css.sass → groups/layout/_groups.css.sass} +2 -7
  45. data/base/app/assets/stylesheets/social_stream/base/icons.css.sass +2 -0
  46. data/base/app/assets/stylesheets/social_stream/base/icons/icon.css.css +52 -38
  47. data/base/app/assets/stylesheets/social_stream/base/jquery-ui.css.sass +10 -0
  48. data/base/app/assets/stylesheets/social_stream/base/{_jquery-ui.css.sass → jquery-ui/_jquery-ui.css.sass} +0 -0
  49. data/base/app/assets/stylesheets/social_stream/base/layouts.css.sass +2 -0
  50. data/base/app/assets/stylesheets/social_stream/base/layouts/_header.css.sass +10 -5
  51. data/base/app/assets/stylesheets/social_stream/base/layouts/_layout.css.sass +4 -2
  52. data/base/app/assets/stylesheets/social_stream/base/logo.css.sass +7 -0
  53. data/base/app/assets/stylesheets/social_stream/base/mixins.css.sass +10 -0
  54. data/base/app/assets/stylesheets/social_stream/base/mixins/_buttons.css.sass +11 -12
  55. data/base/app/assets/stylesheets/social_stream/base/mixins/_colorfont.css.sass +2 -1
  56. data/base/app/assets/stylesheets/social_stream/base/notifications.css.sass +10 -0
  57. data/base/app/assets/stylesheets/social_stream/base/profile.css.sass +10 -0
  58. data/base/app/assets/stylesheets/social_stream/base/profile/_profile.css.sass +29 -19
  59. data/base/app/assets/stylesheets/social_stream/base/profile/layout/_profile.css.sass +42 -47
  60. data/base/app/assets/stylesheets/social_stream/base/profile/responsive/_responsive-1200px-min.css.sass +2 -4
  61. data/base/app/assets/stylesheets/social_stream/base/profile/responsive/_responsive-767px-max.css.sass +12 -4
  62. data/base/app/assets/stylesheets/social_stream/base/profile/responsive/_responsive-768px-979px.css.sass +4 -5
  63. data/base/app/assets/stylesheets/social_stream/base/responsive.css.sass +6 -0
  64. data/base/app/assets/stylesheets/social_stream/base/responsive/_responsive-1200px-min.css.sass +7 -4
  65. data/base/app/assets/stylesheets/social_stream/base/responsive/_responsive-767px-max.css.sass +1 -2
  66. data/base/app/assets/stylesheets/social_stream/base/responsive/_responsive-768px-979px.css.sass +4 -1
  67. data/base/app/assets/stylesheets/social_stream/base/search.css.sass +2 -0
  68. data/base/app/assets/stylesheets/social_stream/base/select2.css.sass +5 -0
  69. data/base/app/assets/stylesheets/social_stream/base/settings.css.sass +10 -0
  70. data/base/app/assets/stylesheets/social_stream/base/settings/_settings.css.sass +1 -2
  71. data/base/app/assets/stylesheets/social_stream/base/settings/layout/_settings.css.sass +5 -0
  72. data/base/app/assets/stylesheets/social_stream/base/settings/responsive/_responsive-767px-max.css.sass +2 -1
  73. data/base/app/assets/stylesheets/social_stream/base/settings/responsive/_responsive-768px-979px.css.sass +4 -2
  74. data/base/app/assets/stylesheets/social_stream/base/sidebar.css.sass +8 -0
  75. data/base/app/assets/stylesheets/social_stream/base/sidebar/_sidebar.css.sass +1 -1
  76. data/base/app/assets/stylesheets/social_stream/base/sidebar/layout/_sidebar.css.sass +4 -1
  77. data/base/app/assets/stylesheets/social_stream/base/timeline.css.sass +14 -0
  78. data/base/app/assets/stylesheets/social_stream/base/timeline/_timeline.css.sass +4 -9
  79. data/base/app/assets/stylesheets/social_stream/base/timeline/_wrapper_activities.css.sass +4 -2
  80. data/base/app/assets/stylesheets/social_stream/base/timeline/layout/_timeline.css.sass +34 -0
  81. data/base/app/assets/stylesheets/social_stream/base/timeline/responsive/_responsive-1200px-min.css.sass +14 -0
  82. data/base/app/assets/stylesheets/social_stream/base/timeline/responsive/_responsive-767px-max.css.sass +28 -0
  83. data/base/app/assets/stylesheets/social_stream/base/timeline/responsive/_responsive-768px-979px.css.sass +14 -0
  84. data/base/app/assets/stylesheets/social_stream/base/toolbar.css.sass +10 -0
  85. data/base/app/assets/stylesheets/social_stream/base/toolbar/_toolbar.css.sass +28 -8
  86. data/base/app/assets/stylesheets/social_stream/base/toolbar/responsive/_responsive-1200px-min.css.sass +1 -2
  87. data/base/app/assets/stylesheets/social_stream/base/toolbar/responsive/_responsive-767px-max.css.sass +14 -2
  88. data/base/app/assets/stylesheets/social_stream/bootstrap-rewrite/_button-groups.scss +1 -1
  89. data/base/app/assets/stylesheets/social_stream/bootstrap-rewrite/_forms.scss +8 -0
  90. data/base/app/assets/stylesheets/social_stream/bootstrap-rewrite/_nav.scss +4 -0
  91. data/base/app/assets/stylesheets/social_stream/fonts/JosefinSlabOverlay.ttf +0 -0
  92. data/base/app/assets/stylesheets/social_stream/fonts/JosefinSlabRegular-Outline.ttf +0 -0
  93. data/base/app/assets/stylesheets/social_stream/fonts/JosefinSlabRegular.ttf +0 -0
  94. data/base/app/assets/stylesheets/social_stream/fonts/colorfont.css +4 -4
  95. data/base/app/assets/stylesheets/social_stream/fonts/fonts.css +4 -4
  96. data/base/app/assets/stylesheets/social_stream/fonts/social-stream:fonts:colorfont.css.sass +5 -0
  97. data/base/app/assets/stylesheets/social_stream/fonts/social-stream:fonts:fonts.css.sass +5 -0
  98. data/base/app/controllers/repositories_controller.rb +2 -3
  99. data/base/app/helpers/contacts_helper.rb +30 -17
  100. data/base/app/models/activity_object.rb +16 -17
  101. data/base/app/models/profile.rb +0 -4
  102. data/base/app/views/activities/_root.html.erb +1 -1
  103. data/base/app/views/activities/_timeline_modal.html.erb +2 -2
  104. data/base/app/views/contacts/_contact.html.erb +2 -2
  105. data/base/app/views/contacts/index.html.erb +6 -0
  106. data/base/app/views/explore/_followed.html.erb +6 -6
  107. data/base/app/views/groups/{_new.html.erb → _form.html.erb} +4 -7
  108. data/base/app/views/groups/_new_modal.html.erb +11 -0
  109. data/base/app/views/groups/new.html.erb +5 -1
  110. data/base/app/views/layouts/_footer.html.erb +1 -1
  111. data/base/app/views/layouts/application.html.erb +7 -8
  112. data/base/app/views/profiles/_avatar.html.erb +9 -9
  113. data/base/app/views/profiles/_comunication-info.html.erb +8 -8
  114. data/base/app/views/profiles/_experience.html.erb +15 -15
  115. data/base/app/views/profiles/_personal.html.erb +13 -12
  116. data/base/app/views/profiles/_profile.html.erb +33 -26
  117. data/base/app/views/profiles/_tags.html.erb +8 -12
  118. data/base/app/views/subjects/_subject.html.erb +1 -1
  119. data/base/app/views/toolbar/_logo.html.erb +6 -7
  120. data/base/app/views/toolbar/_profile.html.erb +9 -12
  121. data/base/config/locales/en.yml +462 -444
  122. data/base/config/locales/es.yml +464 -461
  123. data/base/config/locales/pt.yml +504 -379
  124. data/base/config/locales/zh.yml +479 -409
  125. data/base/lib/social_stream/base/version.rb +1 -1
  126. data/base/lib/social_stream/population/actor.rb +10 -0
  127. data/base/lib/social_stream/search.rb +11 -2
  128. data/base/lib/tasks/db/populate.rake +57 -16
  129. data/base/social_stream-base.gemspec +1 -1
  130. data/base/spec/views/profiles_spec.rb +5 -3
  131. data/documents/app/assets/javascripts/social_stream/audio.js.erb +5 -5
  132. data/documents/app/assets/javascripts/social_stream/documents.timeline.js +24 -6
  133. data/documents/app/assets/javascripts/social_stream/documents.wall.js +37 -32
  134. data/documents/app/assets/javascripts/social_stream/video.js +33 -0
  135. data/documents/app/assets/stylesheets/social_stream/documents/create/layout/_new.css.sass +3 -0
  136. data/documents/app/assets/stylesheets/social_stream/documents/documents/layout/_documents.css.sass +12 -7
  137. data/documents/app/assets/stylesheets/social_stream/documents/responsive/_responsive-1200px-min.css.sass +8 -1
  138. data/documents/app/assets/stylesheets/social_stream/documents/responsive/_responsive-767px-max.css.sass +27 -2
  139. data/documents/app/assets/stylesheets/social_stream/documents/show/_show.css.sass +29 -0
  140. data/documents/app/assets/stylesheets/social_stream/documents/show/layout/_show.css.sass +36 -0
  141. data/documents/app/assets/stylesheets/social_stream/documents/timeline/_audios.css.sass +27 -12
  142. data/documents/app/views/audios/_audio_processed.html.erb +5 -46
  143. data/documents/app/views/audios/_audio_show.html.erb +16 -57
  144. data/documents/app/views/audios/_player.html.erb +42 -0
  145. data/documents/app/views/common_documents/_index.html.erb +3 -5
  146. data/documents/app/views/videos/_player.html.erb +36 -0
  147. data/documents/app/views/videos/_video_processed.html.erb +5 -43
  148. data/documents/app/views/videos/_video_show.html.erb +10 -60
  149. data/documents/config/locales/en.yml +67 -67
  150. data/documents/config/locales/es.yml +67 -64
  151. data/documents/config/locales/zh.yml +90 -0
  152. data/documents/lib/generators/social_stream/documents/templates/initializer.rb +1 -1
  153. data/documents/lib/social_stream-documents.rb +1 -1
  154. data/documents/lib/social_stream/documents/version.rb +1 -1
  155. data/documents/social_stream-documents.gemspec +1 -1
  156. data/events/app/assets/javascripts/social_stream/fullcalendar.js +14 -2
  157. data/events/app/assets/stylesheets/social_stream/events/responsive/_responsive-767px-max.css.sass +12 -9
  158. data/events/app/controllers/events_controller.rb +7 -1
  159. data/events/app/views/events/_details.html.erb +18 -16
  160. data/events/app/views/events/_show_modal.html.erb +10 -0
  161. data/events/app/views/sidebar/_calendar.html.erb +1 -1
  162. data/events/config/locales/en.yml +32 -31
  163. data/events/config/locales/es.yml +32 -32
  164. data/events/config/locales/zh.yml +57 -0
  165. data/events/lib/social_stream/events/version.rb +1 -1
  166. data/events/social_stream-events.gemspec +1 -1
  167. data/lib/social_stream/components.rb +4 -0
  168. data/lib/social_stream/version.rb +1 -1
  169. data/lib/tasks/i18n.rake +55 -0
  170. data/linkser/app/assets/javascripts/social_stream/linkser.wall.js +12 -6
  171. data/linkser/app/assets/stylesheets/social_stream/linkser/repository/layout/_repository.css.sass +1 -0
  172. data/linkser/app/assets/stylesheets/social_stream/linkser/timeline/layout/_timeline-link.css.sass +6 -1
  173. data/linkser/app/views/links/_new_activity.html.erb +0 -1
  174. data/linkser/app/views/links/_timeline.html.erb +1 -1
  175. data/linkser/config/locales/en.yml +12 -11
  176. data/linkser/config/locales/es.yml +12 -11
  177. data/linkser/config/locales/zh.yml +17 -0
  178. data/linkser/lib/social_stream/linkser/version.rb +1 -1
  179. data/linkser/social_stream-linkser.gemspec +1 -1
  180. data/linkser/vendor/assets/jplayer.blue.monday.video.play.hover.png +0 -0
  181. data/linkser/vendor/assets/jplayer.blue.monday.video.play.png +0 -0
  182. data/linkser/vendor/assets/stylesheets/jplayer.blue.monday.png +0 -0
  183. data/oauth2_server/app/assets/stylesheets/social_stream/oauth2_server/applications/_applications-oauth2server.css.sass +1 -1
  184. data/oauth2_server/app/assets/stylesheets/social_stream/oauth2_server/show/_show-oauth2server.css.sass +1 -1
  185. data/oauth2_server/app/views/site/clients/show.html.erb +5 -1
  186. data/oauth2_server/config/locales/en.yml +16 -15
  187. data/oauth2_server/config/locales/es.yml +20 -19
  188. data/oauth2_server/config/locales/zh.yml +30 -0
  189. data/oauth2_server/lib/social_stream/oauth2_server/version.rb +1 -1
  190. data/oauth2_server/social_stream-oauth2_server.gemspec +1 -1
  191. data/ostatus/Rakefile +1 -2
  192. data/ostatus/config/locales/en.yml +34 -33
  193. data/ostatus/config/locales/zh.yml +35 -0
  194. data/ostatus/lib/social_stream/ostatus/version.rb +1 -1
  195. data/ostatus/social_stream-ostatus.gemspec +1 -1
  196. data/places/config/locales/en.yml +58 -67
  197. data/places/config/locales/es.yml +60 -61
  198. data/presence/app/assets/stylesheets/social_stream/presence/_toolbar-chat.css.sass +2 -2
  199. data/presence/config/locales/en.yml +45 -43
  200. data/presence/config/locales/es.yml +45 -43
  201. data/presence/config/locales/zh.yml +69 -0
  202. data/presence/lib/social_stream/presence/version.rb +1 -1
  203. data/presence/social_stream-presence.gemspec +1 -1
  204. data/social_stream.gemspec +7 -7
  205. metadata +68 -44
  206. data/base/app/assets/stylesheets/social_stream/fonts/BreeSerif-Regular.ttf +0 -0
  207. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP-Original.ttf +0 -0
  208. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP-Outline.ttf +0 -0
  209. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP-Overlay.ttf +0 -0
  210. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP/DIN_OSP-Original.ttf +0 -0
  211. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP/DIN_OSP-Outline.ttf +0 -0
  212. data/base/app/assets/stylesheets/social_stream/fonts/DIN_OSP/DIN_OSP-Overlay.ttf +0 -0
  213. data/base/app/assets/stylesheets/social_stream/fonts/RockSalt.ttf +0 -0
  214. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SIL OFL Font License - Source Sans Pro.txt +0 -93
  215. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-Black.otf +0 -0
  216. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-BlackIt.otf +0 -0
  217. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-Bold.otf +0 -0
  218. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-BoldIt.otf +0 -0
  219. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-ExtraLight.otf +0 -0
  220. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-ExtraLightIt.otf +0 -0
  221. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-It.otf +0 -0
  222. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-Light.otf +0 -0
  223. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-LightIt.otf +0 -0
  224. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-Regular.otf +0 -0
  225. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-Semibold.otf +0 -0
  226. data/base/app/assets/stylesheets/social_stream/fonts/source-sans-pro/SourceSansPro-SemiboldIt.otf +0 -0
  227. data/documents/app/assets/javascripts/social_stream/video.js.erb +0 -42
@@ -1,552 +1,622 @@
1
+ ---
1
2
  zh:
2
- language_name: "中文"
3
+ language_name: 中文
3
4
  actor:
4
- name: "姓名"
5
+ name: 姓名
5
6
  action:
6
- send: "送出"
7
- accept: "接收"
7
+ send: 送出
8
+ accept: 接收
8
9
  account:
9
- cancel: "取消帐号"
10
- edit: "编辑帐号"
11
- email:
12
- change: "更改邮箱地址"
13
- lang:
14
- change: "切换语言"
15
- one: "帐号"
10
+ cancel: 取消帐号
11
+ edit: 编辑帐号
12
+ email:
13
+ change: 更改邮箱地址
14
+ lang:
15
+ change: 切换语言
16
+ one: 帐号
16
17
  password:
17
- change: "修改密码"
18
- new: "新密码"
19
- retype: "再次输入新密码"
20
- privacy: "私隐"
18
+ change: 修改密码
19
+ new: 新密码
20
+ retype: 再次输入新密码
21
21
  activerecord:
22
22
  attributes:
23
23
  contact:
24
- relation_ids: "联系方式"
24
+ relation_ids: 联系方式
25
25
  relation/custom:
26
- name: "姓名"
26
+ name: 姓名
27
27
  user:
28
- email: "邮箱"
29
- name: "姓名"
30
- password: "密码"
31
- password_confirmation: "确定密码"
32
- remember_me: "记住我"
28
+ email: 邮箱
29
+ name: 姓名
30
+ password: 密码
31
+ password_confirmation: 确定密码
32
+ remember_me: 记住我
33
33
  activity:
34
34
  audience:
35
35
  hidden:
36
- summary: "禁止"
37
- full: "连接分享 %{audience}"
36
+ summary: 禁止
37
+ full: 连接分享 %{audience}
38
38
  public:
39
- summary: "公开"
40
- full: "分享给网络"
41
- show: "展示"
39
+ summary: 公开
40
+ full: 分享给网络
41
+ show: 展示
42
42
  visible:
43
- summary: "禁止"
44
- full: "分享 %{audience}"
45
- confirm_delete: "刪除活动?"
46
- delete: "删除"
47
- last: "次前活动"
48
- like: "我喜爱"
43
+ summary: 禁止
44
+ full: 分享 %{audience}
45
+ confirm_delete: 刪除活动?
46
+ delete: 删除
47
+ last: 次前活动
48
+ like: 我喜爱
49
49
  like_sentence:
50
- one: "%{likers} 喜欢这个"
51
- other: "%{likers} 喜欢这个"
52
- more:
53
- one: "一个活动"
54
- other: "很多活动"
50
+ one: '%{likers} 喜欢这个'
51
+ other: '%{likers} 喜欢这个'
52
+ one: 一个活动
53
+ other: 很多活动
55
54
  privacy:
56
- myself:
57
- contacts:
58
- group: "所有会员"
59
- user: "发送给"
60
- outside:
61
- contacts:
62
- group: "会员的 %{receiver}"
63
- user: "联系的 %{receiver}"
64
- sending: "传送中"
55
+ contact:
56
+ myself:
57
+ group: 所有成员All members
58
+ user: 您的联系人Your contacts
59
+ outside:
60
+ group: 来自%{receiver}的成员Members of
61
+ user: 来自%{receiver}的联系人Contacts of
62
+ relation:
63
+ one: '%{count} 小组group'
64
+ other: '%{count} 多个小组groups'
65
+ sending: 传送中
65
66
  stream:
66
- atom_title: "%{subject}的活动流"
67
+ atom_title: '%{subject}的活动流'
67
68
  title:
68
- follow: "%{author}已加了%{activity_object}為关连"
69
- like: "%{author}喜欢%{activity_object}"
70
- make-friend: "%{author}还加了%{activity_object}为关连"
71
- post: "%{author}发布了%{activity_object}"
72
- updated: "%{author}更新了%{activity_object}"
73
- title: "活动"
74
- to_comment: "评论"
75
- unlike: "我不再喜欢了"
69
+ follow: '%{author}已加了%{activity_object}為关连'
70
+ like: '%{author}喜欢%{activity_object}'
71
+ make-friend: '%{author}还加了%{activity_object}为关连'
72
+ post: '%{author}发布了%{activity_object}'
73
+ updated: '%{author}更新了%{activity_object}'
74
+ title: 活动
75
+ to_comment: 评论
76
+ unlike: 我不再喜欢了
76
77
  verb:
77
78
  follow:
78
79
  User:
79
- title: "%{subject} 已加 %{contact} 作为联络."
80
- message: "%{name} 已加您作为联系人."
80
+ title: '%{subject} 已加 %{contact} 作为联络.'
81
+ message: '%{name} 已加您作为联系人.'
81
82
  Group:
82
- title: "%{subject} 已加 %{contact} 作为联络."
83
- message: "%{name} 已加您作为联络."
83
+ title: '%{subject} 已加 %{contact} 作为联络.'
84
+ message: '%{name} 已加您作为联络.'
84
85
  like:
85
86
  User:
86
- title: "%{subject} 已成为粉丝 %{contact}."
87
- message: "%{name} 已成为你的粉丝."
87
+ title: '%{subject} 已成为粉丝 %{contact}.'
88
+ message: '%{name} 已成为你的粉丝.'
88
89
  Group:
89
- title: "%{subject} 已成为粉丝 %{contact}."
90
- message: "%{name} 已成为你的粉丝."
90
+ title: '%{subject} 已成为粉丝 %{contact}.'
91
+ message: '%{name} 已成为你的粉丝.'
91
92
  make-friend:
92
93
  User:
93
- title: "%{subject} 和 %{contact} 现已連结."
94
- message: "%{姓名} 已加您作为联系人."
94
+ title: '%{subject} 和 %{contact} 现已連结.'
95
+ message: '%{姓名} 已加您作为联系人.'
95
96
  Group:
96
- title: "%{subject} 已加 %{contact} 联络."
97
- message: "%{name} 已加您作为联系人."
97
+ title: '%{subject} 已加 %{contact} 联络.'
98
+ message: '%{name} 已加您作为联系人.'
98
99
  post:
99
100
  title:
100
- other_wall: "%{sender} → %{receiver}"
101
+ other_wall: '%{sender} → %{receiver}'
102
+ join:
103
+ one: '%{sender} 加入了joined the %{title} %{thing}.'
104
+ share: 分享Share
101
105
  activity_action:
102
- follow: "关注"
106
+ follow: 关注
103
107
  sentence:
104
108
  follow:
105
- one: "%{followers} 关注这个"
106
- other: "%{followers} 关注这个"
109
+ one: '%{followers} 关注这个'
110
+ other: '%{followers} 关注这个'
107
111
  more:
108
- one: "%{count} 一个人"
109
- other: "%{count} 再多些人"
110
- unfollow: "不再关注"
111
- browse: "浏览"
112
+ one: '%{count} 一个人'
113
+ other: '%{count} 再多些人'
114
+ unfollow: 不再关注
115
+ browse: 浏览
112
116
  button:
113
- cancel: "取消"
114
- create: "创建"
115
- save: "保存"
116
- update: "更新"
117
+ cancel: 取消
118
+ create: 创建
119
+ save: 保存
120
+ update: 更新
117
121
  cheesecake:
118
122
  changes:
119
- details: "更改详情"
120
- none: "沒有更改"
121
- save: "保存更改"
122
- saving: "保存中..."
123
+ details: 更改详情
124
+ none: 沒有更改
125
+ save: 保存更改
126
+ saving: 保存中...
123
127
  form:
124
- editing: "编辑中..."
128
+ editing: 编辑中...
125
129
  fields:
126
- color: "颜色"
127
- name: "姓名"
128
- permissions: "权限"
129
- subsector: "界别分组"
130
+ color: 颜色
131
+ name: 姓名
132
+ permissions: 权限
133
+ subsector: 界别分组
130
134
  select:
131
- hint: "点击图片以便选择"
135
+ hint: 点击图片以便选择
132
136
  comment:
133
- input: "请填写评论..."
134
- confirm_delete: "删除评论?"
135
- name: "评论"
136
- one: "一篇评论"
137
+ input: 请填写评论...
138
+ confirm_delete: 删除评论?
139
+ name: 评论
140
+ one: 一篇评论
137
141
  title:
138
- one: "评论"
139
- other: "所有评论"
140
- view_all: "查看所有评论 "
142
+ one: 评论
143
+ other: 所有评论
144
+ view_all: '查看所有评论 '
145
+ other: 评论comments
141
146
  contact:
142
- addressbook: "我的通讯录"
143
- all_n: "所有联系(%{count})"
144
- confirm_delete: "刪除联系?"
145
- current: "近期"
146
- delete: "刪除"
147
+ all_n: 所有联系(%{count})
148
+ confirm_delete: 刪除联系?
149
+ current: 近期
150
+ delete: 刪除
147
151
  edit:
148
- title: "编辑联络 %{name}"
149
- submit: "编辑联络"
152
+ title: 编辑联络 %{name}
153
+ submit: 编辑联络
150
154
  error_count:
151
- one: "一个错误导致不能保存这个联络 :"
152
- other: "%{count} 有一些错误导致不能保存这个联络:"
153
- follow: "关注"
154
- following: "关注中"
155
+ one: '一个错误导致不能保存这个联络 :'
156
+ other: '%{count} 有一些错误导致不能保存这个联络:'
157
+ follow: 关注
158
+ following: 关注中
155
159
  graph:
156
- one: "图片"
157
- empty: "对不起, 您沒有任何联系人. 您可以通过查找功能去查找可能认识的朋友!"
160
+ one: 图片
161
+ empty: 对不起, 您沒有任何联系人. 您可以通过查找功能去查找可能认识的朋友!
158
162
  in_common:
159
- one: "一个共同联系人"
160
- other: "%{count} 共同联系人"
163
+ one: 一个共同联系人
164
+ other: '%{count} 共同联系人'
161
165
  new:
162
- link: "+ 加入联络"
163
- title: "加入 %{name} 到您的联系人列表"
164
- menu: "加入联络"
165
- submit: "加入联络"
166
- one: "联络"
167
- other: "联系"
166
+ link: + 加入联络
167
+ title: 加入 %{name} 到您的联系人列表
168
+ menu: 加入联络
169
+ submit: 加入联络
170
+ button:
171
+ zero: 添加Add
172
+ one: '%{count} 关系role'
173
+ other: '%{count} 多个关系roles'
174
+ one: 联络
175
+ other: 联系
168
176
  pending:
169
- other: "暂缓"
170
- all: "所有"
171
- all_n: "查看所有暂缓申请 (%{count})"
177
+ other: 暂缓
178
+ all: 所有
179
+ all_n: 查看所有暂缓申请 (%{count})
172
180
  relation:
173
- one: "联络类别"
174
- new: "新类别"
181
+ one: 联络类别
182
+ new: 新类别
175
183
  reply:
176
- link: "+ 回复联系人"
177
- title: "回复联络申请至 %{name}"
178
- submit: "回复"
179
- link: "+ 回复联系人"
184
+ link: + 回复联系人
185
+ title: 回复联络申请至 %{name}
186
+ submit: 回复
180
187
  suggestion:
181
- one: "建议"
182
- other: "建议"
183
- all: "所有"
188
+ one: 建议
189
+ other: 建议
190
+ all: 所有
184
191
  type:
185
- new: "+ 新类别"
186
- unfollow: "不再关注"
187
- copyright: "2010 版权 - 版权所有"
192
+ new: + 新类别
193
+ unfollow: 不再关注
194
+ empty: 您还没有添加任何人。You have not added anybody yet. What about <a href="%{explore}">随便看看exploring</a>怎么样?
195
+ n:
196
+ one: '%{count} 联系人contact'
197
+ other: '%{count} 多个联系人contacts'
198
+ received: 已收到Received
199
+ saving: 保存中...Saving...
200
+ sent: 已经添加Added
201
+ view_all: 查看所有...View all...
202
+ copyright: 2010 版权 - 版权所有
188
203
  delete:
189
204
  confirm: 刪除 %{element}}?
190
205
  devise:
191
206
  links:
192
- sign_in: "登录"
193
- sign_up: "注册"
194
- forgot_password: "忘了您的密码?"
195
- confirmation_instructions: "还没收到激活指引吗?"
196
- unlock_instructions: "还没收到解锁指引吗?"
197
- sign_in_with: "以 %{provider} 登录"
207
+ sign_in: 登录
208
+ sign_up: 注册
209
+ forgot_password: 忘了您的密码?
210
+ confirmation_instructions: 还没收到激活指引吗?
211
+ unlock_instructions: 还没收到解锁指引吗?
212
+ sign_in_with: 以 %{provider} 登录
198
213
  passwords:
199
- confirm: "确认密码"
200
- forgot: "忘了?"
201
- instructions: "请输入你的帐号关联的邮箱, 以便我们给您发送更改指示:"
202
- update: "更改您的密码"
214
+ confirm: 确认密码
215
+ forgot: 忘了?
216
+ instructions: '请输入你的帐号关联的邮箱, 以便我们给您发送更改指示:'
217
+ update: 更改您的密码
203
218
  follower:
204
219
  follower:
205
- title: "粉丝"
220
+ title: 粉丝
206
221
  following:
207
- title: "关注"
222
+ title: 关注
208
223
  n:
209
- one: "一个粉丝"
210
- other: "%{count} 粉丝"
211
- forgot_password: "忘了您的密码吗?"
224
+ one: 一个粉丝
225
+ other: '%{count} 粉丝'
226
+ forgot_password: 忘了您的密码吗?
212
227
  frontpage:
213
- collaborate:
214
- default: "合作"
215
- sentence1: "组织您的习作和活动"
216
- sentence2: "参与会议和活动"
217
- sentence3: "创建您的群组和会议"
218
- elements:
219
- comments: "评论"
220
- conferences: "发布会"
221
- networks: "社交网络"
222
- organizers: "主办单位"
223
- participants: "参加者"
224
- groups: "群组"
225
- tags: "标记"
226
- main_title: "社交视频互动是我们建立社交网的核心."
227
- meet:
228
- default: "认识"
229
- sentence1: "认识有趣的人和群组"
230
- sentence2: " 寻找于你相关的最新活动"
231
- register: "请注册!"
232
- share:
233
- default: "分享"
234
- sentence1: " 您的习作和活动"
235
- sentence2: "近况, 照片, 音频 和 视频"
236
- stats: "%{users} 用户 和 %{groups} 已注册的群组"
228
+ main_title: 社交视频互动是我们建立社交网的核心.
229
+ stats: '%{users} 用户 和 %{groups} 已注册的群组'
230
+ presentation:
231
+ modular:
232
+ header: 模块Modular
233
+ p: 可用的Available <a href="https://github.com/ging/social_stream#social-stream-components">Social Stream配件Social
234
+ Stream components</a> 只为您提供您社交网络所需要的功能。只需添加您喜欢的Gems到您的Gemfile.provide your application only with the features you
235
+ need in your social network. Just add your desired gems to your Gemfile
236
+ flexible:
237
+ header: 灵活灵便Flexible
238
+ p: 完全地个性化定制您的社交网络Completely customize your social network <a href="https://github.com/ging/social_stream/wiki/How-to-change-controllers%2C-models%2C-views%2C-assets-and-locales">更改任何一个Scial Stream组建changing
239
+ any Social Stream component</a>, <a href="https://github.com/ging/social_stream/wiki/How-to-add-new-activity-objects">添加新的活动对象adding
240
+ new activity objects</a> 或者使用CSS更改Sass.or changing the CSS using <a href="http://sass-lang.com/">Sass</a>
241
+ community:
242
+ header: 社区Community
243
+ p: Social Stream的开发者社区正在茁壮成长。如果您有什么问题,可以在<a href="http://groups.google.com/group/social-stream">Social
244
+ Stream's Google group</a> 或者 <a href="http://stackoverflow.com/questions/tagged/social-stream">StackOverflow</a>给我们留言。
245
+ 如果您发现有缺陷<a href="https://github.com/ging/social_stream/issues/new">提交一个问题</a>. 随时欢迎各种请求Pull request are very welcomed!
237
246
  group:
238
- one: "群组"
239
- other: "群组"
240
- all: "所有群组"
241
- all_n: "所有群组 (%{count})"
242
- by: "被群组"
247
+ one: 群组
248
+ other: 群组
249
+ all: 所有群组
250
+ all_n: 所有群组 (%{count})
251
+ by: 被群组
243
252
  destroy:
244
- one: "删除群组"
245
- explanation: "所有和这个群组相关的活动的资料和联系会被删除!"
246
- go_ahead: "是, 我肯定. 删除所有東西!"
247
- last_confirm: "这是您最后机会. 您肯定吗?"
253
+ one: 删除群组
254
+ explanation: 所有和这个群组相关的活动的资料和联系会被删除!
255
+ go_ahead: 是, 我肯定. 删除所有東西!
256
+ last_confirm: 这是您最后机会. 您肯定吗?
248
257
  form:
249
- title: "群组"
250
- input: "这个群组叫什么名称?"
251
- last: "最後的群组"
252
- my: "我的群组"
258
+ title: 群组
259
+ input: 这个群组叫什么名称?
260
+ last: 最後的群组
261
+ my: 我的群组
253
262
  new:
254
- action: "新群组"
255
- name: "名称"
256
- description: "描述"
257
- participants: "参与者"
258
- cloud: "群组标记云"
263
+ link: 新群组
264
+ name: 名称
265
+ description: 描述
266
+ participants: 参与者
267
+ title: 新群组
268
+ cloud: 群组标记云
259
269
  most:
260
- followed: "最多人关注"
261
- liked: "最受欢迎"
262
- tags: "标记"
270
+ followed: 最多人关注
271
+ liked: 最受欢迎
272
+ tags: 标记
263
273
  title:
264
- one: "群组"
265
- other: "群组们"
266
- help: "帮助"
274
+ one: 群组
275
+ other: 群组们
276
+ n:
277
+ one: '%{count} 群group'
278
+ other: '%{count} 多个群groups'
279
+ view_all: 查看所有...View all...
280
+ help: 帮助
267
281
  helpers:
268
282
  submit:
269
283
  relation_custom:
270
- create: "保存"
271
- update: "更新"
272
- home: "主页"
284
+ create: 保存
285
+ update: 更新
286
+ home: 主页
273
287
  inbox:
274
- one: "收件箱"
288
+ one: 收件箱
275
289
  invitation:
276
- e-mails: "电子邮箱"
277
- error: "您的申请未能被处理. 请确定您的邮箱地址是否正确无误."
278
- invited: "%{sender} 已邀请您到 %{site}!"
279
- join: "邀请其他人加入 %{site}!"
280
- join_me: "跟我一起在 %{site}!"
281
- one: "邀请"
282
- other: "邀请"
283
- toolbar: "邀请"
284
- success: "您的邀请已成功发送"
285
- text: "写上您的讯息"
290
+ e-mails: 电子邮箱
291
+ error: 您的申请未能被处理. 请确定您的邮箱地址是否正确无误.
292
+ invited: '%{sender} 已邀请您到 %{site}!'
293
+ join: 邀请其他人加入 %{site}!
294
+ join_me: 跟我一起在 %{site}!
295
+ one: 邀请
296
+ other: 邀请
297
+ toolbar: 邀请
298
+ success: 您的邀请已成功发送
299
+ text: 写上您的讯息
286
300
  like:
287
301
  n:
288
- one: "一个粉丝"
289
- other: "%{count} 粉丝们"
302
+ one: 一个粉丝
303
+ other: '%{count} 粉丝们'
290
304
  location:
291
- message: "您在此 > %{location}"
292
- base: "您在此"
293
- separator: " > "
305
+ message: 您在此 > %{location}
306
+ base: 您在此
307
+ separator: ' > '
294
308
  mailboxer:
295
- delete: "刪除"
296
- delete_confirm: "您要把 '%{object}' 移除到垃圾桶?"
309
+ delete: 刪除
310
+ delete_confirm: 您要把 '%{object}' 移除到垃圾桶?
297
311
  form:
298
- body: "主体"
299
- recipients: "收件人"
300
- subject: "主题"
301
- mark_as_read: "标记已读"
312
+ body: 主体
313
+ recipients: 收件人
314
+ subject: 主题
315
+ mark_as_read: 标记已读
302
316
  message_mailer:
303
- has_sent_new:
304
- event: "己发送新讯息 %{receiver}"
305
- group: "己发送新讯息 %{receiver}"
306
- user: "己给您发送新讯息"
307
- has_sent_reply:
308
- event: "已给您回复 %{receiver}"
309
- group: "已给您回复 %{receiver}"
310
- user: "已给您回复"
311
- subject_new: "%{subject}"
312
- subject_reply: "%{subject}"
317
+ has_sent_new:
318
+ event: 己发送新讯息 %{receiver}
319
+ group: 己发送新讯息 %{receiver}
320
+ user: 己给您发送新讯息
321
+ has_sent_reply:
322
+ event: 已给您回复 %{receiver}
323
+ group: 已给您回复 %{receiver}
324
+ user: 已给您回复
325
+ subject_new: '%{subject}'
326
+ subject_reply: '%{subject}'
313
327
  notification_mailer:
314
- subject: "%{subject}"
315
- reply: "回复"
316
- send: "发送讯息"
317
- sent: "您的讯息已发送"
328
+ subject: '%{subject}'
329
+ reply: 回复
330
+ send: 发送讯息
331
+ sent: 您的讯息已发送
318
332
  menu:
319
- options: "菜單选择"
320
- information: "个人资料"
321
- wall: "最新發佈"
333
+ options: 菜單选择
334
+ information: 个人资料
335
+ wall: 最新發佈
322
336
  message:
323
- answer: "写上答案"
324
- inbox: "收件箱"
325
- look: "请留意这个对话"
326
- new: "新讯息"
327
- one: "讯息"
328
- other: "讯息"
329
- participants: "参与者"
330
- send: "发送讯息"
331
- sentbox: "寄件备份"
332
- trash: "垃圾桶"
337
+ answer: 写上答案
338
+ inbox: 收件箱
339
+ look: 请留意这个对话
340
+ new: 新讯息
341
+ one: 讯息
342
+ other: 讯息
343
+ participants: 参与者
344
+ send: 发送讯息
345
+ sentbox: 寄件备份
346
+ trash: 垃圾桶
333
347
  notification:
334
- all_text: "在 %{url} 阅读所有內容"
335
- confirm: "确定 %{sender} 作为联络?"
336
- default: "您有新通知"
337
- destroy_sure: "您是否想删除这个通知?"
338
- fan: "%{sender} 现在是 %{whose} 粉丝."
348
+ all_text: 在 %{url} 阅读所有內容
349
+ confirm: 确定 %{sender} 作为联络?
350
+ default: 您有新通知
351
+ destroy_sure: 您是否想删除这个通知?
352
+ fan: '%{sender} 现在是 %{whose} 粉丝.'
339
353
  follow:
340
- chamber: "%{sender} 已加入 %{name}."
341
- group: "%{sender} 已加到 %{who} 作为联络."
342
- user: "%{sender} 已加到 %{who} 作为联络."
343
- hello: "您好 %{receiver},"
344
- join:
345
- one: "%{sender}參加了%{thing}%{title}."
354
+ group: '%{sender} 已加到 %{who} 作为联络.'
355
+ user: '%{sender} 已加到 %{who} 作为联络.'
356
+ hello: 您好 %{receiver},
346
357
  like:
347
- group: "%{sender} 喜欢 %{whose} %{thing}."
348
- user: "%{sender} 喜欢 %{whose} %{thing}."
349
- look: "请看看这个 %{sender} 的最新发布"
358
+ group: '%{sender} 喜欢 %{whose} %{thing}.'
359
+ user: '%{sender} 喜欢 %{whose} %{thing}.'
360
+ look: 请看看这个 %{sender} 的最新发布
350
361
  makefriend:
351
- group: "%{sender} 另加至 %{who} 作为联络."
352
- user: "%{sender} 另加至 %{who} 作为联络."
353
- one: "通知"
354
- other: "通知"
362
+ group: '%{sender} 另加至 %{who} 作为联络.'
363
+ user: '%{sender} 另加至 %{who} 作为联络.'
364
+ one: 通知
365
+ other: 通知
355
366
  post:
356
- group: "%{title} -- %{sender} 發佈給 %{whose} "
357
- user: "%{title} -- %{sender} 發佈給 %{whose} "
358
- read: "标记已读"
359
- read_all: "标记全部已读"
360
- unread: "标记未读"
367
+ group: '%{title} -- %{sender} 發佈給 %{whose} '
368
+ user: '%{title} -- %{sender} 發佈給 %{whose} '
369
+ read: 标记已读
370
+ read_all: 标记全部已读
371
+ unread: 标记未读
361
372
  update:
362
- group: "%{sender} 在 %{whose} 的最新发布已更新 %{thing} "
363
- user: "%{sender} 在 %{whose} 的最新发布已更新 %{thing}"
364
- visit: "浏览 %{url} 和检查您的所有通知."
365
- watch: "在这里 %{url}查看这里"
366
- watch_it: "查看这里!"
373
+ group: '%{sender} 在 %{whose} 的最新发布已更新 %{thing} '
374
+ user: '%{sender} 在 %{whose} 的最新发布已更新 %{thing}'
375
+ visit: 浏览 %{url} 和检查您的所有通知.
376
+ watch: 在这里 %{url}查看这里
377
+ watch_it: 查看这里!
367
378
  who:
368
- group: "%{name}"
369
- user: ""
370
- whose:
371
- group: "%{receiver} 的"
372
- user: "您的"
379
+ group: '%{name}'
380
+ user: 您
381
+ whose:
382
+ group: '%{receiver} 的'
383
+ user: 您的
373
384
  post:
374
- confirm_delete: "删除近況吗?"
385
+ confirm_delete: 删除近況吗?
375
386
  form:
376
- title: "近況"
377
- input: "您有什么近況?"
378
- name: "近況"
379
- one: "一条近況"
387
+ title: 近況
388
+ input: 您有什么近況?
389
+ name: 近況
390
+ one: 一条近況
380
391
  title:
381
- one: "近況"
382
- other: "近況"
392
+ one: 近況
393
+ other: 近況
394
+ other: 多个状态posts
383
395
  preposition:
384
- and: ""
385
- on: "在上"
396
+ and: 和
397
+ true: 在上
386
398
  profile:
387
- one: "个人背景资料"
388
- age: "年齡"
389
- is_on: "有效"
390
- must_be_signed_id: "您必须持有有效证件"
399
+ one: 个人背景资料
400
+ age: 年齡
401
+ is_on: 有效
402
+ must_be_signed_id: 您必须持有有效证件
391
403
  group:
392
- about: "关于我们"
393
- birthday: "周年"
394
- experience: "经验范畴"
395
- info: "群组资料"
396
- tags: "群组标记"
404
+ about: 关于我们
405
+ birthday: 周年
406
+ experience: 经验范畴
407
+ info: 群组资料
408
+ tags: 群组标记
397
409
  user:
398
- about: "关于我"
399
- birthday: "生日"
400
- experience: "经验"
401
- info: "个人资料"
402
- tags: "标记"
403
- actualcity: "上课城市"
404
- address: "地址"
405
- contact: "联络资料"
406
- country: "国家"
407
- email: "邮箱"
408
- empty: "这些空格未填上. 请更新."
409
- fax: "传真"
410
- mobile: "手机"
411
- organization: "组织"
412
- phone: "电话"
413
- profile: "编辑个人背景资料"
410
+ about: 关于我
411
+ birthday: 生日
412
+ experience: 经验
413
+ info: 个人资料
414
+ tags: 标记
415
+ actualcity: 上课城市
416
+ address: 地址
417
+ contact: 联络资料
418
+ country: 国家
419
+ email: 邮箱
420
+ empty: 这些空格未填上. 请更新.
421
+ fax: 传真
422
+ mobile: 手机
423
+ organization: 组织
424
+ phone: 电话
425
+ profile: 编辑个人背景资料
414
426
  tags:
415
- default: "社交, 视频,"
416
- other: "标记"
417
- website: "网站"
427
+ default: 社交, 视频,
428
+ other: 标记
429
+ website: 网站
418
430
  update:
419
- error: "请重组您的个人背景资料:"
420
- success: "您的个人背景资料已更新"
431
+ error: '请重组您的个人背景资料:'
432
+ success: 您的个人背景资料已更新
421
433
  public:
422
- other: "大家"
434
+ other: 大家
423
435
  permission:
424
436
  description:
425
437
  default:
426
438
  brief:
427
- create:
428
- activity: "贴到您的最新发布"
439
+ create:
440
+ activity: 贴到您的最新发布
429
441
  follow:
430
- nil: "关注他们的活动"
442
+ nil: 关注他们的活动
431
443
  read:
432
- activity: "阅读您的最新发布"
444
+ activity: 阅读您的最新发布
433
445
  represent:
434
- nil: "管理"
446
+ nil: 管理
435
447
  notify:
436
- nil: "通知"
448
+ nil: 通知
437
449
  detailed:
438
450
  create:
439
451
  activity:
440
- positive: "他们将会在您的最新发布标贴新的活动"
441
- negative: "他们不能在您的最新发布标贴新的活动"
452
+ positive: 他们将会在您的最新发布标贴新的活动
453
+ negative: 他们不能在您的最新发布标贴新的活动
442
454
  follow:
443
455
  nil:
444
- positive: "已有联系的活动 %{relation} 将出现在您主页的最新发布上"
445
- negative: "已有联系的活动 %{relation} 将不会出现在您主页的最新发布上"
456
+ positive: 已有联系的活动 %{relation} 将出现在您主页的最新发布上
457
+ negative: 已有联系的活动 %{relation} 将不会出现在您主页的最新发布上
446
458
  read:
447
459
  activity:
448
- positive: "他们能夠阅读在您的最新发布的內容, 除了那些有特別联系的分享"
449
- negative: "他们能夠阅读在您的最新发布的內容, 除了那些被标识为公开"
460
+ positive: 他们能夠阅读在您的最新发布的內容, 除了那些有特別联系的分享
461
+ negative: 他们能夠阅读在您的最新发布的內容, 除了那些被标识为公开
450
462
  represent:
451
463
  nil:
452
- positive: "他们将更改环节及作为 %{subject}"
453
- negative: "他们不能更改环节及作为 %{subject}"
464
+ positive: 他们将更改环节及作为 %{subject}
465
+ negative: 他们不能更改环节及作为 %{subject}
454
466
  notify:
455
467
  nil:
456
- positive: "活动将会通知 %{name} 的联系"
457
- negative: "活动将不会通知 %{name} 的联系"
468
+ positive: 活动将会通知 %{name} 的联系
469
+ negative: 活动将不会通知 %{name} 的联系
458
470
  of_relation:
459
- choose: "2. <strong>%{name}</strong>圈內的权限"
471
+ choose: 2. <strong>%{name}</strong>圈內的权限
472
+ postit: 管理您联系人的权限和创建新的关系Manage the permissions of your contacts and create new roles
460
473
  privacy:
461
- intro: "拥有 <strong>%{relation}</strong>级别的联系只容许作出以下行为:"
474
+ intro: '拥有 <strong>%{relation}</strong>级别的联系只容许作出以下行为:'
462
475
  rule:
463
- add: "加上"
464
- title: "私隐规则"
465
- saved: "私隐规则己保存"
476
+ add: 加上
477
+ title: 私隐规则
478
+ saved: 私隐规则己保存
466
479
  relation_custom:
467
- choose: "1. 选择圈子"
468
- confirm_delete: "删除这个圈子?"
469
- delete: "刪除"
470
- edit: "更改名称"
471
- new: "+ 新圈子"
472
- title: "私隐和內容"
480
+ confirm_delete: 删除这个圈子?
481
+ delete: 刪除
482
+ edit: 更改名称
483
+ new: + 新圈子
484
+ title: 私隐和內容
485
+ list:
486
+ title: 关系Roles
473
487
  relation_public:
474
- name: "公众"
488
+ name: 公众
475
489
  representation:
476
- notice: "您的环节已更改. 现在您以%{subject}的身份行动. 请使用右上角菜单回到您的环节"
477
- switch: "转换环节"
478
- required: "(*) 以上空格必須填写"
490
+ notice: 您的环节已更改. 现在您以%{subject}的身份行动. 请使用右上角菜单回到您的环节
491
+ switch: 转换环节
492
+ required: (*) 以上空格必須填写
479
493
  search:
480
- all_results: "查找所有 %{subject} (%{count})"
481
- at_least: "写下最少两个字符"
482
- global:
483
- name: "全球搜查"
494
+ all_results: 查找所有 %{subject} (%{count})
495
+ at_least:
496
+ one: 至少填写Write at least %{count}个字符 character
497
+ other: 至少填写Write at least %{count}个字符 characters
498
+ global:
499
+ name: 全球搜查
484
500
  first_result:
485
- more: "展示首回 %{count} 结果."
486
- one: "首回结果展示中."
487
- query: "查看更多结果 %{query} >"
488
- name: "搜索"
489
- no_subject_found: "沒有搜索到关于 %{subject} 的结果."
490
- nothing: "沒有查询到任何结果"
491
- searching: "查找中: %{query}"
492
- show_all: "所有"
493
- write: "写下您的问题 ..."
494
- wrong: "搜查器发生了问题"
501
+ more: 展示首回 %{count} 结果.
502
+ one: 首回结果展示中.
503
+ query: 查看更多结果 %{query} >
504
+ name: 搜索
505
+ no_subject_found: 沒有搜索到关于 %{subject} 的结果.
506
+ nothing: 沒有查询到任何结果
507
+ searching: '查找中: %{query}'
508
+ show_all: 所有
509
+ write: 写下您的问题 ...
510
+ wrong: 搜查器发生了问题
495
511
  settings:
496
512
  api_key:
497
- briefing: "管理您的API钥匙"
498
- confirm: "您肯定吗?"
499
- empty: "沒有"
500
- explanation: "这是您的的 API 钥匙"
501
- name: "API 钥匙"
502
- regenerate: "重新获取 API 钥匙"
513
+ briefing: 管理您的API钥匙
514
+ confirm: 您肯定吗?
515
+ empty: 沒有
516
+ explanation: 这是您的的 API 钥匙
517
+ name: API 钥匙
518
+ regenerate: 重新获取 API 钥匙
503
519
  cancel_account:
504
- briefing: "让您注销帐号"
520
+ briefing: 让您注销帐号
505
521
  email_change:
506
- briefing: "更改您的邮箱"
522
+ briefing: 更改您的邮箱
507
523
  lang_change:
508
- briefing: "更改您的语言"
509
- name: "更改您的语言"
510
- error: "当您保存更改时, 出现一些错误"
511
- for: "为....设定"
512
- main: "设定"
524
+ briefing: 更改您的语言
525
+ name: 更改您的语言
526
+ error: 当您保存更改时, 出现一些错误
527
+ for: 为....设定
528
+ main: 设定
513
529
  manage:
514
- name: "行政联络"
515
- briefing: "联系设定"
516
- explanation: "更改联系允许"
530
+ name: 行政联络
531
+ briefing: 联系设定
532
+ explanation: 更改联系允许
517
533
  notifications:
518
- briefing: "关于通知行为和邮件提示的设定"
519
- name: "通知"
534
+ briefing: 关于通知行为和邮件提示的设定
535
+ name: 通知
520
536
  by_email:
521
- name: "当我收到通知时发邮件给我"
522
- always: "经常"
523
- never: "永不"
524
- one: "设定"
537
+ name: 当我收到通知时发邮件给我
538
+ always: 经常
539
+ never: 永不
540
+ one: 设定
525
541
  password_change:
526
- briefing: "更改密码"
527
- success: "您的设定已成功更改"
528
- share: "Share"
529
- sign_in: "登录"
530
- sign_out: "退出"
531
- sign_up: "注册"
542
+ briefing: 更改密码
543
+ success: 您的设定已成功更改
544
+ share: 分享Share
545
+ sign_in: 登录
546
+ sign_out: 退出
547
+ sign_up: 注册
532
548
  site:
533
- name: "Gocess.com"
549
+ name: Gocess.com
534
550
  subject:
535
- this_is_you: "这是您!"
536
- sure: "您肯定吗?"
551
+ this_is_you: 这是您!
552
+ sure: 您肯定吗?
537
553
  time:
538
- ago: "%{time} 之前"
539
- unknown: "不明"
554
+ ago: '%{time} 之前'
555
+ unknown: 不明
540
556
  user:
541
- all: "所有用户"
542
- all_n: "所有用户 (%{count})"
543
- by: "被用户"
544
- one: "用户"
545
- other: "用户们"
557
+ all: 所有用户
558
+ all_n: 所有用户 (%{count})
559
+ by: 被用户
560
+ one: 用户
561
+ other: 用户们
546
562
  title:
547
- one: "用户"
548
- other: "用户们"
549
- welcome: "欢迎来到 %{site}!"
563
+ one: 用户
564
+ other: 用户们
565
+ welcome: 欢迎来到 %{site}!
550
566
  lang:
551
- browser: "自动搜查浏览器语言"
552
- none: "语言自主內容"
567
+ browser: 自动搜查浏览器语言
568
+ none: 语言自主內容
569
+ ajax:
570
+ error: 远程服务器中存在错误There was an error in the remote server
571
+ counter:
572
+ like:
573
+ one: <span class="counter">%{count}</span> 喜欢like
574
+ other: <span class="counter">%{count}</span> 喜欢likes
575
+ view:
576
+ one: <span class="counter">%{count}</span> view
577
+ other: <span class="counter">%{count}</span> views
578
+ dropdown:
579
+ notifications: 通知Notifications
580
+ privacy: 隐私Privacy
581
+ settings: 设置Settings
582
+ explore:
583
+ explore:
584
+ most_followed: 最多关注Most followed
585
+ most_popular: 最流行Most popular
586
+ header:
587
+ explore: 浏览Explore
588
+ participants: 参与者Participants
589
+ resources: 资源Resources
590
+ timeline: 时间轴Timeline
591
+ tags: 标签Tags
592
+ search: 搜索Search
593
+ link: 浏览Explore
594
+ or: 或者浏览or Explore
595
+ participants:
596
+ last_active: 最近上线Last active
597
+ last_registered: 最新注册Last registered
598
+ most_members: 最多成员Most members
599
+ registered_since: 从since %{time} 开始
600
+ resources:
601
+ last_uploaded: 最新上传Last uploaded
602
+ most_visited: 最多查看Most viewed
603
+ uploaded_since: 从since %{time} 开始
604
+ search:
605
+ title: 高级搜索Advanced search
606
+ placeholder: 寻找...looking for...
607
+ submit: 搜索Search
608
+ header:
609
+ icon:
610
+ contacts: 联系人Contacts
611
+ home: 主页Home
612
+ messages: 消息Messages
613
+ repository: 栈UnsureRepository
614
+ layout:
615
+ more: 查看更多See more (%{count})
616
+ repository:
617
+ filter: 过滤器filter
618
+ title: 栈UnsureRepository
619
+ order:
620
+ by: 排序Order by
621
+ last_modified: 最近更新Last modified
622
+ most_popular: 最流行Most popular