2020-02-07 18:29:11 +03:00
|
|
|
import englishMessages from "ra-language-english";
|
|
|
|
|
|
|
|
export default {
|
|
|
|
...englishMessages,
|
2020-02-07 18:35:21 +03:00
|
|
|
synapseadmin: {
|
|
|
|
auth: {
|
2020-04-30 22:22:35 +03:00
|
|
|
base_url: "Homeserver URL",
|
2020-02-07 18:35:21 +03:00
|
|
|
welcome: "Welcome to Synapse-admin",
|
2020-04-30 22:22:35 +03:00
|
|
|
username_error: "Please enter fully qualified user ID: '@user:domain'",
|
2020-04-30 19:45:37 +03:00
|
|
|
protocol_error: "URL has to start with 'http://' or 'https://'",
|
|
|
|
url_error: "Not a valid Matrix server URL",
|
2020-02-07 18:35:21 +03:00
|
|
|
},
|
2020-02-07 19:44:48 +03:00
|
|
|
users: {
|
|
|
|
invalid_user_id:
|
|
|
|
"Must be a fully qualified Matrix user-id, e.g. @user_id:homeserver",
|
|
|
|
},
|
2020-07-07 22:28:20 +03:00
|
|
|
rooms: {
|
|
|
|
tabs: {
|
|
|
|
basic: "Basic",
|
|
|
|
members: "Members",
|
|
|
|
detail: "Details",
|
|
|
|
permission: "Permissions",
|
|
|
|
},
|
|
|
|
},
|
2020-02-07 19:44:48 +03:00
|
|
|
},
|
|
|
|
resources: {
|
|
|
|
users: {
|
2020-03-28 23:25:34 +03:00
|
|
|
backtolist: "Back to list",
|
2020-02-07 19:44:48 +03:00
|
|
|
name: "User |||| Users",
|
2020-03-30 11:22:27 +03:00
|
|
|
email: "Email",
|
|
|
|
msisdn: "Phone",
|
2020-07-06 13:35:26 +03:00
|
|
|
threepid: "Email / Phone",
|
2020-02-07 19:44:48 +03:00
|
|
|
fields: {
|
|
|
|
avatar: "Avatar",
|
|
|
|
id: "User-ID",
|
|
|
|
name: "Name",
|
|
|
|
is_guest: "Guest",
|
2020-07-21 12:52:13 +03:00
|
|
|
admin: "Server Administrator",
|
2020-02-07 19:44:48 +03:00
|
|
|
deactivated: "Deactivated",
|
|
|
|
guests: "Show guests",
|
|
|
|
show_deactivated: "Show deactivated users",
|
|
|
|
user_id: "Search user",
|
|
|
|
displayname: "Displayname",
|
|
|
|
password: "Password",
|
2020-03-30 11:22:27 +03:00
|
|
|
avatar_url: "Avatar URL",
|
2020-06-10 15:59:55 +03:00
|
|
|
avatar_src: "Avatar",
|
2020-03-30 11:22:27 +03:00
|
|
|
medium: "Medium",
|
|
|
|
threepids: "3PIDs",
|
|
|
|
address: "Address",
|
2020-06-16 11:05:38 +03:00
|
|
|
creation_ts_ms: "Creation timestamp",
|
2020-06-16 10:24:49 +03:00
|
|
|
consent_version: "Consent version",
|
2020-07-23 10:24:18 +03:00
|
|
|
// Devices:
|
|
|
|
device_id: "Device-ID",
|
|
|
|
display_name: "Device name",
|
|
|
|
last_seen_ts: "Timestamp",
|
|
|
|
last_seen_ip: "IP address",
|
2020-02-07 19:44:48 +03:00
|
|
|
},
|
2020-04-06 12:13:20 +03:00
|
|
|
helper: {
|
|
|
|
deactivate: "Deactivated users cannot be reactivated",
|
2020-04-09 11:32:06 +03:00
|
|
|
erase: "Mark the user as GDPR-erased",
|
|
|
|
},
|
|
|
|
action: {
|
|
|
|
erase: "Erase user data",
|
2020-04-06 12:13:20 +03:00
|
|
|
},
|
2020-02-07 19:44:48 +03:00
|
|
|
},
|
2020-02-07 18:19:01 +03:00
|
|
|
rooms: {
|
|
|
|
name: "Room |||| Rooms",
|
|
|
|
fields: {
|
|
|
|
room_id: "Room-ID",
|
|
|
|
name: "Name",
|
|
|
|
canonical_alias: "Alias",
|
|
|
|
joined_members: "Members",
|
2020-05-23 18:43:33 +03:00
|
|
|
joined_local_members: "local members",
|
|
|
|
state_events: "State events",
|
|
|
|
version: "Version",
|
|
|
|
is_encrypted: "Encrypted",
|
2020-07-07 22:28:20 +03:00
|
|
|
encryption: "Encryption",
|
2020-05-23 18:43:33 +03:00
|
|
|
federatable: "Federatable",
|
|
|
|
public: "Public",
|
2020-07-07 22:28:20 +03:00
|
|
|
creator: "Creator",
|
|
|
|
join_rules: "Join rules",
|
|
|
|
guest_access: "Guest access",
|
|
|
|
history_visibility: "History visibility",
|
|
|
|
},
|
|
|
|
enums: {
|
|
|
|
join_rules: {
|
|
|
|
public: "Public",
|
|
|
|
knock: "Knock",
|
|
|
|
invite: "Invite",
|
|
|
|
private: "Private",
|
|
|
|
},
|
|
|
|
guest_access: {
|
|
|
|
can_join: "Guests can join",
|
|
|
|
forbidden: "Guests can not join",
|
|
|
|
},
|
|
|
|
history_visibility: {
|
|
|
|
invited: "Since invited",
|
|
|
|
joined: "Since joined",
|
|
|
|
shared: "Since shared",
|
|
|
|
world_readable: "Anyone",
|
|
|
|
},
|
|
|
|
unencrypted: "Unencrypted",
|
2020-02-07 18:19:01 +03:00
|
|
|
},
|
|
|
|
},
|
2020-03-28 23:25:34 +03:00
|
|
|
connections: {
|
|
|
|
name: "Connections",
|
|
|
|
fields: {
|
|
|
|
last_seen: "Date",
|
|
|
|
ip: "IP address",
|
|
|
|
user_agent: "User agent",
|
|
|
|
},
|
|
|
|
},
|
2020-07-08 11:58:57 +03:00
|
|
|
devices: {
|
|
|
|
name: "Device |||| Devices",
|
|
|
|
},
|
2020-04-23 11:00:46 +03:00
|
|
|
servernotices: {
|
|
|
|
name: "Server Notices",
|
|
|
|
send: "Send server notices",
|
|
|
|
fields: {
|
|
|
|
body: "Message",
|
|
|
|
},
|
|
|
|
action: {
|
|
|
|
send: "Send note",
|
|
|
|
send_success: "Server notice successfully sent.",
|
|
|
|
send_failure: "An error has occurred.",
|
|
|
|
},
|
|
|
|
helper: {
|
|
|
|
send:
|
|
|
|
'Sends a server notice to the selected users. The feature "Server Notices" has to be activated at the server.',
|
|
|
|
},
|
|
|
|
},
|
2020-02-07 18:35:21 +03:00
|
|
|
},
|
2020-02-07 18:29:11 +03:00
|
|
|
};
|