waha-shared 1.0.259 → 1.0.260
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/data/languages/languages.json +1 -0
- package/dist/data/translationsApp/index.d.ts +11 -10
- package/dist/data/translationsApp/translationsApp.json +0 -15210
- package/dist/data/translationsApp/translationsApp.zod.d.ts +11 -10
- package/dist/data/translationsApp/translationsApp.zod.js +11 -11
- package/dist/data/translationsQuestion/translationsQuestion.json +6 -6
- package/dist/data/translationsSet/translationsSet.json +0 -789
- package/dist/data/translationsSpokenQuestion/translationsSpokenQuestion.json +3 -3
- package/dist/types/analytics.d.ts +12 -26
- package/dist/types/articles.d.ts +0 -24
- package/dist/types/articles.js +8 -1
- package/dist/types/microLessons.d.ts +0 -51
- package/dist/types/microLessons.js +17 -20
- package/dist/types/webContent.d.ts +0 -16
- package/dist/types/webContent.js +1 -20
- package/package.json +1 -1
|
@@ -64,6 +64,12 @@ export declare const translationsApp: Record<string, {
|
|
|
64
64
|
app_store_listing_title: string;
|
|
65
65
|
appearance: string;
|
|
66
66
|
application: string;
|
|
67
|
+
article_categories_65004e85fba2e8c9d281a73e: string;
|
|
68
|
+
article_categories_65004e8eaf7c1d3f8289315a: string;
|
|
69
|
+
article_categories_65004f8eead7951cf3c33243: string;
|
|
70
|
+
article_categories_65005061a72598db83565c66: string;
|
|
71
|
+
article_categories_65400527806b42d2e6ae4fd0: string;
|
|
72
|
+
article_categories_65ca47557375e35a56523645: string;
|
|
67
73
|
article_cta_body: string;
|
|
68
74
|
article_cta_header: string;
|
|
69
75
|
articles: string;
|
|
@@ -120,7 +126,6 @@ export declare const translationsApp: Record<string, {
|
|
|
120
126
|
fetch_bible_error: string;
|
|
121
127
|
fetch_bible_no_internet: string;
|
|
122
128
|
filter_articles: string;
|
|
123
|
-
finish: string;
|
|
124
129
|
font_size: string;
|
|
125
130
|
foundations: string;
|
|
126
131
|
get_started_foundations: string;
|
|
@@ -165,11 +170,9 @@ export declare const translationsApp: Record<string, {
|
|
|
165
170
|
note_placeholder: string;
|
|
166
171
|
note_saved: string;
|
|
167
172
|
notes_view: string;
|
|
168
|
-
notifications: string;
|
|
169
173
|
notifications_enable: string;
|
|
170
174
|
ok: string;
|
|
171
175
|
passcode_set: string;
|
|
172
|
-
percent_available: string;
|
|
173
176
|
piano: string;
|
|
174
177
|
piano_description: string;
|
|
175
178
|
playback_speed: string;
|
|
@@ -304,12 +307,10 @@ export declare const translationsApp: Record<string, {
|
|
|
304
307
|
lesson: string;
|
|
305
308
|
lessons: string;
|
|
306
309
|
article: string;
|
|
307
|
-
|
|
308
|
-
no_notes: string;
|
|
310
|
+
finish?: string | undefined;
|
|
309
311
|
later?: string | undefined;
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
question_placeholder?: string | undefined;
|
|
312
|
+
notifications?: string | undefined;
|
|
313
|
+
percent_available?: string | undefined;
|
|
314
|
+
no_results?: string | undefined;
|
|
315
|
+
no_notes?: string | undefined;
|
|
315
316
|
}>;
|