From 4264daaed94b3a81e221912b4d831b6daff164fe Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Mon, 2 Aug 2021 11:06:10 +0200 Subject: [PATCH] New translations ios-infoPlist.json (Japanese) --- .../StringsConvertor/input/ja_JP/ios-infoPlist.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Localization/StringsConvertor/input/ja_JP/ios-infoPlist.json diff --git a/Localization/StringsConvertor/input/ja_JP/ios-infoPlist.json b/Localization/StringsConvertor/input/ja_JP/ios-infoPlist.json new file mode 100644 index 000000000..c6db73de0 --- /dev/null +++ b/Localization/StringsConvertor/input/ja_JP/ios-infoPlist.json @@ -0,0 +1,6 @@ +{ + "NSCameraUsageDescription": "Used to take photo for post status", + "NSPhotoLibraryAddUsageDescription": "Used to save photo into the Photo Library", + "NewPostShortcutItemTitle": "New Post", + "SearchShortcutItemTitle": "Search" +}