summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorSheogorath2020-05-26 16:22:17 +0200
committerSheogorath2020-05-26 16:22:41 +0200
commit54bde6b11fa57e2a613cf9b039d5fef65b217e4d (patch)
tree6d2962bc18cd6b2fb8c4a1084ded680b05561e13 /locales
parenta9fea54db08f7b95012c35eb9f78de8e775d06d3 (diff)
Add translations for permissions
Adding translations for permissions for a possible 1.6.1 release doesn't hurt but might helps some usecases of running CodiMD and we'll need the translations in the new frontend anyway. This patch adds the translations as well as the english local file. Signed-off-by: Sheogorath <sheogorath@shivering-isles.com>
Diffstat (limited to 'locales')
-rw-r--r--locales/en.json8
1 files changed, 7 insertions, 1 deletions
diff --git a/locales/en.json b/locales/en.json
index 66f0bced..d4fc24d1 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -118,5 +118,11 @@
"Powered by %s": "Powered by %s",
"Help us translating": "Help us translating",
"Join the community": "Join the community",
- "Imprint": "Imprint"
+ "Imprint": "Imprint",
+ "Freely - Anyone can edit": "Freely - Anyone can edit",
+ "Editable - Signed-in people can edit": "Editable - Signed-in people can edit",
+ "Limited - Signed-in people can edit (forbid guests)": "Limited - Signed-in people can edit (forbid guests)",
+ "Locked - Only owner can edit": "Locked - Only owner can edit",
+ "Protected - Only owner can edit (forbid guests)": "Protected - Only owner can edit (forbid guests)",
+ "Private - Only owner can view & edit": "Private - Only owner can view & edit"
} \ No newline at end of file