Skip to content

Commit

Permalink
chore: sync locales dev from CIDgravity version v5.8.30-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
CIDgravity localization committed Nov 8, 2024
1 parent 291519f commit 2ba820a
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 0 deletions.
1 change: 1 addition & 0 deletions cidgravity/locales/dev/ClientDashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@
},
"columns": {
"provider": "Provider",
"providerName": "Provider name",
"stagingSuccessRatio": "Staging",
"provingSuccessRatio": "Proving",
"sealingSuccessRatio": "Sealing",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"provider": {
"title": "Provider"
},
"providerName": {
"title": "Provider name",
"unknown": "N/A"
},
"datetime": {
"title": "Received at"
},
Expand Down
78 changes: 78 additions & 0 deletions cidgravity/locales/dev/ProviderDetailsContainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
{
"title": "{{ providerAddress }} information",
"information": {
"entityType": {
"values": {
"organization": "organization",
"company": "company",
"individual": "individual"
}
},
"isVerified": {
"title": "Identity verified",
"tooltip": "The identity has been successfully verified by CIDgravity."
},
"isNotVerified": {
"title": "Identity not verified",
"tooltip": "CIDgravity cannot verify the provider's identity, so we are unable to guarantee its authenticity."
},
"notAvailable": "KYS information not available"
},
"status": {
"isProviderReadyToAcceptedDeals": {
"title": "Is the provider ready to accept deals from you?",
"yes": "Yes",
"no": "No"
},
"availability": {
"notAvailable": "N/A",
"storage": {
"title": "Storage Availability (Past 7 Days)"
},
"retrieval": {
"title": "Retrieval Availability (Past 7 Days)"
}
}
},
"pricing": {
"title": "Pricing",
"subtitle": "These are the pricing that will apply to deals sent to this provider.<br />Rules are analyzed sequentially, starting from the top and moving down.",
"noRulesApplied": "No pricing defined for your address",
"columns": {
"transferType": {
"title": "Transfer type",
"values": {
"any": "Any",
"graphsync": "Graphsync",
"libp2p": "Libp2p",
"manual": "Manual",
"http": "HTTP"
}
},
"verified": {
"title": "Verified",
"values": {
"true": "Yes",
"false": "No"
}
},
"dealSize": {
"title": "Min / max deal size"
},
"dealDuration": {
"title": "Min / max duration"
},
"dealPrice": {
"title": "Price",
"unit": "FIL / GiB / epoch",
"equivalenceUnit": "FIL / TiB / month"
}
}
},
"button": {
"viewOnFilscan": "View on Filscan.io"
},
"error": {
"generic": "Unable to load provider details. Try later or reach out to CIDgravity team."
}
}
4 changes: 4 additions & 0 deletions cidgravity/locales/dev/ProviderInformationForm.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
"label": "Slack handle *",
"placeholder": "JaneDoe"
},
"providerBio": {
"title": "Brief Bio",
"subtitle": "This presentation will be shown to clients, including their Know Your Supplier (KYS) information and the specific pricing applied to them."
},
"button": {
"loading": "Loading ...",
"update": "Update information"
Expand Down
1 change: 1 addition & 0 deletions cidgravity/locales/en-US/ProviderDetailsContainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions cidgravity/locales/fr/ProviderDetailsContainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions cidgravity/locales/zh-Hans/ProviderDetailsContainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit 2ba820a

Please sign in to comment.