@sonolus/core 7.14.0 → 7.14.1
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/text.d.ts +20 -0
- package/dist/common/core/text.js +20 -0
- package/dist/common/version.js +1 -1
- package/package.json +1 -1
|
@@ -167,12 +167,16 @@ export declare const Text: {
|
|
|
167
167
|
readonly Timezone: "#TIMEZONE";
|
|
168
168
|
/** en: Region */
|
|
169
169
|
readonly Region: "#REGION";
|
|
170
|
+
/** en: Tag */
|
|
171
|
+
readonly Tag: "#TAG";
|
|
170
172
|
/** en: Content */
|
|
171
173
|
readonly Content: "#CONTENT";
|
|
172
174
|
/** en: Comment */
|
|
173
175
|
readonly Comment: "#COMMENT";
|
|
174
176
|
/** en: Message */
|
|
175
177
|
readonly Message: "#MESSAGE";
|
|
178
|
+
/** en: Notification */
|
|
179
|
+
readonly Notification: "#NOTIFICATION";
|
|
176
180
|
/** en: Role */
|
|
177
181
|
readonly Role: "#ROLE";
|
|
178
182
|
/** en: Permission */
|
|
@@ -407,6 +411,10 @@ export declare const Text: {
|
|
|
407
411
|
readonly PreviewMeasure: "#PREVIEW_MEASURE";
|
|
408
412
|
/** en: Preview Combo */
|
|
409
413
|
readonly PreviewCombo: "#PREVIEW_COMBO";
|
|
414
|
+
/** en: ON */
|
|
415
|
+
readonly On: "#ON";
|
|
416
|
+
/** en: OFF */
|
|
417
|
+
readonly Off: "#OFF";
|
|
410
418
|
/** en: None */
|
|
411
419
|
readonly None: "#NONE";
|
|
412
420
|
/** en: Any */
|
|
@@ -507,6 +515,8 @@ export declare const Text: {
|
|
|
507
515
|
readonly Technical: "#TECHNICAL";
|
|
508
516
|
/** en: Special */
|
|
509
517
|
readonly Special: "#SPECIAL";
|
|
518
|
+
/** en: Append */
|
|
519
|
+
readonly Append: "#APPEND";
|
|
510
520
|
/** en: Enter keywords... */
|
|
511
521
|
readonly KeywordsPlaceholder: "#KEYWORDS_PLACEHOLDER";
|
|
512
522
|
/** en: Enter name... */
|
|
@@ -737,6 +747,8 @@ export declare const Text: {
|
|
|
737
747
|
readonly ShortVersion: "#SHORT_VERSION";
|
|
738
748
|
/** en: Long Version */
|
|
739
749
|
readonly LongVersion: "#LONG_VERSION";
|
|
750
|
+
/** en: Full Version */
|
|
751
|
+
readonly FullVersion: "#FULL_VERSION";
|
|
740
752
|
/** en: Live Version */
|
|
741
753
|
readonly LiveVersion: "#LIVE_VERSION";
|
|
742
754
|
/** en: Report */
|
|
@@ -857,6 +869,14 @@ export declare const Text: {
|
|
|
857
869
|
readonly TeamWhite: "#TEAM_WHITE";
|
|
858
870
|
/** en: Team Black */
|
|
859
871
|
readonly TeamBlack: "#TEAM_BLACK";
|
|
872
|
+
/** en: Add */
|
|
873
|
+
readonly Add: "#ADD";
|
|
874
|
+
/** en: Added */
|
|
875
|
+
readonly Added: "#ADDED";
|
|
876
|
+
/** en: Create */
|
|
877
|
+
readonly Create: "#CREATE";
|
|
878
|
+
/** en: Created */
|
|
879
|
+
readonly Created: "#CREATED";
|
|
860
880
|
/** en: Reply */
|
|
861
881
|
readonly Reply: "#REPLY";
|
|
862
882
|
/** en: Replied */
|
package/dist/common/core/text.js
CHANGED
|
@@ -167,12 +167,16 @@ export const Text = {
|
|
|
167
167
|
Timezone: '#TIMEZONE',
|
|
168
168
|
/** en: Region */
|
|
169
169
|
Region: '#REGION',
|
|
170
|
+
/** en: Tag */
|
|
171
|
+
Tag: '#TAG',
|
|
170
172
|
/** en: Content */
|
|
171
173
|
Content: '#CONTENT',
|
|
172
174
|
/** en: Comment */
|
|
173
175
|
Comment: '#COMMENT',
|
|
174
176
|
/** en: Message */
|
|
175
177
|
Message: '#MESSAGE',
|
|
178
|
+
/** en: Notification */
|
|
179
|
+
Notification: '#NOTIFICATION',
|
|
176
180
|
/** en: Role */
|
|
177
181
|
Role: '#ROLE',
|
|
178
182
|
/** en: Permission */
|
|
@@ -407,6 +411,10 @@ export const Text = {
|
|
|
407
411
|
PreviewMeasure: '#PREVIEW_MEASURE',
|
|
408
412
|
/** en: Preview Combo */
|
|
409
413
|
PreviewCombo: '#PREVIEW_COMBO',
|
|
414
|
+
/** en: ON */
|
|
415
|
+
On: '#ON',
|
|
416
|
+
/** en: OFF */
|
|
417
|
+
Off: '#OFF',
|
|
410
418
|
/** en: None */
|
|
411
419
|
None: '#NONE',
|
|
412
420
|
/** en: Any */
|
|
@@ -507,6 +515,8 @@ export const Text = {
|
|
|
507
515
|
Technical: '#TECHNICAL',
|
|
508
516
|
/** en: Special */
|
|
509
517
|
Special: '#SPECIAL',
|
|
518
|
+
/** en: Append */
|
|
519
|
+
Append: '#APPEND',
|
|
510
520
|
/** en: Enter keywords... */
|
|
511
521
|
KeywordsPlaceholder: '#KEYWORDS_PLACEHOLDER',
|
|
512
522
|
/** en: Enter name... */
|
|
@@ -737,6 +747,8 @@ export const Text = {
|
|
|
737
747
|
ShortVersion: '#SHORT_VERSION',
|
|
738
748
|
/** en: Long Version */
|
|
739
749
|
LongVersion: '#LONG_VERSION',
|
|
750
|
+
/** en: Full Version */
|
|
751
|
+
FullVersion: '#FULL_VERSION',
|
|
740
752
|
/** en: Live Version */
|
|
741
753
|
LiveVersion: '#LIVE_VERSION',
|
|
742
754
|
/** en: Report */
|
|
@@ -857,6 +869,14 @@ export const Text = {
|
|
|
857
869
|
TeamWhite: '#TEAM_WHITE',
|
|
858
870
|
/** en: Team Black */
|
|
859
871
|
TeamBlack: '#TEAM_BLACK',
|
|
872
|
+
/** en: Add */
|
|
873
|
+
Add: '#ADD',
|
|
874
|
+
/** en: Added */
|
|
875
|
+
Added: '#ADDED',
|
|
876
|
+
/** en: Create */
|
|
877
|
+
Create: '#CREATE',
|
|
878
|
+
/** en: Created */
|
|
879
|
+
Created: '#CREATED',
|
|
860
880
|
/** en: Reply */
|
|
861
881
|
Reply: '#REPLY',
|
|
862
882
|
/** en: Replied */
|
package/dist/common/version.js
CHANGED