mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-21 16:33:48 +01:00
De-Calcify
This commit is contained in:
parent
2c30439533
commit
2a68b8e51f
@ -15,11 +15,11 @@ url: https://example.tld/
|
|||||||
#───┘ Port and TLS settings └───────────────────────────────────
|
#───┘ 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/ ------------+
|
# +----- 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
|
# An encrypted connection with HTTPS is highly recommended
|
||||||
# because tokens may be transferred in GET requests.
|
# 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
|
port: 3000
|
||||||
|
|
||||||
# ┌──────────────────────────┐
|
# ┌──────────────────────────┐
|
||||||
|
@ -98,11 +98,11 @@ url: "https://{{ .Values.trashposs.domain }}/"
|
|||||||
#───┘ Port and TLS settings └───────────────────────────────────
|
#───┘ 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/ ------------+
|
# +----- 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
|
# An encrypted connection with HTTPS is highly recommended
|
||||||
# because tokens may be transferred in GET requests.
|
# 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
|
port: 3000
|
||||||
|
|
||||||
# ┌──────────────────────────┐
|
# ┌──────────────────────────┐
|
||||||
|
@ -139,10 +139,10 @@ describe("After user singed in", () => {
|
|||||||
|
|
||||||
it("note", () => {
|
it("note", () => {
|
||||||
cy.get("[data-cy-open-post-form]").click();
|
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.get("[data-cy-open-post-form-submit]").click();
|
||||||
|
|
||||||
cy.contains("Hello, Misskey!");
|
cy.contains("Hello, TrashPoss!");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -1598,8 +1598,8 @@ _aboutTrashposs:
|
|||||||
donate: Fes una donació a TrashPoss
|
donate: Fes una donació a TrashPoss
|
||||||
source: Desenvolupament de l'TrashPoss
|
source: Desenvolupament de l'TrashPoss
|
||||||
translation: Traduccions
|
translation: Traduccions
|
||||||
about: TrashPoss és una bifurcació de TrashPoss feta per ThatOneCalculator, que
|
about: TrashPoss és una bifurcació de Iceshrimp feta per Crimekillz, que
|
||||||
està en desenvolupament des del 2022.
|
està en desenvolupament des del 2024.
|
||||||
morePatrons: També agraïm el suport de molts altres ajudants que no figuren aquí.
|
morePatrons: També agraïm el suport de molts altres ajudants que no figuren aquí.
|
||||||
Gràcies! 🥰
|
Gràcies! 🥰
|
||||||
patrons: Mecenes de TrashPoss
|
patrons: Mecenes de TrashPoss
|
||||||
@ -1611,7 +1611,7 @@ _aboutTrashposs:
|
|||||||
pleaseDonateToHost: Penseu també en fer una donació a la vostre instància, {host},
|
pleaseDonateToHost: Penseu també en fer una donació a la vostre instància, {host},
|
||||||
per ajudar-lo a suportar els costos de funcionament.
|
per ajudar-lo a suportar els costos de funcionament.
|
||||||
donateHost: Fes una donació a {host}
|
donateHost: Fes una donació a {host}
|
||||||
sponsors: Patrocinadors de Calckey
|
sponsors: Patrocinadors de TrashPoss
|
||||||
chatroom: Sala de xat
|
chatroom: Sala de xat
|
||||||
documentation: Documentació
|
documentation: Documentació
|
||||||
roadmap: Full de ruta
|
roadmap: Full de ruta
|
||||||
|
@ -994,7 +994,7 @@ _registry:
|
|||||||
createKey: "Créer une clé"
|
createKey: "Créer une clé"
|
||||||
_aboutTrashposs:
|
_aboutTrashposs:
|
||||||
about: "TrashPoss est un média social décentralisé et fédéré utilisant ActivityPub.\n\
|
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
|
sur la stabilité, les performances et la facilité d'utilisation plutôt que sur
|
||||||
de nouvelles fonctionnalités."
|
de nouvelles fonctionnalités."
|
||||||
contributors: "Principaux contributeurs"
|
contributors: "Principaux contributeurs"
|
||||||
|
@ -1276,7 +1276,7 @@ _registry:
|
|||||||
domain: "ドメイン"
|
domain: "ドメイン"
|
||||||
createKey: "キーを作成"
|
createKey: "キーを作成"
|
||||||
_aboutTrashposs:
|
_aboutTrashposs:
|
||||||
about: "Trashpossは、2022年に生まれたThatOneCalculatorによるTrashpossのforkです。"
|
about: "Trashpossは、2024年に生まれたCrimekillzによるIceshrimpのforkです。"
|
||||||
contributors: "主なコントリビューター"
|
contributors: "主なコントリビューター"
|
||||||
allContributors: "全てのコントリビューター"
|
allContributors: "全てのコントリビューター"
|
||||||
source: "ソースコード"
|
source: "ソースコード"
|
||||||
|
@ -988,8 +988,8 @@ _registry:
|
|||||||
domain: "Domena"
|
domain: "Domena"
|
||||||
createKey: "Utwórz klucz"
|
createKey: "Utwórz klucz"
|
||||||
_aboutTrashposs:
|
_aboutTrashposs:
|
||||||
about: "TrashPoss jest forkiem TrashPoss utworzonym przez ThatOneCalculator, rozwijanym
|
about: "TrashPoss jest forkiem Iceshrimp utworzonym przez Crimekillz, rozwijanym
|
||||||
od 2022."
|
od 2024."
|
||||||
contributors: "Główni twórcy"
|
contributors: "Główni twórcy"
|
||||||
allContributors: "Wszyscy twórcy"
|
allContributors: "Wszyscy twórcy"
|
||||||
source: "Kod źródłowy"
|
source: "Kod źródłowy"
|
||||||
|
@ -982,8 +982,8 @@ _registry:
|
|||||||
domain: "Домен"
|
domain: "Домен"
|
||||||
createKey: "Новый ключ"
|
createKey: "Новый ключ"
|
||||||
_aboutTrashposs:
|
_aboutTrashposs:
|
||||||
about: "TrashPoss это форк TrashPoss, сделанный ThatOneCalculator, разработка которого
|
about: "TrashPoss это форк Iceshrimp, сделанный Crimekillz, разработка которого
|
||||||
началась с 2022."
|
началась с 2024."
|
||||||
contributors: "Основные соавторы"
|
contributors: "Основные соавторы"
|
||||||
allContributors: "Все соавторы"
|
allContributors: "Все соавторы"
|
||||||
source: "Исходный код"
|
source: "Исходный код"
|
||||||
|
@ -1931,8 +1931,8 @@ _preferencesBackups:
|
|||||||
_aboutTrashposs:
|
_aboutTrashposs:
|
||||||
patronsList: Bağış büyüklüğüne göre değil, kronolojik olarak listelenmiştir. Adınızı
|
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!
|
buraya almak için yukarıdaki bağlantıyla bağış yapın!
|
||||||
about: TrashPoss, 2022'den beri geliştirilmekte olan ThatOneCalculator tarafından
|
about: TrashPoss, 2024'den beri geliştirilmekte olan Crimekillz tarafından
|
||||||
yapılan bir TrashPoss çatalıdır.
|
yapılan bir Iceshrimp çatalıdır.
|
||||||
allContributors: Tüm katkıda bulunanlar
|
allContributors: Tüm katkıda bulunanlar
|
||||||
patrons: TrashPoss patronları
|
patrons: TrashPoss patronları
|
||||||
morePatrons: Burada listelenmeyen diğer birçok yardımcının desteğini de takdir ediyoruz.
|
morePatrons: Burada listelenmeyen diğer birçok yardımcının desteğini de takdir ediyoruz.
|
||||||
|
@ -978,7 +978,7 @@ _registry:
|
|||||||
domain: "域"
|
domain: "域"
|
||||||
createKey: "创建键"
|
createKey: "创建键"
|
||||||
_aboutTrashposs:
|
_aboutTrashposs:
|
||||||
about: "TrashPoss 是由 ThatOneCalculator 创建的 TrashPoss 的一个分支,自 2022 年开始开发。"
|
about: "TrashPoss 是由 Crimekillz 创建的 TrashPoss 的一个分支,自 2024 年开始开发。"
|
||||||
contributors: "主要贡献者"
|
contributors: "主要贡献者"
|
||||||
allContributors: "全体贡献者"
|
allContributors: "全体贡献者"
|
||||||
source: "源代码"
|
source: "源代码"
|
||||||
@ -987,9 +987,9 @@ _aboutTrashposs:
|
|||||||
morePatrons: "还有很多其它的人也在支持我们,非常感谢🥰"
|
morePatrons: "还有很多其它的人也在支持我们,非常感谢🥰"
|
||||||
patrons: "TrashPoss 赞助者"
|
patrons: "TrashPoss 赞助者"
|
||||||
patronsList: 按时间顺序而不是捐赠金额排列。通过上面的链接捐款,让您的名字出现在这里!
|
patronsList: 按时间顺序而不是捐赠金额排列。通过上面的链接捐款,让您的名字出现在这里!
|
||||||
sponsors: Calckey 赞助者们
|
sponsors: TrashPoss 赞助者们
|
||||||
donateTitle: 喜欢 Calckey 吗?
|
donateTitle: 喜欢 TrashPoss 吗?
|
||||||
pleaseDonateToCalckey: 请考虑赞助 Calckey 以支持其开发。
|
pleaseDonateToTrashposs: 请考虑赞助 TrashPoss 以支持其开发。
|
||||||
pleaseDonateToHost: 也请考虑赞助您的主服务器 {host},以帮助支持其运营成本。
|
pleaseDonateToHost: 也请考虑赞助您的主服务器 {host},以帮助支持其运营成本。
|
||||||
donateHost: 赞助 {host}
|
donateHost: 赞助 {host}
|
||||||
_nsfw:
|
_nsfw:
|
||||||
|
@ -975,7 +975,7 @@ _registry:
|
|||||||
domain: "域"
|
domain: "域"
|
||||||
createKey: "新增機碼"
|
createKey: "新增機碼"
|
||||||
_aboutTrashposs:
|
_aboutTrashposs:
|
||||||
about: "Trashposs是由ThatOneCalculator自2022年起開發的Trashposs分支。"
|
about: "Trashposs是由Crimekillz自2024年起開發的Iceshrimp分支。"
|
||||||
contributors: "主要貢獻者"
|
contributors: "主要貢獻者"
|
||||||
allContributors: "全體貢獻人員"
|
allContributors: "全體貢獻人員"
|
||||||
source: "原始碼"
|
source: "原始碼"
|
||||||
|
@ -110,7 +110,7 @@
|
|||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { ref, shallowRef, nextTick, onDeactivated, onMounted } from "vue";
|
import { ref, shallowRef, nextTick, onDeactivated, onMounted } from "vue";
|
||||||
import * as firefish from "firefish-js";
|
import * as iceshrimp from "iceshrimp-js";
|
||||||
import FormRange from "./form/range.vue";
|
import FormRange from "./form/range.vue";
|
||||||
import { i18n } from "@/i18n";
|
import { i18n } from "@/i18n";
|
||||||
import * as os from "@/os";
|
import * as os from "@/os";
|
||||||
@ -118,7 +118,7 @@ import { defaultStore } from "@/store";
|
|||||||
import { ChiptuneJsPlayer, ChiptuneJsConfig } from "@/scripts/chiptune2";
|
import { ChiptuneJsPlayer, ChiptuneJsConfig } from "@/scripts/chiptune2";
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
module: firefish.entities.DriveFile;
|
module: iceshrimp.entities.DriveFile;
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
interface ModRow {
|
interface ModRow {
|
||||||
|
Loading…
Reference in New Issue
Block a user