Skip to content

Commit

Permalink
0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tattn committed Apr 25, 2022
1 parent 4ec953d commit 548ca56
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/VCamUILocalization/Generated.swift
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,8 @@ public enum L10n {
public static let seconds = LocalizedString(lookupKey: "seconds")
/// Set up
public static let setUp = LocalizedString(lookupKey: "setUp")
/// Weight of shoulder rotation
public static let shoulderRotationWeight = LocalizedString(lookupKey: "shoulderRotationWeight")
/// Shudder
public static let shudder = LocalizedString(lookupKey: "shudder")
/// Simulate shadows (Use high power)
Expand All @@ -252,6 +254,8 @@ public enum L10n {
public static let stopRecording = LocalizedString(lookupKey: "stopRecording")
/// Success
public static let success = LocalizedString(lookupKey: "success")
/// Elbow offset
public static let swivelOffset = LocalizedString(lookupKey: "swivelOffset")
/// Take a photo
public static let takePhoto = LocalizedString(lookupKey: "takePhoto")
/// Threshold
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"easeOfOpeningFingers" = "Finger opening sensitivity";
"easeOfCloseFingers" = "Finger closing sensitivity";
"easeOfBodyMovement" = "Horizontal sensitivity of body";
"shoulderRotationWeight" = "Weight of shoulder rotation";
"swivelOffset" = "Elbow offset";

// MARK: - Screen effect

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@
"easeOfOpeningFingers" = "指の開きやすさ";
"easeOfCloseFingers" = "指の閉じさすさ";
"easeOfBodyMovement" = "体の左右の動きの大きさ";
"shoulderRotationWeight" = "肩の回転の大きさ";
"swivelOffset" = "肘の調整";

// MARK: - Screen effect

Expand Down

0 comments on commit 548ca56

Please sign in to comment.