euparliamentmonitor 0.9.19 → 0.9.21
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/README.md +2 -2
- package/package.json +4 -3
- package/scripts/aggregator/editorial-brief-resolver.d.ts +38 -0
- package/scripts/aggregator/editorial-brief-resolver.js +32 -0
- package/scripts/aggregator/generator/render-one.js +35 -0
- package/scripts/aggregator/html/localize-body.d.ts +32 -0
- package/scripts/aggregator/html/localize-body.js +69 -0
- package/scripts/aggregator/html/shell.d.ts +10 -0
- package/scripts/aggregator/html/shell.js +11 -1
- package/scripts/aggregator/markdown-renderer.d.ts +23 -24
- package/scripts/aggregator/markdown-renderer.js +39 -25
- package/scripts/aggregator/metadata/artifact-highlight.d.ts +15 -22
- package/scripts/aggregator/metadata/artifact-highlight.js +14 -230
- package/scripts/aggregator/metadata/artifact-walker.d.ts +34 -0
- package/scripts/aggregator/metadata/artifact-walker.js +177 -0
- package/scripts/aggregator/metadata/editorial-highlight.d.ts +15 -0
- package/scripts/aggregator/metadata/editorial-highlight.js +53 -0
- package/scripts/aggregator/metadata/priority-finding-highlight.js +7 -2
- package/scripts/aggregator/metadata/resolve-helpers.js +9 -3
- package/scripts/aggregator/metadata/text-utils.js +7 -0
- package/scripts/aggregator/metadata/translated-sibling.d.ts +23 -0
- package/scripts/aggregator/metadata/translated-sibling.js +39 -0
- package/scripts/aggregator/reader-guide/builder.js +3 -1
- package/scripts/aggregator/reader-guide/labels.d.ts +7 -0
- package/scripts/aggregator/reader-guide/labels.js +22 -0
- package/scripts/aggregator/reader-intelligence-guide.d.ts +1 -1
- package/scripts/aggregator/reader-intelligence-guide.js +1 -1
- package/scripts/aggregator/seo-entity-extractor.d.ts +45 -0
- package/scripts/aggregator/seo-entity-extractor.js +211 -0
- package/scripts/constants/articles/breaking-strings-central.d.ts +8 -0
- package/scripts/constants/articles/breaking-strings-central.js +105 -0
- package/scripts/constants/articles/breaking-strings-east.d.ts +8 -0
- package/scripts/constants/articles/breaking-strings-east.js +203 -0
- package/scripts/constants/articles/breaking-strings-nordic.d.ts +8 -0
- package/scripts/constants/articles/breaking-strings-nordic.js +252 -0
- package/scripts/constants/articles/breaking-strings-west.d.ts +8 -0
- package/scripts/constants/articles/breaking-strings-west.js +154 -0
- package/scripts/constants/articles/breaking.d.ts +0 -1
- package/scripts/constants/articles/breaking.js +9 -6
- package/scripts/constants/articles/dashboard/ar.d.ts +8 -0
- package/scripts/constants/articles/dashboard/ar.js +71 -0
- package/scripts/constants/articles/dashboard/da.d.ts +8 -0
- package/scripts/constants/articles/dashboard/da.js +71 -0
- package/scripts/constants/articles/dashboard/de.d.ts +8 -0
- package/scripts/constants/articles/dashboard/de.js +71 -0
- package/scripts/constants/articles/dashboard/en.d.ts +8 -0
- package/scripts/constants/articles/dashboard/en.js +71 -0
- package/scripts/constants/articles/dashboard/es.d.ts +8 -0
- package/scripts/constants/articles/dashboard/es.js +71 -0
- package/scripts/constants/articles/dashboard/fi.d.ts +8 -0
- package/scripts/constants/articles/dashboard/fi.js +71 -0
- package/scripts/constants/articles/dashboard/fr.d.ts +8 -0
- package/scripts/constants/articles/dashboard/fr.js +71 -0
- package/scripts/constants/articles/dashboard/he.d.ts +8 -0
- package/scripts/constants/articles/dashboard/he.js +71 -0
- package/scripts/constants/articles/dashboard/index.d.ts +7 -0
- package/scripts/constants/articles/dashboard/index.js +33 -0
- package/scripts/constants/articles/dashboard/ja.d.ts +8 -0
- package/scripts/constants/articles/dashboard/ja.js +71 -0
- package/scripts/constants/articles/dashboard/ko.d.ts +8 -0
- package/scripts/constants/articles/dashboard/ko.js +71 -0
- package/scripts/constants/articles/dashboard/nl.d.ts +8 -0
- package/scripts/constants/articles/dashboard/nl.js +71 -0
- package/scripts/constants/articles/dashboard/no.d.ts +8 -0
- package/scripts/constants/articles/dashboard/no.js +71 -0
- package/scripts/constants/articles/dashboard/sv.d.ts +8 -0
- package/scripts/constants/articles/dashboard/sv.js +71 -0
- package/scripts/constants/articles/dashboard/zh.d.ts +8 -0
- package/scripts/constants/articles/dashboard/zh.js +71 -0
- package/scripts/constants/articles/dashboard.d.ts +7 -2
- package/scripts/constants/articles/dashboard.js +4 -8
- package/scripts/constants/articles/deep-analysis/ar.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/ar.js +75 -0
- package/scripts/constants/articles/deep-analysis/da.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/da.js +75 -0
- package/scripts/constants/articles/deep-analysis/de.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/de.js +75 -0
- package/scripts/constants/articles/deep-analysis/en.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/en.js +75 -0
- package/scripts/constants/articles/deep-analysis/es.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/es.js +75 -0
- package/scripts/constants/articles/deep-analysis/fi.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/fi.js +75 -0
- package/scripts/constants/articles/deep-analysis/fr.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/fr.js +75 -0
- package/scripts/constants/articles/deep-analysis/he.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/he.js +75 -0
- package/scripts/constants/articles/deep-analysis/index.d.ts +7 -0
- package/scripts/constants/articles/deep-analysis/index.js +33 -0
- package/scripts/constants/articles/deep-analysis/ja.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/ja.js +75 -0
- package/scripts/constants/articles/deep-analysis/ko.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/ko.js +75 -0
- package/scripts/constants/articles/deep-analysis/nl.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/nl.js +75 -0
- package/scripts/constants/articles/deep-analysis/no.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/no.js +75 -0
- package/scripts/constants/articles/deep-analysis/sv.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/sv.js +75 -0
- package/scripts/constants/articles/deep-analysis/zh.d.ts +8 -0
- package/scripts/constants/articles/deep-analysis/zh.js +75 -0
- package/scripts/constants/articles/deep-analysis.d.ts +4 -3
- package/scripts/constants/articles/deep-analysis.js +3 -7
- package/scripts/constants/articles/localized-keywords-central.d.ts +8 -0
- package/scripts/constants/articles/localized-keywords-central.js +118 -0
- package/scripts/constants/articles/localized-keywords-nordic.d.ts +8 -0
- package/scripts/constants/articles/localized-keywords-nordic.js +303 -0
- package/scripts/constants/articles/localized-keywords.js +4 -2
- package/scripts/constants/articles/swot-builder-central.d.ts +8 -0
- package/scripts/constants/articles/swot-builder-central.js +90 -0
- package/scripts/constants/articles/swot-builder-nordic.d.ts +8 -0
- package/scripts/constants/articles/swot-builder-nordic.js +216 -0
- package/scripts/constants/articles/swot.js +4 -2
- package/scripts/constants/articles/week-ahead-eu.d.ts +12 -0
- package/scripts/constants/articles/week-ahead-eu.js +278 -0
- package/scripts/constants/articles/week-ahead-global.d.ts +12 -0
- package/scripts/constants/articles/week-ahead-global.js +278 -0
- package/scripts/constants/articles/week-ahead.d.ts +4 -7
- package/scripts/constants/articles/week-ahead.js +11 -535
- package/scripts/constants/world-bank/category-map-analysis.d.ts +9 -0
- package/scripts/constants/world-bank/category-map-analysis.js +204 -0
- package/scripts/constants/world-bank/category-map-legislative.d.ts +9 -0
- package/scripts/constants/world-bank/category-map-legislative.js +130 -0
- package/scripts/constants/world-bank/category-map-periodic.d.ts +9 -0
- package/scripts/constants/world-bank/category-map-periodic.js +176 -0
- package/scripts/constants/world-bank/category-map.d.ts +3 -26
- package/scripts/constants/world-bank/category-map.js +8 -501
- package/scripts/discover-untranslated-briefs.js +123 -4
- package/scripts/generators/news-indexes/per-language.js +21 -7
- package/scripts/generators/political-intelligence/html.js +39 -8
- package/scripts/generators/sitemap/html.js +25 -7
- package/scripts/mcp/ep/client.d.ts +0 -1
- package/scripts/mcp/ep/client.js +0 -65
- package/scripts/mcp/ep/error-classifier.d.ts +2 -2
- package/scripts/mcp/ep/error-classifier.js +2 -2
- package/scripts/mcp/ep/tools-list.d.ts +13 -0
- package/scripts/mcp/ep/tools-list.js +79 -0
- package/scripts/mcp/ep-mcp-client.d.ts +1 -0
- package/scripts/mcp/ep-mcp-client.js +1 -0
- package/scripts/mcp/imf/client.d.ts +3 -64
- package/scripts/mcp/imf/client.js +18 -207
- package/scripts/mcp/imf/http-transport.d.ts +92 -0
- package/scripts/mcp/imf/http-transport.js +232 -0
- package/scripts/mcp/transport/connection.d.ts +25 -53
- package/scripts/mcp/transport/connection.js +90 -250
- package/scripts/mcp/transport/process.d.ts +62 -0
- package/scripts/mcp/transport/process.js +147 -0
- package/scripts/mcp/transport/reconnect.d.ts +73 -0
- package/scripts/mcp/transport/reconnect.js +96 -0
- package/scripts/validate-brief-translations.js +122 -6
- package/scripts/constants/articles/breaking-strings-eu.d.ts +0 -7
- package/scripts/constants/articles/breaking-strings-global.d.ts +0 -7
- package/scripts/constants/articles/dashboard-builder-eu.d.ts +0 -7
- package/scripts/constants/articles/dashboard-builder-global.d.ts +0 -7
- package/scripts/constants/articles/deep-analysis-strings-eu.d.ts +0 -7
- package/scripts/constants/articles/deep-analysis-strings-global.d.ts +0 -7
- package/scripts/constants/articles/localized-keywords-eu.d.ts +0 -7
- package/scripts/constants/articles/swot-builder-eu.d.ts +0 -7
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// SPDX-FileCopyrightText: 2024-2026 Hack23 AB
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
/** HE dashboard-builder strings */
|
|
4
|
+
export const DASHBOARD_BUILDER_STRINGS_HE = {
|
|
5
|
+
votingOverview: 'סקירת הצבעות',
|
|
6
|
+
totalVotes: 'סך ההצבעות',
|
|
7
|
+
adopted: 'אומצו',
|
|
8
|
+
rejected: 'נדחו',
|
|
9
|
+
anomalies: 'חריגות',
|
|
10
|
+
politicalGroupCohesion: 'לכידות קבוצות פוליטיות',
|
|
11
|
+
groupCohesionRates: 'שיעורי לכידות קבוצתית',
|
|
12
|
+
cohesionPct: 'לכידות %',
|
|
13
|
+
scheduledActivity: 'פעילות מתוכננת',
|
|
14
|
+
plenaryEvents: 'אירועי מליאה',
|
|
15
|
+
committeeMeetings: 'ישיבות ועדה',
|
|
16
|
+
documents: 'מסמכים',
|
|
17
|
+
pipelineProcedures: 'הליכי צינור',
|
|
18
|
+
parliamentaryQuestions: 'שאילתות פרלמנטריות',
|
|
19
|
+
questionsFiled: 'שאילתות שהוגשו',
|
|
20
|
+
bottleneckProcedures: 'הליכי צוואר בקבוק',
|
|
21
|
+
feedActivity: 'פעילות פיד',
|
|
22
|
+
adoptedTexts: 'טקסטים שאומצו',
|
|
23
|
+
events: 'אירועים',
|
|
24
|
+
procedures: 'הליכים',
|
|
25
|
+
mepUpdates: 'עדכוני חברי פרלמנט',
|
|
26
|
+
activitySummary: 'סיכום פעילות',
|
|
27
|
+
totalItems: 'סך הפריטים',
|
|
28
|
+
feedBreakdown: 'פירוט פיד',
|
|
29
|
+
items: 'פריטים',
|
|
30
|
+
pipelineHealth: 'בריאות צינור',
|
|
31
|
+
healthScore: 'ציון בריאות',
|
|
32
|
+
throughput: 'תפוקה',
|
|
33
|
+
status: 'מצב',
|
|
34
|
+
pipelineStrong: 'חזק',
|
|
35
|
+
pipelineModerate: 'בינוני',
|
|
36
|
+
pipelineWeak: 'חלש',
|
|
37
|
+
committeeOverview: 'סקירת ועדות',
|
|
38
|
+
totalCommittees: 'סך הוועדות',
|
|
39
|
+
activeCommittees: 'ועדות פעילות',
|
|
40
|
+
activityRate: 'שיעור פעילות',
|
|
41
|
+
documentsProduced: 'מסמכים שהופקו',
|
|
42
|
+
documentOutputByCommittee: 'תפוקת מסמכים לפי ועדה',
|
|
43
|
+
documentsPerCommittee: 'מסמכים לכל ועדה',
|
|
44
|
+
coalitionAlignment: 'יישור קואליציה',
|
|
45
|
+
alignmentScore: 'ציון יישור',
|
|
46
|
+
votingBlocs: 'גושי הצבעה',
|
|
47
|
+
coalitionShift: 'שינוי קואליציוני',
|
|
48
|
+
coalitionStrengthening: 'התחזקות',
|
|
49
|
+
coalitionWeakening: 'התחלשות',
|
|
50
|
+
coalitionStable: 'יציב',
|
|
51
|
+
coalitionRadarChart: 'מכ"ם קואליציוני',
|
|
52
|
+
pipelineStatus: 'סטטוס צינור',
|
|
53
|
+
onTrack: 'על המסלול',
|
|
54
|
+
delayed: 'מאוחר',
|
|
55
|
+
blocked: 'חסום',
|
|
56
|
+
fastTracked: 'מסלול מהיר',
|
|
57
|
+
pipelineStatusChart: 'תרשים צינור',
|
|
58
|
+
trendAnalysis: 'ניתוח מגמות',
|
|
59
|
+
weekOverWeek: 'שבוע לשבוע',
|
|
60
|
+
monthOverMonth: 'חודש לחודש',
|
|
61
|
+
trendImproving: 'שיפור',
|
|
62
|
+
trendDeclining: 'ירידה',
|
|
63
|
+
trendStableLabel: 'יציב',
|
|
64
|
+
activityTrendChart: 'מגמת פעילות',
|
|
65
|
+
stakeholderImpact: 'השפעה על בעלי עניין',
|
|
66
|
+
impactScore: 'ציון השפעה',
|
|
67
|
+
impactPositive: 'חיובי',
|
|
68
|
+
impactNegative: 'שלילי',
|
|
69
|
+
impactNeutral: 'ניטרלי',
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=he.js.map
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module Constants/Articles/Dashboard
|
|
3
|
+
* @description Dashboard-builder strings assembled from all 14 per-language modules.
|
|
4
|
+
*/
|
|
5
|
+
import type { LanguageMap, DashboardBuilderStrings } from '../../../types/index.js';
|
|
6
|
+
export declare const DASHBOARD_BUILDER_STRINGS: LanguageMap<DashboardBuilderStrings>;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
// SPDX-FileCopyrightText: 2024-2026 Hack23 AB
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
import { DASHBOARD_BUILDER_STRINGS_EN } from './en.js';
|
|
4
|
+
import { DASHBOARD_BUILDER_STRINGS_SV } from './sv.js';
|
|
5
|
+
import { DASHBOARD_BUILDER_STRINGS_DA } from './da.js';
|
|
6
|
+
import { DASHBOARD_BUILDER_STRINGS_NO } from './no.js';
|
|
7
|
+
import { DASHBOARD_BUILDER_STRINGS_FI } from './fi.js';
|
|
8
|
+
import { DASHBOARD_BUILDER_STRINGS_DE } from './de.js';
|
|
9
|
+
import { DASHBOARD_BUILDER_STRINGS_FR } from './fr.js';
|
|
10
|
+
import { DASHBOARD_BUILDER_STRINGS_ES } from './es.js';
|
|
11
|
+
import { DASHBOARD_BUILDER_STRINGS_NL } from './nl.js';
|
|
12
|
+
import { DASHBOARD_BUILDER_STRINGS_AR } from './ar.js';
|
|
13
|
+
import { DASHBOARD_BUILDER_STRINGS_HE } from './he.js';
|
|
14
|
+
import { DASHBOARD_BUILDER_STRINGS_JA } from './ja.js';
|
|
15
|
+
import { DASHBOARD_BUILDER_STRINGS_KO } from './ko.js';
|
|
16
|
+
import { DASHBOARD_BUILDER_STRINGS_ZH } from './zh.js';
|
|
17
|
+
export const DASHBOARD_BUILDER_STRINGS = {
|
|
18
|
+
en: DASHBOARD_BUILDER_STRINGS_EN,
|
|
19
|
+
sv: DASHBOARD_BUILDER_STRINGS_SV,
|
|
20
|
+
da: DASHBOARD_BUILDER_STRINGS_DA,
|
|
21
|
+
no: DASHBOARD_BUILDER_STRINGS_NO,
|
|
22
|
+
fi: DASHBOARD_BUILDER_STRINGS_FI,
|
|
23
|
+
de: DASHBOARD_BUILDER_STRINGS_DE,
|
|
24
|
+
fr: DASHBOARD_BUILDER_STRINGS_FR,
|
|
25
|
+
es: DASHBOARD_BUILDER_STRINGS_ES,
|
|
26
|
+
nl: DASHBOARD_BUILDER_STRINGS_NL,
|
|
27
|
+
ar: DASHBOARD_BUILDER_STRINGS_AR,
|
|
28
|
+
he: DASHBOARD_BUILDER_STRINGS_HE,
|
|
29
|
+
ja: DASHBOARD_BUILDER_STRINGS_JA,
|
|
30
|
+
ko: DASHBOARD_BUILDER_STRINGS_KO,
|
|
31
|
+
zh: DASHBOARD_BUILDER_STRINGS_ZH,
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module Constants/Articles/Dashboard/JA
|
|
3
|
+
* @description JA dashboard-builder strings.
|
|
4
|
+
*/
|
|
5
|
+
import type { DashboardBuilderStrings } from '../../../types/index.js';
|
|
6
|
+
/** JA dashboard-builder strings */
|
|
7
|
+
export declare const DASHBOARD_BUILDER_STRINGS_JA: DashboardBuilderStrings;
|
|
8
|
+
//# sourceMappingURL=ja.d.ts.map
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// SPDX-FileCopyrightText: 2024-2026 Hack23 AB
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
/** JA dashboard-builder strings */
|
|
4
|
+
export const DASHBOARD_BUILDER_STRINGS_JA = {
|
|
5
|
+
votingOverview: '投票概要',
|
|
6
|
+
totalVotes: '総投票数',
|
|
7
|
+
adopted: '採択',
|
|
8
|
+
rejected: '否決',
|
|
9
|
+
anomalies: '異常',
|
|
10
|
+
politicalGroupCohesion: '政治グループ結束力',
|
|
11
|
+
groupCohesionRates: 'グループ結束率',
|
|
12
|
+
cohesionPct: '結束率 %',
|
|
13
|
+
scheduledActivity: '予定された活動',
|
|
14
|
+
plenaryEvents: '本会議イベント',
|
|
15
|
+
committeeMeetings: '委員会会議',
|
|
16
|
+
documents: '文書',
|
|
17
|
+
pipelineProcedures: 'パイプライン手続き',
|
|
18
|
+
parliamentaryQuestions: '議会質問',
|
|
19
|
+
questionsFiled: '提出された質問',
|
|
20
|
+
bottleneckProcedures: 'ボトルネック手続き',
|
|
21
|
+
feedActivity: 'フィード活動',
|
|
22
|
+
adoptedTexts: '採択テキスト',
|
|
23
|
+
events: 'イベント',
|
|
24
|
+
procedures: '手続き',
|
|
25
|
+
mepUpdates: 'MEP更新',
|
|
26
|
+
activitySummary: '活動サマリー',
|
|
27
|
+
totalItems: '総項目数',
|
|
28
|
+
feedBreakdown: 'フィード内訳',
|
|
29
|
+
items: '項目',
|
|
30
|
+
pipelineHealth: 'パイプライン健全性',
|
|
31
|
+
healthScore: '健全性スコア',
|
|
32
|
+
throughput: 'スループット',
|
|
33
|
+
status: 'ステータス',
|
|
34
|
+
pipelineStrong: '強い',
|
|
35
|
+
pipelineModerate: '中程度',
|
|
36
|
+
pipelineWeak: '弱い',
|
|
37
|
+
committeeOverview: '委員会概要',
|
|
38
|
+
totalCommittees: '委員会総数',
|
|
39
|
+
activeCommittees: '活動中の委員会',
|
|
40
|
+
activityRate: '活動率',
|
|
41
|
+
documentsProduced: '作成された文書',
|
|
42
|
+
documentOutputByCommittee: '委員会別文書産出',
|
|
43
|
+
documentsPerCommittee: '委員会あたりの文書数',
|
|
44
|
+
coalitionAlignment: '連立調整',
|
|
45
|
+
alignmentScore: '調整スコア',
|
|
46
|
+
votingBlocs: '投票ブロック',
|
|
47
|
+
coalitionShift: '連立変化',
|
|
48
|
+
coalitionStrengthening: '強化',
|
|
49
|
+
coalitionWeakening: '弱体化',
|
|
50
|
+
coalitionStable: '安定',
|
|
51
|
+
coalitionRadarChart: '連立レーダー',
|
|
52
|
+
pipelineStatus: 'パイプライン状況',
|
|
53
|
+
onTrack: '予定通り',
|
|
54
|
+
delayed: '遅延',
|
|
55
|
+
blocked: '停滞',
|
|
56
|
+
fastTracked: '加速',
|
|
57
|
+
pipelineStatusChart: 'パイプライン状況図',
|
|
58
|
+
trendAnalysis: 'トレンド分析',
|
|
59
|
+
weekOverWeek: '週次比較',
|
|
60
|
+
monthOverMonth: '月次比較',
|
|
61
|
+
trendImproving: '改善',
|
|
62
|
+
trendDeclining: '低下',
|
|
63
|
+
trendStableLabel: '安定',
|
|
64
|
+
activityTrendChart: '活動トレンド',
|
|
65
|
+
stakeholderImpact: '利害関係者への影響',
|
|
66
|
+
impactScore: '影響スコア',
|
|
67
|
+
impactPositive: 'ポジティブ',
|
|
68
|
+
impactNegative: 'ネガティブ',
|
|
69
|
+
impactNeutral: '中立',
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=ja.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module Constants/Articles/Dashboard/KO
|
|
3
|
+
* @description KO dashboard-builder strings.
|
|
4
|
+
*/
|
|
5
|
+
import type { DashboardBuilderStrings } from '../../../types/index.js';
|
|
6
|
+
/** KO dashboard-builder strings */
|
|
7
|
+
export declare const DASHBOARD_BUILDER_STRINGS_KO: DashboardBuilderStrings;
|
|
8
|
+
//# sourceMappingURL=ko.d.ts.map
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// SPDX-FileCopyrightText: 2024-2026 Hack23 AB
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
/** KO dashboard-builder strings */
|
|
4
|
+
export const DASHBOARD_BUILDER_STRINGS_KO = {
|
|
5
|
+
votingOverview: '투표 개요',
|
|
6
|
+
totalVotes: '총 투표 수',
|
|
7
|
+
adopted: '채택',
|
|
8
|
+
rejected: '거부',
|
|
9
|
+
anomalies: '이상',
|
|
10
|
+
politicalGroupCohesion: '정치 그룹 결속력',
|
|
11
|
+
groupCohesionRates: '그룹 결속률',
|
|
12
|
+
cohesionPct: '결속률 %',
|
|
13
|
+
scheduledActivity: '예정된 활동',
|
|
14
|
+
plenaryEvents: '본회의 일정',
|
|
15
|
+
committeeMeetings: '위원회 회의',
|
|
16
|
+
documents: '문서',
|
|
17
|
+
pipelineProcedures: '파이프라인 절차',
|
|
18
|
+
parliamentaryQuestions: '의회 질의',
|
|
19
|
+
questionsFiled: '제출된 질의',
|
|
20
|
+
bottleneckProcedures: '병목 절차',
|
|
21
|
+
feedActivity: '피드 활동',
|
|
22
|
+
adoptedTexts: '채택 텍스트',
|
|
23
|
+
events: '행사',
|
|
24
|
+
procedures: '절차',
|
|
25
|
+
mepUpdates: 'MEP 업데이트',
|
|
26
|
+
activitySummary: '활동 요약',
|
|
27
|
+
totalItems: '총 항목 수',
|
|
28
|
+
feedBreakdown: '피드 구성',
|
|
29
|
+
items: '항목',
|
|
30
|
+
pipelineHealth: '파이프라인 건전성',
|
|
31
|
+
healthScore: '건전성 점수',
|
|
32
|
+
throughput: '처리량',
|
|
33
|
+
status: '상태',
|
|
34
|
+
pipelineStrong: '강함',
|
|
35
|
+
pipelineModerate: '보통',
|
|
36
|
+
pipelineWeak: '약함',
|
|
37
|
+
committeeOverview: '위원회 개요',
|
|
38
|
+
totalCommittees: '총 위원회 수',
|
|
39
|
+
activeCommittees: '활동 위원회',
|
|
40
|
+
activityRate: '활동률',
|
|
41
|
+
documentsProduced: '생산된 문서',
|
|
42
|
+
documentOutputByCommittee: '위원회별 문서 산출',
|
|
43
|
+
documentsPerCommittee: '위원회당 문서 수',
|
|
44
|
+
coalitionAlignment: '연립 정렬',
|
|
45
|
+
alignmentScore: '정렬 점수',
|
|
46
|
+
votingBlocs: '투표 블록',
|
|
47
|
+
coalitionShift: '연립 변화',
|
|
48
|
+
coalitionStrengthening: '강화',
|
|
49
|
+
coalitionWeakening: '약화',
|
|
50
|
+
coalitionStable: '안정',
|
|
51
|
+
coalitionRadarChart: '연립 레이더',
|
|
52
|
+
pipelineStatus: '파이프라인 현황',
|
|
53
|
+
onTrack: '정상 진행',
|
|
54
|
+
delayed: '지연',
|
|
55
|
+
blocked: '차단',
|
|
56
|
+
fastTracked: '신속 처리',
|
|
57
|
+
pipelineStatusChart: '파이프라인 현황 차트',
|
|
58
|
+
trendAnalysis: '추세 분석',
|
|
59
|
+
weekOverWeek: '주 대비 주',
|
|
60
|
+
monthOverMonth: '월 대비 월',
|
|
61
|
+
trendImproving: '개선',
|
|
62
|
+
trendDeclining: '하락',
|
|
63
|
+
trendStableLabel: '안정',
|
|
64
|
+
activityTrendChart: '활동 추세',
|
|
65
|
+
stakeholderImpact: '이해관계자 영향',
|
|
66
|
+
impactScore: '영향 점수',
|
|
67
|
+
impactPositive: '긍정적',
|
|
68
|
+
impactNegative: '부정적',
|
|
69
|
+
impactNeutral: '중립',
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=ko.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module Constants/Articles/Dashboard/NL
|
|
3
|
+
* @description NL dashboard-builder strings.
|
|
4
|
+
*/
|
|
5
|
+
import type { DashboardBuilderStrings } from '../../../types/index.js';
|
|
6
|
+
/** NL dashboard-builder strings */
|
|
7
|
+
export declare const DASHBOARD_BUILDER_STRINGS_NL: DashboardBuilderStrings;
|
|
8
|
+
//# sourceMappingURL=nl.d.ts.map
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// SPDX-FileCopyrightText: 2024-2026 Hack23 AB
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
/** NL dashboard-builder strings */
|
|
4
|
+
export const DASHBOARD_BUILDER_STRINGS_NL = {
|
|
5
|
+
votingOverview: 'Stemoverzicht',
|
|
6
|
+
totalVotes: 'Totaal stemmen',
|
|
7
|
+
adopted: 'Aangenomen',
|
|
8
|
+
rejected: 'Verworpen',
|
|
9
|
+
anomalies: 'Afwijkingen',
|
|
10
|
+
politicalGroupCohesion: 'Fractiecohesie',
|
|
11
|
+
groupCohesionRates: 'Fractiecohesiepercentages',
|
|
12
|
+
cohesionPct: 'Cohesie %',
|
|
13
|
+
scheduledActivity: 'Geplande activiteit',
|
|
14
|
+
plenaryEvents: 'Plenaire evenementen',
|
|
15
|
+
committeeMeetings: 'Commissievergaderingen',
|
|
16
|
+
documents: 'Documenten',
|
|
17
|
+
pipelineProcedures: 'Pipeline-procedures',
|
|
18
|
+
parliamentaryQuestions: 'Parlementaire vragen',
|
|
19
|
+
questionsFiled: 'Ingediende vragen',
|
|
20
|
+
bottleneckProcedures: 'Knelpuntprocedures',
|
|
21
|
+
feedActivity: 'Feedactiviteit',
|
|
22
|
+
adoptedTexts: 'Aangenomen teksten',
|
|
23
|
+
events: 'Evenementen',
|
|
24
|
+
procedures: 'Procedures',
|
|
25
|
+
mepUpdates: 'EP-lid-updates',
|
|
26
|
+
activitySummary: 'Activiteitssamenvatting',
|
|
27
|
+
totalItems: 'Totaal items',
|
|
28
|
+
feedBreakdown: 'Feedverdeling',
|
|
29
|
+
items: 'Items',
|
|
30
|
+
pipelineHealth: 'Pipeline-gezondheid',
|
|
31
|
+
healthScore: 'Gezondheidsscore',
|
|
32
|
+
throughput: 'Doorvoer',
|
|
33
|
+
status: 'Status',
|
|
34
|
+
pipelineStrong: 'Sterk',
|
|
35
|
+
pipelineModerate: 'Matig',
|
|
36
|
+
pipelineWeak: 'Zwak',
|
|
37
|
+
committeeOverview: 'Commissieoverzicht',
|
|
38
|
+
totalCommittees: 'Totaal commissies',
|
|
39
|
+
activeCommittees: 'Actieve commissies',
|
|
40
|
+
activityRate: 'Activiteitspercentage',
|
|
41
|
+
documentsProduced: 'Geproduceerde documenten',
|
|
42
|
+
documentOutputByCommittee: 'Documentproductie per commissie',
|
|
43
|
+
documentsPerCommittee: 'Documenten per commissie',
|
|
44
|
+
coalitionAlignment: 'Coalitieafstemming',
|
|
45
|
+
alignmentScore: 'Afstemmingsscore',
|
|
46
|
+
votingBlocs: 'Stemblokken',
|
|
47
|
+
coalitionShift: 'Coalitieverschuiving',
|
|
48
|
+
coalitionStrengthening: 'Versterking',
|
|
49
|
+
coalitionWeakening: 'Verzwakking',
|
|
50
|
+
coalitionStable: 'Stabiel',
|
|
51
|
+
coalitionRadarChart: 'Coalitieradar',
|
|
52
|
+
pipelineStatus: 'Pipelinestatus',
|
|
53
|
+
onTrack: 'Op schema',
|
|
54
|
+
delayed: 'Vertraagd',
|
|
55
|
+
blocked: 'Geblokkeerd',
|
|
56
|
+
fastTracked: 'Versneld',
|
|
57
|
+
pipelineStatusChart: 'Pipelinestatusdiagram',
|
|
58
|
+
trendAnalysis: 'Trendanalyse',
|
|
59
|
+
weekOverWeek: 'Week-op-week',
|
|
60
|
+
monthOverMonth: 'Maand-op-maand',
|
|
61
|
+
trendImproving: 'Verbetering',
|
|
62
|
+
trendDeclining: 'Achteruitgang',
|
|
63
|
+
trendStableLabel: 'Stabiel',
|
|
64
|
+
activityTrendChart: 'Activiteitstrend',
|
|
65
|
+
stakeholderImpact: 'Stakeholderimpact',
|
|
66
|
+
impactScore: 'Impactscore',
|
|
67
|
+
impactPositive: 'Positief',
|
|
68
|
+
impactNegative: 'Negatief',
|
|
69
|
+
impactNeutral: 'Neutraal',
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=nl.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module Constants/Articles/Dashboard/NO
|
|
3
|
+
* @description NO dashboard-builder strings.
|
|
4
|
+
*/
|
|
5
|
+
import type { DashboardBuilderStrings } from '../../../types/index.js';
|
|
6
|
+
/** NO dashboard-builder strings */
|
|
7
|
+
export declare const DASHBOARD_BUILDER_STRINGS_NO: DashboardBuilderStrings;
|
|
8
|
+
//# sourceMappingURL=no.d.ts.map
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// SPDX-FileCopyrightText: 2024-2026 Hack23 AB
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
/** NO dashboard-builder strings */
|
|
4
|
+
export const DASHBOARD_BUILDER_STRINGS_NO = {
|
|
5
|
+
votingOverview: 'Avstemningsoversikt',
|
|
6
|
+
totalVotes: 'Totale stemmer',
|
|
7
|
+
adopted: 'Vedtatt',
|
|
8
|
+
rejected: 'Avvist',
|
|
9
|
+
anomalies: 'Avvik',
|
|
10
|
+
politicalGroupCohesion: 'Politisk gruppesamhold',
|
|
11
|
+
groupCohesionRates: 'Gruppesamhold',
|
|
12
|
+
cohesionPct: 'Samhold %',
|
|
13
|
+
scheduledActivity: 'Planlagt aktivitet',
|
|
14
|
+
plenaryEvents: 'Plenarmøter',
|
|
15
|
+
committeeMeetings: 'Komitémøter',
|
|
16
|
+
documents: 'Dokumenter',
|
|
17
|
+
pipelineProcedures: 'Pipeline-prosedyrer',
|
|
18
|
+
parliamentaryQuestions: 'Parlamentariske spørsmål',
|
|
19
|
+
questionsFiled: 'Innsendte spørsmål',
|
|
20
|
+
bottleneckProcedures: 'Flaskehalsprosedyrer',
|
|
21
|
+
feedActivity: 'Feed-aktivitet',
|
|
22
|
+
adoptedTexts: 'Vedtatte tekster',
|
|
23
|
+
events: 'Hendelser',
|
|
24
|
+
procedures: 'Prosedyrer',
|
|
25
|
+
mepUpdates: 'MEP-oppdateringer',
|
|
26
|
+
activitySummary: 'Aktivitetssammendrag',
|
|
27
|
+
totalItems: 'Totale elementer',
|
|
28
|
+
feedBreakdown: 'Feed-fordeling',
|
|
29
|
+
items: 'Elementer',
|
|
30
|
+
pipelineHealth: 'Pipeline-helse',
|
|
31
|
+
healthScore: 'Helsescore',
|
|
32
|
+
throughput: 'Gjennomstrømning',
|
|
33
|
+
status: 'Status',
|
|
34
|
+
pipelineStrong: 'Sterk',
|
|
35
|
+
pipelineModerate: 'Moderat',
|
|
36
|
+
pipelineWeak: 'Svak',
|
|
37
|
+
committeeOverview: 'Komitéoversikt',
|
|
38
|
+
totalCommittees: 'Totale komiteer',
|
|
39
|
+
activeCommittees: 'Aktive komiteer',
|
|
40
|
+
activityRate: 'Aktivitetsrate',
|
|
41
|
+
documentsProduced: 'Produserte dokumenter',
|
|
42
|
+
documentOutputByCommittee: 'Dokumentproduksjon per komité',
|
|
43
|
+
documentsPerCommittee: 'Dokumenter per komité',
|
|
44
|
+
coalitionAlignment: 'Koalisjonsretting',
|
|
45
|
+
alignmentScore: 'Retningsscore',
|
|
46
|
+
votingBlocs: 'Stemmeblokker',
|
|
47
|
+
coalitionShift: 'Koalisjonsskifte',
|
|
48
|
+
coalitionStrengthening: 'Styrking',
|
|
49
|
+
coalitionWeakening: 'Svekkelse',
|
|
50
|
+
coalitionStable: 'Stabil',
|
|
51
|
+
coalitionRadarChart: 'Koalisjonsradar',
|
|
52
|
+
pipelineStatus: 'Pipeline-status',
|
|
53
|
+
onTrack: 'På rett spor',
|
|
54
|
+
delayed: 'Forsinket',
|
|
55
|
+
blocked: 'Blokkert',
|
|
56
|
+
fastTracked: 'Hurtigspor',
|
|
57
|
+
pipelineStatusChart: 'Pipeline-statusdiagram',
|
|
58
|
+
trendAnalysis: 'Trendanalyse',
|
|
59
|
+
weekOverWeek: 'Uke-til-uke',
|
|
60
|
+
monthOverMonth: 'Måned-til-måned',
|
|
61
|
+
trendImproving: 'Forbedring',
|
|
62
|
+
trendDeclining: 'Nedgang',
|
|
63
|
+
trendStableLabel: 'Stabil',
|
|
64
|
+
activityTrendChart: 'Aktivitetstrend',
|
|
65
|
+
stakeholderImpact: 'Interessentpåvirkning',
|
|
66
|
+
impactScore: 'Påvirkningsscore',
|
|
67
|
+
impactPositive: 'Positiv',
|
|
68
|
+
impactNegative: 'Negativ',
|
|
69
|
+
impactNeutral: 'Nøytral',
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=no.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module Constants/Articles/Dashboard/SV
|
|
3
|
+
* @description SV dashboard-builder strings.
|
|
4
|
+
*/
|
|
5
|
+
import type { DashboardBuilderStrings } from '../../../types/index.js';
|
|
6
|
+
/** SV dashboard-builder strings */
|
|
7
|
+
export declare const DASHBOARD_BUILDER_STRINGS_SV: DashboardBuilderStrings;
|
|
8
|
+
//# sourceMappingURL=sv.d.ts.map
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// SPDX-FileCopyrightText: 2024-2026 Hack23 AB
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
/** SV dashboard-builder strings */
|
|
4
|
+
export const DASHBOARD_BUILDER_STRINGS_SV = {
|
|
5
|
+
votingOverview: 'Röstningsöversikt',
|
|
6
|
+
totalVotes: 'Totala röster',
|
|
7
|
+
adopted: 'Antagna',
|
|
8
|
+
rejected: 'Avvisade',
|
|
9
|
+
anomalies: 'Anomalier',
|
|
10
|
+
politicalGroupCohesion: 'Politisk gruppsammanhållning',
|
|
11
|
+
groupCohesionRates: 'Gruppsammanhållning',
|
|
12
|
+
cohesionPct: 'Sammanhållning %',
|
|
13
|
+
scheduledActivity: 'Planerad aktivitet',
|
|
14
|
+
plenaryEvents: 'Plenarsessioner',
|
|
15
|
+
committeeMeetings: 'Utskottsmöten',
|
|
16
|
+
documents: 'Dokument',
|
|
17
|
+
pipelineProcedures: 'Pipelineförfaranden',
|
|
18
|
+
parliamentaryQuestions: 'Parlamentariska frågor',
|
|
19
|
+
questionsFiled: 'Inlämnade frågor',
|
|
20
|
+
bottleneckProcedures: 'Flaskhalsförfaranden',
|
|
21
|
+
feedActivity: 'Flödesaktivitet',
|
|
22
|
+
adoptedTexts: 'Antagna texter',
|
|
23
|
+
events: 'Händelser',
|
|
24
|
+
procedures: 'Förfaranden',
|
|
25
|
+
mepUpdates: 'MEP-uppdateringar',
|
|
26
|
+
activitySummary: 'Aktivitetssammanfattning',
|
|
27
|
+
totalItems: 'Totalt antal',
|
|
28
|
+
feedBreakdown: 'Flödesfördelning',
|
|
29
|
+
items: 'Objekt',
|
|
30
|
+
pipelineHealth: 'Pipelinehälsa',
|
|
31
|
+
healthScore: 'Hälsopoäng',
|
|
32
|
+
throughput: 'Genomströmning',
|
|
33
|
+
status: 'Status',
|
|
34
|
+
pipelineStrong: 'Stark',
|
|
35
|
+
pipelineModerate: 'Måttlig',
|
|
36
|
+
pipelineWeak: 'Svag',
|
|
37
|
+
committeeOverview: 'Utskottsöversikt',
|
|
38
|
+
totalCommittees: 'Totala utskott',
|
|
39
|
+
activeCommittees: 'Aktiva utskott',
|
|
40
|
+
activityRate: 'Aktivitetsgrad',
|
|
41
|
+
documentsProduced: 'Producerade dokument',
|
|
42
|
+
documentOutputByCommittee: 'Dokumentproduktion per utskott',
|
|
43
|
+
documentsPerCommittee: 'Dokument per utskott',
|
|
44
|
+
coalitionAlignment: 'Koalitionsinriktning',
|
|
45
|
+
alignmentScore: 'Inriktningsmätning',
|
|
46
|
+
votingBlocs: 'Röstningsblock',
|
|
47
|
+
coalitionShift: 'Koalitionsskifte',
|
|
48
|
+
coalitionStrengthening: 'Stärks',
|
|
49
|
+
coalitionWeakening: 'Försvagas',
|
|
50
|
+
coalitionStable: 'Stabil',
|
|
51
|
+
coalitionRadarChart: 'Koalitionsradar',
|
|
52
|
+
pipelineStatus: 'Pipelinestatus',
|
|
53
|
+
onTrack: 'På rätt spår',
|
|
54
|
+
delayed: 'Försenad',
|
|
55
|
+
blocked: 'Blockerad',
|
|
56
|
+
fastTracked: 'Snabbspårad',
|
|
57
|
+
pipelineStatusChart: 'Pipelinestatusdiagram',
|
|
58
|
+
trendAnalysis: 'Trendanalys',
|
|
59
|
+
weekOverWeek: 'Vecka-till-vecka',
|
|
60
|
+
monthOverMonth: 'Månad-till-månad',
|
|
61
|
+
trendImproving: 'Förbättras',
|
|
62
|
+
trendDeclining: 'Försämras',
|
|
63
|
+
trendStableLabel: 'Stabil',
|
|
64
|
+
activityTrendChart: 'Aktivitetstrend',
|
|
65
|
+
stakeholderImpact: 'Intressentpåverkan',
|
|
66
|
+
impactScore: 'Påverkanspoäng',
|
|
67
|
+
impactPositive: 'Positiv',
|
|
68
|
+
impactNegative: 'Negativ',
|
|
69
|
+
impactNeutral: 'Neutral',
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=sv.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module Constants/Articles/Dashboard/ZH
|
|
3
|
+
* @description ZH dashboard-builder strings.
|
|
4
|
+
*/
|
|
5
|
+
import type { DashboardBuilderStrings } from '../../../types/index.js';
|
|
6
|
+
/** ZH dashboard-builder strings */
|
|
7
|
+
export declare const DASHBOARD_BUILDER_STRINGS_ZH: DashboardBuilderStrings;
|
|
8
|
+
//# sourceMappingURL=zh.d.ts.map
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
// SPDX-FileCopyrightText: 2024-2026 Hack23 AB
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
/** ZH dashboard-builder strings */
|
|
4
|
+
export const DASHBOARD_BUILDER_STRINGS_ZH = {
|
|
5
|
+
votingOverview: '投票概览',
|
|
6
|
+
totalVotes: '总投票数',
|
|
7
|
+
adopted: '通过',
|
|
8
|
+
rejected: '否决',
|
|
9
|
+
anomalies: '异常',
|
|
10
|
+
politicalGroupCohesion: '政治团体凝聚力',
|
|
11
|
+
groupCohesionRates: '团体凝聚率',
|
|
12
|
+
cohesionPct: '凝聚力 %',
|
|
13
|
+
scheduledActivity: '计划活动',
|
|
14
|
+
plenaryEvents: '全会活动',
|
|
15
|
+
committeeMeetings: '委员会会议',
|
|
16
|
+
documents: '文件',
|
|
17
|
+
pipelineProcedures: '管道程序',
|
|
18
|
+
parliamentaryQuestions: '议会质询',
|
|
19
|
+
questionsFiled: '提交的质询',
|
|
20
|
+
bottleneckProcedures: '瓶颈程序',
|
|
21
|
+
feedActivity: '信息流活动',
|
|
22
|
+
adoptedTexts: '通过的文本',
|
|
23
|
+
events: '活动',
|
|
24
|
+
procedures: '程序',
|
|
25
|
+
mepUpdates: '议员更新',
|
|
26
|
+
activitySummary: '活动摘要',
|
|
27
|
+
totalItems: '总项目数',
|
|
28
|
+
feedBreakdown: '信息流构成',
|
|
29
|
+
items: '项目',
|
|
30
|
+
pipelineHealth: '管道健康度',
|
|
31
|
+
healthScore: '健康分数',
|
|
32
|
+
throughput: '吞吐量',
|
|
33
|
+
status: '状态',
|
|
34
|
+
pipelineStrong: '强',
|
|
35
|
+
pipelineModerate: '中等',
|
|
36
|
+
pipelineWeak: '弱',
|
|
37
|
+
committeeOverview: '委员会概览',
|
|
38
|
+
totalCommittees: '委员会总数',
|
|
39
|
+
activeCommittees: '活跃委员会',
|
|
40
|
+
activityRate: '活动率',
|
|
41
|
+
documentsProduced: '产出文件',
|
|
42
|
+
documentOutputByCommittee: '各委员会文件产出',
|
|
43
|
+
documentsPerCommittee: '每委员会文件数',
|
|
44
|
+
coalitionAlignment: '联盟对齐',
|
|
45
|
+
alignmentScore: '对齐分数',
|
|
46
|
+
votingBlocs: '投票集团',
|
|
47
|
+
coalitionShift: '联盟转变',
|
|
48
|
+
coalitionStrengthening: '加强',
|
|
49
|
+
coalitionWeakening: '削弱',
|
|
50
|
+
coalitionStable: '稳定',
|
|
51
|
+
coalitionRadarChart: '联盟雷达图',
|
|
52
|
+
pipelineStatus: '流程状态',
|
|
53
|
+
onTrack: '按时',
|
|
54
|
+
delayed: '延误',
|
|
55
|
+
blocked: '阻塞',
|
|
56
|
+
fastTracked: '加速',
|
|
57
|
+
pipelineStatusChart: '流程状态图',
|
|
58
|
+
trendAnalysis: '趋势分析',
|
|
59
|
+
weekOverWeek: '周环比',
|
|
60
|
+
monthOverMonth: '月环比',
|
|
61
|
+
trendImproving: '改善',
|
|
62
|
+
trendDeclining: '下降',
|
|
63
|
+
trendStableLabel: '稳定',
|
|
64
|
+
activityTrendChart: '活动趋势',
|
|
65
|
+
stakeholderImpact: '利益相关方影响',
|
|
66
|
+
impactScore: '影响分数',
|
|
67
|
+
impactPositive: '正面',
|
|
68
|
+
impactNegative: '负面',
|
|
69
|
+
impactNeutral: '中立',
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=zh.js.map
|
|
@@ -5,8 +5,13 @@
|
|
|
5
5
|
* Per-language strings live together so a translator can update one language
|
|
6
6
|
* for this article type without touching any other article type.
|
|
7
7
|
*/
|
|
8
|
-
import type { LanguageMap, DashboardStrings
|
|
8
|
+
import type { LanguageMap, DashboardStrings } from '../../types/index.js';
|
|
9
9
|
export declare const DASHBOARD_STRINGS: LanguageMap<DashboardStrings>;
|
|
10
|
-
|
|
10
|
+
/**
|
|
11
|
+
* Localized strings used by the dashboard builder functions in analysis-builders.
|
|
12
|
+
* Template functions accept dynamic counts; plain strings are static prose.
|
|
13
|
+
*/
|
|
14
|
+
import { DASHBOARD_BUILDER_STRINGS } from './dashboard/index.js';
|
|
15
|
+
export { DASHBOARD_BUILDER_STRINGS };
|
|
11
16
|
/** Section headings for month-in-review articles, localized to all 14 languages */
|
|
12
17
|
//# sourceMappingURL=dashboard.d.ts.map
|
|
@@ -142,17 +142,13 @@ export const DASHBOARD_STRINGS = {
|
|
|
142
142
|
categoryLabel: '类别',
|
|
143
143
|
},
|
|
144
144
|
};
|
|
145
|
-
// ───
|
|
145
|
+
// ─── Dashboard Builder Strings ──────────────────────────────────────────────────
|
|
146
146
|
/**
|
|
147
|
-
* Localized strings used by the
|
|
147
|
+
* Localized strings used by the dashboard builder functions in analysis-builders.
|
|
148
148
|
* Template functions accept dynamic counts; plain strings are static prose.
|
|
149
149
|
*/
|
|
150
|
-
import {
|
|
151
|
-
|
|
152
|
-
export const DASHBOARD_BUILDER_STRINGS = {
|
|
153
|
-
...DASHBOARD_BUILDER_STRINGS_EU,
|
|
154
|
-
...DASHBOARD_BUILDER_STRINGS_GLOBAL,
|
|
155
|
-
};
|
|
150
|
+
import { DASHBOARD_BUILDER_STRINGS } from './dashboard/index.js';
|
|
151
|
+
export { DASHBOARD_BUILDER_STRINGS };
|
|
156
152
|
// ─── Month-in-Review section heading strings ──────────────────────────────────
|
|
157
153
|
/** Section headings for month-in-review articles, localized to all 14 languages */
|
|
158
154
|
//# sourceMappingURL=dashboard.js.map
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @module Constants/Articles/DeepAnalysis/AR
|
|
3
|
+
* @description AR deep-analysis strings.
|
|
4
|
+
*/
|
|
5
|
+
import type { DeepAnalysisStrings } from '../../../types/index.js';
|
|
6
|
+
/** AR deep-analysis strings */
|
|
7
|
+
export declare const DEEP_ANALYSIS_STRINGS_AR: DeepAnalysisStrings;
|
|
8
|
+
//# sourceMappingURL=ar.d.ts.map
|