tera-system-ui 0.0.81 → 0.0.91

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 (121) hide show
  1. package/dist/components/button/Button.d.ts +2 -2
  2. package/dist/components/button/Button.js +1 -1
  3. package/dist/components/checkbox/Checkbox.svelte +2 -1
  4. package/dist/components/icons/IconArrowBigRightFilled.svelte +1 -1
  5. package/dist/components/icons/IconArrowBigRightFilled.svelte.d.ts +1 -1
  6. package/dist/components/icons/IconBook.svelte +1 -1
  7. package/dist/components/icons/IconBook.svelte.d.ts +1 -1
  8. package/dist/components/icons/IconBookmarkPlus.svelte +1 -1
  9. package/dist/components/icons/IconBookmarkPlus.svelte.d.ts +1 -1
  10. package/dist/components/icons/IconCalculator.svelte +1 -1
  11. package/dist/components/icons/IconCalculator.svelte.d.ts +1 -1
  12. package/dist/components/icons/IconCheck.svelte +1 -1
  13. package/dist/components/icons/IconCheck.svelte.d.ts +1 -1
  14. package/dist/components/icons/IconChevronDown.svelte +1 -1
  15. package/dist/components/icons/IconChevronDown.svelte.d.ts +1 -1
  16. package/dist/components/icons/IconCoin.svelte +1 -1
  17. package/dist/components/icons/IconCoin.svelte.d.ts +1 -1
  18. package/dist/components/icons/IconCoinConvert.svelte +0 -1
  19. package/dist/components/icons/IconCopy.svelte +1 -1
  20. package/dist/components/icons/IconCopy.svelte.d.ts +1 -1
  21. package/dist/components/icons/IconCopyCheckFilled.svelte +1 -1
  22. package/dist/components/icons/IconCopyCheckFilled.svelte.d.ts +1 -1
  23. package/dist/components/icons/IconHamburger.svelte +1 -1
  24. package/dist/components/icons/IconLanguage.svelte +1 -1
  25. package/dist/components/icons/IconLanguage.svelte.d.ts +1 -1
  26. package/dist/components/icons/IconLoader2.svelte +1 -1
  27. package/dist/components/icons/IconLoader2.svelte.d.ts +1 -1
  28. package/dist/components/icons/IconLogout.svelte +1 -1
  29. package/dist/components/icons/IconLogout.svelte.d.ts +1 -1
  30. package/dist/components/icons/IconMoon.svelte +1 -1
  31. package/dist/components/icons/IconPointFilled.svelte +1 -1
  32. package/dist/components/icons/IconPointFilled.svelte.d.ts +1 -1
  33. package/dist/components/icons/IconSearch.svelte +1 -1
  34. package/dist/components/icons/IconSearch.svelte.d.ts +1 -1
  35. package/dist/components/icons/IconSettings.svelte +1 -1
  36. package/dist/components/icons/IconSettings.svelte.d.ts +1 -1
  37. package/dist/components/icons/IconSun.svelte +1 -1
  38. package/dist/components/icons/IconSwitchHorizontal.svelte +1 -1
  39. package/dist/components/icons/IconSwitchHorizontal.svelte.d.ts +1 -1
  40. package/dist/components/icons/IconSwitchVertical.svelte +1 -1
  41. package/dist/components/icons/IconSwitchVertical.svelte.d.ts +1 -1
  42. package/dist/components/icons/IconTransform.svelte +1 -1
  43. package/dist/components/icons/IconTransform.svelte.d.ts +1 -1
  44. package/dist/components/icons/IconX.svelte +1 -1
  45. package/dist/components/icons/IconX.svelte.d.ts +1 -1
  46. package/dist/components/icons/package.json +14 -0
  47. package/dist/components/icons/update-icon-import.d.ts +1 -0
  48. package/dist/components/icons/update-icon-import.js +30 -0
  49. package/dist/components/language-picker-button/LanguagePickerButton.svelte +2 -2
  50. package/dist/tera-i18n/dev-tools/translator/gpt-translator-i18n-message.js +69 -31
  51. package/dist/tera-i18n/dev-tools/translator/index.js +1 -0
  52. package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/de.json +13 -4
  53. package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/en.json +13 -4
  54. package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/es.json +13 -4
  55. package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/fr.json +13 -4
  56. package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/it.json +13 -4
  57. package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/ja.json +13 -4
  58. package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/ko.json +13 -4
  59. package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/pt.json +13 -4
  60. package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/ru.json +13 -4
  61. package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/vi.json +13 -4
  62. package/dist/tera-i18n/projects/tera-converter/messages/auto-generated/zh-CN.json +13 -4
  63. package/dist/tera-i18n/projects/tera-converter/messages/de.json +40 -39
  64. package/dist/tera-i18n/projects/tera-converter/messages/en.json +3 -2
  65. package/dist/tera-i18n/projects/tera-converter/messages/es.json +40 -39
  66. package/dist/tera-i18n/projects/tera-converter/messages/fr.json +40 -39
  67. package/dist/tera-i18n/projects/tera-converter/messages/it.json +40 -39
  68. package/dist/tera-i18n/projects/tera-converter/messages/ja.json +3 -2
  69. package/dist/tera-i18n/projects/tera-converter/messages/ko.json +3 -2
  70. package/dist/tera-i18n/projects/tera-converter/messages/pt.json +40 -39
  71. package/dist/tera-i18n/projects/tera-converter/messages/ru.json +40 -39
  72. package/dist/tera-i18n/projects/tera-converter/messages/vi.json +40 -39
  73. package/dist/tera-i18n/projects/tera-converter/messages/zh-CN.json +3 -2
  74. package/dist/tera-i18n/projects/tera-tools/messages/ar.json +70 -0
  75. package/dist/tera-i18n/projects/tera-tools/messages/bg.json +70 -0
  76. package/dist/tera-i18n/projects/tera-tools/messages/bn.json +70 -0
  77. package/dist/tera-i18n/projects/tera-tools/messages/ca.json +70 -0
  78. package/dist/tera-i18n/projects/tera-tools/messages/cs.json +70 -0
  79. package/dist/tera-i18n/projects/tera-tools/messages/da.json +70 -0
  80. package/dist/tera-i18n/projects/tera-tools/messages/de.json +70 -0
  81. package/dist/tera-i18n/projects/tera-tools/messages/el.json +70 -0
  82. package/dist/tera-i18n/projects/tera-tools/messages/en.json +96 -0
  83. package/dist/tera-i18n/projects/tera-tools/messages/es.json +70 -0
  84. package/dist/tera-i18n/projects/tera-tools/messages/fi.json +70 -0
  85. package/dist/tera-i18n/projects/tera-tools/messages/fr.json +70 -0
  86. package/dist/tera-i18n/projects/tera-tools/messages/he.json +70 -0
  87. package/dist/tera-i18n/projects/tera-tools/messages/hi.json +70 -0
  88. package/dist/tera-i18n/projects/tera-tools/messages/hu.json +70 -0
  89. package/dist/tera-i18n/projects/tera-tools/messages/id.json +70 -0
  90. package/dist/tera-i18n/projects/tera-tools/messages/it.json +70 -0
  91. package/dist/tera-i18n/projects/tera-tools/messages/ja.json +70 -0
  92. package/dist/tera-i18n/projects/tera-tools/messages/ko.json +70 -0
  93. package/dist/tera-i18n/projects/tera-tools/messages/lt.json +70 -0
  94. package/dist/tera-i18n/projects/tera-tools/messages/lv.json +70 -0
  95. package/dist/tera-i18n/projects/tera-tools/messages/ms.json +70 -0
  96. package/dist/tera-i18n/projects/tera-tools/messages/nl.json +70 -0
  97. package/dist/tera-i18n/projects/tera-tools/messages/no.json +70 -0
  98. package/dist/tera-i18n/projects/tera-tools/messages/pl.json +70 -0
  99. package/dist/tera-i18n/projects/tera-tools/messages/pt.json +70 -0
  100. package/dist/tera-i18n/projects/tera-tools/messages/ro.json +70 -0
  101. package/dist/tera-i18n/projects/tera-tools/messages/ru.json +70 -0
  102. package/dist/tera-i18n/projects/tera-tools/messages/sk.json +70 -0
  103. package/dist/tera-i18n/projects/tera-tools/messages/sl.json +70 -0
  104. package/dist/tera-i18n/projects/tera-tools/messages/sq.json +70 -0
  105. package/dist/tera-i18n/projects/tera-tools/messages/sr.json +70 -0
  106. package/dist/tera-i18n/projects/tera-tools/messages/sv.json +70 -0
  107. package/dist/tera-i18n/projects/tera-tools/messages/sw.json +70 -0
  108. package/dist/tera-i18n/projects/tera-tools/messages/ta.json +70 -0
  109. package/dist/tera-i18n/projects/tera-tools/messages/te.json +70 -0
  110. package/dist/tera-i18n/projects/tera-tools/messages/th.json +70 -0
  111. package/dist/tera-i18n/projects/tera-tools/messages/tl.json +70 -0
  112. package/dist/tera-i18n/projects/tera-tools/messages/tr.json +70 -0
  113. package/dist/tera-i18n/projects/tera-tools/messages/uk.json +70 -0
  114. package/dist/tera-i18n/projects/tera-tools/messages/vi.json +70 -0
  115. package/dist/tera-i18n/projects/tera-tools/messages/zh-CN.json +70 -0
  116. package/dist/tera-i18n/projects/tera-tools/messages/zh-TW.json +70 -0
  117. package/dist/tera-i18n/projects/tera-tools/project.inlang/project_id +1 -0
  118. package/dist/tera-i18n/projects/tera-tools/project.inlang/settings.json +61 -0
  119. package/dist/tera-i18n/projects/tera-tools/supported-language.d.ts +1 -0
  120. package/dist/tera-i18n/projects/tera-tools/supported-language.js +45 -0
  121. package/package.json +3 -2
