From 2a68b8e51f3aeccf53b276c44692e8f61640acb9 Mon Sep 17 00:00:00 2001 From: Crimekillz Date: Sun, 7 Apr 2024 00:11:19 +0200 Subject: [PATCH] De-Calcify --- .config/ci.yml | 6 +++--- chart/templates/_helpers.tpl | 6 +++--- cypress/e2e/basic.cy.js | 4 ++-- locales/ca-ES.yml | 6 +++--- locales/fr-FR.yml | 2 +- locales/ja-JP.yml | 2 +- locales/pl-PL.yml | 4 ++-- locales/ru-RU.yml | 4 ++-- locales/tr-TR.yml | 4 ++-- locales/zh-CN.yml | 8 ++++---- locales/zh-TW.yml | 2 +- packages/client/src/components/MkModPlayer.vue | 4 ++-- 12 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.config/ci.yml b/.config/ci.yml index 083d193db..e8bd60574 100644 --- a/.config/ci.yml +++ b/.config/ci.yml @@ -15,11 +15,11 @@ url: https://example.tld/ #───┘ Port and TLS settings └─────────────────────────────────── # -# Misskey requires a reverse proxy to support HTTPS connections. +# TrashPoss requires a reverse proxy to support HTTPS connections. # # +----- https://example.tld/ ------------+ # +------+ |+-------------+ +----------------+| -# | User | ---> || Proxy (443) | ---> | Misskey (3000) || +# | User | ---> || Proxy (443) | ---> | TrashPoss (3000) || # +------+ |+-------------+ +----------------+| # +---------------------------------------+ # @@ -27,7 +27,7 @@ url: https://example.tld/ # An encrypted connection with HTTPS is highly recommended # because tokens may be transferred in GET requests. -# The port that your Misskey server should listen on. +# The port that your TrashPoss server should listen on. port: 3000 # ┌──────────────────────────┐ diff --git a/chart/templates/_helpers.tpl b/chart/templates/_helpers.tpl index 0221f9afa..f97e01480 100644 --- a/chart/templates/_helpers.tpl +++ b/chart/templates/_helpers.tpl @@ -98,11 +98,11 @@ url: "https://{{ .Values.trashposs.domain }}/" #───┘ Port and TLS settings └─────────────────────────────────── # -# Misskey requires a reverse proxy to support HTTPS connections. +# TrashPoss requires a reverse proxy to support HTTPS connections. # # +----- https://example.tld/ ------------+ # +------+ |+-------------+ +----------------+| -# | User | ---> || Proxy (443) | ---> | Misskey (3000) || +# | User | ---> || Proxy (443) | ---> | TrashPoss (3000) || # +------+ |+-------------+ +----------------+| # +---------------------------------------+ # @@ -110,7 +110,7 @@ url: "https://{{ .Values.trashposs.domain }}/" # An encrypted connection with HTTPS is highly recommended # because tokens may be transferred in GET requests. -# The port that your Misskey server should listen on. +# The port that your TrashPoss server should listen on. port: 3000 # ┌──────────────────────────┐ diff --git a/cypress/e2e/basic.cy.js b/cypress/e2e/basic.cy.js index f73a25efb..262d25da7 100644 --- a/cypress/e2e/basic.cy.js +++ b/cypress/e2e/basic.cy.js @@ -139,10 +139,10 @@ describe("After user singed in", () => { it("note", () => { cy.get("[data-cy-open-post-form]").click(); - cy.get("[data-cy-post-form-text]").type("Hello, Misskey!"); + cy.get("[data-cy-post-form-text]").type("Hello, TrashPoss!"); cy.get("[data-cy-open-post-form-submit]").click(); - cy.contains("Hello, Misskey!"); + cy.contains("Hello, TrashPoss!"); }); }); diff --git a/locales/ca-ES.yml b/locales/ca-ES.yml index b7521a1fb..8e052cae1 100644 --- a/locales/ca-ES.yml +++ b/locales/ca-ES.yml @@ -1598,8 +1598,8 @@ _aboutTrashposs: donate: Fes una donació a TrashPoss source: Desenvolupament de l'TrashPoss translation: Traduccions - about: TrashPoss és una bifurcació de TrashPoss feta per ThatOneCalculator, que - està en desenvolupament des del 2022. + about: TrashPoss és una bifurcació de Iceshrimp feta per Crimekillz, que + està en desenvolupament des del 2024. morePatrons: També agraïm el suport de molts altres ajudants que no figuren aquí. Gràcies! 🥰 patrons: Mecenes de TrashPoss @@ -1611,7 +1611,7 @@ _aboutTrashposs: pleaseDonateToHost: Penseu també en fer una donació a la vostre instància, {host}, per ajudar-lo a suportar els costos de funcionament. donateHost: Fes una donació a {host} - sponsors: Patrocinadors de Calckey + sponsors: Patrocinadors de TrashPoss chatroom: Sala de xat documentation: Documentació roadmap: Full de ruta diff --git a/locales/fr-FR.yml b/locales/fr-FR.yml index 780a1f516..cfd41f028 100644 --- a/locales/fr-FR.yml +++ b/locales/fr-FR.yml @@ -994,7 +994,7 @@ _registry: createKey: "Créer une clé" _aboutTrashposs: about: "TrashPoss est un média social décentralisé et fédéré utilisant ActivityPub.\n\ - C'est un fork de Calckey/Firefish (lui-même fork de Misskey) qui se concentre + C'est un fork de Iceshrimp (lui-même fork de Calckey/Firefish) qui se concentre sur la stabilité, les performances et la facilité d'utilisation plutôt que sur de nouvelles fonctionnalités." contributors: "Principaux contributeurs" diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 5c56f6b5f..e314f4386 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1276,7 +1276,7 @@ _registry: domain: "ドメイン" createKey: "キーを作成" _aboutTrashposs: - about: "Trashpossは、2022年に生まれたThatOneCalculatorによるTrashpossのforkです。" + about: "Trashpossは、2024年に生まれたCrimekillzによるIceshrimpのforkです。" contributors: "主なコントリビューター" allContributors: "全てのコントリビューター" source: "ソースコード" diff --git a/locales/pl-PL.yml b/locales/pl-PL.yml index 5e15aa1a1..0b9f4d616 100644 --- a/locales/pl-PL.yml +++ b/locales/pl-PL.yml @@ -988,8 +988,8 @@ _registry: domain: "Domena" createKey: "Utwórz klucz" _aboutTrashposs: - about: "TrashPoss jest forkiem TrashPoss utworzonym przez ThatOneCalculator, rozwijanym - od 2022." + about: "TrashPoss jest forkiem Iceshrimp utworzonym przez Crimekillz, rozwijanym + od 2024." contributors: "Główni twórcy" allContributors: "Wszyscy twórcy" source: "Kod źródłowy" diff --git a/locales/ru-RU.yml b/locales/ru-RU.yml index 99bf3bbb8..bba208173 100644 --- a/locales/ru-RU.yml +++ b/locales/ru-RU.yml @@ -982,8 +982,8 @@ _registry: domain: "Домен" createKey: "Новый ключ" _aboutTrashposs: - about: "TrashPoss это форк TrashPoss, сделанный ThatOneCalculator, разработка которого - началась с 2022." + about: "TrashPoss это форк Iceshrimp, сделанный Crimekillz, разработка которого + началась с 2024." contributors: "Основные соавторы" allContributors: "Все соавторы" source: "Исходный код" diff --git a/locales/tr-TR.yml b/locales/tr-TR.yml index 7ed977150..6e5493130 100644 --- a/locales/tr-TR.yml +++ b/locales/tr-TR.yml @@ -1931,8 +1931,8 @@ _preferencesBackups: _aboutTrashposs: patronsList: Bağış büyüklüğüne göre değil, kronolojik olarak listelenmiştir. Adınızı buraya almak için yukarıdaki bağlantıyla bağış yapın! - about: TrashPoss, 2022'den beri geliştirilmekte olan ThatOneCalculator tarafından - yapılan bir TrashPoss çatalıdır. + about: TrashPoss, 2024'den beri geliştirilmekte olan Crimekillz tarafından + yapılan bir Iceshrimp çatalıdır. allContributors: Tüm katkıda bulunanlar patrons: TrashPoss patronları morePatrons: Burada listelenmeyen diğer birçok yardımcının desteğini de takdir ediyoruz. diff --git a/locales/zh-CN.yml b/locales/zh-CN.yml index ac083f6f5..4d73e2e2b 100644 --- a/locales/zh-CN.yml +++ b/locales/zh-CN.yml @@ -978,7 +978,7 @@ _registry: domain: "域" createKey: "创建键" _aboutTrashposs: - about: "TrashPoss 是由 ThatOneCalculator 创建的 TrashPoss 的一个分支,自 2022 年开始开发。" + about: "TrashPoss 是由 Crimekillz 创建的 TrashPoss 的一个分支,自 2024 年开始开发。" contributors: "主要贡献者" allContributors: "全体贡献者" source: "源代码" @@ -987,9 +987,9 @@ _aboutTrashposs: morePatrons: "还有很多其它的人也在支持我们,非常感谢🥰" patrons: "TrashPoss 赞助者" patronsList: 按时间顺序而不是捐赠金额排列。通过上面的链接捐款,让您的名字出现在这里! - sponsors: Calckey 赞助者们 - donateTitle: 喜欢 Calckey 吗? - pleaseDonateToCalckey: 请考虑赞助 Calckey 以支持其开发。 + sponsors: TrashPoss 赞助者们 + donateTitle: 喜欢 TrashPoss 吗? + pleaseDonateToTrashposs: 请考虑赞助 TrashPoss 以支持其开发。 pleaseDonateToHost: 也请考虑赞助您的主服务器 {host},以帮助支持其运营成本。 donateHost: 赞助 {host} _nsfw: diff --git a/locales/zh-TW.yml b/locales/zh-TW.yml index 9fb3b6d04..8ad4b3bb0 100644 --- a/locales/zh-TW.yml +++ b/locales/zh-TW.yml @@ -975,7 +975,7 @@ _registry: domain: "域" createKey: "新增機碼" _aboutTrashposs: - about: "Trashposs是由ThatOneCalculator自2022年起開發的Trashposs分支。" + about: "Trashposs是由Crimekillz自2024年起開發的Iceshrimp分支。" contributors: "主要貢獻者" allContributors: "全體貢獻人員" source: "原始碼" diff --git a/packages/client/src/components/MkModPlayer.vue b/packages/client/src/components/MkModPlayer.vue index aa31c27a8..5fe266421 100644 --- a/packages/client/src/components/MkModPlayer.vue +++ b/packages/client/src/components/MkModPlayer.vue @@ -110,7 +110,7 @@