Migrate Multiple Replace panel to strings catalog

This commit is contained in:
1024jp 2024-02-12 19:56:06 +09:00
parent 713518cc32
commit b5bb22710b
17 changed files with 3289 additions and 1626 deletions

View File

@ -181,7 +181,7 @@
2A3A19E2206C9A0700516DE4 /* NSTextView+BracePair.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A3A19E1206C9A0700516DE4 /* NSTextView+BracePair.swift */; };
2A3A19E3206C9A0700516DE4 /* NSTextView+BracePair.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A3A19E1206C9A0700516DE4 /* NSTextView+BracePair.swift */; };
2A3A758E19E77C84001DAB88 /* Syntaxes in Resources */ = {isa = PBXBuildFile; fileRef = 2A3A758D19E77C84001DAB88 /* Syntaxes */; };
2A3D63FB1E769DDF00F538E1 /* MultipleReplacePanel.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2A3D63F91E769DDF00F538E1 /* MultipleReplacePanel.storyboard */; };
2A3D63FB1E769DDF00F538E1 /* MultipleReplaceView.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2A3D63F91E769DDF00F538E1 /* MultipleReplaceView.storyboard */; };
2A3DEAF21CEB23F0007B7621 /* Themes in Resources */ = {isa = PBXBuildFile; fileRef = 2A7846DA18FE035E006BDF00 /* Themes */; };
2A3E61BF27C3795B00C6E5B6 /* OptionalMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A3E61BE27C3795B00C6E5B6 /* OptionalMenu.swift */; };
2A3E61C027C3795B00C6E5B6 /* OptionalMenu.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2A3E61BE27C3795B00C6E5B6 /* OptionalMenu.swift */; };
@ -559,6 +559,8 @@
2AAF6E9229BB8B45003DFF4B /* NSMenuItem+Shortcut.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AAF6E9029BB8B45003DFF4B /* NSMenuItem+Shortcut.swift */; };
2AAF93562A73DEE600CCC4A7 /* LineEnding.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 2AAF93552A73DEE600CCC4A7 /* LineEnding.xcstrings */; };
2AAF93572A73DEE600CCC4A7 /* LineEnding.xcstrings in Resources */ = {isa = PBXBuildFile; fileRef = 2AAF93552A73DEE600CCC4A7 /* LineEnding.xcstrings */; };
2AAFA7BC2B7A2DB000A2B228 /* MultipleReplaceListView.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2AAFA7BA2B7A2DAF00A2B228 /* MultipleReplaceListView.storyboard */; };
2AAFA7BD2B7A2DB000A2B228 /* MultipleReplaceListView.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2AAFA7BA2B7A2DAF00A2B228 /* MultipleReplaceListView.storyboard */; };
2AB1BD1C287D60DF00C6FEAF /* CharacterCountOptionsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AB1BD1B287D60DF00C6FEAF /* CharacterCountOptionsView.swift */; };
2AB1BD1D287D60DF00C6FEAF /* CharacterCountOptionsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AB1BD1B287D60DF00C6FEAF /* CharacterCountOptionsView.swift */; };
2AB1BD1F287D747200C6FEAF /* SizeGetter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2AB1BD1E287D747200C6FEAF /* SizeGetter.swift */; };
@ -645,7 +647,7 @@
2ACDE29C2406B9C000FC31EC /* FormatPane.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2A10D1361E715E5B0027192A /* FormatPane.storyboard */; };
2ACDE29D2406B9C000FC31EC /* GeneralPane.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2AC20A6F1E70819E0093B9C6 /* GeneralPane.storyboard */; };
2ACDE2A22406B9C000FC31EC /* KeyBindingsPane.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2A10D1081E708CDF0027192A /* KeyBindingsPane.storyboard */; };
2ACDE2A32406B9C000FC31EC /* MultipleReplacePanel.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2A3D63F91E769DDF00F538E1 /* MultipleReplacePanel.storyboard */; };
2ACDE2A32406B9C000FC31EC /* MultipleReplaceView.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2A3D63F91E769DDF00F538E1 /* MultipleReplaceView.storyboard */; };
2ACDE2AD2406B9C000FC31EC /* SyntaxCommentsEditView.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2AB2243C21A7D8DF00F6201F /* SyntaxCommentsEditView.storyboard */; };
2ACDE2AE2406B9C000FC31EC /* SyntaxCompletionsEditView.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2AB2242721A7D51800F6201F /* SyntaxCompletionsEditView.storyboard */; };
2ACDE2AF2406B9C000FC31EC /* SyntaxEditView.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2AB2245221A809A000F6201F /* SyntaxEditView.storyboard */; };
@ -826,13 +828,11 @@
08C28F86279CBE2D0016693E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/FormatPane.strings; sourceTree = "<group>"; };
08C28F87279CBE2D0016693E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/SnippetsPane.strings; sourceTree = "<group>"; };
08C28F88279CBE2D0016693E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/KeyBindingsPane.strings; sourceTree = "<group>"; };
08C28F96279CBE2E0016693E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/MultipleReplacePanel.strings; sourceTree = "<group>"; };
08C28FAA279CBE300016693E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = tr; path = tr.lproj/Credits.html; sourceTree = "<group>"; };
08C28FAB279CBE300016693E /* tr */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; name = tr; path = tr.lproj/Acknowledgments.html; sourceTree = "<group>"; };
08C28FAC279CBE300016693E /* tr */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = tr; path = tr.lproj/ReportTemplate.md; sourceTree = "<group>"; };
08C28FAF279CBE440016693E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
08C28FB2279CBE530016693E /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/UnicodeBlock.strings; sourceTree = "<group>"; };
0D51D56B2274EAD600A5D747 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/MultipleReplacePanel.strings; sourceTree = "<group>"; };
0D51D57A2274EADE00A5D747 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/GeneralPane.strings; sourceTree = "<group>"; };
0D51D57B2274EADF00A5D747 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/WindowPane.strings; sourceTree = "<group>"; };
0D51D57C2274EADF00A5D747 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/AppearancePane.strings; sourceTree = "<group>"; };
@ -954,7 +954,7 @@
2A3A19DE2068A76600516DE4 /* NSTextView+MultipleReplace.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSTextView+MultipleReplace.swift"; sourceTree = "<group>"; };
2A3A19E1206C9A0700516DE4 /* NSTextView+BracePair.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSTextView+BracePair.swift"; sourceTree = "<group>"; };
2A3A758D19E77C84001DAB88 /* Syntaxes */ = {isa = PBXFileReference; lastKnownFileType = folder; path = Syntaxes; sourceTree = "<group>"; };
2A3D63FA1E769DDF00F538E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MultipleReplacePanel.storyboard; sourceTree = "<group>"; };
2A3D63FA1E769DDF00F538E1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MultipleReplaceView.storyboard; sourceTree = "<group>"; };
2A3E61BE27C3795B00C6E5B6 /* OptionalMenu.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OptionalMenu.swift; sourceTree = "<group>"; };
2A3E84821D07331900070A54 /* updateHelpindex.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = updateHelpindex.sh; sourceTree = "<group>"; };
2A3F18F7203270BE002F1CA7 /* UI Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "UI Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
@ -1185,6 +1185,9 @@
2AAD61FB1D2BD102008FE772 /* String+Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "String+Additions.swift"; sourceTree = "<group>"; };
2AAF6E9029BB8B45003DFF4B /* NSMenuItem+Shortcut.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSMenuItem+Shortcut.swift"; sourceTree = "<group>"; };
2AAF93552A73DEE600CCC4A7 /* LineEnding.xcstrings */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = LineEnding.xcstrings; path = mul.lproj/LineEnding.xcstrings; sourceTree = "<group>"; };
2AAFA7BB2B7A2DAF00A2B228 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/MultipleReplaceListView.storyboard; sourceTree = "<group>"; };
2AAFA7D42B7A2F5800A2B228 /* mul */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = mul; path = mul.lproj/MultipleReplaceView.xcstrings; sourceTree = "<group>"; };
2AAFA7D52B7A2F6D00A2B228 /* mul */ = {isa = PBXFileReference; lastKnownFileType = text.json.xcstrings; name = mul; path = mul.lproj/MultipleReplaceListView.xcstrings; sourceTree = "<group>"; };
2AB1BD1B287D60DF00C6FEAF /* CharacterCountOptionsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CharacterCountOptionsView.swift; sourceTree = "<group>"; };
2AB1BD1E287D747200C6FEAF /* SizeGetter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SizeGetter.swift; sourceTree = "<group>"; };
2AB1BD23287DA73D00C6FEAF /* CharacterCountOptionsSheetView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CharacterCountOptionsSheetView.swift; sourceTree = "<group>"; };
@ -1220,7 +1223,6 @@
2AC605A32B64A3F600E93E5B /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/FormatPane.strings; sourceTree = "<group>"; };
2AC605A42B64A3F600E93E5B /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/SnippetsPane.strings; sourceTree = "<group>"; };
2AC605A52B64A3F600E93E5B /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/KeyBindingsPane.strings; sourceTree = "<group>"; };
2AC605A82B64A3F600E93E5B /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/MultipleReplacePanel.strings; sourceTree = "<group>"; };
2AC605AA2B64A3F600E93E5B /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = cs; path = cs.lproj/Credits.html; sourceTree = "<group>"; };
2AC605AB2B64A3F600E93E5B /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = cs; path = cs.lproj/Acknowledgments.html; sourceTree = "<group>"; };
2AC605AC2B64A3F600E93E5B /* cs */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = cs; path = cs.lproj/ReportTemplate.md; sourceTree = "<group>"; };
@ -1272,11 +1274,6 @@
2AE144B52B00A963005E8CF1 /* Identifiable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Identifiable.swift; sourceTree = "<group>"; };
2AE144C32B0222DB005E8CF1 /* LiveTextInsertionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LiveTextInsertionView.swift; sourceTree = "<group>"; };
2AE3F3171D3F8A1F005B8724 /* NSAttributedString.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NSAttributedString.swift; sourceTree = "<group>"; };
2AE439CF20A127DD00EED807 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/MultipleReplacePanel.strings; sourceTree = "<group>"; };
2AE439D120A127EE00EED807 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/MultipleReplacePanel.strings"; sourceTree = "<group>"; };
2AE439D320A1280500EED807 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/MultipleReplacePanel.strings; sourceTree = "<group>"; };
2AE439D520A1280700EED807 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/MultipleReplacePanel.strings; sourceTree = "<group>"; };
2AE439D720A1280800EED807 /* pt */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pt; path = pt.lproj/MultipleReplacePanel.strings; sourceTree = "<group>"; };
2AE4658627A5A7CE00D2904F /* CONTRIBUTING.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTING.md; sourceTree = "<group>"; };
2AE4658727A6BDCF00D2904F /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/Localizable.strings"; sourceTree = "<group>"; };
2AE52F1A1D17493B00D60A32 /* FilePermissions+FormatStyle.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "FilePermissions+FormatStyle.swift"; sourceTree = "<group>"; };
@ -1352,7 +1349,6 @@
5B0884EE28296B60003D4C2D /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/FormatPane.strings"; sourceTree = "<group>"; };
5B0884EF28296B60003D4C2D /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/SnippetsPane.strings"; sourceTree = "<group>"; };
5B0884F028296B60003D4C2D /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/KeyBindingsPane.strings"; sourceTree = "<group>"; };
5B0884FD28296B60003D4C2D /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/MultipleReplacePanel.strings"; sourceTree = "<group>"; };
5B08851028296B61003D4C2D /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = "zh-Hant"; path = "zh-Hant.lproj/Credits.html"; sourceTree = "<group>"; };
5B08851128296B61003D4C2D /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = "zh-Hant"; path = "zh-Hant.lproj/Acknowledgments.html"; sourceTree = "<group>"; };
5B08851228296B61003D4C2D /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = "zh-Hant"; path = "zh-Hant.lproj/ReportTemplate.md"; sourceTree = "<group>"; };
@ -1368,7 +1364,6 @@
98EAE81727A5D7D700C6D571 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/FormatPane.strings"; sourceTree = "<group>"; };
98EAE81827A5D7D700C6D571 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/SnippetsPane.strings"; sourceTree = "<group>"; };
98EAE81927A5D7D700C6D571 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/KeyBindingsPane.strings"; sourceTree = "<group>"; };
98EAE82727A5D7D900C6D571 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-GB"; path = "en-GB.lproj/MultipleReplacePanel.strings"; sourceTree = "<group>"; };
98EAE83B27A5D7DA00C6D571 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = "en-GB"; path = "en-GB.lproj/Credits.html"; sourceTree = "<group>"; };
98EAE83C27A5D7DA00C6D571 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = "en-GB"; path = "en-GB.lproj/Acknowledgments.html"; sourceTree = "<group>"; };
98EAE83D27A5D7DA00C6D571 /* en-GB */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; name = "en-GB"; path = "en-GB.lproj/ReportTemplate.md"; sourceTree = "<group>"; };
@ -1379,7 +1374,6 @@
999FCED72A7537B600462DE4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/FormatPane.strings; sourceTree = "<group>"; };
999FCED82A7537B800462DE4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/SnippetsPane.strings; sourceTree = "<group>"; };
999FCED92A7537B900462DE4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/KeyBindingsPane.strings; sourceTree = "<group>"; };
999FCEDD2A7537C000462DE4 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/MultipleReplacePanel.strings; sourceTree = "<group>"; };
99A8630E2A753A7400EEEE75 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
99A8630F2A753A8400EEEE75 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/UnicodeBlock.strings; sourceTree = "<group>"; };
99A863102A753A9900EEEE75 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.html; name = es; path = es.lproj/Credits.html; sourceTree = "<group>"; };
@ -1670,7 +1664,8 @@
isa = PBXGroup;
children = (
2A5D13401D1FE34F00D38E6A /* FindPanelFieldView.storyboard */,
2A3D63F91E769DDF00F538E1 /* MultipleReplacePanel.storyboard */,
2AAFA7BA2B7A2DAF00A2B228 /* MultipleReplaceListView.storyboard */,
2A3D63F91E769DDF00F538E1 /* MultipleReplaceView.storyboard */,
);
name = "Text Finder";
sourceTree = "<group>";
@ -2587,7 +2582,8 @@
2ACDE29C2406B9C000FC31EC /* FormatPane.storyboard in Resources */,
2ACDE29D2406B9C000FC31EC /* GeneralPane.storyboard in Resources */,
2ACDE2A22406B9C000FC31EC /* KeyBindingsPane.storyboard in Resources */,
2ACDE2A32406B9C000FC31EC /* MultipleReplacePanel.storyboard in Resources */,
2AAFA7BC2B7A2DB000A2B228 /* MultipleReplaceListView.storyboard in Resources */,
2ACDE2A32406B9C000FC31EC /* MultipleReplaceView.storyboard in Resources */,
2ACDE2962406B9C000FC31EC /* NavigationBar.storyboard in Resources */,
2A7F4DFF2871F46D0029CE66 /* PrintPanelAccessory.storyboard in Resources */,
2ACDE2992406B9C000FC31EC /* SnippetsPane.storyboard in Resources */,
@ -2648,7 +2644,8 @@
2A10D1381E715E5B0027192A /* FormatPane.storyboard in Resources */,
2AC20A711E70819E0093B9C6 /* GeneralPane.storyboard in Resources */,
2A10D10A1E708CDF0027192A /* KeyBindingsPane.storyboard in Resources */,
2A3D63FB1E769DDF00F538E1 /* MultipleReplacePanel.storyboard in Resources */,
2AAFA7BD2B7A2DB000A2B228 /* MultipleReplaceListView.storyboard in Resources */,
2A3D63FB1E769DDF00F538E1 /* MultipleReplaceView.storyboard in Resources */,
2A5F7CA51D152589001D83BC /* NavigationBar.storyboard in Resources */,
2A7F4E002871F46D0029CE66 /* PrintPanelAccessory.storyboard in Resources */,
2ADF3C011E6D7345009125BB /* SnippetsPane.storyboard in Resources */,
@ -3577,23 +3574,13 @@
name = FormatPane.storyboard;
sourceTree = "<group>";
};
2A3D63F91E769DDF00F538E1 /* MultipleReplacePanel.storyboard */ = {
2A3D63F91E769DDF00F538E1 /* MultipleReplaceView.storyboard */ = {
isa = PBXVariantGroup;
children = (
2A3D63FA1E769DDF00F538E1 /* Base */,
98EAE82727A5D7D900C6D571 /* en-GB */,
2AE439CF20A127DD00EED807 /* ja */,
2AE439D120A127EE00EED807 /* zh-Hans */,
5B0884FD28296B60003D4C2D /* zh-Hant */,
0D51D56B2274EAD600A5D747 /* fr */,
2AE439D320A1280500EED807 /* de */,
2AE439D520A1280700EED807 /* it */,
2AE439D720A1280800EED807 /* pt */,
999FCEDD2A7537C000462DE4 /* es */,
08C28F96279CBE2E0016693E /* tr */,
2AC605A82B64A3F600E93E5B /* cs */,
2AAFA7D42B7A2F5800A2B228 /* mul */,
);
name = MultipleReplacePanel.storyboard;
name = MultipleReplaceView.storyboard;
sourceTree = "<group>";
};
2A456C421A1EDCFC00395158 /* ReportTemplate.md */ = {
@ -3713,6 +3700,15 @@
name = UnicodeBlock.strings;
sourceTree = "<group>";
};
2AAFA7BA2B7A2DAF00A2B228 /* MultipleReplaceListView.storyboard */ = {
isa = PBXVariantGroup;
children = (
2AAFA7BB2B7A2DAF00A2B228 /* Base */,
2AAFA7D52B7A2F6D00A2B228 /* mul */,
);
name = MultipleReplaceListView.storyboard;
sourceTree = "<group>";
};
2AB2241221A7CDEF00F6201F /* SyntaxInfoEditView.storyboard */ = {
isa = PBXVariantGroup;
children = (

View File

@ -0,0 +1,263 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="y8N-kI-aI7">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
<capability name="NSView safe area layout guides" minToolsVersion="12.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--Multiple Replace List View Controller-->
<scene sceneID="tHa-Ef-d3P">
<objects>
<viewController showSeguePresentationStyle="single" id="y8N-kI-aI7" customClass="MultipleReplaceListViewController" customModule="CotEditor" customModuleProvider="target" sceneMemberID="viewController">
<visualEffectView key="view" blendingMode="behindWindow" material="sidebar" state="followsWindowActiveState" translatesAutoresizingMaskIntoConstraints="NO" id="sT1-Cd-M1e">
<rect key="frame" x="0.0" y="0.0" width="139" height="300"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="22" horizontalPageScroll="10" verticalLineScroll="22" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TNv-4N-kRH">
<rect key="frame" x="0.0" y="27" width="139" height="211"/>
<clipView key="contentView" drawsBackground="NO" id="fvK-do-Kwl">
<rect key="frame" x="0.0" y="0.0" width="139" height="211"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" selectionHighlightStyle="sourceList" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" rowHeight="16" rowSizeStyle="automatic" viewBased="YES" id="XJK-Ch-OtB">
<rect key="frame" x="0.0" y="0.0" width="139" height="211"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<size key="intercellSpacing" width="3" height="6"/>
<color key="backgroundColor" name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn width="107" minWidth="40" maxWidth="1000" id="L6B-oJ-FMt">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" id="i9a-Ka-WUD">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="Utg-o8-Jhc">
<rect key="frame" x="11" y="3" width="116" height="16"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="wai-xU-XpG">
<rect key="frame" x="0.0" y="0.0" width="116" height="16"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" title="SETTING NAME" id="cXu-L5-hWg">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="Utg-o8-Jhc" name="value" keyPath="objectValue" id="C3O-aD-TQu"/>
<outlet property="delegate" destination="y8N-kI-aI7" id="djI-bw-nWf"/>
</connections>
</textField>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="wai-xU-XpG" secondAttribute="trailing" constant="2" id="4Kl-Hp-92k"/>
<constraint firstAttribute="bottom" secondItem="wai-xU-XpG" secondAttribute="bottom" id="JXy-uQ-jas"/>
<constraint firstItem="wai-xU-XpG" firstAttribute="top" secondItem="Utg-o8-Jhc" secondAttribute="top" id="sQb-n8-jlc"/>
<constraint firstItem="wai-xU-XpG" firstAttribute="leading" secondItem="Utg-o8-Jhc" secondAttribute="leading" constant="2" id="zrJ-v8-frh"/>
</constraints>
<connections>
<outlet property="textField" destination="wai-xU-XpG" id="89Z-Hm-B7W"/>
</connections>
</tableCellView>
</prototypeCellViews>
</tableColumn>
</tableColumns>
<connections>
<outlet property="dataSource" destination="y8N-kI-aI7" id="aBE-jG-c9a"/>
<outlet property="delegate" destination="y8N-kI-aI7" id="wij-b5-xfF"/>
<outlet property="menu" destination="3B8-6q-gru" id="7Iy-4E-8Vh"/>
</connections>
</tableView>
</subviews>
<nil key="backgroundColor"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="uU0-Cg-1XF">
<rect key="frame" x="0.0" y="195" width="119" height="16"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="oO3-Ki-5E0">
<rect key="frame" x="224" y="17" width="15" height="102"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tHD-Pj-dFD">
<rect key="frame" x="4" y="2.5" width="23.5" height="27"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSAddTemplate" imagePosition="overlaps" alignment="center" imageScaling="proportionallyDown" inset="2" id="w9h-jo-vVD">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<constraints>
<constraint firstAttribute="height" constant="23" id="AAD-Tr-DF1"/>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="23" id="U5t-Wj-CoE"/>
</constraints>
<connections>
<action selector="addSetting:" target="y8N-kI-aI7" id="UW1-rt-Sof"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oJQ-xc-kGh">
<rect key="frame" x="27" y="7" width="23.5" height="18"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSRemoveTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="1Gb-qg-hPR">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="deleteSetting:" target="y8N-kI-aI7" id="iJ8-ot-uL6"/>
</connections>
</button>
<popUpButton translatesAutoresizingMaskIntoConstraints="NO" id="O7q-NN-KLS">
<rect key="frame" x="90" y="4" width="43" height="23"/>
<popUpButtonCell key="cell" type="bevel" bezelStyle="rounded" imagePosition="only" alignment="left" lineBreakMode="truncatingTail" imageScaling="proportionallyDown" inset="2" pullsDown="YES" id="IwC-Jx-M4D">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" id="5JP-FI-8cb">
<items>
<menuItem image="NSActionTemplate" hidden="YES" id="3mW-VX-9wW">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
<menuItem title="Duplicate" id="mF9-q3-LmX">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="duplicateSetting:" target="y8N-kI-aI7" id="zq9-VQ-bvb"/>
</connections>
</menuItem>
<menuItem title="Rename" id="cZ9-i9-VsM">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="renameSetting:" target="y8N-kI-aI7" id="jGs-VC-DtO"/>
</connections>
</menuItem>
<menuItem title="Export…" id="fN1-Tr-8T8">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="exportSetting:" target="y8N-kI-aI7" id="90I-1i-AWc"/>
</connections>
</menuItem>
<menuItem title="Reveal in Finder" alternate="YES" id="tLz-9S-3we">
<modifierMask key="keyEquivalentModifierMask" option="YES"/>
<connections>
<action selector="revealSettingInFinder:" target="y8N-kI-aI7" id="dJi-7f-h6N"/>
</connections>
</menuItem>
<menuItem title="Share…" id="XIe-MY-JEs">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="shareSetting:" target="y8N-kI-aI7" id="mHs-0D-ETd"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="jIk-dY-Dto"/>
<menuItem title="Import…" id="iZn-Pw-tgJ">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="importSetting:" target="y8N-kI-aI7" id="nVL-3S-Fsz"/>
</connections>
</menuItem>
<menuItem title="Reload All Definitions" alternate="YES" id="0ca-Jy-pHT">
<modifierMask key="keyEquivalentModifierMask" option="YES"/>
<connections>
<action selector="reloadAllSettings:" target="y8N-kI-aI7" id="fdq-vw-L3k"/>
</connections>
</menuItem>
</items>
</menu>
</popUpButtonCell>
<constraints>
<constraint firstAttribute="width" constant="38" id="SjX-xT-GVD"/>
</constraints>
</popUpButton>
</subviews>
<constraints>
<constraint firstItem="oJQ-xc-kGh" firstAttribute="leading" secondItem="tHD-Pj-dFD" secondAttribute="trailing" id="4Nq-ib-yWv"/>
<constraint firstItem="uCj-x6-VM8" firstAttribute="trailing" secondItem="TNv-4N-kRH" secondAttribute="trailing" id="AWT-MD-P3C"/>
<constraint firstItem="TNv-4N-kRH" firstAttribute="top" secondItem="uCj-x6-VM8" secondAttribute="top" constant="10" id="JPz-ml-B9O"/>
<constraint firstItem="tHD-Pj-dFD" firstAttribute="width" secondItem="oJQ-xc-kGh" secondAttribute="width" id="MXi-GK-8Fs"/>
<constraint firstItem="O7q-NN-KLS" firstAttribute="height" secondItem="oJQ-xc-kGh" secondAttribute="height" id="Pm5-Bm-xWE"/>
<constraint firstItem="tHD-Pj-dFD" firstAttribute="height" secondItem="oJQ-xc-kGh" secondAttribute="height" id="RLv-Vo-v5K"/>
<constraint firstItem="tHD-Pj-dFD" firstAttribute="leading" secondItem="uCj-x6-VM8" secondAttribute="leading" constant="4" id="TAK-KT-Iog"/>
<constraint firstItem="uCj-x6-VM8" firstAttribute="bottom" secondItem="oJQ-xc-kGh" secondAttribute="bottom" constant="4" id="XfN-go-CdM"/>
<constraint firstItem="tHD-Pj-dFD" firstAttribute="top" secondItem="TNv-4N-kRH" secondAttribute="bottom" id="Xo5-j0-4wN"/>
<constraint firstItem="uCj-x6-VM8" firstAttribute="bottom" secondItem="tHD-Pj-dFD" secondAttribute="bottom" constant="4" id="eL2-nz-kIP"/>
<constraint firstItem="O7q-NN-KLS" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="oJQ-xc-kGh" secondAttribute="trailing" id="j33-W2-Oi0"/>
<constraint firstItem="uCj-x6-VM8" firstAttribute="trailing" secondItem="O7q-NN-KLS" secondAttribute="trailing" constant="6" id="kqu-Ap-bhC"/>
<constraint firstItem="TNv-4N-kRH" firstAttribute="leading" secondItem="uCj-x6-VM8" secondAttribute="leading" id="wnB-Al-TQD"/>
<constraint firstItem="O7q-NN-KLS" firstAttribute="centerY" secondItem="tHD-Pj-dFD" secondAttribute="centerY" id="zFI-ts-okg"/>
</constraints>
<viewLayoutGuide key="safeArea" id="uCj-x6-VM8"/>
<viewLayoutGuide key="layoutMargins" id="nSZ-og-SL6"/>
</visualEffectView>
<connections>
<outlet property="actionButton" destination="O7q-NN-KLS" id="E2D-P0-73n"/>
<outlet property="tableView" destination="XJK-Ch-OtB" id="Ewq-nZ-Vod"/>
</connections>
</viewController>
<customObject id="P7x-3b-9Pa" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
<menu id="3B8-6q-gru">
<items>
<menuItem title="New Definition" id="ah0-d7-MIb">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="addSetting:" target="y8N-kI-aI7" id="uG1-Mw-0U9"/>
</connections>
</menuItem>
<menuItem title="Duplicate" id="zRC-iK-Noh">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="duplicateSetting:" target="y8N-kI-aI7" id="BpG-JC-Nu5"/>
</connections>
</menuItem>
<menuItem title="Rename" id="KGb-Yh-gXR">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="renameSetting:" target="y8N-kI-aI7" id="NaK-Do-gOW"/>
</connections>
</menuItem>
<menuItem title="Delete" id="M9A-ds-FNR">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="deleteSetting:" target="y8N-kI-aI7" id="flB-QJ-UWP"/>
</connections>
</menuItem>
<menuItem title="Export…" id="5mf-DX-YT5">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="exportSetting:" target="y8N-kI-aI7" id="ofD-M1-29O"/>
</connections>
</menuItem>
<menuItem title="Reveal in Finder" alternate="YES" id="sYx-dd-JiV">
<modifierMask key="keyEquivalentModifierMask" option="YES"/>
<connections>
<action selector="revealSettingInFinder:" target="y8N-kI-aI7" id="q39-5a-B8m"/>
</connections>
</menuItem>
<menuItem title="Share…" id="3hj-yI-UYg">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="shareSetting:" target="y8N-kI-aI7" id="FY7-au-g1j"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="xX2-1H-iy6"/>
<menuItem title="Import…" id="8TG-QH-hxz">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="importSetting:" target="y8N-kI-aI7" id="ox9-7r-Yit"/>
</connections>
</menuItem>
</items>
</menu>
</objects>
<point key="canvasLocation" x="-79.5" y="0.0"/>
</scene>
</scenes>
<resources>
<image name="NSActionTemplate" width="20" height="20"/>
<image name="NSAddTemplate" width="18" height="17"/>
<image name="NSRemoveTemplate" width="18" height="5"/>
</resources>
</document>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="22152" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="22505" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" initialViewController="uzB-9o-Idl">
<dependencies>
<deployment identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22152"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="22505"/>
<capability name="Image references" minToolsVersion="12.0"/>
<capability name="NSView safe area layout guides" minToolsVersion="12.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
@ -11,7 +11,7 @@
<!--Multiple Replace View Controller-->
<scene sceneID="7ic-e2-LjN">
<objects>
<viewController storyboardIdentifier="DetailViewController" showSeguePresentationStyle="single" id="uzB-9o-Idl" customClass="MultipleReplaceViewController" customModule="CotEditor" customModuleProvider="target" sceneMemberID="viewController">
<viewController showSeguePresentationStyle="single" id="uzB-9o-Idl" customClass="MultipleReplaceViewController" customModule="CotEditor" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" id="8CD-v6-nsP">
<rect key="frame" x="0.0" y="0.0" width="428" height="300"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@ -34,7 +34,7 @@
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="LVQ-fp-RdP">
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="LVQ-fp-RdP">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -71,7 +71,7 @@
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="qgJ-we-Z8n">
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" id="qgJ-we-Z8n">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -79,11 +79,11 @@
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="Rqz-SK-mda">
<rect key="frame" x="29" y="1" width="103" height="16"/>
<rect key="frame" x="29" y="1" width="104" height="16"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<imageView hidden="YES" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="iAj-ma-bo2">
<rect key="frame" x="85" y="-2.5" width="16.5" height="22"/>
<rect key="frame" x="86" y="-2.5" width="16.5" height="22"/>
<constraints>
<constraint firstAttribute="height" constant="16" id="MKU-qq-mme"/>
<constraint firstAttribute="width" secondItem="iAj-ma-bo2" secondAttribute="height" multiplier="1:1" id="bPQ-kY-hnR"/>
@ -93,8 +93,8 @@
</imageCell>
</imageView>
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="34g-xE-Dei" customClass="RegularExpressionTextField" customModule="CotEditor" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="103" height="16"/>
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" title="dog" id="dIq-un-bYZ">
<rect key="frame" x="0.0" y="0.0" width="104" height="16"/>
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" id="dIq-un-bYZ">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -129,7 +129,7 @@
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="sc4-zq-7sR">
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" id="sc4-zq-7sR">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -137,12 +137,12 @@
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="M9b-zX-U8A">
<rect key="frame" x="135.5" y="1" width="104" height="16"/>
<rect key="frame" x="135.5" y="1" width="103" height="16"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" allowsCharacterPickerTouchBarItem="YES" translatesAutoresizingMaskIntoConstraints="NO" id="hXD-LW-TDg" customClass="RegularExpressionTextField" customModule="CotEditor" customModuleProvider="target">
<rect key="frame" x="0.0" y="0.0" width="104" height="16"/>
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" title="cow" id="DD9-M3-I3n">
<rect key="frame" x="0.0" y="0.0" width="103" height="16"/>
<textFieldCell key="cell" lineBreakMode="truncatingMiddle" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" id="DD9-M3-I3n">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -175,7 +175,7 @@
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="Y0I-oA-C5P">
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="Y0I-oA-C5P">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -212,7 +212,7 @@
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="K6l-q4-Yed">
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="K6l-q4-Yed">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -249,7 +249,7 @@
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" title="Text Cell" id="RZp-5N-6CY">
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" alignment="left" id="RZp-5N-6CY">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -257,12 +257,12 @@
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="rOM-3j-LP8">
<rect key="frame" x="304" y="1" width="71" height="16"/>
<rect key="frame" x="304" y="1" width="72" height="16"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="DzM-r8-scw">
<rect key="frame" x="0.0" y="0.0" width="71" height="16"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" title="Lorem" id="gsY-y4-MMs">
<rect key="frame" x="0.0" y="0.0" width="72" height="16"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" id="gsY-y4-MMs">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -389,8 +389,8 @@
</connections>
</imageView>
<textField focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8Tz-Kb-8Ck">
<rect key="frame" x="59" y="23" width="60" height="14"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="5 replaced" id="HU0-YI-OIX">
<rect key="frame" x="48" y="23" width="71" height="14"/>
<textFieldCell key="cell" controlSize="small" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="5 REPLACED" id="HU0-YI-OIX">
<font key="font" metaFont="menu" size="11"/>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -477,253 +477,6 @@
</objects>
<point key="canvasLocation" x="213" y="0.0"/>
</scene>
<!--Multiple Replace List View Controller-->
<scene sceneID="tHa-Ef-d3P">
<objects>
<viewController storyboardIdentifier="ListViewController" showSeguePresentationStyle="single" id="y8N-kI-aI7" customClass="MultipleReplaceListViewController" customModule="CotEditor" customModuleProvider="target" sceneMemberID="viewController">
<visualEffectView key="view" blendingMode="behindWindow" material="sidebar" state="followsWindowActiveState" translatesAutoresizingMaskIntoConstraints="NO" id="sT1-Cd-M1e">
<rect key="frame" x="0.0" y="0.0" width="139" height="300"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
<scrollView borderType="none" autohidesScrollers="YES" horizontalLineScroll="22" horizontalPageScroll="10" verticalLineScroll="22" verticalPageScroll="10" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="TNv-4N-kRH">
<rect key="frame" x="0.0" y="27" width="139" height="211"/>
<clipView key="contentView" drawsBackground="NO" id="fvK-do-Kwl">
<rect key="frame" x="0.0" y="0.0" width="139" height="211"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" selectionHighlightStyle="sourceList" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" rowHeight="16" rowSizeStyle="automatic" viewBased="YES" id="XJK-Ch-OtB">
<rect key="frame" x="0.0" y="0.0" width="139" height="211"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<size key="intercellSpacing" width="3" height="6"/>
<color key="backgroundColor" name="_sourceListBackgroundColor" catalog="System" colorSpace="catalog"/>
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
<tableColumns>
<tableColumn width="107" minWidth="40" maxWidth="1000" id="L6B-oJ-FMt">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border">
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<textFieldCell key="dataCell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" title="Text Cell" id="i9a-Ka-WUD">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
<prototypeCellViews>
<tableCellView id="Utg-o8-Jhc">
<rect key="frame" x="11" y="3" width="116" height="16"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="wai-xU-XpG">
<rect key="frame" x="0.0" y="0.0" width="116" height="16"/>
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" title="Setting Name" id="cXu-L5-hWg">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<connections>
<binding destination="Utg-o8-Jhc" name="value" keyPath="objectValue" id="C3O-aD-TQu"/>
<outlet property="delegate" destination="y8N-kI-aI7" id="djI-bw-nWf"/>
</connections>
</textField>
</subviews>
<constraints>
<constraint firstAttribute="trailing" secondItem="wai-xU-XpG" secondAttribute="trailing" constant="2" id="4Kl-Hp-92k"/>
<constraint firstAttribute="bottom" secondItem="wai-xU-XpG" secondAttribute="bottom" id="JXy-uQ-jas"/>
<constraint firstItem="wai-xU-XpG" firstAttribute="top" secondItem="Utg-o8-Jhc" secondAttribute="top" id="sQb-n8-jlc"/>
<constraint firstItem="wai-xU-XpG" firstAttribute="leading" secondItem="Utg-o8-Jhc" secondAttribute="leading" constant="2" id="zrJ-v8-frh"/>
</constraints>
<connections>
<outlet property="textField" destination="wai-xU-XpG" id="89Z-Hm-B7W"/>
</connections>
</tableCellView>
</prototypeCellViews>
</tableColumn>
</tableColumns>
<connections>
<outlet property="dataSource" destination="y8N-kI-aI7" id="aBE-jG-c9a"/>
<outlet property="delegate" destination="y8N-kI-aI7" id="wij-b5-xfF"/>
<outlet property="menu" destination="3B8-6q-gru" id="7Iy-4E-8Vh"/>
</connections>
</tableView>
</subviews>
<nil key="backgroundColor"/>
</clipView>
<scroller key="horizontalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="YES" id="uU0-Cg-1XF">
<rect key="frame" x="0.0" y="195" width="119" height="16"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
<scroller key="verticalScroller" hidden="YES" wantsLayer="YES" verticalHuggingPriority="750" horizontal="NO" id="oO3-Ki-5E0">
<rect key="frame" x="224" y="17" width="15" height="102"/>
<autoresizingMask key="autoresizingMask"/>
</scroller>
</scrollView>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tHD-Pj-dFD">
<rect key="frame" x="4" y="2.5" width="23.5" height="27"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSAddTemplate" imagePosition="overlaps" alignment="center" imageScaling="proportionallyDown" inset="2" id="w9h-jo-vVD">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<constraints>
<constraint firstAttribute="height" constant="23" id="AAD-Tr-DF1"/>
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="23" id="U5t-Wj-CoE"/>
</constraints>
<connections>
<action selector="addSetting:" target="y8N-kI-aI7" id="UW1-rt-Sof"/>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oJQ-xc-kGh">
<rect key="frame" x="27" y="7" width="23.5" height="18"/>
<buttonCell key="cell" type="bevel" bezelStyle="rounded" image="NSRemoveTemplate" imagePosition="only" alignment="center" imageScaling="proportionallyDown" inset="2" id="1Gb-qg-hPR">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="deleteSetting:" target="y8N-kI-aI7" id="iJ8-ot-uL6"/>
</connections>
</button>
<popUpButton translatesAutoresizingMaskIntoConstraints="NO" id="O7q-NN-KLS">
<rect key="frame" x="90" y="4" width="43" height="23"/>
<popUpButtonCell key="cell" type="bevel" title="Action" bezelStyle="rounded" imagePosition="only" alignment="left" lineBreakMode="truncatingTail" imageScaling="proportionallyDown" inset="2" pullsDown="YES" id="IwC-Jx-M4D">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" id="5JP-FI-8cb">
<items>
<menuItem title="Action" image="NSActionTemplate" hidden="YES" id="3mW-VX-9wW">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
<menuItem title="Duplicate" id="mF9-q3-LmX">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="duplicateSetting:" target="y8N-kI-aI7" id="zq9-VQ-bvb"/>
</connections>
</menuItem>
<menuItem title="Rename" id="cZ9-i9-VsM">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="renameSetting:" target="y8N-kI-aI7" id="jGs-VC-DtO"/>
</connections>
</menuItem>
<menuItem title="Export…" id="fN1-Tr-8T8">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="exportSetting:" target="y8N-kI-aI7" id="90I-1i-AWc"/>
</connections>
</menuItem>
<menuItem title="Reveal in Finder" alternate="YES" id="tLz-9S-3we">
<modifierMask key="keyEquivalentModifierMask" option="YES"/>
<connections>
<action selector="revealSettingInFinder:" target="y8N-kI-aI7" id="dJi-7f-h6N"/>
</connections>
</menuItem>
<menuItem title="Share…" id="XIe-MY-JEs">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="shareSetting:" target="y8N-kI-aI7" id="mHs-0D-ETd"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="jIk-dY-Dto"/>
<menuItem title="Import…" id="iZn-Pw-tgJ">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="importSetting:" target="y8N-kI-aI7" id="nVL-3S-Fsz"/>
</connections>
</menuItem>
<menuItem title="Reload All Definitions" alternate="YES" id="0ca-Jy-pHT">
<modifierMask key="keyEquivalentModifierMask" option="YES"/>
<connections>
<action selector="reloadAllSettings:" target="y8N-kI-aI7" id="fdq-vw-L3k"/>
</connections>
</menuItem>
</items>
</menu>
</popUpButtonCell>
<constraints>
<constraint firstAttribute="width" constant="38" id="SjX-xT-GVD"/>
</constraints>
</popUpButton>
</subviews>
<constraints>
<constraint firstItem="oJQ-xc-kGh" firstAttribute="leading" secondItem="tHD-Pj-dFD" secondAttribute="trailing" id="4Nq-ib-yWv"/>
<constraint firstItem="uCj-x6-VM8" firstAttribute="trailing" secondItem="TNv-4N-kRH" secondAttribute="trailing" id="AWT-MD-P3C"/>
<constraint firstItem="TNv-4N-kRH" firstAttribute="top" secondItem="uCj-x6-VM8" secondAttribute="top" constant="10" id="JPz-ml-B9O"/>
<constraint firstItem="tHD-Pj-dFD" firstAttribute="width" secondItem="oJQ-xc-kGh" secondAttribute="width" id="MXi-GK-8Fs"/>
<constraint firstItem="O7q-NN-KLS" firstAttribute="height" secondItem="oJQ-xc-kGh" secondAttribute="height" id="Pm5-Bm-xWE"/>
<constraint firstItem="tHD-Pj-dFD" firstAttribute="height" secondItem="oJQ-xc-kGh" secondAttribute="height" id="RLv-Vo-v5K"/>
<constraint firstItem="tHD-Pj-dFD" firstAttribute="leading" secondItem="uCj-x6-VM8" secondAttribute="leading" constant="4" id="TAK-KT-Iog"/>
<constraint firstItem="uCj-x6-VM8" firstAttribute="bottom" secondItem="oJQ-xc-kGh" secondAttribute="bottom" constant="4" id="XfN-go-CdM"/>
<constraint firstItem="tHD-Pj-dFD" firstAttribute="top" secondItem="TNv-4N-kRH" secondAttribute="bottom" id="Xo5-j0-4wN"/>
<constraint firstItem="uCj-x6-VM8" firstAttribute="bottom" secondItem="tHD-Pj-dFD" secondAttribute="bottom" constant="4" id="eL2-nz-kIP"/>
<constraint firstItem="O7q-NN-KLS" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="oJQ-xc-kGh" secondAttribute="trailing" id="j33-W2-Oi0"/>
<constraint firstItem="uCj-x6-VM8" firstAttribute="trailing" secondItem="O7q-NN-KLS" secondAttribute="trailing" constant="6" id="kqu-Ap-bhC"/>
<constraint firstItem="TNv-4N-kRH" firstAttribute="leading" secondItem="uCj-x6-VM8" secondAttribute="leading" id="wnB-Al-TQD"/>
<constraint firstItem="O7q-NN-KLS" firstAttribute="centerY" secondItem="tHD-Pj-dFD" secondAttribute="centerY" id="zFI-ts-okg"/>
</constraints>
<viewLayoutGuide key="safeArea" id="uCj-x6-VM8"/>
<viewLayoutGuide key="layoutMargins" id="nSZ-og-SL6"/>
</visualEffectView>
<connections>
<outlet property="actionButton" destination="O7q-NN-KLS" id="E2D-P0-73n"/>
<outlet property="tableView" destination="XJK-Ch-OtB" id="Ewq-nZ-Vod"/>
</connections>
</viewController>
<customObject id="P7x-3b-9Pa" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
<menu id="3B8-6q-gru">
<items>
<menuItem title="New Definition" id="ah0-d7-MIb">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="addSetting:" target="y8N-kI-aI7" id="uG1-Mw-0U9"/>
</connections>
</menuItem>
<menuItem title="Duplicate" id="zRC-iK-Noh">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="duplicateSetting:" target="y8N-kI-aI7" id="BpG-JC-Nu5"/>
</connections>
</menuItem>
<menuItem title="Rename" id="KGb-Yh-gXR">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="renameSetting:" target="y8N-kI-aI7" id="NaK-Do-gOW"/>
</connections>
</menuItem>
<menuItem title="Delete" id="M9A-ds-FNR">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="deleteSetting:" target="y8N-kI-aI7" id="flB-QJ-UWP"/>
</connections>
</menuItem>
<menuItem title="Export…" id="5mf-DX-YT5">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="exportSetting:" target="y8N-kI-aI7" id="ofD-M1-29O"/>
</connections>
</menuItem>
<menuItem title="Reveal in Finder" alternate="YES" id="sYx-dd-JiV">
<modifierMask key="keyEquivalentModifierMask" option="YES"/>
<connections>
<action selector="revealSettingInFinder:" target="y8N-kI-aI7" id="q39-5a-B8m"/>
</connections>
</menuItem>
<menuItem title="Share…" id="3hj-yI-UYg">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="shareSetting:" target="y8N-kI-aI7" id="FY7-au-g1j"/>
</connections>
</menuItem>
<menuItem isSeparatorItem="YES" id="xX2-1H-iy6"/>
<menuItem title="Import…" id="8TG-QH-hxz">
<modifierMask key="keyEquivalentModifierMask"/>
<connections>
<action selector="importSetting:" target="y8N-kI-aI7" id="ox9-7r-Yit"/>
</connections>
</menuItem>
</items>
</menu>
</objects>
<point key="canvasLocation" x="-79.5" y="0.0"/>
</scene>
</scenes>
<resources>
<image name="NSActionTemplate" width="20" height="20"/>

View File

@ -8,7 +8,7 @@
//
// ---------------------------------------------------------------------------
//
// © 2017-2023 1024jp
// © 2017-2024 1024jp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@ -37,10 +37,8 @@ final class MultipleReplaceSplitViewController: NSSplitViewController {
self.splitView.identifier = NSUserInterfaceItemIdentifier("MultipleReplaceSplitView")
self.splitView.autosaveName = "MultipleReplaceSplitView"
let storyboard = NSStoryboard(name: "MultipleReplacePanel", bundle: nil)
let listViewController = storyboard.instantiateController(withIdentifier: "ListViewController") as! NSViewController
let detailViewController = storyboard.instantiateController(withIdentifier: "DetailViewController") as! NSViewController
let listViewController: NSViewController = NSStoryboard(name: "MultipleReplaceListView", bundle: nil).instantiateInitialController()!
let detailViewController: NSViewController = NSStoryboard(name: "MultipleReplaceView", bundle: nil).instantiateInitialController()!
self.splitViewItems = [
NSSplitViewItem(contentListWithViewController: listViewController),

View File

@ -1,120 +0,0 @@
//
// MultipleReplacePanel.strings (Czech)
//
// CotEditor
// https://coteditor.com
//
// Created by Martin Růžička on 2024-01-26.
// Localized by Martin Růžička
//
// ---------------------------------------------------------------------------
//
// © 2023-2024 1024jp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// MARK: Content list
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "mF9-q3-LmX"; */
"mF9-q3-LmX.title" = "Duplikovat";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "cZ9-i9-VsM"; */
"cZ9-i9-VsM.title" = "Přejmenovat";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "fN1-Tr-8T8"; */
"fN1-Tr-8T8.title" = "Exportovat…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "XIe-MY-JEs"; */
"XIe-MY-JEs.title" = "Sdílet…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "tLz-9S-3we"; */
"tLz-9S-3we.title" = "Zobrazit ve Finderu";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "iZn-Pw-tgJ"; */
"iZn-Pw-tgJ.title" = "Importovat…";
/* Class = "NSMenuItem"; title = "Reload All Definitions"; ObjectID = "0ca-Jy-pHT"; */
"0ca-Jy-pHT.title" = "Znovu načíst všechny definice";
/* Class = "NSMenuItem"; title = "New Definition"; ObjectID = "ah0-d7-MIb"; */
"ah0-d7-MIb.title" = "Nová definice";
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "zRC-iK-Noh"; */
"zRC-iK-Noh.title" = "Duplikovat";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "KGb-Yh-gXR"; */
"KGb-Yh-gXR.title" = "Přejmenovat";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "M9A-ds-FNR"; */
"M9A-ds-FNR.title" = "Smazat";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "5mf-DX-YT5"; */
"5mf-DX-YT5.title" = "Exportovat…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "3hj-yI-UYg"; */
"3hj-yI-UYg.title" = "Sdílet…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "sYx-dd-JiV"; */
"sYx-dd-JiV.title" = "Zobrazit ve Finderu";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "8TG-QH-hxz"; */
"8TG-QH-hxz.title" = "Importovat…";
// MARK: Editor View
/* Class = "NSTextFieldCell"; title = "Perform replacement using these rules in succession from the top down:"; ObjectID = "5Ey-vx-5Sm"; */
"5Ey-vx-5Sm.title" = "Provést nahrazení pomocí těchto pravidel postupně shora dolů:";
/* Class = "NSTableColumn"; headerToolTip = "Enable"; ObjectID = "KTe-1r-oHM"; */
"KTe-1r-oHM.headerToolTip" = "Povolit";
/* Class = "NSButton"; ibShadowedToolTip = "Select to use this replacement rule."; ObjectID = "PuQ-No-wC1"; */
"PuQ-No-wC1.ibShadowedToolTip" = "Vyberte, zda chcete toto pravidlo použít.";
/* Class = "NSTableColumn"; headerCell.title = "Find"; ObjectID = "zee-UW-TVR"; */
"zee-UW-TVR.headerCell.title" = "Hledat";
/* Class = "NSTableColumn"; headerCell.title = "Replace With"; ObjectID = "nRC-aM-NZ2"; */
"nRC-aM-NZ2.headerCell.title" = "Nahradit";
/* Class = "NSTableColumn"; headerCell.title = "RE"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerCell.title" = "RV"; //Regulární výraz
/* Class = "NSTableColumn"; headerToolTip = "Regular Expression"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerToolTip" = "Regulární výraz";
/* Class = "NSTableColumn"; headerCell.title = "IC"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerCell.title" = "IV"; //Ignorovat velikost
/* Class = "NSTableColumn"; headerToolTip = "Ignore Cases"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerToolTip" = "Ignorovat velikost písmen";
/* Class = "NSTableColumn"; headerCell.title = "Description"; ObjectID = "Rhy-iE-CIC"; */
"Rhy-iE-CIC.headerCell.title" = "Popis";
/* Class = "NSButton"; ibShadowedToolTip = "Select to search with regular expression."; ObjectID = "Lk4-Ym-IrV"; */
"Lk4-Ym-IrV.ibShadowedToolTip" = "Chcete-li hledat pomocí regulárního výrazu vyberte tuto volbu.";
/* Class = "NSButton"; ibShadowedToolTip = "Select to ignore character case on search."; ObjectID = "I23-3I-yq5"; */
"I23-3I-yq5.ibShadowedToolTip" = "Chcete-li při hledání ignorovat velikost písmen vyberte tuto volbu.";
/* Class = "NSTextFieldCell"; title = "Invalid rules will be skipped."; ObjectID = "gRf-KM-GZo"; */
"gRf-KM-GZo.title" = "Neplatná pravidla budou přeskočena.";
/* Class = "NSButton"; ibShadowedToolTip = "Show advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibShadowedToolTip" = "Zobrazit pokročilé volby";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibExternalAccessibilityDescription" = "Pokročilé volby";
/* Class = "NSButtonCell"; title = "In Selection"; ObjectID = "4lm-Fu-Fcf"; */
"4lm-Fu-Fcf.title" = "Ve výběru";
/* Class = "NSButton"; ibShadowedToolTip = "Select to replace text only in selection."; ObjectID = "pfM-xk-MrN"; */
"pfM-xk-MrN.ibShadowedToolTip" = "Chcete-li nahradit text pouze ve výběru vyberte tuto volbu.";
/* Class = "NSButtonCell"; title = "Highlight All"; ObjectID = "kdu-Ni-M64"; */
"kdu-Ni-M64.title" = "Zvýraznit vše";
/* Class = "NSButton"; ibShadowedToolTip = "Highlight all matches of the replacement rules."; ObjectID = "99C-Bz-ySi"; */
"99C-Bz-ySi.ibShadowedToolTip" = "Zvýraznit všechny shody pravidel nahrazení.";
/* Class = "NSButtonCell"; title = "Replace All"; ObjectID = "LI2-Hh-D6g"; */
"LI2-Hh-D6g.title" = "Nahradit vše";
/* Class = "NSButton"; ibShadowedToolTip = "Replace all matches according to the replacement rules."; ObjectID = "Nth-za-4Ad"; */
"Nth-za-4Ad.ibShadowedToolTip" = "Nahradit všechny shody podle pravidel nahrazení.";

View File

@ -1,120 +0,0 @@
//
// MultipleReplacePanel.strings (German)
//
// CotEditor
// https://coteditor.com
//
// Created by 1024jp on 2018-05-08.
// Localized by 1024jp
//
// ---------------------------------------------------------------------------
//
// © 2018-2023 1024jp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// MARK: Content list
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "mF9-q3-LmX"; */
"mF9-q3-LmX.title" = "Duplizieren";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "cZ9-i9-VsM"; */
"cZ9-i9-VsM.title" = "Umbenennen";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "fN1-Tr-8T8"; */
"fN1-Tr-8T8.title" = "Exportieren …";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "XIe-MY-JEs"; */
"XIe-MY-JEs.title" = "Teilen …";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "tLz-9S-3we"; */
"tLz-9S-3we.title" = "Im Finder zeigen";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "iZn-Pw-tgJ"; */
"iZn-Pw-tgJ.title" = "Importieren …";
/* Class = "NSMenuItem"; title = "Reload All Definitions"; ObjectID = "0ca-Jy-pHT"; */
"0ca-Jy-pHT.title" = "Alle Definitionen neu laden";
/* Class = "NSMenuItem"; title = "New Definition"; ObjectID = "ah0-d7-MIb"; */
"ah0-d7-MIb.title" = "Neue Definition";
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "zRC-iK-Noh"; */
"zRC-iK-Noh.title" = "Duplizieren";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "KGb-Yh-gXR"; */
"KGb-Yh-gXR.title" = "Umbenennen";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "M9A-ds-FNR"; */
"M9A-ds-FNR.title" = "Löschen";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "5mf-DX-YT5"; */
"5mf-DX-YT5.title" = "Exportieren …";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "3hj-yI-UYg"; */
"3hj-yI-UYg.title" = "Teilen …";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "sYx-dd-JiV"; */
"sYx-dd-JiV.title" = "Im Finder zeigen";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "8TG-QH-hxz"; */
"8TG-QH-hxz.title" = "Importieren …";
// MARK: Editor View
/* Class = "NSTextFieldCell"; title = "Perform replacement using these rules in succession from the top down:"; ObjectID = "5Ey-vx-5Sm"; */
"5Ey-vx-5Sm.title" = "Unter Verwendung dieser Regeln nacheinander von oben nach unten durch ersetzen:";
/* Class = "NSTableColumn"; headerToolTip = "Enable"; ObjectID = "KTe-1r-oHM"; */
"KTe-1r-oHM.headerToolTip" = "Aktivieren";
/* Class = "NSButton"; ibShadowedToolTip = "Select to use this replacement rule."; ObjectID = "PuQ-No-wC1"; */
"PuQ-No-wC1.ibShadowedToolTip" = "Auswählen, um dieser Regel zu benutzen.";
/* Class = "NSTableColumn"; headerCell.title = "Find"; ObjectID = "zee-UW-TVR"; */
"zee-UW-TVR.headerCell.title" = "Suche";
/* Class = "NSTableColumn"; headerCell.title = "Replace With"; ObjectID = "nRC-aM-NZ2"; */
"nRC-aM-NZ2.headerCell.title" = "Ersetze mit";
/* Class = "NSTableColumn"; headerCell.title = "RE"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerCell.title" = "RE";
/* Class = "NSTableColumn"; headerToolTip = "Regular Expression"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerToolTip" = "Regulärer Ausdruck";
/* Class = "NSTableColumn"; headerCell.title = "IC"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerCell.title" = "IC";
/* Class = "NSTableColumn"; headerToolTip = "Ignore Cases"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerToolTip" = "Groß-/Kleinschreibung ignorieren";
/* Class = "NSTableColumn"; headerCell.title = "Description"; ObjectID = "Rhy-iE-CIC"; */
"Rhy-iE-CIC.headerCell.title" = "Beschreibung";
/* Class = "NSButton"; ibShadowedToolTip = "Select to search with regular expression."; ObjectID = "Lk4-Ym-IrV"; */
"Lk4-Ym-IrV.ibShadowedToolTip" = "Auswählen, um mit regulärem Ausdruck zu suchen.";
/* Class = "NSButton"; ibShadowedToolTip = "Select to ignore character case on search."; ObjectID = "I23-3I-yq5"; */
"I23-3I-yq5.ibShadowedToolTip" = "Auswählen, um beim Suchen Groß-/Kleinschreibung zu ignorieren.";
/* Class = "NSTextFieldCell"; title = "Invalid rules will be skipped."; ObjectID = "gRf-KM-GZo"; */
"gRf-KM-GZo.title" = "Ungültige Regeln werden übersprungen.";
/* Class = "NSButton"; ibShadowedToolTip = "Show advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibShadowedToolTip" = "Erweitere Optionen einblenden";
"i8z-Xa-PxI.ibExternalAccessibilityDescription" = "Erweitere Optionen";
/* Class = "NSButtonCell"; title = "In Selection"; ObjectID = "4lm-Fu-Fcf"; */
"4lm-Fu-Fcf.title" = "In der Auswahl";
/* Class = "NSButton"; ibShadowedToolTip = "Select to replace text only in selection."; ObjectID = "pfM-xk-MrN"; */
"pfM-xk-MrN.ibShadowedToolTip" = "Auswählen, um nur in der Auswahl zu suchen.";
/* Class = "NSButtonCell"; title = "Highlight All"; ObjectID = "kdu-Ni-M64"; */
"kdu-Ni-M64.title" = "Alles markieren";
/* Class = "NSButton"; ibShadowedToolTip = "Highlight all matches of the replacement rules."; ObjectID = "99C-Bz-ySi"; */
"99C-Bz-ySi.ibShadowedToolTip" = "Alle Übereinstimmungen der Ersetzungsregeln markieren.";
/* Class = "NSButtonCell"; title = "Replace All"; ObjectID = "LI2-Hh-D6g"; */
"LI2-Hh-D6g.title" = "Alles ersetzen";
/* Class = "NSButton"; ibShadowedToolTip = "Replace all matches according to the replacement rules."; ObjectID = "Nth-za-4Ad"; */
"Nth-za-4Ad.ibShadowedToolTip" = "Alle Übereinstimmungen gemäß den Ersetzungsregeln ersetzen.";

View File

@ -1,120 +0,0 @@
//
// MultipleReplacePanel.strings (English (UK))
//
// CotEditor
// https://coteditor.com
//
// Created by Alex Newson on 2022-01-30.
// Localized by 1024jp
//
// ---------------------------------------------------------------------------
//
// © 2022-2023 1024jp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// MARK: Content list
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "mF9-q3-LmX"; */
"mF9-q3-LmX.title" = "Duplicate";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "cZ9-i9-VsM"; */
"cZ9-i9-VsM.title" = "Rename";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "fN1-Tr-8T8"; */
"fN1-Tr-8T8.title" = "Export…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "XIe-MY-JEs"; */
"XIe-MY-JEs.title" = "Share…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "tLz-9S-3we"; */
"tLz-9S-3we.title" = "Reveal in Finder";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "iZn-Pw-tgJ"; */
"iZn-Pw-tgJ.title" = "Import…";
/* Class = "NSMenuItem"; title = "Reload All Definitions"; ObjectID = "0ca-Jy-pHT"; */
"0ca-Jy-pHT.title" = "Reload All Definitions";
/* Class = "NSMenuItem"; title = "New Definition"; ObjectID = "ah0-d7-MIb"; */
"ah0-d7-MIb.title" = "New Definition";
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "zRC-iK-Noh"; */
"zRC-iK-Noh.title" = "Duplicate";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "KGb-Yh-gXR"; */
"KGb-Yh-gXR.title" = "Rename";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "M9A-ds-FNR"; */
"M9A-ds-FNR.title" = "Delete";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "5mf-DX-YT5"; */
"5mf-DX-YT5.title" = "Export…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "3hj-yI-UYg"; */
"3hj-yI-UYg.title" = "Share…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "sYx-dd-JiV"; */
"sYx-dd-JiV.title" = "Reveal in Finder";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "8TG-QH-hxz"; */
"8TG-QH-hxz.title" = "Import…";
// MARK: Editor View
/* Class = "NSTextFieldCell"; title = "Perform replacement using these rules in succession from the top down:"; ObjectID = "5Ey-vx-5Sm"; */
"5Ey-vx-5Sm.title" = "Perform replacement using these rules in succession from the top down:";
/* Class = "NSTableColumn"; headerToolTip = "Enable"; ObjectID = "KTe-1r-oHM"; */
"KTe-1r-oHM.headerToolTip" = "Enable";
/* Class = "NSButton"; ibShadowedToolTip = "Select to use this replacement rule."; ObjectID = "PuQ-No-wC1"; */
"PuQ-No-wC1.ibShadowedToolTip" = "Select to use this replacement rule.";
/* Class = "NSTableColumn"; headerCell.title = "Find"; ObjectID = "zee-UW-TVR"; */
"zee-UW-TVR.headerCell.title" = "Find";
/* Class = "NSTableColumn"; headerCell.title = "Replace With"; ObjectID = "nRC-aM-NZ2"; */
"nRC-aM-NZ2.headerCell.title" = "Replace With";
/* Class = "NSTableColumn"; headerCell.title = "RE"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerCell.title" = "RE";
/* Class = "NSTableColumn"; headerToolTip = "Regular Expression"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerToolTip" = "Regular Expression";
/* Class = "NSTableColumn"; headerCell.title = "IC"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerCell.title" = "IC";
/* Class = "NSTableColumn"; headerToolTip = "Ignore Cases"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerToolTip" = "Ignore Cases";
/* Class = "NSTableColumn"; headerCell.title = "Description"; ObjectID = "Rhy-iE-CIC"; */
"Rhy-iE-CIC.headerCell.title" = "Description";
/* Class = "NSButton"; ibShadowedToolTip = "Select to search with regular expression."; ObjectID = "Lk4-Ym-IrV"; */
"Lk4-Ym-IrV.ibShadowedToolTip" = "Select to search with regular expression.";
/* Class = "NSButton"; ibShadowedToolTip = "Select to ignore character case on search."; ObjectID = "I23-3I-yq5"; */
"I23-3I-yq5.ibShadowedToolTip" = "Select to ignore character case on search.";
/* Class = "NSTextFieldCell"; title = "Invalid rules will be skipped."; ObjectID = "gRf-KM-GZo"; */
"gRf-KM-GZo.title" = "Invalid rules will be skipped.";
/* Class = "NSButton"; ibShadowedToolTip = "Show advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibShadowedToolTip" = "Show advanced options";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibExternalAccessibilityDescription" = "Advanced options";
/* Class = "NSButtonCell"; title = "In Selection"; ObjectID = "4lm-Fu-Fcf"; */
"4lm-Fu-Fcf.title" = "In Selection";
/* Class = "NSButton"; ibShadowedToolTip = "Select to replace text only in selection."; ObjectID = "pfM-xk-MrN"; */
"pfM-xk-MrN.ibShadowedToolTip" = "Select to replace text only in selection.";
/* Class = "NSButtonCell"; title = "Highlight All"; ObjectID = "kdu-Ni-M64"; */
"kdu-Ni-M64.title" = "Highlight All";
/* Class = "NSButton"; ibShadowedToolTip = "Highlight all matches of the replacement rules."; ObjectID = "99C-Bz-ySi"; */
"99C-Bz-ySi.ibShadowedToolTip" = "Highlight all matches of the replacement rules.";
/* Class = "NSButtonCell"; title = "Replace All"; ObjectID = "LI2-Hh-D6g"; */
"LI2-Hh-D6g.title" = "Replace All";
/* Class = "NSButton"; ibShadowedToolTip = "Replace all matches according to the replacement rules."; ObjectID = "Nth-za-4Ad"; */
"Nth-za-4Ad.ibShadowedToolTip" = "Replace all matches according to the replacement rules.";

View File

@ -1,122 +0,0 @@
//
// MultipleReplacePanel.strings (Spanish)
//
// CotEditor
// https://coteditor.com
//
// Created by Agustin Borrego on 2023-07-30.
// Localized by Agustin Borrego
//
// ---------------------------------------------------------------------------
//
// © 2023 1024jp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// MARK: Content list
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "mF9-q3-LmX"; */
"mF9-q3-LmX.title" = "Duplicar";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "cZ9-i9-VsM"; */
"cZ9-i9-VsM.title" = "Renombrar";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "fN1-Tr-8T8"; */
"fN1-Tr-8T8.title" = "Exportar…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "XIe-MY-JEs"; */
"XIe-MY-JEs.title" = "Compartir…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "tLz-9S-3we"; */
"tLz-9S-3we.title" = "Mostrar en el Finder";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "iZn-Pw-tgJ"; */
"iZn-Pw-tgJ.title" = "Importar…";
/* Class = "NSMenuItem"; title = "Reload All Definitions"; ObjectID = "0ca-Jy-pHT"; */
"0ca-Jy-pHT.title" = "Recargar todas las definiciones";
/* Class = "NSMenuItem"; title = "New Definition"; ObjectID = "ah0-d7-MIb"; */
"ah0-d7-MIb.title" = "Nueva definición";
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "zRC-iK-Noh"; */
"zRC-iK-Noh.title" = "Duplicar";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "KGb-Yh-gXR"; */
"KGb-Yh-gXR.title" = "Renombrar";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "M9A-ds-FNR"; */
"M9A-ds-FNR.title" = "Eliminar";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "5mf-DX-YT5"; */
"5mf-DX-YT5.title" = "Exportar…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "3hj-yI-UYg"; */
"3hj-yI-UYg.title" = "Compartir…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "sYx-dd-JiV"; */
"sYx-dd-JiV.title" = "Mostrar en el Finder";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "8TG-QH-hxz"; */
"8TG-QH-hxz.title" = "Importar…";
// MARK: Editor View
/* Class = "NSTextFieldCell"; title = "Perform replacement using these rules in succession from the top down:"; ObjectID = "5Ey-vx-5Sm"; */
"5Ey-vx-5Sm.title" = "Realice el reemplazo utilizando estas reglas en sucesión de arriba hacia abajo:";
/* Class = "NSTableColumn"; headerToolTip = "Enable"; ObjectID = "KTe-1r-oHM"; */
"KTe-1r-oHM.headerToolTip" = "Habilitar";
/* Class = "NSButton"; ibShadowedToolTip = "Select to use this replacement rule."; ObjectID = "PuQ-No-wC1"; */
"PuQ-No-wC1.ibShadowedToolTip" = "Seleccione para usar esta regla de reemplazo.";
/* Class = "NSTableColumn"; headerCell.title = "Find"; ObjectID = "zee-UW-TVR"; */
"zee-UW-TVR.headerCell.title" = "Buscar";
/* Class = "NSTableColumn"; headerCell.title = "Replace With"; ObjectID = "nRC-aM-NZ2"; */
"nRC-aM-NZ2.headerCell.title" = "Reemplazar Con";
/* Class = "NSTableColumn"; headerCell.title = "RE"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerCell.title" = "RE";
/* Class = "NSTableColumn"; headerToolTip = "Regular Expression"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerToolTip" = "Expresión Regular";
/* Class = "NSTableColumn"; headerCell.title = "IC"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerCell.title" = "IC";
/* Class = "NSTableColumn"; headerToolTip = "Ignore Cases"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerToolTip" = "Ignorar mayúsculas y minúsculas";
/* Class = "NSTableColumn"; headerCell.title = "Description"; ObjectID = "Rhy-iE-CIC"; */
"Rhy-iE-CIC.headerCell.title" = "Descripción";
/* Class = "NSButton"; ibShadowedToolTip = "Select to search with regular expression."; ObjectID = "Lk4-Ym-IrV"; */
"Lk4-Ym-IrV.ibShadowedToolTip" = "Seleccione para buscar con expresión regular.";
/* Class = "NSButton"; ibShadowedToolTip = "Select to ignore character case on search."; ObjectID = "I23-3I-yq5"; */
"I23-3I-yq5.ibShadowedToolTip" = "Seleccione para ignorar las mayúsculas y minúsculas de los caracteres en la búsqueda.";
/* Class = "NSTextFieldCell"; title = "Invalid rules will be skipped."; ObjectID = "gRf-KM-GZo"; */
"gRf-KM-GZo.title" = "Se omitirán reglas no válidas.";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibExternalAccessibilityDescription" = "Opciones avanzadas";
/* Class = "NSButton"; ibShadowedToolTip = "Show advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibShadowedToolTip" = "Mostrar opciones avanzadas";
/* Class = "NSButtonCell"; title = "In Selection"; ObjectID = "4lm-Fu-Fcf"; */
"4lm-Fu-Fcf.title" = "En la selección";
/* Class = "NSButton"; ibShadowedToolTip = "Select to replace text only in selection."; ObjectID = "pfM-xk-MrN"; */
"pfM-xk-MrN.ibShadowedToolTip" = "Seleccione para reemplazar el texto solo en la selección.";
/* Class = "NSButtonCell"; title = "Highlight All"; ObjectID = "kdu-Ni-M64"; */
"kdu-Ni-M64.title" = "Resaltar todo";
/* Class = "NSButton"; ibShadowedToolTip = "Highlight all matches of the replacement rules."; ObjectID = "99C-Bz-ySi"; */
"99C-Bz-ySi.ibShadowedToolTip" = "Resalte todas las coincidencias de las reglas de reemplazo.";
/* Class = "NSButtonCell"; title = "Replace All"; ObjectID = "LI2-Hh-D6g"; */
"LI2-Hh-D6g.title" = "Reemplazar todo";
/* Class = "NSButton"; ibShadowedToolTip = "Replace all matches according to the replacement rules."; ObjectID = "Nth-za-4Ad"; */
"Nth-za-4Ad.ibShadowedToolTip" = "Reemplace todas las coincidencias de acuerdo con las reglas de reemplazo.";

View File

@ -1,120 +0,0 @@
//
// MultipleReplacePanel.strings (French)
//
// CotEditor
// https://coteditor.com
//
// Created by Aurélien Roy on 2019-04-26.
// Localized by Aurélien Roy
//
// ---------------------------------------------------------------------------
//
// © 2015-2023 CotEditor Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// MARK: Content list
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "mF9-q3-LmX"; */
"mF9-q3-LmX.title" = "Dupliquer";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "cZ9-i9-VsM"; */
"cZ9-i9-VsM.title" = "Renommer";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "fN1-Tr-8T8"; */
"fN1-Tr-8T8.title" = "Exporter…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "XIe-MY-JEs"; */
"XIe-MY-JEs.title" = "Partager…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "tLz-9S-3we"; */
"tLz-9S-3we.title" = "Afficher dans le Finder";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "iZn-Pw-tgJ"; */
"iZn-Pw-tgJ.title" = "Importer…";
/* Class = "NSMenuItem"; title = "Reload All Definitions"; ObjectID = "0ca-Jy-pHT"; */
"0ca-Jy-pHT.title" = "Recharger toutes les définitions";
/* Class = "NSMenuItem"; title = "New Definition"; ObjectID = "ah0-d7-MIb"; */
"ah0-d7-MIb.title" = "Nouvelle définition";
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "zRC-iK-Noh"; */
"zRC-iK-Noh.title" = "Dupliquer";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "KGb-Yh-gXR"; */
"KGb-Yh-gXR.title" = "Renommer";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "M9A-ds-FNR"; */
"M9A-ds-FNR.title" = "Supprimer";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "5mf-DX-YT5"; */
"5mf-DX-YT5.title" = "Exporter…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "3hj-yI-UYg"; */
"3hj-yI-UYg.title" = "Partager…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "sYx-dd-JiV"; */
"sYx-dd-JiV.title" = "Afficher dans le Finder";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "8TG-QH-hxz"; */
"8TG-QH-hxz.title" = "Importer…";
// MARK: Editor View
/* Class = "NSTextFieldCell"; title = "Perform replacement using these rules in succession from the top down:"; ObjectID = "5Ey-vx-5Sm"; */
"5Ey-vx-5Sm.title" = "Remplacer le texte en appliquant ces règles successivement, du haut vers le bas :";
/* Class = "NSTableColumn"; headerToolTip = "Enable"; ObjectID = "KTe-1r-oHM"; */
"KTe-1r-oHM.headerToolTip" = "Activer";
/* Class = "NSButton"; ibShadowedToolTip = "Select to use this replacement rule."; ObjectID = "PuQ-No-wC1"; */
"PuQ-No-wC1.ibShadowedToolTip" = "Sélectionnez pour utiliser cette règle de remplacement.";
/* Class = "NSTableColumn"; headerCell.title = "Find"; ObjectID = "zee-UW-TVR"; */
"zee-UW-TVR.headerCell.title" = "Rechercher";
/* Class = "NSTableColumn"; headerCell.title = "Replace With"; ObjectID = "nRC-aM-NZ2"; */
"nRC-aM-NZ2.headerCell.title" = "Remplacer par";
/* Class = "NSTableColumn"; headerCell.title = "RE"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerCell.title" = "RE";
/* Class = "NSTableColumn"; headerToolTip = "Regular Expression"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerToolTip" = "Expression régulière";
/* Class = "NSTableColumn"; headerCell.title = "IC"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerCell.title" = "IC";
/* Class = "NSTableColumn"; headerToolTip = "Ignore Cases"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerToolTip" = "Ignorer la casse";
/* Class = "NSTableColumn"; headerCell.title = "Description"; ObjectID = "Rhy-iE-CIC"; */
"Rhy-iE-CIC.headerCell.title" = "Description";
/* Class = "NSButton"; ibShadowedToolTip = "Select to search with regular expression."; ObjectID = "Lk4-Ym-IrV"; */
"Lk4-Ym-IrV.ibShadowedToolTip" = "Sélectionnez pour rechercher à laide dune expression régulière.";
/* Class = "NSButton"; ibShadowedToolTip = "Select to ignore character case on search."; ObjectID = "I23-3I-yq5"; */
"I23-3I-yq5.ibShadowedToolTip" = "Sélectionnez pour ignorer la casse lors de la recherche.";
/* Class = "NSTextFieldCell"; title = "Invalid rules will be skipped."; ObjectID = "gRf-KM-GZo"; */
"gRf-KM-GZo.title" = "Les règles invalides seront sautées.";
/* Class = "NSButton"; ibShadowedToolTip = "Show advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibShadowedToolTip" = "Afficher les options avancées";
"i8z-Xa-PxI.ibExternalAccessibilityDescription" = "Options avancées";
/* Class = "NSButtonCell"; title = "In Selection"; ObjectID = "4lm-Fu-Fcf"; */
"4lm-Fu-Fcf.title" = "Dans la sélection";
/* Class = "NSButton"; ibShadowedToolTip = "Select to replace text only in selection."; ObjectID = "pfM-xk-MrN"; */
"pfM-xk-MrN.ibShadowedToolTip" = "Sélectionnez pour rechercher le texte seulement dans la sélection.";
/* Class = "NSButtonCell"; title = "Highlight All"; ObjectID = "kdu-Ni-M64"; */
"kdu-Ni-M64.title" = "Tout surligner";
/* Class = "NSButton"; ibShadowedToolTip = "Highlight all matches of the replacement rules."; ObjectID = "99C-Bz-ySi"; */
"99C-Bz-ySi.ibShadowedToolTip" = "Mettre en surbrillance toutes les correspondances des règles de remplacement.";
/* Class = "NSButtonCell"; title = "Replace All"; ObjectID = "LI2-Hh-D6g"; */
"LI2-Hh-D6g.title" = "Tout remplacer";
/* Class = "NSButton"; ibShadowedToolTip = "Replace all matches according to the replacement rules."; ObjectID = "Nth-za-4Ad"; */
"Nth-za-4Ad.ibShadowedToolTip" = "Remplace toutes les correspondances selon les règles de remplacement.";

View File

@ -1,120 +0,0 @@
//
// MultipleReplacePanel.strings (Italian)
//
// CotEditor
// https://coteditor.com
//
// Created by 1024jp on 2018-05-08.
// Localized by Agostino Maiello
//
// ---------------------------------------------------------------------------
//
// © 2018-2023 1024jp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// MARK: Content list
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "mF9-q3-LmX"; */
"mF9-q3-LmX.title" = "Duplica";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "cZ9-i9-VsM"; */
"cZ9-i9-VsM.title" = "Rinomina";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "fN1-Tr-8T8"; */
"fN1-Tr-8T8.title" = "Esporta…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "XIe-MY-JEs"; */
"XIe-MY-JEs.title" = "Condividi…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "tLz-9S-3we"; */
"tLz-9S-3we.title" = "Mostra nel Finder";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "iZn-Pw-tgJ"; */
"iZn-Pw-tgJ.title" = "Importa…";
/* Class = "NSMenuItem"; title = "Reload All Definitions"; ObjectID = "0ca-Jy-pHT"; */
"0ca-Jy-pHT.title" = "Ricarica tutte le definizioni";
/* Class = "NSMenuItem"; title = "New Definition"; ObjectID = "ah0-d7-MIb"; */
"ah0-d7-MIb.title" = "Nuova definizione";
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "zRC-iK-Noh"; */
"zRC-iK-Noh.title" = "Duplica";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "KGb-Yh-gXR"; */
"KGb-Yh-gXR.title" = "Rinomina";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "M9A-ds-FNR"; */
"M9A-ds-FNR.title" = "Elimina";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "5mf-DX-YT5"; */
"5mf-DX-YT5.title" = "Esporta…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "3hj-yI-UYg"; */
"3hj-yI-UYg.title" = "Condividi…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "sYx-dd-JiV"; */
"sYx-dd-JiV.title" = "Mostra nel Finder";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "8TG-QH-hxz"; */
"8TG-QH-hxz.title" = "Importa…";
// MARK: Editor View
/* Class = "NSTextFieldCell"; title = "Perform replacement using these rules in succession from the top down:"; ObjectID = "5Ey-vx-5Sm"; */
"5Ey-vx-5Sm.title" = "Effettua la sostituzione usando queste regole in sequenza partendo dallalto:";
/* Class = "NSTableColumn"; headerToolTip = "Enable"; ObjectID = "KTe-1r-oHM"; */
"KTe-1r-oHM.headerToolTip" = "Abilita";
/* Class = "NSButton"; ibShadowedToolTip = "Select to use this replacement rule."; ObjectID = "PuQ-No-wC1"; */
"PuQ-No-wC1.ibShadowedToolTip" = "Seleziona per usare questa regola di sostituzione.";
/* Class = "NSTableColumn"; headerCell.title = "Find"; ObjectID = "zee-UW-TVR"; */
"zee-UW-TVR.headerCell.title" = "Trova";
/* Class = "NSTableColumn"; headerCell.title = "Replace With"; ObjectID = "nRC-aM-NZ2"; */
"nRC-aM-NZ2.headerCell.title" = "Sostituisci con";
/* Class = "NSTableColumn"; headerCell.title = "RE"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerCell.title" = "RE";
/* Class = "NSTableColumn"; headerToolTip = "Regular Expression"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerToolTip" = "Espressione regolare";
/* Class = "NSTableColumn"; headerCell.title = "IC"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerCell.title" = "IC";
/* Class = "NSTableColumn"; headerToolTip = "Ignore Cases"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerToolTip" = "Ignora maiuscole/minuscole";
/* Class = "NSTableColumn"; headerCell.title = "Description"; ObjectID = "Rhy-iE-CIC"; */
"Rhy-iE-CIC.headerCell.title" = "Descrizione";
/* Class = "NSButton"; ibShadowedToolTip = "Select to search with regular expression."; ObjectID = "Lk4-Ym-IrV"; */
"Lk4-Ym-IrV.ibShadowedToolTip" = "Selezionare per la ricerca di unespressione regolare.";
/* Class = "NSButton"; ibShadowedToolTip = "Select to ignore character case on search."; ObjectID = "I23-3I-yq5"; */
"I23-3I-yq5.ibShadowedToolTip" = "Selezionare per ignorare maiuscole/minuscole nella ricerca.";
/* Class = "NSTextFieldCell"; title = "Invalid rules will be skipped."; ObjectID = "gRf-KM-GZo"; */
"gRf-KM-GZo.title" = "Le regole non valide saranno ignorate.";
/* Class = "NSButton"; ibShadowedToolTip = "Show advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibShadowedToolTip" = "Mostra opzioni avanzate";
"i8z-Xa-PxI.ibExternalAccessibilityDescription" = "Opzioni avanzate";
/* Class = "NSButtonCell"; title = "In Selection"; ObjectID = "4lm-Fu-Fcf"; */
"4lm-Fu-Fcf.title" = "In selezione";
/* Class = "NSButton"; ibShadowedToolTip = "Select to replace text only in selection."; ObjectID = "pfM-xk-MrN"; */
"pfM-xk-MrN.ibShadowedToolTip" = "Selezionare per ricercare testo solo allinterno della selezione.";
/* Class = "NSButtonCell"; title = "Highlight All"; ObjectID = "kdu-Ni-M64"; */
"kdu-Ni-M64.title" = "Evidenzia tutto";
/* Class = "NSButton"; ibShadowedToolTip = "Highlight all matches of the replacement rules."; ObjectID = "99C-Bz-ySi"; */
"99C-Bz-ySi.ibShadowedToolTip" = "Evidenzia tutti i risultati delle regole di sostituzione.";
/* Class = "NSButtonCell"; title = "Replace All"; ObjectID = "LI2-Hh-D6g"; */
"LI2-Hh-D6g.title" = "Sostituisci tutto";
/* Class = "NSButton"; ibShadowedToolTip = "Replace all matches according to the replacement rules."; ObjectID = "Nth-za-4Ad"; */
"Nth-za-4Ad.ibShadowedToolTip" = "Sostituisci tutti i risultati delle regole di sostituzione.";

View File

@ -1,120 +0,0 @@
//
// MultipleReplacePanel.strings (Japanese)
//
// CotEditor
// https://coteditor.com
//
// Created by 1024jp on 2018-05-08.
// Localized by 1024jp
//
// ---------------------------------------------------------------------------
//
// © 2018-2023 1024jp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// MARK: Content list
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "mF9-q3-LmX"; */
"mF9-q3-LmX.title" = "複製";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "cZ9-i9-VsM"; */
"cZ9-i9-VsM.title" = "名前を変更";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "fN1-Tr-8T8"; */
"fN1-Tr-8T8.title" = "書き出す…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "XIe-MY-JEs"; */
"XIe-MY-JEs.title" = "共有…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "tLz-9S-3we"; */
"tLz-9S-3we.title" = "Finderに表示";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "iZn-Pw-tgJ"; */
"iZn-Pw-tgJ.title" = "読み込む…";
/* Class = "NSMenuItem"; title = "Reload All Definitions"; ObjectID = "0ca-Jy-pHT"; */
"0ca-Jy-pHT.title" = "すべての定義を再読み込み";
/* Class = "NSMenuItem"; title = "New Definition"; ObjectID = "ah0-d7-MIb"; */
"ah0-d7-MIb.title" = "新規定義";
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "zRC-iK-Noh"; */
"zRC-iK-Noh.title" = "複製";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "KGb-Yh-gXR"; */
"KGb-Yh-gXR.title" = "名前を変更";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "M9A-ds-FNR"; */
"M9A-ds-FNR.title" = "削除";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "5mf-DX-YT5"; */
"5mf-DX-YT5.title" = "書き出す…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "3hj-yI-UYg"; */
"3hj-yI-UYg.title" = "共有…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "sYx-dd-JiV"; */
"sYx-dd-JiV.title" = "Finderに表示";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "8TG-QH-hxz"; */
"8TG-QH-hxz.title" = "読み込む…";
// MARK: Editor View
/* Class = "NSTextFieldCell"; title = "Perform replacement using these rules in succession from the top down:"; ObjectID = "5Ey-vx-5Sm"; */
"5Ey-vx-5Sm.title" = "以下の条件を上から順に適用して置換:";
/* Class = "NSTableColumn"; headerToolTip = "Enable"; ObjectID = "KTe-1r-oHM"; */
"KTe-1r-oHM.headerToolTip" = "有効";
/* Class = "NSButton"; ibShadowedToolTip = "Select to use this replacement rule."; ObjectID = "PuQ-No-wC1"; */
"PuQ-No-wC1.ibShadowedToolTip" = "この置換条件を使う場合に選択";
/* Class = "NSTableColumn"; headerCell.title = "Find"; ObjectID = "zee-UW-TVR"; */
"zee-UW-TVR.headerCell.title" = "検索";
/* Class = "NSTableColumn"; headerCell.title = "Replace With"; ObjectID = "nRC-aM-NZ2"; */
"nRC-aM-NZ2.headerCell.title" = "置換";
/* Class = "NSTableColumn"; headerCell.title = "RE"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerCell.title" = "RE";
/* Class = "NSTableColumn"; headerToolTip = "Regular Expression"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerToolTip" = "正規表現";
/* Class = "NSTableColumn"; headerCell.title = "IC"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerCell.title" = "IC";
/* Class = "NSTableColumn"; headerToolTip = "Ignore Cases"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerToolTip" = "大文字/小文字を無視";
/* Class = "NSTableColumn"; headerCell.title = "Description"; ObjectID = "Rhy-iE-CIC"; */
"Rhy-iE-CIC.headerCell.title" = "説明";
/* Class = "NSButton"; ibShadowedToolTip = "Select to search with regular expression."; ObjectID = "Lk4-Ym-IrV"; */
"Lk4-Ym-IrV.ibShadowedToolTip" = "検索に正規表現を使う場合に選択";
/* Class = "NSButton"; ibShadowedToolTip = "Select to ignore character case on search."; ObjectID = "I23-3I-yq5"; */
"I23-3I-yq5.ibShadowedToolTip" = "大文字/小文字を区別せずに検索する場合に選択";
/* Class = "NSTextFieldCell"; title = "Invalid rules will be skipped."; ObjectID = "gRf-KM-GZo"; */
"gRf-KM-GZo.title" = "無効な条件はスキップされます。";
/* Class = "NSButton"; ibShadowedToolTip = "Show advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibShadowedToolTip" = "詳細オプションを表示";
"i8z-Xa-PxI.ibExternalAccessibilityDescription" = "詳細オプション";
/* Class = "NSButtonCell"; title = "In Selection"; ObjectID = "4lm-Fu-Fcf"; */
"4lm-Fu-Fcf.title" = "選択範囲のみ";
/* Class = "NSButton"; ibShadowedToolTip = "Select to replace text only in selection."; ObjectID = "pfM-xk-MrN"; */
"pfM-xk-MrN.ibShadowedToolTip" = "現在の選択範囲のみを置換対象とする場合に選択";
/* Class = "NSButtonCell"; title = "Highlight All"; ObjectID = "kdu-Ni-M64"; */
"kdu-Ni-M64.title" = "すべてハイライト";
/* Class = "NSButton"; ibShadowedToolTip = "Highlight all matches of the replacement rules."; ObjectID = "99C-Bz-ySi"; */
"99C-Bz-ySi.ibShadowedToolTip" = "すべての置換条件の一致をハイライト";
/* Class = "NSButtonCell"; title = "Replace All"; ObjectID = "LI2-Hh-D6g"; */
"LI2-Hh-D6g.title" = "すべて置換";
/* Class = "NSButton"; ibShadowedToolTip = "Replace all matches according to the replacement rules."; ObjectID = "Nth-za-4Ad"; */
"Nth-za-4Ad.ibShadowedToolTip" = "置換条件ですべてを置き換え";

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,120 +0,0 @@
//
// MultipleReplacePanel.strings (Portuguese)
//
// CotEditor
// https://coteditor.com
//
// Created by 1024jp on 2018-05-08.
// Localized by BR Lingo
//
// ---------------------------------------------------------------------------
//
// © 2018-2023 1024jp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// MARK: Content list
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "mF9-q3-LmX"; */
"mF9-q3-LmX.title" = "Duplicar";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "cZ9-i9-VsM"; */
"cZ9-i9-VsM.title" = "Renomear";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "fN1-Tr-8T8"; */
"fN1-Tr-8T8.title" = "Exportar…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "XIe-MY-JEs"; */
"XIe-MY-JEs.title" = "Compartillhar…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "tLz-9S-3we"; */
"tLz-9S-3we.title" = "Mostrar no Finder";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "iZn-Pw-tgJ"; */
"iZn-Pw-tgJ.title" = "Importar…";
/* Class = "NSMenuItem"; title = "Reload All Definitions"; ObjectID = "0ca-Jy-pHT"; */
"0ca-Jy-pHT.title" = "Recarregar Todas as Definições";
/* Class = "NSMenuItem"; title = "New Definition"; ObjectID = "ah0-d7-MIb"; */
"ah0-d7-MIb.title" = "Nova Definição";
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "zRC-iK-Noh"; */
"zRC-iK-Noh.title" = "Duplicar";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "KGb-Yh-gXR"; */
"KGb-Yh-gXR.title" = "Renomear";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "M9A-ds-FNR"; */
"M9A-ds-FNR.title" = "Apagar";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "5mf-DX-YT5"; */
"5mf-DX-YT5.title" = "Exportar…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "3hj-yI-UYg"; */
"3hj-yI-UYg.title" = "Compartillhar…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "sYx-dd-JiV"; */
"sYx-dd-JiV.title" = "Mostrar no Finder";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "8TG-QH-hxz"; */
"8TG-QH-hxz.title" = "Importar…";
// MARK: Editor View
/* Class = "NSTextFieldCell"; title = "Perform replacement using these rules in succession from the top down:"; ObjectID = "5Ey-vx-5Sm"; */
"5Ey-vx-5Sm.title" = "Usar estas regras consecutivamente para substituir:";
/* Class = "NSTableColumn"; headerToolTip = "Enable"; ObjectID = "KTe-1r-oHM"; */
"KTe-1r-oHM.headerToolTip" = "Ative";
/* Class = "NSButton"; ibShadowedToolTip = "Select to use this replacement rule."; ObjectID = "PuQ-No-wC1"; */
"PuQ-No-wC1.ibShadowedToolTip" = "Selecione esta regra na para usar na substituição";
/* Class = "NSTableColumn"; headerCell.title = "Find"; ObjectID = "zee-UW-TVR"; */
"zee-UW-TVR.headerCell.title" = "Buscar";
/* Class = "NSTableColumn"; headerCell.title = "Replace With"; ObjectID = "nRC-aM-NZ2"; */
"nRC-aM-NZ2.headerCell.title" = "Substituir por";
/* Class = "NSTableColumn"; headerCell.title = "RE"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerCell.title" = "ER";
/* Class = "NSTableColumn"; headerToolTip = "Regular Expression"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerToolTip" = "Expressão Regular";
/* Class = "NSTableColumn"; headerCell.title = "IC"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerCell.title" = "IM";
/* Class = "NSTableColumn"; headerToolTip = "Ignore Cases"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerToolTip" = "Ignorar Maiúsculas/Minúsculas (sem distinção)";
/* Class = "NSTableColumn"; headerCell.title = "Description"; ObjectID = "Rhy-iE-CIC"; */
"Rhy-iE-CIC.headerCell.title" = "Descrição";
/* Class = "NSButton"; ibShadowedToolTip = "Select to search with regular expression."; ObjectID = "Lk4-Ym-IrV"; */
"Lk4-Ym-IrV.ibShadowedToolTip" = "Selecione para buscar com expressão regular.";
/* Class = "NSButton"; ibShadowedToolTip = "Select to ignore character case on search."; ObjectID = "I23-3I-yq5"; */
"I23-3I-yq5.ibShadowedToolTip" = "Selecione para ignorar maiúsculas/minúsculas ao buscar.";
/* Class = "NSTextFieldCell"; title = "Invalid rules will be skipped."; ObjectID = "gRf-KM-GZo"; */
"gRf-KM-GZo.title" = "Regras inválidas serão ignoradas.";
/* Class = "NSButton"; ibShadowedToolTip = "Show advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibShadowedToolTip" = "Mostrar opções avançadas";
"i8z-Xa-PxI.ibExternalAccessibilityDescription" = "Opções avançadas";
/* Class = "NSButtonCell"; title = "In Selection"; ObjectID = "4lm-Fu-Fcf"; */
"4lm-Fu-Fcf.title" = "Na Seleção";
/* Class = "NSButton"; ibShadowedToolTip = "Select to replace text only in selection."; ObjectID = "pfM-xk-MrN"; */
"pfM-xk-MrN.ibShadowedToolTip" = "Selecione para buscar apenas no texto da seleção.";
/* Class = "NSButtonCell"; title = "Highlight All"; ObjectID = "kdu-Ni-M64"; */
"kdu-Ni-M64.title" = "Destacar Tudo";
/* Class = "NSButton"; ibShadowedToolTip = "Highlight all matches of the replacement rules."; ObjectID = "99C-Bz-ySi"; */
"99C-Bz-ySi.ibShadowedToolTip" = "Destaque todas as ocorrências das regras de substituição.";
/* Class = "NSButtonCell"; title = "Replace All"; ObjectID = "LI2-Hh-D6g"; */
"LI2-Hh-D6g.title" = "Substituir Tudo";
/* Class = "NSButton"; ibShadowedToolTip = "Replace all matches according to the replacement rules."; ObjectID = "Nth-za-4Ad"; */
"Nth-za-4Ad.ibShadowedToolTip" = "Substitua todas as ocorrências conforme as regras de substituição.";

View File

@ -1,120 +0,0 @@
//
// MultipleReplacePanel.strings (Turkish)
//
// CotEditor
// https://coteditor.com
//
// Created by Emir SARI on 2022-01-28.
// Localized by Emir SARI
//
// ---------------------------------------------------------------------------
//
// © 2022-2023 1024jp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// MARK: Content list
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "mF9-q3-LmX"; */
"mF9-q3-LmX.title" = "Çoğalt";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "cZ9-i9-VsM"; */
"cZ9-i9-VsM.title" = "Yeniden Adlandır";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "fN1-Tr-8T8"; */
"fN1-Tr-8T8.title" = "Dışa Aktar…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "XIe-MY-JEs"; */
"XIe-MY-JEs.title" = "Paylaş…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "tLz-9S-3we"; */
"tLz-9S-3we.title" = "Finderda Göster";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "iZn-Pw-tgJ"; */
"iZn-Pw-tgJ.title" = "İçe Aktar…";
/* Class = "NSMenuItem"; title = "Reload All Definitions"; ObjectID = "0ca-Jy-pHT"; */
"0ca-Jy-pHT.title" = "Tüm Tanımları Yeniden Yükle";
/* Class = "NSMenuItem"; title = "New Definition"; ObjectID = "ah0-d7-MIb"; */
"ah0-d7-MIb.title" = "Yeni Tanım";
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "zRC-iK-Noh"; */
"zRC-iK-Noh.title" = "Çoğalt";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "KGb-Yh-gXR"; */
"KGb-Yh-gXR.title" = "Yeniden Adlandır";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "M9A-ds-FNR"; */
"M9A-ds-FNR.title" = "Sil";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "5mf-DX-YT5"; */
"5mf-DX-YT5.title" = "Dışa Aktar…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "3hj-yI-UYg"; */
"3hj-yI-UYg.title" = "Paylaş…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "sYx-dd-JiV"; */
"sYx-dd-JiV.title" = "Finderda Göster";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "8TG-QH-hxz"; */
"8TG-QH-hxz.title" = "İçe Aktar…";
// MARK: Editor View
/* Class = "NSTextFieldCell"; title = "Perform replacement using these rules in succession from the top down:"; ObjectID = "5Ey-vx-5Sm"; */
"5Ey-vx-5Sm.title" = "Değişimi bu kuralları yukarıdan aşağı sırada kullanarak gerçekleştir:";
/* Class = "NSTableColumn"; headerToolTip = "Enable"; ObjectID = "KTe-1r-oHM"; */
"KTe-1r-oHM.headerToolTip" = "Etkinleştir";
/* Class = "NSButton"; ibShadowedToolTip = "Select to use this replacement rule."; ObjectID = "PuQ-No-wC1"; */
"PuQ-No-wC1.ibShadowedToolTip" = "Bu değişim kuralını kullanmak için seç.";
/* Class = "NSTableColumn"; headerCell.title = "Find"; ObjectID = "zee-UW-TVR"; */
"zee-UW-TVR.headerCell.title" = "Bul";
/* Class = "NSTableColumn"; headerCell.title = "Replace With"; ObjectID = "nRC-aM-NZ2"; */
"nRC-aM-NZ2.headerCell.title" = "Şununla Değiştir";
/* Class = "NSTableColumn"; headerCell.title = "RE"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerCell.title" = "Dİ";
/* Class = "NSTableColumn"; headerToolTip = "Regular Expression"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerToolTip" = "Düzenli İfade";
/* Class = "NSTableColumn"; headerCell.title = "IC"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerCell.title" = "BY";
/* Class = "NSTableColumn"; headerToolTip = "Ignore Cases"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerToolTip" = "Harf Biçimlerini Yok Say";
/* Class = "NSTableColumn"; headerCell.title = "Description"; ObjectID = "Rhy-iE-CIC"; */
"Rhy-iE-CIC.headerCell.title" = "Açıklama";
/* Class = "NSButton"; ibShadowedToolTip = "Select to search with regular expression."; ObjectID = "Lk4-Ym-IrV"; */
"Lk4-Ym-IrV.ibShadowedToolTip" = "Düzenli ifade ile aramak için seçin.";
/* Class = "NSButton"; ibShadowedToolTip = "Select to ignore character case on search."; ObjectID = "I23-3I-yq5"; */
"I23-3I-yq5.ibShadowedToolTip" = "Aramada harf biçimini yok saymak için seçin.";
/* Class = "NSTextFieldCell"; title = "Invalid rules will be skipped."; ObjectID = "gRf-KM-GZo"; */
"gRf-KM-GZo.title" = "Geçersiz kurallar atlanacaktır.";
/* Class = "NSButton"; ibShadowedToolTip = "Show advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibShadowedToolTip" = "Gelişmiş seçenekleri göster";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibExternalAccessibilityDescription" = "Gelişmiş seçenekler";
/* Class = "NSButtonCell"; title = "In Selection"; ObjectID = "4lm-Fu-Fcf"; */
"4lm-Fu-Fcf.title" = "Seçimde Bul";
/* Class = "NSButton"; ibShadowedToolTip = "Select to replace text only in selection."; ObjectID = "pfM-xk-MrN"; */
"pfM-xk-MrN.ibShadowedToolTip" = "Yalnızca seçimde metin değiştirmek için seçin.";
/* Class = "NSButtonCell"; title = "Highlight All"; ObjectID = "kdu-Ni-M64"; */
"kdu-Ni-M64.title" = "Tümünü Vurgula";
/* Class = "NSButton"; ibShadowedToolTip = "Highlight all matches of the replacement rules."; ObjectID = "99C-Bz-ySi"; */
"99C-Bz-ySi.ibShadowedToolTip" = "Değişim kurallarının tüm eşleşmelerini vurgula";
/* Class = "NSButtonCell"; title = "Replace All"; ObjectID = "LI2-Hh-D6g"; */
"LI2-Hh-D6g.title" = "Tümünü Değiştir";
/* Class = "NSButton"; ibShadowedToolTip = "Replace all matches according to the replacement rules."; ObjectID = "Nth-za-4Ad"; */
"Nth-za-4Ad.ibShadowedToolTip" = "Tüm eşleşmeleri değişim kurallarına göre değiştir.";

View File

@ -1,120 +0,0 @@
//
// MultipleReplacePanel.strings (Simplified Chinese)
//
// CotEditor
// https://coteditor.com
//
// Created by 1024jp on 2018-05-08.
// Localized by onevcat
//
// ---------------------------------------------------------------------------
//
// © 2018-2023 1024jp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// MARK: Content list
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "mF9-q3-LmX"; */
"mF9-q3-LmX.title" = "拷贝";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "cZ9-i9-VsM"; */
"cZ9-i9-VsM.title" = "重新命名";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "fN1-Tr-8T8"; */
"fN1-Tr-8T8.title" = "导入…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "XIe-MY-JEs"; */
"XIe-MY-JEs.title" = "共享…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "tLz-9S-3we"; */
"tLz-9S-3we.title" = "在访达中显示";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "iZn-Pw-tgJ"; */
"iZn-Pw-tgJ.title" = "导出…";
/* Class = "NSMenuItem"; title = "Reload All Definitions"; ObjectID = "0ca-Jy-pHT"; */
"0ca-Jy-pHT.title" = "重载全部定义";
/* Class = "NSMenuItem"; title = "New Definition"; ObjectID = "ah0-d7-MIb"; */
"ah0-d7-MIb.title" = "新建定义";
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "zRC-iK-Noh"; */
"zRC-iK-Noh.title" = "拷贝";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "KGb-Yh-gXR"; */
"KGb-Yh-gXR.title" = "重新命名";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "M9A-ds-FNR"; */
"M9A-ds-FNR.title" = "删除";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "5mf-DX-YT5"; */
"5mf-DX-YT5.title" = "导入…";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "3hj-yI-UYg"; */
"3hj-yI-UYg.title" = "共享…";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "sYx-dd-JiV"; */
"sYx-dd-JiV.title" = "在访达中显示";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "8TG-QH-hxz"; */
"8TG-QH-hxz.title" = "导出…";
// MARK: Editor View
/* Class = "NSTextFieldCell"; title = "Perform replacement using these rules in succession from the top down:"; ObjectID = "5Ey-vx-5Sm"; */
"5Ey-vx-5Sm.title" = "使用这些规则从上至下连续进行替换:";
/* Class = "NSTableColumn"; headerToolTip = "Enable"; ObjectID = "KTe-1r-oHM"; */
"KTe-1r-oHM.headerToolTip" = "启用";
/* Class = "NSButton"; ibShadowedToolTip = "Select to use this replacement rule."; ObjectID = "PuQ-No-wC1"; */
"PuQ-No-wC1.ibShadowedToolTip" = "选中以使用该替换规则。";
/* Class = "NSTableColumn"; headerCell.title = "Find"; ObjectID = "zee-UW-TVR"; */
"zee-UW-TVR.headerCell.title" = "查找";
/* Class = "NSTableColumn"; headerCell.title = "Replace With"; ObjectID = "nRC-aM-NZ2"; */
"nRC-aM-NZ2.headerCell.title" = "替换";
/* Class = "NSTableColumn"; headerCell.title = "RE"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerCell.title" = "RE";
/* Class = "NSTableColumn"; headerToolTip = "Regular Expression"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerToolTip" = "正则表达式";
/* Class = "NSTableColumn"; headerCell.title = "IC"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerCell.title" = "IC";
/* Class = "NSTableColumn"; headerToolTip = "Ignore Cases"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerToolTip" = "忽略大小写";
/* Class = "NSTableColumn"; headerCell.title = "Description"; ObjectID = "Rhy-iE-CIC"; */
"Rhy-iE-CIC.headerCell.title" = "描述";
/* Class = "NSButton"; ibShadowedToolTip = "Select to search with regular expression."; ObjectID = "Lk4-Ym-IrV"; */
"Lk4-Ym-IrV.ibShadowedToolTip" = "选中以启用正则表达式查找。";
/* Class = "NSButton"; ibShadowedToolTip = "Select to ignore character case on search."; ObjectID = "I23-3I-yq5"; */
"I23-3I-yq5.ibShadowedToolTip" = "选中以忽略大小写。";
/* Class = "NSTextFieldCell"; title = "Invalid rules will be skipped."; ObjectID = "gRf-KM-GZo"; */
"gRf-KM-GZo.title" = "无效的规则将被跳过。";
/* Class = "NSButton"; ibShadowedToolTip = "Show advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibShadowedToolTip" = "显示高级选项";
"i8z-Xa-PxI.ibExternalAccessibilityDescription" = "高级选项";
/* Class = "NSButtonCell"; title = "In Selection"; ObjectID = "4lm-Fu-Fcf"; */
"4lm-Fu-Fcf.title" = "所选内容";
/* Class = "NSButton"; ibShadowedToolTip = "Select to replace text only in selection."; ObjectID = "pfM-xk-MrN"; */
"pfM-xk-MrN.ibShadowedToolTip" = "选中仅在选择范围内进行文本查找。";
/* Class = "NSButtonCell"; title = "Highlight All"; ObjectID = "kdu-Ni-M64"; */
"kdu-Ni-M64.title" = "全部高亮";
/* Class = "NSButton"; ibShadowedToolTip = "Highlight all matches of the replacement rules."; ObjectID = "99C-Bz-ySi"; */
"99C-Bz-ySi.ibShadowedToolTip" = "高亮所有匹配替换规则的文本。";
/* Class = "NSButtonCell"; title = "Replace All"; ObjectID = "LI2-Hh-D6g"; */
"LI2-Hh-D6g.title" = "全部替换";
/* Class = "NSButton"; ibShadowedToolTip = "Replace all matches according to the replacement rules."; ObjectID = "Nth-za-4Ad"; */
"Nth-za-4Ad.ibShadowedToolTip" = "依据替换规则替换所有匹配文本。";

View File

@ -1,121 +0,0 @@
//
// MultipleReplacePanel.strings (Traditional Chinese)
//
// CotEditor
// https://coteditor.com
//
// Created by 1024jp on 2018-05-08.
// zh-Hant localization by Shiki Suen based on OnevCat's zh-Hans localization.
//
// ---------------------------------------------------------------------------
//
// © 2018-2023 1024jp
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//
// MARK: Content list
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "mF9-q3-LmX"; */
"mF9-q3-LmX.title" = "複製";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "cZ9-i9-VsM"; */
"cZ9-i9-VsM.title" = "重新命名";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "fN1-Tr-8T8"; */
"fN1-Tr-8T8.title" = "輸出⋯";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "XIe-MY-JEs"; */
"XIe-MY-JEs.title" = "分享⋯";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "tLz-9S-3we"; */
"tLz-9S-3we.title" = "顯示於Finder";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "iZn-Pw-tgJ"; */
"iZn-Pw-tgJ.title" = "輸入⋯";
/* Class = "NSMenuItem"; title = "Reload All Definitions"; ObjectID = "0ca-Jy-pHT"; */
"0ca-Jy-pHT.title" = "過載全部定義";
/* Class = "NSMenuItem"; title = "New Definition"; ObjectID = "ah0-d7-MIb"; */
"ah0-d7-MIb.title" = "新增定義";
/* Class = "NSMenuItem"; title = "Duplicate"; ObjectID = "zRC-iK-Noh"; */
"zRC-iK-Noh.title" = "複製";
/* Class = "NSMenuItem"; title = "Rename"; ObjectID = "KGb-Yh-gXR"; */
"KGb-Yh-gXR.title" = "重新命名";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "M9A-ds-FNR"; */
"M9A-ds-FNR.title" = "刪除";
/* Class = "NSMenuItem"; title = "Export…"; ObjectID = "5mf-DX-YT5"; */
"5mf-DX-YT5.title" = "輸出⋯";
/* Class = "NSMenuItem"; title = "Share…"; ObjectID = "3hj-yI-UYg"; */
"3hj-yI-UYg.title" = "分享⋯";
/* Class = "NSMenuItem"; title = "Reveal in Finder"; ObjectID = "sYx-dd-JiV"; */
"sYx-dd-JiV.title" = "在訪達中顯示";
/* Class = "NSMenuItem"; title = "Import…"; ObjectID = "8TG-QH-hxz"; */
"8TG-QH-hxz.title" = "輸入⋯";
// MARK: Editor View
/* Class = "NSTextFieldCell"; title = "Perform replacement using these rules in succession from the top down:"; ObjectID = "5Ey-vx-5Sm"; */
"5Ey-vx-5Sm.title" = "使用這些規則從上至下連續進行取代:";
/* Class = "NSTableColumn"; headerToolTip = "Enable"; ObjectID = "KTe-1r-oHM"; */
"KTe-1r-oHM.headerToolTip" = "啟用";
/* Class = "NSButton"; ibShadowedToolTip = "Select to use this replacement rule."; ObjectID = "PuQ-No-wC1"; */
"PuQ-No-wC1.ibShadowedToolTip" = "勾選此項以套用該取代規則。";
/* Class = "NSTableColumn"; headerCell.title = "Find"; ObjectID = "zee-UW-TVR"; */
"zee-UW-TVR.headerCell.title" = "尋找";
/* Class = "NSTableColumn"; headerCell.title = "Replace With"; ObjectID = "nRC-aM-NZ2"; */
"nRC-aM-NZ2.headerCell.title" = "取代";
/* Class = "NSTableColumn"; headerCell.title = "RE"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerCell.title" = "RE";
/* Class = "NSTableColumn"; headerToolTip = "Regular Expression"; ObjectID = "VtR-Qz-MBf"; */
"VtR-Qz-MBf.headerToolTip" = "常規表示式";
/* Class = "NSTableColumn"; headerCell.title = "IC"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerCell.title" = "IC";
/* Class = "NSTableColumn"; headerToolTip = "Ignore Cases"; ObjectID = "d3o-yf-jB4"; */
"d3o-yf-jB4.headerToolTip" = "忽略大小寫";
/* Class = "NSTableColumn"; headerCell.title = "Description"; ObjectID = "Rhy-iE-CIC"; */
"Rhy-iE-CIC.headerCell.title" = "描述";
/* Class = "NSButton"; ibShadowedToolTip = "Select to search with regular expression."; ObjectID = "Lk4-Ym-IrV"; */
"Lk4-Ym-IrV.ibShadowedToolTip" = "選中以啟用常規表示式尋找。";
/* Class = "NSButton"; ibShadowedToolTip = "Select to ignore character case on search."; ObjectID = "I23-3I-yq5"; */
"I23-3I-yq5.ibShadowedToolTip" = "選中以忽略大小寫。";
/* Class = "NSTextFieldCell"; title = "Invalid rules will be skipped."; ObjectID = "gRf-KM-GZo"; */
"gRf-KM-GZo.title" = "無效的規則將被跳過。";
/* Class = "NSButton"; ibShadowedToolTip = "Show advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibShadowedToolTip" = "顯示進階選項";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Advanced options"; ObjectID = "i8z-Xa-PxI"; */
"i8z-Xa-PxI.ibExternalAccessibilityDescription" = "進階選項";
/* Class = "NSButtonCell"; title = "In Selection"; ObjectID = "4lm-Fu-Fcf"; */
"4lm-Fu-Fcf.title" = "所選範圍";
/* Class = "NSButton"; ibShadowedToolTip = "Select to replace text only in selection."; ObjectID = "pfM-xk-MrN"; */
"pfM-xk-MrN.ibShadowedToolTip" = "選中僅在選擇範圍內進行文字尋找。";
/* Class = "NSButtonCell"; title = "Highlight All"; ObjectID = "kdu-Ni-M64"; */
"kdu-Ni-M64.title" = "全部高亮";
/* Class = "NSButton"; ibShadowedToolTip = "Highlight all matches of the replacement rules."; ObjectID = "99C-Bz-ySi"; */
"99C-Bz-ySi.ibShadowedToolTip" = "高亮所有匹配取代規則的文字。";
/* Class = "NSButtonCell"; title = "Replace All"; ObjectID = "LI2-Hh-D6g"; */
"LI2-Hh-D6g.title" = "全部取代";
/* Class = "NSButton"; ibShadowedToolTip = "Replace all matches according to the replacement rules."; ObjectID = "Nth-za-4Ad"; */
"Nth-za-4Ad.ibShadowedToolTip" = "依據取代規則取代所有匹配文字。";