@@ -1,40 +1,41 @@
1
1
  {
2
- "text_category_conversion": "Conversion de {category}",
3
- "text_unit_to_unit": "{sourceUnit} en {targetUnit}",
4
- "text_unit_to_unit_conversion_table": "Table de conversion de {sourceUnit} en {targetUnit}",
5
- "text_unit_to_unit_converter": "Convertisseur de {sourceUnit} en {targetUnit}",
6
- "text_unit_converter_online": "Convertisseur d'Unités en Ligne",
7
- "text_conversion_calculator": "Calculatrice de Conversion",
8
- "text_input_unit": "Saisir {conversionUnit}",
9
- "text_from": "De",
10
- "text_to": "Vers",
11
- "text_from_unit": "De",
12
- "text_to_unit": "Vers",
13
- "text_swap_units": "Échanger les unités",
14
- "text_copy_result": "Copier le résultat",
15
- "text_search": "Recherche",
16
- "text_converter": "Convertisseur",
17
- "text_convert": "Convertir",
18
- "text_suggestion": "Suggestion",
19
- "text_search_conversion_placeholder": "Rechercher des paires de conversion...",
20
- "text_search_category_unit_placeholder": "Rechercher des unités de {category}",
21
- "text_no_search_result_for_keyword": "Aucun résultat de recherche pour {keyword}",
22
- "text_seo_description_for_conversion_pair": "Convertisseur de {sourceUnit} ({sourceUnitSymbol}) en {targetUnit} ({targetUnitSymbol}). Convertisseur de {sourceUnit} en {targetUnit}. Comment convertir {sourceUnit} ({sourceUnitSymbol}) en {targetUnit} ({targetUnitSymbol})",
23
- "text_seo_second_title_for_conversion_pair": "Convertisseur de {sourceUnit} ({sourceUnitSymbol}) en {targetUnit} ({targetUnitSymbol})",
24
- "text_seo_title_for_conversion_pair": "convertisseur de {sourceUnit} en {targetUnit}",
25
- "text_seo_description_for_conversion_category": "Conversion de {category}, Convertir une unité de {category}, Calculatrice de {category}",
26
- "text_seo_title_for_conversion_category": "Conversion de {category}",
27
- "text_seo_description_for_root": "Convertir une unité de longueur, énergie, surface, vitesse,...",
28
- "text_seo_title_for_root_page": "Convertisseur d'Unités en Ligne | Calculatrice de Conversion",
29
- "text_select_language": "Sélectionner la langue",
30
- "text_wait_for_loading_message": "Veuillez patienter un moment",
31
- "action_close": "Fermer",
32
- "text_search_conversion_category": "Rechercher une catégorie de conversion",
33
- "text_last_updated": "Dernière mise à jour {time}",
34
- "text_seo_title_for_currency_pair": "Convertir {sourceUnitCode} en {targetUnitCode} - Taux de change {sourceUnit} en {targetUnit}",
35
- "text_seo_second_title_for_currency_pair": "Taux de change {sourceUnitCode} en {targetUnitCode} - Convertir {sourceUnit} en {targetUnit}",
36
- "text_seo_description_for_currency_pair": "Convertissez {sourceUnitCode} en {targetUnitCode} avec le dernier taux de change actuel. Convertisseur de devises {sourceUnit} - {targetUnit}. Convertisseur de devises {sourceUnit} ({sourceUnitCode})",
37
- "text_seo_title_for_currency_category": "Taux de change - Convertisseur de devises",
38
- "text_seo_description_for_currency_category": "Obtenez les derniers taux de change avec le Convertisseur de devises. Calculateur d'argent. Calculateur de taux de change. Comparez plus de 160 devises.",
39
- "text_currency_convert_disclaimer": "Nous utilisons le taux moyen du marché pour notre Convertisseur. Ceci est à titre informatif uniquement."
40
- }
2
+ "text_category_conversion": "Conversion de {category}",
3
+ "text_unit_to_unit": "{sourceUnit} en {targetUnit}",
4
+ "text_unit_to_unit_conversion_table": "Table de conversion de {sourceUnit} en {targetUnit}",
5
+ "text_unit_to_unit_converter": "Convertisseur de {sourceUnit} en {targetUnit}",
6
+ "text_unit_converter_online": "Convertisseur d'Unités en Ligne",
7
+ "text_conversion_calculator": "Calculatrice de Conversion",
8
+ "text_input_unit": "Saisir {conversionUnit}",
9
+ "text_from": "De",
10
+ "text_to": "Vers",
11
+ "text_from_unit": "De",
12
+ "text_to_unit": "Vers",
13
+ "text_swap_units": "Échanger les unités",
14
+ "text_copy_result": "Copier le résultat",
15
+ "text_search": "Recherche",
16
+ "text_converter": "Convertisseur",
17
+ "text_convert": "Convertir",
18
+ "text_suggestion": "Suggestion",
19
+ "text_search_conversion_placeholder": "Rechercher des paires de conversion...",
20
+ "text_search_category_unit_placeholder": "Rechercher des unités de {category}",
21
+ "text_no_search_result_for_keyword": "Aucun résultat de recherche pour {keyword}",
22
+ "text_seo_description_for_conversion_pair": "Convertisseur de {sourceUnit} ({sourceUnitSymbol}) en {targetUnit} ({targetUnitSymbol}). Convertisseur de {sourceUnit} en {targetUnit}. Comment convertir {sourceUnit} ({sourceUnitSymbol}) en {targetUnit} ({targetUnitSymbol})",
23
+ "text_seo_second_title_for_conversion_pair": "Convertisseur de {sourceUnit} ({sourceUnitSymbol}) en {targetUnit} ({targetUnitSymbol})",
24
+ "text_seo_title_for_conversion_pair": "Convertisseur {sourceUnit} en {targetUnit} ({sourceUnitCode} à {targetUnitCode})",
25
+ "text_seo_description_for_conversion_category": "Conversion de {category}, Convertir une unité de {category}, Calculatrice de {category}",
26
+ "text_seo_title_for_conversion_category": "Conversion de {category}",
27
+ "text_seo_description_for_root": "Convertir une unité de longueur, énergie, surface, vitesse,...",
28
+ "text_seo_title_for_root_page": "Convertisseur d'Unités en Ligne | Calculatrice de Conversion",
29
+ "text_select_language": "Sélectionner la langue",
30
+ "text_wait_for_loading_message": "Veuillez patienter un moment",
31
+ "action_close": "Fermer",
32
+ "text_search_conversion_category": "Rechercher une catégorie de conversion",
33
+ "text_last_updated": "Dernière mise à jour {time}",
34
+ "text_seo_title_for_currency_pair": "Convertir {sourceUnitCode} en {targetUnitCode} - Taux de change {sourceUnit} en {targetUnit}",
35
+ "text_seo_second_title_for_currency_pair": "Taux de change {sourceUnitCode} en {targetUnitCode} - Convertir {sourceUnit} en {targetUnit}",
36
+ "text_seo_description_for_currency_pair": "Convertissez {sourceUnitCode} en {targetUnitCode} avec le dernier taux de change actuel. Convertisseur de devises {sourceUnit} - {targetUnit}. Convertisseur de devises {sourceUnit} ({sourceUnitCode})",
37
+ "text_seo_title_for_currency_category": "Taux de change - Convertisseur de devises",
38
+ "text_seo_description_for_currency_category": "Obtenez les derniers taux de change avec le Convertisseur de devises. Calculateur d'argent. Calculateur de taux de change. Comparez plus de 160 devises.",
39
+ "text_currency_convert_disclaimer": "Nous utilisons le taux moyen du marché pour notre Convertisseur. Ceci est à titre informatif uniquement.",
40
+ "text_decimal_separators_note": "La virgule (,) et le point (.) sont traités comme des séparateurs décimaux."
41
+ }
@@ -1,40 +1,41 @@
1
1
  {
2
- "text_category_conversion": "conversione di {category}",
3
- "text_unit_to_unit": "{sourceUnit} a {targetUnit}",
4
- "text_unit_to_unit_conversion_table": "tabella di conversione da {sourceUnit} a {targetUnit}",
5
- "text_unit_to_unit_converter": "Convertitore da {sourceUnit} a {targetUnit}",
6
- "text_unit_converter_online": "Convertitore di Unità Online",
7
- "text_conversion_calculator": "Calcolatrice di Conversione",
8
- "text_input_unit": "Inserisci {conversionUnit}",
9
- "text_from": "Da",
10
- "text_to": "A",
11
- "text_from_unit": "Da",
12
- "text_to_unit": "A",
13
- "text_swap_units": "Scambia unità",
14
- "text_copy_result": "Copia risultato",
15
- "text_search": "Cerca",
16
- "text_converter": "Convertitore",
17
- "text_convert": "Convertire",
18
- "text_suggestion": "Suggerimento",
19
- "text_search_conversion_placeholder": "Cerca coppie di conversione...",
20
- "text_search_category_unit_placeholder": "Cerca unità di {category}",
21
- "text_no_search_result_for_keyword": "Nessun risultato per {keyword}",
22
- "text_seo_description_for_conversion_pair": "Convertitore da {sourceUnit} ({sourceUnitSymbol}) a {targetUnit} ({targetUnitSymbol}). Convertitore da {sourceUnit} a {targetUnit}. Come convertire {sourceUnit} ({sourceUnitSymbol}) in {targetUnit} ({targetUnitSymbol})",
23
- "text_seo_second_title_for_conversion_pair": "Convertitore da {sourceUnit} ({sourceUnitSymbol}) a {targetUnit} ({targetUnitSymbol})",
24
- "text_seo_title_for_conversion_pair": "Convertitore da {sourceUnit} a {targetUnit}",
25
- "text_seo_description_for_conversion_category": "Conversione di {category}, Convertire unità di {category}, Calcolatrice di {category}",
26
- "text_seo_title_for_conversion_category": "Conversione di {category}",
27
- "text_seo_description_for_root": "Convertire unità di lunghezza, energia, area, velocità,...",
28
- "text_seo_title_for_root_page": "Convertitore di Unità Online | Calcolatrice di Conversione",
29
- "text_select_language": "Seleziona la lingua",
30
- "text_wait_for_loading_message": "Attendere un momento",
31
- "action_close": "Chiudi",
32
- "text_search_conversion_category": "Cerca categoria di conversione",
33
- "text_last_updated": "Ultimo aggiornamento {time}",
34
- "text_seo_title_for_currency_pair": "Converti {sourceUnitCode} in {targetUnitCode} - Tasso di cambio da {sourceUnit} a {targetUnit}",
35
- "text_seo_second_title_for_currency_pair": "Tasso di cambio {sourceUnitCode} in {targetUnitCode} - Converti {sourceUnit} in {targetUnit}",
36
- "text_seo_description_for_currency_pair": "Converti {sourceUnitCode} in {targetUnitCode} con il tasso di cambio più recente. Convertitore di valuta {sourceUnit} - {targetUnit}. Convertitore di valuta {sourceUnit} ({sourceUnitCode})",
37
- "text_seo_title_for_currency_category": "Tassi di cambio - Convertitore di Valuta",
38
- "text_seo_description_for_currency_category": "Ottieni i tassi di cambio più recenti con il Convertitore di Valuta. Calcolatore di denaro. Calcolatore di tassi di cambio. Confronta oltre 160 valute.",
39
- "text_currency_convert_disclaimer": "Utilizziamo il tasso di mercato medio per il nostro Convertitore. Solo a scopo informativo."
40
- }
2
+ "text_category_conversion": "conversione di {category}",
3
+ "text_unit_to_unit": "{sourceUnit} a {targetUnit}",
4
+ "text_unit_to_unit_conversion_table": "tabella di conversione da {sourceUnit} a {targetUnit}",
5
+ "text_unit_to_unit_converter": "Convertitore da {sourceUnit} a {targetUnit}",
6
+ "text_unit_converter_online": "Convertitore di Unità Online",
7
+ "text_conversion_calculator": "Calcolatrice di Conversione",
8
+ "text_input_unit": "Inserisci {conversionUnit}",
9
+ "text_from": "Da",
10
+ "text_to": "A",
11
+ "text_from_unit": "Da",
12
+ "text_to_unit": "A",
13
+ "text_swap_units": "Scambia unità",
14
+ "text_copy_result": "Copia risultato",
15
+ "text_search": "Cerca",
16
+ "text_converter": "Convertitore",
17
+ "text_convert": "Convertire",
18
+ "text_suggestion": "Suggerimento",
19
+ "text_search_conversion_placeholder": "Cerca coppie di conversione...",
20
+ "text_search_category_unit_placeholder": "Cerca unità di {category}",
21
+ "text_no_search_result_for_keyword": "Nessun risultato per {keyword}",
22
+ "text_seo_description_for_conversion_pair": "Convertitore da {sourceUnit} ({sourceUnitSymbol}) a {targetUnit} ({targetUnitSymbol}). Convertitore da {sourceUnit} a {targetUnit}. Come convertire {sourceUnit} ({sourceUnitSymbol}) in {targetUnit} ({targetUnitSymbol})",
23
+ "text_seo_second_title_for_conversion_pair": "Convertitore da {sourceUnit} ({sourceUnitSymbol}) a {targetUnit} ({targetUnitSymbol})",
24
+ "text_seo_title_for_conversion_pair": "Convertitore da {sourceUnit} a {targetUnit} ({sourceUnitCode} a {targetUnitCode})",
25
+ "text_seo_description_for_conversion_category": "Conversione di {category}, Convertire unità di {category}, Calcolatrice di {category}",
26
+ "text_seo_title_for_conversion_category": "Conversione di {category}",
27
+ "text_seo_description_for_root": "Convertire unità di lunghezza, energia, area, velocità,...",
28
+ "text_seo_title_for_root_page": "Convertitore di Unità Online | Calcolatrice di Conversione",
29
+ "text_select_language": "Seleziona la lingua",
30
+ "text_wait_for_loading_message": "Attendere un momento",
31
+ "action_close": "Chiudi",
32
+ "text_search_conversion_category": "Cerca categoria di conversione",
33
+ "text_last_updated": "Ultimo aggiornamento {time}",
34
+ "text_seo_title_for_currency_pair": "Converti {sourceUnitCode} in {targetUnitCode} - Tasso di cambio da {sourceUnit} a {targetUnit}",
35
+ "text_seo_second_title_for_currency_pair": "Tasso di cambio {sourceUnitCode} in {targetUnitCode} - Converti {sourceUnit} in {targetUnit}",
36
+ "text_seo_description_for_currency_pair": "Converti {sourceUnitCode} in {targetUnitCode} con il tasso di cambio più recente. Convertitore di valuta {sourceUnit} - {targetUnit}. Convertitore di valuta {sourceUnit} ({sourceUnitCode})",
37
+ "text_seo_title_for_currency_category": "Tassi di cambio - Convertitore di Valuta",
38
+ "text_seo_description_for_currency_category": "Ottieni i tassi di cambio più recenti con il Convertitore di Valuta. Calcolatore di denaro. Calcolatore di tassi di cambio. Confronta oltre 160 valute.",
39
+ "text_currency_convert_disclaimer": "Utilizziamo il tasso di mercato medio per il nostro Convertitore. Solo a scopo informativo.",
40
+ "text_decimal_separators_note": "La virgola (,) e il punto (.) sono trattati come separatori decimali."
41
+ }
@@ -21,7 +21,7 @@
21
21
  "text_no_search_result_for_keyword": "{keyword}の検索結果はありません",
