diff options
| author | Marie <github@yuugi.dev> | 2025-05-23 11:21:29 +0000 |
|---|---|---|
| committer | Marie <github@yuugi.dev> | 2025-05-23 11:21:29 +0000 |
| commit | b05b4ec74dbbe889b8f4512ffbb36d52995a6ed2 (patch) | |
| tree | d85c0beb66aa54c58e6171dc11b75edef3f44e01 /locales | |
| parent | merge: Add warning banner about word mute limitations (resolves #784) (!1017) (diff) | |
| parent | clarify IP tip message (diff) | |
| download | sharkey-b05b4ec74dbbe889b8f4512ffbb36d52995a6ed2.tar.gz sharkey-b05b4ec74dbbe889b8f4512ffbb36d52995a6ed2.tar.bz2 sharkey-b05b4ec74dbbe889b8f4512ffbb36d52995a6ed2.zip | |
merge: Cleanup admin user UI (!1012)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/1012
Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index b84f39b04d..69c63cc714 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2447,7 +2447,7 @@ export interface Locale extends ILocale { */ "disablePagesScript": string; /** - * リモートユーザー情報の更新 + * Refresh remote data */ "updateRemoteUser": string; /** @@ -13070,6 +13070,58 @@ export interface Locale extends ILocale { */ "popularUsersLocal": ParameterizedString<"name">; /** + * Silenced + */ + "silenced": string; + /** + * Total followers + */ + "totalFollowers": string; + /** + * Total following + */ + "totalFollowing": string; + /** + * Local followers + */ + "localFollowers": string; + /** + * Local following + */ + "localFollowing": string; + /** + * Remote followers + */ + "remoteFollowers": string; + /** + * Remote following + */ + "remoteFollowing": string; + /** + * Activity Pub + */ + "activityPub": string; + /** + * IP + */ + "ip": string; + /** + * The date is when IP address was first used. + */ + "ipTip": string; + /** + * Period + */ + "rolePeriod": string; + /** + * Assigned + */ + "roleAssigned": string; + /** + * automatic + */ + "roleAutomatic": string; + /** * Translation timeout */ "translationTimeoutLabel": string; |