Client:Home:InfoPanel Added anonymous

This commit is contained in:
Akmal Isomadinov 2024-06-19 14:45:57 +05:00
parent a004e58037
commit a9f38e7586
3 changed files with 6 additions and 5 deletions

View File

@ -283,7 +283,7 @@ class DetailsHelper {
let name = displayName ? decode(displayName) : "";
if (isAnonim) name = this.t("Common:Unknown");
if (isAnonim) name = this.t("Common:Anonymous");
//console.log("getAuthorDecoration", { name, displayName });

View File

@ -85,7 +85,7 @@ const HistoryBlock = ({
<div className="title">
<Text className="name">
{initiator?.isAnonim
? t("Common:Unknown")
? t("Common:Anonymous")
: decode(initiator.displayName)}
</Text>
{initiator.isOwner && (

View File

@ -14,6 +14,7 @@
"AddUsers": "Add users",
"AdvancedFilter": "Search options",
"Alert": "Alert",
"Anonymous": "Anonymous",
"AnyoneWithLink": "Anyone with the link",
"ApplyButton": "Apply",
"Archive": "Archive",
@ -292,8 +293,8 @@
"NotFoundUsersDescription": "No users match your search. Please adjust your search parameters or clear the search field to view the full list of users.",
"NotSupportedFormat": "Sorry, this file format isn't supported",
"OFORMsGallery": "Form Gallery",
"OkButton": "Ok",
"OKButton": "OK",
"OkButton": "Ok",
"Or": "or",
"orContinueWith": "or continue with",
"OtherLabel": "Other",
@ -335,10 +336,10 @@
"ProviderSsoSetting": "Single sign-on",
"ProviderTwitter": "Twitter",
"ProviderZoom": "Zoom",
"PublicRoom": "Public room",
"PublicRoomDescription": "Invite users via external links to view documents without registration. You can also embed this room into any web interface.",
"PublicLink": "Public link",
"PublicRoom": "Public room",
"PublicRoom": "Public room",
"PublicRoomDescription": "Invite users via external links to view documents without registration. You can also embed this room into any web interface.",
"PublicRoomDescription": "Invite users via external links to view documents without registration. You can also embed this room into any web interface.",
"PublicRoomLabel": "Public",
"PunycodeDomain": "Punycode domains are not supported",