22
22
  "text_seo_description_for_conversion_pair": "{sourceUnit} ({sourceUnitSymbol}) から {targetUnit} ({targetUnitSymbol}) へのコンバーター。{sourceUnit}から{targetUnit}へのコンバーター。{sourceUnit} ({sourceUnitSymbol}) から {targetUnit} ({targetUnitSymbol}) への変換方法",
23
23
  "text_seo_second_title_for_conversion_pair": "{sourceUnit} ({sourceUnitSymbol}) から {targetUnit} ({targetUnitSymbol}) へのコンバーター",
24
- "text_seo_title_for_conversion_pair": "{sourceUnit}から{targetUnit}へのコンバーター",
24
+ "text_seo_title_for_conversion_pair": "{sourceUnit}から{targetUnit}へのコンバーター({sourceUnitCode}から{targetUnitCode}へ)",
25
25
  "text_seo_description_for_conversion_category": "{category}の変換、{category}の単位を変換、{category}計算機",
26
26
  "text_seo_title_for_conversion_category": "{category}の変換",
27
27
  "text_seo_description_for_root": "長さ、エネルギー、面積、速度などの単位を変換",
@@ -36,5 +36,6 @@
36
36
  "text_seo_description_for_currency_pair": "最新の現行為替レートで{sourceUnitCode}から{targetUnitCode}を変換します。{sourceUnit} - {targetUnit}通貨コンバーター。{sourceUnit} ({sourceUnitCode}) 通貨コンバーター",
