Add documents (merges foodcoops/foodsoft#353)
This commit is contained in:
parent
33c9b23e2f
commit
8bb58c5519
18 changed files with 310 additions and 0 deletions
29
plugins/documents/config/locales/en.yml
Normal file
29
plugins/documents/config/locales/en.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
en:
|
||||
activerecord:
|
||||
attributes:
|
||||
document:
|
||||
created_at: Created at
|
||||
created_by_user_id: Created by
|
||||
data: Data
|
||||
mime: MIME type
|
||||
name: Name
|
||||
config:
|
||||
hints:
|
||||
use_documents: Add a basic document sharing page to the foodcoop menu.
|
||||
keys:
|
||||
use_documents: Enable documents
|
||||
navigation:
|
||||
documents: Documents
|
||||
documents:
|
||||
create:
|
||||
error: 'Document could not be created: %{error}'
|
||||
notice: Document was created
|
||||
destroy:
|
||||
error: 'Document could not be deleted: %{error}'
|
||||
no_right: You do not have enough rights to delete the document
|
||||
notice: Document was deleted
|
||||
index:
|
||||
new: Upload new document
|
||||
title: Documents
|
||||
new:
|
||||
title: New Document
|
||||
Loading…
Add table
Add a link
Reference in a new issue