diff --git a/app/xcode/Sources/VCamLocalization/Generated.swift b/app/xcode/Sources/VCamLocalization/Generated.swift index ca7e5b0..25d2d13 100644 --- a/app/xcode/Sources/VCamLocalization/Generated.swift +++ b/app/xcode/Sources/VCamLocalization/Generated.swift @@ -130,6 +130,8 @@ public enum L10n { public static let disconnect = LocalizedString(lookupKey: "disconnect") /// Display public static let display = LocalizedString(lookupKey: "display") + /// https://docs.vcamapp.com/v/en/virtual-camera/virtualcamera + public static let docsURLForVirtualCamera = LocalizedString(lookupKey: "docsURLForVirtualCamera") /// Done public static let done = LocalizedString(lookupKey: "done") /// Download @@ -396,6 +398,8 @@ public enum L10n { public static let screenResolution = LocalizedString(lookupKey: "screenResolution") /// s public static let seconds = LocalizedString(lookupKey: "seconds") + /// For more information, see this documentation. + public static let seeDocumentation = LocalizedString(lookupKey: "seeDocumentation") /// Select All public static let selectAll = LocalizedString(lookupKey: "selectAll") /// Settings diff --git a/app/xcode/Sources/VCamLocalization/VCamResources/en.lproj/Localizable.strings b/app/xcode/Sources/VCamLocalization/VCamResources/en.lproj/Localizable.strings index 5485f46..ada536e 100644 --- a/app/xcode/Sources/VCamLocalization/VCamResources/en.lproj/Localizable.strings +++ b/app/xcode/Sources/VCamLocalization/VCamResources/en.lproj/Localizable.strings @@ -144,6 +144,8 @@ "cameraExtensionAwaitingUserApproval" = "The virtual camera is not allowed. Please allow it from the 'Privacy & Security' section in the settings app."; "successToInstallCameraExtension" = "The virtual camera was successfully installed. It's recommended to restart VCam once."; "failedToInstallCameraExtension" = "The installation of the virtual camera failed. Please install it from the VCam settings if you want to use it."; +"seeDocumentation" = "For more information, see this documentation."; +"docsURLForVirtualCamera" = "https://docs.vcamapp.com/v/en/virtual-camera/virtualcamera"; // MARK: - Tracking diff --git a/app/xcode/Sources/VCamLocalization/VCamResources/ja.lproj/Localizable.strings b/app/xcode/Sources/VCamLocalization/VCamResources/ja.lproj/Localizable.strings index 5965acb..98cd08a 100644 --- a/app/xcode/Sources/VCamLocalization/VCamResources/ja.lproj/Localizable.strings +++ b/app/xcode/Sources/VCamLocalization/VCamResources/ja.lproj/Localizable.strings @@ -144,6 +144,8 @@ "cameraExtensionAwaitingUserApproval" = "仮想カメラが許可されていません。設定アプリの「プライバシーとセキュリティ」から許可してください。"; "successToInstallCameraExtension" = "仮想カメラのインストールに成功しました。一度VCamを再起動することをおすすめします。"; "failedToInstallCameraExtension" = "仮想カメラのインストールに失敗しました。利用する場合はVCamの設定からインストールしてください。"; +"seeDocumentation" = "詳細はこちらのページをご覧ください。"; +"docsURLForVirtualCamera" = "https://docs.vcamapp.com/virtual-camera/virtualcamera"; // MARK: - Tracking