37
37
  "text_seo_title_for_currency_category": "通貨為替レート - 通貨コンバーター",
38
38
  "text_seo_description_for_currency_category": "通貨コンバーターで最新の為替レートを取得。マネー計算機。為替レート計算機。160以上の通貨を比較",
39
- "text_currency_convert_disclaimer": "コンバーターには市場の中間レートを使用します。これは情報提供のみを目的としています。"
39
+ "text_currency_convert_disclaimer": "コンバーターには市場の中間レートを使用します。これは情報提供のみを目的としています。",
40
+ "text_decimal_separators_note": "コンマ(,)とドット(.)は小数点として扱われます。"
40
41
  }
@@ -21,7 +21,7 @@
21
21
  "text_no_search_result_for_keyword": "{keyword}에 대한 검색 결과가 없습니다",
22
22
  "text_seo_description_for_conversion_pair": "{sourceUnit} ({sourceUnitSymbol})을 {targetUnit} ({targetUnitSymbol})로 변환기. {sourceUnit}에서 {targetUnit} 변환기. {sourceUnit} ({sourceUnitSymbol})에서 {targetUnit} ({targetUnitSymbol})로 변환하는 방법",
23
23
  "text_seo_second_title_for_conversion_pair": "{sourceUnit} ({sourceUnitSymbol})에서 {targetUnit} ({targetUnitSymbol}) 변환기",
24
- "text_seo_title_for_conversion_pair": "{sourceUnit}에서 {targetUnit} 변환기",
24
+ "text_seo_title_for_conversion_pair": "{sourceUnit}에서 {targetUnit} 변환기 ({sourceUnitCode}에서 {targetUnitCode})",
25
25
  "text_seo_description_for_conversion_category": "{category} 변환, {category}의 단위 변환, {category} 계산기",
26
26
  "text_seo_title_for_conversion_category": "{category} 변환",
27
27
  "text_seo_description_for_root": "길이, 에너지, 면적, 속도 등의 단위 변환",
@@ -36,5 +36,6 @@
36
36
  "text_seo_description_for_currency_pair": "최신 환율로 {sourceUnitCode}를 {targetUnitCode}로 변환. {sourceUnit} - {targetUnit} 통화 변환기. {sourceUnit} ({sourceUnitCode}) 통화 변환기",
37
37
  "text_seo_title_for_currency_category": "환율 - 통화 변환기",
38
38
  "text_seo_description_for_currency_category": "통화 변환기로 최신 환율을 확인하세요. 돈 계산기. 환율 계산기. 160개 이상의 통화 비교",
39
- "text_currency_convert_disclaimer": "이 변환기에서는 중간 시장 환율을 사용합니다. 이는 정보 제공 용도로만 사용됩니다."
39
+ "text_currency_convert_disclaimer": "이 변환기에서는 중간 시장 환율을 사용합니다. 이는 정보 제공 용도로만 사용됩니다.",
40
+ "text_decimal_separators_note": "쉼표(,)와 점(.)은 소수 구분자로 처리됩니다."
40
41
  }
