rune-lab 0.1.2 → 0.2.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/core/index.d.ts +3 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/index.js +2 -0
- package/dist/{internal → core/internal}/message-resolver.d.ts +1 -0
- package/dist/core/internal/message-resolver.d.ts.map +1 -0
- package/dist/{persistence → core/persistence}/types.d.ts +1 -0
- package/dist/core/persistence/types.d.ts.map +1 -0
- package/dist/index.d.ts +2 -30
- package/dist/index.js +2 -40
- package/dist/state/api.svelte.js +3 -2
- package/dist/state/app.svelte.js +3 -2
- package/dist/state/commands.svelte.js +2 -2
- package/dist/{composables → state/composables}/usePersistence.d.ts +1 -1
- package/dist/{composables → state/composables}/useRuneLab.d.ts +1 -1
- package/dist/{composables → state/composables}/useRuneLab.js +1 -1
- package/dist/state/createConfigStore.svelte.d.ts +1 -1
- package/dist/state/createConfigStore.svelte.js +3 -3
- package/dist/state/currency.svelte.d.ts +1 -1
- package/dist/state/currency.svelte.js +1 -1
- package/dist/state/daisyui.d.ts +4 -0
- package/dist/state/index.d.ts +5 -0
- package/dist/state/index.js +9 -2
- package/dist/state/language.svelte.d.ts +1 -1
- package/dist/state/language.svelte.js +2 -2
- package/dist/state/layout.svelte.d.ts +1 -1
- package/dist/state/layout.svelte.js +1 -1
- package/dist/{persistence → state/persistence}/drivers.d.ts +1 -1
- package/dist/{persistence → state/persistence}/drivers.js +1 -1
- package/dist/state/shortcuts.svelte.js +4 -3
- package/dist/state/theme.svelte.d.ts +1 -1
- package/dist/state/theme.svelte.js +2 -2
- package/dist/state/toast.svelte.js +1 -1
- package/dist/{actions → ui/actions}/portal.js +2 -1
- package/dist/{components → ui/components}/ApiMonitor.svelte +2 -2
- package/dist/ui/components/ApiMonitor.svelte.d.ts +3 -0
- package/dist/{components → ui/components}/Icon.svelte +3 -2
- package/dist/ui/components/Icon.svelte.d.ts +9 -0
- package/dist/{components → ui/components}/RuneProvider.svelte +6 -11
- package/dist/ui/components/RuneProvider.svelte.d.ts +22 -0
- package/dist/{components → ui/components}/Toaster.svelte +1 -1
- package/dist/ui/components/Toaster.svelte.d.ts +18 -0
- package/dist/{features → ui/features}/command-palette/CommandPalette.svelte +3 -3
- package/dist/ui/features/command-palette/CommandPalette.svelte.d.ts +6 -0
- package/dist/ui/features/config/AppSettingSelector.svelte.d.ts +13 -0
- package/dist/{features → ui/features}/config/CurrencySelector.svelte +1 -1
- package/dist/ui/features/config/CurrencySelector.svelte.d.ts +8 -0
- package/dist/{features → ui/features}/config/LanguageSelector.svelte +1 -4
- package/dist/ui/features/config/LanguageSelector.svelte.d.ts +8 -0
- package/dist/{features → ui/features}/config/ThemeSelector.svelte +1 -1
- package/dist/ui/features/config/ThemeSelector.svelte.d.ts +8 -0
- package/dist/{features → ui/features}/shortcuts/ShortcutPalette.svelte +3 -3
- package/dist/ui/features/shortcuts/ShortcutPalette.svelte.d.ts +6 -0
- package/dist/ui/index.d.ts +21 -0
- package/dist/ui/index.js +31 -0
- package/dist/{features/layout/smart → ui/layout}/ConnectedNavigationPanel.svelte +2 -5
- package/dist/ui/layout/ConnectedNavigationPanel.svelte.d.ts +10 -0
- package/dist/{features/layout/smart → ui/layout}/ConnectedWorkspaceStrip.svelte +2 -5
- package/dist/ui/layout/ConnectedWorkspaceStrip.svelte.d.ts +9 -0
- package/dist/ui/layout/ContentArea.svelte.d.ts +8 -0
- package/dist/ui/layout/DetailPanel.svelte.d.ts +7 -0
- package/dist/{layout → ui/layout}/NavigationPanel.svelte +1 -1
- package/dist/ui/layout/NavigationPanel.svelte.d.ts +14 -0
- package/dist/{layout → ui/layout}/WorkspaceLayout.svelte +2 -2
- package/dist/{layout → ui/layout}/WorkspaceLayout.svelte.d.ts +3 -14
- package/dist/{layout → ui/layout}/WorkspaceStrip.svelte +1 -1
- package/dist/ui/layout/WorkspaceStrip.svelte.d.ts +11 -0
- package/dist/{layout → ui/layout}/index.d.ts +2 -2
- package/dist/{layout → ui/layout}/index.js +1 -1
- package/dist/{paraglide → ui/paraglide}/README.md +3 -2
- package/dist/{paraglide → ui/paraglide}/runtime.d.ts +15 -0
- package/dist/{paraglide → ui/paraglide}/runtime.js +45 -0
- package/package.json +40 -41
- package/dist/components/ApiMonitor.svelte.d.ts +0 -14
- package/dist/components/Icon.svelte.d.ts +0 -14
- package/dist/components/RuneProvider.svelte.d.ts +0 -28
- package/dist/components/Toaster.svelte.d.ts +0 -14
- package/dist/features/command-palette/CommandPalette.svelte.d.ts +0 -14
- package/dist/features/config/AppSettingSelector.svelte.d.ts +0 -14
- package/dist/features/config/CurrencySelector.svelte.d.ts +0 -14
- package/dist/features/config/LanguageSelector.svelte.d.ts +0 -14
- package/dist/features/config/ThemeSelector.svelte.d.ts +0 -14
- package/dist/features/detail-panels/DashboardPanel.svelte +0 -171
- package/dist/features/detail-panels/DashboardPanel.svelte.d.ts +0 -14
- package/dist/features/detail-panels/ShortcutsPanel.svelte +0 -233
- package/dist/features/detail-panels/ShortcutsPanel.svelte.d.ts +0 -14
- package/dist/features/detail-panels/ShowcasePanel.svelte +0 -114
- package/dist/features/detail-panels/ShowcasePanel.svelte.d.ts +0 -14
- package/dist/features/detail-panels/showcase-components.d.ts +0 -6
- package/dist/features/detail-panels/showcase-components.js +0 -65
- package/dist/features/layout/smart/ConnectedNavigationPanel.svelte.d.ts +0 -14
- package/dist/features/layout/smart/ConnectedWorkspaceStrip.svelte.d.ts +0 -14
- package/dist/features/shortcuts/ShortcutPalette.svelte.d.ts +0 -19
- package/dist/layout/ContentArea.svelte.d.ts +0 -14
- package/dist/layout/DetailPanel.svelte.d.ts +0 -14
- package/dist/layout/NavigationPanel.svelte.d.ts +0 -14
- package/dist/layout/WorkspaceStrip.svelte.d.ts +0 -14
- package/dist/paraglide/messages/_index.d.ts +0 -83
- package/dist/paraglide/messages/_index.js +0 -84
- package/dist/paraglide/messages/abyss.d.ts +0 -16
- package/dist/paraglide/messages/abyss.js +0 -84
- package/dist/paraglide/messages/acid.d.ts +0 -16
- package/dist/paraglide/messages/acid.js +0 -84
- package/dist/paraglide/messages/active_toasts.d.ts +0 -16
- package/dist/paraglide/messages/active_toasts.js +0 -84
- package/dist/paraglide/messages/aed3.d.ts +0 -17
- package/dist/paraglide/messages/aed3.js +0 -85
- package/dist/paraglide/messages/all_currencies.d.ts +0 -16
- package/dist/paraglide/messages/all_currencies.js +0 -84
- package/dist/paraglide/messages/all_languages.d.ts +0 -16
- package/dist/paraglide/messages/all_languages.js +0 -84
- package/dist/paraglide/messages/all_themes.d.ts +0 -16
- package/dist/paraglide/messages/all_themes.js +0 -84
- package/dist/paraglide/messages/api_status.d.ts +0 -16
- package/dist/paraglide/messages/api_status.js +0 -84
- package/dist/paraglide/messages/app_info.d.ts +0 -16
- package/dist/paraglide/messages/app_info.js +0 -84
- package/dist/paraglide/messages/appearance.d.ts +0 -16
- package/dist/paraglide/messages/appearance.js +0 -84
- package/dist/paraglide/messages/aqua.d.ts +0 -16
- package/dist/paraglide/messages/aqua.js +0 -84
- package/dist/paraglide/messages/ar.d.ts +0 -16
- package/dist/paraglide/messages/ar.js +0 -84
- package/dist/paraglide/messages/autumn.d.ts +0 -16
- package/dist/paraglide/messages/autumn.js +0 -84
- package/dist/paraglide/messages/black.d.ts +0 -16
- package/dist/paraglide/messages/black.js +0 -84
- package/dist/paraglide/messages/bumblebee.d.ts +0 -16
- package/dist/paraglide/messages/bumblebee.js +0 -84
- package/dist/paraglide/messages/business.d.ts +0 -16
- package/dist/paraglide/messages/business.js +0 -84
- package/dist/paraglide/messages/caramellatte.d.ts +0 -16
- package/dist/paraglide/messages/caramellatte.js +0 -84
- package/dist/paraglide/messages/cmyk.d.ts +0 -16
- package/dist/paraglide/messages/cmyk.js +0 -84
- package/dist/paraglide/messages/cny3.d.ts +0 -17
- package/dist/paraglide/messages/cny3.js +0 -85
- package/dist/paraglide/messages/coffee.d.ts +0 -16
- package/dist/paraglide/messages/coffee.js +0 -84
- package/dist/paraglide/messages/commands_label.d.ts +0 -16
- package/dist/paraglide/messages/commands_label.js +0 -84
- package/dist/paraglide/messages/corporate.d.ts +0 -16
- package/dist/paraglide/messages/corporate.js +0 -84
- package/dist/paraglide/messages/cupcake.d.ts +0 -16
- package/dist/paraglide/messages/cupcake.js +0 -84
- package/dist/paraglide/messages/currency.d.ts +0 -16
- package/dist/paraglide/messages/currency.js +0 -84
- package/dist/paraglide/messages/current_currency.d.ts +0 -16
- package/dist/paraglide/messages/current_currency.js +0 -84
- package/dist/paraglide/messages/current_language.d.ts +0 -16
- package/dist/paraglide/messages/current_language.js +0 -84
- package/dist/paraglide/messages/current_theme.d.ts +0 -16
- package/dist/paraglide/messages/current_theme.js +0 -84
- package/dist/paraglide/messages/currently_in_queue.d.ts +0 -16
- package/dist/paraglide/messages/currently_in_queue.js +0 -84
- package/dist/paraglide/messages/cyberpunk.d.ts +0 -16
- package/dist/paraglide/messages/cyberpunk.js +0 -84
- package/dist/paraglide/messages/dark.d.ts +0 -16
- package/dist/paraglide/messages/dark.js +0 -84
- package/dist/paraglide/messages/de.d.ts +0 -16
- package/dist/paraglide/messages/de.js +0 -84
- package/dist/paraglide/messages/dim.d.ts +0 -16
- package/dist/paraglide/messages/dim.js +0 -84
- package/dist/paraglide/messages/dracula.d.ts +0 -16
- package/dist/paraglide/messages/dracula.js +0 -84
- package/dist/paraglide/messages/emerald.d.ts +0 -16
- package/dist/paraglide/messages/emerald.js +0 -84
- package/dist/paraglide/messages/en.d.ts +0 -16
- package/dist/paraglide/messages/en.js +0 -84
- package/dist/paraglide/messages/es.d.ts +0 -16
- package/dist/paraglide/messages/es.js +0 -84
- package/dist/paraglide/messages/eur3.d.ts +0 -17
- package/dist/paraglide/messages/eur3.js +0 -85
- package/dist/paraglide/messages/extended_controls.d.ts +0 -16
- package/dist/paraglide/messages/extended_controls.js +0 -84
- package/dist/paraglide/messages/fantasy.d.ts +0 -16
- package/dist/paraglide/messages/fantasy.js +0 -84
- package/dist/paraglide/messages/forest.d.ts +0 -16
- package/dist/paraglide/messages/forest.js +0 -84
- package/dist/paraglide/messages/fr.d.ts +0 -16
- package/dist/paraglide/messages/fr.js +0 -84
- package/dist/paraglide/messages/garden.d.ts +0 -16
- package/dist/paraglide/messages/garden.js +0 -84
- package/dist/paraglide/messages/halloween.d.ts +0 -16
- package/dist/paraglide/messages/halloween.js +0 -84
- package/dist/paraglide/messages/hello_world.d.ts +0 -18
- package/dist/paraglide/messages/hello_world.js +0 -84
- package/dist/paraglide/messages/hi.d.ts +0 -16
- package/dist/paraglide/messages/hi.js +0 -84
- package/dist/paraglide/messages/it.d.ts +0 -16
- package/dist/paraglide/messages/it.js +0 -84
- package/dist/paraglide/messages/ja.d.ts +0 -16
- package/dist/paraglide/messages/ja.js +0 -84
- package/dist/paraglide/messages/jpy3.d.ts +0 -17
- package/dist/paraglide/messages/jpy3.js +0 -85
- package/dist/paraglide/messages/ko.d.ts +0 -16
- package/dist/paraglide/messages/ko.js +0 -84
- package/dist/paraglide/messages/krw3.d.ts +0 -17
- package/dist/paraglide/messages/krw3.js +0 -85
- package/dist/paraglide/messages/languages.d.ts +0 -16
- package/dist/paraglide/messages/languages.js +0 -84
- package/dist/paraglide/messages/lemonade.d.ts +0 -16
- package/dist/paraglide/messages/lemonade.js +0 -84
- package/dist/paraglide/messages/light.d.ts +0 -16
- package/dist/paraglide/messages/light.js +0 -84
- package/dist/paraglide/messages/live_store_dashboard.d.ts +0 -16
- package/dist/paraglide/messages/live_store_dashboard.js +0 -84
- package/dist/paraglide/messages/localization.d.ts +0 -16
- package/dist/paraglide/messages/localization.js +0 -84
- package/dist/paraglide/messages/lofi.d.ts +0 -16
- package/dist/paraglide/messages/lofi.js +0 -84
- package/dist/paraglide/messages/luxury.d.ts +0 -16
- package/dist/paraglide/messages/luxury.js +0 -84
- package/dist/paraglide/messages/mxn3.d.ts +0 -17
- package/dist/paraglide/messages/mxn3.js +0 -85
- package/dist/paraglide/messages/name_label.d.ts +0 -16
- package/dist/paraglide/messages/name_label.js +0 -84
- package/dist/paraglide/messages/night.d.ts +0 -16
- package/dist/paraglide/messages/night.js +0 -84
- package/dist/paraglide/messages/nord.d.ts +0 -16
- package/dist/paraglide/messages/nord.js +0 -84
- package/dist/paraglide/messages/pastel.d.ts +0 -16
- package/dist/paraglide/messages/pastel.js +0 -84
- package/dist/paraglide/messages/pt.d.ts +0 -16
- package/dist/paraglide/messages/pt.js +0 -84
- package/dist/paraglide/messages/real_time_monitor_desc.d.ts +0 -16
- package/dist/paraglide/messages/real_time_monitor_desc.js +0 -84
- package/dist/paraglide/messages/registered_in_registry.d.ts +0 -16
- package/dist/paraglide/messages/registered_in_registry.js +0 -84
- package/dist/paraglide/messages/retro.d.ts +0 -16
- package/dist/paraglide/messages/retro.js +0 -84
- package/dist/paraglide/messages/ru.d.ts +0 -16
- package/dist/paraglide/messages/ru.js +0 -84
- package/dist/paraglide/messages/silk.d.ts +0 -16
- package/dist/paraglide/messages/silk.js +0 -84
- package/dist/paraglide/messages/state_label.d.ts +0 -16
- package/dist/paraglide/messages/state_label.js +0 -84
- package/dist/paraglide/messages/sunset.d.ts +0 -16
- package/dist/paraglide/messages/sunset.js +0 -84
- package/dist/paraglide/messages/synthwave.d.ts +0 -16
- package/dist/paraglide/messages/synthwave.js +0 -84
- package/dist/paraglide/messages/system.d.ts +0 -16
- package/dist/paraglide/messages/system.js +0 -84
- package/dist/paraglide/messages/theme.d.ts +0 -16
- package/dist/paraglide/messages/theme.js +0 -84
- package/dist/paraglide/messages/themes.d.ts +0 -16
- package/dist/paraglide/messages/themes.js +0 -84
- package/dist/paraglide/messages/url_label.d.ts +0 -16
- package/dist/paraglide/messages/url_label.js +0 -84
- package/dist/paraglide/messages/usd3.d.ts +0 -17
- package/dist/paraglide/messages/usd3.js +0 -85
- package/dist/paraglide/messages/valentine.d.ts +0 -16
- package/dist/paraglide/messages/valentine.js +0 -84
- package/dist/paraglide/messages/version_label.d.ts +0 -16
- package/dist/paraglide/messages/version_label.js +0 -84
- package/dist/paraglide/messages/vi.d.ts +0 -16
- package/dist/paraglide/messages/vi.js +0 -84
- package/dist/paraglide/messages/winter.d.ts +0 -16
- package/dist/paraglide/messages/winter.js +0 -84
- package/dist/paraglide/messages/wireframe.d.ts +0 -16
- package/dist/paraglide/messages/wireframe.js +0 -84
- package/dist/paraglide/messages/zh.d.ts +0 -16
- package/dist/paraglide/messages/zh.js +0 -84
- package/dist/server/index.d.ts +0 -15
- package/dist/server/index.js +0 -20
- package/dist/showcase/AppStateInspector.svelte +0 -184
- package/dist/showcase/AppStateInspector.svelte.d.ts +0 -14
- package/dist/showcase/Showcase.svelte +0 -115
- package/dist/showcase/Showcase.svelte.d.ts +0 -14
- package/dist/showcase/ShowcaseCard.svelte +0 -18
- package/dist/showcase/ShowcaseCard.svelte.d.ts +0 -14
- package/dist/showcase/StoreDetailCard.svelte +0 -68
- package/dist/showcase/StoreDetailCard.svelte.d.ts +0 -14
- package/dist/showcase/shared.d.ts +0 -7
- package/dist/showcase/shared.js +0 -34
- package/dist/showcase/state.svelte.d.ts +0 -3
- package/dist/showcase/state.svelte.js +0 -3
- package/dist/showcase/tabs/Actions.svelte +0 -150
- package/dist/showcase/tabs/Actions.svelte.d.ts +0 -14
- package/dist/showcase/tabs/DataInput.svelte +0 -164
- package/dist/showcase/tabs/DataInput.svelte.d.ts +0 -14
- package/dist/showcase/tabs/Display.svelte +0 -159
- package/dist/showcase/tabs/Display.svelte.d.ts +0 -14
- package/dist/showcase/tabs/Feedback.svelte +0 -180
- package/dist/showcase/tabs/Feedback.svelte.d.ts +0 -14
- package/dist/showcase/tabs/Navigation.svelte +0 -170
- package/dist/showcase/tabs/Navigation.svelte.d.ts +0 -14
- package/dist/showcase/tabs/Visual.svelte +0 -133
- package/dist/showcase/tabs/Visual.svelte.d.ts +0 -14
- /package/dist/{internal → core/internal}/message-resolver.js +0 -0
- /package/dist/{persistence → core/persistence}/types.js +0 -0
- /package/dist/{composables → state/composables}/usePersistence.js +0 -0
- /package/dist/{config.d.ts → state/config.d.ts} +0 -0
- /package/dist/{config.js → state/config.js} +0 -0
- /package/dist/{context.d.ts → state/context.d.ts} +0 -0
- /package/dist/{context.js → state/context.js} +0 -0
- /package/dist/{actions → ui/actions}/portal.d.ts +0 -0
- /package/dist/{features → ui/features}/config/AppSettingSelector.svelte +0 -0
- /package/dist/{layout → ui/layout}/ContentArea.svelte +0 -0
- /package/dist/{layout → ui/layout}/DetailPanel.svelte +0 -0
- /package/dist/{paraglide → ui/paraglide}/messages.d.ts +0 -0
- /package/dist/{paraglide → ui/paraglide}/messages.js +0 -0
- /package/dist/{paraglide → ui/paraglide}/registry.d.ts +0 -0
- /package/dist/{paraglide → ui/paraglide}/registry.js +0 -0
- /package/dist/{paraglide → ui/paraglide}/server.d.ts +0 -0
- /package/dist/{paraglide → ui/paraglide}/server.js +0 -0
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
-
|
|
4
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
5
|
-
|
|
6
|
-
/** @typedef {{}} CyberpunkInputs */
|
|
7
|
-
|
|
8
|
-
const es_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
9
|
-
return /** @type {LocalizedString} */ (`Cyberpunk`)
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const fr_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
13
|
-
return /** @type {LocalizedString} */ (`Cyberpunk`)
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const it_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
17
|
-
return /** @type {LocalizedString} */ (`Cyberpunk`)
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const pt_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
21
|
-
return /** @type {LocalizedString} */ (`Cyberpunk`)
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const en_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
25
|
-
return /** @type {LocalizedString} */ (`Cyberpunk`)
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const de_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
29
|
-
return /** @type {LocalizedString} */ (`Cyberpunk`)
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const ru_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
33
|
-
return /** @type {LocalizedString} */ (`Киберпанк`)
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
const hi_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
37
|
-
return /** @type {LocalizedString} */ (`साइबरपंक`)
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
const ar_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
41
|
-
return /** @type {LocalizedString} */ (`سايبربانك`)
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const zh_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
45
|
-
return /** @type {LocalizedString} */ (`赛博朋克`)
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const ja_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
49
|
-
return /** @type {LocalizedString} */ (`サイバーパンク`)
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const ko_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
53
|
-
return /** @type {LocalizedString} */ (`사이버펑크`)
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
const vi_cyberpunk = /** @type {(inputs: CyberpunkInputs) => LocalizedString} */ () => {
|
|
57
|
-
return /** @type {LocalizedString} */ (`Cyberpunk`)
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* | output |
|
|
62
|
-
* | --- |
|
|
63
|
-
* | "Cyberpunk" |
|
|
64
|
-
*
|
|
65
|
-
* @param {CyberpunkInputs} inputs
|
|
66
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
67
|
-
* @returns {LocalizedString}
|
|
68
|
-
*/
|
|
69
|
-
export const cyberpunk = /** @type {((inputs?: CyberpunkInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<CyberpunkInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
70
|
-
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
71
|
-
if (locale === "es") return es_cyberpunk(inputs)
|
|
72
|
-
if (locale === "fr") return fr_cyberpunk(inputs)
|
|
73
|
-
if (locale === "it") return it_cyberpunk(inputs)
|
|
74
|
-
if (locale === "pt") return pt_cyberpunk(inputs)
|
|
75
|
-
if (locale === "en") return en_cyberpunk(inputs)
|
|
76
|
-
if (locale === "de") return de_cyberpunk(inputs)
|
|
77
|
-
if (locale === "ru") return ru_cyberpunk(inputs)
|
|
78
|
-
if (locale === "hi") return hi_cyberpunk(inputs)
|
|
79
|
-
if (locale === "ar") return ar_cyberpunk(inputs)
|
|
80
|
-
if (locale === "zh") return zh_cyberpunk(inputs)
|
|
81
|
-
if (locale === "ja") return ja_cyberpunk(inputs)
|
|
82
|
-
if (locale === "ko") return ko_cyberpunk(inputs)
|
|
83
|
-
return vi_cyberpunk(inputs)
|
|
84
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | output |
|
|
3
|
-
* | --- |
|
|
4
|
-
* | "Dark" |
|
|
5
|
-
*
|
|
6
|
-
* @param {DarkInputs} inputs
|
|
7
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
8
|
-
* @returns {LocalizedString}
|
|
9
|
-
*/
|
|
10
|
-
export const dark: ((inputs?: DarkInputs, options?: {
|
|
11
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
12
|
-
}) => LocalizedString) & import("../runtime.js").MessageMetadata<DarkInputs, {
|
|
13
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
14
|
-
}, {}>;
|
|
15
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
16
|
-
export type DarkInputs = {};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
-
|
|
4
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
5
|
-
|
|
6
|
-
/** @typedef {{}} DarkInputs */
|
|
7
|
-
|
|
8
|
-
const es_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
9
|
-
return /** @type {LocalizedString} */ (`Oscuro`)
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const fr_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
13
|
-
return /** @type {LocalizedString} */ (`Sombre`)
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const it_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
17
|
-
return /** @type {LocalizedString} */ (`Scuro`)
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const pt_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
21
|
-
return /** @type {LocalizedString} */ (`Escuro`)
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const en_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
25
|
-
return /** @type {LocalizedString} */ (`Dark`)
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const de_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
29
|
-
return /** @type {LocalizedString} */ (`Dunkel`)
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const ru_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
33
|
-
return /** @type {LocalizedString} */ (`Темная`)
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
const hi_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
37
|
-
return /** @type {LocalizedString} */ (`डार्क`)
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
const ar_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
41
|
-
return /** @type {LocalizedString} */ (`داكن`)
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const zh_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
45
|
-
return /** @type {LocalizedString} */ (`深色`)
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const ja_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
49
|
-
return /** @type {LocalizedString} */ (`ダーク`)
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const ko_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
53
|
-
return /** @type {LocalizedString} */ (`다크`)
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
const vi_dark = /** @type {(inputs: DarkInputs) => LocalizedString} */ () => {
|
|
57
|
-
return /** @type {LocalizedString} */ (`Tối`)
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* | output |
|
|
62
|
-
* | --- |
|
|
63
|
-
* | "Dark" |
|
|
64
|
-
*
|
|
65
|
-
* @param {DarkInputs} inputs
|
|
66
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
67
|
-
* @returns {LocalizedString}
|
|
68
|
-
*/
|
|
69
|
-
export const dark = /** @type {((inputs?: DarkInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<DarkInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
70
|
-
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
71
|
-
if (locale === "es") return es_dark(inputs)
|
|
72
|
-
if (locale === "fr") return fr_dark(inputs)
|
|
73
|
-
if (locale === "it") return it_dark(inputs)
|
|
74
|
-
if (locale === "pt") return pt_dark(inputs)
|
|
75
|
-
if (locale === "en") return en_dark(inputs)
|
|
76
|
-
if (locale === "de") return de_dark(inputs)
|
|
77
|
-
if (locale === "ru") return ru_dark(inputs)
|
|
78
|
-
if (locale === "hi") return hi_dark(inputs)
|
|
79
|
-
if (locale === "ar") return ar_dark(inputs)
|
|
80
|
-
if (locale === "zh") return zh_dark(inputs)
|
|
81
|
-
if (locale === "ja") return ja_dark(inputs)
|
|
82
|
-
if (locale === "ko") return ko_dark(inputs)
|
|
83
|
-
return vi_dark(inputs)
|
|
84
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | output |
|
|
3
|
-
* | --- |
|
|
4
|
-
* | "Deutsch" |
|
|
5
|
-
*
|
|
6
|
-
* @param {DeInputs} inputs
|
|
7
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
8
|
-
* @returns {LocalizedString}
|
|
9
|
-
*/
|
|
10
|
-
export const de: ((inputs?: DeInputs, options?: {
|
|
11
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
12
|
-
}) => LocalizedString) & import("../runtime.js").MessageMetadata<DeInputs, {
|
|
13
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
14
|
-
}, {}>;
|
|
15
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
16
|
-
export type DeInputs = {};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
-
|
|
4
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
5
|
-
|
|
6
|
-
/** @typedef {{}} DeInputs */
|
|
7
|
-
|
|
8
|
-
const es_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
9
|
-
return /** @type {LocalizedString} */ (`Alemán`)
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const fr_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
13
|
-
return /** @type {LocalizedString} */ (`Allemand`)
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const it_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
17
|
-
return /** @type {LocalizedString} */ (`Tedesco`)
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const pt_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
21
|
-
return /** @type {LocalizedString} */ (`Alemão`)
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const en_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
25
|
-
return /** @type {LocalizedString} */ (`Deutsch`)
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const de_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
29
|
-
return /** @type {LocalizedString} */ (`Deutsch`)
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const ru_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
33
|
-
return /** @type {LocalizedString} */ (`Немецкий`)
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
const hi_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
37
|
-
return /** @type {LocalizedString} */ (`जर्मन`)
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
const ar_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
41
|
-
return /** @type {LocalizedString} */ (`الألمانية`)
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const zh_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
45
|
-
return /** @type {LocalizedString} */ (`德语`)
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const ja_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
49
|
-
return /** @type {LocalizedString} */ (`ドイツ語`)
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const ko_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
53
|
-
return /** @type {LocalizedString} */ (`독일어`)
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
const vi_de = /** @type {(inputs: DeInputs) => LocalizedString} */ () => {
|
|
57
|
-
return /** @type {LocalizedString} */ (`Tiếng Đức`)
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* | output |
|
|
62
|
-
* | --- |
|
|
63
|
-
* | "Deutsch" |
|
|
64
|
-
*
|
|
65
|
-
* @param {DeInputs} inputs
|
|
66
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
67
|
-
* @returns {LocalizedString}
|
|
68
|
-
*/
|
|
69
|
-
export const de = /** @type {((inputs?: DeInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<DeInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
70
|
-
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
71
|
-
if (locale === "es") return es_de(inputs)
|
|
72
|
-
if (locale === "fr") return fr_de(inputs)
|
|
73
|
-
if (locale === "it") return it_de(inputs)
|
|
74
|
-
if (locale === "pt") return pt_de(inputs)
|
|
75
|
-
if (locale === "en") return en_de(inputs)
|
|
76
|
-
if (locale === "de") return de_de(inputs)
|
|
77
|
-
if (locale === "ru") return ru_de(inputs)
|
|
78
|
-
if (locale === "hi") return hi_de(inputs)
|
|
79
|
-
if (locale === "ar") return ar_de(inputs)
|
|
80
|
-
if (locale === "zh") return zh_de(inputs)
|
|
81
|
-
if (locale === "ja") return ja_de(inputs)
|
|
82
|
-
if (locale === "ko") return ko_de(inputs)
|
|
83
|
-
return vi_de(inputs)
|
|
84
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | output |
|
|
3
|
-
* | --- |
|
|
4
|
-
* | "Dim" |
|
|
5
|
-
*
|
|
6
|
-
* @param {DimInputs} inputs
|
|
7
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
8
|
-
* @returns {LocalizedString}
|
|
9
|
-
*/
|
|
10
|
-
export const dim: ((inputs?: DimInputs, options?: {
|
|
11
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
12
|
-
}) => LocalizedString) & import("../runtime.js").MessageMetadata<DimInputs, {
|
|
13
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
14
|
-
}, {}>;
|
|
15
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
16
|
-
export type DimInputs = {};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
-
|
|
4
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
5
|
-
|
|
6
|
-
/** @typedef {{}} DimInputs */
|
|
7
|
-
|
|
8
|
-
const es_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
9
|
-
return /** @type {LocalizedString} */ (`Tenue`)
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const fr_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
13
|
-
return /** @type {LocalizedString} */ (`Faible`)
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const it_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
17
|
-
return /** @type {LocalizedString} */ (`Tenue`)
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const pt_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
21
|
-
return /** @type {LocalizedString} */ (`Fraco`)
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const en_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
25
|
-
return /** @type {LocalizedString} */ (`Dim`)
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const de_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
29
|
-
return /** @type {LocalizedString} */ (`Gedimmt`)
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const ru_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
33
|
-
return /** @type {LocalizedString} */ (`Тусклая`)
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
const hi_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
37
|
-
return /** @type {LocalizedString} */ (`डिम`)
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
const ar_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
41
|
-
return /** @type {LocalizedString} */ (`خافت`)
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const zh_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
45
|
-
return /** @type {LocalizedString} */ (`暗淡`)
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const ja_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
49
|
-
return /** @type {LocalizedString} */ (`ディム`)
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const ko_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
53
|
-
return /** @type {LocalizedString} */ (`딤`)
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
const vi_dim = /** @type {(inputs: DimInputs) => LocalizedString} */ () => {
|
|
57
|
-
return /** @type {LocalizedString} */ (`Mờ`)
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* | output |
|
|
62
|
-
* | --- |
|
|
63
|
-
* | "Dim" |
|
|
64
|
-
*
|
|
65
|
-
* @param {DimInputs} inputs
|
|
66
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
67
|
-
* @returns {LocalizedString}
|
|
68
|
-
*/
|
|
69
|
-
export const dim = /** @type {((inputs?: DimInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<DimInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
70
|
-
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
71
|
-
if (locale === "es") return es_dim(inputs)
|
|
72
|
-
if (locale === "fr") return fr_dim(inputs)
|
|
73
|
-
if (locale === "it") return it_dim(inputs)
|
|
74
|
-
if (locale === "pt") return pt_dim(inputs)
|
|
75
|
-
if (locale === "en") return en_dim(inputs)
|
|
76
|
-
if (locale === "de") return de_dim(inputs)
|
|
77
|
-
if (locale === "ru") return ru_dim(inputs)
|
|
78
|
-
if (locale === "hi") return hi_dim(inputs)
|
|
79
|
-
if (locale === "ar") return ar_dim(inputs)
|
|
80
|
-
if (locale === "zh") return zh_dim(inputs)
|
|
81
|
-
if (locale === "ja") return ja_dim(inputs)
|
|
82
|
-
if (locale === "ko") return ko_dim(inputs)
|
|
83
|
-
return vi_dim(inputs)
|
|
84
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | output |
|
|
3
|
-
* | --- |
|
|
4
|
-
* | "Dracula" |
|
|
5
|
-
*
|
|
6
|
-
* @param {DraculaInputs} inputs
|
|
7
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
8
|
-
* @returns {LocalizedString}
|
|
9
|
-
*/
|
|
10
|
-
export const dracula: ((inputs?: DraculaInputs, options?: {
|
|
11
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
12
|
-
}) => LocalizedString) & import("../runtime.js").MessageMetadata<DraculaInputs, {
|
|
13
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
14
|
-
}, {}>;
|
|
15
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
16
|
-
export type DraculaInputs = {};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
-
|
|
4
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
5
|
-
|
|
6
|
-
/** @typedef {{}} DraculaInputs */
|
|
7
|
-
|
|
8
|
-
const es_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
9
|
-
return /** @type {LocalizedString} */ (`Drácula`)
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const fr_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
13
|
-
return /** @type {LocalizedString} */ (`Dracula`)
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const it_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
17
|
-
return /** @type {LocalizedString} */ (`Dracula`)
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const pt_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
21
|
-
return /** @type {LocalizedString} */ (`Drácula`)
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const en_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
25
|
-
return /** @type {LocalizedString} */ (`Dracula`)
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const de_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
29
|
-
return /** @type {LocalizedString} */ (`Dracula`)
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const ru_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
33
|
-
return /** @type {LocalizedString} */ (`Дракула`)
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
const hi_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
37
|
-
return /** @type {LocalizedString} */ (`ड्रैकुला`)
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
const ar_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
41
|
-
return /** @type {LocalizedString} */ (`دراكولا`)
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const zh_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
45
|
-
return /** @type {LocalizedString} */ (`德古拉`)
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const ja_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
49
|
-
return /** @type {LocalizedString} */ (`ドラキュラ`)
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const ko_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
53
|
-
return /** @type {LocalizedString} */ (`드라큘라`)
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
const vi_dracula = /** @type {(inputs: DraculaInputs) => LocalizedString} */ () => {
|
|
57
|
-
return /** @type {LocalizedString} */ (`Dracula`)
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* | output |
|
|
62
|
-
* | --- |
|
|
63
|
-
* | "Dracula" |
|
|
64
|
-
*
|
|
65
|
-
* @param {DraculaInputs} inputs
|
|
66
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
67
|
-
* @returns {LocalizedString}
|
|
68
|
-
*/
|
|
69
|
-
export const dracula = /** @type {((inputs?: DraculaInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<DraculaInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
70
|
-
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
71
|
-
if (locale === "es") return es_dracula(inputs)
|
|
72
|
-
if (locale === "fr") return fr_dracula(inputs)
|
|
73
|
-
if (locale === "it") return it_dracula(inputs)
|
|
74
|
-
if (locale === "pt") return pt_dracula(inputs)
|
|
75
|
-
if (locale === "en") return en_dracula(inputs)
|
|
76
|
-
if (locale === "de") return de_dracula(inputs)
|
|
77
|
-
if (locale === "ru") return ru_dracula(inputs)
|
|
78
|
-
if (locale === "hi") return hi_dracula(inputs)
|
|
79
|
-
if (locale === "ar") return ar_dracula(inputs)
|
|
80
|
-
if (locale === "zh") return zh_dracula(inputs)
|
|
81
|
-
if (locale === "ja") return ja_dracula(inputs)
|
|
82
|
-
if (locale === "ko") return ko_dracula(inputs)
|
|
83
|
-
return vi_dracula(inputs)
|
|
84
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | output |
|
|
3
|
-
* | --- |
|
|
4
|
-
* | "Emerald" |
|
|
5
|
-
*
|
|
6
|
-
* @param {EmeraldInputs} inputs
|
|
7
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
8
|
-
* @returns {LocalizedString}
|
|
9
|
-
*/
|
|
10
|
-
export const emerald: ((inputs?: EmeraldInputs, options?: {
|
|
11
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
12
|
-
}) => LocalizedString) & import("../runtime.js").MessageMetadata<EmeraldInputs, {
|
|
13
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
14
|
-
}, {}>;
|
|
15
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
16
|
-
export type EmeraldInputs = {};
|
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
import { getLocale, experimentalStaticLocale } from '../runtime.js';
|
|
3
|
-
|
|
4
|
-
/** @typedef {import('../runtime.js').LocalizedString} LocalizedString */
|
|
5
|
-
|
|
6
|
-
/** @typedef {{}} EmeraldInputs */
|
|
7
|
-
|
|
8
|
-
const es_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
9
|
-
return /** @type {LocalizedString} */ (`Esmeralda`)
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
const fr_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
13
|
-
return /** @type {LocalizedString} */ (`Émeraude`)
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const it_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
17
|
-
return /** @type {LocalizedString} */ (`Smeraldo`)
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
const pt_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
21
|
-
return /** @type {LocalizedString} */ (`Esmeralda`)
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
const en_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
25
|
-
return /** @type {LocalizedString} */ (`Emerald`)
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
const de_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
29
|
-
return /** @type {LocalizedString} */ (`Smaragd`)
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
const ru_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
33
|
-
return /** @type {LocalizedString} */ (`Изумруд`)
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
const hi_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
37
|
-
return /** @type {LocalizedString} */ (`एमरल्ड`)
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
const ar_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
41
|
-
return /** @type {LocalizedString} */ (`زمرد`)
|
|
42
|
-
};
|
|
43
|
-
|
|
44
|
-
const zh_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
45
|
-
return /** @type {LocalizedString} */ (`祖母绿`)
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
const ja_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
49
|
-
return /** @type {LocalizedString} */ (`エメラルド`)
|
|
50
|
-
};
|
|
51
|
-
|
|
52
|
-
const ko_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
53
|
-
return /** @type {LocalizedString} */ (`에메랄드`)
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
const vi_emerald = /** @type {(inputs: EmeraldInputs) => LocalizedString} */ () => {
|
|
57
|
-
return /** @type {LocalizedString} */ (`Ngọc lục bảo`)
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* | output |
|
|
62
|
-
* | --- |
|
|
63
|
-
* | "Emerald" |
|
|
64
|
-
*
|
|
65
|
-
* @param {EmeraldInputs} inputs
|
|
66
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
67
|
-
* @returns {LocalizedString}
|
|
68
|
-
*/
|
|
69
|
-
export const emerald = /** @type {((inputs?: EmeraldInputs, options?: { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }) => LocalizedString) & import('../runtime.js').MessageMetadata<EmeraldInputs, { locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }, {}>} */ ((inputs = {}, options = {}) => {
|
|
70
|
-
const locale = experimentalStaticLocale ?? options.locale ?? getLocale()
|
|
71
|
-
if (locale === "es") return es_emerald(inputs)
|
|
72
|
-
if (locale === "fr") return fr_emerald(inputs)
|
|
73
|
-
if (locale === "it") return it_emerald(inputs)
|
|
74
|
-
if (locale === "pt") return pt_emerald(inputs)
|
|
75
|
-
if (locale === "en") return en_emerald(inputs)
|
|
76
|
-
if (locale === "de") return de_emerald(inputs)
|
|
77
|
-
if (locale === "ru") return ru_emerald(inputs)
|
|
78
|
-
if (locale === "hi") return hi_emerald(inputs)
|
|
79
|
-
if (locale === "ar") return ar_emerald(inputs)
|
|
80
|
-
if (locale === "zh") return zh_emerald(inputs)
|
|
81
|
-
if (locale === "ja") return ja_emerald(inputs)
|
|
82
|
-
if (locale === "ko") return ko_emerald(inputs)
|
|
83
|
-
return vi_emerald(inputs)
|
|
84
|
-
});
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* | output |
|
|
3
|
-
* | --- |
|
|
4
|
-
* | "English" |
|
|
5
|
-
*
|
|
6
|
-
* @param {EnInputs} inputs
|
|
7
|
-
* @param {{ locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi" }} options
|
|
8
|
-
* @returns {LocalizedString}
|
|
9
|
-
*/
|
|
10
|
-
export const en: ((inputs?: EnInputs, options?: {
|
|
11
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
12
|
-
}) => LocalizedString) & import("../runtime.js").MessageMetadata<EnInputs, {
|
|
13
|
-
locale?: "es" | "fr" | "it" | "pt" | "en" | "de" | "ru" | "hi" | "ar" | "zh" | "ja" | "ko" | "vi";
|
|
14
|
-
}, {}>;
|
|
15
|
-
export type LocalizedString = import("../runtime.js").LocalizedString;
|
|
16
|
-
export type EnInputs = {};
|