From 346411b18b42537633d442b6a794daafbd2d60fa Mon Sep 17 00:00:00 2001 From: Louis Pontoise Date: Fri, 4 Feb 2022 19:03:00 +0900 Subject: [PATCH] feat: add localization in danish, catalan, persian, serbian --- alt-tab-macos.xcodeproj/project.pbxproj | 132 +++++++ docs/Introduction.md | 2 +- resources/l10n/Localizable.strings | 12 +- resources/l10n/ca.lproj/InfoPlist.strings | 2 + resources/l10n/ca.lproj/Localizable.strings | 360 ++++++++++++++++++++ resources/l10n/da.lproj/InfoPlist.strings | 2 + resources/l10n/da.lproj/Localizable.strings | 360 ++++++++++++++++++++ resources/l10n/fa.lproj/InfoPlist.strings | 2 + resources/l10n/fa.lproj/Localizable.strings | 360 ++++++++++++++++++++ resources/l10n/sr.lproj/InfoPlist.strings | 2 + resources/l10n/sr.lproj/Localizable.strings | 360 ++++++++++++++++++++ 11 files changed, 1587 insertions(+), 7 deletions(-) create mode 100644 resources/l10n/ca.lproj/InfoPlist.strings create mode 100644 resources/l10n/ca.lproj/Localizable.strings create mode 100644 resources/l10n/da.lproj/InfoPlist.strings create mode 100644 resources/l10n/da.lproj/Localizable.strings create mode 100644 resources/l10n/fa.lproj/InfoPlist.strings create mode 100644 resources/l10n/fa.lproj/Localizable.strings create mode 100644 resources/l10n/sr.lproj/InfoPlist.strings create mode 100644 resources/l10n/sr.lproj/Localizable.strings diff --git a/alt-tab-macos.xcodeproj/project.pbxproj b/alt-tab-macos.xcodeproj/project.pbxproj index 1ab51aa67..b0f623d6a 100644 --- a/alt-tab-macos.xcodeproj/project.pbxproj +++ b/alt-tab-macos.xcodeproj/project.pbxproj @@ -10,6 +10,8 @@ 4807A6C623A9CD190052A53E /* SkyLight.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4807A6C523A9CD190052A53E /* SkyLight.framework */; }; 48F3E16224EC0D8800A1C64B /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = D04BABDA79F8EF76E3ACDD5F /* Localizable.strings */; }; 76D02BB22BFE7C9E0056008D /* Pods_alt_tab_macos.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C0712B3BEA2B3780398C0999 /* Pods_alt_tab_macos.framework */; }; + BF0C8052AE41B1B10E42BFCE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C875C983226CB16DBD90F /* InfoPlist.strings */; }; + BF0C812C068CD751CE9BFB67 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8D5993267A74D4875C1A /* Localizable.strings */; }; BF0C8138B9195970E808C3A2 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C80B2A035D3F0A5016E5F /* InfoPlist.strings */; }; BF0C81D836A8A4CA393B135F /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C82E55127D38ABF969CA0 /* InfoPlist.strings */; }; BF0C823630E3DEAC576FAFE6 /* menubar-1@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C88BF67CF4D71002A60EB /* menubar-1@2x.png */; }; @@ -24,20 +26,26 @@ BF0C853B271C4407E87FA183 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8096A88BC18C4902C037 /* InfoPlist.strings */; }; BF0C855CF8BA047E180425F9 /* KeyRepeatTimer.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C864F182B6155A66D241D /* KeyRepeatTimer.swift */; }; BF0C8571D70170B73B46A262 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C86631FA950CE81FB8542 /* Localizable.strings */; }; + BF0C8592CCF5B552C47162AB /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C84A4227CB16617C26977 /* Localizable.strings */; }; BF0C8658CC748011E57691B7 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C84F4B25A7C26A88ADE92 /* Localizable.strings */; }; BF0C87732A6E660899D13BFD /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C886B1D6E707E9E6BE46C /* InfoPlist.strings */; }; BF0C884D88B74F05B8BBF956 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C88A25E1ED37E5F80AC91 /* Localizable.strings */; }; BF0C88D7E209C788558BD943 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8CC9692E6E4A32846D72 /* InfoPlist.strings */; }; BF0C894199BB262BDB2D8D37 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8221101CD179DB1121D5 /* InfoPlist.strings */; }; BF0C894325A54CF0B6B53464 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8B8B31D2F421AC258351 /* Localizable.strings */; }; + BF0C89C49CFBAAB4646BB8CB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C82A8848224E76B880A83 /* InfoPlist.strings */; }; BF0C89DF22C7B7D0C27DA2A4 /* WindowControlView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C884157B87BF0E17EF7F8 /* WindowControlView.swift */; }; + BF0C8A739A74695E60F16369 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8062E78677398A4A217B /* InfoPlist.strings */; }; + BF0C8A95AAD9DADC95887A2D /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C895A9AF79A869EE6B108 /* Localizable.strings */; }; BF0C8AC57CE5E9BBEEE2442A /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C885D34CDCE2AFC5A94F7 /* InfoPlist.strings */; }; BF0C8B154051EC0D440339D4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8A9D25A9680EB19444BC /* Localizable.strings */; }; BF0C8B2E933E4A0A91D7AF64 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8195F23B30B8F4DD38D1 /* Localizable.strings */; }; BF0C8C4381FB16A4DFBBB219 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8357200430B9683ECD6F /* InfoPlist.strings */; }; + BF0C8C8E35FF49CAA4BF5FC4 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8A970BD1CAD555F31EDA /* Localizable.strings */; }; BF0C8C9CA44285E493918A74 /* menubar-3@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8E54658B4DAEA0528200 /* menubar-3@2x.png */; }; BF0C8CB668FFABBCA23880B6 /* minimize@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BF0C817D9C335EE4A0536601 /* minimize@2x.png */; }; BF0C8CC5057406014FD612CC /* ATShortcut.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF0C8BA452332236D972C60E /* ATShortcut.swift */; }; + BF0C8D1C57D74106018D073C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C87F5D4AD51D6950C98B0 /* InfoPlist.strings */; }; BF0C8D610C93D48F572937F8 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C8FBA6B0F4DEB510C71CB /* Localizable.strings */; }; BF0C8DD7EBC3BA1E86BF4BDB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C841E403C1C6E8C65727E /* InfoPlist.strings */; }; BF0C8EA4654F8059F0AED40E /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = BF0C82992C31AA542EF9E638 /* InfoPlist.strings */; }; @@ -161,9 +169,11 @@ BF0C82C381FCBCF8109735AC /* pl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = pl; path = InfoPlist.strings; sourceTree = ""; }; BF0C833D471343CEA3DEFE56 /* icon_512x512@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "icon_512x512@2x.png"; sourceTree = ""; }; BF0C83BD867F6A874F9953C9 /* fullscreen@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "fullscreen@2x.png"; sourceTree = ""; }; + BF0C83FC3C53FFB41A3832FD /* fa */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = fa; path = InfoPlist.strings; sourceTree = ""; }; BF0C843C2EDF4EF3A7A2C64A /* app.svg */ = {isa = PBXFileReference; lastKnownFileType = file.svg; path = app.svg; sourceTree = ""; }; BF0C8465A0A9EA2814A22C35 /* SF-Pro-Text-Regular-Full.otf */ = {isa = PBXFileReference; lastKnownFileType = file.otf; path = "SF-Pro-Text-Regular-Full.otf"; sourceTree = ""; }; BF0C847A108ABC72723ABBA2 /* hi */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = hi; path = InfoPlist.strings; sourceTree = ""; }; + BF0C848A4DDFF5D118CA9CAF /* ca */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ca; path = Localizable.strings; sourceTree = ""; }; BF0C84E11784B3B0900D0963 /* app.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = app.icns; sourceTree = ""; }; BF0C850C46CCD8B978168CCD /* sv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sv; path = Localizable.strings; sourceTree = ""; }; BF0C86370093A080DD5974D8 /* convert_svg_to_png.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = convert_svg_to_png.sh; sourceTree = ""; }; @@ -171,6 +181,7 @@ BF0C86C2BB70A8E05D2103CA /* cs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = cs; path = Localizable.strings; sourceTree = ""; }; BF0C86E06A44AC151FEA4903 /* sv */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sv; path = InfoPlist.strings; sourceTree = ""; }; BF0C87B913292EE53EDE4220 /* menubar-1.svg */ = {isa = PBXFileReference; lastKnownFileType = file.svg; path = "menubar-1.svg"; sourceTree = ""; }; + BF0C87C0514B13DACB6E702B /* fa */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = fa; path = Localizable.strings; sourceTree = ""; }; BF0C884157B87BF0E17EF7F8 /* WindowControlView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = WindowControlView.swift; sourceTree = ""; }; BF0C888D912E73D88919899A /* uk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = uk; path = Localizable.strings; sourceTree = ""; }; BF0C889529FF19620EDAC295 /* accessibility@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "accessibility@2x.png"; sourceTree = ""; }; @@ -178,14 +189,19 @@ BF0C88BF67CF4D71002A60EB /* menubar-1@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menubar-1@2x.png"; sourceTree = ""; }; BF0C88D6043B83B535BEAAA2 /* no */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = no; path = Localizable.strings; sourceTree = ""; }; BF0C890AF36F3EFD5CC4D114 /* bg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = bg; path = Localizable.strings; sourceTree = ""; }; + BF0C8942D747B2B8E3A2BB53 /* da */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = da; path = Localizable.strings; sourceTree = ""; }; BF0C895E5D9E3F43E1CA9FC1 /* vi */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = vi; path = InfoPlist.strings; sourceTree = ""; }; BF0C899605B39AB4EE0E8EB8 /* icon_512x512.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = icon_512x512.png; sourceTree = ""; }; BF0C89A541FBEA23E7CB1D94 /* lb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = lb; path = Localizable.strings; sourceTree = ""; }; + BF0C8A50151A4EF88E494357 /* da */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = da; path = InfoPlist.strings; sourceTree = ""; }; BF0C8B15FFB262ECC54B5AA4 /* sl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sl; path = InfoPlist.strings; sourceTree = ""; }; BF0C8B2EA9269BA0B79A525F /* sk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sk; path = Localizable.strings; sourceTree = ""; }; BF0C8BA452332236D972C60E /* ATShortcut.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ATShortcut.swift; sourceTree = ""; }; + BF0C8C4F77466FB59071A71F /* sr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sr; path = InfoPlist.strings; sourceTree = ""; }; + BF0C8C6995992F837A9A83A6 /* ca */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = ca; path = InfoPlist.strings; sourceTree = ""; }; BF0C8CE7BBC3B9B0CEC008FF /* vi */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = vi; path = Localizable.strings; sourceTree = ""; }; BF0C8D3333653ACAEF730DD8 /* menubar-2@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menubar-2@2x.png"; sourceTree = ""; }; + BF0C8D9E024876AD9A92BE8D /* sr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sr; path = Localizable.strings; sourceTree = ""; }; BF0C8E25373671B528AD448D /* screen-recording@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "screen-recording@2x.png"; sourceTree = ""; }; BF0C8E54658B4DAEA0528200 /* menubar-3@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "menubar-3@2x.png"; sourceTree = ""; }; BF0C8E5D2BD5F7F93DF77DF5 /* sk */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = sk; path = InfoPlist.strings; sourceTree = ""; }; @@ -464,6 +480,15 @@ path = hi.lproj; sourceTree = ""; }; + BF0C812631DEDC9AD3F83B30 /* sr.lproj */ = { + isa = PBXGroup; + children = ( + BF0C8D5993267A74D4875C1A /* Localizable.strings */, + BF0C875C983226CB16DBD90F /* InfoPlist.strings */, + ); + path = sr.lproj; + sourceTree = ""; + }; BF0C81EB02768FAD7290E6A4 /* uk.lproj */ = { isa = PBXGroup; children = ( @@ -492,6 +517,15 @@ path = app; sourceTree = ""; }; + BF0C873806FA481431946BD0 /* fa.lproj */ = { + isa = PBXGroup; + children = ( + BF0C895A9AF79A869EE6B108 /* Localizable.strings */, + BF0C82A8848224E76B880A83 /* InfoPlist.strings */, + ); + path = fa.lproj; + sourceTree = ""; + }; BF0C876FCFE1AB2E36E79C03 /* pl.lproj */ = { isa = PBXGroup; children = ( @@ -523,6 +557,15 @@ path = "window-controls"; sourceTree = ""; }; + BF0C8A181CD8C6FD282D6AB5 /* ca.lproj */ = { + isa = PBXGroup; + children = ( + BF0C84A4227CB16617C26977 /* Localizable.strings */, + BF0C87F5D4AD51D6950C98B0 /* InfoPlist.strings */, + ); + path = ca.lproj; + sourceTree = ""; + }; BF0C8B1DA0DFC696489608FF /* bg.lproj */ = { isa = PBXGroup; children = ( @@ -541,6 +584,15 @@ path = sv.lproj; sourceTree = ""; }; + BF0C8CFA15EF209F41E672CA /* da.lproj */ = { + isa = PBXGroup; + children = ( + BF0C8A970BD1CAD555F31EDA /* Localizable.strings */, + BF0C8062E78677398A4A217B /* InfoPlist.strings */, + ); + path = da.lproj; + sourceTree = ""; + }; BF0C8D5012C31223B5E1A4E5 /* vi.lproj */ = { isa = PBXGroup; children = ( @@ -1102,6 +1154,10 @@ BF0C8E80897D08AF18F9EF05 /* lb.lproj */, BF0C81174620D8C11E1A13C4 /* hi.lproj */, BF0C8B1DA0DFC696489608FF /* bg.lproj */, + BF0C8CFA15EF209F41E672CA /* da.lproj */, + BF0C8A181CD8C6FD282D6AB5 /* ca.lproj */, + BF0C873806FA481431946BD0 /* fa.lproj */, + BF0C812631DEDC9AD3F83B30 /* sr.lproj */, ); path = l10n; sourceTree = ""; @@ -1220,6 +1276,10 @@ lb, hi, bg, + da, + ca, + fa, + sr, ); mainGroup = D04BA1463D2A17038222BB84; productRefGroup = D04BA1A461BBB5A9BE15E015 /* Products */; @@ -1314,6 +1374,14 @@ BF0C828D53D429C2B8B22391 /* Localizable.strings in Resources */, BF0C8571D70170B73B46A262 /* Localizable.strings in Resources */, BF0C8EA4654F8059F0AED40E /* InfoPlist.strings in Resources */, + BF0C8C8E35FF49CAA4BF5FC4 /* Localizable.strings in Resources */, + BF0C8592CCF5B552C47162AB /* Localizable.strings in Resources */, + BF0C8A95AAD9DADC95887A2D /* Localizable.strings in Resources */, + BF0C812C068CD751CE9BFB67 /* Localizable.strings in Resources */, + BF0C8D1C57D74106018D073C /* InfoPlist.strings in Resources */, + BF0C8A739A74695E60F16369 /* InfoPlist.strings in Resources */, + BF0C89C49CFBAAB4646BB8CB /* InfoPlist.strings in Resources */, + BF0C8052AE41B1B10E42BFCE /* InfoPlist.strings in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1475,6 +1543,14 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXVariantGroup section */ + BF0C8062E78677398A4A217B /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + BF0C8A50151A4EF88E494357 /* da */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; BF0C8096A88BC18C4902C037 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( @@ -1531,6 +1607,14 @@ name = InfoPlist.strings; sourceTree = ""; }; + BF0C82A8848224E76B880A83 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + BF0C83FC3C53FFB41A3832FD /* fa */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; BF0C82E55127D38ABF969CA0 /* InfoPlist.strings */ = { isa = PBXVariantGroup; children = ( @@ -1571,6 +1655,14 @@ name = Localizable.strings; sourceTree = ""; }; + BF0C84A4227CB16617C26977 /* Localizable.strings */ = { + isa = PBXVariantGroup; + children = ( + BF0C848A4DDFF5D118CA9CAF /* ca */, + ); + name = Localizable.strings; + sourceTree = ""; + }; BF0C84F4B25A7C26A88ADE92 /* Localizable.strings */ = { isa = PBXVariantGroup; children = ( @@ -1587,6 +1679,22 @@ name = Localizable.strings; sourceTree = ""; }; + BF0C875C983226CB16DBD90F /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + BF0C8C4F77466FB59071A71F /* sr */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; + BF0C87F5D4AD51D6950C98B0 /* InfoPlist.strings */ = { + isa = PBXVariantGroup; + children = ( + BF0C8C6995992F837A9A83A6 /* ca */, + ); + name = InfoPlist.strings; + sourceTree = ""; + }; BF0C883EBA8FDA9CB61C91FD /* Localizable.strings */ = { isa = PBXVariantGroup; children = ( @@ -1619,6 +1727,22 @@ name = Localizable.strings; sourceTree = ""; }; + BF0C895A9AF79A869EE6B108 /* Localizable.strings */ = { + isa = PBXVariantGroup; + children = ( + BF0C87C0514B13DACB6E702B /* fa */, + ); + name = Localizable.strings; + sourceTree = ""; + }; + BF0C8A970BD1CAD555F31EDA /* Localizable.strings */ = { + isa = PBXVariantGroup; + children = ( + BF0C8942D747B2B8E3A2BB53 /* da */, + ); + name = Localizable.strings; + sourceTree = ""; + }; BF0C8A9D25A9680EB19444BC /* Localizable.strings */ = { isa = PBXVariantGroup; children = ( @@ -1643,6 +1767,14 @@ name = InfoPlist.strings; sourceTree = ""; }; + BF0C8D5993267A74D4875C1A /* Localizable.strings */ = { + isa = PBXVariantGroup; + children = ( + BF0C8D9E024876AD9A92BE8D /* sr */, + ); + name = Localizable.strings; + sourceTree = ""; + }; BF0C8FBA6B0F4DEB510C71CB /* Localizable.strings */ = { isa = PBXVariantGroup; children = ( diff --git a/docs/Introduction.md b/docs/Introduction.md index f4d473a78..6bde352da 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -27,7 +27,7 @@ Homebrew 2.5 or above | Homebrew 2.4 or below The app is available in: -Bahasa Indonesia, Deutsch, English, Español, Français, Italiano, Lëtzebuergesch, Magyar, Nederlands, Norsk, Polski, Português, Português (Brasil), Slovenčina, Slovenščina, Suomi, Svenska, Tiếng Việt, Türkçe, Čeština, Български, Русский язык, українська мова, العربية, हिन्दी, 日本語, 简体中文, 繁體中文, 한국어 +Bahasa Indonesia, Català, Dansk, Deutsch, English, Español, Français, Italiano, Lëtzebuergesch, Magyar, Nederlands, Norsk, Polski, Português, Português (Brasil), Slovenčina, Slovenščina, Suomi, Svenska, Tiếng Việt, Türkçe, Čeština, Български, Русский язык, Српски / Srpski, українська мова, العربية, فارسی, हिन्दी, 日本語, 简体中文, 繁體中文, 한국어 [Contribute your own language easily!](https://poeditor.com/join/project/8AOEZ0eAZE) diff --git a/resources/l10n/Localizable.strings b/resources/l10n/Localizable.strings index 91f1a322c..67978b831 100644 --- a/resources/l10n/Localizable.strings +++ b/resources/l10n/Localizable.strings @@ -37,12 +37,6 @@ /* No comment provided by engineer. */ "Also select windows using:" = "Also select windows using:"; -/* No comment provided by engineer. */ -"Miscellaneous:" = "Miscellaneous:"; - -/* No comment provided by engineer. */ -"Cursor follows focus" = "Cursor follows focus" - /* No comment provided by engineer. */ "AltTab crashed last time you used it. Sending a crash report will help get the issue fixed" = "AltTab crashed last time you used it. Sending a crash report will help get the issue fixed"; @@ -106,6 +100,9 @@ /* No comment provided by engineer. */ "Crash reports policy:" = "Crash reports policy:"; +/* No comment provided by engineer. */ +"Cursor follows focus" = "Cursor follows focus"; + /* No comment provided by engineer. */ "Do nothing" = "Do nothing"; @@ -193,6 +190,9 @@ /* No comment provided by engineer. */ "Minimized windows:" = "Minimized windows:"; +/* No comment provided by engineer. */ +"Miscellaneous:" = "Miscellaneous:"; + /* No comment provided by engineer. */ "Mouse hover" = "Mouse hover"; diff --git a/resources/l10n/ca.lproj/InfoPlist.strings b/resources/l10n/ca.lproj/InfoPlist.strings new file mode 100644 index 000000000..31283f0ab --- /dev/null +++ b/resources/l10n/ca.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/*Copyright (human-readable)*/ +"NSHumanReadableCopyright" = "Llicència GPL-3.0"; diff --git a/resources/l10n/ca.lproj/Localizable.strings b/resources/l10n/ca.lproj/Localizable.strings new file mode 100644 index 000000000..50721c3d4 --- /dev/null +++ b/resources/l10n/ca.lproj/Localizable.strings @@ -0,0 +1,360 @@ + +/*No comment provided by engineer.*/ +"About" = "Sobre l'AltTab"; + +/*Menubar option. %@ is AltTab*/ +"About %@" = "Sobre l'%@"; + +/*No comment provided by engineer.*/ +"Accessibility" = "Accessibilitat"; + +/*No comment provided by engineer.*/ +"Acknowledgments" = "Agraïments"; + +/*No comment provided by engineer.*/ +"Active app" = "Aplicació activa"; + +/*No comment provided by engineer.*/ +"Active screen" = "Pantalla activa"; + +/*No comment provided by engineer.*/ +"Active Space" = "Espai actiu"; + +/*No comment provided by engineer.*/ +"Align windows:" = "Alinear finestres:"; + +/*No comment provided by engineer.*/ +"All apps" = "Totes les aplicacions"; + +/*No comment provided by engineer.*/ +"All data from this form will be made public, as a ticket on github.com" = "Les dades es faran públiques a github.com"; + +/*No comment provided by engineer.*/ +"All screens" = "Totes les pantalles"; + +/*No comment provided by engineer.*/ +"All Spaces" = "Tots els espais"; + +/*No comment provided by engineer.*/ +"Allowed" = "Permès"; + +/*No comment provided by engineer.*/ +"Also select windows using:" = "També seleccionar:"; + +/*No comment provided by engineer.*/ +"AltTab crashed last time you used it. Sending a crash report will help get the issue fixed" = "AltTab es va tancar a causa d'un problema. Enviar un informe d'error ajudarà a resoldre'l"; + +/*No comment provided by engineer.*/ +"AltTab needs some permissions" = "L'AltTab necessita alguns permisos"; + +/*No comment provided by engineer.*/ +"Always send crash reports" = "Enviar sempre informes d'errors"; + +/*No comment provided by engineer.*/ +"and press:" = "y prémer:"; + +/*No comment provided by engineer.*/ +"Apparition delay:" = "Retard en aparèixer:"; + +/*No comment provided by engineer.*/ +"Appearance" = "Aparença"; + +/*No comment provided by engineer.*/ +"Are you sure you don’t want a response?" = "Estás segur que no vols rebre resposta?"; + +/*No comment provided by engineer.*/ +"Arrow keys" = "Tecles de fletxa"; + +/*No comment provided by engineer.*/ +"Ask whether to send crash reports" = "Preguntar per cada informe d'error"; + +/*No comment provided by engineer.*/ +"Auto-install updates periodically" = "Instal·lar actualitzacions automàticament"; + +/*No comment provided by engineer.*/ +"Blacklists" = "Excepcions"; + +/*Cancel button*/ +"Cancel" = "Cancel·lar"; + +/*No comment provided by engineer.*/ +"Cancel and hide" = "Cancel·lar i amagar"; + +/*No comment provided by engineer.*/ +"Center" = "Centre"; + +/*No comment provided by engineer.*/ +"Check for updates now…" = "Cercar actualitzacions..."; + +/*No comment provided by engineer.*/ +"Check for updates periodically" = "Comprovar actualitzacions periòdicament"; + +/*No comment provided by engineer.*/ +"Check for updates…" = "Buscar actualitzacions..."; + +/*No comment provided by engineer.*/ +"Close window" = "Tancar finestra"; + +/*No comment provided by engineer.*/ +"Conflicting shortcut" = "Drecera ja en ús"; + +/*No comment provided by engineer.*/ +"Controls" = "Controls"; + +/*No comment provided by engineer.*/ +"Crash reports policy:" = "Política d'informes d'errors:"; + +/*No comment provided by engineer.*/ +"Do nothing" = "No fer res"; + +/*No comment provided by engineer.*/ +"Don’t check for updates periodically" = "No comprovar actualitzacions periòdicament"; + +/*No comment provided by engineer.*/ +"Don’t send" = "No enviar"; + +/*No comment provided by engineer.*/ +"Don’t show windows from these apps" = "No mostrar les finestres de les següents aplicacions"; + +/*No comment provided by engineer.*/ +"End" = "Final"; + +/*No comment provided by engineer.*/ +"Fade out animation:" = "Animació en desaparèixer:"; + +/*No comment provided by engineer.*/ +"Focus selected window" = "Activar la finestra seleccionada"; + +/*No comment provided by engineer.*/ +"Fullscreen windows:" = "Finestres a pantalla completa:"; + +/*No comment provided by engineer.*/ +"General" = "General"; + +/*No comment provided by engineer.*/ +"Hidden windows:" = "Finestres amagades:"; + +/*No comment provided by engineer.*/ +"Hide" = "Amagar"; + +/*No comment provided by engineer.*/ +"Hide app badges:" = "Amagar insígnies de l'aplicació:"; + +/*No comment provided by engineer.*/ +"Hide apps with no open window:" = "Amagar aplicacions sense finestres obertes:"; + +/*No comment provided by engineer.*/ +"Hide colored circles on mouse hover:" = "Amagar cercles de colors en passar el cursor:"; + +/*No comment provided by engineer.*/ +"Hide Space number labels:" = "No mostrar número de l'espai:"; + +/*No comment provided by engineer.*/ +"Hide status icons:" = "Amagar icones d'estat:"; + +/*No comment provided by engineer.*/ +"Hide window thumbnails:" = "Amagar miniatures de les finestres:"; + +/*No comment provided by engineer.*/ +"Hide/Show app" = "Amagar/Mostrar aplicació"; + +/*No comment provided by engineer.*/ +"Hold" = "Mantenir"; + +/*No comment provided by engineer.*/ +"I think the app could be improved with…" = "Crec que l'aplicació milloraria si..."; + +/*No comment provided by engineer.*/ +"Ignore shortcuts while a window from these apps is active" = "Ignorar dreceres si una finestra d'aquestes aplicacions està activa"; + +/*No comment provided by engineer.*/ +"Latest releases" = "Últimes versions"; + +/*No comment provided by engineer.*/ +"Left" = "Esquerra"; + +/*No comment provided by engineer.*/ +"Max height on screen:" = "Alçada màxima a la pantalla:"; + +/*No comment provided by engineer.*/ +"Max width on screen:" = "Amplada màxima a la pantalla:"; + +/*No comment provided by engineer.*/ +"Menubar icon:" = "Icona de la barra de menús:"; + +/*No comment provided by engineer.*/ +"Middle" = "Mig"; + +/*No comment provided by engineer.*/ +"Minimize/Deminimize window" = "Minimitzar/Restaurar finestra"; + +/*No comment provided by engineer.*/ +"Minimized windows:" = "Finestres minimitzades:"; + +/*No comment provided by engineer.*/ +"Miscellaneous:" = "Miscellaneous:"; + +/*No comment provided by engineer.*/ +"Mouse hover" = "En passar el cursor"; + +/*No comment provided by engineer.*/ +"Never send crash reports" = "No enviar mai informes d'errors"; + +/*No comment provided by engineer.*/ +"Not allowed" = "No permès"; + +/*Copyright (human-readable)*/ +"NSHumanReadableCopyright" = "Llicència GPL-3.0"; + +/*No comment provided by engineer.*/ +"Only if the window is fullscreen" = "Només si la finestra està a pantalla completa"; + +/*No comment provided by engineer.*/ +"Open Accessibility Preferences…" = "Obrir preferències d'accessibilitat..."; + +/*No comment provided by engineer.*/ +"Open Screen Recording Preferences…" = "Obrir preferències de gravació de pantalla..."; + +/*No comment provided by engineer.*/ +"Optional: email (if you want a reply)" = "Opcional: adreça de correu (si esperes resposta)"; + +/*No comment provided by engineer.*/ +"Policies" = "Polítiques"; + +/*No comment provided by engineer.*/ +"Preferences…" = "Preferències..."; + +/*No comment provided by engineer.*/ +"Quit" = "Sortir"; + +/*No comment provided by engineer.*/ +"Quit %@" = "Sortir de l'%@"; + +/*No comment provided by engineer.*/ +"Quit app" = "Sortir de l'aplicació"; + +/*No comment provided by engineer.*/ +"Remember my choice" = "Recordar la meva selecció"; + +/*No comment provided by engineer.*/ +"Rows of thumbnails:" = "Files de miniatures:"; + +/*No comment provided by engineer.*/ +"Screen including menu bar" = "Pantalla on es mostra la barra de menús"; + +/*No comment provided by engineer.*/ +"Screen including mouse" = "Pantalla on es troba el cursor"; + +/*No comment provided by engineer.*/ +"Screen Recording" = "Gravació de pantalla"; + +/*No comment provided by engineer.*/ +"Screen showing AltTab" = "Pantalla on es mostra l'AltTab"; + +/*No comment provided by engineer.*/ +"Select next window" = "Seleccionar finestra següent"; + +/*No comment provided by engineer.*/ +"Select previous window" = "Seleccionar finestra anterior"; + +/*No comment provided by engineer.*/ +"Send" = "Enviar"; + +/*No comment provided by engineer.*/ +"Send a crash report?" = "Enviar informe d'error?"; + +/*No comment provided by engineer.*/ +"Send anyway" = "Enviar de totes maneres"; + +/*No comment provided by engineer.*/ +"Send debug profile (CPU, memory, etc)" = "Enviar perfil de diagnòstic (CPU, memòria, etc.)"; + +/*No comment provided by engineer.*/ +"Send feedback" = "Enviar comentaris"; + +/*No comment provided by engineer.*/ +"Send feedback…" = "Enviar comentaris…"; + +/*No comment provided by engineer.*/ +"Share improvement ideas, or report bugs" = "Proposa millores, o informa de problemes"; + +/*No comment provided by engineer.*/ +"Shortcut 1" = "Drecera 1"; + +/*No comment provided by engineer.*/ +"Shortcut 2" = "Drecera 2"; + +/*No comment provided by engineer.*/ +"Shortcut already assigned to another action: %@" = "Drecera assignada a una altra acció: %@"; + +/*No comment provided by engineer.*/ +"Show" = "Mostrar"; + +/*No comment provided by engineer.*/ +"Show at the end" = "Mostrar al final"; + +/*No comment provided by engineer.*/ +"Show on:" = "Mostrar a:"; + +/*No comment provided by engineer.*/ +"Show standard tabs as windows:" = "Mostrar pestanyes com a finestres:"; + +/*No comment provided by engineer.*/ +"Show windows from:" = "Mostrar finestres de:"; + +/*No comment provided by engineer.*/ +"Source code repository" = "Repositori del codi font"; + +/*No comment provided by engineer.*/ +"Start" = "Inici"; + +/*No comment provided by engineer.*/ +"Start at login:" = "Obrir en iniciar la sessió:"; + +/*No comment provided by engineer.*/ +"Theme:" = "Tema:"; + +/*No comment provided by engineer.*/ +"Then release:" = "En deixar anar:"; + +/*No comment provided by engineer.*/ +"This permission is needed to focus windows after you release the shortcut" = "Aquest permís és necessari per activar una finestra amb una drecera"; + +/*No comment provided by engineer.*/ +"This permission is needed to show screenshots and titles of open windows" = "Aquest permís és necessari per mostrar les miniatures i els títols de les finestres"; + +/*No comment provided by engineer.*/ +"Unassign existing shortcut and continue" = "Eliminar drecera ja existent i continuar"; + +/*No comment provided by engineer.*/ +"Updates policy:" = "Política d'actualitzacions:"; + +/*No comment provided by engineer.*/ +"Version" = "Versió"; + +/*No comment provided by engineer.*/ +"View existing discussions" = "Veure discussions en curs"; + +/*No comment provided by engineer.*/ +"Visible Spaces" = "Espais visibles"; + +/*No comment provided by engineer.*/ +"While open, press:" = "Mentre es mostren les miniatures:"; + +/*No comment provided by engineer.*/ +"Window app icon size:" = "Mida de les icones:"; + +/*No comment provided by engineer.*/ +"Window max width in row:" = "Amplada màxima de finestra dins d'una fila:"; + +/*No comment provided by engineer.*/ +"Window min width in row:" = "Amplada mínima de finestra dins d'una fila:"; + +/*No comment provided by engineer.*/ +"Window title font size:" = "Mida dels títols:"; + +/*No comment provided by engineer.*/ +"Window title truncation:" = "Escurçament dels títols:"; + +/*No comment provided by engineer.*/ +"You didn’t write your email, thus can’t receive any response." = "No has indicat adreça de correu, no rebràs cap resposta."; diff --git a/resources/l10n/da.lproj/InfoPlist.strings b/resources/l10n/da.lproj/InfoPlist.strings new file mode 100644 index 000000000..367748eb2 --- /dev/null +++ b/resources/l10n/da.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/*Copyright (human-readable)*/ +"NSHumanReadableCopyright" = "GPL-3.0 licens"; diff --git a/resources/l10n/da.lproj/Localizable.strings b/resources/l10n/da.lproj/Localizable.strings new file mode 100644 index 000000000..6d4fb2fc8 --- /dev/null +++ b/resources/l10n/da.lproj/Localizable.strings @@ -0,0 +1,360 @@ + +/*No comment provided by engineer.*/ +"About" = "Om"; + +/*Menubar option. %@ is AltTab*/ +"About %@" = "About %@"; + +/*No comment provided by engineer.*/ +"Accessibility" = "Accessibility"; + +/*No comment provided by engineer.*/ +"Acknowledgments" = "Acknowledgments"; + +/*No comment provided by engineer.*/ +"Active app" = "Active app"; + +/*No comment provided by engineer.*/ +"Active screen" = "Active screen"; + +/*No comment provided by engineer.*/ +"Active Space" = "Active Space"; + +/*No comment provided by engineer.*/ +"Align windows:" = "Align windows:"; + +/*No comment provided by engineer.*/ +"All apps" = "All apps"; + +/*No comment provided by engineer.*/ +"All data from this form will be made public, as a ticket on github.com" = "All data from this form will be made public, as a ticket on github.com"; + +/*No comment provided by engineer.*/ +"All screens" = "All screens"; + +/*No comment provided by engineer.*/ +"All Spaces" = "All Spaces"; + +/*No comment provided by engineer.*/ +"Allowed" = "Allowed"; + +/*No comment provided by engineer.*/ +"Also select windows using:" = "Also select windows using:"; + +/*No comment provided by engineer.*/ +"AltTab crashed last time you used it. Sending a crash report will help get the issue fixed" = "AltTab crashed last time you used it. Sending a crash report will help get the issue fixed"; + +/*No comment provided by engineer.*/ +"AltTab needs some permissions" = "AltTab needs some permissions"; + +/*No comment provided by engineer.*/ +"Always send crash reports" = "Always send crash reports"; + +/*No comment provided by engineer.*/ +"and press:" = "and press:"; + +/*No comment provided by engineer.*/ +"Apparition delay:" = "Apparition delay:"; + +/*No comment provided by engineer.*/ +"Appearance" = "Udseende"; + +/*No comment provided by engineer.*/ +"Are you sure you don’t want a response?" = "Are you sure you don’t want a response?"; + +/*No comment provided by engineer.*/ +"Arrow keys" = "Arrow keys"; + +/*No comment provided by engineer.*/ +"Ask whether to send crash reports" = "Ask whether to send crash reports"; + +/*No comment provided by engineer.*/ +"Auto-install updates periodically" = "Installer opdateringer automatisk periodisk"; + +/*No comment provided by engineer.*/ +"Blacklists" = "Blacklists"; + +/*Cancel button*/ +"Cancel" = "Annullere"; + +/*No comment provided by engineer.*/ +"Cancel and hide" = "Cancel and hide"; + +/*No comment provided by engineer.*/ +"Center" = "Center"; + +/*No comment provided by engineer.*/ +"Check for updates now…" = "Tjek for opdateringer nu..."; + +/*No comment provided by engineer.*/ +"Check for updates periodically" = "Tjek for opdateringer periodisk"; + +/*No comment provided by engineer.*/ +"Check for updates…" = "Tjek for opdateringer"; + +/*No comment provided by engineer.*/ +"Close window" = "Close window"; + +/*No comment provided by engineer.*/ +"Conflicting shortcut" = "Conflicting shortcut"; + +/*No comment provided by engineer.*/ +"Controls" = "Controls"; + +/*No comment provided by engineer.*/ +"Crash reports policy:" = "Crash reports policy:"; + +/*No comment provided by engineer.*/ +"Do nothing" = "Do nothing"; + +/*No comment provided by engineer.*/ +"Don’t check for updates periodically" = "Tjek ikke for opdateringer periodisk"; + +/*No comment provided by engineer.*/ +"Don’t send" = "Don’t send"; + +/*No comment provided by engineer.*/ +"Don’t show windows from these apps" = "Don’t show windows from these apps"; + +/*No comment provided by engineer.*/ +"End" = "End"; + +/*No comment provided by engineer.*/ +"Fade out animation:" = "Fade out animation:"; + +/*No comment provided by engineer.*/ +"Focus selected window" = "Focus selected window"; + +/*No comment provided by engineer.*/ +"Fullscreen windows:" = "Fullscreen windows:"; + +/*No comment provided by engineer.*/ +"General" = "General"; + +/*No comment provided by engineer.*/ +"Hidden windows:" = "Hidden windows:"; + +/*No comment provided by engineer.*/ +"Hide" = "Hide"; + +/*No comment provided by engineer.*/ +"Hide app badges:" = "Hide app badges:"; + +/*No comment provided by engineer.*/ +"Hide apps with no open window:" = "Hide apps with no open window:"; + +/*No comment provided by engineer.*/ +"Hide colored circles on mouse hover:" = "Hide colored circles on mouse hover:"; + +/*No comment provided by engineer.*/ +"Hide Space number labels:" = "Hide Space number labels:"; + +/*No comment provided by engineer.*/ +"Hide status icons:" = "Hide status icons:"; + +/*No comment provided by engineer.*/ +"Hide window thumbnails:" = "Hide window thumbnails:"; + +/*No comment provided by engineer.*/ +"Hide/Show app" = "Hide/Show app"; + +/*No comment provided by engineer.*/ +"Hold" = "Hold"; + +/*No comment provided by engineer.*/ +"I think the app could be improved with…" = "I think the app could be improved with…"; + +/*No comment provided by engineer.*/ +"Ignore shortcuts while a window from these apps is active" = "Ignore shortcuts while a window from these apps is active"; + +/*No comment provided by engineer.*/ +"Latest releases" = "Latest releases"; + +/*No comment provided by engineer.*/ +"Left" = "Left"; + +/*No comment provided by engineer.*/ +"Max height on screen:" = "Max height on screen:"; + +/*No comment provided by engineer.*/ +"Max width on screen:" = "Max width on screen:"; + +/*No comment provided by engineer.*/ +"Menubar icon:" = "Menubar icon:"; + +/*No comment provided by engineer.*/ +"Middle" = "Middle"; + +/*No comment provided by engineer.*/ +"Minimize/Deminimize window" = "Minimize/Deminimize window"; + +/*No comment provided by engineer.*/ +"Minimized windows:" = "Minimized windows:"; + +/*No comment provided by engineer.*/ +"Miscellaneous:" = "Miscellaneous:"; + +/*No comment provided by engineer.*/ +"Mouse hover" = "Mouse hover"; + +/*No comment provided by engineer.*/ +"Never send crash reports" = "Never send crash reports"; + +/*No comment provided by engineer.*/ +"Not allowed" = "Not allowed"; + +/*Copyright (human-readable)*/ +"NSHumanReadableCopyright" = "GPL-3.0 licens"; + +/*No comment provided by engineer.*/ +"Only if the window is fullscreen" = "Only if the window is fullscreen"; + +/*No comment provided by engineer.*/ +"Open Accessibility Preferences…" = "Open Accessibility Preferences…"; + +/*No comment provided by engineer.*/ +"Open Screen Recording Preferences…" = "Open Screen Recording Preferences…"; + +/*No comment provided by engineer.*/ +"Optional: email (if you want a reply)" = "Optional: email (if you want a reply)"; + +/*No comment provided by engineer.*/ +"Policies" = "Policies"; + +/*No comment provided by engineer.*/ +"Preferences…" = "Preferences…"; + +/*No comment provided by engineer.*/ +"Quit" = "Quit"; + +/*No comment provided by engineer.*/ +"Quit %@" = "Quit %@"; + +/*No comment provided by engineer.*/ +"Quit app" = "Quit app"; + +/*No comment provided by engineer.*/ +"Remember my choice" = "Remember my choice"; + +/*No comment provided by engineer.*/ +"Rows of thumbnails:" = "Rows of thumbnails:"; + +/*No comment provided by engineer.*/ +"Screen including menu bar" = "Screen including menu bar"; + +/*No comment provided by engineer.*/ +"Screen including mouse" = "Screen including mouse"; + +/*No comment provided by engineer.*/ +"Screen Recording" = "Screen Recording"; + +/*No comment provided by engineer.*/ +"Screen showing AltTab" = "Screen showing AltTab"; + +/*No comment provided by engineer.*/ +"Select next window" = "Select next window"; + +/*No comment provided by engineer.*/ +"Select previous window" = "Select previous window"; + +/*No comment provided by engineer.*/ +"Send" = "Send"; + +/*No comment provided by engineer.*/ +"Send a crash report?" = "Send a crash report?"; + +/*No comment provided by engineer.*/ +"Send anyway" = "Send anyway"; + +/*No comment provided by engineer.*/ +"Send debug profile (CPU, memory, etc)" = "Send debug profile (CPU, memory, etc)"; + +/*No comment provided by engineer.*/ +"Send feedback" = "Send feedback"; + +/*No comment provided by engineer.*/ +"Send feedback…" = "Send feedback…"; + +/*No comment provided by engineer.*/ +"Share improvement ideas, or report bugs" = "Share improvement ideas, or report bugs"; + +/*No comment provided by engineer.*/ +"Shortcut 1" = "Shortcut 1"; + +/*No comment provided by engineer.*/ +"Shortcut 2" = "Shortcut 2"; + +/*No comment provided by engineer.*/ +"Shortcut already assigned to another action: %@" = "Shortcut already assigned to another action: %@"; + +/*No comment provided by engineer.*/ +"Show" = "Show"; + +/*No comment provided by engineer.*/ +"Show at the end" = "Show at the end"; + +/*No comment provided by engineer.*/ +"Show on:" = "Show on:"; + +/*No comment provided by engineer.*/ +"Show standard tabs as windows:" = "Show standard tabs as windows:"; + +/*No comment provided by engineer.*/ +"Show windows from:" = "Show windows from:"; + +/*No comment provided by engineer.*/ +"Source code repository" = "Source code repository"; + +/*No comment provided by engineer.*/ +"Start" = "Start"; + +/*No comment provided by engineer.*/ +"Start at login:" = "Start at login:"; + +/*No comment provided by engineer.*/ +"Theme:" = "Theme:"; + +/*No comment provided by engineer.*/ +"Then release:" = "Then release:"; + +/*No comment provided by engineer.*/ +"This permission is needed to focus windows after you release the shortcut" = "This permission is needed to focus windows after you release the shortcut"; + +/*No comment provided by engineer.*/ +"This permission is needed to show screenshots and titles of open windows" = "This permission is needed to show screenshots and titles of open windows"; + +/*No comment provided by engineer.*/ +"Unassign existing shortcut and continue" = "Unassign existing shortcut and continue"; + +/*No comment provided by engineer.*/ +"Updates policy:" = "Updates policy:"; + +/*No comment provided by engineer.*/ +"Version" = "Version"; + +/*No comment provided by engineer.*/ +"View existing discussions" = "View existing discussions"; + +/*No comment provided by engineer.*/ +"Visible Spaces" = "Visible Spaces"; + +/*No comment provided by engineer.*/ +"While open, press:" = "While open, press:"; + +/*No comment provided by engineer.*/ +"Window app icon size:" = "Window app icon size:"; + +/*No comment provided by engineer.*/ +"Window max width in row:" = "Window max width in row:"; + +/*No comment provided by engineer.*/ +"Window min width in row:" = "Window min width in row:"; + +/*No comment provided by engineer.*/ +"Window title font size:" = "Window title font size:"; + +/*No comment provided by engineer.*/ +"Window title truncation:" = "Window title truncation:"; + +/*No comment provided by engineer.*/ +"You didn’t write your email, thus can’t receive any response." = "You didn’t write your email, thus can’t receive any response."; diff --git a/resources/l10n/fa.lproj/InfoPlist.strings b/resources/l10n/fa.lproj/InfoPlist.strings new file mode 100644 index 000000000..f35214da1 --- /dev/null +++ b/resources/l10n/fa.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/*Copyright (human-readable)*/ +"NSHumanReadableCopyright" = "گواهی GPL-3.0"; diff --git a/resources/l10n/fa.lproj/Localizable.strings b/resources/l10n/fa.lproj/Localizable.strings new file mode 100644 index 000000000..eeed3b409 --- /dev/null +++ b/resources/l10n/fa.lproj/Localizable.strings @@ -0,0 +1,360 @@ + +/*No comment provided by engineer.*/ +"About" = "درباره"; + +/*Menubar option. %@ is AltTab*/ +"About %@" = "About %@"; + +/*No comment provided by engineer.*/ +"Accessibility" = "Accessibility"; + +/*No comment provided by engineer.*/ +"Acknowledgments" = "Acknowledgments"; + +/*No comment provided by engineer.*/ +"Active app" = "Active app"; + +/*No comment provided by engineer.*/ +"Active screen" = "Active screen"; + +/*No comment provided by engineer.*/ +"Active Space" = "Active Space"; + +/*No comment provided by engineer.*/ +"Align windows:" = "Align windows:"; + +/*No comment provided by engineer.*/ +"All apps" = "All apps"; + +/*No comment provided by engineer.*/ +"All data from this form will be made public, as a ticket on github.com" = "All data from this form will be made public, as a ticket on github.com"; + +/*No comment provided by engineer.*/ +"All screens" = "All screens"; + +/*No comment provided by engineer.*/ +"All Spaces" = "All Spaces"; + +/*No comment provided by engineer.*/ +"Allowed" = "Allowed"; + +/*No comment provided by engineer.*/ +"Also select windows using:" = "Also select windows using:"; + +/*No comment provided by engineer.*/ +"AltTab crashed last time you used it. Sending a crash report will help get the issue fixed" = "AltTab crashed last time you used it. Sending a crash report will help get the issue fixed"; + +/*No comment provided by engineer.*/ +"AltTab needs some permissions" = "AltTab needs some permissions"; + +/*No comment provided by engineer.*/ +"Always send crash reports" = "Always send crash reports"; + +/*No comment provided by engineer.*/ +"and press:" = "and press:"; + +/*No comment provided by engineer.*/ +"Apparition delay:" = "Apparition delay:"; + +/*No comment provided by engineer.*/ +"Appearance" = "ظاهر"; + +/*No comment provided by engineer.*/ +"Are you sure you don’t want a response?" = "Are you sure you don’t want a response?"; + +/*No comment provided by engineer.*/ +"Arrow keys" = "Arrow keys"; + +/*No comment provided by engineer.*/ +"Ask whether to send crash reports" = "Ask whether to send crash reports"; + +/*No comment provided by engineer.*/ +"Auto-install updates periodically" = "به صورت دوره‌ای و خودکار به‌روزرسانی کن"; + +/*No comment provided by engineer.*/ +"Blacklists" = "Blacklists"; + +/*Cancel button*/ +"Cancel" = "لغو"; + +/*No comment provided by engineer.*/ +"Cancel and hide" = "Cancel and hide"; + +/*No comment provided by engineer.*/ +"Center" = "Center"; + +/*No comment provided by engineer.*/ +"Check for updates now…" = "همین الان به روزرسانی را بررسی کن"; + +/*No comment provided by engineer.*/ +"Check for updates periodically" = "به صورت دوره‌ای به‌روزرسانی را بررسی کن"; + +/*No comment provided by engineer.*/ +"Check for updates…" = "به‌روزرسانی را بررسی کن"; + +/*No comment provided by engineer.*/ +"Close window" = "Close window"; + +/*No comment provided by engineer.*/ +"Conflicting shortcut" = "Conflicting shortcut"; + +/*No comment provided by engineer.*/ +"Controls" = "Controls"; + +/*No comment provided by engineer.*/ +"Crash reports policy:" = "Crash reports policy:"; + +/*No comment provided by engineer.*/ +"Do nothing" = "Do nothing"; + +/*No comment provided by engineer.*/ +"Don’t check for updates periodically" = "به صورت دوره‌ای به‌روزرسانی را بررسی نکن"; + +/*No comment provided by engineer.*/ +"Don’t send" = "Don’t send"; + +/*No comment provided by engineer.*/ +"Don’t show windows from these apps" = "Don’t show windows from these apps"; + +/*No comment provided by engineer.*/ +"End" = "End"; + +/*No comment provided by engineer.*/ +"Fade out animation:" = "Fade out animation:"; + +/*No comment provided by engineer.*/ +"Focus selected window" = "Focus selected window"; + +/*No comment provided by engineer.*/ +"Fullscreen windows:" = "Fullscreen windows:"; + +/*No comment provided by engineer.*/ +"General" = "General"; + +/*No comment provided by engineer.*/ +"Hidden windows:" = "Hidden windows:"; + +/*No comment provided by engineer.*/ +"Hide" = "Hide"; + +/*No comment provided by engineer.*/ +"Hide app badges:" = "Hide app badges:"; + +/*No comment provided by engineer.*/ +"Hide apps with no open window:" = "Hide apps with no open window:"; + +/*No comment provided by engineer.*/ +"Hide colored circles on mouse hover:" = "Hide colored circles on mouse hover:"; + +/*No comment provided by engineer.*/ +"Hide Space number labels:" = "Hide Space number labels:"; + +/*No comment provided by engineer.*/ +"Hide status icons:" = "Hide status icons:"; + +/*No comment provided by engineer.*/ +"Hide window thumbnails:" = "Hide window thumbnails:"; + +/*No comment provided by engineer.*/ +"Hide/Show app" = "Hide/Show app"; + +/*No comment provided by engineer.*/ +"Hold" = "Hold"; + +/*No comment provided by engineer.*/ +"I think the app could be improved with…" = "من گمان می‌کنم این نرم‌افزار می‌تواند بهتر شود به طریق..."; + +/*No comment provided by engineer.*/ +"Ignore shortcuts while a window from these apps is active" = "Ignore shortcuts while a window from these apps is active"; + +/*No comment provided by engineer.*/ +"Latest releases" = "تازه‌ترین نسخه‌ها"; + +/*No comment provided by engineer.*/ +"Left" = "Left"; + +/*No comment provided by engineer.*/ +"Max height on screen:" = "Max height on screen:"; + +/*No comment provided by engineer.*/ +"Max width on screen:" = "Max width on screen:"; + +/*No comment provided by engineer.*/ +"Menubar icon:" = "Menubar icon:"; + +/*No comment provided by engineer.*/ +"Middle" = "Middle"; + +/*No comment provided by engineer.*/ +"Minimize/Deminimize window" = "Minimize/Deminimize window"; + +/*No comment provided by engineer.*/ +"Minimized windows:" = "Minimized windows:"; + +/*No comment provided by engineer.*/ +"Miscellaneous:" = "Miscellaneous:"; + +/*No comment provided by engineer.*/ +"Mouse hover" = "Mouse hover"; + +/*No comment provided by engineer.*/ +"Never send crash reports" = "Never send crash reports"; + +/*No comment provided by engineer.*/ +"Not allowed" = "Not allowed"; + +/*Copyright (human-readable)*/ +"NSHumanReadableCopyright" = "گواهی GPL-3.0"; + +/*No comment provided by engineer.*/ +"Only if the window is fullscreen" = "Only if the window is fullscreen"; + +/*No comment provided by engineer.*/ +"Open Accessibility Preferences…" = "Open Accessibility Preferences…"; + +/*No comment provided by engineer.*/ +"Open Screen Recording Preferences…" = "Open Screen Recording Preferences…"; + +/*No comment provided by engineer.*/ +"Optional: email (if you want a reply)" = "انتخابی:‌ آدرس ایمیل (اگر می‌خواهید پاسخ بدهید)"; + +/*No comment provided by engineer.*/ +"Policies" = "Policies"; + +/*No comment provided by engineer.*/ +"Preferences…" = "ترجیحات..."; + +/*No comment provided by engineer.*/ +"Quit" = "Quit"; + +/*No comment provided by engineer.*/ +"Quit %@" = "خروج از %@"; + +/*No comment provided by engineer.*/ +"Quit app" = "Quit app"; + +/*No comment provided by engineer.*/ +"Remember my choice" = "Remember my choice"; + +/*No comment provided by engineer.*/ +"Rows of thumbnails:" = "Rows of thumbnails:"; + +/*No comment provided by engineer.*/ +"Screen including menu bar" = "Screen including menu bar"; + +/*No comment provided by engineer.*/ +"Screen including mouse" = "Screen including mouse"; + +/*No comment provided by engineer.*/ +"Screen Recording" = "Screen Recording"; + +/*No comment provided by engineer.*/ +"Screen showing AltTab" = "Screen showing AltTab"; + +/*No comment provided by engineer.*/ +"Select next window" = "Select next window"; + +/*No comment provided by engineer.*/ +"Select previous window" = "Select previous window"; + +/*No comment provided by engineer.*/ +"Send" = "ارسال"; + +/*No comment provided by engineer.*/ +"Send a crash report?" = "Send a crash report?"; + +/*No comment provided by engineer.*/ +"Send anyway" = "Send anyway"; + +/*No comment provided by engineer.*/ +"Send debug profile (CPU, memory, etc)" = "ارسال پروفایل دیباگ (CPU، حافظه، و غیره)"; + +/*No comment provided by engineer.*/ +"Send feedback" = "ارسال بازخورد"; + +/*No comment provided by engineer.*/ +"Send feedback…" = "ارسال بازخورد..."; + +/*No comment provided by engineer.*/ +"Share improvement ideas, or report bugs" = "Share improvement ideas, or report bugs"; + +/*No comment provided by engineer.*/ +"Shortcut 1" = "Shortcut 1"; + +/*No comment provided by engineer.*/ +"Shortcut 2" = "Shortcut 2"; + +/*No comment provided by engineer.*/ +"Shortcut already assigned to another action: %@" = "Shortcut already assigned to another action: %@"; + +/*No comment provided by engineer.*/ +"Show" = "Show"; + +/*No comment provided by engineer.*/ +"Show at the end" = "Show at the end"; + +/*No comment provided by engineer.*/ +"Show on:" = "Show on:"; + +/*No comment provided by engineer.*/ +"Show standard tabs as windows:" = "Show standard tabs as windows:"; + +/*No comment provided by engineer.*/ +"Show windows from:" = "Show windows from:"; + +/*No comment provided by engineer.*/ +"Source code repository" = "Source code repository"; + +/*No comment provided by engineer.*/ +"Start" = "Start"; + +/*No comment provided by engineer.*/ +"Start at login:" = "Start at login:"; + +/*No comment provided by engineer.*/ +"Theme:" = "Theme:"; + +/*No comment provided by engineer.*/ +"Then release:" = "Then release:"; + +/*No comment provided by engineer.*/ +"This permission is needed to focus windows after you release the shortcut" = "This permission is needed to focus windows after you release the shortcut"; + +/*No comment provided by engineer.*/ +"This permission is needed to show screenshots and titles of open windows" = "This permission is needed to show screenshots and titles of open windows"; + +/*No comment provided by engineer.*/ +"Unassign existing shortcut and continue" = "Unassign existing shortcut and continue"; + +/*No comment provided by engineer.*/ +"Updates policy:" = "Updates policy:"; + +/*No comment provided by engineer.*/ +"Version" = "Version"; + +/*No comment provided by engineer.*/ +"View existing discussions" = "View existing discussions"; + +/*No comment provided by engineer.*/ +"Visible Spaces" = "Visible Spaces"; + +/*No comment provided by engineer.*/ +"While open, press:" = "While open, press:"; + +/*No comment provided by engineer.*/ +"Window app icon size:" = "Window app icon size:"; + +/*No comment provided by engineer.*/ +"Window max width in row:" = "Window max width in row:"; + +/*No comment provided by engineer.*/ +"Window min width in row:" = "Window min width in row:"; + +/*No comment provided by engineer.*/ +"Window title font size:" = "Window title font size:"; + +/*No comment provided by engineer.*/ +"Window title truncation:" = "Window title truncation:"; + +/*No comment provided by engineer.*/ +"You didn’t write your email, thus can’t receive any response." = "You didn’t write your email, thus can’t receive any response."; diff --git a/resources/l10n/sr.lproj/InfoPlist.strings b/resources/l10n/sr.lproj/InfoPlist.strings new file mode 100644 index 000000000..aa1616d7c --- /dev/null +++ b/resources/l10n/sr.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/*Copyright (human-readable)*/ +"NSHumanReadableCopyright" = "GPL-3.0 licenca"; diff --git a/resources/l10n/sr.lproj/Localizable.strings b/resources/l10n/sr.lproj/Localizable.strings new file mode 100644 index 000000000..8c3854383 --- /dev/null +++ b/resources/l10n/sr.lproj/Localizable.strings @@ -0,0 +1,360 @@ + +/*No comment provided by engineer.*/ +"About" = "O tome"; + +/*Menubar option. %@ is AltTab*/ +"About %@" = "About %@"; + +/*No comment provided by engineer.*/ +"Accessibility" = "Accessibility"; + +/*No comment provided by engineer.*/ +"Acknowledgments" = "Acknowledgments"; + +/*No comment provided by engineer.*/ +"Active app" = "Active app"; + +/*No comment provided by engineer.*/ +"Active screen" = "Active screen"; + +/*No comment provided by engineer.*/ +"Active Space" = "Active Space"; + +/*No comment provided by engineer.*/ +"Align windows:" = "Align windows:"; + +/*No comment provided by engineer.*/ +"All apps" = "All apps"; + +/*No comment provided by engineer.*/ +"All data from this form will be made public, as a ticket on github.com" = "All data from this form will be made public, as a ticket on github.com"; + +/*No comment provided by engineer.*/ +"All screens" = "All screens"; + +/*No comment provided by engineer.*/ +"All Spaces" = "All Spaces"; + +/*No comment provided by engineer.*/ +"Allowed" = "Allowed"; + +/*No comment provided by engineer.*/ +"Also select windows using:" = "Also select windows using:"; + +/*No comment provided by engineer.*/ +"AltTab crashed last time you used it. Sending a crash report will help get the issue fixed" = "AltTab crashed last time you used it. Sending a crash report will help get the issue fixed"; + +/*No comment provided by engineer.*/ +"AltTab needs some permissions" = "AltTab needs some permissions"; + +/*No comment provided by engineer.*/ +"Always send crash reports" = "Always send crash reports"; + +/*No comment provided by engineer.*/ +"and press:" = "and press:"; + +/*No comment provided by engineer.*/ +"Apparition delay:" = "Odlaganje priviđenja"; + +/*No comment provided by engineer.*/ +"Appearance" = "Izgled"; + +/*No comment provided by engineer.*/ +"Are you sure you don’t want a response?" = "Are you sure you don’t want a response?"; + +/*No comment provided by engineer.*/ +"Arrow keys" = "Arrow keys"; + +/*No comment provided by engineer.*/ +"Ask whether to send crash reports" = "Ask whether to send crash reports"; + +/*No comment provided by engineer.*/ +"Auto-install updates periodically" = "Automatski periodično instaliraj ažuriranja "; + +/*No comment provided by engineer.*/ +"Blacklists" = "Blacklists"; + +/*Cancel button*/ +"Cancel" = "Otkaži"; + +/*No comment provided by engineer.*/ +"Cancel and hide" = "Cancel and hide"; + +/*No comment provided by engineer.*/ +"Center" = "Center"; + +/*No comment provided by engineer.*/ +"Check for updates now…" = "Proveri za ažuriranja sada..."; + +/*No comment provided by engineer.*/ +"Check for updates periodically" = "Proveri za ažuriranja periodično"; + +/*No comment provided by engineer.*/ +"Check for updates…" = "Proveri ažuriranja..."; + +/*No comment provided by engineer.*/ +"Close window" = "Close window"; + +/*No comment provided by engineer.*/ +"Conflicting shortcut" = "Conflicting shortcut"; + +/*No comment provided by engineer.*/ +"Controls" = "Controls"; + +/*No comment provided by engineer.*/ +"Crash reports policy:" = "Crash reports policy:"; + +/*No comment provided by engineer.*/ +"Do nothing" = "Do nothing"; + +/*No comment provided by engineer.*/ +"Don’t check for updates periodically" = "Nemoj periodično tragati za ažuriranjima"; + +/*No comment provided by engineer.*/ +"Don’t send" = "Don’t send"; + +/*No comment provided by engineer.*/ +"Don’t show windows from these apps" = "Don’t show windows from these apps"; + +/*No comment provided by engineer.*/ +"End" = "End"; + +/*No comment provided by engineer.*/ +"Fade out animation:" = "Fade out animation:"; + +/*No comment provided by engineer.*/ +"Focus selected window" = "Focus selected window"; + +/*No comment provided by engineer.*/ +"Fullscreen windows:" = "Fullscreen windows:"; + +/*No comment provided by engineer.*/ +"General" = "General"; + +/*No comment provided by engineer.*/ +"Hidden windows:" = "Hidden windows:"; + +/*No comment provided by engineer.*/ +"Hide" = "Hide"; + +/*No comment provided by engineer.*/ +"Hide app badges:" = "Hide app badges:"; + +/*No comment provided by engineer.*/ +"Hide apps with no open window:" = "Hide apps with no open window:"; + +/*No comment provided by engineer.*/ +"Hide colored circles on mouse hover:" = "Hide colored circles on mouse hover:"; + +/*No comment provided by engineer.*/ +"Hide Space number labels:" = "Hide Space number labels:"; + +/*No comment provided by engineer.*/ +"Hide status icons:" = "Hide status icons:"; + +/*No comment provided by engineer.*/ +"Hide window thumbnails:" = "Hide window thumbnails:"; + +/*No comment provided by engineer.*/ +"Hide/Show app" = "Hide/Show app"; + +/*No comment provided by engineer.*/ +"Hold" = "Hold"; + +/*No comment provided by engineer.*/ +"I think the app could be improved with…" = "Smatram da bi se aplikacija mogla unaprediti sa..."; + +/*No comment provided by engineer.*/ +"Ignore shortcuts while a window from these apps is active" = "Ignore shortcuts while a window from these apps is active"; + +/*No comment provided by engineer.*/ +"Latest releases" = "Najnovija izdanja"; + +/*No comment provided by engineer.*/ +"Left" = "Left"; + +/*No comment provided by engineer.*/ +"Max height on screen:" = "Max height on screen:"; + +/*No comment provided by engineer.*/ +"Max width on screen:" = "Max width on screen:"; + +/*No comment provided by engineer.*/ +"Menubar icon:" = "Menubar icon:"; + +/*No comment provided by engineer.*/ +"Middle" = "Middle"; + +/*No comment provided by engineer.*/ +"Minimize/Deminimize window" = "Minimize/Deminimize window"; + +/*No comment provided by engineer.*/ +"Minimized windows:" = "Minimized windows:"; + +/*No comment provided by engineer.*/ +"Miscellaneous:" = "Miscellaneous:"; + +/*No comment provided by engineer.*/ +"Mouse hover" = "Mouse hover"; + +/*No comment provided by engineer.*/ +"Never send crash reports" = "Never send crash reports"; + +/*No comment provided by engineer.*/ +"Not allowed" = "Not allowed"; + +/*Copyright (human-readable)*/ +"NSHumanReadableCopyright" = "GPL-3.0 licenca"; + +/*No comment provided by engineer.*/ +"Only if the window is fullscreen" = "Only if the window is fullscreen"; + +/*No comment provided by engineer.*/ +"Open Accessibility Preferences…" = "Open Accessibility Preferences…"; + +/*No comment provided by engineer.*/ +"Open Screen Recording Preferences…" = "Open Screen Recording Preferences…"; + +/*No comment provided by engineer.*/ +"Optional: email (if you want a reply)" = "Opciono: email (ako želite da ostavite odgovor)"; + +/*No comment provided by engineer.*/ +"Policies" = "Policies"; + +/*No comment provided by engineer.*/ +"Preferences…" = "Preference"; + +/*No comment provided by engineer.*/ +"Quit" = "Quit"; + +/*No comment provided by engineer.*/ +"Quit %@" = "Quit %@"; + +/*No comment provided by engineer.*/ +"Quit app" = "Quit app"; + +/*No comment provided by engineer.*/ +"Remember my choice" = "Remember my choice"; + +/*No comment provided by engineer.*/ +"Rows of thumbnails:" = "Rows of thumbnails:"; + +/*No comment provided by engineer.*/ +"Screen including menu bar" = "Screen including menu bar"; + +/*No comment provided by engineer.*/ +"Screen including mouse" = "Screen including mouse"; + +/*No comment provided by engineer.*/ +"Screen Recording" = "Screen Recording"; + +/*No comment provided by engineer.*/ +"Screen showing AltTab" = "Screen showing AltTab"; + +/*No comment provided by engineer.*/ +"Select next window" = "Select next window"; + +/*No comment provided by engineer.*/ +"Select previous window" = "Select previous window"; + +/*No comment provided by engineer.*/ +"Send" = "Pošalji"; + +/*No comment provided by engineer.*/ +"Send a crash report?" = "Send a crash report?"; + +/*No comment provided by engineer.*/ +"Send anyway" = "Send anyway"; + +/*No comment provided by engineer.*/ +"Send debug profile (CPU, memory, etc)" = "Send debug profile (CPU, memory, etc)"; + +/*No comment provided by engineer.*/ +"Send feedback" = "Send feedback"; + +/*No comment provided by engineer.*/ +"Send feedback…" = "Send feedback…"; + +/*No comment provided by engineer.*/ +"Share improvement ideas, or report bugs" = "Share improvement ideas, or report bugs"; + +/*No comment provided by engineer.*/ +"Shortcut 1" = "Shortcut 1"; + +/*No comment provided by engineer.*/ +"Shortcut 2" = "Shortcut 2"; + +/*No comment provided by engineer.*/ +"Shortcut already assigned to another action: %@" = "Shortcut already assigned to another action: %@"; + +/*No comment provided by engineer.*/ +"Show" = "Show"; + +/*No comment provided by engineer.*/ +"Show at the end" = "Show at the end"; + +/*No comment provided by engineer.*/ +"Show on:" = "Show on:"; + +/*No comment provided by engineer.*/ +"Show standard tabs as windows:" = "Show standard tabs as windows:"; + +/*No comment provided by engineer.*/ +"Show windows from:" = "Show windows from:"; + +/*No comment provided by engineer.*/ +"Source code repository" = "Source code repository"; + +/*No comment provided by engineer.*/ +"Start" = "Start"; + +/*No comment provided by engineer.*/ +"Start at login:" = "Start at login:"; + +/*No comment provided by engineer.*/ +"Theme:" = "Theme:"; + +/*No comment provided by engineer.*/ +"Then release:" = "Then release:"; + +/*No comment provided by engineer.*/ +"This permission is needed to focus windows after you release the shortcut" = "This permission is needed to focus windows after you release the shortcut"; + +/*No comment provided by engineer.*/ +"This permission is needed to show screenshots and titles of open windows" = "This permission is needed to show screenshots and titles of open windows"; + +/*No comment provided by engineer.*/ +"Unassign existing shortcut and continue" = "Unassign existing shortcut and continue"; + +/*No comment provided by engineer.*/ +"Updates policy:" = "Updates policy:"; + +/*No comment provided by engineer.*/ +"Version" = "Version"; + +/*No comment provided by engineer.*/ +"View existing discussions" = "View existing discussions"; + +/*No comment provided by engineer.*/ +"Visible Spaces" = "Visible Spaces"; + +/*No comment provided by engineer.*/ +"While open, press:" = "While open, press:"; + +/*No comment provided by engineer.*/ +"Window app icon size:" = "Window app icon size:"; + +/*No comment provided by engineer.*/ +"Window max width in row:" = "Window max width in row:"; + +/*No comment provided by engineer.*/ +"Window min width in row:" = "Window min width in row:"; + +/*No comment provided by engineer.*/ +"Window title font size:" = "Window title font size:"; + +/*No comment provided by engineer.*/ +"Window title truncation:" = "Window title truncation:"; + +/*No comment provided by engineer.*/ +"You didn’t write your email, thus can’t receive any response." = "You didn’t write your email, thus can’t receive any response.";