en.json
2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"noosfero.name" : "Noosfero",
"blocks.profile_image.control_panel": "Control Panel",
"navbar.profile": "Profile",
"navbar.settings": "Settings",
"navbar.logout": "Log Out",
"navbar.login": "Login",
"navbar.toggle_menu": "Toggle navigation",
"language.en": "English",
"language.pt": "Portuguese",
"language.selector": "Language",
"profile.member_since": "Member since",
"profile.type": "Tipo",
"profile.about": "About",
"profile.basic_info": "Basic Information",
"profile.others_info": "Others",
"profile.community.title": "Community",
"profile.person.title": "Person",
"activities.title": "Activities",
"activities.create_article.description": "has published on",
"activities.add_member_in_community.description": "has joined the community",
"activities.new_friendship.description": "has made {friends, plural, one{one new friend} other{# new friends}}:",
"auth.title": "Login",
"auth.form.login": "Login / Email address",
"auth.form.password": "Password",
"auth.form.login_button": "Login",
"navbar.content_viewer_actions.new_post": "New Post",
"notification.error.default.message": "Something went wrong!",
"notification.error.default.title": "Oops...",
"notification.profile.not_found": "Page not found",
"notification.http_error.401.message": "Unauthorized",
"notification.http_error.500.message": "Server error",
"comment.post": "Post a comment",
"comment.post.placeholder": "Join the discussion...",
"comment.pagination.more": "More",
"comment.post.success.title": "Good job!",
"comment.post.success.message": "Comment saved!",
"comment.reply": "reply",
"article.actions.edit": "Edit",
"article.basic_editor.title": "Title",
"article.basic_editor.body": "Body",
"article.basic_editor.save": "Save",
"article.basic_editor.cancel": "Cancel",
"article.basic_editor.success.title": "Good job!",
"article.basic_editor.success.message": "Article saved!",
"article.basic_editor.visibility": "Visibility",
"article.basic_editor.visibility.public": "Public",
"article.basic_editor.visibility.private": "Private"
}