From 735331dc9f93781a95866e36801f8c226bdef8b8 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 1 Nov 2018 11:14:58 -0600 Subject: [PATCH] l10n ja_JP -> ja --- Signal.xcodeproj/project.pbxproj | 5 +++-- .../{ja_JP.lproj => ja.lproj}/Localizable.strings | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) rename Signal/translations/{ja_JP.lproj => ja.lproj}/Localizable.strings (99%) diff --git a/Signal.xcodeproj/project.pbxproj b/Signal.xcodeproj/project.pbxproj index e21cbf5d7..65823d458 100644 --- a/Signal.xcodeproj/project.pbxproj +++ b/Signal.xcodeproj/project.pbxproj @@ -1118,6 +1118,7 @@ 4C1D2334218B6A1100A0598F /* az */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = az; path = translations/az.lproj/Localizable.strings; sourceTree = ""; }; 4C1D2335218B6A7600A0598F /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = translations/el.lproj/Localizable.strings; sourceTree = ""; }; 4C1D2337218B6BA000A0598F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = translations/it.lproj/Localizable.strings; sourceTree = ""; }; + 4C1D2338218B6BF100A0598F /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = translations/ja.lproj/Localizable.strings; sourceTree = ""; }; 4C20B2B820CA10DE001BAC90 /* ConversationSearchViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConversationSearchViewController.swift; sourceTree = ""; }; 4C23A5F1215C4ADE00534937 /* SheetViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SheetViewController.swift; sourceTree = ""; }; 4C2F454E214C00E1004871FF /* AvatarTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AvatarTableViewCell.swift; sourceTree = ""; }; @@ -1168,7 +1169,6 @@ B10C9B5C1A7049EC00ECA2BF /* pause_icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pause_icon@2x.png"; sourceTree = ""; }; B10C9B5D1A7049EC00ECA2BF /* play_icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = play_icon.png; sourceTree = ""; }; B10C9B5E1A7049EC00ECA2BF /* play_icon@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "play_icon@2x.png"; sourceTree = ""; }; - B60341CD1AA5469800A01E42 /* ja_JP */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja_JP; path = translations/ja_JP.lproj/Localizable.strings; sourceTree = ""; }; B60EDE031A05A01700D73516 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; }; B633C5041A1D190B0059AC12 /* call@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "call@2x.png"; sourceTree = ""; }; B633C50B1A1D190B0059AC12 /* contact_default_feed.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = contact_default_feed.png; sourceTree = ""; }; @@ -2772,6 +2772,7 @@ az, el, it, + ja, ); mainGroup = D221A07E169C9E5E00537ABF; productRefGroup = D221A08A169C9E5E00537ABF /* Products */; @@ -3540,7 +3541,6 @@ B646D10E1AA5461A004133BA /* fr */, B646D10F1AA54626004133BA /* fil */, B646D1141AA54674004133BA /* hu */, - B60341CD1AA5469800A01E42 /* ja_JP */, B68CB7D81AA546C30065AC3F /* lv */, B68CB7D91AA546CE0065AC3F /* nb_NO */, B68CB7DA1AA546F50065AC3F /* nl */, @@ -3573,6 +3573,7 @@ 4C1D2334218B6A1100A0598F /* az */, 4C1D2335218B6A7600A0598F /* el */, 4C1D2337218B6BA000A0598F /* it */, + 4C1D2338218B6BF100A0598F /* ja */, ); name = Localizable.strings; sourceTree = ""; diff --git a/Signal/translations/ja_JP.lproj/Localizable.strings b/Signal/translations/ja.lproj/Localizable.strings similarity index 99% rename from Signal/translations/ja_JP.lproj/Localizable.strings rename to Signal/translations/ja.lproj/Localizable.strings index fd2d39609..bd7e9962c 100644 --- a/Signal/translations/ja_JP.lproj/Localizable.strings +++ b/Signal/translations/ja.lproj/Localizable.strings @@ -261,7 +261,7 @@ "BLOCK_LIST_VIEW_BLOCKED_ALERT_MESSAGE_FORMAT" = "%@ はブロックされています。"; /* The title of the 'user blocked' alert. */ -"BLOCK_LIST_VIEW_BLOCKED_ALERT_TITLE" = "ユーザはブロックされました"; +"BLOCK_LIST_VIEW_BLOCKED_ALERT_TITLE" = "ユーザがブロックされました"; /* The title of the 'group blocked' alert. */ "BLOCK_LIST_VIEW_BLOCKED_GROUP_ALERT_TITLE" = "グループがブロックされました"; @@ -1962,7 +1962,7 @@ "SETTINGS_BLOCK_LIST_NO_SEARCH_RESULTS" = "検索結果なし"; /* Label for the block list section of the settings view */ -"SETTINGS_BLOCK_LIST_TITLE" = "ブロックリスト"; +"SETTINGS_BLOCK_LIST_TITLE" = "ブロック リスト"; /* Table cell label */ "SETTINGS_CALLING_HIDES_IP_ADDRESS_PREFERENCE_TITLE" = "IPアドレスを隠す";