Skip to content

Commit

Permalink
French and Japanese languages imported from translation agency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Jun 25, 2024
1 parent cc6ec0b commit 40e312e
Show file tree
Hide file tree
Showing 12 changed files with 2,802 additions and 437 deletions.
22 changes: 18 additions & 4 deletions Authenticator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
B452EC1F2A1E4F460045E5D9 /* YubiOtpRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B452EC1E2A1E4F460045E5D9 /* YubiOtpRowView.swift */; };
B452EC3D2A264A620045E5D9 /* ToastView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B452EC3C2A264A620045E5D9 /* ToastView.swift */; };
B452EC442A2A06940045E5D9 /* ToastPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = B452EC432A2A06940045E5D9 /* ToastPresenter.swift */; };
B45E0DA02C0768E0006FE88C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = B45E0D9E2C0768E0006FE88C /* InfoPlist.strings */; };
B46E378729C348F100CA0B67 /* EditAccountWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = B46E378629C348F100CA0B67 /* EditAccountWrapper.swift */; };
B4712B7028DDB5F6009B270D /* AccessKeyCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4712B6F28DDB5F6009B270D /* AccessKeyCache.swift */; };
B4719B17298AA6E7006CDAEA /* MainView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4719B16298AA6E7006CDAEA /* MainView.swift */; };
Expand Down Expand Up @@ -229,6 +230,8 @@
B452EC1E2A1E4F460045E5D9 /* YubiOtpRowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = YubiOtpRowView.swift; sourceTree = "<group>"; };
B452EC3C2A264A620045E5D9 /* ToastView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToastView.swift; sourceTree = "<group>"; };
B452EC432A2A06940045E5D9 /* ToastPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ToastPresenter.swift; sourceTree = "<group>"; };
B45A980D2C2AE3D800AAAD78 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B45E0D9F2C0768E0006FE88C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = "<group>"; };
B46E378629C348F100CA0B67 /* EditAccountWrapper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditAccountWrapper.swift; sourceTree = "<group>"; };
B4712B6F28DDB5F6009B270D /* AccessKeyCache.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AccessKeyCache.swift; sourceTree = "<group>"; };
B4719B16298AA6E7006CDAEA /* MainView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainView.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -357,6 +360,7 @@
515542762656707000B19C59 /* TokenDriver.swift */,
515542782656707000B19C59 /* TokenSession.swift */,
5155427A2656707000B19C59 /* Info.plist */,
B45E0D9E2C0768E0006FE88C /* InfoPlist.strings */,
5156D05A265D0538007A94F8 /* TKTokenAlgorithm+Extensions.swift */,
B4901AF32BD7DF960092E7A2 /* Localizable.xcstrings */,
);
Expand Down Expand Up @@ -681,6 +685,7 @@
buildActionMask = 2147483647;
files = (
B4901AF42BD7DF960092E7A2 /* Localizable.xcstrings in Resources */,
B45E0DA02C0768E0006FE88C /* InfoPlist.strings in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -854,6 +859,15 @@
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
B45E0D9E2C0768E0006FE88C /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
B45E0D9F2C0768E0006FE88C /* ja */,
B45A980D2C2AE3D800AAAD78 /* fr */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
B4901AE82BD7DCC70092E7A2 /* Tutorial.storyboard */ = {
isa = PBXVariantGroup;
children = (
Expand Down Expand Up @@ -1059,7 +1073,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Authenticator/Authenticator.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 126;
CURRENT_PROJECT_VERSION = 129;
DEVELOPMENT_TEAM = LQA3CS5MM7;
HEADER_SEARCH_PATHS = "../Submodules/YubiKit/**";
INFOPLIST_FILE = Authenticator/Info.plist;
Expand All @@ -1069,7 +1083,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 1.7.9;
MARKETING_VERSION = 1.7.10;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.Authenticator;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -1088,7 +1102,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = Authenticator/Authenticator.entitlements;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 126;
CURRENT_PROJECT_VERSION = 129;
DEVELOPMENT_TEAM = LQA3CS5MM7;
HEADER_SEARCH_PATHS = "../Submodules/YubiKit/**";
INFOPLIST_FILE = Authenticator/Info.plist;
Expand All @@ -1098,7 +1112,7 @@
"@executable_path/Frameworks",
);
LIBRARY_SEARCH_PATHS = "";
MARKETING_VERSION = 1.7.9;
MARKETING_VERSION = 1.7.10;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.yubico.Authenticator;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
6 changes: 3 additions & 3 deletions Authenticator/InfoPlist.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "Yubikeyと通信するには、アプリケーションがNFC読み取りにアクセスできる必要があります"
"value" : "Yubikeyと通信するには、アプリケーションがNFC読み取りにアクセスできる必要があります."
}
}
}
Expand All @@ -68,7 +68,7 @@
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "QRコードをスキャンするには、アプリケーションがカメラにアクセスできる必要があります"
"value" : "QRコードをスキャンするには、アプリケーションがカメラにアクセスできる必要があります."
}
}
}
Expand All @@ -92,7 +92,7 @@
"ja" : {
"stringUnit" : {
"state" : "translated",
"value" : "パスワードボールトのロックを解除するには、アプリケーションがFace IDにアクセスできる必要があります"
"value" : "パスワードボールトのロックを解除するには、アプリケーションがFace IDにアクセスできる必要があります."
}
}
}
Expand Down
Loading

0 comments on commit 40e312e

Please sign in to comment.