Update Japanese Translation (#1587)

This commit is contained in:
Yuki
2026-01-26 17:47:22 +09:00
committed by GitHub
parent 2e3a3e7240
commit 05ba36736c
3 changed files with 125 additions and 18 deletions

View File

@@ -325,7 +325,7 @@
modalStore
.confirm({
description: t('confirm.accept_friend_request'),
title: 'Confirm'
title: t('confirm.title')
})
.then(({ ok }) => {
if (!ok) {
@@ -350,7 +350,7 @@
modalStore
.confirm({
description: t('confirm.send_invite'),
title: 'Confirm'
title: t('confirm.title')
})
.then(({ ok }) => {
if (!ok) {
@@ -460,7 +460,7 @@
modalStore
.confirm({
description: t('confirm.decline_type', { type: row.type }),
title: 'Confirm'
title: t('confirm.title')
})
.then(({ ok }) => {
if (ok) {
@@ -484,7 +484,7 @@
modalStore
.confirm({
description: t('confirm.delete_type', { type: row.type }),
title: 'Confirm'
title: t('confirm.title')
})
.then(({ ok }) => {
if (ok) {