mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-06 19:40:08 +02:00
🌐 Add translations for preferences tabs
This commit is contained in:
@ -83,22 +83,22 @@ class PreferencesWindowController: PMWindowController {
|
||||
return [
|
||||
PrefTabView(
|
||||
viewController: GeneralPreferencesVC.fromStoryboard(),
|
||||
label: "General",
|
||||
label: "prefs.tabs.general".localized,
|
||||
icon: "gearshape"
|
||||
),
|
||||
PrefTabView(
|
||||
viewController: AppearancePreferencesVC.fromStoryboard(),
|
||||
label: "Appearance",
|
||||
label: "prefs.tabs.appearance".localized,
|
||||
icon: "paintbrush"
|
||||
),
|
||||
PrefTabView(
|
||||
viewController: MenuStructurePreferencesVC.fromStoryboard(),
|
||||
label: "Visibility",
|
||||
label: "prefs.tabs.visibility".localized,
|
||||
icon: "eye"
|
||||
),
|
||||
PrefTabView(
|
||||
viewController: NotificationPreferencesVC.fromStoryboard(),
|
||||
label: "Notifications",
|
||||
label: "prefs.tabs.notifications".localized,
|
||||
icon: "bell.badge"
|
||||
)
|
||||
]
|
||||
|
@ -319,6 +319,11 @@ This has no effect on other terminals, only for the particular terminal session
|
||||
"prefs.subtitle" = "Preferences";
|
||||
"prefs.close" = "Close";
|
||||
|
||||
"prefs.tabs.general" = "General";
|
||||
"prefs.tabs.appearance" = "Appearance";
|
||||
"prefs.tabs.visibility" = "Visibility";
|
||||
"prefs.tabs.notifications" = "Notifications";
|
||||
|
||||
"prefs.global_shortcut" = "Global Shortcut:";
|
||||
"prefs.dynamic_icon" = "Dynamic Icon:";
|
||||
"prefs.dynamic_icon" = "Icon Type:";
|
||||
|
@ -319,10 +319,15 @@ Dit heeft geen invloed op andere terminals, alleen op de huidige terminalsessie
|
||||
"prefs.subtitle" = "Voorkeuren";
|
||||
"prefs.close" = "Sluiten";
|
||||
|
||||
"prefs.tabs.general" = "Algemeen";
|
||||
"prefs.tabs.appearance" = "Weergave";
|
||||
"prefs.tabs.visibility" = "Zichtbaarheid";
|
||||
"prefs.tabs.notifications" = "Notificaties";
|
||||
|
||||
"prefs.global_shortcut" = "Globale sneltoets:";
|
||||
"prefs.dynamic_icon" = "Dynamisch pictogram:";
|
||||
"prefs.icon_type" = "Pictogramtype:";
|
||||
"prefs.info_density" = "Hoeveelheid informatie:";
|
||||
"prefs.info_density" = "Informatie:";
|
||||
"prefs.services" = "Services:";
|
||||
"prefs.switcher" = "Switcher:";
|
||||
"prefs.php_doctor" = "PHP Doctor:";
|
||||
|
@ -312,6 +312,11 @@ Bạn có thể được yêu cầu nhập mật khẩu của mình trong quá t
|
||||
"prefs.subtitle" = "Tùy chọn";
|
||||
"prefs.close" = "Đóng";
|
||||
|
||||
"prefs.tabs.general" = "Chung";
|
||||
"prefs.tabs.appearance" = "Giao diện";
|
||||
"prefs.tabs.visibility" = "Hiển thị";
|
||||
"prefs.tabs.notifications" = "Thông báo";
|
||||
|
||||
"prefs.global_shortcut" = "Phím tắt toàn cục:";
|
||||
"prefs.dynamic_icon" = "Biểu tượng động:";
|
||||
"prefs.dynamic_icon" = "Loại biểu tượng:";
|
||||
|
Reference in New Issue
Block a user