Skip to content

Commit

Permalink
Localization for v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tattn committed Sep 18, 2023
1 parent b7b9b9d commit 6236e68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/xcode/Sources/VCamLocalization/Generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@
"cameraExtensionAwaitingUserApproval" = "仮想カメラが許可されていません。設定アプリの「プライバシーとセキュリティ」から許可してください。";
"successToInstallCameraExtension" = "仮想カメラのインストールに成功しました。一度VCamを再起動することをおすすめします。";
"failedToInstallCameraExtension" = "仮想カメラのインストールに失敗しました。利用する場合はVCamの設定からインストールしてください。";
"seeDocumentation" = "詳細はこちらのページをご覧ください。";
"docsURLForVirtualCamera" = "https://docs.vcamapp.com/virtual-camera/virtualcamera";

// MARK: - Tracking

Expand Down

0 comments on commit 6236e68

Please sign in to comment.