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
return"В темной теме не найдены ассеты: \(lights.joined(separator:", ")), которые есть в светлой теме."
18
+
return"Dark theme doesn’t contains following assets: \(lights.joined(separator:", ")), which exists in light theme. Add these assets to dark theme and publish to the Team Library."
19
19
case.darkAssetsNotFoundInLightPalette(let darks):
20
-
return"В светлой теме не найдены ассеты: \(darks.joined(separator:", ")), которые есть в темной теме."
20
+
return"Light theme doesn’t contains following assets: \(darks.joined(separator:", ")), which exists in dark theme. Add these assets to light theme and publish to the Team Library."
21
21
case.foundDuplicate(let assetName):
22
-
return"Ассет \(assetName) встречается несколько раз."
22
+
return"Found duplicates of asset with name \(assetName). Remove duplicates."
0 commit comments