From 3df6654c3d5adb13f16d9db444fffd9f9d7effb7 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Sat, 24 Jun 2023 12:41:26 +0200 Subject: [PATCH] lang: renamed tabs in the module settings lang: added translation for telemetry --- Kit/module/settings.swift | 6 ++-- .../bg.lproj/Localizable.strings | 11 +++++-- .../ca.lproj/Localizable.strings | 29 +++++++++++-------- .../cs.lproj/Localizable.strings | 11 +++++-- .../da.lproj/Localizable.strings | 11 +++++-- .../de.lproj/Localizable.strings | 11 +++++-- .../el.lproj/Localizable.strings | 21 +++++++++----- .../en.lproj/Localizable.strings | 11 +++++-- .../es.lproj/Localizable.strings | 19 +++++++----- .../fa.lproj/Localizable.strings | 11 +++++-- .../fr.lproj/Localizable.strings | 11 +++++-- .../he.lproj/Localizable.strings | 21 +++++++++----- .../hr.lproj/Localizable.strings | 17 +++++++---- .../hu.lproj/Localizable.strings | 11 +++++-- .../id.lproj/Localizable.strings | 23 +++++++++------ .../it.lproj/Localizable.strings | 11 +++++-- .../ja.lproj/Localizable.strings | 23 +++++++++------ .../ko.lproj/Localizable.strings | 11 +++++-- .../nb.lproj/Localizable.strings | 11 +++++-- .../nl.lproj/Localizable.strings | 23 +++++++++------ .../pl.lproj/Localizable.strings | 11 +++++-- .../pt-BR.lproj/Localizable.strings | 11 +++++-- .../pt-PT.lproj/Localizable.strings | 13 ++++++--- .../ro.lproj/Localizable.strings | 17 +++++++---- .../ru.lproj/Localizable.strings | 11 +++++-- .../sk.lproj/Localizable.strings | 13 ++++++--- .../sl.lproj/Localizable.strings | 11 +++++-- .../sv.lproj/Localizable.strings | 21 +++++++++----- .../th.lproj/Localizable.strings | 13 ++++++--- .../tr.lproj/Localizable.strings | 11 +++++-- .../uk.lproj/Localizable.strings | 13 ++++++--- .../vi.lproj/Localizable.strings | 15 ++++++---- .../zh-Hans.lproj/Localizable.strings | 11 +++++-- .../zh-Hant.lproj/Localizable.strings | 11 +++++-- Stats/Views/Setup.swift | 4 +-- 35 files changed, 327 insertions(+), 162 deletions(-) diff --git a/Kit/module/settings.swift b/Kit/module/settings.swift index cbdfe434..49a72345 100644 --- a/Kit/module/settings.swift +++ b/Kit/module/settings.swift @@ -74,7 +74,7 @@ open class Settings: NSStackView, Settings_p { tabView.tabViewBorderType = .line let moduleTab: NSTabViewItem = NSTabViewItem() - moduleTab.label = localizedString("Module settings") + moduleTab.label = localizedString("Module") moduleTab.view = { let container = NSStackView() container.translatesAutoresizingMaskIntoConstraints = false @@ -88,7 +88,7 @@ open class Settings: NSStackView, Settings_p { }() let widgetTab: NSTabViewItem = NSTabViewItem() - widgetTab.label = localizedString("Widget settings") + widgetTab.label = localizedString("Widgets") widgetTab.view = { let view = ScrollableStackView(frame: tabView.frame) view.stackView.spacing = 0 @@ -98,7 +98,7 @@ open class Settings: NSStackView, Settings_p { }() let popupTab: NSTabViewItem = NSTabViewItem() - popupTab.label = localizedString("Popup settings") + popupTab.label = localizedString("Popup") popupTab.view = { let view = ScrollableStackView(frame: tabView.frame) view.stackView.spacing = 0 diff --git a/Stats/Supporting Files/bg.lproj/Localizable.strings b/Stats/Supporting Files/bg.lproj/Localizable.strings index 0974c560..93dfe237 100644 --- a/Stats/Supporting Files/bg.lproj/Localizable.strings +++ b/Stats/Supporting Files/bg.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Проверяване за нова версия всяка седмица (веднъж на седмица)"; "Check for a new version every month (once a month)" = "Проверяване за нова версия всеки месец (веднъж на месец)"; "Never check for updates (not recommended)" = "Без проверяване за нови версии (не се препоръчва)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "Конфигурацията е завършена"; "finish_setup_message" = "Всичко е настроено! \n Stats е приложение с отворен код, безплатно е и винаги ще бъде. \n Ако ви допада, може да подкрепите проекта, ще сме много благодарни!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Продължаване на Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Сериен номер"; @@ -184,9 +188,10 @@ "Details" = "Подробности"; "Top processes" = "Топ процеси"; "Pictogram" = "Пиктограма"; -"Module settings" = "Настройки на модула"; -"Widget settings" = "Настройки на уиджет"; -"Popup settings" = "Настройки на изскачащият прозорец"; +"Module" = "Модул"; +"Widgets" = "Джаджи"; +"Popup" = "Изскачащ прозорец"; +"Notifications" = "Известия"; "Merge widgets" = "Сливане на уиджети"; "No available widgets to configure" = "Няма налични уиджети за конфигуриране"; "No options to configure for the popup in this module" = "Няма опции за конфигуриране за изскачащият прозорец в този модул"; diff --git a/Stats/Supporting Files/ca.lproj/Localizable.strings b/Stats/Supporting Files/ca.lproj/Localizable.strings index f54637e1..2ece5742 100644 --- a/Stats/Supporting Files/ca.lproj/Localizable.strings +++ b/Stats/Supporting Files/ca.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Check for a new version every week (once a week)"; "Check for a new version every month (once a month)" = "Check for a new version every month (once a month)"; "Never check for updates (not recommended)" = "Never check for updates (not recommended)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "The configuration is completed"; "finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resume the Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Número de sèrie"; @@ -170,10 +174,10 @@ "State widget" = "State widget"; "Show symbols" = "Mostra els símbols"; "Label widget" = "Etiqueta"; -"Number of reads in the chart" = "Number of reads in the chart"; -"Color of download" = "Color of download"; -"Color of upload" = "Color of upload"; -"Monospaced font" = "Monospaced font"; +"Number of reads in the chart" = "Nombre de lectures al gràfic"; +"Color of download" = "Color de la descàrrega"; +"Color of upload" = "Color de càrrega"; +"Monospaced font" = "Tipus de lletra monoespaiat"; // Module Kit "Open module settings" = "Obre la configuració del mòdul"; @@ -184,18 +188,19 @@ "Details" = "Detalls"; "Top processes" = "Processos principals"; "Pictogram" = "Pictograma"; -"Module settings" = "Module settings"; -"Widget settings" = "Widget settings"; -"Popup settings" = "Popup settings"; -"Merge widgets" = "Merge widgets"; -"No available widgets to configure" = "No available widgets to configure"; -"No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"Module" = "Mòdul"; +"Widgets" = "Ginys"; +"Popup" = "Popup"; +"Notifications" = "Notificacions"; +"Merge widgets" = "Combina ginys"; +"No available widgets to configure" = "No hi ha widgets disponibles per configurar"; +"No options to configure for the popup in this module" = "No hi ha opcions per configurar per a la finestra emergent en aquest mòdul"; // Modules "Number of top processes" = "Nombre de processos principals"; "Update interval for top processes" = "Freqüència de refresc per als processos principals"; -"Notification level" = "Notification level"; -"Chart color" = "Chart color"; +"Notification level" = "Nivell de notificació"; +"Chart color" = "Color del gràfic"; // CPU "CPU usage" = "Ús de la CPU"; diff --git a/Stats/Supporting Files/cs.lproj/Localizable.strings b/Stats/Supporting Files/cs.lproj/Localizable.strings index b4ed75bf..b7d79139 100644 --- a/Stats/Supporting Files/cs.lproj/Localizable.strings +++ b/Stats/Supporting Files/cs.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Kontrola nové verze každý týden (jednou týdně)"; "Check for a new version every month (once a month)" = "Kontrola nové verze každý měsíc (jednou měsíčně)"; "Never check for updates (not recommended)" = "Nikdy nekontrolovat aktualizace (nedoporučuje se)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "Konfigurace je dokončena"; "finish_setup_message" = "Vše je připraveno! \n Statistiky jsou open source nástroj, který je zdarma a vždy bude. \n Pokud se vám líbí, můžete projekt podpořit, vždy se to cení!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Obnovit Stats"; "Combined modules" = "Kombinace modulů"; "Spacing" = "Odsazení"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Sériové číslo"; @@ -184,9 +188,10 @@ "Details" = "Detaily"; "Top processes" = "První procesy"; "Pictogram" = "Piktogram"; -"Module settings" = "Nastavení modulu"; -"Widget settings" = "Nastavení widgetu"; -"Popup settings" = "Popup settings"; +"Module" = "Modul"; +"Widgets" = "Widgety"; +"Popup" = "Vyskakovat"; +"Notifications" = "Oznámení"; "Merge widgets" = "Sloučit widgety"; "No available widgets to configure" = "Žádné dostupné widgety ke konfiguraci"; "No options to configure for the popup in this module" = "Žádné dostupné konfigurace vyskakovacího okna tohoto modulu"; diff --git a/Stats/Supporting Files/da.lproj/Localizable.strings b/Stats/Supporting Files/da.lproj/Localizable.strings index fbc9a8e5..8c60cdba 100644 --- a/Stats/Supporting Files/da.lproj/Localizable.strings +++ b/Stats/Supporting Files/da.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Søg efter ny opdatering hver uge (en gang om ugen)"; "Check for a new version every month (once a month)" = "Søg efter ny opdatering hver måned (en gang hver måned)"; "Never check for updates (not recommended)" = "Søg aldrig efter nye opdateringer (ikke anbefalet)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "Opsætning gennemført!"; "finish_setup_message" = "Alting er opsat! \n Stats er et open source værktøj, det er gratis og vil altid være det. \n Hvis du nyder Stats er du meget velkommen til at støtte projektet!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Genoptag Stats"; "Combined modules" = "Kombinerede moduler"; "Spacing" = "Mellemrum"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Serienummer"; @@ -184,9 +188,10 @@ "Details" = "Detaljer"; "Top processes" = "Top processer"; "Pictogram" = "Piktogram"; -"Module settings" = "Modulindstillinger"; -"Widget settings" = "Widgetindstillinger"; -"Popup settings" = "Popupindstillinger"; +"Module" = "Modul"; +"Widgets" = "Widgets"; +"Popup" = "Pop op"; +"Notifications" = "Meddelelser"; "Merge widgets" = "Sammenlæg widgets"; "No available widgets to configure" = "Ingen widgets tilgængelig for konfiguration"; "No options to configure for the popup in this module" = "Det er ikke muligt at konfigurere popup'en i dette modul"; diff --git a/Stats/Supporting Files/de.lproj/Localizable.strings b/Stats/Supporting Files/de.lproj/Localizable.strings index dc43432d..9385b228 100644 --- a/Stats/Supporting Files/de.lproj/Localizable.strings +++ b/Stats/Supporting Files/de.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Wöchentlich nach Updates suchen (einmal pro Woche)"; "Check for a new version every month (once a month)" = "Monatlich nach Updates suchen (einmal pro Monat)"; "Never check for updates (not recommended)" = "Nie nach neuen Updates suchen (nicht empfohlen)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "Die Einrichtung ist abgeschlossen"; "finish_setup_message" = "Alles erledigt! \n Stats ist ein Open Source Programm. Es ist und bleibt für immer kostenlos. \n Wenn es Ihnen gefällt, können Sie das Projekt gerne unterstützen!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Stats fortsetzen"; "Combined modules" = "Zusammengefasste Module"; "Spacing" = "Abstand"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Seriennummer"; @@ -184,9 +188,10 @@ "Details" = "Details"; "Top processes" = "Top-Prozesse"; "Pictogram" = "Piktogramm"; -"Module settings" = "Modul Einstellungen"; -"Widget settings" = "Widget Einstellungen"; -"Popup settings" = "Popup Einstellungen"; +"Module" = "Modul"; +"Widgets" = "Widgets"; +"Popup" = "Aufpoppen"; +"Notifications" = "Benachrichtigungen"; "Merge widgets" = "Widgets zusammenfassen"; "No available widgets to configure" = "Keine Widgets zum Konfigurieren verfügbar"; "No options to configure for the popup in this module" = "Keine Optionen für das Popup zum Konfigurieren verfügbar"; diff --git a/Stats/Supporting Files/el.lproj/Localizable.strings b/Stats/Supporting Files/el.lproj/Localizable.strings index 3a0a5afa..1ddade2f 100644 --- a/Stats/Supporting Files/el.lproj/Localizable.strings +++ b/Stats/Supporting Files/el.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Check for a new version every week (once a week)"; "Check for a new version every month (once a month)" = "Check for a new version every month (once a month)"; "Never check for updates (not recommended)" = "Never check for updates (not recommended)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "The configuration is completed"; "finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Ξαναρχίζω το Stats"; "Combined modules" = "Συνένωση ενοτήτων"; "Spacing" = "Κενό"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Σειριακός αριθμός"; @@ -173,7 +177,7 @@ "Number of reads in the chart" = "Αριθμός αναγνώσεων του διαγράμματος"; "Color of download" = "Χρώμα της λήψης"; "Color of upload" = "Χρώμα της μεταφόρτωσης"; -"Monospaced font" = "Monospaced font"; +"Monospaced font" = "Μονόχωρη γραμματοσειρά"; // Module Kit "Open module settings" = "Άνοιγμα ρυθμίσεων ενότητας"; @@ -184,18 +188,19 @@ "Details" = "Λεπτομέρειες"; "Top processes" = "Κορυφαίες διεργασίες"; "Pictogram" = "Εικονόγραμμα"; -"Module settings" = "Ρυθμίσεις ενότητας"; -"Widget settings" = "Ρυθμίσεις widget"; -"Popup settings" = "Popup settings"; -"Merge widgets" = "Merge widgets"; -"No available widgets to configure" = "No available widgets to configure"; -"No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"Module" = "Μονάδα μέτρησης"; +"Widgets" = "Widgets"; +"Popup" = "Αναδυόμενο παράθυρο"; +"Notifications" = "Ειδοποιήσεις"; +"Merge widgets" = "Συγχώνευση γραφικών στοιχείων"; +"No available widgets to configure" = "Δεν υπάρχουν διαθέσιμα γραφικά στοιχεία για διαμόρφωση"; +"No options to configure for the popup in this module" = "Δεν υπάρχουν επιλογές για διαμόρφωση για το αναδυόμενο παράθυρο σε αυτήν την ενότητα"; // Modules "Number of top processes" = "Αριθμός κορυφαίων διεργασιών"; "Update interval for top processes" = "Ενημέρωση μεσοδιαστήματος για τις κορυφαίες διεργασίες"; "Notification level" = "Επίπεδο Ειδοποίησης"; -"Chart color" = "Chart color"; +"Chart color" = "Χρώμα γραφήματος"; // CPU "CPU usage" = "Χρήση CPU"; diff --git a/Stats/Supporting Files/en.lproj/Localizable.strings b/Stats/Supporting Files/en.lproj/Localizable.strings index 5bed14c4..5dc2cfd8 100644 --- a/Stats/Supporting Files/en.lproj/Localizable.strings +++ b/Stats/Supporting Files/en.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Check for a new version every week (once a week)"; "Check for a new version every month (once a month)" = "Check for a new version every month (once a month)"; "Never check for updates (not recommended)" = "Never check for updates (not recommended)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "The configuration is completed"; "finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resume the Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Serial number"; @@ -184,9 +188,10 @@ "Details" = "Details"; "Top processes" = "Top processes"; "Pictogram" = "Pictogram"; -"Module settings" = "Module settings"; -"Widget settings" = "Widget settings"; -"Popup settings" = "Popup settings"; +"Module" = "Module"; +"Widgets" = "Widgets"; +"Popup" = "Popup"; +"Notifications" = "Notifications"; "Merge widgets" = "Merge widgets"; "No available widgets to configure" = "No available widgets to configure"; "No options to configure for the popup in this module" = "No options to configure for the popup in this module"; diff --git a/Stats/Supporting Files/es.lproj/Localizable.strings b/Stats/Supporting Files/es.lproj/Localizable.strings index 7f4658d1..4900f78c 100644 --- a/Stats/Supporting Files/es.lproj/Localizable.strings +++ b/Stats/Supporting Files/es.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Comprobar si hay una versión nueva todas las semanas (una vez a la semana)"; "Check for a new version every month (once a month)" = "Comprobar si hay una versión nueva todos los meses (una vez al mes)"; "Never check for updates (not recommended)" = "Nunca comprobar si hay una versión nueva (no es recomendado)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "La configuración ha sido completada"; "finish_setup_message" = "Todo ha sido configurado! \n Stats es una herramienta de fuente abierta, es gratis y siempre lo será. \n Si lo disfrutas puedes apoyar el proyecto, siempre es apreciado!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resume the Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Número de serie"; @@ -184,17 +188,18 @@ "Details" = "Detalles"; "Top processes" = "Procesos principales"; "Pictogram" = "Ícono"; -"Module settings" = "Configuración del módulo"; -"Widget settings" = "Configuración de widget"; -"Popup settings" = "Popup settings"; -"Merge widgets" = "Merge widgets"; -"No available widgets to configure" = "No available widgets to configure"; -"No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"Module" = "Módulo"; +"Widgets" = "Widgets"; +"Popup" = "Surgir"; +"Notifications" = "Notificaciones"; +"Merge widgets" = "Combinar widgets"; +"No available widgets to configure" = "No hay widgets disponibles para configurar"; +"No options to configure for the popup in this module" = "No hay opciones para configurar para la ventana emergente en este módulo"; // Modules "Number of top processes" = "Número de procesos principales"; "Update interval for top processes" = "Intervalo de actualización para los procesos principales"; -"Notification level" = "Notification level"; +"Notification level" = "Nivel de notificación"; "Chart color" = "Chart color"; // CPU diff --git a/Stats/Supporting Files/fa.lproj/Localizable.strings b/Stats/Supporting Files/fa.lproj/Localizable.strings index 2def56aa..7dcf2d4a 100644 --- a/Stats/Supporting Files/fa.lproj/Localizable.strings +++ b/Stats/Supporting Files/fa.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "بررسی هفتگی برای نسخه جدید (هفته‌ای یک بار)"; "Check for a new version every month (once a month)" = "بررسی ماهانه برای نسخه جدید (ماهی یک بار)"; "Never check for updates (not recommended)" = "هیچ وقت نسخه‌ی جدید بررسی نشود (پیشنهاد نمی‌شود)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "پیکربندی کامل شد"; "finish_setup_message" = "همه چیز آماده است! \n Stats یک ابزار متن باز رایگان است و همیشه رایگان خواهد بود \n اگر از این پروژه راضی بودید می‌توانید از ما حمایت کنید"; @@ -127,6 +130,7 @@ "Resume the Stats" = "ادامه‌ی کار Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "سریال نامبر"; @@ -184,9 +188,10 @@ "Details" = "جزئیات"; "Top processes" = "بیشترین پردازش‌ها"; "Pictogram" = "پیکتوگرام"; -"Module settings" = "تنظیمات ماژول"; -"Widget settings" = "تنظیمات ویجت"; -"Popup settings" = "تنظیمان پاپ‌آپ"; +"Module" = "مدول"; +"Widgets" = "بزارک ها"; +"Popup" = "پنجره بازشو"; +"Notifications" = "اطلاعیه"; "Merge widgets" = "ادغام ویجت‌ها"; "No available widgets to configure" = "ویجتی برای پیکربندی در دسترس نیست"; "No options to configure for the popup in this module" = "در این ماژول تنظیمی برای پاپ‌آپ موجود نیست"; diff --git a/Stats/Supporting Files/fr.lproj/Localizable.strings b/Stats/Supporting Files/fr.lproj/Localizable.strings index 7bcc2f9f..9972e337 100644 --- a/Stats/Supporting Files/fr.lproj/Localizable.strings +++ b/Stats/Supporting Files/fr.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Vérifier s'il existe une nouvelle version toutes les semaines (une fois par semaine)"; "Check for a new version every month (once a month)" = "Vérifier s'il existe une nouvelle version tous les mois (une fois par mois)"; "Never check for updates (not recommended)" = "Ne jamais vérifier les mises à jour (non recommandé)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "La configuration est terminée"; "finish_setup_message" = "Tout est prêt ! \n Stats est un outil open source, gratuit et le restera toujours. \n Si vous appréciez ce projet, vous pouvez le soutenir, cela sera toujours apprécié !"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Reprendre Stats"; "Combined modules" = "Modules combinés"; "Spacing" = "Espacement"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Numéro de série"; @@ -184,9 +188,10 @@ "Details" = "Détails"; "Top processes" = "Processus principaux"; "Pictogram" = "Pictogramme"; -"Module settings" = "Paramètres du module"; -"Widget settings" = "Paramètres du widget"; -"Popup settings" = "Paramètres de la fenêtre contextuelle"; +"Module" = "Module"; +"Widgets" = "Widgets"; +"Popup" = "Surgir"; +"Notifications" = "Avis"; "Merge widgets" = "Fusionner les widgets"; "No available widgets to configure" = "Aucun widget disponible à configurer"; "No options to configure for the popup in this module" = "Aucune option à configurer pour la fenêtre contextuelle dans ce module"; diff --git a/Stats/Supporting Files/he.lproj/Localizable.strings b/Stats/Supporting Files/he.lproj/Localizable.strings index aa36efcb..5c138006 100644 --- a/Stats/Supporting Files/he.lproj/Localizable.strings +++ b/Stats/Supporting Files/he.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Check for a new version every week (once a week)"; "Check for a new version every month (once a month)" = "Check for a new version every month (once a month)"; "Never check for updates (not recommended)" = "Never check for updates (not recommended)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "The configuration is completed"; "finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resume the Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "מספר סריאלי"; @@ -184,18 +188,19 @@ "Details" = "פרטים"; "Top processes" = "תהליכים מובילים"; "Pictogram" = "פיקטוגרמה"; -"Module settings" = "הגדרות מודל"; -"Widget settings" = "הגדרות יישומון"; -"Popup settings" = "Popup settings"; -"Merge widgets" = "Merge widgets"; -"No available widgets to configure" = "No available widgets to configure"; -"No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"Module" = "מודול"; +"Widgets" = "ווידג'טים"; +"Popup" = "קופץ"; +"Notifications" = "התראות"; +"Merge widgets" = "מיזוג ווידג'טים"; +"No available widgets to configure" = "אין ווידג'טים זמינים להגדרה"; +"No options to configure for the popup in this module" = "אין אפשרויות להגדיר עבור החלון הקופץ במודול זה"; // Modules "Number of top processes" = "מספר התהליכים המובילים"; "Update interval for top processes" = "מרווח עדכון עבור תהליכים מובילים"; -"Notification level" = "Notification level"; -"Chart color" = "Chart color"; +"Notification level" = "רמת התראה"; +"Chart color" = "צבע תרשים"; // CPU "CPU usage" = "שימוש המעבד"; diff --git a/Stats/Supporting Files/hr.lproj/Localizable.strings b/Stats/Supporting Files/hr.lproj/Localizable.strings index 14c881fd..e6168629 100644 --- a/Stats/Supporting Files/hr.lproj/Localizable.strings +++ b/Stats/Supporting Files/hr.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Traži nove verzije svaki tjedan (jednom tjedno)"; "Check for a new version every month (once a month)" = "Traži nove verzije svaki mjesec (jednom mjesečno)"; "Never check for updates (not recommended)" = "Nikada nemoj tražiti nove verzije (ne preporučuje se)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "Konfiguracija je završena"; "finish_setup_message" = "Sve je postavljeno! \n Stats je alat otvorenog koda, besplatan je i uvijek će takav biti. \n Ako ti se program sviđa, možeš podržati projekt. Zahvalni smo za svaku vrstu podrške!!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resume the Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Serijski broj"; @@ -184,18 +188,19 @@ "Details" = "Detalji"; "Top processes" = "Glavni procesi"; "Pictogram" = "Piktogram"; -"Module settings" = "Postavke modula"; -"Widget settings" = "Postavke programčića"; -"Popup settings" = "Popup settings"; +"Module" = "Modul"; +"Widgets" = "Widgeti"; +"Popup" = "Iskočiti"; +"Notifications" = "Obavijesti"; "Merge widgets" = "Spoji programčiće"; -"No available widgets to configure" = "No available widgets to configure"; -"No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"No available widgets to configure" = "Nema dostupnih widgeta za konfiguraciju"; +"No options to configure for the popup in this module" = "Nema opcija za konfiguraciju za skočni prozor u ovom modulu"; // Modules "Number of top processes" = "Broj glavnih procesa"; "Update interval for top processes" = "Interval aktualiziranja za glavne procese"; "Notification level" = "Razina obavještavanja"; -"Chart color" = "Chart color"; +"Chart color" = "Boja karte"; // CPU "CPU usage" = "Korištenje procesora"; diff --git a/Stats/Supporting Files/hu.lproj/Localizable.strings b/Stats/Supporting Files/hu.lproj/Localizable.strings index 80f583ea..a0da39ab 100644 --- a/Stats/Supporting Files/hu.lproj/Localizable.strings +++ b/Stats/Supporting Files/hu.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Új verzió keresése minden héten (heti egyszer)"; "Check for a new version every month (once a month)" = "Új verzió keresése minden hónapban (havi egyszer)"; "Never check for updates (not recommended)" = "Ne keressen frissítéseket (nem ajánlott)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "A konfiguráció befejezve"; "finish_setup_message" = "Minden beállítva!\nA Stats egy nyílt forráskódú eszköz, ami ingyenes és az is marad.\nHa hasznosnak találod, támogathatod a fejlesztését, mindig nagyra értékeljük!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Stats folytatása"; "Combined modules" = "Egyesített modulok"; "Spacing" = "Helyköz"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Sorozatszám"; @@ -184,9 +188,10 @@ "Details" = "Részletek"; "Top processes" = "Top folyamatok"; "Pictogram" = "Piktogram"; -"Module settings" = "Modul beállítások"; -"Widget settings" = "Widget beállítások"; -"Popup settings" = "Lenyíló ablak beállításai"; +"Module" = "Modul"; +"Widgets" = "Widgetek"; +"Popup" = "Felugrik"; +"Notifications" = "Értesítések"; "Merge widgets" = "Widgetek egyesítése"; "No available widgets to configure" = "Nincs elérhető widget a beállításhoz"; "No options to configure for the popup in this module" = "A modul lenyíló ablakához nem tartozik beállítás"; diff --git a/Stats/Supporting Files/id.lproj/Localizable.strings b/Stats/Supporting Files/id.lproj/Localizable.strings index f55d7428..81536f21 100644 --- a/Stats/Supporting Files/id.lproj/Localizable.strings +++ b/Stats/Supporting Files/id.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Check for a new version every week (once a week)"; "Check for a new version every month (once a month)" = "Check for a new version every month (once a month)"; "Never check for updates (not recommended)" = "Never check for updates (not recommended)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "The configuration is completed"; "finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resume the Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Nomor serial"; @@ -173,7 +177,7 @@ "Number of reads in the chart" = "Jumlah yang dibaca pada diagram"; "Color of download" = "Warna pada unduhan"; "Color of upload" = "Warna pada unggahan"; -"Monospaced font" = "Monospaced font"; +"Monospaced font" = "Fon monospasi"; // Module Kit "Open module settings" = "Buka pengaturan modul"; @@ -184,18 +188,19 @@ "Details" = "Rincian"; "Top processes" = "Proses teratas"; "Pictogram" = "Piktogram"; -"Module settings" = "Pengaturan modul"; -"Widget settings" = "Pengaturan widget"; -"Popup settings" = "Popup settings"; -"Merge widgets" = "Merge widgets"; -"No available widgets to configure" = "No available widgets to configure"; -"No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"Module" = "Modul"; +"Widgets" = "Widgets"; +"Popup" = "Muncul"; +"Notifications" = "Notifikasi"; +"Merge widgets" = "Gabungkan widget"; +"No available widgets to configure" = "Tidak ada widget yang tersedia untuk dikonfigurasi"; +"No options to configure for the popup in this module" = "Tidak ada opsi untuk mengonfigurasi popup di modul ini"; // Modules "Number of top processes" = "Jumlah dari proses teratas"; "Update interval for top processes" = "Pembaruan waktu jeda dari proses teratas"; -"Notification level" = "Notification level"; -"Chart color" = "Chart color"; +"Notification level" = "Tingkat pemberitahuan"; +"Chart color" = "Warna bagan"; // CPU "CPU usage" = "Penggunaan CPU"; diff --git a/Stats/Supporting Files/it.lproj/Localizable.strings b/Stats/Supporting Files/it.lproj/Localizable.strings index e4251275..55cd971d 100644 --- a/Stats/Supporting Files/it.lproj/Localizable.strings +++ b/Stats/Supporting Files/it.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Verifica la disponibilità di nuove versioni ogni settimana (una volta a settimana)"; "Check for a new version every month (once a month)" = "Verifica la disponibilità di nuove versioni ogni mese (una volta al mese)"; "Never check for updates (not recommended)" = "Non verificare mai la disponibilità di nuove versioni (sconsigliato)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "Configurazione completata"; "finish_setup_message" = "È tutto pronto! \n Stats è uno strumento open source gratuito, e lo rimarrà per sempre. \n Se ti piace, dacci il tuo supporto: è sempre ben accetto!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Riprendi Stats"; "Combined modules" = "Moduli combinati"; "Spacing" = "Spazio"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Numero di serie"; @@ -184,9 +188,10 @@ "Details" = "Dettagli"; "Top processes" = "Processi principali"; "Pictogram" = "Pittogramma"; -"Module settings" = "Impostazioni modulo"; -"Widget settings" = "Impostazioni widget"; -"Popup settings" = "Impostazioni notifiche"; +"Module" = "Modulo"; +"Widgets" = "Widgets"; +"Popup" = "Apparire"; +"Notifications" = "Notifiche"; "Merge widgets" = "Combina moduli"; "No available widgets to configure" = "Nessun modulo disponibile"; "No options to configure for the popup in this module" = "Nessuna opzione da configurare per le notifiche in questo modulo"; diff --git a/Stats/Supporting Files/ja.lproj/Localizable.strings b/Stats/Supporting Files/ja.lproj/Localizable.strings index 2183cd5e..0de0a8c6 100644 --- a/Stats/Supporting Files/ja.lproj/Localizable.strings +++ b/Stats/Supporting Files/ja.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Check for a new version every week (once a week)"; "Check for a new version every month (once a month)" = "Check for a new version every month (once a month)"; "Never check for updates (not recommended)" = "Never check for updates (not recommended)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "The configuration is completed"; "finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resume the Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "シリアル番号"; @@ -173,7 +177,7 @@ "Number of reads in the chart" = "読み取り回数のチャート"; "Color of download" = "ダウンロードの色"; "Color of upload" = "アップロードの色"; -"Monospaced font" = "Monospaced font"; +"Monospaced font" = "等幅フォント"; // Module Kit "Open module settings" = "このモジュールの設定を開く"; @@ -184,18 +188,19 @@ "Details" = "詳細"; "Top processes" = "上位のプロセス"; "Pictogram" = "ピクトグラム"; -"Module settings" = "モジュールの設定"; -"Widget settings" = "ウィジェットの設定"; -"Popup settings" = "Popup settings"; -"Merge widgets" = "Merge widgets"; -"No available widgets to configure" = "No available widgets to configure"; -"No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"Module" = "モジュール"; +"Widgets" = "ウィジェット"; +"Popup" = "現れる"; +"Notifications" = "通知"; +"Merge widgets" = "ウィジェットを結合する"; +"No available widgets to configure" = "設定できるウィジェットがありません"; +"No options to configure for the popup in this module" = "このモジュールにはポップアップ用に設定するオプションはありません"; // Modules "Number of top processes" = "表示する上位プロセスの数"; "Update interval for top processes" = "上位プロセスの更新間隔"; -"Notification level" = "Notification level"; -"Chart color" = "Chart color"; +"Notification level" = "通知レベル"; +"Chart color" = "チャートの色"; // CPU "CPU usage" = "CPU 使用率"; diff --git a/Stats/Supporting Files/ko.lproj/Localizable.strings b/Stats/Supporting Files/ko.lproj/Localizable.strings index 30662d97..42315f6c 100644 --- a/Stats/Supporting Files/ko.lproj/Localizable.strings +++ b/Stats/Supporting Files/ko.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "주마다 새 버전 확인 (일주일에 한 번)"; "Check for a new version every month (once a month)" = "달마다 새 버전 확인 (한 달에 한 번)"; "Never check for updates (not recommended)" = "업데이트 확인 안 함 (추천하지 않음)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "설정이 완료되었습니다"; "finish_setup_message" = "모든 것이 설정되었습니다! \n Stats는 무료 오픈 소스 도구이고 앞으로도 그럴 것입니다. \n 프로그램이 마음에 드신다면 후원을 하실 수 있습니다. 늘 감사합니다!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Stats 재개"; "Combined modules" = "모듈 병합"; "Spacing" = "간격"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "일련 번호"; @@ -184,9 +188,10 @@ "Details" = "세부 사항"; "Top processes" = "상위 프로세스"; "Pictogram" = "상태 아이콘"; -"Module settings" = "모듈 설정"; -"Widget settings" = "위젯 설정"; -"Popup settings" = "팝업 설정"; +"Module" = "기준 치수"; +"Widgets" = "위젯"; +"Popup" = "팝업"; +"Notifications" = "알림"; "Merge widgets" = "위젯 병합"; "No available widgets to configure" = "구성할 위젯이 없습니다"; "No options to configure for the popup in this module" = "이 모듈의 팝업에는 구성할 설정이 없습니다"; diff --git a/Stats/Supporting Files/nb.lproj/Localizable.strings b/Stats/Supporting Files/nb.lproj/Localizable.strings index 1e349eb8..21aceeb5 100644 --- a/Stats/Supporting Files/nb.lproj/Localizable.strings +++ b/Stats/Supporting Files/nb.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Se etter ny versjon én gang hver uke"; "Check for a new version every month (once a month)" = "Se etter ny versjon én gang hver måned"; "Never check for updates (not recommended)" = "Aldri se etter ny versjon (ikke anbefalt)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "Konfigurasjonen er fullført"; "finish_setup_message" = "Alt er satt opp! \n Stats er et fritt tilgjengelig verktøy, det er gratis og vil alltid være det. \n Hvis du liker Stats, kan du støtte prosjektet, det settes veldig pris på!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Gjenoppta Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Serienummer"; @@ -184,9 +188,10 @@ "Details" = "Detaljer"; "Top processes" = "Topp-prosesser"; "Pictogram" = "Piktogram"; -"Module settings" = "Modulinnstillinger"; -"Widget settings" = "Diagraminnstillinger"; -"Popup settings" = "Popup-innstillinger"; +"Module" = "Modul"; +"Widgets" = "Widgets"; +"Popup" = "Popup"; +"Notifications" = "Varsler"; "Merge widgets" = "Slå sammen diagrammer"; "No available widgets to configure" = "Ingen tilgjengelige diagrammer å konfigurere"; "No options to configure for the popup in this module" = "Ingen innstillinger å konfigurere for popup-en i denne modulen"; diff --git a/Stats/Supporting Files/nl.lproj/Localizable.strings b/Stats/Supporting Files/nl.lproj/Localizable.strings index 3c354cc2..92a71214 100644 --- a/Stats/Supporting Files/nl.lproj/Localizable.strings +++ b/Stats/Supporting Files/nl.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Check for a new version every week (once a week)"; "Check for a new version every month (once a month)" = "Check for a new version every month (once a month)"; "Never check for updates (not recommended)" = "Never check for updates (not recommended)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "The configuration is completed"; "finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resume the Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Serienummer"; @@ -173,7 +177,7 @@ "Number of reads in the chart" = "Aantal keer gelezen in de grafiek"; "Color of download" = "Kleur van download"; "Color of upload" = "Kleur van upload"; -"Monospaced font" = "Monospaced font"; +"Monospaced font" = "Monospaced lettertype"; // Module Kit "Open module settings" = "Open module-instellingen"; @@ -184,18 +188,19 @@ "Details" = "Details"; "Top processes" = "Topprocessen"; "Pictogram" = "Pictogram"; -"Module settings" = "Module settings"; -"Widget settings" = "Widget settings"; -"Popup settings" = "Popup settings"; -"Merge widgets" = "Merge widgets"; -"No available widgets to configure" = "No available widgets to configure"; -"No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"Module" = "Module"; +"Widgets" = "Widgets"; +"Popup" = "Pop-up"; +"Notifications" = "Meddelelser"; +"Merge widgets" = "Widgets samenvoegen"; +"No available widgets to configure" = "Geen beschikbare widgets om te configureren"; +"No options to configure for the popup in this module" = "Meervoudige configuratie voor pop-op-vinduet en deze module"; // Modules "Number of top processes" = "Aantal topprocessen"; "Update interval for top processes" = "Bewerk interval voor top processen"; -"Notification level" = "Notification level"; -"Chart color" = "Chart color"; +"Notification level" = "Meldingsniveau"; +"Chart color" = "Kortfarve"; // CPU "CPU usage" = "CPU gebruik"; diff --git a/Stats/Supporting Files/pl.lproj/Localizable.strings b/Stats/Supporting Files/pl.lproj/Localizable.strings index 74e9ecea..0bbe9a53 100644 --- a/Stats/Supporting Files/pl.lproj/Localizable.strings +++ b/Stats/Supporting Files/pl.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Sprawdzaj nową wersję co tydzień (raz w tygodniu)"; "Check for a new version every month (once a month)" = "Sprawdzaj nową wersję co miesiąc (raz w miesiącu)"; "Never check for updates (not recommended)" = "Nigdy nie sprawdzaj czy są aktualizacje (niezalecane)"; +"Anonymous telemetry for better development decisions" = "Anonimowe dane telemetryczne aby podejmować lepsze decyzje rozwojowe"; +"Share anonymous telemetry data" = "Udostępniaj anonimowe dane telemetryczne"; +"Do not share anonymous telemetry data" = "Nie udostępniaj anonimowych danych telemetrycznych"; "The configuration is completed" = "Konfiguracja zakończona"; "finish_setup_message" = "Wszystko gotowe! \n Stats to narzędzie open source, które jest bezpłatne i zawsze takie będzie. \n Jeśli Ci się spodoba, możesz wesprzeć projekt, to jest zawsze mile widziane!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Wznów Stats"; "Combined modules" = "Połączone moduły"; "Spacing" = "Rozstaw"; +"Share anonymous telemetry" = "Udostępnij anonimową telemetrię"; // Dashboard "Serial number" = "Numer seryjny"; @@ -184,9 +188,10 @@ "Details" = "Szczegóły"; "Top processes" = "Top procesy"; "Pictogram" = "Ikonka"; -"Module settings" = "Ustawienia modułu"; -"Widget settings" = "Ustawienia widżetu"; -"Popup settings" = "Ustawienia okienka"; +"Module" = "Moduł"; +"Widgets" = "Widżety"; +"Popup" = "Okienko"; +"Notifications" = "Powiadomienia"; "Merge widgets" = "Pąłącz widżety"; "No available widgets to configure" = "Brak dostępnych widżetów do konfiguracji"; "No options to configure for the popup in this module" = "Brak opcji do skonfigurowania dla okienka w tym module"; diff --git a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings index 2f8ccd51..0588267e 100644 --- a/Stats/Supporting Files/pt-BR.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-BR.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Verifique se há uma nova versão toda semana (uma vez por semana)"; "Check for a new version every month (once a month)" = "Verifique se há uma nova versão todos os meses (uma vez por mês)"; "Never check for updates (not recommended)" = "Nunca verifique se há atualizações (não recomendado)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "A configuração está concluída"; "finish_setup_message" = "Tudo pronto! \n O Stats é uma ferramenta de código aberto, é gratuita e sempre será. \n Se você gostou, você pode apoiar o projeto, sua ajuda sempre será bem vinda!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Retomar o Stats"; "Combined modules" = "Combinar módulos"; "Spacing" = "Espaçamento"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Número de série"; @@ -184,9 +188,10 @@ "Details" = "Detalhes"; "Top processes" = "Principais processos"; "Pictogram" = "Pictograma"; -"Module settings" = "Configurações do módulo"; -"Widget settings" = "Configurações do widget"; -"Popup settings" = "Configurações de popup"; +"Module" = "Módulo"; +"Widgets" = "Widgets"; +"Popup" = "Aparecer"; +"Notifications" = "Notificações"; "Merge widgets" = "Agrupar widgets"; "No available widgets to configure" = "Nenhum widget disponível para configurar"; "No options to configure for the popup in this module" = "Nenhuma opção para configurar o popup neste módulo"; diff --git a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings index e6a8590a..e193168d 100644 --- a/Stats/Supporting Files/pt-PT.lproj/Localizable.strings +++ b/Stats/Supporting Files/pt-PT.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Verficar se há novas atualizações uma vez por semana (uma vez por semana)"; "Check for a new version every month (once a month)" = "Verficar se há novas atualizações uma vez por mês (uma vez por mês)"; "Never check for updates (not recommended)" = "Nunca verificar se há novas atualizações (não recomendado)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "A configuração está completa"; "finish_setup_message" = "Está tudo configurado! \n O Stats é uma ferramenta de código aberto, é gratuito e sempre será. \n Se gostas, podes apoiar o projeto, és sempre bem-vindo!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resumir o Stats"; "Combined modules" = "Módulos combinados"; "Spacing" = "Espaçamento"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Número de série"; @@ -184,10 +188,11 @@ "Details" = "Detalhes"; "Top processes" = "Processos principais"; "Pictogram" = "Pictograma"; -"Module settings" = "Definições do módulo"; -"Widget settings" = "Definições do widget"; -"Popup settings" = "Definições do popup"; -"Merge widgets" = "Merge widgets"; +"Module" = "Módulo"; +"Widgets" = "Widgets"; +"Popup" = "Aparecer"; +"Notifications" = "Notificações"; +"Merge widgets" = "Agrupar widgets"; "No available widgets to configure" = "Não foram encontrados widgets para configurar"; "No options to configure for the popup in this module" = "Não foram encontradas opções para configurar para o popup deste módulo"; diff --git a/Stats/Supporting Files/ro.lproj/Localizable.strings b/Stats/Supporting Files/ro.lproj/Localizable.strings index aae65ddc..287f8d60 100644 --- a/Stats/Supporting Files/ro.lproj/Localizable.strings +++ b/Stats/Supporting Files/ro.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Check for a new version every week (once a week)"; "Check for a new version every month (once a month)" = "Check for a new version every month (once a month)"; "Never check for updates (not recommended)" = "Never check for updates (not recommended)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "The configuration is completed"; "finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resume the Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Număr de serie"; @@ -184,12 +188,13 @@ "Details" = "Detalii"; "Top processes" = "Procesele de vârf"; "Pictogram" = "Pictogramă"; -"Module settings" = "Module settings"; -"Widget settings" = "Widget settings"; -"Popup settings" = "Popup settings"; -"Merge widgets" = "Merge widgets"; -"No available widgets to configure" = "No available widgets to configure"; -"No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"Module" = "Modul"; +"Widgets" = "Widgeturi"; +"Popup" = "Pop-up"; +"Notifications" = "Notificări"; +"Merge widgets" = "Îmbinați widget-uri"; +"No available widgets to configure" = "Nu există widgeturi disponibile de configurat"; +"No options to configure for the popup in this module" = "Nu există opțiuni de configurat pentru fereastra pop-up din acest modul"; // Modules "Number of top processes" = "Numărul proceselor de vârf"; diff --git a/Stats/Supporting Files/ru.lproj/Localizable.strings b/Stats/Supporting Files/ru.lproj/Localizable.strings index 569c8233..1204d10e 100644 --- a/Stats/Supporting Files/ru.lproj/Localizable.strings +++ b/Stats/Supporting Files/ru.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Проверять наличие новой версии каждую неделю (раз в неделю)"; "Check for a new version every month (once a month)" = "Проверять наличие новой версии каждый месяц (раз в месяц)"; "Never check for updates (not recommended)" = "Никогда не проверять наличие обновлений (не рекомендуется)"; +"Anonymous telemetry for better development decisions" = "Анонимная телеметрия для принятия лучших решений при разработке"; +"Share anonymous telemetry data" = "Делится анонимными данными телеметрии"; +"Do not share anonymous telemetry data" = "Не передавайте анонимные данные телеметрии"; "The configuration is completed" = "Настройка завершена"; "finish_setup_message" = "Все готово! \n Stats — это инструмент с открытым исходным кодом, он бесплатный и всегда будет бесплатным. \n Если вам нравится, вы можете поддержать проект, это всегда ценно!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Возобновить Stats"; "Combined modules" = "Комбинированные модули"; "Spacing" = "Интервал"; +"Share anonymous telemetry" = "Делится анонимной телеметрией"; // Dashboard "Serial number" = "Серийный номер"; @@ -184,9 +188,10 @@ "Details" = "Подробности"; "Top processes" = "Топ процессы"; "Pictogram" = "Пиктограмма"; -"Module settings" = "Настройки модуля"; -"Widget settings" = "Настройки виджета"; -"Popup settings" = "Настройки всплывающего окна"; +"Module" = "Модуль"; +"Widgets" = "Виджеты"; +"Popup" = "Всплывающее окно"; +"Notifications" = "Уведомления"; "Merge widgets" = "Объединить виджеты"; "No available widgets to configure" = "Нет доступных виджетов для настройки"; "No options to configure for the popup in this module" = "Нет параметров для настройки всплывающего окна в этом модуле"; diff --git a/Stats/Supporting Files/sk.lproj/Localizable.strings b/Stats/Supporting Files/sk.lproj/Localizable.strings index a5c6b6ad..6e407129 100644 --- a/Stats/Supporting Files/sk.lproj/Localizable.strings +++ b/Stats/Supporting Files/sk.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Kontrola novej verzie každý týždeň (raz týždenne)"; "Check for a new version every month (once a month)" = "Kontrola novej verzie každý mesiac (raz mesačne)"; "Never check for updates (not recommended)" = "Nikdy nekontrolovať aktualizácie (neodporúča sa)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "Konfigurácia je dokončená"; "finish_setup_message" = "Všetko je pripravené! \n Stats je open source nástroj, který je zadarmo a vždy bude. \n Ak sa vám páči, môžete projekt podporiť, ceníme si to!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Obnoviť Stats"; "Combined modules" = "Kombinovať moduly"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Sériové číslo"; @@ -173,7 +177,7 @@ "Number of reads in the chart" = "Počet záznamov v grafe"; "Color of download" = "Farba sťahovania (download)"; "Color of upload" = "Farba nahrávania (upload)"; -"Monospaced font" = "Monospaced font"; +"Monospaced font" = "Nerozložené písmo"; // Module Kit "Open module settings" = "Otvoriť nastavenia modulu"; @@ -184,9 +188,10 @@ "Details" = "Detaily"; "Top processes" = "Top procesy"; "Pictogram" = "Piktogram"; -"Module settings" = "Nastavenia modulu"; -"Widget settings" = "Nastavenia widgetu"; -"Popup settings" = "Nastavenia vyskakovacieho okna"; +"Module" = "Modul"; +"Widgets" = "Miniaplikácie"; +"Popup" = "Objaviť sa"; +"Notifications" = "Upozornenia"; "Merge widgets" = "Zlúčiť widgety"; "No available widgets to configure" = "Žiadne dostupné widgety na konfiguráciu"; "No options to configure for the popup in this module" = "Žiadne možnosti konfigurácie vyskakovacieho okna v tomto module"; diff --git a/Stats/Supporting Files/sl.lproj/Localizable.strings b/Stats/Supporting Files/sl.lproj/Localizable.strings index ef7c8252..c454c8f1 100644 --- a/Stats/Supporting Files/sl.lproj/Localizable.strings +++ b/Stats/Supporting Files/sl.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Za novo različico preveri vsak teden (enkrat na teden)"; "Check for a new version every month (once a month)" = "Za novo različico preveri vsak mesec (enkrat na mesec)"; "Never check for updates (not recommended)" = "Nikoli ne preverjaj ali so na voljo nove posodobitve (ni priporočljivo)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "Konfiguracija je zaključena"; "finish_setup_message" = "Vse je pripravljeno! \n Stats je odprtokodno orodje katero je brezplačno in vedno bo. \Če vam je všeč, lahko projekt podprete, kar je vedno dobrodošlo!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Nadaljuj z izvajanjem Stats"; "Combined modules" = "Združeni moduli"; "Spacing" = "Razmik"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Serijska številka"; @@ -184,9 +188,10 @@ "Details" = "Podrobnosti"; "Top processes" = "Glavni procesi"; "Pictogram" = "Piktogram"; -"Module settings" = "Nastavitve modulov"; -"Widget settings" = "Nastavitve pripomočkov"; -"Popup settings" = "Nastavitve pojavnega okna"; +"Module" = "Modul"; +"Widgets" = "Pripomočki"; +"Popup" = "Pojavno okno"; +"Notifications" = "Obvestila"; "Merge widgets" = "Združevanje pripomočkov"; "No available widgets to configure" = "Ni razpoložljivih pripomočkov za konfiguracijo"; "No options to configure for the popup in this module" = "V tem modulu ni možnosti za konfiguracijo pojavnega okna"; diff --git a/Stats/Supporting Files/sv.lproj/Localizable.strings b/Stats/Supporting Files/sv.lproj/Localizable.strings index f34a22f7..f687be71 100644 --- a/Stats/Supporting Files/sv.lproj/Localizable.strings +++ b/Stats/Supporting Files/sv.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Check for a new version every week (once a week)"; "Check for a new version every month (once a month)" = "Check for a new version every month (once a month)"; "Never check for updates (not recommended)" = "Never check for updates (not recommended)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "The configuration is completed"; "finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resume the Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Serienummer"; @@ -173,7 +177,7 @@ "Number of reads in the chart" = "Antal avläsningar i diagram"; "Color of download" = "Färg för skickar"; "Color of upload" = "Färg för tar emot"; -"Monospaced font" = "Monospaced font"; +"Monospaced font" = "Typsnitt med monospace"; // Module Kit "Open module settings" = "Öppna modulinställningar"; @@ -183,19 +187,20 @@ "Usage history" = "Användningshistorik"; "Details" = "Detaljer"; "Top processes" = "Topprocesser"; -"Pictogram" = "Pictogram"; -"Module settings" = "Modulinställningar"; -"Widget settings" = "Widgetinställningar"; -"Popup settings" = "Popup settings"; +"Pictogram" = "Piktogram"; +"Module" = "Modul"; +"Widgets" = "Widgets"; +"Popup" = "Dyka upp"; +"Notifications" = "Aviseringar"; "Merge widgets" = "Slå samman widgetar"; -"No available widgets to configure" = "No available widgets to configure"; -"No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"No available widgets to configure" = "Inga tillgängliga widgetar att konfigurera"; +"No options to configure for the popup in this module" = "Inga alternativ att konfigurera för popup-fönstret i denna modul"; // Modules "Number of top processes" = "Antal topprocesser"; "Update interval for top processes" = "Uppdateringsintervall topprocesser"; "Notification level" = "Notisnivå"; -"Chart color" = "Chart color"; +"Chart color" = "Diagramfärg"; // CPU "CPU usage" = "CPU-användning"; diff --git a/Stats/Supporting Files/th.lproj/Localizable.strings b/Stats/Supporting Files/th.lproj/Localizable.strings index fce47047..1d65a7b0 100644 --- a/Stats/Supporting Files/th.lproj/Localizable.strings +++ b/Stats/Supporting Files/th.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "ตรวจสอบเวอร์ชันใหม่ทุกสัปดาห์ (สัปดาห์ละครั้ง)"; "Check for a new version every month (once a month)" = "ตรวจสอบเวอร์ชันใหม่ทุกเดือน (เดือนละครั้ง)"; "Never check for updates (not recommended)" = "ไม่เช็คการอัปเดต (ไม่แนะนำ)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "การกำหนดค่าเสร็จสมบูรณ์"; "finish_setup_message" = "ทุกอย่างถูกตั้งค่า! \n Stats เป็นเครื่องมือโอเพ่นซอร์สที่ฟรีและจะเป็นแบบนี้ตลอดไป \n ถ้าคุณชอบ คุณสามารถสนับสนุนโปรเจคนี้ เราพร้อมรับและขอบคุณเสมอ!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "เริ่มต้น Stats"; "Combined modules" = "โมดูลผสม"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "หมายเลขซีเรียล"; @@ -173,7 +177,7 @@ "Number of reads in the chart" = "จำนวนการอ่านในแผนภูมิ"; "Color of download" = "สีของการดาวน์โหลด"; "Color of upload" = "สีของการอัพโหลด"; -"Monospaced font" = "Monospaced font"; +"Monospaced font" = "แบบอักษรโมโนสเปซ"; // Module Kit "Open module settings" = "เปิดการตั้งค่าโมดูล"; @@ -184,9 +188,10 @@ "Details" = "รายละเอียด"; "Top processes" = "กระบวนการบนสุด"; "Pictogram" = "รูปภาพสัญลักษณ์"; -"Module settings" = "การตั้งค่าโมดูล"; -"Widget settings" = "การตั้งค่าวิดเจ็ต"; -"Popup settings" = "การตั้งค่าป๊อปอัป"; +"Module" = "โมดูล"; +"Widgets" = "วิดเจ็ต"; +"Popup" = "ป๊อปอัพ"; +"Notifications" = "การแจ้งเตือน"; "Merge widgets" = "รวมวิดเจ็ต"; "No available widgets to configure" = "ไม่มีวิดเจ็ตที่สามารถกำหนดค่าได้"; "No options to configure for the popup in this module" = "ไม่มีตัวเลือกที่สามารถกำหนดค่าสำหรับป๊อปอัปในโมดูลนี้"; diff --git a/Stats/Supporting Files/tr.lproj/Localizable.strings b/Stats/Supporting Files/tr.lproj/Localizable.strings index 62d16350..2ffd68ca 100644 --- a/Stats/Supporting Files/tr.lproj/Localizable.strings +++ b/Stats/Supporting Files/tr.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Güncellemeleri haftada bir defa denetle"; "Check for a new version every month (once a month)" = "Güncellemeleri ayda bir defa denetle"; "Never check for updates (not recommended)" = "Güncellemeleri denetleme (önerilmez)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "Konfigürasyon tamamlandı"; "finish_setup_message" = "Her şey hazur! \n Stats açık kaynaklı bir araçtır, Ücretsiz ve hep öyle kalacak. \n Beğendiyseniz projeyi destekleyebilirsiniz, Teşekkürler!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Stats'ı Sürdür"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Seri numarası"; @@ -184,9 +188,10 @@ "Details" = "Detaylar"; "Top processes" = "İşlemler"; "Pictogram" = "Piktogram"; -"Module settings" = "Modül ayarları"; -"Widget settings" = "Widget ayarları"; -"Popup settings" = "Pop-up ayarları"; +"Module" = "Modül"; +"Widgets" = "Widgets"; +"Popup" = "Pop-up"; +"Notifications" = "Bildirimler"; "Merge widgets" = "Widget'ları birleştir"; "No available widgets to configure" = "Yapılandırılacak kullanılabilir widget yok"; "No options to configure for the popup in this module" = "Bu modülde açılır pencere için yapılandırma seçeneği yok"; diff --git a/Stats/Supporting Files/uk.lproj/Localizable.strings b/Stats/Supporting Files/uk.lproj/Localizable.strings index aee3176a..bfba8c8a 100644 --- a/Stats/Supporting Files/uk.lproj/Localizable.strings +++ b/Stats/Supporting Files/uk.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Check for a new version every week (once a week)"; "Check for a new version every month (once a month)" = "Check for a new version every month (once a month)"; "Never check for updates (not recommended)" = "Never check for updates (not recommended)"; +"Anonymous telemetry for better development decisions" = "Анонімна телеметрія для кращих рішень щодо програми"; +"Share anonymous telemetry data" = "Ділитись анонімними даними телеметрії"; +"Do not share anonymous telemetry data" = "Не передавати анонімні дані телеметрії"; "The configuration is completed" = "The configuration is completed"; "finish_setup_message" = "Everything is set up! \n The Stats is an open source tool, it's free and always will be. \n If you enjoy it you can support a project, it's always appreciated!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Відновити Stats"; "Combined modules" = "Комбіновані модулі"; "Spacing" = "Інтервал"; +"Share anonymous telemetry" = "Ділитись анонімною телеметрією"; // Dashboard "Serial number" = "Серійний номер"; @@ -179,14 +183,15 @@ "Open module settings" = "Відкрити налаштування модуля"; "Select widget" = "Активувати %0 віджет"; "Open widget settings" = "Відкрити налаштування віджета"; -"Update interval" = "Інтервал обновлень"; +"Update interval" = "Інтервал оновлень"; "Usage history" = "Історія використання"; "Details" = "Деталі"; "Top processes" = "Топ процесів"; "Pictogram" = "Піктограма"; -"Module settings" = "Налаштування модуля"; -"Widget settings" = "Налаштування віджетів"; -"Popup settings" = "Налаштування спливаючих вікон"; +"Module" = "Модуль"; +"Widgets" = "Віджети"; +"Popup" = "Спливаюче віконо"; +"Notifications" = "Cповіщення"; "Merge widgets" = "Об’єднайти віджети"; "No available widgets to configure" = "Немає доступних віджетів для налаштування"; "No options to configure for the popup in this module" = "У цьому модулі немає параметрів для налаштування спливаючого вікна"; diff --git a/Stats/Supporting Files/vi.lproj/Localizable.strings b/Stats/Supporting Files/vi.lproj/Localizable.strings index f90c7cb1..92c24cfc 100644 --- a/Stats/Supporting Files/vi.lproj/Localizable.strings +++ b/Stats/Supporting Files/vi.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "Kiểm tra phiên bản mới mỗi tuần (mỗi tuần một lần)"; "Check for a new version every month (once a month)" = "Kiểm tra phiên bản mới hàng tháng (mỗi tháng một lần)"; "Never check for updates (not recommended)" = "Không bao giờ kiểm tra các bản cập nhật (không được khuyến nghị)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "Cấu hình đã hoàn thành"; "finish_setup_message" = "Mọi thứ đã được thiết lập! \ n Stats là một công cụ mã nguồn mở, Stats hoàn toàn miễn phí và luôn luôn như vậy. \ n Nếu bạn thích nó, bạn có thể hỗ trợ dự án, việc đó luôn được đánh giá cao!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "Resume the Stats"; "Combined modules" = "Combined modules"; "Spacing" = "Spacing"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "Số sê-ri"; @@ -184,12 +188,13 @@ "Details" = "Chi tiết"; "Top processes" = "Top tiến trình"; "Pictogram" = "Tượng hình"; -"Module settings" = "Cài đặt mô-đun"; -"Widget settings" = "Cài đặt tiện ích"; -"Popup settings" = "Popup settings"; +"Module" = "Mô-đun"; +"Widgets" = "Tiện ích"; +"Popup" = "Cửa sổ bật lên"; +"Notifications" = "Thông báo"; "Merge widgets" = "Gộp các tiện ích"; -"No available widgets to configure" = "No available widgets to configure"; -"No options to configure for the popup in this module" = "No options to configure for the popup in this module"; +"No available widgets to configure" = "Không có tiện ích nào để định cấu hình"; +"No options to configure for the popup in this module" = "Không có tùy chọn để định cấu hình cho cửa sổ bật lên trong mô-đun này"; // Modules "Number of top processes" = "Số lượng top tiến trình"; diff --git a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings index 279fe3f8..961252fb 100644 --- a/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hans.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "每周检查一次新版本(一周一次)"; "Check for a new version every month (once a month)" = "每月检查一次新版本(一月一次)"; "Never check for updates (not recommended)" = "不要检查更新(不推荐)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "配置完成"; "finish_setup_message" = "设置完成!Stats 是一个开源且永远免费的工具。如果你喜欢它,你可以支持这个项目,非常感谢!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "恢复 Stats"; "Combined modules" = "合并模块"; "Spacing" = "间距"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "序列号"; @@ -184,9 +188,10 @@ "Details" = "详细信息"; "Top processes" = "高占用进程"; "Pictogram" = "标识"; -"Module settings" = "模块设置"; -"Widget settings" = "小组件设置"; -"Popup settings" = "弹出窗口设置"; +"Module" = "模块"; +"Widgets" = "小部件"; +"Popup" = "弹出窗口"; +"Notifications" = "通知"; "Merge widgets" = "合并组件"; "No available widgets to configure" = "没有可配置的小组件"; "No options to configure for the popup in this module" = "该组件没有可配置的选项"; diff --git a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings index cc622145..18610fe9 100644 --- a/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings +++ b/Stats/Supporting Files/zh-Hant.lproj/Localizable.strings @@ -92,6 +92,9 @@ "Check for a new version every week (once a week)" = "每週檢查是否有新版本 (1 週 1 次)"; "Check for a new version every month (once a month)" = "每月檢查是否有新版本 (1 個月 1 次)"; "Never check for updates (not recommended)" = "不要檢查更新 (不建議)"; +"Anonymous telemetry for better development decisions" = "Anonymous telemetry for better development decisions"; +"Share anonymous telemetry data" = "Share anonymous telemetry data"; +"Do not share anonymous telemetry data" = "Do not share anonymous telemetry data"; "The configuration is completed" = "組態設定完成!"; "finish_setup_message" = "所有設定均已大功告成!\n Stats 是一款開源且永久免費的工具程式。\n 由衷地感謝您喜歡與愛用 Stats,也歡迎您支持這個專案!"; @@ -127,6 +130,7 @@ "Resume the Stats" = "恢復 Stats"; "Combined modules" = "合併模組"; "Spacing" = "間距"; +"Share anonymous telemetry" = "Share anonymous telemetry"; // Dashboard "Serial number" = "序號"; @@ -184,9 +188,10 @@ "Details" = "詳細資訊"; "Top processes" = "高能耗程序"; "Pictogram" = "標示"; -"Module settings" = "模組設定"; -"Widget settings" = "小工具設定"; -"Popup settings" = "彈出式視窗設定"; +"Module" = "模塊"; +"Widgets" = "小部件"; +"Popup" = "彈出窗口"; +"Notifications" = "通知"; "Merge widgets" = "整合型小工具"; "No available widgets to configure" = "沒有可用的小工具來進行組態設定"; "No options to configure for the popup in this module" = "沒有可用於此模組的彈出式視窗組態設定選項"; diff --git a/Stats/Views/Setup.swift b/Stats/Views/Setup.swift index a7021ed9..90ba9059 100644 --- a/Stats/Views/Setup.swift +++ b/Stats/Views/Setup.swift @@ -384,8 +384,8 @@ private class SetupView_4: NSStackView { let title: NSTextField = TextView(frame: NSRect(x: 0, y: 0, width: container.frame.width, height: 22)) title.alignment = .center title.font = NSFont.systemFont(ofSize: 20, weight: .semibold) - title.stringValue = localizedString("Share anonymous telemetry for better development decisions") - title.toolTip = localizedString("Share anonymous telemetry for better development decisions") + title.stringValue = localizedString("Anonymous telemetry for better development decisions") + title.toolTip = localizedString("Anonymous telemetry for better development decisions") title.isSelectable = false container.addRow(with: [title])