tera-system-ui 0.0.61 → 0.0.62

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.
Files changed (54) hide show
  1. package/dist/components/side-navigation/SideNavigation.js +3 -3
  2. package/dist/components/side-navigation/SideNavigation.svelte +10 -3
  3. package/dist/tera-i18n/dev-tools/translator/gpt-translator-calculator-seo.js +79 -0
  4. package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +18 -4
  5. package/dist/tera-i18n/projects/common/all-language-data.js +1 -1
  6. package/dist/tera-i18n/projects/tera-calculator/messages/ar.json +106 -0
  7. package/dist/tera-i18n/projects/tera-calculator/messages/bg.json +106 -0
  8. package/dist/tera-i18n/projects/tera-calculator/messages/bn.json +106 -0
  9. package/dist/tera-i18n/projects/tera-calculator/messages/ca.json +106 -0
  10. package/dist/tera-i18n/projects/tera-calculator/messages/cs.json +106 -0
  11. package/dist/tera-i18n/projects/tera-calculator/messages/da.json +106 -0
  12. package/dist/tera-i18n/projects/tera-calculator/messages/de.json +106 -0
  13. package/dist/tera-i18n/projects/tera-calculator/messages/el.json +106 -0
  14. package/dist/tera-i18n/projects/tera-calculator/messages/en.json +106 -0
  15. package/dist/tera-i18n/projects/tera-calculator/messages/es.json +106 -0
  16. package/dist/tera-i18n/projects/tera-calculator/messages/fi.json +106 -0
  17. package/dist/tera-i18n/projects/tera-calculator/messages/fr.json +106 -0
  18. package/dist/tera-i18n/projects/tera-calculator/messages/he.json +106 -0
  19. package/dist/tera-i18n/projects/tera-calculator/messages/hi.json +106 -0
  20. package/dist/tera-i18n/projects/tera-calculator/messages/hu.json +106 -0
  21. package/dist/tera-i18n/projects/tera-calculator/messages/id.json +106 -0
  22. package/dist/tera-i18n/projects/tera-calculator/messages/it.json +106 -0
  23. package/dist/tera-i18n/projects/tera-calculator/messages/ja.json +106 -0
  24. package/dist/tera-i18n/projects/tera-calculator/messages/ko.json +106 -0
  25. package/dist/tera-i18n/projects/tera-calculator/messages/lt.json +106 -0
  26. package/dist/tera-i18n/projects/tera-calculator/messages/lv.json +106 -0
  27. package/dist/tera-i18n/projects/tera-calculator/messages/ms.json +106 -0
  28. package/dist/tera-i18n/projects/tera-calculator/messages/nl.json +106 -0
  29. package/dist/tera-i18n/projects/tera-calculator/messages/no.json +106 -0
  30. package/dist/tera-i18n/projects/tera-calculator/messages/pl.json +106 -0
  31. package/dist/tera-i18n/projects/tera-calculator/messages/pt.json +106 -0
  32. package/dist/tera-i18n/projects/tera-calculator/messages/ro.json +106 -0
  33. package/dist/tera-i18n/projects/tera-calculator/messages/ru.json +106 -0
  34. package/dist/tera-i18n/projects/tera-calculator/messages/sk.json +106 -0
  35. package/dist/tera-i18n/projects/tera-calculator/messages/sl.json +106 -0
  36. package/dist/tera-i18n/projects/tera-calculator/messages/sq.json +106 -0
  37. package/dist/tera-i18n/projects/tera-calculator/messages/sr.json +106 -0
  38. package/dist/tera-i18n/projects/tera-calculator/messages/sv.json +106 -0
  39. package/dist/tera-i18n/projects/tera-calculator/messages/sw.json +106 -0
  40. package/dist/tera-i18n/projects/tera-calculator/messages/ta.json +106 -0
  41. package/dist/tera-i18n/projects/tera-calculator/messages/te.json +106 -0
  42. package/dist/tera-i18n/projects/tera-calculator/messages/th.json +106 -0
  43. package/dist/tera-i18n/projects/tera-calculator/messages/tl.json +106 -0
  44. package/dist/tera-i18n/projects/tera-calculator/messages/tr.json +106 -0
  45. package/dist/tera-i18n/projects/tera-calculator/messages/uk.json +106 -0
  46. package/dist/tera-i18n/projects/tera-calculator/messages/vi.json +106 -0
  47. package/dist/tera-i18n/projects/tera-calculator/messages/zh-CN.json +106 -0
  48. package/dist/tera-i18n/projects/tera-calculator/messages/zh-TW.json +106 -0
  49. package/dist/tera-i18n/projects/tera-calculator/project.inlang/project_id +1 -0
  50. package/dist/tera-i18n/projects/tera-calculator/project.inlang/settings.json +59 -0
  51. package/dist/tera-i18n/projects/tera-calculator/supported-language.d.ts +1 -0
  52. package/dist/tera-i18n/projects/tera-calculator/supported-language.js +45 -0
  53. package/dist/themes/tera-ui-base.css +2 -0
  54. package/package.json +1 -1
