From 2421a6c1ee329c175c8f4d649050663402ac5954 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 17 Jul 2022 23:48:46 +0200 Subject: [PATCH] New translations instance.json (Japanese) --- src/i18n/ja/components/instance.json | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/i18n/ja/components/instance.json diff --git a/src/i18n/ja/components/instance.json b/src/i18n/ja/components/instance.json new file mode 100644 index 00000000..3f2cd6e8 --- /dev/null +++ b/src/i18n/ja/components/instance.json @@ -0,0 +1,30 @@ +{ + "server": { + "textInput": { + "placeholder": "" + }, + "button": "", + "information": { + "name": "", + "accounts": "", + "statuses": "", + "domains": "" + }, + "disclaimer": { + "base": "" + }, + "terms": { + "base": "" + } + }, + "update": { + "alert": { + "title": "", + "message": "", + "buttons": { + "cancel": "", + "continue": "" + } + } + } +} \ No newline at end of file