tera-system-ui 0.1.63 → 0.1.66
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/COMPONENT_API.md +2 -0
- package/dist/components/accordion/Accordion.d.ts +24 -0
- package/dist/components/accordion/Accordion.js +4 -0
- package/dist/components/accordion/components/Accordion.svelte +2 -8
- package/dist/components/accordion/components/AccordionContent.svelte +5 -12
- package/dist/components/accordion/components/AccordionItem.svelte +3 -9
- package/dist/components/accordion/components/AccordionTrigger.svelte +5 -15
- package/dist/components/ai/ChatBubble.svelte +35 -0
- package/dist/components/ai/ChatBubble.svelte.d.ts +12 -0
- package/dist/components/ai/PromptInput.svelte +58 -0
- package/dist/components/ai/PromptInput.svelte.d.ts +13 -0
- package/dist/components/ai/StreamText.svelte +41 -0
- package/dist/components/ai/StreamText.svelte.d.ts +11 -0
- package/dist/components/ai/SuggestionChips.svelte +34 -0
- package/dist/components/ai/SuggestionChips.svelte.d.ts +10 -0
- package/dist/components/ai/ThinkingLoader.svelte +34 -0
- package/dist/components/ai/ThinkingLoader.svelte.d.ts +11 -0
- package/dist/components/ai/index.d.ts +5 -0
- package/dist/components/ai/index.js +5 -0
- package/dist/components/alert/Alert.svelte +47 -0
- package/dist/components/alert/Alert.svelte.d.ts +15 -0
- package/dist/components/alert/index.d.ts +1 -0
- package/dist/components/alert/index.js +1 -0
- package/dist/components/avatar/Avatar.svelte +9 -25
- package/dist/components/badge/Badge.d.ts +52 -0
- package/dist/components/badge/Badge.js +22 -0
- package/dist/components/badge/Badge.svelte +22 -0
- package/dist/components/badge/Badge.svelte.d.ts +4 -0
- package/dist/components/badge/index.d.ts +2 -0
- package/dist/components/badge/index.js +1 -0
- package/dist/components/brand-logo/BrandLogo.svelte +12 -10
- package/dist/components/button/Button.d.ts +2 -2
- package/dist/components/button/Button.js +12 -12
- package/dist/components/button/Button.svelte +7 -34
- package/dist/components/card/Card.d.ts +68 -0
- package/dist/components/card/Card.js +28 -0
- package/dist/components/card/Card.svelte +33 -0
- package/dist/components/card/Card.svelte.d.ts +4 -0
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/card/index.js +1 -0
- package/dist/components/checkbox/Checkbox.d.ts +25 -4
- package/dist/components/checkbox/Checkbox.js +4 -0
- package/dist/components/checkbox/Checkbox.svelte +13 -16
- package/dist/components/checkbox/Checkbox.svelte.d.ts +2 -2
- package/dist/components/combobox/Combobox.d.ts +45 -9
- package/dist/components/combobox/Combobox.js +5 -7
- package/dist/components/combobox/Combobox.svelte +226 -8
- package/dist/components/combobox/Combobox.svelte.d.ts +2 -2
- package/dist/components/combobox/index.d.ts +1 -1
- package/dist/components/command/components/command-empty.svelte +3 -8
- package/dist/components/command/components/command-group.svelte +3 -13
- package/dist/components/command/components/command-input.svelte +5 -13
- package/dist/components/command/components/command-item.svelte +3 -9
- package/dist/components/command/components/command-link-item.svelte +3 -8
- package/dist/components/command/components/command-list.svelte +3 -8
- package/dist/components/command/components/command-separator.svelte +3 -8
- package/dist/components/command/components/command-shortcut.svelte +2 -10
- package/dist/components/command/components/command.svelte +29 -42
- package/dist/components/date-range-picker/DateRangePicker.svelte +490 -0
- package/dist/components/date-range-picker/DateRangePicker.svelte.d.ts +4 -0
- package/dist/components/date-range-picker/DateRangePicker.types.d.ts +38 -0
- package/dist/components/date-range-picker/DateRangePicker.types.js +1 -0
- package/dist/components/date-range-picker/index.d.ts +2 -0
- package/dist/components/date-range-picker/index.js +1 -0
- package/dist/components/dialog/Dialog.d.ts +43 -121
- package/dist/components/dialog/Dialog.js +1 -39
- package/dist/components/dialog/Dialog.svelte +103 -113
- package/dist/components/dialog/Dialog.svelte.d.ts +1 -2
- package/dist/components/dialog/dialog.scss +21 -24
- package/dist/components/drawer/Drawer.svelte +63 -0
- package/dist/components/drawer/Drawer.svelte.d.ts +16 -0
- package/dist/components/drawer/index.d.ts +1 -0
- package/dist/components/drawer/index.js +1 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +51 -24
- package/dist/components/dropdown-menu/DropdownMenu.js +1 -15
- package/dist/components/dropdown-menu/components/DropdownMenu.svelte +36 -34
- package/dist/components/dropdown-menu/components/DropdownMenu.svelte.d.ts +1 -1
- package/dist/components/dropdown-menu/components/DropdownMenuGroup.svelte +8 -12
- package/dist/components/dropdown-menu/components/DropdownMenuGroup.svelte.d.ts +2 -4
- package/dist/components/dropdown-menu/components/DropdownMenuHeader.svelte +11 -12
- package/dist/components/dropdown-menu/components/DropdownMenuHeader.svelte.d.ts +2 -4
- package/dist/components/dropdown-menu/components/DropdownMenuItem.svelte +27 -30
- package/dist/components/dropdown-menu/components/DropdownMenuItem.svelte.d.ts +1 -1
- package/dist/components/dropdown-menu/components/DropdownMenuSeparator.svelte +9 -11
- package/dist/components/dropdown-menu/components/DropdownMenuSeparator.svelte.d.ts +2 -4
- package/dist/components/fonts/TeraFontMono.svelte +4 -4
- package/dist/components/fonts/TeraFontMono.svelte.d.ts +1 -0
- package/dist/components/fonts/TeraFontSansSerif.svelte +4 -4
- package/dist/components/fonts/TeraFontSansSerif.svelte.d.ts +1 -1
- package/dist/components/header/Header.svelte +6 -9
- package/dist/components/header/header.scss +1 -1
- package/dist/components/icons/IconArrowBigRightFilled.svelte +3 -7
- package/dist/components/icons/IconBook.svelte +3 -6
- package/dist/components/icons/IconBookmarkPlus.svelte +3 -6
- package/dist/components/icons/IconCalculator.svelte +3 -6
- package/dist/components/icons/IconCheck.svelte +3 -6
- package/dist/components/icons/IconChevronDown.svelte +3 -6
- package/dist/components/icons/IconCoin.svelte +3 -6
- package/dist/components/icons/IconCoinConvert.svelte +2 -5
- package/dist/components/icons/IconCopy.svelte +3 -6
- package/dist/components/icons/IconCopyCheckFilled.svelte +3 -6
- package/dist/components/icons/IconHamburger.svelte +3 -6
- package/dist/components/icons/IconLanguage.svelte +3 -6
- package/dist/components/icons/IconLoader2.svelte +3 -6
- package/dist/components/icons/IconLogout.svelte +3 -6
- package/dist/components/icons/IconMoon.svelte +3 -6
- package/dist/components/icons/IconPointFilled.svelte +3 -6
- package/dist/components/icons/IconSearch.svelte +3 -6
- package/dist/components/icons/IconSettings.svelte +3 -6
- package/dist/components/icons/IconSun.svelte +3 -6
- package/dist/components/icons/IconSwitchHorizontal.svelte +3 -6
- package/dist/components/icons/IconSwitchVertical.svelte +3 -6
- package/dist/components/icons/IconTransform.svelte +3 -6
- package/dist/components/icons/IconX.svelte +3 -6
- package/dist/components/input/Input.d.ts +2 -2
- package/dist/components/input/Input.js +10 -10
- package/dist/components/input/Input.svelte +10 -26
- package/dist/components/label/Label.d.ts +2 -2
- package/dist/components/label/Label.js +2 -2
- package/dist/components/label/Label.svelte +4 -12
- package/dist/components/language-picker-button/LanguagePickerButton.svelte +23 -42
- package/dist/components/light-dark-toggle/LightDarkToggle.svelte +21 -26
- package/dist/components/marketing/FeatureCard.svelte +37 -0
- package/dist/components/marketing/FeatureCard.svelte.d.ts +13 -0
- package/dist/components/marketing/PricingCard.svelte +48 -0
- package/dist/components/marketing/PricingCard.svelte.d.ts +15 -0
- package/dist/components/marketing/StatBlock.svelte +14 -0
- package/dist/components/marketing/StatBlock.svelte.d.ts +10 -0
- package/dist/components/marketing/TestimonialCard.svelte +24 -0
- package/dist/components/marketing/TestimonialCard.svelte.d.ts +12 -0
- package/dist/components/marketing/index.d.ts +4 -0
- package/dist/components/marketing/index.js +4 -0
- package/dist/components/popover/Popover.d.ts +32 -13
- package/dist/components/popover/Popover.js +1 -7
- package/dist/components/popover/Popover.svelte +40 -158
- package/dist/components/popover/Popover.svelte.d.ts +2 -2
- package/dist/components/popover-responsive/PopoverResponsive.d.ts +18 -7
- package/dist/components/popover-responsive/PopoverResponsive.js +1 -7
- package/dist/components/popover-responsive/PopoverResponsive.svelte +25 -87
- package/dist/components/popover-responsive/PopoverResponsive.svelte.d.ts +2 -11
- package/dist/components/select/Select.d.ts +60 -23
- package/dist/components/select/Select.js +14 -35
- package/dist/components/select/Select.svelte +157 -28
- package/dist/components/select/Select.svelte.d.ts +2 -3
- package/dist/components/select/index.d.ts +1 -1
- package/dist/components/side-navigation/SideNavigation.svelte +73 -96
- package/dist/components/side-navigation/SideNavigationItem.svelte +2 -2
- package/dist/components/side-navigation/SideNavigationLayout.svelte +3 -5
- package/dist/components/side-navigation/sidenav.scss +17 -13
- package/dist/components/skeleton/Skeleton.svelte +48 -0
- package/dist/components/skeleton/Skeleton.svelte.d.ts +12 -0
- package/dist/components/skeleton/index.d.ts +1 -0
- package/dist/components/skeleton/index.js +1 -0
- package/dist/components/slider/Slider.d.ts +25 -15
- package/dist/components/slider/Slider.js +1 -7
- package/dist/components/slider/Slider.svelte +38 -164
- package/dist/components/slider/Slider.svelte.d.ts +1 -1
- package/dist/components/spinner/Spinner.svelte +39 -0
- package/dist/components/spinner/Spinner.svelte.d.ts +10 -0
- package/dist/components/spinner/index.d.ts +1 -0
- package/dist/components/spinner/index.js +1 -0
- package/dist/components/star-rating/StarRating.svelte +33 -49
- package/dist/components/switch/Switch.d.ts +19 -4
- package/dist/components/switch/Switch.js +4 -0
- package/dist/components/switch/Switch.svelte +13 -17
- package/dist/components/switch/Switch.svelte.d.ts +2 -2
- package/dist/components/table/Table.svelte +68 -0
- package/dist/components/table/Table.svelte.d.ts +40 -0
- package/dist/components/table/index.d.ts +1 -0
- package/dist/components/table/index.js +1 -0
- package/dist/components/tabs/Tabs.svelte.d.ts +45 -16
- package/dist/components/tabs/Tabs.svelte.js +8 -18
- package/dist/components/tabs/components/Tabs.svelte +27 -33
- package/dist/components/tabs/components/Tabs.svelte.d.ts +1 -1
- package/dist/components/tabs/components/TabsContent.svelte +13 -36
- package/dist/components/tabs/components/TabsContent.svelte.d.ts +2 -5
- package/dist/components/tabs/components/TabsItem.svelte +43 -32
- package/dist/components/tabs/components/TabsItem.svelte.d.ts +2 -5
- package/dist/components/tabs/components/TabsList.svelte +90 -58
- package/dist/components/tabs/components/TabsList.svelte.d.ts +2 -4
- package/dist/components/tera-ui-context/TeraUiContext.svelte +13 -26
- package/dist/components/text-area/TextArea.d.ts +2 -2
- package/dist/components/text-area/TextArea.js +9 -9
- package/dist/components/text-area/TextArea.svelte +41 -65
- package/dist/components/toast/ToastContainer.svelte +50 -0
- package/dist/components/toast/ToastContainer.svelte.d.ts +18 -0
- package/dist/components/toast/index.d.ts +3 -0
- package/dist/components/toast/index.js +2 -0
- package/dist/components/toast/toast.svelte.d.ts +22 -0
- package/dist/components/toast/toast.svelte.js +18 -0
- package/dist/components/tooltip/Tooltip.d.ts +23 -0
- package/dist/components/tooltip/Tooltip.js +1 -0
- package/dist/components/tooltip/Tooltip.svelte +30 -0
- package/dist/components/tooltip/Tooltip.svelte.d.ts +4 -0
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/tooltip/index.js +1 -0
- package/dist/components/user-avatar-with-menu/UserAvatarWithMenu.svelte +48 -69
- package/dist/index.d.ts +19 -2
- package/dist/index.js +12 -0
- package/dist/llms/accordion.md +90 -0
- package/dist/llms/ai.md +110 -0
- package/dist/llms/alert.md +29 -0
- package/dist/llms/avatar.md +34 -0
- package/dist/llms/badge.md +31 -0
- package/dist/llms/brand-logo.md +30 -0
- package/dist/llms/button.md +37 -0
- package/dist/llms/card.md +32 -0
- package/dist/llms/checkbox.md +35 -0
- package/dist/llms/colors.md +161 -0
- package/dist/llms/combobox.md +40 -0
- package/dist/llms/command.md +7 -0
- package/dist/llms/date-range-picker.md +36 -0
- package/dist/llms/dialog.md +45 -0
- package/dist/llms/drawer.md +30 -0
- package/dist/llms/dropdown-menu.md +112 -0
- package/dist/llms/fonts.md +7 -0
- package/dist/llms/header.md +26 -0
- package/dist/llms/icons.md +43 -0
- package/dist/llms/index.md +65 -0
- package/dist/llms/input.md +37 -0
- package/dist/llms/label.md +30 -0
- package/dist/llms/language-picker-button.md +30 -0
- package/dist/llms/light-dark-toggle.md +26 -0
- package/dist/llms/marketing.md +95 -0
- package/dist/llms/popover-responsive.md +32 -0
- package/dist/llms/popover.md +40 -0
- package/dist/llms/select.md +44 -0
- package/dist/llms/side-navigation.md +30 -0
- package/dist/llms/skeleton.md +28 -0
- package/dist/llms/slider.md +36 -0
- package/dist/llms/spinner.md +25 -0
- package/dist/llms/star-rating.md +31 -0
- package/dist/llms/switch.md +33 -0
- package/dist/llms/table.md +30 -0
- package/dist/llms/tabs.md +92 -0
- package/dist/llms/tera-ui-context.md +30 -0
- package/dist/llms/text-area.md +39 -0
- package/dist/llms/toast.md +7 -0
- package/dist/llms/tooltip.md +32 -0
- package/dist/llms/user-avatar-with-menu.md +28 -0
- package/dist/paraglide/README.md +71 -2
- package/dist/paraglide/messages/_index.d.ts +7 -21
- package/dist/paraglide/messages/_index.js +7 -485
- package/dist/paraglide/messages/text_account_settings.d.ts +16 -0
- package/dist/paraglide/messages/text_account_settings.js +234 -0
- package/dist/paraglide/messages/text_calces_documentation.d.ts +16 -0
- package/dist/paraglide/messages/text_calces_documentation.js +234 -0
- package/dist/paraglide/messages/text_calces_scientific_calculator.d.ts +16 -0
- package/dist/paraglide/messages/text_calces_scientific_calculator.js +234 -0
- package/dist/paraglide/messages/text_currency_converter.d.ts +16 -0
- package/dist/paraglide/messages/text_currency_converter.js +234 -0
- package/dist/paraglide/messages/text_logout.d.ts +16 -0
- package/dist/paraglide/messages/text_logout.js +234 -0
- package/dist/paraglide/messages/text_select_language.d.ts +16 -0
- package/dist/paraglide/messages/text_select_language.js +234 -0
- package/dist/paraglide/messages/text_unit_converter.d.ts +16 -0
- package/dist/paraglide/messages/text_unit_converter.js +234 -0
- package/dist/paraglide/registry.d.ts +13 -0
- package/dist/paraglide/registry.js +15 -0
- package/dist/paraglide/runtime.d.ts +242 -125
- package/dist/paraglide/runtime.js +467 -143
- package/dist/paraglide/server.d.ts +13 -20
- package/dist/paraglide/server.js +92 -40
- package/dist/stories/ComponentOverview.stories.svelte +533 -0
- package/dist/stories/ComponentOverview.stories.svelte.d.ts +6 -0
- package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +130 -9
- package/dist/tera-i18n/dev-tools/translator/package-lock.json +14 -224
- package/dist/tera-i18n/dev-tools/translator/package.json +1 -1
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-calculator.md +34 -0
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.md +149 -0
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-system.txt +1 -1
- package/dist/tera-i18n/projects/common/all-language-data.js +70 -13
- package/dist/tera-i18n/projects/cv-maker/messages/ar-AE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-EG.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-IQ.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-SA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-SD.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar-YE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/ar.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/bg.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/bn.json +65 -22
- package/dist/tera-i18n/projects/cv-maker/messages/ca.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/cs.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/da.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/de.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/el.json +71 -28
- package/dist/tera-i18n/projects/cv-maker/messages/en-AE.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-AU.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-CA.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/en-GB.json +50 -7
- package/dist/tera-i18n/projects/cv-maker/messages/en-ID.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-IN.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/en-NZ.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-PH.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-PK.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/en-SA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/en-US.json +51 -8
- package/dist/tera-i18n/projects/cv-maker/messages/en-ZA.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/en.json +45 -16
- package/dist/tera-i18n/projects/cv-maker/messages/es-419.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-AR.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-ES.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es-MX.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/es.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/fi.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/fr-MA.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/fr.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/he.json +55 -12
- package/dist/tera-i18n/projects/cv-maker/messages/hi.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/hr.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/messages/hu.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/id.json +60 -17
- package/dist/tera-i18n/projects/cv-maker/messages/it.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/ja.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/ko.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/lt.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/lv.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/ms-MY.json +60 -17
- package/dist/tera-i18n/projects/cv-maker/messages/ms.json +61 -18
- package/dist/tera-i18n/projects/cv-maker/messages/nl.json +53 -10
- package/dist/tera-i18n/projects/cv-maker/messages/no.json +54 -11
- package/dist/tera-i18n/projects/cv-maker/messages/pl.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/pt-BR.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/pt-PT.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/pt.json +66 -23
- package/dist/tera-i18n/projects/cv-maker/messages/ro.json +52 -9
- package/dist/tera-i18n/projects/cv-maker/messages/ru.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/sk.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/sl.json +57 -14
- package/dist/tera-i18n/projects/cv-maker/messages/sq.json +59 -16
- package/dist/tera-i18n/projects/cv-maker/messages/sr.json +91 -48
- package/dist/tera-i18n/projects/cv-maker/messages/sv.json +56 -13
- package/dist/tera-i18n/projects/cv-maker/messages/sw.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/ta.json +72 -29
- package/dist/tera-i18n/projects/cv-maker/messages/te.json +75 -32
- package/dist/tera-i18n/projects/cv-maker/messages/th.json +62 -19
- package/dist/tera-i18n/projects/cv-maker/messages/tl.json +77 -34
- package/dist/tera-i18n/projects/cv-maker/messages/tr.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/uk.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/vi.json +64 -21
- package/dist/tera-i18n/projects/cv-maker/messages/zh-CN.json +63 -20
- package/dist/tera-i18n/projects/cv-maker/messages/zh-TW.json +58 -15
- package/dist/tera-i18n/projects/cv-maker/messages/zh.json +94 -0
- package/dist/tera-i18n/projects/cv-maker/project.inlang/settings.json +82 -68
- package/dist/tera-i18n/projects/cv-maker/supported-language.js +36 -9
- package/dist/tera-i18n/projects/mathda/messages/en.json +4 -0
- package/dist/tera-i18n/projects/mathda/messages/vi.json +4 -0
- package/dist/tera-i18n/projects/mathda/project.inlang/settings.json +15 -0
- package/dist/tera-i18n/projects/mathda/supported-language.d.ts +1 -0
- package/dist/tera-i18n/projects/mathda/supported-language.js +4 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/bg.json +149 -72
- package/dist/tera-i18n/projects/tera-calculator/messages/bn.json +149 -72
- package/dist/tera-i18n/projects/tera-calculator/messages/ca.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/cs.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/da.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/de.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/el.json +145 -68
- package/dist/tera-i18n/projects/tera-calculator/messages/en-IN.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en-PH.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en-US.json +183 -0
- package/dist/tera-i18n/projects/tera-calculator/messages/en.json +187 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/es.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/fi.json +137 -60
- package/dist/tera-i18n/projects/tera-calculator/messages/fr.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/hi.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/hu.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/id.json +132 -55
- package/dist/tera-i18n/projects/tera-calculator/messages/it.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/ja.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/ko.json +133 -56
- package/dist/tera-i18n/projects/tera-calculator/messages/lt.json +140 -63
- package/dist/tera-i18n/projects/tera-calculator/messages/lv.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/ms.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/nl.json +145 -68
- package/dist/tera-i18n/projects/tera-calculator/messages/no.json +131 -54
- package/dist/tera-i18n/projects/tera-calculator/messages/pl.json +134 -57
- package/dist/tera-i18n/projects/tera-calculator/messages/pt.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/ro.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/ru.json +180 -103
- package/dist/tera-i18n/projects/tera-calculator/messages/sk.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/messages/sl.json +139 -62
- package/dist/tera-i18n/projects/tera-calculator/messages/sq.json +148 -71
- package/dist/tera-i18n/projects/tera-calculator/messages/sr.json +141 -64
- package/dist/tera-i18n/projects/tera-calculator/messages/sv.json +134 -57
- package/dist/tera-i18n/projects/tera-calculator/messages/sw.json +152 -75
- package/dist/tera-i18n/projects/tera-calculator/messages/ta.json +159 -82
- package/dist/tera-i18n/projects/tera-calculator/messages/te.json +165 -88
- package/dist/tera-i18n/projects/tera-calculator/messages/th.json +136 -59
- package/dist/tera-i18n/projects/tera-calculator/messages/tl.json +146 -69
- package/dist/tera-i18n/projects/tera-calculator/messages/tr.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/messages/uk.json +142 -65
- package/dist/tera-i18n/projects/tera-calculator/messages/vi.json +181 -104
- package/dist/tera-i18n/projects/tera-calculator/messages/zh-CN.json +129 -52
- package/dist/tera-i18n/projects/tera-calculator/messages/zh-TW.json +135 -58
- package/dist/tera-i18n/projects/tera-calculator/project.inlang/settings.json +51 -53
- package/dist/tera-i18n/projects/tera-calculator/supported-language.js +6 -3
- package/dist/themes/tera-ui-base.css +242 -77
- package/dist/themes/theme-ai.css +100 -0
- package/dist/themes/theme-marketing.css +91 -0
- package/dist/themes/theme-professional.css +41 -0
- package/package.json +36 -29
- package/dist/paraglide/messages/ar.d.ts +0 -9
- package/dist/paraglide/messages/ar.js +0 -31
- package/dist/paraglide/messages/bg.d.ts +0 -9
- package/dist/paraglide/messages/bg.js +0 -31
- package/dist/paraglide/messages/bn.d.ts +0 -9
- package/dist/paraglide/messages/bn.js +0 -31
- package/dist/paraglide/messages/ca.d.ts +0 -9
- package/dist/paraglide/messages/ca.js +0 -31
- package/dist/paraglide/messages/cs.d.ts +0 -9
- package/dist/paraglide/messages/cs.js +0 -31
- package/dist/paraglide/messages/da.d.ts +0 -9
- package/dist/paraglide/messages/da.js +0 -31
- package/dist/paraglide/messages/de.d.ts +0 -9
- package/dist/paraglide/messages/de.js +0 -31
- package/dist/paraglide/messages/el.d.ts +0 -9
- package/dist/paraglide/messages/el.js +0 -31
- package/dist/paraglide/messages/en.d.ts +0 -9
- package/dist/paraglide/messages/en.js +0 -31
- package/dist/paraglide/messages/es.d.ts +0 -9
- package/dist/paraglide/messages/es.js +0 -31
- package/dist/paraglide/messages/fi.d.ts +0 -9
- package/dist/paraglide/messages/fi.js +0 -31
- package/dist/paraglide/messages/fr.d.ts +0 -9
- package/dist/paraglide/messages/fr.js +0 -31
- package/dist/paraglide/messages/he.d.ts +0 -9
- package/dist/paraglide/messages/he.js +0 -31
- package/dist/paraglide/messages/hi.d.ts +0 -9
- package/dist/paraglide/messages/hi.js +0 -31
- package/dist/paraglide/messages/hu.d.ts +0 -9
- package/dist/paraglide/messages/hu.js +0 -31
- package/dist/paraglide/messages/id.d.ts +0 -9
- package/dist/paraglide/messages/id.js +0 -31
- package/dist/paraglide/messages/it.d.ts +0 -9
- package/dist/paraglide/messages/it.js +0 -31
- package/dist/paraglide/messages/ja.d.ts +0 -9
- package/dist/paraglide/messages/ja.js +0 -31
- package/dist/paraglide/messages/ko.d.ts +0 -9
- package/dist/paraglide/messages/ko.js +0 -31
- package/dist/paraglide/messages/lt.d.ts +0 -9
- package/dist/paraglide/messages/lt.js +0 -31
- package/dist/paraglide/messages/lv.d.ts +0 -9
- package/dist/paraglide/messages/lv.js +0 -31
- package/dist/paraglide/messages/ms.d.ts +0 -9
- package/dist/paraglide/messages/ms.js +0 -31
- package/dist/paraglide/messages/nl.d.ts +0 -9
- package/dist/paraglide/messages/nl.js +0 -31
- package/dist/paraglide/messages/no.d.ts +0 -9
- package/dist/paraglide/messages/no.js +0 -31
- package/dist/paraglide/messages/pl.d.ts +0 -9
- package/dist/paraglide/messages/pl.js +0 -31
- package/dist/paraglide/messages/pt.d.ts +0 -9
- package/dist/paraglide/messages/pt.js +0 -31
- package/dist/paraglide/messages/ro.d.ts +0 -9
- package/dist/paraglide/messages/ro.js +0 -31
- package/dist/paraglide/messages/ru.d.ts +0 -9
- package/dist/paraglide/messages/ru.js +0 -31
- package/dist/paraglide/messages/sk.d.ts +0 -9
- package/dist/paraglide/messages/sk.js +0 -31
- package/dist/paraglide/messages/sl.d.ts +0 -9
- package/dist/paraglide/messages/sl.js +0 -31
- package/dist/paraglide/messages/sq.d.ts +0 -9
- package/dist/paraglide/messages/sq.js +0 -31
- package/dist/paraglide/messages/sr.d.ts +0 -9
- package/dist/paraglide/messages/sr.js +0 -31
- package/dist/paraglide/messages/sv.d.ts +0 -9
- package/dist/paraglide/messages/sv.js +0 -31
- package/dist/paraglide/messages/sw.d.ts +0 -9
- package/dist/paraglide/messages/sw.js +0 -31
- package/dist/paraglide/messages/ta.d.ts +0 -9
- package/dist/paraglide/messages/ta.js +0 -31
- package/dist/paraglide/messages/te.d.ts +0 -9
- package/dist/paraglide/messages/te.js +0 -31
- package/dist/paraglide/messages/th.d.ts +0 -9
- package/dist/paraglide/messages/th.js +0 -31
- package/dist/paraglide/messages/tl.d.ts +0 -9
- package/dist/paraglide/messages/tl.js +0 -31
- package/dist/paraglide/messages/tr.d.ts +0 -9
- package/dist/paraglide/messages/tr.js +0 -31
- package/dist/paraglide/messages/uk.d.ts +0 -9
- package/dist/paraglide/messages/uk.js +0 -31
- package/dist/paraglide/messages/vi.d.ts +0 -9
- package/dist/paraglide/messages/vi.js +0 -31
- package/dist/paraglide/messages/zh-CN.d.ts +0 -9
- package/dist/paraglide/messages/zh-CN.js +0 -31
- package/dist/paraglide/messages/zh-TW.d.ts +0 -9
- package/dist/paraglide/messages/zh-TW.js +0 -31
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt-cv-maker.txt +0 -21
- package/dist/tera-i18n/projects/cv-maker/project.inlang/project_id +0 -1
- package/dist/tera-i18n/projects/tera-calculator/messages/ar.json +0 -106
- package/dist/tera-i18n/projects/tera-calculator/messages/he.json +0 -106
- package/dist/tera-i18n/projects/tera-calculator/project.inlang/project_id +0 -1
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/.meta.json +0 -3
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/README.md +0 -103
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/project_id +0 -1
- package/dist/themes/tw-preset.cjs +0 -160
- package/dist/themes/tw-preset.d.cts +0 -157
|
@@ -2,105 +2,182 @@
|
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_history": "வரலாறு",
|
|
4
4
|
"text_variable": "மாறி",
|
|
5
|
-
"text_share_feedback": "
|
|
6
|
-
"text_login": "
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"text_save_and_sync_settings": "அமைப்புகளை சேமித்து ஒத்திசைக்கவும்",
|
|
10
|
-
"text_utilize_advanced_features": "மேம்பட்ட அம்சங்களை பயன்படுத்தவும்",
|
|
11
|
-
"text_feedback_title": "உங்கள் கருத்து முக்கியமானது!",
|
|
12
|
-
"text_feedback_description": "எங்கள் சேவைகளைப் பயன்படுத்திய உங்களின் கருத்துகள், பரிந்துரைகள் அல்லது அனுபவங்களைப் பகிரவும்.",
|
|
5
|
+
"text_share_feedback": "பின்னூட்டத்தைப் பகிர்",
|
|
6
|
+
"text_login": "உள்நுழை",
|
|
7
|
+
"text_feedback_title": "உங்கள் பின்னூட்டம் முக்கியம்!",
|
|
8
|
+
"text_feedback_description": "எங்கள் சேவைகளைப் பயன்படுத்திய உங்கள் எண்ணங்கள், பரிந்துரைகள் அல்லது அனுபவங்களைப் பகிருங்கள்.",
|
|
13
9
|
"text_rating": "மதிப்பீடு",
|
|
14
10
|
"text_placeholder_contact_email_optional": "Contact@example.com (விருப்பம்)",
|
|
15
|
-
"text_placeholder_feedback_details_optional": "
|
|
16
|
-
"text_send_feedback": "
|
|
11
|
+
"text_placeholder_feedback_details_optional": "எங்களிடம் சொல்ல விரும்புவது ஏதேனும் உள்ளதா? (விருப்பம்)",
|
|
12
|
+
"text_send_feedback": "பின்னூட்டத்தை அனுப்பு",
|
|
17
13
|
"text_settings": "அமைப்புகள்",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
14
|
+
"text_settings_section_common": "பொது",
|
|
15
|
+
"text_settings_section_common_desc": "அடிப்படை கணிப்பான் விருப்பங்கள்",
|
|
16
|
+
"text_settings_section_number_format": "எண் வடிவம்",
|
|
17
|
+
"text_settings_section_number_format_desc": "தசமம் மற்றும் பிரிப்பான் விருப்பங்கள்",
|
|
18
|
+
"text_settings_section_more": "மேலும்",
|
|
19
|
+
"text_settings_section_more_desc": "கூடுதல் விருப்பங்கள்",
|
|
21
20
|
"text_angle_unit": "கோண அலகு",
|
|
22
|
-
"
|
|
23
|
-
"
|
|
21
|
+
"text_angle_unit_desc": "கோணங்களுக்கான அளவீட்டு அலகு",
|
|
22
|
+
"text_default_output": "இயல்புநிலை வெளியீடு",
|
|
23
|
+
"text_default_output_desc": "கணக்கீட்டு முடிவுகளுக்கான இயல்புநிலை வடிவத்தைத் தேர்வுசெய்க",
|
|
24
|
+
"text_implied_multiplication": "மறைமுகப் பெருக்கல்",
|
|
25
|
+
"text_implied_multiplication_desc": "விடுபட்ட பெருக்கல் குறிகளுக்கான கணக்கீட்டு முன்னுரிமையை அமைக்கவும்",
|
|
26
|
+
"text_implied_multiplication_prioritized": "முன்னுரிமை",
|
|
27
|
+
"text_implied_multiplication_left_to_right": "இடமிருந்து வலம்",
|
|
28
|
+
"text_percentage_calculation_logic": "சதவீத தர்க்கம்",
|
|
29
|
+
"text_percentage_calculation_logic_desc": "சமன்பாடுகளில் % குறியின் செயல்பாடு",
|
|
30
|
+
"text_percentage_calculation_logic_literal_value": "நேரடி மதிப்பு",
|
|
31
|
+
"text_percentage_calculation_logic_relative_to_base": "அடிப்படையைச் சார்ந்து",
|
|
32
|
+
"text_decimal_number_format": "தசம எண் வடிவம்",
|
|
33
|
+
"text_decimal_number_format_desc": "எண்கள் எவ்வாறு காட்டப்பட வேண்டும் என்பதைத் தேர்வுசெய்க",
|
|
34
|
+
"text_decimal_separator": "தசமப் பிரிப்பான்",
|
|
35
|
+
"text_decimal_separator_point": "புள்ளி",
|
|
36
|
+
"text_decimal_separator_comma": "கமா",
|
|
37
|
+
"text_thousands_separator": "ஆயிரப் பிரிப்பான்",
|
|
38
|
+
"text_thousands_separator_desc": "முழு எண் பகுதியில் இலக்கங்களை குழுவாக்கப் பயன்படும் குறி",
|
|
39
|
+
"text_thousandths_separator": "பின்ன இலக்கப் பிரிப்பான்",
|
|
40
|
+
"text_thousandths_separator_desc": "பின்னப் பகுதியில் இலக்கங்களை குழுவாக்கப் பயன்படும் குறி",
|
|
41
|
+
"text_scientific_notation": "அறிவியல் குறியீடு",
|
|
42
|
+
"text_scientific_notation_desc": "அடுக்கு குறியின் காட்சி வடிவம்",
|
|
43
|
+
"text_indian_style_digit_grouping": "இந்திய முறை இலக்கக் குழுவாக்கம்",
|
|
44
|
+
"text_indian_style_digit_grouping_desc": "இந்திய எண் முறையில் இலக்கங்களை குழுவாக்கு",
|
|
45
|
+
"text_on": "இயக்கு",
|
|
46
|
+
"text_off": "அணை",
|
|
24
47
|
"text_decimal_number_format_and_decimal_precision": "தசம எண் வடிவம் & தசம துல்லியம்",
|
|
25
48
|
"text_precision": "துல்லியம்",
|
|
26
|
-
"text_decimal_number_format": "தசம எண் வடிவமைப்பு",
|
|
27
|
-
"text_percentage_calculation_type": "சதவீத கணக்கீட்டு வகை",
|
|
28
|
-
"text_decimal_separator": "தசம இடைவெளி",
|
|
29
|
-
"text_thousand_separator": "ஆயிரம் இடைவெளி",
|
|
30
|
-
"text_thousandth_separator": "ஆயிரம் இடைவெளி",
|
|
31
|
-
"text_scientific_notation": "அறிவியல் குறிப்பு",
|
|
32
|
-
"text_use_indian_style_of_digit_grouping": "இந்திய பாணி எண் குழுவைச் சேர்க்கவும்",
|
|
33
49
|
"text_example": "உதாரணம்",
|
|
34
|
-
"text_calculator_layout": "
|
|
35
|
-
"text_select_layout": "
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"text_scientific_constant": "அறிவியல்
|
|
42
|
-
"text_metric_conversions": "
|
|
43
|
-
"text_matrix": "
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
50
|
+
"text_calculator_layout": "கணிப்பான் தளவமைப்பு",
|
|
51
|
+
"text_select_layout": "தளவமைப்பைத் தேர்வுசெய்க",
|
|
52
|
+
"text_reset_settings": "அமைப்புகளை மீட்டமை",
|
|
53
|
+
"text_reset_settings_desc": "எல்லா அமைப்புகளையும் இயல்புநிலைக்குத் திருப்பு",
|
|
54
|
+
"text_reset": "மீட்டமை",
|
|
55
|
+
"text_rows": "வரிசைகள்",
|
|
56
|
+
"text_columns": "நெடுவரிசைகள்",
|
|
57
|
+
"text_scientific_constant": "அறிவியல் நிலையானம்",
|
|
58
|
+
"text_metric_conversions": "மெட்ரிக் மாற்றங்கள்",
|
|
59
|
+
"text_matrix": "அணி",
|
|
60
|
+
"text_insert_sized_matrix": "{size} அணியைச் செருகு",
|
|
61
|
+
"text_insert_matrix": "அணியைச் செருகு",
|
|
62
|
+
"text_matrix_dimensions": "அணி பரிமாணங்கள்",
|
|
63
|
+
"text_insert": "செருகு",
|
|
64
|
+
"text_close": "மூடு",
|
|
48
65
|
"text_cancel": "ரத்து",
|
|
49
66
|
"text_confirm": "உறுதிப்படுத்து",
|
|
50
|
-
"text_delete_calculation_history_confirm_title": "அனைத்து கணக்கீட்டு வரலாறையும்
|
|
51
|
-
"text_delete_variables_confirm_title": "அனைத்து மாறி மதிப்புகளையும்
|
|
52
|
-
"text_reset_settings_confirm_title": "
|
|
53
|
-
"text_reset_settings_confirm_message": "இந்த செயல் உங்கள்
|
|
54
|
-
"text_insert_expression_to_editor_confirm_title": "
|
|
55
|
-
"text_copy_as_plain_text": "எளிய உரையாக
|
|
56
|
-
"text_copy_as_latex": "LaTeX
|
|
57
|
-
"text_paste": "
|
|
58
|
-
"text_select_all": "அனைத்தையும்
|
|
59
|
-
"text_insert_expression_to_the_editor": "
|
|
60
|
-
"text_view_result_format": "
|
|
61
|
-
"text_result_format": "
|
|
62
|
-
"text_fraction": "
|
|
63
|
-
"text_prime_factor": "
|
|
64
|
-
"text_repeated_decimal": "
|
|
65
|
-
"text_mixed_fraction": "
|
|
66
|
-
"text_numeric": "
|
|
67
|
-
"text_calculation_feedback": "கணக்கீட்டு
|
|
68
|
-
"text_result_was_incorrect": "
|
|
69
|
-
"text_unexpected_result_format": "எதிர்பாராத
|
|
70
|
-
"text_calculation_took_too_long": "கணக்கீடு
|
|
71
|
-
"text_result_didnt_round_correctly": "
|
|
72
|
-
"text_failed_to_handle_scientific_notation": "அறிவியல்
|
|
67
|
+
"text_delete_calculation_history_confirm_title": "அனைத்து கணக்கீட்டு வரலாறையும் நீக்கவா?",
|
|
68
|
+
"text_delete_variables_confirm_title": "அனைத்து மாறி மதிப்புகளையும் அழிக்கவா?",
|
|
69
|
+
"text_reset_settings_confirm_title": "அமைப்புகள் மீட்டமைப்பு உறுதிப்படுத்தல்",
|
|
70
|
+
"text_reset_settings_confirm_message": "இந்த செயல் உங்கள் அமைப்புகளை நிரந்தரமாக நீக்கி இயல்புநிலைக்குத் திருப்பும்",
|
|
71
|
+
"text_insert_expression_to_editor_confirm_title": "கூற்றை திருத்தியில் செருகவா?",
|
|
72
|
+
"text_copy_as_plain_text": "எளிய உரையாக நகலெடு",
|
|
73
|
+
"text_copy_as_latex": "LaTeX ஆக நகலெடு",
|
|
74
|
+
"text_paste": "ஒட்டு",
|
|
75
|
+
"text_select_all": "அனைத்தையும் தேர்வுசெய்",
|
|
76
|
+
"text_insert_expression_to_the_editor": "கூற்றை திருத்தியில் செருகு",
|
|
77
|
+
"text_view_result_format": "முடிவு வடிவத்தைக் காண்",
|
|
78
|
+
"text_result_format": "முடிவு வடிவம்",
|
|
79
|
+
"text_fraction": "பின்னம்",
|
|
80
|
+
"text_prime_factor": "பகா காரணி",
|
|
81
|
+
"text_repeated_decimal": "மீளும் தசமம்",
|
|
82
|
+
"text_mixed_fraction": "கலப்பு பின்னம்",
|
|
83
|
+
"text_numeric": "எண்ணியல்",
|
|
84
|
+
"text_calculation_feedback": "கணக்கீட்டு பின்னூட்டம்",
|
|
85
|
+
"text_result_was_incorrect": "முடிவு தவறாக இருந்தது",
|
|
86
|
+
"text_unexpected_result_format": "எதிர்பாராத முடிவு வடிவம்",
|
|
87
|
+
"text_calculation_took_too_long": "கணக்கீடு மிகவும் நேரம் எடுத்தது",
|
|
88
|
+
"text_result_didnt_round_correctly": "முடிவு சரியாக வட்டமிடப்படவில்லை",
|
|
89
|
+
"text_failed_to_handle_scientific_notation": "அறிவியல் குறியீட்டை கையாள முடியவில்லை",
|
|
73
90
|
"text_unexpected_error_happened": "எதிர்பாராத பிழை ஏற்பட்டது",
|
|
74
91
|
"text_other": "மற்றவை",
|
|
75
|
-
"text_provide_email_contact_description": "உங்கள்
|
|
76
|
-
"text_calculation_feedback_more_details_placeholder": "மேலும்
|
|
77
|
-
"text_submit": "
|
|
78
|
-
"text_math_input_placeholder": "
|
|
79
|
-
"text_math_input_calc_mode_placeholder": "
|
|
80
|
-
"text_FUNCTION_NOT_SUPPORT_IN_MODE": "தற்போதைய முறையில்
|
|
81
|
-
"text_CANNOT_CONVERT_TO_MIXED_FRACTION": "
|
|
82
|
-
"text_CANNOT_CONVERT_TO_DMS": "DMS
|
|
83
|
-
"text_CANNOT_CONVERT_TO_FRACTION": "
|
|
92
|
+
"text_provide_email_contact_description": "உங்கள் மின்னஞ்சலை வழங்கினால் உங்கள் சிக்கலைச் சிறப்பாகத் தீர்க்க நாங்கள் பின்னர் தொடர்புகொள்ள முடியும் (விருப்பம்)",
|
|
93
|
+
"text_calculation_feedback_more_details_placeholder": "மேலும் விவரங்களைச் சேர்க்கலாம்",
|
|
94
|
+
"text_submit": "சமர்ப்பி",
|
|
95
|
+
"text_math_input_placeholder": "கணிதக் கூற்றை உள்ளிடு",
|
|
96
|
+
"text_math_input_calc_mode_placeholder": "மாறி மதிப்பை உள்ளிடு",
|
|
97
|
+
"text_FUNCTION_NOT_SUPPORT_IN_MODE": "இந்த செயல்பாடு தற்போதைய முறையில் ஆதரிக்கப்படவில்லை",
|
|
98
|
+
"text_CANNOT_CONVERT_TO_MIXED_FRACTION": "கலப்பு பின்னமாக மாற்ற முடியாது",
|
|
99
|
+
"text_CANNOT_CONVERT_TO_DMS": "DMS வடிவத்திற்கு மாற்ற முடியாது",
|
|
100
|
+
"text_CANNOT_CONVERT_TO_FRACTION": "பின்ன வடிவத்திற்கு மாற்ற முடியாது",
|
|
84
101
|
"text_unknown_error_occurred": "அறியப்படாத பிழை ஏற்பட்டது",
|
|
85
|
-
"text_skip_this_time": "
|
|
86
|
-
"text_separator_space": "
|
|
102
|
+
"text_skip_this_time": "இம்முறை தவிர்",
|
|
103
|
+
"text_separator_space": "இடைவெளி",
|
|
87
104
|
"text_separator_comma": "கமா",
|
|
88
105
|
"text_separator_dot": "புள்ளி",
|
|
89
|
-
"text_separator_nothing": "
|
|
90
|
-
"text_separator_apostrophe": "
|
|
91
|
-
"text_separator_underscore": "
|
|
106
|
+
"text_separator_nothing": "இல்லை",
|
|
107
|
+
"text_separator_apostrophe": "ஒற்றை மேற்கோள்",
|
|
108
|
+
"text_separator_underscore": "அடிக்கோடு",
|
|
92
109
|
"text_point": "புள்ளி",
|
|
93
110
|
"text_decimal": "தசமம்",
|
|
94
|
-
"
|
|
95
|
-
"text_period_key": "
|
|
111
|
+
"text_key_insert": "{keyName} {symbol} அழுத்தினால் {text} செருகப்படும்",
|
|
112
|
+
"text_period_key": "புள்ளி விசை",
|
|
96
113
|
"text_comma_key": "கமா விசை",
|
|
97
|
-
"text_function_argument_separator": "செயல்பாட்டு
|
|
98
|
-
"text_key_mapping_symbol_title": "
|
|
99
|
-
"text_decimal_separator_will_be_comma_symbol": "
|
|
100
|
-
"text_you_can_change_the_configuration_later_in_settings": "
|
|
114
|
+
"text_function_argument_separator": "செயல்பாட்டு அளவுரு பிரிப்பான்",
|
|
115
|
+
"text_key_mapping_symbol_title": "விசை {key} எந்த குறியை குறிக்க வேண்டும்?",
|
|
116
|
+
"text_decimal_separator_will_be_comma_symbol": "தசமப் பிரிப்பான் கமா {symbol} குறியாக இருக்கும்",
|
|
117
|
+
"text_you_can_change_the_configuration_later_in_settings": "இந்த அமைப்பை பின்னர் அமைப்புகளில் மாற்றலாம்",
|
|
101
118
|
"text_save": "சேமி",
|
|
102
|
-
"text_fullscreen_mode": "முழுத்திரை முறை",
|
|
103
|
-
"text_exit_fullscreen_mode": "முழுத்திரை முறையை விட்டு வெளியேறு",
|
|
104
119
|
"text_success": "வெற்றி",
|
|
105
|
-
"text_scroll_to_calculator": "
|
|
120
|
+
"text_scroll_to_calculator": "கணிப்பானுக்குச் செல்",
|
|
121
|
+
"text_ai_scanner": "AI ஸ்கேனர்",
|
|
122
|
+
"text_clear_all": "அனைத்தையும் அழி",
|
|
123
|
+
"text_search_language": "மொழியைத் தேடு",
|
|
124
|
+
"text_no_results_found": "முடிவுகள் எதுவும் கிடைக்கவில்லை",
|
|
125
|
+
"text_ai_scanner_use_guide": "படத்தை இங்கே விடவும் அல்லது பதிவேற்ற கிளிக் செய்யவும்",
|
|
126
|
+
"text_ai_scanner_use_guide_note": "JPG, PNG அல்லது WEBP — அதிகபட்சம் {maxSize} MB · Ctrl+V மூலம் ஒட்டவும்",
|
|
127
|
+
"text_ai_scanner_use_camera": "கேமராவைப் பயன்படுத்து",
|
|
128
|
+
"text_ai_scanner_draw_math": "கணிதத்தை வரை",
|
|
129
|
+
"text_ai_scanner_edit_image": "படத்தைத் திருத்து",
|
|
130
|
+
"text_ai_scanner_scan_image": "படத்தை ஸ்கேன் செய்",
|
|
131
|
+
"text_ai_scanner_analyzing_image": "படம் பகுப்பாய்வு செய்யப்படுகிறது...",
|
|
132
|
+
"text_ai_scanner_no_expressions_found": "கணிதக் கூற்றுகள் எதுவும் கிடைக்கவில்லை. வேறு படத்துடன் மீண்டும் முயற்சிக்கவும்.",
|
|
133
|
+
"text_ai_scanner_result_may_error_warning": "பிழைகள் இருக்கலாம். முடிவைச் சரிபார்க்கவும்",
|
|
134
|
+
"text_ai_scanner_new_scan": "புதிய ஸ்கேன்",
|
|
135
|
+
"text_ai_scanner_back_to_edit_image": "திருத்தத்திற்குத் திரும்பு",
|
|
136
|
+
"text_font_size_set_to_default": "எழுத்தளவு இயல்புநிலைக்கு அமைக்கப்பட்டது",
|
|
137
|
+
"text_ai_scanner_scan_drawing": "வரைவை ஸ்கேன் செய்",
|
|
138
|
+
"text_history_is_empty": "வரலாறு காலியாக உள்ளது",
|
|
139
|
+
"text_delete": "நீக்கு",
|
|
140
|
+
"text_results": "முடிவுகள்",
|
|
141
|
+
"text_camera": "கேமரா",
|
|
142
|
+
"text_ai_scanner_unsupport_file_type_message": "ஆதரிக்கப்படாத கோப்பு வகை. JPG, PNG, அல்லது WEBP ஐ பயன்படுத்தவும்.",
|
|
143
|
+
"text_ai_scanner_file_to_large_message": "கோப்பு மிகப் பெரியது (${size} MB). அனுமதிக்கப்பட்ட அதிகபட்ச அளவு {maxSize} MB.",
|
|
144
|
+
"text_info": "தகவல்",
|
|
145
|
+
"text_system_initializing": "துவக்கப்படுகிறது",
|
|
146
|
+
"text_scientific_calculator": "அறிவியல் கணிப்பான்",
|
|
147
|
+
"text_system_init_failed": "தொடக்கம் தோல்வியடைந்தது",
|
|
148
|
+
"text_try_again": "மீண்டும் முயற்சிக்கவும்",
|
|
149
|
+
"text_go_back": "பின்செல்லவும்",
|
|
150
|
+
"text_expression_is_valid": "வெளிப்பாடு செல்லுபடியாகும்",
|
|
151
|
+
"text_checking_expression": "வெளிப்பாடு சரிபார்க்கப்படுகிறது",
|
|
152
|
+
"text_suggest_edit_latex_for_compatible": "இணக்கத்திற்காக LaTeX-ஐத் திருத்தவும்",
|
|
153
|
+
"text_copying_to_clipboard": "கிளிப்போர்டுக்கு நகலெடுக்கப்படுகிறது",
|
|
154
|
+
"text_copied_to_clipboard": "கிளிப்போர்டுக்கு நகலெடுக்கப்பட்டது",
|
|
155
|
+
"text_processing_paste": "ஒட்டுதல் செயலாக்கப்படுகிறது",
|
|
156
|
+
"text_clipboard_permission_denied": "கிளிப்போர்டு அனுமதி மறுக்கப்பட்டது. நகலெடுக்கும் வசதியைப் பயன்படுத்த கிளிப்போர்டு அணுகலை அனுமதிக்கவும்.",
|
|
157
|
+
"text_edit_to_fix": "சரிசெய்யத் திருத்தவும்",
|
|
158
|
+
"text_starting_camera": "கேமரா தொடங்குகிறது",
|
|
159
|
+
"text_camera_permission_denied": "கேமரா அனுமதி மறுக்கப்பட்டது. தயவுசெய்து கேமரா அணுகலை அனுமதித்து மீண்டும் முயற்சிக்கவும்.",
|
|
160
|
+
"text_no_camera_found": "இந்த சாதனத்தில் கேமரா இல்லை",
|
|
161
|
+
"text_camera_is_in_use": "கேமரா வேறு ஒரு பயன்பாட்டால் பயன்படுத்தப்படுகிறது",
|
|
162
|
+
"text_failed_to_access_camera": "கேமராவை அணுக முடியவில்லை. தயவுசெய்து அனுமதிகளைச் சரிபார்க்கவும்",
|
|
163
|
+
"text_no_formats_available": "வடிவங்கள் இல்லை",
|
|
164
|
+
"text_no_formats_available_desc": "இந்த முடிவுக்கு மாற்று வடிவங்கள் எதுவும் இல்லை",
|
|
165
|
+
"text_settings_section_math_parsing_rules": "கணிதப் பொருளாக்க விதிகள்",
|
|
166
|
+
"text_settings_section_math_parsing_rules_desc": "ஒட்டிய உரை அல்லது ஸ்கேன் செய்யப்பட்ட படங்களை கணித வெளிப்பாடுகளாக மாற்றும்போது, கமா மற்றும் புள்ளிகளை செயலி எவ்வாறு பொருளாக்க வேண்டும் என்பதை அமைக்கவும்",
|
|
167
|
+
"text_ocr_auto_detect_formatting": "வடிவமைப்பை தானாகக் கண்டறி",
|
|
168
|
+
"text_ocr_auto_detect_formatting_desc": "ஸ்கேன் செய்யப்பட்ட அல்லது ஒட்டிய உரையில் கமா மற்றும் புள்ளிகள் எவ்வாறு பயன்படுத்தப்பட்டுள்ளன என்பதை தானாகக் கண்டறியும். தெளிவில்லையெனில், கீழே உள்ள மாற்று விதிகளை செயலி பயன்படுத்தும்.",
|
|
169
|
+
"text_ocr_how_to_read_commas": "கமா (,) எவ்வாறு வாசிக்க வேண்டும்",
|
|
170
|
+
"text_ocr_how_to_read_commas_desc": "தானியங்கி கண்டறிதல் முடக்கப்பட்டிருந்தால் அல்லது தெளிவில்லையெனில், கமாக்களின் இயல்புநிலை பொருளைத் தேர்வுசெய்க",
|
|
171
|
+
"text_ocr_how_to_read_dots": "புள்ளி (.) எவ்வாறு வாசிக்க வேண்டும்",
|
|
172
|
+
"text_ocr_how_to_read_dots_desc": "தானியங்கி கண்டறிதல் முடக்கப்பட்டிருந்தால் அல்லது தெளிவில்லையெனில், புள்ளிகளின் இயல்புநிலை பொருளைத் தேர்வுசெய்க",
|
|
173
|
+
"text_ocr_decimal_separator": "தசமப் பிரிப்பான்",
|
|
174
|
+
"text_ocr_thousands_separator": "ஆயிரப் பிரிப்பான்",
|
|
175
|
+
"text_ocr_function_list_separator": "செயல்பாடு / பட்டியல் பிரிப்பான்",
|
|
176
|
+
"text_ocr_multiplication": "பெருக்கல்",
|
|
177
|
+
"text_settings_section_ai_scanner_desc": "ஸ்கேன் செய்யப்பட்ட வெளிப்பாடுகளுக்கான இயல்புநிலை விதிகளை அமைக்கவும்",
|
|
178
|
+
"text_ai_scanner_single_expression_action": "ஒற்றை வெளிப்பாட்டுக்கான செயல்",
|
|
179
|
+
"text_ai_scanner_single_expression_action_desc": "சரியாக ஒரு கணித வெளிப்பாடு மட்டுமே ஸ்கேன் செய்யப்பட்டால், இயல்புநிலை செயலைத் தேர்வுசெய்க",
|
|
180
|
+
"text_ai_scanner_action_show_result": "முடிவைக் காட்டு",
|
|
181
|
+
"text_ai_scanner_action_insert_into_calculator": "கணிப்பானில் நேரடியாகச் செருகு",
|
|
182
|
+
"text_about_us": "எங்களைப் பற்றி"
|
|
106
183
|
}
|
|
@@ -1,106 +1,183 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://inlang.com/schema/inlang-message-format",
|
|
3
3
|
"text_history": "చరిత్ర",
|
|
4
|
-
"text_variable": "
|
|
5
|
-
"text_share_feedback": "
|
|
4
|
+
"text_variable": "చరరాశి",
|
|
5
|
+
"text_share_feedback": "అభిప్రాయం పంచుకోండి",
|
|
6
6
|
"text_login": "లాగిన్",
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"text_save_and_sync_settings": "సేవ్ & సింక్ సెట్టింగ్స్",
|
|
10
|
-
"text_utilize_advanced_features": "అధునాతన ఫీచర్లను వినియోగించండి",
|
|
11
|
-
"text_feedback_title": "మీ అభిప్రాయం ముఖ్యం!",
|
|
12
|
-
"text_feedback_description": "మా సేవలను ఉపయోగించి మీ ఆలోచనలు, సూచనలు లేదా అనుభవాలను పంచుకోండి.",
|
|
7
|
+
"text_feedback_title": "మీ అభిప్రాయం మాకు ముఖ్యం!",
|
|
8
|
+
"text_feedback_description": "మా సేవలపై మీ అభిప్రాయాలు, సూచనలు లేదా అనుభవాలను పంచుకోండి.",
|
|
13
9
|
"text_rating": "రేటింగ్",
|
|
14
10
|
"text_placeholder_contact_email_optional": "Contact@example.com (ఐచ్చికం)",
|
|
15
|
-
"text_placeholder_feedback_details_optional": "
|
|
16
|
-
"text_send_feedback": "
|
|
17
|
-
"text_settings": "
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
11
|
+
"text_placeholder_feedback_details_optional": "మాకు చెప్పాలనుకుంటున్నదేమైనా ఉందా? (ఐచ్చికం)",
|
|
12
|
+
"text_send_feedback": "అభిప్రాయం పంపండి",
|
|
13
|
+
"text_settings": "అమరికలు",
|
|
14
|
+
"text_settings_section_common": "సాధారణం",
|
|
15
|
+
"text_settings_section_common_desc": "ప్రాథమిక కాలిక్యులేటర్ ఎంపికలు",
|
|
16
|
+
"text_settings_section_number_format": "సంఖ్యా ఆకృతి",
|
|
17
|
+
"text_settings_section_number_format_desc": "దశాంశం మరియు విభజకాల ఎంపికలు",
|
|
18
|
+
"text_settings_section_more": "మరిన్ని",
|
|
19
|
+
"text_settings_section_more_desc": "అదనపు ఎంపికలు",
|
|
20
|
+
"text_angle_unit": "కోణ మానం",
|
|
21
|
+
"text_angle_unit_desc": "కోణాల కొలమానం",
|
|
22
|
+
"text_default_output": "డిఫాల్ట్ ఫలిత ఆకృతి",
|
|
23
|
+
"text_default_output_desc": "లెక్కింపు ఫలితాల డిఫాల్ట్ ఆకృతిని ఎంచుకోండి",
|
|
24
|
+
"text_implied_multiplication": "సూచిత గుణకారం",
|
|
25
|
+
"text_implied_multiplication_desc": "విడిచిన గుణకార చిహ్నాల మదింపు ప్రాధాన్యతను సెట్ చేయండి",
|
|
26
|
+
"text_implied_multiplication_prioritized": "ప్రాధాన్యతతో",
|
|
27
|
+
"text_implied_multiplication_left_to_right": "ఎడమ నుంచి కుడికి",
|
|
28
|
+
"text_percentage_calculation_logic": "శాతం విధానం",
|
|
29
|
+
"text_percentage_calculation_logic_desc": "సమీకరణాల్లో % చిహ్నం ప్రవర్తన",
|
|
30
|
+
"text_percentage_calculation_logic_literal_value": "యథాతథ విలువ",
|
|
31
|
+
"text_percentage_calculation_logic_relative_to_base": "ఆధార విలువకు సంబంధించి",
|
|
32
|
+
"text_decimal_number_format": "దశాంశ సంఖ్యా ఆకృతి",
|
|
33
|
+
"text_decimal_number_format_desc": "సంఖ్యలు ఎలా చూపించాలో ఎంచుకోండి",
|
|
34
|
+
"text_decimal_separator": "దశాంశ విభజకం",
|
|
35
|
+
"text_decimal_separator_point": "పాయింట్",
|
|
36
|
+
"text_decimal_separator_comma": "కామా",
|
|
37
|
+
"text_thousands_separator": "వేల విభజకం",
|
|
38
|
+
"text_thousands_separator_desc": "పూర్ణ భాగంలోని అంకెలను గుంపులుగా విభజించడానికి ఉపయోగించే చిహ్నం",
|
|
39
|
+
"text_thousandths_separator": "వెయ్యవ వంతుల విభజకం",
|
|
40
|
+
"text_thousandths_separator_desc": "భిన్న భాగంలోని అంకెలను గుంపులుగా విభజించడానికి ఉపయోగించే చిహ్నం",
|
|
41
|
+
"text_scientific_notation": "శాస్త్రీయ సంకేతరూపం",
|
|
42
|
+
"text_scientific_notation_desc": "ఘాత చిహ్నం ప్రదర్శన ఆకృతి",
|
|
43
|
+
"text_indian_style_digit_grouping": "భారతీయ శైలి అంకెల విభజన",
|
|
44
|
+
"text_indian_style_digit_grouping_desc": "భారతీయ సంఖ్యా విధానం ప్రకారం అంకెలను గుంపులుగా విభజించండి",
|
|
45
|
+
"text_on": "ఆన్",
|
|
46
|
+
"text_off": "ఆఫ్",
|
|
47
|
+
"text_decimal_number_format_and_decimal_precision": "దశాంశ సంఖ్యా ఆకృతి & దశాంశ ఖచ్చితత్వం",
|
|
25
48
|
"text_precision": "ఖచ్చితత్వం",
|
|
26
|
-
"text_decimal_number_format": "దశాంశ సంఖ్య ఫార్మాట్",
|
|
27
|
-
"text_percentage_calculation_type": "శాతం గణన రకం",
|
|
28
|
-
"text_decimal_separator": "దశాంశ విభజక",
|
|
29
|
-
"text_thousand_separator": "వెయ్యి విభజక",
|
|
30
|
-
"text_thousandth_separator": "వెయ్యవ విభజక",
|
|
31
|
-
"text_scientific_notation": "విశిష్ట నోటేషన్",
|
|
32
|
-
"text_use_indian_style_of_digit_grouping": "భారతీయ శైలి అంకెల సమూహీకరణను ఉపయోగించండి",
|
|
33
49
|
"text_example": "ఉదాహరణ",
|
|
34
|
-
"text_calculator_layout": "కాలిక్యులేటర్
|
|
35
|
-
"text_select_layout": "
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"text_scientific_constant": "
|
|
42
|
-
"text_metric_conversions": "
|
|
43
|
-
"text_matrix": "
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
50
|
+
"text_calculator_layout": "కాలిక్యులేటర్ లేఅవుట్",
|
|
51
|
+
"text_select_layout": "లేఅవుట్ ఎంచుకోండి",
|
|
52
|
+
"text_reset_settings": "అమరికలను రీసెట్ చేయండి",
|
|
53
|
+
"text_reset_settings_desc": "అన్ని అమరికలను డిఫాల్ట్కు పునరుద్ధరించండి",
|
|
54
|
+
"text_reset": "రీసెట్ చేయండి",
|
|
55
|
+
"text_rows": "వరుసలు",
|
|
56
|
+
"text_columns": "కాలమ్లు",
|
|
57
|
+
"text_scientific_constant": "శాస్త్రీయ స్థిరాంకం",
|
|
58
|
+
"text_metric_conversions": "మెట్రిక్ మార్పిడులు",
|
|
59
|
+
"text_matrix": "మ్యాట్రిక్స్",
|
|
60
|
+
"text_insert_sized_matrix": "{size} మ్యాట్రిక్స్ చొప్పించండి",
|
|
61
|
+
"text_insert_matrix": "మ్యాట్రిక్స్ చొప్పించండి",
|
|
62
|
+
"text_matrix_dimensions": "మ్యాట్రిక్స్ పరిమాణాలు",
|
|
63
|
+
"text_insert": "చొప్పించండి",
|
|
64
|
+
"text_close": "మూసివేయండి",
|
|
48
65
|
"text_cancel": "రద్దు",
|
|
49
|
-
"text_confirm": "
|
|
50
|
-
"text_delete_calculation_history_confirm_title": "అన్ని
|
|
51
|
-
"text_delete_variables_confirm_title": "అన్ని
|
|
52
|
-
"text_reset_settings_confirm_title": "
|
|
53
|
-
"text_reset_settings_confirm_message": "ఈ చర్య మీ
|
|
54
|
-
"text_insert_expression_to_editor_confirm_title": "
|
|
66
|
+
"text_confirm": "నిర్ధారించండి",
|
|
67
|
+
"text_delete_calculation_history_confirm_title": "అన్ని లెక్కింపు చరిత్రను తొలగించాలనుకుంటున్నారా?",
|
|
68
|
+
"text_delete_variables_confirm_title": "అన్ని చరరాశుల విలువలను క్లియర్ చేయాలనుకుంటున్నారా?",
|
|
69
|
+
"text_reset_settings_confirm_title": "అమరికలను రీసెట్ చేయాలా?",
|
|
70
|
+
"text_reset_settings_confirm_message": "ఈ చర్య మీ అమరికలను శాశ్వతంగా తొలగించి డిఫాల్ట్కు రీసెట్ చేస్తుంది",
|
|
71
|
+
"text_insert_expression_to_editor_confirm_title": "వ్యక్తీకరణను ఎడిటర్లో చొప్పించాలా?",
|
|
55
72
|
"text_copy_as_plain_text": "సాధారణ పాఠ్యంగా కాపీ చేయండి",
|
|
56
73
|
"text_copy_as_latex": "LaTeXగా కాపీ చేయండి",
|
|
57
|
-
"text_paste": "
|
|
74
|
+
"text_paste": "అతికించండి",
|
|
58
75
|
"text_select_all": "అన్నీ ఎంచుకోండి",
|
|
59
|
-
"text_insert_expression_to_the_editor": "
|
|
60
|
-
"text_view_result_format": "ఫలిత
|
|
61
|
-
"text_result_format": "ఫలిత
|
|
62
|
-
"text_fraction": "
|
|
63
|
-
"text_prime_factor": "
|
|
64
|
-
"text_repeated_decimal": "
|
|
65
|
-
"text_mixed_fraction": "
|
|
76
|
+
"text_insert_expression_to_the_editor": "వ్యక్తీకరణను ఎడిటర్లో చొప్పించండి",
|
|
77
|
+
"text_view_result_format": "ఫలిత ఆకృతిని చూడండి",
|
|
78
|
+
"text_result_format": "ఫలిత ఆకృతి",
|
|
79
|
+
"text_fraction": "భిన్నం",
|
|
80
|
+
"text_prime_factor": "అభాజ్య గుణకం",
|
|
81
|
+
"text_repeated_decimal": "ఆవర్త దశాంశం",
|
|
82
|
+
"text_mixed_fraction": "మిశ్ర భిన్నం",
|
|
66
83
|
"text_numeric": "సంఖ్యాత్మక",
|
|
67
|
-
"text_calculation_feedback": "
|
|
68
|
-
"text_result_was_incorrect": "ఫలితం
|
|
69
|
-
"text_unexpected_result_format": "
|
|
70
|
-
"text_calculation_took_too_long": "
|
|
71
|
-
"text_result_didnt_round_correctly": "ఫలితం
|
|
72
|
-
"text_failed_to_handle_scientific_notation": "
|
|
73
|
-
"text_unexpected_error_happened": "
|
|
84
|
+
"text_calculation_feedback": "లెక్కింపుపై అభిప్రాయం",
|
|
85
|
+
"text_result_was_incorrect": "ఫలితం తప్పుగా ఉంది",
|
|
86
|
+
"text_unexpected_result_format": "అనుకోని ఫలిత ఆకృతి",
|
|
87
|
+
"text_calculation_took_too_long": "లెక్కింపుకు చాలా సమయం పట్టింది",
|
|
88
|
+
"text_result_didnt_round_correctly": "ఫలితం సరిగా రౌండ్ కాలేదు",
|
|
89
|
+
"text_failed_to_handle_scientific_notation": "శాస్త్రీయ సంకేతరూపాన్ని నిర్వహించలేకపోయింది",
|
|
90
|
+
"text_unexpected_error_happened": "అనుకోని లోపం జరిగింది",
|
|
74
91
|
"text_other": "ఇతర",
|
|
75
|
-
"text_provide_email_contact_description": "మీ
|
|
76
|
-
"text_calculation_feedback_more_details_placeholder": "
|
|
77
|
-
"text_submit": "
|
|
78
|
-
"text_math_input_placeholder": "
|
|
79
|
-
"text_math_input_calc_mode_placeholder": "
|
|
80
|
-
"text_FUNCTION_NOT_SUPPORT_IN_MODE": "ప్రస్తుత మోడ్లో ఈ
|
|
81
|
-
"text_CANNOT_CONVERT_TO_MIXED_FRACTION": "
|
|
82
|
-
"text_CANNOT_CONVERT_TO_DMS": "DMS
|
|
83
|
-
"text_CANNOT_CONVERT_TO_FRACTION": "
|
|
84
|
-
"text_unknown_error_occurred": "తెలియని
|
|
85
|
-
"text_skip_this_time": "
|
|
86
|
-
"text_separator_space": "
|
|
87
|
-
"text_separator_comma": "
|
|
88
|
-
"text_separator_dot": "
|
|
89
|
-
"text_separator_nothing": "
|
|
92
|
+
"text_provide_email_contact_description": "మీ సమస్యను మరింత సమర్థంగా పరిష్కరించేందుకు మేము మిమ్మల్ని సంప్రదించడానికి మీ ఇమెయిల్ సహాయపడుతుంది (ఐచ్చికం)",
|
|
93
|
+
"text_calculation_feedback_more_details_placeholder": "మరిన్ని వివరాలు జోడించండి",
|
|
94
|
+
"text_submit": "సమర్పించండి",
|
|
95
|
+
"text_math_input_placeholder": "గణితాన్ని నమోదు చేయండి",
|
|
96
|
+
"text_math_input_calc_mode_placeholder": "చరరాశి విలువను నమోదు చేయండి",
|
|
97
|
+
"text_FUNCTION_NOT_SUPPORT_IN_MODE": "ప్రస్తుత మోడ్లో ఈ ఫంక్షన్కు మద్దతు లేదు",
|
|
98
|
+
"text_CANNOT_CONVERT_TO_MIXED_FRACTION": "మిశ్ర భిన్నంగా మార్చలేము",
|
|
99
|
+
"text_CANNOT_CONVERT_TO_DMS": "DMS ఆకృతికి మార్చలేము",
|
|
100
|
+
"text_CANNOT_CONVERT_TO_FRACTION": "భిన్న ఆకృతికి మార్చలేము",
|
|
101
|
+
"text_unknown_error_occurred": "తెలియని లోపం సంభవించింది",
|
|
102
|
+
"text_skip_this_time": "ఈసారి దాటవేయండి",
|
|
103
|
+
"text_separator_space": "స్పేస్",
|
|
104
|
+
"text_separator_comma": "కామా",
|
|
105
|
+
"text_separator_dot": "డాట్",
|
|
106
|
+
"text_separator_nothing": "లేదు",
|
|
90
107
|
"text_separator_apostrophe": "అపోస్ట్రోఫీ",
|
|
91
108
|
"text_separator_underscore": "అండర్స్కోర్",
|
|
92
109
|
"text_point": "పాయింట్",
|
|
93
|
-
"text_decimal": "
|
|
94
|
-
"
|
|
95
|
-
"text_period_key": "
|
|
96
|
-
"text_comma_key": "
|
|
97
|
-
"text_function_argument_separator": "
|
|
98
|
-
"text_key_mapping_symbol_title": "{key}
|
|
99
|
-
"text_decimal_separator_will_be_comma_symbol": "దశాంశ
|
|
100
|
-
"text_you_can_change_the_configuration_later_in_settings": "
|
|
101
|
-
"text_save": "సేవ్",
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
110
|
+
"text_decimal": "దశాంశం",
|
|
111
|
+
"text_key_insert": "{keyName} {symbol} నొక్కితే {text} చొప్పించబడుతుంది",
|
|
112
|
+
"text_period_key": "పీరియడ్ కీ",
|
|
113
|
+
"text_comma_key": "కామా కీ",
|
|
114
|
+
"text_function_argument_separator": "ఫంక్షన్ ఆర్గుమెంట్ విభజకం",
|
|
115
|
+
"text_key_mapping_symbol_title": "{key} కీ ఏ చిహ్నాన్ని సూచించాలి?",
|
|
116
|
+
"text_decimal_separator_will_be_comma_symbol": "దశాంశ విభజకం కామా {symbol} చిహ్నం అవుతుంది",
|
|
117
|
+
"text_you_can_change_the_configuration_later_in_settings": "ఈ అమరికను తర్వాత అమరికల్లో మార్చవచ్చు",
|
|
118
|
+
"text_save": "సేవ్ చేయండి",
|
|
119
|
+
"text_success": "సఫలం",
|
|
120
|
+
"text_scroll_to_calculator": "కాలిక్యులేటర్కి స్క్రోల్ చేయండి",
|
|
121
|
+
"text_ai_scanner": "AI స్కానర్",
|
|
122
|
+
"text_clear_all": "అన్నీ క్లియర్ చేయండి",
|
|
123
|
+
"text_search_language": "భాషను శోధించండి",
|
|
124
|
+
"text_no_results_found": "ఫలితాలు కనబడలేదు",
|
|
125
|
+
"text_ai_scanner_use_guide": "చిత్రాన్ని ఇక్కడ వదలండి లేదా అప్లోడ్ చేయడానికి క్లిక్ చేయండి",
|
|
126
|
+
"text_ai_scanner_use_guide_note": "JPG, PNG లేదా WEBP — గరిష్టం {maxSize} MB · Ctrl+Vతో అతికించండి",
|
|
127
|
+
"text_ai_scanner_use_camera": "కెమెరా ఉపయోగించండి",
|
|
128
|
+
"text_ai_scanner_draw_math": "గణితం గీయండి",
|
|
129
|
+
"text_ai_scanner_edit_image": "చిత్రాన్ని సవరించండి",
|
|
130
|
+
"text_ai_scanner_scan_image": "చిత్రాన్ని స్కాన్ చేయండి",
|
|
131
|
+
"text_ai_scanner_analyzing_image": "చిత్రాన్ని విశ్లేషిస్తోంది...",
|
|
132
|
+
"text_ai_scanner_no_expressions_found": "గణిత వ్యక్తీకరణలు ఏవీ కనబడలేదు. దయచేసి వేరే చిత్రంతో మళ్లీ ప్రయత్నించండి.",
|
|
133
|
+
"text_ai_scanner_result_may_error_warning": "ఫలితంలో లోపాలు ఉండవచ్చు, దయచేసి ధృవీకరించండి",
|
|
134
|
+
"text_ai_scanner_new_scan": "కొత్త స్కాన్",
|
|
135
|
+
"text_ai_scanner_back_to_edit_image": "సవరణకు తిరిగి",
|
|
136
|
+
"text_font_size_set_to_default": "ఫాంట్ పరిమాణం డిఫాల్ట్కు సెట్ చేయబడింది",
|
|
137
|
+
"text_ai_scanner_scan_drawing": "డ్రాయింగ్ను స్కాన్ చేయండి",
|
|
138
|
+
"text_history_is_empty": "చరిత్ర ఖాళీగా ఉంది",
|
|
139
|
+
"text_delete": "తొలగించు",
|
|
140
|
+
"text_results": "ఫలితాలు",
|
|
141
|
+
"text_camera": "కెమెరా",
|
|
142
|
+
"text_ai_scanner_unsupport_file_type_message": "మద్దతు లేని ఫైల్ రకం. దయచేసి JPG, PNG లేదా WEBP ఉపయోగించండి.",
|
|
143
|
+
"text_ai_scanner_file_to_large_message": "ఫైల్ చాలా పెద్దది (${size} MB). అనుమతించిన గరిష్ట పరిమాణం {maxSize} MB.",
|
|
144
|
+
"text_info": "సమాచారం",
|
|
145
|
+
"text_system_initializing": "ప్రారంభిస్తోంది",
|
|
146
|
+
"text_scientific_calculator": "శాస్త్రీయ క్యాలిక్యులేటర్",
|
|
147
|
+
"text_system_init_failed": "ప్రారంభం విఫలమైంది",
|
|
148
|
+
"text_try_again": "మళ్లీ ప్రయత్నించండి",
|
|
149
|
+
"text_go_back": "వెనక్కి వెళ్లండి",
|
|
150
|
+
"text_expression_is_valid": "వ్యక్తీకరణ సరైనది",
|
|
151
|
+
"text_checking_expression": "వ్యక్తీకరణను తనిఖీ చేస్తోంది",
|
|
152
|
+
"text_suggest_edit_latex_for_compatible": "అనుకూలంగా ఉండేందుకు దయచేసి LaTeX ను సవరించండి",
|
|
153
|
+
"text_copying_to_clipboard": "క్లిప్బోర్డ్కి కాపీ చేస్తోంది",
|
|
154
|
+
"text_copied_to_clipboard": "క్లిప్బోర్డ్కి కాపీ అయింది",
|
|
155
|
+
"text_processing_paste": "పేస్ట్ను ప్రాసెస్ చేస్తోంది",
|
|
156
|
+
"text_clipboard_permission_denied": "క్లిప్బోర్డ్ అనుమతి నిరాకరించబడింది. కాపీ ఫీచర్ను ఉపయోగించడానికి దయచేసి క్లిప్బోర్డ్ యాక్సెస్ను అనుమతించండి.",
|
|
157
|
+
"text_edit_to_fix": "సవరించి సరిచేయండి",
|
|
158
|
+
"text_starting_camera": "కెమెరా ప్రారంభిస్తోంది",
|
|
159
|
+
"text_camera_permission_denied": "కెమెరా అనుమతి నిరాకరించబడింది. దయచేసి కెమెరా యాక్సెస్ను అనుమతించి మళ్లీ ప్రయత్నించండి.",
|
|
160
|
+
"text_no_camera_found": "ఈ పరికరంలో కెమెరా కనబడలేదు",
|
|
161
|
+
"text_camera_is_in_use": "కెమెరాను మరో యాప్ ఉపయోగిస్తోంది",
|
|
162
|
+
"text_failed_to_access_camera": "కెమెరాను యాక్సెస్ చేయడం విఫలమైంది. దయచేసి అనుమతులను తనిఖీ చేయండి",
|
|
163
|
+
"text_no_formats_available": "ఫార్మాట్లు అందుబాటులో లేవు",
|
|
164
|
+
"text_no_formats_available_desc": "ఈ ఫలితానికి ప్రత్యామ్నాయ ఫార్మాట్లు లేవు",
|
|
165
|
+
"text_settings_section_math_parsing_rules": "గణిత పార్సింగ్ నియమాలు",
|
|
166
|
+
"text_settings_section_math_parsing_rules_desc": "పేస్ట్ చేసిన పాఠ్యం లేదా స్కాన్ చేసిన చిత్రాలను గణిత వ్యక్తీకరణలుగా మార్చేటప్పుడు కామాలు, చుక్కలను యాప్ ఎలా అర్థం చేసుకోవాలో సెట్ చేయండి",
|
|
167
|
+
"text_ocr_auto_detect_formatting": "ఫార్మాటింగ్ను స్వయంచాలకంగా గుర్తించు",
|
|
168
|
+
"text_ocr_auto_detect_formatting_desc": "స్కాన్ చేసిన లేదా పేస్ట్ చేసిన పాఠ్యంలో కామాలు, చుక్కలు ఎలా వాడబడ్డాయో స్వయంచాలకంగా గుర్తిస్తుంది. స్పష్టంగా లేకపోతే, యాప్ క్రింద ఉన్న మీ ప్రత్యామ్నాయ నియమాలను ఉపయోగిస్తుంది.",
|
|
169
|
+
"text_ocr_how_to_read_commas": "కామాలను (,) ఎలా అర్థం చేసుకోవాలి",
|
|
170
|
+
"text_ocr_how_to_read_commas_desc": "స్వయంచాలక గుర్తింపు ఆఫ్లో ఉన్నప్పుడు లేదా స్పష్టంగా లేనప్పుడు కామాల డిఫాల్ట్ అర్థాన్ని ఎంచుకోండి",
|
|
171
|
+
"text_ocr_how_to_read_dots": "చుక్కలను (.) ఎలా అర్థం చేసుకోవాలి",
|
|
172
|
+
"text_ocr_how_to_read_dots_desc": "స్వయంచాలక గుర్తింపు ఆఫ్లో ఉన్నప్పుడు లేదా స్పష్టంగా లేనప్పుడు చుక్కల డిఫాల్ట్ అర్థాన్ని ఎంచుకోండి",
|
|
173
|
+
"text_ocr_decimal_separator": "దశాంశ విభజకం",
|
|
174
|
+
"text_ocr_thousands_separator": "వేల విభజకం",
|
|
175
|
+
"text_ocr_function_list_separator": "ఫంక్షన్ / జాబితా విభజకం",
|
|
176
|
+
"text_ocr_multiplication": "గుణకారం",
|
|
177
|
+
"text_settings_section_ai_scanner_desc": "స్కాన్ చేసిన వ్యక్తీకరణలకు డిఫాల్ట్ నియమాలను సెట్ చేయండి",
|
|
178
|
+
"text_ai_scanner_single_expression_action": "ఒకే వ్యక్తీకరణకు చర్య",
|
|
179
|
+
"text_ai_scanner_single_expression_action_desc": "ఖచ్చితంగా ఒక గణిత వ్యక్తీకరణ మాత్రమే స్కాన్ అయినప్పుడు డిఫాల్ట్ చర్యను ఎంచుకోండి",
|
|
180
|
+
"text_ai_scanner_action_show_result": "ఫలితాన్ని చూపు",
|
|
181
|
+
"text_ai_scanner_action_insert_into_calculator": "నేరుగా క్యాల్క్యులేటర్లో చేర్చు",
|
|
182
|
+
"text_about_us": "మా గురించి"
|
|
106
183
|
}
|