Ver código fonte

【综合】多语补充

tangchao 10 meses atrás
pai
commit
f3204d3176

+ 1 - 1
PDF Office/PDF Master/Class/ChromiumTabs/src/Tab/CTTabController.m

@@ -241,7 +241,7 @@ static NSString* const kBrowserThemeDidChangeNotification =
     subItem = [menu addItemWithTitle:NSLocalizedString(@"Show in Finder",nil) action:@selector(showInFinder:) keyEquivalent:@""];
     [subItem setTarget:self];
     [menu addItem:[NSMenuItem separatorItem]];
-    subItem = [menu addItemWithTitle:NSLocalizedString(@"Close Tab",nil) action:@selector(closeTab:) keyEquivalent:@"w"];
+    subItem = [menu addItemWithTitle:NSLocalizedString(@"Close Current Tab",nil) action:@selector(closeTab:) keyEquivalent:@"w"];
     [subItem setTarget:self];
     subItem = [menu addItemWithTitle:NSLocalizedString(@"Close All Tabs",nil) action:@selector(closeAllTabs:) keyEquivalent:@"w"];
     subItem.keyEquivalentModifierMask = NSEventModifierFlagCommand | NSEventModifierFlagOption;

+ 2 - 0
PDF Office/PDF Master/Strings/de.lproj/Localizable.strings

@@ -2785,3 +2785,5 @@
 "Rectangle" = "Rechteck";
 "Strikethrough" = "durchgestrichen";
 "Line" = "gerade Linie";
+"Close Current Tab" = "Aktuelle Registerkarte schließen";
+

+ 1 - 0
PDF Office/PDF Master/Strings/en.lproj/Localizable.strings

@@ -4018,3 +4018,4 @@
 "Rectangle" = "Rectangle";
 "Strikethrough" = "Strikethrough";
 "Line" = "Line";
+"Close Current Tab" = "Close Tab";

+ 2 - 0
PDF Office/PDF Master/Strings/es.lproj/Localizable.strings

@@ -2876,3 +2876,5 @@
 "Rectangle" = "rectángulo";
 "Strikethrough" = "tachado";
 "Line" = "línea recta";
+
+"Close Current Tab" = "Cierre la pestaña actual";

+ 1 - 0
PDF Office/PDF Master/Strings/fr.lproj/Localizable.strings

@@ -2748,3 +2748,4 @@
 "Rectangle" = "rectangle";
 "Strikethrough" = "barré";
 "Line" = "ligne droite";
+"Close Current Tab" = "Fermer l'onglet actuel";

+ 2 - 0
PDF Office/PDF Master/Strings/it.lproj/Localizable.strings

@@ -2672,3 +2672,5 @@
 "Rectangle" = "rettangolo";
 "Strikethrough" = "barrato";
 "Line" = "retta";
+
+"Close Current Tab" = "Chiudi la finestra attuale";

+ 2 - 0
PDF Office/PDF Master/Strings/ja.lproj/Localizable.strings

@@ -2939,3 +2939,5 @@
 "Rectangle" = "矩形";
 "Strikethrough" = "取り消し線";
 "Line" = "直線";
+
+"Close Current Tab" = "現在のタブを閉じる";

+ 2 - 0
PDF Office/PDF Master/Strings/nl.lproj/Localizable.strings

@@ -2950,3 +2950,5 @@
 "Rectangle" = "rechthoek";
 "Strikethrough" = "doorhalen";
 "Line" = "rechte lijn";
+
+"Close Current Tab" = "Sluit huidige tabblad";

+ 2 - 0
PDF Office/PDF Master/Strings/pl.lproj/Localizable.strings

@@ -2888,3 +2888,5 @@
 "Rectangle" = "prostokąt";
 "Strikethrough" = "przekreślenie";
 "Line" = "linia prosta";
+
+"Close Current Tab" = "Zamknij kartę";

+ 2 - 0
PDF Office/PDF Master/Strings/ru.lproj/Localizable.strings

@@ -2813,3 +2813,5 @@
 "Rectangle" = "прямоугольник";
 "Strikethrough" = "зачеркивание";
 "Line" = "прямая линия";
+
+"Close Current Tab" = "Закрыть текущая вкладка";

+ 2 - 0
PDF Office/PDF Master/Strings/zh-Hans.lproj/Localizable.strings

@@ -3852,3 +3852,5 @@
 "Rectangle" = "矩形";
 "Strikethrough" = "删除线";
 "Line" = "直线";
+
+"Close Current Tab" = "关闭当前页签";

+ 2 - 0
PDF Office/PDF Master/Strings/zh-Hant.lproj/Localizable.strings

@@ -3983,3 +3983,5 @@
 "Rectangle" = "長方形";
 "Strikethrough" = "刪除線";
 "Line" = "直線";
+
+"Close Current Tab" = "關閉目前頁籤";