From 2ba820a1c7bf46d64a561244de03e27587624fc6 Mon Sep 17 00:00:00 2001 From: CIDgravity localization Date: Fri, 8 Nov 2024 14:11:08 +0100 Subject: [PATCH] chore: sync locales dev from CIDgravity version v5.8.30-rc1 --- cidgravity/locales/dev/ClientDashboard.json | 1 + .../ClientStorageDealsHistoryContainer.json | 4 + .../locales/dev/ProviderDetailsContainer.json | 78 +++++++++++++++++++ .../locales/dev/ProviderInformationForm.json | 4 + .../en-US/ProviderDetailsContainer.json | 1 + .../locales/fr/ProviderDetailsContainer.json | 1 + .../zh-Hans/ProviderDetailsContainer.json | 1 + 7 files changed, 90 insertions(+) create mode 100644 cidgravity/locales/dev/ProviderDetailsContainer.json create mode 100644 cidgravity/locales/en-US/ProviderDetailsContainer.json create mode 100644 cidgravity/locales/fr/ProviderDetailsContainer.json create mode 100644 cidgravity/locales/zh-Hans/ProviderDetailsContainer.json diff --git a/cidgravity/locales/dev/ClientDashboard.json b/cidgravity/locales/dev/ClientDashboard.json index 27103eaa..f8d0765f 100644 --- a/cidgravity/locales/dev/ClientDashboard.json +++ b/cidgravity/locales/dev/ClientDashboard.json @@ -208,6 +208,7 @@ }, "columns": { "provider": "Provider", + "providerName": "Provider name", "stagingSuccessRatio": "Staging", "provingSuccessRatio": "Proving", "sealingSuccessRatio": "Sealing", diff --git a/cidgravity/locales/dev/ClientStorageDealsHistoryContainer.json b/cidgravity/locales/dev/ClientStorageDealsHistoryContainer.json index 25ca2420..4f237b48 100644 --- a/cidgravity/locales/dev/ClientStorageDealsHistoryContainer.json +++ b/cidgravity/locales/dev/ClientStorageDealsHistoryContainer.json @@ -10,6 +10,10 @@ "provider": { "title": "Provider" }, + "providerName": { + "title": "Provider name", + "unknown": "N/A" + }, "datetime": { "title": "Received at" }, diff --git a/cidgravity/locales/dev/ProviderDetailsContainer.json b/cidgravity/locales/dev/ProviderDetailsContainer.json new file mode 100644 index 00000000..27fcdf98 --- /dev/null +++ b/cidgravity/locales/dev/ProviderDetailsContainer.json @@ -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.
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." + } +} diff --git a/cidgravity/locales/dev/ProviderInformationForm.json b/cidgravity/locales/dev/ProviderInformationForm.json index 5497dde0..48d230e1 100644 --- a/cidgravity/locales/dev/ProviderInformationForm.json +++ b/cidgravity/locales/dev/ProviderInformationForm.json @@ -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" diff --git a/cidgravity/locales/en-US/ProviderDetailsContainer.json b/cidgravity/locales/en-US/ProviderDetailsContainer.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/cidgravity/locales/en-US/ProviderDetailsContainer.json @@ -0,0 +1 @@ +{} diff --git a/cidgravity/locales/fr/ProviderDetailsContainer.json b/cidgravity/locales/fr/ProviderDetailsContainer.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/cidgravity/locales/fr/ProviderDetailsContainer.json @@ -0,0 +1 @@ +{} diff --git a/cidgravity/locales/zh-Hans/ProviderDetailsContainer.json b/cidgravity/locales/zh-Hans/ProviderDetailsContainer.json new file mode 100644 index 00000000..0967ef42 --- /dev/null +++ b/cidgravity/locales/zh-Hans/ProviderDetailsContainer.json @@ -0,0 +1 @@ +{}