@sonolus/core 7.7.1 → 7.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/core/background/item.d.ts +5 -5
- package/dist/common/core/effect/item.d.ts +4 -4
- package/dist/common/core/engine/item.d.ts +8 -8
- package/dist/common/core/engine/watchData/watchData.d.ts +1 -1
- package/dist/common/core/icon.d.ts +22 -0
- package/dist/common/core/icon.js +22 -0
- package/dist/common/core/index.d.ts +2 -1
- package/dist/common/core/index.js +0 -1
- package/dist/common/core/level/item.d.ts +5 -5
- package/dist/common/core/package/info.d.ts +1 -1
- package/dist/common/core/particle/item.d.ts +4 -4
- package/dist/common/core/playlist/item.d.ts +2 -2
- package/dist/common/core/post/item.d.ts +2 -2
- package/dist/common/core/replay/item.d.ts +3 -3
- package/dist/common/core/room/item.d.ts +4 -4
- package/dist/common/core/server/authenticate.d.ts +4 -4
- package/dist/common/core/server/configuration.d.ts +4 -0
- package/dist/common/core/server/form.d.ts +2 -0
- package/dist/common/core/server/index.d.ts +3 -2
- package/dist/common/core/server/info.d.ts +5 -3
- package/dist/common/core/server/items/community/comment/comment.d.ts +1 -1
- package/dist/common/core/server/items/community/comment/index.d.ts +4 -2
- package/dist/common/core/server/items/community/comment/list.d.ts +3 -3
- package/dist/common/core/server/items/community/comment/submit.d.ts +9 -0
- package/dist/common/core/server/items/community/comment/upload.d.ts +1 -0
- package/dist/common/core/server/items/community/index.d.ts +3 -2
- package/dist/common/core/server/items/community/info.d.ts +3 -3
- package/dist/common/core/server/items/community/submit.d.ts +4 -2
- package/dist/common/core/server/items/community/upload.d.ts +1 -0
- package/dist/common/core/server/items/community/upload.js +2 -0
- package/dist/common/core/server/items/create.d.ts +2 -2
- package/dist/common/core/server/items/details.d.ts +8 -6
- package/dist/common/core/server/items/index.d.ts +8 -6
- package/dist/common/core/server/items/info.d.ts +5 -5
- package/dist/common/core/server/items/leaderboard/details.d.ts +3 -3
- package/dist/common/core/server/items/leaderboard/index.d.ts +2 -2
- package/dist/common/core/server/items/leaderboard/leaderboard.d.ts +2 -1
- package/dist/common/core/server/items/leaderboard/record/details.d.ts +1 -1
- package/dist/common/core/server/items/leaderboard/record/index.d.ts +3 -3
- package/dist/common/core/server/items/leaderboard/record/list.d.ts +3 -3
- package/dist/common/core/server/items/leaderboard/record/record.d.ts +1 -1
- package/dist/common/core/server/items/list.d.ts +1 -1
- package/dist/common/core/server/items/section.d.ts +17 -2
- package/dist/common/core/server/items/submit-action.d.ts +9 -0
- package/dist/common/core/server/items/submit-action.js +2 -0
- package/dist/common/core/server/items/upload-action.d.ts +1 -0
- package/dist/common/core/server/items/upload-action.js +2 -0
- package/dist/common/core/server/items/upload.d.ts +1 -1
- package/dist/common/core/server/multiplayer/chat-message.d.ts +3 -2
- package/dist/common/core/server/multiplayer/commands/add-suggestion-command.d.ts +2 -2
- package/dist/common/core/server/multiplayer/commands/remove-user-command.d.ts +2 -1
- package/dist/common/core/server/multiplayer/commands/report-user-command.d.ts +2 -1
- package/dist/common/core/server/multiplayer/commands/update-lead-command.d.ts +2 -1
- package/dist/common/core/server/multiplayer/commands/update-level-command.d.ts +2 -2
- package/dist/common/core/server/multiplayer/commands/update-master-command.d.ts +2 -1
- package/dist/common/core/server/multiplayer/create-room.d.ts +2 -2
- package/dist/common/core/server/multiplayer/events/update-event.d.ts +6 -5
- package/dist/common/core/server/multiplayer/events/update-lead-event.d.ts +2 -1
- package/dist/common/core/server/multiplayer/events/update-level-event.d.ts +2 -2
- package/dist/common/core/server/multiplayer/events/update-master-event.d.ts +2 -1
- package/dist/common/core/server/multiplayer/events/update-scoreboard-description-event.d.ts +1 -1
- package/dist/common/core/server/multiplayer/index.d.ts +2 -3
- package/dist/common/core/server/multiplayer/join-room.d.ts +4 -4
- package/dist/common/core/server/multiplayer/result-entry.d.ts +2 -1
- package/dist/common/core/server/multiplayer/score-entry.d.ts +2 -1
- package/dist/common/core/server/multiplayer/suggestion.d.ts +4 -3
- package/dist/common/core/server/multiplayer/user-status-entry.d.ts +2 -1
- package/dist/common/core/server/option.d.ts +32 -14
- package/dist/common/core/service/authenticate-external.d.ts +3 -3
- package/dist/common/core/service/index.d.ts +2 -2
- package/dist/common/core/service/user-profile.d.ts +7 -2
- package/dist/common/core/{server/multiplayer/level-locator.d.ts → sil.d.ts} +1 -1
- package/dist/common/core/sil.js +2 -0
- package/dist/common/core/skin/item.d.ts +4 -4
- package/dist/common/core/srl.d.ts +4 -0
- package/dist/common/core/srl.js +2 -0
- package/dist/common/core/text.d.ts +79 -3
- package/dist/common/core/text.js +79 -3
- package/dist/common/database/background/item.d.ts +6 -6
- package/dist/common/database/effect/item.d.ts +5 -5
- package/dist/common/database/engine/item.d.ts +9 -9
- package/dist/common/database/level/item.d.ts +6 -6
- package/dist/common/database/particle/item.d.ts +5 -5
- package/dist/common/database/playlist/item.d.ts +3 -3
- package/dist/common/database/post/item.d.ts +3 -3
- package/dist/common/database/replay/item.d.ts +4 -4
- package/dist/common/database/server/server-info.d.ts +2 -2
- package/dist/common/database/skin/item.d.ts +5 -5
- package/dist/common/version.js +2 -2
- package/dist/node/core/resource/compress.d.ts +0 -1
- package/dist/node/core/resource/decompress.d.ts +0 -1
- package/dist/node/core/resource/hash.d.ts +0 -1
- package/dist/node/core/service/keys.d.ts +0 -1
- package/package.json +6 -6
- package/dist/common/core/resource/index.d.ts +0 -1
- package/dist/common/core/resource/srl.d.ts +0 -4
- /package/dist/common/core/{resource/index.js → server/configuration.js} +0 -0
- /package/dist/common/core/{resource/srl.js → server/items/community/comment/submit.js} +0 -0
- /package/dist/common/core/server/{multiplayer/level-locator.js → items/community/comment/upload.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
export type
|
|
1
|
+
export type ServerUploadItemResponse = {};
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
import { ServiceUserId } from '../../service/user-profile';
|
|
1
2
|
export type ChatMessage = TextChatMessage | QuickChatMessage;
|
|
2
3
|
export type QuickChatMessage = {
|
|
3
|
-
userId:
|
|
4
|
+
userId: ServiceUserId;
|
|
4
5
|
type: 'quick';
|
|
5
6
|
value: 'hello' | 'glhf' | 'gg' | 'ns' | 'ty';
|
|
6
7
|
};
|
|
7
8
|
export type TextChatMessage = {
|
|
8
|
-
userId:
|
|
9
|
+
userId: ServiceUserId | null;
|
|
9
10
|
type: 'text';
|
|
10
11
|
value: string;
|
|
11
12
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AutoExit } from '../../../auto-exit';
|
|
2
|
+
import { ServiceUserId } from '../../../service/user-profile';
|
|
3
|
+
import { Sil } from '../../../sil';
|
|
2
4
|
import { ServerForm } from '../../form';
|
|
3
|
-
import { LevelLocator } from '../level-locator';
|
|
4
5
|
import { LevelOptionEntry } from '../level-option-entry';
|
|
5
6
|
import { ResultEntry } from '../result-entry';
|
|
6
7
|
import { RoomStatus } from '../room-status';
|
|
@@ -14,16 +15,16 @@ export type UpdateEvent = {
|
|
|
14
15
|
reportUserOptions: ServerForm[];
|
|
15
16
|
title: string;
|
|
16
17
|
status: RoomStatus;
|
|
17
|
-
master:
|
|
18
|
-
lead:
|
|
18
|
+
master: ServiceUserId | null;
|
|
19
|
+
lead: ServiceUserId | null;
|
|
19
20
|
options: ServerForm[];
|
|
20
21
|
optionValues: string;
|
|
21
|
-
level
|
|
22
|
+
level: Sil | null;
|
|
22
23
|
levelOptions: LevelOptionEntry[];
|
|
23
24
|
autoExit: AutoExit;
|
|
24
25
|
isSuggestionsLocked: boolean;
|
|
25
26
|
suggestions: Suggestion[];
|
|
26
|
-
scoreboardDescription
|
|
27
|
+
scoreboardDescription?: string;
|
|
27
28
|
scoreboardSections: ScoreboardSection[];
|
|
28
29
|
results: ResultEntry[];
|
|
29
30
|
users: RoomUser[];
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
export { ChatMessage, QuickChatMessage, TextChatMessage } from './chat-message';
|
|
2
2
|
export * from './commands';
|
|
3
|
-
export {
|
|
3
|
+
export { ServerCreateRoomRequest, ServerCreateRoomResponse } from './create-room';
|
|
4
4
|
export * from './events';
|
|
5
|
-
export {
|
|
6
|
-
export { LevelLocator } from './level-locator';
|
|
5
|
+
export { ServerJoinRoomRequest, ServerJoinRoomResponse } from './join-room';
|
|
7
6
|
export { LevelOptionEntry } from './level-option-entry';
|
|
8
7
|
export { ResultEntry } from './result-entry';
|
|
9
8
|
export { RoomStatus } from './room-status';
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type
|
|
1
|
+
import { ServiceUserProfile } from '../../service/user-profile';
|
|
2
|
+
export type ServerJoinRoomRequest = {
|
|
3
3
|
type: 'authenticateMultiplayer';
|
|
4
4
|
address: string;
|
|
5
5
|
room: string;
|
|
6
6
|
time: number;
|
|
7
|
-
userProfile:
|
|
7
|
+
userProfile: ServiceUserProfile;
|
|
8
8
|
};
|
|
9
|
-
export type
|
|
9
|
+
export type ServerJoinRoomResponse = {
|
|
10
10
|
url: string;
|
|
11
11
|
type: 'round';
|
|
12
12
|
session: string;
|
|
@@ -1,29 +1,34 @@
|
|
|
1
1
|
import { ItemType } from '../item-type';
|
|
2
|
+
import { Sil } from '../sil';
|
|
2
3
|
import { Text } from '../text';
|
|
3
|
-
export type ServerOption = ServerTextOption | ServerTextAreaOption | ServerSliderOption | ServerToggleOption | ServerSelectOption | ServerMultiOption | ServerServerItemOption | ServerCollectionItemOption | ServerFileOption;
|
|
4
|
+
export type ServerOption = ServerTextOption | ServerTextAreaOption | ServerSliderOption | ServerToggleOption | ServerSelectOption | ServerMultiOption | ServerServerItemOption | ServerServerItemsOption | ServerCollectionItemOption | ServerFileOption;
|
|
4
5
|
export type ServerTextOption = {
|
|
5
6
|
query: string;
|
|
6
7
|
name: Text | (string & {});
|
|
7
8
|
description?: string;
|
|
8
|
-
required
|
|
9
|
+
required: boolean;
|
|
9
10
|
type: 'text';
|
|
11
|
+
def: string;
|
|
10
12
|
placeholder: Text | (string & {});
|
|
11
|
-
limit
|
|
13
|
+
limit: number;
|
|
14
|
+
shortcuts: string[];
|
|
12
15
|
};
|
|
13
16
|
export type ServerTextAreaOption = {
|
|
14
17
|
query: string;
|
|
15
18
|
name: Text | (string & {});
|
|
16
19
|
description?: string;
|
|
17
|
-
required
|
|
20
|
+
required: boolean;
|
|
18
21
|
type: 'textArea';
|
|
22
|
+
def: string;
|
|
19
23
|
placeholder: Text | (string & {});
|
|
20
|
-
limit
|
|
24
|
+
limit: number;
|
|
25
|
+
shortcuts: string[];
|
|
21
26
|
};
|
|
22
27
|
export type ServerSliderOption = {
|
|
23
28
|
query: string;
|
|
24
29
|
name: Text | (string & {});
|
|
25
30
|
description?: string;
|
|
26
|
-
required
|
|
31
|
+
required: boolean;
|
|
27
32
|
type: 'slider';
|
|
28
33
|
def: number;
|
|
29
34
|
min: number;
|
|
@@ -35,15 +40,15 @@ export type ServerToggleOption = {
|
|
|
35
40
|
query: string;
|
|
36
41
|
name: Text | (string & {});
|
|
37
42
|
description?: string;
|
|
38
|
-
required
|
|
43
|
+
required: boolean;
|
|
39
44
|
type: 'toggle';
|
|
40
|
-
def:
|
|
45
|
+
def: boolean;
|
|
41
46
|
};
|
|
42
47
|
export type ServerSelectOption = {
|
|
43
48
|
query: string;
|
|
44
49
|
name: Text | (string & {});
|
|
45
50
|
description?: string;
|
|
46
|
-
required
|
|
51
|
+
required: boolean;
|
|
47
52
|
type: 'select';
|
|
48
53
|
def: number;
|
|
49
54
|
values: (Text | (string & {}))[];
|
|
@@ -52,24 +57,37 @@ export type ServerMultiOption = {
|
|
|
52
57
|
query: string;
|
|
53
58
|
name: Text | (string & {});
|
|
54
59
|
description?: string;
|
|
55
|
-
required
|
|
60
|
+
required: boolean;
|
|
56
61
|
type: 'multi';
|
|
57
|
-
|
|
62
|
+
def: boolean[];
|
|
58
63
|
values: (Text | (string & {}))[];
|
|
59
64
|
};
|
|
60
65
|
export type ServerServerItemOption = {
|
|
61
66
|
query: string;
|
|
62
67
|
name: Text | (string & {});
|
|
63
68
|
description?: string;
|
|
64
|
-
required
|
|
69
|
+
required: boolean;
|
|
65
70
|
type: 'serverItem';
|
|
66
71
|
itemType: ItemType;
|
|
72
|
+
def: Sil | null;
|
|
73
|
+
allowOtherServers: boolean;
|
|
74
|
+
};
|
|
75
|
+
export type ServerServerItemsOption = {
|
|
76
|
+
query: string;
|
|
77
|
+
name: Text | (string & {});
|
|
78
|
+
description?: string;
|
|
79
|
+
required: boolean;
|
|
80
|
+
type: 'serverItems';
|
|
81
|
+
itemType: ItemType;
|
|
82
|
+
def: Sil[];
|
|
83
|
+
allowOtherServers: boolean;
|
|
84
|
+
limit: number;
|
|
67
85
|
};
|
|
68
86
|
export type ServerCollectionItemOption = {
|
|
69
87
|
query: string;
|
|
70
88
|
name: Text | (string & {});
|
|
71
89
|
description?: string;
|
|
72
|
-
required
|
|
90
|
+
required: boolean;
|
|
73
91
|
type: 'collectionItem';
|
|
74
92
|
itemType: ItemType;
|
|
75
93
|
};
|
|
@@ -77,6 +95,6 @@ export type ServerFileOption = {
|
|
|
77
95
|
query: string;
|
|
78
96
|
name: Text | (string & {});
|
|
79
97
|
description?: string;
|
|
80
|
-
required
|
|
98
|
+
required: boolean;
|
|
81
99
|
type: 'file';
|
|
82
100
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export type
|
|
1
|
+
import { ServiceUserProfile } from '../service/user-profile';
|
|
2
|
+
export type ServiceAuthenticateExternalRequest = {
|
|
3
3
|
type: 'authenticateExternal';
|
|
4
4
|
url: string;
|
|
5
5
|
time: number;
|
|
6
|
-
userProfile:
|
|
6
|
+
userProfile: ServiceUserProfile;
|
|
7
7
|
};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export {
|
|
1
|
+
export { ServiceAuthenticateExternalRequest } from './authenticate-external';
|
|
2
2
|
export { signaturePublicKeyJWK } from './keys';
|
|
3
|
-
export {
|
|
3
|
+
export { ServiceUserId, ServiceUserProfile } from './user-profile';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export type
|
|
2
|
-
id:
|
|
1
|
+
export type ServiceUserProfile = {
|
|
2
|
+
id: ServiceUserId;
|
|
3
3
|
handle: string;
|
|
4
4
|
name: string;
|
|
5
5
|
avatarForegroundColor: string;
|
|
@@ -11,3 +11,8 @@ export type UserProfile = {
|
|
|
11
11
|
}[];
|
|
12
12
|
favorites: string[];
|
|
13
13
|
};
|
|
14
|
+
declare const serviceUserId: unique symbol;
|
|
15
|
+
export type ServiceUserId = string & {
|
|
16
|
+
[serviceUserId]: never;
|
|
17
|
+
};
|
|
18
|
+
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Srl } from '../srl';
|
|
2
2
|
import { Tag } from '../tag';
|
|
3
3
|
export type SkinItem = {
|
|
4
4
|
name: string;
|
|
@@ -8,7 +8,7 @@ export type SkinItem = {
|
|
|
8
8
|
subtitle: string;
|
|
9
9
|
author: string;
|
|
10
10
|
tags: Tag[];
|
|
11
|
-
thumbnail:
|
|
12
|
-
data:
|
|
13
|
-
texture:
|
|
11
|
+
thumbnail: Srl;
|
|
12
|
+
data: Srl;
|
|
13
|
+
texture: Srl;
|
|
14
14
|
};
|
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
export declare const Text: {
|
|
2
|
+
/** en: Post */
|
|
3
|
+
readonly Post: "#POST";
|
|
4
|
+
/** en: Playlist */
|
|
5
|
+
readonly Playlist: "#PLAYLIST";
|
|
6
|
+
/** en: Level */
|
|
7
|
+
readonly Level: "#LEVEL";
|
|
8
|
+
/** en: Skin */
|
|
9
|
+
readonly Skin: "#SKIN";
|
|
10
|
+
/** en: Background */
|
|
11
|
+
readonly Background: "#BACKGROUND";
|
|
12
|
+
/** en: SFX */
|
|
13
|
+
readonly Effect: "#EFFECT";
|
|
14
|
+
/** en: Particle */
|
|
15
|
+
readonly Particle: "#PARTICLE";
|
|
16
|
+
/** en: Engine */
|
|
17
|
+
readonly Engine: "#ENGINE";
|
|
18
|
+
/** en: Replay */
|
|
19
|
+
readonly Replay: "#REPLAY";
|
|
20
|
+
/** en: Room */
|
|
21
|
+
readonly Room: "#ROOM";
|
|
2
22
|
/** en: Grade */
|
|
3
23
|
readonly Grade: "#GRADE";
|
|
4
24
|
/** en: Arcade Score */
|
|
@@ -31,6 +51,8 @@ export declare const Text: {
|
|
|
31
51
|
readonly Subtitle: "#SUBTITLE";
|
|
32
52
|
/** en: Artists */
|
|
33
53
|
readonly Artists: "#ARTISTS";
|
|
54
|
+
/** en: Time */
|
|
55
|
+
readonly Time: "#TIME";
|
|
34
56
|
/** en: Author */
|
|
35
57
|
readonly Author: "#AUTHOR";
|
|
36
58
|
/** en: Genre */
|
|
@@ -44,7 +66,7 @@ export declare const Text: {
|
|
|
44
66
|
/** en: Difficulty */
|
|
45
67
|
readonly Difficulty: "#DIFFICULTY";
|
|
46
68
|
/** en: Version */
|
|
47
|
-
readonly
|
|
69
|
+
readonly Version: "#VERSION";
|
|
48
70
|
/** en: Length */
|
|
49
71
|
readonly Length: "#LENGTH";
|
|
50
72
|
/** en: Minimum Length */
|
|
@@ -53,6 +75,10 @@ export declare const Text: {
|
|
|
53
75
|
readonly LengthMaximum: "#LENGTH_MAXIMUM";
|
|
54
76
|
/** en: Additional Information */
|
|
55
77
|
readonly AdditionalInformation: "#ADDITIONAL_INFORMATION";
|
|
78
|
+
/** en: Timezone */
|
|
79
|
+
readonly Timezone: "#TIMEZONE";
|
|
80
|
+
/** en: Region */
|
|
81
|
+
readonly Region: "#REGION";
|
|
56
82
|
/** en: Content */
|
|
57
83
|
readonly Content: "#CONTENT";
|
|
58
84
|
/** en: Comment */
|
|
@@ -61,6 +87,14 @@ export declare const Text: {
|
|
|
61
87
|
readonly Review: "#REVIEW";
|
|
62
88
|
/** en: Reply */
|
|
63
89
|
readonly Reply: "#REPLY";
|
|
90
|
+
/** en: Message */
|
|
91
|
+
readonly Message: "#MESSAGE";
|
|
92
|
+
/** en: Role */
|
|
93
|
+
readonly Role: "#ROLE";
|
|
94
|
+
/** en: Permission */
|
|
95
|
+
readonly Permission: "#PERMISSION";
|
|
96
|
+
/** en: User */
|
|
97
|
+
readonly User: "#USER";
|
|
64
98
|
/** en: Level Speed */
|
|
65
99
|
readonly Speed: "#SPEED";
|
|
66
100
|
/** en: Mirror Level */
|
|
@@ -73,8 +107,6 @@ export declare const Text: {
|
|
|
73
107
|
readonly JudgmentStrict: "#JUDGMENT_STRICT";
|
|
74
108
|
/** en: Loose Judgment */
|
|
75
109
|
readonly JudgmentLoose: "#JUDGMENT_LOOSE";
|
|
76
|
-
/** en: SFX */
|
|
77
|
-
readonly Effect: "#EFFECT";
|
|
78
110
|
/** en: Auto SFX */
|
|
79
111
|
readonly EffectAuto: "#EFFECT_AUTO";
|
|
80
112
|
/** en: Stage */
|
|
@@ -339,6 +371,8 @@ export declare const Text: {
|
|
|
339
371
|
readonly Forward: "#FORWARD";
|
|
340
372
|
/** en: Backward */
|
|
341
373
|
readonly Backward: "#BACKWARD";
|
|
374
|
+
/** en: Default */
|
|
375
|
+
readonly Default: "#DEFAULT";
|
|
342
376
|
/** en: Neutral */
|
|
343
377
|
readonly Neutral: "#NEUTRAL";
|
|
344
378
|
/** en: Red */
|
|
@@ -387,10 +421,14 @@ export declare const Text: {
|
|
|
387
421
|
readonly SubtitlePlaceholder: "#SUBTITLE_PLACEHOLDER";
|
|
388
422
|
/** en: Enter artists... */
|
|
389
423
|
readonly ArtistsPlaceholder: "#ARTISTS_PLACEHOLDER";
|
|
424
|
+
/** en: Enter time... */
|
|
425
|
+
readonly TimePlaceholder: "#TIME_PLACEHOLDER";
|
|
390
426
|
/** en: Enter author... */
|
|
391
427
|
readonly AuthorPlaceholder: "#AUTHOR_PLACEHOLDER";
|
|
392
428
|
/** en: Enter genre... */
|
|
393
429
|
readonly GenrePlaceholder: "#GENRE_PLACEHOLDER";
|
|
430
|
+
/** en: Enter type... */
|
|
431
|
+
readonly TypePlaceholder: "#TYPE_PLACEHOLDER";
|
|
394
432
|
/** en: Enter category... */
|
|
395
433
|
readonly CategoryPlaceholder: "#CATEGORY_PLACEHOLDER";
|
|
396
434
|
/** en: Enter language... */
|
|
@@ -405,6 +443,10 @@ export declare const Text: {
|
|
|
405
443
|
readonly LengthMaximumPlaceholder: "#LENGTH_MAXIMUM_PLACEHOLDER";
|
|
406
444
|
/** en: Enter additional information... */
|
|
407
445
|
readonly AdditionalInformationPlaceholder: "#ADDITIONAL_INFORMATION_PLACEHOLDER";
|
|
446
|
+
/** en: Enter timezone... */
|
|
447
|
+
readonly TimezonePlaceholder: "#TIMEZONE_PLACEHOLDER";
|
|
448
|
+
/** en: Enter region... */
|
|
449
|
+
readonly RegionPlaceholder: "#REGION_PLACEHOLDER";
|
|
408
450
|
/** en: Enter content... */
|
|
409
451
|
readonly ContentPlaceholder: "#CONTENT_PLACEHOLDER";
|
|
410
452
|
/** en: Enter comment... */
|
|
@@ -413,6 +455,14 @@ export declare const Text: {
|
|
|
413
455
|
readonly ReviewPlaceholder: "#REVIEW_PLACEHOLDER";
|
|
414
456
|
/** en: Enter reply... */
|
|
415
457
|
readonly ReplyPlaceholder: "#REPLY_PLACEHOLDER";
|
|
458
|
+
/** en: Enter message... */
|
|
459
|
+
readonly MessagePlaceholder: "#MESSAGE_PLACEHOLDER";
|
|
460
|
+
/** en: Enter role... */
|
|
461
|
+
readonly RolePlaceholder: "#ROLE_PLACEHOLDER";
|
|
462
|
+
/** en: Enter permission... */
|
|
463
|
+
readonly PermissionPlaceholder: "#PERMISSION_PLACEHOLDER";
|
|
464
|
+
/** en: Enter user... */
|
|
465
|
+
readonly UserPlaceholder: "#USER_PLACEHOLDER";
|
|
416
466
|
/** en: {0}% */
|
|
417
467
|
readonly PercentageUnit: "#PERCENTAGE_UNIT";
|
|
418
468
|
/** en: {0} s */
|
|
@@ -675,6 +725,8 @@ export declare const Text: {
|
|
|
675
725
|
readonly Bookmarked: "#BOOKMARKED";
|
|
676
726
|
/** en: Delete */
|
|
677
727
|
readonly Delete: "#DELETE";
|
|
728
|
+
/** en: Restore */
|
|
729
|
+
readonly Restore: "#RESTORE";
|
|
678
730
|
/** en: Edit */
|
|
679
731
|
readonly Edit: "#EDIT";
|
|
680
732
|
/** en: Confirm */
|
|
@@ -705,10 +757,34 @@ export declare const Text: {
|
|
|
705
757
|
readonly Lock: "#LOCK";
|
|
706
758
|
/** en: Unlock */
|
|
707
759
|
readonly Unlock: "#UNLOCK";
|
|
760
|
+
/** en: Pin */
|
|
761
|
+
readonly Pin: "#PIN";
|
|
762
|
+
/** en: Unpin */
|
|
763
|
+
readonly Unpin: "#UNPIN";
|
|
764
|
+
/** en: Follow */
|
|
765
|
+
readonly Follow: "#FOLLOW";
|
|
766
|
+
/** en: Unfollow */
|
|
767
|
+
readonly Unfollow: "#UNFOLLOW";
|
|
768
|
+
/** en: Subscribe */
|
|
769
|
+
readonly Subscribe: "#SUBSCRIBE";
|
|
770
|
+
/** en: Unsubscribe */
|
|
771
|
+
readonly Unsubscribe: "#UNSUBSCRIBE";
|
|
708
772
|
/** en: Show */
|
|
709
773
|
readonly Show: "#SHOW";
|
|
710
774
|
/** en: Hide */
|
|
711
775
|
readonly Hide: "#HIDE";
|
|
776
|
+
/** en: Allow */
|
|
777
|
+
readonly Allow: "#ALLOW";
|
|
778
|
+
/** en: Disallow */
|
|
779
|
+
readonly Disallow: "#DISALLOW";
|
|
780
|
+
/** en: Approve */
|
|
781
|
+
readonly Approve: "#APPROVE";
|
|
782
|
+
/** en: Deny */
|
|
783
|
+
readonly Deny: "#DENY";
|
|
784
|
+
/** en: Accept */
|
|
785
|
+
readonly Accept: "#ACCEPT";
|
|
786
|
+
/** en: Reject */
|
|
787
|
+
readonly Reject: "#REJECT";
|
|
712
788
|
/** en: Star */
|
|
713
789
|
readonly Star: "#STAR";
|
|
714
790
|
/** en: Starred */
|