@@ -1,40 +1,41 @@
1
1
  {
2
- "text_category_conversion": "Conversão de {category}",
3
- "text_unit_to_unit": "{sourceUnit} para {targetUnit}",
4
- "text_unit_to_unit_conversion_table": "Tabela de conversão de {sourceUnit} para {targetUnit}",
5
- "text_unit_to_unit_converter": "Conversor de {sourceUnit} para {targetUnit}",
6
- "text_unit_converter_online": "Conversor de Unidades Online",
7
- "text_conversion_calculator": "Calculadora de Conversão",
8
- "text_input_unit": "Inserir {conversionUnit}",
9
- "text_from": "De",
10
- "text_to": "Para",
11
- "text_from_unit": "De",
12
- "text_to_unit": "Para",
13
- "text_swap_units": "Trocar unidades",
14
- "text_copy_result": "Copiar resultado",
15
- "text_search": "Procurar",
16
- "text_converter": "Conversor",
17
- "text_convert": "Converter",
18
- "text_suggestion": "Sugestão",
19
- "text_search_conversion_placeholder": "Pesquisar qualquer par de conversão...",
20
- "text_search_category_unit_placeholder": "Pesquisar unidades de {category}",
21
- "text_no_search_result_for_keyword": "Sem resultados de pesquisa para {keyword}",
22
- "text_seo_description_for_conversion_pair": "Conversor de {sourceUnit} ({sourceUnitSymbol}) para {targetUnit} ({targetUnitSymbol}). Conversor de {sourceUnit} para {targetUnit}. Como converter {sourceUnit} ({sourceUnitSymbol}) para {targetUnit} ({targetUnitSymbol})",
23
- "text_seo_second_title_for_conversion_pair": "Conversor de {sourceUnit} ({sourceUnitSymbol}) para {targetUnit} ({targetUnitSymbol})",
24
- "text_seo_title_for_conversion_pair": "Conversor de {sourceUnit} para {targetUnit}",
25
- "text_seo_description_for_conversion_category": "Conversão de {category}, Converter unidade de {category}, Calculadora de {category}",
26
- "text_seo_title_for_conversion_category": "Conversão de {category}",
27
- "text_seo_description_for_root": "Converter unidade de comprimento, energia, área, velocidade,...",
28
- "text_seo_title_for_root_page": "Conversor de Unidades Online | Calculadora de Conversão",
29
- "text_select_language": "Selecionar idioma",
30
- "text_wait_for_loading_message": "Por favor, aguarde um momento",
31
- "action_close": "Fechar",
32
- "text_search_conversion_category": "Pesquisar categoria de conversão",
33
- "text_last_updated": "Última atualização {time}",
34
- "text_seo_title_for_currency_pair": "Converter {sourceUnitCode} para {targetUnitCode} - Taxa de câmbio de {sourceUnit} para {targetUnit}",
35
- "text_seo_second_title_for_currency_pair": "Taxa de câmbio de {sourceUnitCode} para {targetUnitCode} - Converter {sourceUnit} para {targetUnit}",
36
- "text_seo_description_for_currency_pair": "Converta {sourceUnitCode} para {targetUnitCode} com a taxa de câmbio mais recente. Conversor de moeda {sourceUnit} - {targetUnit}. Conversor de moeda {sourceUnit} ({sourceUnitCode})",
37
- "text_seo_title_for_currency_category": "Taxas de câmbio - Conversor de moeda",
38
- "text_seo_description_for_currency_category": "Obtenha as últimas taxas de câmbio com o Conversor de moeda. Calculadora de Dinheiro. Calculadora de Taxas de Câmbio. Compare mais de 160 moedas.",
39
- "text_currency_convert_disclaimer": "Usamos a taxa média de mercado no nosso Conversor. Isto é apenas para fins informativos."
40
- }
2
+ "text_category_conversion": "Conversão de {category}",
3
+ "text_unit_to_unit": "{sourceUnit} para {targetUnit}",
4
+ "text_unit_to_unit_conversion_table": "Tabela de conversão de {sourceUnit} para {targetUnit}",
5
+ "text_unit_to_unit_converter": "Conversor de {sourceUnit} para {targetUnit}",
6
+ "text_unit_converter_online": "Conversor de Unidades Online",
7
+ "text_conversion_calculator": "Calculadora de Conversão",
8
+ "text_input_unit": "Inserir {conversionUnit}",
9
+ "text_from": "De",
10
+ "text_to": "Para",
11
+ "text_from_unit": "De",
12
+ "text_to_unit": "Para",
13
+ "text_swap_units": "Trocar unidades",
14
+ "text_copy_result": "Copiar resultado",
15
+ "text_search": "Procurar",
16
+ "text_converter": "Conversor",
17
+ "text_convert": "Converter",
18
+ "text_suggestion": "Sugestão",
19
+ "text_search_conversion_placeholder": "Pesquisar qualquer par de conversão...",
20
+ "text_search_category_unit_placeholder": "Pesquisar unidades de {category}",
21
+ "text_no_search_result_for_keyword": "Sem resultados de pesquisa para {keyword}",
22
+ "text_seo_description_for_conversion_pair": "Conversor de {sourceUnit} ({sourceUnitSymbol}) para {targetUnit} ({targetUnitSymbol}). Conversor de {sourceUnit} para {targetUnit}. Como converter {sourceUnit} ({sourceUnitSymbol}) para {targetUnit} ({targetUnitSymbol})",
23
+ "text_seo_second_title_for_conversion_pair": "Conversor de {sourceUnit} ({sourceUnitSymbol}) para {targetUnit} ({targetUnitSymbol})",
24
+ "text_seo_title_for_conversion_pair": "Conversor de {sourceUnit} para {targetUnit} ({sourceUnitCode} para {targetUnitCode})",
25
+ "text_seo_description_for_conversion_category": "Conversão de {category}, Converter unidade de {category}, Calculadora de {category}",
26
+ "text_seo_title_for_conversion_category": "Conversão de {category}",
27
+ "text_seo_description_for_root": "Converter unidade de comprimento, energia, área, velocidade,...",
28
+ "text_seo_title_for_root_page": "Conversor de Unidades Online | Calculadora de Conversão",
29
+ "text_select_language": "Selecionar idioma",
30
+ "text_wait_for_loading_message": "Por favor, aguarde um momento",
31
+ "action_close": "Fechar",
32
+ "text_search_conversion_category": "Pesquisar categoria de conversão",
33
+ "text_last_updated": "Última atualização {time}",
34
+ "text_seo_title_for_currency_pair": "Converter {sourceUnitCode} para {targetUnitCode} - Taxa de câmbio de {sourceUnit} para {targetUnit}",
35
+ "text_seo_second_title_for_currency_pair": "Taxa de câmbio de {sourceUnitCode} para {targetUnitCode} - Converter {sourceUnit} para {targetUnit}",
36
+ "text_seo_description_for_currency_pair": "Converta {sourceUnitCode} para {targetUnitCode} com a taxa de câmbio mais recente. Conversor de moeda {sourceUnit} - {targetUnit}. Conversor de moeda {sourceUnit} ({sourceUnitCode})",
37
+ "text_seo_title_for_currency_category": "Taxas de câmbio - Conversor de moeda",
38
+ "text_seo_description_for_currency_category": "Obtenha as últimas taxas de câmbio com o Conversor de moeda. Calculadora de Dinheiro. Calculadora de Taxas de Câmbio. Compare mais de 160 moedas.",
39
+ "text_currency_convert_disclaimer": "Usamos a taxa média de mercado no nosso Conversor. Isto é apenas para fins informativos.",
40
+ "text_decimal_separators_note": "A vírgula (,) e o ponto (.) são tratados como separadores decimais."
41
+ }
@@ -1,40 +1,41 @@
1
1
  {
2
- "text_category_conversion": "конвертация {category}",
3
- "text_unit_to_unit": "из {sourceUnit} в {targetUnit}",
4
- "text_unit_to_unit_conversion_table": "таблица конвертации из {sourceUnit} в {targetUnit}",
5
- "text_unit_to_unit_converter": "конвертер из {sourceUnit} в {targetUnit}",
6
- "text_unit_converter_online": "Онлайн Конвертер Единиц",
7
- "text_conversion_calculator": "Калькулятор Конверсии",
8
- "text_input_unit": "Введите {conversionUnit}",
9
- "text_from": "Из",
10
- "text_to": "В",
11
- "text_from_unit": "Из",
12
- "text_to_unit": "В",
13
- "text_swap_units": "Поменять единицы",
14
- "text_copy_result": "Скопировать результат",
15
- "text_search": "Поиск",
16
- "text_converter": "Конвертер",
17
- "text_convert": "Конвертировать",
18
- "text_suggestion": "Предложение",
19
- "text_search_conversion_placeholder": "Найти любые пары конверсии...",
20
- "text_search_category_unit_placeholder": "Поиск единиц {category}",
21
- "text_no_search_result_for_keyword": "Нет результатов для {keyword}",
22
- "text_seo_description_for_conversion_pair": "конвертер из {sourceUnit} ({sourceUnitSymbol}) в {targetUnit} ({targetUnitSymbol}). Конвертер из {sourceUnit} в {targetUnit}. Как конвертировать {sourceUnit} ({sourceUnitSymbol}) в {targetUnit} ({targetUnitSymbol})",
23
- "text_seo_second_title_for_conversion_pair": "конвертер из {sourceUnit} ({sourceUnitSymbol}) в {targetUnit} ({targetUnitSymbol})",
24
- "text_seo_title_for_conversion_pair": "конвертер из {sourceUnit} в {targetUnit}",
25
- "text_seo_description_for_conversion_category": "Конвертация {category}, Конвертировать единицы {category}, Калькулятор {category}",
26
- "text_seo_title_for_conversion_category": "Конвертация {category}",
27
- "text_seo_description_for_root": "Конвертировать единицы длины, энергии, площади, скорости,...",
28
- "text_seo_title_for_root_page": "Онлайн Конвертер Единиц | Калькулятор Конверсии",
29
- "text_select_language": "Выберите язык",
30
- "text_wait_for_loading_message": "Пожалуйста, подождите",
31
- "action_close": "Закрыть",
32
- "text_search_conversion_category": "Поиск категории конверсии",
33
- "text_last_updated": "Последнее обновление {time}",
34
- "text_seo_title_for_currency_pair": "Конвертация {sourceUnitCode} в {targetUnitCode} - Курс обмена {sourceUnit} на {targetUnit}",
35
- "text_seo_second_title_for_currency_pair": "Курс обмена {sourceUnitCode} на {targetUnitCode} - Конвертация {sourceUnit} в {targetUnit}",
36
- "text_seo_description_for_currency_pair": "Конвертируйте {sourceUnitCode} в {targetUnitCode} с использованием актуального обменного курса. Конвертер валют {sourceUnit} - {targetUnit}. Конвертер валют {sourceUnit} ({sourceUnitCode})",
37
- "text_seo_title_for_currency_category": "Обменные курсы - Конвертер валют",
38
- "text_seo_description_for_currency_category": "Получите актуальные обменные курсы с помощью Конвертера валют. Денежный калькулятор. Калькулятор обменных курсов. Сравните более 160 валют.",
39
- "text_currency_convert_disclaimer": "Мы используем среднерыночный курс для нашего конвертера. Это предоставляется только для информационных целей."
40
- }
2
+ "text_category_conversion": "конвертация {category}",
3
+ "text_unit_to_unit": "из {sourceUnit} в {targetUnit}",
4
+ "text_unit_to_unit_conversion_table": "таблица конвертации из {sourceUnit} в {targetUnit}",
5
+ "text_unit_to_unit_converter": "конвертер из {sourceUnit} в {targetUnit}",
6
+ "text_unit_converter_online": "Онлайн Конвертер Единиц",
7
+ "text_conversion_calculator": "Калькулятор Конверсии",
8
+ "text_input_unit": "Введите {conversionUnit}",
9
+ "text_from": "Из",
10
+ "text_to": "В",
11
+ "text_from_unit": "Из",
12
+ "text_to_unit": "В",
13
+ "text_swap_units": "Поменять единицы",
14
+ "text_copy_result": "Скопировать результат",
15
+ "text_search": "Поиск",
16
+ "text_converter": "Конвертер",
17
+ "text_convert": "Конвертировать",
18
+ "text_suggestion": "Предложение",
19
+ "text_search_conversion_placeholder": "Найти любые пары конверсии...",
20
+ "text_search_category_unit_placeholder": "Поиск единиц {category}",
21
+ "text_no_search_result_for_keyword": "Нет результатов для {keyword}",
22
+ "text_seo_description_for_conversion_pair": "конвертер из {sourceUnit} ({sourceUnitSymbol}) в {targetUnit} ({targetUnitSymbol}). Конвертер из {sourceUnit} в {targetUnit}. Как конвертировать {sourceUnit} ({sourceUnitSymbol}) в {targetUnit} ({targetUnitSymbol})",
23
+ "text_seo_second_title_for_conversion_pair": "конвертер из {sourceUnit} ({sourceUnitSymbol}) в {targetUnit} ({targetUnitSymbol})",
24
+ "text_seo_title_for_conversion_pair": "Конвертер из {sourceUnit} в {targetUnit} ({sourceUnitCode} в {targetUnitCode})",
25
+ "text_seo_description_for_conversion_category": "Конвертация {category}, Конвертировать единицы {category}, Калькулятор {category}",
26
+ "text_seo_title_for_conversion_category": "Конвертация {category}",
27
+ "text_seo_description_for_root": "Конвертировать единицы длины, энергии, площади, скорости,...",
28
+ "text_seo_title_for_root_page": "Онлайн Конвертер Единиц | Калькулятор Конверсии",
29
+ "text_select_language": "Выберите язык",
30
+ "text_wait_for_loading_message": "Пожалуйста, подождите",
31
+ "action_close": "Закрыть",
32
+ "text_search_conversion_category": "Поиск категории конверсии",
33
+ "text_last_updated": "Последнее обновление {time}",
34
+ "text_seo_title_for_currency_pair": "Конвертация {sourceUnitCode} в {targetUnitCode} - Курс обмена {sourceUnit} на {targetUnit}",
35
+ "text_seo_second_title_for_currency_pair": "Курс обмена {sourceUnitCode} на {targetUnitCode} - Конвертация {sourceUnit} в {targetUnit}",
36
+ "text_seo_description_for_currency_pair": "Конвертируйте {sourceUnitCode} в {targetUnitCode} с использованием актуального обменного курса. Конвертер валют {sourceUnit} - {targetUnit}. Конвертер валют {sourceUnit} ({sourceUnitCode})",
37
+ "text_seo_title_for_currency_category": "Обменные курсы - Конвертер валют",
38
+ "text_seo_description_for_currency_category": "Получите актуальные обменные курсы с помощью Конвертера валют. Денежный калькулятор. Калькулятор обменных курсов. Сравните более 160 валют.",
39
+ "text_currency_convert_disclaimer": "Мы используем среднерыночный курс для нашего конвертера. Это предоставляется только для информационных целей.",
40
+ "text_decimal_separators_note": "Запятая (,) и точка (.) рассматриваются как разделители десятичных знаков."
41
+ }
@@ -1,40 +1,41 @@
1
1
  {
2
- "text_category_conversion": "Chuyển đổi {category}",
3
- "text_unit_to_unit": "{sourceUnit} sang {targetUnit}",
4
- "text_unit_to_unit_conversion_table": "Bảng chuyển đổi {sourceUnit} sang {targetUnit}",
5
- "text_unit_to_unit_converter": "Bộ chuyển đổi {sourceUnit} sang {targetUnit}",
6
- "text_unit_converter_online": "Bộ Chuyển Đổi Đơn Vị Trực Tuyến",
7
- "text_conversion_calculator": "Máy Tính Chuyển Đổi",
8
- "text_input_unit": "Nhập {conversionUnit}",
9
- "text_from": "Từ",
10
- "text_to": "Sang",
11
- "text_from_unit": "Từ",
12
- "text_to_unit": "Sang",
13
- "text_swap_units": "Hoán đổi đơn vị",
14
- "text_copy_result": "Sao chép kết quả",
15
- "text_search": "Tìm kiếm",
16
- "text_converter": "Bộ chuyển đổi",
17
- "text_convert": "Chuyển đổi",
18
- "text_suggestion": "Gợi ý",
19
- "text_search_conversion_placeholder": "Tìm bất kỳ cặp chuyển đổi nào...",
20
- "text_search_category_unit_placeholder": "Tìm kiếm đơn vị {category}",
21
- "text_no_search_result_for_keyword": "Không có kết quả tìm kiếm cho {keyword}",
22
- "text_seo_description_for_conversion_pair": "Chuyển đổi {sourceUnit} ({sourceUnitSymbol}) sang {targetUnit} ({targetUnitSymbol}). Bộ chuyển đổi {sourceUnit} sang {targetUnit}. Cách chuyển đổi {sourceUnit} ({sourceUnitSymbol}) sang {targetUnit} ({targetUnitSymbol})",
23
- "text_seo_second_title_for_conversion_pair": "Chuyển đổi {sourceUnit} ({sourceUnitSymbol}) sang {targetUnit} ({targetUnitSymbol})",
24
- "text_seo_title_for_conversion_pair": "Chuyển đổi {sourceUnit} sang {targetUnit}",
25
- "text_seo_description_for_conversion_category": "Chuyển Đổi {category}, Chuyển đổi đơn vị {category}, Máy Tính {category}",
26
- "text_seo_title_for_conversion_category": "Chuyển Đổi {category}",
27
- "text_seo_description_for_root": "Chuyển đổi đơn vị chiều dài, năng lượng, diện tích, tốc độ,...",
28
- "text_seo_title_for_root_page": "Chuyển Đổi Đơn Vị Trực Tuyến | Máy Tính Chuyển Đổi",
29
- "text_select_language": "Chọn ngôn ngữ",
30
- "text_wait_for_loading_message": "Vui lòng đợi một chút",
31
- "action_close": "Đóng",
32
- "text_search_conversion_category": "Tìm kiếm danh mục chuyển đổi",
33
- "text_last_updated": "Cập nhật lần cuối {time}",
34
- "text_seo_title_for_currency_pair": "Chuyển đổi {sourceUnitCode} sang {targetUnitCode} - Tỷ giá {sourceUnit} sang {targetUnit}",
35
- "text_seo_second_title_for_currency_pair": "Tỷ giá {sourceUnitCode} sang {targetUnitCode} - Chuyển đổi {sourceUnit} sang {targetUnit}",
36
- "text_seo_description_for_currency_pair": "Chuyển đổi {sourceUnitCode} sang {targetUnitCode} với tỷ giá mới nhất. Bộ chuyển đổi tiền tệ {sourceUnit} - {targetUnit}. Bộ chuyển đổi tiền tệ {sourceUnit} ({sourceUnitCode})",
37
- "text_seo_title_for_currency_category": "Tỷ giá tiền tệ - Bộ chuyển đổi tiền tệ",
38
- "text_seo_description_for_currency_category": "Nhận tỷ giá tiền tệ mới nhất với Bộ chuyển đổi tiền tệ. Máy tính tiền. Máy tính tỷ giá. So sánh hơn 160 loại tiền tệ.",
39
- "text_currency_convert_disclaimer": "Chúng tôi sử dụng tỷ giá thị trường trung bình cho Bộ chuyển đổi của mình. Chỉ mang tính chất tham khảo."
40
- }
2
+ "text_category_conversion": "Chuyển đổi {category}",
3
+ "text_unit_to_unit": "{sourceUnit} sang {targetUnit}",
4
+ "text_unit_to_unit_conversion_table": "Bảng chuyển đổi {sourceUnit} sang {targetUnit}",
5
+ "text_unit_to_unit_converter": "Bộ chuyển đổi {sourceUnit} sang {targetUnit}",
6
+ "text_unit_converter_online": "Bộ Chuyển Đổi Đơn Vị Trực Tuyến",
7
+ "text_conversion_calculator": "Máy Tính Chuyển Đổi",
8
+ "text_input_unit": "Nhập {conversionUnit}",
9
+ "text_from": "Từ",
10
+ "text_to": "Sang",
11
+ "text_from_unit": "Từ",
12
+ "text_to_unit": "Sang",
13
+ "text_swap_units": "Hoán đổi đơn vị",
14
+ "text_copy_result": "Sao chép kết quả",
15
+ "text_search": "Tìm kiếm",
16
+ "text_converter": "Bộ chuyển đổi",
17
+ "text_convert": "Chuyển đổi",
18
+ "text_suggestion": "Gợi ý",
19
+ "text_search_conversion_placeholder": "Tìm bất kỳ cặp chuyển đổi nào...",
20
+ "text_search_category_unit_placeholder": "Tìm kiếm đơn vị {category}",
21
+ "text_no_search_result_for_keyword": "Không có kết quả tìm kiếm cho {keyword}",
22
+ "text_seo_description_for_conversion_pair": "Chuyển đổi {sourceUnit} ({sourceUnitSymbol}) sang {targetUnit} ({targetUnitSymbol}). Bộ chuyển đổi {sourceUnit} sang {targetUnit}. Cách chuyển đổi {sourceUnit} ({sourceUnitSymbol}) sang {targetUnit} ({targetUnitSymbol})",
23
+ "text_seo_second_title_for_conversion_pair": "Chuyển đổi {sourceUnit} ({sourceUnitSymbol}) sang {targetUnit} ({targetUnitSymbol})",
24
+ "text_seo_title_for_conversion_pair": "Chuyển đổi {sourceUnit} sang {targetUnit} ({sourceUnitCode} sang {targetUnitCode})",
25
+ "text_seo_description_for_conversion_category": "Chuyển Đổi {category}, Chuyển đổi đơn vị {category}, Máy Tính {category}",
26
+ "text_seo_title_for_conversion_category": "Chuyển Đổi {category}",
27
+ "text_seo_description_for_root": "Chuyển đổi đơn vị chiều dài, năng lượng, diện tích, tốc độ,...",
28
+ "text_seo_title_for_root_page": "Chuyển Đổi Đơn Vị Trực Tuyến | Máy Tính Chuyển Đổi",
29
+ "text_select_language": "Chọn ngôn ngữ",
30
+ "text_wait_for_loading_message": "Vui lòng đợi một chút",
31
+ "action_close": "Đóng",
32
+ "text_search_conversion_category": "Tìm kiếm danh mục chuyển đổi",
33
+ "text_last_updated": "Cập nhật lần cuối {time}",
34
+ "text_seo_title_for_currency_pair": "Chuyển đổi {sourceUnitCode} sang {targetUnitCode} - Tỷ giá {sourceUnit} sang {targetUnit}",
35
+ "text_seo_second_title_for_currency_pair": "Tỷ giá {sourceUnitCode} sang {targetUnitCode} - Chuyển đổi {sourceUnit} sang {targetUnit}",
36
+ "text_seo_description_for_currency_pair": "Chuyển đổi {sourceUnitCode} sang {targetUnitCode} với tỷ giá mới nhất. Bộ chuyển đổi tiền tệ {sourceUnit} - {targetUnit}. Bộ chuyển đổi tiền tệ {sourceUnit} ({sourceUnitCode})",
37
+ "text_seo_title_for_currency_category": "Tỷ giá tiền tệ - Bộ chuyển đổi tiền tệ",
38
+ "text_seo_description_for_currency_category": "Nhận tỷ giá tiền tệ mới nhất với Bộ chuyển đổi tiền tệ. Máy tính tiền. Máy tính tỷ giá. So sánh hơn 160 loại tiền tệ.",
39
+ "text_currency_convert_disclaimer": "Chúng tôi sử dụng tỷ giá thị trường trung bình cho Bộ chuyển đổi của mình. Chỉ mang tính chất tham khảo.",
40
+ "text_decimal_separators_note": "Dấu phẩy (,) và dấu chấm (.) được coi là dấu phân cách thập phân."
41
+ }
@@ -21,7 +21,7 @@
21
21
  "text_no_search_result_for_keyword": "没有关于{keyword}的搜索结果",