@@ -0,0 +1,106 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_history": "Istorija",
4
+ "text_variable": "Kintamasis",
5
+ "text_share_feedback": "Pasidalinkite atsiliepimais",
6
+ "text_login": "Prisijungti",
7
+ "text_login_to_use_all_feature": "Prisijunkite, kad naudotumėte visas funkcijas",
8
+ "text_calculation_history": "Skaičiavimų istorija",
9
+ "text_save_and_sync_settings": "Išsaugoti ir sinchronizuoti nustatymus",
10
+ "text_utilize_advanced_features": "Naudoti išplėstines funkcijas",
11
+ "text_feedback_title": "Jūsų atsiliepimai yra svarbūs!",
12
+ "text_feedback_description": "Pasidalinkite savo mintimis, pasiūlymais ar patirtimi, naudodamiesi mūsų paslaugomis.",
13
+ "text_rating": "Įvertinimas",
14
+ "text_placeholder_contact_email_optional": "Kontaktai@example.com (pasirinktinai)",
15
+ "text_placeholder_feedback_details_optional": "Norite kažką mums pasakyti? (pasirinktinai)",
16
+ "text_send_feedback": "Siųsti atsiliepimus",
17
+ "text_settings": "Nustatymai",
18
+ "text_settings_tab_common": "Bendra",
19
+ "text_settings_tab_format": "Formatas",
20
+ "text_settings_tab_more": "Daugiau",
21
+ "text_angle_unit": "Kampo vienetas",
22
+ "text_default_output": "Numatytasis rezultatas",
23
+ "text_implied_multiplication": "Numanomas daugyba",
24
+ "text_decimal_number_format_and_decimal_precision": "Dešimtainių skaičių formatas ir tikslumas",
25
+ "text_precision": "Tikslumas",
26
+ "text_decimal_number_format": "Dešimtainių skaičių formatas",
27
+ "text_percentage_calculation_type": "Procentų skaičiavimo tipas",
28
+ "text_decimal_separator": "Dešimtainis skirtukas",
29
+ "text_thousand_separator": "Tūkstančio skirtukas",
30
+ "text_thousandth_separator": "Tūkstantinė skirtukas",
31
+ "text_scientific_notation": "Mokslinė notacija",
32
+ "text_use_indian_style_of_digit_grouping": "Naudoti indišką skaičių grupavimo stilių",
33
+ "text_example": "Pavyzdys",
34
+ "text_calculator_layout": "Skaičiuotuvas išdėstymas",
35
+ "text_select_layout": "Pasirinkti išdėstymą",
36
+ "text_reset_default_settings": "Atstatyti numatytuosius nustatymus",
37
+ "text_auto": "Automatinis",
38
+ "text_vertical_layout": "Vertikalus išdėstymas",
39
+ "text_horizontal_layout": "Horizontalus išdėstymas",
40
+ "text_change_calculator_layout": "Pakeisti skaičiuotuvo išdėstymą",
41
+ "text_scientific_constant": "Mokslinė konstanta",
42
+ "text_metric_conversions": "Metrinės konversijos",
43
+ "text_matrix": "Matrica",
44
+ "text_insert_matrix": "Įterpti matricą",
45
+ "text_matrix_dimensions": "Matricos matmenys",
46
+ "text_insert": "Įterpti",
47
+ "text_close": "Uždaryti",
48
+ "text_cancel": "Atšaukti",
49
+ "text_confirm": "Patvirtinti",
50
+ "text_delete_calculation_history_confirm_title": "Ar norite ištrinti visą skaičiavimų istoriją?",
51
+ "text_delete_variables_confirm_title": "Ar norite išvalyti visas kintamųjų vertes?",
52
+ "text_reset_settings_confirm_title": "Nustatymų atstatymo patvirtinimas",
53
+ "text_reset_settings_confirm_message": "Šis veiksmas visam laikui ištrins jūsų nustatymus ir atstatys numatytuosius",
54
+ "text_insert_expression_to_editor_confirm_title": "Įterpti išraišką į redaktorių?",
55
+ "text_copy_as_plain_text": "Kopijuoti kaip paprastą tekstą",
56
+ "text_copy_as_latex": "Kopijuoti kaip LaTeX",
57
+ "text_paste": "Įklijuoti",
58
+ "text_select_all": "Pasirinkti viską",
59
+ "text_insert_expression_to_the_editor": "Įterpti išraišką į redaktorių",
60
+ "text_view_result_format": "Peržiūrėti rezultato formatą",
61
+ "text_result_format": "Rezultato formatas",
62
+ "text_fraction": "Frakcija",
63
+ "text_prime_factor": "Pirminis daugiklis",
64
+ "text_repeated_decimal": "Kartotinis dešimtainis skaičius",
65
+ "text_mixed_fraction": "Maišyta frakcija",
66
+ "text_numeric": "Skaitmeninis",
67
+ "text_calculation_feedback": "Skaičiavimo atsiliepimai",
68
+ "text_result_was_incorrect": "Rezultatas buvo neteisingas",
69
+ "text_unexpected_result_format": "Nenumatytas rezultato formatas",
70
+ "text_calculation_took_too_long": "Skaičiavimas užtruko per ilgai",
71
+ "text_result_didnt_round_correctly": "Rezultatas nebuvo tinkamai suapvalintas",
72
+ "text_failed_to_handle_scientific_notation": "Nepavyko apdoroti mokslinės notacijos",
73
+ "text_unexpected_error_happened": "Įvyko nenumatyta klaida",
74
+ "text_other": "Kita",
75
+ "text_provide_email_contact_description": "Pateikdami savo el. paštą, padedate mums susisiekti su jumis ir efektyviau išspręsti jūsų problemą (pasirinktinai)",
76
+ "text_calculation_feedback_more_details_placeholder": "Galite pridėti daugiau informacijos",
77
+ "text_submit": "Pateikti",
78
+ "text_math_input_placeholder": "Įveskite matematiką",
79
+ "text_math_input_calc_mode_placeholder": "Įveskite kintamojo vertę",
80
+ "text_FUNCTION_NOT_SUPPORT_IN_MODE": "Ši funkcija nesuderinama esamame režime",
81
+ "text_CANNOT_CONVERT_TO_MIXED_FRACTION": "Nepavyksta konvertuoti į maišytą frakciją",
82
+ "text_CANNOT_CONVERT_TO_DMS": "Nepavyksta konvertuoti į DMS formatą",
83
+ "text_CANNOT_CONVERT_TO_FRACTION": "Nepavyksta konvertuoti į frakcijos formatą",
84
+ "text_unknown_error_occurred": "Įvyko nežinoma klaida",
85
+ "text_skip_this_time": "Praleisti šį kartą",
86
+ "text_separator_space": "Tarpas",
87
+ "text_separator_comma": "Kablelis",
88
+ "text_separator_dot": "Taškas",
89
+ "text_separator_nothing": "Nieko",
90
+ "text_separator_apostrophe": "Apostrofas",
91
+ "text_separator_underscore": "Pabraukimo ženklas",
92
+ "text_point": "Taškas",
93
+ "text_decimal": "Dešimtainis",
94
+ "text_key_will_insert": "{keyName} {symbol} įterps {text}",
95
+ "text_period_key": "Periodo klavišas",
96
+ "text_comma_key": "Kablelio klavišas",
97
+ "text_function_argument_separator": "Funkcijų argumentų skirtukas",
98
+ "text_key_mapping_symbol_title": "Kokį simbolį turėtų atstovauti klavišas {key}?",
99
+ "text_decimal_separator_will_be_comma_symbol": "Dešimtainis skirtukas bus kablelio {symbol} simbolis",
100
+ "text_you_can_change_the_configuration_later_in_settings": "Galite pakeisti konfigūraciją vėliau nustatymuose",
101
+ "text_save": "Išsaugoti",
102
+ "text_fullscreen_mode": "Pilno ekrano režimas",
103
+ "text_exit_fullscreen_mode": "Išeiti iš pilno ekrano režimo",
104
+ "text_success": "Sėkmingai",
105
+ "text_scroll_to_calculator": "Slinkti iki skaičiuotuvo"
106
+ }
@@ -0,0 +1,106 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_history": "Vēsture",
4
+ "text_variable": "Mainīgais",
5
+ "text_share_feedback": "Dalīties atsauksmēs",
6
+ "text_login": "Pieteikties",
7
+ "text_login_to_use_all_feature": "Pieteikties, lai izmantotu visas funkcijas",
8
+ "text_calculation_history": "Aprēķinu vēsture",
9
+ "text_save_and_sync_settings": "Saglabāt un sinhronizēt iestatījumus",
10
+ "text_utilize_advanced_features": "Izmantot uzlabotās funkcijas",
11
+ "text_feedback_title": "Jūsu atsauksmes ir svarīgas!",
12
+ "text_feedback_description": "Dalieties savās domās, ieteikumos vai pieredzē, izmantojot mūsu pakalpojumus.",
13
+ "text_rating": "Vērtējums",
14
+ "text_placeholder_contact_email_optional": "Contact@example.com (pēc izvēles)",
15
+ "text_placeholder_feedback_details_optional": "Ko vēlaties mums pateikt? (pēc izvēles)",
16
+ "text_send_feedback": "Nosūtīt atsauksmes",
17
+ "text_settings": "Iestatījumi",
18
+ "text_settings_tab_common": "Vispārējie",
19
+ "text_settings_tab_format": "Formāts",
20
+ "text_settings_tab_more": "Vairāk",
21
+ "text_angle_unit": "Leņķa vienība",
22
+ "text_default_output": "Noklusētā izvade",
23
+ "text_implied_multiplication": "Netiešā reizināšana",
24
+ "text_decimal_number_format_and_decimal_precision": "Decimāldaļu formāts un precizitāte",
25
+ "text_precision": "Precizitāte",
26
+ "text_decimal_number_format": "Decimāldaļu formāts",
27
+ "text_percentage_calculation_type": "Procentu aprēķinu veids",
28
+ "text_decimal_separator": "Decimāldaļu atdalītājs",
29
+ "text_thousand_separator": "Tūkstošdaļu atdalītājs",
30
+ "text_thousandth_separator": "Tūkstošdaļas atdalītājs",
31
+ "text_scientific_notation": "Zinātniskais pieraksts",
32
+ "text_use_indian_style_of_digit_grouping": "Izmantot indijas stilu ciparu grupēšanai",
33
+ "text_example": "Piemērs",
34
+ "text_calculator_layout": "Kalkulatora izkārtojums",
35
+ "text_select_layout": "Izvēlēties izkārtojumu",
36
+ "text_reset_default_settings": "Atjaunot noklusētos iestatījumus",
37
+ "text_auto": "Automātiski",
38
+ "text_vertical_layout": "Vertikālais izkārtojums",
39
+ "text_horizontal_layout": "Horizontālais izkārtojums",
40
+ "text_change_calculator_layout": "Mainīt kalkulatora izkārtojumu",
41
+ "text_scientific_constant": "Zinātniskās konstantes",
42
+ "text_metric_conversions": "Metriskās konvertācijas",
43
+ "text_matrix": "Matrica",
44
+ "text_insert_matrix": "Ievietot matricu",
45
+ "text_matrix_dimensions": "Matricas izmēri",
46
+ "text_insert": "Ievietot",
47
+ "text_close": "Aizvērt",
48
+ "text_cancel": "Atcelt",
49
+ "text_confirm": "Apstiprināt",
50
+ "text_delete_calculation_history_confirm_title": "Vai vēlaties dzēst visu aprēķinu vēsturi?",
51
+ "text_delete_variables_confirm_title": "Vai vēlaties dzēst visas mainīgo vērtības?",
52
+ "text_reset_settings_confirm_title": "Atjaunot iestatījumus apstipriniet",
53
+ "text_reset_settings_confirm_message": "Šī darbība neatgriezeniski dzēsīs jūsu iestatījumus un atjaunos noklusējumus",
54
+ "text_insert_expression_to_editor_confirm_title": "Ievietot izteiksmi redaktorā?",
55
+ "text_copy_as_plain_text": "Kopēt kā vienkāršu tekstu",
56
+ "text_copy_as_latex": "Kopēt kā LaTeX",
57
+ "text_paste": "Ielīmēt",
58
+ "text_select_all": "Izvēlēties visu",
59
+ "text_insert_expression_to_the_editor": "Ievietot izteiksmi redaktorā",
60
+ "text_view_result_format": "Skatīt rezultātu formātu",
61
+ "text_result_format": "Rezultāta formāts",
62
+ "text_fraction": "Daļskaitlis",
63
+ "text_prime_factor": "Vienādojuma pamatfaktors",
64
+ "text_repeated_decimal": "Atkārtota decimāldaļa",
65
+ "text_mixed_fraction": "Jaukta daļskaitlis",
66
+ "text_numeric": "Skaitlisks",
67
+ "text_calculation_feedback": "Aprēķinu atsauksmes",
68
+ "text_result_was_incorrect": "Rezultāts bija nepareizs",
69
+ "text_unexpected_result_format": "Neprisotrykāms rezultāts",
70
+ "text_calculation_took_too_long": "Aprēķins prasīja pārāk daudz laika",
71
+ "text_result_didnt_round_correctly": "Rezultāts nesaturēja ievilkumu",
72
+ "text_failed_to_handle_scientific_notation": "Neizdevās apstrādāt zinātnisko pierakstu",
73
+ "text_unexpected_error_happened": "Notika negaidīta kļūda",
74
+ "text_other": "Cits",
75
+ "text_provide_email_contact_description": "E-pasta nodrošināšana palīdz mums sekot līdzi, lai atrisinātu jūsu problēmu efektīvāk (pēc izvēles)",
76
+ "text_calculation_feedback_more_details_placeholder": "Jūtieties brīvi pievienot vairāk detaļu",
77
+ "text_submit": "Iesniegt",
78
+ "text_math_input_placeholder": "Ievadiet matemātiku",
79
+ "text_math_input_calc_mode_placeholder": "Ievadiet mainīgās vērtības",
80
+ "text_FUNCTION_NOT_SUPPORT_IN_MODE": "Šī funkcija nav atbalstīta šajā režīmā",
81
+ "text_CANNOT_CONVERT_TO_MIXED_FRACTION": "Nevar konvertēt uz jauktu daļaskaitli",
82
+ "text_CANNOT_CONVERT_TO_DMS": "Nevar konvertēt uz DMS formātu",
83
+ "text_CANNOT_CONVERT_TO_FRACTION": "Nevar konvertēt uz daļas formātu",
84
+ "text_unknown_error_occurred": "Notika nezināma kļūda",
85
+ "text_skip_this_time": "Izlaist šoreiz",
86
+ "text_separator_space": "Atstarpe",
87
+ "text_separator_comma": "Komats",
88
+ "text_separator_dot": "Punkts",
89
+ "text_separator_nothing": "Nav",
90
+ "text_separator_apostrophe": "Apostrofs",
91
+ "text_separator_underscore": "Pasvītrojuma zīme",
92
+ "text_point": "Punkts",
93
+ "text_decimal": "Decimāls",
94
+ "text_key_will_insert": "Poga {keyName} {symbol} ievietos {text}",
95
+ "text_period_key": "Punkta taustiņš",
96
+ "text_comma_key": "Komata taustiņš",
97
+ "text_function_argument_separator": "Funkcijas argumentu atdalītājs",
98
+ "text_key_mapping_symbol_title": "Kuru simbolu atslēga {key} apzīmē?",
99
+ "text_decimal_separator_will_be_comma_symbol": "Decimāldaļas atdalītājs būs komats {symbol}",
100
+ "text_you_can_change_the_configuration_later_in_settings": "Jūs varat mainīt konfigurāciju vēlāk iestatījumos",
101
+ "text_save": "Saglabāt",
102
+ "text_fullscreen_mode": "Pilnekrāna režīms",
103
+ "text_exit_fullscreen_mode": "Iziet no pilnekrāna režīma",
104
+ "text_success": "Veiksmīgi",
105
+ "text_scroll_to_calculator": "Ritināt līdz kalkulatoram"
106
+ }
@@ -0,0 +1,106 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_history": "Sejarah",
4
+ "text_variable": "Pemboleh ubah",
5
+ "text_share_feedback": "Kongsikan Maklum Balas",
6
+ "text_login": "Log Masuk",
7
+ "text_login_to_use_all_feature": "Log masuk untuk menggunakan semua ciri",
8
+ "text_calculation_history": "Sejarah Pengiraan",
9
+ "text_save_and_sync_settings": "Simpan dan Selaraskan Tetapan",
10
+ "text_utilize_advanced_features": "Gunakan Ciri Lanjutan",
11
+ "text_feedback_title": "Maklum balas anda penting!",
12
+ "text_feedback_description": "Kongsikan pendapat, cadangan, atau pengalaman anda menggunakan perkhidmatan kami.",
13
+ "text_rating": "Penilaian",
14
+ "text_placeholder_contact_email_optional": "Hubungi@example.com (pilihan)",
15
+ "text_placeholder_feedback_details_optional": "Ada sesuatu yang ingin diberitahu kami? (pilihan)",
16
+ "text_send_feedback": "Hantar Maklum Balas",
17
+ "text_settings": "Tetapan",
18
+ "text_settings_tab_common": "Umum",
19
+ "text_settings_tab_format": "Format",
20
+ "text_settings_tab_more": "Lain-lain",
21
+ "text_angle_unit": "Unit Sudut",
22
+ "text_default_output": "Output lalai",
23
+ "text_implied_multiplication": "Pendaraban yang Diterangkan",
24
+ "text_decimal_number_format_and_decimal_precision": "Format nombor perpuluhan & Ketepatan perpuluhan",
25
+ "text_precision": "Ketepatan",
26
+ "text_decimal_number_format": "Format nombor perpuluhan",
27
+ "text_percentage_calculation_type": "Jenis pengiraan peratusan",
28
+ "text_decimal_separator": "Pemutus perpuluhan",
29
+ "text_thousand_separator": "Pemutus ribu",
30
+ "text_thousandth_separator": "Pemutus seribu",
31
+ "text_scientific_notation": "Tatanama Saintifik",
32
+ "text_use_indian_style_of_digit_grouping": "Gunakan gaya pengkelompokkan digit India",
33
+ "text_example": "Contoh",
34
+ "text_calculator_layout": "Reka Bentuk Kalkulator",
35
+ "text_select_layout": "Pilih Reka Bentuk",
36
+ "text_reset_default_settings": "Tetapkan Semula Tetapan Lalai",
37
+ "text_auto": "Auto",
38
+ "text_vertical_layout": "Reka Bentuk Menegak",
39
+ "text_horizontal_layout": "Reka Bentuk Melintang",
40
+ "text_change_calculator_layout": "Tukar Reka Bentuk Kalkulator",
41
+ "text_scientific_constant": "Konstan Saintifik",
42
+ "text_metric_conversions": "Penukaran Metrik",
43
+ "text_matrix": "Matrik",
44
+ "text_insert_matrix": "Masukkan Matrik",
45
+ "text_matrix_dimensions": "Dimensi matrik",
46
+ "text_insert": "Masukkan",
47
+ "text_close": "Tutup",
48
+ "text_cancel": "Batal",
49
+ "text_confirm": "Sahkan",
50
+ "text_delete_calculation_history_confirm_title": "Adakah anda mahu memadamkan semua sejarah pengiraan?",
51
+ "text_delete_variables_confirm_title": "Adakah anda mahu mengosongkan semua nilai pemboleh ubah?",
52
+ "text_reset_settings_confirm_title": "Sahkan tetapan semula",
53
+ "text_reset_settings_confirm_message": "Tindakan ini akan memadamkan tetapan anda secara kekal dan menetapkan semula kepada asal",
54
+ "text_insert_expression_to_editor_confirm_title": "Masukkan ungkapan ke editor?",
55
+ "text_copy_as_plain_text": "Salin sebagai teks biasa",
56
+ "text_copy_as_latex": "Salin sebagai LaTeX",
57
+ "text_paste": "Tampal",
58
+ "text_select_all": "Pilih Semua",
59
+ "text_insert_expression_to_the_editor": "Masukkan ungkapan ke editor",
60
+ "text_view_result_format": "Lihat Format Keputusan",
61
+ "text_result_format": "Format hasil",
62
+ "text_fraction": "Pecahan",
63
+ "text_prime_factor": "Faktor Prima",
64
+ "text_repeated_decimal": "Perpuluhan Berulang",
65
+ "text_mixed_fraction": "Pecahan Bercampur",
66
+ "text_numeric": "Numerik",
67
+ "text_calculation_feedback": "Maklum Balas Pengiraan",
68
+ "text_result_was_incorrect": "Keputusan tidak tepat",
69
+ "text_unexpected_result_format": "Format keputusan tidak dijangka",
70
+ "text_calculation_took_too_long": "Pengiraan mengambil masa terlalu lama",
71
+ "text_result_didnt_round_correctly": "Keputusan tidak dibulatkan dengan betul",
72
+ "text_failed_to_handle_scientific_notation": "Gagal mengendalikan tatanama saintifik",
73
+ "text_unexpected_error_happened": "Ralat tidak dijangka berlaku",
74
+ "text_other": "Lain-lain",
75
+ "text_provide_email_contact_description": "Memberikan e-mel anda membantu kami berhubung dengan anda untuk menyelesaikan isu anda dengan lebih berkesan (pilihan)",
76
+ "text_calculation_feedback_more_details_placeholder": "Sila tambah maklumat lanjut",
77
+ "text_submit": "Hantar",
78
+ "text_math_input_placeholder": "Masukkan matematik",
79
+ "text_math_input_calc_mode_placeholder": "Masukkan nilai pemboleh ubah",
80
+ "text_FUNCTION_NOT_SUPPORT_IN_MODE": "Fungsi ini tidak disokong dalam mod semasa",
81
+ "text_CANNOT_CONVERT_TO_MIXED_FRACTION": "Tidak boleh ditukarkan kepada pecahan bercampur",
82
+ "text_CANNOT_CONVERT_TO_DMS": "Tidak boleh ditukarkan kepada format DMS",
83
+ "text_CANNOT_CONVERT_TO_FRACTION": "Tidak boleh ditukarkan kepada format pecahan",
84
+ "text_unknown_error_occurred": "Ralat tidak diketahui berlaku",
85
+ "text_skip_this_time": "Langkau kali ini",
86
+ "text_separator_space": "Ruang",
87
+ "text_separator_comma": "Koma",
88
+ "text_separator_dot": "Titik",
89
+ "text_separator_nothing": "Tiada",
90
+ "text_separator_apostrophe": "Apostrof",
91
+ "text_separator_underscore": "Garis bawah",
92
+ "text_point": "Titik",
93
+ "text_decimal": "Perpuluhan",
94
+ "text_key_will_insert": "Kunci {keyName} {symbol} akan memasukkan {text}",
95
+ "text_period_key": "Kunci tempoh",
96
+ "text_comma_key": "Kunci koma",
97
+ "text_function_argument_separator": "Pemutus hujah Fungsi",
98
+ "text_key_mapping_symbol_title": "Simbol manakah yang sepatutnya kunci {key} wakili?",
99
+ "text_decimal_separator_will_be_comma_symbol": "Pemutus Perpuluhan ialah simbol koma {symbol}",
100
+ "text_you_can_change_the_configuration_later_in_settings": "Anda boleh menukar konfigurasi kemudian dalam tetapan",
101
+ "text_save": "Simpan",
102
+ "text_fullscreen_mode": "Mod skrin penuh",
103
+ "text_exit_fullscreen_mode": "Keluar dari mod skrin penuh",
104
+ "text_success": "Berjaya",
105
+ "text_scroll_to_calculator": "Skrol ke Kalkulator"
106
+ }
@@ -0,0 +1,106 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_history": "Geschiedenis",
4
+ "text_variable": "Variabele",
5
+ "text_share_feedback": "Deel Feedback",
6
+ "text_login": "Inloggen",
7
+ "text_login_to_use_all_feature": "Log in om alle functies te gebruiken",
8
+ "text_calculation_history": "Berekeningsgeschiedenis",
9
+ "text_save_and_sync_settings": "Instellingen Opslaan en Synchroniseren",
10
+ "text_utilize_advanced_features": "Geavanceerde Functies Gebruiken",
11
+ "text_feedback_title": "Uw feedback is belangrijk!",
12
+ "text_feedback_description": "Deel uw gedachten, suggesties of ervaringen met onze diensten.",
13
+ "text_rating": "Beoordeling",
14
+ "text_placeholder_contact_email_optional": "Contact@example.com (optioneel)",
15
+ "text_placeholder_feedback_details_optional": "Iets dat u ons wilt vertellen? (optioneel)",
16
+ "text_send_feedback": "Verstuur Feedback",
17
+ "text_settings": "Instellingen",
18
+ "text_settings_tab_common": "Algemeen",
19
+ "text_settings_tab_format": "Formaat",
20
+ "text_settings_tab_more": "Meer",
21
+ "text_angle_unit": "Hoek Eenheid",
22
+ "text_default_output": "Standaarduitvoer",
23
+ "text_implied_multiplication": "Veronderstelde vermenigvuldiging",
24
+ "text_decimal_number_format_and_decimal_precision": "Decimaal getalformaat & Decimale nauwkeurigheid",
25
+ "text_precision": "Precisie",
26
+ "text_decimal_number_format": "Decimaal getalformaat",
27
+ "text_percentage_calculation_type": "Procentberekeningstype",
28
+ "text_decimal_separator": "Decimaalteken",
29
+ "text_thousand_separator": "Duizendtal Scheidingsteken",
30
+ "text_thousandth_separator": "Duizendsten Scheidingsteken",
31
+ "text_scientific_notation": "Wetenschappelijke Notatie",
32
+ "text_use_indian_style_of_digit_grouping": "Indiase stijl van cijferschikking gebruiken",
33
+ "text_example": "Voorbeeld",
34
+ "text_calculator_layout": "Rekenmachine-indeling",
35
+ "text_select_layout": "Selecteer Indeling",
36
+ "text_reset_default_settings": "Herstel Standaardinstellingen",
37
+ "text_auto": "Auto",
38
+ "text_vertical_layout": "Verticale Indeling",
39
+ "text_horizontal_layout": "Horizontale Indeling",
40
+ "text_change_calculator_layout": "Verander Rekenmachine-indeling",
41
+ "text_scientific_constant": "Wetenschappelijke Constante",
42
+ "text_metric_conversions": "Metrische Conversies",
43
+ "text_matrix": "Matrix",
44
+ "text_insert_matrix": "Voeg Matrix In",
45
+ "text_matrix_dimensions": "Matrixdimensies",
46
+ "text_insert": "Invoegen",
47
+ "text_close": "Sluiten",
48
+ "text_cancel": "Annuleren",
49
+ "text_confirm": "Bevestigen",
50
+ "text_delete_calculation_history_confirm_title": "Wilt u alle berekeningsgeschiedenis verwijderen?",
51
+ "text_delete_variables_confirm_title": "Wilt u alle variabele waarden wissen?",
52
+ "text_reset_settings_confirm_title": "Bevestiging Instellingen Herstellen",
53
+ "text_reset_settings_confirm_message": "Deze actie zal uw instellingen permanent verwijderen en terugzetten naar standaard",
54
+ "text_insert_expression_to_editor_confirm_title": "Uitdrukking in de editor invoegen?",
55
+ "text_copy_as_plain_text": "Kopieer als platte tekst",
56
+ "text_copy_as_latex": "Kopieer als LaTeX",
57
+ "text_paste": "Plakken",
58
+ "text_select_all": "Alles Selecteren",
59
+ "text_insert_expression_to_the_editor": "Uitdrukking invoegen in de editor",
60
+ "text_view_result_format": "Bekijk Resultaat Formaat",
61
+ "text_result_format": "Resultaat Formaat",
62
+ "text_fraction": "Breuk",
63
+ "text_prime_factor": "Priemfactor",
64
+ "text_repeated_decimal": "Herhaalde Decimaal",
65
+ "text_mixed_fraction": "Gemengde Breuk",
66
+ "text_numeric": "Numeriek",
67
+ "text_calculation_feedback": "Berekeningsfeedback",
68
+ "text_result_was_incorrect": "Resultaat was onjuist",
69
+ "text_unexpected_result_format": "Onverwacht resultaatformaat",
70
+ "text_calculation_took_too_long": "Berekening duurde te lang",
71
+ "text_result_didnt_round_correctly": "Resultaat werd niet correct afgerond",
72
+ "text_failed_to_handle_scientific_notation": "Kon wetenschappelijke notatie niet verwerken",
73
+ "text_unexpected_error_happened": "Er is een onverwachte fout opgetreden",
74
+ "text_other": "Anders",
75
+ "text_provide_email_contact_description": "Het verstrekken van uw e-mail helpt ons om u effectief te contacteren en uw probleem op te lossen (optioneel)",
76
+ "text_calculation_feedback_more_details_placeholder": "Voel u vrij om meer details toe te voegen",
77
+ "text_submit": "Indienen",
78
+ "text_math_input_placeholder": "Voer wiskunde in",
79
+ "text_math_input_calc_mode_placeholder": "Voer variabele waarde in",
80
+ "text_FUNCTION_NOT_SUPPORT_IN_MODE": "Functie wordt niet ondersteund in de huidige modus",
81
+ "text_CANNOT_CONVERT_TO_MIXED_FRACTION": "Kan niet converteren naar gemengde breuk",
82
+ "text_CANNOT_CONVERT_TO_DMS": "Kan niet converteren naar DMS-formaat",
83
+ "text_CANNOT_CONVERT_TO_FRACTION": "Kan niet converteren naar breukformaat",
84
+ "text_unknown_error_occurred": "Er is een onbekende fout opgetreden",
85
+ "text_skip_this_time": "Sla deze keer over",
86
+ "text_separator_space": "Spatie",
87
+ "text_separator_comma": "Komma",
88
+ "text_separator_dot": "Punt",
89
+ "text_separator_nothing": "Geen",
90
+ "text_separator_apostrophe": "Apostrof",
91
+ "text_separator_underscore": "Onderstrepingsteken",
92
+ "text_point": "Punt",
93
+ "text_decimal": "Decimaal",
94
+ "text_key_will_insert": "De {keyName} {symbol} voegt {text} in",
95
+ "text_period_key": "Punt-toets",
96
+ "text_comma_key": "Komma-toets",
97
+ "text_function_argument_separator": "Functie-argument Scheidingsteken",
98
+ "text_key_mapping_symbol_title": "Welk symbool moet de toets {key} vertegenwoordigen?",
99
+ "text_decimal_separator_will_be_comma_symbol": "Decimaalteken zal een komma {symbol} zijn",
100
+ "text_you_can_change_the_configuration_later_in_settings": "U kunt de configuratie later in de instellingen wijzigen",
101
+ "text_save": "Opslaan",
102
+ "text_fullscreen_mode": "Volledig Scherm Modus",
103
+ "text_exit_fullscreen_mode": "Volledig Scherm Modus Verlaten",
104
+ "text_success": "Succes",
105
+ "text_scroll_to_calculator": "Scroll naar Rekenmachine"
106
+ }
@@ -0,0 +1,106 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_history": "Historikk",
4
+ "text_variable": "Variabel",
5
+ "text_share_feedback": "Del tilbakemelding",
6
+ "text_login": "Logg inn",
7
+ "text_login_to_use_all_feature": "Logg inn for å bruke alle funksjoner",
8
+ "text_calculation_history": "Beregning Historikk",
9
+ "text_save_and_sync_settings": "Lagre og synkroniser innstillinger",
10
+ "text_utilize_advanced_features": "Bruk avanserte funksjoner",
11
+ "text_feedback_title": "Din tilbakemelding er viktig!",
12
+ "text_feedback_description": "Del dine tanker, forslag eller erfaringer med våre tjenester.",
13
+ "text_rating": "Vurdering",
14
+ "text_placeholder_contact_email_optional": "Kontakt@example.com (valgfritt)",
15
+ "text_placeholder_feedback_details_optional": "Noe du vil fortelle oss? (valgfritt)",
16
+ "text_send_feedback": "Send tilbakemelding",
17
+ "text_settings": "Innstillinger",
18
+ "text_settings_tab_common": "Vanlig",
19
+ "text_settings_tab_format": "Format",
20
+ "text_settings_tab_more": "Mer",
21
+ "text_angle_unit": "Vinkel enhet",
22
+ "text_default_output": "Standard uttak",
23
+ "text_implied_multiplication": "Implisitt multiplikasjon",
24
+ "text_decimal_number_format_and_decimal_precision": "Desimaltall format & desimalpresisjon",
25
+ "text_precision": "Presisjon",
26
+ "text_decimal_number_format": "Desimaltall format",
27
+ "text_percentage_calculation_type": "Prosentberegningstype",
28
+ "text_decimal_separator": "Desimalseparator",
29
+ "text_thousand_separator": "Tusen separator",
30
+ "text_thousandth_separator": "Tusendel separator",
31
+ "text_scientific_notation": "Vitenskapelig notasjon",
32
+ "text_use_indian_style_of_digit_grouping": "Bruk indisk stil for siffergruppering",
33
+ "text_example": "Eksempel",
34
+ "text_calculator_layout": "Kalkulatoroppsett",
35
+ "text_select_layout": "Velg oppsett",
36
+ "text_reset_default_settings": "Nullstill standardinnstillinger",
37
+ "text_auto": "Auto",
38
+ "text_vertical_layout": "Vertikalt oppsett",
39
+ "text_horizontal_layout": "Horisontalt oppsett",
40
+ "text_change_calculator_layout": "Endre kalkulatoroppsett",
41
+ "text_scientific_constant": "Vitenskapelig konstant",
42
+ "text_metric_conversions": "Metriske konverteringer",
43
+ "text_matrix": "Matrisen",
44
+ "text_insert_matrix": "Sett inn matrise",
45
+ "text_matrix_dimensions": "Matrisedimensjoner",
46
+ "text_insert": "Sett inn",
47
+ "text_close": "Lukk",
48
+ "text_cancel": "Avbryt",
49
+ "text_confirm": "Bekreft",
50
+ "text_delete_calculation_history_confirm_title": "Vil du slette all beregningshistorikk?",
51
+ "text_delete_variables_confirm_title": "Vil du tømme alle variabelverdier?",
52
+ "text_reset_settings_confirm_title": "Nullstill innstillinger godkjenning",
53
+ "text_reset_settings_confirm_message": "Denne handlingen vil permanent slette innstillingene dine og nullstille til standard",
54
+ "text_insert_expression_to_editor_confirm_title": "Sett inn uttrykk i editoren?",
55
+ "text_copy_as_plain_text": "Kopier som ren tekst",
56
+ "text_copy_as_latex": "Kopier som LaTeX",
57
+ "text_paste": "Lim inn",
58
+ "text_select_all": "Velg alle",
59
+ "text_insert_expression_to_the_editor": "Sett inn uttrykk i editoren",
60
+ "text_view_result_format": "Vis resultatformat",
61
+ "text_result_format": "Resultatformat",
62
+ "text_fraction": "Brøk",
63
+ "text_prime_factor": "Primtallsfaktor",
64
+ "text_repeated_decimal": "Gjenta desimal",
65
+ "text_mixed_fraction": "Blandet brøk",
66
+ "text_numeric": "Numerisk",
67
+ "text_calculation_feedback": "Beregning tilbakemelding",
68
+ "text_result_was_incorrect": "Resultatet var feil",
69
+ "text_unexpected_result_format": "Uventet resultatformat",
70
+ "text_calculation_took_too_long": "Beregningen tok for lang tid",
71
+ "text_result_didnt_round_correctly": "Resultatet ble ikke rundet riktig",
72
+ "text_failed_to_handle_scientific_notation": "Kunne ikke håndtere vitenskapelig notasjon",
73
+ "text_unexpected_error_happened": "Uventet feil oppstod",
74
+ "text_other": "Annet",
75
+ "text_provide_email_contact_description": "Ved å oppgi din e-post kan vi følge opp saken din mer effektivt (valgfritt)",
76
+ "text_calculation_feedback_more_details_placeholder": "Legg gjerne til flere detaljer",
77
+ "text_submit": "Send inn",
78
+ "text_math_input_placeholder": "Skriv inn matematikk",
79
+ "text_math_input_calc_mode_placeholder": "Oppgi variabelverdi",
80
+ "text_FUNCTION_NOT_SUPPORT_IN_MODE": "Denne funksjonen støttes ikke i gjeldende modus",
81
+ "text_CANNOT_CONVERT_TO_MIXED_FRACTION": "Kan ikke konvertere til blandet brøk",
82
+ "text_CANNOT_CONVERT_TO_DMS": "Kan ikke konvertere til DMS-format",
83
+ "text_CANNOT_CONVERT_TO_FRACTION": "Kan ikke konvertere til brøkformat",
84
+ "text_unknown_error_occurred": "Ukjent feil oppstod",
85
+ "text_skip_this_time": "Hopp over denne gangen",
86
+ "text_separator_space": "Mellomrom",
87
+ "text_separator_comma": "Komma",
88
+ "text_separator_dot": "Prikk",
89
+ "text_separator_nothing": "Ingen",
90
+ "text_separator_apostrophe": "Apostrof",
91
+ "text_separator_underscore": "Understrek",
92
+ "text_point": "Punkt",
93
+ "text_decimal": "Desimal",
94
+ "text_key_will_insert": "{keyName} {symbol} vil sette inn {text}",
95
+ "text_period_key": "Punktumstast",
96
+ "text_comma_key": "Kommatast",
97
+ "text_function_argument_separator": "Funksjonsargumentseparator",
98
+ "text_key_mapping_symbol_title": "Hvilket symbol skal tasten {key} representere?",
99
+ "text_decimal_separator_will_be_comma_symbol": "Desimalseparatoren vil være komma {symbol} symbol",
100
+ "text_you_can_change_the_configuration_later_in_settings": "Du kan endre konfigurasjonen senere i innstillingene",
101
+ "text_save": "Lagre",
102
+ "text_fullscreen_mode": "Fullskjermmodus",
103
+ "text_exit_fullscreen_mode": "Avslutt fullskjermmodus",
104
+ "text_success": "Suksess",
105
+ "text_scroll_to_calculator": "Rull til kalkulator"
106
+ }