tera-system-ui 0.0.55 → 0.0.61
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/components/command/command.d.ts +5 -10
- package/dist/components/command/components/Command.svelte.d.ts +1 -2
- package/dist/components/command/components/CommandEmpty.svelte.d.ts +1 -2
- package/dist/components/command/components/CommandGroup.svelte.d.ts +1 -2
- package/dist/components/command/components/CommandItem.svelte.d.ts +1 -2
- package/dist/components/command/components/CommandLoading.svelte.d.ts +1 -7
- package/dist/components/command/components/CommandSeparator.svelte.d.ts +1 -2
- package/dist/components/dialog/Dialog.d.ts +21 -0
- package/dist/components/dialog/Dialog.js +3 -0
- package/dist/components/dialog/dialog.scss +4 -0
- package/dist/components/dropdown-menu/components/DropdownMenuItem.svelte.d.ts +0 -1
- package/dist/components/language-picker-button/LanguagePickerButton.d.ts +1 -0
- package/dist/components/language-picker-button/LanguagePickerButton.svelte +17 -55
- package/dist/components/language-picker-button/LanguagePickerButton.svelte.d.ts +1 -1
- package/dist/i18n/language.d.ts +1 -1
- package/dist/i18n/language.js +37 -2
- package/dist/paraglide/messages/ar.d.ts +7 -0
- package/dist/paraglide/messages/ar.js +66 -0
- package/dist/paraglide/messages/bg.d.ts +7 -0
- package/dist/paraglide/messages/bg.js +66 -0
- package/dist/paraglide/messages/bn.d.ts +7 -0
- package/dist/paraglide/messages/bn.js +66 -0
- package/dist/paraglide/messages/ca.d.ts +7 -0
- package/dist/paraglide/messages/ca.js +66 -0
- package/dist/paraglide/messages/cs.d.ts +7 -0
- package/dist/paraglide/messages/cs.js +66 -0
- package/dist/paraglide/messages/da.d.ts +7 -0
- package/dist/paraglide/messages/da.js +66 -0
- package/dist/paraglide/messages/el.d.ts +7 -0
- package/dist/paraglide/messages/el.js +66 -0
- package/dist/paraglide/messages/fi.d.ts +7 -0
- package/dist/paraglide/messages/fi.js +66 -0
- package/dist/paraglide/messages/he.d.ts +7 -0
- package/dist/paraglide/messages/he.js +66 -0
- package/dist/paraglide/messages/hi.d.ts +7 -0
- package/dist/paraglide/messages/hi.js +66 -0
- package/dist/paraglide/messages/hu.d.ts +7 -0
- package/dist/paraglide/messages/hu.js +66 -0
- package/dist/paraglide/messages/id.d.ts +7 -0
- package/dist/paraglide/messages/id.js +66 -0
- package/dist/paraglide/messages/ja.d.ts +7 -0
- package/dist/paraglide/messages/ja.js +66 -0
- package/dist/paraglide/messages/ko.d.ts +7 -0
- package/dist/paraglide/messages/ko.js +66 -0
- package/dist/paraglide/messages/lt.d.ts +7 -0
- package/dist/paraglide/messages/lt.js +66 -0
- package/dist/paraglide/messages/lv.d.ts +7 -0
- package/dist/paraglide/messages/lv.js +66 -0
- package/dist/paraglide/messages/ms.d.ts +7 -0
- package/dist/paraglide/messages/ms.js +66 -0
- package/dist/paraglide/messages/nl.d.ts +7 -0
- package/dist/paraglide/messages/nl.js +66 -0
- package/dist/paraglide/messages/no.d.ts +7 -0
- package/dist/paraglide/messages/no.js +66 -0
- package/dist/paraglide/messages/pl.d.ts +7 -0
- package/dist/paraglide/messages/pl.js +66 -0
- package/dist/paraglide/messages/ro.d.ts +7 -0
- package/dist/paraglide/messages/ro.js +66 -0
- package/dist/paraglide/messages/sk.d.ts +7 -0
- package/dist/paraglide/messages/sk.js +66 -0
- package/dist/paraglide/messages/sl.d.ts +7 -0
- package/dist/paraglide/messages/sl.js +66 -0
- package/dist/paraglide/messages/sq.d.ts +7 -0
- package/dist/paraglide/messages/sq.js +66 -0
- package/dist/paraglide/messages/sr.d.ts +7 -0
- package/dist/paraglide/messages/sr.js +66 -0
- package/dist/paraglide/messages/sv.d.ts +7 -0
- package/dist/paraglide/messages/sv.js +66 -0
- package/dist/paraglide/messages/sw.d.ts +7 -0
- package/dist/paraglide/messages/sw.js +66 -0
- package/dist/paraglide/messages/ta.d.ts +7 -0
- package/dist/paraglide/messages/ta.js +66 -0
- package/dist/paraglide/messages/te.d.ts +7 -0
- package/dist/paraglide/messages/te.js +66 -0
- package/dist/paraglide/messages/th.d.ts +7 -0
- package/dist/paraglide/messages/th.js +66 -0
- package/dist/paraglide/messages/tl.d.ts +7 -0
- package/dist/paraglide/messages/tl.js +66 -0
- package/dist/paraglide/messages/tr.d.ts +7 -0
- package/dist/paraglide/messages/tr.js +66 -0
- package/dist/paraglide/messages/uk.d.ts +7 -0
- package/dist/paraglide/messages/uk.js +66 -0
- package/dist/paraglide/messages/zh-CN.d.ts +7 -0
- package/dist/paraglide/messages/zh-CN.js +66 -0
- package/dist/paraglide/messages/zh-TW.d.ts +7 -0
- package/dist/paraglide/messages/zh-TW.js +66 -0
- package/dist/paraglide/messages.d.ts +7 -7
- package/dist/paraglide/messages.js +296 -16
- package/dist/paraglide/runtime.d.ts +1 -1
- package/dist/paraglide/runtime.js +1 -1
- package/dist/tera-i18n/README.md +105 -0
- package/dist/tera-i18n/assets/world-flags/Algeria.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/East Timor.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/Rapa Nui.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/abkhazia.svg +23 -0
- package/dist/tera-i18n/assets/world-flags/afghanistan.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/aland islands.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/albania.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/american samoa.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/andorra.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/angola.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/anguilla.svg +19 -0
- package/dist/tera-i18n/assets/world-flags/antigua and barbuda.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/argentina.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/armenia.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/aruba.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/australia.svg +21 -0
- package/dist/tera-i18n/assets/world-flags/austria.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/azerbaijan.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/azores islands.svg +21 -0
- package/dist/tera-i18n/assets/world-flags/bahamas.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/bahrain.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/balearic islands.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/bangladesh.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/barbados.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/basque country.svg +20 -0
- package/dist/tera-i18n/assets/world-flags/belarus.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/belgium.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/belize.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/benin.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/bermuda.svg +20 -0
- package/dist/tera-i18n/assets/world-flags/bhutan.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/bolivia.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/bonaire.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/bosnia and herzegovina.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/botswana.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/brazil.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/british columbia.svg +31 -0
- package/dist/tera-i18n/assets/world-flags/british indian ocean territory.svg +29 -0
- package/dist/tera-i18n/assets/world-flags/british virgin islands.svg +24 -0
- package/dist/tera-i18n/assets/world-flags/brunei.svg +19 -0
- package/dist/tera-i18n/assets/world-flags/bulgaria.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/burkina faso.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/burundi.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/cambodia.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/cameroon.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/canada.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/canary islands.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/cape verde.svg +23 -0
- package/dist/tera-i18n/assets/world-flags/catalonia.svg +7 -0
- package/dist/tera-i18n/assets/world-flags/cayman islands.svg +20 -0
- package/dist/tera-i18n/assets/world-flags/central african republic.svg +20 -0
- package/dist/tera-i18n/assets/world-flags/ceuta.svg +29 -0
- package/dist/tera-i18n/assets/world-flags/chad.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/chile.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/china.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/cocos island.svg +19 -0
- package/dist/tera-i18n/assets/world-flags/colombia.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/comoros.svg +19 -0
- package/dist/tera-i18n/assets/world-flags/cook islands.svg +22 -0
- package/dist/tera-i18n/assets/world-flags/corsica.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/costa rica.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/croatia.svg +31 -0
- package/dist/tera-i18n/assets/world-flags/cuba.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/curacao.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/cyprus.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/czech republic.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/democratic republic of congo.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/denmark.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/djibouti.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/dominica.svg +34 -0
- package/dist/tera-i18n/assets/world-flags/dominican republic.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/ecuador.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/egypt.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/el salvador.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/england.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/equatorial guinea.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/eritrea.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/estonia.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/ethiopia.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/european union.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/falkland islands.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/faroe islands.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/fiji.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/finland.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/france.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/french polynesia.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/gabon.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/galapagos islands.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/gambia.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/georgia.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/germany.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/ghana.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/gibraltar.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/greece.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/greenland.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/grenada.svg +27 -0
- package/dist/tera-i18n/assets/world-flags/guam.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/guatemala.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/guernsey.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/guinea bissau.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/guinea.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/guyana.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/haiti.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/hawaii.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/honduras.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/hong kong.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/hungary.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/iceland.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/india.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/indonesia.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/iran.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/iraq.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/ireland.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/isle of man.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/israel.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/italy.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/ivory coast.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/jamaica.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/japan.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/jersey.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/jordan.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/kazakhstan.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/kenya.svg +19 -0
- package/dist/tera-i18n/assets/world-flags/kiribati.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/kosovo.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/kuwait.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/kyrgyzstan.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/laos.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/latvia.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/lebanon.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/lesotho.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/liberia.svg +23 -0
- package/dist/tera-i18n/assets/world-flags/libya.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/liechtenstein.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/lithuania.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/luxembourg.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/macao.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/madagascar.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/madeira.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/malawi.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/malaysia.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/maldives.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/mali.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/malta.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/marshall island.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/martinique.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/mauritania.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/mauritius.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/melilla.svg +25 -0
- package/dist/tera-i18n/assets/world-flags/mexico.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/micronesia.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/moldova.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/monaco.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/mongolia.svg +19 -0
- package/dist/tera-i18n/assets/world-flags/montenegro.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/montserrat.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/morocco.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/mozambique.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/myanmar.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/namibia.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/nato.svg +19 -0
- package/dist/tera-i18n/assets/world-flags/nauru.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/nepal.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/netherlands.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/new zealand.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/nicaragua.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/niger.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/nigeria.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/niue.svg +20 -0
- package/dist/tera-i18n/assets/world-flags/norfolk island.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/north korea.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/northern cyprus.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/northern marianas islands.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/norway.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/oman.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/orkney islands.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/ossetia.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/pakistan.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/palau.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/palestine.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/panama.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/papua new guinea.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/paraguay.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/peru.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/philippines.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/pitcairn islands.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/poland.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/portugal.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/puerto rico.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/qatar.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/republic of macedonia.svg +20 -0
- package/dist/tera-i18n/assets/world-flags/republic of the congo.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/romania.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/russia.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/rwanda.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/saba island.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/sahrawi arab democratic republic.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/samoa.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/san marino.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/sao tome and prince.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/sardinia.svg +23 -0
- package/dist/tera-i18n/assets/world-flags/saudi arabia.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/scotland.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/senegal.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/serbia.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/seychelles.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/sierra leone.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/singapore.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/sint eustatius.svg +20 -0
- package/dist/tera-i18n/assets/world-flags/sint maarten.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/slovakia.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/slovenia.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/solomon islands.svg +17 -0
- package/dist/tera-i18n/assets/world-flags/somalia.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/somaliland.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/south africa.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/south korea.svg +30 -0
- package/dist/tera-i18n/assets/world-flags/south sudan.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/spain.png +0 -0
- package/dist/tera-i18n/assets/world-flags/spain.svg +676 -0
- package/dist/tera-i18n/assets/world-flags/sri lanka.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/st barts.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/st lucia.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/st vincent and the grenadines.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/sudan.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/suriname.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/swaziland.svg +21 -0
- package/dist/tera-i18n/assets/world-flags/sweden.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/switzerland.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/syria.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/taiwan.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/tajikistan.svg +20 -0
- package/dist/tera-i18n/assets/world-flags/tanzania.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/thailand.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/tibet.svg +22 -0
- package/dist/tera-i18n/assets/world-flags/togo.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/tokelau.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/tonga.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/transnistria.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/trinidad and tobago.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/tunisia.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/turkey.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/turkmenistan.svg +30 -0
- package/dist/tera-i18n/assets/world-flags/turks and caicos.svg +19 -0
- package/dist/tera-i18n/assets/world-flags/tuvalu.svg +25 -0
- package/dist/tera-i18n/assets/world-flags/uganda.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/ukraine.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/united arab emirates.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/united kingdom.svg +23 -0
- package/dist/tera-i18n/assets/world-flags/united nations.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/united states.svg +15 -0
- package/dist/tera-i18n/assets/world-flags/uruguay.svg +16 -0
- package/dist/tera-i18n/assets/world-flags/uzbekista/314/201n.svg +27 -0
- package/dist/tera-i18n/assets/world-flags/vanuatu.svg +32 -0
- package/dist/tera-i18n/assets/world-flags/vatican city.svg +13 -0
- package/dist/tera-i18n/assets/world-flags/venezuela.svg +20 -0
- package/dist/tera-i18n/assets/world-flags/vietnam.svg +11 -0
- package/dist/tera-i18n/assets/world-flags/virgin islands.svg +18 -0
- package/dist/tera-i18n/assets/world-flags/wales.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/yemen.svg +12 -0
- package/dist/tera-i18n/assets/world-flags/zambia.svg +14 -0
- package/dist/tera-i18n/assets/world-flags/zimbabwe.svg +20 -0
- package/dist/tera-i18n/dev-tools/translator/.env +2 -0
- package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +79 -0
- package/dist/tera-i18n/dev-tools/translator/gpt-translator.js +128 -0
- package/dist/tera-i18n/dev-tools/translator/index.js +2 -0
- package/dist/tera-i18n/dev-tools/translator/package-lock.json +990 -0
- package/dist/tera-i18n/dev-tools/translator/package.json +20 -0
- package/dist/tera-i18n/dev-tools/translator/prompt/i18n-message-translate-prompt.txt +8 -0
- package/dist/tera-i18n/dev-tools/translator/tsconfig.json +17 -0
- package/dist/tera-i18n/dev-tools/translator/types/supported-languages.js +90 -0
- package/dist/tera-i18n/projects/common/all-language-data.d.ts +3 -0
- package/dist/tera-i18n/projects/common/all-language-data.js +54 -0
- package/dist/tera-i18n/projects/common/messages/en.json +0 -0
- package/dist/tera-i18n/projects/common/types/language.d.ts +6 -0
- package/dist/tera-i18n/projects/common/types/language.js +1 -0
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/de.json +1867 -0
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/en.json +1867 -0
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/es.json +1867 -0
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/fr.json +1867 -0
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/it.json +1867 -0
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/ja.json +1867 -0
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/ko.json +1867 -0
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/pt.json +1867 -0
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/ru.json +1867 -0
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/vi.json +1867 -0
- package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/zh-CN.json +1867 -0
- package/dist/tera-i18n/projects/tera-converter/messages/de.json +40 -0
- package/dist/tera-i18n/projects/tera-converter/messages/en.json +41 -0
- package/dist/tera-i18n/projects/tera-converter/messages/es.json +40 -0
- package/dist/tera-i18n/projects/tera-converter/messages/fr.json +40 -0
- package/dist/tera-i18n/projects/tera-converter/messages/it.json +40 -0
- package/dist/tera-i18n/projects/tera-converter/messages/ja.json +40 -0
- package/dist/tera-i18n/projects/tera-converter/messages/ko.json +40 -0
- package/dist/tera-i18n/projects/tera-converter/messages/pt.json +40 -0
- package/dist/tera-i18n/projects/tera-converter/messages/ru.json +40 -0
- package/dist/tera-i18n/projects/tera-converter/messages/vi.json +40 -0
- package/dist/tera-i18n/projects/tera-converter/messages/zh-CN.json +40 -0
- package/dist/tera-i18n/projects/tera-converter/project.inlang/project_id +1 -0
- package/dist/tera-i18n/projects/tera-converter/project.inlang/settings.json +27 -0
- package/dist/tera-i18n/projects/tera-converter/supported-language.d.ts +1 -0
- package/dist/tera-i18n/projects/tera-converter/supported-language.js +13 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/ar.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/bg.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/bn.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/ca.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/cs.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/da.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/de.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/el.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/en.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/es.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/fi.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/fr.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/he.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/hi.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/hu.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/id.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/it.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/ja.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/ko.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/lt.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/lv.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/ms.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/nl.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/no.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/pl.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/pt.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/ro.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/ru.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/sk.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/sl.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/sq.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/sr.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/sv.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/sw.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/ta.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/te.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/th.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/tl.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/tr.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/uk.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/vi.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/zh-CN.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/messages/zh-TW.json +10 -0
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/project_id +1 -0
- package/dist/tera-i18n/projects/tera-system-ui/project.inlang/settings.json +64 -0
- package/dist/tera-i18n/projects/tera-system-ui/supported-language.d.ts +1 -0
- package/dist/tera-i18n/projects/tera-system-ui/supported-language.js +45 -0
- package/package.json +2 -2
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `Izberite jezik`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `Pretvornik enot`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `Znanstveni kalkulator CalcES`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `Dokumentacija CalcES`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `Nastavitve računa`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `Odjava`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `Pretvornik valut`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `Zgjidhni gjuhën`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `Konvertues Njësish`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `Kalkulatori Shkencor CalcES`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `Dokumentimi i CalcES`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `Cilësimet e Llogarisë`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `Dilni`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `Konvertues Valutash`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `Izaberite jezik`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `Pretvarač jedinica`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `CalcES Naučni Kalkulator`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `CalcES Dokumentacija`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `Podešavanja naloga`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `Odjavi se`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `Konverter valuta`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `Välj språk`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `Enhetsomvandlare`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `CalcES Vetenskaplig Kalkylator`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `CalcES Dokumentation`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `Kontoinställningar`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `Logga ut`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `Valutaomvandlare`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `Chagua lugha`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `Kigeuzi cha Viwango`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `Kikokotozi cha Kisayansi cha CalcES`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `Nyaraka za CalcES`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `Mipangilio ya Akaunti`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `Toka`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `Kigeuzi cha Fedha`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `மொழியைத் தேர்ந்தெடுக்கவும்`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `அலகு மாற்றான்`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `CalcES அறிவியல் கணிக்க`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `CalcES ஆவணம்`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `கணக்கு அமைப்புகள்`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `வெளியேறுதல்`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `நாணய மாற்றான்`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `భాషను ఎంచుకోండి`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `ఐకమత్య మార్పిడి`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `CalcES శాస్త్రీయ కాలిక్యులేటర్`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `CalcES పత్రాలు`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `ఖాతా అమరికలు`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `లాగ్అవుట్`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `నాణ్య మార్పిడి`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `เลือกภาษา`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `ตัวแปลงหน่วย`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `เครื่องคิดเลขวิทยาศาสตร์ CalcES`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `เอกสาร CalcES`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `การตั้งค่าบัญชี`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `ออกจากระบบ`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `ตัวแปลงสกุลเงิน`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
/* eslint-disable */
|
|
2
|
+
/**
|
|
3
|
+
* This file contains language specific message functions for tree-shaking.
|
|
4
|
+
*
|
|
5
|
+
*! WARNING: Only import messages from this file if you want to manually
|
|
6
|
+
*! optimize your bundle. Else, import from the `messages.js` file.
|
|
7
|
+
*
|
|
8
|
+
* Your bundler will (in the future) automatically replace the index function
|
|
9
|
+
* with a language specific message function in the build step.
|
|
10
|
+
*/
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @returns {string}
|
|
16
|
+
*/
|
|
17
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
18
|
+
export const text_select_language = () => `Piliin ang wika`
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
/**
|
|
22
|
+
*
|
|
23
|
+
* @returns {string}
|
|
24
|
+
*/
|
|
25
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
26
|
+
export const text_unit_converter = () => `Tagapagpalit ng Yunit`
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
*
|
|
31
|
+
* @returns {string}
|
|
32
|
+
*/
|
|
33
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
34
|
+
export const text_calces_scientific_calculator = () => `CalcES Siyentipikong Kalkulador`
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
*
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
42
|
+
export const text_calces_documentation = () => `Dokumentasyon ng CalcES`
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
*
|
|
47
|
+
* @returns {string}
|
|
48
|
+
*/
|
|
49
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
50
|
+
export const text_account_settings = () => `Mga Setting ng Account`
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
*
|
|
55
|
+
* @returns {string}
|
|
56
|
+
*/
|
|
57
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
58
|
+
export const text_logout = () => `Mag-logout`
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
/**
|
|
62
|
+
*
|
|
63
|
+
* @returns {string}
|
|
64
|
+
*/
|
|
65
|
+
/* @__NO_SIDE_EFFECTS__ */
|
|
66
|
+
export const text_currency_converter = () => `Tagapagpalit ng Salapi`
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export function text_select_language(): string;
|
|
2
|
+
export function text_unit_converter(): string;
|
|
3
|
+
export function text_calces_scientific_calculator(): string;
|
|
4
|
+
export function text_calces_documentation(): string;
|
|
5
|
+
export function text_account_settings(): string;
|
|
6
|
+
export function text_logout(): string;
|
|
7
|
+
export function text_currency_converter(): string;
|