mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-14 18:21:32 +03:00
i18n
This commit is contained in:
parent
abbe047bfd
commit
c885cd719f
2 changed files with 2 additions and 1 deletions
|
@ -741,6 +741,7 @@
|
|||
"This is the start of export of <roomName/>. Exported by <exporterDetails/> at %(exportDate)s.": "This is the start of export of <roomName/>. Exported by <exporterDetails/> at %(exportDate)s.",
|
||||
"Topic: %(topic)s": "Topic: %(topic)s",
|
||||
"Error fetching file": "Error fetching file",
|
||||
"File Attached": "File Attached",
|
||||
"Help us improve %(brand)s": "Help us improve %(brand)s",
|
||||
"Send <UsageDataLink>anonymous usage data</UsageDataLink> which helps us improve %(brand)s. This will use a <PolicyLink>cookie</PolicyLink>.": "Send <UsageDataLink>anonymous usage data</UsageDataLink> which helps us improve %(brand)s. This will use a <PolicyLink>cookie</PolicyLink>.",
|
||||
"Yes": "Yes",
|
||||
|
|
|
@ -70,7 +70,7 @@ export default class PlainTextExporter extends Exporter {
|
|||
}
|
||||
} catch (error) {
|
||||
mediaText = " (" + _t("Error fetching file") + ")";
|
||||
console.log("Error fetching file" + error);
|
||||
console.log("Error fetching file " + error);
|
||||
}
|
||||
} else mediaText = ` (${this.mediaOmitText})`;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue