Guest User

Untitled

a guest
Feb 21st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.22 KB | None | 0 0
  1. fr:
  2. activerecord:
  3. models:
  4. room: Room
  5. attributes:
  6. room:
  7. name: Room name
  8. description: Room description
  9. max_size: Room size limit
  10. color_scheme_id: Choose color scheme
  11. background_color: Choose background color
  12. logo: Choose logo
  13. user:
  14. firstname: First name
  15. lastname: Last name
  16. email: Email
  17. login: User name
  18. job_title: Job title
  19. company: Company
  20. phone: Business phone
  21. cellphone: Cell phone
  22. im: IM
  23. locale: Language
  24. avatar: Photo
  25. errors:
  26. models:
  27. user:
  28. attributes:
  29. firstname:
  30. too_long: is too long
  31. lastname:
  32. too_long: is too long
  33. support:
  34. array:
  35. sentence_connector: and
  36.  
  37. general:
  38. save: Save
  39. continue: Continue
  40. cancel: Cancel
  41. welcome: "Welcome, {{username}}!"
  42. save_changes: Save changes
  43. at: at
  44. in: in
  45. ok: OK
  46. post: Post
  47.  
  48. signup:
  49. signup: Sign up
  50. login: Sign in
  51. logout: Sign out
  52.  
  53. # Dashboard sidebar
  54. dashboard:
  55. sidebar:
  56. rooms: Rooms
  57. members: Members
  58. settings: Settings
  59. account: Account
  60. reports: Reports
  61. my_profile: My profile
  62.  
  63. help: Help
  64.  
  65. rooms:
  66. new: Add a new room
  67. name: Room name
  68. description: Room description
  69. size_limit: Room size limit
  70.  
  71. filter_by: Filter rooms by
  72. filter:
  73. all: All rooms
  74. active: Active rooms
  75. updated_this_week: Rooms updated this week
  76. updated_this_month: Rooms updated this month
  77. archived: Archived rooms
  78.  
  79. sort_by: Sort by
  80. sort:
  81. a_to_z: A to Z
  82. last_updated: Last updated
  83.  
  84. no_rooms: You have not created any rooms yet.
  85.  
  86. sidebar:
  87. documents: Documents
  88. message_board: Message board
  89. categories: Categories
  90. filter: Filter
  91. all_documents: All Documents
  92. search: Search
  93. status: Status
  94. before: Before
  95. after: After
  96. by: By
  97. room:
  98. last_update: "Last udpated on {{last_updated_at}}"
  99. used_space: "{{amount}}MB used"
  100. display_room: Open this room
  101. display_members: Members
  102. customize: Customize
  103. archive: Archive
  104. delete: Delete this room
  105. confirm_archive: Are you sure you want to archive this room?
  106. confirm_delete: Are you sure you want to delete this room? This action cannot be undone, you will lose all the files stored in this room.
  107. progress:
  108. describe: Describe your new room
  109. customize: Customize room
  110. add_users: Add users to room
  111. add_category: Add category
  112. add_status: Add status
  113. document_categories: Document categories
  114. document_status: Document status
  115. no_categories: No categories have been set up yet
  116. no_states: No status has been set up yet
  117.  
  118. members:
  119. add_new: Add a new member
  120. new: New member
  121. no_members: You have not added any members yet.
  122. permissions: Set member's permissions
  123. filter_by: Filter members by
  124. filter:
  125. all: All members
  126. company: Filter by company
  127. sort_by: Sort members by
  128. sort:
  129. lastname: Last name
  130. company: Company
  131. member:
  132. firstname: First name
  133. lastname: Last name
  134. email: Email
  135. login: Username
  136. job_title: Job title
  137. company: Company
  138. phone: Business phone
  139. cellphone: Cell phone
  140. im: IM
  141. photo: Photo
  142. auto_add: Automatically add to new rooms?
  143. edit: Edit
  144. invite_to_room: Invite to room
  145. reset_password: Reset password
  146. confirm_reset_password: Are you sure you want to reset this password?
  147. delete: Delete
  148. confirm_delete: Are you sure you want to delete {{user}}? This action cannot be undone.
  149. permissions:
  150. member_of: Member of
  151. roles: Roles
  152. no_permissions: This user has not been assigned any permissions yet.
  153. role: Role
  154. visitor: Visitor
  155. contributor: Contributor
  156. no_permissions: This member does not have access to any rooms.
  157.  
  158. settings:
  159. customize: Customize your site
  160. default_categories: Default document categories
  161. default_status: Default document status
  162. site_title: Site title
  163. color_scheme: Color scheme
  164. background_color: Background color
  165. sidebar: Sidebar
  166. ssl_encryption: SSL encryption
  167. no_categories: No default document categories have been set up
  168. no_states: No default status has been set up
  169. saved: Your settings were saved.
  170.  
  171. account:
  172. my_account: My account
  173. current_account_owner: Current account owner
  174. change_owner: Change owner
  175. billing_information: Billing information
  176. company: Company
  177. address: Address
  178. town_city: Town/City
  179. zipcode: Zip/Postal code
  180. country: Country
  181.  
  182. current_plan: Current plan
  183. current_rate: Current rate
  184. member_since: Member since
  185. next_charge: Next charge
  186. current_card: Current card
  187. change_card: Change card
  188.  
  189. close_account: Close account
  190.  
  191. billing_history: Billing history
  192. select_year: Select year
  193. close_account_info: By closing your account, you will no longer be charged a monthly fee, but you will lose all your files, rooms, and members.
  194. close_account_confirm: Are you sure? By closing your account, you will lose all your files, rooms, and members. There is no undo.
  195.  
  196. documents:
  197. upload: Upload document
  198. no_documents: No documents have been uploaded yet
  199.  
  200. document:
  201. name: Document name
  202. version: Version
  203. file: Upload file
  204. category: Category
  205. status: Status
  206. description: Description
  207. uploaded_on: Uploaded on
  208. contributor: Contributor
  209. category: Category
  210. current_version: Current version
  211. new_version: New version
  212.  
  213. select_action: Select action
  214. actions:
  215. upload_new_version: Upload new version
  216. download: Download
  217. copy: Copy to another room
  218. move: Move to another room
  219. clean_version: Clean version
  220. delete: Delete this version
  221.  
  222. messages:
  223. no_messages: No messages have been posted to this room yet.
  224. post: Post a message
  225.  
  226. message:
  227. message: Message
  228. posted_on: Posted on
Add Comment
Please, Sign In to add comment