Skip to content

Commit

Permalink
[WindowPreview & Localizable.xcstrings] update verbiage
Browse files Browse the repository at this point in the history
Updates verbiage used for various appearance settings for clarification
  • Loading branch information
chrisharper22 committed Jul 10, 2024
1 parent 1e94198 commit f8d0868
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 10 deletions.
55 changes: 48 additions & 7 deletions DockDoor/Localization/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
}
}
}
},
"Always" : {

},
"Appearance" : {
"comment" : "Settings Tab",
Expand Down Expand Up @@ -328,15 +331,21 @@
},
"Enable Hover Window Sliding Animation" : {
"localizations" : {
"fr" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Enable Dock Tile Preview Sliding Animation"
}
},
"fr" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Activer l’animation de glissement de l’aperçu au survol"
}
},
"he" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "הצג אנימציית הופעה עבור חלון התצוגה מקדימה"
}
}
Expand Down Expand Up @@ -492,15 +501,21 @@
},
"Hover Window Title Style" : {
"localizations" : {
"fr" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Application Title Style for Dock Tiles"
}
},
"fr" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Style du titre de l’aperçu"
}
},
"he" : {
"stringUnit" : {
"state" : "translated",
"state" : "needs_review",
"value" : "עיצוב כותרת חלון התצוגה מקדימה"
}
}
Expand Down Expand Up @@ -588,10 +603,17 @@
}
},
"Left" : {
"comment" : "Window title alignment option",
"localizations" : {
"fr" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Bottom Left"
}
},
"fr" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "À gauche"
}
}
Expand Down Expand Up @@ -857,10 +879,17 @@
}
},
"Right" : {
"comment" : "Window title alignment option",
"localizations" : {
"fr" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Bottom Right"
}
},
"fr" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "À droite"
}
}
Expand Down Expand Up @@ -1147,6 +1176,12 @@
}
}
}
},
"When Showing Dock Tile Previews" : {

},
"When Using Window Switcher" : {

},
"Why we need permissions" : {
"localizations" : {
Expand Down Expand Up @@ -1231,9 +1266,15 @@
},
"Window Title Alignment" : {
"localizations" : {
"fr" : {
"en" : {
"stringUnit" : {
"state" : "translated",
"value" : "Window Titles Appear in"
}
},
"fr" : {
"stringUnit" : {
"state" : "needs_review",
"value" : "Alignement du titre de la fenêtre"
}
}
Expand Down
6 changes: 3 additions & 3 deletions DockDoor/Views/Hover Window/WindowPreview.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ struct WindowPreview: View {
var titleString: String {
switch self {
case .windowSwitcherOnly:
"When Using Window Switcher"
String(localized: "When Using Window Switcher")
case .dockPreviewsOnly:
"When Previewing Dock Tiles"
String(localized: "When Showing Dock Tile Previews")
case .always:
"Always"
String(localized: "Always")
}
}
}
Expand Down

0 comments on commit f8d0868

Please sign in to comment.