From 6ad59c9c3af8943629adad52205cea9c75451b74 Mon Sep 17 00:00:00 2001 From: xmflsct Date: Sun, 17 Jul 2022 23:48:57 +0200 Subject: [PATCH] New translations contextMenu.json (Japanese) --- src/i18n/ja/components/contextMenu.json | 72 +++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/i18n/ja/components/contextMenu.json diff --git a/src/i18n/ja/components/contextMenu.json b/src/i18n/ja/components/contextMenu.json new file mode 100644 index 00000000..bcf2b253 --- /dev/null +++ b/src/i18n/ja/components/contextMenu.json @@ -0,0 +1,72 @@ +{ + "accessibilityHint": "", + "account": { + "title": "", + "mute": { + "action_false": "", + "action_true": "" + }, + "block": { + "action_false": "", + "action_true": "" + }, + "reports": { + "action": "" + } + }, + "instance": { + "title": "", + "block": { + "action": "", + "alert": { + "title": "", + "message": "", + "buttons": { + "confirm": "" + } + } + } + }, + "share": { + "status": { + "action": "" + }, + "account": { + "action": "" + } + }, + "status": { + "title": "", + "edit": { + "action": "" + }, + "delete": { + "action": "", + "alert": { + "title": "", + "message": "", + "buttons": { + "confirm": "" + } + } + }, + "deleteEdit": { + "action": "", + "alert": { + "title": "", + "message": "", + "buttons": { + "confirm": "" + } + } + }, + "mute": { + "action_false": "", + "action_true": "" + }, + "pin": { + "action_false": "", + "action_true": "" + } + } +} \ No newline at end of file