Skip to content

Commit

Permalink
fix(language): replace USD with cash (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
n13 authored Apr 3, 2024
1 parent f31e02a commit df31f97
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion src/components/archetypes/archetype-radio.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default {
button-radio.q-py-xs.q-px-xs(
:iconText="salaryBucket(archetype)"
:title="title(archetype)"
:description="`${salary(archetype).toLocaleString()} USD Equivalent / Year, Minimum Deferred ${minDeferred(archetype)}%`"
:description="`${salary(archetype).toLocaleString()} cash Equivalent / Year, Minimum Deferred ${minDeferred(archetype)}%`"
:selected="selected"
@click="selectArchetype"
)
Expand Down
14 changes: 7 additions & 7 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1782,16 +1782,16 @@
},
"steppayout":{
"payout":"Payout",
"pleaseEnterTheUSDEquivalentAnd1":"Please enter the USD equivalent and % deferral for this contribution – the more you defer to a later date, the higher the bonus will be (see actual salary calculation below or use our calculator). The bottom fields compute the actual payout in SEEDS, HVOICE, HYPHA and HUSD.",
"pleaseEnterTheUsd":"Please enter the HUSD amount (i.e. USD equivalent) for your reward. You can use the slider to select the reward percentage you will be deferring.",
"typeTheAmountOfUsd":"Type the USD equivalent",
"pleaseEnterTheUSDEquivalentAnd1":"Please enter the cash equivalent and % deferral for this contribution – the more you defer to a later date, the higher the bonus will be (see actual salary calculation below or use our calculator). The bottom fields compute the actual payout in SEEDS, HVOICE, HYPHA and HUSD.",
"pleaseEnterTheUsd":"Please enter the HUSD amount (i.e. cash equivalent) for your reward. You can use the slider to select the reward percentage you will be deferring.",
"typeTheAmountOfUsd":"Type the cash equivalent",
"commitmentMustBeGreater":"Commitment must be greater than or equal to the role configuration. Role value for min commitment is",
"defferedMustBeGreater":"Due to the role setup you’ll have to choose a greater percentage to continue",
"salaryCompensationForOneYear":"Reward for one year ( ${value} equivalent)",
"salaryCompensationForOneYearUsd":"Reward for one year ( ${value} ) USD equivalent",
"salaryCompensationForOneYearUsd":"Reward for one year ( ${value} ) cash equivalent",
"compensation":"Reward Calculation",
"compensation1":"Reward",
"pleaseEnterTheUSD":"Please enter the USD equivalent for your reward. Moving the second slider will let you select your token percentage (utility vs payout).",
"pleaseEnterTheUSD":"Please enter the cash equivalent for your reward. Moving the second slider will let you select your token percentage (utility vs payout).",
"belowYouCanSeeTheActual":"The calculator will compute the token numbers when you adjust the sliders.",
"compensationForOnePeriod":"Reward for one period",
"compensationForOneCycle":"Reward for one cycle",
Expand Down Expand Up @@ -2150,13 +2150,13 @@
"cashCoefficient":"Cash Coefficient",
"payout":"Payout",
"compensation":"Manage your reward",
"pleaseEnterTheUSDEquivalentAnd":"Please enter the USD equivalent (i.e. HUSD amount) for your reward. Moving the slider will let you select your token percentage (utility vs payout). This way, you can decide the percentage of utility vs payout tokens to receive.",
"pleaseEnterTheUSDEquivalentAnd":"Please enter the cash equivalent (i.e. HUSD amount) for your reward. Moving the slider will let you select your token percentage (utility vs payout). This way, you can decide the percentage of utility vs payout tokens to receive.",
"belowYouCanSeeTheActual":"Below you can see the actual breakdown of the reward in HVOICE, HYPHA and HUSD",
"typeThePayoutTitle":"Type the payout title",
"typeThePayoutDescription":"Type the payout description",
"attachments":"Attachments",
"clickToAddFile":"Click to add file",
"totalUSDEquivalent":"Total USD Equivalent",
"totalUSDEquivalent":"Total cash Equivalent",
"chooseTheDeferredAmount":"Choose token percentage (utility vs payout)",
"customCompensation":"Custom compensation",
"cashToken":"Payout Token",
Expand Down
6 changes: 3 additions & 3 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,7 @@
},
"steppayout": {
"payout": "Pagar",
"pleaseEnterTheUSDEquivalentAnd1": "Ingrese el equivalente en USD y el porcentaje de aplazamiento para esta contribución; cuanto más posponga a una fecha posterior, mayor será el bono (consulte el cálculo del salario real a continuación o use nuestra calculadora). ",
"pleaseEnterTheUSDEquivalentAnd1": "Ingrese el equivalente en cash y el porcentaje de aplazamiento para esta contribución; cuanto más posponga a una fecha posterior, mayor será el bono (consulte el cálculo del salario real a continuación o use nuestra calculadora). ",
"pleaseEnterTheUsd": "Ingrese el monto de HUSD (es decir, el equivalente en USD) para su recompensa. ",
"typeTheAmountOfUsd": "Escriba el equivalente en USD",
"commitmentMustBeGreater": "El compromiso debe ser mayor o igual a la configuración del rol. ",
Expand All @@ -1785,7 +1785,7 @@
"salaryCompensationForOneYearUsd": "Recompensa por un año (${value}) equivalente en USD",
"compensation": "Cálculo de recompensa",
"compensation1": "Premio",
"pleaseEnterTheUSD": "Ingrese el equivalente en USD de su recompensa. ",
"pleaseEnterTheUSD": "Ingrese el equivalente en cash de su recompensa. ",
"belowYouCanSeeTheActual": "La calculadora calculará los números de los tokens cuando ajuste los controles deslizantes.",
"compensationForOnePeriod": "Recompensa por un período",
"compensationForOneCycle": "Recompensa por un ciclo",
Expand Down Expand Up @@ -2139,7 +2139,7 @@
"cashCoefficient": "Coeficiente de efectivo",
"payout": "Pagar",
"compensation": "Gestiona tu recompensa",
"pleaseEnterTheUSDEquivalentAnd": "Ingrese el equivalente en USD (es decir, el monto en HUSD) de su recompensa. ",
"pleaseEnterTheUSDEquivalentAnd": "Ingrese el equivalente en cash (es decir, el monto en HUSD) de su recompensa. ",
"belowYouCanSeeTheActual": "A continuación puede ver el desglose real de la recompensa en HVOICE, HYPHA y HUSD.",
"typeThePayoutTitle": "Escribe el título del pago",
"typeThePayoutDescription": "Escribe la descripción del pago",
Expand Down
6 changes: 3 additions & 3 deletions src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@
},
"steppayout": {
"payout": "Paiement",
"pleaseEnterTheUSDEquivalentAnd1": "Veuillez saisir l'équivalent en USD et le pourcentage de report pour cette contribution – plus vous reportez à une date ultérieure, plus le bonus sera élevé (voir le calcul du salaire réel ci-dessous ou utilisez notre calculateur). ",
"pleaseEnterTheUSDEquivalentAnd1": "Veuillez saisir l'équivalent en cash et le pourcentage de report pour cette contribution – plus vous reportez à une date ultérieure, plus le bonus sera élevé (voir le calcul du salaire réel ci-dessous ou utilisez notre calculateur). ",
"pleaseEnterTheUsd": "Veuillez saisir le montant en HUSD (c'est-à-dire l'équivalent en USD) de votre récompense. ",
"typeTheAmountOfUsd": "Tapez l'équivalent en USD",
"commitmentMustBeGreater": "L'engagement doit être supérieur ou égal à la configuration du rôle. ",
Expand All @@ -1790,7 +1790,7 @@
"salaryCompensationForOneYearUsd": "Récompense d'un an (${value} ) équivalent en USD",
"compensation": "Calcul des récompenses",
"compensation1": "Récompense",
"pleaseEnterTheUSD": "Veuillez saisir l'équivalent en USD de votre récompense. ",
"pleaseEnterTheUSD": "Veuillez saisir l'équivalent en cash de votre récompense. ",
"belowYouCanSeeTheActual": "La calculatrice calculera les numéros de jetons lorsque vous ajusterez les curseurs.",
"compensationForOnePeriod": "Récompense pour une période",
"compensationForOneCycle": "Récompense pour un cycle",
Expand Down Expand Up @@ -2149,7 +2149,7 @@
"cashCoefficient": "Coefficient de trésorerie",
"payout": "Paiement",
"compensation": "Gérez votre récompense",
"pleaseEnterTheUSDEquivalentAnd": "Veuillez saisir l'équivalent en USD (c'est-à-dire le montant en HUSD) de votre récompense. ",
"pleaseEnterTheUSDEquivalentAnd": "Veuillez saisir l'équivalent en cash (c'est-à-dire le montant en HUSD) de votre récompense. ",
"belowYouCanSeeTheActual": "Ci-dessous, vous pouvez voir la répartition réelle de la récompense en HVOICE, HYPHA et HUSD.",
"typeThePayoutTitle": "Tapez le titre du paiement",
"typeThePayoutDescription": "Tapez la description du paiement",
Expand Down
12 changes: 6 additions & 6 deletions src/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -1776,16 +1776,16 @@
},
"steppayout": {
"payout": "지불금",
"pleaseEnterTheUSDEquivalentAnd1": "이 기여에 대한 USD 상당 금액과 이연 %를 입력하십시오. 나중에 연기할수록 보너스가 높아집니다(아래 실제 급여 계산을 참조하거나 당사 계산기를 사용하십시오). ",
"pleaseEnterTheUsd": "보상을 받을 HUSD 금액(예: USD 상당)을 입력하세요. ",
"pleaseEnterTheUSDEquivalentAnd1": "이 기여에 대한 cash 상당 금액과 이연 %를 입력하십시오. 나중에 연기할수록 보너스가 높아집니다(아래 실제 급여 계산을 참조하거나 당사 계산기를 사용하십시오). ",
"pleaseEnterTheUsd": "보상을 받을 HUSD 금액(예: cash 상당)을 입력하세요. ",
"typeTheAmountOfUsd": "해당 USD를 입력하세요.",
"commitmentMustBeGreater": "약정은 역할 구성보다 크거나 같아야 합니다. ",
"defferedMustBeGreater": "역할 설정으로 인해 계속하려면 더 높은 비율을 선택해야 합니다.",
"salaryCompensationForOneYear": "1년 동안의 보상(${value} 상당)",
"salaryCompensationForOneYearUsd": "1년 동안의 보상( ${value} ) USD 상당",
"salaryCompensationForOneYearUsd": "1년 동안의 보상( ${value} ) cash 상당",
"compensation": "보상 계산",
"compensation1": "보상",
"pleaseEnterTheUSD": "보상에 해당하는 USD 금액을 입력하세요. ",
"pleaseEnterTheUSD": "보상에 해당하는 cash 금액을 입력하세요. ",
"belowYouCanSeeTheActual": "슬라이더를 조정할 때 계산기는 토큰 번호를 계산합니다.",
"compensationForOnePeriod": "한 기간 동안 보상",
"compensationForOneCycle": "한 사이클에 대한 보상",
Expand Down Expand Up @@ -2139,13 +2139,13 @@
"cashCoefficient": "현금 계수",
"payout": "지불금",
"compensation": "보상을 관리하세요",
"pleaseEnterTheUSDEquivalentAnd": "보상에 해당하는 USD 금액(예: HUSD 금액)을 입력하세요. ",
"pleaseEnterTheUSDEquivalentAnd": "보상에 해당하는 cash 금액(예: HUSD 금액)을 입력하세요. ",
"belowYouCanSeeTheActual": "아래에서 HVOICE, HYPHA 및 HUSD의 실제 보상 내역을 볼 수 있습니다.",
"typeThePayoutTitle": "지불금 제목을 입력하세요",
"typeThePayoutDescription": "지급 설명을 입력하세요.",
"attachments": "첨부파일",
"clickToAddFile": "파일을 추가하려면 클릭하세요.",
"totalUSDEquivalent": "USD 상당",
"totalUSDEquivalent": "cash 상당",
"chooseTheDeferredAmount": "토큰 비율 선택(유틸리티 대 지불금)",
"customCompensation": "맞춤형 보상",
"cashToken": "지급 토큰",
Expand Down
22 changes: 11 additions & 11 deletions src/pages/proposals/create/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"fields": {
"stepCompensationTitle": {
"label": "Compensation",
"description:":"Please enter the USD equivalent and % deferral for this contribution – the more you defer to a later date, the higher the bonus will be (see actual salary calculation below or use our calculator). The bottom fields compute the actual payout in SEEDS, HVOICE, HYPHA and HUSD."
"description:":"Please enter the cash equivalent and % deferral for this contribution – the more you defer to a later date, the higher the bonus will be (see actual salary calculation below or use our calculator). The bottom fields compute the actual payout in SEEDS, HVOICE, HYPHA and HUSD."
},
"title": {
"key": "title",
Expand All @@ -145,7 +145,7 @@
},
"usdAmount": {
"key": "usdAmount",
"label": "Total USD Equivalent",
"label": "Total cash Equivalent",
"type": "asset"
},
"deferred": {
Expand Down Expand Up @@ -247,7 +247,7 @@
},
"stepCompensationTitle": {
"label": "Choose your payout",
"description:":"Please enter the USD equivalent and % deferral for this contribution – the more you defer to a later date, the higher the bonus will be (see actual salary calculation below or use our calculator). The bottom fields compute the actual payout in SEEDS, HVOICE, HYPHA and HUSD."
"description:":"Please enter the cash equivalent and % deferral for this contribution – the more you defer to a later date, the higher the bonus will be (see actual salary calculation below or use our calculator). The bottom fields compute the actual payout in SEEDS, HVOICE, HYPHA and HUSD."
},
"url": {
"key": "url",
Expand All @@ -263,7 +263,7 @@
},
"usdAmount": {
"key": "usdAmount",
"label": "Total USD Equivalent",
"label": "Total cash Equivalent",
"type": "asset"
},
"deferred": {
Expand Down Expand Up @@ -340,7 +340,7 @@

"stepCompensationTitle": {
"label": "Compensation",
"description:":"Please enter the USD equivalent and % deferral for this contribution – the more you defer to a later date, the higher the bonus will be (see actual salary calculation below or use our calculator). The bottom fields compute the actual payout in SEEDS, HVOICE, HYPHA and HUSD."
"description:":"Please enter the cash equivalent and % deferral for this contribution – the more you defer to a later date, the higher the bonus will be (see actual salary calculation below or use our calculator). The bottom fields compute the actual payout in SEEDS, HVOICE, HYPHA and HUSD."
},

"questType": {
Expand All @@ -355,7 +355,7 @@
},
"usdAmount": {
"key": "usdAmount",
"label": "Total USD Equivalent",
"label": "Total cash Equivalent",
"type": "asset"
},
"deferred": {
Expand Down Expand Up @@ -482,7 +482,7 @@

"stepCompensationTitle": {
"label": "Manage your salary",
"description": "Fields below display the minimum % commitment and % HYPHA tokens vs. HUSD tokens required for this role as well as the role capacity (how many people can be assigned to this role) and USD equivalent."
"description": "Fields below display the minimum % commitment and % HYPHA tokens vs. HUSD tokens required for this role as well as the role capacity (how many people can be assigned to this role) and cash equivalent."
},

"commitment": {
Expand Down Expand Up @@ -664,7 +664,7 @@
},
"usdAmount": {
"key": "usdAmount",
"label": "Total USD Equivalent",
"label": "Total cash Equivalent",
"type": "asset"
},
"deferred": {
Expand Down Expand Up @@ -771,7 +771,7 @@
},
"stepCompensationTitle": {
"label": "Choose your payout",
"description:":"Please enter the USD equivalent and % deferral for this contribution – the more you defer to a later date, the higher the bonus will be (see actual salary calculation below or use our calculator). The bottom fields compute the actual payout in SEEDS, HVOICE, HYPHA and HUSD."
"description:":"Please enter the cash equivalent and % deferral for this contribution – the more you defer to a later date, the higher the bonus will be (see actual salary calculation below or use our calculator). The bottom fields compute the actual payout in SEEDS, HVOICE, HYPHA and HUSD."
},
"url": {
"key": "url",
Expand All @@ -787,7 +787,7 @@
},
"usdAmount": {
"key": "usdAmount",
"label": "Total USD Equivalent",
"label": "Total cash Equivalent",
"type": "asset"
},
"deferred": {
Expand Down Expand Up @@ -940,7 +940,7 @@
"fields": {
"stepCompensationTitle": {
"label": "Manage your salary",
"description": "Fields below display the minimum % commitment and % HYPHA tokens vs. HUSD tokens required for this role as well as the role capacity (how many people can be assigned to this role) and USD equivalent."
"description": "Fields below display the minimum % commitment and % HYPHA tokens vs. HUSD tokens required for this role as well as the role capacity (how many people can be assigned to this role) and cash equivalent."
},
"peg": {
"key": "peg",
Expand Down
4 changes: 2 additions & 2 deletions src/pages/proposals/create/config_backup_mvp.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"fields": {
"usdAmount": {
"key": "usdAmount",
"label": "Total USD Equivalent",
"label": "Total cash Equivalent",
"type": "asset"
},
"deferred": {
Expand Down Expand Up @@ -182,7 +182,7 @@
},
"usdAmount": {
"key": "usdAmount",
"label": "Total USD Equivalent",
"label": "Total cash Equivalent",
"type": "asset"
},
"description": {
Expand Down

0 comments on commit df31f97

Please sign in to comment.