@orderly.network/i18n 2.1.1 → 2.1.2
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/README.md +3 -4
- package/dist/index.d.mts +47 -8
- package/dist/index.d.ts +47 -8
- package/dist/index.js +18 -17
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/dist/locale.csv +611 -611
- package/dist/locales/de.json +6 -6
- package/dist/locales/en.json +1 -1
- package/dist/locales/es.json +8 -8
- package/dist/locales/fr.json +7 -7
- package/dist/locales/id.json +612 -0
- package/dist/locales/it.json +612 -0
- package/dist/locales/ja.json +11 -11
- package/dist/locales/ko.json +8 -8
- package/dist/locales/nl.json +612 -0
- package/dist/locales/pl.json +612 -0
- package/dist/locales/pt.json +612 -0
- package/dist/locales/ru.json +612 -0
- package/dist/locales/tr.json +612 -0
- package/dist/locales/uk.json +612 -0
- package/dist/locales/vi.json +11 -11
- package/dist/locales/zh.json +11 -11
- package/package.json +5 -3
- package/script/generateMissingKeys.js +48 -0
- package/script/json-csv-converter.js +25 -0
- package/script/mergeJson.js +20 -7
package/dist/locales/de.json
CHANGED
|
@@ -103,8 +103,12 @@
|
|
|
103
103
|
"languageSwitcher.language": "Sprache",
|
|
104
104
|
"languageSwitcher.tips": "AI-generierte Übersetzungen können nicht vollständig genau sein.",
|
|
105
105
|
"announcement.type.listing": "Listing",
|
|
106
|
-
"announcement.type.maintenance": "
|
|
106
|
+
"announcement.type.maintenance": "Wartung",
|
|
107
107
|
"announcement.type.delisting": "Delisting",
|
|
108
|
+
"maintenance.dialog.title": "Systemaktualisierung läuft",
|
|
109
|
+
"maintenance.dialog.description": "Entschuldigung, {{brokerName}} ist aufgrund einer geplanten Aktualisierung vorübergehend nicht verfügbar. Der Service soll bis {{endDate}} wieder verfügbar sein.",
|
|
110
|
+
"maintenance.tips.description": "{{brokerName}} wird für eine geplante Aktualisierung von {{startDate}} bis {{endDate}} vorübergehend nicht verfügbar sein.",
|
|
111
|
+
"restrictedInfo.description.default": "Sie greifen auf {{brokerName}} von einer IP-Adresse ({{ip}}) zu, die mit einem eingeschränkten Land verbunden ist.",
|
|
108
112
|
"markets.favorites": "Favoriten",
|
|
109
113
|
"markets.recent": "Kürzlich",
|
|
110
114
|
"markets.newListings": "Neue Listings",
|
|
@@ -414,10 +418,6 @@
|
|
|
414
418
|
"scaffold.footer.operational": "Betriebsbereit",
|
|
415
419
|
"scaffold.footer.joinCommunity": "Treten Sie unserer Community bei",
|
|
416
420
|
"scaffold.footer.poweredBy": "Unterstützt von",
|
|
417
|
-
"maintenance.dialog.title": "Systemaktualisierung läuft",
|
|
418
|
-
"maintenance.dialog.description": "Entschuldigung, {{brokerName}} ist aufgrund einer geplanten Aktualisierung vorübergehend nicht verfügbar. Der Service soll bis {{endDate}} wieder verfügbar sein.",
|
|
419
|
-
"maintenance.tips.description": "{{brokerName}} wird für eine geplante Aktualisierung von {{startDate}} bis {{endDate}} vorübergehend nicht verfügbar sein.",
|
|
420
|
-
"restrictedInfo.description.default": "Sie greifen auf {{brokerName}} von einer IP-Adresse ({{ip}}) zu, die mit einem eingeschränkten Land verbunden ist.",
|
|
421
421
|
"tradingRewards.rewards": "Belohnungen",
|
|
422
422
|
"tradingRewards.subtitle": "Handeln Sie mit {{brokerName}}, um esORDER zu verdienen.",
|
|
423
423
|
"tradingRewards.learnMore": "Mehr erfahren",
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
"affiliate.referralCode.bound": "Empfehlungscode gebunden",
|
|
563
563
|
"affiliate.referralCode.notExist": "Dieser Empfehlungscode existiert nicht.",
|
|
564
564
|
"affiliate.process.title": "Partner zu werden ist einfach",
|
|
565
|
-
"affiliate.process.step1.title
|
|
565
|
+
"affiliate.process.step1.title": "Bewerben",
|
|
566
566
|
"affiliate.process.step1.description": "Bewerbungsformular ausfüllen",
|
|
567
567
|
"affiliate.process.step2.title": "Teilen",
|
|
568
568
|
"affiliate.process.step2.description": "Schalten Sie Ihren Partnerlink frei und teilen Sie ihn mit Ihrer Community",
|
package/dist/locales/en.json
CHANGED
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
"affiliate.referralCode.bound": "Referral code bound",
|
|
563
563
|
"affiliate.referralCode.notExist": "This referral code does not exist.",
|
|
564
564
|
"affiliate.process.title": "Becoming an affiliate is easy",
|
|
565
|
-
"affiliate.process.step1.title
|
|
565
|
+
"affiliate.process.step1.title": "Apply",
|
|
566
566
|
"affiliate.process.step1.description": "Fill out the application form",
|
|
567
567
|
"affiliate.process.step2.title": "Share",
|
|
568
568
|
"affiliate.process.step2.description": "Unlock your affiliate link and share it with your community",
|
package/dist/locales/es.json
CHANGED
|
@@ -102,9 +102,13 @@
|
|
|
102
102
|
"settle.settlement.error": "La liquidación solo está permitida una vez cada 10 minutos. Por favor intenta de nuevo más tarde.",
|
|
103
103
|
"languageSwitcher.language": "Idioma",
|
|
104
104
|
"languageSwitcher.tips": "Las traducciones generadas por IA pueden no ser completamente precisas.",
|
|
105
|
-
"announcement.type.listing": "
|
|
106
|
-
"announcement.type.maintenance": "
|
|
107
|
-
"announcement.type.delisting": "
|
|
105
|
+
"announcement.type.listing": "Listado",
|
|
106
|
+
"announcement.type.maintenance": "Mantenimiento",
|
|
107
|
+
"announcement.type.delisting": "Eliminación de listado",
|
|
108
|
+
"maintenance.dialog.title": "Actualización del sistema en progreso",
|
|
109
|
+
"maintenance.dialog.description": "Lo sentimos, {{brokerName}} no está disponible temporalmente debido a una actualización programada. Se espera que el servicio vuelva para {{endDate}}.",
|
|
110
|
+
"maintenance.tips.description": "{{brokerName}} no estará disponible temporalmente para una actualización programada desde {{startDate}} hasta {{endDate}}.",
|
|
111
|
+
"restrictedInfo.description.default": "Estás accediendo a {{brokerName}} desde una dirección IP ({{ip}}) asociada con un país restringido.",
|
|
108
112
|
"markets.favorites": "Favoritos",
|
|
109
113
|
"markets.recent": "Recientes",
|
|
110
114
|
"markets.newListings": "Nuevas listas",
|
|
@@ -414,10 +418,6 @@
|
|
|
414
418
|
"scaffold.footer.operational": "Operativo",
|
|
415
419
|
"scaffold.footer.joinCommunity": "Únete a nuestra comunidad",
|
|
416
420
|
"scaffold.footer.poweredBy": "Desarrollado por",
|
|
417
|
-
"maintenance.dialog.title": "Actualización del sistema en progreso",
|
|
418
|
-
"maintenance.dialog.description": "Lo sentimos, {{brokerName}} no está disponible temporalmente debido a una actualización programada. Se espera que el servicio vuelva para {{endDate}}.",
|
|
419
|
-
"maintenance.tips.description": "{{brokerName}} no estará disponible temporalmente para una actualización programada desde {{startDate}} hasta {{endDate}}.",
|
|
420
|
-
"restrictedInfo.description.default": "Estás accediendo a {{brokerName}} desde una dirección IP ({{ip}}) asociada con un país restringido.",
|
|
421
421
|
"tradingRewards.rewards": "Recompensas",
|
|
422
422
|
"tradingRewards.subtitle": "Opera con {{brokerName}} para ganar esORDER.",
|
|
423
423
|
"tradingRewards.learnMore": "Aprende más aquí",
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
"affiliate.referralCode.bound": "Código de referido vinculado",
|
|
563
563
|
"affiliate.referralCode.notExist": "Este código de referido no existe.",
|
|
564
564
|
"affiliate.process.title": "Convertirse en afiliado es fácil",
|
|
565
|
-
"affiliate.process.step1.title
|
|
565
|
+
"affiliate.process.step1.title": "Aplicar",
|
|
566
566
|
"affiliate.process.step1.description": "Completa el formulario de aplicación",
|
|
567
567
|
"affiliate.process.step2.title": "Compartir",
|
|
568
568
|
"affiliate.process.step2.description": "Desbloquea tu enlace de afiliado y compártelo con tu comunidad",
|
package/dist/locales/fr.json
CHANGED
|
@@ -102,9 +102,13 @@
|
|
|
102
102
|
"settle.settlement.error": "Le règlement n'est autorisé qu'une fois toutes les 10 minutes. Veuillez réessayer plus tard.",
|
|
103
103
|
"languageSwitcher.language": "Langue",
|
|
104
104
|
"languageSwitcher.tips": "Les traductions générées par IA peuvent ne pas être complètement précises.",
|
|
105
|
-
"announcement.type.listing": "
|
|
105
|
+
"announcement.type.listing": "Cotation",
|
|
106
106
|
"announcement.type.maintenance": "Maintenance",
|
|
107
|
-
"announcement.type.delisting": "
|
|
107
|
+
"announcement.type.delisting": "Retrait de cotation",
|
|
108
|
+
"maintenance.dialog.title": "Mise à niveau du système en cours",
|
|
109
|
+
"maintenance.dialog.description": "Désolé, {{brokerName}} est temporairement indisponible en raison d'une mise à niveau planifiée. Le service devrait être rétabli d'ici {{endDate}}.",
|
|
110
|
+
"maintenance.tips.description": "{{brokerName}} sera temporairement indisponible pour une mise à niveau planifiée du {{startDate}} au {{endDate}}.",
|
|
111
|
+
"restrictedInfo.description.default": "Vous accédez à {{brokerName}} depuis une adresse IP ({{ip}}) associée à un pays restreint.",
|
|
108
112
|
"markets.favorites": "Favoris",
|
|
109
113
|
"markets.recent": "Récents",
|
|
110
114
|
"markets.newListings": "Nouveaux listings",
|
|
@@ -414,10 +418,6 @@
|
|
|
414
418
|
"scaffold.footer.operational": "Opérationnel",
|
|
415
419
|
"scaffold.footer.joinCommunity": "Rejoignez notre communauté",
|
|
416
420
|
"scaffold.footer.poweredBy": "Propulsé par",
|
|
417
|
-
"maintenance.dialog.title": "Mise à niveau du système en cours",
|
|
418
|
-
"maintenance.dialog.description": "Désolé, {{brokerName}} est temporairement indisponible en raison d'une mise à niveau planifiée. Le service devrait être rétabli d'ici {{endDate}}.",
|
|
419
|
-
"maintenance.tips.description": "{{brokerName}} sera temporairement indisponible pour une mise à niveau planifiée du {{startDate}} au {{endDate}}.",
|
|
420
|
-
"restrictedInfo.description.default": "Vous accédez à {{brokerName}} depuis une adresse IP ({{ip}}) associée à un pays restreint.",
|
|
421
421
|
"tradingRewards.rewards": "Récompenses",
|
|
422
422
|
"tradingRewards.subtitle": "Tradez avec {{brokerName}} pour gagner des esORDER.",
|
|
423
423
|
"tradingRewards.learnMore": "En savoir plus ici",
|
|
@@ -562,7 +562,7 @@
|
|
|
562
562
|
"affiliate.referralCode.bound": "Code de parrainage lié",
|
|
563
563
|
"affiliate.referralCode.notExist": "Ce code de parrainage n'existe pas.",
|
|
564
564
|
"affiliate.process.title": "Devenir affilié est facile",
|
|
565
|
-
"affiliate.process.step1.title
|
|
565
|
+
"affiliate.process.step1.title": "Postuler",
|
|
566
566
|
"affiliate.process.step1.description": "Remplissez le formulaire de candidature",
|
|
567
567
|
"affiliate.process.step2.title": "Partager",
|
|
568
568
|
"affiliate.process.step2.description": "Débloquez votre lien d'affiliation et partagez-le avec votre communauté",
|