Skip to content

Commit

Permalink
chore: use orange heart (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
kilrau authored Dec 28, 2024
1 parent 6cdf23c commit 45ae3c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/i18n/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const dict = {
minimum_amount: "Minimum amount is {{ amount }} {{ denomination }}",
maximum_amount: "Maximum amount is {{ amount }} {{ denomination }}",
assets: "Multi-Layer",
footer: "Made with ❤️ by Team Boltz",
footer: "Made with 🧡 by Team Boltz",
create_channel: "Create Lightning Channel",
create_channel_subline: "Channel Inbound or Outbound Capacity",
create_swap: "Create Atomic Swap",
Expand Down Expand Up @@ -269,7 +269,7 @@ const dict = {
minimum_amount: "Mindestbetrag ist {{ amount }} {{ denomination }}",
maximum_amount: "Höchstbetrag ist {{ amount }} {{ denomination }}",
assets: "Multi-layer",
footer: "Gemacht mit ❤️ von Team Boltz",
footer: "Mit 🧡 gemacht von Team Boltz",
create_channel: "Erstelle Lightning-Kanal",
create_channel_subline: "Eingehende oder ausgehende Kapazität",
create_swap: "Erstelle Atomic Swap",
Expand Down Expand Up @@ -507,7 +507,7 @@ const dict = {
minimum_amount: "La cantidad mínima es {{ amount }} {{ denomination }}",
maximum_amount: "La cantidad máxima es {{ amount }} {{ denomination }}",
assets: "Multicapa",
footer: "Hecho con ❤️ por el equipo de Boltz",
footer: "Hecho con 🧡 por el equipo de Boltz",
create_channel: "Crear canal Lightning",
create_channel_subline: "Capacidad del canal entrante o saliente",
create_swap: "Crear intercambio atómico",
Expand Down Expand Up @@ -742,7 +742,7 @@ const dict = {
minimum_amount: "最小金额为{{ amount }}{{ denomination }}",
maximum_amount: "最大金额为{{ amount }}{{ denomination }}",
assets: "多层",
footer: "Boltz团队倾情 ❤️ 制作",
footer: "Boltz团队倾情🧡制作",
create_channel: "创建闪电网络通道",
create_channel_subline: "通道入站或出站容量",
create_swap: "创建原子交换",
Expand Down Expand Up @@ -950,7 +950,7 @@ const dict = {
minimum_amount: "最小金額は{{ amount }} {{ denomination }}です",
maximum_amount: "最大金額は{{ amount }} {{ denomination }}です",
assets: "アセット",
footer: "Team Boltzによる❤️で作成されました",
footer: "Team Boltzによる🧡で作成されました",
create_channel: "Lightningチャネルの作成",
create_channel_subline:
"チャネルのインバウンドまたはアウトバウンド容量",
Expand Down

0 comments on commit 45ae3c9

Please sign in to comment.