22
22
  "text_seo_description_for_conversion_pair": "{sourceUnit} ({sourceUnitSymbol})到{targetUnit} ({targetUnitSymbol})转换器。{sourceUnit}到{targetUnit}转换器。如何将{sourceUnit} ({sourceUnitSymbol})转换为{targetUnit} ({targetUnitSymbol})",
23
23
  "text_seo_second_title_for_conversion_pair": "{sourceUnit} ({sourceUnitSymbol})到{targetUnit} ({targetUnitSymbol})转换器",
24
- "text_seo_title_for_conversion_pair": "{sourceUnit}到{targetUnit}转换器",
24
+ "text_seo_title_for_conversion_pair": "{sourceUnit}到{targetUnit}转换器 ({sourceUnitCode}转{targetUnitCode})",
25
25
  "text_seo_description_for_conversion_category": "{category}转换,{category}单位转换,{category}计算器",
26
26
  "text_seo_title_for_conversion_category": "{category}转换",
27
27
  "text_seo_description_for_root": "长度、能量、面积、速度等单位转换",
@@ -36,5 +36,6 @@
36
36
  "text_seo_description_for_currency_pair": "使用最新的当前汇率将{sourceUnitCode}转换为{targetUnitCode}。{sourceUnit} - {targetUnit}货币转换器。{sourceUnit} ({sourceUnitCode})货币转换器",
