Realm basis

This commit is contained in:
2025-05-02 14:52:08 +08:00
parent d2c33dde5e
commit cce0be4fb2
19 changed files with 1399 additions and 118 deletions

View File

@ -32,6 +32,7 @@
"publishers": "Publishers",
"managedPublisher": "Managed Publishers",
"createPublisher": "Create a Publisher",
"createPublisherHint": "To create posts, collections, etc.",
"editPublisher": "Edit a Publisher",
"syncPublisher": "Use Account Data",
"create": "Create",
@ -49,5 +50,25 @@
"postCreateAccountNext2": "Log in to your account and start exploring the Solar Network!",
"postPlaceholder": "What's on your mind?",
"publishersEmpty": "No publishers yet",
"publishersEmptyDescription": "You can need to create a publisher to start publishing your posts."
"publishersEmptyDescription": "You can need to create a publisher to start publishing your posts.",
"authFactorPassword": "Password",
"authFactorPasswordDescription": "The password you set when you registered.",
"authFactorEmail": "Email verification code",
"authFactorEmailDescription": "An one-time code sent to the email address you set when you registered.",
"authFactorTOTP": "Time-based OTP",
"authFactorTOTPDescription": "A one-time code generated by a TOTP authenticator such as Google Authenticator or Authy.",
"authFactorInAppNotify": "In-app notification",
"authFactorInAppNotifyDescription": "A one-time code sent via in-app notification.",
"realms": "Realms",
"createRealm": "Create a Realm",
"createRealmHint": "Meet friends with same interests, build communities, and more.",
"editRealm": "Edit a Realm",
"deleteRealm": "Delete Realm {}",
"deleteRealmHint": "Are you sure to delete this realm? This will also deleted all the channels, publishers, and posts under this realm.",
"explore": "Explore",
"account": "Account",
"name": "Name",
"description": "Description",
"slug": "Slug",
"slugHint": "The slug will be used in the URL to access this resource, it should be unique and URL safe."
}