From 425d1df8ca58d1251ac8450683d6dfe96d69a3fc Mon Sep 17 00:00:00 2001 From: beantaco <64012487+beantaco@users.noreply.github.com> Date: Fri, 26 Feb 2021 01:22:52 +0000 Subject: [PATCH] Changes translations of zoom in/out --- _locales/ja/messages.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_locales/ja/messages.json b/_locales/ja/messages.json index cb18e87e5..5dcae049a 100644 --- a/_locales/ja/messages.json +++ b/_locales/ja/messages.json @@ -104,11 +104,11 @@ "description": "View menu command to go back to the default zoom" }, "viewMenuZoomIn": { - "message": "ズームインする", + "message": "拡大", "description": "View menu command to make everything bigger" }, "viewMenuZoomOut": { - "message": "ズームアウトする", + "message": "縮小", "description": "View menu command to make everything smaller" }, "viewMenuToggleFullScreen": {