37
37
  "text_seo_title_for_currency_category": "货币汇率 - 货币转换器",
38
38
  "text_seo_description_for_currency_category": "使用货币转换器获取最新的货币汇率。货币计算器。汇率计算器。比较160多种货币",
39
- "text_currency_convert_disclaimer": "我们在转换器中使用中间市场汇率。这仅供参考。"
39
+ "text_currency_convert_disclaimer": "我们在转换器中使用中间市场汇率。这仅供参考。",
40
+ "text_decimal_separators_note": "逗号(,)和点(.)视为小数分隔符。"
40
41
  }
@@ -0,0 +1,70 @@
1
+ {
2
+ "$schema": "https://inlang.com/schema/inlang-message-format",
3
+ "text_age_calculator": "آلة حاسبة للعمر",
4
+ "text_age": "العمر",
5
+ "text_calculate": "احسب",
6
+ "text_calculate_age": "احسب العمر",
7
+ "text_your_age_is": "عمرك هو {age}",
8
+ "text_age_calculator_description": "حساب العمر الدقيق أو الفاصل الزمني بين تاريخين",
9
+ "text_date_of_birth_need_to_earlier_than_the_age_at_date": "تاريخ الميلاد يجب أن يكون سابقًا لتاريخ العمر!",
10
+ "text_date_of_birth": "تاريخ الميلاد",
11
+ "text_age_at_the_date_of": "العمر في تاريخ",
12
+ "text_calculating": "جارٍ الحساب...",
13
+ "text_result": "النتيجة",
14
+ "text_message": "الرسالة",
15
+ "text_years_months_days": "سنوات، شهور، أيام",
16
+ "text_total_months": "إجمالي الشهور",
17
+ "text_total_weeks": "إجمالي الأسابيع",
18
+ "text_total_days": "إجمالي الأيام",
19
+ "text_total_hours": "إجمالي الساعات",
20
+ "text_total_minutes": "إجمالي الدقائق",
21
+ "text_total_seconds": "إجمالي الثواني",
22
+ "text_count_years_months_days": "{years} سنوات {months} شهور {days} أيام",
23
+ "text_count_months_days": "{months} شهور {days} أيام",
24
+ "text_count_weeks_days": "{weeks} أسابيع {days} أيام",
25
+ "text_time_calculator": "آلة حاسبة للوقت",
26
+ "text_time_calculator_description": "يمكن استخدام هذه الحاسبة لـ\"إضافة\" أو \"طرح\" قيمتين زمنيتين",
27
+ "text_add": "إضافة",
28
+ "text_subtract": "طرح",
29
+ "text_days_hours_minutes_seconds": "أيام، ساعات، دقائق، ثوانٍ",
30
+ "text_total_years": "إجمالي السنوات",
31
+ "text_count_days_hours_minutes_seconds": "{days} أيام {hours} ساعات {minutes} دقائق {seconds} ثوانٍ",
32
+ "text_count_years_days": "{years} سنوات {days} أيام",
33
+ "text_day": "يوم",
34
+ "text_hour": "ساعة",
35
+ "text_minute": "دقيقة",
36
+ "text_second": "ثانية",
37
+ "text_clear": "مسح",
38
+ "text_total_months_count_assume": "افترض أن الشهر هو 30.4375 يومًا",
39
+ "text_total_years_count_assume": "افترض أن السنة تحتوي على 365 يومًا و366 يومًا كل 4 سنوات",
40
+ "text_add_subtract_time_calculator_title": "أضف أو اطرح الوقت من تاريخ",
41
+ "text_add_subtract_time_calculator_description": "استخدم هذه الحاسبة لإضافة أو طرح أيام أو ساعات أو دقائق أو ثواني من وقت وتاريخ البدء. سيتم عرض الوقت والتاريخ المحدث بناءً على الفترة المضافة أو المطروحة",
42
+ "text_select_start_time": "اختر وقت البدء",
43
+ "text_month": "شهر",
44
+ "text_year": "سنة",
45
+ "text_format": "التنسيق",
46
+ "text_now": "الآن",
47
+ "text_time_calculator_expression_title": "حاسبة الوقت في التعبير",
48
+ "text_time_calculator_expression_description": "استخدم هذه الحاسبة لإضافة أو طرح قيم زمنية متعددة بإدخالها كتعبير. يجب أن يتبع كل قيمة زمنية وحدة: <b>w</b> للأسابيع، <b>d</b> للأيام، <b>h</b> للساعات، <b>m</b> للدقائق، و<b>s</b> للثواني. يمكنك استخدام فقط العمليات <b>+</b> أو <b>-</b> في التعبير",
49
+ "text_time_expression": "تعبير الوقت",
50
+ "text_time_expression_input_placeholder": "أدخل تعبير الوقت",
51
+ "text_time_expression_invalid_message": "تعبير الوقت غير صالح. يرجى التأكد من أن الإدخال يتبع التنسيق الصحيح (مثال: 1w 2d 3h + 4m - 5s)",
52
+ "text_example": "مثال",
53
+ "text_date": "تاريخ",
54
+ "text_month_1": "يناير",
55
+ "text_month_2": "فبراير",
56
+ "text_month_3": "مارس",
57
+ "text_month_4": "أبريل",
58
+ "text_month_5": "مايو",
59
+ "text_month_6": "يونيو",
60
+ "text_month_7": "يوليو",
61
+ "text_month_8": "أغسطس",
62
+ "text_month_9": "سبتمبر",
63
+ "text_month_10": "أكتوبر",
64
+ "text_month_11": "نوفمبر",
65
+ "text_month_12": "ديسمبر",
66
+ "text_today": "اليوم",
67
+ "text_invalid_start_date_time": "تاريخ ووقت البدء غير صالح",
68
+ "text_invalid_time": "الوقت المقدم غير صالح",
69
+ "text_observance_on_date": "إجازة بديلة في {date}"
70
+ }