You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Loop/Localizable.xcstrings
+17-9Lines changed: 17 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -624,6 +624,10 @@
624
624
}
625
625
}
626
626
},
627
+
"2-finger gestures are restricted to the titlebar to avoid conflicting with system gestures." : {
628
+
"comment" : "A description of the restriction on 2-finger gestures.",
629
+
"isCommentAutoGenerated" : true
630
+
},
627
631
"A single %@ action can only track one window. To stash\nmultiple windows, add additional %@ actions." : {
628
632
"comment" : "Information in a popover displaying how a stash action can only keep track of a single window. Both %1$@ and %2$@ are replaced with the language's localization of the \"Stash\" action.",
629
633
"localizations" : {
@@ -5059,8 +5063,8 @@
5059
5063
}
5060
5064
}
5061
5065
},
5062
-
"Customize this gesture binding." : {
5063
-
"comment" : "A button that opens a popover for configuring a gesture binding.",
5066
+
"Customize this gesture." : {
5067
+
"comment" : "A tooltip that appears when a user touches a gesture configuration button.",
5064
5068
"isCommentAutoGenerated" : true
5065
5069
},
5066
5070
"Customize this gesture's action." : {
@@ -8093,13 +8097,13 @@
8093
8097
}
8094
8098
}
8095
8099
},
8096
-
"Gesture Bindings" : {
8097
-
"comment" : "Section header shown in gestures settings"
8098
-
},
8099
8100
"Gesture Type" : {
8100
8101
"comment" : "A label describing the type of gesture.",
8101
8102
"isCommentAutoGenerated" : true
8102
8103
},
8104
+
"Gestures" : {
8105
+
"comment" : "Section header shown in gestures settings"
8106
+
},
8103
8107
"Go Back" : {
8104
8108
"comment" : "Section header in the action picker of the Keybinds tab",
8105
8109
"localizations" : {
@@ -18550,8 +18554,8 @@
18550
18554
}
18551
18555
}
18552
18556
},
18553
-
"No gesture bindings" : {
18554
-
"comment" : "A message displayed when there are no gesture bindings configured.",
18557
+
"No gestures" : {
18558
+
"comment" : "A message displayed when there are no gestures.",
18555
18559
"isCommentAutoGenerated" : true
18556
18560
},
18557
18561
"No keybinds" : {
@@ -24020,8 +24024,8 @@
24020
24024
}
24021
24025
}
24022
24026
},
24023
-
"Press \"Add\" to add a gesture binding" : {
24024
-
"comment" : "A description displayed when there are no gesture bindings configured. It instructs the user to add one.",
24027
+
"Press \"Add\" to add a gesture" : {
24028
+
"comment" : "A description of the action to add a gesture.",
24025
24029
"isCommentAutoGenerated" : true
24026
24030
},
24027
24031
"Press \"Add\" to add a keybind" : {
@@ -31118,6 +31122,10 @@
31118
31122
}
31119
31123
}
31120
31124
},
31125
+
"There are other gestures that conflict with this gesture." : {
31126
+
"comment" : "A tooltip that appears when a gesture has a conflicting gesture.",
31127
+
"isCommentAutoGenerated" : true
31128
+
},
31121
31129
"There are other keybinds that conflict with this key combination." : {
0 commit comments