From e720afacfab442410dc581039c010b7de1ea06e3 Mon Sep 17 00:00:00 2001 From: Valentino Stillhardt <4715129+Fusseldieb@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:24:29 -0300 Subject: [PATCH] Fixed translated variable names --- src/lib/i18n/locales/ja-JP/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/i18n/locales/ja-JP/translation.json b/src/lib/i18n/locales/ja-JP/translation.json index 600e44d8e6..58fe45b097 100644 --- a/src/lib/i18n/locales/ja-JP/translation.json +++ b/src/lib/i18n/locales/ja-JP/translation.json @@ -1,5 +1,5 @@ { - "'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'秒', '分', '時間', '日', '週' または '-1' で無期限。", + "'s', 'm', 'h', 'd', 'w' or '-1' for no expiration.": "'s', 'm', 'h', 'd', 'w' または '-1' で無期限。", "(Beta)": "(ベータ版)", "(e.g. sh webui.sh --api)": "(例: sh webui.sh --api)", "(latest)": "(最新)",