diff --git a/AUTHORS b/AUTHORS index b8416be..84cfa7c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,14 @@ Maintainer/Programmer: Roman Lefler +Contributors: Davide Murtas + +Brazilian Portuguese (Português do Brasil): Alzemand +Bulgarian (български език): Lyubomir Vasilev +Chinese (中文): know-nothing-but-123 +French (Français): Samuel St. Jean, mdouchin, & Neo-29 German (Deutsch): Ahmet Ala +Indonesian (Bahasa Indonesia): Fakhrul Rijal +Italian (Italiano): Davide Murtas Turkish (Türkçe): Ahmet Ala + diff --git a/CHANGELOG.md b/CHANGELOG.md index a00d187..5fddc81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,27 @@ +# v48.2.0 + +## Features + +- Option to show sun countdown instead of times in the pop-up +- Sun countdown detail + +## Bug Fixes + +- Fix some of pop-up not being translated +- Fix cardinal directions not being translated (thanks Davide Murtas) + +## Translations + +- Brazilian Portugese (thanks Alzemand) +- Bulgarian (thanks Lyubomir Vasilev) +- Chinese (thanks know-nothing-but-123) +- French (thanks Samuel St. Jean, mdouchin, & Neo-29) +- German (thanks Ahmet Ala) +- Indonesian (thanks Fakhrul Rijal) +- Italian (thanks Davide Murtas) +- Turkish (thanks Ahmet Ala) + # v48.1.0 ## Features diff --git a/Makefile b/Makefile index ad63a6b..a483a34 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ else INSTALLBASE = $(SHARE_PREFIX)/gnome-shell/extensions endif -.PHONY: out pack install clean copyicons ts +.PHONY: out pack install clean copyicons ts update-po out: $(POT) ts $(SCHEMAOUT) $(SCHEMACP) $(STATICOUT) $(ICONSOUT) $(MOS) $(CSSOUT) @@ -118,7 +118,7 @@ $(BUILD)/locale/%/LC_MESSAGES/$(UUID).mo: $(PO)/%.po $(BUILD)/icons: mkdir -p $@ -$(BUILD)/icons/%: $(ICONS)/% $(BUILD)/icons +$(BUILD)/icons/%: $(ICONS)/% | $(BUILD)/icons cp $< $@ # Explicitly putting stylesheet.css here makes it @@ -130,3 +130,18 @@ $(ZIP): out printf -- 'NEEDED: zip\n' mkdir -p $(DIST) (cd $(BUILD) && zip ../../$(ZIP) -9r ./) + +# Updates all existing po files by merging them with the pot. +# If already present, the pot is removed and recreated. +update-po: + rm -f $(POT); \ + $(MAKE) pot + @printf -- 'NEEDED: gettext\n' + @if [ -n "$$(ls -A $(PO)/*.po 2>/dev/null)" ]; then \ + for f in $(POFILES); do \ + printf -- 'Merging %s with $(POT) ' "$$f"; \ + msgmerge --no-fuzzy-matching --update --backup=none $$f $(POT); \ + done; \ + else \ + printf -- 'Unsuccessful PO update: there are no PO files\n'; \ + fi diff --git a/README.md b/README.md index d3eba03..96bd463 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ Many languages or dialects also do not exist in the project. Everybody is encouraged to make pull requests to add or fix translations. +Check [AUTHORS](./AUTHORS) for a list of contributors. + ## Building Consult [`docs/building.md`](./docs/building.md). @@ -43,3 +45,6 @@ to the source code. If you plan to add a feature, it is a good idea to make an [issue](https://github.com/romanlefler/SimpleWeather/issues) first and label it as a feature request and add that you are willing to do it (and perhaps how). + +Check [AUTHORS](./AUTHORS) for a list of contributors. + diff --git a/po/af.po b/po/af.po index 9c1405d..0049fcc 100644 --- a/po/af.po +++ b/po/af.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Afrikaans\n" "Language: af_ZA\n" @@ -17,108 +17,218 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:60 +msgid "Condition" +msgstr "" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:62 +msgid "Wind" +msgstr "" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "" + +#: src/details.ts:65 +msgid "UV High" +msgstr "" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Inligting" + +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" msgstr "" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" msgstr "" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" msgstr "" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" msgstr "" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." msgstr "" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" +msgid "Contributions and translations are welcome! Read how on %s." msgstr "" -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" +msgid "If you like this extension, consider starring it on %s." msgstr "" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" +msgid "Report bugs or request new features %s." msgstr "" -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Inligting" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" msgstr "" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" msgstr "" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" msgstr "" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" msgstr "" #: src/preferences/editLocation.ts:33 @@ -142,11 +252,11 @@ msgstr "" msgid "Save" msgstr "" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "" -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "" @@ -186,18 +296,10 @@ msgstr "" msgid "Celsius" msgstr "" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "" @@ -234,55 +336,83 @@ msgstr "" msgid "Configure how your location is found" msgstr "" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "" -#: src/preferences/generalPage.ts:232 -msgid "Panel" +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" msgstr "" -#: src/preferences/generalPage.ts:233 -msgid "Configure the panel and pop-up" +#: src/preferences/generalPage.ts:246 +msgid "Light" msgstr "" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" msgstr "" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "" @@ -336,37 +466,65 @@ msgstr "" msgid "Search" msgstr "" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "" -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "" -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "" +#: src/weather.ts:103 +msgid "Clear" +msgstr "" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/ar.po b/po/ar.po index afba8a3..c54e2f4 100644 --- a/po/ar.po +++ b/po/ar.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Arabic\n" "Language: ar_SA\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "موقعي" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "درجة" + +#: src/details.ts:60 +msgid "Condition" +msgstr "الحالة" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "يشعر بالإعجاب" + +#: src/details.ts:62 +msgid "Wind" +msgstr "الريح" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "الرطوبة" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "الغاز" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV عالي" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "الضغط" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "التهطال" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "الشروق" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "غروب" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "غلاف سحابي" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "غير صالح" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "اليوم" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "الاثنين" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "الأحد" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "الثلاثاء" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "الأربعاء" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "الجمعة" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "السبت" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "الخميس" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "بيانات الطقس" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "الإعدادات" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "إمبراطور: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "حول" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "يشعر بالإعجاب: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "الرياح: %s، %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "دعم لي" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "الغازات: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "نسخة الطقس البسيطة" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "الرطوبة: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "غير معروف" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "نسخ" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "تم نسخ الإعدادات JSON إلى الحافظة." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "الضغط: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "المساهمات والترجمات مرحب بها! اقرأ كيف على %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV عالي: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "إذا أعجبك هذا التمديد، فكر في بدئه على %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "هنا" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "هطول الأمطار: %s" +msgid "Report bugs or request new features %s." +msgstr "الإبلاغ عن الأخطاء أو طلب ميزات جديدة %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "حول" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "الاعتمادات" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "التفاصيل" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "نسخة الطقس البسيطة" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "أعلى" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "غير معروف" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "السحب والإسقاط من الأسفل لتكوين النوافذ المنبثقة" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "هذا الملحق هو إعادة كتابة لمشروع %s." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "لوحة" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "لا" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "تفاصيل اللوحة" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "تفاصيل اللوحة الثانوية" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "إظهار أيقونة الحالة" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "إظهار الشمس/الغطاء الشمسي" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "الإحداثيات" msgid "Save" msgstr "حفظ" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "الاسم مطلوب." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "إدخال إحداثيات غير صالحة." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "سيلسيوس" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "درجة" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "السرعة" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "الضغط" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "قياس الأمطار" @@ -234,55 +336,83 @@ msgstr "موفر الطقس" msgid "Configure how your location is found" msgstr "تكوين كيفية العثور على موقعك" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "متصل" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "النظام" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "تعطيل" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "موفر" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "الفاصل الزمني للتحديث (دقائق)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "إمكانية الوصول" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "تهيئة ميزات إمكانية الوصول" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "تباين عالي" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "لوحة" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "تكوين اللوحة والنوافذ المنبثقة" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "إظهار الشمس/الغطاء الشمسي" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "فاتح" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "بعد الظلام" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "غامر" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "السمة" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "الوسط" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "اليسار" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "يمين" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "جانب الفريق" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "الترتيب في اللوحة" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "المواقع" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "إضافة" @@ -336,37 +466,65 @@ msgstr "المدينة، الجوار، إلخ." msgid "Search" msgstr "البحث" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "لا يوجد إنترنت" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "لا توجد نتائج." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "لا تتوفر معلومات عن حقوق التأليف والنشر." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "لا تظهر مرة أخرى" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "تجاهل" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "مسح" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "غيوم" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "الرياب" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/bg.po b/po/bg.po new file mode 100644 index 0000000..0654537 --- /dev/null +++ b/po/bg.po @@ -0,0 +1,560 @@ +msgid "" +msgstr "" +"Project-Id-Version: simpleweather\n" +"Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-31 17:05+0300\n" +"Last-Translator: \n" +"Language-Team: Bulgarian\n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: simpleweather\n" +"X-Crowdin-Project-ID: 798380\n" +"X-Crowdin-Language: en\n" +"X-Crowdin-File: simple-weather@romanlefler.com.pot\n" +"X-Crowdin-File-ID: 2\n" +"X-Generator: Poedit 3.5\n" + +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 +#: src/preferences/generalPage.ts:179 +msgid "My Location" +msgstr "Моето местоположение" + +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Температура" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Състояние" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Усеща се като" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Вятър" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Влажност" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Пориви" + +#: src/details.ts:65 +msgid "UV High" +msgstr "Високо UV" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Налягане" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Валежи" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Изгрев" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Залез" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Облачно покритие" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Невалидно" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Днес" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Понеделник" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Неделя" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Вторник" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Сряда" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Петък" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Събота" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Четвъртък" + +#: src/location.ts:82 +#, javascript-format +msgid "%f°N" +msgstr "%f°С" + +#: src/location.ts:82 +#, javascript-format +msgid "%f°S" +msgstr "%f°Ю" + +#: src/location.ts:83 +#, javascript-format +msgid "%f°E" +msgstr "%f°И" + +#: src/location.ts:83 +#, javascript-format +msgid "%f°W" +msgstr "%f°З" + +#: src/popup.ts:143 +msgid "Weather Data" +msgstr "Метеорологични данни" + +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 +msgid "Settings" +msgstr "Настройки" + +#: src/popup.ts:383 +#, javascript-format +msgid "H: %s" +msgstr "В: %s" + +#: src/popup.ts:384 +#, javascript-format +msgid "L: %s" +msgstr "Н: %s" + +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Относно" + +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "Хранилище в GitHub" + +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Подкрепете ме" + +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Версия на SimpleWeather" + +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Подробности" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Копиране" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Настройките са копирани в буфера във формат JSON." + +#: src/preferences/aboutPage.ts:116 +#, javascript-format +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Помощта в разработката и превода е винаги добре дошла! Прочетете как можете да помогнете тук: %s." + +#: src/preferences/aboutPage.ts:119 +#, javascript-format +msgid "If you like this extension, consider starring it on %s." +msgstr "Ако това разширение Ви харесва, може да му сложите звезда в %s." + +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "тук" + +#: src/preferences/aboutPage.ts:124 +#, javascript-format +msgid "Report bugs or request new features %s." +msgstr "Докладвайте проблеми или предложете подобрения %s." + +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Заслуги" + +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Подробности" + +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Изскачащ прозорец" + +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Изберете и подредете елементите по-долу, за да настроите какво искате да виждате в изскачащия прозорец" + +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Панел" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Нищо" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Данни в панела" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Вторични данни в панела" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Иконка за текущото състояние" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Показване на изгрев/залез" + +#: src/preferences/editLocation.ts:33 +#, javascript-format +msgid "Edit %s" +msgstr "Редактиране на %s" + +#: src/preferences/editLocation.ts:33 +msgid "New Location" +msgstr "Ново местоположение" + +#: src/preferences/editLocation.ts:41 +msgid "Name" +msgstr "Име" + +#: src/preferences/editLocation.ts:56 +msgid "Coordinates" +msgstr "Координати" + +#: src/preferences/editLocation.ts:66 +msgid "Save" +msgstr "Запазване" + +#: src/preferences/editLocation.ts:94 +msgid "Name is required." +msgstr "Името е задължително." + +#: src/preferences/editLocation.ts:99 +msgid "Invalid coordinates entry." +msgstr "Въведените координати са неправилни." + +#: src/preferences/generalPage.ts:38 +msgid "General" +msgstr "Общи" + +#: src/preferences/generalPage.ts:43 src/preferences/generalPage.ts:53 +msgid "Units" +msgstr "Мерни единици" + +#: src/preferences/generalPage.ts:44 +msgid "Configure units of measurement" +msgstr "Настройки за мерните единици" + +#: src/preferences/generalPage.ts:48 +msgid "Custom" +msgstr "Персонализирано" + +#: src/preferences/generalPage.ts:48 +msgid "Metric" +msgstr "Метрични" + +#: src/preferences/generalPage.ts:48 +msgid "UK" +msgstr "Обединено Кралство" + +#: src/preferences/generalPage.ts:48 +msgid "US" +msgstr "САЩ" + +#: src/preferences/generalPage.ts:61 +msgid "Fahrenheit" +msgstr "Фаренхайт" + +#: src/preferences/generalPage.ts:62 +msgid "Celsius" +msgstr "Целзий" + +#: src/preferences/generalPage.ts:78 +msgid "Speed" +msgstr "Скорост" + +#: src/preferences/generalPage.ts:106 +msgid "Rain Measurement" +msgstr "Количество дъжд" + +#: src/preferences/generalPage.ts:120 +msgid "Distance" +msgstr "Разстояние" + +#: src/preferences/generalPage.ts:144 +msgid "Degrees" +msgstr "Градуси" + +#: src/preferences/generalPage.ts:144 +msgid "Eight-Point Compass" +msgstr "Компас с осем посоки" + +#: src/preferences/generalPage.ts:147 +msgid "Direction" +msgstr "Направление" + +#: src/preferences/generalPage.ts:159 +msgid "Weather Service" +msgstr "Услуга за метеорологични данни" + +#: src/preferences/generalPage.ts:160 +msgid "Configure how the weather is attained" +msgstr "Настройки за това от къде се получават данните за времето" + +#: src/preferences/generalPage.ts:167 +msgid "Weather Provider" +msgstr "Доставчик на метеорологични данни" + +#: src/preferences/generalPage.ts:180 +msgid "Configure how your location is found" +msgstr "Настройки за това как се установява местоположението Ви" + +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 +msgid "Online" +msgstr "Интернет" + +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 +msgid "System" +msgstr "Системно" + +#: src/preferences/generalPage.ts:187 +msgid "Disable" +msgstr "Изключено" + +#: src/preferences/generalPage.ts:190 +msgid "Provider" +msgstr "Доставчик" + +#: src/preferences/generalPage.ts:202 +msgid "Refresh Interval (Minutes)" +msgstr "Интервал на опресняване (минути)" + +#: src/preferences/generalPage.ts:220 +msgid "Accessibility" +msgstr "Улеснен достъп" + +#: src/preferences/generalPage.ts:221 +msgid "Configure accessibility features" +msgstr "Настройки за улеснен достъп" + +#: src/preferences/generalPage.ts:224 +msgid "High Contrast" +msgstr "Висок контраст" + +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" +msgstr "Настройки за панела и изскачащия прозорец" + +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Светла" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "След залез" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Потапяне" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Тема" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "В средата" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Вляво" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Вдясно" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Място в панела" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Позиция в панела" + +#: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 +msgid "Locations" +msgstr "Местоположения" + +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 +msgid "Add" +msgstr "Добавяне" + +#: src/preferences/locationsPage.ts:97 +msgid "Move Up" +msgstr "Нагоре" + +#: src/preferences/locationsPage.ts:112 +msgid "Move Down" +msgstr "Надолу" + +#: src/preferences/locationsPage.ts:128 +msgid "Add Here" +msgstr "Добавяне тук" + +#: src/preferences/locationsPage.ts:193 +#, javascript-format +msgid "Are you sure you want delete %s?" +msgstr "Наистина ли искате да изтриете %s?" + +#: src/preferences/locationsPage.ts:194 +msgid "Cancel" +msgstr "Отказ" + +#: src/preferences/locationsPage.ts:194 +msgid "Delete" +msgstr "ИЗтриване" + +#: src/preferences/locationsPage.ts:235 +#, javascript-format +msgid "Internal Error: %s" +msgstr "Вътрешна грешка: %s" + +#: src/preferences/locationsPage.ts:236 +msgid "Internal Error" +msgstr "Вътрешна грешка" + +#: src/preferences/locationsPage.ts:261 +msgid "Something else edited the locations." +msgstr "Нещо друго е редактирало местоположенията." + +#: src/preferences/search.ts:45 +msgid "Search Location" +msgstr "Търсене на местоположение" + +#: src/preferences/search.ts:54 +msgid "City, Neighborhood, etc." +msgstr "Град, квартал, …" + +#: src/preferences/search.ts:59 +msgid "Search" +msgstr "Търсене" + +#: src/preferences/search.ts:158 +msgid "No Internet" +msgstr "Няма връзка с Интернет" + +#: src/preferences/search.ts:206 +msgid "No results." +msgstr "Няма резултати." + +#: src/preferences/search.ts:211 +msgid "No copyright information available." +msgstr "Няма информация за авторско право." + +#: src/prefs.ts:74 +#, javascript-format +msgid "" +"SimpleWeather doesn't know how to handle your locale.\n" +"\tError - %s\n" +"Please consider submitting a bug report on GitHub." +msgstr "" +"SimpleWeather не знае как да работи с регионалните настройки.\n" +"\tГрешка – %s\n" +"Ако е възможно, моля, докладвайте проблема в GitHub." + +#: src/prefs.ts:77 +msgid "Don't Show Again" +msgstr "Да не се показва повече" + +#: src/prefs.ts:77 +msgid "Ignore" +msgstr "Пренебрегване" + +#: src/prefs.ts:77 +msgid "Open GitHub" +msgstr "Отваряне на GitHub" + +#: src/weather.ts:103 +msgid "Clear" +msgstr "Изчистване" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Слънчево" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Облачно" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Дъжд" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Сняг" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Буря" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Вятър" + +#: src/welcome.ts:53 +#, javascript-format +msgid "Welcome to %s" +msgstr "Добре дошли в %s" + +#: src/welcome.ts:74 +#, javascript-format +msgid "" +"%s occasionally connects to the selected weather service. By default, it will use the Internet to connect to:\n" +" • %s, an %s service for weather\n" +" • %s, optional for resolving the current location\n" +" • %s, for searching locations by name\n" +"\n" +msgstr "" +"%s периодично се свързва с избраната услуга за метеорологични данни. По подразбиране, ще се използва връзката с Интернет за достъп до:\n" +" • %s, услуга (с лиценз %s) за метеорологични данни;\n" +" • %s, незадължително, за установяване на текущото местоположение;\n" +" • %s, за търсене на местоположения по име.\n" +"\n" + +#: src/welcome.ts:83 +#, javascript-format +msgid "Thank you for installing %s!" +msgstr "Благодарности за инсталирането на %s!" + +#: src/welcome.ts:99 +msgid "Abort" +msgstr "Отказ" diff --git a/po/ca.po b/po/ca.po index f1e430b..371db36 100644 --- a/po/ca.po +++ b/po/ca.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Catalan\n" "Language: ca_ES\n" @@ -17,108 +17,218 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:60 +msgid "Condition" +msgstr "" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:62 +msgid "Wind" +msgstr "" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "" + +#: src/details.ts:65 +msgid "UV High" +msgstr "" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" msgstr "" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" msgstr "" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" msgstr "" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" msgstr "" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" msgstr "" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "" + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" +msgid "Contributions and translations are welcome! Read how on %s." msgstr "" -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "" + +#: src/preferences/aboutPage.ts:122 +msgid "here" msgstr "" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" +msgid "Report bugs or request new features %s." msgstr "" -#: src/preferences/aboutPage.ts:43 -msgid "About" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" msgstr "" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" msgstr "" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" msgstr "" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" msgstr "" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" msgstr "" #: src/preferences/editLocation.ts:33 @@ -142,11 +252,11 @@ msgstr "" msgid "Save" msgstr "" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "" -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "" @@ -186,18 +296,10 @@ msgstr "" msgid "Celsius" msgstr "" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "" @@ -234,55 +336,83 @@ msgstr "" msgid "Configure how your location is found" msgstr "" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "" -#: src/preferences/generalPage.ts:232 -msgid "Panel" +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" msgstr "" -#: src/preferences/generalPage.ts:233 -msgid "Configure the panel and pop-up" +#: src/preferences/generalPage.ts:246 +msgid "Light" msgstr "" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" msgstr "" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "" @@ -336,37 +466,65 @@ msgstr "" msgid "Search" msgstr "" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "" -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "" -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "" +#: src/weather.ts:103 +msgid "Clear" +msgstr "" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/cs.po b/po/cs.po index 30914d8..f6bd0d8 100644 --- a/po/cs.po +++ b/po/cs.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Czech\n" "Language: cs_CZ\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Moje poloha" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Teplota" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Podmínka" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Cítí se" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Větrný" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Vlhkost" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Chody" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV vysoké" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Tlak" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Srážky" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Vzestup slunce" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Západ slunce" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Obal Cloudu" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Neplatné" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Dnes" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Pondělí" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Neděle" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "úterý" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Středa" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Pátek" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Sobota" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Čtvrtek" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°s. š." -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Data počasí" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Nastavení" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Teplota: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "O aplikaci" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Cítí se jako %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Větr: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Podpoř mě" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Úspory: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Verze SimpleWeather" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Vlhkost: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Neznámý" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Kopírovat" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Nastavení JSON zkopírováno do schránky." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Tlak: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Příspěvky a překlady jsou vítány! Přečtěte si jak na %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV vysoké: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Pokud se vám toto rozšíření líbí, zvažte jeho hvězdu na %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "zde" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Srážka: %s" +msgid "Report bugs or request new features %s." +msgstr "Nahlásit chyby nebo požádat o nové funkce %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "O aplikaci" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Kredity" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Detaily" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "Verze SimpleWeather" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Vyskakovací okno" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Neznámý" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Přetažením dolů nastavíte vyskakovací okno" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Toto rozšíření je přepsání projektu %s." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Panel" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Nic" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Detail dílce" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Detail sekundárního panelu" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Zobrazit ikonu podmínky" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Zobrazit sluneční svíčky/sluneční svit" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Souřadnice" msgid "Save" msgstr "Uložit" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Název je povinný." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Neplatný záznam souřadnic." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsia" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Teplota" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Rychlost" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Tlak" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Měření deště" @@ -234,55 +336,83 @@ msgstr "Poskytovatel počasí" msgid "Configure how your location is found" msgstr "Nakonfigurujte, jak je vaše poloha nalezena" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Online" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "Systém" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Zakázat" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Poskytovatel" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Interval obnovení (minuty)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Přístupnost" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Konfigurace funkcí usnadnění přístupu" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Vysoký kontrast" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Panel" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Nastavit panel a vyskakovací okno" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Zobrazit sluneční svíčky/sluneční svit" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Světlý" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Potterdark" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Pohlcující" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Téma" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Střed" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Vlevo" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Vpravo" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Strana panelu" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Pořadí v panelu" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Místa" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Přidat" @@ -336,19 +466,19 @@ msgstr "Město, soused atd." msgid "Search" msgstr "Hledat" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Žádný internet" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Žádné výsledky." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Nejsou k dispozici žádné informace o autorských právech." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather neví, jak nakládat s vaší locale.\n" "\tChyba - %s\n" "Zvažte prosím odeslání hlášení o chybě na GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Nezobrazovat znovu" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ignorovat" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Vyčistit" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Zataženo" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Větrnost" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/da.po b/po/da.po index f482aa6..0acfb24 100644 --- a/po/da.po +++ b/po/da.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Danish\n" "Language: da_DK\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Min Placering" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatur" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Tilstand" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Føler Synes Som" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Vind" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Luftfugtighed" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Gusts" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV Høj" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Tryk" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Nedbør" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Solopgang" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Solnedgang" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Sky-omslag" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Ugyldig" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Idag" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Mandag" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Søndag" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Tirsdag" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Onsdag" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Fredag" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Lørdag" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Torsdag" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f° N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°V" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Vejr Data" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Indstillinger" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Om" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Føler Lige: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Vind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Støt Mig" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Gæster: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "SimpleWeather Version" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Luftfugtighed: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Ukendt" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Kopiér" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Kopierede indstillinger JSON til udklipsholder." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Tryk: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Bidrag og oversættelser er velkomne! Læs hvordan på %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV Høj: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Hvis du kan lide denne udvidelse, overvej at stjæle den på %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "her" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Nedbør: %s" +msgid "Report bugs or request new features %s." +msgstr "Rapporter fejl eller anmod om nye funktioner %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Om" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Medvirkende" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Detaljer" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Pop-Up" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Ukendt" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Træk og slip fra bunden for at konfigurere pop-up" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Denne udvidelse er en omskrivning af %s -projektet." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Stykke" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Ingen" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Detaljer Om Stykke" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Sekundære Panel Detaljer" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Vis Betingelsesikon" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Vis Solopgang/solnedgang" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Koordinater" msgid "Save" msgstr "Gem" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Navn er påkrævet." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Ugyldig koordinatindtastning." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Temperatur" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Hastighed" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Tryk" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Regn Måling" @@ -234,55 +336,83 @@ msgstr "Vejr Udbyder" msgid "Configure how your location is found" msgstr "Konfigurer hvordan din placering er fundet" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Online" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "System" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Deaktivér" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Udbyder" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Opdater Interval (Minutes)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Tilgængelighed" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Konfigurer tilgængelighedsfunktioner" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Høj Kontrast" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Stykke" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Konfigurer panelet og pop-up" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Vis Solopgang/solnedgang" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Lys" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Eftermørk" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Fordybende" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Tema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Centreret" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Venstre" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Højre" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Side af panelet" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Ordre i panel" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Placeringer" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Tilføj" @@ -336,19 +466,19 @@ msgstr "By, Nabolag, osv." msgid "Search" msgstr "Søg" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Ingen Internet" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Ingen resultater." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Ingen ophavsret information tilgængelig." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather ved ikke, hvordan du håndterer din lokalitet.\n" "\t~fejl - %s\n" "Overvej venligst at indsende en fejlrapport på GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Vis Ikke Igen" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ignorer" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Ryd" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Overskyet" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Blæsende" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/de.po b/po/de.po index 9e137dc..5e879b1 100644 --- a/po/de.po +++ b/po/de.po @@ -2,9 +2,9 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-07-04 10:49\n" -"Last-Translator: Ahmet Ala\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" +"Last-Translator: alaahmet\n" "Language-Team: German\n" "Language: de_DE\n" "MIME-Version: 1.0\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Mein Standort" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatur" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Bedingung" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Fühlt sich wie" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Wind" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Feuchtigkeit" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Böen" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV Hoch" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Druck" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Niederschlag" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Sonnenaufgang" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Sonnenuntergang" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Wolkenbedeckung" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Ungültig" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Heute" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Montag" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Sonntag" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Dienstag" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Mittwoch" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Freitag" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Samstag" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Donnerstag" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°O" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Wetterdaten" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Einstellungen" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "T: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Temperatur: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Über" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Gefühlte Temp.: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Wind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Unterstütze mich" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Windböen: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "SimpleWeather Version" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Luftfeuchtigkeit: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Unbekannt" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Kopieren" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Einstellungen JSON in die Zwischenablage kopiert." + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Luftdruck: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Beiträge und Übersetzungen sind willkommen! Lesen Sie %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV-Index hoch: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Wenn Ihnen diese Erweiterung gefällt, geben Sie ihr bitte einen Stern auf %s." + +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "hier" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Niederschlag: %s" +msgid "Report bugs or request new features %s." +msgstr "Melden Sie Fehler oder fordern Sie neue Funktionen %s an." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Über" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Credits" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Details" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Pop-Up" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Unbekannt" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Ziehen und Ablegen von unten, um das Pop-up zu konfigurieren" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Diese Erweiterung ist ein Neufassung des %s Projekts." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Panel" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Keine" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Panel-Detail" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Sekundäres Panel-Detail" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Bedingungssymbol anzeigen" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Sonnenauf-/untergang anzeigen" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Koordinaten" msgid "Save" msgstr "Speichern" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Name ist erforderlich." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Ungültiger Koordinateneintrag." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Temperatur" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Geschwindigkeit" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Druck" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Niederschlagsmessung" @@ -234,55 +336,83 @@ msgstr "Wetteranbieter" msgid "Configure how your location is found" msgstr "Konfigurieren, wie Ihr Standort gefunden wird" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Online" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "System" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Deaktivieren" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Anbieter" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Aktualisierungsintervall (Minuten)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Barrierefreiheit" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Barrierefreiheitsfunktionen konfigurieren" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Hoher Kontrast" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Bedienfeld" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Leiste und Pop-up konfigurieren" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Sonnenauf-/untergang anzeigen" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Hell" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Dunkel" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Immersiv" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Thema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Zentriert" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Links" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Rechts" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Seite des Panels" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Reihenfolge im Panel" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Standorte" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Hinzufügen" @@ -336,19 +466,19 @@ msgstr "Stadt, Stadtteil, etc." msgid "Search" msgstr "Suchen" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Kein Internet" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Keine Ergebnisse." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Keine Urheberrechtsinformationen verfügbar." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather kann Ihr Gebietsschema nicht verarbeiten.\n" "\tFehler - %s\n" "Bitte erwägen Sie, einen Fehlerbericht auf GitHub einzureichen." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Nicht mehr anzeigen" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ignorieren" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "GitHub öffnen" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Klar" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sonnig" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Bewölkt" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Regen" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Schnee" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Sturm" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Windig" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/el.po b/po/el.po index 4aaa9a2..229578c 100644 --- a/po/el.po +++ b/po/el.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Greek\n" "Language: el_GR\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Η Τοποθεσία Μου" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Θερμοκρασία" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Κατάσταση" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Αισθάνεται Σαν" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Άνεμος" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Υγρασία" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Φιάλες" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV Υψηλή" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Πίεση" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Κατακρήμνιση" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Ανατολή" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Ήλιος" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Εξώφυλλο Cloud" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Μη Έγκυρο" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Σήμερα" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Δευτέρα" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Κυριακή" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Τρίτη" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Τετάρτη" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Παρασκευή" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Σάββατο" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Πέμπτη" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°Β" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°Δ" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Δεδομένα Καιρού" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Ρυθμίσεις" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Ρυθμός: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Σχετικά" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Αισθάνεται Όχι: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Άνεμος: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Υποστηρίξτε Με" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "SimpleWeather Version" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Υγρασία: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Άγνωστο" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Αντιγραφή" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Αντιγραφή ρυθμίσεων JSON στο πρόχειρο." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Πίεση: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Οι συνεισφορές και οι μεταφράσεις είναι ευπρόσδεκτες! Διαβάστε πώς στο %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "Uv Υψηλό: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Αν σας αρέσει αυτή η επέκταση, σκεφτείτε να με πρωταγωνιστείτε στο %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "εδώ" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Πρόβλεψη: %s" +msgid "Report bugs or request new features %s." +msgstr "Αναφέρετε σφάλματα ή ζητήστε νέα χαρακτηριστικά %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Σχετικά" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Συντελεστές" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Λεπτομέρειες" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Αναδυόμενο" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Άγνωστο" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Σύρετε και αφήστε από κάτω για να ρυθμίσετε το αναδυόμενο παράθυρο" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Αυτή η επέκταση είναι μια επανεγγραφή του έργου %s." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Πίνακας" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Κανένα" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Λεπτομέρεια Πίνακα" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Δευτερεύουσα Λεπτομέρεια Πίνακα" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Εμφάνιση Εικονιδίου Κατάστασης" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Εμφάνιση Ηλιοφάνειας/Ηλιοβασίλεμα" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Συντεταγμένες" msgid "Save" msgstr "Αποθήκευση" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Απαιτείται όνομα." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Μη έγκυρη καταχώρηση συντεταγμένων." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Κελσίου" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Θερμοκρασία" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Ταχύτητα" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Πίεση" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Μέτρηση Βροχής" @@ -234,55 +336,83 @@ msgstr "Πάροχος Καιρού" msgid "Configure how your location is found" msgstr "Ρυθμίστε τον τρόπο εύρεσης της τοποθεσίας σας" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Συνδεδεμένος" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "Σύστημα" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Απενεργοποίηση" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Πάροχος" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Διάστημα Ανανέωσης (Λεπτά)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Προσβασιμότητα" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Ρύθμιση λειτουργιών προσβασιμότητας" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Υψηλή Αντίθεση" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Πίνακας" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Ρύθμιση του πίνακα και αναδυόμενο παράθυρο" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Εμφάνιση Ηλιοφάνειας/Ηλιοβασίλεμα" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Φωτεινό" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Μετασκοτεινό" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Immersive" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Θέμα" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Κέντρο" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Αριστερά" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Δεξιά" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Πλευρά του πίνακα" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Παραγγελία στον πίνακα" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Τοποθεσίες" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Προσθήκη" @@ -336,19 +466,19 @@ msgstr "Πόλη, Γειτονιά, κλπ." msgid "Search" msgstr "Αναζήτηση" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Χωρίς Διαδίκτυο" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Δεν υπάρχουν αποτελέσματα." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Δεν υπάρχουν διαθέσιμες πληροφορίες πνευματικών δικαιωμάτων." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "Το SimpleWeather δεν ξέρει πώς να χειριστεί τη "\t- %s\n" "Παρακαλώ σκεφτείτε να υποβάλετε μια αναφορά σφάλματος στο GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Να Μην Εμφανίζεται Ξανά" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Παράβλεψη" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Εκκαθάριση" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Συννεφιά" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Ανεμώδης" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/en.po b/po/en.po index afd8d6e..090c96e 100644 --- a/po/en.po +++ b/po/en.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: English\n" "Language: en_US\n" @@ -17,108 +17,218 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:60 +msgid "Condition" +msgstr "" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:62 +msgid "Wind" +msgstr "" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "" + +#: src/details.ts:65 +msgid "UV High" +msgstr "" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" msgstr "" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" msgstr "" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" msgstr "" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" msgstr "" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" msgstr "" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "" + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" +msgid "Contributions and translations are welcome! Read how on %s." msgstr "" -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "" + +#: src/preferences/aboutPage.ts:122 +msgid "here" msgstr "" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" +msgid "Report bugs or request new features %s." msgstr "" -#: src/preferences/aboutPage.ts:43 -msgid "About" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" msgstr "" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" msgstr "" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" msgstr "" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" msgstr "" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" msgstr "" #: src/preferences/editLocation.ts:33 @@ -142,11 +252,11 @@ msgstr "" msgid "Save" msgstr "" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "" -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "" @@ -186,18 +296,10 @@ msgstr "" msgid "Celsius" msgstr "" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "" @@ -234,55 +336,83 @@ msgstr "" msgid "Configure how your location is found" msgstr "" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "" -#: src/preferences/generalPage.ts:232 -msgid "Panel" +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" msgstr "" -#: src/preferences/generalPage.ts:233 -msgid "Configure the panel and pop-up" +#: src/preferences/generalPage.ts:246 +msgid "Light" msgstr "" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" msgstr "" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "" @@ -336,37 +466,65 @@ msgstr "" msgid "Search" msgstr "" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "" -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "" -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "" +#: src/weather.ts:103 +msgid "Clear" +msgstr "" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/es_ES.po b/po/es_ES.po new file mode 100644 index 0000000..a8b8ad0 --- /dev/null +++ b/po/es_ES.po @@ -0,0 +1,594 @@ +msgid "" +msgstr "" +"Project-Id-Version: simpleweather\n" +"Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" +"POT-Creation-Date: 2025-08-12 21:31+0200\n" +"PO-Revision-Date: 2025-08-12 21:43+0200\n" +"Last-Translator: Davide Murtas\n" +"Language-Team: Spanish\n" +"Language: es_ES\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Crowdin-Project: simpleweather\n" +"X-Crowdin-Project-ID: 798380\n" +"X-Crowdin-Language: es-ES\n" +"X-Crowdin-File: simple-weather@romanlefler.com.pot\n" +"X-Crowdin-File-ID: 2\n" +"X-Generator: Poedit 3.6\n" + +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 +#: src/preferences/generalPage.ts:179 +msgid "My Location" +msgstr "Mi ubicación" + +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatura" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Condición" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Sensación" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Viento" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Humedad" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Ráfagas" + +#: src/details.ts:65 +msgid "UV High" +msgstr "Índice UV" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Presión" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Precipitaciones" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Amanecer" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Puesta de sol" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Cobertura nubosa" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Inválido" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Hoy" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Lunes" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Domingo" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Martes" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Miércoles" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Viernes" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Sábado" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Jueves" + +#: src/location.ts:82 +#, javascript-format +msgid "%f°N" +msgstr "%f°N" + +#: src/location.ts:82 +#, javascript-format +msgid "%f°S" +msgstr "%f°S" + +#: src/location.ts:83 +#, javascript-format +msgid "%f°E" +msgstr "%f°E" + +#: src/location.ts:83 +#, javascript-format +msgid "%f°W" +msgstr "%f°O" + +#: src/popup.ts:143 +msgid "Weather Data" +msgstr "Datos meteorológicos" + +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 +msgid "Settings" +msgstr "Ajustes" + +#: src/popup.ts:383 +#, javascript-format +msgid "H: %s" +msgstr "Máx: %s" + +#: src/popup.ts:384 +#, javascript-format +msgid "L: %s" +msgstr "Mín: %s" + +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Acerca de" + +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "Repositorio GitHub" + +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Apóyeme" + +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Versión de SimpleWeather" + +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Desconocido" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Copiar" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Configuración JSON copiada al portapapeles." + +#: src/preferences/aboutPage.ts:116 +#, javascript-format +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "¡Las contribuciones y traducciones son bienvenidas! Lee cómo en %s." + +#: src/preferences/aboutPage.ts:119 +#, javascript-format +msgid "If you like this extension, consider starring it on %s." +msgstr "Si le gusta esta extensión, considere guardarla con una estrella en %s." + +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "aquí" + +#: src/preferences/aboutPage.ts:124 +#, javascript-format +msgid "Report bugs or request new features %s." +msgstr "Informe de errores o solicite nuevas características %s." + +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Créditos" + +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Detalles" + +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Ventana emergente" + +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Arrastre y suelte desde la parte inferior para configurar la ventana emergente" + +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Panel" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Ninguno" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Detalle del panel" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Detalle secundario del panel" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Mostrar icono de condición" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Mostrar amanecer/puesta de sol" + +#: src/preferences/editLocation.ts:33 +#, javascript-format +msgid "Edit %s" +msgstr "Modificar %s" + +#: src/preferences/editLocation.ts:33 +msgid "New Location" +msgstr "Nueva ubicación" + +#: src/preferences/editLocation.ts:41 +msgid "Name" +msgstr "Nombre" + +#: src/preferences/editLocation.ts:56 +msgid "Coordinates" +msgstr "Coordenadas" + +#: src/preferences/editLocation.ts:66 +msgid "Save" +msgstr "Guardar" + +#: src/preferences/editLocation.ts:94 +msgid "Name is required." +msgstr "Se requiere un nombre." + +#: src/preferences/editLocation.ts:99 +msgid "Invalid coordinates entry." +msgstr "Entrada de coordenadas inválida." + +#: src/preferences/generalPage.ts:38 +msgid "General" +msgstr "General" + +#: src/preferences/generalPage.ts:43 src/preferences/generalPage.ts:53 +msgid "Units" +msgstr "Unidades" + +#: src/preferences/generalPage.ts:44 +msgid "Configure units of measurement" +msgstr "Configurar unidades de medida" + +#: src/preferences/generalPage.ts:48 +msgid "Custom" +msgstr "Personalizado" + +#: src/preferences/generalPage.ts:48 +msgid "Metric" +msgstr "Métricas" + +#: src/preferences/generalPage.ts:48 +msgid "UK" +msgstr "Imperiales" + +#: src/preferences/generalPage.ts:48 +msgid "US" +msgstr "EE. UU." + +#: src/preferences/generalPage.ts:61 +msgid "Fahrenheit" +msgstr "Fahrenheit" + +#: src/preferences/generalPage.ts:62 +msgid "Celsius" +msgstr "Celsius" + +#: src/preferences/generalPage.ts:78 +msgid "Speed" +msgstr "Velocidad" + +#: src/preferences/generalPage.ts:106 +msgid "Rain Measurement" +msgstr "Medida de lluvia" + +#: src/preferences/generalPage.ts:120 +msgid "Distance" +msgstr "Distancia" + +#: src/preferences/generalPage.ts:144 +msgid "Degrees" +msgstr "Grados" + +#: src/preferences/generalPage.ts:144 +msgid "Eight-Point Compass" +msgstr "Brújula de ocho puntos" + +#: src/preferences/generalPage.ts:147 +msgid "Direction" +msgstr "Dirección" + +#: src/preferences/generalPage.ts:159 +msgid "Weather Service" +msgstr "Servicio meteorológico" + +#: src/preferences/generalPage.ts:160 +msgid "Configure how the weather is attained" +msgstr "Configurar el proveedor del tiempo" + +#: src/preferences/generalPage.ts:167 +msgid "Weather Provider" +msgstr "Proveedor del tiempo" + +#: src/preferences/generalPage.ts:180 +msgid "Configure how your location is found" +msgstr "Configurar cómo se encuentra tu ubicación" + +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 +msgid "Online" +msgstr "En línea" + +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 +msgid "System" +msgstr "Sistema" + +#: src/preferences/generalPage.ts:187 +msgid "Disable" +msgstr "Desactivar" + +#: src/preferences/generalPage.ts:190 +msgid "Provider" +msgstr "Proveedor" + +#: src/preferences/generalPage.ts:202 +msgid "Refresh Interval (Minutes)" +msgstr "Intervalo de actualización (minutos)" + +#: src/preferences/generalPage.ts:220 +msgid "Accessibility" +msgstr "Accesibilidad" + +#: src/preferences/generalPage.ts:221 +msgid "Configure accessibility features" +msgstr "Configurar características de accesibilidad" + +#: src/preferences/generalPage.ts:224 +msgid "High Contrast" +msgstr "Alto contraste" + +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" +msgstr "Configurar el panel y la ventana emergente" + +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Claro" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Afterdark" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Inmersivo" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Tema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Centro" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Izquierda" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Derecha" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Posición en el panel" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Orden en el panel" + +#: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 +msgid "Locations" +msgstr "Ubicaciones" + +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 +msgid "Add" +msgstr "Añadir" + +#: src/preferences/locationsPage.ts:97 +msgid "Move Up" +msgstr "Mover arriba" + +#: src/preferences/locationsPage.ts:112 +msgid "Move Down" +msgstr "Mover abajo" + +#: src/preferences/locationsPage.ts:128 +msgid "Add Here" +msgstr "Añadir aquí" + +#: src/preferences/locationsPage.ts:193 +#, javascript-format +msgid "Are you sure you want delete %s?" +msgstr "¿Confirma que desea eliminar %s?" + +#: src/preferences/locationsPage.ts:194 +msgid "Cancel" +msgstr "Cancelar" + +#: src/preferences/locationsPage.ts:194 +msgid "Delete" +msgstr "Eliminar" + +#: src/preferences/locationsPage.ts:235 +#, javascript-format +msgid "Internal Error: %s" +msgstr "Error interno: %s" + +#: src/preferences/locationsPage.ts:236 +msgid "Internal Error" +msgstr "Error interno" + +#: src/preferences/locationsPage.ts:261 +msgid "Something else edited the locations." +msgstr "Otra cosa modificó las ubicaciones." + +#: src/preferences/search.ts:45 +msgid "Search Location" +msgstr "Buscar ubicación" + +#: src/preferences/search.ts:54 +msgid "City, Neighborhood, etc." +msgstr "Ciudad, barrio, etc." + +#: src/preferences/search.ts:59 +msgid "Search" +msgstr "Buscar" + +#: src/preferences/search.ts:158 +msgid "No Internet" +msgstr "Sin conexión a Internet" + +#: src/preferences/search.ts:206 +msgid "No results." +msgstr "No hay resultados." + +#: src/preferences/search.ts:211 +msgid "No copyright information available." +msgstr "No está disponible alguna información sobre los derechos de autor." + +#: src/prefs.ts:74 +#, javascript-format +msgid "" +"SimpleWeather doesn't know how to handle your locale.\n" +"\tError - %s\n" +"Please consider submitting a bug report on GitHub." +msgstr "" +"SimpleWeather no sabe cómo manejar su locale.\n" +"\tError - %s\n" +"Por favor, considere enviar un informe de error en GitHub." + +#: src/prefs.ts:77 +msgid "Don't Show Again" +msgstr "No mostrar de nuevo" + +#: src/prefs.ts:77 +msgid "Ignore" +msgstr "Ignorar" + +#: src/prefs.ts:77 +msgid "Open GitHub" +msgstr "Abrir GitHub" + +#: src/units.ts:133 +msgid "E" +msgstr "E" + +#: src/units.ts:133 +msgid "N" +msgstr "N" + +#: src/units.ts:133 +msgid "NE" +msgstr "NE" + +#: src/units.ts:133 +msgid "NW" +msgstr "NO" + +#: src/units.ts:133 +msgid "S" +msgstr "S" + +#: src/units.ts:133 +msgid "SE" +msgstr "SE" + +#: src/units.ts:133 +msgid "SW" +msgstr "SO" + +#: src/units.ts:133 +msgid "W" +msgstr "O" + +#: src/weather.ts:103 +msgid "Clear" +msgstr "Despejado" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Soleado" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Nublado" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Lluvia" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Nieve" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Tormenta" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Viento" + +#: src/welcome.ts:53 +#, javascript-format +msgid "Welcome to %s" +msgstr "Bienvenido a %s" + +#: src/welcome.ts:74 +#, javascript-format +msgid "" +"%s occasionally connects to the selected weather service. By default, it " +"will use the Internet to connect to:\n" +" • %s, an %s service for weather\n" +" • %s, optional for resolving the current location\n" +" • %s, for searching locations by name\n" +"\n" +msgstr "" +"%s se conecta ocasionalmente al servicio meteorológico seleccionado. Por " +"defecto, usará Internet para conectarse a:\n" +" • %s, un servicio %s para el tiempo\n" +" • %s, de manera opcional, para determinar la ubicación actual\n" +" • %s, para buscar ubicaciones por nombre\n" +"\n" + +#: src/welcome.ts:83 +#, javascript-format +msgid "Thank you for installing %s!" +msgstr "¡Gracias por haber instalado %s!" + +#: src/welcome.ts:99 +msgid "Abort" +msgstr "Cancelar" diff --git a/po/fi.po b/po/fi.po index 1535798..d2079d9 100644 --- a/po/fi.po +++ b/po/fi.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Finnish\n" "Language: fi_FI\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Oma Sijainti" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Lämpötila" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Ehto" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Tuntuu Kuin" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Tuuli" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Kosteus" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Gustit" + +#: src/details.ts:65 +msgid "UV High" +msgstr "Uv Korkea" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Paine" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Sademäärä" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Auringonnousu" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Auringonlasku" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Pilven Kansi" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Virheellinen" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Tänään" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Maanantai" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Sunnuntai" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Tiistai" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Keskiviikko" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Perjantai" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Lauantai" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Torstai" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Säätiedot" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Asetukset" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Tietoja" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Tuntuu Tykkä: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Tuuli: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Tue Minua" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "SimpleWeather Versio" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Kosteus: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Tuntematon" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Kopioi" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Kopioitu asetukset JSON leikepöydälle." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Paine: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Lahjoitukset ja käännökset ovat tervetulleita! Lue miten %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "Uv Korkea: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Jos pidät tästä laajennuksesta, harkitse sen käynnistämistä %s:ssa." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "täältä" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Sademäärä: %s" +msgid "Report bugs or request new features %s." +msgstr "Raportoi vikoja tai pyydä uusia ominaisuuksia %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Tietoja" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Tekijät" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Yksityiskohdat" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "SimpleWeather Versio" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Pop-Up" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Tuntematon" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Vedä ja pudota alareunasta asettaaksesi ponnahdusikkunan" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Tämä lisäosa on %s -projektin uudelleenkirjoitus." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Paneeli" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Ei Mitään" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Paneelin Yksityiskohdat" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Toissijainen Paneelin Yksityiskohta" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Näytä Ehtokuvake" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Näytä Auringon/Auringonlasku" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Koordinaatit" msgid "Save" msgstr "Tallenna" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Nimi vaaditaan." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Virheellinen koordinaattien merkintä." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Lämpötila" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Nopeus" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Paine" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Sademäärän Mittaus" @@ -234,55 +336,83 @@ msgstr "Säätarjoaja" msgid "Configure how your location is found" msgstr "Määritä miten sijaintisi löytyy" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Paikalla" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "Järjestelmä" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Poista Käytöstä" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Tarjoaja" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Päivitä Aikaväli (Minuuttia)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Esteettömyys" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Määritä esteettömyysominaisuudet" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Korkea Kontrasti" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Paneeli" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Määritä paneeli ja ponnahdusikkuna" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Näytä Auringon/Auringonlasku" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Vaalea" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Afterdark" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Immersive" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Teema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Keskitetty" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Vasen" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Oikea" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Paneelin sivu" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Tilaa paneelissa" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Sijainnit" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Lisää" @@ -336,19 +466,19 @@ msgstr "Kaupunki, naapurusto, jne." msgid "Search" msgstr "Etsi" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Ei Internet-yhteyttä" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Ei tuloksia." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Tekijänoikeustietoja ei ole saatavilla." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather ei osaa käsitellä paikallistasi.\n" "\t¶ Virhe - %s\n" "Harkitse vikailmoituksen lähettämistä GitHubissa." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Älä Näytä Uudelleen" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ohita" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Tyhjennä" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Pilvinen" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Tuuli" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/fr.po b/po/fr.po index d7dfe41..512249c 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-08-12 21:31+0200\n" +"PO-Revision-Date: 2025-07-23 22:08\n" "Last-Translator: \n" "Language-Team: French\n" "Language: fr_FR\n" @@ -17,109 +17,220 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Ma position" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Température" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Conditions" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Température ressentie" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Vent" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Humidité" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Rafales" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV élevé" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Pression" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Précipitations" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Lever du soleil" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Coucher du soleil" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Couverture nuageuse" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Invalide" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Aujourd'hui" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Lundi" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Dimanche" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Mardi" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Mercredi" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Vendredi" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Samedi" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Jeudi" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" -msgstr "" +msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" -msgstr "" +msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" -msgstr "%f°W" +msgstr "%f°O" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Données météo" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Réglages" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" -msgstr "H: %s" +msgstr "Max: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" -msgstr "L: %s" +msgstr "Min: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Temps: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "À propos" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "J'aime : %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "Dépôt GitHub" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Vent : %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Soutenez-moi" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Gustes: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Version de SimpleWeather" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Humidité : %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Inconnu" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Copie" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Paramètres JSON copiés dans le presse-papiers." + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Pression : %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "" +"Les contributions et traductions sont les bienvenues ! Lisez comment sur %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV Haut: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Si vous aimez cette extension, pensez à la mettre en vedette sur %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "ici" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Précipitation : %s" +msgid "Report bugs or request new features %s." +msgstr "Signalez des bugs ou demandez de nouvelles fonctionnalités %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "À propos de" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Crédits" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Détails du produit" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "Version SimpleWeather" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Pop-Up" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Inconnu" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Glisser-déposer depuis le bas pour configurer la pop-up" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Cette extension est une réécriture du projet %s." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Panneau" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Aucun" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Détail du panneau" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Détail du panneau secondaire" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Afficher l'icône des conditions" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Afficher le lever/coucher du soleil" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,17 +253,17 @@ msgstr "Coordonnées" msgid "Save" msgstr "Enregistrer" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Le nom est requis." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." -msgstr "Entrée de coordonnées invalide." +msgstr "Coordonnées invalides." #: src/preferences/generalPage.ts:38 msgid "General" -msgstr "Généraux" +msgstr "Général" #: src/preferences/generalPage.ts:43 src/preferences/generalPage.ts:53 msgid "Units" @@ -164,7 +275,7 @@ msgstr "Configurer les unités de mesure" #: src/preferences/generalPage.ts:48 msgid "Custom" -msgstr "Personnalisé" +msgstr "Personnaliser" #: src/preferences/generalPage.ts:48 msgid "Metric" @@ -186,21 +297,13 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Température" - #: src/preferences/generalPage.ts:78 msgid "Speed" -msgstr "Rapidité" - -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Pression" +msgstr "Vitesse" #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" -msgstr "Mesure de la pluie" +msgstr "Pluie" #: src/preferences/generalPage.ts:120 msgid "Distance" @@ -212,7 +315,7 @@ msgstr "Degrés" #: src/preferences/generalPage.ts:144 msgid "Eight-Point Compass" -msgstr "Boussole à huit points" +msgstr "Boussole" #: src/preferences/generalPage.ts:147 msgid "Direction" @@ -224,7 +327,7 @@ msgstr "Service Météo" #: src/preferences/generalPage.ts:160 msgid "Configure how the weather is attained" -msgstr "Configurer comment la météo est atteinte" +msgstr "Configurer le fournisseur météo" #: src/preferences/generalPage.ts:167 msgid "Weather Provider" @@ -232,57 +335,85 @@ msgstr "Fournisseur Météo" #: src/preferences/generalPage.ts:180 msgid "Configure how your location is found" -msgstr "Configurer comment votre localisation est trouvée" +msgstr "Configurer comment votre position est trouvée" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "En ligne" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "Système" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Désactiver" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Fournisseur" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Intervalle de rafraîchissement (minutes)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Accessibilité" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Configurer les fonctionnalités d'accessibilité" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Contraste élevé" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Panneau" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Configurer le panneau et la fenêtre pop-up" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Afficher le lever du soleil/coucher du soleil" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Lumière" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "A la nuit tombée" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Immersif" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Thème" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Centre" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Gauche" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Droite" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Côté du panneau" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Ordre dans le panneau" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Emplacements" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Ajouter" @@ -305,11 +436,11 @@ msgstr "Êtes-vous sûr de vouloir supprimer %s?" #: src/preferences/locationsPage.ts:194 msgid "Cancel" -msgstr "Abandonner" +msgstr "Annuler" #: src/preferences/locationsPage.ts:194 msgid "Delete" -msgstr "Supprimez" +msgstr "Supprimer" #: src/preferences/locationsPage.ts:235 #, javascript-format @@ -334,40 +465,102 @@ msgstr "Ville, quartier, etc." #: src/preferences/search.ts:59 msgid "Search" -msgstr "Chercher" +msgstr "Rechercher" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" -msgstr "Pas d'Internet" +msgstr "Pas de connexion à Internet" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Aucun résultat." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." -msgstr "Aucune information sur les droits d'auteur disponible." +msgstr "Aucune information sur les droits d'auteur n'est disponible." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format -msgid "SimpleWeather doesn't know how to handle your locale.\n" +msgid "" +"SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." -msgstr "SimpleWeather ne sait pas comment gérer votre locale.\n" +msgstr "" +"SimpleWeather ne sait pas comment gérer votre langue.\n" "\tErreur - %s\n" "Veuillez envisager de soumettre un rapport de bug sur GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Ne plus afficher" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ignorer" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" -msgstr "Open GitHub" +msgstr "Ouvrir GitHub" + +#: src/units.ts:133 +msgid "E" +msgstr "E" + +#: src/units.ts:133 +msgid "N" +msgstr "N" + +#: src/units.ts:133 +msgid "NE" +msgstr "NE" + +#: src/units.ts:133 +msgid "NW" +msgstr "NO" + +#: src/units.ts:133 +msgid "S" +msgstr "S" + +#: src/units.ts:133 +msgid "SE" +msgstr "SE" + +#: src/units.ts:133 +msgid "SW" +msgstr "SO" + +#: src/units.ts:133 +msgid "W" +msgstr "O" + +#: src/weather.ts:103 +msgid "Clear" +msgstr "Clair" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Ensoleillé" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Nuageux" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Pluvieux" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Neigeux" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Tempête" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Venteux" #: src/welcome.ts:53 #, javascript-format @@ -376,11 +569,20 @@ msgstr "Bienvenue sur %s" #: src/welcome.ts:74 #, javascript-format -msgid "%s occasionally connects to the selected weather service. By default, it will use the Internet to connect to:\n" +msgid "" +"%s occasionally connects to the selected weather service. By default, it " +"will use the Internet to connect to:\n" " • %s, an %s service for weather\n" " • %s, optional for resolving the current location\n" -" • %s, for searching locations by name\n\n" +" • %s, for searching locations by name\n" +"\n" msgstr "" +"%s se connecte occasionnellement au serveur météo choisi. Par défaut, " +"Internet est utilisé pour se connecter à:\n" +" • %s, un fournisseur de service météo %s\n" +" • %s, optionnel pour trouver l'emplacement présent\n" +" • %s, pour trouver un endroit par noms\n" +"\n" #: src/welcome.ts:83 #, javascript-format @@ -390,4 +592,3 @@ msgstr "Merci d'avoir installé %s!" #: src/welcome.ts:99 msgid "Abort" msgstr "Abandonner" - diff --git a/po/he.po b/po/he.po index 9f8aeef..cbd8e96 100644 --- a/po/he.po +++ b/po/he.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Hebrew\n" "Language: he_IL\n" @@ -17,108 +17,218 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:60 +msgid "Condition" +msgstr "" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:62 +msgid "Wind" +msgstr "" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "" + +#: src/details.ts:65 +msgid "UV High" +msgstr "" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" msgstr "" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" msgstr "" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" msgstr "" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" msgstr "" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" msgstr "" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "" + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" +msgid "Contributions and translations are welcome! Read how on %s." msgstr "" -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "" + +#: src/preferences/aboutPage.ts:122 +msgid "here" msgstr "" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" +msgid "Report bugs or request new features %s." msgstr "" -#: src/preferences/aboutPage.ts:43 -msgid "About" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" msgstr "" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" msgstr "" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" msgstr "" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" msgstr "" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" msgstr "" #: src/preferences/editLocation.ts:33 @@ -142,11 +252,11 @@ msgstr "" msgid "Save" msgstr "" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "" -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "" @@ -186,18 +296,10 @@ msgstr "" msgid "Celsius" msgstr "" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "" @@ -234,55 +336,83 @@ msgstr "" msgid "Configure how your location is found" msgstr "" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "" -#: src/preferences/generalPage.ts:232 -msgid "Panel" +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" msgstr "" -#: src/preferences/generalPage.ts:233 -msgid "Configure the panel and pop-up" +#: src/preferences/generalPage.ts:246 +msgid "Light" msgstr "" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" msgstr "" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "" @@ -336,37 +466,65 @@ msgstr "" msgid "Search" msgstr "" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "" -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "" -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "" +#: src/weather.ts:103 +msgid "Clear" +msgstr "" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/hu.po b/po/hu.po index fb7d1f7..7ae138d 100644 --- a/po/hu.po +++ b/po/hu.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Hungarian\n" "Language: hu_HU\n" @@ -17,108 +17,218 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:60 +msgid "Condition" +msgstr "" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:62 +msgid "Wind" +msgstr "" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "" + +#: src/details.ts:65 +msgid "UV High" +msgstr "" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" msgstr "" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" msgstr "" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" msgstr "" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" msgstr "" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" msgstr "" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "" + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" +msgid "Contributions and translations are welcome! Read how on %s." msgstr "" -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "" + +#: src/preferences/aboutPage.ts:122 +msgid "here" msgstr "" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" +msgid "Report bugs or request new features %s." msgstr "" -#: src/preferences/aboutPage.ts:43 -msgid "About" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" msgstr "" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" msgstr "" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" msgstr "" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" msgstr "" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" msgstr "" #: src/preferences/editLocation.ts:33 @@ -142,11 +252,11 @@ msgstr "" msgid "Save" msgstr "" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "" -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "" @@ -186,18 +296,10 @@ msgstr "" msgid "Celsius" msgstr "" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "" @@ -234,55 +336,83 @@ msgstr "" msgid "Configure how your location is found" msgstr "" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "" -#: src/preferences/generalPage.ts:232 -msgid "Panel" +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" msgstr "" -#: src/preferences/generalPage.ts:233 -msgid "Configure the panel and pop-up" +#: src/preferences/generalPage.ts:246 +msgid "Light" msgstr "" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" msgstr "" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "" @@ -336,37 +466,65 @@ msgstr "" msgid "Search" msgstr "" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "" -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "" -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "" +#: src/weather.ts:103 +msgid "Clear" +msgstr "" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/id.po b/po/id.po new file mode 100644 index 0000000..6f74d81 --- /dev/null +++ b/po/id.po @@ -0,0 +1,560 @@ +msgid "" +msgstr "" +"Project-Id-Version: simpleweather\n" +"Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-08-24 14:37+0800\n" +"Last-Translator: Fakhrul Rijal \n" +"Language-Team: English\n" +"Language: id_ID\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Crowdin-Project: simpleweather\n" +"X-Crowdin-Project-ID: 798380\n" +"X-Crowdin-Language: en\n" +"X-Crowdin-File: simple-weather@romanlefler.com.pot\n" +"X-Crowdin-File-ID: 2\n" +"X-Generator: Poedit 3.6\n" + +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 +#: src/preferences/generalPage.ts:179 +msgid "My Location" +msgstr "Lokasi Saya" + +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatur" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Kondisi" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Terasa" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Angin" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Kelembaban" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Hembusan Angin" + +#: src/details.ts:65 +msgid "UV High" +msgstr "Sinar UV" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Tekanan" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Pengendapan" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Pagi" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Petang" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Tertutup Awan" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Gagal" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Hari ini" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Senin" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Minggu" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Selasa" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Rabu" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Jumat" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Sabtu" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Kamis" + +#: src/location.ts:82 +#, javascript-format +msgid "%f°N" +msgstr "%f°U" + +#: src/location.ts:82 +#, javascript-format +msgid "%f°S" +msgstr "%f°S" + +#: src/location.ts:83 +#, javascript-format +msgid "%f°E" +msgstr "%f°T" + +#: src/location.ts:83 +#, javascript-format +msgid "%f°W" +msgstr "%f°B" + +#: src/popup.ts:143 +msgid "Weather Data" +msgstr "Data Cuaca" + +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 +msgid "Settings" +msgstr "Setelan" + +#: src/popup.ts:383 +#, javascript-format +msgid "H: %s" +msgstr "T: %s" + +#: src/popup.ts:384 +#, javascript-format +msgid "L: %s" +msgstr "R: %s" + +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Tentang" + +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "Repositori GitHub" + +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Dukung Saya" + +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Versi SimpleWeather" + +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "TidakDiketahui" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Salin" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Salin setelan JSON ke papan klip." + +#: src/preferences/aboutPage.ts:116 +#, javascript-format +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Kontribusi dan terjemahan sudah dibuka! baca di %s." + +#: src/preferences/aboutPage.ts:119 +#, javascript-format +msgid "If you like this extension, consider starring it on %s." +msgstr "Kalau anda berkenan, berikan bintang di %s." + +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "disini" + +#: src/preferences/aboutPage.ts:124 +#, javascript-format +msgid "Report bugs or request new features %s." +msgstr "Laporkan bug atau minta fitur baru %s." + +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Kredit" + +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Detail" + +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Pop-Up" + +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Geser dari bawah untuk mengatur pop-up" + +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Panel" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Kosong" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Detail Panel" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Detail Panel Kedua" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Tampilkan Ikon Kondisi" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Tampilkan Pagi/Petang" + +#: src/preferences/editLocation.ts:33 +#, javascript-format +msgid "Edit %s" +msgstr "Ubah %s" + +#: src/preferences/editLocation.ts:33 +msgid "New Location" +msgstr "Lokasi Baru" + +#: src/preferences/editLocation.ts:41 +msgid "Name" +msgstr "Nama" + +#: src/preferences/editLocation.ts:56 +msgid "Coordinates" +msgstr "Koordinat" + +#: src/preferences/editLocation.ts:66 +msgid "Save" +msgstr "Simpan" + +#: src/preferences/editLocation.ts:94 +msgid "Name is required." +msgstr "Nama di perlukan." + +#: src/preferences/editLocation.ts:99 +msgid "Invalid coordinates entry." +msgstr "Info koordinat salah." + +#: src/preferences/generalPage.ts:38 +msgid "General" +msgstr "Umum" + +#: src/preferences/generalPage.ts:43 src/preferences/generalPage.ts:53 +msgid "Units" +msgstr "Unit" + +#: src/preferences/generalPage.ts:44 +msgid "Configure units of measurement" +msgstr "Atur jenis pengukuran" + +#: src/preferences/generalPage.ts:48 +msgid "Custom" +msgstr "Kustom" + +#: src/preferences/generalPage.ts:48 +msgid "Metric" +msgstr "Metrik" + +#: src/preferences/generalPage.ts:48 +msgid "UK" +msgstr "UK" + +#: src/preferences/generalPage.ts:48 +msgid "US" +msgstr "US" + +#: src/preferences/generalPage.ts:61 +msgid "Fahrenheit" +msgstr "Fahrenheit" + +#: src/preferences/generalPage.ts:62 +msgid "Celsius" +msgstr "Celsius" + +#: src/preferences/generalPage.ts:78 +msgid "Speed" +msgstr "Kecepatan" + +#: src/preferences/generalPage.ts:106 +msgid "Rain Measurement" +msgstr "Kondisi Hujan" + +#: src/preferences/generalPage.ts:120 +msgid "Distance" +msgstr "Jarak" + +#: src/preferences/generalPage.ts:144 +msgid "Degrees" +msgstr "Derajat" + +#: src/preferences/generalPage.ts:144 +msgid "Eight-Point Compass" +msgstr "Kompas 8 arah" + +#: src/preferences/generalPage.ts:147 +msgid "Direction" +msgstr "Arah" + +#: src/preferences/generalPage.ts:159 +msgid "Weather Service" +msgstr "Layanan Cuaca" + +#: src/preferences/generalPage.ts:160 +msgid "Configure how the weather is attained" +msgstr "Konfigurasikan bagaimana cuaca di atur" + +#: src/preferences/generalPage.ts:167 +msgid "Weather Provider" +msgstr "Penyedia Layanan Cuaca" + +#: src/preferences/generalPage.ts:180 +msgid "Configure how your location is found" +msgstr "Konfigurasikan bagaimana lokasi di atur" + +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 +msgid "Online" +msgstr "Daring" + +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 +msgid "System" +msgstr "Sistem" + +#: src/preferences/generalPage.ts:187 +msgid "Disable" +msgstr "Sistem" + +#: src/preferences/generalPage.ts:190 +msgid "Provider" +msgstr "Layanan" + +#: src/preferences/generalPage.ts:202 +msgid "Refresh Interval (Minutes)" +msgstr "Tenggang Waktu (menit)" + +#: src/preferences/generalPage.ts:220 +msgid "Accessibility" +msgstr "Aksesibilitas" + +#: src/preferences/generalPage.ts:221 +msgid "Configure accessibility features" +msgstr "Konfigurasikan fitur aksesibilitas" + +#: src/preferences/generalPage.ts:224 +msgid "High Contrast" +msgstr "Kontras Tinggi" + +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" +msgstr "Konfigurasikan panel dan pop-up" + +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Ringan" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Setelah Gelap" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Melingkupi" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Tema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Tengah" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Kiri" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Kanan" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Panel Samping" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Urutan di Panel" + +#: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 +msgid "Locations" +msgstr "Lokasi" + +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 +msgid "Add" +msgstr "Masukkan" + +#: src/preferences/locationsPage.ts:97 +msgid "Move Up" +msgstr "Pindah ke Atas" + +#: src/preferences/locationsPage.ts:112 +msgid "Move Down" +msgstr "Pindah ke Bawah" + +#: src/preferences/locationsPage.ts:128 +msgid "Add Here" +msgstr "Masukkan Disini" + +#: src/preferences/locationsPage.ts:193 +#, javascript-format +msgid "Are you sure you want delete %s?" +msgstr "Apakah anda yakinakan menghapus %s?" + +#: src/preferences/locationsPage.ts:194 +msgid "Cancel" +msgstr "Batal" + +#: src/preferences/locationsPage.ts:194 +msgid "Delete" +msgstr "Hapus" + +#: src/preferences/locationsPage.ts:235 +#, javascript-format +msgid "Internal Error: %s" +msgstr "Sistem Gagal: %s" + +#: src/preferences/locationsPage.ts:236 +msgid "Internal Error" +msgstr "Sistem Gagal" + +#: src/preferences/locationsPage.ts:261 +msgid "Something else edited the locations." +msgstr "Sesuatu yang lain mengedit lokasinya." + +#: src/preferences/search.ts:45 +msgid "Search Location" +msgstr "Cari Lokasi" + +#: src/preferences/search.ts:54 +msgid "City, Neighborhood, etc." +msgstr "Kota, Sekitarnya, dll." + +#: src/preferences/search.ts:59 +msgid "Search" +msgstr "Cari" + +#: src/preferences/search.ts:158 +msgid "No Internet" +msgstr "Tidak ada Internet" + +#: src/preferences/search.ts:206 +msgid "No results." +msgstr "Tidak Berhasil." + +#: src/preferences/search.ts:211 +msgid "No copyright information available." +msgstr "Tidak ada informasi hak cipta yang tersedia." + +#: src/prefs.ts:74 +#, javascript-format +msgid "" +"SimpleWeather doesn't know how to handle your locale.\n" +"\tError - %s\n" +"Please consider submitting a bug report on GitHub." +msgstr "" +"SimpleWeather tidak bisa menemukan lokasi anda.\n" +"\tGagal - %s\n" +"Silakan laporkan ini di GitHub." + +#: src/prefs.ts:77 +msgid "Don't Show Again" +msgstr "Jangan Tampilkan Lagi" + +#: src/prefs.ts:77 +msgid "Ignore" +msgstr "Biarkan" + +#: src/prefs.ts:77 +msgid "Open GitHub" +msgstr "Buka GitHub" + +#: src/weather.ts:103 +msgid "Clear" +msgstr "Cerah" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Terang" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Berawan" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Hujan" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Salju" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Petir" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Berangin" + +#: src/welcome.ts:53 +#, javascript-format +msgid "Welcome to %s" +msgstr "Selamat datang di %s" + +#: src/welcome.ts:74 +#, javascript-format +msgid "" +"%s occasionally connects to the selected weather service. By default, it will use the Internet to connect to:\n" +" • %s, an %s service for weather\n" +" • %s, optional for resolving the current location\n" +" • %s, for searching locations by name\n" +"\n" +msgstr "" +"%s terkadang terhubung ke layanan cuaca yang dipilih. Dan ini akan menggunakan Internet untuk terhubung ke:\n" +" • %s, ke %s layanan untuk cuaca\n" +" • %s, cara lain untuk menemukan lokasi ini\n" +" • %s, untuk mencari lokasi berdasarkan nama\n" +"\n" + +#: src/welcome.ts:83 +#, javascript-format +msgid "Thank you for installing %s!" +msgstr "Terima kasih telah memasang ini! %s!" + +#: src/welcome.ts:99 +msgid "Abort" +msgstr "Batalkan" diff --git a/po/it.po b/po/it.po index 61759ca..20e9f19 100644 --- a/po/it.po +++ b/po/it.po @@ -2,9 +2,9 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" -"Last-Translator: \n" +"POT-Creation-Date: 2025-08-11 14:10+0200\n" +"PO-Revision-Date: 2025-07-23 22:06\n" +"Last-Translator: Davide Murtas\n" "Language-Team: Italian\n" "Language: it_IT\n" "MIME-Version: 1.0\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" -msgstr "La Mia Posizione" +msgstr "La mia posizione" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatura" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Condizione" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Percepita" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Vento" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Umidità" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Raffiche" + +#: src/details.ts:65 +msgid "UV High" +msgstr "Indice UV" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Pressione" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Precipitazioni" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Alba" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Tramonto" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Copertura nuvolosa" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Non valido" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Oggi" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Lunedì" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Domenica" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Martedì" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Mercoledì" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Venerdì" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Sabato" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Giovedì" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°O" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" -msgstr "Dati Meteo" +msgstr "Dati meteo" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Impostazioni" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" -msgstr "H: %s" +msgstr "Max: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" -msgstr "L: %s" +msgstr "Min: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Informazioni" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Feels Like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "Repository GitHub" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Vento: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Supportami" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Gusti: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Versione di SimpleWeather" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Umidità: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Sconosciuto" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Copia" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "JSON delle impostazioni copiato negli appunti." + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Pressione: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Contributi e traduzioni sono benvenuti! Leggi come su %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "Uv Alto: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Se ti piace questa estensione, valuta di darle una stella su %s." + +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "qui" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Precipitazione: %s" +msgid "Report bugs or request new features %s." +msgstr "Segnala bug o richiedi nuove funzioni %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Informazioni" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Riconoscimenti" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Dettagli" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "Versione SimpleWeather" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Pop-Up" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Sconosciuto" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Trascina e rilascia dal basso per configurare il pop-up" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Questa estensione è una riscrittura del progetto %s." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Pannello" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Nessuno" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Dettaglio del pannello" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Dettaglio secondario del pannello" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Mostra icona delle condizioni" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Mostra alba/tramonto" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -128,7 +238,7 @@ msgstr "Modifica %s" #: src/preferences/editLocation.ts:33 msgid "New Location" -msgstr "Nuova Posizione" +msgstr "Nuova località" #: src/preferences/editLocation.ts:41 msgid "Name" @@ -142,11 +252,11 @@ msgstr "Coordinate" msgid "Save" msgstr "Salva" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." -msgstr "Il nome è richiesto." +msgstr "È richiesto un nome." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Voce coordinate non valida." @@ -168,11 +278,11 @@ msgstr "Personalizzato" #: src/preferences/generalPage.ts:48 msgid "Metric" -msgstr "Metrico" +msgstr "Metriche" #: src/preferences/generalPage.ts:48 msgid "UK" -msgstr "UK" +msgstr "Imperiali" #: src/preferences/generalPage.ts:48 msgid "US" @@ -186,21 +296,13 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Temperatura" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Velocità" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Pressione" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" -msgstr "Misurazione Della Pioggia" +msgstr "Misura della pioggia" #: src/preferences/generalPage.ts:120 msgid "Distance" @@ -212,7 +314,7 @@ msgstr "Gradi" #: src/preferences/generalPage.ts:144 msgid "Eight-Point Compass" -msgstr "Bussola A Otto Punti" +msgstr "Bussola a otto punti" #: src/preferences/generalPage.ts:147 msgid "Direction" @@ -220,88 +322,116 @@ msgstr "Direzione" #: src/preferences/generalPage.ts:159 msgid "Weather Service" -msgstr "Servizio Meteo" +msgstr "Servizio meteo" #: src/preferences/generalPage.ts:160 msgid "Configure how the weather is attained" -msgstr "Configura come viene raggiunto il tempo" +msgstr "Configura il fornitore del meteo" #: src/preferences/generalPage.ts:167 msgid "Weather Provider" -msgstr "Provider Meteo" +msgstr "Fornitore meteo" #: src/preferences/generalPage.ts:180 msgid "Configure how your location is found" -msgstr "Configura come si trova la tua posizione" +msgstr "Configura come è trovata la tua posizione" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Online" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "Sistema" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Disabilita" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" -msgstr "Provider" +msgstr "Fornitore" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" -msgstr "Intervallo Di Aggiornamento (Minuti)" +msgstr "Intervallo di aggiornamento (minuti)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Accessibilità" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" -msgstr "Configurare le funzioni di accessibilità" +msgstr "Configura le funzioni di accessibilità" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" -msgstr "Alto Contrasto" - -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Pannello" +msgstr "Alto contrasto" -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Configura il pannello e il pop-up" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Mostra Sunrise/Sunset" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Chiaro" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Afterdark" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Immersivo" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Tema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Centro" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Sinistra" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Destra" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Posizione sul pannello" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Ordine nel pannello" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" -msgstr "Posizioni" +msgstr "Località" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Aggiungi" #: src/preferences/locationsPage.ts:97 msgid "Move Up" -msgstr "Sposta In Alto" +msgstr "Sposta in alto" #: src/preferences/locationsPage.ts:112 msgid "Move Down" -msgstr "Sposta In Basso" +msgstr "Sposta in basso" #: src/preferences/locationsPage.ts:128 msgid "Add Here" -msgstr "Aggiungi Qui" +msgstr "Aggiungi qui" #: src/preferences/locationsPage.ts:193 #, javascript-format msgid "Are you sure you want delete %s?" -msgstr "Sei sicuro di voler eliminare %s?" +msgstr "Confermi di voler eliminare %s?" #: src/preferences/locationsPage.ts:194 msgid "Cancel" @@ -314,60 +444,122 @@ msgstr "Elimina" #: src/preferences/locationsPage.ts:235 #, javascript-format msgid "Internal Error: %s" -msgstr "Errore Interno: %s" +msgstr "Errore interno: %s" #: src/preferences/locationsPage.ts:236 msgid "Internal Error" -msgstr "Errore Interno" +msgstr "Errore interno" #: src/preferences/locationsPage.ts:261 msgid "Something else edited the locations." -msgstr "Qualcosa altro ha modificato le posizioni." +msgstr "Qualcos'altro ha modificato le località." #: src/preferences/search.ts:45 msgid "Search Location" -msgstr "Posizione Di Ricerca" +msgstr "Cerca una località" #: src/preferences/search.ts:54 msgid "City, Neighborhood, etc." -msgstr "Città, Quartiere, ecc." +msgstr "Città, quartiere, ecc." #: src/preferences/search.ts:59 msgid "Search" msgstr "Cerca" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" -msgstr "Nessun Internet" +msgstr "Nessuna connessione ad Internet" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Nessun risultato." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Nessuna informazione sul copyright disponibile." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format -msgid "SimpleWeather doesn't know how to handle your locale.\n" +msgid "" +"SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." -msgstr "SimpleWeather non sa come gestire la tua localizzazione.\n" +msgstr "" +"SimpleWeather non sa come gestire la tua localizzazione.\n" "\t Errore - %s\n" -"Si prega di considerare la possibilità di inviare una segnalazione di bug su GitHub." +"Si consideri la possibilità di inviare una segnalazione di bug su GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" -msgstr "Non Mostrare Di Nuovo" +msgstr "Non mostrare di nuovo" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ignora" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" -msgstr "Open GitHub" +msgstr "Apri GitHub" + +#: src/units.ts:133 +msgid "E" +msgstr "E" + +#: src/units.ts:133 +msgid "N" +msgstr "N" + +#: src/units.ts:133 +msgid "NE" +msgstr "NE" + +#: src/units.ts:133 +msgid "NW" +msgstr "NO" + +#: src/units.ts:133 +msgid "S" +msgstr "S" + +#: src/units.ts:133 +msgid "SE" +msgstr "SE" + +#: src/units.ts:133 +msgid "SW" +msgstr "SO" + +#: src/units.ts:133 +msgid "W" +msgstr "O" + +#: src/weather.ts:103 +msgid "Clear" +msgstr "Sereno" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Soleggiato" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Nuvoloso" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Pioggia" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Neve" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Temporale" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Vento" #: src/welcome.ts:53 #, javascript-format @@ -376,14 +568,20 @@ msgstr "Benvenuto in %s" #: src/welcome.ts:74 #, javascript-format -msgid "%s occasionally connects to the selected weather service. By default, it will use the Internet to connect to:\n" +msgid "" +"%s occasionally connects to the selected weather service. By default, it " +"will use the Internet to connect to:\n" " • %s, an %s service for weather\n" " • %s, optional for resolving the current location\n" -" • %s, for searching locations by name\n\n" -msgstr "%s si connette occasionalmente al servizio meteo selezionato. Per impostazione predefinita, utilizzerà Internet per connettersi a:\n" -" • %s, un servizio %s per il tempo\n" -" • %s, opzionale per la risoluzione della posizione corrente\n" -" • %s, per la ricerca di posizioni per nome\n\n" +" • %s, for searching locations by name\n" +"\n" +msgstr "" +"%s si connette occasionalmente al servizio meteo selezionato. Per " +"impostazione predefinita, utilizzerà Internet per connettersi a:\n" +" • %s, un servizio %s per il meteo\n" +" • %s, opzionalmente, per la determinazione della posizione corrente\n" +" • %s, per la ricerca di località per nome\n" +"\n" #: src/welcome.ts:83 #, javascript-format @@ -393,4 +591,3 @@ msgstr "Grazie per aver installato %s!" #: src/welcome.ts:99 msgid "Abort" msgstr "Interrompi" - diff --git a/po/ja.po b/po/ja.po index a860139..82ec78d 100644 --- a/po/ja.po +++ b/po/ja.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Japanese\n" "Language: ja_JP\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "自分の場所" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "温度" + +#: src/details.ts:60 +msgid "Condition" +msgstr "条件" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "気に入ったよ" + +#: src/details.ts:62 +msgid "Wind" +msgstr "風" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Humidity" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "ガスト" + +#: src/details.ts:65 +msgid "UV High" +msgstr "紫外線高" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "日の出(サンライズ)" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "日没" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "雲のカバー" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "無効です" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "今日" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "月曜日" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "日曜日" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "火曜日" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "水曜日" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "金曜日" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "土曜日" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "木曜日" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "天気データ" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "設定" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "About" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "気分: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "風力: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "応援してください" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "突破数: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "シンプルな天気バージョン" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "湿度: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "不明" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "コピー" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "設定JSONをクリップボードにコピーしました。" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "プレッシャー: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "貢献と翻訳を歓迎します! %s の方法をお読みください。" -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV高: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "この拡張機能が気に入った場合は、 %s で主演することを検討してください。" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "ここ" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "降水量: %s" +msgid "Report bugs or request new features %s." +msgstr "バグを報告するか、新機能 %sをリクエストしてください。" -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "About" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "クレジット" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "詳細" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "シンプルな天気バージョン" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "ポップアップ" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "不明" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "下からドラッグ&ドロップしてポップアップを設定します" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "この拡張機能は %s プロジェクトの書き換えです。" +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "パネル" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "なし" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "部品の詳細" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "セカンダリパネル詳細" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "条件アイコンを表示" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "日の出/日没を表示" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "座標" msgid "Save" msgstr "保存" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "名前が必要です。" -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "座標入力が無効です。" @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "摂氏度" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "温度" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "速度" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "雨の測定" @@ -234,55 +336,83 @@ msgstr "天気プロバイダー" msgid "Configure how your location is found" msgstr "位置情報がどのように見つかるかを設定します" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "オンライン" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "システム" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "無効" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "プロバイダー" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "更新間隔 (分)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "アクセシビリティ" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "ユーザー補助機能を設定" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "ハイコントラスト(ハイコントラスト)" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "パネル" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "パネルとポップアップを設定する" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "日の出/日没を表示" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "ライト" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Afterdark" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "没入型" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "テーマ" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "中央揃え" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "左" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "右" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "サイドオブパネル" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "部品の順序" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "場所" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "追加" @@ -336,19 +466,19 @@ msgstr "市区町村等" msgid "Search" msgstr "検索" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "インターネットがありません" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "結果はありません。" -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "著作権情報がありません。" -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeatherはあなたのロケールの処理方法を知りませ "\tエラー - %s\n" "GitHubでバグレポートを送信することを検討してください。" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "今後表示しない" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "無視" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "クリア" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "曇り" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/ko.po b/po/ko.po index 2843812..8e70951 100644 --- a/po/ko.po +++ b/po/ko.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Korean\n" "Language: ko_KR\n" @@ -17,108 +17,218 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:60 +msgid "Condition" +msgstr "" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:62 +msgid "Wind" +msgstr "" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "" + +#: src/details.ts:65 +msgid "UV High" +msgstr "" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" msgstr "" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" msgstr "" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" msgstr "" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" msgstr "" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" msgstr "" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "" + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" +msgid "Contributions and translations are welcome! Read how on %s." msgstr "" -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "" + +#: src/preferences/aboutPage.ts:122 +msgid "here" msgstr "" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" +msgid "Report bugs or request new features %s." msgstr "" -#: src/preferences/aboutPage.ts:43 -msgid "About" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" msgstr "" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" msgstr "" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" msgstr "" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" msgstr "" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" msgstr "" #: src/preferences/editLocation.ts:33 @@ -142,11 +252,11 @@ msgstr "" msgid "Save" msgstr "" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "" -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "" @@ -186,18 +296,10 @@ msgstr "" msgid "Celsius" msgstr "" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "" @@ -234,55 +336,83 @@ msgstr "" msgid "Configure how your location is found" msgstr "" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "" -#: src/preferences/generalPage.ts:232 -msgid "Panel" +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" msgstr "" -#: src/preferences/generalPage.ts:233 -msgid "Configure the panel and pop-up" +#: src/preferences/generalPage.ts:246 +msgid "Light" msgstr "" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" msgstr "" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "" @@ -336,37 +466,65 @@ msgstr "" msgid "Search" msgstr "" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "" -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "" -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "" +#: src/weather.ts:103 +msgid "Clear" +msgstr "" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/nl.po b/po/nl.po index ced0b14..1ea2ae2 100644 --- a/po/nl.po +++ b/po/nl.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Dutch\n" "Language: nl_NL\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Mijn locatie" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatuur" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Voorwaarde" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Voelt als" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Wind" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Luchtvochtigheid" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Gasten" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV hoog" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Drukdruk" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Neerslag" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Zonsopgang" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Zonsondergang" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Cloud Cover" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Ongeldig" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "vandaag" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "maandag" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "zondag" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "dinsdag" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "woensdag" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "vrijdag" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "zaterdag" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "donderdag" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Weer gegevens" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Instellingen" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Informatie" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Leuk gevoel: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Wind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Ondersteun mij" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Gasten: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "SimpleWeather versie" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Luchtvochtigheid: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "onbekend" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Kopiëren" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Instellingen JSON gekopieerd naar klembord." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Druk: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Bijdrages en vertalingen zijn welkom! Lees hoe %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV hoogte: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Als deze extensie u bevalt, overweeg dan om het te staren op %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "Hier" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Neerslag: %s" +msgid "Report bugs or request new features %s." +msgstr "Rapporteer bugs of verzoek nieuwe functies %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Informatie" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Kredieten" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Beschrijving" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "SimpleWeather versie" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Beurswand" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "onbekend" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Slepen en neerzetten van onder om de pop-up te configureren" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Deze extensie is een rewrite van het %s project." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Paneel" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "geen" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Paneel Detail" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Secundaire Paneel Detail" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Toon Voorwaarde Icoon" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Toon zonsopgang/Zonsondergang" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Coördinaten" msgid "Save" msgstr "Opslaan" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Naam is vereist." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Ongeldige coördinaten ingevoerd." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Temperatuur" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Snelheid" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Drukdruk" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Meting van de regen" @@ -234,55 +336,83 @@ msgstr "Weer Provider" msgid "Configure how your location is found" msgstr "Configureer hoe uw locatie wordt gevonden" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Online" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "Systeem" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Uitschakelen" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Leverancier" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Interval vernieuwen (minuten)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Toegankelijkheid" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Toegankelijkheidsfuncties configureren" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Hoog contrast" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Paneel" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Configureer het paneel en pop-up" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Toon zonsopgang/Zonsondergang" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Licht" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Naverdonker" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Meeslepend" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Thema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Gecentreerd" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Linkerkant" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Rechterkant" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Zijkant van paneel" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Bestellen in paneel" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Locaties" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Toevoegen" @@ -336,19 +466,19 @@ msgstr "Stad, naburige etc." msgid "Search" msgstr "Zoeken" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Geen internet" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Geen resultaten." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Geen auteursrechtgegevens beschikbaar." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather weet niet hoe u met uw taal moet omgaan.\n" "\t● Error - %s\n" "Overweeg om een bugrapport in te dienen op GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Niet meer tonen" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Negeren" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Verwijderen" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Bewolkt" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Windvol" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/no.po b/po/no.po index af73e0a..2ab0a42 100644 --- a/po/no.po +++ b/po/no.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Norwegian\n" "Language: no_NO\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Min posisjon" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatur" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Tilstand" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Føles som" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Vind" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Fuktighet" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Stjerner" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV høy" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Trykk" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Nedbør" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Soloppgang" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Solnedgang" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Sky forside" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Ugyldig" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Idag" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Mandag" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Søndag" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Tirsdag" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Onsdag" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Fredag" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Lørdag" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Torsdag" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°Ø" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Vær data" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Innstillinger" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Om" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Liker følgende: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" + +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Støtt meg" -#: src/popup.ts:402 +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "SimpleWeather versjon" + +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Ukjent" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Kopier" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Kopierte innstillinger JSON til utklippstavlen." + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Wind: %s, %s" -msgstr "Vind: %s, %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Bidrag og oversettelser er velkommen! Les hvordan på %s." -#: src/popup.ts:406 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "Gusts: %s" -msgstr "Etnistrer: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Hvis du liker denne utvidelsen, vurder å stjernemerke den på %s." -#: src/popup.ts:407 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "her" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Humidity: %s" +msgid "Report bugs or request new features %s." msgstr "" -#: src/popup.ts:408 -#, javascript-format -msgid "Pressure: %s" -msgstr "Trykk: %s" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Medvirkende" -#: src/popup.ts:409 -#, javascript-format -msgid "UV High: %s" -msgstr "UV høy: %s" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Detaljer" -#: src/popup.ts:410 -#, javascript-format -msgid "Precipitation: %s" -msgstr "Nedskrifter: %s" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Sprettopp" -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Om" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Dra og slipp fra bunn for å konfigurere pop-up" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Panelet" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "SimpleWeather versjon" +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Ingen" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Ukjent" +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Panel Detaljer" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Denne utvidelsen er en omskriving av %s prosjektet." +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Sekundært paneldetaljer" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Vis betingelse ikon" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Vis solopp/solnedgang" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Koordinater" msgid "Save" msgstr "Lagre" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Navn er påkrevd." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Ugyldig koordinatoppføring." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Temperatur" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Hastighet" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Trykk" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Regnmåling" @@ -234,55 +336,83 @@ msgstr "Vær leverandør" msgid "Configure how your location is found" msgstr "Konfigurer hvordan din posisjon ble funnet" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Pålogget" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "Systemadministrasjon" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Deaktiver" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Leverandør" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Oppdateringsintervall (minutter)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Tilgjengelighet" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Konfigurer tilgjengelighetsfunksjoner" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Høy kontrast" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Panelet" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Konfigurer panelet og pop-up" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Vis solopp/solnedgang" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Lys" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Etterlyst" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Fullskjerm" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Tema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Midtstilt" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Venstre" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Høyre" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Side av Panel" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Rekkefølge i Panel" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Steder" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Legg til" @@ -336,19 +466,19 @@ msgstr "City, Neighborhood, etc." msgid "Search" msgstr "Søk" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Ingen Internett" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Ingen resultater." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Ingen informasjon om opphavsrett tilgjengelig." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather vet ikke hvordan du håndterer din lokalitet.\n" "\tεError - %s\n" "Vennligst vurder å sende en feilrapport på GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Ikke vis igjen" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ignorer" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Tøm" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Overskyet" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Kuling" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/pl.po b/po/pl.po index af8459b..be2316b 100644 --- a/po/pl.po +++ b/po/pl.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Polish\n" "Language: pl_PL\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Moja lokalizacja" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatura" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Stan" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Polubione" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Wiatr" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Wilgotność" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Pusty" + +#: src/details.ts:65 +msgid "UV High" +msgstr "Wysokie UV" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Ciśnienie" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Opady" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Wschód słońca" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Słońce" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Pokrycie chmury" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Niepoprawny" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Dziś" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Poniedziałek" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Niedziela" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Wtorek" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Środa" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Piątek" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Sobota" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Czwartek" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Dane pogodowe" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Ustawienia" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Otoczenie: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "O programie" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Polubienia: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Wiatro: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Wsparcie mnie" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Pusty: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Wersja SimpleWeather" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Wilgotność: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Nieznane" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Kopiuj" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Skopiowano ustawienia JSON do schowka." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Ciśnienie: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Wkłady i tłumaczenia są mile widziane! Przeczytaj jak na %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "Wysokie UV: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Jeśli podoba Ci się to rozszerzenie, rozważ gwiazdkę na %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "tutaj" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Otrącanie: %s" +msgid "Report bugs or request new features %s." +msgstr "Zgłoś błędy lub poproś o nowe funkcje %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "O programie" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Kredyty" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Szczegóły" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "Wersja SimpleWeather" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Wyskakujące okna" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Nieznane" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Przeciągnij i upuść z dołu, aby skonfigurować wyskakujące okno" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "To rozszerzenie jest przepisem projektu %s." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Panel" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Brak" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Szczegóły panelu" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Szczegóły panelu pomocniczego" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Pokaż ikonę warunku" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Pokaż wschod/zachód słońca" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Współrzędne" msgid "Save" msgstr "Zapisz" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Nazwa jest wymagana." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Nieprawidłowy wpis współrzędnych." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsjusza" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Temperatura" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Prędkość" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Ciśnienie" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Pomiar deszczu" @@ -234,55 +336,83 @@ msgstr "Dostawca pogody" msgid "Configure how your location is found" msgstr "Skonfiguruj lokalizację" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Dostępny" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "System" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Wyłącz" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Dostawca" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Interwał odświeżania (minuty)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Dostępność" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Konfiguruj funkcje ułatwień dostępu" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Wysoki Kontrast" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Panel" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Skonfiguruj panel i wyskakujące okienko" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Pokaż wschod/zachód słońca" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Światło" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Po ciemności" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Immersyjny" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Motyw" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Środkowy" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "W lewo" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Prawy" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Strona panelu" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Zamów w Panelu" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Lokalizacje" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Dodaj" @@ -336,19 +466,19 @@ msgstr "Miasto, okolice itp." msgid "Search" msgstr "Szukaj" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Brak Internetu" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Brak wyników." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Brak informacji o prawach autorskich." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather nie wie, jak zarządzać Twoim językiem.\n" "\tBłąd - %s\n" "Rozważ przesłanie raportu o błędzie na GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Nie pokazuj ponownie" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ignoruj" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Wyczyść" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Chmura" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Wiatr" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/pt_BR.po b/po/pt_BR.po index e7ff0f8..6be4352 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Portuguese, Brazilian\n" "Language: pt_BR\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Minha Localização" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatura" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Condição" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Sensação Térmica" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Vento" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Umidade" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Convidados" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV Alta" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Pressão" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Precipitação" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Amanhecer" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Ensolarado" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Cobertura de nuvens" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Inválido" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "hoje" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Segunda-Feira" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Domingo" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Terça-feira" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Quarta-feira" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Sexta-feira" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Sábado" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Quinta-feira" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f° E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Dados meteorológicos" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" -msgstr "Confirgurações" +msgstr "Configurações" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "SOBRE" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "format@@0 Sels Like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Vento: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Me apoie" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Visitantes: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Versão SimpleWeather" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Umidade: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Desconhecido" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Copiar" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Copiado as configurações JSON para a área de transferência." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Pressão: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Contribuições e traduções são bem vindas! Leia como em %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV Alto: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Se você gosta dessa extensão, considere marcar sua estrela em %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "Aqui" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Precipitação: %s" +msgid "Report bugs or request new features %s." +msgstr "Reporte erros ou solicite novos recursos %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "SOBRE" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Créditos" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Detalhes" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "Versão SimpleWeather" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Pop-Up" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Desconhecido" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Arrastar-e-soltar da parte inferior para configurar a janela" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Esta extensão é uma reescrita do projeto %s." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Painel" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Nenhuma" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Detalhe do painel" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Detalhes do Painel Secundário" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Mostrar ícone de condição" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Mostrar pôr do sol/pôr do sol" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Coordenadas" msgid "Save" msgstr "Guardar" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "O nome é obrigatório." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Entrada de coordenadas inválida." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Temperatura" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Velocidade" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Pressão" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Medição da Chuva" @@ -234,55 +336,83 @@ msgstr "Provedor de Clima" msgid "Configure how your location is found" msgstr "Configure como sua localização é encontrada" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Disponível" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "SISTEMA" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Desligado" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Fornecedor" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Intervalo de atualização (Minutos)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Acessibilidade" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Configurar recursos de acessibilidade" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Alto Contraste" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Painel" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Configurar o painel e pop-up" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Mostrar pôr do sol/pôr do sol" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Fino" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Escuridão" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Imersivo" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Tema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Centralizar" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Esquerda" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Direita" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Lado do Painel" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Pedido no painel" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Alocações" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Adicionar" @@ -292,7 +422,7 @@ msgstr "Mover para cima" #: src/preferences/locationsPage.ts:112 msgid "Move Down" -msgstr "Mover para Baixo" +msgstr "Mover para baixo" #: src/preferences/locationsPage.ts:128 msgid "Add Here" @@ -305,11 +435,11 @@ msgstr "Tem certeza que deseja excluir %s?" #: src/preferences/locationsPage.ts:194 msgid "Cancel" -msgstr "cancelar" +msgstr "Cancelar" #: src/preferences/locationsPage.ts:194 msgid "Delete" -msgstr "excluir" +msgstr "Excluir" #: src/preferences/locationsPage.ts:235 #, javascript-format @@ -336,19 +466,19 @@ msgstr "Cidade, Vizinhança, etc." msgid "Search" msgstr "Pesquisa" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Sem Internet" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Nenhum resultado." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Nenhuma informação de direitos autorais disponível." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,17 +487,45 @@ msgstr "SimpleWeather não sabe como lidar com a sua localidade.\n" "\tCommon Error - %s\n" "Por favor, considere enviar um relatório de erros no GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" -msgstr "Não Mostrar Novamente" +msgstr "Não mostrar novamente" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ignorar" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" -msgstr "Open GitHub" +msgstr "Abrir GitHub" + +#: src/weather.ts:103 +msgid "Clear" +msgstr "Limpar" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Ensolarado" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Nublado" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Chovendo" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Nevando" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Tempestade" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Ventando" #: src/welcome.ts:53 #, javascript-format diff --git a/po/pt_PT.po b/po/pt_PT.po index 70fd9fc..e10d870 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Portuguese\n" "Language: pt_PT\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Minha Localização" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatura" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Condição" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Sensação Como" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Vento" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Umidade" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Convidados" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV Alta" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Pressão" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Precipitação" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Amanhecer" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Ensolarado" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Cobertura de nuvens" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Inválido" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "hoje" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Segunda-Feira" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "domingo" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Terça-feira" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "quarta-feira" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Sexta-feira" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "sábado" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "quinta-feira" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f° E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Dados meteorológicos" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Confirgurações" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "SOBRE" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "format@@0 Sels Like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Vento: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Me apoie" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Visitantes: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Versão SimpleWeather" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Umidade: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Desconhecido" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "copiar" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Copiado as configurações JSON para a área de transferência." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Pressão: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Contribuições e traduções são bem vindas! Leia como em %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV Alto: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Se você gosta dessa extensão, considere marcar sua estrela em %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "Aqui" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Precipitação: %s" +msgid "Report bugs or request new features %s." +msgstr "Reporte erros ou solicite novos recursos %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "SOBRE" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "créditos" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "detalhes" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "Versão SimpleWeather" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Pop-Up" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Desconhecido" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Arrastar-e-soltar da parte inferior para configurar a janela" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Esta extensão é uma reescrita do projeto %s." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Painel" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Nenhuma" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Detalhe do painel" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Detalhes do Painel Secundário" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Mostrar ícone de condição" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Mostrar pôr do sol/pôr do sol" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Coordenadas" msgid "Save" msgstr "Guardar" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "O nome é obrigatório." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Entrada de coordenadas inválida." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Temperatura" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Velocidade" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Pressão" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Medição da Chuva" @@ -234,55 +336,83 @@ msgstr "Provedor de Clima" msgid "Configure how your location is found" msgstr "Configure como sua localização é encontrada" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Disponível" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "SISTEMA" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Desligado" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Fornecedor" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Intervalo de atualização (Minutos)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Acessibilidade" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Configurar recursos de acessibilidade" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Alto Contraste" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Painel" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Configurar o painel e pop-up" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Mostrar pôr do sol/pôr do sol" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Fino" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Escuridão" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Imersivo" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Tema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Centralizar" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Esquerda" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Direita" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Lado do Painel" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Pedido no Painel" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Alocações" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Adicionar" @@ -336,19 +466,19 @@ msgstr "Cidade, Vizinhança, etc." msgid "Search" msgstr "Pesquisa" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Sem Internet" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Nenhum resultado." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Nenhuma informação de direitos autorais disponível." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather não sabe como lidar com a sua localidade.\n" "\tCommon Error - %s\n" "Por favor, considere enviar um relatório de erros no GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Não Mostrar Novamente" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ignorar" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Limpar" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Nublado" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Ventando" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/ro.po b/po/ro.po index 8e55140..d89c506 100644 --- a/po/ro.po +++ b/po/ro.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Romanian\n" "Language: ro_RO\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Locația mea" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatură" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Condiție" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Sentimente ca" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Vânt" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Umiditate" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Gusturi" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV ridicat" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Presiune" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Precipitaţii" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Răsărit" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Amortizor" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Copertă Nor" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Nevalid" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Astăzi" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Luni" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Duminică" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Marţi" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Miercuri" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Vineri" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Sâmbătă" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Joi" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°V" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Date meteo" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Setări" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Temperatură: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Despre" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Simbol like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Vind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Susține-mă" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Gaze: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Versiunea meteo Simplă" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Umiditate: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Necunoscut" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Copiază" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Setările JSON copiate în clipboard." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Presuma: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Contribuțiile și traducerile sunt binevenite! Citiți pe %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV Ridicat: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Dacă vă place această extensie, gândiți-o la %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "aici" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Precipitaţii: %s" +msgid "Report bugs or request new features %s." +msgstr "Raportează erori sau solicită noi caracteristici %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Despre" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Credite" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Detalii" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "Versiunea meteo Simplă" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Pop-Up" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Necunoscut" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Drag-and-drop din partea de jos pentru a configura pop-up" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Această extensie este o rescriere a proiectului %s." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Panou" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Niciunul" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Detalii piesă" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Detalii piesă secundară" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Arată iconița Stării" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Arată Soarel/Sunset" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Coordonate" msgid "Save" msgstr "Salvează" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Numele este necesar." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Intrare coordonate nevalidă." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Temperatură" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Viteză" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Presiune" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Măsurarea ploii" @@ -234,55 +336,83 @@ msgstr "Furnizor vreme" msgid "Configure how your location is found" msgstr "Configurați modul în care este găsită locația dvs." -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Online" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "Sistem" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Dezactivează" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Furnizor" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Interval Reîmprospătare (Minute)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Accesibilitate" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Configurați funcțiile de accesibilitate" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Contrast ridicat" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Panou" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Configuraţi panoul şi pop-up" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Arată Soarel/Sunset" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Lumină" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "După-întunecat" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Imersiv" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Tema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Centru" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Stânga" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Dreapta" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Componenta panoului" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Ordine în Panou" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Locații" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Adăugare" @@ -336,19 +466,19 @@ msgstr "Oraș, Vecinătate etc." msgid "Search" msgstr "Caută" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Fără Internet" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Niciun rezultat." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Nu sunt disponibile informații privind drepturile de autor." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather nu știe cum să se ocupe de localizarea ta.\n" "\t Error - %s\n" "Vă rugăm să luați în considerare trimiterea unui raport de eroare pe GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Nu mai arăta" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ignoră" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Curăță" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Înnorat" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Vânt" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/ru.po b/po/ru.po index d6e730b..401535b 100644 --- a/po/ru.po +++ b/po/ru.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Russian\n" "Language: ru_RU\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Моё местоположение" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Температура" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Состояние" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Чувствует себя" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Ветер" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Влажность" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Пистолеты" + +#: src/details.ts:65 +msgid "UV High" +msgstr "Высокий УФ" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Давление" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Осадки" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Восход" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Закат" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Облачная обложка" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Некорректный" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Сегодня" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Понедельник" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Воскресенье" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Вторник" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Среда" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Пятница" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Суббота" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Четверг" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Данные о погоде" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Настройки" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "Д: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Темп: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "О программе" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Нравится: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Ветр: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Поддержать меня" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Пистолеты: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "Версия SimpleWeather" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Влажность: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Неизвестен" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Копировать" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Настройки JSON скопированы в буфер обмена." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Давление: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Взносы и переводы приветствуются! Читайте как на %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "Высокий УФ: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Если вам понравилось это расширение, подумайте о его создании на %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "здесь" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Осадки: %s" +msgid "Report bugs or request new features %s." +msgstr "Сообщить об ошибках или запросить новые возможности %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "О программе" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Кредиты" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Детали" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "Версия SimpleWeather" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Всплывающие окна" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Неизвестен" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Перетащите вниз для настройки всплывающего окна" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Это расширение представляет собой перезапись проекта %s." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Панель" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Нет" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Детали панели" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Детали вторичной панели" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Показать значок состояния" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Показать Рассвет/Закат" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Координаты" msgid "Save" msgstr "Сохранить" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Необходимо ввести название." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Неверная запись координат." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Цельсий" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Температура" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Скорость" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Давление" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Измерение дождя" @@ -234,55 +336,83 @@ msgstr "Поставщик погоды" msgid "Configure how your location is found" msgstr "Настройте как находится ваше местоположение" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Онлайн" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "Система" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Отключено" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Поставщик" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Интервал обновления (минуты)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Доступность" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Настройка специальных возможностей" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Высокая контрастность" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Панель" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Настроить панель и всплывающие окна" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Показать Рассвет/Закат" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Светлая" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Тёмная" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Погружение" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Тема" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "По центру" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Слева" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Справа" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Грань панели" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Заказ в панели" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Места" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Добавить" @@ -336,37 +466,65 @@ msgstr "Город, сосед и т.д." msgid "Search" msgstr "Искать" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Нет интернета" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Нет результатов." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Информация об авторских правах отсутствует." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Больше не показывать" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Пропустить" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Очистить" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Облачно" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Ветер" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/sr.po b/po/sr.po index 6192f3f..6bf4838 100644 --- a/po/sr.po +++ b/po/sr.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Serbian (Cyrillic)\n" "Language: sr_SP\n" @@ -17,108 +17,218 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:60 +msgid "Condition" +msgstr "" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:62 +msgid "Wind" +msgstr "" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "" + +#: src/details.ts:65 +msgid "UV High" +msgstr "" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" msgstr "" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" msgstr "" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" msgstr "" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" msgstr "" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" msgstr "" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "" + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" +msgid "Contributions and translations are welcome! Read how on %s." msgstr "" -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "" + +#: src/preferences/aboutPage.ts:122 +msgid "here" msgstr "" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" +msgid "Report bugs or request new features %s." msgstr "" -#: src/preferences/aboutPage.ts:43 -msgid "About" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" msgstr "" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" msgstr "" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" msgstr "" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" msgstr "" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" msgstr "" #: src/preferences/editLocation.ts:33 @@ -142,11 +252,11 @@ msgstr "" msgid "Save" msgstr "" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "" -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "" @@ -186,18 +296,10 @@ msgstr "" msgid "Celsius" msgstr "" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "" @@ -234,55 +336,83 @@ msgstr "" msgid "Configure how your location is found" msgstr "" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "" -#: src/preferences/generalPage.ts:232 -msgid "Panel" +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" msgstr "" -#: src/preferences/generalPage.ts:233 -msgid "Configure the panel and pop-up" +#: src/preferences/generalPage.ts:246 +msgid "Light" msgstr "" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" msgstr "" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "" @@ -336,37 +466,65 @@ msgstr "" msgid "Search" msgstr "" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "" -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "" -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "" +#: src/weather.ts:103 +msgid "Clear" +msgstr "" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/sv_SE.po b/po/sv_SE.po index 98f2063..eec1556 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Language: sv_SE\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Min plats" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Temperatur" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Skick" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Känns som som" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Vind" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Luftfuktighet" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Gusts" + +#: src/details.ts:65 +msgid "UV High" +msgstr "UV hög" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Tryck" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Nederbörd" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Soluppgång" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Solnedgång" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Moln omslag" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Ogiltig" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Idag" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Måndag" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Söndag" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Tisdag" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Onsdag" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Fredag" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Lördag" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Torsdag" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Väder Data" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Inställningar" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Frekvens: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Om" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Känslor som gillar: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Vind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Stöd mig" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "SimpleWeather version" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Fukt: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Okänd" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Kopiera" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Kopierade inställningar JSON till urklipp." -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Tryck: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Bidrag och översättningar är välkomna! Läs om %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV hög: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Om du gillar detta tillägg, överväga att huvudrollen på %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "här" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Nederbörd: %s" +msgid "Report bugs or request new features %s." +msgstr "Rapportera buggar eller begär nya funktioner %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Om" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Medverkande" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Detaljer" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "SimpleWeather version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Popup-fönster" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Okänd" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Dra och släpp från botten för att konfigurera popup-fönstret" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Detta tillägg är en omskrivning av %s projektet." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Panelen" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Ingen" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Panelens detalj" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Sekundär panel Detalj" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Visa villkorsikonen" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Visa soluppgång/solnedgång" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Koordinater" msgid "Save" msgstr "Spara" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Namn måste fyllas i." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Ogiltig koordinatpost." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Celsius" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Temperatur" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Hastighet" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Tryck" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Regnmätning" @@ -234,55 +336,83 @@ msgstr "Väderleverantör" msgid "Configure how your location is found" msgstr "Konfigurera hur din plats hittas" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Online" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "System" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Inaktivera" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Leverantör" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Uppdatera intervall (protokoll)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Tillgänglighet" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Konfigurera tillgänglighetsfunktioner" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Hög kontrast" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Panelen" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Konfigurera panelen och pop-up" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Visa soluppgång/solnedgång" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Ljus" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Eftermörk" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Uppslukande" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Tema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Centrera" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Vänster" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Höger" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Sida av panelen" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Ordna i panelen" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Platser" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Lägg till" @@ -336,19 +466,19 @@ msgstr "Stad, grannskap etc." msgid "Search" msgstr "Sök" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Inget Internet" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Inga resultat." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Ingen information om upphovsrätt finns tillgänglig." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather vet inte hur du hanterar din lokal.\n" "\t Error - %s\n" "Överväg att skicka in en felrapport på GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Visa inte igen" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ignorera" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Rensa" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Molnigt" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Blåsigt" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/tr.po b/po/tr.po index 7e5f0c8..decde5c 100644 --- a/po/tr.po +++ b/po/tr.po @@ -2,9 +2,9 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-07-04 10:49\n" -"Last-Translator: Ahmet Ala\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" +"Last-Translator: alaahmet\n" "Language-Team: Turkish\n" "Language: tr_TR\n" "MIME-Version: 1.0\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Konumum" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Sıcaklık" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Hava Durumu" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Hissedilen Sıcaklık" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Rüzgar" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Nem Oranı" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Ani Rüzgar" + +#: src/details.ts:65 +msgid "UV High" +msgstr "Yüksek UV" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Basınç" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Yağış" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Gündoğumu" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Günbatımı" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Bulut Oranı" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Geçersiz" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Bugün" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Pazartesi" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Pazar" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Salı" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Çarşamba" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "Cuma" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Cumartesi" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Perşembe" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°K" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°G" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°D" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°B" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Hava Durumu Verileri" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Ayarlar" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "Y: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "D: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "Sıcaklık: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Hakkında" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "Hissedilen: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Deposu" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Rüzgar: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Beni Destekle" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Bora: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "SimpleWeather Sürümü" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "Nem: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Bilinmiyor" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Kopyala" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Ayarlar JSON'u panoya kopyalandı." + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "Basınç: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Katkı ve çeviriler memnuniyetle karşılanır! Detaylar için %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "Yüksek UV: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Eklentiyi beğendiyseniz, %s üzerinden yıldızlamayı düşünebilirsiniz." + +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "burada" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "Yağış: %s" +msgid "Report bugs or request new features %s." +msgstr "Hata bildirmek veya yeni özellik önermek için %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Hakkında" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Katkıda Bulunanlar" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Deposu" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Ayrıntılar" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "SimpleWeather Sürümü" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Açılır Pencere" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Bilinmiyor" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Açılır pencereyi yapılandırmak için alttan sürükleyip bırakın" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Bu eklenti, %s projesinin yeniden yazılmış halidir." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Panel" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Yok" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Panel Ayrıntısı" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "İkincil Panel Ayrıntısı" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Durum Simgesini Göster" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Gün Doğumu/Batımı Göster" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Koordinatlar" msgid "Save" msgstr "Kaydet" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Ad gerekli." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Geçersiz koordinat girişi." @@ -184,20 +294,12 @@ msgstr "Fahrenheit" #: src/preferences/generalPage.ts:62 msgid "Celsius" -msgstr "Celsius" - -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Sıcaklık" +msgstr "Celcius" #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Hız" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Basınç" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Yağmur Ölçümü" @@ -234,55 +336,83 @@ msgstr "Hava Durumu Sağlayıcısı" msgid "Configure how your location is found" msgstr "Konumunuzun nasıl bulunduğunu yapılandırın" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Çevrimiçi" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "Sistem" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Devre Dışı Bırak" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Sağlayıcı" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Yenileme Aralığı (Dakika)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Erişilebilirlik" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Erişilebilirlik özelliklerini yapılandırın" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Yüksek Kontrast" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Panel" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Paneli ve açılır pencereyi yapılandırın" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Gün Doğumu/Batımı Göster" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Açık" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Gece" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Dinamik" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Tema" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Orta" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Sol" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Sağ" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Panel Konumu" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Paneldeki Sıralama" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Konumlar" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Ekle" @@ -301,11 +431,11 @@ msgstr "Buraya Ekle" #: src/preferences/locationsPage.ts:193 #, javascript-format msgid "Are you sure you want delete %s?" -msgstr "%s'yi silmek istediğinize emin misiniz?" +msgstr "%s lokasyonunu silmek istediğinize emin misiniz?" #: src/preferences/locationsPage.ts:194 msgid "Cancel" -msgstr "İptal" +msgstr "İptal Et" #: src/preferences/locationsPage.ts:194 msgid "Delete" @@ -336,19 +466,19 @@ msgstr "Şehir, Mahalle, vb." msgid "Search" msgstr "Ara" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "İnternet Yok" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Sonuç bulunamadı." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Telif hakkı bilgisi mevcut değil." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,39 +487,65 @@ msgstr "SimpleWeather yerel ayarınızı işleyemiyor.\n" "\tHata - %s\n" "Lütfen GitHub'da bir hata raporu göndermeyi düşünün." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Tekrar Gösterme" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Yoksay" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "GitHub'ı Aç" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Açık" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Güneşli" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Bulutlu" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Yağmurlu" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Karlı" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Fırtınalı" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Rüzgarlı" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" -msgstr "%s'e Hoş Geldiniz" +msgstr "%s'a Hoş Geldiniz" #: src/welcome.ts:74 #, javascript-format msgid "%s occasionally connects to the selected weather service. By default, it will use the Internet to connect to:\n" -"  •  %s, an %s service for weather\n" -"  •  %s, optional for resolving the current location\n" -"  •  %s, for searching locations by name\n\n" -msgstr "%s zaman zaman seçilen hava durumu servisine bağlanır. Varsayılan olarak, interneti kullanarak şunlara bağlanır:\n" -"  •  %s, hava durumu için bir %s servisi\n" -"  •  %s, mevcut konumu çözmek için (isteğe bağlı)\n" -"  •  %s, konumu ada göre aramak için\n\n" +" • %s, an %s service for weather\n" +" • %s, optional for resolving the current location\n" +" • %s, for searching locations by name\n\n" +msgstr "" #: src/welcome.ts:83 #, javascript-format msgid "Thank you for installing %s!" -msgstr "%s'i yüklediğiniz için teşekkür ederiz!" +msgstr "%s eklentisini yüklediğiniz için teşekkür ederiz!" #: src/welcome.ts:99 msgid "Abort" msgstr "İptal Et" + diff --git a/po/uk.po b/po/uk.po index 7479fb9..006ebec 100644 --- a/po/uk.po +++ b/po/uk.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Ukrainian\n" "Language: uk_UA\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "Моє місцезнаходження" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "Температура" + +#: src/details.ts:60 +msgid "Condition" +msgstr "Стан" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "Відчувається як" + +#: src/details.ts:62 +msgid "Wind" +msgstr "Вітер" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "Вологість" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "Гюстс" + +#: src/details.ts:65 +msgid "UV High" +msgstr "УФ-фах" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "Тиск" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "Атмосферні опади" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "Схід сонця" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "Захід Сонця" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "Хмарна обкладинка" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "Недійсний" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "Сьогодні" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "Понеділок" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "Неділя" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "Вівторок" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "Середа" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "П'ятниця" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "Субота" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "Четвер" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "Дані погоди" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "Налаштування" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "Про програму" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "Вітер: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "Підтримати мене" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "SimpleWeather Версія" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "Не вказано" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "Копія" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "Налаштування JSON в буфер обміну." + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "Запрошуємо внески та переклади! Прочитайте, як працює %s." -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "Покращений: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "Якщо вам подобається це розширення, спробуйте поставити за руку разом з %s." -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "сюди" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "" +msgid "Report bugs or request new features %s." +msgstr "Повідомити про помилку або попросити нові функції %s." -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "Про програму" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "Автори" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "Подробиці" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "SimpleWeather Версія" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "Спливаюче вікно" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "Не вказано" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "Перетягніть знизу для налаштування спливаючого вікна" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "Це розширення є перезаписом проекту %s." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "Панель" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "Без ефекту" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "Деталі панелі" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "Деталі другої панелі" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "Показати піктограму стану" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "Показати захід сонця/захід" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -142,11 +252,11 @@ msgstr "Координати" msgid "Save" msgstr "Зберегти" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "Потрібне ім'я." -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "Неприпустимий запис координат." @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "Цельсій" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "Температура" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "Швидкість" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "Тиск" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "Вимірювання дощу" @@ -234,55 +336,83 @@ msgstr "Провайдер погоди" msgid "Configure how your location is found" msgstr "Налаштуйте розташування" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "Онлайн" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "Система" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "Вимкнено" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "Постачальник" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "Інтервал оновлення (хвилини)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "Доступність" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "Налаштувати спеціальні можливості" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "Висока контрастність" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "Панель" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "Налаштування панелі та спливаючого вікна" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "Показати захід сонця/захід" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "Світла" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "Афтертемний" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "Повноекранний" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "Тема" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "Центр" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "Ліворуч" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "Праворуч" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "Біля панелі" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "Замовлення на панелі" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "Місцезнаходження" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "Додати" @@ -336,19 +466,19 @@ msgstr "Місто, район, і так далі." msgid "Search" msgstr "Пошук" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "Немає Інтернету" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "Нічого не знайдено." -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "Немає інформації про авторські права." -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather не знає, як впоратися з вашою ло "\tПомилка - %s\n" "Будь ласка, розгляньте можливість надсилання звіту про помилку на GitHub." -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "Більше не показувати" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "Ігнорувати" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "Очистити" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "Хмарно" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "Вітряно" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/vi.po b/po/vi.po index f740926..7bd8631 100644 --- a/po/vi.po +++ b/po/vi.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Language: vi_VN\n" @@ -17,108 +17,218 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:60 +msgid "Condition" +msgstr "" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:62 +msgid "Wind" +msgstr "" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "" + +#: src/details.ts:65 +msgid "UV High" +msgstr "" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" msgstr "" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" msgstr "" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" msgstr "" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" msgstr "" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" msgstr "" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "" + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" +msgid "Contributions and translations are welcome! Read how on %s." msgstr "" -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "" + +#: src/preferences/aboutPage.ts:122 +msgid "here" msgstr "" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" +msgid "Report bugs or request new features %s." msgstr "" -#: src/preferences/aboutPage.ts:43 -msgid "About" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" msgstr "" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" msgstr "" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" msgstr "" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" msgstr "" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" msgstr "" #: src/preferences/editLocation.ts:33 @@ -142,11 +252,11 @@ msgstr "" msgid "Save" msgstr "" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "" -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "" @@ -186,18 +296,10 @@ msgstr "" msgid "Celsius" msgstr "" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "" @@ -234,55 +336,83 @@ msgstr "" msgid "Configure how your location is found" msgstr "" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "" -#: src/preferences/generalPage.ts:232 -msgid "Panel" +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" msgstr "" -#: src/preferences/generalPage.ts:233 -msgid "Configure the panel and pop-up" +#: src/preferences/generalPage.ts:246 +msgid "Light" msgstr "" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" msgstr "" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "" @@ -336,37 +466,65 @@ msgstr "" msgid "Search" msgstr "" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "" -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "" -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "" +#: src/weather.ts:103 +msgid "Clear" +msgstr "" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/zh_CN.po b/po/zh_CN.po index cd3b970..82c50ce 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" @@ -17,109 +17,219 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "我的位置" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "温度" + +#: src/details.ts:60 +msgid "Condition" +msgstr "条件" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "感觉赞" + +#: src/details.ts:62 +msgid "Wind" +msgstr "向导" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "湿度" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "古斯" + +#: src/details.ts:65 +msgid "UV High" +msgstr "紫外线高" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "气压" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "降水" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "日出模式" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "日落模式" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "云封面" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "无效的" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "今日:" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "周一" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "周日" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "星期二" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "星期三" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "星期五" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "周六" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "星期四" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "%f°N" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "%f°S" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "%f°E" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "%f°W" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" -msgstr "天气数据" +msgstr "天气" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "设置" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "H: %s" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "L: %s" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" -msgstr "临时: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" +msgstr "关于" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" -msgstr "感觉喜欢: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" +msgstr "GitHub Repository" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" -msgstr "风: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" +msgstr "支持我" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" -msgstr "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" +msgstr "SimpleWeather 版本" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" -msgstr "" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "未知的" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" +msgstr "复制" + +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "复制了JSON设置到剪贴板。" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" -msgstr "压力: %s" +msgid "Contributions and translations are welcome! Read how on %s." +msgstr "欢迎贡献和翻译!请阅读如何在 %s 上。" -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" -msgstr "UV 高: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "如果您喜欢这个扩展,请考虑在 %s 上启动它。" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:122 +msgid "here" +msgstr "在这里" + +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" -msgstr "" +msgid "Report bugs or request new features %s." +msgstr "报告错误或请求新功能 %s。" -#: src/preferences/aboutPage.ts:43 -msgid "About" -msgstr "关于" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" +msgstr "致谢" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" -msgstr "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" +msgstr "详细信息" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" -msgstr "简单的天气版本" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" +msgstr "弹出窗口" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" -msgstr "未知的" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" +msgstr "从底部拖放来配置弹出窗口" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." -msgstr "此扩展是对 %s 项目的重写。" +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "面板" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "无" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "面板细节" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "二级面板细节" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "显示条件图标" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" +msgstr "显示日落/未集" #: src/preferences/editLocation.ts:33 #, javascript-format @@ -128,7 +238,7 @@ msgstr "编辑 %s" #: src/preferences/editLocation.ts:33 msgid "New Location" -msgstr "新建位置" +msgstr "新增位置" #: src/preferences/editLocation.ts:41 msgid "Name" @@ -142,11 +252,11 @@ msgstr "坐标" msgid "Save" msgstr "保存" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "名称是必需的。" -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "无效的坐标项。" @@ -186,18 +296,10 @@ msgstr "Fahrenheit" msgid "Celsius" msgstr "摄氏度" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "温度" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "速度" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "气压" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "降雨量计算" @@ -234,55 +336,83 @@ msgstr "天气提供商" msgid "Configure how your location is found" msgstr "配置如何找到您的位置" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "在线" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "系统" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "禁用" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "提供商" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "刷新间隔 (分钟)" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "无障碍环境" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "配置辅助功能" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "高对比度" -#: src/preferences/generalPage.ts:232 -msgid "Panel" -msgstr "面板" - -#: src/preferences/generalPage.ts:233 +#: src/preferences/generalPage.ts:236 msgid "Configure the panel and pop-up" msgstr "配置面板和弹出窗口" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" -msgstr "显示日落/未集" +#: src/preferences/generalPage.ts:246 +msgid "Light" +msgstr "亮色的" + +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "后" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "沉浸式的" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "主题" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "居中" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "左侧" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "右侧" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "面板的侧面" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" +msgstr "在面板中的顺序" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "地点" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "添加" @@ -336,19 +466,19 @@ msgstr "城市、邻里等" msgid "Search" msgstr "搜索" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "无网络" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "没有结果。" -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "没有可用的版权信息。" -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" @@ -357,18 +487,46 @@ msgstr "SimpleWeather 不知道如何处理您的本地。\n" "\t错误 - %s\n" "请考虑在 GitHub 上提交错误报告。" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "不再显示" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "忽略" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "Open GitHub" +#: src/weather.ts:103 +msgid "Clear" +msgstr "清空" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "Sunny" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "多云" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "Rainy" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "Snowy" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "Stormy" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "风风" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/po/zh_TW.po b/po/zh_TW.po index c86c911..1ebb39a 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: simpleweather\n" "Report-Msgid-Bugs-To: simpleweather-gnome@proton.me\n" -"POT-Creation-Date: 2025-06-23 19:40-0500\n" -"PO-Revision-Date: 2025-06-24 00:49\n" +"POT-Creation-Date: 2025-07-23 16:59-0500\n" +"PO-Revision-Date: 2025-07-23 22:06\n" "Last-Translator: \n" "Language-Team: Chinese Traditional\n" "Language: zh_TW\n" @@ -17,108 +17,218 @@ msgstr "" "X-Crowdin-File: simple-weather@romanlefler.com.pot\n" "X-Crowdin-File-ID: 2\n" -#: src/autoConfig.ts:49 src/location.ts:48 src/location.ts:56 +#: src/autoConfig.ts:49 src/location.ts:53 src/location.ts:63 #: src/preferences/generalPage.ts:179 msgid "My Location" msgstr "" -#: src/location.ts:74 +#: src/details.ts:59 src/preferences/generalPage.ts:64 +msgid "Temperature" +msgstr "" + +#: src/details.ts:60 +msgid "Condition" +msgstr "" + +#: src/details.ts:61 +msgid "Feels Like" +msgstr "" + +#: src/details.ts:62 +msgid "Wind" +msgstr "" + +#: src/details.ts:63 +msgid "Humidity" +msgstr "" + +#: src/details.ts:64 +msgid "Gusts" +msgstr "" + +#: src/details.ts:65 +msgid "UV High" +msgstr "" + +#: src/details.ts:66 src/preferences/generalPage.ts:92 +msgid "Pressure" +msgstr "" + +#: src/details.ts:67 +msgid "Precipitation" +msgstr "" + +#: src/details.ts:68 +msgid "Sunrise" +msgstr "" + +#: src/details.ts:69 +msgid "Sunset" +msgstr "" + +#: src/details.ts:70 +msgid "Cloud Cover" +msgstr "" + +#: src/details.ts:75 src/popup.ts:409 +msgid "Invalid" +msgstr "" + +#: src/lang.ts:108 src/popup.ts:57 +msgid "Today" +msgstr "" + +#: src/lang.ts:111 +msgid "Monday" +msgstr "" + +#: src/lang.ts:111 +msgid "Sunday" +msgstr "" + +#: src/lang.ts:111 +msgid "Tuesday" +msgstr "" + +#: src/lang.ts:111 +msgid "Wednesday" +msgstr "" + +#: src/lang.ts:112 +msgid "Friday" +msgstr "" + +#: src/lang.ts:112 +msgid "Saturday" +msgstr "" + +#: src/lang.ts:112 +msgid "Thursday" +msgstr "" + +#: src/location.ts:82 #, javascript-format msgid "%f°N" msgstr "" -#: src/location.ts:74 +#: src/location.ts:82 #, javascript-format msgid "%f°S" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°E" msgstr "" -#: src/location.ts:75 +#: src/location.ts:83 #, javascript-format msgid "%f°W" msgstr "" -#: src/popup.ts:163 +#: src/popup.ts:143 msgid "Weather Data" msgstr "" -#: src/popup.ts:307 +#: src/popup.ts:297 src/preferences/aboutPage.ts:76 msgid "Settings" msgstr "" -#: src/popup.ts:378 +#: src/popup.ts:383 #, javascript-format msgid "H: %s" msgstr "" -#: src/popup.ts:379 +#: src/popup.ts:384 #, javascript-format msgid "L: %s" msgstr "" -#: src/popup.ts:400 -#, javascript-format -msgid "Temp: %s" +#: src/preferences/aboutPage.ts:48 +msgid "About" msgstr "" -#: src/popup.ts:401 -#, javascript-format -msgid "Feels Like: %s" +#: src/preferences/aboutPage.ts:59 +msgid "GitHub Repository" msgstr "" -#: src/popup.ts:402 -#, javascript-format -msgid "Wind: %s, %s" +#: src/preferences/aboutPage.ts:61 +msgid "Support Me" msgstr "" -#: src/popup.ts:406 -#, javascript-format -msgid "Gusts: %s" +#: src/preferences/aboutPage.ts:68 +msgid "SimpleWeather Version" msgstr "" -#: src/popup.ts:407 -#, javascript-format -msgid "Humidity: %s" +#: src/preferences/aboutPage.ts:71 +msgid "Unknown" +msgstr "" + +#: src/preferences/aboutPage.ts:79 +msgid "Copy" msgstr "" -#: src/popup.ts:408 +#: src/preferences/aboutPage.ts:102 +msgid "Copied settings JSON to clipboard." +msgstr "" + +#: src/preferences/aboutPage.ts:116 #, javascript-format -msgid "Pressure: %s" +msgid "Contributions and translations are welcome! Read how on %s." msgstr "" -#: src/popup.ts:409 +#: src/preferences/aboutPage.ts:119 #, javascript-format -msgid "UV High: %s" +msgid "If you like this extension, consider starring it on %s." +msgstr "" + +#: src/preferences/aboutPage.ts:122 +msgid "here" msgstr "" -#: src/popup.ts:410 +#: src/preferences/aboutPage.ts:124 #, javascript-format -msgid "Precipitation: %s" +msgid "Report bugs or request new features %s." msgstr "" -#: src/preferences/aboutPage.ts:43 -msgid "About" +#: src/preferences/aboutPage.ts:138 +msgid "Credits" msgstr "" -#: src/preferences/aboutPage.ts:54 -msgid "GitHub Repository" +#: src/preferences/detailsPage.ts:68 +msgid "Details" msgstr "" -#: src/preferences/aboutPage.ts:61 -msgid "SimpleWeather Version" +#: src/preferences/detailsPage.ts:74 +msgid "Pop-Up" msgstr "" -#: src/preferences/aboutPage.ts:64 -msgid "Unknown" +#: src/preferences/detailsPage.ts:75 +msgid "Drag-and-drop from bottom to configure the pop-up" msgstr "" -#: src/preferences/aboutPage.ts:75 -#, javascript-format -msgid "This extension is a rewrite of the %s project." +#: src/preferences/detailsPage.ts:173 src/preferences/generalPage.ts:235 +msgid "Panel" +msgstr "" + +#: src/preferences/detailsPage.ts:176 +msgid "None" +msgstr "" + +#: src/preferences/detailsPage.ts:188 +msgid "Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:206 +msgid "Secondary Panel Detail" +msgstr "" + +#: src/preferences/detailsPage.ts:218 +msgid "Show Condition Icon" +msgstr "" + +#: src/preferences/detailsPage.ts:228 +msgid "Show Sunrise/Sunset" msgstr "" #: src/preferences/editLocation.ts:33 @@ -142,11 +252,11 @@ msgstr "" msgid "Save" msgstr "" -#: src/preferences/editLocation.ts:87 +#: src/preferences/editLocation.ts:94 msgid "Name is required." msgstr "" -#: src/preferences/editLocation.ts:92 +#: src/preferences/editLocation.ts:99 msgid "Invalid coordinates entry." msgstr "" @@ -186,18 +296,10 @@ msgstr "" msgid "Celsius" msgstr "" -#: src/preferences/generalPage.ts:64 -msgid "Temperature" -msgstr "" - #: src/preferences/generalPage.ts:78 msgid "Speed" msgstr "" -#: src/preferences/generalPage.ts:92 -msgid "Pressure" -msgstr "" - #: src/preferences/generalPage.ts:106 msgid "Rain Measurement" msgstr "" @@ -234,55 +336,83 @@ msgstr "" msgid "Configure how your location is found" msgstr "" -#: src/preferences/generalPage.ts:184 +#: src/preferences/generalPage.ts:184 src/preferences/generalPage.ts:185 msgid "Online" msgstr "" -#: src/preferences/generalPage.ts:185 +#: src/preferences/generalPage.ts:186 src/preferences/generalPage.ts:245 msgid "System" msgstr "" -#: src/preferences/generalPage.ts:186 +#: src/preferences/generalPage.ts:187 msgid "Disable" msgstr "" -#: src/preferences/generalPage.ts:188 +#: src/preferences/generalPage.ts:190 msgid "Provider" msgstr "" -#: src/preferences/generalPage.ts:199 +#: src/preferences/generalPage.ts:202 msgid "Refresh Interval (Minutes)" msgstr "" -#: src/preferences/generalPage.ts:217 +#: src/preferences/generalPage.ts:220 msgid "Accessibility" msgstr "" -#: src/preferences/generalPage.ts:218 +#: src/preferences/generalPage.ts:221 msgid "Configure accessibility features" msgstr "" -#: src/preferences/generalPage.ts:221 +#: src/preferences/generalPage.ts:224 msgid "High Contrast" msgstr "" -#: src/preferences/generalPage.ts:232 -msgid "Panel" +#: src/preferences/generalPage.ts:236 +msgid "Configure the panel and pop-up" msgstr "" -#: src/preferences/generalPage.ts:233 -msgid "Configure the panel and pop-up" +#: src/preferences/generalPage.ts:246 +msgid "Light" msgstr "" -#: src/preferences/generalPage.ts:236 -msgid "Show Sunrise/Sunset" +#: src/preferences/generalPage.ts:247 +msgid "Afterdark" +msgstr "" + +#: src/preferences/generalPage.ts:248 +msgid "Immersive" +msgstr "" + +#: src/preferences/generalPage.ts:251 +msgid "Theme" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Center" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Left" +msgstr "" + +#: src/preferences/generalPage.ts:261 +msgid "Right" +msgstr "" + +#: src/preferences/generalPage.ts:264 +msgid "Side of Panel" +msgstr "" + +#: src/preferences/generalPage.ts:274 +msgid "Order in Panel" msgstr "" #: src/preferences/locationsPage.ts:57 src/preferences/locationsPage.ts:80 msgid "Locations" msgstr "" -#: src/preferences/locationsPage.ts:70 +#: src/preferences/locationsPage.ts:70 src/preferences/search.ts:75 msgid "Add" msgstr "" @@ -336,37 +466,65 @@ msgstr "" msgid "Search" msgstr "" -#: src/preferences/search.ts:143 +#: src/preferences/search.ts:158 msgid "No Internet" msgstr "" -#: src/preferences/search.ts:182 +#: src/preferences/search.ts:206 msgid "No results." msgstr "" -#: src/preferences/search.ts:187 +#: src/preferences/search.ts:211 msgid "No copyright information available." msgstr "" -#: src/prefs.ts:60 +#: src/prefs.ts:74 #, javascript-format msgid "SimpleWeather doesn't know how to handle your locale.\n" "\tError - %s\n" "Please consider submitting a bug report on GitHub." msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Don't Show Again" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Ignore" msgstr "" -#: src/prefs.ts:63 +#: src/prefs.ts:77 msgid "Open GitHub" msgstr "" +#: src/weather.ts:103 +msgid "Clear" +msgstr "" + +#: src/weather.ts:103 +msgid "Sunny" +msgstr "" + +#: src/weather.ts:105 +msgid "Cloudy" +msgstr "" + +#: src/weather.ts:107 +msgid "Rainy" +msgstr "" + +#: src/weather.ts:109 +msgid "Snowy" +msgstr "" + +#: src/weather.ts:111 +msgid "Stormy" +msgstr "" + +#: src/weather.ts:113 +msgid "Windy" +msgstr "" + #: src/welcome.ts:53 #, javascript-format msgid "Welcome to %s" diff --git a/schemas/org.gnome.shell.extensions.simple-weather.gschema.xml b/schemas/org.gnome.shell.extensions.simple-weather.gschema.xml index f2b2602..0f644e9 100644 --- a/schemas/org.gnome.shell.extensions.simple-weather.gschema.xml +++ b/schemas/org.gnome.shell.extensions.simple-weather.gschema.xml @@ -139,6 +139,11 @@ Show sunrise/sunset in panel + + false + Show sunrise/sunset as countdown in panel + + [ 'temp', 'windSpeedAndDir', 'gusts', 'pressure', 'feelsLike', 'humidity', 'uvIndex', 'precipitation' ] Current weather details in pop-up diff --git a/src/config.ts b/src/config.ts index d80af67..48eeaae 100644 --- a/src/config.ts +++ b/src/config.ts @@ -254,6 +254,19 @@ export class Config { this.#handlerIds.push(id); } + getShowSunTimeAsCountdown() : boolean { + return this.#settings.get_boolean("show-suntime-as-countdown"); + } + + onShowSunTimeAsCountdownChanged(callback : (val : boolean) => void) { + const id = this.#settings.connect("changed", (_, key) => { + if(key === "show-suntime-as-countdown") { + callback(this.#settings.get_boolean("show-suntime-as-countdown")); + } + }); + this.#handlerIds.push(id); + } + getSecondaryPanelDetail() : Details | null { const detail = this.#settings.get_string("secondary-panel-detail"); if(!Object.values(Details).includes(detail as Details)) return null; diff --git a/src/details.ts b/src/details.ts index d5d8470..0afa9aa 100644 --- a/src/details.ts +++ b/src/details.ts @@ -19,6 +19,7 @@ import { Config } from "./config.js"; import { displayTime } from "./lang.js"; import { Displayable } from "./units.js"; import { Weather } from "./weather.js"; +import { gettext as realGettext } from "./gettext.js"; export enum Details { TEMP = "temp", @@ -32,7 +33,8 @@ export enum Details { PRECIPITATION = "precipitation", SUNRISE = "sunrise", SUNSET = "sunset", - CLOUD_COVER = "cloudCover" + CLOUD_COVER = "cloudCover", + SUN_EVENT_COUNTDOWN = "sunEventCountdown" } /** @@ -67,6 +69,7 @@ export const detailName : IDetails = { sunrise: _g("Sunrise"), sunset: _g("Sunset"), cloudCover: _g("Cloud Cover"), + sunEventCountdown: _g("Sun Countdown") }; export function displayDetail(w : Weather, detail : Details, gettext : (s : string) => string, @@ -85,5 +88,5 @@ export function displayDetail(w : Weather, detail : Details, gettext : (s : stri if(onlyValue) return fmt; const name = detailName[detail] as string; - return `${_g(name)}: ${fmt}`; + return `${realGettext(name)}: ${fmt}`; } diff --git a/src/errors.ts b/src/errors.ts index c10e164..9f0a82e 100644 --- a/src/errors.ts +++ b/src/errors.ts @@ -38,7 +38,7 @@ export class UserInputError extends Error { export class NoLocServiceError extends Error { constructor(msg? : string) { - super(msg); + super(msg ?? "Location unavailable or permission not granted."); this.name = "NoLocServiceError"; } diff --git a/src/extension.ts b/src/extension.ts index c88067c..ebf5c26 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -236,6 +236,7 @@ export default class SimpleWeatherExtension extends Extension { layout.remove_child(this.#sunTimeIcon!); } }); + this.#config!.onShowSunTimeAsCountdownChanged(this.#rebuildIndicator.bind(this)); this.#config!.onPanelDetailChanged(this.#rebuildIndicator.bind(this)); this.#config!.onSecondaryPanelDetailChanged(this.#rebuildIndicator.bind(this)); this.#config!.onShowPanelIconChanged(this.#rebuildIndicator.bind(this)); @@ -337,7 +338,11 @@ export default class SimpleWeatherExtension extends Extension { const showSunset = w.sunset < w.sunrise; const sunTime = showSunset ? w.sunset : w.sunrise; - if(this.#sunTimeLabel) this.#sunTimeLabel.text = displayTime(sunTime, this.#config!); + if(this.#sunTimeLabel) { + const useAbs = !this.#config!.getShowSunTimeAsCountdown(); + if(useAbs) this.#sunTimeLabel.text = displayTime(sunTime, this.#config!); + else this.#sunTimeLabel.text = w.sunEventCountdown.display(this.#config!); + } if(this.#sunTimeIcon) this.#sunTimeIcon.icon_name = `daytime-${showSunset ? "sunset" : "sunrise"}-symbolic`; this.#popup!.updateGui(w); diff --git a/src/preferences/aboutPage.ts b/src/preferences/aboutPage.ts index cfb9054..4638def 100644 --- a/src/preferences/aboutPage.ts +++ b/src/preferences/aboutPage.ts @@ -125,7 +125,7 @@ export class AboutPage extends Adw.PreferencesPage { )); const credits = new Gtk.Button({ child: new Gtk.Label({ - label: "Credits", + label: _g("Credits"), // This effectively is the padding on the button css_classes: [ "simpleweather-margin-wide" ] }), diff --git a/src/preferences/detailsPage.ts b/src/preferences/detailsPage.ts index 991f4be..3352c0d 100644 --- a/src/preferences/detailsPage.ts +++ b/src/preferences/detailsPage.ts @@ -23,17 +23,28 @@ import Adw from "gi://Adw"; import { gettext as _g } from "../gettext.js"; import { detailName, Details, displayDetail } from "../details.js"; import { Condition, Weather, gettextCondit } from "../weather.js"; -import { Direction, Percentage, Pressure, RainMeasurement, Speed, SpeedAndDir, Temp } from "../units.js"; +import { Direction, Percentage, Pressure, RainMeasurement, Speed, SpeedAndDir, Temp, Countdown } from "../units.js"; import { Location } from "../location.js"; import { Config, writeGTypeAS } from "../config.js"; +function fromTime(hr : number, day : Date | null = null) : Date { + if(day === null) day = new Date(); + const d = new Date(day); + d.setHours(hr, 0, 0, 0); + if(new Date() > d) { + const dt = new Date(); + dt.setDate(day.getDate() + 1); + return fromTime(hr, dt); + } else return d; +} + const MOCK_WEATHER : Weather = { condit: Condition.CLEAR, temp: new Temp(71), gIconName: "weather-clear-symbolic", isNight: false, - sunset: new Date(), - sunrise: new Date(), + sunset: fromTime(12 + 8), + sunrise: fromTime(6), forecast: [ ], hourForecast: [ ], feelsLike: new Temp(77), @@ -48,7 +59,8 @@ const MOCK_WEATHER : Weather = { loc: Location.newCoords("Dallas", 32.7792, -96.8089), windSpeedAndDir: new SpeedAndDir(new Speed(8), new Direction(0)), cloudCover: new Percentage(44), - conditionText: gettextCondit(Condition.CLEAR, false) + conditionText: gettextCondit(Condition.CLEAR, false), + sunEventCountdown: new Countdown(fromTime(6)) }; export class DetailsPage extends Adw.PreferencesPage { @@ -231,9 +243,21 @@ export class DetailsPage extends Adw.PreferencesPage { showSunTimeRow.connect("notify::active", () => { settings.set_boolean("show-suntime", showSunTimeRow.active); settings.apply(); + asCountdownRow.sensitive = showSunTimeRow.active; }); panelGroup.add(showSunTimeRow); + const asCountdownRow = new Adw.SwitchRow({ + title: _g("Use Countdown for Sun"), + active: settings.get_boolean("show-suntime-as-countdown"), + sensitive: settings.get_boolean("show-suntime") + }); + asCountdownRow.connect("notify::active", () => { + settings.set_boolean("show-suntime-as-countdown", asCountdownRow.active); + settings.apply(); + }); + panelGroup.add(asCountdownRow); + this.add(panelGroup); } diff --git a/src/providers/openmeteo.ts b/src/providers/openmeteo.ts index f6ce55e..99a038f 100644 --- a/src/providers/openmeteo.ts +++ b/src/providers/openmeteo.ts @@ -17,7 +17,7 @@ import { Config } from "../config.js"; import { LibSoup } from "../libsoup.js"; -import { Direction, Percentage, Pressure, RainMeasurement, RainMeasurementUnits, Speed, SpeedAndDir, Temp } from "../units.js"; +import { Direction, Percentage, Pressure, RainMeasurement, RainMeasurementUnits, Speed, SpeedAndDir, Temp, Countdown } from "../units.js"; import { Condition, Forecast, Weather, gettextCondit } from "../weather.js"; import { getGIconName, Icons } from "../icons.js" import { Provider } from "./provider.js"; @@ -163,7 +163,8 @@ export class OpenMeteo implements Provider { conditionText: gettextCondit(condit, isNight), windSpeedAndDir: new SpeedAndDir(wind, windDir), providerName: this.nameKey, - loc + loc, + sunEventCountdown: new Countdown(sunrise < sunset ? sunrise : sunset) }; } diff --git a/src/units.ts b/src/units.ts index be5097b..9331369 100644 --- a/src/units.ts +++ b/src/units.ts @@ -130,7 +130,7 @@ export class Direction implements Displayable { const point = Math.round(this.#degrees / (360 / 8)); // While it's not possible to be exactly 8 (second N), // We could round up to 8 since 7.9 and others are valid inputs - const map = [ "N", "NE", "E", "SE", "S", "SW", "W", "NW", "N" ]; + const map = [ _g("N"), _g("NE"), _g("E"), _g("SE"), _g("S"), _g("SW"), _g("W"), _g("NW"), _g("N") ]; return map[point]; default: throw new UnitError("Direction unit invalid."); @@ -287,3 +287,20 @@ export class GettextKey implements Displayable { } } +export class Countdown implements Displayable { + #date : Date; + constructor(date : Date) { + this.#date = date; + } + display(cfg : Config) : string { + const now = new Date(); + const diff = this.#date.getTime() - now.getTime(); + if(diff <= 0) return _g("Now"); + const seconds = Math.floor(diff / 1000); + const minutes = Math.floor(seconds / 60); + const hours = Math.floor(minutes / 60); + if(hours >= 1) return _g("%d h").format(hours % 60); + else return _g("%d min").format(minutes % 60); + } +} + diff --git a/src/weather.ts b/src/weather.ts index 096ff4f..1318987 100644 --- a/src/weather.ts +++ b/src/weather.ts @@ -17,7 +17,7 @@ import { IDetails } from "./details.js"; import { Location } from "./location.js"; -import { Direction, Percentage, Pressure, RainMeasurement, Speed, SpeedAndDir, Temp, GettextKey } from "./units.js"; +import { Direction, Percentage, Pressure, RainMeasurement, Speed, SpeedAndDir, Temp, GettextKey, Countdown } from "./units.js"; export interface Weather extends IDetails { @@ -65,6 +65,8 @@ export interface Weather extends IDetails { conditionText : GettextKey; + sunEventCountdown : Countdown; + } export interface Forecast { @@ -100,7 +102,7 @@ export function _g(s : string) : string { export function gettextCondit(condit : Condition, isNight : boolean) : GettextKey { switch(condit) { case Condition.CLEAR: - return new GettextKey(_g(isNight ? "Clear" : "Sunny")); + return new GettextKey(isNight ? _g("Clear") : _g("Sunny")); case Condition.CLOUDY: return new GettextKey(_g("Cloudy")); case Condition.RAINY: diff --git a/static/metadata.json b/static/metadata.json index 4e82034..7a6660f 100644 --- a/static/metadata.json +++ b/static/metadata.json @@ -8,5 +8,5 @@ "shell-version": [ "46", "48" ], - "version-name": "48.1.0" + "version-name": "48.2.0" }